@font-face {
  font-family: "Avenir";
  src: url("../css/fonts/avenir/AveniMed.ttf");
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  font-family: "Avenir";
  background: #f9fdff;
}

.app {
  overflow: hidden;
  min-height: 100vh;
}

a {
  cursor: pointer;
  color: #000000 !important;
}

a:hover,
a:focus {
  text-decoration: none;
  transition: 0.5s;
}

a:focus,
button:focus,
input:focus {
  text-decoration: none;
}

pre {
  white-space: pre-line;
}

label.error {
  color: #bb0000;
  display: inline;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0;
  text-align: left;
  font-size: 10px;
  font-weight: 300;
}

.alert {
  margin-top: 10px;
  margin-bottom: 0;
}

.btn-main-secondary {
  background: #7fbee9;
  color: #ffffff;
  font-size: 0.9rem;
  padding-top: 8px;
}

header {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  background: #ffffff;
  min-height: 100vh;
  width: 250px;
  position: fixed;
}

header .logo {
  padding: 10px 20px;
}

header .logo img {
  width: 100%;
}

header .link {
  display: block;
  padding: 15px 25px;
  color: #666666 !important;
}

header .link:hover,
header .link.active {
  transition: 0.5s;
  background: #f7fcff;
  color: #7fbee9 !important;
}

footer {
  padding: 20px 0;
  background: #000000;
  color: #ffffff;
  font-size: 0.8rem;
  margin-top: -10px;
  position: relative;
  z-index: 3;
}

footer a {
  color: #f5f5f5 !important;
}

footer a.icon-social {
  display: inline-block;
  background: #ffffff;
  padding: 5px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

footer a.icon-social img {
  width: 100%;
}

.slick-slide {
  height: auto !important;
}

.slick-instafeed .slick-next {
  background: url("../img/home/Asset 60.png") no-repeat center center;
  background-size: contain;
  height: 45px;
  width: 45px;
  right: 13px;
  z-index: 5;
}

.slick-instafeed .slick-next:before {
  content: "";
}

.slick-instafeed .slick-prev {
  background: url("../img/home/Asset 59.png") no-repeat center center;
  background-size: contain;
  height: 45px;
  width: 45px;
  left: 14px;
  z-index: 5;
}

.slick-instafeed .slick-prev:before {
  content: "";
}

.slick-banner {
  position: relative;
  z-index: 1;
}

.slick-banner .slick-next {
  background-size: contain;
  height: 30px;
  width: 30px;
  top: 515px;
  z-index: 5;
  left: 18.5%;
  opacity: 0.5;
}

.slick-banner .slick-next:hover {
  opacity: 1;
  transition: 0.5s;
}

.slick-banner .slick-next:before {
  content: "";
}

.slick-banner .slick-prev {
  background-size: contain;
  height: 30px;
  width: 30px;
  top: 500px;
  z-index: 5;
  left: 13.8%;
  transform: rotate(180deg);
  opacity: 0.5;
}

.slick-banner .slick-prev:hover {
  opacity: 1;
  transition: 0.5s;
}

.slick-banner .slick-prev:before {
  content: "";
}

.slick-banner .wrapper {
  min-height: 65vh;
  background-size: cover;
}

.slick-banner .slider-content {
  margin-top: 180px;
}

label.error {
  font-size: 0.9rem;
  margin-top: 3px;
  display: inline-block;
}

#login-form label.error {
  color: pink;
}

.bg-wrapper {
  background: url("img/banner3.jpg") no-repeat center center;
  backgroung-size: cover;
  min-height: 100vh;
}

.bg-wrapper .wrapper {
  background: rgba(0, 0, 0, 0.3);
  min-height: 100vh;
}

.bg-wrapper .wrapper h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #7fbee9;
}

.bg-wrapper .login-wrapper {
  background: rgba(0, 0, 0, 0.6);
  width: 400px;
  max-width: 100%;
  min-height: 400px;
  max-height: 500px;
  padding: 25px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
  border-radius: 10px;
  color: #ffffff;
}

.bg-wrapper .login-wrapper img {
  width: 100%;
  max-width: 200px;
  margin: auto;
}

.main-content {
  padding-left: 250px;
  padding-top: 35px;
}

.main-content .div-wrapper {
  background: #ffffff;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.main-content .div-wrapper h6 {
  color: #7fbee9 !important;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 1.1rem;
}

.main-content .div-wrapper ul {
  list-style: none;
  margin-left: 3px;
  margin-bottom: 0;
}

.main-content .div-wrapper ul li {
  padding: 6px 0;
}

.main-content .div-wrapper ul li a {
  color: #444444 !important;
}

.main-content .div-wrapper ul li a:hover {
  color: #7fbee9 !important;
}

.tabs {
  background: #eeeeee;
  color: #000000;
  padding: 5px 20px;
  border-radius: 10px;
  margin: 5px 0;
  margin-right: 10px;
  display: inline-block;
}

.tabs.active,
.tabs:hover {
  background: #7fbee9;
  color: #ffffff !important;
  transition: 0.5s;
}

#exam-form p {
  display: inline;
}

.card-body {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 0.9rem;
  display: block;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.card-body:hover, .card-body.active {
  color: #ffffff;
  background: #7fbee9;
  transition: 0.5s;
}

.card-body.disabled {
  cursor: default;
  color: #666666;
  background: #cccccc;
}

.card-body .numbering {
  width: 12.5%;
}

.card-body .title {
  width: 82.5%;
}

.card-body .icon {
  width: 5%;
}

.mobile-nav,
.mobile-menu {
  display: none;
}

@media screen and (max-width: 992px) {
  .mobile-wrapper {
    visibility: visible;
    min-height: 100vh;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
  }
  .mobile-wrapper.hide {
    visibility: hidden;
    opacity: 0;
  }
  .mobile-menu {
    display: block;
    background: #9b3359;
    min-height: 100vh;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 300px;
    transition: 0.5s;
  }
  .mobile-menu .icon-social {
    display: inline-block;
    background: #ffffff;
    padding: 5px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
  }
  .mobile-menu .icon-social img {
    width: 100%;
  }
  .mobile-menu .close-btn {
    position: absolute;
    right: 30px;
    top: 50px;
    color: #ffffff !important;
    font-size: 1.6rem;
  }
  .mobile-menu.hide {
    left: -300px;
    transition: 0.5s;
    visibility: hidden;
  }
  .mobile-menu .link {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 0.95rem;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .mobile-menu hr {
    margin: 35px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
    position: absolute;
    left: 20px;
    top: 26px;
  }
  .mobile-nav img {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  header .logo {
    max-width: 235px;
  }
  header nav {
    position: relative;
  }
  header nav .link {
    margin: 5px 10px;
    font-size: 0.85rem;
  }
  .home-campaign .title p {
    font-size: 1.8rem;
    line-height: 30px;
  }
  .home-campaign .icon {
    width: 75px;
  }
  .product-wrapper .thumb {
    height: 95px;
  }
}
/*# sourceMappingURL=main.css.map */
