@charset "UTF-8";

/*
Theme Name: Feeda New GPTs
Theme URI: 
Author: Feeda AI Team
Author URI: 
Description: 
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: feedagpt

 
*/

@font-face {
    font-family: manropelight;
    src: url(fonts/manrope-light.ttf);
}
@font-face {
    font-family: manroperegular;
    src: url(fonts/manrope-regular.ttf);
}
@font-face {
    font-family: manropemedium;
    src: url(fonts/manrope-medium.ttf);
}
@font-face {
    font-family: manropesemibold;
    src: url(fonts/manrope-semibold.ttf);
}
@font-face {
    font-family: manropebold;
    src: url(fonts/manrope-bold.ttf);
}
@font-face {
    font-family: manropeextrabold;
    src: url(fonts/manrope-extrabold.ttf);
}
*{

    box-sizing: border-box;
}
body {
   margin: 0px;
   padding: 0px;
   font-family: manroperegular;  
   background: #fff;
} 
.clear{
    clear: both;
}
.container{
    width: 90%;
    max-width: 1920px;
    margin:0 auto;
} 
a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

h1,h2,h3,h4,h5{
    font-weight: normal;
} 
.feeda-app-left-sidebar{
  background: #F2F2F2;
  width: 90px;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;  
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.18);
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.18);
  -moz-transition: width 1s ease;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
  z-index: 9;
}

.open-nav .feeda-app-left-sidebar{

    left: -100vw;
}

.feeda-app-left-sidebar.expand{
    width: 220px;
}
.feeda-app-left-sidebar .feeda-app-left-inner{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.feeda-app-left-sidebar .feeda-app-left-logo{
    padding: 15px 10px;
    text-align: center;
}

.feeda-app-left-sidebar .feeda-app-left-nav ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.feeda-app-left-sidebar .feeda-app-left-nav ul li{
    padding: 5px 15px;
    text-align: left;
    display: inline-block;
    width: 100%;
}


.feeda-app-left-sidebar.expand .feeda-app-left-nav ul li a{
    color: #000;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-text{
    display: none;
    
    height: 55px;
    line-height: 55px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    float: left;
}
.feeda-app-left-sidebar.expand .feeda-app-left-nav ul li .falsn-text{
    display: inline-block;

}
.feeda-app-left-sidebar.expand .feeda-app-left-nav ul li .falsn-icon{
    float: left;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon{
    width: 55px;
    padding-left: 55px;
    float: left;
    height: 55px;
    display: inline-block;
    background:url(images/feeda-side-home-icon.png) no-repeat #EBEBEB;
    background-position: 16px;
    border-radius: 10px; 
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.active{ 
    background:url(images/feeda-side-home-icon-active.png) no-repeat #060606;
    background-position: 16px; 
}

.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-serchat{ 
    background:url(images/feeda-side-serchat-icon.png) no-repeat #EBEBEB;
    background-position: 16px; 
}

.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-serchat.active{ 
    background:url(images/feeda-side-serchat-icon-active.png) no-repeat #060606;
    background-position: 16px; 
}


.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-aiapp{ 
    background:url(images/feeda-side-aiapp-icon.png) no-repeat #EBEBEB;
    background-position: 16px; 
}

.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-aiapp.active{ 
    background:url(images/feeda-side-aiapp-icon-active.png) no-repeat #060606;
    background-position: 16px; 
}


.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-contact{ 
    background:url(images/feeda-side-contact-icon.png) no-repeat #EBEBEB;
    background-position: 16px; 
}

.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-contact.active{ 
    background:url(images/feeda-side-contact-icon-active.png) no-repeat #060606;
    background-position: 16px; 
}


.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-channels{ 
    background:url(images/feeda-side-channels-icon.png) no-repeat #EBEBEB;
    background-position: 16px; 
}

.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-channels.active{ 
    background:url(images/feeda-side-channels-icon-active.png) no-repeat #060606;
    background-position: 16px; 
}

.feeda-app-left-sidebar.expand .feeda-app-left-nav ul li .falsn-icon {
    width: 95%;



}

.feeda-app-left-sidebar.expand .feeda-app-left-nav ul li .falsn-icon.active span{
    color: #fff ;

}
.feeda-app-left-sidebar .feeda-app-left-footer{
    padding: 10px;
    text-align: center;
}

.feeda-app-left-sidebar .feeda-app-left-footer a{
    width: 55px;
    height: 55px;
    display: inline-block;
    background:  #EBEBEB; 
    line-height: 67px;
    text-align: center;
    border-radius: 10px;

}
.feeda-app-left-sidebar .feeda-app-left-footer a img{
    -moz-transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
}
.feeda-app-left-sidebar .feeda-app-left-footer a.show img{
    transform: scaleX(-1);
}
.aiapp-store-wrapper{
   
    transition: padding 1s ease;
}
.left-nav-expand  .aiapp-store-wrapper{
    padding-left: 220px;   
}
.aiapp-store-header{
    padding:25px 0px;
    display: inline-block;
    width: 100%;
    background: #FFFCEF;
}
.home .aiapp-store-header{
    background: #fff !important;
}

.aiapp-store-header .aiapp-store-nav{
    float: left;
    width: 40%;
    text-align: center;
}
.aiapp-store-header .aiapp-store-nav.left-align {
    text-align: left;
}
.aiapp-store-header .aiapp-store-nav.right-align {
    text-align: right;
    float: right;
}
.aiapp-store-header .aiapp-store-nav .login-signup-link {
 padding-top:30px;
}
.aiapp-store-header .aiapp-store-nav .login-signup-link a {
    background:#ffde59;
    color:#000;
    font-size:16px;
    font-family: manropesemibold;
    text-decoration:none;
    padding:10px 25px;
    border-radius:35px;
    margin-left: 10px;
}

.aiapp-store-header .aiapp-store-nav .login-signup-link a.signup {
    background: #000;
    color: #fff;
}
.aiapp-store-header .aiapp-store-logo{
    float: left;
    width:20%;
    text-align: center;
    padding: 0px 20px;
}
.aiapp-store-header .aiapp-store-logo img{
    max-width: 100%;
    width: 85px;
}

.aiapp-store-header .aiapp-store-nav ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
    margin-top: 35px;
}
.aiapp-store-header .aiapp-store-nav ul li{
    float: left;
    padding: 0px 20px;
    text-align: center;
    position: relative;
}
.aiapp-store-header .aiapp-store-nav ul li:first-child{
    padding-left: 0px !important;
}

.aiapp-store-header .aiapp-store-nav ul li a{
    color: #000; 
    font-size: 15px;
    position: relative;font-family: manropebold;
    text-decoration: none;  
    position: relative;
}
/*.aiapp-store-header .aiapp-store-nav ul li a:before  {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #2196f3;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.aiapp-store-header .aiapp-store-nav ul li a:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}*/
.aiapp-store-header .aiapp-store-nav ul li a:hover{
    color:#ffde59;
}

.aiapp-store-header .aiapp-store-nav   .sub-menu-toggle{
  display: none;
}

.aiapp-store-header .aiapp-store-nav ul li .sub-menu {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 12px;
  left:0px;
  padding: 20px 15px;
  top:-15px;
  width: 220px;
  z-index: 99;
  -webkit-box-shadow: 0px 4px 21px -7px rgba(0,0,0,0.44);
  -moz-box-shadow: 0px 4px 21px -7px rgba(0,0,0,0.44);
  box-shadow: 0px 4px 21px -7px rgba(0,0,0,0.44);
  text-align: left;
}
.aiapp-store-header .aiapp-store-nav  ul li .sub-menu li {
    width: 100%;
    text-align: left;
}
.aiapp-store-header .aiapp-store-nav  ul li .sub-menu li:last-child{
  border:0px;
}
.aiapp-store-header .aiapp-store-nav  ul li .sub-menu li a:before{
  display: none !important;
}
.aiapp-store-header .aiapp-store-nav  ul li.mega-menu .sub-menu li a{
  font-size: 16px;
} 
.aiapp-store-header .aiapp-store-nav  ul  li:hover .sub-menu {
  display: block;
}
.main-nav-toggle-icon {
 cursor: pointer;
 float: right;
 position: relative;
 z-index: 9;
 margin-left: 25px;

}

.main-nav-toggle-icon #menu-toggle-icon {
  width: 28px;
  height: 18px;
  position: relative; 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.main-nav-toggle-icon #menu-toggle-icon span {
    display: block;
    position: absolute;
    height: 2.3px;
    width: 100%;
    background:#000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.page-template-page-for-artist  .main-nav-toggle-icon #menu-toggle-icon span {

   background:#000;
}

.main-nav-toggle-icon #menu-toggle-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.main-nav-toggle-icon #menu-toggle-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  width: 69%;
  left: inherit;
  right: 0px;

}

.main-nav-toggle-icon #menu-toggle-icon span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.main-nav-toggle-icon #menu-toggle-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    left: 3px;
}

.main-nav-toggle-icon #menu-toggle-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.main-nav-toggle-icon #menu-toggle-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    left: 3px;
}


.mobile-navigation{
    position: fixed;
    width: 25%;
    height: 100%;
    z-index: 99;
    background: #ffde59;
    top: 0px;
    right: -100vw;
    text-align: center;
    padding: 40px;  
    padding-top: 80px;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    transition: right 0.5s;
    overflow: auto;
}
/*body.open-nav{
    overflow: hidden;
    position: relative;
    left: -25vw;transition: left 0.5s;
}
body.open-nav:after{
    background: rgba(255, 255, 255, 0.6);
    content: '';
    width: 75%;
    height: 100%;
    z-index: 2;
    display: inline-block;
    position: fixed;
    top: 0px;
    left: 0px;
    backdrop-filter: blur(2px);
}*/
.mobile-navigation ul{
    padding: 0px;
    margin: 0px;
    list-style: none;

}
.mobile-navigation ul.sub-menu{
    display: none;
}
.mobile-navigation.show{
   right: 0px;


}

.mobile-navigation .sub-menu-toggle svg{
  color: #000;
}
.mobile-navigation li{
    position:relative;
}
.mobile-navigation  .sub-menu-toggle .icon-minus{
  display: none;
}
.mobile-navigation .sub-menu-toggle.open .icon-plus{
  display: none;
}
.mobile-navigation .sub-menu-toggle.open .icon-minus{
  display: block;
}
.mobile-navigation .sub-menu-toggle{
    background: none;
    position: absolute;
    top: 4px;
    width: auto;
    display: inline-block;
    border: 0px;
    right: 0px;
}
.mobile-navigation a{
 color: #000;
 display: block;
 margin: 20px 0px;
 font-size: 21px;
 font-family: manropemedium;
 text-align: left;
 position: relative;

}
.mobile-navigation a:hover{
    color: #000; 
}

.mobile-navigation ul ul a{
    font-size: 18px;
    padding-left: 20px;
}
.mobile-navigation .mobile-navigation-btn{
    margin-top: 10px;
    text-align: left;
}
.mobile-navigation .mobile-navigation-btn a{
    background: #fff;
    margin-right:  5px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 36px;
    font-size: 15px;
}
.mobile-navigation .mobile-navigation-btn a.login-btn{
    background: #000;
    color: #fff;
}
.aiapp-store-banner {
 /*   min-height: calc(100vh - 170px);
    display: flex;
    align-items: center;
    justify-content: center;
    
padding: 20px 0px; */text-align: center;
padding: 40px 0px;
}
.aiapp-store-banner .aiapp-store-banner-content .aiapp-store-logo img{
    width: 100%;
}
.aiapp-store-banner .aiapp-store-banner-content .aiapp-store-logo{
    background: #fff;
    width: 165px;
    border-radius: 40px;
    -webkit-box-shadow: 2px 4px 29px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 2px 4px 29px 0px rgba(0,0,0,0.07);
    box-shadow: 2px 4px 29px 0px rgba(0,0,0,0.07);
    padding: 20px;
    margin:10px auto;
}
.aiapp-store-banner .aiapp-store-banner-content h1{
    font-size: 75px;
    line-height: 80px;
    font-family: manropebold;
    color: #000;
    margin: 0px;
}
.aiapp-store-banner .aiapp-store-banner-content .aiapp-store-sub-head{
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    background-color: #ebf5ff;
    color: #2196f3;
    font-size: 0.75rem;
    line-height: 1.3333333333333333;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}
.aiapp-store-banner .aiapp-store-banner-content p{
    font-size: 20px;
    line-height: 30px;
    padding: 0px 50px;
    width: 60%;
    margin: 15px auto;
}
.aiapp-store-banner  .aiapp-store-search{
    display: inline-block;
    position: relative;
    margin-top: 15px;
}
.aiapp-store-banner .aiapp-store-search input,.aiapp-store-banner  .aiapp-store-search button{
    -webkit-appearance: none;
}
.aiapp-store-banner .aiapp-store-search .aiapp-store-text{
    background: #fff;
    border-radius: 36px;
    display: inline-block;
    width: 690px;
    padding: 15px 25px;
    border:0px;
    font-size: 14px;
    line-height: 22px;
    outline: none !important;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.12);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.12);
}
.aiapp-store-banner .aiapp-store-search .aiapp-store-btn{
    background: #ffdc4f;
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 0px;
    padding: 13px;
    position: absolute;
    right: 4px;
    top: 3px;
    cursor: pointer;

}
.aiapp-store-banner .aiapp-store-search .aiapp-store-btn img{
    width: 100%;
}
.apps-not-found{
    width: 80vw;
    text-align: center;
    padding: 15px;
    border-bottom: #f2f2f2 solid 1px ;
}
.left-nav-expand .apps-not-found{
    width: 70vw;
}
.apps-not-found .apps-not-found-inner{
    background: #f2f2f2;
    padding:10px 40px;
    display: inline-block;
    border-radius:8px;
}
.aiapp-store-seeall-btn{
    text-align: center;
    padding-top: 10px;

}
.aiapp-store-seeall-btn a{
    color: #000;
    font-size: 18px;
    font-family: manropebold;
}
.aiapp-store-banner .aiapp-store-banner-btn{
    margin: 0 auto;
    margin-top: 30px;
    width: 57%;

}
.aiapp-store-banner .aiapp-store-banner-btn a{
   background: none;
   color: #000;
   border: #ffde59 solid 1px;
   border-radius: 36px;
   padding: 6px 25px;
   display: inline-block;
   margin: 5px;
   font-size: 14px;-webkit-box-shadow: 2px 8px 10px 0px rgba(0,0,0,0.06);
   -moz-box-shadow: 2px 8px 10px 0px rgba(0,0,0,0.06);
   box-shadow: 2px 8px 10px 0px rgba(0,0,0,0.06);
}
.aiapp-store-banner .aiapp-store-banner-btn a:hover{
    color: #000;
    background: #ffde59;
}




.feeda-app-listing .aiapp-store-search{
 float: right;
 position: relative;
 margin-top: 100px;
 padding-bottom: 0px;
}
.feeda-app-listing .aiapp-store-search input,.aiapp-store-banner  .aiapp-store-search button{
    -webkit-appearance: none;
}
.feeda-app-listing .aiapp-store-search .aiapp-store-text{
    background: #f2f2f2;
    border-radius: 36px;
    display: inline-block;
    width: 360px;
    padding: 15px 25px;
    border:0px;
    font-size: 14px;
    line-height: 22px;
    outline: none !important;
}
.feeda-app-listing .aiapp-store-search .aiapp-store-btn{
    background: #1f1716;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border:0px;
    padding: 13px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;

}
.feeda-app-listing .aiapp-store-search .aiapp-store-btn img{
    width: 100%;
}
.feeda-app-listing .feeda-app-search .container{
    border-bottom: #ffde59 solid 2px;
    padding-bottom: 15px;
}
.feeda-app-listing{
    padding: 40px 0px;
}
.feeda-app-listing h2{
    font-size: 42px;
    line-height:52px;
    font-family: manropeextrabold;
    color: #000;
    margin: 0px;
    float: left;
}
.feeda-app-listing  .feeda-app-listing-content{
    float: left;
    width: 60%;
}
.feeda-app-listing  .feeda-app-listing-content h2{
    width: 100%;
}
.feeda-app-listing  .feeda-app-listing-content p{
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    color: #555; 
    width: 100%;
    float: left;
}
.archive-description p{
    margin-top: 0px;
}
.archive-description{
    float: left;
    width: 100%;
    padding-top: 10px;
}
.no-result-found{
    padding: 30px 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.no-result-found a {
    background: #ffde59;
    color: #000;
    font-size: 18px;
    font-family: manropesemibold;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 35px;
    margin-top: 20px;
    display: inline-block;
}
.feeda-app-listing .feeda-app-archive   h2{
    font-size: 0px;
    line-height:0px;
}
.feeda-app-listing .feeda-app-archive  h2 span{
    font-size: 42px;
    line-height:52px;
}
.feeda-app-breadcrums a  {
    padding: 5px 10px;
    border-radius: 36px;    
    background: #f6f6f6;
    color: #000;
    margin-right: 5px;
    font-size: 14px;
}
.feeda-app-breadcrums span{
    padding: 5px 10px;
    border-radius: 36px;    
    background: #f6f6f6;
    color: #000;
    margin-right: 5px;
    font-size: 14px;
}
.feeda-app-listing h3{
    font-size:28px;
    line-height:38px;
    font-family: manropeextrabold;
    color: #000; 
    margin: 0px;
    position: relative;
}
.feeda-app-listing h3:after{
/*content: '';*/
width: 40px;
height: 5px;
background-color: #ffde59;
display: inline-block;
position: absolute;
top:  0px;
left: 0px;
border-radius: 4px;
}

.feeda-app-listing .feeda-app-featured{
    /*background-color: #f5f5f7;*/
    padding: 60px 0px;
}
.feeda-app-listing .feeda-app-featured .feeda-app-featured-boxes{
    margin-left: -5px;
    margin-right: -5px;
}
.feeda-app-listing .feeda-app-featured .feeda-app-featured-boxes .feeda-app-featured-box{
    float: left;
    width: 16.66%;
    padding: 5px;
}
.feeda-app-listing .feeda-app-featured .feeda-app-featured-boxes .feeda-app-featured-box .feeda-app-featured-box-inner{
    background-color: #f5f5f7;
    border-radius: 16px;
    padding: 15px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.feeda-app-listing .feeda-app-featured .feeda-app-featured-boxes .feeda-app-featured-box .feeda-app-featured-box-inner:hover{
 box-shadow: -1px 2px 29px -21px rgba(0,0,0,0.78);
 -webkit-box-shadow: -1px 2px 29px -21px rgba(0,0,0,0.78);
 -moz-box-shadow: -1px 2px 29px -21px rgba(0,0,0,0.78);
}
.feeda-app-listing .feeda-app-featured .feeda-app-featured-boxes .feeda-app-featured-box .feeda-app-featured-box-inner img{
    width: 100%;
    border-radius: 16px; 
}
.feeda-app-listing .feeda-app-featured .feeda-app-featured-boxes .feeda-app-featured-box .feeda-app-featured-box-inner span{
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 5px 0px;
    color: #000;
}

.feeda-app-listing .feeda-app-featured .feeda-app-featured-boxes .feeda-app-featured-box .feeda-app-featured-box-inner span.app-title{
    font-family: manropebold;
    font-size: 16px;
}
.feeda-app-listing  .feeda-app-lists {
    width: 100%;   padding: 50px 0px;
}
.feeda-app-listing  .feeda-app-lists .feeda-app-list{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 0px 36px;

}

.feeda-app-listing  .feeda-app-lists .feeda-app-list .feeda-app-list-box{
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(17, 17, 17);
    border-bottom: 1px solid rgb(244, 244, 244);
    padding: 18px 0px;

}
.feeda-app-listing  .feeda-app-lists .feeda-app-list .feeda-app-list-box .feeda-app-list-img{
    overflow: hidden;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;

    position: relative;    backface-visibility: hidden;
}
.feeda-app-listing  .feeda-app-lists .feeda-app-list .feeda-app-list-box .feeda-app-list-img img {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    object-fit: cover;    backface-visibility: hidden;
}
.feeda-app-listing  .feeda-app-lists .feeda-app-list .feeda-app-list-box .feeda-app-list-content{
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}
.feeda-app-listing  .feeda-app-lists .feeda-app-list .feeda-app-list-box .feeda-app-list-content span{
    display: block;

    font-size: 12px; 
}

.feeda-app-listing  .feeda-app-lists .feeda-app-list .feeda-app-list-box .feeda-app-list-content span.app-title{
    font-family: manropebold;
    font-size: 16px;
}
.feeda-app-listing  .feeda-app-lists .feeda-app-list .feeda-app-list-box .feeda-app-list-btn{
    user-select: none;
    border-radius: 100px;
    background: rgb(244, 244, 244);
    color: #000;
    padding: 7px 15px;
    min-width: 72px;
    text-align: center;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.feeda-app-listing  .feeda-app-lists .feeda-app-list .feeda-app-list-box .feeda-app-list-btn:hover{
    background:#ffde59;
    color: #000;
}

.feeda-app-detail .feeda-app-detail-head{
    display: inline-block;
    padding: 60px 0px;
    border-bottom: #ffde59 solid 2px;
    width: 100%;

}
.feeda-app-detail .feeda-app-detail-head .feeda-app-detail-head-img{
    width: 190px;
    float: left;
}
.feeda-app-detail .feeda-app-detail-head .feeda-app-detail-head-img img{
    width: 100%;
    border-radius: 20%;
}
.feeda-app-detail .feeda-app-detail-head .feeda-app-detail-head-img .feeda-app-detail-head-img-inner{
    position: relative;
}
.feeda-app-detail .feeda-app-detail-head .feeda-app-detail-head-img .feeda-app-detail-head-img-inner img.img-blur{
    bottom: -10px;
    filter: blur(10px);
    left: 20px;
    opacity: 50%;
    position: absolute;
    z-index: -1;
    width: 150px;
}

.feeda-app-detail .feeda-app-detail-head  .feeda-app-detail-head-content{
    width: calc(100% - 240px);
    float: left;
    padding-left: 30px;
    padding-top: 25px;
}
.feeda-app-detail .feeda-app-detail-head  .feeda-app-detail-head-content span{
    font-size: 18px;
    display: block;
    color: rgb(102, 102, 102);
}
.feeda-app-detail .feeda-app-detail-head  .feeda-app-detail-head-content span.app-title{
    font-size: 36px;
    line-height: 46px;
    font-family: manropeextrabold;
    color: #000;
    margin-top: 0px;
    position: relative;
}
.feeda-app-detail .feeda-app-detail-head  .feeda-app-detail-head-content  .feeda-app-detail-head-btns{
    margin-top: 20px;
}
.feeda-app-detail .feeda-app-detail-head  .feeda-app-detail-head-content  .feeda-app-detail-head-btns a{
    background: #000;
    color: #fff;
    font-size: 16px;
    font-family: manropesemibold;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 35px;
    display: inline-block;
    margin-right: 10px;

}

.feeda-app-headind-btn .feeda-app-heading {
    display: inline-block;
}

.feeda-app-headind-btn{
    width: 100%;
    display: inline-block;
}
.feeda-app-headind-btn a{
    float: right;
    color: #000;
    margin-top: 20px;

}
.feeda-app-detail .feeda-app-detail-head  .feeda-app-detail-head-content  .feeda-app-detail-head-btns a:hover{
   background: #ffde59;
   color: #000;
}
.feeda-app-detail .feeda-app-detail-head  .feeda-app-detail-head-content  .feeda-app-detail-head-btns a.configure-btn{
 background: #ffde59;
 color: #000;

}
.feeda-app-detail .feeda-app-detail-head  .feeda-app-detail-head-content  .feeda-app-detail-head-btns a.configure-btn:hover{
 background: #000;
 color: #fff;

}
.feeda-app-detail  .feeda-app-detail-image-slider{
    display: inline-block;
    width: 100%;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid rgb(244, 244, 244);
    padding: 20px 16px 20px 0px;
    width: calc(100% - 16px);
    margin-left: 16px;
    position: relative;
}
.feeda-app-detail  .feeda-app-detail-image-slider .feeda-app-detail-image-slider-inner{
    overflow: auto; 
    display: inline-block;
    width: 100%; 
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 18px;
    margin-bottom: -18px;
}
.feeda-app-detail   .feeda-app-detail-image-slider  .feeda-app-detail-image-slide img {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.feeda-app-detail   .feeda-app-detail-image-slider   .feeda-app-detail-image-slide{
    scroll-snap-align: start;
    padding-left: 8px;
}
.feeda-app-detail   .feeda-app-detail-image-slider   .feeda-app-detail-image-slide  .feeda-app-detail-image-slide-inner{
    float: left;
    user-select: none;
    border-radius: 20px;
    overflow: hidden;
    background-color: rgb(244, 244, 244);
    width: 240px;
  /*  min-width: 240px;
    max-width: 240px;
    height: 420px;
    min-height: 420px;
    max-height: 420px;*/
    position: relative;


}
.feeda-app-detail   .feeda-app-detail-image-slider   .feeda-app-detail-image-slide .feeda-app-detail-image-slide-inner:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.098);
}
.feeda-app-detail  .feeda-app-detail-about{
    padding: 25px 15px;
}
.feeda-app-detail  .feeda-app-detail-about p{
    color: rgb(102, 102, 102);
}
.feeda-app-detail  .feeda-app-detail-about h2{
    font-size: 28px;
    line-height: 38px;
    font-family: manropebold;
    color: #000;
    margin: 0px;
}
.feeda-app-detail  .feeda-app-detail-about h3{
  font-size: 22px;
  line-height: 32px;
  font-family: manropebold;
  color: #000;
  margin: 0px;
}
.feeda-app-detail  .feeda-app-detail-row {
    margin: 0px  ;
}
.feeda-app-detail  .feeda-app-detail-row .feeda-app-detail-col{
    float: left;
    width: 50%;
    padding: 0px ;

}

.feeda-app-detail  .feeda-app-detail-row .feeda-app-detail-col .feeda-app-detail-information-box{
    min-height: 212px;
}

.feeda-app-detail  .feeda-app-detail-row .feeda-app-detail-col-full{
    float: left;
    width: 70%;
    padding: 0px ;

}

.feeda-app-detail-innner{
    margin: auto;
    width: 100%;
    padding: 30px 0px;
}
.feeda-app-detail  .feeda-app-detail-information-box{
    border:rgb(218,220,224) solid 1px;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.feeda-app-detail  .feeda-app-detail-information-box .fadi-point{
    padding-bottom: 15px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}
.feeda-app-detail  .feeda-app-detail-information-box .fadi-point img{
    width: 20px;
    margin-right: 10px;
    float: left;
} 
.feeda-app-detail  .feeda-app-detail-information-box .fadi-point:last-child{
    padding: 0px;
}
.feeda-app-detail  .feeda-app-detail-information-box .fadi-point span{

}


.feeda-app-rating-review .feeda-app-rating-head{
    padding: 30px 0px;
    width: 70%;
    display: inline-block;
}

.feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-left{
    float: left;
    width: 20%;
    text-align: center;

} 

.feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-left span{
    display: block;
    font-size: 14px;
}
.feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-left span.feeda-app-rating-big,.feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-left span.feeda-app-rating-big .glsr-tag-value{
    font-size: 48px;

}
.feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-left span.feeda-app-rating-stars{
    color: #ffde59;
}
.feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-right {
    float: left;
    width: 80%;
    font-size: 14px;
}
.feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-right .feeda-app-rating-p-bar{
    background-color: rgb(232,234,237);
    border-radius: 36px;
    height: 8px;
    float: right;
    width: calc(100% - 20px);
    margin-top: 5px;
    margin-left: 10px;
}
.feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-right .feeda-app-rating-p-bar span{
    background: #ffde59;
    display: inline-block;
    height: 8px;
    float: left;  border-radius: 36px;

}
.feeda-app-rating-review  .glsr-summary .glsr-bar-background-percent {
    background-color: #ffde59;
    color: var(--glsr-bar-bg);
}

.feeda-app-rating-review   .feeda-app-rating-boxes{
  padding: 30px 0px;
  width: 70%;
  display: inline-block;
}
.feeda-app-rating-review   .feeda-app-rating-boxes .feeda-app-rating-box{
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
}
.feeda-app-rating-review .glsr-summary {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: inherit;
}
.feeda-app-rating-review  .glsr-summary .glsr-bar-background:before, .feeda-app-rating-review .glsr-summary .glsr-bar-background-percent {
    height: 8px;  border-radius: 36px;
}
.feeda-app-rating-review  .glsr-summary .glsr-bar-background:before{  margin-top: calc(8px/2*-1);
}
.feeda-app-rating-review   .feeda-app-rating-boxes .feeda-app-rating-box-head .feeda-app-rating-box-user{
   font-family: manropemedium;
}

.feeda-app-rating-review   .feeda-app-rating-boxes .feeda-app-rating-box-head .feeda-app-rating-box-user .farbu-icon{
   display: inline-block;
   width: 40px;
   height: 40px;
   font-size: 18px;  background: #ffde59;
   border-radius: 100%;
   text-align: center;
   line-height: 40px;
   margin-right: 10px;
   color: #000;
}
.feeda-app-rating-review   .feeda-app-rating-boxes .feeda-app-rating-box-head .feeda-app-rating-box-user .farbu-icon .glsr-tag-value{
 font-size: 0px;
} 
.feeda-app-rating-review   .feeda-app-rating-boxes .feeda-app-rating-box-head .feeda-app-rating-box-user .farbu-icon .glsr-tag-value:first-letter{
   font-size: 18px;
}
.feeda-app-rating-review   .feeda-app-rating-boxes .feeda-app-rating-box-head .feeda-app-rating-box-star{
    margin-top: 10px;
    font-size: 13px;
}
.feeda-app-rating-review   .feeda-app-rating-boxes .feeda-app-rating-box-head .feeda-app-rating-box-star i{
    color: #ffde59;

}
.feeda-app-rating-review   .feeda-app-rating-boxes .feeda-app-rating-box-body{
    display: inline-block;
    width: 100%;
}
.feeda-review-modal{
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%; 
   z-index: 99;
   display: none;
}
.feeda-review-modal.show{
    display: block;
}
.feeda-review-modal .feeda-review-modal-inner {
    background: #fff;
    margin:8vh auto;
    padding: 30px;
    border-radius: 30px;
    width: 750px;
    line-height: 1px;
    position: relative;
}
.feeda-review-modal .feeda-review-modal-inner .feeda-review-modal-close{
    position: absolute;
    right: 34px;
    top: 34px;
    cursor: pointer;
}
.feeda-review-modal .feeda-review-modal-inner form.glsr-form .glsr-star-rating--stars>span{
    width: 20px !important;
}
.feeda-review-modal .feeda-review-modal-inner .glsr-default form.glsr-form textarea.glsr-textarea{
    height: 90px;
}
.feeda-review-modal .feeda-review-modal-inner .modal-app-info{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.glsr-default button.glsr-button{
    border:0px;
    font-size: 16px;
    font-family: manropesemibold;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 35px;
    display: inline-block;
    margin-right: 10px;
    background: #ffde59;
    color: #000;
}
.feeda-app-ratings-review-inner h2{
    width: 70%;
}
.feeda-review-modal-btn{
   border:0px;
   font-size: 14px;
   font-family: manropesemibold;
   text-decoration: none;
   padding:6px 25px;
   border-radius: 35px;
   display: inline-block;

   background: #ffde59;
   color: #000;
   float: right;
}

.glsr-default form.glsr-form input.glsr-input, .glsr-default form.glsr-form select.glsr-select, .glsr-default form.glsr-form textarea.glsr-textarea{
    border-radius: 6px;
    outline: none !important;
    border:#e1e0e0 solid 1px !important;
}
.glsr-default form.glsr-form input.glsr-input:focus,.glsr-default form.glsr-form select.glsr-select:focus,.glsr-default form.glsr-form textarea.glsr-textarea:focus {

    box-shadow: 0 0 0 3px #ffde59!important;  
}
.feeda-review-modal .feeda-review-modal-inner .modal-app-info span{
    font-size: 22px;
    line-height: 28px;
    font-family: manropeextrabold;
    color: #000;
    margin: 0px;
    position: relative;

}
.feeda-review-modal .feeda-review-modal-inner .modal-app-info span span{
    display: block;
    font-size: 13px;
    font-family: manroperegular;
}
.feeda-review-modal .feeda-review-modal-inner .modal-app-info img{
    display: inline-block;
    width: 60px;
    border-radius: 16px;
    float: left;
    margin-right: 10px;
}

.feeda-app-modal{
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   display: none;
   z-index: 99;
}
.feeda-app-modal .feeda-app-modal-inner {
    background: #fff;
    margin:8vh auto;
    padding: 10px;
    border-radius: 30px;
    width: 320px;
    line-height: 1px;
    position: relative;
}

.feeda-app-modal .feeda-app-modal-inner .feeda-app-modal-close{
    position: absolute;
    left: 0px;
    top: -35px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.feeda-app-modal .feeda-app-modal-inner .feeda-app-modal-close img{
    filter: invert();
    height: auto;
    width: auto;
    border-radius: 0px;
    object-fit: inherit;
}
.feeda-app-modal .feeda-app-modal-inner  img{
    width: 100%;
    border-radius:24px;object-fit: cover;
    height: 76vh;
}
.feeda-app-modal .feeda-app-modal-inner video{
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    height: 86vh;
}
.feeda-app-modal-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9; 
  backdrop-filter: blur(2px);
}
.feeda-app-modal-overlay.show,.feeda-app-modal.show{
    display: block;
}
body.modal-open{
    overflow: hidden;
}
.feeda-search-prompts{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.feeda-search-prompts .feeda-search-prompt-inner span{
 background: rgba(255, 222, 89,0.6) url(images/feeda-search-prompt-icon.png) no-repeat;
 background-position: 96% 50%;
 display: inline-block;
 padding: 5px 35px 5px 15px;
 color: #000;
 border-radius: 36px;
 margin-right: 10px;
 margin-bottom: 12px;
 cursor: pointer;
 font-size: 14px;
 line-height: 20px;
 height: 30px;
 display: inline-block;
 background-size: 15px;
}
.feeda-search-prompts .feeda-search-prompt-inner span i{
    font-style: inherit;
}


.footer-mobile-nav{
    background: #F2F2F2;
    border-top: #DADADA solid 1px;
    padding:10px 30px 8px 30px;
    display: flex;
    justify-content: space-between; 
    position: relative;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;
}
.footer-mobile-nav .footer-mobile-nav-item{
    padding: 0px 20px;
}
.footer-mobile-nav .footer-mobile-nav-item.fmni-text{
    padding-top: 10px;
    opacity: 0.40;
}
.footer-mobile-nav .footer-mobile-nav-item.fmni-text.active{
    opacity: 1;
}
.footer-mobile-nav .footer-mobile-nav-item a{
    color: #000;
    font-size: 11px;
}
.footer-mobile-nav .footer-mobile-nav-item span{
    display: block;
    width: 100%;
}
.header-title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: manropesemibold;
}
.home .header-title {
    display: none !important;
}
.aiapp-store-header .goback-only-mobile{
    display: none;
}

.home .aiapp-store-header{
    background: #F2F2F2 !important;
    position: relative;
    z-index: 99;
        padding: 15px 0px !important; 
}
.home  .aiapp-store-wrapper{
    padding: 0px;
}
.home  .aiapp-store-header .aiapp-store-nav.right-align{
    padding-top: 12px;
}
.feeda-app-banner .feeda-app-banner-inner .feeda-app-banner-img{
    margin-top: -40px;
    width: 100%;

}
.feeda-app-banner .feeda-app-banner-inner{
    position: relative;
}
.feeda-app-banner .feeda-app-banner-inner .feeda-app-banner-logo{
    position: absolute;
    bottom: -10%;
    text-align: center;
    left: 0px;
    width: 100%;
}
.feeda-app-banner .feeda-app-banner-inner .feeda-app-banner-logo img{
    width: 210px;
}

.feeda-app-discover{
    padding: 140px 0px;
}

.feeda-app-discover .feeda-app-discover-inner{
    text-align: center;
}
.feeda-app-discover .feeda-app-discover-inner h2 {
    font-size: 52px;
    line-height: 62px;
    font-family: manropeextrabold;
    color: #000;
    margin: 0px; 
}
.feeda-app-discover .feeda-app-discover-inner p{
    padding: 0px 60px;
    font-size: 20px;
    line-height: 30px;
}
.feeda-app-discover-slider {
    padding-top: 60px;
}
.feeda-app-discover-slider .feeda-ad-slide img{
    width: 90%;
}
.feeda-app-discover-slider .feeda-ad-slide{
    text-align: left;
}
.feeda-app-discover-slider .feeda-ad-slide span{
    display: block;
    margin-top: -10px;
    font-size: 18px;
    font-family: manropemedium;
}
.feeda-app-discover-slider .slick-list {
    padding: 0 6% 0 0 !important;
}

.feeda-home-search{
    padding: 60px 0px;
}
.feeda-home-search .feeda-home-search-content img{
    width:190px;
}
.feeda-home-search  .feeda-home-search-inner{
    margin: 0 auto;
    width: 45%;
}
.feeda-home-search .feeda-home-search-inner .feeda-home-search-content{
    text-align: center; 
}
.feeda-home-search  .feeda-home-search-inner .feeda-home-search-content h3{
  font-size: 32px;
  font-family: manropebold;
}

.feeda-home-search  .feeda-home-search-inner .feeda-home-search-content p{
    font-size: 18px;
    line-height: 28px;
}
.feeda-home-search  .feeda-home-search-inner  .feeda-home-search-form {
    display: inline-block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.feeda-home-search  .feeda-home-search-inner .feeda-home-search-form .aiapp-store-text {
    background: #fff;
    border-radius: 36px;
    display: inline-block;
    width: 100%;
    padding: 10px 25px;
    border:#000 solid 1px;
    font-size: 14px;
    line-height: 22px;
    outline: none !important;
   /* -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.12);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.12);*/
}

.feeda-home-search  .feeda-home-search-inner .feeda-home-search-form .aiapp-store-btn {
    background: #ffdc4f;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 0px;
    padding: 8px;
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
}

.feeda-experts-agents{
    padding: 60px 0px;
    text-align: center;
}
.feeda-experts-agents .feeda-experts-agent-content {
 text-align: center;
}
.feeda-experts-agents .feeda-experts-agent-content h2 {
    font-size: 52px;
    line-height: 62px;
    font-family: manropeextrabold;
    color: #000;
    margin: 0px;
}

.feeda-experts-agents .feeda-experts-agent-content p {
    font-size: 18px;
    line-height: 28px;
    font-family: manropemedium;
    color: #000; 
}
.feeda-experts-agents .feeda-experts-agent-content h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: manropemedium;
    color: #000; 
}
.feeda-experts-agents .feeda-experts-agent-tabs{
    padding-top: 20px;
    width: 45%;
    margin: 0 auto;
}
.feeda-experts-agents .feeda-experts-agent-tabs ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.feeda-experts-agents .feeda-experts-agent-tabs ul li{
    padding: 5px;
    display: inline-block;
}
.feeda-experts-agents .feeda-experts-agent-tabs ul li a{
    border-radius: 36px;
    padding: 5px 20px;
    color: #000;
    font-size: 16px;
    background: #fff;
    position: relative;

display: inline-block;
    border:0px;
    border: solid 2  transparent; /* !importanté */
} 
.feeda-experts-agents .feeda-experts-agent-tabs ul li a:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -2px; /* !importanté */
    border-radius: 36px; /* !importanté */
    background: linear-gradient(to bottom, #000, #000);

}


.feeda-experts-agent-tab-slider .slick-dots {
    display: flex;
    justify-content: center;
    
    margin: 0;
    padding: 1rem 0;
    bottom: -56px;
    list-style-type: none;
    }
     .feeda-experts-agent-tab-slider .slick-dots  li {
            margin: 0 0.25rem;width: 10px;
        }
    
        .feeda-experts-agent-tab-slider .slick-dots  li button {
            display: block;
            width: 10px;
            height: 10px;
            padding: 0;
            
            border: none;
            border-radius: 100%;
            background-color: #D9D9D9;
            
            text-indent: -9999px;
        }
    
       .feeda-experts-agent-tab-slider .slick-dots  li.slick-active button {
            background-color: #858585;
        }
    
.feeda-experts-agent-tab-slider{

margin-bottom: 80px;
}

.slider-nav-experts-agent .slick-track{
    transform: inherit !important;
} 
.feeda-experts-agents .feeda-experts-agent-tabs ul li.slick-current a.fe-agent-ebba:before {
    background: linear-gradient(to right, #005293, #fecb00);
}
.feeda-experts-agents .feeda-experts-agent-tabs ul li.slick-current a.fe-agent-joe:before {
    background: linear-gradient(to right, #E93AEA, #380E38);
}
.feeda-experts-agents .feeda-experts-agent-tabs ul li.slick-current a.fe-agent-sam:before {
    background: linear-gradient(to right, #f9f9ff, #d6d9ff);
}
.feeda-experts-agents .feeda-experts-agent-tabs ul li.slick-current a.fe-agent-jaoa:before {
    background: linear-gradient(to right, #ed322e, #0a6836);
}
.feeda-experts-agents .feeda-experts-agent-tabs ul li.slick-current a.fe-agent-kai:before {
    background: linear-gradient(to right, #F1F1FF, #cbcbff);
}
.feeda-experts-agents .feeda-experts-agent-tabs ul li.slick-current a.fe-agent-dune:before {
    background: linear-gradient(to right, #9046FA, #0A3185);
}
.feeda-experts-agents .feeda-experts-agent-tab-content {
    margin: 40px auto;
    width: 60%;
}
.feeda-experts-agents .feeda-eatc-img img{
    width: 100%;

}
.feeda-experts-agents .feeda-experts-agent-tab-content  .feeda-eatc-img-inner{
    border-radius: 16px;
    background: #F5F5F7;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1px;
}
.feeda-experts-agents .feeda-experts-agent-tab-content  .feeda-eatc-col{
    float: left;
    width: 50%;
    padding: 10px;
}
.feeda-experts-agents .feeda-experts-agent-tab-content  .feeda-eatc-col.right{
    float: right;
    }
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col .feeda-eatc-content-inner{
    background: linear-gradient(180deg, #005293 0%, #fecb00 100%);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    min-height: 442px;
    color: #fff;
}

.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col.dark .feeda-eatc-content-inner{
    color: #000;
}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col .feeda-eatc-content-inner h4{
    font-size: 26px;
    font-family: manropemedium;
    margin: 0px
}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col .feeda-eatc-content-inner a{
    border-radius: 36px;
    border:#fff solid 1px;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px; 
}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col .feeda-eatc-content-inner a:hover{
    color: #000;
    background: #fff;
}

.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col.dark .feeda-eatc-content-inner a{
    color: #000;
    border-color: #000;
}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col.dark .feeda-eatc-content-inner a:hover{
    color: #fff;
    background: #000;
}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-content-img{
    padding-bottom: 40px;
}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-content-img img{
    display: inline-block;

}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner  .feeda-eatc-flag{
    padding-bottom: 20px;
}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner  .feeda-eatc-logo img{
    width: 110px;

}
.feeda-eatc-btn {
  text-align: center;
  padding-top: 40px;   
}
.feeda-eatc-btn  a{
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 36px;
    border:#000 solid 1px;
    color: #000;
    font-family: manropemedium;
    cursor: pointer;
}

.feeda-eatc-btn  a:hover{
    background: #ffdc4f;
    border-color: #ffdc4f;
}


.feeda-home-category{
    padding: 60px 0px;
}

.feeda-home-category .feeda-home-category-content{
    text-align: center;
}

.feeda-home-category .feeda-home-category-content p {
    font-size: 18px;
    line-height: 28px;
    font-family: manropemedium;
    color: #000; 
}
.feeda-home-category .feeda-home-category-content h2 {
    font-size: 52px;
    line-height: 62px;
    font-family: manropebold;
    color: #000; 
}
.feeda-home-category .feeda-home-category-lists{
    padding-top: 40px;
}
.feeda-home-category .feeda-home-category-lists .feeda-home-category-item{
    float: left;
    width: 33.33%;
    padding: 20px;
}
.feeda-home-category .feeda-home-category-lists .feeda-home-category-item .feeda-home-category-item-inner{
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(135deg,  rgba(188,155,255,1) 0%,rgba(234,221,255,1) 100%);
    width: 100%;
    display: inline-block;
    position: relative;
}

.feeda-home-category .feeda-home-category-lists .feeda-home-category-item .feeda-home-category-item-inner .feeda-home-category-item-content{
    float: left;
    width: 40%;
    padding-bottom: 15px;
}
.feeda-home-category .feeda-home-category-lists .feeda-home-category-item .feeda-home-category-item-inner .feeda-home-category-item-img{
    float: right;
    width: 50%;
    position: absolute;
    right: -10px;
    top: -15px;
}
.feeda-home-category .feeda-home-category-lists .feeda-home-category-item .feeda-home-category-item-inner .feeda-home-category-item-img img{
    width: 100%;

}
.feeda-home-category .feeda-home-category-lists .feeda-home-category-item .feeda-home-category-item-inner h3{
     font-size: 32px;
    line-height: 41px;
    font-family: manropemedium;
    color: #000;
    margin-top: 0px; 
    margin-bottom: 70px;
}

.feeda-home-category .feeda-home-category-lists .feeda-home-category-item .feeda-home-category-item-inner .feeda-home-category-item-btn a{
    border:#000 solid 1px;
    color: #000;
    padding: 8px 20px;
    border-radius: 36px;
}
.feeda-ai-mobile-home {
    padding: 60px 0px;
}
.feeda-ai-mobile-home .feeda-ai-mobile-home-inner .feeda-ai-mobile-home-content{
    text-align: center;
    margin: 0 auto;
    width: 60%;
}



.feeda-ai-mobile-home .feeda-ai-mobile-home-inner .feeda-ai-mobile-home-content p {
    font-size: 18px;
    line-height: 28px;
    font-family: manropemedium;
    color: #000; 
}
.feeda-ai-mobile-home .feeda-ai-mobile-home-inner .feeda-ai-mobile-home-content h2 {
    font-size: 52px;
    line-height: 62px;
    font-family: manropebold;
    color: #000; 
}
.feeda-ai-mobile-home .feeda-ai-mobile-screens{
    width: 75%;
    margin: 30px auto;
}
.feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-left, .feeda-ai-mobile-home .feeda-ai-mobile-screens  .feeda-ai-mobile-scr-right{
    float: left;
    padding: 10px;
    width: 30%;
    padding-top: 40px;

}
.feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-center{
    float: left;
    padding: 10px;
    width: 40%;

}

.feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-center img{
    margin-right: -30px;
    display: block;
}
.feeda-ai-mobile-home .feeda-ai-mobile-screens div img{
    width: 100%;
}

.feeda-ai-mobile-home .feeda-mobile-app-btns{
        padding-top: 40px;
        text-align: center;
}
.feeda-ai-mobile-home .feeda-mobile-app-btns a{
    margin: 10px 15px;
}
.feeda-ai-mobile-home .feeda-mobile-app-btns img{
    width: 140px;
}

.home-updates-section{
    padding: 60px 0px;
}

.home-updates-section .home-updates-section-content{
    text-align: center;
}
.home-updates-lists {
    padding-top: 40px;
}
 .home-updates-section .slick-list {
    padding: 0 15% 0 0 !important;
}
.home-updates-section .home-updates-section-content p {
    font-size: 18px;
    line-height: 28px;
    font-family: manropemedium;
    color: #000; 
}
.home-updates-section .home-updates-section-content h2 {
    font-size: 52px;
    line-height: 62px;
    font-family: manropebold;
    margin: 0px;
    color: #000; 
}
.home-updates-section .home-updates-section-content .home-updates-email-subs{
    padding-top: 20px;
}
.home-updates-section .home-updates-section-content .home-updates-email-subs input{
    border-radius: 36px;
    padding: 10px 20px;
    border:#000 solid 1px;

}
.home-updates-lists .home-updates-list-item{
    float: left;
    width: 25%;
    padding: 10px;
}
.home-updates-lists .home-updates-list-item .home-updates-item-inner{
    background: #F5F5F7;
    overflow: hidden;
    border-radius: 16px;
}
.home-updates-lists .home-updates-list-item .home-updates-item-inner .hui-img{
    position: relative;
}
.home-updates-lists .home-updates-list-item .home-updates-item-inner .hui-img img{
    width: 100%;
}
.home-updates-lists .home-updates-list-item .home-updates-item-inner .hui-content{
    display: flex;
    padding: 10px;
    justify-content: space-between;
}
.home-updates-lists .home-updates-list-item .home-updates-item-inner .hui-content img{
width: 50px; 
height: 50px;
    }
   .home-updates-lists .home-updates-list-item .home-updates-item-inner .hui-content .hui-title{
    font-family: manropemedium;
    font-size: 16px;
    color: #000;
    padding:0px 5px;
    width: calc(100% - 150px);
    text-align: left;
    }
    .home-updates-lists .home-updates-list-item .home-updates-item-inner .hui-content .hui-btn{
     font-size: 11px;
    color: #000;
    padding:0px 5px;
    text-align: center;
    }
     .home-updates-lists .home-updates-list-item .home-updates-item-inner .hui-content .hui-btn a{
        width: 100%;
        background: #FEDD58;
        padding: 5px 15px;
        display: block;
        border-radius: 36px;
        font-size: 14px;
    }

 .home-updates-lists .home-updates-list-item .home-updates-item-inner .hui-img .hui-tagline{
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 9;
    color: #fff;

    }
  .home-updates-lists .home-updates-list-item .home-updates-item-inner.dark .hui-img .hui-tagline{
    color: #000;
  }
footer{
    background: #F5F5F7;
    margin-top: 40px;
}
footer .feeda-footer-top{
    padding: 60px 0px;
}

footer .feeda-footer-top .feeda-footer-left{
    width: 40%;
    float: left;
}
footer .feeda-footer-top .feeda-footer-left .feeda-footer-logo{
    padding-bottom: 80px;
}

footer .feeda-footer-top .feeda-footer-left .feeda-footer-logo img{
    width: 120px;
}
footer .feeda-footer-top .feeda-footer-left .feeda-footer-store-btns a{
    margin-right: 15px;
}
footer .feeda-footer-top .feeda-footer-left .feeda-footer-store-btns img{
    width: 120px;
}
footer .feeda-footer-top .feeda-footer-right{
    width: 60%;
    float: left;
}

footer .feeda-footer-top .feeda-footer-right .feeda-footer-col{
    float: left;
    width: 25%;
    padding:0px 10px;
}

footer .feeda-footer-top .feeda-footer-right .feeda-footer-col h4{
   font-family: manropemedium;
    font-size: 18px;
    color: #000;
    margin-top: 0px;
}
footer .feeda-footer-top .feeda-footer-right .feeda-footer-col ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
footer .feeda-footer-top .feeda-footer-right .feeda-footer-col ul li{
    margin-bottom: 15px;
}
footer .feeda-footer-top .feeda-footer-right .feeda-footer-col ul li a{
    font-size: 16px;
    color: #000;
}
footer .feeda-footer-copyright{
    border-top: #DADADA solid 1px;
    padding: 20px 0px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}   
footer .feeda-footer-copyright .feeda-footer-copyright-left{
    float: left;
}
footer .feeda-footer-copyright .feeda-footer-copyright-right{

    float: right;
}
footer .feeda-footer-copyright .feeda-footer-copyright-right a{
    color:#000;
    margin-left: 10px;
}
@media only screen and (min-width:1440px)  {
    .aiapp-store-banner { 

      min-height: calc(100vh - 170px);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 20px 0px;
  }
  .aiapp-store-banner .aiapp-store-banner-btn a {
    padding: 10px 30px;
    font-size: 16px;
}
.aiapp-store-banner .aiapp-store-banner-btn a { 
    padding: 8px 26px;
    font-size: 15px;

}
}

@media only screen and (min-width:1580px) {
    .feeda-app-discover .feeda-app-discover-inner h2 {
  font-size: 62px;
  line-height: 72px;
}
.feeda-app-discover .feeda-app-discover-inner p {
  padding: 0px 60px;
  font-size: 22px;
  line-height: 34px;
}
.feeda-home-search .feeda-home-search-inner .feeda-home-search-content h3 {
  font-size: 42px;
}
    .feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col .feeda-eatc-content-inner {
   min-height: 567px;
}
    .feeda-app-listing .aiapp-store-search { 
      margin-top: 110px;
  }
  .feeda-app-listing .feeda-app-listing-content p {
      font-size: 18px;
      line-height: 26px;
  }
  .feeda-app-modal .feeda-app-modal-inner {

      width: 414px; 
  }
  .aiapp-store-header .aiapp-store-nav ul li {
      float: left;
      padding: 0px 26px;
  }
  .aiapp-store-header .aiapp-store-logo img {
    max-width: 100%;
    width: 95px;
}

.aiapp-store-banner .aiapp-store-banner-content h1 {
 font-size: 80px;
 line-height: 90px;
}
.aiapp-store-banner .aiapp-store-banner-content p {
    font-size: 24px;
    line-height: 35px;
    padding: 0px 50px;
    width: 64%;
    margin: 20px auto;
}
.aiapp-store-banner .aiapp-store-search .aiapp-store-text { 

    border: 0px;
    font-size: 16px;
    line-height: 35px;
    outline: none !important;
}
.aiapp-store-banner .aiapp-store-search .aiapp-store-btn { 
    width: 58px;
    height: 58px;
}
.aiapp-store-banner .aiapp-store-banner-btn a { 
    padding: 10px 26px;
    font-size: 16px;
}


.aiapp-store-header .aiapp-store-nav ul li a { 
    font-size: 18px;
}
.aiapp-store-banner .aiapp-store-banner-content .aiapp-store-sub-head {
    padding: 0.8rem 2.4rem;
    border-radius: 2.2rem;
    background-color: #ebf5ff;
    color: #2196f3;
    font-size: 18px;
}
.aiapp-store-seeall-btn a {
 font-size: 22px;
}
}

@media only screen and (min-width:1780px) {
  .aiapp-store-banner .aiapp-store-banner-btn {
     width: 55%;
 }

}

@media only screen and (min-width: 651px) and (max-width:992px) {
    .feeda-app-listing .feeda-app-listing-content {
      float: left;
      width: 47%;
  }
  .feeda-app-listing .feeda-app-lists .feeda-app-list {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: 1fr;
      gap: 0px 20px;
  }
  .feeda-app-listing .feeda-app-featured .feeda-app-featured-boxes .feeda-app-featured-box {
      float: left;
      width: 25%;
  }
  .welcome-text p {
      width: 70%;
  }
  .feeda-app-left-sidebar{
    display: none;
}
.aiapp-store-wrapper {
  padding-left: 0px; 
}
.container {
    width: 90%;
}
.aiapp-store-header .aiapp-store-nav {
    width: 50%; float: right;
}
.aiapp-store-header .aiapp-store-nav.left-align{
    float: left;
}

.mobile-navigation{
    position: fixed;
    width: 40%;
    height: 100%; 
}
body.open-nav{     left: -40vw; 
}

.aiapp-store-header .aiapp-store-nav .aiapp-store-logo{
    display: none;
}    

.aiapp-store-banner {

}
.aiapp-store-header .aiapp-store-logo {
    float: left;
    width: 15%;
    text-align: left;
    padding: 0px;
}
.main-nav-toggle-icon{
    display:block;
}
.aiapp-store-banner .aiapp-store-banner-content h1 {
   font-size: 62px;
   line-height: 62px;
   padding: 0px 50px;
   padding-top: 15px; 
}
.aiapp-store-banner .aiapp-store-banner-content p {
    font-size: 20px;
    line-height: 30px;
    padding: 0px;
    width: 75%;
    margin: 15px auto;
}
.aiapp-store-banner .aiapp-store-search .aiapp-store-text {
    width: 490px;
    padding: 10px 20px;
    border: 0px;
    font-size: 14px;
    line-height: 28px;
    outline: none !important;
}
.aiapp-store-banner .aiapp-store-banner-btn { 
  width: 75%;
}
.aiapp-store-banner .aiapp-store-search .aiapp-store-btn {
 width: 42px;
 height: 42px;
}
.aiapp-store-banner .aiapp-store-banner-btn a { 
    border-width:1px; 
    padding: 8px 30px; 
    font-size: 13px;
}
.aiapp-store-header .aiapp-store-logo img {
  max-width: 100%;
  width: 80px;
}
.mobile-navigation{
    display: block;
}
}

@media only screen and (max-width: 650px) {
    .feeda-experts-agents .feeda-experts-agent-tabs {
   width: 100%;
  }
    .feeda-header-logo{
        padding-left: 20px;
        text-align: left;
    }
    .feeda-footer-store-btn-mobile{
        display: block !important;
        width: 100%;
        text-align: center;
    }
    .feeda-footer-store-btn-mobile a{
        margin: 5px;
    }
    .feeda-footer-store-btn-mobile img{
    width: 90px;
    } 
  footer .feeda-footer-copyright .feeda-footer-copyright-left{
  border-top: #DADADA solid 1px;
  padding: 20px 0px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
footer .feeda-footer-copyright .feeda-footer-copyright-right a {
   margin: 5px;
}
footer .feeda-footer-copyright .feeda-footer-copyright-right{
    text-align: center;
    width: 100%;
}
footer .feeda-footer-copyright {
    font-size: 12px;
    border:0px;
}

     footer {
        padding-bottom: 90px;
     }
    .feeda-footer-store-btns{
        display: none;
    }
    footer .feeda-footer-top .feeda-footer-left .feeda-footer-logo img {
  width: 90px;
}

    footer .feeda-footer-top .feeda-footer-right .feeda-footer-col {
   width: 50%;
  padding: 15px 10px;
}
footer .feeda-footer-top .feeda-footer-left .feeda-footer-logo {
 text-align: center;
  padding-bottom: 30px;
}
    .feeda-ai-mobile-scr-mobile{
     display: block !important;
     float: left;
     width: 45%;
     margin-top: -30px;
     padding-left: 30px;
    }
    .feeda-ai-mobile-scr-mobile img{
        width: 100%;
    }
    .feeda-ai-mobile-home .feeda-mobile-app-btns {
  padding-top: 60px;
  text-align: center;
  float: right;
  width: 55%;
}
.feeda-ai-mobile-home .feeda-mobile-app-btns a {
  margin: 10px 0px;
  display: block;
}
.feeda-ai-mobile-home .feeda-mobile-app-btns img {
  width: 110px;
}
    .feeda-ai-mobile-home .feeda-ai-mobile-screens {
  width: 96%;
  margin: 10px auto;
}
    .feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-left{
        display: none;
    }
    .feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-right{
        width: 45%;
        padding-top: 90px;
    }
    .feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-center {
   width: 55%;
}
    footer .feeda-footer-top .feeda-footer-right,footer .feeda-footer-top .feeda-footer-left {
  width: 80%;
    float: none;
    margin: 0 auto;
}
    .feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col .feeda-eatc-content-inner a {
   padding: 4px 15px;
   font-size: 12px;
}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-content-img {
  padding-bottom: 0;
}
    .feeda-experts-agents .feeda-experts-agent-tab-content {
  margin: 20px auto;
  width: 96%;
}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col .feeda-eatc-content-inner h4 {
  font-size: 18px;
  }
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col .feeda-eatc-content-inner p {
  font-size: 11px;
  line-height: 14px;
}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-img-inner {
   padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1px;
}
    .feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col .feeda-eatc-content-inner {
   padding: 15px;
   min-height: 235px;
}
    .feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-flag img{
        width: 25px;

    }
    .feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-col {
   padding: 5px;
}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-logo img {
  width: 60px;
}
    .feeda-experts-agents .feeda-experts-agent-content h2 ,.home-updates-section .home-updates-section-content h2,.feeda-home-category .feeda-home-category-content h2,.feeda-ai-mobile-home .feeda-ai-mobile-home-inner .feeda-ai-mobile-home-content h2{
  font-size: 32px;
  line-height: 42px;
}
.feeda-ai-mobile-home .feeda-ai-mobile-home-inner .feeda-ai-mobile-home-content p,.home-updates-section .home-updates-section-content p{
      font-size: 14px;
  line-height: 22px;
}
.feeda-ai-mobile-home .feeda-ai-mobile-home-inner br{
    display: none !important;
}
.feeda-ai-mobile-home .feeda-ai-mobile-home-inner .feeda-ai-mobile-home-content {
  text-align: center;
  margin: 0 auto;
  width: 96%;
}
.feeda-experts-agents .feeda-experts-agent-content p {
  font-size: 14px;
  line-height: 22px; 
  padding: 0px 25px;
}
.feeda-home-category .feeda-home-category-lists .feeda-home-category-item {
  float: left;
  width: 100%;
  padding: 10px 0px;
}
.feeda-experts-agents .feeda-experts-agent-content h3 {
  font-size: 18px;
  line-height: 24px;
  }
  .feeda-experts-agents .feeda-experts-agent-tabs ul li a {
  padding: 4px 0px;
    font-size: 12px;
    border: solid 2 transparent;
    display: inline-block;
    width: 100%;
}
.feeda-home-search {
  padding: 30px 0px;
}
.home-updates-lists .home-updates-list-item .home-updates-item-inner .hui-content .hui-title {
   font-size: 12px;
}
.feeda-experts-agents .feeda-experts-agent-tabs ul li{
    text-align: center;
}
.feeda-home-search .feeda-home-search-content img {
  width: 100px;
}
.feeda-home-search .feeda-home-search-inner {
  margin: 0 auto;
  width: 96%;
}
.feeda-home-search .feeda-home-search-inner .feeda-home-search-content p {
  font-size: 12px;
  line-height: 22px;
}
.feeda-home-search .feeda-home-search-inner .feeda-home-search-content h3 {
  font-size: 26px; 
  margin: 0px;
    margin-top: 0px;
  line-height: 35px;
  margin-top: 15px;
}
    .feeda-app-discover-slider .feeda-ad-slide span { 
  margin-top: -8px;
  font-size: 14px; 
}
    .feeda-app-discover .feeda-app-discover-inner h2 {
  font-size: 33px;
  line-height: 42px;
}
.feeda-app-discover .feeda-app-discover-inner h2 br{
  display: none !important;
  }
 .feeda-app-discover {
  padding: 50px 0px;
}
.feeda-app-discover .feeda-app-discover-inner p {
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
}
.feeda-app-banner .feeda-app-banner-inner {
   overflow: hidden;
  min-height: 270px;
}
.feeda-app-banner .feeda-app-banner-inner .feeda-app-banner-img {
  margin-top: -40px;
  width: 620px;
  margin-left: -6.5rem;
}
.feeda-app-banner .feeda-app-banner-inner .feeda-app-banner-logo img {
  width: 110px;
}
.feeda-app-banner .feeda-app-banner-inner .feeda-app-banner-logo {
   bottom: 5%;
   }

    .ferdy-welcome-sec .ferdy-welcome-sec-inner .ferdy-welcome-chat a { 
      padding: 5px 15px; 
      font-size: 12px; 
  }
  .aiapp-store-banner .aiapp-store-search {
     width: 100%;
 }

 .footer-mobile-nav{
    display: flex;
}
.feeda-app-left-sidebar{
    display: none !important;
}
.aiapp-store-wrapper {
    padding-left: 0px;
    padding-bottom: 98px;
}

   /* .aiapp-store-header .aiapp-store-nav.left-align{
        display: none !important;
    }*/
    .feeda-app-listing .feeda-app-listing-content {
      float: left;
      width: 100%;
      text-align: center;
  }
  .feeda-app-listing .feeda-app-listing-content p {
   font-size: 13px;
   line-height: 20px;
}
.feeda-search-prompts .feeda-search-prompt-inner span {   font-size: 12px;
    height: 28px;
    scroll-snap-align: start;
    padding-left: 8px;
}
.feeda-search-prompts .feeda-search-prompt-inner span i{
    display: block;
    width: 220px;
    font-style: inherit;
}
.feeda-search-prompts .feeda-search-prompt-inner {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;

}
.feeda-search-prompts .feeda-search-prompt-inner:-webkit-scrollbar {
    width: 0px !important; background: transparent; 
}
.feeda-search-prompts .feeda-search-prompt-inner::-webkit-scrollbar{
  display: none !important;
}
body.open-nav:after{
    background: rgba(255, 255, 255, 0.9);}
    .feeda-app-breadcrums a,.feeda-app-breadcrums span{
      padding: 4px 10px; 
      font-size: 12px;
  }
  .feeda-review-modal .feeda-review-modal-inner .modal-app-info span {
      font-size: 16px;
  }
  .feeda-review-modal .feeda-review-modal-inner .feeda-review-modal-close { 
      right: 20px;
      z-index: 99;
      top: 27px; 
  }
  .feeda-review-modal .feeda-review-modal-inner .feeda-review-modal-close img{
    width: 15px; 
}
.feeda-review-modal .feeda-review-modal-inner {
    background: #fff;
    margin: 4vh auto;
    padding: 20px;
    border-radius: 30px;
    width: 90%;
    line-height: 1px;
    position: relative;
}
.feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-left span.feeda-app-rating-big, .feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-left span.feeda-app-rating-big .glsr-tag-value {
    font-size: 33px;
}
.feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-left span {
    display: block;
    font-size: 12px;
}
.feeda-app-detail .feeda-app-detail-about h2 {
    font-size: 20px;
    line-height: 32px;
}
.feeda-review-modal-btn {
    border: 0px;
    font-size: 11px;
    font-family: manropesemibold;
    text-decoration: none;
    padding: 1px 15px;
}
.feeda-app-ratings-review-inner h2 {
    width: 100%;
}
.feeda-app-modal .feeda-app-modal-inner {

  width: 90%;
}
.feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-right { 
    width: 70%;
    padding-left: 10px;
}
.feeda-app-rating-review .feeda-app-rating-head .feeda-app-rating-head-left { 
    width: 30%; 
}
.feeda-app-rating-review .feeda-app-rating-head {
    padding: 20px 0px;
    width: 100%; 
}
.feeda-app-rating-review .feeda-app-rating-boxes {
    padding: 20px 0px;
    width: 100%;
    display: inline-block;
}
.feeda-app-listing .feeda-app-featured .feeda-app-featured-boxes .feeda-app-featured-box .feeda-app-featured-box-inner span {

  min-height: 34px;
}
.feeda-app-listing .feeda-app-featured .feeda-app-featured-boxes .feeda-app-featured-box .feeda-app-featured-box-inner span.app-title {
 min-height: inherit; }
 .feeda-app-detail .feeda-app-detail-row .feeda-app-detail-col, .feeda-app-detail .feeda-app-detail-row .feeda-app-detail-col-full { 
    width: 100%; 
}
.feeda-app-listing .feeda-app-lists {
  width: 100%;
  padding: 30px 0px;
}
.feeda-app-headind-btn .feeda-app-heading {
  display: inline-block;
  width: 80%;
}

.feeda-app-headind-btn a {
  float: right;
  color: #000;
  margin-top:5px;
  font-size: 14px;
}
.feeda-app-listing .feeda-app-lists .feeda-app-list {
  width: 100%;
  display: block;
}
.feeda-app-listing h3 {
  font-size: 21px;
  line-height: 30px;
}
.feeda-app-listing .feeda-app-featured .feeda-app-featured-boxes .feeda-app-featured-box {
 width: 50%;
 padding: 5px;
}
.feeda-app-listing h2 {
  font-size: 26px;
  line-height: 36px;
  width: 100%;
  text-align: center;
}
.feeda-app-listing .aiapp-store-search .aiapp-store-btn {
 width: 52px;
 height: 52px;
}
.feeda-app-listing .aiapp-store-search .aiapp-store-text { 
  width: 100%;
  padding: 15px 15px;
}

.feeda-app-listing .aiapp-store-search { 
  margin-top: 10px;
  padding-bottom: 20px;
  width: 100%;
}

.feeda-app-breadcrums{
    font-size: 13px;
}
.feeda-app-detail .feeda-app-detail-about {
  padding: 20px 15px;
}
.feeda-app-detail .feeda-app-detail-information-box { 
  padding: 15px; 
  margin-top: 20px;
  width: 100%;
}
.feeda-app-detail .feeda-app-detail-head {
 padding: 40px 0px;
}
.feeda-app-detail .feeda-app-detail-head .feeda-app-detail-head-content .feeda-app-detail-head-btns {
  margin-top: 10px;
}
.feeda-app-detail .feeda-app-detail-head .feeda-app-detail-head-content .feeda-app-detail-head-btns a {

    font-size: 11px;
    padding: 5px 10px;
    border-radius: 35px;
    margin-right: 1px; } 
    .feeda-app-detail-innner {
      margin: auto;
      width: 100%;
  }
  .feeda-app-detail .feeda-app-detail-head .feeda-app-detail-head-content {
      width: calc(100% - 90px);
      float: left;
      padding-left: 10px;
      padding-top: 0px;
  }
  .feeda-app-detail .feeda-app-detail-head .feeda-app-detail-head-content span {
      font-size: 13px;
  }
  .feeda-app-detail .feeda-app-detail-head .feeda-app-detail-head-content span.app-title {
      font-size: 22px;
      line-height: 32px;
  }
  .feeda-app-detail .feeda-app-detail-head .feeda-app-detail-head-img .feeda-app-detail-head-img-inner img.img-blur {
      bottom: -1px;  
      width: 50px;
  }
  .feeda-app-detail .feeda-app-detail-head .feeda-app-detail-head-img {
      width: 90px;
  }
  .mobile-navigation{
    display: block;
}
.aiapp-store-banner .aiapp-store-banner-content .aiapp-store-sub-head{
    display: none;
}
.container {
    width: 90%;
}
.aiapp-store-header .aiapp-store-nav .login-signup-link{
    display: none;
}
.aiapp-store-header .aiapp-store-nav {
 width: 50%;
}
.mobile-navigation a {
 font-size: 16px;
}
.aiapp-store-banner {
   min-height: inherit;
   padding:   0px;
   margin-top: -10px;
}
.aiapp-store-header {
  padding: 25px 0px;
  border-bottom: #DADADA solid 1px;
}
.home .aiapp-store-header{
    border:0px !important;
}
.aiapp-store-banner .aiapp-store-banner-content .aiapp-store-logo { 
  width: 105px;
  height: 105px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 4px 15px 0px rgba(0,0,0,0.06);
  -moz-box-shadow: 2px 4px 15px 0px rgba(0,0,0,0.06);
  box-shadow: 2px 4px 15px 0px rgba(0,0,0,0.06); 
}
.aiapp-store-header .aiapp-store-logo {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0px;
}
.main-nav-toggle-icon{
    display:block;

}
.aiapp-store-banner .aiapp-store-banner-content h1 {
 font-size: 38px;
 line-height: 44px;
 padding: 0px 38px;
 padding-top: 15px; 
}
.aiapp-store-banner .aiapp-store-banner-content p {
    font-size: 16px;
    line-height: 23px;
    padding: 0px;
    width: 96%;
    margin: 15px auto;
}
.aiapp-store-banner .aiapp-store-search .aiapp-store-text {

    width: 96%;
    padding: 10px 20px;
    border: 0px;
    font-size: 12px;
    line-height: 31px;
    outline: none !important;
}
.aiapp-store-banner .aiapp-store-search .aiapp-store-btn {
 width: 42px;
 height: 42px;
 right: 11px;
 top: 5px;
}
.aiapp-store-banner .aiapp-store-banner-btn {
    width: 100%;
}
.aiapp-store-banner .aiapp-store-banner-btn a { 
 border-width: 1px;
 padding: 6px 20px;
 font-size: 11px;
 margin: 3px 1px;
}
.aiapp-store-seeall-btn {
    padding-top: 20px;
}
.aiapp-store-seeall-btn a { 
  font-size: 18px;
}
.aiapp-store-header .aiapp-store-logo img {
  max-width: auto;
  width: 50px;
}
.mobile-navigation{ 
    width: 80%;
    height: 100%; 
    top: 0px;
    right: -100vw;
    text-align: center;
    padding: 40px;  
}
/*body.open-nav{
    overflow: hidden;
    position: relative;
    left: inherit;
    right: -80vw;transition: left 0.5s;
}*/

.aiapp-store-header .aiapp-store-nav.left-align {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0px;

}
.aiapp-store-header .aiapp-store-nav.left-align span{
    background: url(images/ferdy-mobile-header-icon.png) no-repeat;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    max-width: 130px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}
.feeda-app-modal {
  position: absolute;
}
.aiapp-store-header .goback-only-mobile{
  position: absolute;
  top: 22px;
  z-index: 9;
  left: 17px;
  display: block;
}

}