.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 {
  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%;
}
@media only screen and (min-width: 1000px) and (orientation: landscape) and (min-height: 600px) and (max-height: 900px) {
  main th, main td, main li{
    --PMultiplier: 1;
     font-size: calc(1rem * var(--PMultiplier));
   }
  }
@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);
}
.payform #date,#time{
    display: inline-block;
    width: 48%;
}




@media (max-width:991px){
   
    main{
        --FMultiplier : 0.7;
    }
}




@media (max-width:576px){
  td,th,li{
    font-size: 12px;
  }
  
#tablecontent th {
  word-wrap: anywhere;
}
.tableCellWidth{
  width: 50%;
}
}
