@font-face {
  font-family: 'montserrat';
  src: url('../fonts/Montserrat.ttf');
  font-style: normal;
}

body {
  font-family: 'montserrat';
}

/************** MENU **************/
.panel {
  position: fixed;
  right: -15.625em; /*left or right and the width of your navigation panel*/
  width: 15.625em; /*should match the above value*/
}

#menu {
  font-family: 'montserrat';
  background-color: #258C91;
  color: #fff;
}

#menu li {
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
}

#menu a {
  display: block;
  font-size: 1.2rem;
  width: 200px;
  padding: 12px 0 18px 0;
  line-height: 1.4rem;
}


/************** HEADER **************/
header {
  position: fixed;
  background-color: #258C91;
  padding: 22px 0 22px 0;
}

header .logo img {
  width: 150px;
}

header .navbar-menu {
  margin-right: 100px;
}

header .navbar-item {
  display: inline-block;
  margin: 0 10px;
  padding: 0 10px;
  color: white;
}

header .btn-schedule {
  background-color: white;
  color: #1C5F5F;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

header .btn-schedule img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

/************** HERO **************/
.hero-content .left {
  padding-right: 20px;
}

.hero-title {
  font-size: 3.1rem;
  line-height: 3.8rem;
  margin-top: 4rem;
}

.hero-title strong {
  color: #258C91;
}

.hero-subtitle {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #6C6C6C;
  margin-top: 1rem;

}

.hero-content .right .item-img-01,
.hero-content .right .item-img-02,
.hero-content .right .item-img-03 {
  border-radius: 20px;
  width: 100%;
  height: 17rem;
  background-color: #efefef;
}

.hero-content .right .item-img-02,
.hero-content .right .item-img-03 {
  height: 12rem;
}

.hero-content .btn-schedule {
  background-color: #258C91;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 260px;
  margin-top: 1.6rem;
}

.hero-content .btn-schedule img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.item-img-01 {
  background-image: url('../img/beauty-physiotherapist-doing-osteopathic.png');
  background-size: cover;
}

.item-img-02 {
  background-image: url('../img/chiropractic-osteopathy-manual-therapy.png');
  background-size: cover;
}

.item-img-03 {
  background-image: url('../img/chiropractor-massaging-back.png');
  background-size: cover;
}

.item-img-04 {
  background-image: url('../img/senior-man-having-chiropractic-adjustment.png');
  background-size: cover;
}


/************** ABOUT **************/
.about {
  background-color: #E8F4F7;
}

.about .left img {
  width: 80%;
}

.about-title {
  font-size: 2.1rem;
  line-height: 2.8rem;
}

.about-subtitle {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #6C6C6C;
  margin-top: 1rem;
}

.about-buttons {
  margin-top: 2rem;
}

.about-buttons img {
  width: 45px;
}

.about-buttons span {
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-left: 12px;
}

.about-content {
  margin-top: 1.2rem;
}

.about-content .btn-schedule {
  background-color: #258C91;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 260px;
  margin-top: 2.6rem;
}

.about-content .btn-schedule img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

/************** TREATMENTS **************/
.treatments-title {
  font-size: 2.1rem;
  line-height: 2.8rem;
}

.treatments-subtitle {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #6C6C6C;
  margin-top: 1rem;
}

.treatment-item {
  height: 200px;
  border-radius: 20px;
  background-color: #efefef;
}

.treatments .btn-schedule {
  background-color: #258C91;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 260px;
  margin-top: 2.6rem;
}

.treatments .btn-schedule img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.treatment-item-title {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

/************** TESTIMONIALS **************/
.testimonial-title {
  font-size: 2.1rem;
  line-height: 2.8rem;
}

.testimonial-subtitle {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #6C6C6C;
  margin-top: 1rem;
}

.testimonial .btn-schedule {
  background-color: #258C91;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  width: 260px;
  margin-top: 2.6rem;
  height: fit-content;
}

.testimonial .btn-schedule img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.testimonial .item {
  border-radius: 20px;
  background-color: #E8F7F5;
}

.testimonial .item-description {
  border-radius: 16px;
  background-color: #F8FAFC;
  height: 260px;
}

.icon-rating {
  width: 100px;
}

.testimonial .item-author {
  margin-top: 1rem;
  margin-left: 1rem;
}

.testimonial .item-author-name {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 500;
}

/************** FOOTER **************/
.footer-top {
  background-color: #258C91;
  padding: 22px 0 22px 0;
}

.footer-phone, .footer-location {
  width: 400px;
  color: white;
  font-size: 0.9rem;
}

.footer-logo  {
  width: 150px;
}

.footer-icon {
  width: 45px;
  height: 45px;
}

.phone,
.location {
  font-weight: 600;
}

/* max-width: 768px */
@media screen and (max-width: 768px) {
  .treatment-item,
  .testimonial .item-description {
    height: inherit;
  }

  .footer-phone {
    width: 200px;
  }

  .footer-location {
    width: 320px;
  }
}