

/* ============ 992 min start ============ */
/* ============ 992 max start ============ */
@media (max-width: 992px) {
 

  header .container .logo {
    flex: inherit;
    order: -2;
  }

  header .container .logo img {
    height: 45px;
  }

  header .container nav {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #070b28;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 300ms;
    flex: inherit;
    max-width: 250px;
    padding-top: 100px;
    z-index: 3;
    overflow-x: auto;
  }

  header .container nav.active {
    opacity: 1;
    visibility: visible;
  }

  header .container .menu {
    display: block;
  }

  header .container .menu li {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  header .container .menu li a {
    color: #fff;
    display: block;
    font-size: 22px;
  }

  header .container .menu li::before {
    display: none;
  }

  .menu-trigger {
    display: inline-block;
  }


 
  .mt-30 {
    margin-top: 30px
  }
  

  li.join-btn {
    border-bottom: none !important;
  }
}

/* ============ 992 max end ============ */

/* ============ 991 max start ============ */
@media (max-width: 991px) {
  .main-timeline .date-content {
    margin-top: 35px
  }

  .main-timeline .date-content:before {
    width: 29%
  }

  .main-timeline .timeline-content {
    padding: 10px 0 10px 30px
  }

  .main-timeline .title {
    font-size: 17px
  }

  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 10px 30px 10px 0
  }

  .distributer-section {
    margin-top: 25px;
  }

}

/* ============ 767 min end ============ */
/* ============ 767 max start ============ */
@media only screen and (max-width: 767px) {

  .main-timeline:before {
    margin: 0;
    left: 7px
  }

  .main-timeline .timeline {
    margin-bottom: 30px
  }

  .main-timeline .timeline:last-child {
    margin-bottom: 0
  }

  .main-timeline .icon {
    margin: auto 0
  }

  .main-timeline .date-content {
    width: 95%;
    float: right;
    margin-top: 0
  }

  .main-timeline .date-content:before {
    display: none
  }

  .main-timeline .date-outer {
    width: 110px;
    height: 110px
  }

  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
    width: 110px;
    height: 110px
  }

  .main-timeline .date {
    top: 30%
  }

  .main-timeline .year {
    font-size: 24px
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: 95%;
    text-align: center;
    padding: 10px 0
  }

  .main-timeline .title {
    margin-bottom: 10px
  }

  .section-heading h2 {
    font-size: 50px;
  }

}

/* ============ 767 max end ============ */
/* ============ 575 start ============ */
@media (max-width: 575px) {
  .footer-logo {
    width: 40%;
  }

  .section-heading h2 {
    font-size: 40px;
  }

  .subscribe-wrapper .section-heading.text-center h2 {
    font-size: 28px;
  }

  .section-heading>p {
    font-size: 14px;
  }

  .who-we-contant h4 {
    font-size: 24px;
  }


}

/* ============ 575 end ============ */
@media(max-width: 500px) {
  .subscribe-section input {
    min-width: 100%;
    margin-bottom: 10px;
  }

  .subscribe-wrapper {
    padding: 60px 20px;
  }

  .subscribe-section {
    display: inherit;
  }

}

/* ============ 480 start ============ */
@media (max-width: 480px) {
  .footer-logo {
    width: 40%;
  }

}
