/*
Theme Name: ProfMet
Theme URI: https://min-code.com
Author: MinCode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: #
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

:root {
  --dark: #113848;
  --red: #E42C38 ;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.d-flex {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.h1,
h1 {
  font-size: 40px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h2,
h2 {
  font-size: 32px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h3,
h3 {
  font-size: 28px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h5,
h5 {
  font-size: 22px;
  line-height: 140%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0
}

p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
  color: #000;
}

a {
  font-size: 16px;
  line-height: 150%;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: 0.3s;
  color: var(--red)
}

ul {
  margin-bottom: 0;
}

b {
  font-weight: 600
}

strong {
  font-weight: 700
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1390px;
  width: 100%;
  padding: 0 15px;
}

.mt-12 {
  margin-top: 120px;
}

.mb-12 {
  margin-bottom: 120px;
}

.mg-12 {
  margin: 120px 0;
}

/* Style Page */
.header {
  padding: 16px 0;
  position: relative;
  background: white;
  position: sticky;
  top: 0;
  z-index:9999;
}

.top_header {
  border-bottom: 1px solid #BFC1C2;
  padding: 5px 0
}

.top_header a {
  color: #000;
  font-size: 12px;
  line-height: 100%;
  margin-right: 32px;
}

.top_header a:hover {
  color: var(--red)
}

.top_header a:last-child {
  margin-right: 0;
}

.site_logo img {
  height: 26px;
  width: auto;
}

.main_menu {
  justify-content: flex-end;
}

.main_menu ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}

.main_menu ul li a {
  font-size: 14px;
  line-height: 100%;
  position: relative;
}

.main_menu ul li a::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
}

.main_menu ul li a:hover::before,
.main_menu ul li.current_page_item a::before,
.single-post .main_menu ul li.resouerces a::before,
.single-events .main_menu ul li.events_menu a::before {
  transform: scaleX(1);
}

.main_menu ul li.current_page_item a,
.single-post .main_menu ul li.resouerces a,
.single-events .main_menu ul li.events_menu a {
  font-weight: 600
}

.btn_main {
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  padding: 16px 32px;
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  transition: 0.3s
}

.btn_red {
  background: var(--red);
  color: white;
  border-color: var(--red);
}

.btn_red:hover {
  color: var(--red);
  background: transparent;
  border-color: var(--red)
}

.btn_transparent {
  background: transparent;
  color: #000;
  border-color: #000;
}

.btn_transparent:hover {
  color: white;
  background: var(--red);
  border-color: var(--red)
}

.cta_header_button {
  margin-left: 36px;
}

.hero .d-flex {
  background: #EFF1F3;
  border-radius: 8px;
}

.hero_content {
  padding-left: 48px;
  padding-right: 75px;
  padding-bottom: 32px;
  padding-top: 92px
}

.hero_description {
  margin-bottom: 24px;
  margin-top: 20px;
}

.hero_buttons {
  margin-bottom: 92px;
}

.hero_buttons .btn_red {
  margin-right: 12px
}

.hero_icons {
  display: flex;
  align-items: center;
  gap: 25px;
}

.hero_icons p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
}

.hero_icons p img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.hero_alert {
  margin-bottom: 24px;
}

.hero_alert p {
  margin-bottom: 0;
  display: inline-block;
  background: white;
  padding: 10px 4px;
  padding-right: 12px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 100%;
}

.hero_alert p span {
  letter-spacing: 0.14px;
  font-weight: 600;
  color: white;
  background: var(--dark);
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 8px;
}

.hero_bg {
  background-size: cover;
  background-position: left center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}









footer {
  background: #EFF1F3;
}

.main_footer {
  padding-top: 56px;
  padding-bottom: 56px;
}

.main_footer .d-flex {
  justify-content: space-between;
}

.footer_col ul {
  list-style: none;
  padding-left: 0;
}

.footer_col ul li a {
  font-size: 14px;
  line-height: 100%;
}

.footer_col ul li {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 100%;
}

.footer_col ul li:last-child {
  margin-bottom: 0
}

.footer_col h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 16px
}

.subfooter {
  border-top: 1px solid #BFC1C2;
  padding: 16px 0;
}

.subfooter p,
.subfooter p a {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}

.subfooter_content {
  justify-content: space-between;
  align-items: center;
}

.socials {
	margin-bottom: 0;
	margin-top: 16px;
}

.maib_logos img {
	width: 80px;
}

.socials a img {
  width: 24px;
  height: 24px;
  transition: 0.3s
}

.socials a:hover img {
  opacity: .7
}

.subfooter p a {
  display: inline-block;
  margin-right: 10px
}

.subfooter p a:last-child {
  margin-right: 0
}

.newsletter_form {
	display: flex;
	align-items: center;
	position: relative;
	gap: 16px;
}

.newsletter_form .email_input {
	width: 260px;
}

.email_input input {
	font-size: 14px;
	line-height: 100%;
	font-weight: 600;
	padding: 14px 16px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	width: 100%;
}

.email_input p,
.submit_input p{
	margin-bottom: 0;
}

.submit_input input {
	font-size: 14px;
	line-height: 100%;
	font-weight: 600;
	background: #E42C38;
	color: white;
	border: 1px solid #E42C38;
	border-radius: 4px;
	padding: 16px 32px;
	transition: 0.3s;
}

.submit_input input:hover {
	border-color: #E42C38;
	background: transparent;
	color: #E42C38;
}

.menu_banner {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  padding: 8px;
}

.menu_banner p {
  margin-bottom: 0;
  font-weight: 600;
  transition: 0.3s
}

.menu_banner img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.home_buttons {
  align-items: center;
  background: #EFF1F3;
  border-radius: 8px;
  padding: 32px 48px;
  justify-content: space-between;
}

.start .col-md-9.d-flex {
  gap: 16px;
}

.menu_banner a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.menu_banner:hover p {
  color: var(--red)
}

.section_title p {
  margin-bottom: 0;
  margin-top: 16px;
}

.provocation_nr {
  background: #113848;
  border-radius: 8px;
  padding: 32px;
  color: white;
  position: relative;
  min-height: 250px;
}

.provocation_nr h6 {
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #E42C38;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 88px;
}

.provocation_nr p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
  color: white;
  position: absolute;
  bottom: 32px;
  width: calc(100% - 64px);
	left: 32px;
}

.provocation .d-flex {
  column-gap: 32px;
}

.provocation .section_title {
  margin-bottom: 56px;
}

.subtitle_icon {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 16px;
}

.subtitle_icon span {
  position: relative;
  padding-left: 30px;
}

.subtitle_icon span:before {
  content: '';
  background: url('/wp-content/uploads/2025/08/fav-profmet.svg');
  position: absolute;
  left: 0;
  top: -5px;
  height: 24px;
  width: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section_buttons a.btn_red {
  margin-right: 12px;
}

.section_buttons {
  margin-top: 32px;
}

.solutions_content img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-bottom: 24px;
}

.solutions_content h6 {
  margin-bottom: 8px;
}

.solution_col {
  background: #EFF1F3;
  border-radius: 8px;
  padding: 32px;
}

.solution_col1 {
  margin-bottom: 32px;
  margin-top: 26px;
}

.solution_col p {
  margin-bottom: 0;
}

.solution2 {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.solutions_content {
  column-gap: 32px;
  margin-top: 56px;
}

.solution_col2 {
  margin-bottom: 26px;
}

.related_courses {
  background: var(--dark);
  padding: 120px 0;
}

.related_courses .section_title {
  color: white;
}

.related_courses .subtitle_icon span:before {
  background: url('/wp-content/uploads/2025/08/Group-6.svg');
}

.cta_flex {
  background: #EFF1F3;
  border-radius: 8px;
  padding: 64px 80px;
}

.alert_timer img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  margin-top: -2px;
}

.alert_timer p {
  font-size: 12px;
  line-height: 100%;
  color: var(--red);
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.cta_p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.cta_col1 {
  padding-right: 40px;
}

.cta_col2 {
  padding-left: 40px;
}

.registration_form input {
  width: 100%;
  background: #EFF1F3;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 17px 16px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  color: #000000;
}

.registration_form select {
  width: 100%;
  background: #EFF1F3;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 15px 16px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3)
}

.registration_form ::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.registration_form p {
  margin-bottom: 0;
}

.acceptance p,
.acceptance p a {
  font-size: 12px;
  line-height: 120%;
  color: #000;
}

.acceptance p a {
  text-decoration: underline;
}

.registration_form.d-flex {
  gap: 16px;
}

.registration_form input.wpcf7-submit {
  background: var(--red);
  color: white;
  border-color: var(--red);
  transition: .3s;
}

.registration_form input.wpcf7-submit:hover {
  background: transparent;
  color: var(--red)
}

.submit_butt {
  margin-top: 8px;
}

.submit_butt p {
  position: relative;
}

.submit_butt .wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: 14px;
}

.stars_icon {
  height: 24px;
  width: auto;
  margin-bottom: 32px;
}

.company_name {
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
}

.review_name {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 0;
}

.swiper-content {
  background: #EFF1F3;
  border-radius: 8px;
  padding: 32px;
  gap: 32px;
}

.reviews_slider {
  margin-top: 56px;
}

.review_col2 {
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  position: relative;
}

a.video_review {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.play_icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partners_intro {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 56px;
}

.partners_intro strong {
  font-weight: 600;
}

.partners_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partners_logo img {
  width: auto;
  height: 70px;
}

.about_content p {
  margin-bottom: 24px;
  margin-top: 16px;
}

.about_us .subtitle_icon {
  margin-bottom: 24px;
}

.about_col2 {
  position: relative;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}

.about_col1 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.about_us_columns,
.about_numbers {
  gap: 32px;
}

.about_numbers .col-md-3 {
  background: #EFF1F3;
  border-radius: 8px;
  padding: 32px 24px;
}

.about_numbers .number {
  font-size: 32px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 16px;
}

.number_desc {
  margin-bottom: 0;
}

.about_numbers {
  margin-top: 32px;
}

.contact_info p {
  margin-bottom: 0;
  font-weight: 600;
}

.contact_info p.contact_title {
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 400;
}

.contact_info {
  margin-top: 42px;
  display: flex;
  gap: 56px;
}

.contact_info > div {
  position: relative;
  padding-left: 56px
}

.email:before {
  content: '';
  background-image: url('/wp-content/uploads/2025/08/mail.svg');
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}

.address:before {
  content: '';
  background-image: url('/wp-content/uploads/2025/08/location_on.svg');
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}

.contact_us {
  background-image: url('/wp-content/uploads/2025/08/contact-bg.jpg');
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: right center;
  background-size: cover;
  border-bottom: 1px solid #BFC1C2;
}

.contact_col1 {
  padding-right: 36px;
}

.contact_col2 {
  background: white;
  border-radius: 8px;
  padding: 48px 32px;
  width: calc(50% - 36px);
  margin-left: 36px;
}

.contact_col2 .social_title {
  margin-bottom: 16px;
}

.contact_social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact_social a {
  font-size: 14px;
  line-height: 100%;
  color: white;
  font-weight: 600;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
  width: calc(50% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_social a img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  margin-right: 8px;
}

.contact_social a.viber img {
  width: 20px;
  height: 20px;
}

.contact_social a.whatsapp {
  background: #25D366;
  transition: 0.3s;
}

.contact_social a.viber {
  background: #7E64CB;
  transition: 0.3s;
}

.contact_social a.whatsapp:hover {
  background: #29bd60
}

.contact_social a.viber:hover {
  background: #6a53b0;
}

.contact_formbig {
  margin-top: 32px;
}

.formm .registration_form input,
.formm .registration_form select {
  background: white;
}

.formm .registration_form textarea {
  width: 100%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 17px 16px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  color: #000000;
  height: 96px;
}

.formm .registration_form .submit_butt input {
  background: var(--red)
}

.formm .registration_form .submit_butt input:hover {
  background: white;
}

.contact_formbig .form_bigtitle {
  margin-bottom: 16px;
}

.contact_formbig .submit_butt {
  margin-top: 0
}

.breadcrumbs ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.breadcrumbs li,
.breadcrumbs li a {
  font-size: 12px;
  line-height: 100%;
  position: relative;
}

.breadcrumbs li.current {
  color: rgba(0, 0, 0, 0.3)
}

.breadcrumbs li:after {
  content: '/';
  margin-right: 8px;
  margin-left: 8px;
}

.breadcrumbs li.current:after {
  display: none;
}

.page_title {
  margin-top: 24px;
  margin-bottom: 40px;
}

.blog__content {
  background: #EFF1F3;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 24px 16px;
}

.blog_articles .featured__img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 180px;
  object-fit: cover;
}

.blog__content h2 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
  color: #000;
  transition: 0.3s;
}

.blog__content .content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.blog_data {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.blog_data p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3)
}

.article_category {
  position: relative;
}

.article_category:after {
  content: '•';
  margin-right: 16px;
  margin-left: 12px;
}

.blog_item {
  position: relative;
}

.blog_item .article_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
}

.blog_content.d-flex {
  gap: 32px;
}

.blog_item:hover .blog__content h2 {
  color: var(--red);
}

.blog_pagination {
  width: 100%;
  margin-top: -8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.pagination {
  gap: 16px;
}

.posts-counter p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.3)
}

ul.pagination li,
ul.pagination li .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

ul.pagination li span,
ul.pagination li a {
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  border: 0;
  color: #000!important;
}

ul.pagination li span {
  background-color: transparent!important;
  color: #000!important;
}

ul.pagination .page-item.active {
  border: 1px solid var(--red);
  border-radius: 4px;
}

ul.pagination li:hover .page-link {
  border: 1px solid var(--red);
  border-radius: 4px;
}

ul.pagination .page-item.active:hover .page-link {
  border: 0;
}

.page-link:hover {
  background: none
}

ul.pagination .page-item .page-link.next,
ul.pagination .page-item .page-link.prev {
  background: #EFF1F3;
  border-radius: 4px;
  position: relative;
}

ul.pagination .page-item .page-link.next:before {
  content: '';
  background: url('/wp-content/uploads/2025/08/SVG.svg');
  width: 10px;
  height: 10px;
  position: absolute;
}

ul.pagination .page-item .page-link.prev:before {
  content: '';
  background: url('/wp-content/uploads/2025/08/SVG.svg');
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(-180deg);
}

ul.pagination .page-item:last-child:hover a.next.page-link {
  background: #e8ebee;
}

.single_text {
  width: calc(100% - 316px);
  padding-right: 64px;
}

.single_event_content .single_text {
  padding-right: 32px
}

.single_sidebar {
  width: 316px;
}

.single_title .blog_data p {
  font-size: 14px;
}

.single_title .blog_data {
  margin-top: 8px;
}

.single_title.page_title {
  margin-bottom: 24px;
}

.single_post_feat {
  width: 100%;
  height: 564px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 40px;
}

.home_courses .tutor-wrap.container {
  padding: 0;
}

.content_post h2 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 50px
}

.content_post .wp-block-list {
  margin-bottom: 30px;
  margin-top: -20px;
}

.content_post .wp-block-gallery img,
.content_post .wp-block-gallery figure {
  height: 275px!important;
  object-fit: cover!important;
  border-radius: 8px;
}

.content_post .wp-block-gallery {
  margin-bottom: 40px;
  margin-top: 40px;
  gap: 32px!important;
}

.content_post .wp-block-gallery .wp-block-image {
  width: calc(50% - 24px)!important
}

.content_post a {
  text-decoration: underline;
  color: rgba(17, 85, 204, 1)
}

.content_post p:last-child {
  margin-bottom: 0
}

.sticky_position {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  align-self: flex-start;
}

.post_sidebar .blog_data {
  margin-top: 0;
  margin-bottom: 8px;
}

.post_sidebar .post-title {
  font-size: 16px;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;

}

.post_sidebar .post-title a {
  color: rgba(17, 56, 72, 1)
}

.post_sidebar .post-title:hover a {
  color: var(--red)
}

.post_sidebar .news__item {
  margin-bottom: 40px
}

.all_posts a {
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  color: var(--red);
  transition: 0.3s
}

.all_posts a:hover {
  color: #000
}

.events_articles .events_content {
  gap: 32px;
}

.event__content {
  display: flex;
  gap: 16px;
}

.featured__img_event {
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.event__content {
  background: #EFF1F3;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 32px 24px;
}

.event__content .event_title h2 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  color: #000;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

.event_location {
  display: flex;
  align-items: center;
}

.event_location p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
}

.event_location p.event__data:after {
  content: "•";
  margin-right: 16px;
  margin-left: 16px;
}

.event-date span {
  display: block
}

.event-date {
  text-align: center;
  margin-bottom: 0;
}

.event_details {
  border: 1px solid var(--red);
  border-radius: 4px;
  padding: 12px 10px;
}

.event_details .event-day {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  color: #000;
}

.event_details .event-month {
  text-transform: uppercase;
  color: var(--red);
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  margin-top: 8px;
}

.event_item {
  position: relative;
}

.event_item .article_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.event_item:hover .event__content h2 {
  color: var(--red);
}

.single_event_details p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 100%;
}

.event_sidebar {
  background: #EFF1F3;
  border-radius: 8px;
  padding: 32px 24px;
}

.event_sidebar .sidebar_title {
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #BFC1C2
}

.single_event_content .single_post_feat {
  margin-bottom: 32px
}

h2.related_title {
  color: #113848;
  font-weight: 700;
}

.slider_arrows img {
  width: 40px;
  height: 40px;
}

.slider_arrows {
  display: flex;
  align-items: center;
  gap: 10px
}

.event_intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.swiper-button-disabled {
  opacity: 0.5
}

.slider_arrows .events-pagination-prev img {
  transform: rotate(-180deg);
}

.about_section1 .about_us_columns {
  gap: 32px;
}

.about_section1 {
  margin-top: 24px;
}

.about_section1 .about_col1 {
  padding: 0
}

.about_us_columns {
  align-items: center;
}

.about_section1 .about_content p:last-child {
  margin-bottom: 0
}

.single_event_details p:last-child {
  margin-bottom: 0
}

.about_section1 .subtitle_icon {
  margin-bottom: 20px
}

.about_section1 h2 {
  margin-bottom: 20px;
}

.mission_content > div {
  background: #EFF1F3;
  border-radius: 8px;
  padding: 32px;
}

.mission_content h2 {
  margin-bottom: 24px;
}

.mission_content p {
  margin-bottom: 0
}

.mission1 {
  margin-bottom: 32px;
}

.mission_vision .d-flex,
.about_section3 .d-flex {
  gap: 32px;
}

.mission_bg {
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}

.section_title p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.related_courses .section_title p {
  color: white;
}

.about_section3 .col-md-6 p:last-child {
  margin-bottom: 0;
}

.about_section3 .d-flex {
  margin-top: 56px;
}

.profmet-col {
  padding-top: 62px;
  padding-bottom: 62px;
}

.about2_bg {
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}

.team-content {
  position: relative;
}

.team_details_short {
  position: absolute;
  bottom: 24px;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

.team_details_short .team_name {
  color: white;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.team_details_short .team_specialization {
  color: white;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.team_img_before {
  position: relative;
}

.team_img_before:before {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
}

.team_img {
  height: 440px;
  object-fit: cover;
  border-radius: 8px;
}

.team_slider {
  margin-top: 56px;
}

.team_desc_long {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team_desc_long p {
  color: white;
}

.team-content:hover .team_details_short {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-content:hover .team_desc_long {
  background: #113848;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  color: white;
  padding: 24px;
}

.team_desc_long .team_name {
  margin-bottom: 8px;
  font-weight: 600;
}

.team_desc_long .team_specialization {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 32px;
}

.team_slider{
  margin-top: 56px;
  max-width: 1100px;
  margin-right: auto;
    margin-left: auto;
}

/*.team_slider .swiper-wrapper {*/
/*  justify-content: center;*/
/*}*/

.team_nr {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

.team_text {
  font-size: 14px;
  line-height: 150%;
}

.gallery .gallery_flex,
.d-flex.gallery1 {
  gap: 32px;
}

.gallery_main {
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}

.gallery .subtitle_icon {
  margin-bottom: 20px;
  margin-top: 5px;
}

.gallery .section_title h2 {
  margin-bottom: 20px;
}

.gallery1 img {
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.d-flex.gallery1 {
  margin-top: 56px;
}

.d-flex.gallery1 .col-12 {
  position: relative;
}

.img-all:before {
  content: '';
  background: rgba(17, 56, 72, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.gallery_fancy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.gallery_fancy span {
  width: 100%;
  height: 100%;
  color: white;
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / .5);
  z-index: 99999;
}

.modal-content {
  background: white;
  padding: 48px 32px;
  border-radius: 8px;
  width: 100%;
  max-width: 648px;
  animation: fadeIn 0.3s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close {
  position: absolute;
  right: 6px;
  top: 0;
  font-size: 32px;
  line-height: 32px;
}

.popup_intro h2 {
  font-size: 24px;
  line-height: 150%;
  color: #000;
  font-weight: 600;
}

.popup-title {
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
}

.popup_intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.popup_intro img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 32px;
  right: 32px;
}

.popup_intro img:hover {
  cursor: pointer;
}

.popup-description {
  margin-bottom: 16px;
}

.popup_form_desc {
  margin-bottom: 16px;
  margin-top: 32px;
}

.popup_form .registration_form input,
.popup_form .registration_form select {
  background: white;
}

.popup_form .registration_form textarea {
  width: 100%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 17px 16px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  color: #000000;
  height: 96px;
}

.popup_form .registration_form input.wpcf7-submit {
  background: var(--red)
}

.popup_form .registration_form input.wpcf7-submit:hover {
  background: white;
}

.popup_form .submit_butt {
  margin-top: 0px;
}

.acceptance p a:hover {
  color: var(--red)
}

.wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/wp-content/uploads/2025/08/SVG-1.svg')!important;
  background-size: 16px;
  padding-right: 2em;
  background-repeat: no-repeat!important;
  background-position: 93% 52%!important;
}

.video_fancy {
  position: relative;
}

.video_fancy .single_icon_play {
  position: absolute;
  content: '';
  background: url('/wp-content/uploads/2025/08/Group-12.svg');
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.tutor_all_courses .tutor-course-thumbnail img {
  height: 240px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.tutor_all_courses .tutor-card:not(.tutor-no-border),
.tutor_all_courses .tutor-card-footer:not(.tutor-no-border) {
  border: 0;
}

.tutor_all_courses .tutor-course-thumbnail {
  height: 240px;
}

.tutor_all_courses .tutor-course-card .tutor-card-body {
  background: #EFF1F3;
  padding: 32px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  justify-content: space-between;
}

.tutor_all_courses .tutor-course-card .tutor-card-body:hover .tutor-course-name {
  color: var(--red)
}

.course_full_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.tutor_all_courses .tutor-course-name a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  transition: 0.3s
}

.tutor-card {
  border-radius: 8px;
}

.home_courses {
  margin-top: 56px;
}

.home_courses .tutor-grid.tutor-grid-3 {
  grid-template-columns: repeat(2, 1fr);
}

.home_courses .tutor_all_courses .tutor-course-thumbnail img,
.home_courses .tutor_all_courses .tutor-course-thumbnail {
  height: 375px;
}

.cart_icon img {
  width: 21px;
  height: 20px;
}

.cart_icon {
  position: relative;
  margin-left: 32px;
}

.cart_icon .count {
  position: absolute;
  right: -5px;
  background: rgba(239, 241, 243, 1);
  color: var(--red);
  border-radius: 100%;
  font-size: 12px;
  line-height: 12px;
  padding: 5px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  top: -11px;
}

.discount_courses {
  text-align: center;
}

.home_courses .tutor_all_courses .tutor-course-meta {
  display: block!important;
  margin-bottom: 24px;
}

.home_courses .tutor_all_courses {
  margin-bottom: 0px;
}

.tutor_all_courses .tutor-course-name {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s
}

.tutor_all_courses .tutor-course-details-content p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 24px;
  color: #000;
}

.tutor_all_courses .list-item-price span {
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  display: block;
}

.tutor_all_courses .list-item-price del {
  font-size: 16px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.3);
  display: block;
}

.tutor_all_courses .list-item-price {
  display: flex;
  gap: 16px;
  align-items: center;
}

.tutor_all_courses .tutor-card-footer {
  background: #EFF1F3;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
}

.course_button > div {
  width: calc(50% - 8px)
}

.course_button {
  gap: 16px;
  margin-top: 32px;
  position: relative;
  z-index: 1
}

.course_button .btn_main {
  padding: 16px 5px;
  width: 100%;
  text-align: center;
}

.tutor-icon-cart-line:before {
  display: none;
}

.tutor_all_courses {
  margin-bottom: 120px;
}

.tutor-course-card .tutor-course-name a:hover {
  color: var(--red);
}

.choose_buttons img {
  width: 16px;
  height: 13px;
}

.choose_buttons p {
  margin-bottom: 0;
  padding: 10px 12px;
  cursor: pointer;
}

.courses_choise {
  display: flex;
  align-items: center;
  align-items: center;
  gap: 16px;
}

.tutor-course-filter-container {
  justify-content: space-between;
  display: flex;
  align-items: center;
  align-items: center;
}

.tutor-total-courses {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3)
}

.choose_buttons {
  display: flex;
  align-items: center;
  align-items: center;
}

.list_style {
  width: 40px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  align-items: center;
  display: flex;
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: white;
  transition: 0.3s
}

.grid_style {
  width: 40px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  align-items: center;
  display: flex;
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: white;
  transition: 0.3s
}

.grid_style.active,
.list_style.active  {
  background: var(--red);
  border-color: var(--red)
}

.grid_style.active img {
  filter:
}

.grid_style.active .grid_dark,
.grid_style .grid_white,
.list_style.active .list_dark,
.list_style .list_white {
  display: none;
}

.grid_style.active .grid_white,
.list_style.active .list_white {
  display: block
}

.tutor-grid-3.tutor_list {
  display: flex;
  flex-wrap: wrap;
}

.tutor-grid-3.tutor_list .tutor-course-thumbnail,
.tutor-grid-3.tutor_list .tutor-card-body {
  width: 50%;
}

.tutor-grid-3.tutor_list .tutor-card.tutor-course-card {
  flex-direction: row;
  align-items: center;
  background: #eff1f3;
  border-radius: 8px;
}

.tutor_all_courses .tutor-grid-3.tutor_list .tutor-course-thumbnail img,
.tutor_all_courses .tutor-grid-3.tutor_list .tutor-course-thumbnail {
  height: 375px;
}

.tutor_all_courses .tutor-grid-3.tutor_list .tutor-course-thumbnail img {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
}

.courses_img-intro {
  margin-top: 24px;
  margin-bottom: 40px;
}

.tutor-course-meta p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
}

.tutor-course-meta p img {
  width: 17px;
  height: 17px;
  margin-right: 6px;
}

.tutor_all_courses .tutor-course-meta {
  display: none!important;
}

.tutor_all_courses .tutor-grid-3.tutor_list .tutor-course-meta {
  display: block!important;
  margin-bottom: 24px;
}

.tutor-course-details-header {
  margin-top: 24px;
  margin-bottom: 24px;
}

.tutor-course-details-page .tutor-course-thumbnail img,
.tutor-ratio.video_fancy {
  height: 560px;
  object-fit: cover;
  border-radius: 8px;
}

.tutor-course-content .tutor-col-xl-4 {
  width: 316px;
}

.tutor-course-content .tutor-col-xl-8 {
  width: calc(100% - 316px);
  padding-right: 32px;
}

.tutor-course-details-tab {
  margin-top: 40px;
}

.tutor-tab .tutor-course-details-widget-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
  margin-bottom: 24px;
}

.tutor-course-details-widget {
  margin-bottom: 80px
}

.tutor-course-details-widget ul.what_learn li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
  position: relative;
  padding-left: 42px;
}

.tutor-course-details-widget ul li:nth-last-child(-n+2) {
  margin-bottom: 0
}

ul.what_learn {
  list-style: none;
}

.what_learn span.list_icon:before {
  background: url('/wp-content/uploads/2025/08/task_alt.svg');
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.competent ul {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.competent ul li {
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  color: #000;
  padding: 16px;
  background: #EFF1F3;
  border-radius: 4px;
  margin-bottom: 0
}

.single-courses .tutor-course-details-content p {
  margin-bottom: 12px;
}

.tutor-video-player .plyr--video {
  border-radius: 8px;
}

.course_carousel_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.featured_courses .course_item {
  position: relative;
}

.featured_courses .course_item:hover .course_title h2 {
  color: var(--red)
}

.course_item .course_title h2 {
  color: #000;
  transition: 0.3s
}

.single-courses .tutor-course-details-content p:nth-child(1) {
  display: none;
}

.tutor-course-content-list li {
  margin-bottom: 5px;
}

.tutor-course-content-list li:last-child {
  margin-bottom: 0;
}

.tutor-course-details-content {
  margin-bottom: 12px;
}

.tutor_leasons {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 24px;
  padding-bottom: 8px
}

.tutor-accordion-item {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(191, 193, 194, 1)
}

.tutor-accordion-item-header {
  background: white;
  padding: 24px 0;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.tutor-accordion-item:not(:last-child) {
  margin-bottom: 0
}

.tutor-accordion-item-header.is-active {
  padding: 0;
  background: white;
  border: 0;
  border-radius: 0;
  color: #000;
}

.tutor-accordion-item-body-content {
  border: 0;
  padding: 0;
  padding-right: 24px;
}

.tutor-course-content-list {
  list-style: none;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 24px;
  padding-left: 10px
}

.tutor-course-content-list-item {
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #000;
  display: block;
  position: relative;
  padding-left: 12px;
  margin-bottom: 3px
}

.tutor-course-content-list-item:last-child {
  margin-bottom: 0;
}

.tutor-course-content-list-item:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100%;
}

.tutor-course-content-list-item-title {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #000;
}

.tutor-accordion-item-header:after {
  color: #000;
  font-size: 14px;
  right: 24px;
}

.tutor-accordion-item-header:after {
  transform: translateY(-50%) rotate(90deg);
}

.tutor-course-content-list-item:hover {
  background-color: white;
}

.tutor-accordion-item .tutor-accordion-item-header.is-active {
  padding-top: 24px;
}

.tutor-accordion-item:nth-child(1) .tutor-accordion-item-header.is-active,
.tutor-accordion-item:nth-child(1) .tutor-accordion-item-header {
  padding-top: 0;
}

.tutor-accordion-item-header:hover {
  color: var(--red)
}

.tutor-accordion-item:last-child {
  border-bottom: 0;
}

body.tutor-lms .template_simple .page_content {
  margin-top: 24px;
}

body.tutor-lms.woocommerce-cart .template_simple .page_content,
body.tutor-lms.woocommerce-checkout .template_simple .page_content {
  margin-top: 24px;
  margin-bottom: 0;
}

body.tutor-lms.woocommerce-cart .template_simple .container_breadcrumbs {
  display: none;
}

body.tutor-lms .template_simple .page_content h3 {
  margin-top: 15px;
  margin-bottom: 40px
}

body.tutor-lms.woocommerce-cart .woocommerce-error {
  display: none!important
}

.page_content .wp-block-heading {
  margin-bottom: 16px;
}

.page_content h2.wp-block-heading {
  margin-top: 50px;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 8px;
}

.page_content h1.wp-block-heading {
  font-size: 32px;
}

.page_content p:last-child {
  margin-bottom: 0;
}

.custom-cart-wrapper {
  margin-top: 64px!important;
  margin-bottom: 200px!important
}

#tutor_photo_meta_area {
  display: none;
}

.tutor-login-wrap,
.tutor-forgot-password-form {
  margin-top: 80px;
  margin-bottom: 120px;
  box-shadow: none;
  padding: 0;
  border: 0;
}
.tutor-login-form-wrapper,
#tutor-registration-form {
  padding: 0;
  width: 400px;
}

#tutor-login-form input {
  font-size: 14px;
  padding: 14px 16px;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

#tutor-login-form .tutor-mb-20 {
  margin-bottom: 16px;
}

#tutor-login-form .password {
  margin-bottom: 24px;
}

.tutor-btn.btn_main.btn_red {
  margin-bottom: 16px;
}

.tutor-form-check-input.tutor-form-check-input {
  width: 15px;
  height: 15px;
  padding: 0!important;
  border-radius: 2px!important;
  border: 1px solid!important;
}

.tutor-form-check label {
  font-size: 14px;
  line-height: 150%;
  color: #000;
  font-weight: 400;
}

.form_dates {
  margin-bottom: 32px;
}

#tutor-pro-google-authentication {
  width: 100%;
  display: block !important;
}

.tutor-border-top-light {
  border-top: 1px solid rgba(191, 193, 194, 1);
  padding-top: 32px;
}

#tutor-pro-social-authentication .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-BPrWId {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  padding: 17px 0;
  letter-spacing: 0;
}

#tutor-pro-social-authentication .nsm7Bb-HzV7m-LgbsSe {
  border-radius: 4px;
  border-color: #000;
  padding: 24px 10px;
  padding-left: 50px;
}

#tutor-pro-social-authentication .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
  height: 20px;
  width: 20px;
  min-width: 20px;
  position: absolute;
  left: 20%;
}

.tutor-form-check {
  display: flex;
  align-items: center;
}

.tutor-btn-ghost {
  font-size: 14px;
  line-height: 150%;
  color: #000;
  font-weight: 400;
}

#tutor-login-form ::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.tutor-login-form-wrapper h3,
.lost_text {
  font-size: 24px;
  line-height: 140%;
  color: #000;
  font-weight: 600;
  margin-bottom: 32px;
}

.tutor-forgot-password-form .tutor-btn.btn_main.btn_red {
  width: 100%;
}

.about_col2 video {
  border-radius: 8px;
  height: 520px;
  object-fit: cover;
}

.home .about_col2 video {
  height: auto;
}

.mobile__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
  text-align: center;
}

.mobile__nav.active {
  right: 0;
}

.woocommerce-message {
  display: none;
}

.cart-discount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.cart-discount .discount-label {
    font-weight: 600;
}

.cart-discount .discount-value {
    display: flex;
    align-items: center;
    gap: 8px; /* spațiu între sumă și butonul Remove */
    color: #000000; /* verde pentru reducere */
    font-weight: 500;
}

.cart-discount .woocommerce-remove-coupon {
    font-size: 0.85rem;
    color: #d32f2f;
    text-decoration: none;
}

.cart-discount .woocommerce-remove-coupon:hover {
    text-decoration: underline;
}


.custom-cart-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin: 40px 0;
}

.cart-items {
    flex: 3;
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(191, 193, 194, 1);
    padding-bottom: 16px;
    gap: 16px;
}

.cart-item-image img {
    width: 178px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
}

.cart-item-image {
  margin-right: 16px
}

.cart-item-details {
    flex: 1;
}

.cart-item-title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 140%;
}

.cart-item-meta {
    font-size: 0.9rem;
    color: #666;
}

.cart-item-price {
    font-weight: 600;
    white-space: nowrap;
    font-size: 20px;
    line-height: 100%;
}

.cart-item-remove a {
    color: #888;
    font-size: 18px;
    text-decoration: none;
}

.cart-summary {
    flex: 1;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 6px;
    background: #fff;
}

.cart-summary h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
}

.cart-coupon {
    margin-top: 16px;
    margin-bottom: 24px;
    text-align: left;
    font-size: 14px;
    line-height: 140%;
}

.cart-coupon input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 48px;
    border-radius: 4px;
}

.cart-coupon input::placeholder {
  color: white;
}

.cart-total{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}

.cart-total strong {
  font-weight: 600
}

.cart-checkout{
    margin-top: 24px;
}

.cart-checkout .checkout-btn {
    display: block;
    width: 100%;
    background: #E42C38 !important;
    color: #fff !important;
    padding: 17px 0 !important;
    text-align: center;
    border-radius: 4px !important;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    font-size: 14px!important;
    font-weight: 600!important;
    line-height: 100%
}

.cart-checkout .checkout-btn:hover {
  background: #c0232d!important
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    margin-top: 8px;
    border: none;
    padding: 0;
}

.cart-summary{
    padding: 24px;
}

.btn_apply{
    width: 100%;
    padding: 16px 0 !important;
    font-weight: 500 !important;
    background: transparent !important;
    border: 1px solid black !important;
    transition: 0.3s;
}

.btn_apply:hover{
    background: var(--red) !important;
    border:  1px solid var(--red) !important;
    color: white !important;
}

body.tutor-lms.woocommerce-cart .template_simple .page_content h3,
body.tutor-lms.woocommerce-checkout .template_simple .page_content h3 {
  margin-bottom: 24px;
  margin-top: 0!important
}

.cart-summary .d-flex {
  font-size: 14px;
  line-height: 100%;
}

.woocommerce form .form-row{
    padding: 0px;
    margin-bottom: 16px
}
.woocommerce-billing-fields__field-wrapper label{
    display: none !important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 100%;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
    padding: 17px 16px;
    border: 1px solid #0000004D;
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
}

.woocommerce form .form-row input::placeholder {
  color: rgba(0, 0, 0, 0.3)
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 17px 16px;
    border: 1px solid #0000004D;
}
.woocommerce-billing-fields{
    width: 60%;
    text-align: left;
}
.custom-checkout .checkout-wrapper {
    display: flex;
    gap: 64px;
    margin-bottom: 160px;
}

.checkout-left {
    flex: 2;
}

.checkout-right {
    flex: 1;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 24px;
    border-radius: 8px;
    background: #fff;
}

.coupon-field label{
    margin-bottom: 8px;
    font-size: 14px;
}

.checkout-section {
    margin-bottom: 30px;
}

.checkout-section h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin-top: 0 !important;
    margin-bottom: 32px !important;
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkout-section .step {
    border: 2px solid #E42C38;
    color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
}

.checkout-fields input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 16px;
}

.checkout-right{
    text-align: left;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
    padding: 0;
}

.custom-order-review {
    background: #fff;
}

.custom-order-review .order-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    font-size: 16px;
}

.custom-order-review .order-header .change-link {
    color: #e63946;
    font-weight: 500;
    text-decoration: none;
}

.custom-order-review .order-items {
    border-top: 1px solid rgba(191, 193, 194, 1);
    padding: 24px 0;
}

.custom-order-review .order-item {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.custom-order-review .order-item-image img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 4px;
}

.custom-order-review .order-item-info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.order-item-price {
    font-weight: bold;
    color: #000;
}

.order-item-name {
    color: #000000;
    font-size: 14px;
}

.custom-order-review .order-summary p,
.custom-order-review .order-summary .order-total {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 16px;
}

.custom-order-review .order-summary .order-total {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 24px;
}

.custom-order-review .coupon-field {
    margin-bottom: 24px;
}

.order-total strong {
  font-weight: 600;
}

.custom-order-review .coupon-field input {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-bottom: 10px;
    height: 48px;
}

.custom-order-review .coupon-field input::placeholder {
  color: white;
}

.checkout-btn {
    width: 100%;
    padding: 14px;
    background: #e63946;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background: transparent;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row{
    padding: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    width: 100%;
    padding: 16px 0;
    background: var(--red);
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    border-radius: 4px;
    border: 1px solid var(--red);
    transition: 0.3s
}

.woocommerce-page #payment #place_order:hover {
  background: white;
  color: var(--red)
}

.btn_apply{
    width: 100%;
    padding: 16px 0 !important;
    font-weight: 500 !important;
    background: transparent !important;
    border: 1px solid black !important;
    transition: 0.3s;
    font-size: 14px!important;
    line-height: 100%!important;
}

.btn_apply:hover{
    background: var(--red) !important;
    border:  1px solid var(--red) !important;
    color: white !important;
}

.order-items .order-item:last-child {
  margin-bottom: 0
}

.wc_payment_methods {
  display: none;
}

body.page-id-98 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.page-id-98 .post-98 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tutor-info-presetantion{
    display: flex;
    gap: 32px;
}

.tutor-info-presetantion p{
    text-transform: uppercase;
}

.custom_filter{
    position: relative;
    padding: 10px 16px;
    margin-right: 36px;
}

.custom_filter::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -26px;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: #0000004D;
}

.tutor-course-filter-container{
    margin-bottom: 40px;
}
.tutor-course-filter-form{
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
}
.dropdown-filter {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    background-color: #fff;
    color: #0000004D;
    padding: 7px 46px 7px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    background-image: url("/wp-content/uploads/2025/08/Vector-11.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;

    /* eliminăm lățimea fixă */
    min-width: unset; /* sau pur și simplu șterge linia */
    width: auto; /* asigură comportament natural */
    display: inline-block;
    white-space: nowrap; /* ca să nu se rupă textul */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 999;
    margin-top: 6px;
    min-width: 200px;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    max-height: 220px;
    overflow-y: auto;
}

.dropdown-filter.open .dropdown-content {
    display: block;
}

.dropdown-toggle::after{
    display: none !important;
}

.dropdown-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-content label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    padding: 4px 0;
	line-height: 20px;
}

.tutor-single-course-sidebar1{
    top: 80px;
    position: sticky;
}

.tutor-single-course-sidebar1 {
  margin-top: 0;
}

.custom__pricing .custom-pricing-display{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-start;
}

.custom__pricing .custom-price-sale {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.custom__pricing .custom-price-regular {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
}

.woocommerce a.remove:hover{
    background: transparent !important;
}

.woocommerce a.remove:hover svg{
    fill: var(--red);
}

.woocommerce-cart h1{
    font-size: 32px;
    text-align: left !important;
}

.trash-icon svg{
    fill: #1C1B1F;
    opacity: 0.3;
    transition: 0.3s;
}

.trash-icon:hover svg{
    fill: var(--red);
    opacity: 1;
}

.woocommerce-form-coupon-toggle{
    display: none;
}

.woocommerce-checkout h1{
    font-size: 32px;
    text-align: left;
    margin-bottom: 64px;
}

.tutor-pagination{
    border: none !important;
}

.tutor-pagination[data-tutor_pagination_ajax]{
    flex-direction: row-reverse;
    padding: 0;
}

.tutor-pagination ul.tutor-pagination-numbers{
    gap: 16px !important;
}

.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next{
    margin-left: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background: #EFF1F3 !important;
}

.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev{
    margin-right: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background: #EFF1F3 !important;
}

.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev:hover{
    background: var(--red) !important;
    color: white !important;
}

.tutor-pagination ul.tutor-pagination-numbers .page-numbers.next:hover{
    background: var(--red) !important;
    color: white !important;
}

.tutor-pagination ul.tutor-pagination-numbers .page-numbers{
    width: 40px;
    height: 40px;
    padding: 13px 17px;
    border-radius: 4px;
}

.tutor-pagination ul.tutor-pagination-numbers .page-numbers.current{
    color: black !important;
    font-weight: 500 !important;
    border: 1px solid var(--red);
}

.tutor-pagination ul.tutor-pagination-numbers .page-numbers:before{
    display: none;
}

.tutor-pagination-hints{
  color: #0000004D !important;
}

.tutor-pagination-hints .tutor-color-black{
    color: #0000004D !important;
}

.cart_item_more{
    padding-left: 0;
    display: flex;
    list-style: none;
    gap: 16px;
}

.cart_item_more li{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.cart-item-details h3{
    margin-bottom: 16px !important;
}

.sidebar_profmet .tutor-card-body{
    background: #EFF1F3 !important;
    border: none !important;
}

.tutor-card:not(.tutor-no-border){
    border: none !important;
}

.custom-course-meta{
    font-size: 12px !important;
}

.tutor-single-course-sidebar1 .tutor-btn{
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 16px !important;
}

.cart-items .cart-item:first-child{
    padding-top: 0;
}

.cart-items .cart-item{
    padding-top: 16px !important;
}

.checkout_reducere .woocommerce-remove-coupon {
    display: none !important;
}

.checkout_reducere{
    margin-bottom: 12px;
}

.sidebar_profmet {
    overflow: hidden;
}

.sidebar_profmet img {
    width: 100%;
    height: 178px !important;
    object-fit: cover;
    object-position: top;
}

.sidebar_profmet .custom-course-meta {
    padding: 0 0 23px 0;
    list-style: none;
    position: relative;
}

.sidebar_profmet .custom-course-meta::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #BFC1C2;
}

.sidebar_profmet .tutor-card-body {
    padding: 24px !important;
}

.custom-course-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-course-meta li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.custom-course-meta li:last-child {
    margin-bottom: 0;
}

.custom-course-meta .meta-label {
    font-weight: 600 !important;
    color: #000000;
    line-height: 100%;
}

.custom-course-meta .meta-value {
    color: #000000;
    text-align: right;
    line-height: 100%;
}

.sidebar_profmet .tutor-btn {
    padding: 16px 0px !important;
    font-weight: 500 !important;
}

.sidebar_profmet .tutor-btn svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #fff;
    transition: fill 0.3s ease;
}

.sidebar_profmet .tutor-btn:hover svg {
    fill: #e42c38;
}

.custom-pricing-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.custom-price-sale {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.custom-price-regular {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
}

.info_key{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.info_key .key_item{
    display: flex;
    background: #EFF1F3;
    align-items: flex-start;
    gap: 16px;
    padding: 32px;
    border-radius: 4px;
}

.info_key .key_item h3{
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.info_key .key_item p{
    font-size: 14px;
    margin-bottom: 0;
    line-height: 150%;
}

.info_key img{
    width: 32px;
    height: 32px;
}

.review_item{
    background: #EFF1F3;
    padding: 32px;
    border-radius: 8px;
}

.review_item p{
    margin-top: 32px;
    margin-bottom: 32px;
}

.reviews_course .swiper-slide{
    height: auto;
}

.star_content{
    display: flex;
    gap: 5px;
}

.star_content img{
    width: 20px;
    height: 20px;
}

.logo_review img{
   width: 117px;
    height: 44px;
}

.logo_review h5{
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 14px;
}

.logo_review span{
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.tutor-course-details-instructors{
    /*margin-block: 80px;*/
  margin-top: 80px;
}

.tutor-avatar-md{
    width: 160px !important;
    height: 160px !important;
    border-radius: 4px !important;
    border: none !important;
    box-shadow: none !important;
}

.profile_instructor ul{
    display: flex;
    align-items: center;
    padding-left: 0;
    gap: 16px;
    list-style: none;
}

.profile_instructor ul li:first-child{
    font-size: 16px;
}

.profile_instructor ul li{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.description_instructor{
    margin-top: 16px;
}

.description_instructor p{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.tutor_leasons{
    margin-bottom: 24px !important;
}

.mb-120{
    margin-bottom: 120px !important;
}

.events_slider .featured__img_course{
    width: 100%;
    height: 243px !important;
    object-fit: cover;
}

.events_slider .course_item{
    background: #EFF1F3;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.events_slider .course__content{
    padding: 32px;
}

.events_slider .custom__pricing {
  min-height: 40px;
}

.events_slider .course_title{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.events_slider .course_item h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.events_slider .course__description{
    margin-block: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download-course-curriculum a{
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 8px;
    color: #E42C38;
    font-weight: 600;
    line-height: 100%;
}

.discount_courses p{
    margin-top: 24px;
    font-size: 12px;
    color: #E42C38;
    font-weight: 400;
    margin-bottom: 0px !important;
    line-height: 100%;
}
.mt-8{
    margin-top: 8px;
}
.sidebar_profmet .tutor-btn:first-child{
    margin-top: 0 !important;
}

.thank_you_page {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.thank_you_page h1 {
  margin: 16px 0;
  text-align: center;
}

.thank_you_page img {
  width: 67px;
  height: 67px;
  margin-bottom: 8px;
}

.woocommerce-order-received .container_breadcrumbs {
  display: none;
}

.thank_you_page p {
  margin-bottom: 64px;
}

body.woocommerce-order-received {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.woocommerce-order-received .template_simple {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tutor_filter_button {
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tutor-icon-slider-vertical {
  color: white;
  background: var(--red);
  padding: 8px 12px;
  border-radius: 4px;
}

.lang_switcher ul.menu {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-top: 6px;
}

.top_flex {
  justify-content: space-between;
}

.lang_switcher ul.menu li a {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
  text-transform: uppercase;
  line-height: 12px;
}

.lang_switcher ul.menu li a:hover {
  color: var(--red)
}

.lang_switcher ul.menu li.current-language-menu-item a {
  color: var(--red);
  font-weight: 700;
}

.lang_switcher ul.menu li {
  position: relative;
  line-height: 12px;
  font-size: 12px;
}

.lang_switcher ul.menu li:after {
  content: "|";
  margin: 0 6px;
  transform: translateY(-1px);
  display: inline-block;
}

.lang_switcher ul.menu li:last-child:after {
  display: none;
}

.tutor_all_courses .tutor-course-details-content p {
  display: none!important;
}

.tutor_all_courses .tutor-course-details-content p:nth-child(1) {
  display: -webkit-box !important;
}

.tutor-toggle-more-collapsed:before {
  display: none;
}

.tutor_all_courses .tutor-toggle-more-collapsed {
  height: auto!important
}

.programs_icons img {
	width: 24px;
	height: 24px;
	margin-top: -3px;
	margin-right: 8px;
}

.programs_icons p {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 18px;
}

.programs_hero h2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 120px
}

.programs_hero h2 img {
	width: auto;
	height: 40px;
	margin-left: 20px;
}

.courses_img-intro .d-flex {
	background: #EFF1F3;
  border-radius: 8px;
	padding-left: 32px;
}

.programs_buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 32px;
	margin-bottom: 80px;
}

.programs_buttons p {
	background: rgba(228, 44, 56, 1);
	color: white;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
	padding: 14px 24px;
	border-radius: 4px;
	line-height: 100%;
}

.courses_img-intro .hero_bg {
	margin-top: 20px;
}

.tutor-list-item:not(:last-child) {
	margin-bottom: 0;
}

.tutor-form-check-input.tutor-form-check-input {
	width: 13px;
	height: 13px;
	border-radius: 2px!important;
	margin-right: 0!important;
	margin-top: 4px !important;
}

.dropdown-filter.open ul.tutor-list label input {
	margin-top: 3px !important;
}

.tutor-btn-outline-primary:hover {
	color: white;
}

.no_events p {
  margin-bottom: 15px;
  font-size: 20px;
}

.no_events {
  margin-bottom: 40px;
}


@media (min-width: 768px) {
  .filter_mobile {
    display: none!important
  }
  .start .col-md-9.d-flex .col-md-4 {
    flex: 0 0 auto;
    width: calc(33.33333333% - 11px);
  }
  .provocation .col-md-3.provocation_nr,
  .about_numbers .col-md-3,
  .col-md-3.blog_item {
    flex: 0 0 auto;
    width: calc(25% - 24px);
  }
  .solutions_content .col-md-4,
  .events_articles .events_content .event_item {
    flex: 0 0 auto;
    width: calc(33.33333333% - 22px);
  }
  .registration_form .col-md-6 {
    flex: 0 0 auto;
    width: calc(50% - 8px);
  }
  .swiper-content .col-md-6,
  .about_us_columns .col-md-6,
  .mission_vision .d-flex .col-md-6,
  .about_section3 .col-md-6,
  .gallery .col-md-6 {
    flex: 0 0 auto;
    width: calc(50% - 16px);
  }
  .reviews-pagination,
  .events-pagination,
  .team-pagination {
    display: none;
  }
  .about_section1 .col-md-5 {
    flex: 0 0 auto;
    width: calc(41.66666667% - 16px);
  }
  .about_section1 .col-md-7 {
    flex: 0 0 auto;
    width: calc(58.33333333% - 16px);
  }
  .d-flex.gallery1 .col-md-3 {
    flex: 0 0 auto;
    width: 200px;
  }
  .d-flex.gallery1 .col-md-9 {
    flex: 0 0 auto;
    width: calc(100% - 232px);
  }
  .event_sidebar.event_sidebar_mob {
    display: none;
  }
}

@media (min-width: 1200px) {
  .desktop_menu {
    display: flex;
    align-items: center;
  }
  .mobile__nav,
  .cart_icon.mob_icon {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .tutor-login-form-wrapper, #tutor-registration-form {
    padding: 0;
    width: 500px;
  }
  .woocommerce-billing-fields {
    width: 70%;
  }
  .info_key .key_item {
    flex-direction: column;
    padding: 20px;
  }
  .contact_col1 h2 br {
    display: none;
  }
  #tutor-pro-social-authentication .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    left: 26%;
  }
  .hero_content {
    padding-top: 50px;
    padding-right: 40px;
    padding-right: 0;
    padding-left: 20px;
  }
  .home .about_col2 {
    height: 425px;
  }
  .single_text {
    padding-right: 40px;
    width: calc(100% - 250px);
  }
  .single_sidebar {
    width: 250px;
  }
  .single_post_feat {
    height: 420px;
  }
  .content_post .wp-block-gallery img,
  .content_post .wp-block-gallery figure {
    height: 225px!important
  }
  .event__content {
    padding: 24px 15px;
  }
  .event_location p.event__data:after {
    margin-left: 8px;
    margin-right: 8px;
  }
  .featured__img_event {
    height: 220px;
  }
}

@media only screen and (max-width: 1199px) {
  .main_menu .mobile__nav.active .mob_lang_switcher ul {
    display: flex
  }
  .main_menu .mobile__nav.active .mob_lang_switcher ul li a {
    text-transform: uppercase;
  }
  .desktop_menu {
    display: none;
  }
  .mobile__nav {
    display: none;
  }
  .mobile__nav.active {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .mobile__menu {
    display: block;
    height: 35px;
    width: 35px;
    background: var(--red);
    border-radius: 4px;
    cursor: pointer;
    z-index: 99;
    opacity: 1;
    position: relative;
    margin-left: 25px
  }
  .close__mobile {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
  }
  .mobile__menu span {
    height: 2px;
    width: 20px;
    position: absolute;
    margin-left: 7px;
    margin-bottom: 1px;
    top: 12px;
    border-radius: 0;
    transition: .5s;
    background: white;
  }
  .mobile__menu span:nth-child(2) {
    top: 21px;
  }
  .main_menu .mobile__nav.active ul {
    display: block
  }
  .main_menu .mobile__nav.active ul li a {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
  }
  .main_menu .mobile__nav.active ul li {
    margin-bottom: 15px
  }
  .main_menu .mobile__nav.active ul li.current_page_item a {
    color: var(--red)
  }
  .main_menu .mobile__nav.active ul li.appointment a {
    color: white;
    font-size: 16px;
    line-height: 16px;
  }
  .main_menu .mobile__nav.active ul li.appointment a:hover{
    color: black;
  }
  #menu-mobile-menu .btn_red:hover a{
    color: black;
  }
  .main_menu .mobile__nav.active ul li.appointment {
    padding: 15px 25px;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .main_menu ul li a::before {
    bottom: -5px;
  }
  .mobile__nav__inner {
    width: 100%;
  }
  .contacts_menu {
    position: absolute;
    bottom: 10px;
    display: flex;
    gap: 16px;
  }
  .contacts_menu a {
    font-size: 14px;
  }
  .header .col-md-3,
  .header .col-md-9 {
    width: 50%;
  }
  .cart_icon {
    margin-left: 0;
    margin-top: 7px
  }
}

@media only screen and (max-width: 767px) {
	.newsletter_form {
		display: block;
	}
	.newsletter_form .email_input,
	.submit_input input{
		width: 100%;
	}
	.newsletter_form .email_input {
		margin-bottom: 6px;
	}
	.courses_img-intro .d-flex {
		padding-left: 15px;
		padding-top: 30px;
	}
	.programs_hero h2 {
		margin-top: 0;
		font-size: 26px;
		justify-content: center;
		padding-right: 15px;
	}
	.programs_buttons {
		margin-top: 20px;
		margin-bottom: 40px;
		gap: 8px;
	}
	.programs_icons p {
		justify-content: center;
		font-size: 18px;
	}
	.courses_img-intro .hero_bg {
    margin-top: 0;
	}
	.programs_buttons p {
    background: rgba(228, 44, 56, 1);
    color: white;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 4px;
    line-height: 100%;
    width: calc(100% - 15px);
    text-align: center;
    padding-right: 15px;
    margin-right: 15px;
	}
	.programs_hero h2 img {
    width: auto;
    height: 26px;
    margin-left: 10px;
	}
  .tutor-course-filter-open .tutor-course-filter {
    width: 100%;
    height: auto;
    visibility: visible;
    opacity: 1;
    background: white;
    z-index: 999;
    padding: 30px 20px;
    left: 0px;
    border: 1px solid #ddd;
    border-radius: 4px;
    top: -20px;
  }
  .courses_choise {
    display: none;
  }
  .tutor-course-filter-container {
    margin-bottom: 0;
  }
  .tutor_filter_button {
    position: relative;
    z-index: 9;
    width: 100%;
  }
  .close_filter {
    margin-bottom: 0;
    position: absolute;
    right: 15px;
    display: none;
  }
  .tutor-pagination[data-tutor_pagination_ajax] {
    flex-direction: column;
    margin-top: 30px;
  }
  body.tutor-course-filter-open .close_filter {
    display: block
  }
  body.tutor-course-filter-open .tutor-course-filter-container {
    position: relative;
  }
  body.tutor-course-filter-open .dropdown-toggle {
    text-align: left;
    width: 100%;
  }
  .custom_filter {
    margin-right: 0;
    justify-content: center;
    margin-bottom: 30px;
  }
  .custom_filter:last-child::after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 60px;
    transform: none;
    right: 0;
  }
  .dropdown-filter {
    width: 100%;
  }
  .tutor-course-filter-form {
    flex-direction: column-reverse;
  }
  body.tutor-course-filter-open .tutor-course-filter-backdrop {
    display: none;
  }
  .tutor-single-course-sidebar1 {
    position: inherit;
    margin-top: 70px;
  }
  .tutor-course-filter {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
  }
  .checkout-right {
    padding: 12px;
    padding-top: 24px;
  }
  .checkout-section h3 {
    font-size: 20px;
    margin-bottom: 20px!important
  }
  .checkout-section .step {
    width: 25px;
    height: 25px;
  }
  .woocommerce-billing-fields {
    width: 100%;
  }
  .custom-checkout .checkout-wrapper {
    margin-bottom: 80px;
  }
  .custom-cart-wrapper {
    flex-direction: column;
  }
  .cart-item-details {
    width: 100%;
    flex: auto;
  }
  .cart-item-image {
    margin-right: 0;
  }
  .cart-item-details h3 {
    margin-bottom: 8px!important
  }
  .custom-checkout .checkout-wrapper {
    display: block;
  }
  .cart-summary {
    padding: 15px;
  }
  .cart-summary {
    width: 100%;
  }
  .custom-cart-wrapper {
    margin-bottom: 120px!important
  }
  .cart-items .cart-item {
    flex-wrap: wrap;
  }
  .tutor-course-content {
    flex-direction: column;
  }
  .sidebar_profmet img {
    height: 200px!important
  }
  .featured_courses.mg-12 {
    margin-top: 70px
  }
  .tutor-course-details-widget ul.what_learn li:last-child {
    margin-bottom: 0
  }
  .events_slider .course__content {
    padding: 15px;
  }
  .events_slider .featured__img_course {
    height: 220px !important
  }
  .featured_courses .featured_title {
    text-align: center;
  }
  .tutor-course-content .tutor-col-xl-8,
  .tutor-course-content .tutor-col-xl-4 {
    width: 100%;
    padding: 0;
  }
  .tutor-login-form-wrapper, #tutor-registration-form {
    padding: 0;
    width: 100%;
  }
  .tutor-course-details-widget ul.what_learn li {
    margin-bottom: 18px;
    padding-left: 30px;
  }
  .competent ul {
    align-items: normal;
    gap: 10px;
  }
  .competent ul li {
    width: calc(50% - 10px);
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .info_key {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .tutor_leasons {
    padding: 15px;
  }
  .tutor-course-content-list {
    padding-left: 0;
  }
  .tutor-accordion-item-header {
    padding: 15px 0;
    padding-right: 30px;
  }
  .tutor-accordion-item-header.is-active {
    padding-right: 30px;
  }
  .info_key .key_item {
    padding: 24px;
  }
  .tutor-course-details-instructors .tutor-d-flex {
    flex-direction: column!important;
    align-items: flex-start !important;
    position: relative;
  }
  .profile_instructor ul {
    display: block;
    position: absolute;
    left: 35%;
    top: 3%;
  }
  .review_item {
    padding: 15px;
  }
  .profile_instructor ul li {
    margin: 5px 0
  }
  .profile_instructor ul li:first-child {
    font-size: 14px;
  }
  .tutor-avatar-md {
    width: 100px !important;
    height: 100px !important;
  }
  .profile_instructor ul li svg {
    display: none;
  }
  .tutor-accordion-item-header:after {
    right: 0;
  }
  .tutor-tab .tutor-course-details-widget-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .tutor-course-details-widget {
    margin-bottom: 70px
  }
  .what_learn span.list_icon:before {
    width: 20px;
    height: 20px;
    top: 2px;
    background-size: contain;
  }
  .tutor-course-details-page .tutor-course-thumbnail img,
  .tutor-ratio.video_fancy {
    height: 240px;
  }
  .about_section1 .about_us_columns {
    flex-direction: column-reverse;
  }
  .about_section1 .col-md-5,
  .about_section1 .col-md-7 {
    width: 100%;
  }
  .mission_content > div {
    padding: 20px;
  }
  .tutor-login-form-wrapper h3, .lost_text {
    font-size: 20px;
    margin-bottom: 24px
  }
  .lost_reset_password .btn_main {
    margin-top: -16px;
  }
  .tutor-login-wrap,
  .tutor-forgot-password-form {
    max-width: 100%;
    width: 100%;
    padding: 0 15px!important;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  #tutor-pro-social-authentication .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    left: 16%;
  }
  .page_content h1.wp-block-heading {
    font-size: 28px;
  }
  .page_content h2.wp-block-heading {
    font-size: 22px;
    margin-top: 30px;
  }
  .wpcf7 select {
    padding-right: 12px;
  }
  .popup_intro {
    margin-bottom: 12px;
  }
  .popup_intro img {
    width: 18px;
    height: 18px;
  }
  .popup_intro img {
    right: 10px;
    top: 10px;
  }
  .registration_form input {
    padding: 12px;
  }
  .popup_form_desc {
    margin-top: 20px;
  }
  .popup-description {
    margin-bottom: 8px;
  }
  .registration_form select {
    padding: 10px 12px
  }
  .popup_form .registration_form textarea {
    height: 76px;
  }
  .modal-content {
    width: 96%;
    padding: 20px 15px;
  }
  .woocommerce-checkout h1 {
    font-size: 28px;
  }
  .thank_you_page img {
    margin-bottom: 0;
  }
  .thank_you_page img {
    width: 56px;
    height: 56px;
  }
  .thank_you_page p {
    margin-bottom: 50px;
  }
  .thank_you_page {
    max-width: 100%;
    margin-top: 50px;
  }
  .single_sidebar.sticky_position {
    position: relative;
    width: 100%;
    border-top: 1px solid #BFC1C2;
    padding-top: 60px;
    top: auto;
    margin-top: 60px;
  }
  .event_sidebar {
    display: none;
  }
  .event_sidebar.event_sidebar_mob {
    display: block;
    border-top: 0;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 20px;
  }
  .home_buttons {
    padding: 25px 15px 30px 15px;
  }
  .top_header {
    display: none;
  }
  .header {
    border-bottom: 1px solid #EFF1F3;
    margin-bottom: 10px;
  }
  .partners_logo {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
  }
  .home .header {
    border-bottom: 0;
    margin-bottom: 0px;
  }
  .start h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 16px;
  }
  .mg-12 {
    margin: 60px 0;
  }
  .h2, h2 {
    font-size: 24px;
  }
  .section_title p {
    margin-top: 10px;
  }
  .provocation .section_title {
    margin-bottom: 25px;
  }
  .provocation .d-flex {
    gap: 16px
  }
  .provocation_nr h6 {
    margin-bottom: 40px
  }
  .section_buttons {
    margin-top: 20px;
  }
  .solutions_content {
    margin-top: 12px;
  }
  .solution_col1, .solution_col2 {
    margin-bottom: 16px;
  }
  .solution2 {
    height: 260px;
  }
  .solution3 .solution_col1 {
    margin-top: 16px;
  }
  .solution_col {
    padding: 25px;
  }
  .cta_flex {
    padding: 25px 20px;
  }
  .cta_col1 {
    padding-right: 0px;
    text-align: center;
  }
  .h4, h4 {
    font-size: 20px;
  }
  .cta_col2 {
    padding-left: 0;
    margin-top: 30px
  }
  .alert_timer p {
    justify-content: center;
  }
  .registration_form.d-flex {
    gap: 10px;
  }
  .submit_butt {
    margin-top: 0px;
  }
  .reviews_slider {
    margin-top: 25px;
  }
  .section_title h2 br {
    display: none;
  }
  .partners_intro br {
    display: none;
  }
  .partners_intro {
    margin-bottom: 30px
  }
  .about_col1 {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .review_col2 {
    height: 200px;
  }
  .swiper-content {
    padding: 20px;
    gap: 16px;
  }
  .stars_icon {
    margin-bottom: 20px;
  }
  .review_text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .company_name {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .play_icon {
    width: 60px;
    height: 60px;
  }
  .reviews-pagination {
    justify-content: center;
    display: flex;
    margin-top: 16px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination-bullet-active {
    background: var(--red)
  }
  .about_col2 video {
    height: 230px;
  }
  .btn_main {
    display: block;
  }
  .about_numbers .col-md-3 {
    width: calc(50% - 8px);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .about_numbers {
    gap: 16px;
  }
  .about_numbers .number {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .number_desc {
    font-size: 14px;
  }
  .about_us .subtitle_icon {
    margin-bottom: 15px;
  }
  .contact_col1 {
    padding-right: 0;
  }
  .contact_col1 .section_title {
    text-align: center;
  }
  .contact_us {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact_info {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact_info .email {
    margin-bottom: 20px;
  }
  .contact_info p.contact_title {
    margin-bottom: 3px;
  }
  .email:before {
    top: -3px;
  }
  .contact_col2 {
    width: 100%;
    margin-left: 0;
    padding: 20px 20px 25px;
  }
  .footer_col2 {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main_footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero_content {
    padding: 40px 25px;
    text-align: center;
  }
  .h1, h1 {
    font-size: 30px
  }
  .hero_buttons .btn_red,
  .section_buttons a.btn_red {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .hero_buttons {
    margin-bottom: 30px;
  }
  .hero_icons {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 10px;
  }
  .hero_bg {
    height: 295px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
  .subtitle_icon span:before {
    height: 20px;
    width: 20px;
    top: -3px;
  }
  .h6, h6 {
    font-size: 18px;
  }
  .solutions_content img {
    margin-bottom: 15px;
  }
  .related_courses {
    padding: 60px 0
  }
  .home_courses {
    margin-top: 25px;
  }
  .home_courses .tutor-grid.tutor-grid-3 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .hero_description {
    margin-top: 12px;
  }
  .home_courses .tutor_all_courses .tutor-course-thumbnail img,
  .home_courses .tutor_all_courses .tutor-course-thumbnail,
  .tutor_all_courses .tutor-course-thumbnail img,
  .tutor_all_courses .tutor-course-thumbnail {
    height: 220px;
  }
  .tutor_all_courses .tutor-course-card .tutor-card-body {
    padding: 15px;
  }
  .tutor_all_courses .tutor-course-name a,
  .tutor_all_courses .tutor-course-name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }
  .tutor_all_courses .tutor-course-name {
    margin-bottom: 10px
  }
  .tutor_all_courses .tutor-course-details-content p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .tutor-info-presetantion {
    display: block
  }
  .tutor-course-meta p {
    margin-bottom: 10px;
  }
  .tutor-course-meta p img {
    width: 15px;
    height: 15px;
    margin-top: -3px
  }
  .home_courses .tutor_all_courses .tutor-course-meta {
    margin-bottom: 15px;
  }
  .course_button {
    margin-top: 25px;
  }
  .course_button .btn_main {
    padding: 12px 5px 14px
  }
  .subfooter_content {
    position: relative;
    padding-bottom: 30px;
	flex-wrap: wrap;
    gap: 12px;
  }
  .subfooter_content .socials {
    position: absolute;
    top: -10%;
    right: 15px;
    top: -5rem;
  }
  .subfooter p, .subfooter p a {
    font-size: 10px;
    line-height: 15px
  }
  .copywrite {
    position: absolute;
    bottom: 0;
  }
  .contact_social a {
    padding: 12px 5px
  }
  p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page_title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
  .blog_content.d-flex {
    gap: 20px;
  }
  .blog_pagination {
    flex-direction: column-reverse;
  }
  .posts-counter {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .mb-12 {
    margin-bottom: 60px;
  }
  .single_text {
    width: 100%;
    padding-right: 0;
  }
  .single_post_feat {
    height: 220px;
    margin-bottom: 30px;
  }
  .single-post .h2 {
    font-size: 22px;
  }
  .single_title .blog_data p {
    font-size: 12px;
  }
  .content_post h2 {
    margin-bottom: 20px
  }
  .post_sidebar .news__item {
    margin-bottom: 25px;
  }
  figure.wp-block-gallery.has-nested-images {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    width: 100%!important;
  }
  .content_post .wp-block-gallery {
    gap: 16px !important;
  }
  .breadcrumbs ul li:nth-child(3),
  .breadcrumbs ul li:nth-child(4) {
    display: none;
  }
  .breadcrumbs li:nth-child(2):after,
  .breadcrumbs li:nth-child(3):after {
    display: none;
  }
  .featured__img_event {
    height: 180px;
  }
  .event__content {
    padding: 24px 16px;
  }
  .events_articles .events_content {
    gap: 20px;
  }
  .single_event_content .single_text {
    padding-right: 0px;
  }
  .event_intro {
    margin-bottom: 20px;
  }
  .event_intro .slider_arrows {
    display: none;
  }
  h2.related_title {
    text-align: center;
  }
  .block-1325 {
    width: 100%;
  }
  .events-pagination,
  .team-pagination,
  .team-pagination {
    text-align: center;
    margin-top: 10px;
  }
  .about_section1 .subtitle_icon {
    margin-bottom: 10px;
  }
  .about_content p {
    margin-bottom: 15px;
  }
  .about_section1 .about_col1 {
    padding-bottom: 0
  }
  .about_numbers {
    margin-top: 16px;
  }
  .mission_bg {
    height: 220px;
  }
  .mission_vision .d-flex,
  .about_section3 .d-flex {
    gap: 16px;
  }
  .mission_content > div {
    background: #EFF1F3;
    border-radius: 8px;
    padding: 20px;
  }
  .mission1 {
    margin-bottom: 16px;
  }
  .about_section3 .d-flex {
    flex-direction: column-reverse;
    margin-top: 25px
  }
  .about2_bg {
    height: 220px
  }
  .profmet-col {
    padding-top: 0;
    text-align: center;
    padding-bottom: 0
  }
  .about_section3 .d-flex {
    gap: 25px
  }
  .team_slider {
    margin-top: 25px
  }
  .gallery_main {
    display: none;
  }
  .gallery_items {
    text-align: center;
  }
  .d-flex.gallery1 {
    margin-top: 25px;
    gap: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.footer_col1  {
		margin-bottom: 30px;
	}
  .tutor-course-content.d-flex,
  .custom-cart-wrapper {
    flex-direction: column;
  }
  .checkout-right {
    width: 45%;
    flex: auto
  }
  .woocommerce-billing-fields {
    width: 100%;
  }
  .checkout-left {
    width: 55%;
    flex: auto
  }
  .cart-summary {
    width: 100%;
  }
  .custom-cart-wrapper {
    margin-bottom: 120px!important
  }
  .tutor-course-content .tutor-col-xl-8 {
    width: 100%;
    padding: 0;
  }
  .tutor-course-content .tutor-col-xl-4 {
    width: 60%;
    padding: 0;
    margin: auto;
  }
  .tutor-course-details-page .tutor-course-thumbnail img, .tutor-ratio.video_fancy {
    height: 460px;
  }
  .tutor-single-course-sidebar1 {
    position: inherit;
    margin-top: 80px;
  }
  #tutor-pro-social-authentication .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-Bz112c {
    left: 26%;
  }
  .about_section1 .about_us_columns {
    flex-direction: column-reverse;
  }
  .about_section1 .col-md-5,
  .about_section1 .col-md-7 {
    width: 100%;
  }
  .mission_content > div {
    padding: 20px;
  }
  .profmet-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .events_articles .events_content .event_item {
    width: calc(50% - 22px);
  }
  .featured__img_event {
    height: 220px;
  }
  .event__content {
    padding: 24px 15px;
  }
  .single_text {
    padding-right: 30px;
    width: calc(100% - 216px);
  }
  .sticky_position {
    width: 216px;
  }
  .single_post_feat {
    height: 300px;
  }
  .content_post .wp-block-gallery img,
  .content_post .wp-block-gallery figure {
    height: 180px!important
  }
  .provocation .col-md-3.provocation_nr,
  .about_numbers .col-md-3,
  .col-md-3.blog_item {
    flex: 0 0 auto;
    width: calc(50% - 24px);
  }
  .home .about_col2 {
    height: 460px;
  }
  .tutor-login-form-wrapper, #tutor-registration-form {
    padding: 0;
    width: 500px;
  }
  .thank_you_page {
    max-width: 100%;
  }
  .hero_content {
    padding-left: 20px;
    padding-right: 0;
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .h1, h1 {
    font-size: 32px;
  }
  .h2, h2 {
    font-size: 26px;
  }
  .hero_buttons {
    margin-bottom: 40px;
  }
  .btn_main {
    padding: 14px 25px;
  }
  .hero .col-md-6.hero_content {
    flex: 0 0 auto;
    width: 60%;
  }
  .hero .col-md-6.hero_bg {
    flex: 0 0 auto;
    width: 40%;
  }
  .mg-12 {
    margin: 90px 0;
  }
  .mb-12 {
    margin-bottom: 90px;
  }
  .start .start_title {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .start .col-md-9 {
    width: 100%
  }
  .home_buttons {
    padding: 25px
  }
  .provocation .col-md-3.provocation_nr {
    width: calc(50% - 8px);
  }
  .provocation .d-flex {
    gap: 16px;
  }
  .provocation .section_title {
    margin-bottom: 40px
  }
  .solutions_content {
    margin-top: 40px;
  }
  .solution_col {
    padding: 20px
  }
  .h6, h6 {
    font-size: 18px;
  }
  .home_courses .tutor_all_courses .tutor-course-thumbnail img,
  .home_courses .tutor_all_courses .tutor-course-thumbnail,
  .tutor_all_courses .tutor-course-thumbnail img,
  .tutor_all_courses .tutor-course-thumbnail {
    height: 200px;
  }
  .related_courses {
    padding: 90px 0
  }
  .tutor_all_courses .tutor-course-card .tutor-card-body {
    padding: 20px
  }
  .cta_flex {
    padding: 50px 30px;
  }
  .cta_col2 {
    padding-left: 0;
  }
  .h4, h4 {
    font-size: 20px;
  }
  .reviews-pagination,
  .events-pagination,
  .team-pagination {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .swiper-pagination-bullet-active {
    background: var(--red)
  }
  .partners_logo {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
  .contact_us .col-md-6 {
    width: 100%;
  }
  .contact_us .d-flex.contact_flex {
    flex-wrap: wrap;
  }
  .contact_col2 {
    margin-left: 0;
    margin-top: 40px
  }
  .contact_us .formm .col-md-6 {
    width: calc(50% - 8px)
  }
  .contact_us {
    padding: 90px 0
  }
  .subfooter p, .subfooter p a {
    font-size: 10px;
    line-height: 10px;
  }
  .subfooter_content {
    justify-content: center;
    gap: 12px;
  }
  .tutor-info-presetantion {
    gap: 15px;
  }
  .tutor-course-meta p {
    font-size: 10px;
    line-height: 14px;
  }
}

@media (min-width: 641px) and (max-width: 767px) {
  .tutor-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 640px) {
	.provocation_nr {
		min-height: 200px;
	}
  .tutor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.events_slider .swiper-slide{
  height: auto;
}

/* ascundere blocuri */

.client_reviews{
  display: none;
}

.reviews_block{
  display: none;
}

.postid-298 .tutor-single-course-sidebar1 .custom-pricing-display{
  display: none;
}

.postid-298 .tutor-single-course-sidebar1 .btn_red {
  display: none;
}

.postid-278 .tutor-single-course-sidebar1 .btn_red{
  display: none;
}

.postid-278 .tutor-single-course-sidebar1 .custom-pricing-display{
  display: none;
}

.postid-298 .tutor-course-details-instructors{
  display: none;
}

.postid-278 .tutor-course-details-instructors{
  display: none;
}

.tutor-card.tutor-course-card:nth-child(2) .custom__pricing,
.tutor-card.tutor-course-card:nth-child(3) .custom__pricing{
  display: none;
}

.postid-298 .tutor-accordion-item,
.postid-278 .tutor-accordion-item
{
  pointer-events: none;
}

.postid-298 .tutor-accordion-item-body,
.postid-278 .tutor-accordion-item-body
{
  display: none;
}

.postid-298 .tutor-accordion-item:nth-child(1) .tutor-accordion-item-header.is-active, .tutor-accordion-item:nth-child(1) .tutor-accordion-item-header{
  margin-bottom: 20px !important;
}

.postid-278 .tutor-accordion-item:nth-child(1) .tutor-accordion-item-header.is-active, .tutor-accordion-item:nth-child(1) .tutor-accordion-item-header{
  margin-bottom: 20px !important;
}

.postid-278 .tutor-accordion-item-header.is-active:after,
.postid-278 .tutor-accordion-item-header:after{
  display: none;
}

.postid-298 .tutor-accordion-item-header.is-active:after,
.postid-298 .tutor-accordion-item-header:after{
  display: none;
}

.single-courses .events_slider .custom-pricing-display {
  display: none;
}

.single-courses .events_slider .swiper-slide:first-child .custom-pricing-display {
  display: block;
}

.postid-318 .events_slider .swiper-slide:first-child .custom-pricing-display{
  display: none;
}
/* end ascundere */

.instructors__block{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tutor-avatar img{
  object-position: top;
}

.reviews_block{
  margin-top: 80px;
}

/* thank you page */

.thank_sec .container{
  padding: 200px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thank_sec p{
  margin-top: 16px;
  margin-bottom: 64px;
}

.thank_sec img{
  width: 80px;
  height: 80px;
}

@media (max-width: 640px) {
   .main_footer .d-flex{
     flex-direction: column;
   }
  .tutor-course-content{
    flex-direction: column-reverse;
  }
  .tutor-single-course-sidebar1{
    margin-top: 0;
    margin-bottom: 40px;
  }
}
