/* Media 480Px Start */
@media (max-width: 999px) {
  .single-title { margin-bottom: 30px; }
  .simple-btn {
    padding: 0 15px;
    font-size: 15px;
  }
  .button-wrapper { flex-wrap:wrap; }
  .intro-image { text-align: center; }
  .intro-image img { width: 300px; height:300px; }
  .tabs-animation, figure.table {
    width: 100%;
    overflow: auto;
  }
  .tabs-animation table,
  figure.table table {
    width: 1200px;
    max-width: 1200px;
  }
  .tabs-animation.details-tables table {
    width: 100%;
    max-width: 100%;
  }
  .st-header-wrap .row {
    flex-wrap: nowrap;
  }
  .navbar-toggler {
    border: 1px solid #f05554;
    width: 45px;
    height: 38px;
    padding: 1px 0 0;
  }
  .navbar-collapse {
    position: absolute;
    right: 0;
    top: 100%;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px 20px;
  }
  .navbar-nav li button { padding: 0 0 10px; }
  .st-nav ul li {
    margin: 0;
  }
  .banner-layer section h1 {
    font-size: 32px;
  }
  .banner-layer section p {
    font-size: 14px;
    line-height: 20px;
  }
  .banner-layer section {
    height: unset;
    padding: 80px 0;
  }
  .st-main-content {
    padding: 50px 0 20px;
  }
  .about-intro {
    margin-bottom: 30px;
  }
  .list-wrapper {
    margin-bottom: 20px;
  }
  .list-wrapper-full {
    padding: 50px 0 30px;
  }
  .about-intro-full {
    padding-bottom: 50px;
  }
  .comments-wrapper section {
    flex-direction: column;
  }
  .comments-wrapper ul:before {
    display: none;
  }
  .comments-wrapper p {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
  }
  .comments-wrapper figure:before,
  .comments-wrapper figure:after {
    display: none;
  }
  .comments-wrapper figure {
    margin-bottom: 10px;
  }
  .footer-social li a {
    font-size: 20px;
  }
  .founder-applicationfull .inner-login-wrap {
    margin-bottom: 20px;
  }
  .inner-login-wrap {
    padding: 30px 30px 20px;
  }
  .login_logo_wrap h1 {
    font-size: 20px;
  }
  .subheader-wrap {
    padding: 25px 0;
/*    height: 20vh;*/
  }
  .subheader-wrap h1 {
    font-size: 25px;
  }
  .profile-wrapper { padding: 20px; }
}

@media (max-width: 999px) {
  .st-footer-logo a p { font-size: 36px; }
  .st-footer-logo a img { max-width:110px; }
}
/* Media 0px Start */
@media (max-width: 767px) {
  .home-info { max-width:100%; }
  .tabs-animation.details-tables table {
    width: 600px;
    max-width: 600px;
  }
  .tabs-animation.details-tables table tr th {
    width: 50%;
  }
  .st-login-wrapper { padding: 50px 10px; }
  .widget-wrap {
    max-width: 100%;
  }
  .widget-wrap ul {
    display: flex;
    justify-content: space-between;
  }
  .st-footer-logo { margin-bottom: 20px; }
}

@media (max-width: 600px) {
  .alert { max-width: 100% !important; text-align: center; }
  .inner-login-wrap .simple-btn { font-size:15px; }
  .days-cul {
        max-width: 90%;
    margin: 0 auto;
  }
  .coming-soon-wrap p {
      margin: 0 0 30px;
      font-size: 18px;
      line-height: 26px;
  }
  .coming-soon-wrap h1 { font-size: 45px; }
  .days-cul li { flex: 0 0 50%; }
.days-cul li.second,
.days-cul li.minutes { display:none; }

.flip-item-hours:before,.flip-clock-container li.flip-item-seconds,.flip-clock-container li.flip-item-minutes { display:none; }
.paypal { margin-bottom: 30px !important; }
.paypal img { max-width: 200px;}
  .button-wrapper {
    flex-direction: column;
  }
  .button-wrapper .simple-btn { width:100%; }
  .profile-wrapper ul li { width: 100%; }
  .price_plane ul { flex-direction: column; }
  .price_plane ul li { width: 100%; }
  .widget-wrap ul {
    display: inline-block;
  }
  .inner-login-wrap ul li {
    width: 100%;
  }
  .widget-wrap {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .st-footer-logo {
    margin-bottom: 20px;
  }
 /* .st-footer-logo a img {
    max-width: 150px;
  }*/
  .widget-wrap.widget-wrap-graph {
    margin-bottom: 0;
  }
  .copy_rights .container {
    flex-direction: column;
  }
  .list-wrapper {
    margin-bottom: 20px;
  }
  .comments-wrapper-full h2 {
    font-size: 30px;
  }
}

/* Media 991px Start */
@media screen and (min-width: 991px) and (max-width: 1054px) {
}
