:root {
  --primColor: #80ed8e;
  --secColor: #00c9fc;
  --terColor: #021613;
  --primGrad: linear-gradient(
    90deg,
    rgba(0, 201, 252, 1) 0%,
    rgba(128, 237, 142, 1) 100%
  );
  --fontColor: #032b25;
  --pink: #ba3991;
  --green: #1bbaa4;
  --brown: #ceaa58;
  --green1: #a3be47;
  --primFont: "Poppins", sans-serif;
  --bodyText: #666666;
  --ctaColor: #0062f2;
  --ctaHoverGrad: linear-gradient(
    90deg,
    rgba(0, 88, 232, 1) 0%,
    rgba(0, 66, 179, 1) 100%
  );
  
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--fontColor);
}

a {
  text-decoration: none;
}

.bgShade {
  background: whitesmoke !important;
}

/*buttons*/

button,
button:hover,
button:focus {
  outline: none;
  box-shadow: none;
  border: none;
  outline-style: none;
}

.primButton {
  height: 50px;
  font-size: 16px;
  width: max-content;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--terColor);
  color: #fff;
}

.primButton.heroButton {
  height: 60px;
  font-size: 18px;
  width: -webkit-max-content;
  width: max-content;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--terColor);
  color: #fff;
}

.ctaButton,
.btn.ctaButton {
  background: var(--ctaColor) !important;
  color: #fff !important;
  transition: none;
}

.ctaButton:hover,
.btn.ctaButton:hover {
  background: var(--ctaHoverGrad) !important;
  color: #fff !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

/*buttons css end*/

/*h tags*/

.subHeadTwTags {
  font-weight: 700;
  margin-bottom: 25px;
}

.subHeadTwTags span {
  color: var(--secColor);
}

/*h tags ends*/

/*table*/

.tableContainer {
  padding: 80px 0;
}

.tableContainer .table th {
  padding: 30px 15px;
  background: rgb(189, 243, 255);
  font-size: 20px;
  color: rgb(0, 107, 121);
}

.tableContainer .table tr th:last-child {
  background: rgb(172, 241, 173);
  color: rgb(25, 94, 28);
}

.tableContainer .table td {
  padding: 25px 15px;
}

.tableContainer .table th {
  text-align: center;
}

.tableContainer .table tr td:last-child {
  background: rgb(242, 255, 249);
}

/*table end*/

.mnHdr,
.mnHdr .appContainer {
  display: flex;
  align-items: center;
}

.grdHdr {
  font-size: 60px;
  font-weight: 700;
  margin-top: 0px;
  background: var(--primGrad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.grdText {
  background: var(--primGrad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.mnHdr .appContainer {
  padding: 10px;
  position: relative;
}

.mnHdr .lgWrp {
  width: 170px;
  height: 40px;
}

.mnHdr .lgWrp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mnHdr .appContainer .actnLnks {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.mnHdr .navLnks {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 20px;
}

.mnHdr .navLnks li.menu {
  margin-left: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.mnHdr .navLnks li a {
  text-decoration: none;
  color: var(--fontColor);
}

.mnHdr .navLnks li .material-symbols-outlined {
  font-size: 16px;
}

.mnHdr .navLnks li:hover,
.mnHdr .navLnks li:hover a {
  color: var(--secColor);
}

.mnHdr .navLnks .arrowIcon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.mnHdr .navLnks .dropdown-menu.show {
  transform: translate(0, 70px) !important;
  width: 100%;
  padding: 0px;
  border: 1px solid #ebebeb;
  background: white;
  box-shadow: rgba(128, 237, 143, 0.04) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
}

.mnHdr .navLnks li.dropValue.show::after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgb(235, 235, 235);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50px;
}

.cstmInfo {
  background: white;
}

.navPdtsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  padding: 15px;
  background: white;
  border-radius: 10px;
}

.navPdtsContainer .navPdtCrd {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  cursor: pointer;
}

.navPdtsContainer .navPdtCrd .icnCntnr {
  background: #dffffe;
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 10px;
  padding: 12px;
}

.navPdtsContainer .navPdtCrd .pdtInfo h5 {
  font-size: 17px;
}

.navPdtsContainer .navPdtCrd .pdtInfo p {
  margin-bottom: 0;
  font-size: 14px;
  color: gray;
}

.navPdtsContainer a {
  text-decoration: none;
  color: inherit;
}

.navPdtsContainer a:nth-child(2) .navPdtCrd .icnCntnr {
  background: #faecf9;
}

.navPdtsContainer a:nth-child(3) .navPdtCrd .icnCntnr {
  background: #f6f6fc;
}

.navPdtsContainer a:nth-child(4) .navPdtCrd .icnCntnr {
  background: #eaf9eb;
}

.navPdtsContainer a:nth-child(5) .navPdtCrd .icnCntnr {
  background: #f4f8ff;
}

.navPdtsContainer a:nth-child(6) .navPdtCrd .icnCntnr {
  background: #fcf6ed;
}

.navPdtsContainer a:nth-child(7) .navPdtCrd .icnCntnr {
  background: #f4f8ff;
}

.navPdtsContainer a:nth-child(8) .navPdtCrd .icnCntnr {
  background: #fffaf5;
}

.navPdtsContainer a:nth-child(9) .navPdtCrd .icnCntnr {
  background: #f8feee;
}

.navPdtsContainer a:nth-child(10) .navPdtCrd .icnCntnr {
  background: #f6ffff;
}

.navPdtsContainer a:nth-child(11) .navPdtCrd .icnCntnr {
  background: #f7f3ff;
}

.navPdtsContainer a:nth-child(12) .navPdtCrd .icnCntnr {
  background: #fff5f5;
}

.navPdtsContainer .navPdtCrd .icnCntnr svg path {
  fill: #3d9f9c;
}

.navPdtsContainer a:nth-child(2) .navPdtCrd .icnCntnr svg path {
  fill: #b349ab;
}

.navPdtsContainer a:nth-child(3) .navPdtCrd .icnCntnr svg path {
  fill: #424285;
}

.navPdtsContainer a:nth-child(4) .navPdtCrd .icnCntnr svg path {
  fill: #5c8d60;
}

.navPdtsContainer a:nth-child(5) .navPdtCrd .icnCntnr svg path {
  fill: #596e95;
}

.navPdtsContainer a:nth-child(6) .navPdtCrd .icnCntnr svg path {
  fill: #c7a675;
}

.navPdtsContainer a:nth-child(7) .navPdtCrd .icnCntnr svg path {
  fill: #063c9b;
}

.navPdtsContainer a:nth-child(8) .navPdtCrd .icnCntnr svg path {
  fill: #b5a595;
}

.navPdtsContainer a:nth-child(9) .navPdtCrd .icnCntnr svg path {
  fill: #8d9d72;
}

.navPdtsContainer a:nth-child(10) .navPdtCrd .icnCntnr svg path {
  fill: #65a7a7;
}

.navPdtsContainer a:nth-child(11) .navPdtCrd .icnCntnr svg path {
  fill: #8a71bd;
}

.navPdtsContainer a:nth-child(12) .navPdtCrd .icnCntnr svg path {
  fill: #d17373;
}

.navPdtsContainer .navPdtCrd:hover {
  box-shadow: 0 15px 100px -20px #80ed8f0a, 0 21px 60px -30px rgb(0 0 0 / 64%);
}

.offcanvas-header .lgWrp {
  display: contents;
  width: 120px;
  height: auto;
}

.compWrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.compWrapper ul {
  list-style: none;
  padding: 25px;
}

.mnHdr .compWrapper ul li {
  margin: 15px 0;
  margin-left: 0;
}

.compWrapper ul li:first-child {
  margin-top: 0;
}

.compWrapper ul li:last-child {
  margin-bottom: 0;
}

.compWrapper ul li a {
  color: var(--fontColor);
  text-decoration: none;
  transition: ease-in-out 0.3s;
  position: relative;
}

.compWrapper ul li a:hover {
  text-decoration: none;
}

.compWrapper ul li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e941";
  position: absolute;
  top: 1px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
}

.compWrapper ul li a:hover::after {
  opacity: 1;
  right: -20px;
}

.mnuDropWrpr .freCnslt {
  background: whitesmoke;
  padding: 25px;
}

.mnuDropWrpr .freCnslt p {
  margin-bottom: 40px;
}

.mnuDropWrpr .freCnslt button {
  width: max-content;
}

.ceoMessage {
  display: flex;
  align-items: center;
  max-width: 640px;
  padding-top: 15px;
  padding-left: 30px;
  background: whitesmoke;
}

.ceoMessage .ceoMsgTxt {
  width: 100%;
  margin-right: 20px;
  font-size: 14px;
}

.ceoMessage .ceoMsgTxt .quote {
  font-family: "Courgette";
  font-size: 17px;
  line-height: 28px;
}

.ceoMessage .ceoImgCntnr {
  width: 100%;
  max-width: 230px;
  height: 100%;
}

.ceoMessage .ceoImgCntnr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.ceoMessage .ceoNm {
  font-weight: 600;
}

.ceoMessage .ceoNm span {
  color: gray;
}

.bcmPartnerWrapper .lftCntr .prtnrImgCntnr {
  text-align: center;
  margin-bottom: 20px;
}

.bcmPartnerWrapper .lftCntr .prtnrImgCntnr img {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.dialpad {
  font-size: 14px;
  padding: 10px 20px;
}

.dialpad img {
  width: 15px;
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}

button,
.button {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  box-shadow: none;
  border: none;
}

button.gradButton,
.gradButton {
  background: var(--primGrad);
  color: #fff;
}

.mnHdr .gradButton {
  font-weight: 500;
  font-size: 17px;
}

.pdtTxtCntnr button.gradButton {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 600px;
}

/*homepage css*/
.heroContainer {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  text-align: center;
  background: rgb(245, 255, 252);
}

.heroContainer h1 {
  font-weight: 400;
  font-size: 26px;
  line-height: 54px;
}

.heroContainer h1 span {
  font-weight: 600;
  font-size: 44px;
}

.heroContainer .heroBtnWrpr {
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.heroContainer .heroBtnWrpr .primButton {
  background: var(--primGrad);
}

.heroContainer .heroBtnWrpr .brdrBtn {
  border: 1px solid black;
  background: transparent;
  color: black;
}

.heroContainer .herImgCntnr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding-top: 120px;
}

.heroContainer .herImgCntnr .hrCard {
  width: 20%;
  height: 390px;
  align-items: center;
  background: whitesmoke;
  border-radius: 200px;
  display: flex;
  flex-direction: column;
  transition: ease 0.4s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.heroContainer .herImgCntnr .hrCard img {
  width: 350px;
  position: absolute;
  bottom: -80px;
  transition: ease-in-out 0.4s;
}

.heroContainer .herImgCntnr .hrCard h3 {
  font-size: 20px;
  margin-top: 48px;
  max-width: 150px;
  line-height: 30px;
  font-weight: 600;
  transition: ease-in-out 0.4s;
}

.heroContainer .herImgCntnr .hrCard .infoTxtHr {
  display: block;
  position: absolute;
  top: 400px;
  transition: ease-in-out 0.4s;
}

.heroContainer .herImgCntnr .hrCard a {
  background: black;
  color: white;
  padding: 10px;
}

.heroContainer .herImgCntnr .hrCard p {
  padding: 10px;
  max-width: 360px;
}

.heroContainer .herImgCntnr .hrCard:hover {
  flex: auto;
  background: grey;
  width: 60%;
  border-radius: 100px;
}

.heroContainer .herImgCntnr .hrCard:hover img {
  bottom: -350px;
}

.heroContainer .herImgCntnr .hrCard:hover .infoTxtHr {
  top: 120px;
}

.heroContainer .herImgCntnr .hrCard:hover h3 {
  margin-top: 65px;
  max-width: 250px;
}

.heroContainer .herImgCntnr .hrCard:first-child {
  background: #fffbe2;
}

.heroContainer .herImgCntnr .hrCard:nth-child(2) {
  background: #faecf9;
}

.heroContainer .herImgCntnr .hrCard:nth-child(3) {
  background: #f4f8ff;
}

.heroContainer .herImgCntnr .hrCard:nth-child(4) {
  background: #fcf6ed;
}

.heroContainer .herImgCntnr .hrCard:nth-child(5) {
  background: #fff4f4;
}

.heroBack {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

.mnContainer {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mnContainer .lftHeroCntr {
  text-align: left;
  max-width: 550px;
}

.mnContainer .lftHeroCntr .hroHdr p {
  margin-bottom: 5px;
  font-size: 30px;
}

.mnContainer .lftHeroCntr .hroHdr h4 {
  font-size: 60px;
  font-weight: 800;
  margin-top: 0;
  background: var(--primGrad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mnContainer .lftHeroCntr .hroInfo {
  margin-bottom: 40px;
  font-size: 16px;
  color: grey;
  margin-top: 20px;
  line-height: 28px;
}

.mnContainer .lftHeroCntr button {
  height: 60px;
  font-size: 18px;
  width: -webkit-max-content;
  width: max-content;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--terColor);
  color: #fff;
}

.mnContainer .rtImgCntnr {
  width: 100%;
  max-width: 65%;
}

.mnContainer .rtImgCntnr img {
  width: 100%;
}

.compnyStatWrpr {
  background: #fff;
  /* margin-top: -60px; */
}

.cmpnyStat {
  padding: 130px 40px;
  background: linear-gradient(180deg, #f9fafa, rgba(249, 250, 250, 0));
}

.statsCntr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.statsCntr .statCard {
  text-align: center;
  position: relative;
  padding: 0 80px;
}

.statsCntr .statCard:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 201, 252, 1) 0%,
    rgba(128, 237, 142, 1) 100%
  );
  position: absolute;
  right: 0;
  top: 0;
}

.statsCntr .statCard h4 {
  font-size: 50px;
  font-weight: 600;
}

.statsCntr .statCard:first-child h4 {
  color: #08cbf5;
}

.statsCntr .statCard:nth-child(2) h4 {
  color: #34d8d1;
}

.statsCntr .statCard:nth-child(3) h4 {
  color: #5fe4aa;
}

.statsCntr .statCard:nth-child(4) h4 {
  color: #7fed8f;
}

.statsCntr .statCard p {
  margin-bottom: 0;
}

.abtCmpnyWrpr {
  margin-bottom: 120px;
}

.abtCmpnyWrpr h4 {
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 84px;
}

.abtCmpnyWrpr h4 span:first-child {
  color: #05a6ce;
}

.abtCmpnyWrpr h4 span:last-child {
  color: #50d160;
}

.abtCmpnyWrpr .txtImgWrpr {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.abtCmpnyWrpr .txtImgWrpr .lftCntnr {
  width: 100%;
}
.abtCmpnyWrpr .txtImgWrpr .lftCntnr p {
  font-size: 17px;
  line-height: 38px;
  margin-bottom: 0;
}

.abtCmpnyWrpr .txtImgWrpr .lftCntnr p:not(:last-child) {
  margin-bottom: 35px;
}

.abtCmpnyWrpr .txtImgWrpr .lftCntnr p span {
  color: #daa520;
  font-style: italic;
  font-weight: 600;
}

.abtCmpnyWrpr .txtImgWrpr .abtCmpIgWr {
  max-width: 540px;
  width: 100%;
}

.abtCmpnyWrpr .txtImgWrpr .abtCmpIgWr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.srvcsSctn {
  padding: 120px 0;
  background: whitesmoke;
}

.srvcsSctn .secHdr {
  margin-bottom: 60px;
}

.srvcsSctn .secHdr span {
  color: var(--pink);
}

.srvcsSctn .srvcsInfoVw .tmrClpsHdr {
  width: 100%;
  font-size: 1.625rem;
  font-weight: 600;
  background: transparent;
  border-radius: 0;
  border-bottom: 1.5px solid #a0a2a5;
  padding: 20px 14px;
  height: unset;
}

.srvcsSctn .tbsSctns {
  padding-left: 80px;
}

.clpsTxt a {
  font-size: 17px;
  font-style: italic;
  color: #31a8ff;
}

.srvcsSctn .imgSldWrp {
  width: 100%;
  max-height: 511px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px #00000035;
}

.srvcsSctn .imgSldWrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.agmntSctn {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(/assets/images/augmentback.png);
  background-size: cover;
  background-position: center;
}

.agmntSctn .secHdr {
  margin-bottom: 80px;
}

.agmntSctn .agmntImg {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.agmntSctn h3 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #032b25;
  margin-bottom: 32px;
}

.augGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.secHdr {
  font-size: 40px;
  font-weight: 700;
}

.agmntSctn .augGrid:nth-child(2) .augTxtCntnr {
  padding-right: 40px;
}

.agmntSctn .augGrid:nth-child(2) .augImgCntnr img {
  border-radius: 10px 10px 10px 0;
}

.agmntSctn .augGrid:last-child .augTxtCntnr {
  padding-left: 40px;
}

.agmntSctn .augGrid:last-child .augImgCntnr img {
  border-radius: 10px 0 10px 10px;
}

.secHdr span {
  color: var(--brown);
}

.intrLnk {
  color: var(--secColor);
  text-decoration: none;
}

.cstmzdErp {
  padding-bottom: 140px;
}

.cstmzdErp .secHdr {
  margin-bottom: 80px;
}

.cstmzdErp .secHdr span {
  color: var(--green);
}

.tpHd p {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  margin-top: 25px;
}

.ftrsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  padding: 20px;
  box-shadow: 0 0 50px #00000017;
  margin-top: 40px;
  border-radius: 25px;
}

.ftrsGrid .ftrsCard {
  display: flex;
  align-items: center;
  padding: 30px;
  background: #faecf9;
  border-radius: 13px;
  transition: ease-in-out 0.3s;
  gap: 65px;
}

.ftrsGrid .ftrsCard .icnWrp {
  max-width: 88px;
  height: 88px;
  width: 100%;
}

.ftrsGrid .ftrsCard .icnWrp svg {
  width: 100%;
  height: 100%;
}

.ftrsGrid .ftrsCard .frtsTxt {
  font-size: 16px;
  text-align: left;
}

.ftrsGrid .ftrsCard .frtsTxt h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.ftrsGrid .ftrsCard .frtsTxt p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
  color: var(--fontColor);
}

.ftrsGrid .ftrsCard:nth-child(2) {
  background: #eaf9eb;
}

.ftrsGrid .ftrsCard:nth-child(3) {
  background: #fcf6ed;
}

.ftrsGrid .ftrsCard:nth-child(4) {
  background: #f4f8ff;
}

.ftrsGrid .ftrsCard:nth-child(5) {
  background: #f6f6fc;
}

.ftrsGrid .ftrsCard:nth-child(6) {
  background: #f4fff6;
}

.ftrsGrid .ftrsCard:nth-child(7) {
  background: #fff4f4;
}

.ftrsGrid .ftrsCard:nth-child(1) .frtsTxt h5 {
  color: var(--pink);
}

.ftrsGrid .ftrsCard:nth-child(2) .frtsTxt h5 {
  color: #52a557;
}

.ftrsGrid .ftrsCard:nth-child(3) .frtsTxt h5 {
  color: #b58742;
}

.ftrsGrid .ftrsCard:nth-child(4) .frtsTxt h5 {
  color: #3c5f9b;
}

.ftrsGrid .ftrsCard:nth-child(5) .frtsTxt h5 {
  color: #5d5daf;
}

.ftrsGrid .ftrsCard:nth-child(6) .frtsTxt h5 {
  color: #468562;
}

.ftrsGrid .ftrsCard:nth-child(7) .frtsTxt h5 {
  color: #85464b;
}

.ftrsGrid .ftrsCard:nth-child(1) .icnWrp svg path {
  fill: var(--pink);
}

.ftrsGrid .ftrsCard:nth-child(2) .icnWrp svg path {
  fill: #f6f6fc;
}

.ftrsGrid .ftrsCard:nth-child(2) .icnWrp svg path {
  fill: #5d5daf;
}

.ftrsGrid .ftrsCard:nth-child(3) .icnWrp svg path {
  fill: #52a557;
}

.ftrsGrid .ftrsCard:nth-child(4) .icnWrp svg path {
  fill: #3c5f9b;
}

.ftrsGrid .ftrsCard:nth-child(5) .icnWrp svg path {
  fill: #b58742;
}

.ftrsGrid .ftrsCard:nth-child(6) .icnWrp svg path {
  fill: #465d85;
}

.sctrsCntnr {
  margin-bottom: 140px;
}

.sctrsCntnr .secHdr {
  margin-bottom: 30px;
}

.sctrsCntnr .secHdr span {
  color: var(--pink);
}

.sctrsCntnr .sectorCard {
  padding: 20px;
  background: rgb(255, 251, 238);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.sctrsCntnr .sectorCard .sctrImg {
  width: 100%;
  max-width: 260px;
  height: 180px;
}

.sctrsCntnr .sectorCard .sctrImg img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.sctrsCntnr .sectorCard h2 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.sctrsCntnr .sectorCard p {
  margin-bottom: 0;
}

.swiper-3d .swiper-slide-shadow-left {
  background: linear-gradient(
    to left,
    rgba(255, 190, 104, 0.2),
    rgb(255, 190, 104, 0)
  );
  border-radius: 10px;
}

.swiper-3d .swiper-slide-shadow-right {
  background: linear-gradient(
    to right,
    rgba(255, 190, 104, 0.2),
    rgb(255, 190, 104, 0)
  );
  border-radius: 10px;
}

.sctrsCntnr .sectorSwiper {
  padding: 25px 0;
}

.sctrsCntnr .swiper-slide {
  opacity: 0.3;
}

.sctrsCntnr .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.sctrsCntnr .swiper-slide.swiper-slide-active .sectorCard {
  box-shadow: 0 0 20px #00000013;
}

.moduleSlider {
  padding: 10px 0;
}

.moduleCard {
  display: flex;
  align-items: stretch;
  box-shadow: 0 0 50px #00000010;
  max-width: 600px;
  margin: auto;
  border-radius: 30px;
  cursor: pointer;
}

.moduleCard .moduleInfo {
  text-align: left;
}

.moduleCard .moduleInfo h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.moduleCard .moduleInfo p {
  margin-bottom: 10px;
  font-size: 15px;
}

.moduleCard .mdlImg {
  max-width: 240px;
  width: 100%;
  height: 100%;
  border-radius: 30px 150px 150px 30px;
  overflow: hidden;
}

.moduleCard .mdlImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moduleCard .moduleInfo {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.moduleWrapper .swiper {
  padding-top: 50px;
  padding-bottom: 36px;
}

.moduleWrapper .swiper-slide .moduleCard {
  filter: opacity(0.6);
  box-shadow: none;
  background: white;
}

.moduleWrapper .swiper-slide a .moduleCard {
  color: black;
}

.moduleWrapper .swiper-slide.swiper-slide-active .moduleCard {
  filter: opacity(1);
  box-shadow: 0 0 50px #00000010;
}

.moduleWrapper .swiper-button-next:after {
  font-family: "Material Symbols Outlined";
  content: "\f1df";
}

.moduleWrapper .swiper-button-prev:after {
  font-family: "Material Symbols Outlined";
  content: "\f1e6";
}

.moduleWrapper .swiper-button-next,
.moduleWrapper .swiper-button-prev {
  position: absolute;
  top: 5%;
  width: 40%;
  color: var(--fontColor);
}

.landModuleWrapper .tpHd h2,
.moduleWrapper .tpHd h2 {
  font-size: 30px;
  font-weight: 700;
}

.visonWrapper {
  padding: 130px 0;
}

.visonWrapper .secHdr span {
  color: var(--green1);
}

.srvcwNavWrpr {
  display: flex;
  align-items: stretchs;
  justify-content: space-between;
}

.srvcwNavWrpr .navPdtsContainer {
  grid-template-columns: 1fr;
}

button.actinoBtn {
  font-size: 17px;
  font-weight: 500;
}

.visonWrapper .vdoOtnWrpr {
  position: relative;
  margin-top: 80px;
}

.visonWrapper .vdoOtnWrpr .bckImg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-height: 600px;
  min-height: 350px;
  object-fit: cover;
}

.visonWrapper .vdoThumWrp {
  max-width: 800px;
  margin: auto;
  position: relative;
}

.visonWrapper .vdoThumWrp button {
  color: white;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visonWrapper .vdoThumWrp button .material-symbols-outlined {
  font-size: 90px;
  text-shadow: 0 0 20px #00000042;
}

/* .visonWrapper .vdoThumWrp img {
  width: 100%;
} */

.visonWrapper .vdoThumWrp iframe {
  width: 100%;
  height: 460px;
}

.visonWrapper .vdoOtnWrpr .txtCntnr {
  color: white;
  padding: 80px 0;
}

.visonWrapper .vdoOtnWrpr .txtCntnr p {
  font-size: 30px;
  font-weight: 500;
}

.visonWrapper .vdoOtnWrpr .txtCntnr h5 {
  font-size: 60px;
  font-weight: 700;
  margin-top: 20px;
}

.vdioPopup {
  background: #00000080;
  position: relative;
}

.vdioPopup .clsBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: transparent;
  padding: 15px;
  color: white;
}

.plyrWrpr {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* .plyrWrpr iframe {
  border: 0;
  width: 90vw;
  height: 60vh;
} */

.tchStack {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 16%, #dddddd 100%);
  padding-bottom: 40px;
}

.tchStack .secHdr span {
  color: var(--secColor);
}

.tchStack .stackTabWrpr .monitorImg {
  width: 100%;
  max-width: 800px;
}

.tchStack .stackTabWrpr {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
}

.tchStack .tabsWrpr {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.stTbWrpr .nav-pills {
  margin: 60px 0;
}

.stTbWrpr .nav-pills .nav-item button {
  font-size: 18px;
  text-transform: initial;
  padding-left: 30px;
  padding-right: 30px;
  font-family: var(--primFont);
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

.stTbWrpr .nav-pills .nav-item button.active {
  background: var(--primGrad);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--secColor);
}

.stTbWrpr .nav-pills .nav-item button.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--primGrad);
}

.stTbWrpr .stcInrDsgn .stcInrTle {
  font-weight: 500;
  font-size: 70px;
  background: linear-gradient(
    180deg,
    rgba(0, 201, 252, 1) 0%,
    rgba(119, 234, 150, 0.5662640056022409) 64%,
    rgba(128, 237, 142, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.4;
  font-family: var(--primFont);
}

.stTbWrpr .stcInrDsgn .stckGrid {
  font-family: var(--primFont) !important;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
}

.stTbWrpr .stcInrDsgn .stckGrid .stckCard img {
  width: 70px;
  height: 70px;
}

.stTbWrpr .stcInrDsgn .stckGrid .stckCard p {
  margin-top: 10px;
  font-size: 13px;
}

.sdlcWrp {
  padding: 120px 0;
}

.sdlcWrp .secHdr span {
  color: var(--pink);
}

.clntRvWrp {
  background: whitesmoke;
  padding: 120px 0;
}

.vwRvwCntnr {
  display: flex;
  align-items: center;
  padding: 60px 0;
  padding-left: 34%;
  position: relative;
  width: 100%;
}

.vwRvwCntnr img.rvBckImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  object-fit: cover;
}

.vwRvwCntnr img.rvBckImgs {
  position: absolute;
  top: 110;
  left: 0;
  width: 30%;
  height: 90%;
  object-fit: contain;
}

.vwRvwCntnr .tpHd {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.vwRvwCntnr .tpHd .secHdr {
  font-size: 30px;
}

.vwRvwCntnr .tpHd .secHdr span {
  color: var(--secColor);
}

.vwRvwCntnr .revSlider {
  background: white;
  padding: 30px;
  z-index: 999;
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 0 30px #00000026;
  position: relative;
  min-height: 440px;
}

.vwRvwCntnr .revSlider .reQuote {
  position: absolute;
  top: 15px;
  right: 15px;
  pointer-events: none;
}

.vwRvwCntnr .revSlider .revCard {
  text-align: left;
}

.vwRvwCntnr .revSlider .revCard .lgCrd {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}

.vwRvwCntnr .revSlider .revCard .lgCrd img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vwRvwCntnr .revSlider .revCard .rvCpyNm {
  font-size: 20px;
  font-weight: 600;
}

.vwRvwCntnr .revSlider .revCard .rvDescWrpr {
  margin-top: 20px;
  min-height: 120px;
}

.vwRvwCntnr .revSlider .revCard .rvDescWrpr p {
  font-size: 14px;
}

.vwRvwCntnr .revSlider .revCard .rvInfo {
  margin-top: 25px;
}

.vwRvwCntnr .revSlider .revCard .rvInfo .rvwrInfo .rvImg {
  position: relative;
  padding: 10px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

.vwRvwCntnr .revSlider .revCard .rvInfo .rvwrInfo .rvImg .rvShp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.vwRvwCntnr .revSlider .revCard .rvInfo .rvwrInfo .rvImg .rvrImg {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  object-fit: cover;
  z-index: 1;
}

.vwRvwCntnr .revSlider .revCard .rvInfo .rvwrInfo {
  display: flex;
  align-items: center;
}

.vwRvwCntnr .revSlider .revCard .rvInfo .rvwrInfo .rvNmInfo {
  margin-left: 10px;
}

.vwRvwCntnr .revSlider .revCard .rvInfo .rvwrInfo .rvNmInfo h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.vwRvwCntnr .revSlider .revCard .rvInfo .rvwrInfo .rvNmInfo p {
  font-size: 12px;
  margin-bottom: 0;
}

.revSlider .swiper-button-prev,
.revSlider .swiper-button-next {
  top: unset;
  bottom: 20px;
  border: 1px solid rgb(175, 175, 175);
  width: 40px;
  height: 40px;
}

.revSlider .swiper-button-prev::after,
.revSlider .swiper-button-next::after {
  font-size: 16px;
  color: gray;
}

.revSlider .swiper-button-prev {
  right: 60px;
  left: unset;
}

.clntsSlider {
  padding: 80px 0;
}

.clntsSlider p {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 300;
}

.clntsSlider .clntSldrVw {
  margin-bottom: 80px;
}

.clntsSlider .clntLgWrpr img {
  width: 100%;
  max-width: 200px;
  height: 60px;
  object-fit: contain;
}

.clntsSlider .awardLgVw .clntLgWrpr img {
  width: 100%;
  max-width: 180px;
  height: 100px;
  object-fit: contain;
}

.intrLnk {
  color: var(--secColor);
  text-decoration: none;
}

.gglFdBckRv {
  padding: 40px 0 !important;
}

.gglRvCard {
  box-shadow: 0 0 10px #00000026;
  padding: 25px;
}

.gglFdBckRv .swiper {
  padding: 10px;
}

.gglRvCard .rvImg {
  width: 170px;
  height: 50px;
  margin: auto;
  margin-bottom: 25px;
}

.gglRvCard .rvImg img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
}

.gglRvCard h5 {
  font-size: 18px;
  font-weight: 600;
}

.gglRvCard p {
  font-size: 15px;
  color: gray;
  font-weight: 400;
}

.rtngWrpr span {
  color: rgb(153, 153, 153);
}

.rtngWrpr span.activeRating {
  color: goldenrod;
}

.gglRvCard .rvTxt {
  margin-top: 15px;
  line-height: 30px;
}

.footer .ftrTop {
  gap: 80px;
  display: flex;
  flex-wrap: wrap;
}

.footer .ftrTop .ftrLogo .frtLgWrpr {
  width: 190px;
}

.footer .ftrTop .ftrLogo .frtLgWrpr img {
  width: 100%;
}

.footer .ftrTop .ftrLogo p {
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0;
}

.footer .ftrTop .stLnks {
  text-align: left;
  position: relative;
}

.footer .ftrTop .stLnks .lnkHdrs {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .ftrTop .stLnks .lnkHdrs.lnwHdrs {
  margin-bottom: 40px;
}

.footer .ftrTop .stLnks ul {
  list-style: none;
  padding-left: 0;
}

.footer .ftrTop .stLnks .StLnksUl {
  max-height: 250px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: 360px;
}

.footer .ftrTop .stLnks .StLnksUl .wrapCont {
  margin-left: 50px;
}

.footer .ftrTop .stLnks ul li {
  margin-bottom: 10px;
}

.footer .ftrTop .stLnks ul li a {
  font-size: 13px;
  color: var(--fontColor);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .sclMdaLnk li {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.footer .sclMdaLnk li a {
  padding: 0px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.footer .ftrBtm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  border-top: 1px solid rgb(209, 209, 209);
  padding: 10px 0;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.footer .ftrBtm .lftFtrInfo a {
  color: var(--fontColor);
  font-size: 12px;
  text-decoration: none;
}

.footer .ftrBtm .lftFtrInfo span {
  margin: 0 10px;
  font-size: 12px;
}

.footer .ftrBtm .cpyRt {
  font-size: 12px;
  margin-bottom: 0;
}

.footer ul li a {
  position: relative;
}

.footer ul li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e941";
  position: absolute;
  top: 1px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
}

.footer ul li a:hover::after {
  opacity: 1;
  right: -20px;
}

.footer .footerLogo {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.footer .footerLogo p {
  margin-bottom: -12px;
  font-size: 12px;
}

.footerImg {
  width: 10px;
  height: 10px;
}
.footerImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .sclMdaLnk ul li a::after {
  content: none;
}

.footer .sclMdaLnk ul li a {
  transition: ease-in-out 0.3s;
}

.footer .sclMdaLnk ul li a:hover {
  transform: translateY(-5px);
}

.footer .ftrTop .stLnks .anoAthProHide {
  display: none;
}

/*product page css*/

.pdtPgWrpr {
  padding: 120px 0;
}

.pdtPgWrpr .pdtPgHdr {
  margin-bottom: 100px;
  text-align: center;
}

.pdtPgWrpr .pdtPgHdr .grdHdr {
  margin-bottom: 25px;
}

.pdtPgWrpr .pdtImgCntnr {
  min-height: 600px;
  background: url(/assets/images/products/inventory/inventory_back.jpg);
  background-size: cover !important;
  width: 100%;
  position: relative;
  background-attachment: fixed !important;
  display: flex;
  z-index: 0;
}
.pdtPgWrpr.faMdl .pdtImgCntnr {
  background: url(/assets/images/products/fa/fa_back.jpg);
}
.pdtPgWrpr.scmMdl .pdtImgCntnr {
  background: url(/assets/images/products/scm/scm_back.jpg);
}
.pdtPgWrpr.smMdl .pdtImgCntnr {
  background: url(/assets/images/products/sm/sm_back.jpg);
}
.pdtPgWrpr.crmMdl .pdtImgCntnr {
  background: url(/assets/images/products/crm/crm_back.jpg);
}
.pdtPgWrpr.hrmMdl .pdtImgCntnr {
  background: url(/assets/images/products/hrm/hrm_back.jpg);
}
.pdtPgWrpr.biMdl .pdtImgCntnr {
  background: url(/assets/images/products/bi/bi_back.jpg);
}
.pdtPgWrpr.pmMdl .pdtImgCntnr {
  background: url(/assets/images/products/purchase/purchase_back.jpg);
}
.pdtPgWrpr.prMdl .pdtImgCntnr {
  background: url(/assets/images/products/project/pr_back.jpg);
}
.pdtPgWrpr.vmMdl .pdtImgCntnr {
  background: url(/assets/images/products/vendor/vn_back.jpg);
}
.pdtPgWrpr.oiMdl .pdtImgCntnr {
  background: url(/assets/images/products/oi/oi_back.jpg);
}
.pdtPgWrpr.wmMdl .pdtImgCntnr {
  background: url(/assets/images/products/workflow/workflow_back.jpg);
}
.pdtPgWrpr.adcMdl .pdtImgCntnr {
  background: url(/assets/images/products/devcenter/devcenter.jpg);
}
.pdtPgWrpr.otpMdl .pdtImgCntnr {
  background: url(/assets/images/products/otp/otpback.jpg);
}
.pdtPgWrpr.erpChn .pdtImgCntnr {
  background: url(/assets/images/products/erpchennai/chennai.jpg);
}
.pdtPgWrpr.mnfctr .pdtImgCntnr {
  background: url(/assets/images/products/manufacturing/Manufacturing.jpg);
}
.pdtPgWrpr .pdtImgCntnr::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.4;
  z-index: -1;
}

.pdtPgWrpr .pdtTxtCntnr {
  display: flex;
  align-items: center;
  height: 100%;
}

.pdtPgWrpr .pdtTxtCntnr .inrTxtWrpr {
  background: black;
  color: white;
  width: 600px;
  padding: 40px;
  text-align: left;
  font-size: 23px;
  line-height: 40px;
}

.adtnlPntsCntnr img {
  margin-top: 50px;
  width: 100%;
}

.adtnlPntsCntnr .inrAdtnlInfo h4 {
  font-size: 19px;
  font-weight: 600;
}

.adtnlPntsCntnr .inrAdtnlInfo p {
  line-height: 24px;
  text-align: left;
}

.adtnlPntsCntnr .inrAdtnlInfo p:nth-child(2) {
  margin: 0px;
  font-size: 14px;
}

/* newonebox */
.adtnlPntsCntnrAss {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}
.box_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.text {
  /* width: 30%; */
  min-width: 350px;

  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 20px;
}

.green {
  background-color: #effffe;
  min-width: 350px;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 20px;
}
.reSon {
  margin-top: 90px;
}

.inrAdtnlInfos {
  border-radius: 20px;
  height: 145px;
  padding: 20px;
  /* background-color: red; */
}

.inrAdtnlInRes {
  border-radius: 20px;
  padding: 20px;
  background-color: #0865ab;
}
.contBlue {
  background-color: #00b2a7;
}

.inrAdtnlInfosRer {
  background-color: #ff6666;
}
.inrAdtnlInfos h1 {
  font-size: 45px;
  color: white;
  font-weight: bold;
}

.inrAdtnlInRes h1 {
  font-size: 45px;
  color: white;
  font-weight: bold;
}
.adtnlPntsCntnrAss .box_container h4 {
  font-size: 30px;
  font-weight: bold;
}

.text {
  background-color: #f4faff;
}
.green {
  background-color: EFFFFE;
}

.tpHde p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 25px;
}

.landSecHdr {
  margin: 0;
}
.inrAdtnlInfosRer .InRes {
  background-color: red;
  height: 140px;
  border-radius: 20px;
}

.adtnrParaWrpr {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 50px;
  margin: 100px 0;
}
.adtnrParaWrprTop {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 100px 0;
}
.lftTxtInfo {
  flex: 20%;
}

.lftTxtInfo h3 {
  font-size: 15px;
  font-weight: 600;
}

.rtImgInfo {
  flex: 50%;
}
.offShore {
  font-size: 18px;
  line-height: 35px;
}

.adtnrParaWrprimg {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 50px;
}

.adtnrParaWrpr div {
  width: 100%;
}
.adtnrParaWrprTop div {
  width: 100%;
}

.adtnrParaWrpr div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adtnrParaWrprimg div img {
  width: 85%;
}
.adtnrParaWrprimg .rtImgInfo {
  flex: 40%;
}

.adtnrParaWrprimg .lftTxtInfo {
  flex: 60%;
}
.adtnrParaWrprimg p {
  line-height: 30px;
}
.landModuleWrapper .tpHd {
  position: relative;
}
.whyBus {
  margin-top: 90px;
}
.moduleOur {
  margin-top: 100px;
}

.landModuleImage {
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.landModuleImage img {
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.adtnrParaWrprimg div {
  width: 100%;
}
.adtnrParaWrprTop div img {
  width: 100%;
}

.adtnrParaWrpr h5,
.adtnrParaWrpr h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 45px;
}
.whyErpChennai {
  font-size: 40px !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
  line-height: 50px !important;
}
.adtnrParaWrprTop h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 45px;
}
.adtnrParaWrprimg h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 35px;
}

.adtnrParaWrpr p {
  line-height: 25px;
  font-size: 15px;
}
.adtnrParaWrprTop p {
  line-height: 30px;
  font-size: 17px;
}

.adtnFlCntnr {
  background: whitesmoke;
  padding: 40px 0;
  text-align: center;
}

.adtnFlCntnr h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.adtnFlCntnr p {
  line-height: 30px;
}

.adtnFlCntnr.scndActnCntnr {
  background: rgb(129, 154, 139);
  padding: 40px 0;
  text-align: center;
}

.adtnFlCntnr.scndActnCntnr h2 {
  color: white;
  line-height: 55px;
}

.erpIndPg .adtnFlCntnr p {
  line-height: 30px;
  color: white;
}

.dvlpmtPrcs {
  padding: 100px 0;
  padding-bottom: 80px;
}

.dvlpmtPrcs h4 {
  font-size: 38px;
  font-weight: 600;
}

.dvlpmtPrcs .prcsWrpr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

.dvlpmtPrcs .prcsWrpr .prcsCard {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dvlpmtPrcs .prcsWrpr .prcsCard .prcsIcnCntnr {
  width: 120px;
  height: 120px;
  background: whitesmoke;
  color: black;
  border-radius: 200px;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.dvlpmtPrcs .prcsWrpr .prcsCard:not(:last-child) .prcsIcnCntnr::after {
  content: "";
  width: 140%;
  height: 2px;
  background: rgb(235, 235, 235);
  position: absolute;
  right: -180px;
  top: calc(50% - 1px);
  z-index: -1;
}

.dvlpmtPrcs .prcsWrpr .prcsCard .prcsIcnCntnr img {
  width: 60px;
  height: 60px;
}

.dvlpmtPrcs .prcsWrpr .prcsCard .prcsIcnCntnr .prcsStpCnt {
  width: 40px;
  height: 40px;
  background: black;
  color: white;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -20px;
  top: calc(50% - 20px);
  font-size: 20px;
}

.dvlpmtPrcs .prcsWrpr .prcsCard:nth-child(1) .prcsIcnCntnr {
  background: #faecf9;
}

.dvlpmtPrcs .prcsWrpr .prcsCard:nth-child(2) .prcsIcnCntnr {
  background: #f6f6fc;
}

.dvlpmtPrcs .prcsWrpr .prcsCard:nth-child(3) .prcsIcnCntnr {
  background: #eaf9eb;
}

.dvlpmtPrcs .prcsWrpr .prcsCard:nth-child(4) .prcsIcnCntnr {
  background: #fcf6ed;
}

.exprtTmWrpr {
  background: whitesmoke;
}

.exprtTmWrprDev {
  background: #f7fff9;
}
.exprtTmWrprTop {
  background: #ecfdff;
  padding: 90px 0px;
}
.exprtTmWrprTop .erpTit {
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
}

.tchSTckWrpr h5 {
  font-size: 35px;
  font-weight: 600;
}

.tchSTckWrpr .tcStkCntnr {
  margin-bottom: 80px;
}

.tchSTckWrpr .tcStkCntnr h6 {
  font-size: 28px;
  margin: 40px 0;
  /* color: var(--secColor); */
}

.adc_tech_stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 1rem;
  margin-top: 3rem;
}

.adc_tech_stack .stack__item {
  height: 14rem;
  display: grid;
  place-items: center;
  background-color: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
}

.adc_tech_stack .stack__item img {
  max-height: 80px;
  object-fit: contain;
  max-width: 120px;
}

.adc_tech_stack .stack__item::before {
  content: attr(data-name);
  position: absolute;
  bottom: -5px;
  z-index: 10;
  color: white;
  font-weight: bold;
  opacity: 0;
  transition: 0.2s ease-out;
  transition-delay: 0.2s;
}

.adc_tech_stack .stack__item:hover::before {
  bottom: 5px;
  opacity: 1;
}

.adc_tech_stack .stack__item::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 20%;
  background: var(--primGrad);
  bottom: 0;
  border-radius: 4px 4px 0 0;
  transition: 0.2s ease-out;
}

.adc_tech_stack .stack__item:hover::after {
  width: 80%;
  height: 40px;
}

.devPhs.adtnlPntsCntnr .inrAdtnlInfo h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.devPhs.adtnlPntsCntnr .inrAdtnlInfo p {
  font-size: 14px;
  color: black;
  line-height: 25px;
}

.adtnFlCntnr .sdlcMthdl {
  padding: 40px 0;
  max-width: 1100px;
  margin: auto;
}

.adtnFlCntnr .sdlcMthdl img {
  width: 100%;
}

.pdtPgWrpr a {
  color: var(--secColor);
  text-decoration: none;
}
.enhances {
  background: #0865ab;
  padding: 40px;
}

.enhances .enhanceConts {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.enhanceConts p {
  font-weight: bold;
  font-size: 25px;
  color: white;
  margin: 0 250px;
}
.enhances .enhanceConts button {
  border: none;
  background-color: white;
  padding: 10px 19px 10px 19px;
  font-weight: 600;
}

/* pavi */
.landpageclient {
  font-size: 22px;
  font-weight: 500;
}

.adtnrParaWrprRoad img {
  width: 100%;
}
.exprtTmWrprRoad {
  background-color: rgba(233, 245, 255, 0.2);
}
/* .adtnrParaWrprRoad {
  position: relative;
}
.adtnrParaWrprRoad .landModuleImage {
  left: 580px;
  width: 48px;
  top: 39px;
} */

.bottomImage span {
  position: relative;
}
.bottomImages span {
  position: relative !important;
}
.bottomImages span::after {
  border-bottom: none !important;
}
.bottomImages span img {
  position: absolute;
  bottom: 0;
  left: -17px;
  top: 50px !important;
  width: 60px;
  height: 13px;
  object-fit: contain;
}

.bottomImage span::after {
  border-bottom: none !important;
}
.cuSatis {
  margin-top: 80px;
}

.bottomImage span img {
  position: absolute;
  bottom: 0;
  left: -17px;
  top: 40px;
  width: 60px;
  height: 13px;
  object-fit: contain;
}
.adtnrPara .landModuleImage {
  left: 760px;
  width: 48px;
  top: 39px;
}

/* .landModuleImage::after {
  position: relative;
  bottom: 0;
  right: 90;
  left: 0;
} */

.adtnlPntsCntnr .inrAdtnlInfo {
  background: #faecf9;
  padding: 20px;
  font-size: 18px;
  border-radius: 10px;
  color: var(--pink);
}
.adtnlPntsCntnr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
  gap: 35px;
  margin: 60px 0;
}

.adtnlPntsCntnr.triGrid {
  grid-template-columns: 1fr 1fr 1fr;
}

.adtnlPntsCntnr .inrAdtnlInfo:nth-child(2) {
  background: #f6f6fc;
  color: #5d5daf;
}

.adtnlPntsCntnr .inrAdtnlInfo:nth-child(3) {
  background: #eaf9eb;
  color: #0e7815;
}

.adtnlPntsCntnr .inrAdtnlInfo:nth-child(4) {
  background: #fff8e5;
  color: #836d00;
}

.ftrsCntr {
  padding: 80px 0;
  background-image: linear-gradient(to bottom, #ffffff04 0%, #f4f9ff 100%);
}

.ftrsCntr .subHeadTwTags {
  margin-bottom: 50px;
}

.ftrsCntr .ftrsImgCntnr {
  width: 100%;
}

.ftrsCntr .ftrsImgCntnr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.featuresContainer {
  display: grid;
  grid-template-columns: 40% 57%;
  gap: 3%;
}

.featuresGrid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.featuresGrid.snglGrid {
  grid-template-columns: 1fr;
}

.featuresGrid.triGrid {
  grid-template-columns: 1fr 1fr 1fr;
}

.featuresCard {
  padding: 20px;
  border: 1px solid #e3e9f2;
  border-radius: 10px;
  background: white;
}

.featuresCard h3,
.featuresCard h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.featuresCard p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
}

.ftrsCntr.infoCntnrVl {
  background: transparent;
}

.infoCntnrVl .featuresContainer {
  display: block;
}

.chennaiContainer {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  align-items: center;
  gap: 20px;
}

.chennaiContainer .ChenaiCont {
  min-height: 340px;
  /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.1) 0px 1px 2px; */
  box-shadow: 0 5px 10px #00000026;

  padding: 20px;
  margin-top: 30px;
  text-align: left;
  border-radius: 6px;
}
.chennaiContainer .ChenaiCont h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 36px;
  min-height: 120px;
}
.chennaiContainer .ChenaiCont p {
  line-height: 30px;
}

.otherModels {
  padding: 75px 0;
}

.faqContainer h2 {
  text-align: center;
}

.faqContainer .accordion {
  margin-top: 45px;
}

.accordion-button:not(.collapsed) {
  background: #d8f7ff;
  font-weight: 600;
}

.accordion-item,
.accordion-item:not(:first-of-type) {
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgb(221, 221, 221);
}

.accordion-button {
  border-radius: 4px;
}

.fqSctnr {
  margin: 100px auto;
}

.fqSctnr .secHdr {
  margin-bottom: 80px;
}

.fqSctnr .secHdr span {
  color: #0acf83;
}

.fqSctnr .accordion-button {
  border-top: 1px solid #e2e8f0;
  height: unset;
  padding: 32px 10px;
}

.fqSctnr .accordion-button:not(.collapsed) {
  font-weight: normal;
}

.fqSctnr .accordion-flush > .accordion-item {
  margin-bottom: 0;
}

.fqSctnr .accordion-item,
.fqSctnr .accordion-item:not(:first-of-type) {
  border: none;
}

.blgsCntnr {
  background: whitesmoke;
  padding: 120px 0;
}

.blgsCntnr .secHdr {
  margin-bottom: 70px;
}

.blgsCntnr .secHdr span {
  color: #5d5daf;
}

.blgsCntnr .blgCard {
  background: white;
  color: black;
  transition: ease-in-out 0.3s;
}

.blgsCntnr .blgCard:hover {
  transform: translateY(-10px);
}

.blgsCntnr .blgCard .blgImg {
  height: 200px;
  width: 100%;
  position: relative;
}

.blgsCntnr .blgCard .blgImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blgsCntnr .blogGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.blgsCntnr .blgCard .blgImg .dtFld {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #032b25;
  color: white;
  margin: 0;
  font-size: 0.875rem;
  padding: 12px 18px;
}

.blgsCntnr .blgCard .blgCntns {
  padding: 20px;
}

.blgsCntnr .blgCard .blgTtle {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blgsCntnr .blgCard .blgAthr {
  border-top: 1px solid #dedede;
  padding-top: 20px;
  margin-top: 20px;
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.blgsCntnr a.primButton {
  padding: 14px 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 4px;
  margin-top: 50px;
  text-transform: capitalize;
}

.hmCntctFrm {
  margin-bottom: 120px;
}

.hmCntctFrm .adrsDtlsWrp {
  display: none;
}

.hmCntctFrm .contactWrapper {
  background: whitesmoke;
}

.annBadge {
  max-width: 140px;
  margin-top: 25px;
  display: block;
}

/*mobile header*/
.mobileHeader {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobileHeader .mnuBtn {
  height: 40px;
  padding: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.mobileHeader .lgWrp {
  width: 150px;
  height: auto;
}

.mobileHeader .lgWrp img {
  width: 100%;
  height: 100%;
}

.mobileHeader .contactBtn {
  color: black;
}

.menuCanvas .navLnks {
  padding-left: 0;
}

.menuCanvas .menu {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--fontColor);
}

.menuCanvas .menu a {
  color: var(--fontColor);
}

.menuCanvas .compWrapper {
  display: block;
}

.menuCanvas .compWrapper ul {
  padding: 0;
}

.menuCanvas .compWrapper ul li {
  padding: 10px 0;
}

.menuCanvas .ceoMessage {
  flex-wrap: wrap;
  padding-left: 15px;
}

.menuCanvas .menu[aria-expanded="true"],
.menuCanvas .menu:hover,
.menuCanvas .menu:hover a {
  color: var(--secColor);
}

.menu[aria-expanded="false"] .openIcon {
  display: block;
}

.menu[aria-expanded="true"] .openIcon {
  display: none;
}

.menu[aria-expanded="false"] .closeIcon {
  display: none;
}

.menu[aria-expanded="true"] .closeIcon {
  display: block;
}

.menuCanvas .navPdtsContainer {
  grid-template-columns: 1fr;
  padding: 0;
}

.menuCanvas .cstmInfo {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.menuCanvas .ceoMessage .ceoImgCntnr {
  margin-left: auto;
  margin-top: -40px;
}

@media (max-width: 1100px) {
  .mnHdr {
    display: none;
  }

  .mobileHeader {
    display: block;
  }
}

/*mobile header css ends*/

/*home page mobile css*/

@media (max-width: 1367px) {
  .plyrWrpr > div {
    max-width: 890px !important;
    max-height: 500px !important;
  }
}

@media (max-width: 1200px) {
  .srvcsSctn .tbsSctns {
    padding-left: 0;
  }

  .augGrid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 40px;
  }

  .agmntSctn .augGrid:nth-child(2) .augTxtCntnr {
    order: 2;
    padding-right: 0;
  }

  .agmntSctn .augGrid:last-child .augTxtCntnr {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .abtCmpnyWrpr .txtImgWrpr {
    flex-wrap: wrap-reverse;
  }

  .abtCmpnyWrpr .txtImgWrpr .abtCmpIgWr {
    max-width: 100%;
    height: 450px;
  }

  .agmntSctn {
    background-size: contain;
  }

  .secHdr {
    font-size: 32px;
  }
  .tpHd p {
    font-size: 15px;
  }
  .mnContainer {
    flex-direction: column;
    gap: 3.5rem;
  }

  .mnContainer .lftHeroCntr {
    text-align: center;
    max-width: unset;
  }

  .mnContainer .lftHeroCntr .hroHdr {
    margin-bottom: 0;
  }

  .mnContainer .lftHeroCntr .hroHdr p {
    font-size: 28px;
  }

  .mnContainer .lftHeroCntr .hroHdr h4 {
    font-size: 52px;
  }

  .mnContainer .lftHeroCntr .hroInfo {
    max-width: 90%;
    margin-inline: auto;
  }

  .mnContainer .lftHeroCntr button {
    height: 50px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .statsCntr {
    flex-wrap: wrap;
    justify-content: stretch;
    gap: 40px;
  }
  .statsCntr .statCard {
    flex: 1;
    padding: 5px 20px;
  }

  .secHdr {
    margin-bottom: 50px !important;
  }

  .unqWrpr {
    flex-direction: column-reverse;
    gap: 5rem;
  }

  .unqWrpr .unqTxtWrpr {
    max-width: unset;
    text-align: center;
  }
  .unqWrpr .unqTxtWrpr p {
    font-size: 15px;
  }
  .unqWrpr .unqImgWrpr {
    align-self: center;
  }
  .unqWrpr .unqImgWrpr img {
    max-height: 400px;
  }
  .cstmzdErp {
    padding: 100px 0;
  }
  .ftrsGrid {
    grid-template-columns: 1fr;
  }
  .cnctInrWrpr {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .visonWrapper {
    padding: 50px 0 100px;
  }
  .tchStack .stackTabWrpr .monitorImg {
    display: none;
  }
  .tchStack .tabsWrpr {
    position: static;
    padding: 0;
  }
  .stTbWrpr .stcInrDsgn .stckGrid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 20px;
  }
  .stTbWrpr .stcInrDsgn .stckGrid .stckCard img {
    width: 50px;
    height: 50px;
  }
  .stTbWrpr .stcInrDsgn .stcInrTle {
    font-size: 42px;
  }
  .clntsSlider p {
    font-size: 22px;
  }
  .clntsSlider .gglFdBckRv p {
    font-size: 14px;
  }
  .vwRvwCntnr img.rvBckImgs {
    position: absolute;
    top: 110;
    left: 0;
    width: 60%;
    height: 100%;
    object-fit: contain;
  }

  .stTbWrpr .nav-pills {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start !important;
  }

  .stTbWrpr .nav-pills::-webkit-scrollbar {
    display: none;
  }

  .stTbWrpr .nav-pills {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  .stTbWrpr .nav-pills .nav-item button {
    width: max-content;
  }

  .featuresContainer,
  .featuresGrid,
  .featuresGrid.triGrid {
    grid-template-columns: 1fr;
  }

  .ftrsCntr .ftrsImgCntnr {
    height: 150px;
  }
}

@media (max-width: 768px) {
  .sctrsCntnr .sectorCard {
    flex-wrap: wrap-reverse;
  }

  .abtCmpnyWrpr .txtImgWrpr .abtCmpIgWr {
    max-width: 100%;
    height: 250px;
  }

  .srvcsSctn .srvcsInfoVw .tmrClpsHdr {
    font-size: 22px;
  }

  .agmntSctn h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .ftrsGrid .ftrsCard {
    flex-wrap: wrap-reverse;
  }

  .sctrsCntnr .sectorCard h2 {
    font-size: 18px;
  }

  .sctrsCntnr .sectorCard p {
    font-size: 0.875rem;
  }

  .mnContainer {
    padding-top: 0px;
  }

  .mnContainer .lftHeroCntr .hroHdr h4 {
    font-size: 42px;
  }
  .clntRvWrp {
    padding: 60px 0 0;
  }
  .visonWrapper .vdoOtnWrpr .txtCntnr p {
    font-size: 16px;
  }
  .visonWrapper .vdoOtnWrpr .txtCntnr h5 {
    font-size: 34px;
  }
  .vwRvwCntnr {
    flex-direction: column;
    padding: 0 0 60px;
  }
  .vwRvwCntnr img.rvBckImg {
    display: none;
  }
  .vwRvwCntnr img.rvBckImgs {
    display: none;
  }
  .vwRvwCntnr .tpHd {
    text-align: center;
    position: static;
    margin-bottom: 20px;
  }
  .cnctInrWrpr .lftCntr h4 {
    font-size: 22px;
    line-height: 1.8em;
  }
  .cnctInrWrpr .lftCntr h4 span {
    font-size: 32px;
  }
  .cnctInrWrpr .lftCntr h5 {
    font-size: 20px;
    margin-top: 10px;
  }
  .mnContainer .rtImgCntnr {
    max-width: 85%;
  }
  .moduleWrapper .swiper-button-prev::after,
  .moduleWrapper .swiper-button-next::after {
    font-size: 2rem;
  }
  .moduleCard {
    flex-direction: column;
  }
  .moduleCard .mdlImg {
    max-width: unset;
    max-height: 350px;
    overflow: hidden;
    border-radius: 30px 30px 50px 50px;
  }
  .moduleCard .mdlImg img {
    object-fit: cover;
    object-position: center bottom;
    border-radius: unset;
  }
  .moduleCard .moduleInfo h4 {
    font-size: 22px;
  }
  .moduleCard .moduleInfo p {
    font-size: 15px;
  }
  .moduleWrapper .swiper-button-next,
  .moduleWrapper .swiper-button-prev {
    top: 2%;
  }

  .heroBack {
    min-height: 750px;
  }
  .cstmzdErp {
    padding: 50px 0;
  }

  .visonWrapper .vdoThumWrp iframe {
    width: 100%;
    height: 290px;
  }
}

@media (max-width: 600px) {
  .mnContainer .lftHeroCntr .hroHdr p {
    font-size: 22px;
  }
  .mnContainer .lftHeroCntr .hroHdr h4 {
    font-size: 32px;
  }
  .secHdr,
  .vwRvwCntnr .tpHd .secHdr {
    font-size: 24px;
  }
  .tpHd p {
    margin-top: 15px;
  }
  .unqWrpr .unqTxtWrpr h4 {
    margin-bottom: 20px;
  }

  .vwRvwCntnr .revSlider .reQuote {
    display: none;
  }
  .revSlider .swiper-button-prev,
  .revSlider .swiper-button-next {
    bottom: unset;
    top: 30px;
    width: 35px;
    height: 35px;
  }
  .vwRvwCntnr .revSlider {
    padding: 12px;
  }
  .clntsSlider {
    padding: 50px 0;
  }
  .clntsSlider .clntSldrVw {
    margin-bottom: 50px;
  }
  .clntsSlider p {
    font-size: 18px;
  }
  .clntsSlider .gglFdBckRv p {
    font-size: 14px;
  }
}

/*home page responsive css end*/

@media screen and (max-width: 400px) {
  .chennaiContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 2fr)) !important;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  /* .chennaiContainer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  } */
  .adtnrParaWrprTop {
    grid-gap: 50px 0;
  }
  .enhanceConts p {
    font-weight: bold;
    font-size: 20px;
    color: white;
    margin: 0px 0px !important;
  }
  .pdtPgWrpr {
    padding-top: 80px;
  }
  .adtnlPntsCntnr {
    width: 100%;
    height: 100%;
  }
  .pdtPgWrpr .pdtPgHdr {
    margin-bottom: 80px;
  }
  .grdHdr {
    font-size: 42px;
  }

  .pdtPgWrpr .pdtTxtCntnr .inrTxtWrpr {
    font-size: 18px;
    line-height: 30px;
  }
  .adtnrParaWrpr h5 {
    font-size: 24px;
  }
  .adtnFlCntnr h5 {
    font-size: 24px;
    text-align: left;
  }
  .adtnFlCntnr p {
    text-align: left;
  }
  .adtnrParaWrpr p {
    line-height: 30px;
  }
  .reSon {
    margin-top: 30px;
  }
  .adtnrParaWrprimg {
    margin-top: 20px !important;
  }
  .whyErpChennai {
    font-size: 25px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
    line-height: 45px !important;
  }
}
@media (max-width: 1200px) {
  .enhanceConts p {
    font-weight: bold;
    font-size: 25px;
    color: white;
    margin: 0 100px;
  }
}

@media (max-width: 991px) {
  /* .chennaiContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  } */

  .statsCntr .statCard:not(:last-child)::after {
    content: none;
  }

  .enhanceConts p {
    font-weight: bold;
    font-size: 25px;
    color: white;
    margin: 0 30px;
  }
  .adtnlPntsCntnrAss {
    flex-direction: column;
    gap: 40px;
  }
  .adtnlPntsCntnr {
    width: 100%;
    height: 100%;
  }
  .adtnrParaWrprTop {
    flex-direction: column;
  }
  .adtnrParaWrprTop p {
    line-height: 30px;
    font-size: 15px;
  }

  .adtnrParaWrprimg p {
    line-height: 35px;
    font-size: 15px;
    padding: 20px 0 !important;
  }

  .adtnrParaWrprimg {
    flex-direction: column;
    margin-top: 50px;
  }
  .adtnrParaWrpr {
    flex-direction: column;
  }
  .adtnlPntsCntnr {
    grid-template-columns: 1fr;
  }
  .dvlpmtPrcs .prcsWrpr {
    grid-template-columns: 1fr;
  }
  .dvlpmtPrcs .prcsWrpr .prcsCard .prcsIcnCntnr {
    width: 100px;
    height: 100px;
  }
  .dvlpmtPrcs .prcsWrpr .prcsCard .prcsIcnCntnr img {
    width: 40px;
    height: 40px;
  }
  .dvlpmtPrcs .prcsWrpr .prcsCard .prcsIcnCntnr .prcsStpCnt {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .dvlpmtPrcs .prcsWrpr .prcsCard .prcsIcnCntnr .prcsStpCnt {
    right: calc(50% - 15px);
    bottom: -20px;
    top: unset;
  }
  .dvlpmtPrcs .prcsWrpr .prcsCard:not(:last-child) .prcsIcnCntnr::after {
    width: 2px;
    height: 150px;
    background: rgb(243, 243, 243);
    right: calc(50% - 1px);
    top: 100%;
  }
  .dvlpmtPrcs .prcsWrpr .prcsCard p {
    position: relative;
    z-index: 10;
  }
}

@media (max-width: 600px) {
  .grdHdr {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .exprtTmWrprTop .erpTit {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
  }
  .exprtTmWrprTop {
    padding: 32px;
  }
  .text {
    width: 100%;
  }
  .inrAdtnlInRes h1 {
    font-size: 30px;
  }
  .adtnrParaWrprimg h4 {
    font-size: 20px;
  }

  .landModuleWrapper h2 {
    font-size: 20px;
  }
  .adtnlPntsCntnrAss .box_container h4 {
    font-size: 20px;
  }
}

/*product page css ends*/

@media (max-width: 997px) {
  .footer .ftrTop {
    grid-gap: 50px;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .footer .ftrBtm {
    padding-bottom: 100px;
  }
  .footer .ftrTop .stLnks .StLnksUl {
    max-height: 100%;
    min-width: none;
  }
  .footer .ftrTop .stLnks .StLnksUl .wrapCont {
    margin-left: 0;
  }
  .footer .ftrTop {
    grid-gap: 50px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .ftrTop .stLnks .lnkHdrs.lnwHdrs {
    margin-bottom: 0;
  }
  .footer .ftrTop .stLnks .anoAthPro {
    display: none;
  }
  .footer .ftrTop .stLnks .anoAthProHide {
    display: block;
  }
}

/*about page css*/

.br-50 {
  filter: brightness(0.5);
}

.abtPgWrpr .pdtPgHdr {
  padding: 80px 0;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.abtPgWrpr .pdtImgCntnr {
  min-height: 600px;
  background: url(/assets/images/products/aboutus/aboutus_bg.jpg);
  background-size: cover !important;
  width: 100%;
  position: relative;
  background-attachment: fixed !important;
  display: flex;
  z-index: 0;
}

.abtPgWrpr .pdtImgCntnr::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.4;
  z-index: -1;
}

.abtPgWrpr .pdtTxtCntnr {
  display: flex;
  align-items: center;
  height: 100%;
}

.abtPgWrpr .pdtTxtCntnr .inrTxtWrpr {
  background: black;
  color: white;
  max-width: 500px;
  width: 100%;
  padding: 40px;
  text-align: left;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
}

.abtPgWrpr .pdtTxtCntnr .inrTxtWrpr .grdHdr {
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
}

.abtPgWrpr .adtnlPntsCntnr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  margin: 60px 0;
}

.abtPgWrpr .adtnlPntsCntnr .inrAdtnlInfo {
  background: #faecf9;
  padding: 20px;
  font-size: 18px;
  border-radius: 10px;
  color: var(--pink);
}

.abtPgWrpr .adtnlPntsCntnr .inrAdtnlInfo:nth-child(2) {
  background: #f6f6fc;
  color: #5d5daf;
}

.abtPgWrpr .adtnlPntsCntnr .inrAdtnlInfo:nth-child(3) {
  background: #eaf9eb;
  color: #52a557;
}

.abtPgWrpr .adtnlPntsCntnr .inrAdtnlInfo p {
  line-height: 34px;
}

.abtPgWrpr .adtnrParaWrpr {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 50px;
  margin: 100px 0;
}

.abtPgWrpr .adtnrParaWrpr div {
  width: 100%;
}

.abtPgWrpr .adtnrParaWrpr div img {
  width: 100%;
}

.abtPgWrpr .adtnrParaWrpr h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 45px;
}

.abtPgWrpr .adtnrParaWrpr p {
  line-height: 35px;
}

.roadMapWrpr {
  background: whitesmoke;
  padding: 40px 0;
}

.roadMapWrpr h5 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
}
.rdMpStpr {
  max-width: 950px;
  margin: 6rem auto;
}
.rdMpStpr .timeLineWrapper {
  display: flex;
  width: 50%;
  margin-left: auto;
  height: 220px;
  gap: 20px;
  position: relative;
}
.rdMpStpr .timeLineWrapper:not(:nth-child(1)) {
  margin-top: -20px;
}
.rdMpStpr .timeLineWrapper:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: auto;
}
.rdMpStpr .timeLineWrapper .vert_line {
  width: 16px;
  height: 100%;
  border-radius: 12px;
  background-color: var(--pink);
  position: absolute;
  transform: translateX(-50%);
}
.rdMpStpr .timeLineWrapper:nth-child(even) .vert_line {
  transform: translateX(50%);
}
.rdMpStpr .timeLineWrapper .timeLineContent {
  text-align: left;
  padding: 20px 40px;
}
.rdMpStpr .timeLineWrapper:nth-child(even) .timeLineContent {
  text-align: right;
}
.rdMpStpr .timeLineWrapper .timeLineContent h4 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 2rem;
  color: var(--pink);
}
.rdMpStpr .timeLineWrapper .timeLineContent p {
  max-width: 400px;
  margin-top: 40px;
}
.rdMpStpr .ver_line_divider {
  display: flex;
  position: absolute;
  top: 30%;
  left: -12px;
  align-items: center;
  min-width: 300px;
}
.rdMpStpr .timeLineWrapper:nth-child(even) .ver_line_divider {
  right: -12px;
  left: unset;
  flex-direction: row-reverse;
}
.rdMpStpr .ver_line_divider .shape_01 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid var(--pink);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.rdMpStpr .ver_line_divider .shape_02 {
  flex: 1;
  border-top: 1px dashed gray;
}
.rdMpStpr .ver_line_divider .shape_03 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--pink);
}

.rdMpStpr .timeLineWrapper:nth-child(1) .vert_line {
  background-color: #ffd6f2;
}
.rdMpStpr .timeLineWrapper:nth-child(1) .timeLineContent h4 {
  color: var(--pink);
}
.rdMpStpr .timeLineWrapper:nth-child(1) .shape_01 {
  border-color: var(--pink);
}
.rdMpStpr .timeLineWrapper:nth-child(1) .shape_03 {
  background-color: var(--pink);
}
.rdMpStpr .timeLineWrapper:nth-child(2) .vert_line {
  background-color: #bfbff8;
}
.rdMpStpr .timeLineWrapper:nth-child(2) .timeLineContent h4 {
  color: #5d5daf;
}
.rdMpStpr .timeLineWrapper:nth-child(2) .shape_01 {
  border-color: #5d5daf;
}
.rdMpStpr .timeLineWrapper:nth-child(2) .shape_03 {
  background-color: #5d5daf;
}
.rdMpStpr .timeLineWrapper:nth-child(3) .vert_line {
  background-color: #c4f1c7;
}
.rdMpStpr .timeLineWrapper:nth-child(3) .timeLineContent h4 {
  color: #52a557;
}
.rdMpStpr .timeLineWrapper:nth-child(3) .shape_01 {
  border-color: #52a557;
}
.rdMpStpr .timeLineWrapper:nth-child(3) .shape_03 {
  background-color: #52a557;
}
.rdMpStpr .timeLineWrapper:nth-child(4) .vert_line {
  background-color: #96e8f9;
}
.rdMpStpr .timeLineWrapper:nth-child(4) .timeLineContent h4 {
  color: #2bb3d0;
}
.rdMpStpr .timeLineWrapper:nth-child(4) .shape_01 {
  border-color: #2bb3d0;
}
.rdMpStpr .timeLineWrapper:nth-child(4) .shape_03 {
  background-color: #2bb3d0;
}
.rdMpStpr .timeLineWrapper:nth-child(5) .vert_line {
  background-color: #ffdc9f;
}
.rdMpStpr .timeLineWrapper:nth-child(5) .timeLineContent h4 {
  color: #f8a415;
}
.rdMpStpr .timeLineWrapper:nth-child(5) .shape_01 {
  border-color: #f8a415;
}
.rdMpStpr .timeLineWrapper:nth-child(5) .shape_03 {
  background-color: #f8a415;
}
.rdMpStpr .timeLineWrapper:nth-child(6) .vert_line {
  background-color: #a5c0de;
}
.rdMpStpr .timeLineWrapper:nth-child(6) .timeLineContent h4 {
  color: #0d79f2;
}
.rdMpStpr .timeLineWrapper:nth-child(6) .shape_01 {
  border-color: #0d79f2;
}
.rdMpStpr .timeLineWrapper:nth-child(6) .shape_03 {
  background-color: #0d79f2;
}
.rdMpStpr .timeLineWrapper:nth-child(7) .vert_line {
  background-color: #b4fcab;
}
.rdMpStpr .timeLineWrapper:nth-child(7) .timeLineContent h4 {
  color: #15c100;
}
.rdMpStpr .timeLineWrapper:nth-child(7) .shape_01 {
  border-color: #15c100;
}
.rdMpStpr .timeLineWrapper:nth-child(7) .shape_03 {
  background-color: #15c100;
}

.rdMpStpr .timeLineWrapper:nth-child(8) .vert_line {
  background-color: #fce2ab;
}
.rdMpStpr .timeLineWrapper:nth-child(8) .timeLineContent h4 {
  color: #a5791b;
}
.rdMpStpr .timeLineWrapper:nth-child(8) .shape_01 {
  border-color: #a5791b;
}
.rdMpStpr .timeLineWrapper:nth-child(8) .shape_03 {
  background-color: #a5791b;
}

.rdMpStpr .timeLineWrapper:nth-child(9) .vert_line {
  background-color: #96e8f9;
}
.rdMpStpr .timeLineWrapper:nth-child(9) .timeLineContent h4 {
  color: #2bb3d0;
}
.rdMpStpr .timeLineWrapper:nth-child(9) .shape_01 {
  border-color: #2bb3d0;
}
.rdMpStpr .timeLineWrapper:nth-child(9) .shape_03 {
  background-color: #2bb3d0;
}

.awardImages {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.awardImages img {
  height: 320px;
}

@media (max-width: 1000px) {
  .rdMpStpr .timeLineWrapper {
    width: 100%;
    margin-left: 0;
  }
  .rdMpStpr .timeLineWrapper:nth-child(even) .ver_line_divider {
    right: unset;
    left: -12px;
    flex-direction: row;
  }
  .rdMpStpr .timeLineWrapper:nth-child(even) .timeLineContent {
    text-align: left;
  }
  .rdMpStpr .timeLineWrapper:nth-child(even) .vert_line {
    transform: translateX(-50%);
  }
  .rdMpStpr .timeLineWrapper:nth-child(even) {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .abtPgWrpr .pdtTxtCntnr .inrTxtWrpr,
  .abtPgWrpr .pdtTxtCntnr .inrTxtWrpr .grdHdr {
    font-size: 42px;
    line-height: 1.5em;
  }
  .abtPgWrpr .adtnlPntsCntnr {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .rdMpStpr {
    margin-left: 10px;
  }
  .rdMpStpr .timeLineWrapper .timeLineContent {
    padding-right: 0;
    padding-left: 25px;
  }
}

@media (max-width: 576px) {
  .awardImages img {
    height: 250px;
  }
}

/*about page css ends*/

/*blog page css*/

.blgPgWrpr {
  padding-bottom: 60px;
}

.blgPgWrpr .pdtPgHdr {
  padding: 80px 0;
  text-align: center;
}

.blgPgWrpr .pdtPgHdr h4 {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.blgPgWrpr .blogIndexSearch {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.blgPgWrpr .blogIndexSearch .searchContaIndex {
  width: 30%;
}

.blgPgWrpr .blgContainer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(520px, 2fr));
  gap: 30px;
}

.blgPgWrprRec .pdtPgHdr {
  padding: 80px 0;
  text-align: center;
}

.blgPgWrprRec .pdtPgHdr h4 {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.blgPgWrprRec .blgContainer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 2fr));
  gap: 30px;
}

.blgDtlVwWrpr {
  padding: 80px 0;
}

.blgDtlVwWrpr .blgImgVw img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blgDtlVwWrpr .ttlCntnr {
  margin-top: 25px;
}

.blgDtlVwWrpr .ttlCntnr h1 {
  font-size: 45px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}

.blgDtlVwWrpr .ttlCntnr .athrDtls {
  margin-top: 25px;
}

.blgDtlVwWrpr .ttlCntnr .athrDtls .athrImg {
  margin-right: 20px;
}

.blgDtlVwWrpr .ttlCntnr .athrDtls .athrImg img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  object-fit: cover;
}

.blgDtlVwWrpr .ttlCntnr .athrDtls h6 {
  font-size: 20px;
}

.blgDtlVwWrpr .ttlCntnr .athrDtls p {
  margin-bottom: 0;
  font-size: 14px;
}

.blgDtlVwWrpr .blogDescription {
  margin-top: 40px;
}

.blgDtlVwWrpr .blgCntnr {
  position: relative;
}

.blgDtlVwWrpr .navCntnr {
  position: fixed;
  top: calc(50% - 40px);
  width: 100%;
  z-index: 1111;
  pointer-events: none;
}

.blgDtlVwWrpr .navCntnr .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.blgDtlVwWrpr .navCntnr button {
  width: 80px;
  height: 80px;
  border: 1px solid black;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: painted;
}

.blgDtlVwWrpr .navCntnr button .material-symbols-outlined {
  font-size: 42px;
}

.blgDtlVwWrpr .navCntnr .prvBtn {
  left: -40px;
}

.blgDtlVwWrpr .navCntnr .rtBtn {
  right: -40px;
}

.blgDtlVwWrpr .navCntnr button:hover {
  background: black;
  color: white;
}
.search-container {
  text-align: left;
}

.blgCardRec {
  background: white;
  box-shadow: 0 0 10px #00000026;
  position: relative;
  overflow: hidden;

  max-width: 250px;
  max-height: 270px;
}

.blgCardRec .imgWrprRec {
  width: 100%;
  height: 180px;
}

.blgCardRec .imgWrprRec img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.blgCardRec .blgDtlCntnrRec {
  border: 1px solid #020202;
}

.blgCardRec .blgDtlCntnrRec p {
  font-size: 12px;
  text-align: left;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blgCardRec .blgDtlCntnrRec .blgDscrFld {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  height: 96px;
  overflow: hidden;
  text-align: left;
}

.blgCardRec .blgDtlCntnrRec .blgDscrFld > * {
  display: inline;
  font-size: 16px !important;
}

.blgCardRec .btmAthrCntnrRec .athrImg {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.blgCardRec .btmAthrCntnrRec .athrImg img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  object-fit: contain;
}

.blgCardRec .btmAthrCntnrRec .athrInfoRec h6 {
  font-size: 18px;
}

.blgCardRec .btmAthrCntnrRec .athrInfoRec p {
  font-size: 14px;
  margin: 0;
}

.blgCardRec .blgLnkWrprRec {
  background: linear-gradient(
    90deg,
    rgba(0, 202, 252, 0.829) 0%,
    rgba(128, 237, 142, 0.856) 100%
  );
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
}

.blgCardRec:hover .blgLnkWrprRec {
  top: 0;
  bottom: unset;
}

.blgCardRec .blgLnkWrprRec a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.blgCardRec .blgLnkWrprRec button {
  width: 60px;
  height: 60px;
  background: white;
}

.blogContainer {
  margin-top: 100px;
}
.blogContainer .blogtitle h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.blogContainer .comments {
  padding: 30px 20px;
  background-color: #effbfe;
  border-radius: 10px;
}

.blogContainer .authorDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blogContainer .authorInfo span {
  /* font-size: 16px; */
  font-weight: 600;
}

.blogContainer .authorDetails .MinsReading p {
  opacity: 0.6;
  font-weight: 500;
}

.blogImageView {
  position: relative;
}

.blogImageView img {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  object-fit: fill;
}

.BlogImageLogos {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  top: 200px;
  left: -60px;
}

@media screen and (max-width: 1300px) {
  .BlogImageLogos {
    position: static;
    flex-direction: row;
    margin-bottom: 20px;
    width: 120px;
  }

  .BlogImageLogos img {
    height: 16px;
  }

  .blogImageView img {
    margin-bottom: 20px;
  }
}

.BlogImageLogos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 0px;
}

.blogContainer .MuiFormControl-root {
  background-color: white !important;
  outline: none !important;
}

.blogContainer .search-container {
  margin-left: 30px;
  height: 100%;
}

.blogContainer
  .search-container
  .searchwrp
  .SearchBar
  .css-4a9spg-MuiInputBase-root-MuiOutlinedInput-root {
  height: 36.5px;
}

.blogContainer .search-container .searchwrp {
  background-color: #f5f5f5;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  border-radius: 8px;
}
.blogContainer .search-container .searchwrp p {
  font-weight: 600;
}
.blogContainer .RecBLisCont {
  box-shadow: 0 0 10px #00000026;
  margin-bottom: 20px;
  cursor: pointer;
  border-radius: 6px 6px 6px 6px;
}
.blogContainer .RecBLisCont:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  transition: ease-in-out 0.3s;
}
.blogContainer .RecBlistBottom {
  border-top: none;
  padding: 15px;
}
.blogContainer .RecBlistBottom .RecBtopic p {
  font-size: 16px;
  font-weight: 700;
}
.RecBlistTopImg {
  width: 100%;
  height: 250px;
}
.RecBlistTopImg img {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
}
.blogContainer .RecBloUser {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogContainer .RecBloUser p {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
}

.blogContainer .RecBloUser span {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 600;
}
.blogContainer .RecBloUser .recentBlogMinRead {
  opacity: 0.6;
}

.comments .commentTitle {
  text-align: start;
  margin-bottom: 15px;
}

.comments .commentTitle h2 {
  font-size: 15px;
  font-weight: 600;
}

.showComments p {
  text-align: left;
}

.showComments .commentTitle {
  font-weight: bold;
}

.showComments .commName {
  font-weight: 700;
  font-size: 16px;
}

.showComments .commentChild {
  border-bottom: 1px solid #ede1e1;
  padding: 20px 10px;
}

.showComments .commentChild:first-child {
  border-top: 1px solid #ede1e1;
  margin-top: 20px !important;
}

.showComments .commentChild:last-child {
  border-bottom: none;
}

.ReplyNameTag {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ReplyNameTag p {
  margin-bottom: 0;
}

.Replyat {
  font-size: 13px;
  opacity: 0.7;
  font-weight: 400;
  padding: 2px 10px;
  background: #ede1e1;
  border-radius: 37px;
}

.replyCont {
  border-left: 1px solid black;
  padding-left: 20px;
}
.replyBtnInView {
  display: flex;
  align-items: start;
  justify-content: flex-start;
}
.replyform {
  padding-left: 20px;
}

.showComments .handleBtn .button {
  background: none;
  padding: 5px 17px 5px 17px;
  width: max-content;
  font-size: 13px;
  border: 1px solid black;
}
.blog {
  margin-top: 50px;
}
.blog .bogReceTop p {
  font-weight: 600;
}
.moreBTn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .search-container {
    display: none;
  }
  /* .BlogImageLogos {
    display: none;
  } */
  .blgPgWrpr .blogIndexSearch .searchContaIndex {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .blgPgWrpr .blogIndexSearch .searchContaIndex {
    width: 60%;
  }
  .blgPgWrpr .blgContainer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .blogImageView {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .blogImageView img {
    object-fit: contain;
  }
  .blogContainer .blogtitle h1 {
    font-size: 30px;
  }
  .blogContainer .authorDetails {
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  .blgPgWrpr .blogIndexSearch .searchContaIndex {
    width: 100%;
  }
  .blogContainer .blogtitle h1 {
    font-size: 25px;
  }
  .blogContainer .authorDetails {
    font-size: 10px;
  }
}

.BlogviewStck {
  position: sticky;
  top: 200px;
  margin-top: 350px;
  margin-bottom: 100px;
  background-color: whitesmoke;
  padding: 30px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.BlogviewStck h4 span {
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  border-bottom: 3px solid rgb(81, 199, 217);
  padding-bottom: 8px;
}
.BlogviewStck p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.BlogviewStck h4 {
  font-size: 16px;
  font-weight: 600;
}

/*blog page css ends*/

/*new home css -- erp in chennai*/

.erpChn .heroContainer {
  background: url(../../assets/grad1.webp);
  background-size: cover;
  padding: 100px 40px;
}

.erpChn .heroContainer .lftHrCntnr h1 {
  font-size: 40px;
  font-weight: 800;
  margin-top: 0;
  background: var(--primGrad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

.lftHrCntnr h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  background: var(--primGrad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lftHrCntnr button {
  background: var(--primGrad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lftHrCntnr span {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  background: var(--primGrad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

.lftHrCntnr h2 {
  font-weight: 600;
}

.heroContainer .lftHrCntnr .hrTtlHd {
  font-size: 20px;
  font-weight: 400;
}

.heroContainer .lftHrCntnr p.hroDsc {
  line-height: 30px;
}

.heroContainer .lftHrCntnr button {
  max-width: 250px;
  margin-top: 15px;
}

.heroContainer .hroFormCntnr {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.178);
}

.heroContainer .hroFormCntnr h4 {
  font-weight: 600;
  margin-bottom: 25px;
}

.newHmContainer .clntCrsl.clntsSlider {
  background: whitesmoke;
  padding: 30px 0;
}

.newHmContainer .clntsSlider .clntSldrVw {
  margin-bottom: 0;
}

.whyGwEp {
  padding: 120px 0;
}

.whyGwEp p {
  line-height: 30px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.pstvPntsGrid {
  background: white;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.068);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 50px;
  margin-bottom: 60px;
  margin-top: 80px;
}
.pstvPntsGrid1 {
  background: white;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.068);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px;
  margin-top: 150px;
}
.pstvPntsGrid1 .pstCard .pstCard_cont {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 20px;
  padding-right: 150px;
}
.pstvPntsGrid1 .pstCard .pstCard_cont2 {
  line-height: 30px;
  font-weight: 300;
  font-size: 16px;
  padding-right: 50px;
  padding-left: 10px;
  border-left: 1.5px solid rgb(188, 188, 188);
}

.pstvPntsGrid .pstCard h4 {
  color: #ba3991;
  margin-top: 18px;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 22px;
}

.pstvPntsGrid .pstCard:nth-child(2) h4 {
  color: #5d5daf;
}

.pstvPntsGrid .pstCard:nth-child(3) h4 {
  color: #52a557;
}

.pstvPntsGrid .pstCard p {
  line-height: 25px;
  margin-bottom: 0;
  font-size: 14px;
}

.pstvPntsGrid2 {
  background: white;
  gap: 50px;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 45px rgba(0, 0, 0, 0.068);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.pstvPntsGrid2 p {
  font-size: 15px;
  line-height: 2;
}

.pstvPntsGrid3 {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pstvPntsGrid3 p {
  font-size: 14px;
  padding-right: 80px;
  line-height: 1.6;
}

.newHmContainer .unfdSltns {
  display: flex;
  align-items: center;
  padding: 120px 0;
  gap: 60px;
}

.newHmContainer .unfdSltns .imgContainer {
  max-width: 400px;
  width: 100%;
}

.newHmContainer .unfdSltns .imgContainer img {
  width: 100%;
}

.newHmContainer .unfdSltns .txtContainer h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.newHmContainer .unfdSltns .txtContainer h2 span {
  color: #ba3991;
}

.newHmContainer .unfdSltns .txtContainer p {
  line-height: 30px;
}

.newHmContainer .unfdSltns .txtContainer ul {
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 0;
}

.newHmContainer .unfdSltns .txtContainer ul li {
  margin-bottom: 20px;
}

.newHmContainer .kyBnfts {
  padding: 40px 0;
  padding-bottom: 120px;
}

.newHmContainer .kyBnfts h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 65px;
}

.newHmContainer .kyBnfts h2 span {
  color: #1bbaa4;
}

.newHmContainer .kyBnfts .kyBftGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 60px;
}

.newHmContainer .kyBnfts .kyBnftCard .kyHdr {
  margin-bottom: 20px;
}

.newHmContainer .kyBnfts .kyBnftCard .kyHdr img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.newHmContainer .kyBnfts .kyBnftCard .kyHdr h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3c5f9b;
  text-align: left;
  line-height: 25px;
}

.newHmContainer .kyBnfts .kyBnftCard p {
  text-align: left;
  line-height: 28px;
  font-size: 15px;
}

.newHmContainer .kyBnfts .kyBnftCard:nth-child(2) .kyHdr h3 {
  color: #b58742;
}

.newHmContainer .kyBnfts .kyBnftCard:nth-child(3) .kyHdr h3 {
  color: #465d85;
}

.newHmContainer .ftrInfoCnt {
  background: #f0f5ff;
  padding: 50px 0;
  margin-bottom: 85px;
}

.newHmContainer .ftrInfoCnt .inrCntnr {
  max-width: 650px;
  margin: auto;
}

.newHmContainer .ftrInfoCnt .inrCntnr p {
  line-height: 35px;
  font-size: 20px;
  margin-bottom: 28px;
}

.newHmContainer .ftrInfoCnt .inrCntnr button {
  max-width: 280px;
}

.newHmContainer .clntsSlider .clntLgWrpr img {
  width: 100%;
  max-width: 150px;
  height: 45px;
  object-fit: contain;
}

.newHmContainer .ftrInfoCnt a,
.heroContainer a {
  max-width: max-content;
}

.newHmContainer .cnctInrWrpr {
  display: flex;
  box-shadow: unset;
  padding: unset;
  background: unset;
}

.cntInrFlx {
  row-gap: 60px;
}

a {
  text-decoration: none;
}

.keyFeTit {
  margin-top: 100px;
  margin-bottom: 30px;
}
.servieOnlineKey {
  margin-top: 190px !important;
}

.keyContainer {
  background: white;
  padding: 10px 10px 20px 10px;
}

.focusCont p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.newPageBtn .btnWrpr.primButton button {
  background-image: linear-gradient(to right, #11ceed 0%, #84fab0 70%);
}
.lftHrCntnr .cntr span {
  font-size: 19px;
}

@media (max-width: 1150px) {
  .pstvPntsGrid1 .pstCard .pstCard_cont {
    padding-right: 10px;
  }
  .pstvPntsGrid1 .pstCard .pstCard_cont2 {
    padding-right: 0px;
  }
  .pstvPntsGrid3 {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .pstvPntsGrid1 {
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.068);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .pstvPntsGrid2 {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .pstvPntsGrid3 p {
    font-size: 14px;
    padding-right: 20px;
    line-height: 1.6;
  }
  .pstvPntsGrid1 .pstCard .pstCard_cont {
    font-size: 18px;
    padding-right: 0px;
  }
  .pstvPntsGrid1 .pstCard .pstCard_cont2 {
    line-height: 20px;
    font-weight: 300;
    font-size: 14px;
    border-left: 0;
    padding-left: 0px;
  }
  .whyGwEp h2 {
    font-size: 25px;
  }
  .lftHrCntnr span {
    font-size: 20px;
    margin-top: 0;
  }
  .keyFeTit {
    margin-top: 70px;
  }
  .servieOnlineKey {
    margin-top: 100px !important;
  }
}

@media (max-width: 770px) {
  .pstvPntsGrid3 {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 600px) {
  .unfdSltns {
    flex-wrap: wrap;
  }

  .newHmContainer .unfdSltns .imgContainer {
    max-width: 250px;
  }

  .heroContainer {
    padding: 60px 10px;
  }
  .heroContainer .lftHrCntnr h1 {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  .pstvPntsGrid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }
}

/*landing page css*/

.landPage {
  margin-bottom: 50px;
}

.landPage .landContainer {
  background-image: url("/assets/images/landbackground.png");
  background-size: cover;
  background-position: center;
  padding: 100px 40px;
}

.landPage .landContainer .landpageleftcont {
  position: relative;
}

.landPage .landContainer .landpageleftcont .landpageleftcontImg {
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  left: -24px;
}

.landPage .landContainer .landpageleftcont .landpageleftcontImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.landPage .landlftHrCntnr h3 {
  font-size: 38px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 25px;
  color: #fff;
}

.cntInrFlx {
  row-gap: 60px;
}

.landPage .landlftHrCntnr h1 {
  font-size: 38px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

.landPage .landlftHrCntnr h2 {
  font-size: 38px;
  font-weight: 700;
  background: var(--primGrad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
  margin-bottom: 25px;
}

.landPage .landlftHrCntnr p.hroDsc {
  line-height: 30px;
  color: white;
  font-size: 14px;
}

.landContainer .hroFormCntnr {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.178);
}

.landPage .hroFormCntnr h4 {
  font-weight: 600;
  margin-bottom: 25px;
}

.devLandpageCont {
  padding: 70px 0;
}

.devLandpageCont .devLandpage {
  /* padding: 0 300px; */
}

.devLandpageCont .devLandpage h2 {
  font-weight: 700;
  line-height: 1.5;
}

.devLandpageCont .devLandpage h2 span {
  background-color: rgb(157, 212, 231);
  color: black;
  margin-left: 10px;
}

.devLandpageCont .devLandpageCard {
  display: flex;
  align-items: center;
  gap: 40px;
}

.devLandpageCont .devLandpageCard .devLandCards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.devLandpageCont .devLandpageCard .devLandCards h4 {
  text-align: start;
  font-size: 16px;
  font-weight: 600;
}

.devLandpageCont .devLandpageCard .devLandCards p {
  font-size: 14px;
  line-height: 2;
  text-align: start;
}

.landModuleWrapper .tpHd h2 {
  font-size: 30px;
  font-weight: 700;
}
.moduleWrapper .tpHd h2 {
  font-size: 30px;
  font-weight: 700;
}

.landModuleWrapper .tpHd span {
  position: relative;
}

.landModuleWrapper .tpHd span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  border-bottom: 3px solid aquamarine;
}

.landModuleWrapper .swiper-wrapper {
  padding: 40px 0;
}

.landModuleWrapper .swiper-slide .moduleCard {
  filter: opacity(0.6);
  box-shadow: none;
}

.landModuleWrapper .swiper-slide.swiper-slide-active .moduleCard {
  filter: opacity(1);
  box-shadow: 0 0 50px #00000010;
}

.landModuleWrapper .moduleCard .moduleInfo h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: blue;
}

.landModuleWrapper .moduleCard .moduleInfo p::before {
  content: "";
  background-image: url("../../assets/landpage/tick.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.landModuleWrapper .moduleInfo .moduletick {
  width: 20px;
  height: 20px;
}

.landModuleWrapper .moduleInfo .moduletick img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.landModuleWrapper .swiper-button-next:after {
  font-family: "Material Symbols Outlined";
  content: "\f1df";
  font-size: 30px;
}

.landModuleWrapper .swiper-button-prev:after {
  font-family: "Material Symbols Outlined";
  content: "\f1e6";
  font-size: 30px;
}
.grab button {
  color: white;
  background-color: #000;
  border: none;
  padding: 10px 18px 10px 22px;
}

.landModuleWrapper .swiper-button-next,
.landModuleWrapper .swiper-button-prev {
  position: absolute;
  top: 96%;
  width: 85%;
  color: var(--fontColor);
}

.landExpertView {
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url("/assets/images/landpage/maskgroup.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.landExpertView .landExpertViewImg {
  width: 100%;
  height: 500px;
}

.landExpertView h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

.landExpertView .landExpertViewCont {
  position: absolute;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: white;
  padding: 30px;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 8px;
}

.landExpertView .landExpertViewCont .landExpertViewContCardCont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.landExpertView .landExpertViewCont .ExpertViewCont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landExpertView .landExpertViewCont .ExpertImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 75px;
}

.landExpertView .landExpertViewCont .ExpertImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.landExpertView .landExpertViewCont .experImgcont p {
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  padding: 0 10px;
}

.landExpertView .landExpertViewCont .experImgcont span {
  font-weight: 600;
}

.landExpertView .landExpertViewCont .experImgcont:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
}

/* .landPageClientcont {
  margin-top: 180px;
  margin-bottom: 100px;
} */

.enhance .enhanceCont h3 {
  font-size: 40px;
  font-weight: 700;
}

.landPageClient p {
  font-size: 16px;
  text-align: center;
}

.landPageClient span {
  position: relative;
  font-size: 16px;
  color: black;
}

.landPageClient span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  border-bottom: 3px solid aquamarine;
}

.setpartCont {
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
}

.setpartCont .setPartLeft {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  width: 50%;
}

.setpartCont .setPartLeft .setPartLeft_heading h1 {
  font-size: 28px;
  font-weight: 600;
}

.setpartCont .setPartLeft .setPartLeft_heading span {
  position: relative;
}

.setpartCont .setPartLeft .setPartLeft_heading span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  border-bottom: 3px solid aquamarine;
}

.setpartCont .setPartLeft .setPartContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.setpartCont .setPartLeft .setPartContent p {
  font-size: 13px;
  line-height: 1.8;
}

.setpartCont .setPartLeft .setPartContent span {
  font-weight: 600;
}

.setpartCont .setPartLeft .setPartContent .spanhead {
  font-size: 15px;
}

.setpartCont .setPartRight {
  width: 50%;
}

.setpartCont .setPartRight .setPartrightImg {
  width: 100%;
  height: 400px;
}

.setpartCont .setPartRight .setPartrightImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.companyReview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 100px;
  margin-bottom: 100px;
}

.companyReview .comRevCard {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 10px 30px 10px 10px;
}

.companyReview .comRevCard:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.companyReview .comRevCard:nth-child(2) {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.companyReview .comRevCard:nth-child(3) {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.companyReview .comRevCard .comRevCardImg {
  width: 35px;
  height: 35px;
}

.companyReview .comRevCard .comRevCardImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.companyReview .comRevCard .comRevCardCont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.companyReview .comRevCard .comRevCardCont p {
  margin: 0;
}

.companyReview .comRevCard .comRevCardCont .comRevCardCount {
  font-size: 22px;
  font-weight: 500;
}

.companyReview .comRevCard .comRevCardCont .comRevCardCountCont {
  font-size: 14px;
  opacity: 0.9;
}

.enhance {
  background: #bff7ff;
  padding: 40px;
}

.enhance .enhanceCont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.enhance .enhanceCont h1 {
  font-size: 40px;
  font-weight: 700;
}

.landPageSdlc h4 {
  font-size: 20px;
  font-weight: 600;
}

.landPageSdlc .secHdr span {
  position: relative;
  color: #000;
}

.landPageSdlc span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  /* Adjust as needed to control the distance between text and underline */
  width: 18px;
  margin-left: 3px;
  border-bottom: 3px solid aquamarine;
  /* Set the underline style */
}

.LandPagecustomersatis h3 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

.landPage .clntRvWrp {
  padding: 50px 0 100px 0;
}

.LandPagecustomersatis span {
  position: relative;
}

.LandPagecustomersatis span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  /* Adjust as needed to control the distance between text and underline */
  width: 100%;
  border-bottom: 3px solid aquamarine;
}

.landWhatPro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 70px 0px;
  background-color: #dcf7fc;
  border-radius: 20px;
  margin-top: 150px;
}

.landWhatPro .landWhatProLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 10px; */
  padding: 30px;
}

.landWhatPro .landWhatProLeft p {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}

.landWhatPro .landWhatProLeft button {
  height: 80px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
}

.landWhatPro .landWhatProLeft p:nth-child(2) {
  font-size: 65px;
  font-weight: 800;
  margin-top: 0;
  background: var(--primGrad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.landWhatPro .landWhatProright {
  margin-right: 70px;
  height: 495px;
  position: relative;
  margin-top: -182px;
}

.landWhatPro .landWhatProright img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.erpChn .clntRvWrp {
  background: #f9fff8;
}

@media (max-width: 991px) {
  .devLandpageCont .devLandpageCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .landModuleWrapper {
    padding: 0 0 40px 0;
  }

  .setpartCont {
    display: flex;
    flex-direction: column;
  }

  .setpartCont .setPartLeft {
    width: 100%;
  }

  .setpartCont .setPartRight {
    width: 100%;
  }

  .companyReview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .companyReview .comRevCard:nth-child(2) {
    border-right: none;
  }

  /* .landExpertView .landExpertViewCont .landExpertViewContCardCont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  } */
}

@media (max-width: 768px) {
  .landExpertView {
    background-image: none;
    height: 100%;
  }

  .LandPagecustomersatis h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
  }

  .landPage .landContainer .landpageleftcont .landpageleftcontImg {
    position: absolute;
    width: 20px;
    height: 21px;
    top: -15px;
    left: -16px;
  }

  .landExpertView .landExpertViewCont {
    position: relative;
    background: white;
    padding: 10px 0;
    bottom: 0;
    margin: 0 10px;
  }

  .landExpertView h1 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .landPageClientcont {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .landExpertView .landExpertViewCont .landExpertViewContCardCont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .landExpertView .landExpertViewCont .experImgcont p {
    margin-top: 10px;
  }

  .landWhatPro {
    margin: 20px;
  }

  .landWhatPro {
    /* background-image: url("../../assets/landpage/landpageweproduce.png"); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    border-radius: 5px;
  }

  .landWhatPro .landWhatProright {
    display: none;
  }

  .landWhatPro .landWhatProLeft {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    width: 100%;
  }

  .landWhatPro .landWhatProLeft h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
  }

  .landWhatPro .landWhatProLeft h1 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
  }

  .enhance {
    padding: 20px 10px;
  }

  .enhance .enhanceCont h1 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
  }
}

@media (max-width: 576px) {
  .landPage .landContainer {
    padding: 50px 10px;
  }

  .landModuleWrapper .tpHd h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .landPage .landlftHrCntnr h1 {
    font-size: 26px;
  }

  .landPage .landlftHrCntnr h2 {
    font-size: 26px;
  }

  .landPage .landlftHrCntnr p.hroDsc {
    line-height: 25px;
  }

  .devLandpageCont {
    padding: 40px 0;
  }

  .devLandpageCont .devLandpage h2 {
    font-size: 20px;
    margin: 0;
  }

  .landModuleWrapper .swiper-button-next,
  .landModuleWrapper .swiper-button-prev {
    position: absolute;
    top: 98%;
    width: 75%;
  }

  .landExpertView .landExpertViewCont {
  }

  .companyReview {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .companyReview .comRevCard:nth-child(1) {
    border-right: none;
  }

  .companyReview .comRevCard:nth-child(2) {
    border-right: none;
  }

  .companyReview .comRevCard:nth-child(3) {
    border-right: none;
  }
}

/*landing page css end*/

/*manufacturing in chennai page css*/
.manuPage .ManufacturingTop {
  background: #ecfdff;
  padding: 90px 0px;
}

.manuPage .ManuTopCont {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  text-align: left;
}

.manuPage .ManuTopCont p {
  line-height: 30px;
  font-size: 17px;
}

.manuPage .ManuTopCont p span {
  color: rgb(67, 179, 123);
  font-size: 18px;
  font-weight: 600;
}

.manuPage .ManuTopCont div {
  width: 100%;
}

.manuPage .ManuTopCont div img {
  width: 100%;
  /* object-fit: contain; */
}

.manuPage .ManuTopLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.manuPage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.manuPage button {
  color: white;
  background-color: #000;
  border: none;
  padding: 10px 18px 10px 22px;
  cursor: pointer;
}

.manuPage .btnWhite {
  background-color: white;
  color: black;
  padding: 10px;
}

.manuPage .adtnrParaWrprimg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  gap: 50px;
}

.manuPage .H2Tags {
  font-size: 35px !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
  line-height: 50px !important;
  text-wrap: wrap;
}

.manuPage .H3Tags {
  font-weight: bold;
  font-size: 30px;
  color: white;
  margin: 0 250px;
  line-height: 55px;
}

.manuPage .H3Tags span {
  font-size: 40px;
  color: var(--primColor);
}

.manuPage .shdBtn .btnWhite {
  background: var(--primGrad);
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
}

.manuPage .ImgContRight p {
  line-height: 35px;
  margin-bottom: 10px;
}

.manuPage .ImgContLeft {
  display: flex;
  align-items: center;
  justify-content: center;
}

.manuPage .ImgLeft {
  width: 100%;
}

.manuPage .ModuleWrapper {
  padding: 30px 0;
}

.manuPage .chennaiContainer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
}

.manuPage .chennaiContainer .ChenaiCont {
  min-height: unset;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 20px;
  margin-top: 0px;
  text-align: left;
  border-radius: 6px;
  height: 100%;
}

.manuPage .chennaiContainer .ChenaiCont h3 {
  font-size: 23px;
  font-weight: 600;
  min-height: unset;
  margin-bottom: 25px;
}

.manuPage .chennaiContainer .ChenaiCont p {
  line-height: 30px;
}

.manuPage .heading {
  text-align: center;
}

.manuPage .manuBackDrop {
  background: rgba(255, 255, 255, 0.5);
  background-image: url(/assets/images/spassets/backdrop.webp);
  background-size: cover !important;
  /* width: 100%; */
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.manuPage .BtnDiv {
  text-align: center;
}

.manuPage .enhanceConts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.manuPage .ManuContain {
  margin-top: 40px;
}

.manuPage .h5Tags {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.manuPage .ManuContainContainer {
  display: grid;
  grid-template-columns: 60% 30%;
  grid-gap: 50px;
  gap: 50px;
  align-items: center;
  padding: 80px 0;
}

.manuPage .ManuContainContainer.rightCnt {
  grid-template-columns: 30% 60%;
}

.manuPage .ManuContainContainer .ImgLeft {
  width: 100%;
  height: 100%;
}

.manuPage .ManuImgContainer p {
  line-height: 35px;
}

.manuPage .exprtTmWrpr {
  background-color: whitesmoke;
}

.manuPage .exprtTmWrprDev {
  background-color: transparent;
}

.manuPage .H1Tags {
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
}

.manuPage .ChenaiCont p {
  padding-left: 30px;
  position: relative;
}

.manuPage .ChenaiCont p.pblm::before {
  font-family: "Material Symbols Outlined";
  content: "\e000";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  color: #bb9000;
}

.manuPage .ChenaiCont p.sltn::before {
  font-family: "Material Symbols Outlined";
  content: "\ea24";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  color: #028b1b;
}

.manuPage .moduleWrapper {
  padding: 80px 0;
}

.manuPage .whyDoMan {
  padding-top: 50px;
}

.staticPages {
  padding: 60px 0;
}

.staticPageHdr {
  max-width: max-content;
  margin: auto;
}

.staticContent {
  padding: 40px 13px;
}

.customLgOtrRp {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.customLgOtrRp .cstmrLogoWrpr {
  border: 1px solid rgb(197, 197, 197);
  padding: 25px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customLgOtrRp .cstmrLogoWrpr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 180px;
  max-height: 100px;
}

@media (max-width: 600px) {
  .customLgOtrRp {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

@media (max-width: 1100px) {
  .manuPage .ManuTopCont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .manuPage .H1Tags {
    font-size: 30px;
    line-height: 40px;
    /* font-weight: 700; */
  }

  .manuPage .H2Tags {
    font-size: 25px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
    line-height: 35px !important;
    text-wrap: wrap;
  }

  .manuPage .ManuTopCont p {
    line-height: 30px;
    font-size: 14px;
  }

  .manuPage .ManuTopCont p span {
    color: rgb(67, 179, 123);
    font-size: 15px;
    font-weight: 600;
  }

  .manuPage .adtnrParaWrprimg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .manuPage .ImgContRight p {
    line-height: 35px;
    margin-bottom: 20px;
  }

  .manuPage .chennaiContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    align-items: center;
    grid-gap: 20px;
    gap: 20px;
  }

  .manuPage .H3Tags {
    font-weight: bold;
    font-size: 25px;
    color: white;
    margin: 0 100px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  .manuPage .ManuContainContainer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    gap: 50px;
    align-items: center;
    min-height: 450px;
    margin-top: 20px;
    padding: 20px;
  }

  .manuPage .ManufacturingTop {
    padding: 30px 0px;
  }
}

/*manufacturing in chennai page css ends*/

/*teams page css starts*/

/*team card*/

.tmCard {
  width: 100%;
  position: relative;
  text-align: center;
}

.tmCard .tmImgWrpr {
  position: relative;
  height: 100%;
  max-height: 500px;
  overflow: hidden;
}

.tmCard .tmImgWrpr::before {
  content: "";
  background: whitesmoke;
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.tmCard img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: bottom;
}

.tmCard .tmInfo {
  padding: 15px;
}

.tmCard .tmInfo h5 {
  margin-bottom: 5px;
}

.tmCard .lnkdBtn {
  position: absolute;
  bottom: -40px;
  z-index: 999999;
  background: #0072b1;
  right: 10px;
  padding: 10px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  transition: ease-in-out 0.3s;
}

.tmCard:hover .lnkdBtn {
  bottom: 10px;
}

.tmCard .lnkdBtn:hover {
  background: #0072b1;
}

.tmCard .lnkdBtn img {
  width: 20px;
  height: 20px;
  filter: brightness(11);
}

.tmCard .tgLnTem {
  font-family: "Cookie", cursive;
  font-size: 25px;
}

.tmCard .quoteWrpr {
  position: absolute;
  width: 250px;
  top: -50px;
  right: 20px;
  opacity: 0;
  transition: ease-in-out 0.3s;
}

.tmCard.quote_left .quoteWrpr {
  right: unset;
  left: 0;
}

.tmCard .quoteWrpr .inrTxtWrpr {
  position: relative;
}

.tmCard .quoteWrpr .inrTxtWrpr img {
  filter: grayscale(1);
}

.tmCard .quoteWrpr .inrTxtWrpr p {
  position: absolute;
  top: 27px;
  right: 25px;
  max-width: 200px;
  height: 134px;
  font-size: 24px;
  line-height: 31px;
  font-family: "Neucha", cursive;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmCntnr .tmCard .quoteWrpr {
  position: absolute;
  width: 190px;
  top: 0px;
  right: -30px;
  opacity: 0;
  transition: ease-in-out 0.3s;
}

.tmCntnr .tmCard .quoteWrpr .inrTxtWrpr p {
  position: absolute;
  top: 7px;
  right: 13px;
  max-width: 150px;
  height: 134px;
  font-size: 16px;
  line-height: 31px;
  font-family: "Neucha", cursive;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmCard:hover .quoteWrpr {
  opacity: 1;
}

.tmCard .hoverImg {
  display: none;
}

.tmCard:hover .hoverImg {
  display: block;
}

.tmCard:hover .dfltImg {
  display: none;
}

/*team card css ends*/

.tmPgCntr {
  padding: 60px 0;
}

.tmCardWrpr {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 50px;
}
.mngCntnr {
  grid-template-columns: repeat(2, 1fr) !important;
}

.tmPgCntr .grdHdr {
  margin-bottom: 60px;
}

.tmPgCntr .tmTgCnt {
  color: gray;
  max-width: 800px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  line-height: 34px;
  margin-bottom: 40px;
}

.tmPgCntr .tmQute {
  font-family: "Courgette", cursive;
  font-size: 22px;
  margin-bottom: 80px;
  color: gray;
  text-align: center;
}

.ovrlCntnr {
  margin: 50px 0;
}

.mngCntnr.tmCardWrpr .tmCard:nth-child(1n + 0) .tmImgWrpr:before {
  background-color: var(--dynamic-background-color);
}

.tmCntnr .tmCard .tmImgWrpr:before {
  background-color: var(--dynamic-background-color);
}

.teamGallery {
  margin-top: 140px;
}

.teamGallery .grdHdr {
  margin-bottom: 60px;
}

.vwMreGlry {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
}

.vwMreGlry a {
  color: var(--secColor);
  text-decoration: none;
  font-size: 20px;
}

.teamGalrySection .teamGlrGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
}

.teamGalrySection .teamGlrGrid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 400px;
}

@media (max-width: 1400px) {
  .tmCardWrpr {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}

@media (max-width: 768px) {
  .tmCardWrpr {
    row-gap: 90px;
  }
  .mngCntnr {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .tmPgCntr .tmCard .quoteWrpr {
    right: 0;
    width: 170px;
    top: -90px;
  }

  .tmCntnr .tmCard .quoteWrpr {
    right: 0;
    width: 170px;
    top: 30px;
  }
  .tmCntnr .tmCard .quoteWrpr .inrTxtWrpr p,
  .tmPgCntr .tmCard .quoteWrpr .inrTxtWrpr p {
    font-size: 16px;
    line-height: 1.5em;
    top: 0px;
    right: 10px;
    max-width: 143px;
  }
  .tmPgCntr .tmQute {
    font-size: 18px;
  }
}

/*teams page css ends*/

/* gallery page css */
.galleryWrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}

.glrIntrWrpr {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 0px;
  margin-top: 100px;
}

.glrIntrWrpr .glryCard {
  height: 350px;
  position: relative;
  cursor: pointer;
}

.glrIntrWrpr .glryCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glrIntrWrpr .glryCard .evntNmWrp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.459);
  color: white;
  text-decoration: none;
  bottom: 0;
  transition: ease-in-out 0.3s;
}

.glrIntrWrpr .glryCard:hover .evntNmWrp {
  height: 100%;
  bottom: unset;
  top: 0;
}

/* gallery page css ends */

/*careers page css*/

.careerInfoWrpr {
  background: rgb(253, 255, 200);
  color: rgb(88, 92, 0);
}

.careerInfoWrpr a {
  font-size: 18px;
  color: black;
  font-weight: bold;
}

.careersWrapper {
  padding: 80px 0;
}

.careersWrapper .carTopWrpr {
  display: flex;
  align-items: center;
  gap: 30px;
}

.careersWrapper .carTopWrpr .crLftWrp,
.careersWrapper .carTopWrpr .crRtWrpr {
  width: 100%;
}

.careersWrapper .carTopWrpr .crRtWrpr img {
  width: 100%;
}

.careersWrapper .carTopWrpr .crLftWrp h3 {
  font-size: 38px;
  font-weight: 400;
  line-height: 70px;
}

.careersWrapper .carTopWrpr .crLftWrp h3 span {
  font-weight: 700;
  font-size: 54px;
  background: var(--primGrad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.careersWrapper .carTopWrpr .crLftWrp p {
  font-size: 17px;
  line-height: 30px;
  margin-top: 30px;
  font-weight: 400;
}

.careersWrapper .opnPstHdr {
  background: whitesmoke;
  padding: 40px 0;
}

.careersWrapper .opnPstHdr h4 {
  margin: 0;
}

.careersWrapper .opnPstLstWrp {
  margin-top: 60px;
}

.careersWrapper .opnPstGrd {
  display: grid;
  /* grid-template-columns: 260px 1fr; */
  gap: 20px;
}

.careersWrapper .dprtWrpr {
  text-align: left;
  padding-right: 25px;
  border-right: 1px dashed gray;
}

.careersWrapper .dprtWrpr h5,
.careersWrapper .rlsWrpr h5 {
  font-size: 15px;
}

.careersWrapper .dprtWrpr ul {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
}

.careersWrapper .dprtWrpr ul li {
  margin-bottom: 25px;
}

.careersWrapper .crCheck {
  cursor: pointer;
}

.careersWrapper .crCheck span {
  font-size: 25px;
  font-weight: 500;
}

.careersWrapper .crCheck input:checked ~ span {
  color: var(--secColor);
  font-weight: 600;
}

.careersWrapper .carLstWrp {
  margin-top: 25px;
}

.careersWrapper .carLstWrp .carCrds {
  width: 100%;
  border-bottom: 1px solid rgb(216, 216, 216);
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.careersWrapper .carLstWrp .carCrds .jbInfo {
  max-width: calc(100% - 170px);
}

.careersWrapper .carLstWrp .carCrds .jbInfo .txtBld {
  font-weight: 600;
}

.jbInfo .jbId {
  font-size: 13px;
  color: gray;
}

.jbInfo .jbTtle {
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.jbInfo .high_pri p {
  background: red;
  color: white;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 15px;
  font-size: 11px;
  border-radius: 3px;
}

.lctnTxt {
  text-transform: capitalize;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.blink-text {
  animation: blink 1.4s infinite;
}

.jbInfo .sklsLst {
  font-size: 14px;
  margin: 0;
}

.jbInfo .expLcGrd {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-top: 5px;
}

.jbInfo .expLcGrd p {
  font-size: 14px;
  margin: 0;
}

.carVwWrpr {
  padding: 60px 0;
  text-align: left;
}

.carVwWrpr .topJbInfo {
  border-bottom: 1px solid rgb(204, 204, 204);
  padding-bottom: 30px;
}

.carVwWrpr .topJbInfo .shrBtn {
  border: 1px solid var(--terColor);
  margin-right: 20px;
}

.carVwWrpr .topJbInfo .btnWrpr button {
  min-width: 120px;
}

.carVwWrpr .topJbInfo span.txtBld {
  font-weight: 600;
}

.carVwWrpr .topJbInfo .jbTtle {
  font-weight: 700;
  font-size: 28px;
}

.carVwWrpr .jbRlsRsp {
  margin-top: 35px;
}

.carVwWrpr .jbRlsRsp h5 {
  font-size: 17px;
  font-weight: 600;
}

.carVwWrpr .jbRlsRsp p {
  line-height: 28px;
  font-size: 14px;
}

.aplyFrmCntnr {
  margin-top: 240px;
  padding-bottom: 120px;
  background: url(/assets/images/products/apply/applyback.png);
  background-position: bottom;
  background-size: cover;
}

.applctnWrprFrm .rtForm .topFrmHdr {
  margin-bottom: 80px;
}

.applctnWrprFrm .rtForm .topFrmHdr h4 {
  font-size: 40px;
  text-align: center;
}

.applctnWrprFrm .rtForm .sbFrmCntn {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 30px;
  box-shadow: 0 0 40px #0000002e;
}

.aplyFrmCntnr .fileNmVwr {
  max-width: 280px;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rctShrBtnsWrpr .rctShrBtn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sharePopover .MuiPaper-root {
  border-radius: 100px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0),
    0px 8px 10px 1px rgba(0, 0, 0, 0), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.jbDescrptn {
  white-space: pre-wrap;
}

.carCrds a.primButton {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .careersWrapper .carTopWrpr {
    flex-direction: column;
  }
  .careersWrapper .opnPstGrd {
    grid-template-columns: 1fr;
  }
  .careersWrapper .dprtWrpr {
    border-right: unset;
    border-bottom: 1px dashed gray;
  }
}
@media (max-width: 768px) {
  .careersWrapper {
    padding-top: 50px;
  }
  .careersWrapper .carTopWrpr .crLftWrp h3 {
    font-size: 22px;
    line-height: 1.9em;
  }
  .careersWrapper .carTopWrpr .crLftWrp h3 span {
    font-size: 32px;
  }
  .careersWrapper .carLstWrp .carCrds {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  .carVwWrpr .topJbInfo {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1.5rem !important;
  }
  .carVwWrpr .topJbInfo .btnWrpr {
    flex: 1;
  }
  .applctnWrprFrm .rtForm .topFrmHdr h4 {
    font-size: 30px;
  }
  .aplyFrmCntnr {
    margin-top: 100px;
  }
}

/*careers page css ends*/

/*case study css*/
.newCaseContainer .dropWrpr {
  display: flex;
  margin-bottom: 20px;
  justify-content: flex-end;
  width: 100%;
}

.newCaseContainer .downCont {
  min-width: 300px;
  max-width: 500px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .newCaseContainer .downCont {
    min-width: 200px;
    max-width: 500px;
  }
}
.grid-container .listwrpr {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  padding: 30px 0 20px 0;
  cursor: pointer;
}
.grid-container .listwrpr:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 10px 1px;
}
.grid-container .caseStuImgConta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}
.caseStuImg {
  width: 170px;
  height: 100px;
}
.caseStuImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.grid-container .castContWrpr {
  text-align: left;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.grid-container .castContWrpr .ListHead {
  min-height: 55px;
  max-height: 55px;
  width: 100%;
  text-wrap: wrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.grid-container .castContWrpr h3 {
  color: #333131;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  width: 100%;
  text-wrap: wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.grid-container .bothead {
  font-size: 13px;
  color: #656262;
  text-transform: capitalize;
  margin-bottom: 0;
}

.caseImgCntnr {
  min-height: 380px;
  background: url(/assets/images/casestudy/btmimg.png);
  background-size: cover !important;
  width: 100%;
  position: relative;
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.WrprCase {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.caseImgCntnr .cont {
  color: white;
}
.caseImgCntnr .cont p {
  font-size: 32px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .caseImgCntnr .cont p {
    font-size: 20px;
    font-weight: 400;
  }
  .grid-container .castContWrpr .ListHead {
    max-height: 60px;
    width: 100%;
  }
}

/* NEW DESIGN CSS */

.caseStudyTop {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  background: linear-gradient(white 0%, #fcfcfc 60%, #f8f8f8 100%);
  position: relative;
}

.CaseStuBan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
  height: 450px;
}

.CaseStuBan .CaseBanLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 0;
  /* margin-left: 90px; */
  width: 100%;
}

.CaseStuBan .CaseBanLeft .comLogo {
  width: 110px;
  height: 100px;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 1px 6px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
}
.CaseStuBan .CaseBanLeft .comLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.CaseStuBan .CaseBanLeft .CaseBanloc {
  width: 100%;
}

.CaseStuBan .CaseBanLeft .CaseBanloc p {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  text-wrap: nowrap;
  color: #00c9fc;
}

.CaseStuBan .CaseBanLeft .CaseBanloc p::after {
  content: " ";
  width: 100%;
  height: 2px;
  background: var(--primGrad);
  margin-left: 10px;
  margin-right: 20px;
}

.CaseStuBan .CaseBanLeft .CaseBantitle h2 {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  line-height: 1.5;
}

.CaseStuBan .CaseBanRight {
  width: 50%;
  height: 450px;
  position: absolute;
  right: 0;
}

.CaseStuBan .CaseBanRight img {
  width: 100%;
  height: 100%;
}

.keySights {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.keySights h3 {
  font-size: 22px;
  font-weight: 600;
}
.MuiAutoComplete-popper {
  max-height: 200px !important;
}
.keySights .keySightCont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.keySights .keySightCont .keySignCard {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 250px;
  max-width: 250px;
}
@media screen and (max-width: 991px) {
  .keySights .keySightCont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .CaseStuBan {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    height: 100% !important;
  }
  .CaseStuBan .CaseBanLeft .CaseBanloc p::after {
    content: " ";
    width: 100%;
    height: 2px;
    background: var(--primGrad);
    margin-left: 10px;
    margin-right: 0px;
  }
  .CaseStuBan .CaseBanRight {
    width: 100%;
    height: 400px;
    position: relative;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .CaseStuBan .CaseBanRight {
    height: 250px;
  }
  .CaseStuBan .CaseBanLeft .CaseBantitle h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .keySights .keySightCont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .CaseStuBan .CaseBanLeft .CaseBantitle h2 {
    font-size: 16px;
  }
}

.keySights .keySightCont .keySignCard .key_icon {
  width: 70px;
  height: 50px;
}
.keySights .keySightCont .keySignCard .key_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.keySights .keySightCont .keySignCard .keySightContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  width: 100%;
  overflow: hidden;
  padding-right: 10px;
}

.keySights .keySightCont .keySignCard .keySightContent p {
  margin: 0;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-align: start;
  text-transform: capitalize;
}
.keySights .keySightCont .keySignCard .keySignVal {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.keySights .keySightCont .keySignCard .keySignVal h3 {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 70%;
  text-align: start;
}

.keySights .keySightCont .keySignCard .keySignVal img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

/* ====Content==== */

.caseStudybtm {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 50px 0;
  gap: 50px;
}
.caseStudybtm .caseStudysol {
  text-align: left;
  width: 60%;
}

.caseStudybtm .customerReview {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  border-left: 2px solid rgb(236, 235, 235);
}

@media screen and (max-width: 1024px) {
  .caseStudybtm {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .caseStudybtm .caseStudysol {
    width: 100%;
  }
  .caseStudybtm .customerReview {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-left: 0;
    border-left: 0;
  }
}
.caseStudybtm .customerReview .custTopImg {
  width: 50px;
  height: 50px;
}
.caseStudybtm .customerReview .custTopImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.caseStudybtm .customerReview .custRev p {
  font-size: 14px;
  opacity: 0.8;
  font-style: italic;
  line-height: 2;
  padding-bottom: 30px;
  position: relative;
}

.caseStudybtm .customerReview .custRev p::before {
  position: absolute;
  content: " ";
  width: 50%;
  height: 1.5px;
  background-color: #757575;
  bottom: 0;
  left: 25%;
}

.caseStudybtm .customerReview .custDet {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.caseStudybtm .customerReview .custDet h4 {
  font-size: 20px;
  text-transform: capitalize;
}

/*case study css ends*/

/* contact us css*/
.contactWrapper {
  padding: 120px 0;
}

.contactWrapper .cnctInrWrpr,
.consultFrmWrpr .cnctInrWrpr {
  box-shadow: none;
  padding: 0;
  background: none;
  border-radius: unset;
}

.contactWrapper .cnctInrWrpr .lftCntr h4 {
  font-size: 60px;
  font-weight: 700;
  margin-top: 0px;
  background: var(--primGrad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contactWrapper .cnctInrWrpr .lftCntr h5 {
  font-size: 28px;
  line-height: 45px;
}

.contactWrapper .adrsDtlsWrp {
  background: whitesmoke;
  margin-top: 100px;
  padding: 40px;
}

.contactWrapper .adrsDtlsWrp .adrsCards {
  text-align: left;
}

.contactWrapper .adrsDtlsWrp .adrsCards p {
  margin-bottom: 0;
}

.contactWrapper .adrsDtlsWrp .adrsCards h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.contactWrapper .adrsDtlsWrp .adrsInrFld {
  display: flex;
  text-align: left;
  font-size: 14px;
}

.contactWrapper .adrsDtlsWrp .adrsInrFld span {
  margin-right: 10px;
}

.contactWrapper .adrsDtlsWrp .adrsInrFld a {
  color: black;
  text-decoration: none;
}

.contactWrapper .adrsDtlsWrp .adrsInrFld .cntrHdr {
  font-weight: 600;
}

.cnctInrWrpr .cntcVw .wpLogo {
  width: 22px;
  margin-right: 12px;
}

.adrsDtlsWrp .adrsFlx {
  display: grid;
  gap: 45px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.whatsapp_widget_wrapper {
  font-family: var(--primFont);
}

.whatsapp_widget_footer_btn {
  margin: 0;
}

.whatsapp_widget_chat_wrapper_inner div {
  text-align: left;
}

.whatsapp_widget_header {
  text-align: left;
}

.scroll-to-top {
  bottom: 130px !important;
  text-align: center !important;
}

.whatsapp_widget_icon,
.drift-widget-controller-icon.drift-widget-controller-icon.drift-widget-controller-icon {
  background: linear-gradient(90deg, #00c9fc, #80ed8e) !important;
  box-shadow: none;
}

.cnctWrp {
  position: relative;
  padding: 120px 0px;
}

.cnctWrp::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: #fef1ff;
  z-index: -1;
}

.cnctInrWrpr {
  /* box-shadow: 0 0 35px #00000026; */
  padding: 120px 40px;
  background: white;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.cnctInrWrpr .lftCntr {
  text-align: left;
}

.cnctInrWrpr .lftCntr h4 {
  font-size: 40px;
  line-height: 60px;
}

.cnctInrWrpr .lftCntr h4 span {
  font-weight: 700;
  font-size: 50px;
  color: var(--pink);
}

.cnctInrWrpr .lftCntr h5 {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 30px;
  line-height: 45px;
  border-bottom: 1px solid rgb(192, 192, 192);
}

.cntctInfo .cntcVw {
  margin-top: 25px;
}

.cntctInfo .cntcVw span {
  margin-right: 10px;
}

.cntctInfo .cntcVw a {
  color: var(--fontColor);
  text-decoration: none;
}

.countryName h2 {
  display: inline-block;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
  background: var(--primGrad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intrLnk {
  color: var(--secColor);
  text-decoration: none;
}

.inptFldWrpr {
  margin-bottom: 22px;
  position: relative;
}

.inptFldWrpr label {
  margin-bottom: 6px;
  font-size: 0.875rem;
}

.inptFldWrpr input,
.inptFldWrpr .iti {
  width: 100%;
  height: 50px;
}

.inptFldWrpr textarea {
  width: 100%;
  height: 100px;
}

.inptFldWrpr input,
.inptFldWrpr textarea {
  padding: 10px;
  border-radius: 4px;
  border: 0.5px solid #ababab;
}

.error {
  font-size: 0.75rem;
  color: red;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  bottom: -19px;
}

.txtArea .error {
  bottom: -12px;
}

@media (max-width: 990px) {
  .cnctInrWrpr {
    grid-template-columns: 1fr;
    padding: 120px 0;
  }
}

@media (max-width: 768px) {
  .contactWrapper {
    padding-top: 80px;
  }
  .contactWrapper .cnctInrWrpr .lftCntr h4 {
    font-size: 42px;
    line-height: 1.3em;
  }
  .contactWrapper .cnctInrWrpr .lftCntr h5 {
    font-size: 22px;
    line-height: 1.5em;
  }

  .cnctInrWrpr .lftCntr h4 {
    font-size: 22px;
    line-height: 1.8em;
  }
  .cnctInrWrpr .lftCntr h4 span {
    font-size: 32px;
  }
  .cnctInrWrpr .lftCntr h5 {
    font-size: 20px;
    margin-top: 10px;
  }
}

.scsDlgCnt img {
  width: 180px;
}

.customDialog.rspnsDilg .closeButton {
  display: none;
}

.scsDlgCnt h5 {
  margin-bottom: 25px;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}

.scsDlgCnt p {
  font-size: 18px;
}

.scsDlgCnt .primButton {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.confirmPopup {
  position: relative;
}

.confirmPopup .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.confirmPopup .gifCntnr.infoCotr {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  color: rgb(150, 56, 2);
  background: rgb(255, 231, 209);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.confirmPopup .gifCntnr .material-symbols-outlined {
  font-size: 40px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* contact us css ends*/

/*become partner css*/

.bcmPartnerPopup .consultFrmWrpr {
  background: rgb(236, 245, 253);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 40px 0;
  position: relative;
  overflow-y: auto;
}
.bcmPartnerPopup .consultFrmWrpr .container {
  height: 100%;
}

.consultFrmWrpr .clsBtn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.bcmPartnerWrapper .lftCntr {
  background: #e6faff;
  padding: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.bcmPartnerPopup .cnctInrWrpr {
  padding: 0;
  gap: 0;
}

.bcmPartnerWrapper .rtForm {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  width: 100%;
}

.consultFrmWrpr .cnctInrWrpr {
  padding: 100px 0;
}

@media (max-width: 600px) {
  .bcmPartnerWrapper .lftCntr {
    padding: 20px;
  }
  .bcmPartnerWrapper .rtForm {
    padding: 20px;
  }
  .cnctInrWrpr .lftCntr h5 {
    line-height: 30px;
  }
}

/*become partner css ends*/

/*erp in india new page css*/

.erpIndPg .heroSection {
  background: url(/assets/images/hrback.png) no-repeat;
  background-size: cover;
}

.erpIndPg .heroSection .lfTxtCntr {
  padding-top: 100px;
  padding-bottom: 100px;
}

.erpIndPg .heroSection .lfTxtCntr h1 {
  font-size: 3.75rem;
  font-weight: 700;
}

.erpIndPg .heroSection .lfTxtCntr p {
  font-size: 1.0625rem;
  margin: 32px 0;
  color: var(--bodyText);
  line-height: 27px;
}

.erpIndPg .heroSection .rtImgCntr {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.erpIndPg .heroSection .rtImgCntr img {
  width: 100%;
  max-width: 520px;
}

.inrInfoWrpr {
  align-items: center;
  margin: 90px 0;
}

.pgTtle {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 32px;
}

.txtCntnrFrm p {
  color: var(--bodyText);
  line-height: 27px;
}

.inrInfoWrpr h2 span {
  color: #ba8a1c;
}

.inrInfoWrpr .infoImgCntnr {
  width: 100%;
  height: 100%;
  max-width: 519px;
}

.inrInfoWrpr .infoImgCntnr img {
  width: 100%;
  height: 100%;
}

.infoCntnrs .inrInfoWrpr:nth-child(2) h2 span {
  color: #ba1bad;
}

.infoCntnrs .inrInfoWrpr:nth-child(2) .infoImgCntnr {
  margin-left: auto;
}

.infoCntnrs .inrInfoWrpr:nth-child(3) h2 span {
  color: #96ba1c;
}

.crslCntnr .pgTtle span {
  color: #00c9fc;
}

.erpIndPg .ftrsCard {
  padding: 32px;
  background: #faecf9;
  position: relative;
  border-radius: 10px;
  height: 100%;
}

.erpIndPg .ftrsCard h3 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.erpIndPg .ftrsCard p {
  font-size: 0.875rem;
  color: var(--bodyText);
  margin-bottom: 0;
}

.erpIndPg .ftrsCard .rdrLnk {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  padding: 5px;
  border-bottom-left-radius: 10px;
}

.erpIndPg .ftrsCard .rdrLnk button {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #faecf9;
}

.erpIndPg .lnkIcon path {
  fill: #ba3991;
}

.erpIndPg .ftrsCard .ftrIcon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 24px;
}

.crslCntnr .swiper-wrapper .swiper-slide:nth-child(2) .ftrsCard,
.crslCntnr .swiper-wrapper .swiper-slide:nth-child(2) .ftrsCard button {
  background: #faebeb;
}

.crslCntnr
  .swiper-wrapper
  .swiper-slide:nth-child(2)
  .ftrsCard
  button
  .lnkIcon
  path {
  fill: #a55252;
}

.crslCntnr .swiper-wrapper .swiper-slide:nth-child(3) .ftrsCard,
.crslCntnr .swiper-wrapper .swiper-slide:nth-child(3) .ftrsCard button {
  background: #f0ebfa;
}

.crslCntnr
  .swiper-wrapper
  .swiper-slide:nth-child(3)
  .ftrsCard
  button
  .lnkIcon
  path {
  fill: #6e52a5;
}

.crslCntnr .swiper-wrapper .swiper-slide:nth-child(4) .ftrsCard,
.crslCntnr .swiper-wrapper .swiper-slide:nth-child(4) .ftrsCard button {
  background: #ebfaf9;
}

.crslCntnr
  .swiper-wrapper
  .swiper-slide:nth-child(4)
  .ftrsCard
  button
  .lnkIcon
  path {
  fill: #3d9f9c;
}

.crslCntnr .swiper-wrapper .swiper-slide:nth-child(5) .ftrsCard,
.crslCntnr .swiper-wrapper .swiper-slide:nth-child(5) .ftrsCard button {
  background: #faf4eb;
}

.crslCntnr
  .swiper-wrapper
  .swiper-slide:nth-child(5)
  .ftrsCard
  button
  .lnkIcon
  path {
  fill: #a58452;
}

.crslCntnr .swiper-wrapper .swiper-slide:nth-child(6) .ftrsCard,
.crslCntnr .swiper-wrapper .swiper-slide:nth-child(6) .ftrsCard button {
  background: #f6f6fc;
}

.crslCntnr
  .swiper-wrapper
  .swiper-slide:nth-child(6)
  .ftrsCard
  button
  .lnkIcon
  path {
  fill: #5252a5;
}

.crslCntnr .swiper-wrapper .swiper-slide:nth-child(7) .ftrsCard,
.crslCntnr .swiper-wrapper .swiper-slide:nth-child(7) .ftrsCard button {
  background: #eaf9eb;
}

.crslCntnr
  .swiper-wrapper
  .swiper-slide:nth-child(7)
  .ftrsCard
  button
  .lnkIcon
  path {
  fill: #52a557;
}

.crslCntnr {
  position: relative;
  margin-bottom: 120px;
}

.erpIndPg .crslCntnr {
  position: relative;
  margin-bottom: 0px;
}

.featuresNext,
.featuresPrev {
  margin-top: 0;
  top: 0;
  right: 15px;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  box-shadow: 0px 0px 4px 0px #00000012, 0px 4px 6px -1px #0000001a;
  color: black;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
  font-weight: 700;
}

.featuresPrev {
  left: unset;
  right: 75px;
}

.ndFrCntnr {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f5fdff;
}

.ndFrCntnr .pgTtle span {
  color: #1bbaa4;
}

.erpNdImg {
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ndFrCntnr .rtTxtInfo p {
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 16px;
}

.ndFrCntInr {
  background: #dceff5;
  padding: 80px;
  border-radius: 20px;
  margin-top: 68px;
}

.ndFrCntInr h3 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.ndFrCntInr .dtImg,
.ndFrCntInr .clbImg {
  max-width: 360px;
  width: 100%;
  display: block;
}

.ndFrCntInr .dtImg {
  margin-left: auto;
}

.ndFrCntInr .clbImg {
  margin-right: auto;
}

.ndFrCntInr.whtBck {
  background: #f5f9ff;
}

.bnftsCntnr {
  padding-top: 120px;
  padding-bottom: 120px;
}

.bnftsCntnr .pgTtle {
  margin-bottom: 60px;
}

.bnftsCntnr .pgTtle span {
  color: #00c9fc;
}

.bnftsCntnr .tabCntnr button {
  padding: 16px;
  height: unset;
  box-shadow: 0px 4px 10px -2px #060c3b14;
  background: white;
}

.tabCntnr {
  gap: 20px;
}

.tabCntnr .btnsList {
  gap: 15px;
  width: 100%;
  max-width: 430px;
}

.bnftsCntnr .tabCntnr button img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.bnftsCntnr .tabCntnr button.active {
  background: #fad9f8;
}

.tabCntnr .tabCntnt {
  width: 100%;
  margin-left: auto;
  padding: 0 40px;
  position: relative;
  height: 100%;
}

.tabCntnr .tabCntnt h3 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.tabCntnr .tabCntnt p {
  font-size: 1.0625rem;
  color: var(--bodyText);
  line-height: 32px;
}

.tabCntnr .tabCntnt::after {
  content: "";
  background: url(/assets/images/backdrop.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  max-width: 750px;
  position: absolute;
  bottom: 0;
  height: 440px;
}

.ovrVwCrsl {
  background: #f6f6f6;
  padding: 120px 0;
}

.ovrVwCrsl .sldArwCntnr {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ovrVwCrsl .sldArwCntnr .featuresPrev.swiper-button-prev,
.ovrVwCrsl .sldArwCntnr .featuresNext.swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  background: white;
}

.crslnhdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.crslnhdr .pgTtle {
  margin-bottom: 0;
}

.crslnhdr .pgTtle span {
  color: #a3be47;
}

.mdlOvrVwCard {
  padding: 16px;
  background: white;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.mdlOvrVwCard .imgCntnr {
  width: 100%;
  height: 150px;
}

.mdlOvrVwCard .imgCntnr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.mdlOvrVwCard h3 {
  font-size: 1.125rem;
  margin-bottom: 8px;
  margin-top: 16px;
  height: 5ex;
}

.mdlOvrVwCard p {
  font-size: 0.875rem;
  margin-bottom: 0px;
  color: var(--bodyText);
  padding-right: 50px;
}

.mdlOvrVwCard .rdrLnkBtn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #f6f6f6;
  padding: 5px 0 0 5px;
  border-top-left-radius: 10px;
}

.mdlOvrVwCard .rdrLnkBtn button {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: white;
}

.mdlOvrVwCard .rdrLnkBtn .lnkIcon path {
  fill: #a3be47;
}

.erpPblms {
  margin: 120px 0;
}

.erpPblms .pgTtle span {
  color: #ceaa58;
}

.erpPblms img.pblmDvImg {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  position: sticky;
  top: 10px;
}

.erpPblms .accordion {
  margin-top: 48px;
}

.erpPblms .accordion-item {
  border: none;
}

.erpPblms .accordion-button {
  border-radius: 4px;
  padding: 20px 32px;
  height: unset;
  font-size: 1.5rem;
  font-weight: 500;
}

.erpPblms .accordion-button,
.erpPblms .accordion-button:hover,
.erpPblms .accordion-button:focus {
  box-shadow: 0px 4px 10px -2px #060c3b14 !important;
}

.erpPblms .accordion-button img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 16px;
}

.erpPblms .accordion-button:not(.collapsed) {
  background: white;
}

.erpPblms .accordion-body {
  box-shadow: 0px 4px 10px -2px #060c3b14;
  padding: 32px;
  background: white;
}

.erpIndPg .swiper-slide {
  height: auto;
}

.whyGway {
  background: #ececfa;
  padding-top: 120px;
  padding-bottom: 120px;
}

.whyGway .pgTtle {
  margin-bottom: 60px;
}

.whyGway .pgTtle span {
  color: #ba1c88;
}

.whyGway .whyCard {
  background: white;
  padding: 24px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.whyGway .whyCard .iconWrppr {
  max-width: 140px;
  min-height: 140px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4fdff;
  border-radius: 10px;
}

.whyGway .whyCard .iconWrppr img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.whyGway .whyCard .txtWrpr {
  width: 100%;
}

.whyGway .whyCard h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.whyGway .whyCard p {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: var(--bodyText);
}

.whyGway .whyGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.whyGway .whyGrid .whyCard:nth-child(2) .iconWrppr {
  background: #fff4d7;
}

.whyGway .whyGrid .whyCard:nth-child(3) .iconWrppr {
  background: #f6e4fa;
}

.whyGway .whyGrid .whyCard:nth-child(4) .iconWrppr {
  background: #ffeded;
}

.whyGway .whyGrid .whyCard:nth-child(5) .iconWrppr {
  background: #e2f0dc;
}

.whyGway .whyGrid .whyCard:nth-child(6) .iconWrppr {
  background: #ffe1d3;
}

.oprtnlMdlCntnr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

@media (max-width: 1370px) {
  .heroContainer h1 span {
    font-weight: 600;
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .erpIndPg .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .erpIndPg .heroSection .lfTxtCntr h1 {
    font-size: 2.75rem;
  }
  .whyGway .whyGrid {
    grid-template-columns: 1fr;
  }

  .featuresNext,
  .featuresPrev {
    display: none;
  }

  .ndFrCntnr,
  .whyGway {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ndFrCntInr {
    padding: 35px;
  }

  .whyGway .whyCard {
    flex-wrap: wrap;
  }

  .whyGway .whyCard .iconWrppr {
    height: 60px;
    max-width: 60px;
    min-height: unset;
  }

  .whyGway .whyCard .iconWrppr img {
    width: 40px;
    height: 40px;
  }

  .erpIndPg .pgTtle {
    font-size: 1.875rem;
    line-height: 40px;
  }

  .whyGway .pgTtle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .erpNdImg {
    margin-bottom: 25px;
  }
}

@media (max-width: 1000px) {
  .heroContainer h1 {
    font-size: 20px;
  }
}

@media (max-width: 760px) {
  .heroContainer .herImgCntnr {
    display: grid;
    gap: 25px;
    justify-content: unset;
  }

  .heroContainer h1 {
    font-size: 16px;
    line-height: 35px;
  }

  .heroContainer h1 span {
    font-size: 22px;
  }

  .heroContainer .heroBtnWrpr {
    flex-wrap: wrap;
  }

  .heroContainer .herImgCntnr .hrCard {
    height: 100px;
    width: 100%;
    max-width: unset;
  }

  .heroContainer .herImgCntnr .hrCard p {
    font-size: 14px;
    padding-left: 0;
  }

  .heroContainer .herImgCntnr .hrCard img {
    width: 150px;
    left: 0;
    bottom: -50px;
  }

  .heroContainer .herImgCntnr .hrCard h3 {
    margin-top: unset;
    max-width: unset;
    position: absolute;
    top: 44%;
    left: 44%;
  }

  .heroContainer .herImgCntnr .hrCard:hover {
    height: 240px;
    width: 100%;
  }

  .heroContainer .herImgCntnr .hrCard:hover img {
    bottom: -20px;
    width: 200px;
  }

  .heroContainer .herImgCntnr .hrCard:hover h3 {
    margin-top: unset;
    top: 26px;
  }

  .heroContainer .herImgCntnr .hrCard .infoTxtHr {
    margin-top: unset;
    max-width: unset;
    position: absolute;
    top: 250px;
    left: 44%;
    text-align: left;
    max-width: 250px;
  }

  .heroContainer .herImgCntnr .hrCard .infoTxtHr p {
    font-size: 14px;
  }

  .heroContainer .herImgCntnr .hrCard:hover .infoTxtHr {
    top: 55px;
  }

  .inrInfoWrpr {
    gap: 25px;
  }

  .infoCntnrs .inrInfoWrpr:nth-child(2) {
    flex-wrap: wrap-reverse;
  }

  .ndFrCntInr .row {
    gap: 20px;
  }

  .ndFrCntInr .dtImg,
  .ndFrCntInr .clbImg {
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
  }

  .tabCntnr .tabCntnt {
    padding: 0;
    padding-bottom: 220px;
  }

  .tabCntnr {
    flex-direction: column;
  }

  .tabCntnr .btnsList {
    display: flex;
    flex-direction: row !important;
    margin-right: 0 !important;
    max-width: unset;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .tabCntnr .btnsList button {
    width: 100%;
    white-space: pre;
    line-height: 0px;
  }

  .tabCntnr .btnsList {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: scroll;
  }

  .tabCntnr .btnsList::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
}

@media (max-width: 500px) {
  .heroContainer h1 span {
    font-size: 19px;
  }

  .heroContainer .herImgCntnr .hrCard:hover {
    border-radius: 40px;
  }

  .heroContainer .herImgCntnr .hrCard:hover img {
    bottom: 30px;
    width: 169px;
    left: -20px;
  }
}

@media (max-width: 440px) {
  .heroContainer .herImgCntnr .hrCard:hover h3 {
    font-size: 17px;
  }
}

@media (max-width: 400px) {
  .heroContainer .herImgCntnr .hrCard h3 {
    font-size: 18px;
  }

  .heroContainer .herImgCntnr .hrCard:hover img {
    left: -35px;
  }
}

/*erp in india new page css ends*/

/*new home css*/
.prlxCntnr {
  height: calc(100vh - 70px);
  width: 100%;
  background: url(/assets/images/grad1.webp);
  overflow: hidden;
}

.prlxCntnr #heroSection > div {
  width: 100%;
}

.prlxCntnr img.cldImg {
  width: 100%;
}

.prlxCntnr img.topCloud {
  top: 18% !important;
}

.prlxCntnr .btmImg {
  max-width: 1800px;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -50px;
  top: unset !important;
}

.prlxCntnr .btmImg.baseImg {
  bottom: -160px;
}

.prlxCntnr .tenImg {
  max-width: 300px;
  width: 100%;
  top: 20% !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.prlxCntnr .wrTrngText {
  text-align: center;
  top: 14% !important;
  width: 100%;
  font-family: "Sacramento", cursive;
  font-size: 35px;
  font-weight: 600;
}

.prlxCntnr .tagText {
  text-align: center;
  top: calc(24% + 300px) !important;
  width: 100%;
  font-weight: 800;
  font-size: 60px;
  text-align: center;
  left: 0;
  right: 0;
  justify-self: center;
}

@media (max-width: 1980px) {
  .prlxCntnr .btmImg {
    max-width: 1500px;
  }
}

@media (max-width: 1600px) {
  .prlxCntnr .btmImg {
    max-width: 1020px;
  }

  .prlxCntnr .tenImg {
    max-width: 225px;
  }

  .prlxCntnr .wrTrngText {
    top: 25px !important;
  }

  .prlxCntnr .tenImg {
    max-width: 225px;
    top: 82px !important;
  }

  .prlxCntnr .tagText {
    text-align: center;
    top: calc(68px + 240px) !important;
    width: 100%;
    font-size: 40px;
  }
}

@media (max-height: 982px) {
  .prlxCntnr .wrTrngText {
    top: 9% !important;
  }

  .prlxCntnr .tenImg {
    max-width: 260px;
    top: 15% !important;
  }

  .prlxCntnr .tagText {
    top: calc(18% + 240px) !important;
  }
}

@media (max-width: 1700px) and (max-height: 850px) {
  .prlxCntnr .tagText {
    top: calc(10% + 240px) !important;
    font-size: 34px;
  }

  .prlxCntnr .tenImg {
    max-width: 200px;
    top: 16% !important;
  }

  .prlxCntnr .wrTrngText {
    top: 5% !important;
  }

  .prlxCntnr .btmImg {
    max-width: 1000px;
  }
}

@media (max-width: 1366px) and (max-height: 700px) {
  .prlxCntnr .btmImg {
    max-width: 800px;
  }
}

/*new home css ends*/

/*new construction landing page css*/
.customProdPage .heroContainer {
  padding: 40px 0;
  background: #d6f5fb;
  background: linear-gradient(
    229deg,
    rgba(214, 245, 251, 1) 0%,
    rgba(250, 250, 250, 1) 100%
  );
}

.customProdPage .heroContainer .infoText,
.customProdPage .heroContainer .heroImg {
  width: 100%;
  max-width: 50%;
}

.customProdPage .heroContainer .heroImg img {
  width: 100%;
}

.customProdPage .heroContainer .infoText .tagLine {
  color: #09b3d6;
  font-weight: 500;
  font-size: 24px;
}

.customProdPage .heroContainer .infoText .grdHdr {
  font-size: 44px;
}

.customProdPage .heroContainer .infoText p {
  font-size: 18px;
  font-weight: 500;
}

.customProdPage .heroContainer .heroSection {
  margin-top: 80px;
}

.customProdPage .dividerLine {
  display: block;
  width: 52px;
  height: 2px;
  border-radius: 4px;
  background: black;
}

.customProdPage .heroContainer .heroAction {
  background: black;
  color: white;
  border-radius: 4px;
  padding: 15px 47px;
  height: unset;
  box-shadow: 0px 10px 20px 0px #00000026;
  border-radius: 10px;
  margin-top: 30px;
  border: none;
}

.customProdPage .landPageClientcont {
  padding-top: 80px;
}

.customProdPage .sliderTitle {
  font-size: 24px;
  font-weight: 500;
}

.customProdPage .whyContainer {
  padding: 80px 0;
}

.customProdPage .fldTtle {
  font-size: 40px;
  font-weight: 700;
}

.customProdPage .fldTtle span.grdHdr {
  font-size: 44px;
  font-weight: 600;
}

.customProdPage .whyCardContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 60px;
}

.customProdPage .whyCard {
  border-radius: 10px;
  background: white;
  box-shadow: 0px 5px 15px 0px #00000026;
  padding: 48px 56px;
}

.customProdPage .whyCard .whyCardTitle {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.customProdPage .whyCard .whyCardText {
  font-weight: 400;
  font-size: 16px;
}

.customProdPage .primButton {
  box-shadow: 0px 10px 20px 0px #00000026;
  border-radius: 10px;
  padding: 15px 47px;
}

.customProdPage .whyContainer .primButton {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.customProdPage .btbgContainer {
  background: linear-gradient(92.49deg, #abebf6 0%, #94e7d2 100%);
  padding-top: 80px;
  padding-bottom: 170px;
}

.customProdPage .btbgContainer h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}

.builtSlider .swiper {
  padding: 30px 13px;
}

.builtSlider .builtCard {
  background: white;
  border-radius: 10px;
  padding: 50px 35px;
  box-shadow: 0px 10px 20px 0px #00000026;
}

.builtSlider .builtCard .builtImg {
  width: 81px;
  height: 81px;
  margin-bottom: 30px;
}

.builtSlider .builtCard .builtImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.builtSlider .builtCard h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 25px;
  height: 4ex;
}

.builtSlider .builtCard p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  height: 10ex;
}

.builtContainer {
  overflow-x: hidden;
  overflow-y: hidden;
}

.builtContainer .absContainer {
  position: relative;
  height: 440px;
  margin-top: -140px;
}

.builtContainer .carouselContainer {
  position: absolute;
  width: 100vw;
  left: -5px;
}

.howConstruction {
  background: linear-gradient(180deg, #f1fcfe 0%, #fafafa 100%);
  padding-top: 60px;
  padding-bottom: 80px;
  margin-top: 80px;
}

.howConstruction h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
}

.howConstruction span {
  font-weight: 600;
  font-size: 44px;
}

.howFlow {
  padding: 120px 60px;
  position: relative;
}

.howFlow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 3px dashed #60dbf0;
  z-index: 0;
}

.howFlow .outerCircle {
  width: 160px;
  height: 160px;
  border-radius: 200px;
  background: #60dbf0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.howFlow .innerCircle {
  width: 140px;
  height: 140px;
  border-radius: 200px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.howFlow .innerCircle p {
  font-size: 40px;
  margin: 0;
  font-weight: 600;
}

.howFlow .topText {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 600;
  white-space: pre;
}

.howFlow .bottomText {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 600;
  white-space: pre;
}

.howConstruction {
  margin-bottom: 120px;
}

.howConstruction .howInfoTag {
  font-weight: 400;
  font-size: 20px;
}

.customFooter .ftrLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.footer.customFooter .ftrTop {
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.footer.customFooter .annBadge {
  margin-top: 0;
  max-width: 90px;
}

.footer.customFooter .ftrTop .ftrLogo p {
  margin-bottom: 0;
}

.footer.customFooter .sclMdaLnk li {
  flex-direction: row;
}

.customFooter .footerImg {
  width: 20px;
  height: 20px;
}

.customFooter .phEmlLnks a {
  color: black;
}

.footer.customFooter .ftrTop .stLnks ul {
  margin-left: auto;
  margin-right: auto;
  max-width: max-content;
}

.customFooter .phEmlLnks div {
  margin-bottom: 10px;
}

/*manufacturing*/
.customProdPage.manufacturingPage {
  background: #fafafa;
}

.customProdPage.manufacturingPage .heroContainer {
  padding: 40px 0;
  background: url(/assets/images/custom-landing/heroback.png) no-repeat top left;
  background-size: cover;
}

.mnfcFtrs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 36px;
  margin-top: 60px;
  text-align: center;
}

.mnfcFtrs .mnfcFtrCard {
  background: #c2f6ff;
  padding: 30px;
  border-radius: 30px;
}

.mnfcFtrs .mnfcFtrCard:nth-child(2) {
  background: #b4ffdc;
}

.mnfcFtrs .mnfcFtrCard:nth-child(3) {
  background: #c8f0f7;
}

.mnfcFtrs .mnfcFtrCard:nth-child(4) {
  background: #adfff3;
}

.mnfcFtrs .mnfcFtrCard h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 36px;
}

.mnfcFtrs .mnfcFtrCard img {
  max-width: 210px;
  max-height: 210px;
  width: 100%;
  height: 100%;
}

.whyFailsCntnr {
  background: url(/assets/images/custom-landing/whyback.png) no-repeat top
    center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.whyFailsCntnr .carouselContainer {
  margin-top: 60px;
}

.whenFailsCard {
  background: white;
  box-shadow: 0px 10px 20px 0px #09435126;
  border-radius: 10px;
  text-align: center;
  padding: 50px 40px;
  height: 100%;
}

.whenFailsCard h3 {
  font-weight: 600;
  font-weight: SemiBold;
  font-size: 24px;
}

.whenFailsCard p {
  font-size: 17px;
  margin-top: 40px;
}

.whenFailSwiper {
  padding: 30px 18px;
}

.whenFailSwiper .swiper-slide {
  height: auto;
}

.whenFailSwiper .swiper-button-next,
.whenFailSwiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: 1px solid black;
  color: black;
}

.whenFailSwiper .swiper-button-next:after,
.whenFailSwiper .swiper-button-prev:after {
  color: black;
}

.whenFailSwiper .swiper-button-next {
  right: 0px;
}

.whenFailSwiper .swiper-button-prev {
  left: 0px;
}

.whenFailSwiper .swiper-button-disabled {
  opacity: 0;
}

.efcncyWrap {
  background: linear-gradient(91.2deg, #8beeff 0%, #5ed39d 100%);
  padding-top: 60px;
  padding-bottom: 60px;
}

.efcncyWrap p {
  font-weight: 600;
  font-weight: 600;
  font-size: 24px;
}

.customProdPage .whyWorks {
  padding-top: 80px;
  padding-bottom: 80px;
}

.whenFailSlider .sldImgWrp {
  width: 120px;
  height: 120px;
  padding: 20px;
  box-shadow: 0px 10px 20px 0px #00000026;
  margin-left: auto;
  margin-right: auto;
  margin-top: -120px;
  border-radius: 10px;
  background: white;
  margin-bottom: 63px;
}

.whenFailSlider .sldImgWrp img {
  width: 100%;
  height: 100%;
}

.whenFailSwiper.whyWrksSlider {
  padding-top: 120px;
}

.runBetterWrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.runBetterWrapper .imgContainer,
.runBetterWrapper .rnBtrInfocntnr {
  width: 100%;
  max-width: 50%;
}

.runBetterWrapper .imgContainer img {
  width: 100%;
}

.runBetterWrapper .rnBtrInfocntnr h3 {
  font-size: 40px;
  font-weight: 700;
}

.customProdPage.manufacturingPage .accordion-button,
.customProdPage.manufacturingPage .accordion-item {
  background: transparent;
}

.customProdPage.manufacturingPage .accordion-button:not(.collapsed) {
  background: #d8f7ff;
  font-weight: 600;
}

.multBackWrp {
  background: url(/assets/images/custom-landing/multiback.png) no-repeat center
    right;
  background-size: cover;
}

.mnfcFtrCard p,
.mnfcFtrCard img {
  transition: all 0.5s ease-in-out;
}

.mnfcFtrCard {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.mnfcFtrCard p {
  opacity: 0;
  position: absolute;
  bottom: -120%;
}

.mnfcFtrCard img {
  position: relative;
}

.mnfcFtrCard:hover img {
  opacity: 0;
  position: absolute;
  bottom: -120%;
}

.mnfcFtrCard:hover p {
  opacity: 1;
  position: relative;
  bottom: unset;
}

/*healthcare*/

.customProdPage.healthCarePage .heroContainer {
  background: transparent;
}

.healthCarePage .heroContainer .infoText .grdHdr {
  font-size: 70px;
}

.tagTtile {
  font-weight: 700;
  font-size: 38px;
}

.healthCarePage .subTgLn {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.healthCarePage .whyBackCntnr {
  background: url(../assets/images/custom-landing/healthcareback.png);
  background-size: cover;
  background-position: center;
}

.customProdPage .whyCardContainer.healthCareWhyGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 60px;
}

.customProdPage .whyCardContainer.healthCareWhyGrid .whyCard {
  padding: 40px;
  box-shadow: 10px 40px 50px 0px #e5e9f666;
}

.happensContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 75px;
  row-gap: 50px;
  margin-top: 50px;
}

.happensContainer .hpnsCard h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

.hppnCntnr .fldTtle {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hlthCrCarousel {
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.hlthCrslCard {
  max-width: 600px;
  width: 100%;
  padding: 24px;
  box-shadow: 0px 24px 32px -3px #0309320a;
  border-radius: 20px;
  margin-top: 24px;
}

.hlthCrCarousel .rtImgCrsl img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  max-height: 420px;
  object-fit: cover;
}

.hlthCrCarousel .swiper-pagination {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  text-align: left;
  margin-bottom: 25px;
}

.hlthCrCarousel .swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: white;
  opacity: 0.3;
}

.hlthCrCarousel .swiper-pagination-bullet-active {
  color: #fff;
  opacity: 1;
}

.hlthCrCarousel .swiper-slide h3 {
  font-size: 24px;
  font-weight: 700;
}

.bltFrPpleCntnr {
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.bltFrPpleCntnr img {
  width: 100%;
  height: 100%;
}

.bltFrPpleCntnr ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  row-gap: 20px;
}

.bltFrPpleCntnr ul li {
  position: relative;
  font-weight: 700;
  font-size: 18px;
}

.bltFrPpleCntnr ul li:before {
  content: url(../assets/svg/check-small.svg);
  left: -30px;
  position: absolute;
}

.crmPage .heroBannerContainer {
  padding-top: 80px;
}

.crmPage .crmHeroImg {
  margin-top: -80px;
}

.crmPage .btnWrprNw {
  position: relative;
  z-index: 1;
}

.crmPage.customProdPage .heroContainer {
  padding-bottom: 0;
}

.crmPage.customProdPage .heroContainer {
  background: url(../assets/images/custom-landing/crmhero.png);
}

.crmPage .hrTgLnVw {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.crmPage .nav-pills {
  box-shadow: 0px 8px 24px 0px #959da526;
  background: white;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  padding: 20px;
  border-radius: 20px;
}

.crmPage .nav-pills .nav-link {
  border-radius: 25px;
  font-size: 24px;
  color: black;
  padding: 12px 32px;
  height: unset;
}

.crmPage .nav-pills .nav-link.active {
  background: black;
  color: white;
}

.crmPage .tab-content {
  padding: 40px 0;
  line-height: 30px;
}

.crmPage .crmDtlInfo h3 {
  font-weight: 700;
  font-size: 38px;
}

.crmPage .crmDtlInfo h4,
.crmPage .crmDtlInfo .grdHdr {
  font-weight: 600;
  font-size: 24px;
}

.crmPage .crmDtlInfo ul {
  list-style: none;
  margin-top: 35px;
  margin-bottom: 35px;
}

.crmPage .crmDtlInfo li {
  position: relative;
  margin-bottom: 12px;
}

.crmPage .crmDtlInfo li:after {
  content: url(../assets/svg/bullet.svg);
  left: -30px;
  top: 5px;
  position: absolute;
}

.crmPage .mnDtlImg {
  border-radius: 16px;
  width: 100%;
}

.crmPage .systemFallsCntnr {
  background: #eefbff;
  padding: 80px 0;
}

.crmPage .multiCrmCntnr {
  padding: 80px 0;
}

.fallSliderContainer {
  /* width: calc(100% - 500px); */
  width: 50%;
}

.fallSliderContainer .fallCard {
  background: white;
  box-shadow: 10px 40px 50px 0px #ebf0ff1f;
  padding: 37px;
  border-radius: 20px;
  height: 100%;
}

.fallSliderContainer .fallCard img {
  margin-bottom: 30px;
  width: 112px;
  height: 112px;
  object-fit: contain;
}

.fallSliderContainer .fallCard h3 {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
}

.fallSliderContainer .swiper {
  padding: 21px;
}

.fallSliderContainer .swiper-slide {
  height: unset;
}

.fallSliderContainer .swiper-button-next,
.fallSliderContainer .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: 2px solid #567b94;
  color: #567b94;
  top: unset;
  bottom: 10px;
}

.fallSliderContainer .swiper-button-next:after,
.fallSliderContainer .swiper-button-prev:after {
  color: #567b94;
  font-weight: 700;
  font-size: 28px;
}

.fallSliderContainer .swiper-button-next {
  right: 0px;
}

.fallSliderContainer .swiper-button-prev {
  left: 0px;
}

.crmPage .whyBackCntnr .subTgLn {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.crmPage .chsCard {
  box-shadow: 10px 40px 50px 0px #e5e9f666;
  padding: 39px;
  border-radius: 20px;
  background: white;
  width: 100%;
  max-width: 360px;
}

.crmPage .chsCard img {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.crmPage .chsCard h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px;
}

.crmPage .whyGrowChsCntnr {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.rdyToBldSctn {
  background: #2698f0;
  margin-bottom: 120px;
}

.rdyToBldSctn h2 {
  font-size: 52px;
  font-weight: 700;
  color: #a0e5f8;
}

.rdyToBldSctn h2 span {
  color: white;
}

.hrmsPage .heroContainer {
  background: url(../assets/images/custom-landing/hrmsback.png);
  background-size: cover;
}
.customProdPage.hrmsPage .heroContainer .infoText .grdHdr,
.customProdPage.healthCarePage .heroContainer .infoText .grdHdr {
  font-size: 70px;
}

.hrmsPage .hrmsBensec {
  background: url(../assets/images/custom-landing/hrmsbenback.png);
  background-size: cover;
  background-position: left;
  padding-top: 80px;
  padding-bottom: 120px;
}

.hrmsPage .subTgLn {
  max-width: 800px;
}

.hrmsPage .benGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(540px, 1fr));
  gap: 40px;
}

.hrmsPage .benGrid .benCard {
  background: white;
  padding: 42px;
  border-radius: 20px;
  box-shadow: 10px 40px 50px 0px #e5e9f666;
}

.hrmsPage .benGrid .benCard img {
  margin-bottom: 15px;
}

.hrmsPage .hdnCostSec {
  padding: 80px 0;
  background: #eefbff;
}

.hrmsPage .hdnCostCard {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.hrmsPage .hdnCostCard h2 {
  font-size: 24px;
  font-weight: 600;
}

.hrmsPage .whyBestSoft {
  background: url(../assets/images/custom-landing/bestsoftback.png);
  padding: 80px 0;
}

.hrmsPage .whyBestSoft .nav-pills {
  gap: 24px;
  width: 100%;
  max-width: 500px;
}

.hrmsPage .whyBestSoft .nav-pills button {
  background: transparent;
  border-radius: 0;
  border-left: 2px solid #00c9fc;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  height: unset;
}

.hrmsPage .whyBestSoft .nav-pills button h4 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 0;
}

.hrmsPage .whyBestSoft .nav-pills button p {
  display: none;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 0;
}

.mt-50 {
  margin-top: 50px;
}

.hrmsPage .whyBestSoft .nav-pills .nav-link.active p {
  display: block;
  margin-top: 15px;
}

.hrmsPage .whyBestSoft .nav-pills .nav-link.active {
  border-left: 4px solid #00c9fc;
}

.hrmsPage .whyBestSoft .imgSpan {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.hrmsPage .whyBestSoft .mobImgSpan {
  display: none;
}

/*pricing page*/

.pricingPage .headText {
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
}

.pricingPage .headText .grdHdr {
  font-size: 60px;
  font-weight: 700;
}

.pricingPage .prcgCardContnr {
  background: #d9f6fd;
  padding: 40px;
}

.pricingPage .prcgCardContnr .prcngDtlCard {
  background: white;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 0px #bee7f1;
  padding: 40px;
  text-align: center;
}

.pricingPage .prcgCardContnr .prcngDtlCard .prcngChip {
  background: #dcfce7;
  color: #008132;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #bbf7d0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.pricingPage .prcgCardContnr .prcngDtlCard .prcngChip svg {
  width: 20px;
  height: 20px;
}

.pricingPage .prcgCardContnr .prcngDtlCard h4 {
  font-size: 35px;
  font-weight: 700;
}

.pricingPage .prcgCardContnr .prcngDtlCard .prcngChipLg {
  background: var(--primGrad);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  margin-top: 35px;
  font-weight: 600;
}

.pricingPage .prcgCardContnr .prcngDtlCard .prcngInfoGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.pricingPage .prcgCardContnr .prcngDtlCard .prcngInfoGrid .prcngInfoCard h5 {
  font-size: 18px;
}

.pricingPage .prcgCardContnr .prcngDtlCard .prcngInfoGrid .prcngInfoCard p {
  font-size: 15px;
}

.pricingPage
  .prcgCardContnr
  .prcngDtlCard
  .prcngInfoGrid
  .prcngInfoCard
  .prcngIcnCntnr {
  background: var(--primGrad);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.pricingPage
  .prcgCardContnr
  .prcngDtlCard
  .prcngInfoGrid
  .prcngInfoCard
  .prcngIcnCntnr
  .material-symbols-outlined {
  color: white;
  font-size: 28px;
}

.prcngCardContainer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.prcngCardContainer.container .prcngCardTtle {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.prcngCardContainer .prcngCardTtle .secHdr {
  margin-bottom: 20px;
}

.prcngCardsGridCnt {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.prcngCardsGridCnt .prcngCardList {
  width: 100%;
  border: 1px solid #00000012;
  padding: 40px;
  border-radius: 10px;
}

.prcngCardsGridCnt .prcngCardList h4 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.prcngCardsGridCnt .prcngCardList h5 {
  font-size: 18px;
  text-align: center;
}

.prcngCardsGridCnt .prcngCardList h5 span {
  font-size: 40px;
  font-weight: 700;
  color: var(--ctaColor);
}

.prcngCardsGridCnt .prcngCardList p {
  font-size: 15px;
  text-align: center;
}

.prcngCardsGridCnt .prcngCardList button {
  width: 100%;
  margin: 35px 0;
  justify-content: center;
}

.prcngCardsGridCnt .prcngCardList ul {
  padding-left: 0;
}

.prcngCardsGridCnt .prcngCardList ul li {
  list-style: none;
  position: relative;
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.prcngCardsGridCnt .prcngCardList ul li div {
  width: 25px;
  height: 25px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfecff;
  color: var(--ctaColor);
}

.prcngCardsGridCnt .prcngCardList ul li.negtvCls div {
  background: #ffdbdb;
  color: red;
}

.prcngCardsGridCnt .prcngCardList ul li .material-symbols-rounded {
  font-size: 19px;
}

.prcngCardsGridCnt .brdrBtn {
  border: 1px solid black;
  background: transparent;
  color: black;
}

.prcngCardList.popularCard {
  border: 1px solid var(--ctaColor);
  position: relative;
}

.prcngCardList.popularCard .mostPopChip {
  position: absolute;
  top: -20px;
  right: 0px;
  left: 0px;
  background: var(--ctaColor);
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.whyChsErpCntnr {
  background: #f5fffa;
  padding: 80px 0;
  margin-bottom: 80px;
}

.whyChsErpCntnr .secHdr span {
  color: #009588;
}

.whyChsErpCntnr .whyChsGriView {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.whyChsErpCntnr .whyChsGriView .prcngWhyChsCard {
  border: 1px solid #00000012;
  padding: 25px;
  border-radius: 15px;
  background: white;
}

.whyChsErpCntnr .whyChsGriView .prcngIcnCntnr {
  width: 50px;
  height: 50px;
  background: var(--primGrad);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.whyChsErpCntnr .whyChsGriView .prcngIcnCntnr .material-symbols-outlined {
  font-size: 35px;
}

.whyChsErpCntnr .whyChsGriView h3 {
  font-size: 18px;
}

.whyChsErpCntnr .whyChsGriView p {
  font-size: 15px;
  margin-bottom: 0;
}

.rdyToTrnsfrm {
  background: #026f65;
  padding: 80px 0;
  color: white;
}

.rdyToTrnsfrm .secHdr span {
  color: #c3f99b;
}

.rdyToTrnsfrm .btnWrpr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 35px;
}

.rdyToTrnsfrm .whtBtn {
  background: white;
  color: #026f65;
}

.prcngChlngCntr {
  margin-bottom: 0;
}

.prcngChlngCntr .whyChsGriView {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.prcngChlngCntr .prcngWhyChsCard h3 {
  font-weight: 600;
  color: #009588;
  font-size: 22px;
}

.prcngChlngCntr .prcngWhyChsCard p span {
  font-weight: 600;
}

.prcngChlngCntr .secHdr span {
  color: #db7821;
}





.licfreprcngCardContainer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.licfreprcngCardContainer.container .licfreprcngCardTtle {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.licfreprcngCardContainer .licfreprcngCardTtle .secHdr {
  margin-bottom: 20px;
}

.licfreprcngCardsGridCnt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.licfreprcngCardsGridCnt .licfreprcngCardList {
  width: 100%;
  border: 1px solid #00000012;
  padding: 40px;
  border-radius: 10px;
}

.licfreprcngCardsGridCnt .licfreprcngCardList h4 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.licfreprcngCardsGridCnt .licfreprcngCardList h5 {
  font-size: 18px;
  text-align: center;
}

.licfreprcngCardsGridCnt .licfreprcngCardList h5 span {
  font-size: 40px;
  font-weight: 700;
  color: var(--ctaColor);
}

.licfreprcngCardsGridCnt .licfreprcngCardList p {
  font-size: 15px;
  text-align: center;
}

.licfreprcngCardsGridCnt .licfreprcngCardList button {
  width: 100%;
  margin: 35px 0;
  justify-content: center;
}

.licfreprcngCardsGridCnt .licfreprcngCardList ul {
  padding-left: 0;
}

.licfreprcngCardsGridCnt .licfreprcngCardList ul li {
  list-style: none;
  position: relative;
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.licfreprcngCardsGridCnt .licfreprcngCardList ul li div {
  width: 25px;
  height: 25px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfecff;
  color: var(--ctaColor);
}

.licfreprcngCardsGridCnt .licfreprcngCardList ul li.negtvCls div {
  background: #ffdbdb;
  color: red;
}

.licfreprcngCardsGridCnt .licfreprcngCardList ul li .material-symbols-rounded {
  font-size: 19px;
}

.licfreprcngCardsGridCnt .brdrBtn {
  border: 1px solid black;
  background: transparent;
  color: black;
}

.licfreprcngCardList.popularCard {
  border: 1px solid var(--ctaColor);
  position: relative;
}

.licfreprcngCardList.popularCard .mostPopChip {
  position: absolute;
  top: -20px;
  right: 0px;
  left: 0px;
  background: var(--ctaColor);
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.licfreprcngChlngCntr {
  margin-bottom: 0;
}

.licfreprcngChlngCntr .whyChsGriView {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.licfreprcngChlngCntr .licfreprcngWhyChsCard h3 {
  font-weight: 600;
  color: #009588;
  font-size: 22px;
}

.licfreprcngChlngCntr .licfreprcngWhyChsCard p span {
  font-weight: 600;
}

.licfreprcngChlngCntr .secHdr span {
  color: #db7821;
}






@media (max-width: 700px) {
  .customProdPage .mnHdr {
    display: flex;
  }

  .customProdPage .mnHdr .lgWrp {
    max-width: 120px;
  }

  .customProdPage .mnHdr .gradButton {
    font-size: 14px;
  }

  .customProdPage .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .customProdPage .heroContainer .heroImg {
    margin-top: 40px;
  }

  .customProdPage .landPageClientcont {
    padding-top: 0px;
  }

  .customProdPage .heroContainer .heroSection {
    flex-direction: column;
  }

  .customProdPage .heroContainer .infoText,
  .customProdPage .heroContainer .heroImg {
    max-width: 100%;
  }

  .customProdPage .whyContainer {
    padding: 40px 30px;
  }

  .customProdPage .whyCardContainer {
    grid-template-columns: 1fr;
  }

  .customProdPage .whyCard {
    flex-direction: column;
    padding: 30px;
  }

  .customProdPage .whyCard .imgContainer {
    max-width: 60px;
  }

  .customProdPage .whyCard .imgContainer img {
    width: 100%;
    height: 100%;
  }

  .customProdPage .btbgContainer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .builtContainer .carouselContainer {
    left: 0;
  }

  .howFlow {
    flex-direction: column;
    align-items: start !important;
    padding: 0px;
    margin: 40px 0;
    gap: 47px;
  }

  .howFlow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    width: 2px;
    height: 100%;
    border-left: 3px dashed #60dbf0;
    z-index: 0;
  }

  .customProdPage .container h2,
  .customProdPage .container h2 span.grdHdr,
  .customProdPage .container h2 span {
    font-size: 30px;
  }

  .customFooter .phEmlLnks a {
    font-size: 14px;
  }

  .footer.customFooter .ftrBtm {
    margin-top: 40px;
  }

  .howFlow .outerCircle {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    z-index: 1;
  }

  .howFlow .innerCircle {
    width: 90px;
    height: 90px;
  }

  .howFlow .topText,
  .howFlow .bottomText {
    position: absolute;
    top: 0;
    bottom: unset;
    right: unset;
    left: 120px;
    transform: unset;
    width: 191px;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: unset;
    font-size: 18px;
  }

  .efcncyWrap .container {
    flex-wrap: wrap;
    text-align: center;
  }

  .runBetterWrapper {
    flex-wrap: wrap;
  }

  .runBetterWrapper .imgContainer,
  .runBetterWrapper .rnBtrInfocntnr {
    max-width: 100%;
  }

  .customProdPage .whyCardContainer.healthCareWhyGrid,
  .happensContainer,
  .bltFrPpleCntnr {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bltFrPpleCntnr ul {
    grid-template-columns: 1fr;
  }

  .hlthCrCarousel {
    display: block;
  }

  .customProdPage.crmPage .container {
    flex-wrap: wrap;
  }

  .crmPage .fallSliderContainer {
    width: 100%;
  }

  .crmPage .tabWrpr {
    flex-wrap: wrap;
  }

  .crmPage .nav-pills .nav-link {
    font-size: 16px;
  }

  .crmPage .nav-pills {
    font-size: 14px;
    width: 100%;
    padding: 15px;
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .customProdPage.hrmsPage .heroContainer .infoText .grdHdr,
  .customProdPage.healthCarePage .heroContainer .infoText .grdHdr {
    font-size: 50px;
  }

  .hrmsPage .benGrid {
    grid-template-columns: 1fr;
  }

  .hrmsPage .tab-content {
    display: none;
  }

  .hrmsPage .whyBestSoft .nav-pills .nav-link.active .mobImgSpan {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-top: 15px;
  }

  .pricingPage .headText {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
  }

  .pricingPage .headText .grdHdr {
    font-size: 40px;
    font-weight: 700;
  }
}

@media (max-width: 600px) {
  .pricingPage .prcgCardContnr .prcngDtlCard .prcngChipLg {
    width: 100%;
  }

  .prcngCardsGridCnt {
    grid-template-columns: 1fr;
  }

  .rdyToTrnsfrm .btnWrpr {
    flex-direction: column;
    gap: 20px;
  }

  .prcngChlngCntr .whyChsGriView {
    grid-template-columns: 1fr;
  }
}
