* {
    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:hover,
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 56px #ffffff inset !important;
    z-index: 0 !important;
    border-radius: 8px;
  }
  html {
    font-size: 16px;
  }

  
  body {
    margin: 0 auto;
  }


  /* Menu starts */

  .menuContent {
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .menuContainer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background: transparent;
  }
  
  nav {
    width: 100%;
    height: auto;
    max-height: 100%;
    padding: 0 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
    background: transparent;
    height: 100%;
    max-width: 1440px !important;
    transition: 0.3s;
  }
  .menuList li:last-child{
      display: none;
  }
  .loginRegAction.contactUs {
    visibility: visible;
    pointer-events: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 48px;
  }
  .loginRegAction:hover{
    background-color: #4eb04e;
    color: #fff;
    border: solid 1px #4eb04e;
    transition: 0.3s;
  }
  .logoForMast {
    width: 149px;
    height: 34px;
    object-fit: contain;
    opacity: 1;
  }
  
  ul.menuList {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    opacity: 1;
  }
  
  ul.menuList li a {
    font-size: 0.9rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: -0.11px;
    color: #222;
    text-decoration: none;
  }

.menuLogoLink {
   opacity: 1 !important; 
}

  
  .menuButtons {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    opacity: 1 !important;
  }
  
  .loginRegAction {
    width: 98px;
    height: 40px;
    border-radius: 10px;
    border: solid 1px #4eb04e;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.7rem;
    letter-spacing: -0.1px;
    color: #4eb04e;
    text-decoration: none;
    z-index: 2;
    opacity: 1;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
  }

  .menuSet{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0;
    position: fixed;
    z-index: 20;
    transition: 0.3s;
    max-height: 90px;
  }
  .menuSet.scrolledSet{
    max-height: 70px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  }

  button.ctaMain {
	width: 130px;
	height: 48px;
	border-radius: 10px;
	background-color: #4eb04e;
	font-size: 1rem;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.7rem;
	letter-spacing: -0.1px;
	color: #fff;
	border: none;
	cursor: pointer;
	opacity: 1;
	transition: 0.3s;
	/* display: none; */
}

.menuButtons .ctaMain {
	opacity: 0;
	display: none;
}
.menuLogo{
    display: none;
}
  /* Menu ends */

  /* Footer Design Start */
  footer {
	/*background: #141414 url(../images/footer.png) no-repeat;*/
	background: #141414 no-repeat;
	background-size: cover;
}
.footerDetails {
    padding: 78px 130px 96px;
  
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-content: center;
    justify-items: center;
  }
  
  .compDetails img {
    width: 190px;
    height: 40px;
  }
  .addressContainer {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: -0.14px;
    color: #c2c2c2;
    margin: 20px 0 0 0;
  }
  
  .copyRightContainer {
    margin-top: 22px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: -0.14px;
    color: #898989;
  }
  .siteLinks {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 0 3rem;
  }
  
  .siteLinkHeader {
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.1px;
    color: #fff;
  }
  .siteLinkHeader {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  
  .siteLink a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.1px;
    color: #898989;
    text-decoration: none;
  }
  .emailUsContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .emailUs {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.27px;
    text-align: right;
    color: #fff;
    margin: 40px 0 0 0;
  }
  
  .emailLink {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.27px;
    text-align: right;
    color: #4eb04e;
    text-decoration: none;
    position: relative;
  }
  
  .emailLink::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #4eb04e;
    top: 100%;
    left: 0;
    margin-top: 2px;
  }
  .socialLinksContainer {
    margin-top: 34px;
  }
  .socialLinks {
    list-style: none;
    display: flex;
    gap: 7px;
  }
  .menuLogo {
    display: none;
  }
  /* Footer Design Ends */
  
  fieldset.fieldInput {
    border-radius: 8px;
    border: solid 1px #cecece;
    min-height: 56px;
    position: relative;
    width: 100%;
  }  
  fieldset.fieldInput:not(:first-child){
    margin-top: 30px;
  }
  
  fieldset legend {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #aaa;
    margin-left: 15px;
    padding: 0 10px;
    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,
  fieldset select {
    position: relative;
    background: transparent;
    z-index: 2;
    width: 100%;
    height: 100%;
    min-height: 56px;
    display: flex;
    justify-content: center;
    border: none;
    outline: none;
    padding: 0 35px 0 25px;
    z-index: 1;
    }

  .errorMessage{
    width: 100%;
    height: auto;  
    padding: 15px 20px;
    border-radius: 8px;
    background-color: #ed202a;
    /* position: absolute; */
    top: 100%;
    margin-top: 10px;
  }
  .errorMessage p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #fff;
  }
  .ToS{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
  }
  .ToS input{
    accent-color: #4eb04e;
    transform: translateY(5px);
  }
  .ToS p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #666;
    margin-left: 5px;
  }
  .ToS p a{
    font-weight: 500;
    color: #4eb04e;
  }

  button.stepSubmit{
    margin-top: 53px;
    width: fit-content;
    height: 48px;  
    padding: 14px 85px;
    border-radius: 10px;
    background-color: #4eb04e;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #fff;
    border: none;
  }
.signUpDesc span{
  color: #222;
  font-weight: 500;
}

  .fieldInput.borderFocus {
    border: 1.5px solid #4eb04e !important;
    transition: 0.3s;
  }
  .fieldInput.borderFocus legend {
    color: #4eb04e !important;
    font-weight: 500;
    transition: 0.3s;
  }
  
  .fieldInput.errorFieldSet {
    border: 1.5px solid #ED202A;
    transition: 0.3s;
  }
  .fieldInput.errorFieldSet legend {
    color: #ED202A;
    font-weight: 500;
    transition: 0.3s;
    background-color: #fff;
  }
  
  .fieldInput.errorFieldSet::after{
    content: '';
    background: url(../images/redAlert.svg) no-repeat center center;
    width: 19px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
  }