.clients.element-one .clients-item > .holder,
.clients.element-two .clients-item > .holder {
    height: 100px !important;
}
header{ position:absolute !important; width:100%}

  .homepage-ten-pricing-table .rt-pricing-table.element-three > .holder > .pricing .price {
      font-size: 45px !important;
  }
  
  .rt-pricing-table.element-three > .holder > .heading .subtitle
 {

    font-size: 16px !important;
    color:#000 !important;
}

.rt-pricing-table.element-three > .holder {

    background-color: #fde0c6 !important;
    
}

/* Base sticky header */
#masthead {
  position: sticky !important;
  top: 20px;
  z-index: 9999;
  background-color: #1C1A4E;
  transition: background-color 0.3s ease;
}

/* Transparent version when scrolled */
html.scrolled #masthead {
  background-color: #1C1A4E63;
}