@font-face {
  font-family: "CircularStdBook";
  src: url("../fonts/CircularStdBook.eot");
  src: url("../fonts/CircularStdBook.eot") format("embedded-opentype"),
    url("../fonts/CircularStdBook.woff2") format("woff2"),
    url("../fonts/CircularStdBook.woff") format("woff"),
    url("../fonts/CircularStdBook.ttf") format("truetype"),
    url("../fonts/CircularStdBook.svg#CircularStdBook") format("svg");
}
.owl-next:focus,
.owl-prev:focus {
  outline: none;
}
@media (max-width: 321px) {
  .comment {
    font-size: 15px;
  }
}
body {
  font-family: CircularStdBook;
  color: #646580;
  font-size: 16px;
  height: 100%;
}
html {
  height: 100%;
}
body,
html {
  overflow-x: hidden;
}
.navbar-default {
  background-color: #ffff;
  border: 0px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
input::placeholder {
  color: #bbbcc9;
  font-size: 88%;
}
/* mobile */
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #23405e;
  }
  h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }
  h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  h3 {
    font-size: 32px;
    color: #23405e;
    font-weight: bold;
  }
  p {
    font-size: 16px;
    text-align: center;
  }
}
/* tablets */
@media (min-width: 768px) {
  h1 {
    font-size: 27.5px;
    font-weight: bold;
    text-align: left;
    color: #23405e;
  }
  h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: inherit;
  }
  h4 {
    font-size: 14px;
  }
  h3 {
    font-size: 22.5px;
    color: #23405e;
    font-weight: 900;
  }
  p {
    font-size: 11px;
    text-align: left;
  }
}
/* medium devices */
@media (min-width: 992px) {
  h1 {
    font-size: 55px;
    font-weight: bold;

    color: #23405e;
  }
  h2 {
    font-size: 32px;
  }
  h4 {
    font-size: 21px;
  }
  h3 {
    font-size: 32px;
    color: #23405e;
    font-weight: 900;
  }
  p {
    font-size: 17px;
  }
}
/* large devices */
@media (min-width: 1400px) {
  h1 {
    font-size: 55px;
    font-weight: bold;

    color: #23405e;
  }
  h2 {
    font-size: 32px;
  }
  h4 {
    font-size: 25px;
  }
  h3 {
    font-size: 45px;
    color: #23405e;
    font-weight: 900;
  }
  p {
    font-size: 21px;
  }
}
