/*
    Theme Responsive Design
*/

@media (max-width: 1024px) {
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
  .hero_section {
    padding-top: 30%;
    height: auto;
  }
  .feature_list.feature_left {
    text-align: left;
    margin-bottom: 15px;
  }
  .icon-span {
    margin-right: auto !important;
    margin-left: unset !important;
  }
  .img-circle-2 {
    margin-top: 85px;
  }
  .sm-padding {
    padding: 15px;
  }
  .feature_list,
  .about_content {
    padding: 0;
  }
  .hero_mockup {
    background-position: 120% center;
  }
  ul.nav > li > a {
    padding: 0 5px;
    font-size: 12.5px;
  }
  .feature_list .circle {
    display: none;
  }
  .feature_list li:last-child {
    margin-bottom: 0;
  }
  .download_mockup {
    right: -260px;
  }
}
/* ---- End of max-width 992px CSS ---- */

/* ---- Start of min-width 480px and max-width 768px CSS ---- */
@media all and (min-width: 480px) and (max-width: 768px) {
}
/* ---- End of min-width 480px and max-width 768px CSS ---- */

/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 767px) {
  body,
  p {
    font-size: 12px;
    line-height: 22px;
  }
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 16px;
  }
  .mock-hide,
  p br {
    display: none;
  }
  .padding {
    padding: 60px 0;
  }
  .xs-padding {
    padding: 15px;
  }
  .navbar-brand {
    padding: 17px 0;
  }
  .menu-btn,
  .menu-wrap ul.nav {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .hero_section {
    height: auto;
    padding-top: 41%;
  }
  .cta_section.overlay:before {
    width: 100%;
  }

  .video_section {
    padding: 100px 0;
  }
  .testimonial_items .owl-nav div {
    left: 0;
  }
  .testimonial_items .owl-nav div.owl-next {
    right: 0;
  }
  .download_mockup {
    display: none;
  }
  .download_section:after {
    bottom: -100px;
  }
  .social_link li {
    margin-bottom: 5px;
  }
  #scroll-to-top {
    right: 20px;
    bottom: 20px;
  }
  .btn_group a {
    display: block;
    width: fit-content;
    margin-bottom: 20px;
  }
  .img-circle {
    width: 300px;
    height: 300px;
  }

  .screen-shots img {
    width: 70% !important;
    margin: auto;
    display: block;
  }
  .screenshot_section .owl-nav-2 .owl-nav .owl-prev {
    left: 0;
  }
  .screenshot_section .owl-nav-2 .owl-nav .owl-next {
    right: 0;
  }
  .logo-img {
    width: 115px;
  }
  .promo_content p {
    font-size: 16px !important;
  }
}
/* ---- End of max-width 767px CSS ---- */

/* ---- Start of max-width 520px CSS ---- */
@media all and (max-width: 520px) {
  .subscribe_form {
    width: 100%;
  }
  .img-circle {
    width: 280px;
    height: 280px;
  }
}
/* ---- End of max-width 520px CSS ---- */

/* ---- Start of max-width 420px CSS ---- */
@media all and (max-width: 420px) {
}
/* ---- End of max-width 420px CSS ---- */

/* ---- Start of max-width 380px CSS ---- */
@media all and (max-width: 380px) {
}
/* ---- End of max-width 380px CSS ---- */
