
#banner-play-and-learn {
    position: fixed;
    max-width: 250px;
    height: auto;
    right: 5%;
    padding-top: 20px;
    -webkit-transition:all 2s ease;
    -moz-transition:all 2s ease;
    transition: right 2s ease;
}

.top-130 {
    top:130px;
}

@media screen and (max-width: 768px){
    #banner-play-and-learn {
        display: none !important;
    }
    .main{
        max-width: 100%;
    }
} 
@media screen and (max-width: 1080px) and (min-width:900px){
    #banner-play-and-learn {
        position: fixed;
        width: 180px;
        height: auto;
        right: 5px;
    }
}
@media screen and (max-width: 900px) and (min-width:768px){
    #banner-play-and-learn {
        position: fixed;
        max-width: 150px;
        height: auto;
        right: 0;
    }
}  

@media screen  and ( max-width:1150px ) {
    #banner-parent .btn-close-img{
        right: 3%;
    }
}

#banner-community-post {
    display: none;
    position: fixed;
    max-width:240px;
    height: auto;
    right: 2%;
    padding-top: 20px;
    -webkit-transition:all 2s ease;
    -moz-transition:all 2s ease;
    transition: right 2s ease;
    
}
@media screen and (max-width: 768px){
    #banner-community-post {
        display: none !important;
    }
    .main{
        max-width: 100%;
    }
} 

@media screen and  (min-width:1300px){
    #banner-community-post{
        position: fixed;
        height: auto;
        right: 4%;
    }
}
@media screen and (max-width: 1080px) and (min-width:900px){
    #banner-community-post{
        position: fixed;
        max-width: 170px;
        height: auto;
        right: 5px;
    }
}
@media screen and (max-width: 900px) and (min-width:768px){
    #banner-community-post {
        position: fixed;
        max-width: 100px;
        height: auto;
        right: 0;
    }
}   

.btn-close-img{
    position: absolute;
    z-index: 1;
    right: 5%;
    top: 5px;
}
.btn-close-img {
    font-weight: 500;
    font-size: 1rem;
}
.banner-teky-v3 {
    position: relative;

}
@media screen and (max-width=991) {
    #banner-play-game {
        max-width: 500px;
    }
}

#header .headTop .switch-user .active {
  background-color: var(--bd-green);
  color: white;
}
