* {
  font-family: 'Poppins';
}

p {
  margin: 0;
}

.guide-page-header {
  background: url(../uploads/page-top.jpg);
  background-size: cover;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.guide-page-header .mybreadcrumb {
  font-size: 20px;
  color: white;
}

.guide-page-header .mybreadcrumb a {
  color: white;
}

.guide-page-header h1 {
  font-weight: 600;
  font-size: 35px;
  color: white;
}

.content {
  padding: 20px;
  margin-bottom: 30px;
  color: white;
}

.content h1 {
  color: black;
  font-size: 50px;
  font-weight: 900;
  font-family: 'Montserrat';
  margin-bottom: 10px;
}

.content h2, .content h3, .content h4, .content h5, .content a {
  color: black;
}

.content ul, .content ol {
  padding-left: 20px;
}

.content ul li, .content ol li {
  padding-top: 8px;
}

.container {
  max-width: 74% !important;
  padding: 40px 0;
}

.navigator {
  background: white;
  padding: 30px;
  border-radius: 5px;
}

.navigator h4, .navigator li, .navigator ul, .navigator a {
  font-size: 16px;
  font-weight: 800;
}

.navigator ul {
  list-style-type: none;
  padding: 0;
}

.navigator ul li {
  margin: 0;
  padding: 0;
}

.navigator ul li a {
  color: #111;
  font-weight: 600;
}

.navigator ul li a.navigator-active {
  color: white;
  font-weight: 800;
  background: #f65757;
  padding: 2px 20px;
}

.redbackground {
  color: white;
  font-weight: 800;
  background: #f65757;
  padding: 2px 20px;
}

@media (max-width: 800px) {
  .order-my {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-grid {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .content .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .content .container .col-9, .content .container .col-3 {
    display: block;
    max-width: 100%;
    -webkit-box-flex: 100;
        -ms-flex: 100;
            flex: 100;
    margin-bottom: 30px;
  }
  .content .container img {
    width: 100%;
  }
}

.product-grid {
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  row-gap: 30px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.product-grid .product img {
  width: 100%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.product-grid .product .product-info {
  padding: 10px;
  text-align: center;
  color: #9c9c9c;
  border: 1px solid #ddd;
}

.product-grid .product .product-info h3 {
  font-size: 20px;
}

.product-grid .product .purchasenow-btn {
  background: #333;
  color: #ddd;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 3px;
  display: block;
  text-align: center;
}

@media (min-width: 1200px) {
  .navigator {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
}

@media (max-width: 1200px) {
  .product-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}
/*# sourceMappingURL=guide-page.css.map */