/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

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

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
:root {
	--primary-color: #339af0;
	--secondary-color: #212121;
	--white-color: #ffffff;
	--black-color: #000000;
	--black-dark: #170F49;
	--black-light: #292929;
	--paragraph-color: #252525;
	--sky-color: #43A5FF;
	--sky-light: #4DAAFF;
	--gray-color: #7A7A7A;
	--gray-light: #646464;
	--blue-color: #046ED0;
	--placeholder-color : #ABABAB;
	--font-poppins: 'Poppins', sans-serif;
	--font-roboto: 'Roboto', sans-serif;
}

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 body{
	font-family: var(--font-poppins);
	margin:0;
	padding-top: 64px;
	background-color: var(--white-color)
}
*::-moz-selection {
	color: var(--white-color);
	background: var(--black-color);
}
*::-webkit-selection {
	color: var(--white-color);
	background: var(--black-color);
}
*::-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;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
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-roboto);
}
body a:hover {
	color:var(--black-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(--secondary-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;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px;
}
img {
	margin: 0 auto;
	max-width: 100%;
}
body p{
	color: var(--paragraph-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;
}
.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: 4vw;
    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;
}
/*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: #297bc0;
	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: 0px 0px 15px 5px rgb(132 132 132 / 10%);
    border-radius: 8px;
    padding: 15px;
    background: var(--white-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;
}

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

/* header section */
.admin-bar header.site-header,
.admin-bar .navigation-search {
    top: 32px;
}
header.site-header {
    background-color: var(--primary-color);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.site-logo > a {
    max-width: 175px;
    display: block;
    width: 100%;
}
header.site-header .inside-header {
    padding-top: 0;
    padding-bottom: 0;
}
header .main-navigation,
.site-footer .footer-widgets {
    background-color: transparent;
}
header .main-navigation .main-nav ul.menu > li > a {
    font-size: 16px;
    color: var(--white-color);
    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(--white-color);
    height: 2px;
    z-index: -1;
    margin: 0 auto;
	transition: all 0.3s ease-in;
}
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 .main-nav ul.menu > li > a:hover,
header .main-navigation .main-nav ul.menu > li > a:focus,
header .main-navigation .menu-bar-item.search-item {
    color: var(--white-color);
}

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 .menu-bar-items > .search-item > a:hover {
    transform: scale(1.1);
}
header .main-navigation .inside-navigation {
    padding-right: 0;
}
.navigation-search input[type="search"] {
    width: 100%;
    background: var(--white-color);
    opacity: 1;
    height: 64px;
    color: var(--secondary-color);
}
.navigation-search input[type="search"]:focus {
    color: var(--secondary-color);
}
header .main-navigation .menu-bar-items > .search-item > a:hover {
    color: var(--white-color);
}
.navigation-search button {
    padding: 0;
    background-color: transparent;
    color: var(--black-color);
    min-width: auto;
    transition: none;
    width: auto;
}
.navigation-search {
    background: var(--white-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;
}
/*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 {
/*     background-color: var(--primary-color); */
    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: -50px;
}
.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(--white-color);
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 2px 0 transparent, 0 3px 1px -2px transparent, 0 1px 5px 0 rgb(0 0 0 / 10%);
}
.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 {
    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-logo-name .app-name {
    font-size: 13px;
    padding-left: 5px;
}
.app-content .app-version {
    font-size: 13px;
    color: #9D9D9D;
}
.editor-section {
    padding-top: 125px;
    padding-bottom: 40px;
}
.latest-game-section{
    padding-bottom: 40px;
}
/* .latest-game-section:not(:last-child) {
    padding-bottom: 40px;
} */
section.latest-game-section:last-child{
    padding-top: 60px;
    background-color: #FAFAFA;
}
.slider-app-wrapper:hover .app-feature-img {
    opacity: .75;
    transition: 250ms ease-in-out;
}
.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;
    transition: transform .5s,opacity 1s;
}
.slider-app-wrapper:active:after {
    transform: scale(0,0);
    opacity: .3;
    transition: 0s;
}
.slider-content::-webkit-scrollbar {
	height: 8px;
} 
.navigation-search .grid-container {
    display: flex;
}
.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-roboto);
    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(--white-color);
    border-radius: 4px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.09);
    margin: 0 11px 22px;
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.editor-app-display .app-container:hover {
    opacity: .75;
    transition: 250ms ease-in-out;
}
.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;
    transition: transform .5s,opacity 1s;
}
.editor-app-display .app-container:active:after {
    transform: scale(0,0);
    opacity: .3;
    transition: 0s;
}
.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(--gray-light);
    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 */
.site-footer {
    background-color: var(--primary-color);
}
.footer-widgets-container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer-widgets .widget-title {
    font-size: 13px;
    color: var(--white-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(--white-color);
    font-size: 13px;
    font-family: var(--font-roboto);
    font-weight: 400;
    position: relative;
    z-index: 0;
    padding-bottom: 3px;
    line-height: 23.4px;
}
.footer-widgets .inside-footer-widgets a:hover {
    color: var(--white-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);
}
footer.site-info p {
    color: var(--white-color);
    font-weight: 600;
    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;
}

/* download page */

/*---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: #3A3A3A !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;
    font-family: FontAwesome;
    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: 14px;
    color: #7A7A7A;
    text-decoration: none;
    line-height: 20px;
    font-weight: 500;
/*     word-wrap: break-word; */
/* 	word-break: break-all; */
    vertical-align: middle;
    font-family : var(--font-roboto);
	display: flex;
	align-items: center;
}
.breadcrumbs-section {
    padding-top: 10px;
}
/*---breadcrumbs section---End */


/*---download-section---*/
.download-title-block {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    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 8px 0 0;
    width: 22px;
}
.download-btn p {
    color: var(--white-color);
    margin-left: 24px;
}
.app_descripation p {
    color: var(--gray-light);
    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-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-family: FontAwesome;
    font-weight: bold;
}
.free {
    color: #01B33D !important;
}
.heading-sec .heading-wrapper {
    padding-bottom: 15px;
}
.app-info-grp p {
    color: #7A7A7A;
    margin-bottom: 0;
    line-height: 23px;
    font-size: 13px;
    padding: 0;
}
.app-info-row h3 {
    color: #292929;
    font-family: var(--font-poppins);
    font-size: 18px;
    margin-bottom: 0;
}
.app-info-main-block h4 {
    font-weight: normal;
    color: #3A3A3A;
    font-family: var(--font-poppins);
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
.app-info-main-block h4{
	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-main-block h4 a:hover {
    opacity: .75;
    transition: .3s;
}
.app-info-grp span {
    color: var(--black-color);
    margin-left: 27px;
}
.req-info{
    text-align: end;
}
.app-img {
    width: 120px;
    height: auto;
    position: relative;
    border-radius: 0;
    aspect-ratio: 1/1;	
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #f7f7f7;
}
.app-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	border-radius: 0;
    aspect-ratio: 1/1;
}
.recommended-app-section .editor-heading h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.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;
}
.box-shadow-commn-three{
    padding: 50px 106px 157px 50px;
    box-shadow: 0px 0px 15px 5px rgba(132, 132, 132, 0.1);
    border-radius: 25px;
}
.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: 0px 5px 16px rgb(8 15 52 / 6%);
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 5px 15px;
}
.panel-title {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #170F49;
    line-height: 28px;
    margin-bottom: 0;
}
.panel-collapse {
    padding-top: 10px;
    display: none;
}
.panel-collapse .panel-body {
    font-size: 16px;
    color: #6F6C90;
    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 */

.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);
}
.circle_animation {
  stroke-dasharray: 440; 
  stroke-dashoffset: 440;
  transition: all 1s linear;
}
.download-photoroom-section .app-container{
	box-shadow: 0 4px 10px rgb(0 0 0 / 15%) !important;
}
.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: 0px 0px 15px 5px rgb(132 132 132 / 10%);
}
.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: 0px 0px 15px 5px rgb(132 132 132 / 10%);
}
.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: #292929;
    font-family: var(--font-poppins);
}
.comment-form #author, 
.comment-form #email, 
.comment-form-comment textarea {
    background: #FBFBFB;
    padding: 15px 25px;
    border-color: transparent;
    color: #ABABAB;
    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;
    transition: all 0.3s linear;
}
.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;
}

/* download page */

/* 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: #595959;
    font-family: '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: #585858;
    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(--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;
}
.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-top: 0;
    padding-bottom: 20px;
}
.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: 0 2px 2px 0 transparent, 0 3px 1px -2px transparent, 0 1px 5px 0 rgb(0 0 0 / 25%);
}

.blog-section .card-grp:hover{
    opacity: .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(--secondary-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 {
    padding-bottom: 0;
}
.recommended-blogs .box-shadow-commn {
    margin-top: 0;
}
.feature-image-section img {
    width: 100%;
	max-width: 250px;
}
.acrchive-section {
    padding-bottom: 10px;
}
/*Close blog page */

/* Contact page */
.page .post-content-detail {
    padding-top: 10px;
}
.page .heading {
    margin-bottom: 0;
}
.feature-image-section {
    padding-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: #fbfbfb;
	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: var(--sky-color);
	border: 1px solid var(--sky-color);
	padding: 7px 15px;
	border-radius: 8px;
    width: 100%;
    display: block;
}

.install-xapk-app-section .guide-link:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
	border-color: var(--primary-color);
}
.social-share-wrapper {
	background-color: #F2F5F9;
	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.wp {
    background-color: rgb(77,194,71);
}
.social-share-wrapper .social.tw {
	background-color: rgb(29,161,242);
}

/* 14-7-2022 */

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

/* 14-7-2022 download page css*/
.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: 15%;
}
.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;
	text-align: center;
}
.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: 50px;
    height: 50px;
    position: relative;
	margin: 0 auto;
}
a.maxbutton-1.maxbutton.maxbutton-new {
    display: inline-flex;
    align-items: center;
    width: auto;
}

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

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

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

.appver {
    color: var(--gray-light);
}

.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(--white-color) !important;
}

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

/* social icon */
.social-share-wrapper svg path {
    fill: #fff;
}
.social-share-wrapper svg {
    width: 10px;
}
.social-share-wrapper .social {
    line-height: 36px;
}
.social-share-wrapper .social.wp svg,
.social-share-wrapper .social.tw svg {
    width: 15px;
}
.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-info-grp p.rmp-rating-widget__msg.js-rmp-msg {
    display: block !important;
}
.app-info-grp .rmp-rating-widget .rmp-icon--ratings{
	font-size: 20px;
}
/* desktop view */

/* Tablet View */


@media screen and (min-width: 992px) {

   .blog-section .flex-item:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}


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

    .close {
        position: absolute;
        right: 0;
        margin: 10px;
        top: 0;
        display: block;
    }
    .admin-bar .main-navigation .menu-toggle {
        margin-top: 45px;
    }
    .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;    
    }
    .site-logo {
        display: flex;
        justify-content: center;
        width: 180px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        align-items: center;
    }
    .site-logo > a {
        max-width: 100%;
    }
    header .main-navigation .inside-navigation {
        margin-left: 0;
        padding: 0;
        width: auto;
    }
    .main-navigation .menu-toggle {
        padding: 0;
        align-items: center;
        position: fixed;
        left: 4vw;
        height: 30px;
        width: 30px;
        display: block;
        top: 0;
        line-height: 27px;
        margin-top: 10px;
        background-color: transparent;
        border-radius: 0;
    }
    .main-navigation .menu-toggle .icon-menu-bars {
        background-image: url(img/menu-icon.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        width: 30px;
        height: 30px;
        vertical-align: middle;
    }
    .main-navigation .menu-toggle .icon-menu-bars svg {
        display: none;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets .wp-block-social-links > li{
        margin-right: 5px;
    }
    .main-navigation .main-nav {
        position: fixed;
        top: 0;
        position: fixed;
        width: 300px;
        left: 0;
        top: 0;
        margin: 0;
        height: 100%;
        height: -moz-calc(100%);
        height: calc(100% + 60px);
        padding-bottom: 60px;
        background-color: var(--white-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 250ms;
    }
    .mobile-menu-open .main-navigation .main-nav {
        transform: translateX(0%);
        transition: transform 250ms;
    }
    header .main-navigation .main-nav ul.menu > li > a {
        color: var(--secondary-color) !important;
        display: block;
        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,.5);
        z-index: 9;
        visibility: hidden;
        display: block;
        transition: visibility 250ms,opacity 250ms,z-index 250ms;
        width: calc(100% - 300px);
    }
    .mobile-menu-open .side-nav-overlay {
        visibility: visible;
        opacity: .75;
        transition: visibility 250ms,opacity 250ms,z-index 250ms;
    }
    .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 {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 30;
        margin: 15px 4vw 0 0;
    }
    .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);
    }
   

}


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

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

}


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

    body p {
        font-size: 15px;
     }
    .breadcrumb-item a{
        font-size: 14px;
    }
    .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 {
        width: 105px;
        height: 105px;
    } */
    .download-title-block .app-img {
        width: 80px;
        height: 80px;
    }
    .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 15px 0 0;
        width: 20px;
    }
    .editor-heading h2 {
        line-height: 23px;
        margin-bottom: 5px;
        font-size: 18px;
    }
    .box-shadow-commn-three,
    .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: 14px;
    }
    .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(--white-color) ;
    }
    .slider-section {
        background-color: transparent;
        position: relative;
        z-index: 1;
        border-radius: 0;
    }
    .slider-section:after {
        content: "";
        position: absolute;
        background-color: #fff;
        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 {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .latest-game-section {
        padding-bottom: 40px;
    }
    section.latest-game-section:last-child {
        padding-top: 35px;
    }
    .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-info-main-block h4 {
        font-size: 15px;
        margin-bottom: 0;
        font-weight: 500;
    }
    .arrow_cls:after {
        padding-left: 15px;
        font-size: 24px;
    }
    .app-info-grp p {
        font-size: 13px;
    }
    .app-info-main-block h4 .app-btn {
        color: inherit;
        font-size: 14px;
    }
    .editor-app-display .app-container:last-child {
        margin-bottom: 0;
    }
    .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: #292929;
    }
    .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;
    }
    .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;
    }
	.site-footer .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside:last-child {
		position: absolute;
		bottom: 0;
		margin-bottom: 30px;
	}
	.site-footer .footer-widgets-container .inside-footer-widgets {
		padding-bottom: 90px;
	}
    .app_descripation h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .breadcrumbs-section {
        padding: 15px;
        background: #FAFAFA;
        margin: 0 -15px !important;
    }
	#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;
    }
    /*.screenshots-wrapper > .screen-pswp {
        flex: 0 0 100px;
        max-width: 100px;
        width: 100px;
    }*/
    /* mobile view */
    .download-page .box-shadow-commn {
        position: relative;
    }
    .download-page-article {
        margin-top: 45px;
    }
    .install-xapk-app-section {
        padding-top: 20px;
    }
    
}



@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 {
        width: 18.66666666666vw;
        flex: 0 0 18.66666666666vw;
    }
}

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