@charset "UTF-8";

/*
Theme Name: AI App Store
Theme URI: 
Author: AI App Store 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: aiappstore

 
*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


 .audio-player audio{
display:none;
}
  .audio-player {
    background-color: #fff;
    padding: 20px;
    border-radius: 65px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    width: 300px;
}

.play-pause {
    background-color: #ffdc4f;
  border: none;
  color: white;
  padding: 0px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  width: 65px;
  position: relative;
  height: 40px;
  display: inline-block;
 }
.play-pause:before {
    position: absolute;
   top: 12px;
  left: 14px;    background: white;
    content: "";
    height: 15px;
    width: 3px;
} 

.play-pause:after {
    position: absolute;
    top: 12px;
  right: 14px;    background: white;
    content: "";
    height: 15px;
    width: 3px;
}

.play-pause.Play:before{
display:none;
}
.play-pause.Play:after {
    cursor: pointer;
    position: absolute;
    left: 14px;
  height: 0;
  width: 0;
  border: 7px solid #ffdc4f;    border-left: 13px solid white;
}
.play-pause:hover {
    background-color: #ffdc4f;
}

.seek-bar {
    position: relative;
    width: 200px;
    height: 10px;
    background-color: #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.fill {
    width: 0;
    height: 100%;
    background-color: #ffdc4f;
    border-radius: 5px;
}

.current-time, .duration {
    font-size: 14px;
} 
@font-face { 
    font-family: manropelight;
    src: url(fonts/manrope-light.ttf);
}
 
@font-face {
    font-family: manropemedium;
    src: url(fonts/manrope-medium.ttf);
}
 
 
*{

    box-sizing: border-box;
}
body {
   margin: 0px;
   padding: 0px;
   font-family: "Inter", sans-serif; 
   background: #f5f1eb!important;
} 
.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-family: "Fraunces", serif;
    font-weight: 800;
} 
.feeda-app-left-sidebar{
  background:rgb(245 241 235); 
  width: 259px;
  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;
  overflow: auto;
  z-index: 9;
padding: 0px 26px;
   border-right:1px solid rgba(0, 0, 0, .15);
   padding-bottom: 20px;
}

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

    left: -100vw;
}*/

.feeda-app-left-sidebar.expand{
    width: 259px;
}
.feeda-app-left-sidebar .feeda-app-left-inner{
    display: flex;
    justify-content: start;
    flex-direction: column;
    position: relative;
    height: 100%;
     /*background: #f7f8f8;
    border-right: #e7e8e8 solid 0px;*/
   
}

.feeda-app-left-sidebar .feeda-app-left-logo{
    padding: 15px 0px;
    text-align: left;
}
.feeda-app-left-sidebar .feeda-app-left-logo a{
    color: #121212;
}
.feeda-app-left-sidebar .feeda-app-left-logo{
    font-weight: 800;
        font-family: "Fraunces", serif;
        color: #121212;
            font-size: 1.625rem;
    line-height: 1.75rem;
}
.feeda-app-left-sidebar .feeda-app-left-logo span{
    color: #f3c41b;
         font-size: 1.625rem;
    line-height: 1.75rem;
}
.feeda-header-logo a{
    color: #121212;
}

.feeda-header-logo{
font-weight: 800;
        font-family: "Fraunces", serif;
        color: #121212;
            font-size: 1.125rem;
    line-height: 1.75rem;
}
.feeda-header-logo span{
    color: #f3c41b;
         font-size: 1.125rem;
    line-height: 1.75rem;
    display: inherit !important;
}

.close-left-nav-only-mobile{
    display: none;
float: right;
  margin-top: 12px;
}
.feeda-app-left-sidebar .feeda-app-left-logo img{
    width:25px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 1.1;
    font-size: 16px;
}

.feeda-app-left-sidebar .feeda-app-left-nav ul li{
    padding:  0px;
    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{
     
    color: #000;
   height: 30px;
    line-height: 30px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    float: left;
    font-size: 15px; 
    font-weight: 600;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li a .falsn-text{
    color: #000;
}
.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: 100%;
    padding-left: 35px;
    float: left;
    height: 30px;
    display: inline-block;
   /* background:url(images/feeda-side-home-icon.png) no-repeat;*/
    background-position: 10px;      background-size: 15px;
    border-radius: 6px; 
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    position: relative;

}
.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon svg{
    width: 22px;
    position: absolute;
    left: 7px;
    top: 4px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.active{ 
    background:url(images/feeda-side-home-icon.png) no-repeat ;
    background-position: 10px;   background-size: 15px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li.current-menu-item .falsn-icon { 
    background:url(images/feeda-side-home-icon.png) no-repeat #dcdcdf;
    background-position: 10px; 
      background-size: 15px;
}

.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 ;*/
    background-position: 10px;   background-size: 15px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-serchat.active{ 
    background: #dcdcdf;
    background-position: 10px;   background-size: 15px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li.current-menu-item .falsn-icon.falsn-icon-serchat { 
    background: #dcdcdf;
    background-position: 10px;   background-size: 15px;
}

.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-ferdy{ 
    background:url(images/feeda-side-ferdy-icon.png) no-repeat  ;
    background-position: 10px;   background-size: 18px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-ferdy.active{ 
    background:url(images/feeda-side-ferdy-icon.png) no-repeat #dcdcdf;
    background-position: 10px;   background-size: 18px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li.current-menu-item .falsn-icon.falsn-icon-ferdy { 
    background:url(images/feeda-side-ferdy-icon.png) no-repeat #dcdcdf;
    background-position: 10px;   background-size: 18px;
}

.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 ;*/
    background-position: 10px;   background-size: 15px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-aiapp.active{ 
    background: #dcdcdf;
    background-position: 10px;   background-size: 15px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li.current-menu-item .falsn-icon.falsn-icon-aiapp { 
    background: #dcdcdf;
    background-position: 10px;   background-size: 15px;
}


.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 ;*/
    background-position: 10px;   background-size: 15px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-contact.active{ 
    background: #dcdcdf;
    background-position: 10px;   background-size: 15px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li.current-menu-item .falsn-icon.falsn-icon-contact { 
    background: #dcdcdf;
    background-position: 10px;   background-size: 15px;
}


.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 ;*/
    background-position: 10px;   background-size: 15px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-channels.active{ 
    background: #dcdcdf;
    background-position: 10px;   background-size: 15px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li.current-menu-item .falsn-icon.falsn-icon-channels { 
    background: #dcdcdf;
    background-position: 10px;   background-size: 15px;
}

.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-store{ 
    /*background:url(images/feeda-side-store-icon.png) no-repeat ;*/
    background-position: 10px;   background-size: 15px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li .falsn-icon.falsn-icon-store.active{ 
    background: #dcdcdf;
    background-position: 10px;   background-size: 15px;
}
.feeda-app-left-sidebar .feeda-app-left-nav ul li.current-menu-item .falsn-icon.falsn-icon-store { 
    background:#dcdcdf;
    background-position: 10px;   background-size: 15px;
}

.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.expand .feeda-app-left-nav ul li.current-menu-item .falsn-icon span{
    color: #fff ;

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

.feeda-app-left-sidebar .feeda-app-left-footer a{
    width: 55px;
    height: 55px;
    display: inline-block;
    background:  #fdf3ec; 
    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{
    padding-left: 259px;
    transition: padding 1s ease;
}

.left-nav-expand  .aiapp-store-wrapper{
    /*padding-left: 220px;*/   
}

.feeda-app-left-sidebar  .feeda-searchat-history-box {
padding-top:10px;
}
.feeda-app-left-sidebar  .feeda-searchat-history-box .fsh-box-head {
font-weight: 800;
font-family: "Fraunces", serif;
font-size:12px;
padding-bottom:5px;color:rgb(163, 163, 168);
}
.feeda-app-left-sidebar  .feeda-searchat-history-box .fsh-box-body ul {
margin:0px;
padding:0px;
}
.feeda-app-left-sidebar  .feeda-searchat-history-box .fsh-box-body ul li {
font-size:13px;
line-height:17px;
margin-bottom: 0px;
list-style:none;

}

.feeda-app-left-sidebar  .feeda-searchat-history-box .fsh-box-body ul li a {
padding: 2px 5px;
  font-size: 12px;
color:#000;
border-radius: 6px;
width: 100%;
 overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  line-height: 18px;
}
.feeda-app-left-sidebar  .feeda-searchat-history-box .fsh-box-body ul li a:hover {
background:#dcdcdf;
}


.feeda-app-left-sidebar  .feeda-searchat-history-lisitng h3 {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.56);
    margin-bottom: 5px;
}

.aiapp-store-header{
    padding:25px 0px;
    display: inline-block;
    width: 100%;
    background:none !important;
/*    background: #FFFCEF;
background: #f9f9f9 ;  */
}
/*.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: "Fraunces", serif;
        font-weight: 800;
    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-weight: 800;
font-family: "Fraunces", serif;
    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;*/
        background: #fefdfb; 
     border-left: #12121233 solid 1px;
    top: 0px;
    right: -100vw;
    text-align: center;
    padding: 30px;  
    padding-top: 60px;
    padding-bottom: 90px;
    -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;
}

.mobile-navigation .mobile-nav-close{
 position: absolute;
 top: 20px;
 right: 30px;
 cursor: pointer;
}
.mobile-navigation .mobile-nav-close img{
    filter:invert();
}

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: 100%;
    height: 100%;
    z-index: 9;
    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 svg{
    float:left;
    margin-right:10px;
    width:18px;
}

.mobile-navigation .api-icon-size a svg{
    width: 24px;
}
.mobile-navigation a img{
width: 21px;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}
.mobile-navigation a{
 color: #000;
 display: flex;
 align-items: center;
 margin: 18px 0px;
 font-size: 18px;
 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;*/
    font-size: 15px;
  padding-left: 27px;
  margin: 12px 0px;
}
.mobile-navigation .mobile-navigation-btn{
    margin-top: 10px;
    text-align: left;position: fixed;
  bottom: 20px;
}
.mobile-navigation .mobile-navigation-btn a{
    background:  none;
    margin-right:  5px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 36px;
    font-size: 15px;
    border: #000 solid 1px;
}
.mobile-navigation .mobile-navigation-btn a.login-btn{
    background: #000;
    color: #fff;
}
.aiapp-store-right-nav a.signup-btn{
    background: #000;
    color: #fff;
	 margin-right:  0px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 36px;
    font-size: 15px;
	font-family: manropemedium;
	position:relative;
	z-index:10;
	margin-top:5px;
}
.aiapp-store-right-nav a.signup-btn:hover {
    background: #ffdc4f;
    color: #000;

}
.aiapp-store-right-nav a.my-account-btn {
    background: #000;
    color: #fff;
	 margin-right:  10px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 36px;
    font-size: 15px;
	font-family: manropemedium;
	position:relative;
	z-index:10;
}
.aiapp-store-right-nav a.my-account-btn:hover {
    background: #ffdc4f;
    color: #000;

}
.aiapp-store-right-nav a.logout-link {
position: relative;
top:8px;
z-index:10;
}

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

.home .aiapp-store-banner {
padding:0px !important;
}
.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: 52px;
    line-height: 62px;
    font-weight: 800;
font-family: "Fraunces", serif; 
    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.20);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.20);
        padding-right: 85px;
}
.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: 80%;
    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: #fefdfb;
    border: 1px solid #12121233;
    padding: 1rem 1.5rem;
    
    display: inline-block;
    border-radius:36px;
}
.aiapp-store-seeall-btn{
    text-align: center;
    padding-top: 10px;

}
.aiapp-store-seeall-btn a{
    color: #000;
    font-size: 18px;
    font-weight: 800;
font-family: "Fraunces", serif;
}
.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;
}


.explore-store-page-banner-carousel{
    margin-top: 90px;
}

.feeda-app-listing .aiapp-store-search{
    float: left;
    position: relative;
    margin-top: 20px;
    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: #fefdfb;
    border: 1px solid #12121233; 
    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;
    background: #ede7de;
    border-radius: 20px;
    padding: 25px;
}
.feeda-app-listing{
    padding: 40px 0px;
}
.feeda-app-listing h2{
    font-size: 42px;
    line-height:52px;
    font-weight: 800;
        font-family: "Fraunces", serif;
    color: #000;
    margin: 0px;
    float: left;
}
.feeda-app-listing  .feeda-app-listing-content{
    float: left;
    width: 50%;
}
.feeda-app-agent-video {
    float: right;
    width: 40%;
    padding-left: 20px;
}
.feeda-app-agent-video video,.feeda-app-agent-video iframe{
    width: 100%; 
    object-fit: cover;    height: 245px;
    border-radius: 12px;
}

.feeda-app-listing  .feeda-app-listing-content h2{
    width: 100%;
}
.feeda-app-listing  .feeda-app-listing-content p{
        font-size: 16px;
    line-height: 24px;
    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-weight: 800;
    font-family: "Fraunces", serif;
    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-weight: 800;
        font-family: "Fraunces", serif;
    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: #fefdfb;
    border: 1px solid #12121233;
    border-radius: .75rem;
    padding: 1rem;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
       transition: 0.5s ease;
}
.feeda-app-listing .feeda-app-featured .feeda-app-featured-boxes .feeda-app-featured-box .feeda-app-featured-box-inner:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.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-weight: 800;
font-family: "Fraunces", serif;
    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-weight: 800;
font-family: "Fraunces", serif;
    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(18 18 18 / 78%);
    color: #ffffff;
    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-wrapper{
    display: inline-block;
   
    border-bottom: #ffde59 solid 2px;
    width: 100%;

}
.feeda-app-detail .feeda-app-detail-wrapper .feeda-app-detail-head-video iframe{
    width: 100%;
    -webkit-box-shadow: 0px 0px 21px 1px rgba(255,222,89,0.71);
-moz-box-shadow: 0px 0px 21px 1px rgba(255,222,89,0.71);
box-shadow: 0px 0px 21px 1px rgba(255,222,89,0.71);
    border-radius: 12px;
}
.feeda-app-detail .feeda-app-detail-wrapper .feeda-app-detail-head-video{
    float: right;
    width: 40%;
    padding: 20px 0px;
    }
.feeda-app-detail .feeda-app-detail-head{
    display: inline-block;
    padding: 60px 0px;
  /*  border-bottom: #ffde59 solid 2px;*/
    width: 60%;
    float: left;

}
.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;
    display: none;
}
    .feeda-app-detail-wrapper .feeda-app-detail-head-wrapp{
                        position: relative;
                        padding: 40px 0px;
                        display: flex;
                        overflow: hidden;

                    }
.feeda-aap-dw-bg{
                       position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-size: cover;
    background-position: center;
             --blend-mode: plus-lighter;
    align-items: center;
    opacity: 0.8;
    z-index: -1;
    display: flex;
 }
 .feeda-aap-dw-bg-dark{
    background: rgba(0, 0, 0, 0.40);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    backdrop-filter: blur(100px) saturate(1.5);
 }
  .feeda-app-detail .feeda-app-detail-head {  position: relative;
    z-index: 2;
}
.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: rgba(255, 255, 255, 0.70);
}
.feeda-app-detail .feeda-app-detail-head  .feeda-app-detail-head-content span.app-title{
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
        font-family: "Fraunces", serif;
    color: #fff;
    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: #fff;
    color: #000;
    font-size: 16px;
    font-family: "Fraunces", serif;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 35px;
    display: inline-block;
    margin-right: 5px;

}

.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-weight: 800;
font-family: "Fraunces", serif;
    color: #000;
    margin: 0px;
}
.feeda-app-detail  .feeda-app-detail-about h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
font-family: "Fraunces", serif;
  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;
    padding-top: 0px;
}
.feeda-app-detail  .feeda-app-detail-information-box{
     background: #fefdfb;
    border: 1px solid #12121233;
    border-radius: .75rem;
    padding: 1.5rem;
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.feeda-app-detail  .feeda-app-detail-information-box:hover{
     --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.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: "Fraunces", serif;    font-weight: 800;
    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: "Fraunces", serif;    font-weight: 800;
   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-weight: 800;
        font-family: "Fraunces", serif;
    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: "Inter", sans-serif;
}
.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: 280px;
    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; 
}
.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: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 92%) !important;
  backdrop-filter: blur(10px);
/*    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;
    background: #f9f9f9 !important;
    border-top: #ededed solid 1px !important;
}
.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: "Fraunces", serif;    font-weight: 800;
}
.home .header-title {
    display: none !important;
}
.aiapp-store-header .goback-only-mobile{
    display: none;
}
/*
.home .aiapp-store-header{
   
     background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%) !important; 
    position: fixed!important;
    top: 0px;
    left: 0px;
    z-index: 9;
        padding: 15px 0px !important; 
        border:0px !important;
}*/
/*.open-nav.home .aiapp-store-header {
   width: 76%;
}*/

.home .aiapp-store-header .feeda-header-logo{
display:none !important;
}

.home .aiapp-store-header.sticky {
    /* background: rgba(255,255,255, 0.2); */
    background: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 92%) !important;
    backdrop-filter: blur(10px);
}
 /* .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: -72px;
    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: 160px 0px;
    padding-bottom: 30px;
}
.feeda-app-discover .feeda-app-discover-inner .feeda-gpts-video iframe,.feeda-app-discover .feeda-app-discover-inner .feeda-gpts-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feeda-app-discover .feeda-app-discover-inner .feeda-gpts-video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.feeda-app-discover .feeda-app-discover-inner .feeda-gpts-video:after{
    background: rgba(255, 255, 255, 0.36);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
}
.feeda-app-discover.feeda-gpts .feeda-app-discover-inner{
  text-align: center;
    position: relative;
    padding: 60px 0px;
    margin-bottom: 50px;
}
.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-size: 4.6vw;
    line-height: 5vw;
    font-weight: 800;
        font-family: "Fraunces", serif;
    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 a{
    color: #000;
}
.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: 80px 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-weight: 800;
font-family: "Fraunces", serif;
}

.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);*/font-family: "Inter", sans-serif;
}

.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-gpts-home{
    padding-top: 60px;
}
.feeda-gpts-home h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 800;
        font-family: "Fraunces", serif;
    color: #000;
    text-align: center;
    margin: 0px;
    margin-bottom: 20px;
}
.feeda-gpts-home .feeda-gpts-home-btn{
    text-align: center;
    padding-top: 50px;
}
 
.feeda-gpts-home .feeda-gpts-home-btn  a{
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 36px;
    border:#000 solid 1px;
    color: #000;
    font-family: manropemedium;
    cursor: pointer;
}

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

.feeda-home-video-section{
    padding: 110px 0px;
}
.feeda-home-video-section h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 800;
        font-family: "Fraunces", serif;
    color: #000;
    text-align: center;
    margin: 0px;
    margin-bottom: 20px;
}
.feeda-home-video-section .feeda-home-video-box{
    float: left;
    width: 25%;
    padding: 10px;

}
.feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-img img{
    border-radius: 12px;
    width: 100%;
    }
.feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content{
    padding-top: 10px;
}
.feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content .feeda-home-video-author{
    float: left;
    width: 40px;
}
.feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content .feeda-home-video-author img{
    border-radius: 100%;
     width: 100%;
}
.feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content .feeda-home-video-name{
        float: right;
        width: calc(100% - 50px);
}
.feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content .feeda-home-video-name h3{
     font-size: 15px;
    line-height: 22px;
     font-family: "Fraunces", serif;margin: 0px;    font-weight: 800;
   
}
.feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content .feeda-home-video-name h3 a{
    color: #000;
}



.feeda-home-video-section  .slick-dots {
  
    justify-content: center;
    display: none;
    margin: 0;
    padding: 1rem 0;
    bottom: -56px;
    list-style-type: none;
    }
   .feeda-home-video-section  .slick-dots  li {
            margin: 0 0.25rem;width: 10px;
        }
    
  .feeda-home-video-section  .slick-dots  li button {
            display: block;
            width: 10px;
            height: 10px;
            padding: 0;
            
            border: none;
            border-radius: 100%;
            background-color: #D9D9D9;
            
            text-indent: -9999px;
        }
    
   .feeda-home-video-section .slick-dots  li.slick-active button {
            background-color: #858585;
        }
.feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content .feeda-home-video-name span{
    color: #767676;
    font-size: 12px;
    line-height: 14px;
}
.feeda-home-video-section .feeda-home-shorts{
    padding-top: 110px;
}
.feeda-home-video-section .feeda-home-shorts .feeda-home-short-heading h2{
       font-size: 24px;
    line-height: 34px;
    font-family: "Fraunces", serif;
    padding-left: 54px;     font-weight: 800;
    background: url(images/shorts-icon-feeda.png) no-repeat;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 6px;
}
.shorts-embeded-video-modal-close{
    margin-bottom: 15px; cursor:pointer;
}
.shorts-embeded-video-modal-close img{
    filter: invert(); cursor:pointer;
}
.shorts-embeded-video-modal{
    position: fixed;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
    display: none;
}
.shorts-embeded-video-overlay{
    background: rgba(0, 0, 0, 0.7);
      position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}
.shorts-embeded-video-modal.show,.shorts-embeded-video-overlay.show{
    display: block;
    }
    .shorts-embeded-video-modal iframe{
      width: 330px;
    height: 86vh;
    border-radius: 12px;
    }
.feeda-home-short-listing .feeda-home-short-box{
    float: left;
    width: 20%;
    padding: 10px;
cursor:pointer; 
}
.feeda-home-short-listing .feeda-home-short-box .feeda-home-short-img img{
border-radius: 12px;
width: 100%;cursor:pointer; 
} 
.feeda-home-short-listing .feeda-home-short-box .feeda-home-short-content h3 a{color: #000;}

.feeda-home-short-listing .feeda-home-short-box .feeda-home-short-content h3{cursor:pointer; 
      font-size: 16px;
    line-height: 22px;
     font-family: "Fraunces", serif;margin: 0px;     font-weight: 800;
	 padding-top: 10px;
}
.feeda-home-short-listing .feeda-home-short-box .feeda-home-short-content span{
    color: #767676;
    font-size: 12px;
    line-height: 14px;
}
.feeda-home-video-section  .feeda-gpts-home-btn{
    text-align: center;
    padding-top: 50px;
}
 
.feeda-home-video-section  .feeda-gpts-home-btn  a{
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 36px;
    border:#000 solid 1px;
    color: #000;
    font-family: manropemedium;
    cursor: pointer;
}

.feeda-home-video-section  .feeda-gpts-home-btn  a:hover{
    background: #ffdc4f;
    border-color: #ffdc4f;
}



.feeda-mp-top-charts  h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 800;
        font-family: "Fraunces", serif;
    color: #000;
    text-align: center;
    margin: 0px;
    margin-bottom: 20px;
}
.feeda-mp-top-charts .app-card {
    padding:8px 30px 8px 10px;
    margin:0px;
    float:left;
    width:50%;
}
.feeda-mp-top-charts .app-card.even {
    padding:8px 10px 8px 10px;
}
.feeda-mp-top-charts .app-card .app-logo {
    float:left;
    width:11%;
    border-radius:10px; 
}
.feeda-mp-top-charts .app-card .app-logo img {
    width:100%;
    border-radius:10px; 
}

.feeda-mp-top-charts .app-card .app-content {
    float:left;
    width:86%;
    line-height:normal;
    padding:0px 0px 8px 0px;
    border-bottom:1px solid #e5e5e5;
    margin-left:3%;
    min-height: 80px;
}
.feeda-mp-top-charts .app-card .app-content .counter {
float:left;
width:5%;
font-size:13px;
}
.feeda-mp-top-charts .app-card .app-content .cont {
float:left;
width:95%;
}
.feeda-mp-top-charts .app-card .app-content h3 {
    font-size: 15px;
    font-weight: 800;
font-family: "Fraunces", serif;
    color: #000; 
    padding:0px;
    margin:0px;
    
}
.feeda-mp-top-charts .app-card .app-content p {
    font-size: 13px;
    font-family: "Inter", sans-serif;
    color: #000;
    padding:2px 0px;
    margin:0px;
    
}
.feeda-mp-top-charts .app-card .pricing {
    font-size: 14px;
    float:right;
    font-weight: 800;
font-family: "Fraunces", serif;
    color:#000;
        text-align:right;
        line-height:16px;
} 
.feeda-mp-top-charts .app-card .pricing span {
    font-size: 12px;
    color:#777;
    font-family: "Inter", sans-serif;

} 
.feeda-mp-top-charts .app-card .rating {
    font-size: 12px;
    color:#000;
    padding:1px 0px 1px 24px;
    background:url(images/star-icon.png) no-repeat;
} 
.feeda-mp-top-charts .section-heading {
font-size:14px;
font-family: "Inter", sans-serif;
padding:10px;
margin:0px;
}
.feeda-mp-top-charts .top-charts-tabs {
border-bottom: 1px solid #ebebeb;
text-align:center;
margin:10px 0px;
}
.feeda-mp-top-charts .top-charts-tabs .tab {
display:inline-block;
padding:5px 15px;
font-size: 16px;
    font-weight: 800;
font-family: "Fraunces", serif;
    color: #858585;
    letter-spacing:1px; 
}
.feeda-mp-top-charts .top-charts-tabs .tab a {
text-decoration:none;
font-size: 18px;
    font-weight: 800;
font-family: "Fraunces", serif;
    color: #999;
    letter-spacing:2px; 
    
}
.feeda-mp-top-charts .top-charts-tabs .tab.active a {
    color: #000;
    border-bottom:2px solid #ffde59;
    padding:4px 0px;
}

.feeda-experts-agents{
    padding: 80px 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-weight: 800;
        font-family: "Fraunces", serif;
    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-weight: 800;
font-family: "Fraunces", serif;
    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: 30px 0px 160px 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-weight: 800;
font-family: "Fraunces", serif;
    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 40px;*/
padding: 10px ;

    width: 40%;

}
.feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-center .feeda-app-home-video-for-mobile{
    position:relative;
}
.feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-center .feeda-app-home-video-for-mobile video{
  position: absolute;
  left: 26px;
  top: 12px;
  width: 83%;
  height: 95%;
  object-fit: cover;
  z-index: 1;
}
.feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-center img{
    margin-right: -30px;
    display: block;
    position: relative;
    z-index: 2;
}
.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-weight: 800;
font-family: "Fraunces", serif;
    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;
color:#000;
    }

 .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: #fefdfb;
    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{
    font-weight: 800;
        font-family: "Fraunces", serif;
        color: #121212;
            font-size: 1.925rem;
    line-height: 1.95rem;
}
footer .feeda-footer-top .feeda-footer-left .feeda-footer-logo span{
    color: #f3c41b;
         font-size: 1.925rem;
    line-height: 1.95rem;
}
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-weight: 800;
    font-family: "Fraunces", serif;
    font-size: 18px;
    color: #121212;
    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: #6e665e;
}
footer .feeda-footer-copyright{
    border-top: #1212121a solid 1px;
    padding: 20px 0px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}   
footer .feeda-footer-copyright .feeda-footer-copyright-left{
    float: left;
    color: #6e665e;
}
footer .feeda-footer-copyright .feeda-footer-copyright-right{

    float: right;
}
footer .feeda-footer-copyright .feeda-footer-copyright-right a{
    color: #6e665e;
    margin-left: 10px;
}


.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box{
    float: left;
    width: 33.33%;
    padding: 10px;

}
.feeda-gpts-home .feeda-gpts-listing .descp-text {
text-align: center;
font-size: 18px;
line-height: 28px;
max-width:650px;
margin:0px auto;
padding-bottom:20px;
}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner{
    padding: 35px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    min-height: 365px;
}
.feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner {
  padding: 20px;
  min-height: 335px;
 }
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner.dark{
    color: #000;
}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-logo{
    padding: 20px 0px;
    min-height: 98px;
     display: flex;
  align-items: center;
  justify-content: center;
}
.feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-logo{
    min-height: 80px;
}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-logo img{ 
    width: 150px;
}
.feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-logo img {
  width: 110px;
}

.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-btn{
    margin-bottom: 25px;
}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-btn a{
    padding: 10px 40px;
    display: inline-block;
    color: #fff; 
    border:#fff solid 1px;
    border-radius: 8px;

}
.feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-btn a {
  padding: 8px 30px;
}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-btn a:hover{
    color: #000;
    background: #fff;
}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner.dark .feeda-gpts-box-btn a{
   
    color: #000; 
    border:#000 solid 1px; 

}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner.dark .feeda-gpts-box-btn a:hover{
    color: #fff;
    background: #000;
}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-content .feeda-gpts-category{
font-weight: 800;
font-family: "Fraunces", serif;
font-size: 16px;
    line-height: 26px;
}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-content p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 0px;
}
.feeda-gpts-logo{
    width: 190px;
}
.feeda-gpts-listing{
    padding-bottom: 60px;
}

.feeda-discover .feeda-discover-listing{
        padding: 80px 0px;
    }
    .feeda-discover .feeda-discover-listing .feeda-discover-box{
        float: left;
        width: 25%;
        padding: 10px;
    }
    .feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner{
        background: #fefdfb;
    border: 1px solid #12121233;
    
        padding:   20px;
        border-radius: 12px;
        text-align: center;  
            min-height: 330px;
            cursor: pointer;
    }
      .feeda-discover .feeda-discover-listing .feeda-discover-box:hover .feeda-discover-box-inner{
     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-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content .app-title{
 font-weight: 800;
font-family: "Fraunces", serif;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
}
.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content p{
  min-height: 55px;
 
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}
.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content button{
   /*background: #000;*/
background:none;
   color: #fff;
    display: inline-block;
    border-radius: 35px;
    border: 0px;
    /*padding: 10px 40px;*/
   text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
width: 60px;
  height: 60px;
border:#000 solid 1px;
-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content button img{
filter: invert(0) !important;
}

.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content button:hover,.feeda-discover .feeda-discover-listing .feeda-discover-box:hover .feeda-discover-box-inner .feeda-discover-box-content button{
background: #000;
}

.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content button:hover img,.feeda-discover .feeda-discover-listing .feeda-discover-box:hover .feeda-discover-box-inner .feeda-discover-box-content button img{
filter: invert(1) !important;
}

.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner  .feeda-discover-box-img{
    margin-bottom: 10px;
}
.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner  .feeda-discover-box-img img{
    border-radius: 50%;
    width: 110px;
    height: 110px;
    border:#b3b3b3 solid 1px;
    padding: 3px;
}
 .feeda-footer-qrcode {
        background: #000;
    padding: 20px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    text-align: center;
    width: 230px;
    border-radius: 12px;
    z-index: 99;
    }
      .feeda-footer-qrcode h3{
        font-size: 16px;
        font-weight: 800;
font-family: "Fraunces", serif;
		color: #fff;
      }
      .feeda-footer-qrcode p{
        font-size:14px;
        line-height: 1.4;
		color: #ffdc4f;
      }
      .feeda-footer-qrcode .feeda-footer-qrcode-inner{
        position: relative;
      }
      .feeda-footer-qrcode .feeda-footer-qrcode-img img{
        width: 110px;
		filter: invert(1);
      }
      .feeda-footer-qrcode-close{
        position: absolute;
        right: -5px;
        top: -25px; z-index: 999;
      }
        .feeda-footer-qrcode-close img{
      width: 12px;
	  filter: invert(1);
  }
  
.login-signup-lightbox {
    background: rgba(0,0,0,0.9);
    border:8px solid #ffdc4f;
    border-radius:35px;
    color:#fff;
    padding:20px;
    position:fixed;
    top:16%;
    width:30%;
    left:35%;
    z-index:100;
}
.login-signup-lightbox .loginbox-close-icon {
    float:right;
}
.login-signup-lightbox .loginbox-close-icon img {
    cursor:pointer;
}
.login-signup-lightbox .social-connect-div a.google-login {
    background:#fff url(images/google-icon.png) no-repeat;
    background-position:10% 50%;
    padding:15px 20px 15px 55px;
    text-decoration:none;
    border-radius:30px;
    font-size:16px;
    color:#000;
}
.login-signup-lightbox #loginform p {
    padding: 5px 0px;
    margin:0px;
}
.login-signup-lightbox #loginform p label {
    display: block;
    font-size: 15px;
    padding: 0px 0px 8px 0px;
}
.login-signup-lightbox #loginform .input {
    font-size: 16px;
    color: #333;
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    width: 99%;
    outline:none;
}
.login-signup-lightbox #loginform {
    padding-top:10px;
}
.login-signup-lightbox #loginform a {
    font-size: 13px;
    color: #a3c0ff;
    float:right;
    padding-top:7px;
}
.login-signup-lightbox #loginform .button-primary {
    background: #fff;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor:pointer;
    color:#000;
}
.login-signup-lightbox .social-connect-div {
    padding: 30px 0px 15px 0px;
    margin-top: 15px;
    border-top:1px solid #626262;
    text-align:center;
}
.login-signup-lightbox .dont-have-account {
    font-size: 14px;
    color: #fff;
    padding-top:10px;
}
.login-signup-lightbox .dont-have-account a {
    color: #ffdc4f;
}





.login-signup-lightbox h3 {
    font-family: "Fraunces", serif;
    font-size:22px;     font-weight: 800;
    margin:0px;
    padding:10px 0px;
    line-height:24px;
}
.login-signup-lightbox #signupform .signup-row .signup-col-2 {
    float:left;
    width:48%;
}
.login-signup-lightbox #signupform .signup-row .signup-col-2.fl-right {
    float:right;
}

.login-signup-lightbox #signupform .form-field {
    padding: 5px 0px;
    margin:0px;
}
.login-signup-lightbox #signupform .form-field label {
    display: block;
    font-size: 15px;
    padding: 0px 0px 8px 0px;
}
.login-signup-lightbox #signupform .form-control {
    font-size: 16px;
    color: #333;
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    width: 99%;
    outline:none;
}
.login-signup-lightbox #signupform {
    padding-top:10px;
}
.login-signup-lightbox #signupform .dont-have-account {
    font-size: 14px;
    color: #fff;
    padding-top:10px;
}
.login-signup-lightbox #signupform .dont-have-account a {
    color: #ffdc4f;
}
.login-signup-lightbox #signupform .btn-primary {
    background: #fff;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor:pointer;
    color:#000;
}
.login-signup-lightbox #signupform .signup-personal-submit  {
    padding-top:10px;

}
.login-signup-lightbox .social-connect-div {
    padding: 30px 0px 15px 0px;
    margin-top: 15px;
    border-top:1px solid #626262;
    text-align:center;
}
.registration-response-page {
    width:60%;
    margin:140px auto;
}
.registration-response-page h2 {
    font-family: "Fraunces", serif;
    font-size:28px;
    margin:0px;
    padding:10px 0px;
    line-height:34px;
}

.registration-response-page h3 {
    font-family: "Fraunces", serif;
    font-size:20px;
    margin:0px;
    padding:10px 0px;
    line-height:28px;
}
.registration-response-page p, ul, li, ol, li {
    font-size:18px;
    line-height:24px;
}
.my-account-container {
    max-width:500px;
    margin:0px auto;
}
.feeda-my-account-page {
    margin:150px 0px 120px 0px;
}
.woocommerce-account .feeda-my-account-page .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.feeda-my-account-page h1.entry-title {
    text-align: center;
    text-transform: uppercase;
    font-family: "Fraunces", serif;

}
.feeda-account-container {
    max-width:500px;
    margin:0px auto;
}
.feeda-my-account-page .account-page-box {
    background:#ede7de;
    border-radius:15px;
    padding:20px 30px 30px 30px;
}
.feeda-my-account-page .woocommerce-MyAccount-navigation ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.feeda-my-account-page .woocommerce-MyAccount-navigation li {
    font-size:14px;
    padding:5px 10px;
}
.feeda-my-account-page .woocommerce-MyAccount-navigation li a {
    font-size:14px;
    color:#000;
    text-decoration:none;
}
.feeda-my-account-page .woocommerce-MyAccount-navigation li.active {
    font-weight:bold;
    background:#e7e7e7;
}
.kai-my-account-page .profile-info-box .avatar {
    float:none;
    width:100%;
    text-align:center;
}
.feeda-my-account-page .profile-info-box .update-info-links {
    text-align:center;
    font-size:13px;
    padding:10px 0px;
}
.feeda-my-account-page .profile-info-box .update-info-links a {
    background: #fefdfb;
    border: 1px solid #12121233;
    color:#000;
    padding:5px 15px;
    border-radius:36px;
    font-size:13px;
}

.feeda-my-account-page .profile-info-box .avatar img {
    border-radius:20px;
    width:300px;
}
.feeda-my-account-page .profile-info-box .profile-info {
    text-align:center;
}
.feeda-my-account-page .profile-info-box .profile-info .fullname {
    font-size:20px;
    font-family: "Fraunces", serif;
    font-weight: 800;
}
.feeda-my-account-page .profile-info-box .profile-info .email {
    font-size:15px;
    font-family: "Inter", sans-serif;
    color:#edb10e;
    padding-bottom:5px;
}
.feeda-my-account-page .profile-info-box .avatar {
  float: none;
  width: 100%;
  text-align: center;
}
.feeda-my-account-page .profile-info-box .profile-info .address , .feeda-my-account-page .profile-info-box .profile-info .phone {
    font-size:14px;
    font-family: "Inter", sans-serif;
    color:#777;
    line-height:22px;
}
.feeda-my-account-page .profile-info-box .profile-info .address span , .feeda-my-account-page .profile-info-box .profile-info .phone span {
    font-family: "Fraunces", serif;
    color:#444;
}
.woocommerce-account .kai-my-account-page .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.feeda-my-account-page .update-profile-form .form-row {
    padding: 5px 0px;
}
.feeda-my-account-page .update-profile-form .form-row .label {
    font-size:14px;
    font-family: "Fraunces", serif;
    color:#444;
    float:left;
    width:40%;
}
.feeda-my-account-page .update-profile-form .form-row .label.padd {
    padding-top:10px;
}
.feeda-my-account-page .update-profile-form .form-row .field {
    font-size:14px;
    font-family: "Inter", sans-serif;
    color:#444;
    float:left;
    width:60%;
}
.feeda-my-account-page .update-profile-form .form-row .field img {
    width:100%;
    border-radius:20px;
}
.feeda-my-account-page .woocommerce-form {
    background:#fff;
}
.feeda-my-account-page .woocommerce-form .woocommerce-form-login__submit , .feeda-my-account-page .woocommerce-ResetPassword .button {
    font-size:14px;
   font-family: "Fraunces", serif;
    color:#fff;
    background:#3A66FF;
    border-radius:25px;
    padding:10px 25px;
    border:none;
    cursor:pointer;
    text-transform:uppercase;
}
.feeda-my-account-page .update-profile-form .form-row .field .cin , .kai-my-account-page .woocommerce-form .form-row input.input-text , .feeda-my-account-page .woocommerce-ResetPassword .form-row input.input-text {
    font-size:14px;
    font-family: "Inter", sans-serif;
    color:#444;
    width:100%;
    background:#fff;
    border-radius:5px;
    padding:10px 15px;
    border:1px solid #ccc;
}
.feeda-my-account-page .update-profile-form .form-row .submit-button {
    text-align:center;
}
.feeda-my-account-page .update-profile-form .form-row .submit-button .btn {
    font-size:14px;
     font-family: "Fraunces", serif;
    color:#000;
    background:#ffdc4f;
    border-radius:25px;
    padding:10px 25px;
    border:none;
    cursor:pointer;
    text-transform:uppercase;
}
.error-alert-msg {
    padding: 10px 15px;
    text-align:center;
    font-size:14px;
    font-family: "Inter", sans-serif;
    color:#e90e0e;
}
.success-alert-msg {
    padding: 10px 15px;
    text-align:center;
    font-size:14px;
    font-family: "Inter", sans-serif;
    color:#0abe38;
}
  
@media only screen and (min-width:1440px)  {
.feeda-app-modal .feeda-app-modal-inner {
   
  width: 300px;
}
    .feeda-app-listing .feeda-app-listing-content p {
    font-size: 18px;
    line-height: 26px;
}
    .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;

}
.feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner {
  padding: 35px;
  min-height: 345px;
 }
 .feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content .app-title {
   font-size: 28px;
  }
  .feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content p {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
}

.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner {
     min-height: 360px;
}
.feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col .feeda-eatc-content-inner {
    min-height: 500px;
  }
  .feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-logo img {
  width: 120px;
}
}

@media only screen and (min-width:1580px) {
    .feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-center .feeda-app-home-video-for-mobile video {
  position: absolute;
  left: 35px;
  top: 12px;
  width: 83%;
  height: 96%;
  object-fit: cover;
  z-index: 1;
}
.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner {
     min-height: 390px;
}
    .feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-img img {
   width: 130px;
  height: 130px;
}
.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content .app-title {
   font-size: 30px;
  }
  .feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content p {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}


     .shorts-embeded-video-modal iframe{
      width: 360px;
 
    }

    .feeda-gpts-logo{
    width: 220px;
}
    .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner {
   min-height: 430px;
}
    .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-logo {
 
  min-height: 140px;
}
.feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-logo {
  min-height: 80px;
}
.feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-logo img {
  width: 110px;
}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-content .feeda-gpts-category{
  font-size: 22px;
  line-height: 33px;
   }
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-content p {
  font-size: 18px;
  line-height: 28px;
  }
    .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-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col .feeda-eatc-content-inner {
   min-height: 567px;
}
  .feeda-app-agent-video video, .feeda-app-agent-video iframe {
    
    height: 360px; 
}
  .feeda-app-listing .feeda-app-listing-content p {
   font-size: 22px;
    line-height: 32px;
  }
  .feeda-app-modal .feeda-app-modal-inner {

      width: 340px; 
  }
  .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;
}
.feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner {
  padding: 35px;
  min-height: 375px;
 }
 .feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content .feeda-home-video-name span {
  font-size: 14px;
  line-height: 15px;
}
.feeda-mp-top-charts .app-card .app-content {
  padding: 8px 0px 12px 0px;
}
.feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content .feeda-home-video-name span {
  font-size: 13px;
}
.feeda-mp-top-charts .app-card .app-content h3 {
  font-size: 16px;
}
.feeda-mp-top-charts .app-card .pricing {
  font-size: 15px;
}
.feeda-mp-top-charts .app-card .app-content p {
  font-size: 14px;
}
.feeda-mp-top-charts .app-card .rating {
  font-size: 13px;
}
.feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-logo img {
  width: 130px;
}
}

@media only screen and (min-width:1780px) {
    .feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-center .feeda-app-home-video-for-mobile video {
  position: absolute;
  left: 42px;
  top: 18px;
  width: 83%;
  height: 96%;
  object-fit: cover;
  z-index: 1;
}
    .feeda-mp-top-charts .app-card .app-content {
   
    min-height: 100px;
}
 .feeda-experts-agents .feeda-experts-agent-tab-content .feeda-eatc-inner .feeda-eatc-col .feeda-eatc-content-inner {
    min-height: 660px;
  }
  .aiapp-store-banner .aiapp-store-banner-btn {
     width: 55%;
 }
.feeda-app-detail .feeda-app-detail-wrapper .feeda-app-detail-head-video {
  float: right;
  width: 32%;
}
.feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner {
  padding: 50px;
  min-height: 485px;
}
.feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-logo img {
    width: 180px;
  }
    .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-content .feeda-gpts-category {
    font-size: 26px;
    line-height: 38px;
  }
   .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-content p {
    font-size: 22px;
    line-height: 32px;
	padding-top: 10px;
  }
.feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content .feeda-home-video-name span {
  font-size: 15px;
}
.feeda-mp-top-charts .app-card .app-content h3 {
  font-size: 17px;
}
.feeda-mp-top-charts .app-card .pricing {
  font-size: 16px;
}
.feeda-mp-top-charts .app-card .app-content p {
  font-size: 15px;
}
.feeda-mp-top-charts .app-card .rating {
  font-size: 14px;
}
.feeda-mp-top-charts .app-card .app-content {
  padding: 12px 0px 16px 0px;
}
}

@media only screen and (min-width: 651px) and (max-width:992px) {
    .feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-center .feeda-app-home-video-for-mobile video {
  position: absolute;
  left: 14px;
  top: 6px;
  width: 82%;
  height: 96%;
  object-fit: cover;
  z-index: 1;
}
    .feeda-discover .feeda-discover-listing .feeda-discover-box {
  float: left;
  width: 33.33%;
  padding: 5px;
}
    .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box {
   width: 50%;
 }
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner {
   min-height: 390px;
}
    .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;
}
}
.toggle-left-nav-only-mobile{
    display: none;
}
@media only screen and (max-width: 650px) {
.feeda-aap-dw-bg-dark {
   backdrop-filter: blur(10px) saturate(1);
}
.close-left-nav-only-mobile{
    display: inline-block;

}
.toggle-left-nav-only-mobile{
    display: inline-block;  position: relative;
    z-index: 9;
}
    .feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner button img{
        width: 20px !important;
    }
    .feeda-footer-qrcode .feeda-footer-qrcode-img img {
  width: 80px;
}
 
.feeda-footer-qrcode-close {
  position: absolute;

  right: 0px;

  top: -19px;
  }
    .feeda-footer-qrcode {
   display:none;
  padding: 10px; 
  bottom: 98px; 
  width: 160px; 
}
    .feeda-footer-qrcode p {
  font-size: 11px;
  line-height: 1.2;
}.feeda-footer-qrcode h3 {
  font-size: 12px; 
}
    .feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-img img {
  
  width: 70px;
  height: 70px;
}
.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content p {
  font-size: 12px; min-height: 65px;
  }
  .feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content .app-title {
   font-size: 18px;
}
    .feeda-discover .feeda-discover-listing .feeda-discover-box {
 
  width: 50%;
  padding: 5px;
}
.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner .feeda-discover-box-content button {
   /*padding: 10px 30px;*/
   font-size: 11px;

width: 40px;
    height: 40px;
}

.feeda-discover .feeda-discover-listing .feeda-discover-box .feeda-discover-box-inner {
   padding: 10px 5px;

  min-height: 252px; 
}
.feeda-discover .feeda-discover-listing {
  padding: 40px 0px;
}
     .shorts-embeded-video-modal iframe{
      width: 90%;
 
    }
    .feeda-home-video-section h2 ,.feeda-gpts-home h2{
    font-size: 32px;
    line-height: 42px;
}
    .feeda-home-short-listing .feeda-home-short-box .feeda-home-short-content h3 {
  font-size: 12px;
  line-height: 14px;
}
    .feeda-home-short-listing .feeda-home-short-box {
 
  padding: 5px;
}
    .feeda-home-video-section  .slick-list {
  padding: 0 15% 0 0 !important;
}
.feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content .feeda-home-video-name h3 {
  font-size: 14px;
  line-height: 18px;
  }
  .feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content .feeda-home-video-name span {
   font-size: 11px;
  line-height: 10px;
}
.feeda-home-video-section .feeda-home-video-box .feeda-home-video-box-content .feeda-home-video-author {
  
  width: 35px;
}
.feeda-home-video-section  .slick-dots {
  display: flex;
}

    .feeda-app-agent-video {
    float: right;
    width: 100%;
    padding: 0px;
}
    .feeda-gpts-logo{
        width: 110px;
    }
    .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner {
  padding: 30px 20px;
}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-content p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 0px;
}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner{
    min-height: inherit;
}
.feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner .feeda-gpts-box-logo img {
  width: 120px;
}
    .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box {
    float: left;
    width: 100%;
    padding: 10px;
}
    .open-nav.home .aiapp-store-header {
  width:100%;
  left: -80vw;
}
    .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%;
   padding: 10px 43px;
  padding-left: 24px;
}
.feeda-ai-mobile-home .feeda-ai-mobile-screens .feeda-ai-mobile-scr-center .feeda-app-home-video-for-mobile video {
  position: absolute;
  left: 12px;
  top: 5px;
  width: 83%;
  height: 95%;
  object-fit: cover;
  z-index: 1;
}
    footer .feeda-footer-top .feeda-footer-right,footer .feeda-footer-top .feeda-footer-left {
  width: 96%;
    float: none;
    margin: 0 auto;
}
footer .feeda-footer-top .feeda-footer-right .feeda-footer-col ul li {
  margin-bottom: 5px;
}
footer .feeda-footer-top .feeda-footer-right .feeda-footer-col ul li a {
  font-size: 14px;
}
footer .feeda-footer-top .feeda-footer-right .feeda-footer-col h4 {
  font-weight: 800;
font-family: "Fraunces", serif;
  font-size: 18px;
  margin-bottom: 10px;
}
    .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;*/
    left: -100vw; transition: left 0.4s ease;
}
.feeda-app-left-sidebar.show{
    /*display: none !important;*/
    left: 0vw;
}
.aiapp-store-wrapper {
    padding-left: 0px;
    padding-bottom: 98px;
}

.apps-not-found {
  width: auto;
}

   /* .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: "Fraunces", serif;
    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;
 width: 100%;padding-bottom: 15px;
}
.feeda-app-detail .feeda-app-detail-wrapper .feeda-app-detail-head-video {
    width: 100%;
    padding: 20px;
}
.feeda-app-detail .feeda-app-detail-wrapper .feeda-app-detail-head-video iframe {
    max-height: 169px !important;
}
.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: 68%;
}

.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: 32px;
    line-height: 31px;
    padding: 0px 38px;
    padding-top: 0px;
    padding-top: 35px;
}
.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;
    padding-right: 100px;

}
.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: -80vw;*/transition: left 0.5s;
}

.aiapp-store-header .aiapp-store-nav.left-align {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 17px;
  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: 15px;
    max-width: 130px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}
.aiapp-store-right-nav a.signup-btn {
  margin-right: -13px;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 12px;
  
  margin-top: 10px;
}
.feeda-app-modal {
  position: absolute;
}
.aiapp-store-header .goback-only-mobile{
  position: absolute;
  top: 22px;
  z-index: 9;
  left: 17px;
  display: block;
}
.feeda-gpts-home .feeda-gpts-listing .descp-text {
  font-size: 13px;
  line-height: 20px;
 }
 .feeda-mp-top-charts .app-card .app-content p {
  font-size: 12px;
}
 .feeda-mp-top-charts .app-card {
  float: none;
  width: 100%;
  padding: 8px 10px 8px 10px !important; 
}
.feeda-mp-top-charts .app-card .app-logo {
  width: 19%;
}
.feeda-mp-top-charts .app-card .app-content {
  width: 78%;
  line-height: normal;
}
.feeda-mp-top-charts .top-charts-tabs .tab a {
  font-size: 11px;
  letter-spacing: 0px;
}
.feeda-mp-top-charts .top-charts-tabs .tab {
  padding: 5px 6px;
}
.feeda-mp-top-charts h2 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom:10px;
 }
 .feeda-mp-top-charts .app-card .app-content .counter {
  width: 8%;
}
.feeda-mp-top-charts .app-card .app-content .cont {
  width: 92%;
}
.my-account-container {
    max-width: 90%;
    margin: 0px auto;
  }
  .feeda-my-account-page {
    margin: 100px 0px 60px 0px;
  }
.login-signup-lightbox {
    top: 15%;
    width: 90%;
    left: 5%;
  }
  .feeda-my-account-page .update-profile-form .form-row .field.keypg {
  	width: 100%;
  }
  .feeda-my-account-page .update-profile-form .form-row .label.keypg {
  	display:none;
  }
.feeda-my-account-page .profile-info-box .update-info-links a {
  white-space: nowrap;
  margin: 5px 4px 5px 4px;
  display: inline-block;
}
.feeda-gpts-home .feeda-gpts-listing .feeda-gpts-listing-inner .feeda-gpts-box .feeda-gpts-box-inner {
  min-height: 290px;
}

}