* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  box-sizing: border-box;
  direction: rtl;
}

body {
  overflow-x: hidden;
}

body,
a,
hgroup,
p,
span,
input,
select,
textarea {
  font-family: kufi;
}
/*
@font-face {
    font-family: dinnextltw23;
    font-display: swap;
    src: url(../fonts/DINNextLTW23-Light.woff) format('woff'), url(../fonts/DINNextLTW23-Light.ttf) format('truetype'), url(../fonts/DINNextLTW23-Light.svg#DINNextLTW23-Light) format('svg');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: dinnextltw23;
    font-display: swap;
    src: url(../fonts/DINNextLTW23-Heavy.woff) format('woff'), url(../fonts/DINNextLTW23-Heavy.ttf) format('truetype'), url(../fonts/DINNextLTW23-Heavy.svg#DINNextLTW23-Heavy) format('svg');
    font-weight: 900;
    font-style: normal
}*/

/* filters-menu style */

.menu-content {
  /*  overflow: auto;
      max-height: 100vh;*/
}

.menu-content input[type="submit"] {
  background: #f3f3f3;
  color: #c2390a;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 18px;
  display: block;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 5px;
  cursor: pointer;
}

#filters-menuToggle,
#filters-menuToggle * {
  direction: ltr;
}

#filters-menuToggle {
  display: block;
  position: relative;
  top: 2px;
  left: 0px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
/*
 * Just a quick hamburger
 */

.last-hamburger-culomn {
  /*position: fixed !important;*/
  margin-right: -4px;
  margin-top: -2px;
}
.second-hamburger-culomn {
  /*position: fixed !important;*/
  margin-bottom: 6px;
  margin-right: -4px;
}
.first-hamburger-culomn {
  /*position: fixed !important;*/
  margin-right: -4px;
  margin-top: -8px;
  margin-top: -2px;
}

header#site-header {
  display: grid;
  align-items: center;
  padding: 15px;
  grid-template-columns: 1fr auto;
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.5);
}

li {
  list-style: none;
}

a {
  color: #f05a26;
  text-decoration: none;
}

#filters-menuToggl li a {
  color: #fff;
}

#filters-menuToggle ul a {
  color: #fff;
  display: block;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  box-sizing: border-box;
  direction: rtl;
}

body {
  overflow-x: hidden;
  background: #fff;
}

body,
a,
hgroup,
p,
span,
input,
button,
select,
textarea,
label {
  font-family: Tajawal;
}

@font-face {
  font-family: dinnextltw23;
  font-display: swap;
  src: url(../fonts/DINNextLTW23-Light.woff) format("woff"),
    url(../fonts/DINNextLTW23-Light.ttf) format("truetype"),
    url(../fonts/DINNextLTW23-Light.svg#DINNextLTW23-Light) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: dinnextltw23;
  font-display: swap;
  src: url(../fonts/DINNextLTW23-Heavy.woff) format("woff"),
    url(../fonts/DINNextLTW23-Heavy.ttf) format("truetype"),
    url(../fonts/DINNextLTW23-Heavy.svg#DINNextLTW23-Heavy) format("svg");
  font-weight: 900;
  font-style: normal;
}

/* filters-menu style */

#filters-menuToggle,
#filters-menuToggle * {
  direction: rtl;
}

#filters-menuToggle {
  display: block;
  position: relative;
  top: 5px;
  left: 0px;
  z-index: 99;
  -webkit-user-select: none;
  user-select: none;
}

#filters-menuToggle input.menu-chekbox {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -18px;
  left: -12px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#filters-menuToggle span {
  display: block;
  width: 26px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #f05a26;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#filters-menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#filters-menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#filters-menuToggle input.menu-chekbox:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

#filters-menuToggle input.menu-chekbox:checked ~ span.first-hamburger-culomn {
  position: fixed !important;
  margin-right: -4px;
  margin-top: -8px;
}

#filters-menuToggle input.menu-chekbox:checked ~ span.last-hamburger-culomn {
  position: fixed !important;
  margin-right: -4px;
  margin-top: -2px;
}

/*
 * But let's hide the middle one.
 */
#filters-menuToggle input.menu-chekbox:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#filters-menuToggle input.menu-chekbox:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#filters-menu {
  direction: ltr;
  position: fixed;
  width: 300px;
  margin: -70px 70px 0px 0px;
  padding: 25px;
  right: -70px;
  bottom: 0px;
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
  padding-top: 70px;
  background: #ee5f2e;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#filters-menu li {
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#filters-menuToggle input.menu-chekbox:checked ~ ul {
  transform: none;
}

header#site-header {
  display: grid;
  align-items: center;
  background: #fff;
  padding: 15px 5%;
  grid-template-columns: auto 1fr;
  -moz-box-shadow: 0px 5px 40px -10px rgba(65, 64, 64, 0.5);
  box-shadow: 0px 5px 40px -10px rgba(65, 64, 64, 0.5);
}

img#header-site-logo {
  height: 80px;
  margin-right: 10px;
  width: auto;
}

li {
  list-style: none;
}

a {
  color: #0462d1;
  text-decoration: none;
}

nav.header-menu ul li {
  display: inline-block;
  margin: 5px;
  position: relative;
  padding: 5px 0px;
  vertical-align: middle;
  overflow: hidden;
}

nav.header-menu {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  text-align: left;
}

nav.header-menu.opened {
  transform: translateX(0px);
  transition: all 0.3s linear 0s;
  opacity: 1;
}

nav.header-menu.mobile-opened {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #45b0e5eb;
  z-index: 10000;
  top: 0px;
  right: 0px;
}

body nav a.close-menu {
  position: absolute !important;
  top: 20px;
  right: 25px;
  visibility: hidden;
  opacity: 0;
  text-align: right;
}
a.mobile-menu {
  display: none;
}

body nav a.close-menu i:before {
  font-size: 30px;
  color: #fff;
}

#filters-menuToggl li a {
  color: #fff;
}

#filters-menuToggle ul a {
  color: #fff;
  display: block;
}

nav.header-menu li:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: -100%;
  transition: all 0.3s linear 0s;
  background: #1bb1e1;
  z-index: 1;
}

/*nav.header-menu li:hover:before {
    left: 0px;
}
*/
nav.header-menu a {
  font-weight: 700;
  padding: 5px 5px;
  transition: all 0.3s linear 0s;
  z-index: 10;
  overflow: hidden;
  left: 0px;
  right: 0px;
  position: relative;
}

nav.header-menu li:before {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: -100%;
  transition: all 0.3s linear 0s;
  background: #f05a26;
  z-index: 1;
}

/*nav.header-menu li:hover:before {
    left: 0px;
}
*/

.container {
  width: 90%;
  margin: 3rem auto;
}

.index-top-meals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 50px 0px;
  /* align-items: flex-start; */
}

.swiper-container {
  box-shadow: 0 0 44px rgba(0, 0, 0, 0.15);
  background: #fff;
  width: auto;
  min-width: 100px;
  max-width: 100%;
  /* padding: 10px !important; */
  border-radius: 5px;
}
.normal-meals {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

img {
  max-width: 100%;
}

img.featured-meal-image {
  width: 100%;
  height: 465px;
  max-width: none;
}

.fearured-meal-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

h2.featured-meal-title {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  padding-bottom: 15px;
  padding-right: 20px;
  z-index: 10;
}

.meal-info {
  position: absolute;
  top: 40px;
  color: #fff;
  right: -15px;
}

.fearured-meal-item {
  /* border: 1px solid #ccc; */
}

.fearured-meal-item:after {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgb(252, 252, 252) 0%,
    rgba(255, 255, 255, 1) 21%,
    rgba(0, 212, 255, 0) 104%
  );
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.meal-info p {
  background: #f05a26;
  background-image: linear-gradient(
    to left,
    #f05a26 0%,
    #f47144 51%,
    #f05a26 100%
  );
  margin: 10px;
  padding: 7px 14px;
  font-size: 13px;
  border-radius: 10px 0px 0px 10px;
}

.normal-meal {
  margin: 10px;
  background: #fff;
  /* box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.08); */
  position: relative;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
}

h2.meal-title {
  font-size: 16px;
  padding: 10px;
}

img.normal-meal-image {
  height: 180px;
  width: 100%;
  border-radius: 8px;
}

.normal-meals .normal-meal:nth-child(1),
.normal-meals .normal-meal:nth-child(2) {
  margin-top: 0px;
}

.normal-meals .normal-meal:nth-child(3),
.normal-meals .normal-meal:nth-child(4) {
  margin-bottom: 0px;
}

span.swiper-pagination-switch {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin: 0 3px;
  transition: all 0.3s ease 0.1s;
  background: #aaa;
}

span.swiper-pagination-switch.active {
  background: #f05a26;
}

.pagination1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
}

.wave-container {
  position: relative;
  top: 100px;
  display: none;
}

.wave-wrapper {
  width: 100%;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-image: linear-gradient(to top, #f3f3f3 0%, #f9f9f9 100%);
  overflow: hidden;
  z-index: -1;
}

.wave {
  width: 100%;
  height: 500px;
  position: absolute;
  top: -25%;
  left: 50%;
  margin-left: -500px;
  margin-top: -500px;
  border-radius: 35%;
  background: rgb(249, 249, 249);
  animation: wave 15s infinite linear;
}

@keyframes wave {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}

.box {
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
  box-shadow: 1px 2px 3px #eee, 0px -1px 3px #eee;
  margin-top: 5rem;
}

.section-title {
  position: relative;
  background: #f9f9f9;
  margin: 2rem 0px;
  margin-bottom: 3rem;
}

.section-title span {
  position: relative;
  z-index: 10;
  background: #f9f9f9;
  padding-left: 20px;
  padding-right: 20px;
}

.section-title:after {
  content: "";
  width: 100%;
  top: calc(50% - 1px);
  position: absolute;
  height: 2px;
  background: #037dfd;
  left: 0px;
}

body a.open-mobile-menu,
body a.close-mobile-menu {
  display: none;
}

.effect-5 {
  display: inline-block;
  overflow: hidden;
}
.effect-5:before,
.effect-5:after {
  right: 0;
  bottom: 0;
  background: #0462d1;
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
.effect-5:before {
  width: 100%;
  height: 2px;
  transform: translateX(-100%);
}
.effect-5:after {
  width: 2px;
  height: 100%;
  transform: translateY(100%);
}
.effect-5 > span {
  display: block;
  padding: 5px 10px;
}
.effect-5 > span:before,
.effect-5 > span:after {
  left: 0;
  top: 0;
  background: #0462d1;
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
.effect-5 > span:before {
  width: 100%;
  height: 2px;
  transform: translateX(100%);
}
.effect-5 > span:after {
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
}
.effect-5:hover:before,
.effect-5:hover:after,
.effect-5:hover > span:before,
.effect-5:hover > span:after {
  transform: translate(0, 0);
}

.meals-list {
  display: block;
  grid-template-columns: 1fr 1fr 1fr;
}

.meals-list .normal-meal:hover {
  box-shadow: 1px 2px 44px rgba(0, 0, 0, 0.15);
  /* transform: scale(1.02); */
}

.noraml-meal-info {
  margin-right: 10px;
  margin-top: 10px;
}

.normal-meal-list-item {
  /* border: 1px solid #ddd; */
  transition: all 0.3s linear 0s;
  /* transform: scale(1.04); */
  display: block;
}
.normal-meal-list-item h2 {
  padding-right: 0px;
  /*opacity: 0.4;*/
  /* display: none; */
  margin: 10px;
  line-height: 25px;
}
img.normal-meal-list-item-image {
  height: 180px;
  margin: 0px;
  padding: 0px;
  border-radius: 8px;
}

.noraml-meal-info p,
.noraml-meal-info i:before {
  font-size: 14px;
  margin-left: 2px;
}

.noraml-meal-info p {
  margin-bottom: 7px;
}

.primary-link {
  grid-column: -1/1;
  background: #f05a26;
  background-image: linear-gradient(
    to left,
    #f05a26 0,
    #dd4f1e 51%,
    #f28863 100%
  );
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  background-size: 200% auto;
  transition: all 0.3s linear 0s;
}

.block-link {
  display: block;
}

.block-link.center {
  margin-right: auto;
  margin-left: auto;
}

.primary-link:hover {
  background-position: right center;
}

.meals-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 950px) {
  body .footer-container #site-info {
    margin-left: 0px;
  }

  body .meals-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  body .noraml-meal-info {
    margin-right: 20px;
  }

  body .contact-chef-container {
    text-align: right !important;
    grid-template-columns: auto auto auto auto;
  }

  body #site-info {
    grid-column: -1/1;
    text-align: center;
    margin-bottom: 40px;
  }
  body img.footer-logo {
    margin-right: auto;
    margin-left: auto;
  }
  body .footer-container {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }

  body footer .social-links {
    grid-column: -1/1;
  }

  body .meals-list img.normal-meal-list-item-image {
    width: 100%;
    height: 120px;
  }

  /* mobile menu  version*/

  body header#site-header {
    padding: 20px 5%;
    direction: ltr;
  }

  body nav.header-menu {
    position: fixed;
    padding-top: 3.2rem;
    width: 250px;
    height: 100%;
    background: #333;
    z-index: 10000;
    top: 0px;
    left: 0px;
    transform: translateX(-250px);
    transition: all 0.3s;
    opacity: 0;
    /* transform: scale(0.97); */
    /* visibility: hidden; */
  }
  body nav.header-menu ul li {
    display: block;
    text-align: center;
  }

  body nav.header-menu ul li a {
    color: #fff;
    font-size: 20px;
  }
  body nav.header-menu li:before,
  body .effect-5:before,
  body .effect-5:after,
  body .effect-5 > span:before,
  body .effect-5 > span:after {
    background: #fff;
  }
  body nav.header-menu.opened a.close-menu {
    visibility: visible;
    opacity: 1;
  }

  body a.mobile-menu {
    display: block;
  }

  body img#header-site-logo {
    margin-right: auto;
    margin-left: auto;
    width: 130px;
    height: auto;
  }

  body a#header-site-logo-link {
    text-align: center;
  }

  body .chefs-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  body .index-top-meals {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }

  body .normal-meals img {
    height: 120px;
  }

  body.normal-meals {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  body .normal-meals {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .normal-meals .normal-meal:nth-child(3),
  .normal-meals .normal-meal:nth-child(4) {
    margin-bottom: 0px;
  }

  .normal-meal {
  }

  .normal-meals .normal-meal:nth-child(1),
  .normal-meals .normal-meal:nth-child(2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 780px) {
  body .meals-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  body img.featured-meal-image {
    height: 300px;
  }
  body .meals-grid {
    grid-template-columns: 1fr 1fr;
  }

  body .index-top-meals .normal-meals {
    width: calc(100% + 20px);
    margin-right: -10px;

    grid-template-columns: 1fr 1fr;
  }
  body .meals-list img.normal-meal-list-item-image {
    width: 100%;
    height: 130px;
  }

  body .index-top-meals {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }

  body img.normal-meal-image {
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  body #according-notifications .table {
    display: block;
  }

  body div#according-level p {
    display: block;
    text-align: center;
  }

  body div#according-level p > span {
    display: block;
    margin-bottom: 0.6rem;
  }
  body .chefs-grid {
    grid-template-columns: 1fr 1fr;
  }

  /*body .single-meal-info{grid-template-columns:1fr; grid-row-gap:15px; }*/
  body .single-meal-info > div i:before {
    margin-bottom: 16px;
    font-size: 30px;
  }
  body .single-meal-info > div * {
    display: block;
    text-align: center;
    line-height: 20px;
  }
  body .mobile-according-item {
    display: block;
  }
  body .according-titles,
  body .according-content {
    /* display: none; */
  }

  body .contact-chef-container .social-links {
    text-align: right;
    margin-top: 10px;
    position: relative;
    right: -10px;
  }

  body .meals-list .normal-meal-list-item {
    width: 200px;
  }

  body .contact-chef-container {
    text-align: right !important;
    grid-template-columns: 1fr 1fr;
  }

  body .noraml-meal-info {
    margin-right: 20px;
  }

  body .footer-container {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
  body #site-info {
    grid-column: -1/1;
    text-align: center;
    margin-bottom: 0px;
  }
  body footer.social-links {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  body .notification-item h3 {
    display: block;
  }

  body .notification-item h3 span {
    display: block;
  }
  body .meals-grid {
    grid-template-columns: 1fr 1fr;
  }
  body .chefs-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  body img.normal-meal-image {
    height: 120px;
    /* width: 200px; */
  }

  body img.normal-meal-list-item-image {
    width: 200px;
  }

  body .meals-grid {
    grid-template-columns: 1fr;
  }
}

.copyright {
  flex: 100%;
}

.copyright {
  flex-basis: 100%;
  text-align: center;
}

.footer-about img {
  max-width: 200px;
}
h2.footer-title {
  margin-bottom: 1.5rem;
  font-weight: 100;
  color: #333;
  border-right: 3px solid #037dfd;
  padding-right: 10px;
  margin-left: 2rem;
  padding: 4px 10px;
  padding-bottom: 6px;
  width: fit-content;
}

.footer-links li {
  margin-bottom: 0.7rem;
}
.copyright p {
  margin-bottom: 1rem;
}
footer.site-footer {
  position: relative;
  margin-top: 5rem;
  display: flex;
  padding: 40px 5%;
  padding-bottom: 1rem;
  background: #fff;
  /* border-top: 2px solid #19afe0; */
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.08);
  flex-wrap: wrap;
}

footer.site-footer > div {
  position: relative;
  z-index: 10;
  flex: 30%;
  /* width: 27%; */
  padding: 1rem;
}

.normal-meal .meal-info {
  top: 5px;
  right: -9px;
}

.normal-meal .meal-info p {
  border-radius: 10px 0px 0px 10px;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-container #site-info {
  margin-left: 30px;
}
.footer-container a {
  color: #333;
  margin-bottom: 7px;
  display: inline-block;
  /* text-decoration: underline; */
  transition: all 0.3s linear 0s;
}

.footer-container > div h4 {
  margin-bottom: 20px;
  font-size: 19px;
  color: #333;
}

img.footer-logo {
  display: block;
  margin-bottom: 12px;
  width: 80%;
}

.social-links {
  /* text-align: center; */
  margin-top: 22px;
}

.social-links a {
  margin: 0px 10px;
  display: inline-block;
}

.social-links img {
}

footer p.site-description {
  color: #333;
}

.footer-container a:hover {
  color: #066d9f;
  /* text-decoration: none; */
  margin-right: 5px;
}

.embed-container {
  position: relative;
  padding-bottom: 39.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h2.page-title {
  border-bottom: 0px;
  margin: 20px 0px;
  padding-bottom: 13px;
  color: #444;
  font-size: 26px;
}

.single-meal-info {
  text-align: right;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px 0px;
}

.single-meal-info > div * {
  display: inline-block;
  vertical-align: middle;
  /* display: grid; */
  line-height: 25px;
}

.single-meal-info > div i:before {
  font-size: 40px;
}

.chef-info img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #666;
  margin-left: 15px;
}

.chef-info {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.chef-info p * {
  display: block;
  width: fit-content;
  margin-bottom: 6px;
}

.chef-info p a {
  font-size: 18px;
  font-weight: 100;
}

.ingredient-item img,
.tool-item img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: 21px;
  border: 1px solid #333;
}

.according-container {
  margin: 60px 0px;
  margin-top: 40px;
}

.according-content {
  background: #f6f6f6;
  padding: 0px;
  border: 1px solid #ddd;
  padding: 2rem 1rem;
}

.according-titles a {
  display: inline-block;
  padding: 10px;
  color: #333;
  background: #fff;
  border: 1px solid transparent;
  bottom: 0px;
  font-weight: 700;
  position: relative;
  border: 1px solid transparent;
  border-radius: 6px 6px 0px 0px;
  transition: all 0.3s linear 0s;
}

.according-titles a:first-child {
}

.according-titles a.active {
  border-bottom: 1px solid #fff;
  border-color: #ccc;
  bottom: -1px;
  background: #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

.ingredient-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #f05a2652;
  padding-bottom: 12px;
  grid-column-gap: 15px;
}

.tool-item {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
}

.food-data-item {
  align-items: center;
  margin-bottom: 20px;
}

.food-data-item p {
  display: inline-block;
  margin-left: 40px;
}

.according-item.active {
  display: block;
}

.according-item {
  display: none;
}

div#according-registery,
div#according-settings,
div#according-notifications,
div#according-level {
  margin: 0px !important;
  width: auto;
}

div#according-registery .table .tr {
  display: grid;
  grid-template-columns: 20px 1fr 1fr 1fr;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0.7rem;
}

div#according-registery .table .tr:nth-child(2n) {
  background: #f6f6f6;
  border: 0px;
}

.tr.main {
  background: rgba(25, 175, 224, 0.72);
  margin-bottom: 0px !important;
  border-color: #59c5e8 !important;
}

div#according-registery .table {
  border: 1px solid #eee !important;
}

div#according-registery .table .tr:last-child {
  margin-bottom: 0px;
}

.according-content > div {
  display: none;
}

.according-content > div.active {
  display: block;
}

.cook-step * {
  /* display: inline-block; */
  width: auto;
}

.cook-step .step-number {
  /* background: #f05a26; */
  /* border: 1px solid #e04914; */
  padding: 8px 15px;
  padding-top: 10px;
  border-radius: 50%;
  margin-left: 12px;
  top: 8px;
  position: relative;
  color: #f05a26;
  font-weight: 700;
  /* box-shadow: 1px 2px 18px rgba(0,0,0,.15); */
  font-size: 25px;
}

.cook-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  margin-bottom: 30px;
}

.cook-method {
  margin-bottom: 70px;
}

.page-content {
  margin-top: 60px;
}

.chef-info .meals-count {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.meals-count h2 {
  color: #f05a26;
}
.chef-page > .chef-info {
  grid-template-columns: 1fr auto;
}

.user-meals {
  margin-top: 40px;
  width: calc(100% + 20px);
  position: relative;
  right: -10px;
}

p.about-chef {
  color: #222;
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 12px;
}

.contact-chef-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  align-items: center;
  background: #f6f6f6;
  padding: 10px 10px;
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
  border: 1px solid #ede;
}

.contact-chef-container .social-links {
  margin-top: 0px;
  text-align: left;
}
.chef-location {
  text-align: right;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: block;
  width: fit-content;
  margin: 0.2em;
  margin-right: 0px;
  cursor: pointer;
  padding: 0.2em;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"][disabled] + label:before,
input[type="radio"][disabled] + label:before {
  background: #f86176;
  opacity: 0.8;
  border: transparent;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: "\2714";
  border: 1px solid #ccc;
  background: #f6f6f6;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-right: 0.3em;
  padding-bottom: 0.3em;
  margin-right: 0px;
  margin-left: 7px;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}

input[type="checkbox"] + label:active:before,
input[type="radio"] + label:active:before {
  transform: scale(0);
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: #057af9;
  border-color: #0862d1;
  color: #fff;
}

input[type="checkbox"]:disabled + label:before,
input[type="radio"]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type="checkbox"]:checked:disabled + label:before,
input[type="radio"]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

label.white-checkbox,
label.white-radio {
  color: #fff;
}

input[type="checkbox"]:checked + label.white-checkbox:before,
input[type="radio"]:checked + label.white-radio:before {
  color: #de5020;
  background: #fff;
  border-color: #fff;
}

h3.filter-title {
  color: #fff;
  margin: 10px 0px;
  margin-top: 20px;
  font-weight: 100;
}

h4.filters-title {
  color: #fff;
  font-size: 28px;
  margin-top: 12px;
  /* border-bottom: 1px solid #ffffffa6; */
}
p.single-meal-description {
  color: #222;
  margin-top: 40px;
}

.mobile-according-item {
  border: 1px solid #ddd;
  margin: 15px 0px;
  display: none;
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.04);
}

h3.single-according-title {
  padding: 10px 15px;
  background: #f3f3f3;
  color: #333;
  cursor: pointer;
  font-weight: 100;
  border-color: #ddd;
  border-bottom: 1px solid #ddd;
}

.signle-according-content {
  padding: 15px;
  background: #f9f9f9;
  display: none;
}

div#according-registery .table .tr .td {
  margin-right: 1rem;
}

/* page loading  effect  */

.spinner {
  margin: 0px auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #f05a26;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.loading-overlay {
  position: fixed;
  background: #ffffffcc;
  right: 0px;
  left: 0px;
  z-index: 9999;
  bottom: 0px;
  top: 0px;
  display: table;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear 0s;
  visibility: visible;
  opacity: 1;
}

.loading-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

.loading-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

a.load-more {
  /* border-radius: 10px; */
  /* margin-top: 15px; */
  /* box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.08); */
  /* width: 100%; */
  /* text-align: center; */
  /* padding: 0px 60px; */
  /* font-weight: bold; */
  /* border: 1px solid #ccc; */
}

.chefs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
}

.chef-item img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 10px auto;
  border-radius: 50%;
}

.chef-item {
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px 12px;
  margin-bottom: 10px;
}

.chef-item a {
  margin: 10px;
}

.wraning-message {
  background: #19afe0;
  padding: 12px 10px;
  grid-column: -1/1;
  color: #024279;
  font-weight: 700;
  border-radius: 4px;
}

.site-closed-container {
  display: table;
  width: 80%;
  margin: auto;
  min-height: 100vh;
}
.site-closed {
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.08);
  width: 100%;
  text-align: center;
  background: #ffffff;
  font-size: 27px;
  color: #5a5959;
  padding: 20px;
}
.site-closed-middle {
  display: table-cell;
  vertical-align: middle;
}

.site-closed img {
  width: 200px;
  margin-bottom: 8px;
}

span.error-404 {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
}

.wraning-message .links a {
  display: inline-block;
  color: #fff;
  margin: 10px;
}

.wraning-message h3 {
  margin-bottom: 5px;
  border-bottom: 1px solid #ffffff6b;
  padding-bottom: 12px;
}

.meals-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.meals-grid img.normal-meal-list-item-image {
  width: 100% !important;
  height: 150px !important;
}

a.load-more-recipes {
  text-align: center;
  width: fit-content;
  margin-top: 20px;
}

form.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid #f05a26;
  border-radius: 10px;
  overflow: hidden;
  direction: rtl;
}
button.search-button {
  cursor: pointer;
  /* background: #19afe0; */
  color: #fff;
  display: block;
  margin: 1rem;
  padding: 0.4rem 1.3rem !important;
  border-radius: 7px;
  font-size: 18px;
}
.search-form-container {
  margin: 40px 0px;
}

form.search-form input {
  padding: 14px 5px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #333 !important;
}

form.search-form img {
  cursor: pointer;
  height: 32px;
  width: 32px;
  margin: 16.5% 10px;
}

.load-more-recipes-snipper {
  position: relative;
  left: 30px;
  margin-bottom: 25px;
  transition: height 0.5s linear, opacity 0.5s linear 0.7s;
  opacity: 0;
  height: 0px;
  max-height: 35px;
}

.load-more-recipes-snipper.shown {
  opacity: 1;
  height: 120px;
}

.label-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.cook-step .embed-container {
  margin-top: 15px;
}

.ingredients-container {
  margin: 10px;
  margin-bottom: 40px;
}

.meal-section-title {
  margin: 20px 10px;
  font-size: 20px;
  margin-top: 40px;
}

.cooking-method {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 12px;
  margin-top: 4rem;
}

.preparing_time {
  color: #f05a26;
}

.meal-persons {
  position: relative;
  top: -10px;
  margin-right: 10px;
  font-weight: bold;
  color: #f05a26;
}

.table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.load-more-table.table {
  display: table;
  height: 93%;
  border-radius: 10px;
  margin-top: 8px;
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.08);
  width: 100%;
  text-align: center;
  padding: 0px 60px;
  font-weight: bold;
  border: 1px solid #ccc;
}

@media screen and (max-width: 300px) {
  body .index-top-meals .normal-meals {
    grid-template-columns: 1fr;
    margin: 0px;
  }

  body img.normal-meal-image {
    height: auto;
  }

  body .normal-meal {
    margin-left: 20px;
  }
}

header.site-header {
  /* box-shadow: 0px 5px 40px -10px rgba(65, 64, 64, 0.5); */
  display: flex;
  padding: 1rem 5%;
  background: #fff;
  align-items: center;
}

img {
}

img.site-logo {
  max-height: 130px;
  max-width: 130px;
}

nav.header-nav {
  flex: 80%;
  width: 80%;
  text-align: left;
}

.site-logo-container {
  flex: 20%;
  width: 20%;
}

nav.header-nav li {
  display: inline-block;
}

body {
  background: #f9f9f9;
}

.courses-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.course-item {
  background: #fff;
  box-shadow: 1px 3px 10px 1px rgba(0, 0, 0, 0.09);
  transition: all 0.3s linear 0s !important;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  border: 1px solid hsla(0, 0%, 80%, 0.61);
}

img.course-img {
  min-width: 100%;
  max-width: 100%;
  height: 200px;
  transition: all 0.5s;
}

p.course-price {
  position: absolute;
  bottom: 1rem;
  background: #19afe0;
  padding: 0.5rem;
  border-radius: 7px;
  color: #fff;
  right: 1rem;
  z-index: 100;
  font-size: 15px;
}

.course-info {
  padding: 1.2rem 1rem;
}

h2.course-title {
  font-weight: 100;
  font-size: 21px;
}

.course-img-container {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.course-img-container:after {
  content: "";
  background: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
  opacity: 0.2;
}

.course-item:hover img.course-img {
  transform: scale(1.1);
}

.course-item:hover {
  box-shadow: 1px 3px 10px 1px rgba(0, 0, 0, 0.16);
}

.search-container {
  background: url(../images/search_cover.png);
  background-size: cover;
  padding: 4rem 5%;
  text-align: center;
  position: relative;
  color: #fff;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
  min-height: 100%;
}

.search-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: #333;
  right: 0px;
  opacity: 0.6;
  z-index: 1;
}

.search-container .table {
  position: relative;
  z-index: 10;
}

.search-form h3 {
  font-size: 35px;
  margin-bottom: 1.5rem;
}

.search-form p {
  margin-bottom: 1rem;
}

input,
textarea,
select {
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

button.search-button {
}

input[type="serach"] {
  display: block;
  width: 100%;
  margin: 1rem auto;
}

.search-container form {
  grid-template-columns: 1fr auto;
  display: grid;
  max-width: 800px;
  margin: 0px auto;
}
.primary-button {
  background: #037dfd;
  background-image: linear-gradient(
    to left,
    #037dfd 0%,
    #0462d1 51%,
    #037dfd 100%
  );
  padding: 10px 15px !important;
  display: inline-block;
  border: 0px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  padding-top: 13px !important;
  background-size: 200% auto;
  transition: all 0.3s linear 0s;
  border: 1px solid #097ca0b8;
}
.primary-button:hover {
  background-position: right center;
}

.header-menu li a.primary-button {
  top: -2px;
}

.block-center {
  display: block !important;
  margin: 3rem auto;
  text-align: center;
  width: fit-content;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1cb1e1;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.88);
  transition: all 0.3s linear 0s;
}
a.social-circle i:before {
  margin: 0px;
  font-size: 24px;
  position: relative;
}

a.social-circle {
  background: #037dfd;
  padding: 12px 13px;
  border-radius: 50%;
  color: #fff;
  margin-left: 1rem;
  padding-top: 12px;
  position: relative;
  display: inline-block;
}

.footer-about {
  flex: 40%;
}
.loading-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 950px) {
  body .courses-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  body a.close-mobile-menu,
  body a.open-mobile-menu {
    display: block;
  }

  .footer-about {
  }

  body .footer-about {
    margin-bottom: 3rem;
    text-align: right;
    flex-basis: 100% !important;
    flex: 100%;
  }

  body .site-footer h2 {
    text-align: center;
    /* margin-right: auto; */
    /* margin-left: auto; */
    width: auto;
    border: 0px;
    margin-left: 0px;
  }

  body footer.site-footer > div {
    flex: 50%;
    text-align: center;
  }

  body .copyright {
    margin-top: 2rem;
  }
  body .footer-about p,
  body .footer-about img {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    color: #333;
  }
}

@media screen and (max-width: 750px) {
  body .courses-container {
    grid-template-columns: 1fr 1fr;
  }


body .label-item label {
  /* text-align:right; */
  /* display: grid; */
  grid-template-columns: auto 1fr auto;
  align-items: center;
  grid-column-gap: 0.5rem;
}

  body .labels-con {
    display: block;
}

body .label-item h2 {
    font-size: 21px;
    border-top: 1px dotted #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

body .label-item h4 {
  font-size: 18px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

body .label-item p {
  font-size: 13px;
}

body .label-item  img {
  max-width: 64px;
}
}

@media screen and (max-width: 600px) {
  body button.search-button {
    display: block !important;
    margin: 1rem auto !important;
  }


  body .box-item {
    width: 80%;
    display: block;
    margin: 1rem auto;
}

  .according-content .course-meta-item {
    display: block;
  }

  .according-content .course-meta-item input {
    width: 100% !important;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  body .search-container form {
    display: block;
  }

  body footer.site-footer > div {
    flex: 100%;
    text-align: center;
  }

  body .footer-about p,
  body .footer-about img {
    display: block;
    margin: 1rem auto;
  }

  body .footer-social {
    margin-top: 1.5rem;
  }
  body .course-img-container,
  body .course-img-container img {
    height: 170px;
  }

  body button.search-button {
    display: block !important;
    margin: 1rem auto !important;
  }

  body .search-container form {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  body .store-item h3 {
    font-size: 14px;
  }

  body .store-item a {
    font-size: 10px;
  }

  body .courses-container {
    grid-template-columns: 1fr;
    grid-column-gap: 1rem;
  }

  body .box {
    padding: 10px;
  }

  body #according-registery .table {
    font-size: 12px;
    overflow: auto;
  }

  body div#according-registery,
  body div#according-settings {
    max-width: 100%;
    overflow: auto;
  }
}

body a.close-mobile-menu {
  position: fixed;
  left: 1rem !important;
  color: #fff;
  top: 1.5rem;
}

.social-circle i.flaticon-facebook {
  position: relative;
  right: -4px;
}

.social-circle i.flaticon-twitter {
  position: relative;
  top: 1px;
}

.social-circle i.flaticon-instagram {
  top: -1px;
  position: relative;
}

.social-circle i.flaticon-whatsapp {
  right: -2px;
  position: relative;
}

.modal-content {
  max-width: 800px;
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  width: 100%;
  display: none;
}

div#login-form form input,
div#signup-form form input {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 1rem auto;
}

div#login-form {
  text-align: center;
}

div#login-form form input.primary-button,
div#signup-form form input.primary-button {
  width: fit-content;
  border: 0px;
}

a.close-modal {
  position: absolute;
  left: 1rem;
  top: 1.2rem;
}

h2.main-title {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.course-banner {
  padding: 7rem 5%;
  text-align: right;
  background-position-y: 50%;
}

.course-meta-item h4 {
  /* margin-bottom: 1.1rem; */
  /* border-bottom: 1px solid #ddd; */
  /* padding-bottom: 1rem; */
  margin-left: 4rem;
  min-width: 110px;
}

.course-meta-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 1.3rem;
  border-bottom: 1px solid rgba(238, 238, 238, 0.48);
  padding-bottom: 1rem;
}

.register-button {
  margin-top: 2rem;
}

span.package-course-name {
  margin-left: 3rem;
  margin-bottom: 0.4rem;
}
.error-message {
  background: #eaa;
  padding: 1.2rem 0.8rem;
  margin: 1rem auto;
  border-radius: 6px;
  color: #822c2c;
  font-size: 18px;
}

.success-message {
  background: #b4eeaa;
  padding: 1.2rem 0.8rem;
  margin: 1rem auto;
  border-radius: 6px;
  color: #1b4414;
  font-size: 18px;
}

div#login-form form .error-message,
div#login-form form .success-message {
  max-width: 400px;
}
.package-info-container {
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
  box-shadow: 1px 2px 3px #eee, 0px -1px 3px #eee;
}

div#login-page {
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
  box-shadow: 1px 2px 3px #eee, 0px -1px 3px #eee;
  margin-top: 5rem;
}
.register-page .main-title {
  text-align: center;
  padding-top: 1rem;
}

@media screen and (max-width: 450px) {
  body .levels-list {
    grid-template-columns: 1fr !important;
    grid-gap: 2rem;
    padding: 1rem;
  }
  body .student-card-image-container .watermark {
    font-size: 10px;
    padding: 1rem 0.8rem;
  }

  body .course-meta-item {
    display: block;
  }

  body .course-meta-item h4 {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  body .course-meta-item input,
  body .course-meta-item textarea {
    display: block;
    width: 100% !important;
  }

  body .course-meta-item input#accept_term {
    display: none;
  }

  body .course-meta-item input[type="checkbox"],
  body .course-meta-item input[type="radio"] {
    display: none;
  }
}

textarea {
  height: auto !important;
}

.select-course-item * {
  display: inline-block;
  vertical-align: middle;
}

.select-course-item label {
  margin-right: 1rem;
}

.bank-info {
  margin-bottom: 2rem;
  background: #f9f9f9b3;
  border: 1px solid #eee;
  margin-top: 0px;
}

.bank-info .main-title {
  text-align: right;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}

.bank-info p {
  margin-bottom: 0.5rem;
}

.statistic-item img {
  filter: brightness(0) invert(1);
  /* border: 2px solid #fff; */
  width: 100px;
  transition: all 0.3s ease;
  height: 100px;
}

.statistics {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2rem;
}

.statistic-item h3 {
  font-size: 35px;
  margin-bottom: -6px;
  margin-top: 1rem;
}

.img-wrapper {
  display: block;
  width: fit-content;
  margin: 0px auto;
  border: 2px solid #fff;
  padding: 25px;
  border-radius: 50%;
}

.statistic-item:hover .img-wrapper {
  transform: scale(0.95);
  opacity: 0.6;
}

.statistic-item .img-wrapper {
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 800px) {
  body .statistics .statistic-item img {
    width: 80px;
    height: 80px;
  }

  body .stores-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  body .stores-grid {
    grid-template-columns: 1fr 1fr;
  }

  body .statistics {
    display: block;
  }
  body .statistics .statistic-item {
    margin-bottom: 4rem;
  }
  body .statistics .statistic-item:last-child {
    margin-bottom: 0rem;
  }
}

h3.primary-title {
  margin: 1rem auto;
  text-align: center;
  /* border-bottom: 1px solid #ddd; */
  padding-bottom: 1rem;
  width: fit-content;
  padding-right: 2rem;
  padding-left: 2rem;
}

.stores-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1rem;
}

.store-item img {
  max-height: 200px;
  width: 100%;
}

.store-item {
  /* margin-left: 1rem; */
  box-shadow: 1px 2px 3px #eee, -1px -2px 3px #eee;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  /* font-size: 14px; */
}

.store-item h3 {
  margin: 0.4rem 0px;
  margin-bottom: 1rem;
  padding: 0px 5px;
}

.store-item a {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 14px;
  padding: 7px 12px !important;
}

.student-card-image-container {
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0px auto;
  position: relative;
}

img.student-card-image {
  border-radius: 10px;
  border: 1px solid #ccc;
}

.student-card-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eee;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.student-card-image-container .watermark {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #07348f;
  color: #fff;
  padding: 1.3rem 1rem;
  border-radius: 50%;
  webkit-animation: fadeInFromNone 1.5s ease-in-out infinite;
  -moz-animation: fadeInFromNone 1.5s ease-in-out infinite;
  animation: fadeInFromNone 1.5s ease-in-out infinite;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.notification-item h3 {
  display: grid;
  margin: 0.8rem 0px;
  grid-template-columns: 1fr auto;
  color: #222;
  font-weight: 100;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.6rem;
  margin-bottom: 1.2rem;
}

.notification-item p {
  color: #333;
}

.notification-item {
  padding: 0.5rem;
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  /* border-bottom: 1px solid #ccc; */
  /* background: #f6f6f6; */
  /* border: 1px solid #ddd; */
}
.resend-request-container a {
  margin-right: 1rem;
}

span.level-label {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0px 8px;
}

div#according-level p {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 200px auto;
  border: 1px solid #ccc;
  padding: 1rem;
  padding-top: 1.3rem;
  align-items: center;
  transition: all 0.3s ease 0s;
}

div#according-level p:hover {
  background: #f3f3f3;
}

.levels-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
}

#generic_price_table {
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
  background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
  background-color: #f6f6f6;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #525252;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
  color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover {
  background-color: #e4e4e4;
  border-left: 5px solid #1dafe0;
}

#generic_price_table .generic_content .generic_price_btn a {
  border: 1px solid #0880af;
  color: #0880af;
}

#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #1dafe0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1dafe0;
  color: #fff;
}

#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head
  span,
#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
  background-color: #0f99cf;
  color: #fff;
}
#generic_price_table {
  margin: 0px;
}
.row .table {
  padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 3px 5px #eee, -1px -3px 5px #eee;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content {
  margin: 0 0 50px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-style: solid;
  border-width: 90px 1411px 23px 399px;
  position: absolute;
  left: 0px;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
  padding: 0 1rem 20px;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price {
  display: block;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 60px;
  padding: 0;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  vertical-align: bottom;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  font-size: 18px;
  font-weight: 400;
  vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  font-size: 18px;

  padding: 15px 1rem;

  transition: all 0.3s ease-in-out 0s;

  border-bottom: 1px solid #f3f3f3;
}

#generic_price_table .generic_content .generic_feature_list ul li:last-child {
  border-bottom: 0px;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li .fa {
  padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn {
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;

  font-size: 18px;
  outline: medium none;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  h2,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head
  h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 320px) {
}

@media (max-width: 767px) {
  #generic_price_table .generic_content {
    margin-bottom: 0px;
  }

  body .levels-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3 {
    float: left;
    width: 50%;
  }

  #generic_price_table .col-md-4 {
    float: left;
    width: 50%;
  }

  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home {
  font-family: "Raleway", sans-serif;
}

.text-center h1,
.text-center h1 a {
  color: #7885cb;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}
.demo-pic {
  margin: 0 auto;
}
.demo-pic:hover {
  opacity: 0.7;
}

#generic_price_table_home ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}
#generic_price_table_home li {
  float: left;
}
#generic_price_table_home li + li {
  margin-left: 10px;
  padding-bottom: 10px;
}
#generic_price_table_home li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}
#generic_price_table_home .blue {
  background: #3498db;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald {
  background: #2ecc71;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey {
  background: #7f8c8d;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight {
  background: #34495e;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange {
  background: #e67e22;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple {
  background: #9b59b6;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red {
  background: #e74c3c;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise {
  background: #1abc9c;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}
#generic_price_table_home .divider span {
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}
#generic_price_table_home .itemname {
  text-align: center;
  font-size: 50px;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 300;
}
#generic_price_table_home .itemnametext {
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  text-transform: uppercase;
  display: inline-block;
}
#generic_price_table_home .footer {
  padding: 40px 0;
}

.price-heading {
  text-align: center;
}
.price-heading h1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}
.demo-button {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.bottom_btn {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 28px;
  margin: 60px auto 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}
.demo-button:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}
.bottom_btn:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

li.menu-user-link img {
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 5px;
}

li.menu-user-link {
  position: relative;
  top: -4px;
  text-align: center;
}

span.level-icon {
  background: #09348e;
  padding: 1rem 0.5rem;
  border-radius: 50%;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  margin-left: 5px;
  position: relative;
  z-index: 10000;
  margin-bottom: 6px;
  display: block;
}
li.menu-user-link a {
  color: #333;
}

.progress-wrapper {
  margin: 2rem auto;
}

.wrapper {
  width: 520px;
  max-width: 100%;
}

.progress-bar {
  height: 30px;
  width: 100%;
  background-color: #bfada3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
  position: relative;
}

* + .progress-bar {
  margin-top: 2rem;
}

.bar {
  width: 0;
  height: 100%;
  background-color: #1dafe0;

  /*Lollipop background gradient*/
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  background-size: 30px 30px;
  animation: move 2s linear infinite;
  box-shadow: 2px 0 10px inset rgba(0, 0, 0, 0.2);
  transition: width 2s ease-out;
}

/*Lollipop background gradient animation*/
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 30px;
  }
}

.perc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  margin-top: 3px;
}

.ui-success,
.ui-error {
  width: 100px;
  height: 100px;
  margin: 40px;
  margin: 2rem auto;
}
.ui-success-circle {
  stroke-dasharray: 260.75219025px, 260.75219025px;
  stroke-dashoffset: 260.75219025px;
  transform: rotate(220deg);
  transform-origin: center center;
  stroke-linecap: round;
  animation: ani-success-circle 1s ease-in both;
}
.ui-success-path {
  stroke-dasharray: 60px 64px;
  stroke-dashoffset: 62px;
  stroke-linecap: round;
  animation: ani-success-path 0.4s 1s ease-in both;
}
@keyframes ani-success-circle {
  to {
    stroke-dashoffset: 782.25657074px;
  }
}
@keyframes ani-success-path {
  0% {
    stroke-dashoffset: 62px;
  }
  65% {
    stroke-dashoffset: -5px;
  }
  84% {
    stroke-dashoffset: 4px;
  }
  100% {
    stroke-dashoffset: -2px;
  }
}
.ui-error-circle {
  stroke-dasharray: 260.75219025px, 260.75219025px;
  stroke-dashoffset: 260.75219025px;
  animation: ani-error-circle 1.2s linear;
}
.ui-error-line1 {
  stroke-dasharray: 54px 55px;
  stroke-dashoffset: 55px;
  stroke-linecap: round;
  animation: ani-error-line 0.15s 1.2s linear both;
}
.ui-error-line2 {
  stroke-dasharray: 54px 55px;
  stroke-dashoffset: 55px;
  stroke-linecap: round;
  animation: ani-error-line 0.2s 0.9s linear both;
}
@keyframes ani-error-line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes ani-error-circle {
  0% {
    stroke-dasharray: 0, 260.75219025px;
    stroke-dashoffset: 0;
  }
  35% {
    stroke-dasharray: 120px, 120px;
    stroke-dashoffset: -120px;
  }
  70% {
    stroke-dasharray: 0, 260.75219025px;
    stroke-dashoffset: -260.75219025px;
  }
  100% {
    stroke-dasharray: 260.75219025px, 0;
    stroke-dashoffset: -260.75219025px;
  }
}

h2.section-title.white {
  background: white;
}

h2.section-title.white span {
  background: white;
}

.check-certificate-page .primary-button {
  margin-top: 1rem;
}

.show-second {
  opacity: 0;
  transition: all 0.3s ease 1s;
}

.show-second.show {
  opacity: 1;
}
.table-grid .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-bottom: 0px;
}

.table-grid .row:last-child {
  border-bottom: 1px solid #ccc;
}

.app-box {
  background: #f4f4f4;
  padding: 1.5rem;
  text-align: center;
  line-height: 30px;
}

.app-box a {
  margin-top: 0.6rem;
  padding: 8px 18px !important;
}

.tr.used-reward {
  opacity: 0.4;
  position: relative;
}

.error-page {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 3px 10px #eee, -1px -3px 10px #eee;
  overflow: hidden;
  padding: 1rem 0px;
}

.error-page img {
  max-width: 600px;
}

.error-page h3 {
  margin: 1rem auto;
}

.error-page .links a {
  display: inline-block;
  margin-left: 1rem;
  background: #0162d0;
}

.error-page .links {
  margin: 1rem;
}

.error-page .links a:last-child {
  margin-left: 0px;
}

.tr.used-reward:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%; /* background: #f95656a8; */
}
.colleges-page {
}

.colleges-list {
  display: flex;
  flex-wrap: wrap;
}

.college-item {
  display: flex;
  flex: 25%;
  text-align: center;
  align-items: center;
  align-self: stretch;
}

.college-item a {
  display: block;
  width: 100%;
  background: #444;
  color: #fff;
  padding: 12px 16px;
  margin: 1rem 0.5rem;
  font-size: 20px;
  border-radius: 8px;
  transition: all 0.4s ease 0s;
  margin-top: 0px;
  align-self: stretch;
}

.college-item a:hover {
  background: #037dfd;
}
.book-item {
  border: 1px solid #ccc;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  margin-bottom: 1rem;
}

.book-item span {
  display: block;
}

.book-item .book-name {
  font-size: 21px;
  margin-bottom: 10px;
}

.book-item .avaliable {
  color: #333;
}

.book-item:hover {
  background: #f4f4f4;
}

.book-item > a {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.book-item img {
  width: 40px;
  margin-left: 1rem;
  position: relative;
  top: -4px;
}

.warning {
  text-align: center;
  border: 1px solid #333;
  font-size: 20px;
  margin: 2rem 1rem;
  padding: 0.8rem;
  border-radius: 10px;
  box-shadow: 1px 3px 10px #eeeeeea1, -1px -3px 10px #eeeeeea6;
}

.warning img {
  max-width: 128px;
}

.warning p {
  margin: 0.8rem 0px;
  line-height: 28px;
}

.loader {
  margin: 0 0 2em;
  height: 100px;
  width: auto;
  text-align: center;
  padding: 0px;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
}

/*
    Set the color of the icon
  */
.loader svg path,
.loader svg rect {
  fill: #037dfd;
}

/* svg {
    width : 100px;
    height: 100px;
  
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -50px;
  } */

svg.animate path {
  animation: dash 0.75s linear both;
  animation-delay: 0.5s;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 210;
  }
  75% {
    stroke-dashoffset: -220;
  }
  100% {
    stroke-dashoffset: -205;
  }
}

.success-svg {
  width: 128px;
}

.code-container {
  margin: 1rem;
  text-align: center;
  line-height: 30px;
}

.code-container .success-svg {
  margin: 1rem;
}

h2#code-text {
  letter-spacing: 2px;
  margin: 0.5rem;
}

#book-button[disabled] {
  opacity: 0.5;
  cursor: no-drop;
}
.com-container {
  text-align: center;
  padding: 2rem;
}

.question-container {
  margin: 2rem auto;
}

button#start {
  margin: 1.5rem;
  font-size: 22px;
}

.com-container .answers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 2rem;
  margin: 1.2rem auto;
}

h4#question-title {
  font-size: 27px;
}

.com-container .answers button {
  font-size: 21px;
}

.com-container > h2 {
  font-size: 30px;
}
p.info-message {
  background: #eed0aa;
  padding: 1.2rem 0.8rem;
  margin: 1rem auto;
  border-radius: 6px;
  color: #82302c;
  font-size: 18px;
}

img.temp-qr-image {
  display: block;
  margin: 1rem auto;
  border: 1px solid #ccc;
  border-radius: 10px;
}

label.answer-item * {
  display: inline-block;
  vertical-align: middle;
}

label.answer-item input {
  margin-left: 1rem;
}

label.answer-item {
  margin-bottom: -0.5rem;
  display: block;
}

p.question-title {
  margin-top: 1.5rem;
  direction: ltr;
  text-align: right;
  direction: rtl;
}

ul#example {
  list-style: none;
  margin: 0px;
  padding: 0;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}

ul#example li {
  display: inline-block;
}

ul#example li span {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

ul#example li.seperator {
  font-size: 40px;
  line-height: 32px;
  vertical-align: top;
}

ul#example li p {
  color: #a7abb1;
  font-size: 15px;
}

ul#example * {
  direction: ltr;
  /* text-align: right; */
}

.timer-container {
  position: fixed;
  z-index: 9999;
  border-top: 1px solid #eee;
  width: 100%;
  right: 0px;
  text-align: center;
  background: #fff;
  bottom: 0px;
  box-shadow: 1px -3px 10px #eeeeee85;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 500px) {
  ul#example li span {
    font-size: 20px;
    line-height: 30px;
  }

  ul#example li p {
    font-size: 12px;
  }

  p.seconds_text {
  }

  ul#example li.seperator {
    line-height: 30px;
    font-size: 33px;
  }

  .timer-container > p {
    font-size: 13px;
  }
}


p.alert.alert-warning {
  padding: 0.5rem 1rem;
  padding-top: 0.8rem;
  border-radius: 5px;
  color: #856404;
  background-color: #fbefc9;
  border-color: #ffeeba;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border: 1px solid;
}
img.payments-img {
  max-width: 212px;
  display: block;
  margin: 1rem 0px;
  margin-bottom: 0px;
height: auto;height: 30px;/* width: 150px; */display: inline-block;}

a.open-bank-form.primary-button {background: #f5f5f5;color: #0564d4;margin-right: 1rem;}

.owl-carousel.owl-rtl * {
  direction: rtl;
}

.owl-carousel .owl-item img {
  width: 120px;
  border-radius: 10px;
  aspect-ratio: 1/1.2;
  border: 1px solid #ccc;
}

h3.title-item {
  margin: 3rem auto;
  text-align: center;
  font-size: 40px;
  color: #6c5a41;
}

img.main-image {
  display: block;
  margin: 2rem auto;
}

.perfume-page input.primary-button {
  background-image: linear-gradient( to left, #6c5a41 0%, #9c815b 51%, #6c5a41 100% );
  border: 1px solid #6c5a41;
}

@media screen and (max-width:600px){


  body .colleges-list {
    display: block;
}

  body h3.title-item {
    font-size: 23px;
    margin: 2rem auto;
    margin-bottom: 0rem;
}

  body img.main-image{

    margin-bottom:0px;
  }
}
.form-group input  , .form-group textarea , .form-group select {
    width: 100%;
    margin: 0.5rem auto;
}

.form-group {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    margin-bottom: 1rem;
    grid-column-gap: 1rem;
}

p.response.error-message span {
  display: block;
}

.box-item {
  transition: all 0.3s ease 0s;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 0%);
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #eee;
  margin: 0.5rem;
  width: 25%;
  display: inline-block;
  position: relative;
}

.box-item img {
  aspect-ratio: 1/1;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}

.box-item span {
  background: #055fc0;
  color: #fff;
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: 62px;
  right: 23px;
  border-radius: 10px;
  line-height: 20px;
}

.box-item.category-item {
  text-align: center;
}

.box-item.category-item img {
  width: 64px;
}

.box-item:hover {
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 25%);
}

.splide img{
  width: 100%;
}

.splide {
  margin: 1rem 0px;
  border-radius: 10px;
  overflow: hidden;
}

.purchase-button {
    display: block;
    text-align: center;
    padding: 1rem 2rem !important;
}

.label-item {
  border-radius: 10px;
  border: 2px solid #ded;
  padding: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 1.5625rem 2.8125rem rgba(79, 86, 101, 0.075) !important;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}



.label-item img {
  max-width: 96px;
  margin-left: 1rem;
}

.label-item h4 {
  font-size: 22px;
  margin-bottom: 0.5rem;
}

.label-item:hover {
  border-color: #8ca8e3;
}

.labels-con {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1rem;
}

.labels-con label {
    display: block;
    text-align: center;
    position: relative;
}

.labels-con label p {
    margin-bottom: 1rem;
    font-size: 14px;
}

.labels-con label h3 {}

.labels-con h4 {
    font-size: 22px;
    margin-top: 0.5rem;
}

.label-item h2 {
    font-size: 30px;
}



.label-item .check {
    position: absolute;
    width: 32px;
    right: -32px;
    top: -30px;
    transition: all 0.2s ease 0s;
    opacity: 0;
}

.label-item.active .check {
    opacity: 1;
}

.label-item.active {
  border-color: #037dfd;
}

.label-item p {
  line-height: 25px;
}


/* Bootstrap Alert Styles */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* Success Alert */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success a {
  color: #0c7d3d;
}

/* Danger Alert */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger a {
  color: #b21f2d;
}

/* Warning Alert */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning a {
  color: #533f03;
}

/* Info Alert */
.alert-info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-info a {
  color: #002752;
}

/* Dismissible Alert */
.alert-dismissible {
  padding-right: 2.5rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
}

.alert-dismissible .close:hover {
  color: inherit;
  text-decoration: none;
}




.specialites-list {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 1rem; */
}

.specialty-item {
  padding: 20px 12px;
  text-align: center;
  box-shadow: 1px 2px 10px #eee;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.specialty-item h2 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 14px;
  padding-bottom: 8px;
  font-size: 18px;
}

.specialty-item .info {
  font-size: 12px;
}

.specialty-item p {
  font-size: 13px;
  margin-top: 10px;
}



.specialites-list {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 1.5rem 1rem; */
  margin-top: 1rem;
}

.specialty-item {
  padding: 20px 12px;
  text-align: center;
  box-shadow: 1px 2px 10px #eee;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding-bottom: 12px;
  position: relative;
  margin: .8rem .5rem;
  border-right: 4px solid #ddd;
  margin-right: 1.2rem;
}

.specialty-item h2 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 14px;
  padding-bottom: 8px;
  font-size: 18px;
}

.specialty-item .info {
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.specialty-item p {
  font-size: 15px;
  margin-top: 8px;
  /* border-top: 1px solid #eee; */
  padding-top: 12px;
}

.specialty-item .info i {
  display: block;
  font-size: 18px;
}

.specialty-item .info span {
  font-size: 12px;
}

.specialty-item .flag {
    top: -10px;
    position: absolute;
    right: -16px;
    /* background: #ddd; */
    padding: 8px 6px;
    border-radius: 6px;
    font-size: 10px;
}

.specialty-item .flag {
    top: -10px;
    position: absolute;
    right: -24px;
    background: #ddd;
    padding: 8px 6px;
    border-radius: 6px;
    font-size: 12px;
    color: #273c0f;
    /* background: #fff; */
    box-shadow: 1px 2px 2px #eeeeee63, 1px -2px 3px #eeeeee63;
    border: 1px solid #ddd;
    /* border: 1px solid #8bc34b; */
}




.radio-buttons 
{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input 
{
  display: none;
}

.radio-btn 
{
  margin: 0px;
  /* width: 220px; */
  /* height: 240px; */
  border: 3px solid transparent;
  display: inline-block;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
  padding: 22px 8px;
  width: 100%;
  background: var(--color-primary-light);
  color: #333 !important;
  border-radius: 6px;
  font-size: 14px;
}

.radio-btn > i {
  color: #ffffff;
  background-color: var(--color-primary);
  font-size: 15px;
  position: absolute;
  top: -10px;
  right: -10px;
  transform: scale(2);
  border-radius: 50px;
  padding: 4px 8px;
  transition: 0.25s;
  pointer-events: none;
  opacity: 0;
  background: #0762d1;
}

.radio-btn .hobbies-icon 
{
  /* width: 150px; */
  /* height: 150px; */
  /* position: absolute; */
  /* top: 40%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* display: none; */
}
.radio-btn .hobbies-icon img
{
  display:block;
  width:100%;
  /* margin-bottom:20px; */
  border-radius: 8px;
}
.radio-btn .hobbies-icon i 
{
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 
{
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing:1px;
  font-weight: bold;
}

.custom-radio input:checked + .radio-btn 
{
  border: 2px solid #0563d2;
}

.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: scale(1);
}

.fill-flex {
    display: flex;
    gap: 1rem;
}

.fill-flex > * {
    flex: 1;
    flex-wrap: wrap;
}

.specialty-item.item-0 {
    border-right-color: #c34b4b;
}

.specialty-item.item-0 .flag {
    background: #c34b4b;
    color: #fff;
}

.specialty-item.item-1 {
    border-right-color: #c3a64b;
}

.specialty-item.item-1 .flag {
    background: #c3a64b;
    color: #fff;
}

.specialty-item.item-2 {
    border-right-color: #4b88c3;
}

.specialty-item.item-2 .flag {
    background: #4b88c3;
    color: #fff;
}
.specialty-item.item-3 {
    border-right-color: #8bc34b;
}

.specialty-item.item-3 .flag {
    background: #8bc34b;
    color: #fff;
}
span.price.has-balance {
  /* display: inline-block; */
  /* position: relative; */
  /* overflow: hidden; */
}

p.course-description.price span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 8px;
}

p.course-description.price span.price.has-balance:after {
  content: "";
  width: 100%;
  height: 2px;
  background: red;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: rotate(344deg);
  opacity: .5;
}

span.price.has-balance {}

p.course-description.price span.balance {
  background: #f8f8f8;
  /* padding: 8px; */
  border-radius: 6px;
}