main.getqrid-website-main.landing-page-main {
}

section.lp-bnr-area {
  background: var(--clr-primary);
}

.lp-bnr-area-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  padding: 100px 10px 20px 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

header.getqrid-website-header.getqrid-website-header-lp {
  background: #ffffff;
}

.lp-bnr-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}


.lp-form-area-wrapper {
  background: #ffffff;
  padding: 40px 20px;
  border-radius: 10px;
  max-width: 500px;
  margin: 0 auto;
}

.lp-title {
  font-size: 2rem;
  font-weight: 900;
}

.lp-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}
.lp-btn {
  margin-top: 30px;
}
.lp-bnr-box.hvimg::before {
  background-image: url(../images/1/dogs.png);
  position: absolute;
  content: "";
  width: 50%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  display: none;
}
.lp-bnr-box.hvimg {
  position: relative;
}

.lp-bnr-box-left-wrapper {
  position: relative;
  z-index: 1;
}

.mb-3.form-fields-holder .custom-btn {
  margin-top: 30px;
}
.lp-section--wrapper {
  padding: 30px 10px;
}

.ls-m-title {
  text-align: center;
  font-weight: 800;
  font-size: Calc(2rem + 0.3vw);
  color: var(--clr-primary);
}

.lpb-holder {
  display: flex;
  flex-wrap: wrap;
}

.lp-s-box {
  flex: 1 1 100%;
  padding: 30px 30px;
  border: 1px solid #efebeb;
  background: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.lpb-name {
  font-size: 1rem;
  font-weight: 700;
}

.lpb-bd {
  font-size: 1rem;
  font-weight: 500;
}
section.lp-section.lighbg {
  background: #fdf4ee;
}

.lpb-holder {
  margin-top: 30px;
}
.slpimg {
  width: 60px;
  margin-bottom: 20px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.slpimg img {
  object-fit: cover;
}

.bg-main {
  background: var(--clr-primary);
}

.how-works .lp-s-box {
  background: transparent;
  border: none;
  color: #ffffff;
  flex: 1 1 100%;
}

.how-works {
  display: flex;
  flex-wrap: wrap;
}
.ls-m-title.clr-white {
  color: #ffffff;
}
.hw-holder {
  margin-top: 30px;
}
.lp-bnr-box-right {
    margin-top: 50px;
    width: 100%;
}
@media only screen and (min-width: 1100px) {
  .lp-section--wrapper {
    padding: 80px 60px;
  }
  .lp-bnr-box {
    flex-wrap: nowrap;
  }
  .lp-bnr-box-left {
  width: 50%;
}

.lp-bnr-box-right {
  width: Calc(100% - 50%);
}

.lp-bnr-area-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  padding: 120px 60px;
  height: 100vh;
  display: flex;
  align-items: center;
}
.lp-title {
  font-size: 3.5rem;
  font-weight: 900;
}
.lp-bnr-box-right {
    margin-top: 0px;
}
.lp-bnr-box.hvimg::before {
  background-image: url(../images/1/dogs.png);
  position: absolute;
  content: "";
  width: 50%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  display: block;
}
.how-works{
    flex-wrap: nowrap;
}
.lp-s-box {
  flex: 1 1 33%;
  padding: 30px 30px;
  border: 1px solid #efebeb;
  background: #ffffff;
  text-align: center;
  margin: 0 auto;
}
}
