.blueBlock,
.blueBlock1 {
  background-color: var(--primary);
  border-radius: 20px;
  padding: 50px;
}
.blueBlock1 {
  padding: 3rem;
}
.blueBlock ul,
.greenBlock ul {
  list-style: disc;
}
.blueBlock h3 {
  width: 50%;
}
.greenBlock {
  background-color: #fff;
  border-radius: 20px;
  padding: 3rem;
}
.vline {
  background-color: var(--primary);
  height: 1px;
  width: 100%;
  margin-bottom: 10px;
}
.greenBlock h4 {
  padding-bottom: 20px;
}
.blb-bg {
  position: relative;
}
.greenBlock input {
  background-color: transparent;
  height: 30px;
  border-bottom: 1px solid #000;
  border: none;
}
.greenBlock input::placeholder {
  color: #113b4a7c;
}
.greenBlock input::-moz-placeholder {
  color: #113b4a7c;
}
.greenBlock input::-webkit-input-placeholder {
  color: #113b4a7c;
}
.greenBlock input:focus {
  outline: none;
  border: none;
}
.blb-bg h3,
.blb-bg p,
.blb-bg h5 {
  width: 75%;
}
.taxs {
  font-size: 15px;
}
.ringbg {
  background-image: url("/desktop/frontend/images/uk/rings.png");
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 44% 100%;
}
.whatli li {
  list-style: disc;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
@media (max-width: 567px) {
  main {
    --FMultiplier: 0.6;
    --PMultiplier: 1;
  }
  #tabSec .padT50 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .blueBlock,
  .blueBlock1 {
    padding: 20px;
  }
  .greenBlock {
    padding: 2rem;
  }
}
