@media screen and (min-width: 1700px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		/*max-width: 1640px;*/
	}
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 15px;
    color: #5f6368;
    /*font-weight: 600;*/
}

.logo {
    width: 170px;
}

header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    transition: box-shadow .2s ease-in-out;
    width: 100%;
    z-index: 99;
    padding: 0px 25px;
    border-bottom: unset !important;
}

header .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-row .menu-flex {
    display: flex;
    align-items: center;
}

.menu-wrapper {
    margin-left: 30px;
    margin-right: 0;
}

.menu-wrapper li a {
    color: rgb(95, 99, 104);
    text-decoration: unset;
    font-weight: 600;
}

.menu-wrapper #menu-item-11 a {
    color: #01875f;
}

.wt_menu li {
    margin-right: 30px;
    padding: 20px 0;
    font-size: 15px;
}

.menu-wrapper #menu-item-11 {
    border-bottom: 3px solid #01875f;
}

.start {
    margin-top: 60px
}

.top-icon {
    display: flex;
    align-items: center;
}

.top-icon span {
    color: #5f6368;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.top-icon span:hover {
    background: #f5f5f5;
}

.title-flex {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.title-flex h1 {
    font-size: 54px;
    margin-bottom: 20px;
    color: #202124;
}

.title-flex .game-logo {
    width: 240px;
}

.title-flex p {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.title-flex .title-desc {
    font-size: 12px;
    font-weight: 600;
}

.title-flex .title-list {
    display: flex;
    margin: 30px 0;
}

.title-flex .title-list div {
    text-align: center;
    margin-right: 25px;
    padding-right: 25px;
    position: relative;
    font-size: 12px;
}

.title-flex .title-list div:after {
    content: '';
    display: block;
    width: 1.5px;
    height: 25px;
    background: #e8eaed;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.title-flex .title-list div:last-child {
    margin-right: 0;
}

.title-flex .title-list div:last-child:after {
    display: none;
}

.title-flex .title-list div h5 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #202124;
}

.title-flex .title-list div p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}

.title-flex .title-list .title-star {
    width: 9px;
    vertical-align: 0;
}

.title-flex .title-list .title-L {
    width: 18px;
    margin-bottom: 5px;
}

.title-flex .title-install {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 30px 0;
    font-weight: 500;
}

.title-flex .title-install .install-2 img {
    width: 28px;
    margin-right: 6px;
}

.title-flex .title-install br {
    display: none;
}

.title-flex .title-install .installmou  {
    margin-right: 13px;
    color: #038860;
    font-weight: 600;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.title-flex .title-install .install-1 {
    padding: 0;
}

.title-flex .title-install .btn {
    background: #01875f;
    border-radius: 8px;
    padding: 10px;
    width: 200px;
    color: #fff;
    font-weight: 600;
	display:none;
}

.title-flex .title-install .btn:hover {
    background: #056449;
}

.title-flex .title-install div:hover {
    color: #056449;
    background: #f6fafe;
}

.title-flex .title-desktop {
    width: 30px;
    margin-right: 8px;
}

.game-img .vc_column-inner {
    padding-right: 0px;
}

.game-img .vc_column-inner img {
    border-radius: 8px;
}

.game-img {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.game-img:after {
    content: '';
    background-image: url('img/arrow-right.png');
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    background-color: #fff;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    right: -28px;
    top: 0px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.game-listing .game-box {
    display: flex;
    align-items: start;
    gap: 17px;
    padding: 15px 10px;
    border-radius: 8px;
}

.game-listing a {
    color: #5f6368;
    text-decoration: unset;
}

.game-listing .game-box:hover {
    background: #f5f5f5;
}

.game-listing .game-box h4 {
    font-size: 15px;
    margin-bottom: 3px;
}

.game-listing .game-box img {
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.game-listing .game-box span {
    font-size: 13px;
    vertical-align: -1px;
    margin-left: -3px;
}

.gamemou {
    padding-left: 50px;
}

.gamemou .titlemou {
    padding-left: 10px;
}

.titlemou {
    display: flex;
    align-items: center;
    margin-bottom: 5px !important;
}

.titlemou h2 {
    font-size: 22px;
    color: #202124;
    margin-bottom: 0;
    margin-right: 5px;
}

.titlemou img {
    width: 26px;
}

.titlemou .arrowmou {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.titlemou .arrowmou:hover {
    background: #f5f5f5;
}

.tags {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 12px;
    padding-top: 15px;
    flex-wrap: wrap;
}

.tags a {
    padding: 5px 18px;
    border-radius: 50px;
    border: 1px solid rgb(218, 220, 224);
    text-decoration: unset;
    color: #5f6368;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.tags a:hover {
    background: #f5f5f5;
}

.footer {
    padding: 30px 0;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 30px;
    margin-bottom: 0;
}

.footer ul li {
    font-size: 12px;
}

.footer ul li a {
    text-decoration: unset;
    color: #5f6368;
}

.footer .row {
    align-items: center;
}

.footer .footer-right {
    text-align: right;
    font-size: 12px;
}

.footer .footer-right img {
    width: 25px;
    margin-right: 10px;
}

.footer-menu {
    padding: 50px 0 10px;
}

.footer-menu .line {
    border-top: 1px solid #e8eaed;
    padding: 25px;
    margin: 0 10px;
}

.clear {
    clear: both;
}

.footer-menu h4 {
    font-size: 14.5px;
    font-weight: 600;
    color: #5f6368;
    margin-bottom: 12px;
}

.footer-menu ul {
    padding-left: 0;
    list-style: none;
}

.footer-menu ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-menu ul li a {
    text-decoration: unset;
    color: #5f6368;
}

.footer-menu ul li a:hover, .footer ul li a:hover {
    color: #01875f;
}

.content-box {
    margin-bottom: 35px;
}

.content-info {
    padding: 15px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-top: 30px;
}

.content-info div {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.content-info div img {
    width: 30px;
    height: 30px;
    object-fit: contain
}

.content-info div:first-child img {
    padding: 5px;
}

.install-btn {
    margin-top: -5px;
}

.install-btn a {
    color: #038860;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: unset;
}

.install-btn a:hover {
    color: #056449;
    background: #f6fafe;
}

.titlemou2 {
    justify-content: space-between;
    margin-bottom: 10px !important;
}

.titlemou2 div {
    display: flex;
    align-items: center;
}

.titlemou2 br {
    display: none;
}

.titlemou2 .btn-link {
    color: #5f6368;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: unset;
    font-size: 15px;
}
    
.titlemou2 .btn-link:hover {
    background: #f5f5f5;
}

.titlemou2 .btn-link img {
    margin-top: -1px;
    margin-left: 5px;
}

.tags2 br {
    display: none;
}

.tags2 img {
    width: 20px;
    margin-top: -5px;
    margin-right: 3px;
}

.tags2 li:first-child a {
    background: #e6f3ef;
    color: #056449;
    border: 1px solid #e6f3ef;
}

.tags2 li:first-child a:hover {
    background: #f5f5f5;
}

.arrowmou br, .btn-link2 br {
    display: none;
}

.titlemou3 h2 {
    margin-bottom: 20px !Important;
}

.btn-link2 {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.btn-link2 img {
    width: 30px;
    margin-right: 8px;
    margin-top: -5px;
}

.btn-link2 a {
    text-decoration: unset;
    color: #5f6368;
}

.rating-box {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.rating-box .rating-num {
    width: 120px;
}

.rating-box .rating-num h4 {
    font-size: 55px;
    color: #202124;
    font-weight: 400;
}

.rating-box .rating-num img {
    width: 15px;
    margin-right: 3px;
}

.rating-box .rating-num div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rating-box .rating-num p {
    font-size: 12px;
    margin-bottom: 0;
}

.rating-box .rating-line {
    margin-top: 10px;
    width: 100%;
}

.rating-box .rating-line p {
    margin-bottom: 0;
    font-size: 12px;
}

.rating-box .rating-line .line-flex {
    display: flex;
    width: 100%;
    align-items: center;
}

.rating-box .rating-line .rate-line {
    background: #e8eaed;
    width: 100%;
    height: 10px;
    border-radius: 50px;
    margin-left: 20px;
    position: relative;
}

.rating-box .rating-line .rate-line:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #01875f;
    border-radius: 50px;
}

.rating-box .rating-line .rate-line5:after {
    width: 60%;
}

.rating-box .rating-line .rate-line4:after {
    width: 30%;
}

.rating-box .rating-line .rate-line3:after {
    width: 45%;
}

.rating-box .rating-line .rate-line2:after {
    width: 40%;
}

.rating-box .rating-line .rate-line1:after {
    width: 5%;
}

.review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.review div {
    display: flex;
    align-items: center;
}

.review div p {
    margin-bottom: 0;
}

.review div h4 {
    font-size: 15px;
}

.review div img {
    width: 60px;
    margin-left: -10px;
}

.review-star {
    display: flex;
    align-items: center;
    margin: 20px 0 10px;
    font-size: 12px;
}

.review-star img {
    width: 10px;
    margin-right: 7px;
}

.review-star p {
    font-size: 12px;
}

.tags3 {
    margin-top: -15px;
}

.tags3 li:first-child {
    font-size: 13px;
}

.review .dots-link {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.review .dots-link:hover {
    background: #f5f5f5;
}

.review .dots-link img {
    width: 45px;
    margin: 0;
}

.download-btn {
    margin: 30px 0 15px !important;
    color: #01875f;
    font-weight: 600;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    width: fit-content;
}

.download-btn:hover {
    background: #f6fafe;
}

.footer .col-md-8 .footer-right {
    display: none;
}

.fixed-menu-bottom {
    display: none;
}

.m-game-logo {
    display: none;
}

.m-show {
    display: none;
}


.daftplugPublic .daftplugPublicInstallButton{background: #01875f;
    border-radius: 8px;
    padding: 0px;
	height:46px;
    width: 200px;
    color: #fff;
    font-weight: 600;}
.install_div button{display:block;background: #01875f;
    border-radius: 8px;
    padding: 0px;
	height:46px;
    width: 300px;
    color: #fff;
    font-weight: 600;border:none;transition:all 0.3s linear;font-size:16px;}
.install_div a{background: #01875f;display:flex;text-decoration:none;height:46px;width: 300px;text-align:center;justify-content:center;align-items:center;color: #fff;
    font-weight: 600;border:none;transition:all 0.3s linear;border-radius: 8px;font-size:16px;}
.install_div button:hover, .install_div a:hover{opacity:0.8;text-decoration:none;color:#fff;}

.progress-text{text-align:center;padding:0 15px;font-weight:bold;font-size:14px;}

.progress{width:300px;margin-bottom:0 !important;height:30px !important;border-radius:6px !important;}

 .progress-bar {
      position: relative;
      top: 0;
      left: 0;
      height: 3px;
      background-color: #4caf50;border-radius:5px;
      width: 0%;
      margin-bottom:5px;
    }


@media only screen and (max-width: 1200px) {
    .menu-wrapper {
        position: relative;
        right: 0;
        width: 100%;
        max-width: 100%;
        box-shadow: unset;
        padding: 0;
        margin-left: 0;
    }
    
    .wt_menu li {
        display: inline-block;
        padding: 20px 0;
        margin-bottom: 0;
    }
    
    .menu-wrapper li a {
        padding: 0;
    }
    
    .logo {
        width: 240px;
    }
    
    .title-flex h1 {
        font-size: 36px
    }
    
    .title-flex {
        padding: 40px 0;
    }
    
    .title-flex .game-logo {
        width: 200px;
    }
    
    .m-hide, .game-img:after {
        display: none;
    }
    
    .title-flex .title-install .btn {
        width: 160px;
        padding: 5px 10px;
        margin-right: 15px;
    }
    
    .title-flex .title-install .installmou {
        margin-right: 0;
    }
    
    .home .vc_col-sm-8 {
        width: 62%;
    }
    
    .home .gamemou {
        width: 38%;
    }
    
    .titlemou h2 {
        font-size: 18px;
    }
    
    .titlemou {
        margin-bottom: 0 !important;
    }
    
    .game-listing .game-box img {
        width: 58px;
    }
    
    .game-listing .game-box {
        padding: 10px;
        gap: 15px
    }
    
    .game-listing .game-box h4 {
        font-size: 14px;
    }
    
    .gamemou {
        padding-left: 45px;
    }

    .game-img {
        overflow-x: auto;
        width: 100%;
    }
    
    .game-img .vc_column_container {
        min-width: 180px;
    }
    
    .game-img ::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }
    
    .game-img ::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .game-img ::-webkit-scrollbar-thumb {
        background: transparent;
    }
    
    .game-img ::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }
    
    body, .titlemou2 .btn-link {
        font-size: 14px;
    }
    
    .rating-box .rating-num {
        width: 150px;
    }
    
    .review-star {
        margin: 10px 0;
    }
    
    .footer-menu {
        padding: 10px 0;
    }
    
    .footer .col-md-8 {
        width: 80%;
    }
    
    .footer .col-md-4 {
         width: 20%;
    }
    
    .footer ul {
        gap: 25px
    }
}


@media only screen and (max-width: 991px) {
    .menu-wrapper {
        display: none;
    }
    
    header {
        padding: 10px 10px 10px 20px;
    }
    
    .logo {
        width: 170px;
    }
    
    .home .vc_col-sm-8 {
        width: 100%;
    }
    
    /*.game-img {*/
    /*    overflow-x: hidden;*/
    /*}*/
    
    /*.game-img .vc_col-sm-4 {*/
    /*    min-width: auto;*/
    /*}*/
    
    .game-img .vc_col-sm-4:last-child .vc_column-inner {
        padding-right: 15px;
    }
    
    .review {
        margin-top: 0;
    }
    
    .home .gamemou, .footer .col-md-4 {
        display: none;
    }
    
    .footer-menu .col-md-3 {
        width: 100%;
    }
    
    .footer-menu ul {
        margin-bottom: 35px;
    }
    
    .footer .col-md-8, .footer .col-md-4 {
        width: 100%;
    }
    
    .footer ul {
        flex-wrap: wrap;
    }
    
    .footer ul li {
        font-size: 14px;
    }
    
    .footer .footer-right {
        text-align: left;
    }
    
    .footer .col-md-8 .footer-right {
        display: block;
    }
    
    .footer {
        padding: 0 0 100px;
    }
    
    .fixed-menu-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid rgb(218, 220, 224);
        width: 100%;
        padding: 10px 0;
        background: #fff;
        z-index: 99;
    }
    
    .fixed-menu-bottom .game-apps {
        width: 112px;
        text-align: center;
    }
    
    .fixed-menu-bottom .game-apps a {
        text-decoration: unset;
        color: #5f6368;
    }
    
    .fixed-menu-bottom .game-apps h4 {
        margin-top: 3px;
        font-size: 14px;
        margin-bottom: 0;
    }
    
    .fixed-menu-bottom .game-apps2 h4 {
        color: #01875f;
    }
    
    .m-game-logo {
        display: block;
        border-radius: 4px;
        margin: 7px 24px 0 0;
        width: 80px;
    }
    
    .game-logo {
        display: none;
    }
    
    .title-flex {
        display: block;
    }
    
    .title-m {
        display: flex;
        align-items: center;
    }
    
    .title-flex h1 {
        margin-bottom: 10px;
    }
    
    .m-show {
        display: block;
        margin-top: 30px;
    }
    
    .game-listing {
        display: grid;
        grid-template-columns: repeat(2, [col-start] 1fr);
        gap: 10px
    }
    
}

@media only screen and (max-width: 767px) {
    .fixed-menu-bottom .game-apps {
        width: 100%;
    }
    
    .container {
        width: 95%;
        margin: auto;
    }
    
    .titlemou {
        justify-content: space-between;
    }
    
    .footer ul li {
        font-size: 13px;
    }
    
    .review-star img {
        margin-right: 4px;
    }
    
    .titlemou2 {
        display: block;
    }
    
    .titlemou2 .m-flex {
        justify-content: space-between;
    }
    
    .titlemou2 .btn-link {
        padding: 8px 0;
        margin-top: -5px;
    }
    
    .title-flex h1 {
        font-size: 26px;
    }
    
    .title-flex .title-list {
        overflow-x: auto;
    }
    
    .title-flex .title-list div {
        min-width: 130px;
        margin-right: 10px;
        padding-right: 10px;
    }
    
    ::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }
    
    ::-webkit-scrollbar-track {
        background: transparent;
    }
    
    ::-webkit-scrollbar-thumb {
        background: transparent;
    }
    
    ::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }
    
    .game-img {
        width: 105%;
        margin-bottom: 0px;
    }
    
    .rating-box {
        gap: 20px
    }
    
    .title-flex .title-install-m {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    
    .title-flex .title-install .install-1, .title-flex .title-install .install-1 a {
        width: 100%;
    }
    
    .title-flex .title-install .btn {
        width: 100%;
        margin-right: 0;
    }
    
    .mm-hide {
        display: block;
    }
    
    .game-img:after {
        display: none;
    }
    
    .title-flex .title-install {
        align-items: start;
    }
    
    .m-show .titlemou {
        margin-bottom: 10px !important;
    }
    
    .game-listing .game-box {
        padding: 0;
    }
    
    .game-listing .game-box h4, .game-listing .game-box p {
        font-size: 13px;
        -webkit-line-clamp: 2;
        line-clamp: 2; 
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    
    .game-listing {
        gap: 20px
    }
    
    .game-listing .game-box img {
        width: 55px;
    }
	.btnpwa, .btnpwa > * ,.daftplugPublic .daftplugPublicInstallButton{width:100%;display:block;}
	.install_div button, .install_div, .install_div a{width:100%;display:block;}
	.install_div a{display:flex;}
	.progress{width:100%;}
}












