/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  .owl-carousel .owl-nav .owl-prev {
    left: -1em;
  }
  .owl-carousel .owl-nav .owl-next {
    right: -1em;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  section {
    padding: 60px 0 90px;
  }
  section#main {
    padding: 60px 0 100px;
  }
  section#main .bg-green p {
    margin-bottom: 0;
  }
  #main_carousel {
    max-width: 100%;
    margin-bottom: 0;
  }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  header {
    min-height: 150px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  }
  h2 {
    font-size: 2.8em;
    line-height: 1.3em;
    font-weight: 700;
  }

  #main .offers .guard {
    margin-bottom: 0;
  }
  #support .title {
    margin: 0;
  }
  #support .title .icon {
    width: 160px;
  }
  #support .title .content {
    font-size: 1.4em;
    line-height: 1.2em;
    max-width: 300px;
  }
  #support .title .content h2 {
    margin-bottom: .5em;
    font-size: 2em;
  }

  #monitoring .left {
    padding-bottom: 0;
  }
  #monitoring .flex {
    padding-left: 2.3em;
  }
  #monitoring_slider .owl-item .card {
    border-left: solid 2em #B9DAE9;
  }
  #monitoring .stat {
    display: flex;
  }
  #monitoring .stat .item {
    height: 100%;
    padding: 0 1em;
    max-width: 33.33%;
    min-width: 33.33%;
    border-bottom: 0;
    border-right: solid 1px #424241;
    margin: auto;
  }
  #monitoring .stat .item:last-child {
    border: 0;
  }
  #monitoring .stat p {
    width: 100%;
  }

  #become_partner .content {
    max-width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #become_partner .left {
    margin-bottom: 0;
  }
  #become_partner .left .btn {
    width: 180px;
  }

  #partners_logo {
    padding: 70px 0 80px;
  }
  #partners_logo img {
    max-width: 170px;
    max-width: 80%;
    height: auto; width: auto;
    margin: auto;
    max-height: 80px;
  }

  footer .container>div {
    align-items: center;
    padding-top: 2em;
  }
  footer .container>div .menu ul {
    display: flex;
  }
  footer .container>div .menu ul li {
    margin-bottom: 0;
  }

}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

  #main .card.card-4 .after-delim:after {
    left: auto; top: 0; right: 0; bottom: 0;
    width: 1px; height: 100%;
  }

}
