/* large Layout: 1280px. */
@media only screen and (min-width: 1900px) {
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header .navbar-nav .nav-item .nav-link {
  }

  .hero h2 {
    font-size: 80px;
  }

  .hero h2 span {
    font-size: 120px;
  }

  .text-wrap h4 {
    font-size: 36px;
  }

  .single-icon h4 {
    font-size: 20px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.1s ease;
  }
  .navbar-collapse.show {
    opacity: 1;
    padding-top: 80px;
  }
  .header .navbar-nav .nav-item .nav-link {
    padding: 20px 0px;
    margin-left: 0px;
    font-size: 18px;
    max-width: 100%;
  }
  .hero h2 {
    font-size: 80px;
  }

  .hero h2 span {
    font-size: 102px;
  }

  .text-wrap h4 {
    font-size: 20px;
  }

  .profiles {
    margin-left: 0;
  }

  .fish-line-section .image {
    margin-bottom: 40px;
  }

  .yellow-wrap {
    text-align: center;
  }
  .single-testimonial:after {
    width: 100%;
  }

  .slider-inner {
    padding: 50px 30px;
    text-align: center;
  }

  .avatar {
    text-align: center;
    padding-top: 50px;
  }

  .avatar img {
    max-width: 250px;
    margin: 0 auto;
  }

  .top-label {
    margin-right: 0px;
  }

  .antibody-section p {
    font-size: 42px;
  }
  .contact-text {
    padding-left: 0px;
  }
  .antibody-bg .container::after {
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    background-position: center;
  }

  .tailored-box img {
    margin-bottom: 30px;
  }
  .wow {
    animation-name: none !important;
    visibility: visible !important; /* To make sure it's visible */
    opacity: 1 !important; /* To ensure element is fully opaque */
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 120px;
  }

  .header {
    margin-bottom: -10px;
  }

  .navbar-brand {
    margin-bottom: -50px;
  }

  .hero h2 {
    font-size: 50px;
  }

  .hero h2 span {
    font-size: 80px;
  }

  .text-wrap {
    padding-left: 40px;
  }

  .promise-top-txt {
    font-size: 22px;
    padding-bottom: 30px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .single-icon h4 {
    font-size: 18px;
  }

  .wrap-text {
    font-size: 20px;
  }

  .single-hurdle {
    padding-left: 35px;
  }

  .single-hurdle.right {
    padding-left: 0px;
    padding-right: 35px;
  }

  .fish-wrap {
    font-size: 16px;
  }

  .yellow-wrap {
    font-size: 16px;
  }

  .yellow-wrap-health {
    font-size: 18px;
  }

  .image-cells p {
    font-size: 18px;
  }

  .single-q {
    font-size: 18px;
  }

  .contact-text {
    padding-left: 0;
  }

  .footer {
    font-size: 18px;
  }
  .modal-content {
    padding: 80px 30px 40px;
  }

  .modal-content .contact-inner {
    font-size: 18px;
  }
  .quote {
    font-size: 20px;
  }

  .btns-wrap button {
    max-width: 95px;
  }

  .btns-wrap button:last-of-type {
    max-width: 70px;
  }

  .btns-wrap {
    padding-right: 20px;
  }

  .quote .name {
    font-size: 16px;
  }

  .avatar img {
    max-width: 150px;
  }

  .top-label {
    margin-bottom: 0px;
    font-size: 24px;
    padding: 20px;
  }

  .avatar {
    padding-top: 30px;
  }

  .slider-inner {
    padding: 30px 20px;
  }

  .yellow-brust-bg .section-title {
    padding-bottom: 0px;
  }

  .section-title.secondery h2 {
    font-size: 30px;
  }
  .hero .middle-text {
    font-size: 28px;
  }

  .antibody-bg .container::after {
    height: 60%;
    background-position: top center;
  }
  .single-box {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .tailored-box {
    padding: 25px;
    font-size: 20px;
    text-align: center;
  }

  .tailored-box a {
    font-size: 30px;
  }

  .bigger-text p {
    font-size: 22px;
  }
}
