

#header2 #container {
  color:white;
  font-size:26px;
  position:fixed;
  width:100%;
  display:block;
  margin-top: 50px;
}

#header2 #flip {
  height:50px;
  overflow:hidden;
}

#header2 #flip > div > div {
  color: #2c4ed5;
  /*  padding:4px 12px;*/
  height:45px;
  margin-bottom:45px;
  display:inline-block;
  font-size:26px;
  background:white;
  padding-left:20px;
  padding-right:20px;
  border-radius: 15px;
  font-weight:700
}

#header2 #flip div:first-child {
  animation: show 10s linear infinite;
}


@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}


#header2 #container h2{
  font-size:36px;
  line-height: 40px;
}
#header2 #container h2 small{
  font-size:26px;
  padding-bottom:10px
}



@media only screen and (max-width: 600px) {
#header2 #container {
    color: white;
    font-size: 26px;
    position: fixed;
    width: 100%;
    display: block;
    margin-top: 50px;
    margin: auto;
    right: 50%;
    text-align: center;
    left: 0%;
}

body::before {
  content: "";
  position: fixed;
  background: #040404 url("../img/bg.jpg") top no-repeat!important;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -1;
}

#header2 #container h2 small::before{
    content: "\a";
    white-space: pre;
  padding:10;
}
  section.section-show {
    top: 60px!important;
}
  .menu-logo {
    float: left;
    margin-right: 0px!important;
}
.mobile-view{
  display: block!important;;
}
.desktop-view{
  display: none!important;
}
  .mobile-view img {
    border: solid 5px;
    border-radius: 10px;
    margin-bottom:15px;
    margin-top:15px
}

.counts .count-box {
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: relative;
    text-align: center;
    background: rgba(255, 255, 255, 0.19)!important;
    border-radius: 15px;
    min-height: auto!important;
    margin-bottom: 30px;
}
#getCapcha {
    width: 60%!important;
    float: left;
}


#capcha {
    
    width: 35%!important;
   
}
}
