.blueBlock,
.blueBlock1 {
  background-color: var(--accent);
  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('/assets/images/uk/ukbanner.png'); */
  position: relative;
}


.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%;
}

.payform input:not(.btnStatic), .payform textarea{
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--grey);
  margin-bottom: 30px;
  padding: 1rem;
}
.payform input:focus{
  outline: none;
  border-bottom: 2px solid var(--accent);
}
@media only screen and (min-width: 1000px) and (orientation: landscape) and (min-height: 600px) and (max-height: 900px) {


.blb-bg h5 {
  width: 100%;
  --FMultiplier: 0.6;

}
.greenBlock {
  padding: 2rem;}
  .payform input:not(.btnStatic), .payform textarea {
    
      margin-bottom: 15px;
      padding: 0.5rem;
}
.blueBlock, .blueBlock1 {
  padding: 35px;
}
#DubaipaymentForm input, #DubaipaymentForm input::placeholder, #DubaipaymentForm textarea, #DubaipaymentForm textarea::placeholder{
  --PMultiplier: 1;
  font-size: calc(1rem * var(--PMultiplier));
}
#DubaipaymentForm textarea:focus-visible{
  outline: none;
}
}

@media (max-width: 991px) {
  .greenBlock {
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  
  
    .blueBlock,
    .blueBlock1 {
      padding: 20px;
    }
    .greenBlock {
      padding: 2rem;
    }
    main .padT100{
        padding-top: 50px;
        padding-bottom: 50px;
    }
  }







