.companytitlebg {
  
  background-repeat: repeat;
  background-size: cover;
  background-position: center
  height: 100vh;
  min-height: 500px;
}

.thelostpathclassicbg {
  background-image: url('../img/TLPC-BG.png');
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.charmmebg {
  background-image: url('../img/charmmebg.png');
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.aiobbg {
  background-image: url('../img/aiob_bg.png');
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fillphabetsbg {
  background-image: url('../img/fillphabets_bg.png');
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.badgecontainer{
    text-align: center;
}

.storebadge{
    display:inline-block;
    margin:5px 20px;
    padding:5px;
}
