@media screen and (max-width: 1024px) {
  #header .header-content {
    width: 90%; }

  .nav-toggle {
    display: block; }

  .navigation {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    }
    .navigation .primary-nav {
      position: relative;
      top: 45%;
      -moz-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
      -webkit-transform: translateY(-45%);
      transform: translateY(-45%);
      float: none;
      }
    .navigation li {
      display: block;
      margin-bottom: 20px; }
    .navigation a {
      display: block;
      font-size: 25px;
      margin: 0;
      text-align: center; }

  .person {
    margin: 0 auto 50px; }
    .person-content {
      text-align: center; }
    .person .social-icons li {
      display: inline-block;
      float: none;
      margin-bottom: 5px; }

  .testimonials blockquote {
    padding: 20px 5% 0; }
  .testimonials p {
    font-size: 26px; }

  .flex-control-nav {
    bottom: 20px; } }
@media screen and (max-width: 768px) {
  .banner-text {
    padding-top: 30%;
    width: 90%;
    }
    .consultation-item {
      height: auto;
  }
  .consultations-carousel .slick-prev {
    top: -16%;
    left: 60px;
right: auto;

  }

  .consultations-carousel .slick-next {

    top: -16%;
    left: 12px;


}

.guides-carousel .slick-prev {
  top: -6%;
  left: 60px;
right: auto;
}

.guides-carousel .slick-next {
  top: -6%;
  left: 12px;
}

.guide-image {
  width: 100%;
  margin-left: 0;
  height: auto !important;
}
.guide-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.4rem;
}

.guide-item {
  flex-wrap: wrap;
  height: 100%;
}

.guide-content {
  width: auto;
  padding: 1rem;
  margin: 0;
}

.book-content {
  flex-wrap: nowrap;
}

.book-cover {
  width: 50%;
  margin-bottom: 0rem;
}

.book-content .book-information {
  width: 50%;
  padding: 1rem;
  height: auto;
}

.book-cover img {
  height: 290px;
}

.book-content .book-information .category {
  font-size: 1.2rem;
}

.section-library {
  padding-top: 0;
}

.guides-section {
  padding-bottom: 0;
}

.section-library .col-md-7 {
  margin-left: 15px;
  margin-right: 15px;
}

.section-library .col-md-7 .row:first-child {
  display: flex;
  align-items: center;
}

.section-library .col-md-7 .row:first-child .col-md-8 {
  width: 50%;
}

.section-library .col-md-7 .row:first-child .col-md-4 {
  width: 50%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.guides-section .row:first-child {
  display: flex;
  align-items: center;
  margin-bottom: 7rem;

}

.guides-section .row:first-child .col-md-8 {
  width: 50%;
}

.guides-section .row:first-child .col-md-4 {
  width: 50%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.consultation-item .btn-full-access {
  visibility: visible;
  bottom: 5rem;
}

.consultations-list .row .row {
  margin: 0;
}

.details-page .row .row {
  margin: 0;
}

.consults-items {
  margin: 0;
}
.consultation-item.inner {
  width: 100%;
  background: rgb(255 255 255);
  border: 1px solid #ebebeb;
}

.consultations-list .row {
  margin: 0;
}

.breadcrumb-website .row {
  margin: 0;
}

#header .logo img {
  width: 70px;
  margin-left: 10px;
}

body {
  overflow-x: hidden;
}


    .banner-text h1 {
      font-size: 42px; }
    .banner-text p {
      font-size: 18px; }

  .flexslider {
    padding-bottom: 80px; }

  .flex-control-nav {
    width: 100%; }

  .footer .footer-col {
    margin-bottom: 50px; } }
@media screen and (max-width: 640px) {
  .banner-text {
    padding-top: 35%; } }
@media screen and (max-width: 480px) {
  .banner-text {
    padding-top: 45%; }
    .banner-text h1 {
      font-size: 32px; } }
@media screen and (max-width: 320px) {
  .banner-text {
    padding-top: 55%; }

  .testimonials blockquote {
    padding: 20px 5% 0; }
  .testimonials p {
    font-size: 26px; } }
