* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  /* font-family: "Open Sans", sans-serif; */
}

.custom-container {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  flex: 1 0 auto;
}

.custom-container a {
  color: #316bff;
  text-decoration: none;
}

.custom-container a:hover {
  text-decoration: none;
}

.custom-container .custom-container-1 {
  width: 35%;
  background-color: #ededed;
  padding: 55px 45px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 25px;
}

.custom-container p.heading-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #4f4f4f;
  margin-bottom: 25px;
}

.custom-container .custom-container-1 .text-custom-container {
  display: inline-block;
}

.custom-container .custom-container-1 .text-custom-container h2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 18px;
  color: #667e70;
  margin-bottom: 40px;
}

.text-custom-container .content .title-heading {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.5px;
  color: #333333;
  margin-bottom: 12px;
  display: flex;
  padding-top: 10px;
}

.text-custom-container .content .title-description {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #333333;
  margin-bottom: 22px;
}

.text-custom-container .content ul li {
  display: block;
  align-items: baseline;
  list-style: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 6px;
}

.text-custom-container .content ul li img {
  vertical-align: text-bottom;
  margin-right: 7px;
}

.custom-container-1 .image-custom-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-container-1 .image-custom-container .image-wrapper img {
  max-width: 250px;
  margin: 25px auto 0;
}

.custom-container .custom-container-2 {
  padding: 55px 45px;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.custom-container-2 .form-custom-container {
  max-width: 420px;
  width: 100%;
  box-sizing: border-box;
}

/* Input & Select */

input,
select,
textarea,
option {
  box-sizing: border-box;
  padding: 10px 12px;
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
}

#contact-msg {
  min-height: 105px;
  height: auto;
}

select {
  background-image: url(../assets/images/select-dropdown-figma-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 80%;
  background-position-y: 50%;
  -moz-appearance: none;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.phone-field {
  display: flex;
  justify-content: space-between;
  flex: 0 1 auto;
}

.phone-field select {
  width: calc(20% - 10px);
  padding: auto;
  margin-right: 10px;
}

.phone-field input {
  width: 100%;
}

.form-field {
  margin-bottom: 20px;
}

.form-field input {
  padding-left: 12px;
}

/* Outline button */
.outline-btn {
  background: #ffffff;
  border: 1px solid var(--primary-green);
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  max-width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.outline-btn a {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: var(--primary-green);
  font-family: "Poppins", sans-serif !important;
}

.outline-btn a:hover {
  color: var(--primary-green);
}

/* Flat button */
.btn-color {
  color: var(--primary-green);
}

.flat-btn {
  box-sizing: border-box;
  background: var(--primary-green);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 45px;
  height: 45px;
  width: 100%;
  max-width: 160px;
  margin-bottom: 20px;
}

.flat-btn a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  font-family: "Poppins", sans-serif !important;
}

.flat-btn a:hover {
  color: #fff;
}

.custom-container-2 .form-custom-container .no-margin {
  margin-bottom: 10px;
}

.custom-container-2 h2 {
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #000000;
}

.custom-container-2 a.hyper-link {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.5px;
  display: inline-block;
  margin-bottom: 20px;
}

/* Select workspace */
.select-workspace-custom-container {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #4f4f4f;
  margin-bottom: 15px;
}

.custom-container-2 .select-workspace-custom-container {
  max-width: 400px;
}

.custom-container-2 .select-workspace-custom-container .selection-block {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 100%;
  height: 80px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-bottom: 22px;
}

.select-workspace-custom-container .selection-block .selection-block-img {
  background: #f3f3f3;
  border-radius: 6px;
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.select-workspace-custom-container .selection-block .selection-description {
  display: -webkit-inline-box;
  -webkit-box-align: center;
}

.select-workspace-custom-container .selection-block .selection-description .selection-details {
  margin-left: 15px;
}

.selection-block .selection-description .selection-details .title {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #000000;
}

.selection-block .selection-description .selection-details .description,
.change-email-text {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #4f4f4f;
}

.select-workspace-custom-container .change-email-text {
  margin-bottom: 10px;
}

.select-workspace-custom-container .change-email-link {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #316bff !important;
  text-decoration: none;
}

/* OTP Verify  */

.otp-input input {
  box-sizing: border-box;
  padding: 10px 10px;
  display: flex;
  width: 15%;
  max-width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
}

.custom-container-2 .form-custom-container .otp-input {
  display: flex;
  justify-content: space-between;
  flex: 0 1 auto;
}

.form-custom-container .otp-timer {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.6px;
  color: #0d0c22;
  margin-bottom: 25px;
}

.form-custom-container .otp-timer .timer {
  color: red;
}

/* Forgot Password */

.form-custom-container .forgot-password-btn {
  margin-bottom: 25px;
}

/* Set Password */

.set-password h2 {
  margin-bottom: 36px;
}

.custom-container-2 .form-custom-container .sign-up {
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Success Page */

.success-page {
  background: var(--primary-green);
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-page .success-page-wrapper {
  background: white;
  box-sizing: border-box;
  width: 100%;
  max-width: 560px;
  height: 450px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.success-page .success-page-wrapper .success-page-content {
  max-width: 350px;
  width: 100%;
  height: 260px;
}

.success-page .success-page-wrapper .success-page-content .image-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.success-page .success-page-wrapper .success-page-content h2 {
  font-size: 24px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  margin-bottom: 18px;
  font-family: "Mulish", sans-serif !important;
  /* font-family: "-apple-system", "BlinkMacSystemFont", "Mulish", Arial,
    sans-serif !important; */
}

.success-page-wrapper .success-page-content .description {
  font-family: "Mulish", sans-serif !important;
  /* font-family: "-apple-system", "BlinkMacSystemFont", "Mulish", Arial,
    sans-serif !important; */
  font-size: 13px;
  /* line-height: 23px; */
  color: #4f4f4f;
  text-align: center;
  width: 100%;
}

/* Home Page */

.custom-container.home-page {
  /* font-family: "Montserrat", sans-serif; */
  display: unset;
  background: #e5e5e5;
}

.page-custom-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

/* Header */

.custom-header {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 90px;
}

.wrapper {
  display: flex;
  justify-content: center;
}

.custom-header .custom-header-wrapper {
  height: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.custom-header .custom-header-wrapper .align-items-inline {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  max-width: 500px;
}

.custom-header .custom-header-wrapper .align-items-inline .custom-header-login-btn {
  border: none;
}

.custom-header .custom-header-wrapper .outline-button {
  flex: 1 1 auto;
  box-sizing: border-box;
  background: #ffffff;
  border: 2px solid var(--primary-green);
  max-width: 170px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 45px;
  text-align: center;
}

.custom-header .custom-header-wrapper .outline-button a {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  line-height: 21px;
  text-align: center;
  color: var(--primary-green);
}

/* Description Block */

.description-block {
  width: 100%;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  /* height: 500px; */
  margin-bottom: 150px;
}

.description-block .text-block {
  max-width: 500px;
  width: 100%;
}

.description-block .custom-row .text-block h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 1.5;
  color: #2c2e30;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif !important;
}

.description-block .custom-row .text-block h2 span {
  color: var(--primary-green);
  display: block;
}

.description-block .custom-row .text-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #838383;
  margin-bottom: 18px;
  font-family: "Poppins", sans-serif !important;
}

/* Demonstration Block */

.demonstartion-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Demonstration Block < Heading */

.heading {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.heading h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  color: #2c2e30;
  margin-bottom: 20px;
  /* font-family: "Montserrat", sans-serif; */
}

.heading p {
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #7e8085;
  /* font-family: "Montserrat", sans-serif; */
}

/* Common Row Block */

.custom-row {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  /* height: 500px; */
}

.custom-row .image-block {
  width: 50%;
}

.custom-row .text-block {
  width: 50%;
}

.custom-row .image-block img {
  max-width: 100%;
}

.custom-row .text-block h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  color: #2c2e30;
  margin-bottom: 35px;
  /* font-family: "Montserrat", sans-serif; */
}

.custom-row .text-block p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #767676;
}

.custom-row .text-block ul {
  list-style: none;
}

.custom-row .text-block ul li img {
  width: 11px;
  margin-right: 10px;
}

.custom-row .text-block ul li {
  display: inline-flex;
  align-items: baseline;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #767676;
  margin-bottom: 10px;
}

.custom-row .class-col {
  flex-basis: 33%;
  padding: 15px 20px;
  border: 1px solid #e7eaee;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(44, 46, 48, 0.0747283);
  border-radius: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-row .class-col .col-text-block {
  /* font-family: "Noto Serif", serif; */
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #7e8085;
  margin-bottom: 30px;
}

.custom-row .class-col .col-footer-block {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2c2e30;
  display: flex;
  gap: 10px;
  align-items: center;
}

.custom-row .class-col .col-footer-block img {
  width: 34px;
  height: 34px;
  border-radius: 100%;
}

/* Demonstartion Block < Testing Block */

.page-custom-container.testing-block-custom-container {
  max-width: 1260px;
}

.custom-row.testing-block {
  height: unset;
}

.custom-row.testing-block .text-block {
  width: 35%;
  padding: 50px 0 50px;
}

.custom-row.testing-block .image-block {
  width: 65%;
}

.custom-row.testing-block .text-block h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 34px;
  color: #2c2e30;
}

.custom-row.testing-block img {
  margin-bottom: -100px;
  position: relative;
}

/* Demonstartion Block < Built For Growth Block */

.built-for-growth-block {
  background: #f6f8f9;
}

.built-for-growth-block .custom-row {
  padding: 150px 0 150px 0;
}

.social-icons {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.social-icons a {
  margin-left: 10px;
}

.social-icons a img {
  width: 40px;
}

.social-icons a:nth-of-type(1) {
  margin-left: 0;
}

/* Demonstartion Block < Sample Text Block */

.demonstartion-block .sample-text-block {
  padding-top: 100px;
  background-image: url(../images/home-page/Oval.png);
  background-repeat: no-repeat;
  background-position-y: -375px;
}

.sample-text-block .text-block {
  padding-right: 100px;
}

/* About Us Block */

.about-us-block {
  margin: 50px 0 100px;
}

.about-us-block .custom-row {
  height: unset;
  gap: 30px;
  margin-bottom: 50px;
  align-items: unset;
}

.about-us-block .heading {
  margin-bottom: 65px;
}

/* Contact Us Block */

.contact-us-block .contact-us-block-wrapper {
  background-color: var(--primary-green);
  background-image: url(../images/home-page/contact-us-background.png);
  background-repeat: no-repeat;
  background-position-y: 50px;
}

.contact-us-block .custom-row {
  padding: 80px 0;
}

.contact-us-block form {
  background: #ffffff;
  width: 470px;
  box-sizing: border-box;
  box-shadow: 0px 22px 24px rgba(49, 51, 57, 0.0429971);
  border-radius: 12px;
  padding: 50px;
  margin-bottom: -220px;
}

.contact-us-block form .flat-btn {
  margin-top: 40px;
  margin-bottom: 0;
}

.contact-us-block .custom-row .text-block {
  margin-right: 65px;
  width: 50%;
}

.contact-us-block .custom-row .text-block h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  color: #ffffff;
  font-family: "Poppins", sans-serif !important;
}

.contact-us-block .custom-row .text-block p {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  font-family: "Poppins", sans-serif !important;
}

/* Footer  */

.custom-footer {
  margin-top: 180px;
  background: #f6f8f9;
  height: 75px;
  display: flex;
  align-items: center;
}

.custom-footer .custom-footer-wrapper {
  height: 45px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  vertical-align: middle;
}

.custom-footer .custom-footer-wrapper div {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #828282;
}

.custom-footer-wrapper a {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #828282;
}

.custom-footer-wrapper a:hover {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #828282;
}

@media (max-width: 700px) {
  .custom-container {
    flex-direction: column;
  }

  .custom-container .custom-container-1 {
    display: none;
  }

  .phone-field select {
    width: 25%;
  }

  select {
    padding: unset;
    padding-left: 5px;
    background-position-x: 88%;
  }

  /* Home Page  */
  .custom-container.home-page .custom-row img,
  form {
    margin-bottom: 20px;
  }

  .custom-container.home-page .custom-footer .custom-footer-wrapper .custom-footer-social-links {
    display: none;
  }

  .custom-header {
    margin-bottom: 30px;
  }

  .custom-header-login-btn {
    display: none;
  }

  .heading {
    margin-bottom: 30px !important;
  }

  .custom-row {
    padding: 10px;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    width: 100%;
    gap: unset;
    height: unset;
    margin-bottom: 30px !important;
  }

  .custom-row .text-block {
    width: 100% !important;
    max-width: unset;
    padding: 0;
    margin-bottom: 30px !important;
  }

  .about-us-block {
    margin: 0 0 30px 0;
  }

  .custom-container.custom-container.home-page h2 {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .custom-container.custom-container.home-page p {
    font-size: 13px;
    line-height: 25px;
  }

  .custom-container.custom-container.home-page .heading {
    width: 100%;
  }

  .custom-row .image-block {
    width: 100%;
  }

  .custom-row .image-block img {
    width: 100%;
    margin-bottom: 30px;
  }

  .description-block {
    width: 100%;
  }

  .description-block {
    margin-bottom: 0px;
  }

  .custom-row.testing-block {
    width: 100%;
  }

  .custom-row.testing-block .text-block {
    padding-bottom: 0;
  }

  .built-for-growth-block .custom-row {
    padding: 30px 0 30px 0;
  }

  .custom-row.sample-text-block {
    padding-top: 40px;
  }

  .custom-container h2 {
    font-size: 24px;
  }

  .contact-us-block form {
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 12px;
    padding: 50px;
    margin-bottom: 20px;
  }

  .page-custom-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .custom-row.testing-block .text-block {
    width: 100%;
  }

  .custom-row.testing-block .image-block {
    width: 100%;
  }

  .class-col {
    margin-bottom: 20px;
  }

  .custom-footer {
    margin-top: 50px;
    background: #f6f8f9;
    height: unset;
  }
}

.login-btn-div button {
  width: 100%;
  font-weight: 600;
}

.reg-btn-div button {
  margin-top: 20px !important;
}

.beta-name {
  font-size: small;
}

/* Google Button Design */
.google-btn body {
  margin: 0;
}