.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;
  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;
}

.banner_area {
  position: relative;
}


.banner-title {
  font-size: 45px;
  font-weight: bold;
  color: #333;
  margin-bottom: -25px;
  padding-top: 10px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 30px;
  text-align: center;
}

.appItem_content .appIcon {
  padding-left: 10px;
  margin-top: -4px;
}

.appItem_content .appIcon a {
  font-size: 13px;
  color: #393939;
  font-weight: bold;
  line-height: 1;
}

.appItem_content .appIcon img {
  float: left;
  width: 50px;
  height: auto;
  padding-right: 5px;
  border-radius: 5px;
  margin-top: -15px;
}

#topDownloadSection {
  background: transparent;
}

ul.nav-pills {
  float: right;
}

.newAppName {
  min-height: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center !important;
}

.nav-pills .nav-link {
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #fff;
  min-height: 32px;
}

.nav-pills .nav-link .fa {
  font-size: 20px;
}

.nav-pills .nav-link.active {
  background: #333;
  color: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(153, 153, 153, 1);
  -moz-box-shadow: 0 5px 5px 0 rgba(153, 153, 153, 1);
  box-shadow: 0 5px 5px 0 rgba(153, 153, 153, 1);
}

#newReleaseSection .bx-wrapper {
  box-shadow: none;
}

.newAppName {
  font-size: 14px;
}

.footer {
  background: #f0be31;
}

.navbar-dark .navbar-toggler {
  background: #000;
}

.subTitle {
  margin: 0;
}

.app_category_name .cateLink {
  font-size: 12px;
  color: #999;
}

.widget_title {
  padding: 0 10px;
}

.pagination {
  display: inline-flex;
  margin-bottom: 10px;
}

.pagination a {
  padding: 7px 15px;
  border: 1px solid #333333;
  margin-right: 8px;
  border-radius: 4px;
  color: #333333;
  font-size: 14px;
}

.pagination strong {
  padding: 7px 15px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-right: 8px;
  font-size: 14px;
}

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

.container {
  max-width: 1170px;
}

.cat-row {
  margin: 30px 16px 0px 16px;
}
.cat-row .cat-item {
  position: relative;
  background-color: #68d07f;
  border-radius: 3px;
  color: #fff;
  padding: 10px 10px 20px 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#68d07f),
    color-stop(50%, #5ac099),
    to(#5ac099)
  );
  background-image: linear-gradient(
    to right,
    #68d07f 0%,
    #5ac099 50%,
    #5ac099 100%
  );
}

.cat-row:nth-child(5n + 2) .cat-item {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff7b7a),
    color-stop(50%, #fa6866),
    to(#fb5351)
  );
  background-image: linear-gradient(
    to right,
    #ff7b7a 0%,
    #fa6866 50%,
    #fb5351 100%
  );
}

.cat-row:nth-child(5n + 3) .cat-item {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#57b7f3),
    color-stop(50%, #4290f5),
    to(#4290f5)
  );
  background-image: linear-gradient(
    to right,
    #57b7f3 0%,
    #4290f5 50%,
    #4290f5 100%
  );
}

.cat-row:nth-child(5n + 4) .cat-item {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff8c18),
    color-stop(20%, #ff8001),
    to(#ff8001)
  );
  background-image: linear-gradient(
    to right,
    #ff8c18 0%,
    #ff8001 20%,
    #ff8001 100%
  );
}

.cat-row:nth-child(5n + 5) .cat-item {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c583ed),
    to(#b56be2)
  );
  background-image: linear-gradient(to right, #c583ed 0%, #b56be2 100%);
}
.img-container {
  height: 30px;
}
.cat-icon {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.cat-title-info {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 3px 0px;
  text-align: center;
  margin-bottom: 3px;
  margin-top: 10px;
  display: block;
}

.cat-title-info a {
  color: #fff;
}

.cat-title-info h2 {
  font-size: 20px;
  margin-bottom: 0px;
}

.cat-app-list {
  margin-top: 0;
  margin-bottom: 0px;
  display: flex;
  border-left: 1px solid #eee;
  padding-left: 0px;
}

.cat-app-list li {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  width: 25%;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.cat-app-list li .app_info {
  padding: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cat-app-list li a h3 {
  font-weight: 400;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2;
  color: #333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.cat-app-list li .item-img {
  position: relative;
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
  box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.cat-app-list li img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  transition: opacity ease 0.25s;
  opacity: 1;
  -webkit-transition: opacity ease 0.25s;
  -moz-transition: opacity ease 0.25s;
  -ms-transition: opacity ease 0.25s;
  -o-transition: opacity ease 0.25s;
}
/* end categories page */

.app_details ul li,
.app_details p {
  font-size: 16px;
}
.app_details ol {
  padding-left: 15px;
  margin-top: 15px;
}

.app_details ul {
  margin-top: 15px;
}

.app_details ol li {
  padding-left: 6px;
}

.details ul {
  padding-left: 15px;
}
.details ul li {
  list-style-type: disc;
}

.newReleaseAppSlider .newAppName {
  max-width: 150px;
}

.disclaimer_content {
  text-align: justify;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 35px;
    padding: 0 20px;
  }

  /* category list */
  .cat-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 10px 0;
  }
  .cat-row {
    margin: 30px -15px -15px !important;
  }
  .cat-row .cat-item {
    height: 75px;
    padding: 10px;
  }

  .cat-item h2 {
    font-size: 20px;
    color: #fff;
    padding-left: 16px;
    margin-bottom: 0;
  }

  .cat-app-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .cat-app-list li {
    flex: 0 0 50%;
    width: 50%;
  }

  .cat-app-list li a h3 {
    margin-bottom: 0;
  }
  .cat-row:last-child .cat-app-list {
    margin-bottom: 30px;
  }
  /* end category list */
}

@media (max-width: 650px) {
  .banner-title {
    font-size: 30px;
    padding: 0 20px;
  }
}

@media (max-width: 550px) {
  .banner-title {
    font-size: 25px;
    padding: 0 20px;
  }
}

@media (max-width: 450px) {
  .banner-title {
    font-size: 18px;
    padding: 0 20px;
  }
}

.spc-ctr-hide {
  display: none !important;
}
.spc-ctr-show {
  display: block !important;
}

/*
 Search css
*/

.search_single_item {
  position: relative;
  display: block;
  margin: 20px 0;
  padding: 5px 16px;
}
.search_single_item .item_separator {
  border-bottom: 1px #ccc solid;
  margin-top: 20px;
}
.search_single_item .item_separator.end_item {
  border-bottom: none;
  margin-top: 0px;
}
.search_item_box_area a:hover {
  text-decoration: none;
}
.search_item_box_area a {
  color: #ffffff;
}
.searchLogo {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.search_single_item .searchAppLogo {
  height: 70px;
  width: auto;
}

.search_single_item .app_link {
  word-break: break-all;
  font-size: 13px;
  color: #000;
}
.search_single_item .app_des {
  max-height: 25px;
  overflow: hidden;
}


@media (max-width: 767px) {
  .search_item_box_area a:hover {
    text-decoration: none;
  }
  .search_item_box_area a {
    color: #212529;
  }
  .searchLogo {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .search_item_box_area {
    padding-left: 8px;
    padding-right: 8px;
  }
  .search_item_container {
    display: flex;
    position: relative;
    align-items: center;
  }
  .app_item_number {
    max-width: 2.6rem;
    font-weight: 600;
  }
  .search_single_item_mobile {
    margin-left: 8px;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 98px;
  }
  .app_item_left {
    padding: 15px 0px;
    display: flex;
    align-items: center;
  }
  .app_item_left .app-image {
    width: 4rem;
    height: 4rem;
  }
  .app_item_left .app-image img {
    border-radius: 20px;
    width: 100%;
  }
  .app_item_left .app-detail {
    max-width: 185px;
    margin-left: 12px;
    color: #ffffff;
  }
  .app_item_left .app_name {
    margin-bottom: 0px;
    font-weight: 600;
    max-height: 41px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .app_item_left .app_des_info {
    display: flex;
    margin-top: 4px;
  }
  .app_des_grade {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
  }
  .app_item_left .star_icon {
    color: rgb(255, 186, 0);
    padding-right: 5px;
  }
  .app_cat_name {
    padding-left: 8px;
    color: #ffffff;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .more_button_container {
    font-size: 10px;
    padding: 3px 13px;
    text-align: center;
    height: 100%;
    font-weight: 500;
    border-radius: 30px;
  }
}

@media (max-width: 400px) {
  .app_item_left .app-detail {
    max-width: 160px;
  }
}
@media (max-width: 375px) {
  .app_item_left .app-detail {
    max-width: 145px;
  }
}
/* end search css */
