
.fullDform input:not(.btnStatic), .fullDform select{
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--primary);
    margin-bottom: 30px;
    padding: 1rem;
}
.fullDform input:focus, .form-control:focus {
  box-shadow: none;
    outline: none;
    border-bottom: 2px solid var(--accent);
}
.pr-calc-div input[type="radio"]{
  width: 20px;
  margin:0
}
/* .score-section:nth-child(even){
  background-color: red;
} */
.scorer{
  padding: 1rem;
  width: 100%;
  background-color: #a8fac336;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 10px;
}
.blueBlock,
.blueBlock1 {
  background-color: var(--primary);
  border-radius: 20px;
  padding: 50px;
}
.form-control{
  border-radius: 0;
}
.blueBlock1 {
  padding: 3rem;
}
.blueBlock ul,
.greenBlock ul {
  list-style: disc;
}
.blueBlock h3 {
  width: 50%;
}
.greenBlock {
  background-color: #fff;
  border-radius: 20px;
  padding: 3rem;
}

.greenBlock h4 {
  padding-bottom: 20px;
}
.blb-bg {
  /* background: url('/assets/images/uk/ukbanner.png'); */
  position: relative;
}

.greenBlock *{
  color: var(--primary);
  }
  .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%;
}



@media (max-width: 567px) {
    main {
      --FMultiplier: 0.6;
      --PMultiplier: 1;
    }
  
    .blueBlock,
    .blueBlock1 {
      padding: 20px;
    }
    .greenBlock {
      padding: 2rem;
    }
  }

.payform input:not(.btnStatic){
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--primary);
    margin-bottom: 30px;
    padding: 1rem;
}
.payform input:focus{
    outline: none;
    border-bottom: 2px solid var(--accent);
}



@media (max-width:991px){
   
    main{
        --FMultiplier : 0.7;
    }
    td,th,li{
      font-size: 12px;
    }
    #tabSec .padT100{
      padding-top: 50px;
      padding-bottom: 50px;
    }
}

