


html {
    scroll-behavior: auto !important;
}

/* $color-mode-type: data;

@include color-mode(dark) {
  .element {
    color: var(--bs-primary-text-emphasis);
    background-color: var(--bs-primary-bg-subtle);
  }
} */
.nomargin {
  margin: 0px;
}

.nopadding {
  padding: 0px;
}
.dropdown.position-fixed.bottom-0.end-0.mb-3.me-3.bd-mode-toggle {
  z-index: 10;
}

.dark-bg {
  background-color: #212529;
}

.efeb-blue-one-bg {
  background-color: #6694C0;
}

/*h1 elrejtése*/
h1.seo-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
h1.coursename {
  font-size: 11px;
  margin: 0px;
  line-height: 11px;
}
.coursetitle h1.coursename {
  font-size: 11px;
  margin: 0px;
  line-height: 15px;
  text-align: center;
}
.btn.btn-efeb-transparent {
  border-radius: 0px;
  background-color: #fff0;
  border: 2px solid var(--bs-efeb-white);
  width: 70%;
  line-height: 15px;
}

.btn.btn-efeb-transparent:hover {
  border-radius: 0px;
  background-color: var(--bs-efeb-white);
  color: var(--bs-efeb-black);
}

.btn.btn-efeb-red {
  border-radius: 0px;
  background-color: var(--bs-efeb-red);
  border: 2px solid var(--bs-efeb-red);
  width: 70%;
  line-height: 15px;
  color: var(--bs-efeb-white);
}

.btn.btn-efeb-red:hover {
  border-radius: 0px;
  background-color: var(--bs-efeb-white);
  color: var(--bs-efeb-black);
}

.btn.btn-secondary.btn-efeb-red.jelentkezes-vissza-button.modal-btn-back, .btn.btn-secondary.btn-efeb-red.jelentkezes-button.modal-btn-next {
	width: 100%;
	padding: 10px 20px;
	font-size: 21px;
}

.modal-btn-close {
	padding: 10px 20px;
	font-size: 21px;
}

ul > li > .text-efeb-tab {
  color: var(--bs-efeb-ligh-blue);
}
.carousel-item.carousel-course-item .btn.btn-efeb-red {
	border-radius: 0px;
	background-color: var(--bs-efeb-red);
	border: 2px solid var(--bs-efeb-red);
	width: 86%;
	padding: 10px 17px;
	color: var(--bs-efeb-white);
	font-size: 1.2rem;
	margin: 5px 0px 0px;
}
.carousel-item.carousel-course-item .btn.btn-efeb-red:hover {
	border-radius: 0px;
	background-color: var(--bs-efeb-light-grey);
	border: 2px solid var(--bs-efeb-red);
	width: 86%;
	padding: 10px 17px;
	color: var(--bs-efeb-black);
	font-size: 1.25rem;
}

/***marquee - fényújság / futószöveg***/
 .marquee {
  overflow: hidden;
  font-family: "Pridi", sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  background-color: var(--bs-efeb-dark-blue);
}

.marquee__inner {
  display: flex;
}

.marquee__line {
  flex-shrink: 0;
  margin: 0;
  padding: 8px 15px;
  min-width: 100%;
  white-space: nowrap;
  color: var(--bs-efeb-white);
  /* Nincs animáció a marquee__line-on */
}

.separeted-line {
  display: inline-block;
  min-width: 100vw; /* Egy elem a teljes szélességet elfoglalja */
  animation: marqueeLine 12s ease-in-out infinite;
  animation-delay: calc(var(--index) * 4s); /* Késleltetés: index * 2 másodperc */
}

@keyframes marqueeLine {
  from {
    transform: translateX(100%); /* Jobbról indul */
  }
  to {
    transform: translateX(-100%); /* Balra csúszik ki */
  }
}

.btn.btn-marquee {
  padding: 2px 15px;
  margin-top: -4px;
  border-radius: 1px;
  border: 0px solid #dd4848;
  background-color: #dd4848;
  color: #fff;
  margin-left: 15px;
}

.btn.btn-marquee:hover {
  background-color: #fff;
  color: #dd4848;
  margin-left: 15px;
}



    .marquee-container {
        position: relative;
        overflow: hidden;
        height: 42px;
        border: 0;
      
        font-family: "Pridi", sans-serif;
        text-transform: uppercase;
        background-color: var(--bs-efeb-dark-blue);
    }

    .marquee-text {
        position: absolute;
        white-space: nowrap;
        padding: 8px 0;
        color: var(--bs-efeb-white);
    }
    
    @keyframes marqueeSlideOut {
      0% {
        left: 6%;
        opacity: 1;
      }
      30% {
        left: 6%;
        opacity: 1;
      }
      100% {
        left: -100%;
        opacity: 0;
      }
    }
    
    .marqueeAnimate1 {
        animation: marqueeSlideOut 7s ease-in-out forwards;
    }

    @keyframes marqueeSlideInOut {
      0% {
        left: 100%;
        opacity: 1;
      }
      50% {
        left: 6%;
        opacity: 1;
      }
      60% {
        left: 6%;
        opacity: 1;
      }
      100% {
        left: -100%;
        opacity: 0;
      }
    }

    .marqueeAnimate {
        animation: marqueeSlideInOut 12s ease-in-out forwards;
    }


/***marquee - fényújság / futószöveg end***/



.course-details-block {
	background-image: url(/img/icon-details-all.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 68px auto;
	background-color: var(--bs-efeb-light-grey);
	padding: 1% 2% 5% 0%;
}

#pills-tab {
  border-bottom-color: var(--bs-efeb-color-black) !important;
}

p.link-more-down {
	position: absolute;
	bottom: -20px;
	right: 19%;
	left: 64%;
	z-index: 0;
	text-align: center;
	line-height: 44px;
	background-color: #fff;
}

.container.marketing {
  padding: 0px 0px 65px 0px;
}
.container.marketing .row.nomargin .col-lg-12.leads-outside {
	padding: 0;
  display: inline-flex;
}
.fluid-container.course-detain-block {
  padding: 0px 0px 65px 0px;
}

.solution {
  padding: 15px 30px;
  color: var(--bs-efeb-white);
  width: 31.3333%;
  margin: 16% 1% 0%;
}

.solution-1 {
  background-color: #5689b9;
  margin-top: 10px;
  box-shadow: 0px -10px 0px 0px #3d6386;
  min-height: 200px;
}

.solution-2 {
  background-color: #3ca1cd;
  margin-top: 10px;
  box-shadow: 0px -10px 0px 0px #3082a6;
  min-height: 200px;
}

.solution-3 {
  background-color: #8dc174;
  margin-top: 10px;
  box-shadow: 0px -10px 0px 0px #75a060;
  min-height: 200px;
}

.solution > img, .solution-icon {
  width: 100px;
  padding: 15px;
}

.solution.solution-1 > img {
  padding: 5px;
}

.marketing.top-block {
  background-color: var(--bs-secondary-bg);
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
  padding: 20px;
}

.marketing-inside {
  margin-bottom: 50px;
}

.solution-4 {
  background-color:#5689b9;
  box-shadow: 0px -10px 0px 0px #3d6386;
  min-height: 200px;
  margin-top: 10px;
  padding: 0px;
}

.solution-4 h2 {
 color: #FFF;
 text-align: left;
 margin-top: 3rem;
}

h2.cat-title {
  color: var(--bs-h2-color);
}

.solution > h2 {
  color: #fff;
  height: 80px;
  line-height: 2.2rem;
}

.marketing-inside .solution-2 > h2 {
  color: #fff;
  height: 80px;
  line-height: 2.2rem;
  font-size: 2.7rem;
}

.marketing-inside .solution-4 h2.cat-title {
	margin-top: 2rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.2rem;
}

.red-high {
  color: #53ef7a;
  font-weight: bold;
  /* background-color: #fff; */
  padding: 0px 0px;
  height: 30px;
  margin: 0px 0px;
}

.marketing-inside .solution-4 {
  width: 38%;
}

.marketing-inside .solution-2 {
  width: 40%;
}

.marketing-inside .solution-3 {
  width: 18%;
}

.marketing-inside .solution-4.solution-adoult-cat {
  width: 100%;
}
.marketing-inside .solution-4.solution-adoult-cat .adoult-cat-full-width {
  width: 100%;
}
.marketing-inside .solution-4.solution-adoult-cat .solution-icon {
  width: 100px;
  padding: 20px 15px;
}
.marketing-inside .solution-4.solution-adoult-cat h2 {
	color: #FFF;
	text-align: left;
	margin-top: 0rem;
}
.marketing-inside .solution-4.solution-adoult-cat .solution-price h2 {
	font-weight: 900;
	color: var(--bs-efeb-white);
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 2.8rem;
}
.marketing-inside .solution-4.solution-adoult-cat .solution-price h2 .fa.fa-info-circle {
	font-size: 1.1rem;
	margin-left: 0.5rem;
}
.marketing-inside .solution-4.solution-adoult-cat h4 {
    font-size: 1.1rem;
    color: var(--bs-efeb-white);
 }
  .marketing-inside .solution-4.solution-adoult-cat p {
    font-size: 1.1rem;
}
.cat-info-item .info-list li {
	/* list-style: none; */
}
.cat-info-item .info-list a.course-list-item {
	color: var(--bs-efeb-deep-green);
	line-height: 2rem;
	/* list-style: none; */
	font-size: 1.1rem;
	padding-bottom: 1rem;
}

.btn.btn-exam-apply.open-vizsga-jelentkezes-modal {
	width: 50%;
	background-color: var(--bs-efeb-color-orange);
	font-size: 1.5rem;
	color: var(--bs-efeb-white);
	margin: 30px auto;
  border-radius: 2px;
}

.marketing-inside .solution-2 p {
	font-size: 1.4rem;
	padding: 0px 28px;
	text-align: center;
}

.recent-course > .red-high {
  margin-left: 10px;
  margin-right: 10px;
}

.solution > .award-img {
  width: 200px;
  margin-top: 50px;
}

p.btn {
  text-align: center;
  }

.solution.solution-2 a.recent-course {
  text-align: left;
  line-height: 2rem;
  font-size: 1.2rem;
}

.img-responsive.solution-icon {
  float: left;
}

.table-responsive.course-table-summary {
  --bs-body-bg: ;
  color: var(--bs-primary-bg-subtle);
  --bs-table-color: var(--bs-table-color-light);
  padding: 10px 30px;
}

.table-responsive.course-table-summary > p > a {
  width: 50%;
  padding: 12px;
  margin-top: 15px;
}

a.recent-course {
  color: var(--bs-url-color-white);
  display: flex;
  font-weight: 400;
}

.featurette-heading {
  margin-top: 0rem;
  font-size: 50px;
  margin-bottom: 2rem;
  color: var(--bs-color-white);
 }
  
.course-heading {
  margin-top: 2rem;
  font-size: 2.7rem;
  margin-bottom: 2rem;
  color: var(--bs-color-white);
  text-align: center;
  /* font-weight: bold !important; */
}

.table.course-table-summary {
color: var(--bs-primary-bg-subtle);
}

.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  /* color: var(--bs-primary-bg-subtle); */
  color: #fff;
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.solution-3.right-img{
  background-position: center;
  background: url(/img/top-right-pic2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: auto;
  display: flex;
  padding: 0px;
  min-height: auto;
}

.solution-3.right-img > img {
  height: 100%;
  padding: 0px;
  overflow: hidden;
  width: auto;
}

.advantages, .proscons, .cat-list {
  padding: 50px 0px;
  text-align: center;
}
.proscons-modal {
  padding: 0px 0px 10px;
}
.cat-list {
  padding: 0px 0px;
}
.container.proscons.proscons-modal .row.featurette {
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.industry-item {
  padding: 15px 0px;
  float: left;
}

.advantages h2, .proscons h2, .cat-list h2 {
  font-size: 3rem;
}

.industry-item h3, .testimonial-item h3 {
  font-weight: 800;
}

.row.image-block {
  margin-bottom: 50px;
  --bs-gutter-x: 0;
}

/***searchbar***/
.container.cont-searchbar {
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 380px;
  height: 100px;
  z-index:1;
}
.container.cont-searchbar .search {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: var(--bs-efeb-ligh-blue);
  border-radius: 50%;
  transition: all 1s;
  z-index: 4;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}
.container.cont-searchbar.elearning-search .search {
  background: var(--bs-efeb-mid-green);
}

.container.cont-searchbar .search:hover {
  cursor: pointer;
}
.container.cont-searchbar .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 22px;
  right: 0;
  bottom: 0;
  left: 22px;
  width: 12px;
  height: 2px;
  background: var(--bs-efeb-white);
  transform: rotate(45deg);
  transition: all 0.5s;
}
.container.cont-searchbar .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid var(--bs-efeb-white);
  transition: all 0.5s;
}
.container.cont-searchbar input {
	font-family: "Inconsolata", monospace;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	outline: none;
	border: none;
	background: var(--bs-efeb-ligh-blue);
	color: white;
	text-shadow: 0 0 10px var(--bs-efeb-ligh-blue);
	padding: 0 80px 0 20px;
	border-radius: 30px;
	box-shadow: 0 0 25px 0 var(--bs-efeb-ligh-blue), 0 20px 25px 0 rgba(0, 0, 0, 0.2);
	transition: all 1s;
	opacity: 0;
	z-index: 5;
	font-weight: bolder;
	letter-spacing: 0.1em;
}
.container.cont-searchbar.elearning-search input {
	font-family: "Inconsolata", monospace;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	outline: none;
	border: none;
	background: var(--bs-efeb-mid-green);
	color: white;
	text-shadow: 0 0 10px var(--bs-efeb-mid-green);
	padding: 0 80px 0 20px;
	border-radius: 30px;
	box-shadow: 0 0 25px 0 var(--bs-efeb-mid-green), 0 20px 25px 0 rgba(0, 0, 0, 0.2);
	transition: all 1s;
	opacity: 0;
	z-index: 5;
	font-weight: bolder;
	letter-spacing: 0.1em;
}

.container.cont-searchbar input:hover {
  cursor: pointer;
}
.container.cont-searchbar input:focus {
  width: 380px;
  opacity: 1;
  cursor: text;
}
.container.cont-searchbar input:focus ~ .search {
  right: -330px;
  background: #151515;
  z-index: 6;
}
.container.cont-searchbar input:focus ~ .search::before {
  top: 0;
  left: 0;
  width: 25px;
}
.container.cont-searchbar input:focus ~ .search::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: var(--bs-efeb-white);
  border-radius: 0%;
  transform: rotate(-45deg);
}
.container.cont-searchbar input::placeholder {
	color: var(--bs-efeb-black);
	opacity: 0.8;
	font-weight: bolder;
}




/***searchbar end***/

/*testimonias ***/
#testimonialCarousel {
  padding-right: 0;
}

.testimonial-item {
  border: 1px solid var(--bs-efeb-light-grey);
  margin: 1.66%;
  display: flex;
  width: 30%;
  text-align: left;
  overflow: hidden;
  float: left;
}

.testimonial-item.info-block {
  width: 50%;
  margin: 0%px;
  background-color: #e1e1e1;
  color: #fff;
  margin: 50px auto 70px;
  border-radius: 10px;
  padding: 20px;
}

.testimonial-item.info-block h3 {
  color: #fff;
}

.testimonial-item.info-block h2 {
  color: #535252;
  font-size: 2rem;
  font-weight: 800;
  text-align: right;
  margin-top: 71px;
}

.first-cell {
  background-color: #000;
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.img-responsive.customer-service-img {
  height: 100%;
  padding: 0;
  width: 100%;
  overflow: hidden;
  float: left;
}

.testimonials-pre {
  font-size: 13px !important;
  color: var(--bs-heading-color);
}

.testimonial-item p {
  padding: 15px 15px;
}

.testimonial-item img {
  width: 200px;
  padding: 45px;
}

.advantages.advantages-plus .testimonial-item img {
	width: 30%;
	padding: 63px 5px;
	height: max-content;
}

.advantages.advantages-plus .testimonial-item h3 {
	width: 18%;
	color: var(--bs-efeb-dark-blue);
}

.advantages.advantages-plus .testimonial-item p {
	width: 74%;
}

.img-responsive.questionmark-icon {
  padding: 0px;
  width: 192px;
}

.container.course-listing.advantages.marketing.top-block {
  padding: 50px 0px;
}

.course-listing.advantages ul {
  padding: 20px 20px;
}

.course-listing.advantages ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

.course-listing.advantages li {
  /* display: flex;
  float: left;
  width: 33%; */
  text-align: left;
  padding: 2px 5px;
}

.course-listing.advantages li a {
  text-decoration: none;
  font-size: 1.2rem;
  color: var(--bs-efeb-ligh-blue);
}

.course-listing.advantages li a.course-list-item:hover, .course-listing.advantages li:hover {
  color: #fff;
}

/*course-listing*/
.list {
	position: relative;
	background-color: var(--bs-body-bg);
	padding: 15px;
}
.list h2 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.list ul {
  position: relative;
}
.list ul li {
  position: relative;
  left: 0;
  color: #fce4ec;
  list-style: none;
  margin: 4px 0;
  border-left: 2px solid #3d6386;
  transition: 0.5s;
  cursor: pointer;
}
.list ul li:hover {
  left: 10px;
}
.list ul li span.kwa {
  position: relative;
  padding: 8px;
  padding-left: 12px;
  display: inline-block;
  z-index: inherit;
  transition: 0.5s;
}
.list ul li:hover span.kwa {
  color: #111;
}
.list ul li:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  background: #bebfbf4d;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}
.list ul li:hover:before {
  transform: scaleX(1);
}
/*course-listing*/

/***category page***/
.cat-sum {
	margin-top: 30px;
}

.cat-summary {
	padding: 30px;
	display: -webkit-inline-box;
  background: rgb(86,137,185);
  background: linear-gradient(110deg, rgba(86,137,185,1) 0%, rgba(60,161,205,1) 54%, rgba(60,161,205,0.14607849975927867) 100%); 
  display: block;
  border-left: 3px solid var(--bs-efeb-dark-blue);
}
.cat-summary.elearning-summary {
	padding: 30px;
	display: -webkit-inline-box;
	background: rgb(86,137,185);
	background: linear-gradient(110deg, rgba(86,137,185,1) 0%, rgba(60,161,205,1) 54%, rgba(60,161,205,0.14607849975927867) 100%);
	display: block;
	border-left: 3px solid #2d5618;
	background: rgb(117,160,96);
	background: linear-gradient(112deg, rgba(117,160,96,1) 0%, rgba(117,160,96,0.9668067910758054) 59%, rgba(117,160,96,0.34215693113182777) 100%);
}
.cat-summary.exam-summary {
	padding: 30px;
	display: -webkit-inline-box;
	background: rgb(233,156,23);
	background: linear-gradient(110deg, rgba(86,137,185,1) 0%, rgba(60,161,205,1) 54%, rgba(60,161,205,0.14607849975927867) 100%);
	display: block;
	border-left: 3px solid #D88C09;
	background: rgb(117,160,96);
	background: linear-gradient(112deg, rgba(233,156,23,1) 0%, rgba(233,156,23,0.9668067910758054) 59%, rgba(233,156,23,0.34215693113182777) 100%);
}
.cube-0 {
	color: var(--bs-efeb-login-input);
	border-bottom: 2px solid var(--bs-efeb-ligh-blue);
	margin-bottom: 1rem;
	padding-bottom: 1.5rem;
}
.video-item {
  display: block;
  width: 100%;
  margin: 50px 0px;
  padding: 20px;
}
.video-item h4 {
  margin: 50px 0px;
}
.modal-body .btn.btn-secondary.btn-efeb-red {
  width: 150px;
  margin-top: 10px;
}
.first-column {
  width: 66px;
  text-align: center;
}
.pers-p-n {
	color: var(--bs-efeb-black);
	margin: 0px;
	padding: 10px 0px;
}
.pers-p-b {
	color: var(--bs-efeb-black);
}
.pers-p-n {
	text-align: left;
	margin-left: 10px;
  font-weight: 600;
  display: contents;
}
.pers-p-nb {
	color: var(--bs-black);
	text-align: left;
	margin: 0px;
	padding: 10px;
}
.re-p {
	color: var(--bs-efeb-red);
	font-size: 1.4rem;
	font-weight: 600;
}
.btn.btn-default.btn-file {
	background-color: var(--bs-efeb-mid-green);
	color: var(--bs-efeb-login-placeholder-text);
	font-weight: 600;
}
.btn.btn-default.btn-file:hover {
	background-color: var(--bs-efeb-light-grey);
	color: var(--bs-efeb-black);
}
.result-text {
	background-color: var(--bs-efeb-light-grey);
	padding: 15px;
	font-weight: 600;
}
a.back-page-link {
	cursor: pointer;
	background-color: var(--bs-efeb-tab-border);
	padding: 15px;
	width: 100%;
	position: relative;
	display: block;
}
.more-button-area {
	text-align: center;
}
.pers-icon {
	width: 25%;
	padding: 10px;
}
._pers-icon {
	width: 50%;
}
.ex-hh {
	color: var(--bs-black);
	font-size: 2rem;
	margin: 20px 0px 10px;
}
.btn-redy {
	width: 35%;
}
.cat-summary.elearning-summary .cube-0 {
	color: var(--bs-efeb-login-input);
	border-bottom: 2px solid var(--bs-efeb-mid-green);
	margin-bottom: 1rem;
	padding-bottom: 1.5rem;
}
.cat-summary.exam-summary .cube-0 {
	color: var(--bs-efeb-login-input);
	border-bottom: 2px solid #D88C09;
	margin-bottom: 1rem;
	padding-bottom: 1.5rem;
}
.img-responsive.icon-infinity {
  width: 72px;
}

.cube-0 h3, .cat-list-item h3 {
	line-height: 1.7rem;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}
.cube-0 h3 {
	color: var(--bs-efeb-white);
}
.cat-list-item h3 {
	color: var(--bs-efeb-dark-blue);
}

.cat-list-item h3 {
	padding: 15px;
	border-bottom: 2px solid var(--bs-efeb-white);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.cat-list-item .list a {
	font-size: 1.1rem;
	padding: 0px;
	color: var(--bs-efeb-ligh-blue);
}

.cube {
	margin: 0.5rem 0rem 0rem;
  text-align: center;
  padding: 0px;
}

.efeb-logo {
	width: 31%;
	float: left;
	display: flex;
  max-width: 70px;
}

.cat-summary h2 {
	font-size: 1.2rem;
	width: 100%;
	color: var(--bs-efeb-white);
	padding: 1rem 0rem;
	font-weight: 600;
}

.cat-lead-high {
	font-size: 5rem;
	color: var(--bs-efeb-white);
	font-weight: 600;
	line-height: 5rem;
	/* margin-bottom: 2rem; */
}

.cat-lead-semi-high {
  font-size: 3.8rem;
  color: var(--bs-efeb-white);
  font-weight: 600;
	line-height: 3.8rem;
}
.form-control-efeb {
  width: 100%;
  margin: 0px 0px 10px 0px;
}
.cube p {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--bs-efeb-black);
}

.cat-list-item {
	display: block;
	padding: 15px;
	/* background-color: var(--bs-efeb-light-grey); */
  background: rgb(226,226,226);
  background: linear-gradient(42deg, rgba(226,226,226,1) 0%, rgba(226,226,226,0.9640056706276261) 59%, rgba(226,226,226,0.30574236530549714) 100%); 
  border-left: 3px solid #b8b6b6;
}

.cat-list-item .list {
  position: relative;
  background-color: inherit;
  padding: 0px;
}

.cat-list-item .list ul {
	position: relative;
	padding-left: 30px;
}

.cat-list-item .list ul li::before {
	content: "";
	position: absolute;
	width: 96%;
	height: 100%;
	background: #666;
	transform: scaleX(0);
	transform-origin: left;
	transition: 0.5s;
}

.cat-info-item {
  display: block;
  padding: 15px;
  background-color: var(--bs-efeb-light-grey);
  background: rgb(226,226,226);
  background: linear-gradient(42deg, rgba(226,226,226,1) 0%, rgba(226,226,226,0.9640056706276261) 59%, rgba(226,226,226,0.30574236530549714) 100%);
  border-left: 3px solid #b8b6b6;
}

.cat-info-item .info-list {
  position: relative;
  background-color: inherit;
  padding: 0px;
}

.cat-info-item .info-list ul {
	position: relative;
	padding-left: 30px;
}

.cat-info-item .info-list a {
  position: relative;
  background-color: inherit;
  padding: 0px;
}

.cat-info-item h3 {
	padding: 15px;
	border-bottom: 2px solid var(--bs-efeb-white);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.img-responsive.cat-icon-main {
	width: 80px;
	margin-top: 15px;
}

.courses-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px 0;
}

.course-lead-item{
  flex: 1 1 250px;
  margin: 18px;
  text-align: center;
  padding: 20px 10px 0px;
  cursor: pointer;
  max-width: 300px;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.course-lead-item:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transform: translateY(-20px);
}

.course-lead-item img.member-photo {
  display: block;
  width: 200px; height: 200px;
  object-fit: cover;
  border:4px solid var(--bs-efeb-ligh-blue);
  border-radius: 50%;
  margin: 0 auto;
}
.course-lead-item img.member-photo.exam-item {
  border: 4px solid var(--bs-efeb-orange);

}
.cat-icon-course-lead {
	width: 30px;
	margin: 10px 0px auto;
}
.course-lead-price {
	font-size: 1.2rem;
	font-weight: bold;
	color: var(--bs-efeb-black);
}
.course-lead-item h2{
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--bs-efeb-ligh-blue);
  margin: 15px 0;
  height: 70px;
  overflow: hidden;
}
.course-lead-item p.course-lead-price-line {
	font-size: 15px;
	color: #838383;
	line-height: 1.6;
	height: inherit;
}
.course-lead-item p.course-lead-details {
	height: inherit;
}
.course-lead-item p.course-lead-expire {
	height: inherit;
}


.course-lead-item p {
  font-size: 15px;
  color: #838383;
  line-height: 1.6;
  height: 60px;
}

.course-lead-item p.course-btn-place  {
  display: block;
  transform: translateY(-20px);
}

.course-lead-item p.course-btn-place .btn.btn-efeb-red {
	position: absolute;
  bottom: 0px;
	left: 44px;
}

.course-lead-item p.icon-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	margin: 0px;
  height: auto;
}

.course-lead-item h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 25px;
	margin: 0px;
	color: var(--bs-efeb-black);
}

/* .img-responsive.perc-course {
	position: absolute;
	width: 80px;
	right: 10%;
	top: -16px;
  display: block;
  width: 80px; height: 80px;
  object-fit: cover;
} */

.icon-block {
	display: block;
	transform: translateY(-20px);
	/* width: 100%; */
	/* background-color: #000; */
	/* height: 1px; */
}

.img-responsive.perc-course {
	position: absolute;
	width: 80px;
	right: 0%;
	top: 24px;
	/* display: block; */
	width: 80px;
	/* height: 80px; */
	object-fit: cover;
}

#guide {
  background-image: url(/img/guide-bg-01-s.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: 68px auto;
	background-color: var(--bs-efeb-light-grey);
	padding: 1% 2% 5% 0%; */
}

/***article***/
ol.breadcrumb li {
	padding: 0px 10px;
}
.article .article-caption {
	padding: 30px 30px 10px;
	width: 45% !important;
	backdrop-filter: blur(40px);
	border-left: 8px solid var(--bs-efeb-light-blue);
  position: absolute;
}

.article .article-caption h1 {
  color: var(--bs-efeb-white);
  font-weight: 800;
  line-height: 2.9rem;
  font-size: 4rem;
}

.article .article-caption p {
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	line-height: 1.4;
	color: var(--bs-efeb-white);
}

.cat-summary.article-info {
	padding: 30px;
	display: -webkit-inline-box;
	display: block;
	border-left: 3px solid var(--bs-efeb-dark-blue);
	background: rgb(61,99,134);
	background: linear-gradient(235deg, rgba(61,99,134,0.675490264465161) 0%, rgba(61,99,134,1) 39%, rgba(61,99,134,1) 100%);
}

.cat-summary.article-info .cube p {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--bs-efeb-white);
	margin-top: 14px;
}
/***article***/

/***social icons***/
.container.social-container {
  width: 30%;
}
.social-icons {
	width: 411px;
	display: block;
	text-align: center;
}
.social-icons h4 {
  font-weight: 800;
  color: var(--bs-efeb-black);
  margin-bottom: 20px;
  margin-top: 20px;
}  
ul.social-icon-items {
	margin: 0;
	padding: 0;
	display: flex;
	position: relative;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}
ul.social-icon-items li {
	list-style: none;
	margin: 0 15px;
}
ul.social-icon-items li a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 67px;
	background: #333;
	border-radius: 50%;
	font-size: 28px;
	color: #666;
	transition: .5s;
}
ul.social-icon-items li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: .5s;
	transform: scale(.9);
	z-index: -1;
}
ul.social-icon-items li:nth-child(1) a:before {
	background: #ffee10;
}
ul.social-icon-items li:nth-child(2) a:before {
	background: #0097BC;
}
ul.social-icon-items li:nth-child(3) a:before {
	background: #e50000;
}
ul.social-icon-items li:nth-child(4) a:before {
	background: #00ff2a;
}
ul.social-icon-items li a:hover:before {
	transform: scale(1.1);
	box-shadow: 0 0 15px #ffee10;
}
ul.social-icon-items li a:hover {
	color: #ffee10;
	box-shadow: 0 0 5px #ffee10;
	text-shadow: 0 0 5px #ffee10;
}
ul.social-icon-items li:nth-child(2) a:hover:before {
	transform: scale(1.1);
	box-shadow: 0 0 15px #0097BC;
}
ul.social-icon-items li:nth-child(2) a:hover {
	color: #0097BC;
	box-shadow: 0 0 15px #0097BC;
	text-shadow: 0 0 5px #0097BC;
}
ul.social-icon-items li:nth-child(3) a:hover:before {
	transform: scale(1.1);
	box-shadow: 0 0 15px #e50000;
}
ul.social-icon-items li:nth-child(3) a:hover {
	color: #e50000;
	box-shadow: 0 0 15px #e50000;
	text-shadow: 0 0 5px #e50000;
}
ul.social-icon-items li:nth-child(4) a:hover:before {
	transform: scale(1.1);
	box-shadow: 0 0 15px #00ff2a;
}
ul.social-icon-items li:nth-child(4) a:hover {
	color: #00ff2a;
	box-shadow: 0 0 15px #00ff2a;
	text-shadow: 0 0 5px #00ff2a;
}
/***social icons***/

/*our team*/
.team-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}

.member{
  flex: 1 1 250px;
  margin: 20px;
  text-align: center;
  padding: 20px 10px;
  cursor: pointer;
  max-width: 300px;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.member:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transform: translateY(-20px);
}
.member.open-teacher-modal p {
	height: 7px;
}
.member img{
  display: block;
  width: 150px; height: 150px;
  object-fit: cover;
  border:4px solid var(--bs-efeb-ligh-blue);
  border-radius: 50%;
  margin: 0 auto;
}

.member h2{
  text-transform: uppercase;
  font-size: 24px;
  color: var(--bs-efeb-ligh-blue);
  margin: 15px 0;
}

.member p{
  font-size: 15px;
  color: #838383;
  line-height: 1.6;
  height: 150px;
  overflow: hidden;

}


/*our team*/

/***course page***/
.course-lead p {
	font-size: 1.2rem;
	line-height: 1.9rem;
}

.carousel.carousel-course .course-choosing {
	position: absolute;
	display: block;
	z-index: 1;
	left: 31%;
	bottom: 21px;
	backdrop-filter: blur(40px);
	width: 197px;
	padding: 0px;
	border-bottom: 10px solid var(--bs-efeb-mid-green);
}
.bottomMenu {
    position: fixed;
    bottom: 0;
    color: white;
    width: 100%;
    height: 60px;
    border-top: 1px solid #000;
    background: var(--bs-efeb-ligh-blue);
    z-index: 1;
    transition: all .5s;
    padding: 15px;
}
.hide {
    opacity:0;
}
.show {
    opacity:1;
}
.price-variaton-block {
	padding: 10px 6%;
}
.price-variaton-block {
	padding: 10px 6%;
	background-color: var(--bs-efeb-light-grey);
	border-left: 5px solid var(--bs-efeb-orange);
}
.price-variaton-block .btn.btn-efeb-red {
	border-radius: 0px;
	background-color: var(--bs-efeb-red);
	border: 2px solid var(--bs-efeb-red);
	width: 96%;
	line-height: inherit;
	color: var(--bs-efeb-white);
	margin: 45px 0px 0px 0px;
	padding: 3px 20px 7px;
}
.price-variaton-block  .btn.btn-efeb-red:hover {
	background-color: var(--bs-efeb-silver);
	color: var(--bs-efeb-black);
}
.price-variaton-block .price-title.rev {
	color: var(--bs-efeb-red);
}
.price-variaton-block .date-title.rev {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: -1%;
  display: inline-block;
  line-height: 1.8rem;
  color: var(--bs-efeb-red);
}
.price-variaton-block .pers-p-n {
  font-weight: 400;
}
span.kezdes_text {
  font-weight: 600;
}
.price-variaton-block .subprice-text, .price-variaton-block .price-title.rev  {
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 2%;
	display: inline-block;
  line-height: 2.8rem;
}
.price-variaton-block td.l-td {
	max-width: 270px;
}
.price-variant-1 {
	background-color: var(--bs-efeb-light-grey);
	padding: 15px;
	font-size: 1rem;
	border-left: 5px solid var(--bs-efeb-mid-green);
}
.price-variant-2 {
	background-color: var(--bs-efeb-light-grey);
	padding: 15px;
	font-size: 1rem;
	/* border-left: 5px solid var(--bs-efeb-mid-green); */
}
.price-variant p {
  font-size: 1rem;
  margin: 0px;
}
.price-variant h4 {
  font-size: 1.2rem;
  margin: 0px;
}
.data-summary-detail {
	width: 32%;
	display: inline-flex;
}
.price-variaton-block a.apply-link, .solution-price a.apply-link {
	color: var(--bs-efeb-red);
	margin: 10px 4px 10px 0px;
	font-weight: 600;
	display: block;
	font-size: 1rem;
	cursor: pointer;
  width: 100%;
  text-align: center;
}
.price-variaton-block a.apply-link {
  text-align: left;
}
.price-variaton-block a.apply-link.place-link {
	color: var(--bs-efeb-mid-blue);
	margin: 10px 4px 10px 0px;
	font-weight: 600;
	display: block;
	font-size: 1rem;
	cursor: pointer;
  width: 100%;
}

.subprice-text {
	color: var(--bs-efeb-color-orange);
	font-weight: 900;
	margin-top: 15px;
	font-size: 2.8rem;
  line-height: 2.8rem;
}
.solution-price a.apply-link {
	background-color: #fff;
	padding: 3px 3px 5px 7px;
	border-radius: 3px;
	margin-top: 30px;
	width: 83%;
}
.price-variaton-block a.apply-link:hover{
  color: var(--bs-efeb-dark-blue);
}
.solution-price a.apply-link:hover{
  color: var(--bs-efeb-dark-blue);
}
.fa.fa-info-circle {
	cursor: pointer;
}
.success-icon.img-responsive {
	width: 50px;
  cursor: pointer;
}
.error-container {
	color: red;
}
.course-type-icon {
	position: relative;
	width: 75px;
	/* background-color: var(--bs-efeb-dark-blue); */
	/* border-radius: 50%; */
	padding: 7px;
  margin-top: 15px;
}
.orange-text {
  color: var(--bs-efeb-orange);
}
.red-text {
  color: var(--bs-efeb-red);
}
li.sale-li .red-text {
  font-weight: 800;
}
.apply-link.place-link {
	margin-top: 10px;
	display: block;
	padding: 10px 0px 0px;
}
.add-elearning a {
	text-decoration: none;
	line-height: 1.3rem;
}
.starting-text {
	line-height: 1.2rem;
	font-size: 1rem;
	padding: 0px;
	margin-bottom: 15px;
	display: block;
}
.carousel-caption .solution-price p.planning-start {
	float: left;
	padding: 0px 5px 0px 0px;
	display: block;
	font-size: 1.2rem;
  line-height: 1.4rem;
}
.carousel-caption .solution-price h4.planning-start {
  padding: 0px 5px 0px 0px;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.add-elearning a {
	color: var(--bs-efeb-white);
	margin-top: 10px;
	display: block;
	background-color: var(--bs-efeb-dark-blue);
  
  background-color: var(--bs-efeb-dark-green);
	padding: 5px 10px 10px;
	border-radius: 3px;
}
.add-elearning a:hover {
  color: var(--bs-efeb-white);
  margin-top: 10px;
  display: block;
  background-color: #727679;
  padding: 5px 10px 10px;
  border-radius: 3px;
}
.carousel-item.carousel-course-item .apply-btn-2.text-center .btn.btn-efeb-red {
	border-radius: 2px;
	background-color: #d31e2600;
	border: 2px solid #fff;
	font-weight: 600;
	padding: 30px 17px;
	color: var(--bs-efeb-white);
	font-size: 1.4rem;
	margin: 5px 0px 0px;
	position: relative;
	width: 100%;
	top: inherit;
	right: inherit;
}
.carousel-item.carousel-course-item .apply-btn-2.text-center .btn.btn-efeb-red:hover {
  border-radius: 0px;
  background-color: var(--bs-efeb-white);
  color: var(--bs-efeb-black);
}
.map-item {
	padding: 6% 2%;
}
.map-item h4 {
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 2px solid #b3b0b0;
	line-height: 2.4rem;
}
.map-item a {
	margin-top: 10px;
  line-height: 2.4rem;
}
.map-item a, .map-item img {
  cursor: pointer;
}
.map-item img:hover {
  border: 4px solid var(--bs-efeb-deep-green);
}
.price-variaton-block tr.tablerow-classroom {
	border-left: 15px solid var(--bs-efeb-mid-blue);
	/* border-right: 15px solid var(--bs-efeb-mid-blue); */
}
.price-variaton-block tr.tablerow-elearning {
	border-left: 15px solid var(--bs-efeb-mid-green);
	/* border-right: 15px solid var(--bs-efeb-mid-green); */
}
.price-variaton-block tr {
	border-left: 15px solid var(--bs-efeb-white);
	/* border-right: 15px solid var(--bs-efeb-white); */
}
/***course page end***/

/**Horizontal Tabs**/ 

.nav .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid var(--bs-danger);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}
#AdoultCourseTab {
	margin: 0px 20px;
}
#AdoultCourseTab button {
	font-weight: 600;
}
#AdoultCourseTab .nav-item button.active::after {
	content: "";
	border-bottom: 0px solid var(--bs-danger);
	width: 100%;
	position: inherit;
	left: 0;
	bottom: -1px;
	border-radius: 5px 5px 0 0;
}
#adoultcourselist-tab-pane .container.course-listing.advantages.marketing.top-block {
  padding: 0px 0px;
}

#pills-tabContent p {
  color: var(--bs-efeb-dark-blue);
}

#pills-tabContent {
	border-color: var(--bs-efeb-tab-border) !important;
	border-radius: 1px !important;
}

.modal-course-lead {
  padding: 15px;
  background-color: var(--bs-efeb-white);
}

.modal-course-lead p.lead {
  color: var(--bs-efeb-black);
  line-height: 1.5rem;
  font-size: 1.2rem;
  margin: 10px 0px;
}

.form-group.course-schedule-group i {
	font-weight: normal;
}



/**Horizontal Tabs end**/

/*pros-cons*/
.proscons h3 {
	color: var(--bs-h3-color);
	font-weight: 800;
	font-size: 2rem;
	border-bottom: 1px solid #e2e2e2;
	line-height: 4rem;
}
.proscons h3.subcat-title {
	color: var(--bs-h2-color);
	font-weight: 800 !important;
}
.proscons h3.subcat-title .smallc {
	color: var(--bs-efeb-color-orange);
	font-weight: 100 !important;
}
.proscons li {
	color: var(--bs-h3-color);
	text-align: left;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.4rem;
	margin-bottom: 20px;
}
.pros-subtext {
	font-size: 1rem;
	font-style: italic;
	font-weight: 100;
	line-height: 1.2rem;
	display: block;
}
.adoultcourse {
  background-color: var(--bs-efeb-mid-blue);
  margin-top: 30px;
  padding: 2rem;
  box-shadow: 0px -10px 0px 0px #3d6386;
  box-shadow: 0px -10px 0px 0px #676767;
  margin-bottom: 30px;
}
.elearningcourse {
  background-color:  var(--bs-efeb-mid-green);
  box-shadow: 0px -10px 0px 0px #bcbcbc;
  margin-top: 30px;
  padding: 2rem;
  box-shadow: 0px -10px 0px 0px #75a060;
  box-shadow: 0px -10px 0px 0px #dcdcdc;
  margin-bottom: 30px;
}
.joinadultcourse {
	background: rgb(86,137,185);
	background: linear-gradient(90deg, rgba(86,137,185,1) 0%, rgba(141,193,116,1) 75%, rgba(141,193,116,1) 100%);
  margin-top: 30px;
  padding: 2rem;
  box-shadow: 0px -10px 0px 0px #75a060;
  box-shadow: 0px -10px 0px 0px #bcbcbc;
  margin-bottom: 30px;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #e0dddd;
}
#price-variant-items .adoultcourse, #price-variant-items .elearningcourse, #price-variant-items .joinadultcourse {
  margin-top: 0px;
  box-shadow: 0px -10px 0px 0px #bcbcbc;
}
#price-variant-items table {
  margin-bottom: 0px;
}
.container.proscons p {
	font-weight: 600;
	color: var(--bs-border-radius);
	font-size: 1.1rem;
  margin-bottom: 0px;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 6% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  border: 3px solid #fff;
}
.checkmark__check.animateElement {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
.crossmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #ff0000;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #ff0000;
  animation: fillred .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  border: 3px solid #fff;
}
.crossmark__circle.animateElement {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #ff0000;
  fill: none;
 animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.crossmark.animateElement {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #ff0000;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #ff0000;
  animation: fillred .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.crossmark__check.animateElement {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.cross__path.animateElement {
  stroke: #ffffff;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  transform-origin: 50% 50% 0;
}
.cross__path--right.animateElement {
  animation: 0.3s ease 0.8s normal forwards 1 running stroke;
}
.cross__path--left.animateElement {
  animation: 1s ease 0.8s normal forwards 1 running stroke;
}
@keyframes fillred {
  100% {
    box-shadow: inset 0px 0px 0px 30px #ff0000;
  }
 }
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 40px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 40px
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #ffffff;
  }
  40% {
    stroke: #ffffff;
  }
  66% {
    stroke: #ffffff;
  }
  80%, 90% {
    stroke: #ffffff;
  }
}
@keyframes color {
  0% {
    stroke: #ffffff;
  }
  40% {
    stroke: #ffffff;
  }
  66% {
    stroke: #ffffff;
  }
  80%, 90% {
    stroke: #ffffff;
  }
}
span.smalls {
  font-weigh: 12px;
  font-size: bold;
}
.course.details-pills #pills-tabContent a.back-pill {
	color: var(--bs-efeb-red);
}
  
/*pros-cons*/





/**footer**/
.footer.footer-bottom {
  padding: 50px !important;
}

.footer-block > ul {
  margin:0 px 0px 0px 0px;
  padding: 0px;
}

.footer-block > ul > li {
  list-style: none;
}

.footer-block > ul > li > a, a.footerlink {
 text-decoration: none;
 font-size: 18px;
 color: var(--bs-efeb-ligh-blue);
}

 .footer-top a.footerlink {
  text-decoration: none;
  font-size: 18px;
  color: var(--bs-efeb-ligh-blue);
  text-decoration: underline;
  font-weight: 600;
}

footer p {
	font-size: 1rem;
	line-height: 1.7rem;
}

.msg-frame {
	background-color: var(--bs-efeb-dark-blue);
	padding: 30px;
	font-size: 1.2rem;
}
.success-message {
	color: #04bb04;
	font-size: 14px;
	font-weight: bold;
	margin-left: 6px;
	margin-bottom: 10px;
}
#footNewsLetterDiv {
	display: flex;
}
#footNewsLetterDiv > .form-control {
  margin-right: 5px;
  border-radius: 0px;
}
.nl-error {
	display: block;
}
.help-block {
	padding: 5px initial;
	width: 100px;
  color: red;
	/* display: initial; */
}

/*** 1 apply modal***/
.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
	border-radius: 0;
	background-color: var(--bs-efeb-light-grey);
}
.modal-fullscreen .nav-link.disabled {
  pointer-events: none; /* Lezárja a kattintást */
  opacity: 0.6; /* Csökkenti a láthatóságot, hogy jelezze, hogy inaktív */
}
h4.modal-title {
	color: var(--bs-efeb-black);
	font-weight: 800;
}
.process-tab .form-group {
	width: 32%;
	float: left;
	margin: 0px 5px 10px;
}
.process-tab #pills-01-step .form-group {
	width: 75%;
	float: left;
	margin: 0px 5px 10px;
}

.process-tab .form-control {
	background-color: var(--bs-efeb-white);
	color: var(--bs-efeb-black);
  border-color: #9e9e9e;
}
.process-tab .form-control::placeholder {
	color: var(--bs-efeb-black);
	opacity: 1;
}
.process-tab .address-datas-apply .form-group {
	width: 19%;
	float: left;
	margin: 0px 5px;
}
.process-tab .address-datas-apply .form-group.form-group-mini {
	width: 7%;
	float: left;
	margin: 0px 5px;
}
.modal-fullscreen .form-control {
	border-radius: 1px;
	height: 42px;
}
.modal-fullscreen .tab-content > .active {
  display: inline-block;
}
.modal-fullscreen ul > li > .text-efeb-tab {
	color: var(--bs-efeb-dar-blue);
	font-size: 1rem;
}
.modal-fullscreen label {
	display: inline-block;
	font-size: 1rem;
	font-weight: 800;
}
.modal-fullscreen .modal-footer {
  justify-content: center;
}
.modal-fullscreen .btn.btn-efeb-red.submit_modal {
	border-radius: 1px;
	width: 30%;
	line-height: 22px;
	padding: 5px;
}
.modal-footer > .btn.btn-light {
	border-radius: 1px;
	padding: 5px;
}
#vbutton_logout {
	color: red;
}
#dokumentumBlokkDiv label {
	width: 20%;
	display: block;
	float: left;
}
#dokumentumBlokkDiv label input {
  cursor: pointer;
}
#dokumentumBlokkDiv .form-group {
	margin-bottom: 10px;
}
.course-details-block.apply-process {
	background-image: inherit;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 68px auto;
	background-color: var(background-color: var(--bs-body-bg););
	padding: 1% 2% 5% 0%;
}
.process-indicator {
	width: 70px;
	height: 70px;
	background-color: var(--bs-efeb-login-input);
	border-radius: 50%;
	display: inline-block;
}
.apply-process #pills-tabContent span.process-indicator {
	color: var(--bs-efeb-white);
	text-align: center;
	line-height: 4rem;
	font-size: 2rem;
	margin: 0px;
	/* position: absolute; */
	/* left: 0; */
}
.progresses {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0% 0%;
	margin: 0% 8% 10px;
}
 .line{
  width: 21%;
  height: 6px;
  background: #e2e2e2;
 }
  .line.active, .line.activedone {
  width: 21%;
  height: 6px;
  background: #63d19e;
 }
 .steps {
  display: flex;
  background-color: #e2e2e2;
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
 }
 .steps.active, .steps.activedone{
  display: flex;
  background-color: #63d19e;
  color: #fff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
 }
 .course.details-pills .tab-pane {
	width: 100%;
	padding: 0% 4%;
}
.process-tab #pills-01-step .form-group.course-schedule-group {
	width: 100%;
}
.form-group.course-schedule-group ul {
	padding: 0px;
}
.modal-fullscreen .course.details-pills li {
	width: 20%;
	text-align: center;
} 
.course.details-pills li.course-schedule {
	width: 100%;
	text-align: left;
	list-style: none;
  padding: 10px;
  background-color: var(--bs-efeb-login-placeholder-text);
} 
.course.details-pills li.course-schedule.asap-join {
	background-color: var(--bs-efeb-login-placeholder-text);
	text-align: left;
	padding: 10px;
  font-weight: inherit;
}
#pills-tabContent p.course-high-tex {
	color: var(--bs-efeb-red);
}
.img-fluid.join-plus-course {
	width: 165px;
	margin-top: 10px;
	cursor: pointer;
	position: absolute;
	display: inline-flex;
	left: 20%;
}
.img-fluid.join-plus-course:hover {
 background-color: var(--bs-efeb-white);
}
.course.details-pills li.course-schedule {
	width: 100%;
	text-align: left;
  display: flex;
}
.form-group.course-schedule-group label {
	margin: 5px 0px 10px;
}
.course-schedule.asap-join {
	color: var(--bs-efeb-red);
	font-weight: bold;
}
.carousel-caption .data-summary a.apply-link {
	color: var(--bs-efeb-red);
	margin: -10px 4px 5px 0px;
	font-weight: bold;
	display: block;
	font-size: 1rem;
	cursor: pointer;
}
a.back-link {
	cursor: pointer;
}
a.back-link:hover {
	color: var(--bs-efeb-dark-blue);
}
.course.details-pills li.course-schedule input {
  margin:5px;
  margin-right: 15px;
}
.join-plus {
  display: block;
}
h2.process-title {
	font-size: 1.8rem;
	font-weight: 800;
}
 .course.details-pills li button {
	width: 100%;
	font-size: 1rem;
}
#kvKitolotDiv {
	display: inline-block;
	width: 100%;
}
.course.details-pills .btn.btn-primary {
	border-radius: 1px;
	margin: 5px;
}
.modal-fullscreen .summary {
	background-color: var(--bs-efeb-light-grey);
	padding: 15px;
	margin: 10px 2px;
	width: 32%;
}
.modal-fullscreen .summary h4 {
	border-bottom: 3px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
/***1 apply modal***/

/***2 apply modal***/
.course-details-block.course-details-block-2 {
	background-color: var(--bs-efeb-white);
}
.form-group.form-group-50 {
  width: 49%;
  display: inline-grid;
  padding-right: 0px;
  border: 5px solid #fff;
}
.form-group.form-group-50 .course-schedule {
	list-style: none;
	padding: 5px;
}
.form-group.form-group-50 .course-schedule input {
	margin-right: 10px;
}
#pills-02-step-02, #pills-03-step-02, #pills-04-step-02, #pills-05-step-02 {
  width: 49%;
  display: inline-grid;
  padding-right: 0px;
  border: 5px solid #fff;
}
.modal-fullscreen .course-details-block.course-details-block-2 .btn.btn-efeb-red {
	border-radius: 1px;
	width: 30%;
	line-height: 35px;
	padding: 5px;
	font-size: 1.2rem;
	margin: 5px 0px;
}
/***2 apply modal***/

/***404***/
    .efeberr-overlay {
      background-image: url('/img/404.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .efeberr-card {
      background: white;
      padding: 3rem;
      border-radius: 1rem;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
      text-align: center;
      max-width: 500px;
    }

    .efeberr-title {
      font-size: 5rem;
      font-weight: 700;
      color: #dc3545;
    }

    .efeberr-subtitle {
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
    }

    .efeberr-button {
      margin-top: 1.5rem;
      background-color: var(--bs-efeb-red);
    }
/***404***end/
      



/*fixed-sidebar*/
.fixed-sidebar {
  top: 32%;
  right: 0;
  width: 295px;
  height: 80px;
  position: fixed;
  z-index: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  cursor: pointer;
}
.fixed-sidebar.fixed-sidebar-2.hidden-xs {
	top: 42%;
}
.square2 {
  background: var(--bs-efeb-red);
  border-radius: 3px;
  height: 80px;
  margin: 0px 0px 0px 175px;
  transition: transform 0.8s;
  position: absolute;
  width: 502px;
  cursor: pointer;
  visibility: initial;
}

.square2:hover {
  transform: translate(-150px, 0px);
}

.fb-icon-w {
  /* width: 100%;
  height: 23%;
  display: block;
  margin-bottom: 7px;
  background: #CECECE; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.fb-icon-w::before {
  color: var(--bs-efeb-white);
  position: absolute;
  top: 8px;
  left: 8px;
  content: url('/img/icon-apply.png');
  background-image: url('/img/icon-apply.png');
  background-size: 40px 36px;
  display: inline-block;
  width: 40px;
  height: 25px;
  content: "";
}

.apply-button.sidebar-btn {
  margin-left: -376px;
  margin-top: -18px;
  color: var(--bs-efeb-white);
  font-size: 20px;
}
/*fixed-sidebar*/

.navbar-bottom {
  display: none;
}

/**@media (max-width: 1399.98px)**/
@media (max-width: 1399.98px) {
.solution > .award-img {
  width: 180px;
  margin-top: 20px;
}
.testimonial-item img {
  width: 180px;
  padding: 30px 59px 25px 0px;
  height: fit-content;
}
.course-details-block {
	background-image: url(/img/icon-details-all.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 68px auto;
	background-color: var(--bs-efeb-light-grey);
	padding: 1% 4% 5% 4%;
}
.img-fluid.join-plus-course {
	width: 116px;
	margin-top: -28px;
	cursor: pointer;
}
}/**@media (max-width: 1399.98px) end**/

/**@media (max-width: 1199.98px) **/
@media (max-width: 1199.98px) {

.testimonial-item.info-block {
  width: 66%;
}
.featurette-divider {
	margin: 5px 0;
}
.team-row {
	padding: 0px 0;
}
.solution {
  padding: 15px 31px;
}
.article .article-caption {
	padding: 5px 15px 15px;
	width: 77% !important;
	backdrop-filter: blur(40px);
	border-left: 8px solid var(--bs-efeb-light-blue);
	position: absolute;
  background-color: #3d63867d !important;
}
.article .article-caption h1 {
	color: var(--bs-efeb-white);
	font-weight: 800;
	line-height: 2.9rem;
	font-size: 2rem;
}
.article .article-caption p {
	margin-bottom: 0.25rem;
	font-size: 1rem;
	line-height: 1.2;
	color: var(--bs-efeb-white);
}
.col-lg-9.article-content {
	padding: 0px 15px;
}
.row.image-block {
	margin-bottom: 15px;
	--bs-gutter-x: 0;
}
ol.breadcrumb {
	margin: 0px -10px 10px;
}
.cat-sum.cat-sum-article {
    padding: 0px;
}
p.link-more-down {
	position: absolute;
	bottom: -20px;
	right: 22%;
	left: 59%;
	z-index: 20;
	text-align: center;
	line-height: 44px;
	background-color: #fff;
  z-index: 0;
}
.course.details-pills #pills-tabContent a.back-pill {
	color: var(--bs-efeb-red);
}
.course.details-pills ul li button {
	text-align: left;
	padding-left: 20px;
}
.img-responsive.sales-icon {
	position: absolute;
	left: auto;
	width: 100px;
	top: 9%;
	right: 4%;
}
.course-details-block {
	background-repeat: no-repeat;
	background-position: left;
	background-size: 68px auto;
	background-color: var(--bs-efeb-light-grey);
	padding: 1% 2% 5% 0%;
  background-image: none;
}
}/**@media (max-width: 1199.98px) end**/

/**@media (max-width: 991.98px)**/
@media (max-width: 991.98px) {
 .nav.nav-underline.justify-content-between.nav-efeb-header {
	display: none;
}
.login-item {
	display: none;
}
 .navbar-bottom { 
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  
  position: fixed;
  bottom: 0;
  z-index: 1000;
  display: none;
  width: 100%;  
}
.col-4.text-center.header-info {
	width: 84%;
	position: absolute;
	top: 0;
	left: 10%;
	right: 10%;
}
.col-2.pt-1.logo-info {
	width: 100%;
	height: 63px;
	padding: 0px !important;
	display: block;
	margin-top: 42px;
	text-align: center;
}
.nav-scroller.border-bottom {
	display: none;
}
.nav__link.dropup .dropdown-toggle::after {
	display: none;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
} 
.row.featurette {
  margin: 0px;
}
.solution {
	padding: 15px 15px;
	color: var(--bs-efeb-white);
	width: 100%;
	margin: 6% 0% 0%;
}
.solution.solution-2 a.recent-course {
	text-align: left;
	line-height: 2rem;
	font-size: 1rem;
}
.solution > img, .solution-icon {
  width: 70px;
  padding: 5px;
  display: block;
  /* margin-right: 10px; */
  margin: 0 auto;
}
.solution > h2 {
	color: #fff;
	height: auto;
	line-height: 1.8rem;
}
.marketing-inside .solution-4 h2.cat-title {
	margin-top: .5rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.7rem;
	display: block;
}
.course-heading {
	margin-top: 1rem;
	/* font-size: 2rem; */
  font-size: 1.3rem;
	margin-bottom: 1rem;
	color: var(--bs-color-white);
	text-align: center;
}
.solution {
  padding: 15px 30px;
}
.solution-4 h2 {
	color: #FFF;
	text-align: left;
	margin-top: 1rem;
}
.marketing-inside .solution-2 > h2 {
	color: #fff;
	height: auto;
	line-height: 2rem;
	font-size: 2rem;
}
.marketing-inside .solution-2 p {
	font-size: 1.4rem;
	padding: 0px 0px;
	text-align: left;
	line-height: 1.4rem;
}
.solution.solution-2 a.recent-course {
	text-align: left;
	line-height: 1.4rem;
	font-size: 1rem;
	margin-bottom: 10px;
}
.table-responsive.course-table-summary {
	--bs-body-bg: ;
	color: var(--bs-primary-bg-subtle);
	--bs-table-color: var(--bs-table-color-light);
	padding: 10px 20px;
}
.table-responsive.course-table-summary > p > a {
	width: 80%;
	padding: 12px;
	margin-top: 15px;
}
.marketing-inside .solution-4 {
  width: 100%;
}
.marketing-inside .solution-2 {
	width: 100%;
	border: 0px;
	margin: 0;
}
.testimonial-item {
	width: 100%;
}
.testimonial-item img, .advantages.advantages-plus .testimonial-item img {
  width: 180px;
  padding: 30px;
  height: 180px;
  box-sizing: border-box;
  display: block;
}

.course-listing.advantages ul {
	-moz-column-count: 0;
	-moz-column-gap: 0px;
	-webkit-column-count: 0;
	-webkit-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
}
.fixed-sidebar.hidden-xs {
  display: none;
}

.container.marketing {
	padding: 0px 0px 10px 0px;
}
.container.marketing .row.nomargin .col-lg-12.leads-outside {
	padding: 0;
  display: initial;
}
.cat-summary.elearning-summary .cube-0 {
	margin-bottom: 0rem;
	padding-bottom: 0.5rem;
}
.cat-summary.elearning-summary, .cat-summary, .cat-summary.article-info {
	padding: 15px;
}
.cat-summary .cube {
	margin: 0.5rem 0rem 0rem;
	text-align: center;
	padding: 0px;
	width: 49%;
}
.checkmark, .crossmark, .crossmark.animateElement {
	margin: 1% auto 2%;
}
.marketing-inside {
	margin-bottom: 0px;
}
.advantages h2, .proscons h2, .cat-list h2 {
  font-size: 2rem;
  overflow: hidden;
}
.advantages, .proscons, .cat-list {
	padding: 0px 0px;
	text-align: center;
}
.industry-item {
	padding: 0px 0px;
  width: 50%;
}
.carousel-inner-tm {
	padding: 0em;
}
.testimonial-item {
	border: 1px solid var(--bs-efeb-light-grey);
	margin: 1.66% 0%;
	display: flex;
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.container.course-listing.advantages.marketing.top-block {
	padding: 20px 0px;
}
.list {
	position: relative;
	padding: 0px;
}
.course-listing.advantages ul {
	padding: 0px 0px;
}
.footer.footer-bottom, .footer-top {
	background-color: var(--bs-body-bg) !important;
	border-top: 1px solid #e2e2e2;
	padding: 15px 0px !important;
}
.footer.footer-bottom {
 margin-bottom: 70px;
}
footer .efeb-login {
	display: block !important;
}
footer .form-control {
	margin-bottom: 5px;
	height: 40px;
}
.efeb-login.d-flex {
	display: block !important;
	background-color: var(--bs-efeb-login-placeholder-text);
	padding: 10px;
	margin: -10px;
}
.progresses {
	margin: 0% 6% 10px;
}
.line {
  width: 21%;
  height: 6px;
  background: #e2e2e2;
}
.course.details-pills ul.nav-pills {
	background-color: #fff;
	border-radius: 0%;
	margin: 0px;
  padding: 0px;
	border: 0px;
	box-shadow: none;
	height: auto;
	border-width: 0px !important;
	--bs-nav-link-padding-x: 0px;
	--bs-gutter-x: 0px;
  left: 0px;
  top: -9px;
}
.mobile-hidden {
  display: none;
}
.course-details-block.apply-process {
  padding: 0%;
}
.steps, .steps.active, .steps.activedone {
  height: 25px;
}
#pills-tabContent {
	padding: 0px 15px !important;
}
.course.details-pills .tab-pane {
  width: 100%;
  padding: 0% 0%;
}
.process-tab .form-group {
	width: 100%;
	float: left;
	margin: 0px 0px 10px;
}
#pills-01-step .form-group {
  width: 100%;
  float: left;
  margin: 0px 0px 10px;
}
h2.process-title {
	font-size: 1.2rem;
	font-weight: 800;
}
h4.modal-title {
	color: var(--bs-efeb-black);
	font-weight: 800;
	line-height: 1.3rem;
}
 .modal-fullscreen .modal-header {
  background-color: var(--bs-efeb-ligh-blue);
  padding: 8px 15px;
}
.img-responsive.modal-header-icon {
	width: 40px;
}
.course.details-pills .btn.btn-primary {
	border-radius: 1px;
	margin: 0px;
	font-size: .8rem;
}
.modal-fullscreen label {
	display: inline-block;
	font-size: .9rem;
	font-weight: 800;
}
#pills-tabContent #pills-04-step p {
	color: var(--bs-efeb-dark-blue);
	width: 100%;
}
#pills-tabContent #pills-04-step p .btn.btn-primary {
	border-radius: 1px;
	margin: 0px;
	font-size: .8rem;
	width: 100%;
}
.process-tab .address-datas-apply .form-group {
	width: 100%;
	float: left;
	margin: 0px 0px;
}
.process-tab .address-datas-apply .form-group.form-group-mini {
	width: 32%;
	float: left;
	margin: 0px 0px 0px 1px;
}
.modal-fullscreen .summary {
	background-color: var(--bs-efeb-light-grey);
	padding: 0px 5px;
	margin: 10px 2px;
	width: 100%;
}
#pills-tabContent p {
	color: var(--bs-efeb-dark-blue);
	margin: .5rem;
}
.modal-fullscreen .modal-footer {
	justify-content: center;
	padding: 0px;
	padding-bottom: 5px;
	background-color: #fff0;
}
.modal-fullscreen .modal-footer p {
	width: 47%;
	padding: 0px;
}
.dropdown.position-fixed.bottom-0.end-0.mb-3.me-3.bd-mode-toggle {
  z-index: 0;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 1rem !important;
  margin-bottom: 1.5rem !important;
}
.course-listing.advantages li a {
	text-decoration: none;
	font-size: 1.1rem;
	color: var(--bs-efeb-ligh-blue);
}
.list ul li span.kwa {
	position: relative;
	padding: 5px;
	padding-left: 10px;
	display: inline-block;
	z-index: inherit;
	transition: 0.5s;
}  
.featurette-divider {
	margin: 5px 0;
}
.team-row {
	padding: 0px 0;
}
.elearningcourse, .adoultcourse {
	padding: 1rem;
}
.adoultcourse {
	margin-bottom: 0px;
  margin-top: 10px;
}
.elearningcourse {
	margin-bottom: 0px;
  margin-top: 10px;
}
/* .course-lead-item {
	/* flex: 1 1 250px; */
/*	margin: 10px 0px;
	text-align: center;
	padding: 20px 15px;
	cursor: pointer;
	max-width: 300px;
	transition: all 0.3s;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
} */
.course-lead-item {
	/* flex: 1 1 250px; */
	margin: 10px 5px;
	text-align: center;
	padding: 20px 15px;
	cursor: pointer;
	max-width: 98%;
	transition: all 0.3s;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.course-lead-item img.member-photo {
	display: block;
	/* width: 138px;
	height: 100px; */
  width: 100%;
  height: auto;
	object-fit: cover;
	border: 4px solid var(--bs-efeb-ligh-blue);
	border-radius: 3%;
	/* margin: 0 auto; */
	float: left;
}
.course-lead-item .cat-icon-course-lead {
	display: none;
}
.course-lead-item p.icon-text {
	font-size: .9rem;
	font-weight: 600;
	line-height: 1rem;
	margin: 45px 0px 0px;
	height: auto;
}
.course-lead-item p {
	font-size: 1rem;
	color: #838383;
	line-height: 1.4rem;
	height: auto;
	min-height: 20px;
}
.course-lead-item h2 {
	font-size: 1.2rem;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 10px 0px;
	display: inline-block;
}
.course-lead-item h4 {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1rem;
	margin: 0px;
	color: var(--bs-efeb-black);
}
.img-responsive.perc-course {
	position: absolute;
	right: 0%;
	top: 7px;
	width: 50px;
	object-fit: cover;
}
.course-lead-item p.course-btn-place .btn.btn-efeb-red {
	position: absolute;
	bottom: -30px;
	left: 44px;
}
.container.cont-searchbar {
	position: relative;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	z-index: 1;
}
.container.cont-searchbar .search {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: var(--bs-efeb-ligh-blue);
	border-radius: 50%;
	transition: all 1s;
	z-index: 4;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}
.container.cont-searchbar .search::after {
	content: "";
	position: absolute;
	margin: auto;
	top: -5px;
	right: 0;
	bottom: 0;
	left: -5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid var(--bs-efeb-white);
	transition: all 0.5s;
}
.container.cont-searchbar .search::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 13px;
	right: 0;
	bottom: 0;
	left: 16px;
	width: 12px;
	height: 2px;
	background: var(--bs-efeb-white);
	transform: rotate(45deg);
	transition: all 0.5s;
}
.container.cont-searchbar input:focus {
	width: 280px;
	opacity: 1;
	cursor: text;
}
.container.cont-searchbar input:focus ~ .search {
  right: -260px;
  background: #151515;
  z-index: 6;
}
.container.cont-searchbar input:focus ~ .search::before {
  top: 0;
  left: 0;
  width: 25px;
}
.container.cont-searchbar input:focus ~ .search::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: var(--bs-efeb-white);
  border-radius: 0%;
  transform: rotate(-45deg);
}
.container.cont-searchbar input::placeholder {
	color: var(--bs-efeb-black);
	opacity: 0.8;
	font-weight: bolder;
  font-size: 0.8rem;
}
.img-responsive.cat-icon-main {
	width: 50px;
	margin-top: 15px;
}
#AdoultCourseTab .nav-item button {
	padding: 0px 5px;
}
#AdoultCourseTab {
	margin: 20px 0px 10px;
}
.helper-url {
	width: 90%;
	display: inline-block;
	margin: 0;
	padding: 5px;
	background-color: var(--bs-efeb-color-orange);
	font-weight: 600;
}
.col-md-6.pros ul {
  padding: 0px 0px 0px 15px;
}
.proscons li {
	color: var(--bs-h3-color);
	text-align: left;
	font-size: 1rem;
}
.social-icons {
	width: 100%;
	display: block;
	text-align: center;
}
ul.social-icon-items li {
	list-style: none;
	margin: 0 5px;
}
ul.social-icon-items li a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 35px;
	background: #333;
	border-radius: 50%;
	font-size: 16px;
	color: #666;
	transition: .5s;
}
ul.social-icon-items li a {
	text-align: center;
	line-height: 48px;
	font-size: 22px;
	color: #666;
}
.course.details-pills #pills-tabContent p {
	margin: 1rem 0rem;
}
.container.social-container {
	width: 100%;
  margin-bottom: 30px;
}
.social-icons h4 {
	text-align: left;
}
p.link-more-down {
	position: absolute;
	bottom: -20px;
	right: 0%;
	left: 0%;
	z-index: 0;
	text-align: center;
	line-height: 44px;
	background-color: #fff;
}
.course-lead {
	padding: 15px;
	margin: 0;
}
.course-lead p {
	font-size: 1.1rem;
	line-height: 1.9rem;
}
#pills-02-step-02, #pills-03-step-02, #pills-04-step-02, #pills-05-step-02 {
  width: 100%;
  display: inline-grid;
  padding-right: 0px;
  border: 5px solid #fff;
}
.form-group.form-group-50 {
  width: 100%;
  display: inline-grid;
  padding-right: 0px;
  border: 5px solid #fff;
}
#pills-05-step-02 .personal-datas-apply {
	padding: 0px 10px;
	background-color: var(--bs-efeb-white);
	border: 0px;
}
.modal-fullscreen #pills-05-step-02 .summary {
	background-color: var(--bs-efeb-white);
	padding: 0px 0px;
	margin: 0px 2px;
	width: 100%;
}

#pills-05-step-02 p {
	margin-top: 0;
	margin-bottom: .5rem;
}
.modal-fullscreen .course-details-block.course-details-block-2 .btn.btn-efeb-red {
	border-radius: 1px;
	width: 100%;
	line-height: 35px;
	padding: 5px;
	font-size: 1.2rem;
	margin: 5px 0px;
}

#debug-icon {
	bottom: 149px;
}
#price-variant-items table {
	margin-bottom: 0px;
	/* width: 100%; */
	display: block;
	overflow: scroll;
}
#bd-theme {
	padding: 8px 8px;
}
.bottomMenu {
	position: fixed;
	bottom: 0;
	color: white;
	width: auto;
	height: 120px;
	border-top: 1px solid #000;
	background: var(--bs-efeb-ligh-blue);
	z-index: 1;
	transition: all .5s;
	padding: 15px;
}
}/**@media (max-width: 991.98px) end**/

/**@media (max-width: 767.98px) **/
@media (max-width: 767.98px) {
 .elearningcourse {
	margin-bottom: 30px;
  margin-top: 0px;
} 
.course.details-pills ul li {
	width: 100%;
}
.course.details-pills ul li button {
	text-align: left;
  padding-left: 20px;
}
.course.details-pills #pills-tabContent p {
	margin: 1rem 0rem;
}
.course.details-pills #pills-tabContent a.back-pill {
	color: var(--bs-efeb-red);
}
.container.social-container {
	width: 100%;
}
.social-icons h4 {
	text-align: left;
}

/* General card styling */
.card {
  border: none;
  border-radius: 0.5rem;
}

/* Header rows styling (mimicking table headers) */
.ef-header-row {
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fa; /* Light gray background like table-striped header */
  font-size: 1rem;
  border-bottom: 1px solid #dee2e6; /* Subtle border */
}

/* Content rows with striped effect */
.ef-content-row {
  padding: 0.75rem 1.25rem;
  background-color: #ffffff; /* Default white background */
}

.ef-content-row:nth-child(odd) {
  background-color: #f8f9fa; /* Striped effect, alternating light gray */
}

/* Ensure full width and proper alignment */
.w-100 {
  width: 100%;
}

.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.fw-bold {
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .ef-header-row {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }

  .ef-content-row {
    padding: 0.5rem 1rem;
  }

  .pers-p-n {
    font-size: 0.875rem;
  }
}

/* Preserve existing classes */
.pers-p-n {
  margin-bottom: 0;
}

.price-title.rev, .date-title.rev {
  font-weight: bold;
}

.striketrough {
  text-decoration: line-through;
}

.subprice-text {
  color: #dc3545; /* Red for discounted price, adjust as needed */
}

.btn-efeb-red {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-efeb-red:hover {
  background-color: #c82333;
  border-color: #c82333;
}
.pers-p-n .course-type-icon {
	width: 35px;
  padding: 0px;
  margin: 0 0 0 20px;
}
.subprice-text {
  font-size: 1.8rem;
}
.ef-content-row .pers-p-n {
	display: block;
	text-align: center;
}
.ef-content-row .pers-p-n .btn.btn-efeb-red {
  width: 100%;
  margin-bottom: 20px;
}



}/**@media (max-width: 767.98px) end**/

/**@media (max-width: 575.98px)**/
@media (max-width: 575.98px) {
 
 
}/**@media (max-width: 575.98px) end**/


