*  {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

::after,
::before  {
  box-sizing: border-box;
}

::selection  {
  color: #4eb04e;
  background: rgba(78, 176, 78, 0.1);
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover  {
  -webkit-box-shadow: 0 0 0 3.5rem #fff inset !important;
  box-shadow: 0 0 0 3.5rem #fff inset !important;
  z-index: 0 !important;
  border-radius: 0.5rem;
}

html  {
  font-size: 1rem;
  touch-action: none;
}

:root  {
  font-size: 16px;
}

 main {
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
}

.backgroundIconOne  {
  width: 30.425rem;
  height: 28.181rem;
  background: url(../../images/auto-shape-1.svg) no-repeat center center;
  background-size: contain;
  position: fixed;
  z-index: 1;
  top: 6.25rem;
  left: 1.875rem;
}

.backgroundIconTwo  {
  width: 42.425rem;
  height: 54.088rem;
  background: url(../../images/background-blur-shape.svg) no-repeat center center;
  background-size: contain;
  position: fixed;
  top: 2.5rem;
  right: 20.625rem;
  z-index: -1;

}

.backgroundIconThree  {
  width: 31.25rem;
  height: 20.188rem;
  background: url(../../images/auto-shape-2.svg) no-repeat center center;
  background-size: contain;
  position: fixed;
  top: 70vh;
  left: 1.875rem;
}

.menuHeader  {
  width: 100%;
  height: 4.375rem;
  min-height: 4.375rem;
  display: flex;
  align-items: center;
  max-height: 4.375rem;
  background: #fff;
  position: fixed;
  z-index: 3;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12);
  max-height: 70px;
}

.menuHeaderContent  {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8.125rem;
}

.menuHeaderContent img  {
  opacity: 0;
  width: 149px;
}

.demoP  {
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
}

.headerMenuActions  {
  width: auto;
  display: flex;
  gap: 0.75rem;
}

.signIn  {
  width: auto;
  height: 2.75rem;
  padding: 0.75rem 1.5rem 0.688rem;
  border-radius: 0.625rem;
  border: solid 0.063rem #388438;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  user-select: none;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.006rem;
  color: #388438;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
}

.signUp  {
  width: auto;
  height: 2.75rem;
  margin: 0 0 0 1rem;
  padding: 0.75rem 1.5rem 0.688rem;
  border-radius: 0.625rem;
  background-color: #388438;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.006rem;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  opacity: 0;
}

.demoContainer  {
  width: 100%;
  min-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.demoPContainer  {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0 auto;
  padding: 7.063rem 8.125rem 0;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.demoContainer h1  {
  font-size: 3.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: -0.019rem;
  text-align: left;
  color: #4eb04e;
  opacity: 0;
}

#demo2 .demoContainer h1,
.demoCard,
#demo3 .demoContainer .subHeading,
.numbersContainer .numberSet,
.testimonialCard  {
  opacity: 0;
}

.demoContainer h1 span  {
  color: #0c1d0c;
}

.demoListSet  {
  width: 100%;
  display: flex;
  gap: 1.25rem;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;

}

.demoListHeading  {
  font-size: 1.25rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.008rem;
  text-align: left;
  color: #222;
}

.demoListSubDesc  {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.008rem;
  text-align: left;
  color: #666;
  margin-top: 0.375rem;
  max-width: 25rem;
}

.demoFeatureListContainer  {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

.demFormContent  {
  width: 100%;
  /* max-width: 38.125rem; */
  height: max-content;
  padding: 2.519rem 2.25rem 3.269rem 2.5rem;
  border-radius: 0.75rem;
  box-shadow: 0.25rem 0.25rem 2rem 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  opacity: 0;
  position: sticky;
  top: 7.063rem;
  margin-bottom: 3.125rem;
  z-index: 2;
}


.demoFormContainer  {
  width: 100%;
  height: 100%;
  padding-bottom: 3.125rem;
  display: flex;
  justify-content: flex-end;
}


fieldset.fieldInput  {
  border-radius: 0.5rem;
  border: solid 0.063rem #cecece;
  min-height: 2.75rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

fieldset.fieldInput.txtar  {
  min-height: unset;
  height: 100%;
}

fieldset legend  {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #aaa;
  margin-left: 0.938rem;
  padding: 0 0.625rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: white;
  transition: 0.3s;
  z-index: 1;
  font-family: "Red Hat Display", sans-serif;
}

.activate  {
  top: 0 !important;
}

fieldset input[type="text"],
fieldset input[type="email"],
fieldset select,
fieldset textarea  {
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 2.75rem;
  display: flex;
  justify-content: center;
  border: none;
  outline: none;
  padding: 0 0 0 1.563rem;
  font-size: 1rem;
}


.demoFormSet  {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.2rem;
}

.demoForm h3  {
  font-size: 1.375rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: -0.007rem;
  text-align: left;
  color: #222;
  opacity: 0;
}

.tFields  {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
}

.tFields fieldset  {
  width: calc(50% - 0.75rem);
}


.contactDetails  {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 2.75rem;
  width: 100%;
}

.contactDetails div.phnCode  {
  width: 5.375rem !important;
  height: 2.75rem;
  background-color: transparent;
  border-radius: 0.5rem;
  border-right: none !important;
  border: solid 0.063rem #cecece !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 0.625rem !important;
  color: #909090;
  margin: 0 !important;
}

.contactDetails select  {
  width: 3.5rem !important;
  height: 2.75rem;
  background-color: transparent;
  color: #222;
  border: none;
}

.contactDetails fieldset  {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-bottom: 0 !important;
  max-height: 2.75rem;
  width: 100%;
  border-left: 0;
}

.contactDetails fieldset input  {
  min-height: 2.75rem;
}


.demoForm .feedbackText  {
  height: 80px !important;
  min-height: unset !important;
}

.demoForm .feedbackText::placeholder  {
  font-size: 14px;
}

fieldset textarea  {
  padding: 1.25rem;
  resize: none;
}

.demoFormSet .primaryBtn  {
  width: 100%;
  height: 3rem;
  border-radius: 0.625rem;
  background-color: #388438;

  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.019rem;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
}

.formFooter  {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.footerHead  {
  width: 100%;
}

.iconContent img  {
  width: 67.5px;
  height: 18px;
  object-fit: contain;
}

.footerText::before  {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.063rem;
  background: #ececec;
  top: 50%;
  left: 0;
  z-index: -1;
}

.footerText  {
  font-size: 0.875rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 4.5;
  letter-spacing: -0.019rem;
  text-align: center;
  color: #aaa;
  position: relative;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 100%;
  padding: 0 1.875rem;
}

.footerText p  {
  background: #fff;
  z-index: 10;
  position: relative;
  padding: 0 1.25rem;
}

.footerIcons  {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}


.demoPageSetContainer  {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.demoCardContainer  {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.demoCard  {
  width: 17.5rem;
  height: 14.75rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.04);
  border-style: solid;
  border-width: 0.063rem;
  border-image-source: linear-gradient(184deg, #eeeded 534%, #efefef -86%);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(184deg, #eeeded 534%, #efefef -86%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.demoCardContent  {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 1.2rem;
}

.demoCardContent h3  {
  font-size: 2.819rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.48;
  letter-spacing: -0.009rem;
  text-align: left;
  color: #222;
}

.demoCounter  {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}

.demoCardText  {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}

.demoCounter span  {
  font-size: 1.819rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.74;
  letter-spacing: -0.009rem;
  text-align: left;
  color: #222;
}

.demoCardText .subDesc  {
  font-size: 1.063rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.007rem;
  text-align: left;
  color: #6f6f6f;
  margin-top: 0.313rem;
}


.demoContainer .subHeading  {
  font-size: 1.375rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: -0.007rem;
  text-align: left;
  color: #222;
}

.testmonialCardContainer  {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.testimonialCard  {
  width: 17.5rem;
  height: 13.906rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.04);
  border-style: solid;
  border-width: 0.063rem;
  border-image-source: linear-gradient(356deg, #eeeded 529%, #efefef -85%);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(356deg, #eeeded 529%, #efefef -85%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.testimonialCardContent  {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
}

.testimonialCardHead  {
  width: 100%;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-start;
  align-items: center;
}

.companyName  {
  font-size: 0.875rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -0.005rem;
  text-align: left;
  color: #222;
}

.companyType  {
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.005rem;
  text-align: left;
  color: #9f9f9f;
}

.testimonnialText  {
  max-width: 15.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.005rem;
  text-align: left;
  color: #616161;
  margin-top: 0.813rem;
}

.clientName  {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.clientName p  {
  font-size: 0.875rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -0.005rem;
  text-align: right;
  color: #222;
  position: relative;
  background: #fff;
  padding: 0 0 0 0.625rem;
  z-index: 2;
  width: max-content;
}

.clientName::before  {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(00, -50%);
  width: 100%;
  height: 0.063rem;
  z-index: 1;
  background-color: #ececec;
}

.testimonialCardFooter  {
  width: 100%;
  display: flex;
  gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
}

.clientDesig  {
  font-size: 0.75rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.005rem;
  text-align: right;
  color: #888;
}

.testimonialCardFooterText  {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.numbersContainer  {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 3.438rem;
}

.numberSet  {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}

.numberContent  {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.313rem;
}

.numberValue  {
  font-size: 1.563rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: -0.008rem;
  text-align: left;
  color: #222;
}

.numberType  {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}





/* Mode of Sign Up Modal starts */


.modeOfSignUpBody  {
  width: 26.875rem;
  height: 16.25rem;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.popupCloseBtn  {
  position: absolute;
  top: -1.125rem;
  right: -1.125rem;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.813rem;
  border-radius: 50%;
  background-color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.modetype  {
  width: 11.438rem;
  height: 13.188rem;
  padding: 1.25rem 1.25rem 0.938rem;
  border-radius: 0.75rem;
  border: solid 0.063rem #e2e1e1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.688rem;
  overflow: hidden;
  transition: 0.3s;
  user-select: none;
}

.modetype:not(.modeDisabled):hover  {
  border: solid 0.063rem #388438;
  cursor: pointer;
}

.modeTypeText .modeTypeHead  {
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: -0.008rem;
  color: #222;
  margin-bottom: 0.313rem;
}

.modeTypeText p  {
  font-size: 0.813rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.006rem;
  color: #717171;
}

.modeDisabled  {
  position: relative;
}

.modeDisabled .modeTypeText .modeTypeHead,
.modeDisabled .modeTypeText p  {
  color: #b3b3b3;
}

.modeDisabled:after  {
  content: 'Coming soon';
  position: absolute;
  top: 0;
  right: 0;
  width: 6.625rem;
  height: 1.563rem;
  padding: 0.188rem 0.688rem 0.238rem 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border-bottom-left-radius: 0.75rem;
  background-color: #4eb04e;
  font-size: 0.688rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.66;
  letter-spacing: 0.017rem;
  color: #fff;
  text-transform: uppercase;
}

section.modal  {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  z-index: 21;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.fieldInput.errorFieldSet  {
  border: 1.5px solid #ed202a;
  transition: 0.3s;
}

.fieldInput.errorFieldSet legend,
label.error  {
  color: #ed202a !important;
}

label.error  {
  position: absolute;
  bottom: -25px;
}

.errorLegend,
.invalidLegend  {
  color: #ed202a;
  font-weight: 500;
  transition: 0.3s;
}

/*Loader*/
.loaderModal  {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-spinner  {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div  {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
  border-radius: 20%;
}

.lds-spinner div:after  {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #4eb04e;
}

.lds-spinner div:nth-child(1)  {
  transform: rotate(0);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2)  {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3)  {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4)  {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5)  {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6)  {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7)  {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8)  {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9)  {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10)  {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11)  {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12)  {
  transform: rotate(330deg);
  animation-delay: 0s;
}


@keyframes lds-spinner  {
0%  {
    opacity: 1;
  }

100%  {
    opacity: 0;
  }
}

#loaderSection  {
  display: none;
}

/* Mode if Sign Up Modal ends */

/*multi select*/

.multiselect  {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 52px;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.multiselect::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50px;
  background: url(../../images/chevron.svg) no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 6px;
  transform: translate(-50%,-50%);
  z-index: -1;
}

.selection  {
  width: 100%;
  height: 100%;
  min-height: 51px;
  padding: 0 1.563rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.selected-option  {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.options  {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: none;
  border: 1px solid #ccc;
  z-index: 100;
  width: 100%;
  backdrop-filter: blur(2px);
  background-color: hsla(0, 0%, 100%, .96);
  border-radius: 8px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, .08), 0 0 6px 0 rgba(0, 0, 0, .1);
}

.dropDown  {
  z-index: 2 !important;
}

.option  {
  padding: 8px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 3;
  position: relative;
  width: 100%;
  min-height: 50px;
  transition: 0.3s;
  cursor: pointer;

}

.option *  {
  cursor: pointer;
}

.option label  {
  color: var(--eval-primary-color-text);
  font-size: var(--eval-xs-font-size);
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.11px;
  line-height: 1.07;
  text-decoration: none;
  user-select: none;
}

.option:hover  {
  background: #f2f2f2;
}

.option input[type="checkbox"]  {
  margin-right: 8px;
  z-index: 3;
  accent-color: #388438;
}

.selected-options  {
  display: flex;
  flex-wrap: nowrap;
}

.selected-options>.option  {
  margin-right: 4px;
}

/*end*/
.fieldInput .invalid-demoform,
.error  {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 16px;
  color: #ed202a !important;
  display: none;
  position: absolute;
}

.fieldInput .invalid-demoform.shw  {
  display: flex;
}

.grecaptcha-badge  {
  visibility: hidden !important;
  left: -300px;
}

.demoForm fieldset.fieldInput.txtar  {
  margin-bottom: 0 !important;
}

.demoForm small,
.demoForm small a {
  color: #ccc;
}
@media only screen and (max-height: 750px)  {
.demoPageSetContainer {
    margin-bottom: 50px;
  }
}


@media only screen and (max-height: 750px)  {

:root  {
    font-size: 13px !important;
  }
}

.demoFormSet .primaryBtn  {
  position: relative;
  top: -30px;
}


.demoListSet img  {
  max-width: 36px;
  object-fit: contain;
  width: 36px;
  height: 30px;
}

p.subText  {
  font-size: 1.375rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.13px;
  color: #666;
  max-width: 95%;
  opacity: 0;
  margin-top: 20px;
}