@import "common.css";

/* Header start */

.btn-warning {
  color: #fff;
  background-color: rgba(var(--main-color), 1);
  border-radius: 40px;
  border: none;
  padding: 10px 25px !important;
  font-weight: 400 !important;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
}

.btn-warning:hover {
  background-color: rgba(var(--main-color), 1) !important;
  color: #fff !important;
}

.Headtoggler-btn {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.cart-icon,
.cart-icon:focus,
.cart-icon:visited {
  --ehw-sci: 34px;
  width: var(--ehw-sci);
  height: var(--ehw-sci);
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(var(--white-color), 1);
  background: rgba(var(--main-color), 1);
  position: relative;
  font-size: 18px;
  transition: var(--transition-05s);
}
.cart-icon:hover {
  color: #000 !important;
}
.cart-dot {
  --ehw-cd: 16px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ehw-cd);
  height: var(--ehw-cd);
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
  border: 1px solid rgba(var(--white-color), 1);
  overflow: hidden;
  border-radius: 50%;
  padding: 2px;
  right: -2px;
  top: 2px;
  font-weight: 500;
  font-size: 10px;
}

.navbar-brand {
  --ehw-dvlogo: 196px;
  width: calc(var(--ehw-dvlogo));
  height: calc(var(--ehw-dvlogo) - 140px);
}
.navbar-brand img {
  object-fit: contain;
}
.MainHeader {
  padding: 20px 50px 0px 0px;
}
.innerMainHeader {
  padding: 20px 50px;
}

/* .Headtoggler-Main .offcanvas {
    background: #fff3f2;
} */
.Headtoggler-Main .offcanvas::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(var(--main-color), 0.15);
  width: 100%;
  height: 100%;
}
.offcanvas-header,
.offcanvas-body {
  z-index: 1;
}
.navbar-toggler,
.navbar-toggler:visited,
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus-visible,
.navbar-toggler:first-child:active {
  padding: 8px;
  border: none;
  background: rgba(var(--main-color), 1);
  border-radius: 0px;
}
.navbar-toggler .navbar-toggler-icon {
  background: rgba(var(--white-color), 1);
  width: 1.6em;
  height: 3px;
  position: relative;
  display: block;
  margin-left: auto;
}
.navbar-toggler-icon.bar-1 {
  width: 0.9em;
}
.navbar-toggler-icon.bar-2 {
  width: 1.2em;
}
.navbar-toggler-icon.bar-2 {
  margin: 4px 0px;
  margin-left: auto;
}

.Headtoggler-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.Headtoggler-list li a,
.Headtoggler-list li a:focus,
.Headtoggler-list li a:visited {
  text-transform: capitalize;
  color: rgba(var(--black-color), 1);
  font-size: 20px;
  margin: 0px 15px;
  transition: var(--transition-05s);
}
.Headtoggler-list li a:hover,
.Headtoggler-list li a:active,
.Headtoggler-list li a.active,
.Headtoggler-list li a[aria-current="page"] {
  color: rgba(var(--main-color), 1);
}

/* Header end */

/* banner start */

.banner-section {
  position: relative;
  background: rgba(var(--white-color), 1);
}
.banner-shapeBg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 36%;
}
.banner-TopInnBox {
  z-index: 2;
}
.banner-logo {
	width: 600px;
	margin-left: auto;
	display: flex;
	align-items: center;
}
.main-logo{
  width: 60%;
}
.wa-logo {
	margin-left: 25px;
  width: 40%;
}
.banner-Title {
  --efs-pdts: 70px;
  --erl-pdts: 50px;
  color: rgba(var(--white-color), 1);
  text-align: right;
  width: max-content;
  margin-left: auto;
  position: relative;
}
.banner-Title span::before {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 0px;
  width: 30px;
  height: 100%;
  background: rgba(var(--main-color), 1);
}
.banner-Title span {
  position: relative;
  font-size: var(--efs-pdts);
  display: block;
  width: max-content;
  padding: 10px var(--erl-pdts) 10px 30px;
  background: rgba(var(--main-color), 1);
  z-index: var(--bthzindex);
}
.banner-Title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -38px;
  left: 0px;
  background: rgba(var(--black-color), 0) url(../images/banner-textSh.png)
    no-repeat center center / cover;
}
/* .banner-Title span:first-child {
    font-size: calc(var(--efs-pdts) * 1.2);
} */
.BannerNH1-Title, .BannerNH1-TitleBox h1 {
  color: #535763;
  font-size: 60px;
  margin-bottom: 0px;
  text-align: center;
}
.banner-SPIBox {
  position: relative;
}
.banner-SPostionimg {
  position: absolute;
  top: 0px;
  left: -112px;
  bottom: 0px;
  margin: auto;
  width: 550px;
  height: 450px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* .banner-SPostionimg img {
  width: auto;
} */
.banner-img {
  width: 1020px;
  margin-left: auto;
  height: 400px;
  margin-bottom: 100px;
  text-align: center;
}
.banner-img img {
  object-fit: contain;
}
.banner-BottomInnBox {
  position: relative;
  margin-top: -200px;
}
.banner-BottomBg {
  inset: 0px;
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-BottomBg .btn-warning{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
}
.banner-BIBB {
  position: relative;
  z-index: 2;
  padding: 0px 1.5rem;
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}
.banner-BIBList {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 45%;
}
.banner-BIBList li {
  position: relative;
  display: block;
  margin-left: auto;
  padding: 10px 50px 10px 30px;
  background: rgba(var(--white-color), 1);
  z-index: var(--hzindex);
}
.banner-BIBList li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -38px;
  left: 0px;
  background: rgba(var(--white-color), 0) url(../images/banner-textSh.png)
    no-repeat center center / cover;
}
.banner-BIBList li:nth-child(even) h5 {
  color: rgba(var(--main-color), 1);
}
.banner-BIBList li h5 {
  color: rgba(var(--black-color), 1);
  position: relative;
  line-height: 1;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 40px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 42px;
}
.banner-BIBList li h5::before {
  content: "\f058";
  position: relative;
  font-weight: 600;
  font-family: var(--font-awesome);
  margin-right: 8px;
  color: rgba(var(--main-color), 1);
  font-size: 40px;
}

/* banner end */

/* banner-inner-page Start */

.banner-section.banner-inner-page {
  --banner-hvh: 40vh;
  --banner-hhp: 100%;
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
}
.banner-section.banner-inner-page > *:first-child,
.banner-slider > *:first-child > *,
.banner-slider > *:first-child > * > *,
.banner-slider > *:first-child > * > * > *,
.banner-slider > *:first-child > * > * > * > * {
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
}
.banner-section.banner-inner-page .banner-inner-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(var(--main-color), 0.3) no-repeat center center / cover;
  width: 100%;
  overflow: hidden;
  padding: 50px 0px;
}
.banner-section.banner-inner-page .banner-inner-section .row {
  justify-content: center;
}
.banner-section.banner-inner-page .banner-box {
  text-align: center;
}
.banner-section.banner-inner-page .banner-title,
.banner-section.banner-inner-page .banner-box h1 {
  --efs-bth: 60px;
  color: rgba(var(--black-color), 1);
  margin-bottom: 12px;
  font-size: var(--efs-bth);
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}

/* banner-inner-page end */

/* EID start */

.earpod-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.earpod-txt h3 {
  font-size: 50px;
  font-weight: 700;
  color: var(--black-color);
  margin: 10px 0 0;
  padding: 0;
  font-size: 32px;
  margin: -10px 0 0;
}
.EIDRound-TopSection {
  z-index: 2;
}
.EIDRound-TopBg {
  position: absolute;
  right: 0px;
  top: -80px;
  height: calc(100% + 80px);
}
.EID-logo {
  width: 460px;
  margin: 0px auto 20px;
  margin: 0px auto 6px;
}
.EID-fingerImg {
  margin-left: -8%;
  width: 1000px;
}
.EID-fingerImg {
  margin-bottom: -300px;
}
.EID-imgHead2 {
  width: 400px;
  margin-left: 50px;
}
.EID-Txt {
  text-align: right;
  padding-left: 50%;
  margin-top: -74px;
  margin-bottom: 30px;
}
.EID-Txt p {
  color: rgba(var(--black-color), 1);
  margin-bottom: 0px;
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
}
.EIDRound-BottomSection {
  background: rgba(var(--main-color), 1);
  padding-bottom: 480px;
}
.EID-RoundBox {
  position: relative;
}
.EID-RoundImg {
  width: calc(100% + 18%);
  margin-left: -8%;
  background: rgba(var(--white-color), 1);
  border-radius: 0px 0px 1175px 1175px;
  overflow: hidden;
}
.EID-RFTxt {
  position: absolute;
  bottom: -50px;
  top: 0px;
  left: 0;
  right: 0px;
  margin: auto;
  display: inline;
  padding: 16px 16px;
  background: rgba(var(--white-color), 1);
  width: fit-content;
  height: fit-content;
}
.EID-RFTxt p {
  color: rgba(var(--black-color), 1);
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.EID-RFImg {
  width: 300px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
.EID-RoundTxt {
  text-align: center;
  margin-top: 50px;
}
.EID-RoundTxt p:last-child {
  margin-bottom: 0px;
}
.EID-RoundTxt p {
  color: rgba(var(--white-color), 1);
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
}

.common-box.EIDRound-ContentBox {
  margin-top: 20px;
}

/* EID end */

/* Scenarios start */

.common-section.Scenarios-section {
  margin-top: -380px;
  padding-bottom: calc(var(--eptb-cptb) * 2);
}
.Scenarios-TitleBox {
  padding-left: 50px;
}
.Scenarios-title,
.Scenarios-TitleBox h2,
.common-section.Scenarios-section .Scenarios-TitleBox h2 {
  color: rgba(var(--black-color), 1);
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 800;
  font-size: 66px;
}
.Scenarios-ListBox {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 70px;
  justify-content: flex-end;
  width: 100%;
}
.Scenarios-ListBox.list3 li:last-child,
.Scenarios-ListBox.list5 li:last-child,
.Scenarios-ListBox.list7 li:last-child,
.Scenarios-ListBox.list9 li:last-child,
.Scenarios-ListBox.list11 li:last-child,
.Scenarios-ListBox.list13 li:last-child,
.Scenarios-ListBox.list15 li:last-child,
.Scenarios-ListBox.list17 li:last-child,
.Scenarios-ListBox.list19 li:last-child,
.Scenarios-ListBox.list21 li:last-child,
.Scenarios-ListBox.list23 li:last-child,
.Scenarios-ListBox.list25 li:last-child,
.Scenarios-ListBox.list27 li:last-child,
.Scenarios-ListBox.list29 li:last-child {
  margin-right: -108%;
  margin-left: 108%;
}
.Scenarios-ListBox li:nth-child(even) {
  margin-top: 60px;
}
.Scenarios-img {
  margin-bottom: 20px;
}
.Scenarios-Txt {
  padding-left: 25px;
}
.Scenarios-Txt h5 {
  position: relative;
  line-height: 1;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 40px;
  display: flex;
  align-items: baseline;
}
.Scenarios-Txt h5::before {
  content: "\f058";
  position: relative;
  font-family: var(--font-awesome);
  margin-right: 8px;
  color: rgba(var(--main-color), 1);
  font-size: 34px;
}
.Scenarios-Txt .common-para {
  margin-top: 10px;
  margin-bottom: 0px;
}

/* Scenarios end */

/* ADAE start */

.ADAE-Box {
  padding: 50px;
  margin-top: 30px;
}
.ADAE-Box.list3,
.ADAE-Box.list5,
.ADAE-Box.list7,
.ADAE-Box.list9,
.ADAE-Box.list11,
.ADAE-Box.list13,
.ADAE-Box.list15,
.ADAE-Box.list17,
.ADAE-Box.list19,
.ADAE-Box.list21,
.ADAE-Box.list23,
.ADAE-Box.list25,
.ADAE-Box.list27,
.ADAE-Box.list29 {
  margin-top: -350px;
}
/* .ADAE-TitleBox {
    margin-top: -80px;
} */
.ADAE-title,
.ADAE-TitleBox h2,
.common-section.Scenarios-section .ADAE-TitleBox h2 {
  color: rgba(var(--black-color), 1);
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 800;
  font-size: 66px;
}
.ADAE-ListBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 20px 20px;
}
.ADAE-Box.list3 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list5 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list7 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list9 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list11 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list13 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list15 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list17 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list19 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list21 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list23 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list25 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list27 .ADAE-ListBox li:not(:first-child),
.ADAE-Box.list29 .ADAE-ListBox li:not(:first-child) {
  margin-top: 280px;
}
.ADAE-box {
  text-align: center;
}
.ADAE-img {
  margin-bottom: 20px;
  width: 100%;
  height: 450px;
}
.ADAE-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.ADAE-Txt h5 {
  position: relative;
  line-height: 1;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 40px;
}
.ADAE-Txt h5::before {
  content: "\f058";
  position: relative;
  font-family: var(--font-awesome);
  margin-right: 8px;
  color: rgba(var(--main-color), 1);
  font-size: 30px;
}
.ADAE-logo {
  margin-left: 80px;
  width: 500px;
}
.ADAE-logo.list3,
.ADAE-logo.list5,
.ADAE-logo.list7,
.ADAE-logo.list9,
.ADAE-logo.list11,
.ADAE-logo.list13,
.ADAE-logo.list15,
.ADAE-logo.list17,
.ADAE-logo.list19,
.ADAE-logo.list21,
.ADAE-logo.list23,
.ADAE-logo.list25,
.ADAE-logo.list27,
.ADAE-logo.list29 {
  margin-top: -250px;
}

/* ADAE end */

/* Feature start */

.Feature-MainTopBg {
  position: relative;
  margin-bottom: -350px;
  z-index: 2;
}
.Feature-logo {
  position: absolute;
  right: 70px;
  top: 50px;
  width: 500px;
}
.Feature-BtnBox {
  position: absolute;
  right: 70px;
  bottom: 250px;
}
.Feature-BtnBox .common-btn {
  padding: 20px 60px;
  font-size: 23px;
}

.Feature-title,
.Feature-TitleBox h2,
.common-section.Feature-section .Feature-TitleBox h2 {
  text-align: center;
  color: rgba(var(--black-color), 1);
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 800;
  font-size: 66px;
}
.Feature-listBox {
  counter-reset: section;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 50px;
}
.Feature-listBox li:nth-last-child(2),
.Feature-listBox li:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.Feature-listBox li:nth-last-child(2)::after,
.Feature-listBox li:last-child::after {
  opacity: 0;
}
.Feature-listBox li {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-bottom: 15px;
}
.Feature-listBox li::before {
  content: "\f058";
  position: relative;
  font-family: var(--font-awesome);
  color: rgba(var(--main-color), 1);
  font-size: 34px;
}
/* .Feature-listBox li::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: rgba(var(--main-color), 1);
    right: 0px;
    bottom: 0px;
} */
.Feature-count {
  position: relative;
  background: rgba(var(--white-color), 1);
  --ehw-flc: 70px;
  width: var(--ehw-flc);
  height: var(--ehw-flc);
  border-radius: 50%;
  border: 1px solid #b9e9f1;
}
.Feature-count::before {
  content: "";
  position: absolute;
  inset: 0px;
  margin: auto;
  border-radius: 50%;
  width: calc(var(--ehw-flc) - 10px);
  height: calc(var(--ehw-flc) - 10px);
  border: 5px solid rgba(var(--main-color), 1);
}
.Feature-count::after {
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: section;
  content: counter(section, upper-roman);
  content: counter(section, decimal-leading-zero);
  position: absolute;
  inset: 0px;
  margin: auto;
  font-weight: 700;
  font-size: 20px;
}
.Feature-Txt {
  font-weight: 600;
  font-size: 24px;
}

/* Feature end */

/* Technical start */

.Technical-Innersection {
  padding: 0 50px;
}
.Technical-title,
.Technical-TitleBox h2,
.common-section.Technical-section .Technical-TitleBox h2 {
  color: rgba(var(--black-color), 1);
  margin-bottom: 0px;
  line-height: 1;
  font-weight: 700;
  font-size: 55px;
  text-align: center;
}
.Technical-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 40px;
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #006fc3;
}
.Technical-list li {
  width: 100%;
  --eborder-tlnd: 1px solid #9ea0a4;
  --epm-tlnd: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 0px 50px;
  color: rgba(var(--black-color), 1);
  font-size: 22px;
  font-weight: 500;
}
.Technical-ListName,
.Technical-ListDtl {
  border-bottom: var(--eborder-tlnd);
  padding-bottom: var(--epm-tlnd);
  margin-bottom: var(--epm-tlnd);
}
.Technical-ListName span,
.Technical-ListDtl span {
  display: block;
}
.Technical-ImgListMain {
  --ebgTILM: rgba(var(--main-color), 1);
  position: relative;
  text-align: center;
  background: var(--ebgTILM);
  color: rgba(var(--white-color), 1);
  padding: 50px 50px;
  margin-bottom: 20px;
}
.Technical-ImgListMain::after {
  content: "";
  display: inline-block;
  background: var(--ebgTILM);
  height: 100%;
  width: 30px;
  position: absolute;
  right: -1.5rem;
  top: 0px;
}
.Technical-imgList {
  margin-bottom: 20px;
}
.Technical-imgList li {
  --efs-tillb: 26px;
  position: relative;
  color: rgba(var(--white-color), 1);
  font-weight: 300;
  font-size: var(--efs-tillb);
}
.Technical-imgList li:not(:last-child) {
  margin-bottom: 8px;
}
.Technical-imgList li::before {
  content: "\f058";
  font-family: var(--font-awesome);
  font-weight: 600;
  margin-right: 10px;
  font-size: calc(var(--efs-tillb) - 4px);
}
.Technical-img {
  margin: auto;
  width: 380px;
}

/* Technical end */

/* chart start */

.chart-img {
  width: 100%;
  height: 100%;
}

/* chart end */

/* footer start */

.inner-footer {
  padding: 20px 0px 80px;
}
.foot-logo {
  display: block;
  margin: 0px auto;
  width: 400px;
  overflow: hidden;
}
.foot-logo img {
  object-fit: contain;
}
.foot-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 60px;
}
.foot-list li a,
.foot-list li a:focus,
.foot-list li a:visited {
  text-transform: capitalize;
  color: rgba(var(--black-color), 1);
  font-size: 20px;
  margin: 0px 15px;
  transition: var(--transition-05s);
}
.foot-list li a:hover,
.foot-list li a:active,
.foot-list li a.active,
.foot-list li a[aria-current="page"] {
  color: rgba(var(--main-color), 1);
}
.social-list {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
.social-list li a,
.social-list li a:focus,
.social-list li a:visited {
  --ehw-sla: 60px;
  width: var(--ehw-sla);
  height: var(--ehw-sla);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--black-color), 0);
  color: rgba(var(--main-color), 1);
  border: 1px solid rgba(var(--black-color), 0.7);
  font-size: 30px;
  border-radius: 50%;
  transition: var(--transition-05s);
}
.social-list li a:hover {
  border-color: rgba(var(--main-color), 1);
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
}
.contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-list li span {
  --ehw-clls: 30px;
  width: var(--ehw-clls);
  height: var(--ehw-clls);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(var(--main-color), 0);
  color: rgba(var(--main-color), 1);
  font-size: 26px;
}
.contact-list li:first-child a,
.contact-list li:first-child a:visited,
.contact-list li:first-child a:focus {
  text-decoration: underline;
}
.contact-list li:last-child a,
.contact-list li:last-child a:visited,
.contact-list li:last-child a:focus {
  font-weight: 500;
}
.contact-list li a,
.contact-list li a:visited,
.contact-list li a:focus {
  color: rgba(var(--black-color), 0.8);
  transition: var(--transition-05s);
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
}
.contact-list li a:hover {
  color: rgba(var(--main-color), 0.8);
}
.copy-box {
  background: transparent;
  color: rgba(var(--black-color), 0.4);
  font-weight: 300;
  padding: 40px 0px;
  text-align: center;
  font-size: 15px;
  border-top: 1px solid #b9b9b9;
}

/* footer end */

/* FAQs start */

.common-box.FAQs-TitleBox,
.common-box.pricing-TitleBox {
  /* width: 60%;
    margin: auto; */
  text-align: center;
}
.CommonFAQ {
  margin-top: 50px;
}
.CommonFAQ .accordion-item {
  border-radius: 20px !important;
  overflow: hidden;
  border: 1px solid #d9deff;
  background: rgba(var(--black-color), 0);
  margin-bottom: 20px;
  padding: 20px 30px;
}
.CommonFAQ .accordion-item .accordion-button {
  box-shadow: none !important;
  background: rgba(var(--main-color), 0);
  border-radius: 0px !important;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;  
  line-height: 1.3;
  padding: 0px 0px;
  padding-right: 28px;
  color: rgba(var(--black-color), 1);
}
.CommonFAQ .accordion-button:not(.collapsed) {
  color: rgba(var(--black-color), 1);
  background: rgba(var(--white-color), 0);
  box-shadow: none !important;
}
.CommonFAQ .accordion-button::after {
  --ehw-faca: 30px;
  width: var(--ehw-faca);
  height: var(--ehw-faca);
  background-image: none;
  content: "\2b";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-awesome);
  font-weight: 600;
  transform: rotate(0deg);
  color: rgba(var(--black-color), 1);
  border: 2px solid rgba(var(--main-color), 1);
  border-radius: 50%;
  margin-top: -2px;
  position: absolute;
  right: 0;
}
.CommonFAQ .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  transform: rotate(0deg);
}
.CommonFAQ .accordion-body {
  border-top: 1px solid #c5c5c5;
  padding: 20px 10px 0px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  max-height: 300px;
  overflow: auto;
}
.CommonFAQ .accordion-body a,
.CommonFAQ .accordion-body a:visited {
  color: rgba(var(--main-color), 1);
  transition: var(--transition-05s);
}
.CommonFAQ .accordion-body a:hover,
.CommonFAQ .accordion-body a:focus {
  color: rgba(var(--main-color), 1);
}
.accordion-body p:not(:last-child) {
  margin-bottom: 10px;
}
.accordion-body p:last-child {
  margin-bottom: 0px;
}

/* FAQs end */

/* Contact page start */

.ctaForm-box .row {
  --bs-gutter-x: 1rem;
  gap: 16px 0px;
}
.iframe-box {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.iframe-box iframe {
  width: 100%;
  height: 100%;
}

/* Contact page end */

/* About start */

.About-img {
  width: 100%;
  height: 530px;
}
.About-TitleBox .common-para,
.About-TitleBox.common-box > div.common-para,
.About-TitleBox p {
  color: #6e797e;
  margin-bottom: 30px;
}
.About-MainImg {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 46%;
}

/* About end */

/* Blog start */

.FeatProd-box {
  width: 100%;
}
.BlogProd-img {
  width: 100%;
  height: 250px;
  border: 1px solid #d2d2d2;
}
.FeatProd-txt {
  padding: 16px;
}
.blog-date,
.FeatProd-txt > span {
  display: inline-block;
  color: rgba(var(--main-color), 1);
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 13px;
}
.FeatProd-txt h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
}
.FeatProd-txt .common-para {
  font-size: 12px;
  line-height: 1.5;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.FeatProd-txt .common-btn {
  padding: 12px 18px;
  font-size: 13px;
}

.news-DtlImg {
  height: 500px;
  background: rgba(var(--main-color), 0.2);
}
.news-DtlBox > *:first-child {
  margin-bottom: 25px;
}
.date-post {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  color: #061320;
  font-size: 13px;
  margin-bottom: 20px;
}
.date-post li {
  border-right: 1px solid #adadad;
  padding-right: 10px;
}
.date-post li:last-child {
  border-right: none;
  padding-right: 0px;
}
.date-post li i {
  color: rgba(var(--main-color), 1);
  margin-right: 5px;
}
.recent-title,
.recent-post-box h5 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #061320;
  text-align: center;
}
.recent-post-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.recent-post-list li a {
  display: flex;
  gap: 10px;
  color: #061320;
}
.recent-img-main {
  width: 45%;
}
.recent-img {
  width: 100%;
  height: 80px;
  background: rgba(var(--main-color), 0.2);
}

.recent-text-box {
  width: 100%;
}
.recent-sub-title,
.recent-post-list h6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
}
.recent-sub-para,
.recent-post-list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0px;
  font-size: 13px;
}
.news-DtlBox .common-box :where(h1, h2, h3, h4, h5, h6) {
  --ehwAcc-fs: 20px;
  margin-bottom: 20px;
  padding-left: 0px !important;
}
.news-DtlBox .common-box :where(h1) {
  font-size: calc(var(--ehwAcc-fs) * 1.9);
}
.news-DtlBox .common-box :where(h2) {
  font-size: calc(var(--ehwAcc-fs) * 1.7) !important;
}
.news-DtlBox .common-box :where(h3) {
  font-size: calc(var(--ehwAcc-fs) * 1.55);
}
.news-DtlBox .common-box :where(h4) {
  font-size: calc(var(--ehwAcc-fs) * 1.45);
}
.news-DtlBox .common-box :where(h5) {
  font-size: calc(var(--ehwAcc-fs) * 1.35);
}
.news-DtlBox .common-box :where(h6) {
  font-size: calc(var(--ehwAcc-fs) * 1.2);
}

/* Blog end */

.wc-block-cart__submit-button {
	background-color: #000;
	color: #fff;
	font-size: 18px;
}
.wc-block-cart__submit-button:hover {
	color: #fff;
}
/*########### woocommerce Dashboard part ##########*/

.woocommerce-MyAccount-navigation {
  background-color: #efefef;
  padding: 15px;
  border-radius: 8px;
}
.woocommerce-MyAccount-navigation ul {
  border-right: none;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 6px 0 6px 0;
  border-bottom: 1px solid #bcbcbc;
  font-size: 15px;
  position: relative;
  font-weight: 400;
}
.woocommerce-MyAccount-navigation ul li:before {
  content: "\f178";
  font-family: Fontawesome;
  left: 0;
  top: 4px;
  font-size: 15px;
  color: #f97e04;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #5b5b5b;
}
.woocommerce-account .addresses .title .edit {
  padding: 0px 10px;
  background-color: #167235;
  color: #fff;
  border-radius: 3px;
}
.woocommerce-EditAccountForm {
  padding: 15px;
  background-color: #efefef;
}
.woocommerce-MyAccount-content {
  padding: 15px;
  background-color: #efefef;
}

/*########### End woocommerce Dashboard part ##########*/

.ADAE-Txt {
  text-align: center;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_color_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default {
  border: 1px solid #888;
}
.value.vi-wpvs-variation-style-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wpgs-for .slick-slide {
  display: flex !important;
  justify-content: center;
}
.woocommerce .products ul,
.woocommerce ul.products {
  display: flex;
}
.wc-block-grid__product-title {
  font-size: 18px !important;
  color: #000 !important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  color: #fff !important;
  font-size: 15px !important;
}

.woocommerce-Price-amount.amount {
	font-size: 24px;
	font-weight: 600;
	margin: 12px 0 0;
	display: inline-block;
}

.common-section.ERProCon-section {
  border-top: 1px solid #dbdbdb;
  background: #f7f7f7;
  --eptb-cptb: 50px;
}
.ERProCon-section .EIDRound-ContentBox :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  margin-top: 20px;
  --ehwAcc-fs: 17px;
}

/* media start */

@media (min-width: 992px) {
  /* .Head-CaLog {
        display: none;
    } */
  .nav-item.dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
  .nav-item.dropdown:hover > .dropdown-menu,
  .nav-item.dropdown .dropdown-menu.show {
    opacity: 1;
    display: block;
    visibility: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    width: max-content;
    max-width: max-content;
  }
  .nav-item.dropdown .DDMenu.dropdown-menu {
    left: 100px;
  }
}

@media (min-width: 1200px) {
  .nav-item.dropdown .dropdown-menu[data-bs-popper] {
    top: 100%;
  }
}

@media (min-width: 1600px) {
}

@media (min-width: 1700px) {
}

@media (min-width: 1800px) {
}

@media (min-width: 1900px) {
}

@media (min-width: 2000px) {
}

@media (max-width: 1900px) {
}

@media (max-width: 1800px) {
}

@media (max-width: 1600px) {
  .ADAE-logo {
    margin-left: 50px;
    width: 400px;
  }
  .ADAE-Txt h5,
  .Scenarios-Txt h5 {
    font-size: 40px;
  }
  .ADAE-Txt h5::before,
  .Scenarios-Txt h5::before {
    font-size: 30px;
  }
  .ADAE-title,
  .ADAE-TitleBox h2,
  .common-section.Scenarios-section .ADAE-TitleBox h2,
  .Scenarios-title,
  .Scenarios-TitleBox h2,
  .common-section.Scenarios-section .Scenarios-TitleBox h2 {
    font-size: 54px;
  }
  .banner-img {
    width: 600px;
  }
  .banner-SPostionimg {
    width: 200px;
    height: 370px;
  }
  .Feature-logo {
    width: 400px;
  }
  .Feature-MainTopBg {
    margin-bottom: -280px;
  }
  .banner-logo {
    width: 460px;
  }
  .banner-shapeBg {
    top: 100px;
  }
  .EID-Txt p {
    font-size: 36px;
  }
  .EID-RFImg {
    width: 200px;
  }
  /* .ADAE-ListBox {
        grid-template-columns: repeat(2, 1fr);
    } */
}

@media (max-width: 1500px) {
}

@media (max-width: 1400px) {

  .ADAE-Txt h5,
  .Scenarios-Txt h5 {
    font-size: 30px;
  }
  .ADAE-Txt h5::before,
  .Scenarios-Txt h5::before {
    font-size: 22px;
  }
  .ADAE-logo {
    margin-left: 30px;
    width: 300px;
  }
  .ADAE-title,
  .ADAE-TitleBox h2,
  .common-section.Scenarios-section .ADAE-TitleBox h2,
  .Scenarios-title,
  .Scenarios-TitleBox h2,
  .common-section.Scenarios-section .Scenarios-TitleBox h2,
  .Technical-title,
  .Technical-TitleBox h2,
  .common-section.Technical-section .Technical-TitleBox h2 {
    font-size: 42px;
  }
  .Feature-MainTopBg {
    margin-bottom: -160px;
  }
  .Feature-Txt {
    font-size: 18px;
  }
  .Technical-img {
    width: 280px;
  }
  .Technical-list li {
    font-size: 20px;
  }
  .banner-Title {
    --efs-pdts: 55px;
    --erl-pdts: 50px;
  }
  .banner-img {
    width: 660px;
  }
  .banner-SPostionimg {
    width: 315px;
    left: -62px;
  }
  .banner-BIBList li h5 {
    font-size: 26px;
    height: 29px;
  }
  .EID-logo {
    width: 400px;
  }
  .Feature-logo {
    width: 300px;
  }
  .Technical-ImgListMain {
    padding: 50px 20px;
  }
  .Technical-imgList li {
    --efs-tillb: 20px;
  }
  .Technical-list li {
    font-size: 18px;
  }
  .banner-BIBList li h5::before {
    font-size: 20px;
  }
  .BannerNH1-Title, .BannerNH1-TitleBox h1 {
    font-size: 50px;
  }
  .EIDRound-ContentBox :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    --ehwAcc-fs: 15px;
  }
  .EIDRound-ContentBox p {
    font-size: 16px;
  }
  .ERProCon-section .EIDRound-ContentBox :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-top: 18px;
    --ehwAcc-fs: 15px;
  }
}

@media (max-width: 1199px) {
  .banner-SPostionimg {
    width: 225px;
    height: 305px;
  }
  .banner-img {
    width: 500px;
  }
  .earpod-txt h3 {
    font-size: 30px;
  }
  .banner-BIBList li h5 {
    font-size: 24px;
    height: 25px;
  }
  .ADAE-img {
    height: 288px;
  }
  .ADAE-Txt h5, .Scenarios-Txt h5 {
    font-size: 24px;
  }
  .BannerNH1-Title, .BannerNH1-TitleBox h1 {
    font-size: 40px;
  }
  .CommonFAQ .accordion-item {
    padding: 16px 14px;
  }
  .CommonFAQ .accordion-item .accordion-button {
    font-size: 15px;
  }
  .CommonFAQ .accordion-body {
    padding: 10px 6px 0px;
    margin-top: 10px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .banner-Title span {
    font-size: 45px;
    padding: 10px var(--erl-pdts) 10px 20px;
  }
  .banner-SPostionimg {
    left: 0;
  }
  .banner-img {
    height: 200px;
  }
  .EID-logo {
    width: 100%;
  }
  .EIDRound-BottomSection {
    padding-bottom: 330px;
  }
  .Scenarios-Txt h5 {
    font-size: 20px;
  }
  .common-section.Scenarios-section {
    margin-top: -253px;
  }
  .common-section {
    --eptb-cptb: 30px;
  }
  .Feature-title,
  .Feature-TitleBox h2,
  .common-section.Feature-section .Feature-TitleBox h2 {
    font-size: 40px;
  }
  .Feature-listBox li::before {
    font-size: 25px;
  }
  .Feature-Txt {
    font-size: 16px;
  }
  .Feature-listBox li {
    margin-bottom: 10px;
  }
  .Technical-list {
    padding: 20px;
    border-radius: 30px;
  }
  .Technical-list li {
    font-size: 16px;
  }
  .Technical-ListName,
  .Technical-ListDtl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .technical-img.p-5 {
    padding: 0rem !important;
  }
  .foot-list li a {
    font-size: 16px;
    margin: 0px;
  }
  .contact-list li a {
    font-size: 20px;
  }
  .common-title,
  .common-box > h2,
  .common-section .common-box > h2 {
    font-size: 34px;
  }
  .ADAE-img {
    height: 330px;
  }
  .ADAE-img img {
    object-fit: contain;
  }
  .banner-BIBList li h5 {
	font-size: 22px;
	height: 24px;
  }
  .banner-BIBList li {
	padding: 10px 15px;
  }
  .banner-BIBList li h5::before {
    font-size: 18px;
  }
  .BannerNH1-Title, .BannerNH1-TitleBox h1 {
    font-size: 32px;
  }
  .EIDRound-ContentBox :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    --ehwAcc-fs: 14px;
  }
  .EIDRound-ContentBox p {
    font-size: 15px;
  }
  .ERProCon-section .EIDRound-ContentBox :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    margin-top: 16px;
    --ehwAcc-fs: 13px;
  }
}

@media (max-width: 767px) {
  .banner-logo {
    width: 100%;
  }
  .banner-Title {
    --efs-pdts: 26px;
    --erl-pdts: 15px;
    width: 100%;
    text-align: center;
  }
  .banner-Title span,
  .banner-BIBList li {
    margin: auto;
  }
  .banner-Title span::before {
    display: none;
  }
  .banner-shapeBg {
    display: none;
  }
  .banner-Title span {
    font-size: 26px;
    padding: 10px 40px;
  }
  .banner-SPostionimg {
    position: static;
    height: 260px;
  }
  .banner-img {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .banner-BIBB {
	padding: 0px .5rem;
}
  .banner-BIBList {
    text-align: left;
    width: 100%;
  }
  .banner-BIBList li {
    margin-left: 0;
    width: 100%;
    padding: 10px 10px;
  }
  .banner-BIBList li h5 {
    font-size: 16px;
	height: 16px;
  }
  .banner-BIBList li h5::before {
    font-size: 15px;
  }
  .banner-BottomInnBox {
    margin-top: 0;
  }
  .EID-logo {
    margin: 0px auto;
  }
  .earpod-txt h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .EID-RFTxt {
    position: static;
    margin: 20px 0;
    text-align: center;
    display: block;
  }
  .EID-RFImg {
    position: static;
  }
  .EID-RoundTxt p {
    font-size: 26px;
  }
  .EIDRound-BottomSection {
    padding-bottom: 40px;
  }
  .Scenarios-ListBox {
    display: block;
  }
  .common-section.Scenarios-section {
    margin-top: 0;
  }
  .Feature-TopBg {
    display: none;
  }
  .Feature-MainTopBg {
    margin-bottom: 40px;
  }
  .Feature-logo {
    display: none;
  }
  .Feature-listBox {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .Technical-Innersection {
    padding: 0;
  }
  .ADAE-title,
  .ADAE-TitleBox h2,
  .common-section.Scenarios-section .ADAE-TitleBox h2,
  .Scenarios-title,
  .Scenarios-TitleBox h2,
  .common-section.Scenarios-section .Scenarios-TitleBox h2,
  .Technical-title,
  .Technical-TitleBox h2,
  .common-section.Technical-section .Technical-TitleBox h2 {
    font-size: 32px;
  }
  .Feature-title,
  .Feature-TitleBox h2,
  .common-section.Feature-section .Feature-TitleBox h2 {
    font-size: 30px;
  }
  .foot-logo {
    width: 100%;
  }
  .foot-list {
    gap: 20px;
    margin-top: 35px;
  }
  .contact-list {
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .MainHeader {
    padding: 20px 0 0;
  }
  .About-MainImg {
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .About-img {
    height: auto;
  }
  .banner-section.banner-inner-page {
    --banner-hvh: 30vh;
  }
  .banner-section.banner-inner-page .banner-title,
  .banner-section.banner-inner-page .banner-box h1 {
    font-size: 32px;
  }
  .innerMainHeader {
    padding: 20px 0;
  }
  .Headtoggler-btn {
    gap: 6px;
  }
  .navbar-brand {
    width: 170px;
  }
  .common-title,
  .common-box > h2,
  .common-section .common-box > h2 {
    font-size: 28px;
  }
  .vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal {
    grid-template-columns: 4fr 4fr !important;
  }
  .woocommerce div.product form.cart .variations label {
    font-weight: 500;
    font-size: 15px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 6px .3em;
    font-size: 12px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 8px;
  }
  .form-box p {
    margin-bottom: 0;
  }
  .comment-form-cookies-consent {
    display: flex;
    align-items: baseline;
  }
  .comment-form-cookies-consent input[type="checkbox"] {
    margin-right: 8px;
  }
  .news-DtlImg {
    height: auto;
  }
  .wpgs-nav .slick-slide {
    margin-top: 0;
  }
  .slick-prev,
  .slick-next {
    top: 58% !important;
  }
  .woocommerce-EditAccountForm {
    padding: 0;
  }
  .related.products {
    text-align: center;
  }
  .banner-BIBList li {
	width: 100%;
  }
  .wa-logo {
    margin-left: 8px;
    width: 200px;
  }
  .ADAE-img {
    height: auto;
  }
  .BannerNH1-Title, .BannerNH1-TitleBox h1 {
    font-size: 28px;
  }
  .EIDRound-ContentBox :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    --ehwAcc-fs: 13px;
  }
  .EIDRound-ContentBox p {
    font-size: 14px;
  }

}

@media (max-width: 580px) {
}

/* media end */

/* 404 page */
#error {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  background-color: #e7ffff;
}

.error-404 {
    padding: 4rem 2rem;
}

.error-404 > h1,
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.error-404 .error {
  font-size: 150px;
  color: #008b62;
  text-shadow: 1px 1px 1px #00593e, 2px 2px 1px #00593e, 3px 3px 1px #00593e,
    4px 4px 1px #00593e, 5px 5px 1px #00593e, 6px 6px 1px #00593e,
    7px 7px 1px #00593e, 8px 8px 1px #00593e, 25px 25px 8px rgba(0, 0, 0, 0.2);
}

.error-page-text {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.back-home {
  display: inline-block;
  border: 2px solid #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem 0.6rem;
  transition: all 0.2s linear;
  box-shadow: 0 15px 15px -11px rgba(0, 0, 0, 0.4);
  background: #222;
  border-radius: 6px;
}
.back-home:hover {
  background: #222;
  color: #ddd;
}
