/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;700&display=swap");


* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

.topheaderpadding {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.page-padding {
  padding-left: 62px !important;
  padding-right: 62px !important;
}

@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.nav-mainlink:hover {
  color: green;
  font-weight: 500;
  transition: 0.1ms all;
}

.headerpadding {
  padding-right: 15px;
  padding-bottom: 10px;
}

.header-background {
  /* background: url("../images/header-background.png"); */
  min-height: 100vh;
  max-height: 100%;
  /* padding-bottom: 100px; */

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-first-text {
  font-family: 'Inter', sans-serif;
/* font-style: normal; */
font-weight: 800;
font-size: 45px;
line-height: 70px;
}

.header-body {
  margin-top: 120px;
}

.home-header-body {
  margin-top: 20px;
}

.tophometext {
  font-size: 41px;
  margin-top: 38px;
}

.btn-green {
  background-color: #037b40;
  color: #fff;
  border: 1px solid #037b40;
  font-weight: 500;
}

.navigation-links {
  text-decoration: none !important; 
  color:#037b40 !important;
}

.btn-green:hover {
  color: #fff;
  opacity: 0.9;
  transition: 0.3s;
}

#majorcontainer{
  overflow: hidden !important;
}

.btn-white {
  background-color: #fff;
  color: #037b40 !important;
  font-weight: 500;
  border: 1px solid #037b40;
}

.secondary-color {
  color: #037b40;
}

.secondary-color:hover {
  color: #037b40;
}
a {
  color: inherit;
}

button:focus {
  box-shadow: none !important;
}

.card-custom {
  background-color: white;
  height: 150px;
  width: 70px;
  border: 1px solid black;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.green-circle {
  height: 45px;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #18b768;
  border: 1px solid #18b768;
}

.secondary-green {
  color: #18b768;
}

.accent-color {
  color: #ffba49;
}

.options-link {
  background-color: #fff;
  width: inherit;
  padding: 10px;
  height: 100px;
  position: absolute;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(183, 192, 206, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(183, 192, 206, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(183, 192, 206, 0.4);
}

.text-black {
  color: #0000;
}

.nav-link__dropdown {
  width: 5em;
}

.trialhomebtn {
  background-color: #037b40;
  color: #fff;
  border: 1px solid #037b40;
  font-weight: 500;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}

#send__receive {
  text-align: left !important;
}

.green-eclipse_outline {
  background: url("./assets/green-eclipse.png");
  background-repeat: no-repeat;
  height: 160px;
  transform: translate(-97px, 100px);
  margin-top: 80px;
  margin-bottom: 48px;
  width: 100%;
}

.footer-animation {
  animation: moveInUp;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

.right-text__animation {
  animation: moveInRight;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}
.left-text__animation {
  animation: moveInLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.triangle-t_right-text {
  margin-left: 50px;
}

/* .dashboard-img {
  top: 0rem;
  bottom: 5rem;
  z-index: 10;
  width: 94%;
  height: 274px;
} */

.ellipse-b__right-text {
  margin-left: 50px;
}

.triangle-b_right-text {
  position: absolute;
  left: 17rem;
}

.first-group {
  margin-top: 80px;
}

.features {
  margin-top: 150px;
}

.invoice-svg {
  transform: translate(-56px, -56px);
}

.start {
  margin-top: 70px;
}

.footer {
  padding-top: 60px;
  color: #fff;
  margin-top: 70px;
  background-color: #11311a;
  min-height: 25vh;
  max-height: 40vh;
  width: 100%;
}

.footer-list {
  list-style: none;
}

.copyright {
  font-size: 20px;
}

.img-mg {
  position: relative;
}

.feature-group-one__animation {
  animation: moveInUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.feature-group-one-left__animation {
  animation: moveInUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.feature-group-two__animation {
  animation: moveInUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.feature-group-two-left__animation {
  animation: moveInUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.feature-group-three__animation {
  animation: moveInUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.start-animation {
  animation: moveInUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

/* .nav-custom {
  height: 10vh;
  background-color: #fff !important;
} */

.nav-wrapper {
  height: 13vh;
  background-color: none;
}

.third-section {
  background-color: #f1fff8;
}


.fourth-section__dots {
  position: absolute;
  top: 1.5em;
  left: 2.5em;
}

.fourth-section__dots-container {
  position: relative;
  margin-bottom: 50px;
}

.fourth-section__dots-right {
  position: absolute;
  top: -5.5em;
  right: 2.5em;
}

.card-custom__light-green {
  background-color: #edfff6;
  min-height: 400px;
  max-height: 100%;
  z-index: 200;
  /* width: 60%; */
  padding: 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(183, 192, 206, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(183, 192, 206, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(183, 192, 206, 0.4);
}

.secondary-color_background {
  background-color: #046a37;
}

.start-wrapper {
  height: 70px;
}

/* .download-app {
  align-items: center;
} */

.green-highlight {
  background-color: #effff7;
}

.btn-green-white_border {
  background-color: #046a37;
  color: #fff;

  font-weight: 500;
  border: 1px solid #fff;
}

.btn-green-white_border:hover {
  color: #fff;
  opacity: 0.7;
  transition: 0.3s;
}

/* .getStarted {
  height: 10rem;
  background: #037b40;
  padding-left: 10rem;
  padding-right: 10rem;
} */

.getStarted > div > p {
  font-size: 50px;
}

.gstartedbtn > button {
  height: 4.2rem;
  width: 13rem;
  border: 2px solid white;
}

.gstartedbtn > button:hover {
  border: white 2px solid;
}

.bottom-wrapper {
  color: #079651;
}

.bottom-terms {
  text-decoration: underline;
}

.bottom-images > img {
  margin-left: 45px;
}

/* new styles */

.custom-heading {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 65px;
}

.light-green_highlight {
  background-color: #effff7;
  max-width: fit-content;
  padding: 15px 55px;
  margin: auto;
}

.auth-background {
  background: url("./assets/signin.png");
  min-height: 100vh;
  max-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

textarea {
  resize: none;
}

.centered-paragrapgh {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.long {
  height: 55px;
  background-color: #c5fdce;
}

.short {
  height: 55px;
  background-color: #037b40;
}

.bottom-left {
  position: absolute;
  bottom: 130px;
  transform: rotate(-25deg);
  left: -70px;
}

.auth-container {
  position: absolute;
  top: 70px;
  z-index: 100;
  padding: 10px;
}

.form_container {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

/*  */
/* .ims_group-dots {
  position: absolute;
  right: 3rem;
  bottom: -8rem;
} */

.accounting_ellipse {
  position: absolute;
  left: 5rem;
}

.custom-heading2 {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 51px;
}

.img-mg {
  position: relative;
}

/* .dashboard-img {
  top: 0rem;
  bottom: 5rem;
  z-index: 10;
  height: 274px;
} */

.first-group {
  margin-top: 80px;
}
.big-orange-ellipse__right {
  transform: translate(218px, -45%);
  position: absolute;
}

.group_dots-accounting-card {
  position: absolute;
  top: -10rem;
  right: -7rem;
}

/* .nav-custom {
  height: 10vh;
  background-color: #fff !important;
  z-index: 50;
}

.nav-wrapper {
  height: 20vh;
  background-color: none;
} */

/* new styles */
* {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
}

@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.header-background {
  background: url('home/assets/images/header-background.png');
  min-height: 100vh;
  max-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-body {
  margin-top: 120px;
}

.btn-green {
  background-color: #037b40;
  color: #fff;
  border: 1px solid #037b40;
  font-weight: 500;
}

.btn-green:hover {
  color: #fff;
  opacity: 0.9;
  transition: 0.3s;
}

/* .btn-white {
  background-color: #fff;
  color: #037b40;
  font-weight: 500;
  border: 1px solid #037b40;
} */
.secondary-color {
  color: #037b40;
}
a {
  color: inherit;
}

.whowetoppadding {
  margin-top: -3rem;
}

.card-custom {
  background-color: white;
  height: 150px;
  width: 70px;
  border: 1px solid black;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.btn-white:hover {
  color: #037b40;
  opacity: 0.9;
  transition: 0.3s;
}

.green-circle {
  height: 45px;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #18b768;
  border: 1px solid #18b768;
}

.secondary-green {
  color: #18b768;
}

.main-body {
  background-color: #f9fffc;
  overflow: hidden !important;
}

.accent-color {
  color: #ffba49;
}

.options-link {
  background-color: #fff;
  width: inherit;
  padding: 10px;
  height: 100px;
  position: absolute;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(183, 192, 206, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(183, 192, 206, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(183, 192, 206, 0.4);
}

.text-black {
  color: #0000;
}

.nav-link__dropdown {
  width: 5em;
}

.desktop-nav {
  gap: 20px;
}

.green-eclipse_outline {
  background: url("./assets/green-eclipse.png");
  background-repeat: no-repeat;
  height: 160px;
  transform: translate(-97px, 100px);
  margin-top: 80px;
  margin-bottom: 48px;
  width: 100%;
}

/* .right-text__animation {
  animation: moveInRight;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}
.left-text__animation {
  animation: moveInLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
} */

.triangle-t_right-text {
  margin-left: 50px;
}

.dashboard-img {
  position: absolute;
  top: 0rem;
  bottom: 5rem;
  z-index: 10;
  /* width: 94%;
  height: 274px; */
}

.home-dashboard-img {
  /* position: absolute; */
  top: 0rem;
  bottom: 5rem;
  z-index: 10;
  width: 94%;
  /* height: 274px; */
}

.ellipse-b__right-text {
  margin-left: 50px;
}

.triangle-b_right-text {
  position: absolute;
  left: 17rem;
}

.first-group {
  margin-top: 80px;
}

.second-group {
  margin-top: 100px;
  position: relative;
}

.features {
  margin-top: 50px;
}

.invoice-svg {
  transform: translate(-56px, -56px);
}

.start {
  min-height: 160px;
  max-height: 100%;
  align-items: center;
}

.footer {
  padding-top: 60px;
  color: #fff;
  margin-top: 70px;
  background-color: #11311a;
  min-height: 25vh;
  max-height: 40vh;
  width: 100%;
}

.footer-list {
  list-style: none;
}

.copyright {
  font-size: 20px;
}

.img-mg {
  position: relative;
}

.feature-group-one__animation {
  animation: moveInUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.feature-group-one-left__animation {
  animation: moveInUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.feature-group-two__animation {
  animation: moveInUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.feature-group-two-left__animation {
  animation: moveInUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.feature-group-three__animation {
  animation: moveInUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.start-animation {
  animation: moveInUp;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
}

.nav-custom {
  height: 11vh;
  background-color: #fff !important;
  z-index: 50;
}

.nav-pricing-tab {
  height: 20vh;
  background-color: none;
}

.third-section {
  background-color: #f1fff8;
}

/* .fourth-section {
  clip-path: polygon(0 0, 100% 0, 100% 94%, 64% 91%, 33% 91%, 0 94%);
  min-height: 100vh;
  max-height: 100%;
} */

.fourth-section__dots {
  position: absolute;
  top: 1.5em;
  left: 2.5em;
}

.fourth-section__dots-container {
  position: relative;
  margin-bottom: 50px;
}

.fourth-section__dots-right {
  position: absolute;
  top: -5.5em;
  right: 2.5em;
}

.card-custom__light-green {
  background-color: #edfff6;
  height: 400px;
  /* width: 60%; */
  padding: 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(183, 192, 206, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(183, 192, 206, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(183, 192, 206, 0.4);
}

/* .download-app {
  align-items: center;
} */

.btn-green-white_border {
  background-color: #046a37;
  color: #fff;

  font-weight: 500;
  border: 1px solid #fff;
}

.btn-green-white_border:hover {
  color: #fff;
  opacity: 0.7;
  transition: 0.3s;
}

/* .getStarted {
  height: 9rem;
  background: #037b40;
  padding-left: 10rem;
  padding-right: 10rem;
} */

.getStarted > div > p {
  font-size: 50px;
}

.gstartedbtn > button {
  height: 4.2rem;
  width: 13rem;
  border: 2px solid white;
}

.bottom-wrapper {
  color: #079651;
}

.bottom-terms {
  text-decoration: underline;
}

.big-orange-ellipse__right {
  transform: translate(218px, -45%);
  position: absolute;
}

.list-features__container {
  list-style: none;
}

.second-to-last-section {
  margin-top: 70px;
}

/* new styles */

.custom-heading {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 65px;
}

.light-green_highlight {
  background-color: #effff7;
  max-width: fit-content;
  padding: 15px 55px;
  margin: auto;
}

.auth-background {
  background: url("./assets/signin.png");
  min-height: 100vh;
  max-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

textarea {
  resize: none;
}

.the_team {
  margin-top: 90px;
}

.centered-paragrapgh {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.long {
  height: 55px;
  background-color: #c5fdce;
}

.short {
  height: 55px;
  background-color: #037b40;
}

.bottom-left {
  position: absolute;
  bottom: 130px;
  transform: rotate(-25deg);
  left: -70px;
}

.header-background {
  background: url("../assets/header-background.png");
  min-height: 100vh;
  max-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.auth-container {
  position: absolute;
  top: 70px;
  z-index: 100;
  padding: 10px;
}

.form_container {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}


/* * {
  font-family: "Manrope", sans-serif;
} */

.padnav {
  padding-right: 5rem;
  padding-left: 1rem;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.makewhite {
  background: white;
}

.idealpackage {
  margin-top: 8rem;
}

.activate {
  background: #c5ffd8;
}

.topnav {
  padding: 10px 150px 40px 0px;
}

.toparrow {
  margin-left: -5px;
  margin-top: -4px;
  color: #037b40;
}

.navbuttons {
  display: flex;
}

.contain-pricing {
  height: 10rem;
  /* background: #037b40; */
}

.ideal {
  color: orange;
}

.track-expenses-text {
  font-size: 16.5px;
}

.top-pricing {
  margin-top: 30px;
}

.pricing-tab {
  margin: 100px !important;
}

.svgshrink {
  flex-shrink: 0;
}

.innertab {
  background: #dcffee;
  width: 22rem;
  height: 3.5rem;
  border: 1px solid #dcffee;
}

.polyimg > img {
  margin-top: 110px;
  margin-left: 130px;
  display: block;
}

.pricing-tab > li > a {
  color: black;
  text-decoration: none;
  font-weight: 700;
  padding: 10px;
}

.pricing-tab > li > a.active {
  background: rgb(5, 71, 5);
}

.homegrid {
  /* margin-top: 5rem; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 100px;
}

.cardfeatures {
  border: 1px solid white;
  /* position: relative !important; */
  height: 17rem;
  width: 18rem;
  margin-top: 5rem;
  border-radius: 0.7rem !important;
 --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.cardtoptext {
  color: #080055;
  font-weight: 800;
}

.cardicons {
  position: absolute;
  margin-top: -21rem;
  margin-left: 4.3rem;
}

.firsttopimg {
  width: 100%;
  margin-top: 10px;
}

.makegreen {
  text-decoration: underline;
  color: green;
}

.FAQ {
  color: rgb(0, 165, 0);
  margin-top: 3rem;
  padding-top: 1rem;
}

.makesemibold {
  font-weight: 600;
}

.getStarted {
  height: 10rem;
  background: #037b40;
  /* padding-left: 10rem;
  padding-right: 10rem; */
  /* padding-left: 17rem;
  padding-right: 17rem; */
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
}

.getStarted > div > p {
  font-size: 50px;
}

.gstartedbtn > button {
  height: 4.2rem;
  width: 13rem;
  border: 2px solid white;
}

.bottom-menu > div > p {
  font-weight: 700;
  color: #079651;
}

.bottom-wrapper {
  color: #079651;
}

.bottom-terms {
  text-decoration: underline;
}

.bottom-images > img {
  margin-left: 45px;
}

.simple {
  font-weight: 600;
}

.features {
  /* padding-top: 4.5rem; */
  font-weight: 600;
}

.features-bg {
  background: #f4f4fa;
}

.card-top-words {
  font-weight: 600;
}

.card-cards {
  width: 250px;
  border-radius: 20%;
}

.card-img {
  margin-left: -16px;
}

.sendreceive {
  background: white;
  height: 30rem;
}

.besideAppleTop {
  font-weight: 600;
}

.besideAppleText {
  margin: 0 80px 0 80px;
}

.appleimage > img {
  height: 13rem;
  width: 20rem;
  margin-left: -25px;
  margin-top: 160px;
}

.bulbimage > img {
  height: 2rem;
}

.bulblorem {
  font-size: 13px;
}

.second-receive {
  background: #f4f4fa;
  height: 30rem;
}

.appleimage2 > img {
  height: 13rem;
  width: 20rem;
  margin-left: 50px;
  margin-top: 160px;
}

.besideAppleText2 {
  margin-left: -230px;
}

.appletextnext {
  font-size: 13px;
}

.eclipse > img {
  width: 150px;
  margin-top: 16rem;
  margin-left: -5rem;
  position: absolute;
  transform: rotate(20deg);
}

.eclipse5 > img {
  width: 150px;
  margin-top: 16rem;
  margin-left: -5rem;
  position: absolute;
  transform: rotate(20deg);
}

.accordion-header {
  display: flex;
  justify-content: center;
}

.eclipse1 > img {
  width: 150px;
  z-index: 10;
  margin-top: 1rem;
  margin-left: 70rem;
  /* position: absolute; */
  transform: rotate(5deg);
}

.makerelative {
  z-index: 30;
}

.firstcard3 {
  border: 2px solid white;
  border-radius: 10px;
  background-color: #eed;
  box-shadow: 0 0 5px #9effff;
  -moz-box-shadow: 0 0 5px #9effff;
  -webkit-box-shadow: 0 0 5px #9effff;
  -o-box-shadow: 0 0 5px #9effff;
  position: relative;
  z-index: 20;
}

.faqcontainer {
  background: #f4f4fa;
  height: 5rem;
  margin-top: -3rem;
}

/* .customerimg > img {
  margin-right: 20px;
} */

.move-right {
  padding-left: 20px;
}

.customersupport {
  margin-left: 10px;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
  overflow-x: hidden;
}

h1 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

.companyadd {
  width: 14.5rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }

  .companyadd {
    width: 12rem;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  border: 2px solid white;
  border-radius: 10px;
  background-color: #eed;
  box-shadow: 0 0 5px #e7e7e7;
  -moz-box-shadow: 0 0 5px #e7e7e7;
  -webkit-box-shadow: 0 0 5px #e7e7e7;
  -o-box-shadow: 0 0 5px #e7e7e7;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content_pricing {
  padding: 1rem;
  background: white;
}

.card_title {
  color: black;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.bottom-links > div > a {
  text-decoration: none;
  color: black;
}

#maskedimg > img {
  margin-left: -6rem;
}

#maskednext > img {
  margin-left: -5rem !important;
}

.doze {
  margin-left: 28px;
}

#accbody {
  margin: 0 6.7rem 0 6.7rem;
}

/* services page css styles */
.makeservicetoptextbold {
  font-weight: 900 !important;
  font-size: 48px;
}

.servicepolygon {
  margin-left: 63rem;
  margin-top: -4.5rem;
  position: absolute;
}

#servicestoptextcolor {
  color:#F6A70B !important;
}

.listofservicetheader {
  font-size: 24px;
}

.belowlistofserviceheader {
  border: 3px solid green;
  width: 8rem;
}

.servicelistheader > button {
  background: green;
  color:white !important;
  position:absolute;
  bottom: 0;
  margin-top: 10px;
}

.editcarde { 
  box-shadow: 0 20px 10px -15px rgb(0 0 0 / 25%) !important;
  height: 24rem !important;
}

.servicedetialslistheader > button {
  background: green;
  color:white !important;
}

/* services card */

/* service details */
.detailsherologo {
  height: 600px;
}


/* Font */
/* @import url('https://fonts.googleapis.com/css?family=Quicksand:400,700'); */

/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.main{
  max-width: 1200px;
  margin: 0 auto;
}

.cardes {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

.service-card-img > img {
  border-radius: 10%  10!important;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  height: 17rem;
  max-width: 18rem;
  min-width: 100%;
}

.modal-header {
  border-bottom: 1px solid white !important;
}

.modal-footeredit {
  justify-content: center !important;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.carde {
  background-color: #cef0df;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 32rem;
  width:18rem;
  position:relative;
}

.card_content {
  padding: 1rem;
  background: #cef0df !important;
}

.card_title {
  color: black;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}

/* end of services card */

/* who we are */

.whoweare-header-body {
  margin-top: 42px;
  margin-bottom: 44px;
}

/* might be using this somewhere else */
.whowearetopimage > img {
  height: 34rem;
  margin-left: -110px;
  width: 48rem;
}

.whowearetopimagealt > img {
  height: 34rem;
  margin-left: -34px;
  width: 35rem;
}

.hrmswearetopimage > img {
  /* margin-left: -166px; */
  width: 33rem;
}

.whowearetoptext {
  font-weight: 1000 !important;
}

.whowearecards:hover {
  background: #EFFFF7;
  transition: 1s ease-in-out all;
}

.takeborders {
  border: none !important;
}

.imgmodal > img {
  /* max-width: 100px;
  max-height: 100px; */
  min-width: 21rem !important;
  min-height: 25rem;
  width: 22rem;
  margin-top: 5px;
  object-fit: cover;
}

.disabled-input{ 
  pointer-events: none; 
  background-color: white !important;
}

.secondinput {
  width: 300px;
}

.cardwho {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content_who {
  padding: 1rem;
  background: #ffffff !important;
}

.whowearestartedcontent {
  margin-bottom: 3rem; 
  margin-top: 4rem;
}

.the_team {
  margin-top: 90px;
  margin-bottom: 130px;
}

.whowearedots {
  margin-left: 65rem;
  margin-top: -15rem;
}

.highwhowearetext {
  font-size: 5rem;
  font-weight: 700;
}

.cursorcard {
  cursor: pointer;
}

/* end of who we are */

/* accounting */

#accountinglastimsimg > img {
  /* margin-left: -247px; */
  width: 38rem;
}

.fourthfeatureaccouting {
  margin-top: 73px;
}

/* .thirdaccoutingfeatureimg > img {
  margin-top: -204px;
  width: 38rem;
  margin-left: -90px;
} */

.secondfeatureaccoutingimg > img {
  margin-top: -60px;
  margin-left: -90px;
  z-index: 1000;
}

.secondfeatureaccountingtext {
  margin-top: 90px;
}

.thirdsectionaccoutingheader {
  margin-top: 40px;
}

.accoutingfirstdots > img {
  margin-left: 900px;
  margin-top: -60px;
}

.accoutingcircle > img {
  margin-left: 793px;
  margin-top: -125px;
}

.accoutingsignupfree {
  background: green;
  color: white;
  margin: 20px 20px 20px 20px !important;
}

.secondaccountingdots > img {
  margin-left: 1028px;
  margin-top: -65rem;
}

.bmacthirdaccttext {
  margin-top: -160px;
}

.advantageaccounting {
  margin-top: 5.4rem;
}

.fifth-section-accounting {
  /* margin-top: 4rem; */
}

/* end of accounting */

.hrmscircle {
  margin-left: 50rem;
}

.removeoverflow {
  overflow: hidden !important;
}

/* start of ims */

.imstopimg > img {
  width: 548px;
}

.secondfourthimsimg > img {
  width: 605px;
}

.secondimsfeatureword {
  margin-top: 90px;
}

.secondimsfeaturewordnext {
  margin-top: 80px;
}

/* end of ims */

/* hrms payroll starts */

.secondhrmsfeaturetext {
  margin-top: 50px;
}

/* hrms payroll ends */

/* invoicing starts */

.secondfeatureinvoiceimg {
  height: 400px;
  margin-top: -5rem;
}

.firstinvoicefeatureimg > img {
  top: 0rem;
  bottom: 5rem;
  z-index: 10;
  height: 306px;
  font-size: 50px !important;
}

.topinvoicetext {
  margin-top: 6rem;
}

.whowearefirsttext {
  font-family: 'Inter', sans-serif;
  font-size: 72px;
  font-weight: 900;
  margin-top: 60px;
}

/* invoice ends */

.careertop {
  padding-top: 80px;
  margin-bottom: 80px;
}

.invocingcontollastimg {
  margin-left: 24px;
}

#theimsfirsttext {
  font-family: 'Inter', sans-serif;
  /* font-style: normal; */
  font-weight: 800;
  font-size: 50px;
  /* line-height: 70px; */
}

.firstellipsehome {
  margin-top: -8px;
  margin-left: -60px;
}

.secondellipsehome {
  margin-left: 1004px;
  margin-top: -19px;
}

.home-polygon {
  margin-top: -124px;
  margin-left: 30px;
}

.homefirstdots {
  margin-left: 82px;
  margin-top: 14px;
}

.homeseconddots {
  margin-left: 77rem;
  margin-top: -2rem;
}

.homefirsttext {
  font-family: 'inter', sans-serif;
  font-size: 47px;
}

.actionbuttons {
  border: 0px none;
}

.homedotsaccouting{
  margin-top: -498px;
  margin-left: 238px;
}

.bottomdots {
  margin-top: -172px;
  margin-left: 39px;
}

.lastbottomdots {
  margin-left: -239px;
  margin-top: -271px;
}

.invoicelastdot {
  margin-top: -437px;
  margin-left: 69rem;
}

.trystarted {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.trystarted:hover {
  background: green !important;
  color: white !important;
  transition: 0.3s all !important;
}

.buynowbtn:hover {
  background: #037b40 !important;
}

#imsfirsttext {
  font-size: 45px;
}

.accordybody {
  margin-left: -10px;
}

.playimg {
  width: 200px;
}

.storeimg {
  width: 200px;
  margin-top: -3px;
}

.posgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-gap: 128px; */
  margin-bottom: 7rem;
}

.imsbottomwidth {
  width: 90%;
}

.topwhoheight {
  min-height: 58vh;
}

.img-shadow > img {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(196, 190, 190, 0)), var(--tw-ring-shadow, 0 0 rgba(199, 197, 197, 0)), var(--tw-shadow);
}
/* media queries */

/* galaxy fold and the likes */

@media screen and (max-width: 280px) {
  .simplifiedtoptext {
    font-size: 38px !important;
  }

  .secondfeatureaccoutingimg > img {
    margin-right: 0px !important;
  }

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

  .secondfeatureinvoiceimg {
    height: 200px !important;
    margin-top: -1rem;
  }

  .secondfeatureaccoutingimg > img {
    margin-left: -80px !important;
  }

  .thirdaccoutingfeatureimg > img {
    width: 15rem !important;
  }

  #accountinglastimsimg > img {
    margin-left: -54px;
  }

  .firstimstext {
    font-weight: 34px;
  }

  .homefirsttext {
    font-size: 30px !important;
  }

  .assistantfirsttop {
    font-size:23px;
  }

  .header-background {
    min-height: 53vh;
  }
}

@media screen and (max-width: 359px) {
  .whowearetopimage > img {
    display: none;
  }

  .whowearetopimagealt > img {
    display: none;
  }

  .posimage {
    margin-right: 10px;
    margin-top: 10px;
    width: 18rem;
  }

  .cardfeatures {
    width: 16.3rem;
  }

  .cardicons {

  }
}

/* smaller screen phones */
@media only screen and (min-width: 400px) and (max-width: 414px) {
  .eclipse1 > img,
  .eclipse > img {
    display: none !important;
  }

  .polyimg {
    margin-left: -2.5rem;
  }

  .servicepolygon > img {
    display: none;
  }

  .secondfeatureinvoiceimg {
    height: 235px !important;
    margin-top: -1rem;
  }

  .secondfeatureinvoiceimg {
    width: 237px !important;
  }
}

/* mobile for typical phones */
@media screen and (max-width: 550px) {
  .padnav {
    padding-right: 1px;
    padding-left: 1px;
  }

  .ultabs {
    width: 12rem !important;
  }

  .homegrid {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }

  #bmac__invoice {
    margin-top: -60px;
  }

  #bmac__invoicing_text {
    margin-top: 12rem;
  }

  .eclipse1 > img {
    margin-left: 15.4rem;
    margin-top: 58rem;
    width: 30%;
  }

  #imsfirsttext {
    font-size: 18px;
  }

  .eclipse > img {
    width: 30%;
    margin-top: 18rem;
    margin-left: -11.6rem;
    position: absolute;
    transform: rotate(20deg);
  }

  .polyimg > img {
    margin-top: -90px;
    height: 30px;
    margin-left: 320px;
  }

  .getStarted {
    height: 8rem;
    padding-top: 10px;
    /* padding-right: 0rem;
    padding-left: 0rem; */
    background: #037b40;
    display: grid;
    justify-content: center;
  }

  .getStarted > div > p {
    font-size: 15px;
  }

  .gstartedbtn > button {
    height: 3.5rem;
    width: 13rem;
    border: 2px solid white;
  }

  .bottom-content {
    display: flex;
    flex-direction: column;
  }

  .bottom-header {
    margin-top: 10px;
  }

  .bottom-images {
    margin-bottom: 15px;
  }

  .FAQ {
    font-size: 17px;
  }

  .navbuttons {
    display: flex;
    flex-direction: column;
  }

  .eclipse5 {
    display: none !important;
  }

  #accbody {
    margin: 0 1rem 0 1rem;
  }

  .accordybody {
    margin-left: 0px;
  }

  .servicepolygon > img {
    display: none;
  }

  .whowearedots {
    display: none;
  }

  .whowearetopimage > img {
    height: 30rem;
    margin-left: -6px;
    width: 21.5rem;
  }

  .whowearetopimagealt > img {
    height: 30rem;
    margin-left: -6px;
    width: 21.5rem;
  }

  .hrmscircle {
   display: none;
  }

  .secondfeatureaccoutingimg > img {
    margin-top: -79px;
    margin-left: -37px;
    width: 400px !important;
    height: 428px !important;
  }

  .secondfeatureaccountingtext {
    margin-top: 6px;
  }

  .secondaccountingdots > img, .accoutingfirstdots > img {
    display: none;
  }

  .thirdaccoutingfeatureimg > img {
    width: 20rem;
    margin-top: -75px;
    margin-left: 0px;
  }

  .bmacthirdaccttext {
    margin-top: 20px;
  }

  .fourthfeatureaccouting {
    margin-top: 14px;
  }

  #accountinglastimsimg > img {
    width: 20rem;
  }

  #store__images {
    height: 43px;
    width: 184px;
    margin-bottom: 15px;
    margin-top: -13px;
  }

  .imstopimg > img {
    /* display: none; */
    width: 100%;
    padding-top: 10px;
    margin: 0;
  }

  .secondfourthimsimg > img {
    width: 323px;
  }

  .firstimstext {
    font-size: 45px;
  }

  .hrmswearetopimage > img {
    /* display: none; */
    width: 100%;
    margin: 0px;
    margin: 0px;
    padding-top: 10px;
  }

  #secondhrmsidtext {
    margin-top: -2rem;
  }

  .secondfeatureinvoiceimg {
    height: 268px;
    margin-top: -1rem;
  }

  .whowearefirsttext {
    font-size: 37px;
    font-weight: 900;
    margin-top: -40px;
  }

  .tophometext {
    font-size: 41px;
    margin-top: 120px;
  }

  .invocingcontollastimg {
    margin-left: 25px;
  }

  .firstellipsehome, .secondellipsehome, .homefirstdots, .homeseconddots {
    display: none;
  }

  .homefirsttext {
    font-size: 30px !important;
  }

  .home-polygon {
    display: none;
  }

  .homedotsaccouting, .bottomdots, .lastbottomdots, .invoicelastdot {
    display: none;
  }

  .second-group {
    margin-top: 70px;
  }

  .takecontroltext {
    margin-top: -109px;
  }

  .hrmsbottomcardtext {
    text-align: center;
  }

  .imsfeaturetext {
    margin-top: -7rem;
  }

  #macAccounting {
    margin-top: -4rem;
  }

  .secondimsfeaturewordnext {
    margin-top: 5px-2rem;
  }

  /* #imsfirsttext {
    font-size: 35px !important;
  } */

  .highwhowearetext {
    font-size: 3rem;
    font-weight: 700;
  }

  .top-nav-fix {
    width:100% !important;
  }

  .companyadd {
    width: 12rem;
  }

  .assistantacct {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .posgrid {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }

  .whowetoppadding {
    margin-top: 0rem;
  }

  .highwhowearetext {
    font-size: 2rem;
  }

  .make-flex {
    flex-direction: column !important;
  }

  .topheaderpadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .page-padding {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }

  .header-first-text {
    line-height: 44px;
    font-size: 1.5rem/* 24px */;
  }

  .foreveryheader {
    font-size: 1.5rem/* 24px */;
  }

  .newsimg {
    justify-content: start !important;
  }

  .topinvoicetext {
    margin-top: 0rem;
  }
  
  .bringup {
    margin-top: -2rem;
  }

  .makejustify {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 912px) {
  .topheaderpadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-first-text {
    line-height: 50px;
  }

  .page-padding {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }

  .topwhoheight {
    min-height: 33vh !important;
  }
}

/* specifically for the header */
@media only screen and (min-width: 912px) and (max-width: 940px) {
  .headerpadding {
    padding-right: -70px;
  }
}

/* ipad and co */
@media only screen and (min-width: 740px) and (max-width: 989px) {
  .headerpadding {
    padding-right: 47px;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .posimage {
    margin-right: 10px;
    margin-top: 10px;
    width: 22rem;
  }

  .headermargin {
    margin-top: 20px;
  }

  /* .getStarted {
    padding-left: 8rem;
    padding-right: 4rem;
  } */
  
  .padnav {
    padding-right: 1px;
    padding-left: 1px;
  }

  .nav-wrapper {
    height: 0vh;
    background-color: none;
  }
  
  #bmac__invoice {
    margin-top: -60px;
  }

  #bmac__invoicing_text {
    margin-top: 12rem;
  }

  #store__images {
    height: 80px;
  }

  .eclipse1 > img {
    margin-left: 17rem;
    margin-top: 29rem;
  }

  .eclipse > img {
    width: 20%;
    margin-top: 10rem;
    margin-left: -1.9rem;
    position: absolute;
    transform: rotate(20deg);
  }

  .polyimg > img {
    display: none !important;
  }

  .getStarted > div > p {
    font-size: 28px;
    /* margin-left: -45px; */
    margin-top: 13px;
  }

  .gstartedbtn > button {
    height: 3.5rem;
    width: 13rem;
    border: 2px solid white;
  }

  .customersupport {
    margin-right: 8px;
  }

  #semi-bottom-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    margin: 0px 0px 0px 25px;
  }

  .collabohead {
    text-align: center !important;
    margin-left: 3.5rem;
    width: 100%;
  }

  .bottom-images {
    text-align: center !important;
    margin-left: -15rem;
    margin-bottom: 25px;
  }

  #last-bottom-content {
    display: flex;
    flex-direction: column;
  }

  .eclipse5 {
    display: none !important;
  }

  #accbody {
    margin: 0 2.6rem 0 2.6rem;
  }

  .servicepolygon > img {
    display: none;
  }

  .whowearetopimage > img {
    width: 45rem;
    margin-left: 6px;
    margin-top: 60px;
  }

  .whowearetopimagealt > img {
    width: 45rem;
    margin-left: 6px;
    margin-top: 60px;
  }

  #topwhoweare {
    display: flex !important;
  }

  .whowearedots {
    display: none;
  }

  .hrmscircle {
    display: none;
  }

  .secondaccountingdots > img, .accoutingfirstdots > img {
    display: none;
  }

  .secondfeatureaccoutingimg > img {
    margin-left: -117px;
  }

  .thirdaccoutingfeatureimg > img {
    margin-left: -6px;
  }

  .bmacthirdaccttext {
    margin-top: 70px;
  }

  .fourthfeatureaccouting {
    margin-top: 5px;
  }

  #store__images {
    height: 63px;
    width: 200px;
  }

  .card-custom__light-green {
    height: 200px !important;
  }

  .imstopimg > img {
    display: none;
    margin: 0;
  }

  .toppayrolltext {
    font-size: 76px !important;
  }

  .invocingcontollastimg {
    margin-left: 25px;
  }

  .firstellipsehome, .secondellipsehome, .homefirstdots, .homeseconddots, .invoicelastdot {
    display: none;
  }
  
  .topimstext {
    margin-top: 180px !important;
  }

  .home-polygon {
    display: hidden;
  }

  .homedotsaccouting, .bottomdots, .lastbottomdots{
    display: none;
  }

  .second-group {
    margin-top: 70px;
  }

  #store__images {
    margin-top: 28px;
  }

  .homefirsttext {
    margin-top: 40px !important;
    font-size: 69px;
  }

  .hrmswearetopimage > img {
    margin-top: 50px;
    margin-left: -20px;
  }

  .payrollcard {
    /* display: flex;
    justify-content: center; */
    margin-bottom: 5px;
  }

  .hrmsbottomcardtext {
    text-align: center;
  }

  #secondhrmsidtext {
    margin-top: -2rem;
  }

  .simplifiedtoptext {
    margin-top: 30px;
  }

  .whoweare-header-body {
    margin-top: 152px;
  }

  .imsfeaturetext {
    margin-top: -7rem;
  }

  #macAccounting {
    margin-top: -4rem;
  }

  .secondimsfeaturewordnext {
    margin-top: -2rem;
  }

  .whowearetopimage > img {
    height: 30rem;
    margin-left: -6px;
    width: 21.5rem;
  }

  .whowearetopimagealt > img {
    height: 30rem;
    margin-left: -6px;
    width: 21.5rem;
  }
  
  .header-background {
    min-height: 53vh;
  }

  .highwhowearetext {
    font-size: 3rem;
    font-weight: 700;
  }

  .top-nav-fix {
    width:100% !important;
  }

  .companyadd {
    width: 12rem;
  }

  .posgrid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
  }

  .homegrid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
  }
}

.start-animation {
  animation: moveInUp;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes moveInUp {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .eclipse1 {
    margin-left: -16.5rem;
  }

  .whowearefirsttext {
    font-size: 54px;
    margin-top: 49px;
  }

  #imsfirsttext {
    font-size: 37px;
  }

  .posgrid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
  }

  .homegrid {
    grid-gap: 25px;
  }

  #useful-avoid {
    margin-top: -2rem !important;
  }

  .polyimg {
    margin-left: -8rem;
  }

  .getStarted > div > p {
    font-size: 35px;
    margin-top: 10px;
  }

  .bottom-images {
    display: flex;
  }

  .bottom-wrapper {
    margin-left: 10px;
  }

  #accbody {
    margin: 0 2.6rem 0 2.6rem;
  }

  .whowearedots {
    display: none;
  }

  .whowearetopimage > img {
    height: 30rem;
    margin-left: -23px;
    width: 29rem;
  }

  .whowearetopimagealt > img {
    height: 30rem;
    margin-left: -23px;
    width: 29rem;
  }

  .secondaccountingdots > img {
    margin-left: 787px;
  }

  .accoutingfirstdots > img {
    margin-left: 733px;
  }

  #accountinglastimsimg > img {
    margin-left: -128px;
  }

  .secondfeatureaccoutingimg > img {
    margin-left: -217px;
  }

  .secondaccountingdots > img {
    margin-left: 751px;
  }

  .imstopimg > img {
    width: 433px;
  }

  .firstimstext {
    font-size: 42px;
  }

  .secondfourthimsimg > img {
    width: 455px;
  }

  .hrmswearetopimage > img {
    /* margin-left: -254px; */
    width: 28rem;
  }

  .homefirsttext{
    font-size: 37px;
  }

  .header-background {
    min-height: 70vh;
  }

  .highwhowearetext {
    font-size: 3rem;
    font-weight: 700;
  }

  .secondellipsehome {
    margin-left: 800px;
  }

  .homeseconddots {
    margin-left: 970px;
  }

  .top-nav-fix {
    width:115% !important;
  }

  .nav-custom {
    height: 13vh;
    background-color: #fff !important;
    z-index: 50;
  }

  .whowetoppadding {
    margin-top: -1rem;
  }
  
  .header-first-text {
    font-size: 31px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  /* .getStarted {
    padding-left: 8rem;
    padding-right: 8rem;
  } */

  .posgrid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .posimage {
    width: 22rem;
  }

  .header-first-text {
    font-size: 43px;
  }
}

@media only screen and (min-width: 1451) {
  .imstopimg > img {
    width: 100% !important;
  }
}

/* landscape mobile view */
@media only screen and (min-width: 551px) and (max-width: 767px) {
  .eclipse1 > img {
    display: none !important;
  }

  #bmac__invoice {
    margin-top: -60px;
  }

  #bmac__invoicing_text {
    margin-top: 12rem;
  }

  #store__images {
    height: 80px;
  }

  .eclipse > img {
    display: none !important;
  }

  .polyimg > img {
    display: none;
  }

  .getStarted {
    height: 8rem;
    padding-top: 10px;
    background: #037b40;
    display: grid;
    justify-content: center;
  }

  .getStarted > div > p {
    font-size: 15px;
  }

  .gstartedbtn > button {
    height: 3.5rem;
    width: 13rem;
    border: 2px solid white;
  }

  .bottom-content {
    display: flex;
    flex-direction: column;
  }

  .bottom-header {
    margin-top: 10px;
  }

  .bottom-images {
    margin-bottom: 15px;
  }

  .collabohead {
    text-align: center;
  }

  .hrmscircle {
    display: none;
   }
}


.ultabs {
  background: #dcffee; 
}

/* admin styling begins here */

.admintopContent > a {
  text-decoration: none !important;
  color: white;
}

.admingrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.admingridwords {
  cursor: pointer;
}

.admingridwords > a {
  text-decoration: none !important;
  color: #037b40;
  font-weight: 600;
  transition: 0.5s all;
}

.admingridwords > a:hover {
  color:yellow !important;
  background: green !important;
  transition: 1s all;
}

.newsimg {
  display: flex;
  overflow-x: auto;
  margin: 20px;
  justify-content: center;
}

.newsimg > img {
  flex: 0 0 auto;
  width: auto;
  height: 100px;
  max-width: 100%;
  margin-right: 10px;
}