/*mobile view*/

@media(max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
  h1 {
    font-size: 32px;
    line-height: 45px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h2.big {
    font-size: 36px;
    line-height: 44px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h3.big {
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  h5 {
    font-size: 15px;
    line-height: 20px;
  }
  p, p.big {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1rem;
  }
  .brand-logo img {
    max-height: 80px;
  }
  .owl-carousel .owl-item {
    text-align: center;
  }
  .main-padding,
  .main-padding-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main-padding-top {
    padding-top: 40px;
  }
  .main-padding-bottom {
    padding-bottom: 40px;
  }
  .navbar {
    padding: 20px 0;
  }
  .navbar-collapse {
    display: flex;
  }
  .banner-wrapper {
    min-height: auto;
    height: 500px;
  }
  .icon-row img {
    max-width: 50px;
  }
  .owl-nav {
    text-align: center;
    margin-top: 1rem;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    left: auto;
    right: auto;
    margin: 0 20px;
  }
  .small-img {
    max-width: 350px;
    max-height: 350px;
    margin: 0 auto;
  }
  .row-icons img {
    margin-bottom: 20px;
  }
  .row-icons {
    text-align: center;
  }
  footer {
    padding: 20px 0;
  }
  footer ul {
    justify-content: center;
    display: block;
    text-align: center;
  }
  footer ul li {
    margin-bottom: 15px;
    border: none !important;
  }
  footer ul li.border-left,
  footer ul li.border-right {
    border: none !important;
  }
}


/*small device*/

@media(max-width: 480px) {
  .small-img {
    max-width: 250px;
    max-height: 300px;
  }
}


/*tablet view*/

@media(min-width: 768px) and (max-width: 1366px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  h2 {
    font-size: 50px;
    line-height: 58px;
  }
  h2.big {
    font-size: 80px;
  }
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
  h3.big {
    font-size: 40px;
    line-height: 50px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  p, p.big {
    font-size: 20px;
    line-height: 27px;
  }
  .main-padding,
  .main-padding-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main-padding-top {
    padding-top: 80px;
  }
  .main-padding-bottom {
    padding-bottom: 80px;
  }
  .banner-wrapper {
    min-height: 500px;
  }
  .small-img {
    max-height: 400px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}

@media (max-width: 959px) {
  footer ul {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
  .navbar .container {
    max-width: 1160px;
  }
}