﻿
/*********** CSS RESET **********/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

html {
  margin: 0;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

.blueAnchor {
  color: #06750E;
  text-decoration: underline;
}

  .blueAnchor:hover {
    color: #06750E;
    text-decoration: underline;
  }

a {
  text-decoration: none;
}

  a img {
    border: none;
  }

  a:hover {
    color: white;
  }

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > button::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea {
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

/*********** GLOBAL STYLES **********/
:root {
  --primary-color: #042480;
  --secondary-color: #06750E;
  --tertiay-color: #494949;
  --accent-color: #00A2E5;
  --gradient-color-btn: linear-gradient(272.81deg, #06750E -4.16%, #042480 100%);
  --gradient-color-text: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  --heading-font-family: 'Poppins';
  --heading-font-size-1: 64px;
  --heading-font-size-2: 48px;
  --heading-font-size-3: 40px;
  --paragraph-font-family: 'Lato';
}

.gradient-button {
  background: var(--gradient-color-btn);
  border: 1px solid #06750E;
  box-shadow: 0px 4px 3px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: none;
  padding: 12px 16px;
  font-family: var(--paragraph-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  transition: transform .2s;
}

.primary-button {
  background: var(--accent-color);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: none;
  padding: 8px 16px;
  font-family: var(--paragraph-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}

.header {
  position: relative;
  width: 100%;
}

#headerimg {
  width: 100%;
  height: 400px;
}

.header-upper {
  position: absolute;
  top: 0px;
  width: 100%;
}

.gradient-button:hover {
  background: var(--secondary-color);
}

.wellcome-body-content, .about-wellcome-body-content {
  position: absolute;
  top: 240px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}

.seconadry-button {
  background: #FFFFFF;
  box-shadow: 0px 4px 3px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: none;
  padding: 8px 16px;
  font-family: var(--paragraph-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #000000;
}

  .seconadry-button:hover {
    color: #000000;
  }

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font-family: var(--paragraph-font-family);
}

p {
  font-family: var(--paragraph-font-family) !important;
}

a {
  color: inherit;
  cursor: pointer;
}
/*.master-wrapper-content {
  height: calc(100vh - 19vh);
}*/
/*********** HEADER STYLES **********/
.master-wrapper-page {
  /*height: 100vh;*/
  width: 100%;
}
  /*.header {
  background-image: url('../images/Vector 1.png');
}*/
  .master-wrapper-page .header {
    width: 100%;
    /*background: linear-gradient(116.79deg, #042480 6.91%, #06750E 59.71%);*/
    height: 145px;
    z-index: 4;
    position: relative;
    top: 0;
  }

/*.header-links {
 display: flex;
  flex-wrap: nowrap;
  align-items: start;
  gap: 75px;
  justify-content: space-between;
}*/



.header-loginsignup a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  text-decoration: none;
}

.header-loginsignup a:hover {
  color: #00770F !important;
  transition: color 0.4s ease 0s;
  text-decoration: none;
}

.header-othermenu a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  color: #FFFFFF;
}

.after-login {
  display: flex;
  gap: 25px;
}

.menus {
  flex: 1;
}

.after-login .fas {
  font-size: 20px;
  color: #FFFFFF;
}
/*
.header-menus {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}*/

.header-loginsignup {
  display: flex;
  gap: 15px;
  justify-content: end;
  /*padding: 20px 30px 0px 20px;*/
  padding: 0 30px 0px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: white;
}

.header-othermenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.requestservice {
  background: #00A2E5;
  border-radius: 10px;
  padding: 8px 12px;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}

  .requestservice:hover {
    background: #FFFFFF;
    color: #00A2E5;
  }

/*********** Login **********/
.message-error {
  color: white;
}

  .message-error ul {
    padding: 0px !important;
  }

.email, .password {
  color: white;
  opacity: 1 !important;
  padding-left: 15px;
}

.headclr {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}



.login-page-bg {
  position: relative;
  top: 0;
  z-index: -2;
}

.login-container {
  /*  display: grid;
  grid-template-columns: 50% 50%;*/
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.login-img img {
  width: 500px;
}

.login-card {
  width: 27rem;
  height: auto;
  background: linear-gradient(180deg, #042480 0%, #06750E 100%);
  mix-blend-mode: normal;
  box-shadow: -6px 8px 5px rgb(0 0 0 / 25%);
  border-radius: 27px;
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  gap: 50px;
}

.login-title {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

  .login-title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    text-decoration: underline;
  }

  .login-title label {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
  }

.loginform-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

  .field label {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
  }

  .field input {
    background: linear-gradient(109.46deg, rgba(201, 201, 201, 0.8) 1.57%, rgba(196, 196, 196, 0.1) 100%);
    opacity: 0.8;
    border-radius: 7px;
    border: none;
    height: 40px;
  }

    .field input::placeholder {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 300;
      font-size: 15px;
      line-height: 18px;
      color: #FFFFFF;
      opacity: 0.8;
    }

.forgot-password {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  margin-left: auto;
}

.login-register {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
}

.loginbtn {
  background: #A5D9D0;
  border-radius: 7px;
  border: none;
  padding: 16px 0px;
  align-items: center;
  display: flex;
  justify-content: center;
}
/*********** FOOTER **********/
/*.footer {
  position: relative;*/
  /*height: 80vh;*/
  /*overflow: hidden;
  bottom: 15rem;
  z-index: -1;
  bottom: 0px;
}*/

.footer-conatiner {
  position: absolute;
  /*top: 36vh;*/
  bottom: 0;
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  width: 100%;
  justify-content: center;
  padding: 5px 70px;
}

.let_book {
  display: flex;
  padding: 0px 50px;
  margin-bottom: -14rem;
}

.white_left {
  width: 10rem;
  height: 8rem;
}

.white_right {
  width: 10rem;
  height: 8rem;
  margin-top: auto;
}

.footer-logo {
  width: 275px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

  .footer-logo img {
    width: 202px;
    height: 102px;
  }

  .footer-logo p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
  }

.footer-menu-container {
  display: flex;
  gap: 5rem;
  align-items: start;
  padding: 0rem 4rem;
  padding-bottom: 5rem;
}

.footer-menu, .footer-filed {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

  .footer-filed label {
    cursor: pointer;
  }

.foot_sideimg {
  width: 25%;
  position: absolute;
  right: 0;
  top: 32%;
  z-index: -1;
}

.footer-menu h4 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}

.footer-filed label {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.copyright {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin: 1rem;
  text-align: center;
  color: #FFFFFF;
}

.social-logo {
  display: flex;
  gap: 10px;
}

  .social-logo img {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }

/*********** Booking Page **********/
.booking-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin: 10rem 0rem;*/
  margin-top: 180px;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
  gap: 50px;
}

.booking-body-done {
  display: none;
  flex-direction: column;
  align-items: center;
  margin: 10rem 0rem;
  gap: 50px;
}

  .booking-body-done h1 {
    text-align: center;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.question {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

  .question h1 {
    text-align: center;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .question label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #484848;
  }

.radio-conatiner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

  .radio-conatiner .form-check {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 12px;
    padding: 16px 34px;
    align-items: center;
  }

    .radio-conatiner .form-check label {
      font-family: 'Lato';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #484848;
      width: 100%;
      text-align: inherit;
    }

  .radio-conatiner .form-check-input:checked {
    background: #06750E;
    border: none;
    width: 25px;
    height: 25px;
  }

  .radio-conatiner .form-check-input[type=radio] {
    width: 25px;
    height: 25px;
  }

  .radio-conatiner .form-check-input:focus {
    box-shadow: none;
  }

.notselected {
  background: rgba(217, 217, 217, 0.25) !important;
  border: 1px solid #D90606 !important;
}

  .notselected label {
    text-decoration: line-through;
    color: #D90606;
  }

.radio-conatiner .selected {
  background: #FFFFFF;
  border: 1px solid #06750E;
}

.form-check-input:disabled {
  border: 1px solid #D90606;
}

.confirmbtn {
  background: linear-gradient(272.42deg, #06750E 0%, #042480 99.29%);
  border-radius: 53px;
  width: 339px;
  margin: auto;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  height: 53px;
  border: none;
}

#editor {
  display: none;
}
/*********** Zetta Engineer **********/
.engineer-body {
  /*position: relative;
  top: 0;
  z-index: -2;*/
  margin-bottom: 50px;
  position: relative;
  top: -40px;
}



.engineer-title img {
  width: 100%;
}
/*.engineer-titletext {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}*/
.engineer-titletext h1 {
  /*font-family: 'Space Grotesk';*/
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 12rem;
  width: 100%;
}

.engineer-content {
  padding: 50px 100px 0px 100px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 13rem;
}

.engineerabout-row1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.engineerabout-row1-col1 h2, .engineerabout-row2 h2, .engineerabout-row1-col2 h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

.engineerabout-row1-col2 img, .engineerabout-row1-col2 img {
  width: 100%;
}

.engineerabout-row1-col1 p, .engineerabout-row2 p, .engineerabout-row1-col2 p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.img-icon {
  width: 150px !important;
  height: 150px !important;
}

.flex-column-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.engineerabout-row2 {
  width: 700px;
}

.comming-work-content {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.field-card {
  background: #FFFFFF;
  border: 2px solid #06750E;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  width: 709px;
  padding: 23px 30px;
  gap: 15px;
}

.text-align-end {
  text-align: end !important;
}

.engineer-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.slider-container {
  max-width: 1280px;
  margin: 0 auto;
}

.engineer-field label {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #484848;
}

.engineer-textfield {
  background: linear-gradient(109.46deg, rgba(201, 201, 201, 0.8) 1.57%, rgba(196, 196, 196, 0.1) 100%);
  opacity: 0.8;
  border: 1px solid #06750E;
  border-radius: 7px !important;
  padding: 15px;
}

  .engineer-textfield::placeholder {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    color: #484848;
    opacity: 0.8;
  }

.engineer-uploadcv {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: baseline;
}

  .engineer-uploadcv h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.uploadbtn {
  background: #C4C4C4;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 10px;
  width: 200px;
  height: 60px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
}

.fa-plus-circle {
  font-size: 30px;
}

.comming-work-container {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.applybtn {
  background: linear-gradient(272.81deg, #06750E -4.16%, #042480 100%);
  border: 1px solid #06750E;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 10px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  padding: 15px 30px;
  color: #FFFFFF;
  width: 180px;
}

.comming-work-content h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.comming-work-row1 {
  display: flex;
  gap: 50px;
  align-items: center;
}

.comming-work-desc {
  width: 80%
}

.comming-work-img {
  width: 20%
}

.comming-work-desc h3 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #484848;
}

.comming-work-desc h4 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.comming-work-desc p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  color: #484848;
}

.icon-img-2 {
  width: 100px;
  height: 100px;
}

.left-align-item {
  display: flex;
  display: flex;
  width: 65%;
  gap: 65px;
  align-items: center;
  justify-content: end;
}

.right-align-item {
  margin-left: auto;
}

  .right-align-item h3, .right-align-item p {
    text-align: end;
  }

.sub-contractor-desc {
  display: grid;
  gap: 15px;
}

.sub-contractor-container {
  display: grid;
  gap: 50px;
}

.sub-contractor-desc h3 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0%;
}

.sub-contractor-desc p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.how-begin {
  width: 821px;
  display: grid;
  margin: auto;
  gap: 40px;
}

  .how-begin h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .how-begin ol {
    list-style: auto;
  }

  .how-begin li {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
  }
/*********** Product Service **********/
.backbtn {
  width: 50px;
  height: 100px;
  left: 0px;
  border: 1px solid #C4C4C4;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 30%;
}
.products-item-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
  .backbtn:hover {
    background: linear-gradient(324.88deg, #06750E 1.85%, #042480 100%);
    color: white;
    cursor: pointer;
  }

.productservice-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin: 10rem 0rem;*/
  /*margin-top: 245px;*/
  margin-top: 20px;
  margin-bottom: 50px;
}

.productservice-mobilecard {
  display: none;
}

.productservice-title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.productservice-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  height: auto;
  margin: 30px 0px;
  width: 15rem;
}

  .productservice-card img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
  }

.productservice-cardbody label {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  padding: 0px 5px;
  line-height: 29px;
  text-align: center;
  color: #00A2E5;
}

.productservice-cardbody p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #494949;
  margin: 1rem;
  display: none;
}

.productselectbtn {
  display: none;
  background: #00A2E5;
  border-radius: 0px 0px 10px 10px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 10px;
  border: none;
  width: 100%;
}

.productservice-cardbody {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 150px;
  justify-content: flex-end;
}

  .productservice-cardbody .fa-info-circle {
    display: block;
    line-height: 3;
  }

.productservice-card:hover .fa-info-circle {
  display: none;
}

.productservice-card:hover .productservice-cardbody p {
  display: block;
}

.productservice-card:hover .productselectbtn {
  display: block;
}

.products-desc {
  margin-bottom: 5rem;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #484848;
  width: 756px;
  padding: 0px 20px;
  margin: 0 auto;
}

.owl-dots {
  display: none;
}
/*********** Product Working **********/
.productworking-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin-top: 245px;*/
  margin-top: 20px;
  margin-bottom: 50px;
  gap: 50px;
  text-align: center;
}

.productworking-content {
  display: grid;
  width: 100%;
  grid-template-columns: inherit;
  align-items: center;
  position: relative;
}

.productworking-head h1 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.productworking-head p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #484848;
}

.yesno-container {
  display: flex;
  margin: auto;
  align-items: center;
  gap: 75px;
}

.yesno-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  gap: 30px;
  padding: 20px 40px;
  cursor: pointer;
  width: 225px;
  height: 320px;
  transition: transform .2s;
}

  .yesno-card:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
  }

    .yesno-card:hover .fa-info-circle {
      display: none;
    }

  .yesno-card .fa-circle-info:before, .fa-info-circle:before {
    font-size: 30px;
  }

  .yesno-card label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #00A2E5;
  }

.yesno-card-desc {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #494949;
  display: none;
}

.yesno-card:hover .yesno-card-desc {
  display: block;
}
/*********** Not Provide **********/
.notprovide-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin: 245px 0rem 50px 0px;*/
  margin: 20px 0rem 50px 0px;
  text-align: center;
  position: relative;
}

.zetta-promise-img img {
  width: 100%;
}

.zetta-promise-desc {
  width: 50%;
}

.notprovide-title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.notprovide-desc {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #484848;
}

.notprovide-container {
  width: 80%;
}

.not-found-page {
  margin: 245px 0px 50px 0px;
  text-align: center;
}

.zetta-promise {
  display: flex;
  align-items: center;
  gap: 30px;
}

.zetta-promise-desc h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zetta-promise-desc p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: start;
}
/*********** productinstalled **********/
.productinstalled-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin-top: 245px;*/
  margin-top: 20px;
  margin-bottom: 50px;
  gap: 50px;
  text-align: center;
  /*margin-bottom: 18rem;*/
}

.productinstalled-title h1 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.productinstalled-title p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #484848;
  padding: 0px 12vw;
}

.productinstalled-content {
  display: grid;
  grid-template-columns: initial;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  justify-content: center;
  position: relative;
}

.productinstalled-container {
  display: flex;
  align-content: center;
  gap: 50px;
  justify-content: center;
}

.productinstalled-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  width: 225px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  transition: transform .2s;
}

  .productinstalled-card:hover {
    /*    width: 240px;
    height: 280px;*/
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
  }

.installed-blue {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  color: #042480;
}

.installed-green {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 102px;
  line-height: 122px;
  text-align: center;
  color: #06750E;
}

.installed-name {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #00A2E5;
}

.fa-times-circle {
  color: #06750E;
  font-size: 70px;
}
/*********** Packages **********/
.packages-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin-top: 245px;*/
  margin-top: 20px;
  margin-bottom: 50px;
  gap: 30px;
  text-align: center;
  /*margin-bottom: 25rem;*/
}

.packages-content {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.package-container {
  display: flex;
  align-content: center;
  gap: 50px;
  justify-content: center;
}

.package-card-inc {
  height: 530px;
}

.package-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  width: 269px;
  height: fit-content;
  transition: transform .10s ease;
}

  .package-card:hover {
    transform: scale(1.2);
  }

  .package-card img {
    width: 100%;
    height: 10em;
  }

.package-card-body {
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-align: start;
  gap: 15px;
}

  .package-card-body h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    border-bottom: 4px solid #00A2E5;
    padding-bottom: 10px;
  }

  .package-card-body p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #484848;
  }

.readmorebtn {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #484848;
  padding: 8px 16px;
  border: 1px solid #484848;
  border-radius: 53px;
}

.selectbtn {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding: 8px 30px;
  border: 1px solid black !important;
  border-radius: 53px;
  width: max-content;
}

.yesno-card label a:hover, .installed-name a:hover {
  color: #00A2E5;
}

.readmore-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /*display: none;*/
}

.amount {
  display: flex;
  flex-direction: column;
}

  .amount .fromtext {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #00A2E5;
  }

  .amount .amounttext {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #00A2E5;
  }

.package-feature {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

  .package-feature p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #484848;
  }
/*********** ServiceBooked **********/
.servicebooked-body {
  /*position: relative;
  top: 0;
  z-index: -2;*/
  position: relative;
  top: -30px;
  /*z-index: -2;*/
  /*margin-bottom: 15rem;*/
}

.servicebooked-title {
  position: relative;
  top: -10px;
  z-index: -2;
}

  .servicebooked-title img {
    width: 100%;
    height: auto;
  }

.servicebooked-card {
  background: rgba(196, 196, 196, 0.8);
  border-radius: 15px;
  position: absolute;
  top: 20rem;
  left: 2rem;
  width: 650px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px 30px;
}

  .servicebooked-card h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    background: linear-gradient(99.52deg, #042480 6.78%, #06750E 66.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
  }

  .servicebooked-card p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
  }

.enter-eircode {
  background: #FFFFFF;
  border-radius: 55px;
  display: flex;
  justify-content: space-between;
  padding: 4px 8px;
  align-items: center;
}

.getstartbtn {
  background: linear-gradient(272.42deg, #06750E 0%, #042480 99.29%);
  border-radius: 53px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  padding: 8px 16px;
  border: none;
}
  .getstartbtn:disabled{
      opacity:0.5;
  }
  .eircodebox {
    border: none;
    margin-left: 15px;
    width: 65%;
  }

  .eircodebox:focus-visible {
    border: none;
    outline: none;
  }

.zetta-clrlogo {
  display: flex;
  justify-content: end;
  margin-right: 50px;
  margin-top: 25px;
}

  .zetta-clrlogo img {
    width: 245px;
    height: 125px;
  }

.servicebooked-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0px 50px;
}

  .servicebooked-content h1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.servicebooked-container {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  width: 90%;
}

.service-card {
  background: #FFFFFF;
  box-shadow: 0px 7px 29px rgb(100 100 111 / 20%);
  width: 33%;
  /* height: 230px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* text-align: justify; */
  gap: 5px;
  padding: 25px 20px;
  align-items: flex-start;
  justify-content: center;
}

  .service-card img {
    width: 110px;
    height: 120px;
    margin: 0 auto;
  }

  .service-card h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #06750E;
  }

  .service-card p {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #484848;
    margin: 0;
  }

.faqbtn {
  background: linear-gradient(272.42deg, #06750E 0%, #042480 99.29%);
  border-radius: 53px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  border: none;
  padding: 16px;
}
/*********** Join US **********/
.joinus-body {
  position: relative;
  top: -40px;
}

.joinus-title {
  position: relative;
  top: 0;
  z-index: -2;
}

  .joinus-title img {
    width: 100%;
    height: 25rem;
  }

.joinus-content {
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.joinus-titletext h1 {
  /*font-family: 'Space Grotesk';*/
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 12rem;
  width: 100%;
}

.joinus-content {
}

  .joinus-content p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #484848;
  }

.joinus-time {
  display: flex;
  flex-direction: column;
}

.joinus-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.joinus-card {
  background: #E5E5E5;
  border: 1px solid #484848;
  border-radius: 11.767px;
  display: flex;
  align-items: center;
  padding: 30px 32px;
  justify-content: space-between;
}

.joinus-card-title h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 22px;
  color: #484848;
}

.joinus-card-title label {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #484848;
}

.joinus-time h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
/*.joinus-time p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #484848;
}*/
.joinus-time label {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #484848;
}

.applynowbtn {
  background: linear-gradient(272.42deg, #06750E 0%, #042480 99.29%);
  border-radius: 53px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  border: none;
  padding: 10px 16px;
}
/*********** How ZETTA Works **********/
.Works-body {
  /*margin-bottom: 10rem;*/
  position: relative;
  top: -40px;
}

.ZettWorks-body {
  position: relative;
  top: -40px;
}

.Works-title {
  position: relative;
  top: 0;
  z-index: -2;
}

  .Works-title img {
    width: 100%;
    max-height: 500px;
  }

.Works-content {
  padding: 80px 140px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.Works-titletext h1 {
  /*font-family: 'Space Grotesk';*/
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 82px;
  text-align: center;
  background: linear-gradient(99.52deg, #042480 6.78%, #06750E 66.59%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: absolute;
  top: 12rem;
  width: 100%;
}



.Works-row1-col1 p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.needservicebtn {
  background: linear-gradient(272.81deg, #06750E -4.16%, #042480 100%);
  border: 1px solid #06750E;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  padding: 12px 16px;
  width: max-content;
}

.Works-row1-col2 img {
  width: 450px;
  height: 300px;
}

.Works-simple-title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}


.works-section {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 50px;
  padding: 20px 0px;
  align-items: center;
}

.works-item-img {
  flex-basis: 40%;
}

  .works-item-img img {
    width: 100%;
  }

.works-item-desc {
  flex-basis: 60%;
}

  .works-item-desc h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .works-item-desc p {
    font-family: 'Lato';
    font-style: normal;
    font-size: 24px;
    color: #494949;
  }

.book-service-card {
  background: #FFFFFF;
  border: 2px solid #06750E;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  bottom: 0;
  z-index: 1;
  padding: 50px 200px;
}

  .book-service-card h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.booksumbitbtn {
  background: #00A2E5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  border: none;
  padding: 8px 16px;
  width: 200px;
}

.selectbtn:hover {
  color: #FFFFFF;
  background: linear-gradient(276.65deg, #06750E -4.53%, #042480 113.87%);
}

.package_none {
  background: rgba(196, 196, 196, 0.5);
  box-shadow: 0px 4px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 15px;
}
/*********** Product Advice **********/
.productadvice-content {
  padding: 80px 140px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.productadvice-conatainer {
  display: grid;
  gap: 50px;
  align-items: center;
}

.productadvice-item-img img {
  width: 100%;
  height: auto;
}

.product_section {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0px;
}

.productadvice-item-desc h3 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.productadvice-item-desc p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.productadvice-simple-conatiner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

  .productadvice-simple-conatiner h1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
/*********** Askanything **********/

.askanything-title {
  position: relative;
  top: 0;
  z-index: -2;
}

.accordion-item .accordion-button,
.accordion-item .accordion-body {
  font-size: 16px;
}

.askanything-title img {
  width: 100%;
  height: 35rem;
}

.askanything-body {
  /*margin-top: -8rem;*/
  top: -40px;
  position: relative;
  z-index: 5;
}

.askanything-content {
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 10rem;
}

.askanything-titletext {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -11rem;
}

  .askanything-titletext h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
  }

  .askanything-titletext h1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
  }

  .askanything-titletext p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14.7088px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
  }

.searchbox {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 0.73544px 1.47088px rgba(16, 24, 40, 0.05);
  border-radius: 5.88352px;
  width: 350px;
  height: 35px;
}

.searchbox {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 12px;
}

.searchinput {
  border: none;
  width: 100%
}

  .searchinput:focus {
    border: none;
    outline: none;
  }

.fa-search {
  color: #53686A;
}

.accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.accordion-button {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  /*font-size: 25px;
  line-height: 44px;
  letter-spacing: -0.02em;*/
  color: #484848;
}

.accordion-body {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  /*font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.02em;*/
  color: #484848;
}

.accordion-item {
  border-bottom: 2px solid #00A2E5;
  transform: rotate(-0.1deg);
}

.accordion-button::after {
  /*content: '+';*/
  background-image: url('../images/MacOS Maximize.png');
}

.accordion-button:not(.collapsed)::after {
  /*content:'-';*/
  background-image: url(../images/Minus.png);
}

.accordion-button:not(.collapsed) {
  background: none;
  color: #484848;
}

.bookservice-card {
  background: #00A2E5;
  border-radius: 11.767px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
}

.bookservice-title {
  display: flex;
  flex-direction: column;
}

  .bookservice-title h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
  }

  .bookservice-title p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 0;
  }

.bookservicebtn {
  background: linear-gradient(272.42deg, #06750E 0%, #042480 99.29%);
  border-radius: 10px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  padding: 12px 25px;
  width: fit-content;
  border: none;
}
/*********** Wellcome ZETTA **********/
.wellcome-page {
  position: relative;
  top: -40px;
  /*margin-bottom:  4rem;*/
}

.about-wellcome-page {
  position: relative;
  top: -40px;
  /*margin-bottom:  4rem;*/
}

.wellcome-body {
  display: grid;
 /* grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  padding: 0px 100px;
  gap: 25px;*/
 align-content:center;
 justify-content:center;
}

.about-wellcome-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  padding: 0px 100px;
  gap: 25px;
}

.wellcome-title {
  /*width: 627px;*/
  padding-left: 150px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wellcome-img img {
  width: 400px;
  height: 380px;
}

.wellcome-img {
  text-align: center;
}

.wellcome-body-action {
  display: flex;
  gap: 25px;
}

.wellcome-body-head {
  display: flex;
  flex-direction: column;
}

  .wellcome-body-head h1 {
    /*font-family: 'Space Grotesk';*/
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    color: #FFFFFF;
    width: 500px;
  }

  .wellcome-body-head p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
  }

.zettaworksbtn {
  background: #FFFFFF;
  box-shadow: 0px 4px 3px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  padding: 12px 25px;
  color: #000000;
  width: fit-content;
}

  .zettaworksbtn:hover {
    color: #000000;
  }

.wellcome-who {
  background: #FFFFFF;
  border: 2px solid #06750E;
  border-radius: 20px;
  padding: 50px 50px;
  display: flex;
  margin: 0px 100px;
  gap: 20px;
}

.wellcome-who-img img {
  width: 300px;
  height: 350px;
  border-radius: 20px;
}

.wellcome-who-desc label {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}

.wellcome-who-desc h3 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
  color: #000000;
}

.wellcome-who-desc p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #484848;
  text-align: start;
}

.learnmorebtn {
  background: linear-gradient(272.42deg, #06750E 0%, #042480 99.29%);
  border-radius: 10px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  padding: 12px 25px;
}

.members-benefit-container {
  background: linear-gradient(108.77deg, #042480 5.9%, #06750E 92.59%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 300px;
  padding: 50px 120px;
  gap: 60px;
}

.members-benefit-title {
  display: flex;
  flex-direction: column;
}

  .members-benefit-title label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135.2%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .members-benefit-title h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #FFFFFF;
  }

  .members-benefit-title p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 135.2%;
    text-align: center;
    color: #FFFFFF;
  }

.members-benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*padding: 0px 120px;*/
  gap: 70px;
}

.members-benefit-grid-item {
  display: flex;
  gap: 15px;
}

.members-benefit-number label {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 120px;
  line-height: 143px;
  display: flex;
  align-items: center;
  color: rgba(234, 234, 234, 0.5);
}

.benefit-number-desc {
  display: flex;
  flex-direction: column;
}

  .benefit-number-desc h4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    color: #FFFFFF;
  }

  .benefit-number-desc p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 135.2%;
    color: #FFFFFF;
  }

.wellcome-zetta-promise {
  display: flex;
  padding: 80px 140px;
  background: linear-gradient(108.77deg, #042480 5.9%, #06750E 92.59%);
  justify-content: space-between;
}

.wellcome-zetta-promise-desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: end;
  width: 50%;
}

  .wellcome-zetta-promise-desc h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align:center;
    color:white;
   /* background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
  }

  .wellcome-zetta-promise-desc p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: white;
    text-align:end;
  }

.clickstartbtn {
  background: linear-gradient(272.81deg, #06750E -4.16%, #042480 100%);
  border: 1px solid #06750E;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  border: none;
  padding: 8px 16px;
  width: 250px;
}

  .clickstartbtn:hover {
    background: #06750E;
    border: 1px solid #06750E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }

.wellcome-zetta-promise-img img {
  border-radius: 0px 200px 0px 0px;
  width: 75%;
  height: auto;
}
/*********** Home **********/
.home-page {
  z-index: -2;
  top: 0;
  position: relative;
}

.homebg {
  width: 100%;
  height: 50rem;
}

.welcomebg {
  width: 100%;
  height: 1000px;
}

.page-body {
  position: absolute;
  top: 7em;
}

.body-title {
  width: 627px;
  padding-left: 150px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

  .body-title h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    color: #FFFFFF;
  }

  .body-title label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
  }

.watchvideo {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

  .watchvideo label {
    text-decoration: underline;
  }

  .watchvideo i {
    font-size: 30px;
  }

.home-body-head {
  display: flex;
  flex-direction: column;
  /*gap: 25px;*/
  align-items:center;
}

  .home-body-head h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    color: #FFFFFF;
  }

  .home-body-head p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
  }

.heat-pump-container {
  display: flex;
  align-items: center;
  gap: 180px;
  justify-content: center;
}

.heat-pump-card {
  background: #FFFFFF;
  border: 1px solid #00A2E5;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  backdrop-filter: blur(4px);
  border-radius: 15px;
  width: 150px;
  min-height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 10px;
  align-items: center;
  gap: 5px;
  transition: transform .2s;
  cursor: pointer;
}

  .heat-pump-card:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
  }

  .heat-pump-card img {
    width: 100px;
    height: 100px;
  }

  .heat-pump-card h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #484848;
  }
  .heat-pump-card label {
    color: #06750E;
    text-align: center;
    font-family: 'Lato';
    font-style: normal;
  }

  .home-zettaworks {
    display: flex;
    flex-direction: column;
    gap: 65px;
    align-items: center;
  }

.home-zettaworks-head h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-zettaworks-head p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #484848;
}

.home-zettaworks-conatiner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 68px;
  margin: 0px 15rem;
}

.home-zettaworks-card {
  /*background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;*/
  width: 100%;
  height: auto;
/*  padding: 10px 25px;
  margin: 0px 10px;*/
}
.step-card{
    position:relative;
}
.home-zettaworks-card label {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: white;
  background: linear-gradient(272.81deg, #06750E -4.16%, #042480 100%);
  position: absolute;
  padding: 4px 15px;
  border-radius: 50%;
  bottom: -2px;
  left: 40%;
}

  .home-zettaworks-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 10px 0px;
  }

.home-zettaworks-card h4 {
  margin-top: 10px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #042480;
}

  .home-zettaworks-card p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: black;
  }

.letstartbtn {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  background: linear-gradient(272.42deg, #06750E 0%, #042480 99.29%);
  border: 1px solid #06750E;
  box-shadow: 0px 4px 3px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: none;
  padding: 8px 16px;
}


.home-subhead {
  background: linear-gradient(108.77deg, #042480 5.9%, #06750E 92.59%);
  width: 100%;
  padding: 20px 120px;
  display: flex;
  margin-top: 2rem;
  align-items: center;
  gap: 20px;
  height: 580px;
}



.home-customeraccount-desc {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

  .home-customeraccount-desc img {
    width: 150px;
    height: 85px;
  }

  .home-customeraccount-desc h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
  }

  .home-customeraccount-desc label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
  }

  .home-customeraccount-desc p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
  }

.signupbtn {
  border: none;
  padding: 8px 16px;
  background: #FFFFFF;
  border: 1px solid #06750E;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #484848;
  width: 140px;
}

  .signupbtn:hover {
    background: #00A2E5;
    border: 1px solid #06750E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #FFFFFF;
  }

.client-testimonials {
  padding: 80px 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 0;
}

.client-testimonials-head h3 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align:center;
}

.client-testimonials-head p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

.client-testimonials-card1 {
  background: #FFFFFF;
  border: 4px solid #042480;
  box-shadow: 5px 11px 52px -18px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  width: 700px;
}

  .client-testimonials-card1 img {
    width: 125px;
    height: 125px;
    position: absolute;
    top: 0;
    top: 1.5rem;
    left: -3.5rem;
  }

.client-testimonials-card1-details {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px 10px;
}

  .client-testimonials-card1-details p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: justify;
    /*margin-left: 5rem;*/
  }

  .client-testimonials-card1-details label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    text-align: end;
  }

.card2 {
  margin-left: auto;
}
/*********** Sign Up **********/
.signup-page {
  position: relative;
  top: 0;
  /*z-index: -2;*/
}

.signup-page-conatiner {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  /*gap: 50px;*/
}

.create-account-container {
  /*margin-top: 10rem;*/
  margin-top: 2rem;
  padding-right: 10rem;
  z-index: 4;
  display: grid;
  padding-left: 50px;
  gap: 10px;
  background: transparent;
  mix-blend-mode: normal;
  /* border: 1px solid #C4C4C4; */
  box-shadow: 0 4px 4px 2px rgb(0 0 0 / 25%);
  /* margin-bottom: 14rem; */
  border-bottom: none;
  padding-bottom: 30px;
  border-radius: 10px;
}

.signup-page-bgi {
  z-index: -2;
  margin-top: -5.8vh;
}

  .signup-page-bgi img {
    width: 100%;
    /*height: 100%;*/
  }

.create-account-container h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #06750E;
}

.create-account-fieldcontainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.create-account-field {
  display: flex;
  flex-direction: column;
  gap: 2.5px;
}

  .create-account-field label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #484848;
  }

#create-account-action {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 35px;
}

#register-done {
  display: none;
}

  #register-done p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #808080;
  }

.create-input {
  background: linear-gradient(109.46deg, rgba(201, 201, 201, 0.8) 1.57%, rgba(196, 196, 196, 0.1) 100%);
  opacity: 0.8;
  border: 1px solid #06750E;
  border-radius: 7px !important;
  height: 40px;
}
.customer-dropdown {
  background: white;
  opacity: 0.8;
  border: 1px solid #06750E;
  border-radius: 7px !important;
  height: 50px;
}
  .create-input::placeholder {
    /*padding-left: 10px !important;*/
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #484848;
    opacity: 0.8;
  }

.registerbtn {
  background: linear-gradient(91.62deg, #042480 12.05%, #06750E 94.9%);
  border-radius: 7px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  border: none;
  padding: 8px 16px;
}

.accountsigninbtn {
  background: #00A2E5;
  border-radius: 7px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  padding: 8px 16px;
}
/*********** Reset Password **********/
.resetpassword-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 245px;
  margin-bottom: 50px;
  text-align: center;
}

  .resetpassword-body form {
    width: 100%;
  }

.resetpassword-title {
  font-family: var(--paragraph-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.resetpassword-container {
  display: grid;
  gap: 15px;
  width: 795px;
  margin: 0 auto;
}

.resetpassword-field {
  display: grid;
  gap: 5px;
}

  .resetpassword-field label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #484848;
    text-align: start;
  }

.resetpassword-inputbox {
  background: linear-gradient(109.46deg, rgba(201, 201, 201, 0.8) 1.57%, rgba(196, 196, 196, 0.1) 100%);
  opacity: 0.8;
  border: 1px solid #06750E;
  border-radius: 7px !important;
  height: 40px;
}

  .resetpassword-inputbox:disabled {
    background: #a3a3a3;
    color: white;
    font-weight: bolder;
  }

  .resetpassword-inputbox::placeholder {
    padding-left: 10px !important;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #484848;
    opacity: 0.8;
  }

.resetpwdbtn {
  background: linear-gradient(91.62deg, #042480 12.05%, #06750E 94.9%);
  border-radius: 7px;
  border: none;
  padding: 8px 16px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  margin: 10px auto;
}

.resetpassword-container p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #808080;
  display: none;
}

.credit-card-information ol {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: start;
  color: #808080;
  list-style: unset;
}

.credit-card-information p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #808080;
  display: block;
  text-align: start;
}

  .credit-card-information p span {
    cursor: pointer;
    font-style: italic;
  }

.my-saved-card {
  padding: 2rem 5rem;
}

  .my-saved-card h4 {
    text-align: start;
  }

.checkcard {
  accent-color: #06750E;
}

.cardtable {
  width: 100%;
  text-align: start
}

  .cardtable thead tr {
    border-bottom: 1px solid #70707070;
  }

  .cardtable tbody .cardname {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: start;
  }

.cardimg {
  width: 40px;
  height: 30px;
  border-radius: 6px;
}

.cardtable thead tr {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #808080;
  text-align: start;
}

.cardtable tbody tr {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #484848;
  text-align: start;
}

.cardtable tbody, td, tfoot, th, thead, tr {
  padding: 10px;
}
/*********** Customer Dashboard **********/
.customerdashboard-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 245px 0px 50px 0px;
  text-align: center;
}

.customerdashboard-title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.customerdashboard-container {
  display: grid;
  gap: 32px;
  margin-bottom: 50px;
  width: 80%;
  margin: 0 auto;
}

.customerdashboard-action {
  /*display: grid;*/
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

  .customerdashboard-action button:first-child {
    background: linear-gradient(91.62deg, #042480 12.05%, #06750E 94.9%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    border: none;
    padding: 8px 16px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
  }

  .customerdashboard-action button:last-child {
    background: linear-gradient(91.62deg, #06750E 12.05%, #042480 94.9%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    border: none;
    padding: 8px 16px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
  }

.navbar-brand img {
  width: 180px;
  height: auto;
}

.customerdashboard-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}

.customerdashboard-item {
  display: grid;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(100, 116, 139, 0.06), 0px 1px 2px rgba(100, 116, 139, 0.1);
  border-radius: 8px;
  width: 500px;
  gap: 10px;
  flex-basis: 48%;
}

.customerdashboard-item-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px
}

  .customerdashboard-item-desc h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #494949;
  }

  .customerdashboard-item-desc label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: start;
    color: #494949;
  }

.customerdashboardbtn {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #00A2E5;
  background: none;
  border: none;
  padding: 8px 16px;
  border-top: 1px solid #E6E8F0;
}

.customerdashboardbtn2 {
  color: #06750E;
}

  .customerdashboardbtn2:hover {
    color: #06750E;
  }

.upcoming-bookings {
  display: flex;
  justify-content: space-around;
}

  .upcoming-bookings button, a {
    border: none !important;
  }

.inspectionreports label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: start;
  color: #00A2E5;
}

.inspectionreports a {
  color: #00A2E5;
}

  .inspectionreports a:hover {
    color: #00A2E5;
  }
/*********** Profile Details **********/
.profiledetails-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin-top: 245px;*/
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  gap: 50px;
}

.profiledetails-title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.profiledetails-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  width: 90%;
}

.profiledetails-item {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgb(100 116 139 / 6%), 0px 1px 2px rgb(100 116 139 / 50%);
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 50px;
  margin-top: 50px;
}

  .profiledetails-item h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137.5%;
    text-align: center;
    color: #494949;
  }

  .profiledetails-item button {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #00A2E5;
    background: none;
    border: none;
    padding: 8px 16px;
    margin-left: auto;
  }

.profiledetails-item-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}

  .profiledetails-item-detail label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #494949;
  }

  .profiledetails-item-detail span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #494949;
  }

.resetpassword-btn {
  background: linear-gradient(91.62deg, #042480 12.05%, #06750E 94.9%);
  border-radius: 7px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  border: none;
  padding: 16px 16px;
  width: 420px;
}
/*********** Reports **********/
.report-body {
  margin: 245px auto 50px auto;
  text-align: center;
  width: 80%;
  padding: 0px 100px;
}

.report-title {
  font-family: var(--paragraph-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: var(--secondary-color);
}

.report-container {
  display: grid;
  gap: 30px;
  width: 80%;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgb(100 116 139 / 6%), 0px 1px 2px rgb(100 116 139 / 50%);
  border-radius: 8px;
  margin: 30px auto 0px auto;
  padding: 30px 200px;
}

.invoicelist-container {
  display: grid;
  gap: 30px;
  width: 65rem;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(100, 116, 139, 0.06), 0px 1px 2px rgba(100, 116, 139, 0.1);
  border-radius: 8px;
}

.report-container h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 137.5%;
  text-align: center;
  color: #494949;
}

.report-item {
  display: flex;
  justify-content: space-between;
}

.report-item-desc {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

  .report-item-desc h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #494949;
    margin: 0px;
  }

  .report-item-desc label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #494949;
  }

.reportbtn {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #00A2E5;
  background: none;
  border: none;
}
/*********** invoice **********/
.invoice-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 245px 0rem 50px 0px;
  text-align: center;
}

.invoice-title {
  font-family: var(--paragraph-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: var(--secondary-color);
}

.invoice-container {
  display: grid;
  width: 65rem;
  gap: 5px;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(100, 116, 139, 0.06), 0px 1px 2px rgba(100, 116, 139, 0.1);
  border-radius: 8px;
  padding: 30px 200px;
}

  .invoice-container h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137.5%;
    text-align: center;
    color: #494949;
    margin-bottom: 16px;
  }

.invoice-item {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
}

  .invoice-item label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #494949;
  }

.invoicebtn {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #00A2E5;
  background: none;
  border: none;
}
/*********** Service Bookings **********/
.servicebooking-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 245px 0px 50px 0px;
  text-align: center;
}

.servicebooking-title {
  font-family: var(--paragraph-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: var(--secondary-color);
}

.servicebooking-container {
  display: grid;
  width: 65rem;
  gap: 16px;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(100, 116, 139, 0.06), 0px 1px 2px rgba(100, 116, 139, 0.1);
  border-radius: 8px;
  margin: 50px 0px;
  padding: 30px 200px;
}

  .servicebooking-container h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137.5%;
    text-align: center;
    color: #494949;
  }

.servicebooking-head {
  display: flex;
  justify-content: space-between;
}

  .servicebooking-head label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #00A2E5;
  }

.servicebooking-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.reschedulebtn {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #00A2E5;
  background: none;
  border: none;
  width: 88px;
}

.cancelbtn {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #06750E;
  background: none;
  border: none;
  width: 88px;
}

.servicebooking-item-container {
  display: grid;
  gap: 15px;
}

.servicebooking-item {
  display: flex;
  flex-direction: column;
}

.datetimecls {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: line-through;
  color: #C4C4C4;
  display: flex;
  justify-content: space-between;
}

.reportinvoice {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #C4C4C4;
  text-align: start;
}
/*********** Warranty Claim **********/
.warranty-terms-conditions h2 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.warranty-terms-conditions ol {
  list-style: auto;
}

  .warranty-terms-conditions ol li {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #494949;
  }

.warranty-terms-agree .form-check {
  display: flex;
  gap: 11px;
  align-items: center;
}

  .warranty-terms-agree .form-check label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #494949;
  }

.warranty-terms-agree .form-check-input {
  width: 23px;
  height: 23px;
  border: 1px solid rgba(201, 201, 201, 0.8);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

  .warranty-terms-agree .form-check-input:checked {
    background-color: #06750E;
  }
/*********** Cancel Upcoming Booking **********/
.cancel-upcoming-booking {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

  .cancel-upcoming-booking h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 137.5%;
    text-align: center;
    color: #494949;
  }

  .cancel-upcoming-booking label, .cancel-upcoming-booking p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #494949;
  }

.cancel-booking-text {
  text-decoration: line-through;
}

.cancelbook-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #06750E;
  background: none;
  border: none;
}

.reschedule-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #00A2E5;
  background: none;
  border: none;
}

.returndashboard-btn {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #808080;
  background: none;
  border: none;
}

.field-validation-error {
  color: red;
  text-align: left;
}

/*********** Register Result **********/
.registerresult-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10rem 0rem;
  text-align: center;
}

.registerresult-title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.continuebtn {
  background: linear-gradient(272.42deg, #06750E 0%, #042480 99.29%);
  border: 1px solid #06750E;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  border: none;
  padding: 8px 16px;
}
/*********** Privacy, Terms & Conditions **********/
.privacyterm-body {
  position: relative;
  top: -40px;
  margin-bottom: 50px;
}

.privacyterm-title {
  position: relative;
  top: 0;
  /*z-index: -2;*/
}

  .privacyterm-title img {
    width: 100%;
    height: 25rem;
  }

.privacyterm-content {
  padding: 80px 100px 0px 100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  /*align-items: start;*/
  margin-top: 5rem;
}

.privacyterm-titletext {
  position: absolute;
  top: 12rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .privacyterm-titletext h1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: white;
  }

.privacytermheading {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #06750E;
}

.privacytermsubheading {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: start;
  color: #06750E;
}

.list-clr li::before {
  content: "• ";
  color: #042480;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.list-clr ul li::before {
  content: "";
}

.privacyterm-content p, .privacyterm-content ol, .privacyterm-content ul, .privacyterm-content li {
  font-size: 16px;
  color: #000000;
  color: #484848;
}

.download-btn {
  background: #C4C4C4;
  border-radius: 10px;
  border: none;
  justify-content: center;
  padding: 8px 16px;
  color: #FFFFFF;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.nodata {
  max-height: 500px;
  max-width: 100%
}

.mobileview {
  display: none;
}

.header_text {
  /*font-family: 'Space Grotesk';*/
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-align: center;
  /*color: #FFFFFF;*/
  color: #333;
  margin-left: 12rem;
  margin: 0px;
}

.footer {
  background-image: url('../images/Vector 2.png');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
}

.header-othermenu a {
  font-size: 30px;
}

.header-loginsignup a {
  font-size: 14px;
  /*color: white;*/
  color: #212529;
}

.home-body-head h1 {
  font-size: 40px;
  max-width: 1000px;
}

.login-content {
  background-image: url('../images/Login_BG.png');
  background-size: cover;
  height: 1500px;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: -2;
}

.login-page {
  /*margin-top: 250px;*/
  margin-top: 20px;
  /* z-index: -2; */
}

@media screen and (min-width: 1700px) {
  .home-customeraccount {
    margin: 6rem 0px;
  }

  .home-body-head h1 {
    font-size: 40px;
  }

  .home-customeraccount-img img {
    max-height: 800px;
  }

  .works-section {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 50px;
    padding: 20px 0px;
    align-items: center;
  }

  .works-item-img img {
    width: 100%;
    height: auto;
  }

  .works-item-img {
    flex-basis: 50%;
  }

  .works-item-desc {
    flex-basis: 50%;
  }

    .works-item-desc p {
      font-size: 26px;
    }

  .login-content {
    background-image: url(../images/Login_BG.png);
    background-size: cover;
    height: 1500px;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: -2;
  }
}

@media(max-height:650px) {
  .login-content {
    height: 180vh !important;
  }
}

@media (max-width:360px) {
  .members-benefit-container {
    margin-top: 50rem !important;
  }
}

@media only screen and (min-width:530px) and (max-width:760px) {

  .members-benefit-container {
    margin-top: 250px !important;
  }
}

@media (min-width: 992px) {
  .wellcome-zetta-promise-desc p {
    font-size: 24px;
    line-height: inherit;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly !important;
    align-items: center;
  }

    .navbar-expand-lg .navbar-nav .nav-link, .header-loginsignup a {
      /*font-size: 18px;*/
      font-size: 14px;
    }

  #navbarNavAltMarkup1 {
    display: none !important;
  }

  .home-customeraccount {
    width: 100%;
    margin: 4rem 0px;
  }

  .home-customeraccount-img img {
    /*width: 100%;*/
    height: auto;
  }

  .servicebooked-card h1 {
    font-size: 42px;
  }

  .navbar-brand img {
    width: 180px;
  }

  .header_text {
    font-size: 42px;
  }

  .back-mobile {
    display: none;
  }

  .productservice-content {
    padding: 0px 200px;
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 1280px) and (min-width:1023px) {
  .home-zettaworks {
    margin-top: 3rem;
  }

  .report-body {
    padding: 0px;
  }

  .joinus-content {
    padding: 50px;
  }

  .package-container {
    gap: 30px;
  }

  .productservice-body, .productworking-body, .productinstalled-body, .packages-body, .booking-body, .resetpassword-body, .profiledetails-body, .invoice-body {
    /*margin: 150px auto 50px auto;*/
    margin: 20px auto 50px auto;
  }

  #headerimg {
    width: 100%;
    height: 350px;
  }

  .privacyterm-title {
    top: -2.5rem;
  }

  .navbar-brand img {
    width: 130px;
  }

  .joinus-title {
    top: -2.5rem;
  }

  .wellcome-body-content {
    position: absolute;
    top: 240px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
  }

  .Works-content {
    padding: 2vh 3vw;
  }

  .works-item-img img {
    width: 100%;
  }

  .login-content {
    height: 1200px;
  }

  .works-item-desc h3 {
    font-size: 40px;
  }

  .home-customeraccount {
    width: 100%;
    margin: 4rem 0px;
  }

  .home-customeraccount-img img {
    width: 85%;
    height: auto;
  }

  .productservice-content {
    padding: 0px 100px;
  }

  .productinstalled-container {
    gap: 20px;
  }

  .productinstalled-card {
    width: 200px;
  }

  .productselectbtn {
    padding: 10px;
  }

  .home-customeraccount-desc h3 {
    font-size: 32px;
    line-height: 50px;
  }

  .servicebooked-container, .wellcome-zetta-promise {
    padding: 2vh 5vw;
  }

  .servicebooked-card {
    top: 11rem;
    width: 550px;
  }

  .navbar-expand-lg .navbar-nav .nav-link, .header-loginsignup a {
    font-size: 1.6vw;
  }

  .white_right, .white_left, .foot_sideimg {
    display: none;
  }

  .servicebooked-content {
    padding: 0px;
  }

  .wellcome-zetta-promise-img img {
    width: 100%;
    height: 100%;
  }

  .servicebooked-body {
    top: -10vh;
  }

  .footer-menu-container {
    padding: 0rem;
    padding-bottom: 5rem;
  }

  .signup-page-bgi {
    margin-top: -8.8vh;
  }

  .create-account-container {
    margin-top: 7rem;
    z-index: 4;
  }

  .productadvice-item-desc p {
    font-size: 18px;
  }

  .servicebooked-container {
    width: 100%;
  }

  .service-card p {
    font-size: 16px;
  }

  .productadvice-content {
    padding: 80px;
  }

  .resetpassword-container {
    margin-bottom: 6rem;
  }

  .resetpassword-body {
    margin-top: 10rem;
  }
}

@media only screen and (max-width: 1022px) and (min-width:768px) {
  .products-item-container {
    display: none !important;
  }
  .client-testimonials {
    padding-left: 60px;
    padding-right: 13px;
  }

  .shooping-card {
    display: none;
  }

  .package-card-submenu {
    display: flex;
  }

    .package-card-submenu h3 {
      padding: 10px;
      color: rgba(0, 162, 229, 1);
      font-size: 20px;
      font-weight: 600;
    }

    .package-card-submenu img {
      width: 200px;
      height: auto;
    }

  .package-card-body {
    padding: 0px;
  }

  .wellcome-zetta-promise {
    padding: 50px 50px 50px 50px;
    gap: 3rem;
  }

  .profiledetails-item button {
    order: -1;
  }

  .footer-logo {
    align-items: self-start;
    margin-bottom: 10px;
  }

  .let_book {
    margin-bottom: 0px;
  }

  .footer {
    z-index: 1;
  }

  .not-found-page {
    margin-top: 50px;
    padding: 20px;
  }

  .zetta-promise-desc {
    width: 100%;
  }

  .notprovide-body {
    margin-top: 50px;
  }

  .zetta-promise {
    flex-direction: column-reverse;
  }

  .servicebooking-container {
    width: 100%;
    padding: 50px 50px 0px 50px;
    margin: 0px;
  }

  .servicebooking-body {
    margin-top: 0px;
  }

  .how-begin {
    width: 100%;
  }

  .left-align-item {
    width: 100%;
  }

  .field-card {
    width: 100%;
  }

  .engineer-content {
    padding: 50px 50px 0px 50px;
  }

  .wellcome-who-desc {
    padding-top: 20px;
  }

  .wellcome-img {
    display: none;
  }

  .wellcome-who {
    background: white;
    border: 2px solid #06750E;
    border-radius: 20px;
    padding: 50px 50px;
    display: flex;
    margin: 0px 100px;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .members-benefit-container {
    margin-top: 50rem;
    padding: 50px;
    margin-bottom: 50px;
  }

  .book-service-card {
    padding: 50px 150px;
  }

  .engineer-titletext h1 {
    top: 100px;
  }

  .joinus-card-action {
    width: 30%;
    text-align: center;
  }

  .joinus-content {
    padding: 50px;
  }

  .package-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
  }

  .package-card {
    width: 100%;
  }

    .package-card:hover {
      transform: none;
    }

  .packages-body {
    margin-top: 0px;
    margin-bottom: 5rem;
  }

  .packages-content {
    padding: 0px 50px;
  }

  .productinstalled-title {
    padding: 0px 20px;
  }

  .customerdashboard-body {
    margin: 120px 0px 50px 0px;
  }

  .customerdashboard-item {
    width: 100%;
  }

  #menuopen, #menuclose {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    border: none;
  }

  .report-body {
    margin-top: 0px;
    padding: 0px;
  }

  .report-container {
    padding: 30px 50px;
  }

  .menus {
    flex: 0;
  }

  #menuclose {
    display: none;
  }

    #menuopen label, #menuclose label {
      font-weight: 500;
      font-size: 14px;
      text-align: center;
      color: #06750E;
    }

  .requestservicebgclr {
    background: #06750E;
    color: white !important;
  }

  .bookservicebgclr {
    background: #00A2E5;
    color: white !important;
  }

  .navbar-nav {
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    /*padding: 10px*/
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #484848;
    border-bottom: 1px solid #48484859 !important;
    padding: 15px 25px;
  }

  .header-menus {
    background-color: white;
  }

  .wellcome-body-contentm, .about-wellcome-body-content {
    position: absolute;
    top: 240px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
  }

  .askanything-body {
    margin-top: 0rem;
  }

  .servicebooked-body {
    top: 0px;
  }

  .login-card {
    width: 50vw;
  }

  .login-img {
    display: none;
  }

  .login-content {
    background-image: url(../images/Login_BG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 11vh;
    z-index: -2;
  }

  .login-container {
    top: 6rem;
  }

  .servicebooked-card h1 {
    font-size: 16px;
    line-height: 20px;
  }

  .servicebooked-card {
    width: 55vw;
    top: 10rem;
  }

  .getstartbtn {
    font-size: 14px;
  }

  .productadvice-item-desc p,
  .service-card p {
    font-size: 16px;
    line-height: 30px;
  }

  .Works-body {
    margin-top: 0px;
    top: 0px;
  }

  .servicebooked-container {
    width: 100%;
  }

  .master-wrapper-page .header {
    height: 130px;
    background: white;
  }

  .header-loginsignup {
    display: none;
  }

  .ZettWorks-body {
    margin-top: 0px;
    top: 0px;
  }

  #headerimg {
    display: none;
  }

  .mobileview {
    display: block;
    cursor: pointer;
  }

  .BrowserView {
    display: none;
  }

  .create-account-container {
    padding: 0px 4rem;
    margin-top: 10rem;
    margin-bottom: 50px;
  }

  .header_text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 4rem;
  }

  .needservicebtn {
    font-size: 20px;
  }

  .productadvice-content {
    padding: 40px 30px;
  }

  .signup-page-bgi img {
    display: none;
  }

  .signup-page-conatiner {
    grid-template-columns: 1fr;
  }

  .navbar-collapse {
    position: absolute;
    top: 120px;
    width: 100%;
    left: 0;
  }

  .navbar-nav {
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    /*padding: 10px*/
  }

  .Works-content {
    padding: 2vh 3vw;
  }

  .works-item-img img {
    width: 100%;
  }

  .works-item-desc h3 {
    font-size: 38px;
  }

  .home-customeraccount {
    width: 100%;
    margin: 4rem 0px;
  }

  .home-customeraccount-img img {
    width: 100%;
    height: auto;
  }

  .home-body-head h1 {
    font-size: 4vw;
  }

  .wellcome-body {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    padding: 0px 100px;
    gap: 25px;
  }

  .home-customeraccount {
    width: 100%;
    margin: 4rem 0px;
  }

  .home-customeraccount-img img {
    /*width: 100%;*/
    height: auto;
  }


  .heat-pump-container {
    gap: 7vw;
  }

  .home-zettaworks-conatiner {
    gap: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 68px;
    margin: 0px 5rem;
  }

  .home-subhead {
    padding: 2vh 5vw;
  }

  .faqbtn {
    font-size: 16px;
  }

  .home-customeraccount-desc h3 {
    font-size: 32px;
    line-height: 50px;
  }


  .white_right, .white_left, .foot_sideimg {
    display: none;
  }

  .servicebooked-content {
    padding: 20px;
  }

  .wellcome-zetta-promise-img img {
    width: 90%;
    height: auto;
  }

  .footer-menu-container {
    padding: 0rem;
    padding-bottom: 5rem;
    gap: 5vw;
  }


  .back-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin: 20px auto 20px auto;
    height: 100px;
    z-index: 3;
    width: 90%;
    border-top-left-radius: 5px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

    .back-mobile .fa-arrow-left {
      font-size: 30px;
    }

    .back-mobile img {
      height: 80px;
    }

  .booking-body {
    margin-top: 5rem;
  }

  .back-mobile a {
    padding: 30px;
    color: black;
    flex-basis: 10%;
    height: 100%
  }

  .back-mobile-right {
    display: flex;
    flex-basis: 90%;
    background-color: #00A2E5;
    color: white;
    align-items: center;
    height: 100%;
    border-radius: 5px;
  }

  .back-mobile-text {
    width: 100%;
    text-align: center;
  }

    .back-mobile-text p {
      margin: 0px;
      font-size: 20px;
      font-weight: 600;
    }

  .back-mobile a:hover {
    padding: 30px;
    color: black;
    flex-basis: 10%;
    height: 100%
  }

  .calendar-wrapper {
    width: 100%;
  }

  .productworking-body {
    margin-top: 0px;
  }

  .yesno-card img {
    width: 100px;
  }

  .backbtn {
    display: none;
  }

  .productinstalled-container {
    gap: 30px;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }

  .productinstalled-card {
    width: 200px;
  }

  .productinstalled-body {
    margin-top: 0rem;
  }

  .resetpassword-body {
    margin-top: 0px;
    gap: 30px;
  }

  .resetpassword-container {
    width: 100%;
    margin-bottom: 0px;
    padding: 20px;
  }

  .askanything-title img {
    height: 30rem;
  }

  .productservice-mobilecard {
    display: block;
    display: flex;
    flex-direction: row;
    min-height: 100px;
    margin: 20px 20px;
    border-radius: 20px;
  }

  .swiffy-slider {
    display: none;
  }

  .productservice-mobilecard img {
    width: 120px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .selectordiv {
    padding: 0px 20px;
  }

  .productservice-body {
    margin-top: 0px;
    gap: 20px;
  }

  .productservice-mobilecardbody {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .productservice-title,
  .productservice-content {
    padding: 0px 20px;
  }

  .productservice-mobilecardbody label {
    color: rgba(0, 162, 229, 1);
    font-size: 20px;
    font-weight: 600;
  }

  .profiledetails-container {
    grid-template-columns: 1fr;
  }

  .profiledetails-body {
    margin: 8rem 0px 3rem 0px;
  }

  .profiledetails-item {
    width: 100%;
    padding: 30px 20px;
    margin-top: 0px;
  }

  .profiledetails-item-detail {
    align-items: center;
  }

  .resetpassword-btn {
    padding: 16px 16px;
    width: 300px;
  }

  .invoice-item {
    margin: 10px 0px;
  }

  .invoice-container {
    width: 100%;
    padding: 20px 50px;
  }

  .privacyterm-content {
    gap: 10px;
    padding: 20px 40px;
  }

    .privacyterm-content p, .privacyterm-content ol, .privacyterm-content ul, .privacyterm-content li {
      font-size: 16px;
      line-height: revert;
    }

  .joinus-card {
    gap: 10px;
    padding: 15px 20px;
  }

  .applynowbtn {
    font-size: 20px;
  }
}

@media (max-width:350px) {
  .master-wrapper-page .header {
    height: 16vh;
  }
}

@media (min-width:3000px) {
  .page, .wellcome-body-content, .about-wellcome-body-content, .header, .footer, .servicebooked-body, .Works-body, .ZettWorks-body, .signup-page, .joinus-body, .engineer-body, .privacyterm-body,
  .askanything-body {
    max-width: 1280px;
    margin: 0 auto;
  }

  .productservice-body, .productworking-body, .productinstalled-body, .packages-body, .booking-body, .resetpassword-body, .servicebooking-body
  .profiledetails-body, .invoice-body, .login-section, .report-body, .customerdashboard-body, .notprovide-body, .not-found-page {
    max-width: 1280px;
    /*margin: 245px auto 50px auto;*/
    margin: 20px auto 50px auto;
  }

  .login-content {
    max-width: 1280px;
  }
}

@media only screen and (max-width: 2999px) and (min-width:2000px) {
  .page, .wellcome-body-content, .about-wellcome-body-content, .header, .footer, .servicebooked-body, .Works-body, .ZettWorks-body, .signup-page, .joinus-body, .engineer-body, .privacyterm-body,
  .askanything-body {
    max-width: 1600px;
    margin: 0 auto;
  }

  .productservice-body, .productworking-body, .productinstalled-body, .packages-body, .booking-body, .resetpassword-body,
  .profiledetails-body, .invoice-body, .login-section, .report-body, .customerdashboard-body, .servicebooking-body, .notprovide-body, .not-found-page {
    max-width: 1600px;
    /*margin: 245px auto 50px auto;*/
    margin: 20px auto 50px auto;
  }

  .login-content {
    max-width: 1600px;
  }
}

.fa-bars, .fa-times {
  color: #06750E;
  font-size: 30px;
}


.navbar-toggler:focus {
  border: none !important;
  outline: none !important;
}

@media (max-width: 767px) {
  .products-item-container {
    display: none !important;
  }
  .wellcome-who-img img {
    width: 200px;
    height: 250px;
    border-radius: 20px;
  }

  .wellcome-who-desc p {
    font-size: 14px;
  }

  .footer-logo img {
    width: 155px;
    height: 100px;
  }

  .footer-menu h4 {
    font-size: 20px;
  }

  .footer-filed label {
    font-size: 14px;
  }

  .logo_link {
    width: 25px !important;
    height: 25px !important;
  }

  .shooping-card {
    display: none;
  }

  .footer {
    z-index: 1;
  }

  .footer-logo {
    align-items: self-start;
    margin-bottom: 10px;
  }

  .foot_sideimg {
    display: none;
  }

  .master-wrapper-page .header {
    height: 100px !important;
    background: white;
  }

  .navbar-brand img {
    width: 120px;
  }

  .header-loginsignup {
    display: none;
  }

  .signup-page-bgi {
    display: none;
  }

  .header_text {
    padding: 1rem 10px;
    font-size: 36px;
    background: linear-gradient(92.14deg, #042480 14.52%, #06750E 84.18%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  #headerimg {
    display: none;
  }

  .create-account-container {
    margin-top: 50px;
    width: 100%;
    padding: 20px;
  }

  .wellcome-body {
    gap: 0px;
    padding: 20px;
    text-align: center;
    grid-template-columns: 1fr;
    display: grid;
    height: 500px;
    align-items: center;
  }
  .req-button {
      display:block !important;
    background: #FFFFFF;
    border-radius: 10px;
    border: none;
    padding: 8px 16px;
    font-family: var(--paragraph-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    width: 250px;
    margin: auto;
    height: 60px;
  }
  .home-zettaworks-card p,
  .home-zettaworks-head p,
  .wellcome-zetta-promise-desc p {
    font-size: 20px;
    line-height: 30px;
  }

  .heat-pump-container {
    display: none;
  }

  .home-zettaworks-conatiner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 68px;
    flex-direction: column;
    align-items: center;
    margin: 0px 5rem;
  }

  .home-zettaworks-card {
    width: 90%;
    /*position:relative;*/
    text-align: center;
  }

  .home-zettaworks-head {
    text-align: center;
    padding: 20px 10px 0px 10px;
  }

  .home-customeraccount-img img {
    width: 100%;
  }

  .home-customeraccount {
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
  }

  .home-customeraccount-desc {
    text-align: center;
  }

  .home-subhead {
    background: linear-gradient(108.77deg, #042480 5.9%, #06750E 92.59%);
    padding: 20px;
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .seconadry-button {
    width: 100%;
    text-align:center;
  }

  .home-customeraccount-desc label {
    width: 100%;
    margin: 20px 0px;
  }

  .home-customeraccount-desc p {
    line-height: 30px;
    font-size: 20px;
    text-align: start;
  }

  .home-zettaworks-conatiner {
    gap: 10px;
  }

  .home-zettaworks {
    gap: 0px;
    margin-top: 500px;
  }

  .home-zettaworks-action {
    margin: 40px 0px 0px 0px;
  }

  .wellcome-zetta-promise {
    padding: 20px 20px;
    gap: 30px;
    flex-direction: column-reverse;
    align-items:center;
  }
  .wellcome-zetta-promise-desc{
      width:100%;
  }
    .wellcome-zetta-promise-desc p{
        text-align:start;
    }
    .client-testimonials {
      display: none;
    }

  .servicebooked-container {
    flex-direction: column;
    align-items: center;
  }

  .servicebooked-content {
    gap: 20px;
    padding: 20px 20px;
  }

  .service-card {
    width: 80vw;
  }

  .book-service-card h3 {
    font-size: 30px;
  }

  .book-service-card {
    padding: 10px;
    border: none;
    text-align: center;
  }

  .home-customeraccount-desc img {
    display: none;
  }

  .white_right, .white_left {
    display: none;
  }

  .wellcome-zetta-promise-img img {
    width: 100%;
    height: auto;
  }

  .gradient-button {
    width: 100%;
  }

  .footer-conatiner {
    flex-direction: column;
    padding: 5px 20px;
  }

  .footer-menu-container {
    gap: 10px;
    padding: 0px 0px 5rem 0px;
    justify-content: space-between;
  }

  .footerlinks {
    display: none;
  }

  .footer {
    height: 580px;
  }

  /*.home-zettaworks-card label {*/
    /*position: absolute;*/
    /*left: 20px;
    top: 20px;
  }*/

  .home-zettaworks-card {
    height: auto;
  }

  .home-body-head h1 {
    font-size: 32px;
  }

  .homebg {
    display: none;
  }

  .wellcome-body-content {
    background-image: url('../images/Home_MobileBackground.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    top: 110px;
  }

  .servicebooked-card {
    display: none;
  }


  .navbar-collapse {
    position: absolute;
    top: 90px;
    width: 100%;
    left: 0px;
  }

  .navbar-nav {
    background: #fcfcfc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #484848;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #48484859 !important;
  }

    .navbar-expand-lg .navbar-nav .nav-link:last-child {
      border-bottom: 0px !important;
    }

  .headclr {
    display: none;
  }

  .mobileview {
    display: block;
    cursor: pointer;
  }

  .BrowserView {
    display: none;
  }

  .wellcome-page .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .home-customeraccount-desc h3 {
    font-size: 30px;
    line-height: 30px;
  }
  /* signup */
  .signup-page-conatiner {
    grid-template-columns: 1fr;
  }
  /* servicebooked*/
  .zetta-clrlogo {
    display: none;
  }

  .servicebooked-card {
    background: rgba(196, 196, 196, 0.8);
    border-radius: 15px;
    position: initial;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 30px 15px;
    margin: 10px;
    gap: 0px;
  }

  .create-account-field {
    margin: 10px 0px;
  }
  .servicebooked-body {
    top: 0px;
  }

  .servicebooked-card h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .servicebooked-card p {
    font-size: 16px;
  }

  .faqbtn {
    font-size: 16px;
  }

  .getstartbtn {
    font-size: 10px
  }

  .eircodebox {
    font-size: 12px;
  }
  /*Zetta works*/
  .Works-content {
    padding: 20px;
  }

  .works-section {
    flex-direction: column;
    gap: 20px;
  }

  .Works-title img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .works-item-img img {
    width: 100%;
  }

  .ZettWorks-body {
    margin-top: 0px;
    top: 0px;
  }

  .Works-content .works-sec {
    display: none;
  }

  .works-item-desc {
    text-align: center;
  }

  .works-container .works-section:first-child,
  .works-container .works-section:nth-child(3),
  .works-container .works-section:nth-child(5) {
    flex-direction: column-reverse;
  }

  .works-item-desc h3 {
    font-size: 38px;
  }

  .works-item-desc p {
    font-size: 20px;
  }

  .let_book {
    padding: 0px 15px;
    margin-bottom: 0px
  }
  /*Booking*/
  .calendar-wrapper {
    width: 100%;
  }

  .day span {
    width: 2.8rem;
  }

  .back-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin: 20px 15px;
    height: 75px;
    z-index: 3;
    width: 90%;
    border-top-left-radius: 5px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

    .back-mobile img {
      height: 50px;
    }

    .back-mobile a {
      padding: 25px 15px;
      color: black;
      flex-basis: 10%;
      height: 100%;
    }

  .back-mobile-right {
    display: flex;
    flex-basis: 90%;
    background-color: #00A2E5;
    color: white;
    height: 100%;
    align-items: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .back-mobile-text {
    width: 100%;
    text-align: center;
  }

    .back-mobile-text p {
      margin: 0px;
    }

  .back-mobile a:hover {
    padding: 25px 15px;
    color: black;
  }

  .booking-body {
    margin-top: 2rem;
    gap: 40px;
  }

  .calendar-wrapper {
    box-shadow: none;
    border: none;
    border-radius: 0px;
  }

  .question {
    padding: 10px;
  }

  .askanything-content {
    padding: 50px 20px;
  }

  .askanything-body {
    margin-top: 0rem;
  }

  .bookservice-card {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  /*login*/
  .login-img {
    display: none;
  }

  .login-content {
    top: 100px;
  }

  .login-container {
    top: 7rem;
    padding: 15px;
  }

  .master-wrapper-content {
      margin-top:30px;
  }
  /*productadvice*/
  .Works-body {
    margin-top: 0px;
    top: 0px;
  }

  .productadvice-content {
    padding: 40px;
  }

  .product_section {
    grid-template-columns: 1fr;
  }

  .productadvice-item-desc p {
    font-size: 16px;
    line-height: 30px;
  }

  .product_section:nth-child(1) .productadvice-item-desc,
  .product_section:nth-child(3) .productadvice-item-desc {
    order: 2
  }

  .needservicebtn {
    font-size: 20px;
  }

  .service-card p {
    font-size: 20px;
  }

  .productworking-body {
    margin-top: 0px;
    gap: 30px;
  }

  .backbtn {
    display: none;
  }

  .productworking-content {
    grid-template-columns: unset;
  }

  .yesno-container {
    flex-direction: column;
    gap: 30px;
  }

  .productworking-head {
    padding: 0px 10px;
  }

  .yesno-card img {
    width: 100px;
  }

  .yesno-card {
    height: auto;
    width: 60vw;
    align-items: center;
  }

  .products-desc {
    width: 100%;
    padding: 10px;
    margin-bottom: 1rem;
  }

  /*Product Installed*/
  .productinstalled-body {
    margin-top: 0px;
    gap: 30px;
  }

  .productinstalled-container {
    flex-direction: column;
    gap: 30px;
  }

  .productinstalled-title {
    padding: 0px 10px;
  }
  /*resetbody*/
  .resetpassword-body {
    margin-top: 0px;
    gap: 30px;
  }

  .resetpassword-container {
    width: 100%;
    margin-bottom: 0px;
    padding: 20px;
  }

  .askanything-title img {
    height: 400px;
  }

  .productservice-mobilecard {
    display: block;
    display: flex;
    flex-direction: row;
    min-height: 120px;
    margin: 20px 0px;
    border-radius: 20px;
  }

  .swiffy-slider {
    display: none;
  }

  .productservice-mobilecard img {
    width: 120px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .selectordiv {
    padding: 0px 20px;
  }

  .productservice-body {
    margin-top: 0px;
    gap: 20px;
  }

  .productservice-mobilecardbody {
    padding: 5px;
  }

  .productservice-title,
  .productservice-content {
    padding: 0px 20px;
  }

  .productservice-mobilecardbody label {
    color: rgba(0, 162, 229, 1);
    font-size: 20px;
    font-weight: 600;
  }

  .package-container {
    flex-direction: column;
    padding: 0px 20px;
  }

  .package-card:hover {
    transform: none
  }

  .packages-body {
    margin-top: 0px;
    margin-bottom: 5rem;
  }

  .package-card {
    width: 100%
  }

  #menuopen, #menuclose {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    border: none;
  }

  #menuclose {
    display: none;
  }

    #menuopen label, #menuclose label {
      font-weight: 500;
      font-size: 14px;
      text-align: center;
      color: #06750E;
    }

  .requestservicebgclr {
    background: #06750E;
    color: white !important;
  }

  .bookservicebgclr {
    background: #00A2E5;
    color: white !important;
  }

  .profiledetails-container {
    grid-template-columns: 1fr;
  }

  .profiledetails-body {
    margin: 8rem 0px 3rem 0px;
  }

  .profiledetails-item {
    width: 100%;
    padding: 30px 20px;
    margin-top: 0px;
  }

    .profiledetails-item button {
      order: -1;
    }

  .profiledetails-item-detail {
    align-items: center;
  }

  .resetpassword-btn {
    padding: 16px 16px;
    width: 300px;
  }

  .invoice-item {
    flex-direction: column;
  }

  .invoice-body {
    margin-top: 0px;
    margin-bottom: 5rem;
  }

  .invoice-container {
    padding: 20px;
    width: 100%;
  }

  .menus {
    flex: 0;
  }

  .privacyterm-content {
    padding: 10px 20px;
    gap: 10px;
  }

    .privacyterm-content p, .privacyterm-content ol, .privacyterm-content ul, .privacyterm-content li {
      font-size: 16px;
    }

  .joinus-content {
    padding: 20px;
  }

  .joinus-card {
    gap: 15px;
    flex-direction: column;
    padding: 20px;
  }

  .my-saved-card {
    padding: 0px;
  }

  .login-page {
    margin-top: 100px;
  }

  .login-content {
    height: 850px;
  }

  .report-body {
    margin-top: 0px;
    padding: 0px 20px;
  }

  .report-item-desc, .report-item {
    align-items: center;
  }

  .report-item {
    flex-direction: column;
  }

  .report-container {
    width: 100%;
    padding: 20px;
  }

  .customerdashboard-action {
    grid-template-columns: 1fr;
  }

  .customerdashboard-container {
    width: 90%;
  }

  .customerdashboard-item {
    width: 100%;
    flex-basis: auto;
  }

  .customerdashboard-body {
    margin: 120px 0px 50px 0px;
  }

  .joinus-body {
    top: 0px;
  }

  .joinus-card-action {
    margin: 10px 0px;
  }

  .engineer-body {
    top: 0px;
  }

  .engineer-content {
    padding: 50px 20px 0px 20px;
  }

  .field-card {
    width: 100%;
    padding: 20px;
  }

  .engineer-titletext h1 {
    top: 50px;
    font-size: 40px;
  }

  .privacyterm-body {
    top: 0px;
  }

  .about-wellcome-page {
    top: 0px;
  }

  .about-wellcome-body {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: space-between;
    padding: 20px;
  }
  .req-button{
      display:none;
  }
  .about-wellcome-body-content {
    top: 110px;
  }

  .wellcome-body-head h1 {
    font-size: 43px;
    width: fit-content;
    text-align: center;
  }

  .wellcome-img {
    display: none;
  }

  .wellcome-who {
    background: transparent;
    padding: 50px 20px;
    border: none;
    display: flex;
    margin: 0px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .wellcome-body-action {
    flex-direction: column
  }

  .wellcome-who-desc {
    text-align: center;
    padding-top: 20px;
  }

  .members-benefit-number {
    display: none;
  }

  .members-benefit-grid {
    grid-template-columns: 1fr;
  }

  .welcomebg {
    height: 850px;
  }

  .members-benefit-container {
    flex-direction: column;
    align-items: center;
    margin-top: 50rem;
    padding: 50px 20px;
  }

  .wellcome-body-head {
    align-items: center;
  }

  .benefit-number-desc {
    text-align: center;
  }
  /* zettaengineer*/
  .engineer-title img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .comming-work-img {
    width: 100%;
    text-align: center;
  }

  .engineer-content {
    padding: 20px;
  }

  .engineerabout-row1 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .engineerabout-row1-col1 p, .engineerabout-row2 p, .engineerabout-row1-col2 p {
    font-size: 16px;
  }

  .comming-work-content {
    flex-direction: column;
    gap: 20px;
  }

  .comming-work-row1 {
    gap: 20px;
    flex-direction: column;
  }

    .comming-work-row1:nth-child(2) {
      gap: 20px;
      flex-direction: column-reverse;
    }

      .comming-work-row1:nth-child(2) .text-align-end {
        text-align: start !important;
      }

  .field-card {
    width: auto;
  }

  .engineer-body {
    margin-bottom: 0px;
  }

  .comming-work-desc {
    width: 100%;
  }

  .how-begin, .left-align-item {
    width: 100%;
    gap: 20px
  }

  .left-align-item {
    flex-direction: column-reverse;
  }

  .right-align-item {
    flex-direction: column !important;
  }

  .sub-contractor-desc h3, .sub-contractor-desc p {
    text-align: center;
  }

  .servicebooking-head, .datetimecls {
    flex-direction: column;
  }

  .servicebooking-item {
    display: block;
  }

  .servicebooking-body {
    margin-top: 0px;
  }

  .servicebooking-container {
    width: 100%;
    padding: 50px;
    margin: 0px;
  }

  .notprovide-body {
    margin-top: 50px;
  }

  .zetta-promise {
    flex-direction: column-reverse;
  }

  .zetta-promise-desc {
    width: 100%;
  }

  .not-found-page {
    margin-top: 50px;
    padding: 20px;
  }

  .nopage-body ul {
    padding: 0px;
  }

  .mobmenuorder {
    order: -1;
  }

  .create-account-container {
    z-index: 1;
    border-radius: 0px;
  }

  .cardtable th {
    font-size: 14px;
  }

  .warranty-terms-agree .form-check-input {
    width: 35px;
  }

  table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: normal !important;
  }

  .package-card-submenu {
    display: flex;
  }

    .package-card-submenu h3 {
      padding: 10px;
      color: rgba(0, 162, 229, 1);
      font-size: 20px;
      font-weight: 600;
    }

    .package-card-submenu img {
      width: 100px;
      height: auto;
    }

  .package-card-body {
    padding: 0px;
  }

  .package-card:hover {
    transform: none;
  }
}

.shooping-card {
  position: relative;
  cursor: pointer;
}

.fa-shopping-cart {
  /*color: white;*/
  color: #000;
  font-size: 22px !important;
}

.shooping-card span {
  position: absolute;
  top: -8px;
  font-size: 10px;
  left: 16px;
  color: white;
  border-radius: 50%;
  background-color: #06750E;
  padding: 0px 5px;
  border: 1px solid white;
}

.footer-row1 {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #FFFFFF;
}

.fa-instagram-square {
  color: white;
  font-size: 27px;
  border-radius: 50%;
  cursor: pointer;
}

.mob_cardacc {
  display: flex;
  gap: 2rem;
  align-items: center;
}

  .mob_cardacc .fa-shopping-cart {
    color: #00A2E5;
  }

.who-name {
  color: #06750E;
  font-weight: bold;
}

.error_img {
  width: 25%;
}

.swalbtn {
  background: linear-gradient(276.65deg, #06750E -4.53%, #042480 113.87%);
  border-radius: 53px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  padding: 8px;
  width: 200px;
}
.req-button {
  display: none;
}
.cursol-testmonial {
  margin: 8rem 12rem;
}
.user-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 20px;
}
  .user-card img {
    width: 25%;
    height: auto;
  }
  .user-card label {
    border-bottom: 1px solid black;
    width: 100%;
    text-align: center;
    color: #042480;
    font-weight:bold;
  }
  .user-card p {
    text-align: center;
  }
.new-customer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

/********** HEADER RESET **********/
.mobile-popup, .mobile-header, .mobile-popup-account {
  display: none;
}
header {
  display: flex !important;
  z-index: 99999999 !important;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.header-lower {
  position: relative;
  z-index: 0;
  /*padding: 35px 0;*/
  padding: 10px 0;
}
.header-logo {
  margin: 0px;
  text-align: center;
}
  .header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
  }
    .header-logo a img {
      /*max-width: 100%;*/
      max-width: 80%;
      opacity: 1;
    }
nav {
  /*height: 60px;*/
  height: 90px;
  height: 110px;
}
  nav ul li > ul {
    display: none;
  }
.btn2 {
  background: #00770F;
  padding: 21px 24px;
  color: #fff;
  display: inline-flex;
  transition: background-color 400ms ease, color 0.5s ease;
  /* background: #B62025; */
  cursor: pointer;
  text-align: center;
  justify-content: center;
}

.close, .close-account {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.8;
}
  .close:before, .close:after, .close-account:before, .close-account:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #B62025;
  }
  .close:before, .close-account:before {
    transform: rotate(45deg);
  }
  .close:after, .close-account:after {
    transform: rotate(-45deg);
  }
/********** FOOTER RESET **********/
.footer {
  text-align: center;
  background: #F7F7F7;
  padding-top: 1px;
  padding-bottom: 60px;
  height:auto !important;
}
.horizontal-line {
  margin: 15px 110px 18px 110px;
  border-top: 2px solid #000;
}
.footer-upper {
  width: 95%;
  margin: auto;
  overflow: hidden;
  padding: 40px 0;
  font-size: 0;
  background: #fff;
  display: flex;
}
.footer-lower {
  width: 95%;
  margin: auto;
  overflow: hidden;
  padding: 25px 0 0;
  font-size: 12px;
}
.footer-powered-by {
  margin: 10px 0 0;
  /*font-size: 16px;*/
  font-size: 12px;
}

  .footer-powered-by a {
    font-weight: bold;
    color: #4ab2f1;
  }

    .footer-powered-by a:hover,
    .footer-powered-by a:focus {
      text-decoration: underline;
    }
.footer-block {
  width: 95%;
  margin: 1px auto;
  text-align: left;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
  .footer-block.information {
    width: 55%;
    justify-content: start;
  }
.footer-block .title strong {
  font-weight: bold;
  font-size: 24px;
}
.networks {
  display: flex;
  flex-direction: column;
  padding-left:0px;
}
.follow-us .social a img {
  margin-right: 15px;
  width: 36px;
  height: 36px;
}
.follow-us .social a {
  display: flex;
  width: 38px;
  height: 38px;
  color: #000;
  font-size: 15px;
  text-decoration: underline;
  align-items: center;
}
.follow-us .social .facebook a {
  background-position: 0 0;
}
.ft-contact {
  width: auto !important;
  justify-content: center;
}
.footer-contact {
  font-size: 16px;
  font-weight: 400;
  width: 173px;
  text-align: center;
  justify-content: center;
}
.btn2:hover {
  background: #fff;
  padding: 21px 24px;
  color: #00770F;
  border: 0px;
  text-decoration:none;
}
.footer-block .title {
  margin: 0 0 1px;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}
.follow-us {
  margin: 30px auto 0;
  text-align: center;
}
@media (min-width: 769px) {
  .footer-block .list {
    display: block !important;
    background: none;
    padding: 0;
  }
  .footer-block .title {
    margin: 0 0 15px;
    background: none;
    padding: 0;
    color: #444;
    cursor: auto;
  }
  .footer-block .list li {
    padding: 5px 0;
    line-height: 24px;
    font-size: 16px;
  }
}

@media (min-width: 1001px) {
  .contactus {
      color:#fff !important;
    padding: 18px 30px !important;
    align-items: center;
    transition: background-color 400ms ease, color 0.5s ease;
  }
  .header-lower {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .header-logo {
    text-align: left;
    vertical-align: middle;
    font-size: 0;
    width: 187px;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    overflow:hidden;
  }
  nav {
    display: flex !important;
    width: calc(100% - 187px);
  }
    nav ul {
      display: flex;
      margin-left: auto;
    }
      nav ul li {
        display: inline-flex;
        width: auto;
        margin: 0 30px;
        align-items: center;
        position: relative;
      }
        nav ul li a {
          color: #000;
          font-size: 14px;
          font-weight: 400;
          text-align: center;
          transition: background-color 0.4s ease 0s;
        }
          nav ul li a:hover {
            color: #00770F !important;
            transition: color 0.4s ease 0s;
            text-decoration:none;
          }
          nav ul li a.active {
            color: #00770F !important;
          }
        nav ul li:hover ul {
          display: block;
          position: absolute;
          top: 38px;
          left: 0px;
          background: #000;
          padding: 10px;
          width: 160px;
          z-index: 99999;
        }
  .contactus:hover {
    /* transition: color 0.6s ease 0s; */
    background: #fff;
    color: #00770F !important;
    /* transition-delay: 2ms; */
    text-decoration:none;
  }
  nav ul li ul li {
    text-align: left;
    padding: 10px;
    margin: 0px;
  }
  nav ul li ul li a{
    color:#fff !important;
  }
  ul a, ul a:visited {
      color:unset;
  }
  nav ul li a:hover {
    color: #00770F !important;
    transition: color 0.4s ease 0s;
  }


  /**** Footer ***/
  .footer-upper {
    width: 980px;
    padding: 35px 10px;
  }
  .footer-block {
    float: left;
    width: 280px;
    margin: 0;
  }
    .footer-block .list {
      margin: 0;
      padding: 10px 15px;
    }
}
@media (min-width: 1367px) {
  .header-lower {
    width: calc(100% - 220px);
    margin: auto;
  }

  /**** Footer ***/
  .footer-upper {
    width: calc(100% - 220px);
    padding: 35px 30px;
  }
}

@media (max-width: 768px) {
  .footer .horizontal-line {
    display: none;
  }
  .footer-block.information {
    width: 100%;
  }
  .footer-block {
    width: 100%;
  }
    .footer-block .title {
      color: #000;
      text-align: center;
      background: none;
    }
  .footer-block .list {
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.9em;
    padding-left:0px;
  }
    .footer-block .list li {
      text-align: center;
    }
    .footer-block .list li:first-child {
      padding-bottom: 30px;
    }
      .footer-block .list li:first-child img {
        width: 200px;
      }
  .footer-upper {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer-block.my-account .list li:first-child {
    margin: 0px;
    padding: 0px;
  }
  .follow-us .social ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
  }
  .follow-us .social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
    .follow-us .social li {
      width: 100%;
    }
  .ft-contact {
    margin-top: 40px !important;
  }


  /****** Header *****/
  .mobile-header {
    background: #F7F7F7;
    /*padding: 10px;*/
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-logo {
    max-width: 189px;
    display: flex;
  }
    .mobile-logo img {
      /*max-width: 100%;*/
      max-width: 80%;
    }
  .XLAVDo {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 21px;
    justify-content: space-between;
    transition: transform .33s ease-out;
    width: 26px;
  }
  .obddOt {
    background: rgb(139, 0, 0);
    background-color: rgb(139, 0, 0);
    border-radius: 1.5px;
    height: 4px;
  }
    .obddOt.SRM_9q {
      width: 50%;
    }
    .obddOt.YQwk0a {
      transform-origin: right;
      transition: transform .33s cubic-bezier(.54,-.81,.57,.57);
    }
    .obddOt.eyQVgg {
      align-self: flex-end;
      transform-origin: left;
      transition: transform .33s cubic-bezier(.54,-.81,.57,.57);
    }
  .mobile-popup, .mobile-popup-account {
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 22px;
    position: absolute;
    justify-content: center;
    z-index: 999999999;
    display: none;
    padding-top: 60px;
  }
  nav {
    height: auto;
  }
  .mobile-popup a, .mobile-popup-account a {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 60px;
    color: #000;
  }
  .mobile-popup ul, .mobile-popup-account ul {
    padding-left: 0px;
  }
    .mobile-popup ul li, .mobile-popup-account ul li{
      padding: 0px;
      margin: 0px;
    }
  ul a, ul a:visited {
    color: unset;
  }
  nav ul li > ul {
    display: block;
  }
  header {
    display: none !important;
  }
}