/* Less than 1024px */
@media (max-width: 1024px) {
  .hero-banner {
    padding: 120px 0;
  }

  .hero-banner .hero-img-container img {
    height: 260px;
  }

  .hero-banner .hero-content h1 {
    font-size: 54px;
  }

  .hero-banner .video-wrapper {
    width: 420px;
    height: 300px;
    margin-left: 0px;
  }

  /* ---------------------------- */
  .logo-bar .logobar-content h5 {
    font-size: 24px;
  }

  .logobar-img-container {
    height: 100px;
  }

  .logobar-img-container img {
    margin-left: 20px;
  }

  /* ---------------------------- */
  .call-to-action .row {
    width: 100%;
  }

  /* ---------------------------- */
  .fdo-card {
    padding: 40px 24px;
  }

  .fdo-card .img-container {
    width: 120px;
    height: 120px;
  }

  .fdo-card .img-container img {
    height: 60%;
  }

  /* ---------------------------- */

  .details-page-sec p {
    font-size: 16px;
  }

  .about ul,
  .main-content-section ul {
    font-size: 16px;
  }

  /* ---------------------------- */

  /* ---------------------------- */

  /* ---------------------------- */

  /* ---------------------------- */
}

/* Less than 768px */
@media (max-width: 768px) {
  .sec-padding-lg {
    padding: 80px 0;
  }

  .section-header {
    text-align: center;
    margin-bottom: 50px;
  }

  /* ---------------------------- */

  .navbar .nav-item {
    margin-top: 20px;
  }

  .navbar .nav-link {
    line-height: 40px;
    padding: 0 !important;
  }

  .login-btn {
    margin: 0;
  }

  /* ---------------------------- */

  .hero-banner {
    padding: 100px 0;
    text-align: center;
  }

  .hero-banner .hero-content {
    margin-bottom: 30px;
  }

  .hero-banner .hero-content p.description {
    width: 70%;
    margin: 0 auto;
  }

  .hero-banner .video-wrapper {
    margin: 0 auto;
    width: 600px;
    height: 360px;
  }

  .hero-banner .hero-img-container {
    justify-content: center;
  }

  /* ---------------------------- */

  .logo-bar {
    text-align: center;
  }

  .logo-bar .logobar-content h5 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .logobar-img-container {
    justify-content: center;
  }

  /* ---------------------------- */

  .home-about {
    text-align: center;
  }

  /* .main-content-section.about {
      text-align: left !important;
    } */

  /* ---------------------------- */

  .call-to-action {
    text-align: center;
  }

  .call-to-action .about-content {
    text-align: unset;
    margin-top: 30px;
    justify-content: center;
  }

  /* ---------------------------- */

  .dfs-guide .fdo-card {
    min-height: 140px;
  }

  /* ---------------------------- */

  .important-links ul {
    grid-template-columns: 1fr;
  }

  /* ---------------------------- */

  .pricing-wrapper .pricing-container {
    width: 100%;
  }

  /* ---------------------------- */

  .features .fdo-card {
    min-height: 165px;
  }

  /* ---------------------------- */

  .footer .description {
    width: 100%;
  }

  .footer p.description {
    width: 100%;
  }

  /* ---------------------------- */
}

/* Less than 414px */
@media (max-width: 576px) {
  .sec-title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .d-xs-none {
    display: none;
  }

  .sec-padding-lg {
    padding: 50px 0;
  }

  /* ---------------------------- */

  .hero-banner {
    text-align: center;
    padding: 60px 0;
  }

  .hero-banner .hero-img-container {
    justify-content: center;
    margin-top: 20px;
  }

  .hero-banner .hero-content p.description {
    width: 100%;
  }

  .hero-banner .video-wrapper {
    margin: 0 auto;
    width: calc(100% - 20px);
    height: 320px;
    margin-left: 10px;
  }

  /* ---------------------------- */

  .logobar-img-container {
    flex-direction: column;
  }

  /* ---------------------------- */

  .footer .logo {
    width: 90%;
    height: auto;
  }

  .footer .navbar-nav {
    margin-top: 40px;
    flex-direction: column;
  }

  .footer .navbar-nav .nav-link,
  .copyright-section .navbar-nav .nav-link {
    line-height: 44px;
  }

  .copyright-section {
    text-align: center;
  }

  /* .copyright-section .inner-content {
    display: unset;
  } */

  .copyright-section .navbar-nav {
    /* display: unset;
    flex-direction: column; */
    display: none;
  }

  .copyright-section p {
    width: 100%;
  }

  /* ---------------------------- */
  .pricing-wrapper .pricing-container {
    flex-direction: column;
  }

  /* ---------------------------- */

  /* ---------------------------- */
}

/* Less than 375px */
@media (max-width: 450px) {
  p {
    font-size: 16px;
  }

  .sec-title {
    font-size: 32px;
    margin-bottom: 14px;
  }

  /* ----------------------------- */

  .menu-icon {
    width: 32px;
    height: 26px;
  }

  .navbar .navbar-brand img {
    height: 50px;
  }

  /* ----------------------------- */
  .hero-banner .hero-content h1 {
    font-size: 44px;
  }

  .hero-banner .video-wrapper {
    margin: 0 auto;
    width: calc(100% - 20px);
    height: 240px;
    margin-left: 10px;
  }

  .hero-banner .video-wrapper::after {
    display: none;
  }

  .hero-banner .hero-img-container {
    margin-top: 0;
  }

  .hero-banner .hero-img-container img {
    height: 180px;
  }

  /* ----------------------------- */

  .logobar-img-container {
    height: 100% !important;
  }

  .logobar-img-container img {
    margin-left: 0;
    height: 100px;
  }

  .logo-bar .logobar-content h5 {
    font-size: 20px;
  }
  /* ----------------------------- */

  .call-to-action .cta-title {
    font-size: 36px;
  }

  /* ----------------------------- */

  .fdo-card {
    min-height: unset;
  }

  /* ----------------------------- */

  .section-header,
  .features .section-header {
    text-align: center;
    margin-bottom: 20px;
  }

  .dfs-insight .fdo-card {
    margin-top: 20px;
  }

  .dfs-insight .btn-box {
    margin-top: 30px;
  }

  .btn-outline {
    line-height: 48px;
    /* padding: 0 20px;
    font-size: 14px; */
    font-weight: 500;
    font-size: 18px;
  }

  .dfs-guide .fdo-card h4 {
    font-size: 18px;
  }

  /* ----------------------------- */

  .dfs-guide .fdo-card {
    justify-content: center;
    margin-top: 20px;
    min-height: unset;
  }

  /* ----------------------------- */

  .main-content-section .sec-title {
    font-size: 24px;
  }

  .main-content-section h4 {
    font-size: 18px;
  }

  .main-content-section p {
    line-height: 1.3;
  }

  .section .about-content .list-group ul li {
    line-height: 1.5;
  }

  .important-links ul li {
    margin-bottom: 16px;
  }

  .important-links ul li a {
    margin-left: 4px;
    font-size: 14px;
    line-height: normal;
  }

  .main-content-section img {
    width: 100%;
    height: auto;
  }
  .main-content-section .about-img-container,
  .main-content-section .about-img-container.logo-img {
    height: auto;
    margin-right: 0;
  }

  /* ----------------------------- */

  .pricing-offer .cta-title {
    font-size: 18px;
  }

  .call-to-action::after {
    display: none;
  }

  .features .fdo-card {
    margin-bottom: 0;
  }

  /* ----------------------------- */

  /* ----------------------------- */
}
