@font-face {
    font-family: poppins;
    src: url('font/Poppins-Regular.ttf');
}

body {
    padding: 0;
    margin: 0;
    /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    font-family: poppins;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

:root {
    --bg_color: #057DCD;
}

/*header part css*/
.header-wrapper {
    background: #F0BE31;
}

.top_menu {
    background-color: transparent;
    border-bottom: none;
}

.top_menu ul li {
    padding: 8px 10px;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover {
    background: #fdd872;
    border-radius: 15px;
    padding: 5px 30px;
    margin-top: 15px;
}

.navbar-dark .navbar-nav .active .nav-link {
    background: #f18805;
    border-radius: 15px;
    padding: 5px 30px !important;
    margin-top: 15px !important;
}

input#searchbox {
    border-radius: 15px;
    background: transparent;
    border: 1px solid #333;
}

#searchbox_btn {
    border-radius: 5px;
    margin-left: 15px;
    background: #333;
    color: #fff;
    width: 40px;
}

#searchbox_btn .search_btn {
    color: #fff;
}

.navbar {
    padding-top: 10px;
}

/*header part css*/


@media (min-width: 1250px) {


    .leftPartCol {
        padding-left: 0;
    }

    .rightPartCol {
        padding-right: 0;
    }

    .middlePartCol {
        padding: 30px;
    }

    .appshot {
        margin-top: 20px;
    }

}

@media (min-width: 768px) {
    .paddingLeft {
        padding-left: 0;
    }

    .paddingRight {
        padding-right: 0;
    }

    .download_link_btn {
        margin-top: 35px;
    }

    .arrowIstall {
        position: absolute;
        right: -11px;
        top: 50%;
    }
}


.top_menu {
    background-color: #fff;
    border-bottom: 1px solid #D3D3D3;
    color: #000;

}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:hover {
    color: #494949;
    font-size: 16px;
    padding: 0px 12px;
}


input#searchbox {
    background-color: #EFF3F6;
    border-right: 1px solid #D3D3D3;
}

#searchbox_btn {
    background-color: #EFF3F6;

}

a {
    text-decoration: none;
}

.navbar {
    padding: 24px 5px;
}

.navbar-toggler {
    background: #cccccc;
}

.nav_menu li a {
    color: #ccc !important;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 16px;
}


ul.navbar-nav li {

}


.search_box {
    position: relative;
}

.search_box input {
    border-radius: 4px 0px 0px 4px;
    border: none;
}

.search_box input.form-control:focus, .search_box button:focus {
    outline: none !important;
    box-shadow: none;
}

.appendBtn {
    background: #fff;
    border-radius: 0px 4px 4px 0px;

}

.footer_menu ul {
    display: flex;
}

.footer_menu ul li a {
    border-left: 1px solid #ccc;
    padding: 0px 15px;
}

.footer_menu ul li:last-child a {
    border-right: none;
}

.footer_menu ul li:first-child a {
    padding-left: 0px;
    border-left: none;
}

.footer_menu .coronaVirus {
    color: #00d49f;
}


.container {
    /*max-width: 1055px;*/
}

.app_name h2 {
    font-size: 20px;
}

h2.app_name {
    font-size: 28px;
}

.app-img {
    overflow: hidden;
    -webkit-border-radius: 14px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

.app_category_name {
    font-size: 14px;
    color: #717570;
    word-wrap: break-word;
}

.app_details h3 {
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 5px;
}

.app_details p {
    font-size: 14px;
    line-height: 26px;
}

.app_details ul {
    padding-left: 15px;
}

.app_details ul li {
    margin-left: 0px;
    font-size: 14px;
}

.app_score {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}

.download_btn {
    font-size: 12px;
    color: #18c499;
    padding: 8px 15px;
    border: 1px solid #d1f3eb;
    border-radius: 25px;
}

.app_name h3 {
    font-size: 26px;
}

.download_btn:hover {
    background: #18c499;
    color: #fff;
    text-decoration: none;

}

.download_link_btn {

    height: 46px;
    text-align: center;
    line-height: 46px;
    position: relative;
    background-color: blue;
    color: #fff;
    font-size: 15px;
    display: block;
    background: rgba(0, 0, 255, 0.7);
    border-radius: 8px;
    font-weight: bold;
}

.download_link_btn:hover {
    color: #fff;
    text-decoration: none;
}


.info_item span {
    font-size: 14px;
}

.rating_score span {
    font-size: 14px;
}


.stars {
    position: relative;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 20px;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.big-have-star {
    position: absolute;
    left: 0;
    background-image: url(/assets/img/rating/star_full_active.svg);
    background-repeat: repeat-x;
    height: 18px;
    background-size: 18px 18px;
}

.star {

    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(/assets/img/rating/star_outline.svg);
    background-size: cover;
    -webkit-transition: all .1s;
    transition: all .1s;
}

input[id*="star"] {
    display: none;
}

.uninstall_info p {
    margin-bottom: 3px;
    font-size: 12px;
    color: #999;
}

.table.app_info td {
    font-size: 14px;
}


.app_info .appImg {
    width: 32px;
    height: 32px;
}

.app_info .app_name {
    padding-left: 10px;
}



.platformIcon {
    font-size: 20px;
    padding-right: 10px;
}




h4.subTitle {
    font-size: 18px;
    padding-top: 20px;
}

.notes {
    border: 1px solid #e8e8e8;
    padding: 10px;
    color: #999;
    font-size: 13px;
}

.searchItemBox {
    border: 1px solid #ddd;
    position: relative;
    display: block;
    margin: 20px 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .2);
    border-radius: 8px;
    padding: 12px 16px;
}

.searchLogo {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.searchItemBox a {
    text-decoration: none;
}

.searchItemBox .appLink a {
    font-size: 13px;
    color: #000;
}

.searchItemBox .appName a {
    font-size: 16px;
    color: #1967d2;
}

.searchTitle {
    padding-top: 20px;
}

.notFound {
    min-height: 300px;
}

.searchItemBox .appTitle {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.searchItemBox .appDes{
    max-height: 20px;
    overflow: hidden;
}

.searchItemBox .appDes span{
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchItemBox .app_des {
    color: #666;
    font-size: 14px;
    min-height: 60px;
    height: 65px;
    overflow: hidden;
}

.searchItemBox img {
    border-radius: 5px;
}

.cateLink, .cateLink:hover {
    text-decoration: none;
    color: #40a2f1;
}

.reviewBtn, .reviewBtn:hover {
    background: #34b792;
    color: #fff;
    margin-left: 20px;
}


.download-btn, .download-btn:hover {
    border: 1px solid #34b792;
    color: #34b792;
}

.disclaimer {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}


.footerTop {
    background: #333;
    padding: 30px 0;
    color: #fff;
}

.footerTop h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.footerTop ul li {
    margin-bottom: 8px;
}

.footerTop ul li a {
    color: #fff;
    padding: 0px 10px;
}

.footerTop ul li a:hover {
    text-decoration: none;
}

.fotterMiddle {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 15px;
    padding-top: 15px;
}

.footerBottom {
    background: #161616;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #888;
}


.appBox {
    background: #fff;
    margin-bottom: 35px;
    padding-top: 10px;
}

.appInfo {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #e7e9ee;
}

.versionInfo {
    padding: 10px;
    text-align: center;
}

.imageContainer {
    height: 150px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.appInfo .app_title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    height: 38px;
    overflow: hidden;
}

.appInfo a:hover {
    text-decoration: none;
}

.developerName {
    color: #c9c7c7;
    font-size: 14px;
    font-weight: bold;
}

.versionInfo {
    color: #c9c7c7;
    font-size: 14px;
}


.appSiteImg {
    width: 32px;
    float: left;
    padding-bottom: 15px;
}

.appSiteImg img {
    border-radius: 15px;
}

.siteAppName {
    float: left;
    padding-left: 6px;
    font-size: 14px;
    color: #333;
    padding-top: 5px;
}

.sitebar_title {
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

.sitebar_title span {
    border-bottom: 2px solid green;
}

.appshot_item .app_title {
    color: #494949;
    font-size: 16px;
    font-weight: bold;
    word-wrap: break-word;
    max-height: 38px;
    overflow: hidden;
}

.appshot_item a:hover {
    text-decoration: none;
}

.appshot_item .appImg img {
    border-radius: 25px;
}

.appshot_item {
    padding: 10px;
}

.moreText {
    display: none;
}

.readMoreBtn, .readMoreBtn:hover {
    color: #3b898a;
    font-size: 17px;
    font-weight: bold;
}



/*.homeMiddleAd
{
  margin-bottom: 35px;
}*/

/* new css */
.downloadPart .category {
    font-size: 12px;
}

/* new css */

.download_num {
    font-size: 14px;
    font-weight: 600;
}

.downloadPart .rating_score {
    font-size: 14px;
    font-weight: 600;
}

h2.appScreenshot {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

.carouselDetails .carousel-control-next, .carouselDetails .carousel-control-prev {
    display: inline-block;
    position: relative;
    background: black;
    width: 35px;
    border-radius: 50%;
}

.carouselDetails .carouselControl {
    text-align: right;
    margin-bottom: 20px;
}

.carouselDetails .carousel-control-prev {
    background: rgba(0, 0, 0, 0.25);
}

.carouselDetails .carousel-control-next {
    background: #4C4CFE;
}

.carouselDetails .carousel-control-next-icon, .carouselDetails .carousel-control-prev-icon {
    margin-top: 5px;
}

.siteBarDivider {
    height: 40px;
}

.widget_area {
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.widget_title {
    background: var(--bg_color);
    border-radius: 6px 6px 0px 0px;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    padding: 0 18px;
    margin-top: 0;
}

.widget_title span {
    font-size: 14px;
    float: right;
}

.widget_title span a {
    color: #373737;
}

.widget_item {
    border-bottom: 1px solid #cccccc;
}

.mediaIcon {
    padding-bottom: 15px;
}

.followerNum {
    font-size: 12px;
}

.related_app_name {
    border: 1px solid #cccccc;
    color: #cccccc;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px 5px;
    text-align: center;
}

.subTitle {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.subTitle:after {
    content: "";
    display: block;
    width: 50px;
    padding-top: 5px;
    border-bottom: 5px solid #333333;
}

.app_details h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
    font-family: poppins;
}

.app_details h3:after {
    content: "";
    display: block;
    width: 50px;
    padding-top: 5px;
    border-bottom: 5px solid #79C9A1;
}


.install_step_title {
    height: 50px;
    padding-top: 10px;
}


ul li {
    list-style-type: none;
}

.relatedAppBox {

    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 10px;
}

.relatedAppBox .appImg {
    text-align: center;
}

.relatedAppBox .appImg img {
    border-radius: 6px;
}

.relatedAppBox .app_title {
    font-size: 16px;
    height: 44px;
    line-height: 1.2;
    padding-top: 5px;
    overflow: hidden;
    margin-bottom: 6px;
}

.relatedAppBox .app_title a {
    font-size: 16px;
    color: #808080;
    font-weight: bold;
}

.relatedAppBox .app_version {
    font-size: 12px;
    color: #808080;
    min-height: 18px;
}

.reviewStars {
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    padding: 10px 0;
    margin: 20px 0;
}

.ratingLeft {
    border-right: 1px solid #D3D3D3;
}

.reviewStars .progress {
    margin-bottom: 9px;
}


.reviewStars .rating {
    font-size: 36px;
    font-weight: bold;
}

.reviewStars .review {
    font-size: 20px;
}

.reviewStars .total_review {
    font-size: 14px;
    color: #272727;
}

.comment_area .stars {
    float: left;
}

.comment_area .time {
    font-size: 12px;
    color: #808080;
}

.comment_list {
    padding-top: 20px;
    border-top: 1px solid #D3D3D3;
    margin-bottom: 20px;
}

.btnDownload {
    background: #333333;
    border-color: #333333;
    font-size: 14px;
    color: #ffffff;
    padding: 20px 15px;
    border: 1px solid #333333;
    border-radius: 5px;
    display: block;
}

.btnDownload:hover {
    color: #ffffff;
    text-decoration: none;
}



.downloadTopPart {
    background: #FFF9EB;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px
}

.downloadTopPart h2.app_name {
    color: #272727;
    font-size: 30px;
    font-weight: bold;
}

.downloadTopPart .category {
    color: #272727;
    font-weight: bold;
    font-size: 16px;
}

.downloadTopPart .category a {
    font-weight: normal;
    color: #373737;
}

.downloadTopPart .developer {
    color: #373737;
}

.downloadTopPart .ratingTitle {
    font-size: 20px;
}

.downloadTopPart {
    margin-bottom: 30px;
}

h2.apkDownloadTitle {
    font-size: 35px;
    font-weight: bold;
}

.dInfo {
    font-weight: bold;
}

.app_info .fa {
    margin-right: 6px;
}

.downloadInfoContent {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
}

.bottomContent {
    color: red;
    padding-top: 20px;
}

h6.app_title a {
    font-size: 15px;
    font-weight: bold;
    color: #494949;
}

h6 span {
    float: right;
}

h6.app_title span a {
    float: right;
    font-size: 14px;
    color: #0F4C75;
}

.installDes .col-md-4 {
    position: relative;
    margin-bottom: 20px;
}

.section {
    padding: 30px 0;
}

#tophomeSlider {
    /*background: linear-gradient(98.7deg, #86C5FF 0%, #A041FF 100%);
    opacity: 0.08;
    */
    background: #F8F8F8;
}

.slideContent h2.app_name a {
    font-size: 55px;
    font-family: "poppins";
    font-weight: bold;
    color: #272727;
}

.slideContent h2.app_name a:hover {
    text-decoration: none;
}

.slideContent .availableApk {
    font-family: "poppins";
    font-size: 36px;
    color: #6C6C6C;
    padding-bottom: 25px;
}

.slideContent .category {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.slideContent .category a {
    font-size: 12px;
    color: #01CAFE;;
}

.ratingContent {
    width: 100%;
}

.starScore {
    width: 90px;
    margin: 0px 10px;
}

.slideContent .SlidedownloadBtn {

    color: #fff;
    font-size: 15px;
    background: #0000FF;
    border-radius: 8px;
    font-weight: bold;
    padding: 14px 15px;
}

.downloadVersion {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin-bottom: 15px;
}

.slideImage .slide1 {
    padding-top: 20px;
}

#newReleaseSection {
    background: #ffffff:
}

.newAppName {
    font-size: 16px;
    color: #ffffff;
    padding: 8px 0;
    font-weight: bold;
    min-height: 63px;
    line-height: 1;
}

.scoreVersion {
    font-size: 14px;
    color: #ffffff;
}





.topDapp {
    padding: 5px 3px;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc;
    text-align: center;
}

.topDapp a:hover, .editorChoice a:hover {
    text-decoration: none;
}

.topDapp .img {
    border-radius: 60px;
    width: 80%;
    text-align: center;
}

.topDapp .newAppName, .topDapp .scoreVersion {
    text-align: left;
}

.dNumber {
    height: 38px;
}

.editorChoice {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #999;
    padding: 5px 3px;
}

.editorChoice .img {
    border-radius: 60px;
}

.getTouch {
    font-size: 24px;
    color: #272727;
    font-weight: bold;
}

.getTouchText {
    color: #6C6C6C;
}

#contactSection {
    font-size: 16px;
}

#contactSection .fa {
    color: #00D49F;
    padding-right: 10px;
}

.sendMessageBtn {
    background: #00D49F;
    font-size: 15px;
    display: block;
    padding: 10px;
    width: 100%;
    border-color: #00D49F;
}

.sendMessageBtn:hover {
    background: #00D49F;
    border-color: #00D49F;
}

#review {
    background: #E9BF50;
    padding: 60px 0;
    color: #fff;
}


#review .sectionTitle {
    color: #fff;
}

.reviewSlider {
    color: #000;
}

#review .bx-wrapper {
    background: #E9BF50;
    border: 0;
    box-shadow: none;
}

.reviewBox {
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    color: #6C6C6C;
}

.reviewBox .reviewText {
    border-top: 2px solid #cccccc;
    color: #6C6C6C;
    margin-top: 15px;
    padding-top: 15px;
}

.reviewBox .name {
    color: #393939;
    font-size: 16px;
}

.reviewerImg {
    position: absolute;
    left: 45%;
    top: -30px;
}

.footerTitle {
    font-size: 20px;
    padding-bottom: 30px;
    font-weight: bold;
}

.footerTop ul {
    padding: 0;
}

.subscribeBtn, .subscribeBtn:hover {
    background: #00D49F;
    width: 100%;
}

.footerTop hr {
    border-top: 1px solid #ccc;
}

.nav-pills .nav-link {
    border: 1px solid #cccccc;
    margin-right: 10px;
    border-radius: 25px;
    color: #cccccc;
}

.nav-pills .nav-link.active {
    background: #00D49F;
    border: none;
}

#tophomeSlider .bx-wrapper {
    border: none;
    box-shadow: none;
    background: #F8F8F8;
}

.appItemContent {
    min-height: 115px;
}

.appsItemImageContainer {
    min-height: 136px;
}

/* new custom */
.right_part_ads {
    width: 300px;
    margin: auto;
}

.ads_debug {
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: rgb(247, 247, 123);
    min-height: 150px;
}

.item_part img {
    width: 40px;
}

.item_part th, .item_part td {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #ffffff;
}


.app_details ul li {
    list-style-type: disc;
    line-height: 26px;
    font-size: 14px;
}

/*
#newReleaseSection .bx-wrapper
{
  border : none;
  box-shadow : none;
}
#populerGameSection .bx-wrapper
{
  border : none;
  box-shadow : none;
}
#newReleaseSection ul li
{
  -webkit-box-shadow: 0px 3px 3px 0px rgba(169,169,169,1);
  -moz-box-shadow: 0px 3px 4px 0px rgba(169,169,169,1);
  box-shadow: 0px 3px 3px 0px rgba(169,169,169,1);
}
.section .appsItem .img
{
  border-radius: 5px 5px 0px 0px;
}
.section .appsItem .scoreVersion
{
  padding-bottom: 8px;
}
*/


@media only screen and (min-width: 1100px) {
    .bx-wrapper .bx-prev {
        left: -40px !important;
    }

    .bx-wrapper .bx-next {
        right: -40px !important;
    }
}

@media only screen and (max-width: 1099px) {
    .bx-wrapper .bx-prev {
        left: -18px !important;
    }

    .bx-wrapper .bx-next {
        right: -18px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .download_btn {
        font-size: 9px;
        padding: 5px 6px;
    }
}

@media only screen and (max-width: 767px) {

    .right_part_ads {
        width: 100%;
    }

    .sectionTitle {
        font-size: 25px;
    }

    .slideContent .availableApk {
        font-size: 30px;
        line-height: 1;
    }

    .nav-pills .nav-link {
        border-radius: 8px;
        padding: 3px 4px;
        font-size: 13px;
    }

    #tophomeSlider .starScore {
        margin: auto;
    }


    .topDapp .newAppName, .topDapp .scoreVersion {
        text-align: center;
    }

    .Dscore {
        padding-left: 32%;
    }

    .download_link_btn {
        width: 100%;
    }

    .footer_menu ul {
        display: inline-block;
    }

    .footer_menu ul li {
        float: left;
    }

    .slideContent {
        text-align: center;
    }


    ul.navbar-nav li.active {
        border-bottom: none;
    }

    ul.navbar-nav li {
        padding: 5px 10px;
    }

    .downloadTopPart {
        text-align: center;
    }

    .downloadPart {
        text-align: center;
    }

    .hideMobile {
        display: none;
    }

}