@media only screen and (max-device-width: 1399px){}
@media only screen and (max-device-width: 1200px){}
@media only screen and (max-device-width: 991px){
  .navbar-ui-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background-color: white;
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
    overflow: auto;
    border-radius: 0px 22px 22px 0px;
    padding: 14px 6px 20px 20px;
    box-shadow: 4px 1px 20px 0px #0000000d;
  }
  .navbar-ui-wrapper.active {
      transform: translateX(100%);
  }
  .navbar-pro-inner .navbar-toggler{
    background: var(--primary-color);
    height: 38px;
    width: 38px;
    border: none;
    border-radius: 100%;
    color: var(--white-color);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-ui .close-toggle{
    background: transparent;
    height: 36px;
    width: 36px;
    min-width: 36px;
    border-radius: 100%;
    color: var(--primary-color);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
  }
  .navbar-pro-inner .navbar-ui li .nav-item {
    font-size: 14px;
    display: flex;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 2px;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-pro-inner .navbar-ui li .nav-item:hover, 
  .navbar-pro-inner .navbar-ui li .nav-item.active {
    background: #ff4e880f;
  }
}
@media only screen and (max-device-width: 768px){
  .header-banner-pro .header-banner{
    height: 200px;
  }
  .header-apps-icon img{
    width: 120px;
  }
  .stories-left-img .couple-stories{
    border-radius: 20px 20px 0px 0px;
  }
  .stories-right-contents{
    border-radius: 0px 0px 20px 20px;
  }
}
@media only screen and (max-device-width: 570px){
  .header-banner-pro .header-banner{
    height: 174px;
  }
  .top-profile-img .profile-img{
    height: 300px;
  }
  .success-stories-slider .slick-prev,
  .last-profile-slider .slick-prev{
    left: 0;
  }
  .success-stories-slider .slick-next,
  .last-profile-slider .slick-next{
    right: 0;
  }
  .whyappsiinnernai {
    border-radius: 20px;
    padding: 22px;
  }
  .apps-playstore-mng img{
    width: 100%;
  }
  .success-stories-slider .slick-dots{
    bottom: -20px;
  }
  .footer-inner-pro-bg {
    padding: 24px;
    border-radius: 22px;
  }
  .best-apps-boxbg{
    margin-top: 140px;
  }
  .best-apps-boxbg .right_Appsmockups {
    margin-top: -140px;
  }
}