.fullDform input:not(.btnStatic), .fullDform select{
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--primary);
    margin-bottom: 30px;
    border-radius: 0;
    padding: 1rem;
}

.alert {
 border: none;
  background-color: #a8fac336;
}


.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
}
.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;
}

.greenBlock h4 {
  padding-bottom: 20px;
}
.blb-bg {
  /* background: url('/desktop/frontend/images/uk/ukbanner.png'); */
  position: relative;
}

.greenBlock {
  color: var(--accent);
}
.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;
    }
}

