/* #headingss {
  color: var(--primary);
} */
.wid-50 {
  width: 90%;
}
#imagesec {
  margin-top: 5%;
  margin-right: -8%;
  overflow-x: hidden;
  max-width: 100vw;
}
#imagesec img {
  width: 100%;
  margin-left: 5%;
}
body {
  overflow-x: hidden;
}

/* #tabSec h2 {
  padding-bottom: 50px;
} */
#tabSec .tab-content ul li{
  margin-left: 15px;
}

.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: var(--accent); */
  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 *{
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%;
}

.pad20 {
  padding-left: 20px;
}
.padT60 {
  padding-top: 63px;
  padding-bottom: 10px;
}
.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%;
}
#more6 {
  display: none;
}

@media (max-width: 1300px) {
  :root {
    --FMultiplier: 0.8;
  }
  .taxs {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .blb-bg h3,
  .blb-bg p,
  .blb-bg h5 {
    width: 85%;
  }
  .pad100{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1000px) and (orientation: landscape) and (min-height: 600px) and (max-height: 900px) {
  /* #tabSec li, #tabSec p, #tabSec a {
    --PMultiplier: 0.9;
  } */
  /* #tabSec li{
    font-size: calc(1rem * var(--PMultiplier));
   } */
   #imagesec {
    margin-top: 2%;
  }
  #tabSec .pb-4 {
    padding-bottom: initial !important;
  }
  #tabSec .mb-3 {
    margin-bottom: initial !important;
  }
  #tabSec .nav-item {
    margin-right: 30px;
  }
}
@media (max-width: 1000px) {
  .wid-50 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .blueBlock h3{
    width: 76%;
  }
  :root {
    --FMultiplier: 0.7;
  }
  .ringbg {
    background-size: 50%;
    background-position: 132% 100%;
  }

  .paddb-10 {
    padding-bottom: 1rem;
  }
  .wid-50 {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .blueBlock {
    padding: 40px;
  }
  .blueBlock1{
    padding: 2rem;
  }
  .blueBlock1 ul {
    column-count: 1;
  }
  .padT60 {
    padding-top: 10px;
  }
  .greenBlock {
    padding: 30px;
  }
  /* #tabSec h2 {
    padding-bottom: 24px;
  } */
  #tabSec .padT100 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  #headingss .justify-content-center {
    justify-content: left !important;
  }
}

@media (max-width: 576px){
  #imagesec img{
    margin-left: 0;
  }
  .pad100{
    padding-left: 20px;
    padding-right: 20px;
  }
  .blueBlock{
    padding:15px;
  }
  .ringbg{
    background-size: 100%;
  }
  #logotabSec > .container{
    padding: 0;
}
}
#roundTabSec .nav-pills .nav-link.active, .nav-pills .show > .nav-link , #roundTabSec .nav-pills .nav-link {
font-size: calc(1.2rem * var(--PMultiplier));
  font-weight: 500;
  font-family: var(--mainfont);
}