@media (max-width: 767px) {
    #check5{
        margin-right: 10px;
        width: 80px;
        height: 30px;
    }
    .che{
        margin-left: 0px !important;
        /* text-align: center; */
    }
    .contact {
        display: block;
        /* background: rgb(11, 137, 64);
        background:#fab148; */
    
        /*animation: colorchange 20s;*/
        /*-webkit-animation: colorchange 20s;*/
    }
    #contact-form{
        width: 100%;
        /* margin: auto; */
      }
    #footer {
      padding: 50px 0px !important;
    }
    .d-banner{
        display: none !important;
    }
    .m-banner{
        display: block !important;
    }
    .pd0-m {
        padding: 0 !important;
    }

    .game-txt {
        font-size: 17px;
    }

    .game-wrap {
        padding: 60px 30px;
    }

    .single-game h3 {
        margin-bottom: 20px;
    }

    .single-game {
        min-height: 140px;
    }

    .single-game h4 {
        font-size: 25px;
        line-height: 25px;
    }

    .g-border {
        background: #ededed;
        margin-bottom: 20px;
    }

    .game-inner {
        padding: 15px 0 0;
    }

    .game-wrap h2 {
        font-size: 25px;
        margin-bottom: 0;
    }

    .game-term {
        font-size: 14px;
    }

    .overview-wrap {
        padding: 60px 20px;
    }

    .terms-wrap {
        padding: 40px 20px;
    }

    .thankwrap1 h2 {
        font-size: 17px;
    }

    .thankwrap1 {
        background-size: 115%;
    }

    .game-patch {
        top: 40%;
    }

    .game-patch .name-game {
        width: 100%;
    }

    .logo {
        top: 10px;
        right: 10px;
        width: 150px;
    }

    /* .sec-terms{
        margin-bottom: 40px;
    } */
    .enquiry-btn {
        display: block; /* Show button on mobile/tablet */
    }
}

@media (min-width: 992px) {
    .vh100 {
        height: 100vh;
    }

}
