:root {
  --white-color: #ffffff;
  --book-text-color: #00798e;
  --dark-color: #000000;
  --section-color: #f8e5e4;
}
p {
  color: var(--dark-color);
}
.navbar-brand img {
  height: 80px;
}
.btn-primary:hover {
  background: #a1408a;
  color: #ffffff;
}
.kids-active-btn {
  background: #f43939;
}
.is-sticky .menu,
.homepage-two .is-sticky .menu {
  background: var(--white-color) !important;
}
.color-span {
  color: var(--book-text-color);
}
.header-text {
  min-height: 0px !important;
}
.header-text p {
  padding: 12px 0px 8px 0px;
  font-weight: bold;
}
.about-text {
  font-weight: bold !important;
}
.activities {
  background: none !important;
  background-color: var(--section-color) !important;
}
.activities .section-title h2 {
  color: var(--dark-color);
}
section,
.testimonial {
  padding: 45px 0px;
}
.book-img {
  max-width: 100%;
  width: 310px;
  height: auto;
}
.section-title {
  margin-bottom: 40px;
}
.activities-single-box p {
  padding-right: 0px !important;
}
.activities-single-box {
  padding: 16px;
  /* padding: 30px 30px 20px 40px; */
}
.testimonial .section-title {
  padding-top: 0px;
}
.homepage-two-bottom {
  padding: 0px;
}
.testimonial .section-title h2 {
  color: var(--dark-color);
}
.activities-single-box:hover {
  background: #f43939;
  cursor: auto;
}
.pagetoreview .slider-team {
  padding: 35px 30px;
  cursor: auto;
}
/* .call-to-action-img{
  margin-top:-165px;
} */
.call-to-action-img img {
  max-width: 100%;
  width: 300px;
  height: auto;
}
.call-to-action {
  background: #f8e5e4;
}
.call-to-action-text h3,
.call-to-action-text p {
  color: var(--dark-color);
}
header {
  background: var(--section-color);
}
footer {
  padding: 30px 0 10px 0;
}
footer h4 {
  margin-bottom: 0px;
}

.section-title p {
  font-weight: bold;
  color: var(--dark-color);
}
.about-text {
  padding: 0px;
}
.homepage-box-single {
  cursor: auto;
}
.footer-social i.fa-youtube {
  padding: 10px 12px;
}
.footer-social i.fa-youtube:hover {
  color: #f43939;
}
.footer-social ul li i {
  border-radius: 23%;
}
.footer-nav {
  color: #ffffff !important;
  padding: 10px 0;
}
.footer-nav:hover {
  color: orange;
  text-decoration: underline;
}
footer p {
  padding: 0;
}

.instagram-div {
  width: 400px;
  height: auto;
  margin: 0 auto;
}
.qr-img{
  height:450px;
  max-width:100%;
}
@media only screen and (min-width: 992px) and (max-width: 1919px) {
  header,
  .homepage-two.homepage-three.header {
    min-height: 580px !important;
  }
  .activities-single-box {
    height: calc(100% - 32px);
  }
}
@media only screen and (max-width: 768px) {
  .navbar-light .navbar-brand,
  .is-sticky .menu {
    display: block !important;
  }
  .book-img {
    max-width: 100%;
    width: 350px;
    display: block;
    margin: 0 auto;
  }
  .margin-b {
    margin-bottom: 30px;
  }
  header {
    min-height: 400px;
    padding-bottom: 35px;
  }
  .qr-img{
    height:400px;
  }
}

@media screen and (max-width: 485px) {
  .navbar-brand img {
    height: 60px;
  }
  .book-img {
    max-width: 100%;
    width: 210px;
    display: block;
    margin: 25px auto;
  }
  .call-to-action-img img {
    max-width: 100%;
    width: 260px;
    display: block;
    margin: 0 auto;
  }
  section {
    padding: 30px 0;
  }
  .call-to-action-text {
    padding-top: 25px;
  }
  .header-text h1 {
    font-size: 40px;
  }
  .header-text {
    text-align: center;
  }
  footer {
    text-align: left;
  }
  .instagram-div {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .instagram-media{
    min-width: none !important;
  }
  .qr-img{
    height:300px;
  }
}
