body {
  background: #f1f5f6;
}

.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;
}

.container {
  background: white;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 30px;
}

.myTabs .nav-link {
  color: #272f44;
  padding: 20px;
  font-size: 20px;
}

.myTabs .nav-link.active {
  background: #272f44;
}

.course-desc {
  padding: 20px;
  background-color: #edf6f8;
  color: #3a3a3a;
  margin-top: 30px;
}

.price-section {
  background: #dde8ff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-section .price {
  color: #272f44;
  font-weight: 900;
  font-size: 40px;
}

.price-section .addToCart {
  color: white;
  background: #272f44;
  border: none;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.price-section .addToCart:hover {
  -webkit-box-shadow: 1px 4px 17px 0px #272f44;
          box-shadow: 1px 4px 17px 0px #272f44;
}

.quiz_grid {
  border-radius: 4px;
  margin-top: 30px;
}

.quiz_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #272f44;
  background-color: #272f44e5;
}

.quiz_row .course_name {
  color: #ff7373;
  font-size: 20px;
  font-weight: 800;
  font-family: montserrat;
  text-transform: uppercase;
  margin: 0;
}

.quiz_row .action_button {
  padding: 10px 50px;
  margin: 0 5px;
  background: #272f44;
  border: 1px solid rgba(255, 255, 255, 0.294);
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-weight: 800;
  font-family: 'Montserrat';
}

.quiz_row .action_button:hover {
  color: #272f44;
  background-color: white;
  border: 1px solid #272f44;
  -webkit-box-shadow: 4px 3px 7px 0px #0000009c;
          box-shadow: 4px 3px 7px 0px #0000009c;
}

.instructor {
  padding: 30px;
  background: #edf6f8;
  margin-top: 30px;
}

.instructor .profile-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.instructor .profile-view .profile-image {
  background-size: cover;
  background-position: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #272f44;
}

.instructor .profile-view .instructor_name {
  font-family: 'Montserrat';
  font-weight: 900;
  text-transform: uppercase;
}
/*# sourceMappingURL=course-page.css.map */