/*
 Theme Name:   LatestModApks.com
 Theme URI:    https://latestmodapks.com/
 Description:  Custom Theme by latestmodapks
 Author:       Latestmodapks
 Author URI:   https://latestmodapks.com/
 Template:     generatepress
 Version:      4.0
*/

/*------------------*/
/*Default-CSS*/
/*------------------*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
:root {
  --primary-color: #1d9bf0;
  --primary-color-shade: #177cc0;
  --white-color: #ffffff;
  --black-color: #000000;
  --black-dark: #170f49;
  --black-light: #292929;
  --sky-color: #43a5ff;
  --sky-light: #4daaff;
  --gray-light: #646464;
  --blue-color: #046ed0;
  --font-poppins: "Poppins", sans-serif;
  --placeholder-color: #ababab;
  /* Theme Specific */
  --bg-color: #ffffff;
  --font-color: #212121;
  --font-color-secondry: #7a7a7a;
  --font-color-third: #9d9d9d;
  --font-color-fourth: #177cc0;
  --box-shadow: 0px 0px 15px 5px rgb(132 132 132 / 10%);
  --box-shadow-second: 0px 0px 15px 3px rgb(132 132 132 / 10%);
  --box-shadow-third: 0 2px 2px 0 transparent, 0 3px 1px -2px transparent,
    0 1px 5px 0 rgb(0 0 0 / 10%);
  --box-shadow-fourth: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  --box-shadow-fifth: 0px 5px 16px rgb(8 15 52 / 6%);
  --box-shadow-sixth: 0 2px 2px 0 transparent, 0 3px 1px -2px transparent,
    0 1px 5px 0 rgb(0 0 0 / 25%);
  --input-bg: #f9f9f9;
  --border-color: #cccccc;
}

.dark-theme {
  --bg-color: #202124;
  --font-color: #fff;
  --font-color-secondry: #cccccc;
  --font-color-third: #e6e6e6;
  --font-color-fourth: #fff;
  --box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
  --box-shadow-second: 0px 0px 15px 3px rgb(0 0 0 / 15%);
  --box-shadow-third: 0 2px 2px 0 transparent, 0 3px 1px -2px transparent,
    0 1px 5px 0 rgb(0 0 0 / 15%);
  --box-shadow-fourth: 0px 3px 5px 0px rgb(0 0 0 / 15%);
  --box-shadow-fifth: 0px 5px 16px rgb(0 0 0 / 15%);
  --box-shadow-sixth: 0 2px 2px 0 transparent, 0 3px 1px -2px transparent,
    0 1px 5px 0 rgb(0 0 0 / 25%);
  --input-bg: #1d1e20;
  --border-color: #535457;
}

/* Generic CSS */

.faded-disabled-btn {
	background-color: #74b0d9 !important;
	pointer-events: none !important;
}

input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}
input[type="file"] {
  cursor: pointer;
}

html * {
  transition: background 250ms ease-in-out, color 250ms ease-out !important;
}

html body {
  font-family: var(--font-poppins);
  margin: 0;
  padding-top: 64px;
  color: var(--font-color);
  background-color: var(--bg-color);
}

.side-nav-overlay {
  transition: opacity 1.5s !important;
}

*::-webkit-input-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}
*:-moz-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}
*::-moz-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}
*:-ms-input-placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
}
a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}
*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul,
ul li,
ol,
li {
  font-family: var(--font-poppins);
  font-size: 16px;
}
body ul {
  padding: 0;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  outline: none;
  color: var(--sky-light);
  font-family: var(--font-poppins);
}
body a:hover {
  color: var(--font-color);
}
body .clearfix,
body .clear {
  clear: both;
  line-height: 100%;
}
body .clearfix {
  height: auto;
}
* {
  outline: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clr:after,
ul:after,
.clearfix:after,
li:after {
  clear: both;
  display: block;
  content: "";
}
div input,
div select,
div textarea,
div button {
  font-family: var(--font-poppins);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: var(--font-poppins);
  line-height: 1.5;
  color: var(--font-color);
  font-weight: bold;
  margin: 0 0 5px;
}
body h1 {
  font-size: 30px;
}
body h2 {
  font-size: 24px;
}
body h3 {
  font-size: 20px;
}
body h4 {
  font-size: 18px;
}
body h5 {
  font-size: 16px;
}
body h6 {
  font-size: 14px;
}
.font-sixteen {
  font-size: 16px;
  font-weight: 500;
}
div select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div select option {
  font-size: 13px;
  color: var(--font-color);
  padding: 2px 5px;
}
img {
  margin: 0 auto;
  max-width: 100%;
}
body p {
  color: var(--font-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 15px;
  padding: 0;
}
body p:empty {
  margin: 0;
  line-height: 0;
}
p strong {
  font-weight: bold;
}
.strong {
  font-weight: bold;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
label em {
  display: inline-block;
  font-style: normal;
  vertical-align: top;
  margin-left: 5px;
}
.hidden {
  display: none !important;
}
iframe {
  display: block;
  width: 100%;
}
.gm-style img {
  max-height: inherit;
  max-width: none;
}
.grid-container,
.container,
.pagination-container {
  width: 100%;
  /* padding-right: 4vw; */
  padding-left: 2vw;
  max-width: calc(1140px + 8vw);
  margin: 0 auto;
  position: relative;
  float: none;
}
.grid-container:after,
.container:after,
.pagination-container:after {
  content: "";
  display: block;
  clear: both;
}
.d-none {
  display: none;
}

.app_descripation {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

section.latest-game-section.recommended-app-section.scrolled-section {
  margin-bottom: 20px;
  padding: 20px 0;
  background-color: var(--bg-color);
}

/*scroll Hide*/
body.no-scroll {
  overflow: hidden;
}

/*button*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* Buttons styles start */
.btn,
button,
.form-submit input.submit {
  border: none;
  padding: 8px 15px;
  margin: 0;
  text-decoration: none;
  background: var(--primary-color-shade);
  color: var(--white-color);
  font-family: var(--font-poppins);
  line-height: 28px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  border-radius: 8px;
  width: 100%;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
.form-submit input.submit:hover {
  opacity: 0.8;
  color: var(--white-color);
}
button.search-submit {
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
  margin-left: -4px;
}
/* Button styles end */

/*Gapping*/
.section-gapping,
section {
  padding-bottom: 20px;
  padding-top: 20px;
}
/*Gapping close*/

.box-shadow-commn {
  box-shadow: var(--box-shadow);
  border-radius: 8px;
  padding: 15px;
  background: var(--bg-color);
  margin-top: 20px;
  margin-bottom: 20px;
}
.separate-containers .inside-article {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-rating-widget__icons,
.rmp-rating-widget__msg,
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-rating-widget__msg {
  margin: 0 !important;
}
.rmp-rating-widget__icons-list.js-rmp-rating-icons-list {
  margin-top: 5px !important;
}

.rate-app-page {
  display: flex;
  align-items: center;
}

.rate-app-page svg {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.breadcrumbs-section-search-page {
  max-width: calc(1140px + 7vw) !important;
}

.moon,
.sun {
  width: 20px !important;
  height: 20px !important;
}

.switch-theme {
  max-width: 80%;
}

.switch-theme a {
  display: flex;
  align-items: center;
  max-width: 80%;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Generic CSS Ends*/

/* Header Section Starts */

.gp-icon svg,
.material-icons svg {
  fill: var(--primary-color);
}

.material-icons {
  display: flex;
  align-items: center;
}

.gp-icon svg {
  width: 18px;
  height: 18px;
  top: 0;
}

.menu-toggle {
  line-height: 0;
  padding: 0;
}

#menu-nav li a {
  display: flex;
  align-items: center;
  gap: 5px;
}

#menu-nav li a svg path {
  stroke: var(--font-color);
}
#menu-nav li a svg line {
  stroke: var(--font-color);
}

.admin-bar header.site-header,
.admin-bar .navigation-search {
  top: 32px;
}
header.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  box-shadow: var(--box-shadow-second);
}
.site-header {
  background-color: var(--bg-color);
}

.site-logo {
  order: 2;
}

header.site-header .inside-header {
  justify-content: center;
  padding: 0 4vw 0 4vw;
  align-items: center;
}

header .main-navigation .main-nav ul.menu > li > a:first-child {
  padding: 0;
}

header .main-navigation .main-nav ul.menu > li > a {
  font-size: 16px;
  color: var(--font-color) !important;
  font-weight: 400;
  padding: 0 5px;
  position: relative;
  z-index: 0;
  line-height: 64px;
}
header .main-navigation .main-nav ul.menu > li:not(:last-child) {
  margin-right: 20px;
}
header .main-navigation .menu-bar-items {
  margin-left: 20px;
}
header .main-navigation .main-nav ul.menu > li > a:after,
.footer-widgets .inside-footer-widgets ul.menu a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  background-color: var(--bg-color);
  height: 2px;
  z-index: -1;
  margin: 0 auto;
}
header .main-navigation .main-nav ul.menu > li > a:hover:after,
.footer-widgets .inside-footer-widgets ul.menu a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

header .main-navigation .menu-bar-items > .search-item.close-search > a,
header .main-navigation .menu-bar-items > .search-item.close-search > a:focus,
header .main-navigation .menu-bar-items > .search-item.close-search > a:hover {
  color: var(--black-color);
}
header .main-navigation .menu-bar-items > .search-item > a {
  font-size: 16px;
  padding: 0;
  line-height: 100%;
}

header .main-navigation .inside-navigation {
  padding-right: 0;
}
.navigation-search input[type="search"] {
  width: 100%;
  background: var(--bg-color);
  opacity: 1;
  height: 50px;
  color: var(--font-color);
}
.navigation-search input[type="search"]:focus {
  color: var(--font-color);
}
header .main-navigation .menu-bar-items > .search-item > a:hover {
  color: var(--white-color);
}
.navigation-search button {
  padding: 0;
  background-color: transparent;
  min-width: auto;
  width: auto;
}
.navigation-search {
  background: var(--bg-color);
  width: 100%;
  display: flex;
  left: 0;
  right: 0;
  max-width: 100%;
  position: fixed !important;
  top: 0;
}
.navigation-search.nav-search-active {
  visibility: visible;
  opacity: 1;
}

.main-navigation,
.main-navigation ul ul {
  background-color: var(--bg-color);
}

.main-navigation .menu-bar-item.search-item a {
  color: var(--font-color);
}

.mobile-menu-control-wrapper {
  order: 1;
  margin-right: auto;
  margin-left: 0;
}

.has-inline-mobile-toggle #site-navigation {
  flex-basis: auto;
}

.main-navigation.has-menu-bar-items.sub-menu-right {
  order: 3;
  margin-left: auto;
}

.has-inline-mobile-toggle #site-navigation.toggled {
  margin-top: 0;
}

/*end header section */

/* banner section */
.site.container.grid-container {
  width: auto;
  max-width: 100%;
  padding: 0;
}
.site.container.grid-container .site-content {
  display: block;
  padding-bottom: 20px;
}
.slider-section {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.slider-content {
  display: flex;
  overflow-x: auto;
  flex-direction: row;
  width: 100%;
  position: relative;
  bottom: -20px;
  scrollbar-width: thin;
}

.slider-content .slider-app-wrapper:not(:last-child) {
  margin-right: 20px;
}
.slider-content .slider-app-wrapper {
  flex: 0 0 270px;
  max-width: 270px;
  width: 270px;
  background-color: var(--bg-color);
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--box-shadow-third);
}
.app-feature-img {
  position: relative;
  padding-top: 45%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.app-feature-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.app-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 10px;
}
.app-logo-name {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.app-logo {
  display: flex;
  flex-grow: 1;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--white-color);
}
.app-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.app-content .app-version {
  font-size: 13px;
  color: var(--font-color-third);
}
.editor-section {
  background: var(--bg-color);
  margin: 0px 0px 20px 0;
}
.latest-game-section {
  padding-bottom: 40px;
}
.slider-app-wrapper:hover .app-feature-img {
  opacity: 0.75;
}
.slider-app-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(
    circle,
    var(--white-color) 10%,
    transparent 10.01%
  );
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
}
.slider-app-wrapper:active:after {
  transform: scale(0, 0);
  opacity: 0.3;
}
.navigation-search .grid-container {
  display: flex;
  padding: 0 4vw 0 4vw;
}
.version-wrap p span:not(:last-child) {
  margin-right: 3px;
}
.app-container .left-icon img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.editor-heading .heading-wrapper {
  width: calc(100% - 60px);
}
/* Handle */
.slider-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

/* Handle on hover */
/*end banner section */

/* editor section */
.editor-heading h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.editor-heading h5 {
  font-weight: 500;
  font-family: var(--font-poppins);
  font-size: 18px;
  color: var(--gray-light);
}
.editor-heading h2 svg {
  margin-right: 5px;
  width: 22px;
  margin-top: -1px;
}
.editor-heading {
  padding-bottom: 30px;
}
.editor-app-display .app-container {
  width: calc(33.33% - 22px);
  background-color: var(--bg-color);
  border-radius: 4px;
  box-shadow: var(--box-shadow-fourth);
  margin: 0 11px 22px;
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.editor-app-display .app-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
}
.editor-app-display .app-container:active:after {
  transform: scale(0, 0);
  opacity: 0.3;
}
.editor-app-display {
  align-content: center;
  padding: 0;
  margin: 0 -11px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.version-wrap h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 28px;
  color: #202020;
  font-family: var(--font-poppins);
  font-weight: 500;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.version-wrap p {
  font-size: 14px;
  line-height: 23px;
  padding-bottom: 10px;
  color: var(--font-color-secondry);
  display: flex;
  align-items: center;
}
.apppro {
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  margin-left: 0;
  position: relative;
  text-overflow: ellipsis;
  width: calc(100% - 51px);
  overflow: hidden;
  white-space: nowrap;
}
.apppro:empty {
  display: none;
}
.version-wrap .apppro:before {
  content: ".";
  font-size: 26px;
  line-height: 8px;
  display: inline-block;
  left: 0;
  vertical-align: top;
  margin-right: 10px;
}
.app-container .left-icon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
}
.app-container .right-content {
  padding-left: 15px;
  width: calc(100% - 80px);
}
.apk-mod-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
}
.apk-mod-wrapper .app-btn.app-apk {
  background: var(--sky-color);
}
.apk-mod-wrapper .app-btn:not(:last-child) {
  margin-right: 10px;
}
.apk-mod-wrapper .app-btn {
  padding: 4px 5px;
  font-size: 14px;
  min-width: 70px;
  color: var(--white-color);
  height: auto;
  line-height: 20px;
  margin: 0;
  text-align: center;
  border-radius: 5px;
}
.apk-mod-wrapper .app-btn.app-mod {
  background-color: #ff6900;
  font-weight: 500;
}
.editor-heading a,
.comment-reply-link {
  color: var(--sky-light);
  font-size: 16px;
  font-weight: 500;
}
.editor-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*end editor section */

/* footer section */

.footer-widgets {
  background-color: var(--bg-color);
}

.footer-widgets-container.grid-container {
  padding: 40px 16px;
}

select#gtranslate_selector {
  font-size: 14px;
}

.footer-widgets-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-widgets .widget-title {
  font-size: 13px;
  color: var(--font-color);
  font-weight: 500;
  line-height: 23.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--font-poppins);
}
.footer-widgets li {
  padding-bottom: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: 0;
}
.footer-widgets .inside-footer-widgets a {
  color: var(--font-color);
  font-size: 13px;
  font-family: var(--font-poppins);
  font-weight: 400;
  position: relative;
  z-index: 0;
  padding-bottom: 3px;
  line-height: 23.4px;
}
.footer-widgets .inside-footer-widgets a:hover {
  color: var(--font-color);
}
footer.site-info .inside-site-info {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer.site-info {
  background-color: transparent;
  border-top: 1px solid var(--white-color);
  box-shadow: var(--box-shadow);
}
footer.site-info p {
  color: var(--font-color);
  font-size: 13px;
  line-height: 23.4px;
}
.footer-widget-1 p {
  font-size: 13px;
  color: var(--white-color);
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
  width: 30%;
  flex: 0 0 30%;
  padding-right: 5%;
}
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
  width: 17.5%;
  flex: 0 0 17.5%;
  padding-right: 5%;
}
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-3 {
  width: 17.5%;
  flex: 0 0 17.5%;
  padding-right: 5%;
}
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-4 {
  width: 17.5%;
  flex: 0 0 17.5%;
  padding-right: 5%;
}
.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-5 {
  width: 17.5%;
  flex: 0 0 17.5%;
}
.site-footer .footer-widgets-container .inner-padding {
  padding-left: 0;
}
.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .footer-widget-1
  .wp-block-column
  .widget-title {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 23.4px;
  text-transform: capitalize;
}
.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .wp-block-social-links {
  gap: 0;
  align-items: center;
  font-size: 0;
  justify-content: flex-start;
}
.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .wp-block-social-links
  > li {
  margin-right: 10px;
  border-radius: 50%;
  flex: 0 0 28px;
  padding: 0;
}
.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .wp-block-social-links
  > li
  > a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
}
.site-footer
  .footer-widgets-container
  .inside-footer-widgets
  .wp-block-social-links
  > li
  svg {
  width: 20px;
  height: 20px;
}
.site-footer.footer-bar-active {
  box-shadow: var(--box-shadow);
}

select#gtranslate_selector {
  background-color: var(--bg-color);
  border-color: 2px solid var(--font-color);
  color: var(--font-color);
}

/* Footer section ends */

/*---breadcrumbs section--- */

.section-sm {
  padding: 0;
}
.breadcrumb-box {
  list-style: none;
  display: flex;
  margin: 0;
  align-items: center !important;
}

.breadcrumb-sep {
  color: var(--gray-light);
  margin-top: 2px;
}

.breadcrumb-item {
  display: inline;
  font-size: 18px;
}

.breadcrumb_last {
  color: var(--font-color) !important;
}

.yoast-breadcrumb i {
  margin: 0 9px 0 15px;
}
.active-breadcrumb img,
img.breadcrumb-home {
  width: 18px;
  display: inline-block;
  vertical-align: top;
}
.breadcrumb-box li + li:before {
  color: var(--gray-light);
  content: "\f105";
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 0 15px;
}
.home_breadcrumb a img {
  width: 26.2px;
  height: 26.28px;
}
.breadcrumb-item a,
.breadcrumb-item span,
.yoast-breadcrumb span,
.yoast-breadcrumb a {
  font-size: 12px;
  color: var(--font-color-secondry);
  text-decoration: none;
  line-height: 20px;
  font-weight: 500;
  font-family: var(--font-poppins);
}
.breadcrumbs-section {
  width: auto;
  margin: 0 auto;
}
/*---breadcrumbs section---End */

/*---download-section---*/
.download-title-block {
  position: relative;
  margin-top: 0;
  margin-bottom: 18px;
  color: inherit;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.app_descripation {
  padding-left: 20px;
  width: calc(100% - 135px);
}
.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-btn img {
  margin: 0 6px 0 0;
  width: 22px;
}
.download-btn p {
  color: var(--white-color);
  margin-left: 24px;
}
.app_descripation p {
  color: var(--font-color-secondry);
  margin-bottom: 10px;
}
.download-btn:hover {
  background: var(--primary-color);
}
.app_descripation h1 {
  font-weight: bold;
  font-family: var(--font-poppins);
  font-size: 22px;
  margin-bottom: 10px;
}
.download-description-block {
  margin: 15px 0px;
}
.download-description-block .app-desc {
  font-weight: 400;
  font-size: 16px;
}
/*---download-section end---*/

/*---app-info---*/

.app-info-grp {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  align-items: center;
}
.trucate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: calc(100% - 110px);
  text-align: right;
}
.package-link {
  color: #046ed0;
  text-decoration: underline;
}
.arrow_cls:after {
  padding-left: 10px;
  color: #046ed0;
  content: "\f105";
  font-size: 18px;
  font-weight: bold;
}
.free {
  color: #01b33d !important;
}
.heading-sec .heading-wrapper {
  padding-bottom: 15px;
}
.app-name-table-key {
  color: var(--font-color-secondry);
  margin-bottom: 0;
  line-height: 23px;
  font-size: 13px;
  padding: 0;
}
.app-info-row h3 {
  color: var(--font-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  margin-bottom: 0;
}
.app-name-table-value {
  font-weight: normal;
  color: var(--font-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.app-name-table-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: calc(100% - 150px);
  text-align: right;
}
.cat-link-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
}
.app-info-grp span {
  color: var(--black-color);
  margin-left: 27px;
}
.req-info {
  text-align: end;
}
.app-img {
  max-width: 100%;
  height: 120px;
  border-radius: 8px;
  position: relative;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.recommended-app-section .editor-heading h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.recommended-app-section .editor-heading h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.recommended-app-section .editor-heading {
  padding-bottom: 0;
}
.recommended-app-section {
  padding-top: 0;
  padding-bottom: 0;
}

.show-two-box .app-container {
  width: calc(50% - 22px);
}
.show-one-box .app-container {
  width: calc(50% - 22px);
}
.download-photoroom-section {
  padding-top: 20px;
}
.editor-app-display.show-one-box {
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.show-two-box .app-container:nth-last-child(-n + 2),
.show-one-box .app-container:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
/*---app-info end---*/

/*---app-detailes---*/

.section-md {
  padding: 20px 0;
}
.app-detailes-sub p {
  padding-bottom: 18px;
}
.app-detailes-tital {
  margin-bottom: 47px;
}

/*---app-detailes end---*/

/*---faq-section---*/

.faq-heading {
  padding-left: 0;
  padding-bottom: 15px;
}
.faq-section {
  padding-bottom: 0;
}
.rigth-acc .panel-group:last-child {
  margin-bottom: 10px;
}
.panel-group {
  box-shadow: var(--box-shadow-fifth);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 5px 15px;
}
.panel-title {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--font-color);
  line-height: 28px;
  margin-bottom: 0;
}
.panel-collapse {
  padding-top: 10px;
  display: none;
}
.panel-collapse .panel-body {
  font-size: 16px;
  color: var(--font-color-secondry);
  line-height: 28px;
  margin-bottom: 10px;
}
.panel-heading {
  cursor: pointer;
}
.acc_btn {
  background-color: #f7f7ff;
  padding: 0;
  width: 20px;
  height: 20px;
  background-image: url("img/plus.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  border-radius: 4px;
}
.open .acc_btn {
  background-color: var(--primary-color);
  background-image: url("img/minus.svg");
}
/*---faq-section end---*/

/* download page */

.loading-icon-dld-page {
  display: none;
}

.dld-page-refresh-para {
  display: none;
}

.timer-box .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  text-align: center;
}
.timer-box .item h2 {
  position: absolute;
  color: var(--primary-color);
  left: 0;
  right: 0;
  margin: 0;
}
.timer-box svg {
  transform: rotate(-90deg);
}

.download-photoroom-section .app-container {
  box-shadow: var(--box-shadow);
}
.download-photoroom-section .box-shadow-commn_two .download-heading {
  background: var(--primary-color);
  color: var(--white-color);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 0;
  font-size: 18px;
  padding: 10px 15px;
  margin-top: 20px;
}
.waiting-text {
  text-align: center;
  font-size: 20px;
  color: var(--black-color);
}
.timer-box {
  padding: 30px 15px;
}
.download-photoroom-section .box-shadow-commn_two {
  padding: 0;
  box-shadow: var(--box-shadow);
}
.recommended-app-section .box-shadow-commn_two,
.faq-section .box-shadow-commn-four,
.install-xapk-app-section .box-shadow-commn_two {
  padding: 15px;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
}
.download-photoroom-section .editor-content {
  padding: 15px;
}
.faq-heading h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.download-photoroom-section .editor-heading h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.download-photoroom-section .editor-heading {
  padding-bottom: 0;
}
.comment-reply-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--font-color);
  font-family: var(--font-poppins);
}
.comment-form #author,
.comment-form #email,
.comment-form-comment textarea {
  background: var(--input-bg);
  padding: 15px 25px;
  border-color: transparent;
  color: var(--font-color);
  width: 100%;
  font-size: 16px;
}
.comment-form-comment textarea {
  height: 200px;
  resize: none;
}
form#commentform {
  display: flex;
  flex-direction: column;
}
.comment-form > .form-submit {
  order: 6;
}
form#commentform p.comment-form-cookies-consent {
  order: 5;
  font-size: 14px;
}
section.back-to-post {
  padding-bottom: 20px;
  padding-top: 0;
}
.app-comments-section {
  padding-bottom: 10px;
}
.back-to-post svg {
  width: 8px;
  margin-right: 10px;
}
.back-to-post:hover svg {
  margin-right: 15px;
}
.recommended-app-section p.see-more {
  cursor: pointer;
  text-align: center;
  color: var(--primary-color);
  font-weight: 500;
  display: none;
}
.app_descripation h1 span {
  font-weight: 400;
}
.guide-link {
  color: #558c89;
  font-weight: 500;
}

/* comment box */

.app-comments-section .comments-title {
  font-size: 18px;
  order: 2;
  margin-bottom: 0;
}
.entry-meta.comment-metadata {
  display: none;
}
.app-comments-section .comment-content {
  border: none;
  padding-top: 0;
  padding-left: 60px;
  margin-top: 0;
  padding-bottom: 15px;
}
.app-comments-section .comment-author {
  font-size: 18px;
  color: var(--font-color);
  font-family: var(--font-poppins);
  font-weight: 600;
}
.app-comments-section .comment .children {
  border: none;
}
.app-comments-section .comment-body {
  padding: 20px 0 0;
}
.app-comments-section .comment ul.children > .comment {
  margin-top: 15px;
}
.app-comments-section #comments {
  display: flex;
  flex-direction: column;
}
.app-comments-section #comments .comment-list {
  order: 3;
  margin-bottom: 0;
}
.app-comments-section #comments #comment-nav-below {
  order: 4;
}
.app-comments-section #comments .comment-navigation {
  display: flex;
  justify-content: space-between;
}
.app-comments-section #comments .comment-respond {
  padding-bottom: 15px;
}
.app-comments-section .comment-content p {
  font-size: 16px;
  color: var(--font-color-secondry);
  font-weight: normal;
  margin-bottom: 5px;
}
.app-comments-section {
  padding-bottom: 0;
  padding-top: 0;
}
.single .app-comments-section #comments #comment-nav-above {
  display: none;
}
.download-photoroom-section {
  padding-top: 0;
}
footer.site-info p a {
  color: var(--white-color);
  font-weight: 600;
  font-family: var(--font-poppins);
}
.container-min .container,
.container-min .grid-container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.container-min {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 15px;
}
.close {
  display: none;
}
.site-content .content-area > main {
  margin: 0;
}
.site-content .content-area {
  width: 100%;
}
.heading-404 > span:nth-child(2) {
  color: var(--primary-color);
}
/* 404 pages */
#notfound {
  position: relative;
  min-height: 500px;
}
.notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding: 0 15px;
}
.notfound-404 {
  position: relative;
  height: 240px;
}
.heading-404 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}
.heading-404 > span {
  text-shadow: -8px 0px 0px var(--white-color);
}
.heading-oops {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  letter-spacing: 3px;
  padding-left: 6px;
}
.para-404 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px;
}
.btn-back-home {
  padding: 10px 35px;
}
/*close 404 pages */

/* Blog page */

section.post-title-meta {
  padding-top: 0;
}
.post-title h1{
	font-size: 24px;
	padding-top: 10px;
}
.page-heading {
  padding-bottom: 0;
  padding-top: 10px;
}
.heading {
  font-size: 18px;
}
.sub-heading {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}
.blog-section.recommended-blogs .sub-heading {
  margin-bottom: 15px;
}
.modified-date {
  font-size: 13px;
}
.blog-section {
  padding: 20px 0;
}
.blog-section .flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
  justify-content: flex-start;
  align-content: center;
}
.blog-section .flex-item {
  width: calc(33.33% - 15px);
  margin: 0 7.5px 15px;
}
.blog-section .card-grp {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow-sixth);
}

.blog-section .card-grp:hover {
  opacity: 0.75;
  transition: 250ms ease-in-out;
}
.blog-section .card-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.blog-section .card-title {
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 10px;
  color: var(--white-color);
}
.blog-section p {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 10px;
  color: var(--white-color);
}
.blog-section .card-img {
  height: 185px;
}
.blog-section .card-info {
  left: 0;
  right: 0;
  bottom: 0px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 30%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: 2;
  padding-bottom: 10px;
  padding-top: 30px;
  position: absolute;
  color: var(--white-color);
}
.paging-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.paging-navigation .page-numbers {
  padding: 8px 10px;
  margin: 0 5px;
  color: var(--font-color);
}
.paging-navigation .page-numbers:hover {
  color: var(--primary-color);
}
.paging-navigation .page-numbers:hover:not(.next):not(.prev),
.paging-navigation .page-numbers.current {
  background: var(--primary-color);
  color: var(--white-color);
}
.paging-navigation .page-numbers:not(.next):not(.prev) {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.paging-navigation .page-numbers.next,
.paging-navigation .page-numbers.prev {
  display: none;
}
.recommended-blogs .flex-item {
  width: calc(50% - 15px);
}
.dot::after {
  content: ".";
  font-size: 26px;
  line-height: 13px;
  display: inline-block;
  left: 0;
  vertical-align: top;
  margin-left: 5px;
}
.container header.page-header {
  padding: 0;
  margin-bottom: 0;
}
.page-template-template-common .featured-image {
  display: none;
}
.recommended-blogs .box-shadow-commn {
  margin-top: 0;
}
.feature-image-section img {
  width: 100%;
  max-width: 250px;
}

.feature-image-section{
	padding: 0;
}

.acrchive-section {
  padding-bottom: 10px;
}
/*Close blog page */

/* Contact page */
.page .post-content-detail {
  padding-top: 10px;
}
.page .heading {
  margin-bottom: 0;
}

.page .site-content {
  padding-bottom: 10px;
}
/*end Contact page */

/* Screenshots section */

.screenshots-wrapper {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  flex-direction: row;
  height: 162px;
  padding-bottom: 5px;
}
.screenshots-wrapper > .screen-pswp {
  padding: 0px 5px 0 0;
  background: var(--bg-color);
  text-align: center;
  height: 100%;
  flex-shrink: 0;
}

/*  App icons */
.scrolled-section .editor-app-display {
  flex-wrap: nowrap;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  margin: 0;
}
.scrolled-section .editor-app-display::-webkit-scrollbar,
.screenshots-wrapper::-webkit-scrollbar {
  height: 8px;
}
.scrolled-section .editor-app-display::-webkit-scrollbar-thumb,
.screenshots-wrapper::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.scrolled-section .editor-app-display .app-container:last-child {
  margin-right: 5px;
}
.install-xapk-app-section {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.install-xapk-app-section .guide-link {
    color: white;
    padding: 7px 15px;
    border-radius: 8px;
    width: 100%;
    display: block;
    font-weight: bold;
    background-color: #FF6347;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.install-xapk-app-section .guide-link:hover {
  background-color: #b34532;
  color: var(--white-color);
}

.guide-link svg {
	height: 20px;
	width: 20px;
}

.social-share-wrapper {
  background-color: var(--bg-color);
  text-align: center;
  padding: 10px 5px;
  border-radius: 8px;
}
.social-share-wrapper .social {
  height: 32px;
  width: 32px;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 10%;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  color: var(--white-color);
}
.social-share-wrapper .social.fb {
  background-color: rgb(59, 89, 152);
}
.social-share-wrapper .social.telegram {
  background-color: #0088cc;
}
.social-share-wrapper .social.wp {
  background-color: rgb(77, 194, 71);
}
.social-share-wrapper .social.tw {
  background-color: rgb(29, 161, 242);
}
.social-share-wrapper .social.reddit {
  background-color: #ff4500;
}

.social svg {
  height: 16px;
  width: 16px;
  margin-top: 8px;
}

.screenshots-wrapper > .screen-pswp img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.download-page .download-btn.btn {
  width: 100%;
  font-size: 18px;
}
.recommended-app-section .app-container.recommended-app-blocks {
  width: 15%;
  flex: 0 0 15%;
  margin: 5px 5px 10px 5px;
  padding: 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 80px;
}
.app-container.recommended-app-blocks h3 {
  white-space: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 22px;
}
.app-container.recommended-app-blocks .right-content {
  width: 100%;
  margin: 0;
  padding: 5px 0 0 5px;
}
.download-page .app_descripation {
  width: 100%;
}
.recommended-app-blocks .right-content {
  margin-right: 5px;
}
.app-container.recommended-app-blocks .left-icon img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
}
.app-container.recommended-app-blocks .left-icon {
  width: 70px;
  height: 70px;
  position: relative;
  margin: 0 auto;
}
a.maxbutton-1.maxbutton.maxbutton-new {
  display: inline-flex;
  align-items: center;
  width: auto;
}

.generate-back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}

.icon-download {
  width: 20px;
  margin-right: 6px;
}

.icon-download-page {
  width: 15px;
  margin-right: 4px;
}

.apk-mod-wrapper .app-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.appver {
  color: var(--primary-color);
}

.adsense-custom {
  text-align: center;
  padding: 10px 0;
}

.card-info .appver {
  color: var(--white-color);
}

.inside-footer-widgets {
  display: flex;
}

.inside-footer-widgets p {
  color: var(--font-color) !important;
}

.red-color {
  color: #ff0000 !important;
}

/* social icon */
.social-share-wrapper svg path {
  fill: #fff;
}

.social-share-wrapper .social {
  line-height: 36px;
}

.download-page .download-row > a.download-btn {
  margin-bottom: 15px;
}
.download-page .download-row > a.download-btn:last-child {
  margin-bottom: 0;
}
.app-info-grp .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
  text-align: right;
  margin: 0;
}
.app-info-grp
  .rmp-widgets-container.rmp-wp-plugin.rmp-main-container
  .rmp-rating-widget
  > p {
  display: none;
}
.app-name-table-key.rmp-rating-widget__msg.js-rmp-msg {
  display: block !important;
}
.app-info-grp .rmp-rating-widget .rmp-icon--ratings {
  font-size: 20px;
}

/* scrollbar */
.slider-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.editor-app-display::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.slider-content::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  visibility: hidden;
}
.slider-content:active::-webkit-scrollbar-thumb,
.slider-content:focus::-webkit-scrollbar-thumb,
.slider-content:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

.editor-app-display::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  visibility: hidden;
}
.editor-app-display:active::-webkit-scrollbar-thumb,
.editor-app-display:focus::-webkit-scrollbar-thumb,
.editor-app-display:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.home .site.container.grid-container .site-content {
  padding-bottom: 0;
}
.home .latest-game-section:last-child .code-block {
  margin-bottom: 0 !important;
}

.apps-home {
  background-color: var(--bg-color);
}
.app-name-homepage {
  color: var(--font-color);
  font-family: var(--font-poppins);
  white-space: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}

.click-icon-home {
  padding: 0 20px;
}

.app-logo-name .app-name,
.app-content .app-version {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 13px;
  padding-left: 5px;
  width: 140px;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header {
  background-color: var(--bg-color);
}

/* Tablet View */

@media screen and (min-width: 992px) {
  header .main-navigation .main-nav ul.menu > li > a:hover,
  header .main-navigation .menu-bar-items > .search-item > a:hover {
    border-bottom: 2px solid var(--font-color-fourth);
    margin-bottom: -2px !important;
  }
  .gp-icon svg,
  .material-icons svg {
    fill: var(--font-color);
  }

  .sun,
  .moon {
    width: 28px !important;
    height: 28px !important;
  }

  .inside-navigation.grid-container form .grid-container {
    height: 64px;
  }
  .navigation-search .grid-container {
    padding: 0 0 0 2vw;
  }
  .inside-navigation.grid-container form .grid-container .search-field {
    height: 100%;
  }
  header.site-header .inside-header {
    padding: 0 0 0 4vw;
  }

  .site.container.grid-container {
    margin-top: 10px;
  }
  .blog-section .flex-item:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }

  .gp-icon svg {
    fill: var(--font-color) !important;
  }
}
@media screen and (min-width: 768px) {
  /* #breadcrumbs, .breadcrumbs-row{
    margin-left: -1.5vw;
  } */
  header.site-header .inside-header {
    padding-left: 2vw;
  }
  .recommended-app-section .app-container.recommended-app-blocks {
    margin: 0 20px;
  }
  .recommended-app-section .app-container.recommended-app-blocks:first-child {
    margin-left: 0;
  }
  .editor-section {
    margin-top: 50px;
  }
  .recommended-app-section .editor-heading h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .apps-home {
    background-color: var(--bg-color) !important;
  }
}

@media only screen and (max-width: 991px) {
  .slider-content.scroll-active::-webkit-scrollbar-thumb {
    visibility: visible;
  }
  .slider-content::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    visibility: hidden;
  }
  .editor-app-display.scroll-active::-webkit-scrollbar-thumb {
    visibility: visible;
  }
  .editor-app-display.scroll-active::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    visibility: hidden;
  }
  header .main-navigation .main-nav ul.menu > li > a svg {
    width: 14px;
    margin-right: 5px;
  }
  #primary-menu .close {
/*     position: absolute;
    right: 0;
    margin: 10px;
    top: 0;
    display: block;
    background-image: url(img/close-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px; */
	height: 30px;
    width: 100%;
	margin: 10px 10px 10px -10px;
    display: block;
    background-image: url(img/close-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    text-align: right;
  }
  #primary-menu .close svg {
    display: none;
  }
  .admin-bar .main-navigation .main-nav {
    top: 40px;
  }
  .panel-title {
    font-size: 16px;
  }
  .editor-app-display .app-container {
    width: calc(50% - 22px);
  }
  .menu-toggle .gp-icon + .mobile-menu {
    display: none;
  }
  .site-footer .footer-widgets-container .inside-footer-widgets {
    flex-wrap: wrap;
    flex-direction: row;
  }
  header.site-header {
    height: 50px;
    padding: 15px 0;
    display: flex;
    align-items: center;
  }
  header .main-navigation .inside-navigation {
    margin-left: 0;
    padding: 0;
    width: auto;
    order: 3;
  }

  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .wp-block-social-links
    > li {
    margin-right: 5px;
  }
  .main-navigation .main-nav {
    position: fixed;
    width: 230px;
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
    height: -moz-calc(100%);
    height: calc(100% + 60px);
    padding-bottom: 60px;
    background-color: var(--bg-color);
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    transition: transform 350ms !important;
  }
  .mobile-menu-open .main-navigation .main-nav {
    transform: translateX(0%);
    transition: transform 350ms !important;
  }
  header .main-navigation .main-nav ul.menu > li > a {
    color: var(--font-color) !important;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
  }
  header .main-navigation .menu-bar-items {
    margin-left: 0;
    color: var(--white-color);
    display: flex !important;
  }
  /* .main-navigation .main-nav .menu {
    padding-top: 50px;
    display: block;
  } */
  .box-shadow-commn-four {
    padding: 30px 50px 62px 50px;
  }
  .panel-title {
    font-size: 14px;
  }
  .panel-collapse p.panel-body {
    font-size: 13px;
  }
  .side-nav-overlay {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    visibility: hidden;
    display: block;
    width: calc(100% - 230px);
  }
  .mobile-menu-open .side-nav-overlay {
    visibility: visible;
    opacity: 0.75;
  }
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-1 {
    padding-right: 3%;
  }
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-2,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-3,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-4 {
    padding-right: 2%;
  }
  .main-navigation.mobile-menu-control-wrapper .menu-bar-item.search-item {
    display: none !important;
  }
  .main-navigation .main-nav + .menu-bar-items {
    order: 3;
  }
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-1,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-2,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-3,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-4,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-5 {
    width: 50%;
    flex: 0 0 50%;
    padding-right: 5%;
  }
  .blog-section .flex-item {
    width: calc(50% - 15px);
  }
}

/* Mobile devices */

@media only screen and (max-width: 768px) {
  #menu-nav li {
    border-top: solid 1px #e0e0e0;
    padding: 0 20px;
  }

  #menu-nav li:first-child {
    border: none;
  }
  #menu-nav li:last-child {
    border-bottom: solid 1px #e0e0e0;
  }

  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-1 {
    width: 35%;
    flex: 0 0 35%;
  }
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-2 {
    width: 25%;
    flex: 0 0 25%;
  }
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-3 {
    width: 40%;
    flex: 0 0 40%;
    padding-right: 0;
  }
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-4,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-5 {
    width: 30%;
    flex: 0 0 30%;
  }
  .inside-footer-widgets > div:not(:last-child) {
    margin-bottom: 25px;
  }
  .admin-bar .main-navigation .main-nav + .menu-bar-items {
    margin-top: 55px;
  }
}
#apk_web_mode {
  display: none;
}
@media only screen and (max-width: 767px) {
  .switch-theme svg {
    margin-top: -1px;
  }
  /*hide show dark mode*/
  .sun,
  .moon {
    color: var(--primary-color);
  }
  #menu-nav .switch-theme {
    display: none !important;
  }
  #apk_web_mode {
    display: block;
    position: absolute;
    top: 0px;
    right: 42px;
  }
  #apk_web_mode .menu {
    margin: 0;
    list-style: none;
  }
  #apk_web_mode .switch-theme {
    max-width: 100%;
  }
  #apk_web_mode .moon,
  #apk_web_mode .sun {
    width: 28px !important;
    height: 28px !important;
  }
  .slider-content::-webkit-scrollbar {
    background-color: transparent;
    width: 0px;
  }

  .slider-content:hover::-webkit-scrollbar {
    width: 8px;
  }
  .slider-content:hover::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
  }

  @media (hover: none) {
    .slider-content::-webkit-scrollbar {
      width: 8px;
    }
    .slider-content::-webkit-scrollbar-thumb {
      background-color: #c1c1c1;
    }
  }
  body p {
    font-size: 15px;
  }
  .breadcrumb-box li + li:before {
    font-size: 13px;
  }
  .app_descripation {
    padding: 0 0 0 20px;
    width: 100%;
  }
  .download-title-block {
    grid-template-columns: 105px calc(100% - 120px - 15px);
  }
  .download-title-block .app-img {
    max-width: 100%;
    height: 100px;
  }
  .faq-accrodian-grp {
    width: 100%;
  }
  .footer-widgets-container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-1,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-2,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-3,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-4,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-5 {
    width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
  .download-btn img {
    margin: 0 6px 0 0;
    width: 20px;
  }
  .editor-heading h2 {
    line-height: 23px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .box-shadow-commn_two,
  .box-shadow-commn-four {
    padding: 20px;
    border-radius: 14px;
  }
  .footer-widgets .widget-title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .footer-widget-1 p {
    font-size: 14px;
  }
  .navigation-search input[type="search"] {
    font-size: 16px;
  }
  .site-footer .footer-widgets .footer-widgets-container .inner-padding {
    margin-bottom: 10px;
  }
  .site-footer
    .footer-widgets
    .footer-widgets-container
    .inner-padding
    .wp-block-image.size-full {
    max-width: 210px;
  }
  header .main-navigation .menu-bar-items > .search-item > a:focus,
  header .main-navigation .menu-bar-items > .search-item > a:hover,
  header .main-navigation .menu-bar-items > .search-item > a,
  header .main-navigation .menu-bar-item.search-item {
    color: var(--font-color);
  }
  .slider-section {
    background-color: transparent;
    position: relative;
    z-index: 1;
    border-radius: 0;
  }
  .slider-section:after {
    content: "";
    position: absolute;
    background-color: var(--bg-color);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 150px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .slider-content {
    bottom: 0;
  }
  .editor-section {
    margin-top: 0px;
  }
  .editor-heading h5 {
    font-size: 13px;
  }
  .apk-mod-wrapper .app-btn {
    font-size: 13px;
  }
  section.latest-game-section:last-child {
    margin-bottom: 40px;
  }
  .footer-bar-active .footer-bar {
    margin-bottom: 0;
  }
  .footer-widgets .inside-footer-widgets a {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-1
    .wp-block-column
    .widget-title {
    font-size: 13px;
  }
  .breadcrumb-box {
    align-items: end;
    flex-wrap: wrap;
  }
  .app-info-row h3 {
    font-size: 18px;
  }
  .app-name-table-value {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
  }
  .arrow_cls:after {
    padding-left: 15px;
    font-size: 24px;
  }
  .app-name-table-key {
    font-size: 13px;
  }
  .app-name-table-value .app-btn {
    color: inherit;
    font-size: 14px;
  }
  .comment-reply-title {
    font-size: 18px;
  }
  .comment-form #author,
  .comment-form #email,
  .comment-form-comment textarea {
    font-size: 15px;
  }
  .form-submit input.submit {
    font-size: 18px;
    line-height: 30px;
    padding: 7px 10px;
  }
  .comment-form-cookies-consent input {
    margin-top: 8px;
  }
  form#commentform p.comment-form-cookies-consent {
    align-items: flex-start;
  }
  .app-comments-section .comments-title {
    font-size: 18px;
    color: var(--font-color);
  }
  .app-comments-section .comment-author {
    font-size: 17px;
  }
  .app-comments-section .comment-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .app-comments-section .comment-body {
    padding: 10px 0;
  }
  .editor-heading {
    padding-bottom: 15px;
    padding-left: 2vw;
  }
  .panel-collapse p.panel-body {
    font-size: 11px;
    line-height: 18px;
  }
  .panel-title {
    font-size: 13px;
    line-height: 18px;
  }
  .faq-accrodian-grp.rigth-acc .panel-group:last-child {
    margin-bottom: 0;
  }
  .app_descripation h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #breadcrumbs {
    display: flex;
    align-items: center;
  }
  .breadcrumbs-section.app-sec {
    margin: 0;
  }
  .app-sec .breadcrumb-box {
    padding: 0;
  }
  .download-section .box-shadow-commn {
    box-shadow: none;
    padding: 0;
  }
  .blog-section .flex-item:last-child {
    margin-bottom: 0;
  }
  .blog-section {
    padding-bottom: 10px;
  }
  .acrchive-section {
    padding-bottom: 0;
  }
  .active-breadcrumb img {
    width: 15px;
    margin-top: -2px;
  }
  table.tablepress {
    overflow-y: auto;
    display: inline-block;
  }
  .notfound-404 {
    height: 200px;
  }
  .heading-404 {
    font-size: 200px;
  }
  #notfound {
    min-height: 400px;
  }
  section.back-to-post {
    padding-bottom: 10px;
  }
  .cat-link-icon {
    line-height: 5px;
  }
  .download-page .box-shadow-commn {
    position: relative;
  }
  .download-page-article {
    margin-top: 45px;
  }
  .install-xapk-app-section {
    padding-top: 20px;
  }
  .app-content .app-version {
    width: 55px;
    padding-left: 5px;
  }
  .home .editor-section .app-container.recommended-app-blocks .left-icon {
    width: 70px;
    height: 70px;
  }
}

/* Mobile devices */

@media only screen and (max-width: 600px) {
  .editor-app-display .app-container {
    width: calc(100% - 22px);
  }
  .app_descripation p {
    margin-bottom: 10px;
  }
  .app-info-grp span {
    margin-left: 10px;
    font-size: 13px;
  }
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-1,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-2,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-3,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-4,
  .site-footer
    .footer-widgets-container
    .inside-footer-widgets
    .footer-widget-5 {
    width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
  .blog-section .flex-item,
  .recommended-blogs .flex-item {
    overflow: hidden;
    width: calc(100% - 15px);
  }
}

@media screen and (max-width: 480px) {
  .active-breadcrumb {
    width: 18px;
    height: 18px;
    display: block;
    margin-top: 3px;
  }
  .app_descripation p {
    margin-bottom: 0;
    font-size: 15px;
  }
  .breadcrumb-box li + li:before {
    margin: 0 9px 0 13px;
  }
  .app-info-grp span {
    font-size: 10px;
  }
  .app-info-grp span {
    display: none;
  }
  .acc_btn {
    width: 25px;
    height: 25px;
  }
  .notfound .notfound-404 {
    height: 162px;
  }
  .heading-404 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
  .para-404 {
    font-size: 16px;
  }
  .scrolled-section .editor-app-display .app-container {
    flex: 0 0 300px;
    max-width: 300px;
    width: 300px;
  }
  .recommended-app-section .app-container.recommended-app-blocks {
    max-width: 80px;
  }
}

/* Show more button in content */

/* .app-detailes-row {
  height: 340px;
  overflow: hidden;
}

.app-detailes-row-visible {
  height: auto !important;
}

.show-more {
  display: block;
  height: 25px;
  position: relative;
  margin-top: -4px;
  background: var(--bg-color);
}

.show-more-a {
  color: var(--font-color-fourth);
  font-size: 16px;
  display: block;
  font-weight: bold;
}

.show-more-end {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, #fff)
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    var(--bg-color)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    var(--bg-color)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#00ffffff', EndColorStr='#ffffff');
  top: -50px;
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
} */

/* Show more button in content */

/*  categpry page css */
.page-heading .heading {
  text-transform: capitalize;
}
.category-box {
  padding: 0;
  margin-top: 7px;
  overflow: hidden;
  font-size: 0;
  font-family: poppins;
}
.category-item a {
  display: block;
  padding: 0 6px;
  overflow: hidden;
  width: 100%;
  height: 43px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
  color: var(--font-color);
}
.category-section-wrapper .category-section-box:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.category-item {
  display: inline-block;
  width: 50%;
  word-break: break-all;
}
.category-item a:hover {
  background: #f5f7fa;
}
.divider {
  display: block;
  border-top: 1px solid #e5e5e5;
}
.category-box a svg {
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  fill: var(--primary-color);
}

.category-section-box .editor-heading {
  margin-top: 5px;
  padding-bottom: 0;
}
.category-section-box .editor-heading h2 {
  text-transform: uppercase;
  font-size: 22px;
  padding-left: 5px;
  border-bottom: 3px solid #1d9bf0;
  padding-bottom: 2px;
}

@media (min-width: 768px) {
  .category-item {
    width: 33.33%;
  }
}

/* END Category */

.icon-arrow-up svg{
  fill: #fff !important;
}

/* download btn transition */

.download-btn.clicked {
  transform: scale(0.9); /* Apply the shrink effect */
}

.download-btn {
  transition: all 0.2s !important; /* Add a smooth transition effect */
}

/* table */


table.app-info-main-block,
table.app-info-main-block tr,
table.app-info-main-block td,
table.app-info-main-block th {
    border: 0;
}

table.app-info-main-block td,
table.app-info-main-block th {
    padding: 0;
}

table.app-info-main-block th {
	font-weight: 400;
}

table.app-info-main-block {
    margin: 0;
}

@media screen and (max-width: 450px) {
	tr.app-info-grp {
		max-width: 85vw;
	}
}

.text-warning {
	color: #FF6600;
	margin-top: 5px;
}

.text-warning svg {
    vertical-align: middle;
    margin-right: 8px;
}

.container-min-browse{
	margin: 20px auto !important;
    max-width: calc(1140px + 8vw) !important;
    padding: 0 15px !important;
    padding-left: 2vw !important;
}

.download-btn.btn.text-center h3{
	font-size: 18px;
	margin: 0;
	color: #fff;
}

.post-image{
	display: flex;
	justify-content: center;
    margin: 10px 0;
}

/* review plugin css starts */
.glsr-button.wp-block-button__link{
	width: auto !important;
}

.glsr-tag-value, .glsr-tag-value p, .glsr-input.glsr-input-text, .glsr-textarea, .glsr-select, .glsr-review, select.gt_selector.notranslate{
  font-family: var(--font-poppins) !important;
  color: var(--font-color) !important;
  background-color: var(--bg-color) !important;
}

select.gt_selector.notranslate {
    border-color: var(--border-color);
}

.glsr[data-shortcode="site_reviews"] {
    margin-top: 40px !important;
}

.custom-summary {
    display: grid !important;
    grid-template-columns: 1fr 4fr !important;
    column-gap: 20px !important;
	width: 100% !important;
    max-width: 100% !important;
}

.glsr-summary-rating, .glsr-summary-stars, .glsr-summary-text {
    grid-column: 1 !important;
    grid-row: auto / span 1 !important; /* This makes each element occupy one row */
}

.glsr-summary-percentages {
    grid-column: 2 !important;
    grid-row: 1 / span 3 !important; /* This makes the summary percentages span 3 rows to match the 3 rows on the left */
}


.glsr-summary-rating, .glsr-summary-text {
    display: flex !important;
    justify-content: center !important;
}

.glsr-summary-rating span{
		font-size: 36px !important;
}

.glsr-summary-stars {
    display: flex !important;
    align-items: center !important; /* horizontally center the stars */
    justify-content: center !important; /* vertically center the stars */
    height: 100% !important; /* take full height of its container */
}

.glsr-summary .glsr-bar-background:before, .glsr-summary .glsr-bar-background-percent {
border-radius: 10px !important;
}

.app-comments-section .grid-container .box-shadow-commn h4 {
	margin: 0 0 16px 0 !important;
}


.glsr-no-margins {
    margin-top: -30px !important;
}


.glsr-review {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  grid-template-rows: auto auto auto !important;
    column-gap: 10px!important;
    row-gap: 0 !important;
}

.glsr-review-avatar {
  grid-row: 1 !important;
  grid-column: 1 !important; /* Avatar in the first column */
  margin-right: 0 !important; /* Remove any right margin from the avatar */
}

.glsr-review-author {
  grid-row: 1 !important;
  grid-column: 2 !important;
  margin-left: -50px !important; /* Remove any left margin from the author name */
  align-self: center !important; /* Vertically center the author name if necessary */
}


.glsr-review > *:not(.glsr-review-avatar):not(.glsr-review-author) {
  margin-top: 5px !important; /* This will reduce the gap above all items except the avatar and author */
}

.glsr-review-rating {
  grid-row: 2 !important;
  grid-column: 1 !important; /* Stars in the first column */
}

.glsr-review-date {
  grid-row: 2 !important;
  grid-column: 2 !important; /* Date in the second column */
}

.glsr-review-content {
  grid-row: 3 !important;
  grid-column: 1 / -1 !important; /* Content spanning all columns */
}
.glsr-review-content div p, .glsr-review-date span {
	font-size: 14px;
}

.glsr-review-title {
  display: none !important; /* Hides the title */
}

.glsr-review-avatar img{
	border-radius: 40px;
}

.glsr-default .glsr-review {
    box-shadow: var(--box-shadow-fourth);
    padding: 20px;
    border-radius: 20px;
}

@media screen and (max-width: 450px) {
	.custom-summary .glsr-summary .glsr-star {
		height: 18px !important;
		width: 18px !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}

	.custom-summary .glsr-summary-rating span{
	font-size: 28px !important;
	}

	.custom-summary .glsr-summary-text span {
		font-size: 16px !important;
		text-align: center !important;
	}
	
	.custom-summary span.glsr-tag-value {
    padding-bottom: 5px;
	}
	
	.custom-summary .glsr-summary-rating {
    padding-top: 10px;
	}
	
}

label.glsr-label.glsr-label-rating span {
    padding-left: 5px;
}


.glsr-star-rating {
    margin: 15px 0;
}

.glsr-input, .glsr-textarea{
	border-color: var(--border-color) !important;
}

.glsr-default .glsr-review-avatar img {
    height: 40px;
    width: 40px;
}

.glsr-review-author span {
    font-size: 16px;
}

.reviews-summary-stars .glsr-summary-rating .glsr-tag-value, .reviews-summary-reviews {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: var(--font-color-secondry) !important;
}

.review-summary-top-wrapper .glsr-tag-value{
	color: var(--font-color-secondry) !important;
}

.review-summary-starimg {
	width: 14px;
	height: 14px;
	margin: 0;
}

.review-summary-top-wrapper, .reviews-summary-stars-wrapper {
	display: flex;
	align-items: center;
    justify-content: left;
}

.review-summary-top-wrapper {
	height: 15px;
	gap: 10px;
}

.reviews-summary-stars-wrapper {
	gap: 4px;
}

.glsr-bar-background-percent {
    background-color: var(--primary-color) !important;
}

.review-summary-top-wrapper > div:nth-child(2), .review-summary-top-wrapper > div:nth-child(3) {
    border-left: 2px solid var(--border-color) !important;
    padding-left: 15px;
}

/* review plugin css ends */

/* related to post css starts */

.related .articles-container {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.related .featured-article {
    width: 220px;
    flex: 0 0 auto;
	box-shadow: var(--box-shadow-second);
    margin-right: 20px;
    padding: 0 10px;
}

.related .articles-container::-webkit-scrollbar {
    height: 10px;
}


.related .featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.featured-image {
	height: 100px;
}

.related .article-info {
    padding: 15px 15px 0 0;
}

.related .date-updated {
    display: block;
    margin-bottom: 10px;
    font-style: italic;
    color: var(--font-color-secondary);
    font-size: 12px;
}

/* .related .featured-article h5 {
    margin-top: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
} */

.related h4 {
	margin: 0;
}

/* related to post css ends */

/* author page css starts */

.bemway-flex-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-around;
	gap: 20px;
}

.bemway-flex-grid .app-container.recommended-app-blocks{
	height: 100px;
	width: 100px;
}

.bemway-flex-grid .app-name-homepage{
	white-space: nowrap;  /* Prevents the text from wrapping into multiple lines */
	overflow: hidden;     /* Hides the overflow text */
	text-overflow: ellipsis; /* Adds an ellipsis (...) at the end of the hidden text */
	display: block;       /* Makes the element a block-level element, allowing the ellipsis to work */
	width: 100%;     
}

.mb-20{
	margin-bottom: 20px;
}

/* author page css ends */


/* share modal css starts */

.custom-sharing-modal .hidden,
.hidden-custom {
  display: none;
}

.custom-sharing-modal span,
.custom-sharing-modal p,
.custom-sharing-modal input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.custom-sharing-modal ::selection {
  color: #fff;
  background: var(--primary-color-shade);
}
.custom-sharing-modal.view-modal,
.popup {
  position: absolute;
  left: 50%;
}
.custom-sharing-modal button {
  outline: none;
  cursor: pointer;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.1s linear, border-color 0.1s linear,
    color 0.1s linear;
}
.custom-sharing-modal .view-modal {
  top: 50%;
  color: var(--primary-color-shade);
  font-size: 18px;
  padding: 10px 25px;
  background: var(--bg-color);
  transform: translate(-50%, -50%);
}
/* .custom-sharing-modal .popup {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}
.custom-sharing-modal .popup.show {
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out, opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
} */

.custom-sharing-modal .popup {
  background: var(--bg-color);
  padding: 25px;
  border-radius: 15px;
  position: fixed; /* Fixed position to stay in place */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  opacity: 0; /* Start invisible */
  pointer-events: none; /* No interaction when invisible */
  max-width: 90vw; /* Max width relative to viewport width */
  max-height: 90vh; /* Max height relative to viewport height */
  box-sizing: border-box; /* Include padding and borders in width/height */
  /* Add more styling as needed (padding, background, etc.) */
}

.custom-sharing-modal .popup.show {
  opacity: 1;
  pointer-events: auto; /* Allow interaction when visible */
  /* No need to repeat the transform property here */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
  .custom-sharing-modal .popup {
    max-width: 95vw;
    max-height: 95vh;
  }
}

.custom-sharing-modal .popup :is(header, .icons, .field) {
  display: flex;
  align-items: center;
}
.custom-sharing-modal .popup header {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}

.custom-sharing-modal header span {
  font-size: 21px;
  font-weight: 600;
}
.custom-sharing-modal header {
  justify-content: space-between;
}

.custom-sharing-modal header .close,
.icons a {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.custom-sharing-modal header .close {
  color: #000000;
  font-size: 17px;
  background: var(--bg-color);
  cursor: pointer;
  padding: 10px;
}
.custom-sharing-modal .close svg {
  color: var(--font-color);
}
.custom-sharing-modal header .close:hover {
  background: var(--bg-color);
}
.custom-sharing-modal .popup .content {
  margin: 20px 0;
}
.custom-sharing-modal .popup .icons {
  margin: 15px 0;
  padding: 0;
}

.custom-sharing-modal .content p {
  font-size: 16px;
}
.custom-sharing-modal .content .icons a {
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.custom-sharing-modal .icons a i {
  transition: transform 0.3s ease-in-out;
}
.custom-sharing-modal .icons a:nth-child(1) {
  color: #08c;
}
.custom-sharing-modal .icons a:nth-child(1):hover {
  background: #08c;
}
.custom-sharing-modal .icons a:nth-child(2) {
  color: #3b5998;
}
.custom-sharing-modal .icons a:nth-child(2):hover {
  background: #3b5998;
}
.custom-sharing-modal .icons a:nth-child(3) {
  color: #4dc247;
}
.custom-sharing-modal .icons a:nth-child(3):hover {
  background: #4dc247;
}
.custom-sharing-modal .icons a:nth-child(4) {
  color: #ff4500;
}
.custom-sharing-modal .icons a:nth-child(4):hover {
  background: #ff4500;
}
.custom-sharing-modal .icons a:nth-child(5) {
  color: #1da1f2;
}
.custom-sharing-modal .icons a:nth-child(5):hover {
  background: #1da1f2;
}
.custom-sharing-modal .icons a:nth-child(6) {
  color: #08c;
}
.custom-sharing-modal .icons a:nth-child(6):hover {
  background: #08c;
}
.custom-sharing-modal .icons a:hover {
  color: #fff;
  border-color: transparent;
}
.custom-sharing-modal .icons a:hover i {
  transform: scale(1.2);
}
.custom-sharing-modal .content .field {
  margin: 12px 0 -5px 0;
  border-radius: 4px;
  border: 1px solid var(--border-color);
}
.custom-sharing-modal .field.active {
  border-color: var(--primary-color-shade);
}

.custom-sharing-modal .field input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  text-overflow: ellipsis;
  background: var(--bg-color);
  color: var(--font-color);
}
.custom-sharing-modal .field button {
  color: #fff;
  padding: 5px 18px;
  background: var(--primary-color-shade);
}
.custom-sharing-modal .field button:hover {
  background: var(--primary-color-shade);
}

.custom-sharing-modal .icon-social-modal {
  height: 25px;
  width: 25px;
}

@media screen and (max-width: 600px) {
  /* .custom-sharing-modal .popup {
    max-width: 80%;
  } */
  .custom-sharing-modal .icons svg {
    width: 30px;
    height: 30px;
  }
}

.overlay-custom.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* display: none; */
  z-index: 10; /* Ensure it's below the modal but above other content */
}

/* Ensure your modal has a higher z-index */
.custom-sharing-modal .popup {
  z-index: 20; /* Higher than the overlay */
}

.custom-sharing-modal .copy-btn-custom{
	padding: 10px;
	cursor: pointer;
}

/* share modal css ends */

/* download btn css */

.dld-btn-text{
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-start;
}

.dld-icon-app-page{
	width: 100%;
	height: 100%;
	margin: 0 !important;
	max-width: 40px;
}

.download-btn-main{
	display: grid;
	grid-template-columns: 2fr 16fr;
	gap: 16px;
    padding: 12px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.dld-btn-app-name{
	font-size: 24px;
}

@media screen and (max-width: 400px) {
	.dld-btn-app-name{
		font-size: 20px;
	}
}

.dld-btn-text p{
	margin: 0 !important;
	justify-self: start;
	text-align: left !important;
}

.dld-btn-text{
	justify-self: start;
}

.download-page-download-btn {
    margin: 30px 0;
    padding: 15px 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.download-page-download-btn span {
    font-size: 20px;
}

.download-page-download-btn svg {
    width: 25px;
    height: 25px;
}

/* recommended apps - grid layout */

@media screen and (max-width: 600px) {
	.bemway_app-template-default .recommended-app-blocks, #download-page-static .recommended-app-blocks, .grid-home .recommended-app-blocks{
		margin: 0 !important;
		flex: 0 0 auto !important;
		width: auto !important;
	}
	.bemway_app-template-default .scrolled-section .editor-app-display, #download-page-static .scrolled-section .editor-app-display, .grid-home {
		justify-content: space-around;
		flex-wrap: wrap !important;
		width: auto;
		flex: 0 0 auto;	
		gap: 20px;
	}
	.bemway_app-template-default .editor-heading, #download-page-static .editor-heading{
		margin-bottom: 5px;
	}
}


/* display blog post css */
.blog-post {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Updated shadow for subtlety */
    background: #fff; /* Adding a background color */
}

.blog-post:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.blog-link {
    text-decoration: none;
    color: inherit;
}

.blog-image {
    width: 100%;
    display: block;
}

.blog-image img {
    max-width: 100%; /* Ensures the image is not larger than its container */
    height: auto; /* Maintains the aspect ratio of the image */
}

.blog-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #333;
    font-weight: bold; /* Added for better title emphasis */
}

.blog-excerpt {
    font-size: 0.9em;
    color: #666;
}

.blog-excerpt {
    font-size: 0.9em;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .blog-post {
        flex-direction: row;
    }

    .blog-image, .blog-content {
        flex: 1;
    }
}

/* display blog post css */

@media screen and (min-width: 450px) {
	.app-name-table-value {
		max-width: 200px;
	}
}

.editor-section {
    margin-top: 0px !important;
}
/* 
@media only screen and (min-width: 600px){
	.download-btn{
		display: none !important;
	}
} */

.glsr-star-empty, .glsr-star-rating--stars[class*=" s"]>span, .glsr-star-full, .glsr-star-rating--stars[class*=" s"]>span.gl-active, .glsr-star-rating--stars[class*=" s"]>span.gl-active.gl-selected{
		-webkit-mask-size: 100% !important;
    mask-size: 100% !important;
}
/* Progress Bar CSS Starts */

.spinner-wait {
    display: inline-flex;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.spinner-wait__animation {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1),2px 1px 0 #fff;
    -webkit-animation: spin .7s linear infinite;
    animation: spin .7s linear infinite;
    align-self: center
}

.download-btn-main .spinner-wait{
	margin: auto;
}

.download-page-download-btn .spinner-wait{
	margin-right: 10px;
}


@keyframes spin {
    100% {
        box-shadow: 0 0 0 1px rgba(0,0,0,0.1),2px 1px 0 #fff;
        transform: rotate(360deg)
    }
}


@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
	margin-top: 6px;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

#download-loading {
	margin-bottom: 10px;
}

/* Progress Bar CSS Ends */