#_preload_div_ {
  height: 90px !important;
  width: 90px !important;
  left: calc(50% - 45px) !important;
  top: calc(50% - 45px) !important;
}

#_preload_div_ > span {
  height: 0px !important;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
}

* svg {
  transition: all 0.2s linear 0s;
}

.show-range-container.cus-hidden {
  position: relative;
  z-index: 0;
  margin-top: -90px;
}

body {
  overflow-x: hidden;
  font-family: Montserrat, Tajawal, sans-serif;
  font-weight: 500;
  color: rgb(51, 51, 51);
}

body.ar {
  direction: rtl;
  font-family: Tajawal, sans-serif;
  font-weight: 500;
}

body.ar * {
  letter-spacing: 0px !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  appearance: none;
}

:root {
  --darkblue: #181e2e;
  --lightblue: #181e2ee6;
  --lightSeaBlue: #dcf4f6;
  --darkSeaBlue: #3ec4cc;
  --lightred: #fc8a89;
  --bggray1: #f8f8f8;
  --bcolor2: #b297c7;
  --blue1: #181e2e;
  --blue2: #181e2ee6;
  --white: #fff;
  --orange1: #b877e1;
  --orange2: #ba66ef;
  --gray1: #f5f5f5;
  --dark2: #242424;
  --radius1: 14px;
  --transition1: all 0.3s cubic-bezier(0.21, 0.53, 0.37, 0.72);
}

.like-btn,
.like-btn path {
  text-decoration: none;
  transition: all 0.18s linear 0s;
}

.absolute {
  position: absolute;
}

.scrollbar-track {
  opacity: 1 !important;
  background: rgb(238, 238, 238) !important;
  width: 12px !important;
}

.scrollbar-thumb {
  background: rgb(255, 255, 255) !important;
  border-radius: 20px !important;
  left: 2px !important;
}

.cc-list .scrollbar-track {
  opacity: 1 !important;
  background: rgb(237, 239, 247) !important;
  width: 12px !important;
}

.cc-list .scrollbar-thumb {
  background: var(--blue1) !important;
  border-radius: 20px !important;
  left: 2px !important;
}

.content--page h1 {
  display: none;
}

.form-floating > label {
  letter-spacing: -0.12px;
  color: rgb(205, 205, 205);
  margin-inline-start: 15px;
}

.light-blue-txt {
  color: var(--blue1);
}

.dark-blue-txt {
  color: var(--blue1);
}

.red-txt {
  color: var(--lightred);
}

.jello:hover {
  animation-name: jello;
  animation-duration: 0.75s;
}

.headShake:hover {
  animation-name: headShake;
  animation-duration: 0.75s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0px;
}

.like-btn,
.like-btn path,
button:focus,
button,
.btn:focus,
.btn,
.form-control:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.input:focus,
.input:hover,
.input:active {
  outline: none;
  box-shadow: none;
}

.fill-bg {
  position: relative;
}

.fill-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 0px;
  transition: all 0.5s cubic-bezier(0.73, 0, 0.24, 1) 0s;
  z-index: -1;
}

.fill-bg:hover::before {
  width: 100%;
}

.fill-light-blue.fill-bg::before {
  background: var(--blue1);
}

.fill-light-blue:hover {
  color: rgb(255, 255, 255) !important;
}

@keyframes nav {
  0% {
    top: -100px;
  }

  100% {
    top: 0px;
  }
}

.fixed-top {
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 13px;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.63, 0.29, 0.12, 0.91);
  padding-left: 20px;
  padding-right: 20px;
  animation-name: nav !important;
  position: fixed !important;
  border-bottom: 0px !important;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: unset;
  }
}

#toTop {
  position: fixed;
  bottom: 30px;
  right: auto;
  left: auto;
  margin-inline: calc(100% - 70px) 30px;
  cursor: pointer;
  background: var(--orange2);
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

header .filters-links a,
a,
a:hover,
a:focus,
a:active,
.breadcrumb li a::before,
.breadcrumb li a::after {
  text-decoration: none;
  transition: all 0.18s linear 0s;
}

input,
input:hover {
  transition: all 0.18s linear 0s !important;
}

::placeholder {
  font-size: 13px;
}

a {
  color: rgb(51, 51, 51);
}

a:hover,
a:focus {
  color: var(--orange2);
}

.ltr {
  display: inline-block;
  direction: ltr !important;
}

body.en .lang-link .en {
  display: none;
}

body.en .flip-on-lang {
  transform: scale(-1);
}

body.ar .lang-link .ar {
  display: none;
}

body.ar .owl-carousel {
  direction: ltr;
}

.relative {
  position: relative;
}

.light-blue-text {
  color: var(--blue1);
}

.dark-blue-text {
  color: var(--blue1);
}

.red-text {
  color: var(--lightred);
}

.content {
}

@media (max-width: 991px) {
  .ctnt-wrap {
    display: flex;
    flex-direction: column;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    bottom: 0px;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgb(52, 58, 64);
    transition: transform 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

iframe {
  width: 100%;
}

.footer-link {
}

.social-links {
  display: flex;
  margin-top: 20px;
}

.social-links a {
  display: flex;
  width: 34px;
  height: 34px;
  background: rgb(208, 228, 241);
  border-radius: 500px;
  color: rgb(66, 155, 213);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 107%;
  margin-inline-end: 9px;
}

.social-links a:last-child {
  margin-inline-end: 0px;
}

.social-links a:hover {
  background: rgb(40, 55, 114);
  color: rgb(255, 255, 255) !important;
}

.navbar-brand svg {
  width: 80px;
  height: auto;
}

header {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 10;
}

header .navbar-brand {
}

.not-front header {
}

.nav-container:not(.fixed-top) .navbar-nav li a.nav-link.active,
.nav-container:not(.fixed-top) a.nav-link,
.nav-container:not(.fixed-top) a.nav-link:hover {
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 991px) {
  .offcanvas a.active,
  .offcanvas a {
    color: rgb(17, 17, 17) !important;
  }
}

.navbar-nav li a {
  position: relative;
  padding-inline: 0px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.navbar-nav li a::before {
}

.navbar-nav li a.active::before {
}

.navbar-nav li a:hover::before {
  width: calc(100% - 16px);
}

.nav-container a::before {
  background: var(--blue1);
}

.dropdown-menu a,
.dropdown-menu a:hover {
  background: transparent;
  width: calc(100% - 15px);
  color: rgb(51, 51, 51) !important;
  padding: 5px 15px !important;
}

.dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-toggle::after {
  display: unset;
  margin: 9px;
  margin-top: 0px;
}

.dropdown-toggle svg {
  margin-inline-start: 10px;
}

.fixed-top .dropdown-toggle svg path {
  fill: rgb(66, 155, 213);
}

.offcanvas-header .navbar-brand svg {
  width: 60px;
}

.menu-2 {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
}

.menu-2 a {
  transition: all 0.25s linear 0s;
}

.menu-2.logged-in a {
  margin-inline-end: 9px;
  border-radius: 500px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-2.logged-in li:nth-child(2) a {
  background: var(--blue1);
}

.menu-2.logged-in li:nth-child(3) a {
  background: var(--lightred);
}

.menu-2.logged-in a svg {
  width: 16px;
}

.menu-2 li:last-child a {
  margin-inline-end: 0px;
}

.menu-2.not-logged-in a {
  font-size: 14px;
  margin-inline-end: 9px;
  padding-block: 6px;
}

.menu-2.not-logged-in li:last-child a {
  margin-inline-end: 0px;
}

.nav-avatar img {
  border-radius: 500px;
  width: 40px;
  height: 40px;
  background: white;
  transition: all 0.2s ease 0s;
}

.nav-avatar:hover img {
  opacity: 0.8;
}

.login-link {
  display: flex;
  background: var(--blue1);
  color: rgb(255, 255, 255);
  padding: 8px 15px;
  border-radius: 500px;
}

.login-link:hover {
  background: var(--lightred);
  color: rgb(255, 255, 255);
}

.register-link {
  text-decoration: underline;
}

.register-link:hover {
  color: var(--blue1) !important;
}

body.en .menu-2 .lang {
  padding-bottom: 8px !important;
}

.dashboard-nav-container .menu-2 .lang,
.menu-2 .lang {
  border-radius: 100px;
  border: 1px solid var(--blue1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: unset;
  background: rgb(255, 255, 255) !important;
  padding: 0px !important;
  color: var(--blue1) !important;
}

.dashboard-nav-container .menu-2 .lang:hover,
.dashboard-nav-container .menu-2 .lang:focus,
.menu-2 .lang:hover,
.menu-2 .lang:focus {
  background: var(--blue1) !important;
  color: rgb(255, 255, 255) !important;
}

.main-slider {
  background-color: var(--blue1);
  color: rgb(255, 255, 255);
  padding-top: 100px;
  padding-bottom: 120px;
}

.main-slider .container {
  position: relative;
}

.slider-img-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.slider-img-item img {
  width: 100%;
}

.slider-content {
  display: flex;
  align-items: center;
}

.slider-links {
  display: flex;
  margin-top: 25px;
}

.bordered-link,
.slider-links a {
  border-radius: 500px;
  padding: 5px 16px;
  margin-inline-end: 10px;
  margin-bottom: 15px;
  border: 2px solid transparent;
  justify-content: center;
  display: flex !important;
}

.slider-links a:hover {
  box-shadow: rgba(255, 255, 255, 0.09) 0px 0px 0px 8px;
}

.btn-shape {
  border-radius: 200px;
  padding: 6px 16px;
}

.slider-links a:last-child {
  margin-inline-end: 0px;
}

.btn.btn-primary,
.light-blue-link {
  color: rgb(255, 255, 255);
  border-color: var(--blue1);
  background-color: var(--blue1) !important;
}

.btn.btn-primary:hover,
.light-blue-link:hover {
  color: var(--blue1);
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255) !important;
}

.course-summery .dark-blue-link {
  margin-inline: 12px;
  margin-top: 10px;
}

.dark-blue-link {
  background-color: var(--blue1);
  color: rgb(255, 255, 255);
  border: 2px solid var(--blue1) !important;
}

.dark-blue-link:hover {
  background-color: rgb(255, 255, 255);
  color: var(--blue1);
  border: 2px solid var(--blue1) !important;
}

.red-link {
  background-color: var(--lightred);
  color: rgb(255, 255, 255);
  border-color: var(--lightred);
}

.red-link:hover {
  background-color: rgb(255, 255, 255);
  color: var(--lightred);
  border-color: rgb(255, 255, 255);
}

.white-link {
  background-color: rgb(255, 255, 255);
  color: var(--blue1);
  border-color: rgb(255, 255, 255);
}

.white-link:hover {
  background-color: var(--seatblue);
  color: rgb(255, 255, 255);
  border-color: var(--seatblue);
}

.sea-link {
  background-color: var(--lightSeaBlue);
  color: var(--darkSeaBlue);
  border-color: var(--lightSeaBlue);
}

.sea-link:hover {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: var(--lightSeaBlue);
}

.slider-video-link {
  display: flex;
  background: rgb(255, 255, 255);
  min-width: 200px;
  border-radius: 200px;
  padding-block: 10px;
  padding-inline: 10px 0px;
  margin-top: -20px;
  justify-content: center;
  position: relative;
  color: var(--blue1);
}

.slider-video-link svg {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-inline: 8px auto;
}

.slider-dots-bg {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 20px;
}

.under-slider {
  margin-top: -100px;
}

.box-block {
  display: flex;
  align-items: center;
  border-radius: 40px;
  background: rgb(255, 255, 255);
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 20px;
}

.box-block .block-title h2 {
  color: rgb(17, 17, 17);
  font-size: 130%;
}

.block-1 {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.block-1 span {
  font-size: 90%;
}

.title-arrow {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.box-block svg {
  width: 40px;
}

.box-block svg path {
  fill: var(--blue1);
}

.block-1 img {
  width: 35px;
  height: auto;
}

.block-1 h3 {
  color: var(--blue1);
  font-size: 110%;
  margin-block: 10px;
}

.float-box {
  position: absolute;
  min-height: 180px;
  min-width: 180px;
  display: flex;
  padding-bottom: 20px;
  flex-direction: column;
  justify-content: space-between;
}

.box2-block {
  border-radius: 15px;
  background: rgb(255, 255, 255);
  align-items: center;
  overflow: hidden;
}

.box2-block-title {
  padding: 3px 7px;
  background: rgb(39, 141, 186);
  width: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  font-size: 13px;
  display: flex;
}

.float-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 6px 15px 5px;
  background: var(--blue1);
}

.float-header .close svg path {
  transition: all 0.2s linear 0s;
}

.float-header .close:hover {
  cursor: pointer;
}

.float-header .close:hover svg path {
  fill: var(--lightred);
}

.float-body {
  display: flex;
  flex-direction: column;
  margin-block: 12px;
  color: initial;
  align-items: center;
}

.float-body > span:first-child {
  margin-bottom: 15px;
}

.float-header svg {
  width: 14px;
  height: 14px;
}

.section-1 {
  padding-top: 70px;
  background: rgb(251, 251, 251);
}

.branch {
  display: flex;
  background-color: var(--bggray1);
  border: 3px solid var(--bggray1);
  border-radius: 8px;
  align-items: center;
  padding: 5px 10px;
  margin: 10px 0px;
  justify-content: center;
}

.branch:hover {
  background: rgb(255, 255, 255);
}

.branch img {
  margin-inline-end: 12px;
  width: 44px;
  height: auto;
}

.h-shape-underlined {
  position: relative;
  display: flex;
  margin-bottom: 66px;
  font-size: 220%;
}

.center-title .h-shape-underlined {
  display: flex;
  justify-content: center;
}

.h-shape-underlined span {
  position: relative;
}

.h-shape-underlined span::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 14px;
  background: url("../imgs/line.svg") 0% 0% / 100% no-repeat;
  bottom: -20px;
  left: 0px;
  right: 0px;
  margin-inline: auto 10px;
}

.custom-col {
  position: relative;
  margin-block: 10px;
  margin-bottom: 120px;
}

.course-type {
  position: absolute;
  left: 30px;
  top: 15px;
  font-size: 80%;
  padding: 5px 12px;
  border-radius: 100px;
}

.course-card {
  background: var(--bggray1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.cc-image img {
  width: 100%;
}

.cc-row-1 {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cc-row-1 > span:first-child {
  display: flex;
  flex-wrap: wrap;
}

.cc-row-1 > span a {
  display: flex;
  font-size: 82%;
  padding: 3px 10px;
  border-radius: 50px;
  margin-inline-end: 10px;
  background: rgb(66, 155, 214);
  color: rgb(255, 255, 255);
  margin-block: 1px 4px;
}

.cc-row-1 > span a:last-child {
  margin-inline-end: 0px;
}

.cc-row-1 > span a:first-child {
  background: var(--blue1);
  color: rgb(255, 255, 255);
  border: 2px solid var(--blue1);
}

.cc-row-1 > span a:last-child {
  background: rgb(229, 239, 245);
  color: var(--blue1);
  border: 2px solid rgb(229, 239, 245);
}

.cc-row-1 > span a:last-child:hover {
  background: rgb(255, 255, 255);
  color: var(--blue1);
}

.cc-row-1 > span a:first-child:hover {
  background: rgb(255, 255, 255);
  color: var(--blue1);
}

.cc-title {
  padding-inline: 10px;
  display: flex;
  font-size: 84%;
}

.next-course .cc-row-1 > span a:nth-child(2) {
  background: rgb(229, 239, 245);
  color: var(--blue1);
  border: 2px solid rgb(229, 239, 245);
}

.next-course .cc-row-1 > span a {
  font-size: 70%;
}

.next-course .cc-row-1 > span a:nth-child(3) {
  background: rgb(220, 244, 246);
  color: rgb(62, 196, 204);
  border: 2px solid rgb(220, 244, 246);
}

.cc-rate {
  display: flex;
  color: rgb(153, 153, 153);
  width: 100%;
  flex-direction: row;
  font-size: 80%;
  padding: 5px 8px;
  align-items: center;
}

.cc-rate .stars {
  display: flex;
  margin-inline: 5px;
}

.cc-rate .stars svg {
  width: 14px;
  margin-inline-end: 2px;
}

.cc-rate .stars svg:last-child {
  margin-inline-end: 0px;
}

.cc-teacher {
  margin: 10px;
  border-top: 1px solid rgba(216, 216, 216, 0.8);
  padding: 12px 0px 10px;
  font-size: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.testi-user img,
.cc-teacher img {
  height: 44px;
  border-radius: 100px;
  width: 44px !important;
}

.goto {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.item-row-style .trainer-pp-col {
  min-width: 280px;
}

.item-row-style .trainer-pp-col,
.item-row-style .goto {
  width: unset;
  padding-inline: 10px;
  position: unset;
}

.item-row-style .teacher-go {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.teacher-go {
  color: rgb(255, 255, 255);
  background: var(--blue1);
  width: 54px;
  height: 28px;
  border-radius: 16px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teacher-go:hover {
  background: var(--orange2);
}

.qout-icon img,
.teacher-go svg {
  transform: scale(-1, 1);
}

body.ar .qout-icon img,
body.ar .teacher-go svg {
  transform: scale(1, 1);
}

.trainer-card {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* margin-top: 70px; */
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 5px;
  height: 100%;
}

.count-view-row {
  margin-bottom: 120px !important;
}

.multi-view:not(.item-row-style) .trainer-card {
  /* margin-bottom: 106px; */
}

.trainer-card img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  /* margin-top: -70px; */
  /* object-fit: cover;
    object-position: 50%; */
  transform: translate(0px, -70px);
  margin-bottom: -50px;
}

.section-categories {
  padding-top: 40px;
}

.categories-new > .row > div:first-child {
  margin-bottom: 30px;
}

.categories-new .trainer-card img {
  margin-top: 0px;
}

.categories-new .tc-details > *:not(:last-child) {
  border-bottom: 1px dotted #cacaca;
}

.categories-new .tc-details > * {
  padding-block: 10px;
}

.categories-new .trainer-card {
  margin-top: 0px;
  padding-top: 30px;
}

.trainer-pp-col {
  width: 100%;
}

.trainer-name {
  margin-top: 8px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
}

.course-summery .trainer-name {
  font-size: 115%;
}

.course-summery .trainer-speciality {
  font-size: 115%;
  color: var(--orange2);
  margin-bottom: 15px;
}

.course-summery .trainer-desc {
  margin-bottom: 8px;
}

.trainer-position {
  font-size: 90%;
}

.branch {
  background: rgb(229, 239, 245);
  color: var(--blue1);
  border: 2px solid rgb(229, 239, 245);
  border-radius: 200px;
  font-size: 90%;
}

.branches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.branches > a {
  margin-inline: 3px;
}

.branch:hover {
  background: rgb(255, 255, 255);
  color: var(--blue1);
}

.tc-details {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  margin-top: 15px;
}

.tc-details.first {
  padding-bottom: 12px;
  font-size: 90%;
}

.tc-details.first .d-flex > :first-child {
  margin-inline-end: 10px;
}

.tc-details.lined {
  border-top: 1px solid rgba(216, 216, 216, 0.4);
}

.category-wrap {
  display: flex;
  justify-content: space-around;
  width: 100%;
  font-size: 90%;
  padding: 8px 12px;
}

.category-wrap > :first-child {
  font-weight: 600;
}

.multi-view:not(.item-row-style) .trainer-card .tc-details {
  width: calc(100% + 0px);
  margin-top: auto;
  padding-inline: 20px;
}

.tc-details .dd {
  display: flex;
  justify-content: center;
  font-size: 86%;
  margin-block: 3px;
  align-items: center;
}

.tc-details .dd svg {
  width: 14px;
  height: 14px;
  margin-inline-end: 5px;
}

.trainer-card .cc-teacher {
  border-top: 0px;
  margin: 0px;
  padding: 0px;
}

.item-row-style .trainer-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0px;
  padding: 12px;
}

.item-row-style .trainer-card img {
  width: 115px;
  margin-top: 0px;
}

.item-row-style .trainer-card .tc-details {
  border-top: 0px;
  padding-top: unset;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}

.item-row-style .trainer-card .tc-details .sep-and-wrap > div {
  padding-block: 3px;
}

.item-row-style .trainer-card .tc-details .cc-teacher {
  width: 80px;
  margin-inline-start: auto;
}

.testimonials-img {
  width: 100%;
}

.testi-user {
  margin-top: 15px;
  font-size: 80%;
  border-top: 1px solid rgb(202, 202, 202);
  padding-top: 10px;
}

.testi-user img {
  margin-inline-end: 10px;
}

.testi-item {
  background: var(--bggray1);
  padding: 15px;
  border-radius: 12px;
}

.testi-txt {
  font-size: 80%;
}

.title--show-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title--show-all .h-shape-underlined {
  margin-bottom: 50px;
}

.show-all {
  background: var(--bggray1);
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 5px;
  color: rgb(68, 68, 68);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonials-section > div > div {
  align-items: center;
}

.qout-icon {
  display: flex;
  margin-bottom: 12px;
  justify-content: flex-end;
}

.qout-icon img {
  width: 60px !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-block: 28px;
}

.owl-dots > button {
  margin-inline: 4px;
}

.owl-dots > button > span {
  width: 10px;
  height: 10px;
  background: rgb(224, 224, 224);
  display: flex;
  border-radius: 200px;
}

.owl-dots > button.active > span {
  background: var(--blue1);
}

.home-s-6 .h-shape-underlined {
  margin-bottom: 36px;
}

.home-s-6-2 .h-shape-underlined {
  font-size: 205%;
}

.parners-side {
  display: flex;
  align-items: center;
}

.parners-side .v-col {
  width: 50%;
  padding-inline-start: 10px;
}

.parners-side .v-col img {
  width: 100%;
  border-radius: 12px;
}

.parners-side .v-col:first-child img:first-child {
  margin-bottom: 10px;
}

.partners-logos {
  display: flex;
  flex-wrap: wrap;
}

.single-partner {
  display: flex;
  padding: 10px;
}

.single-partner img {
  width: 98px;
  height: 98px;
}

.newsletter-container {
  background: url("../imgs/ns-bg.png") 50% 50% / cover no-repeat;
  border-radius: 15px;
  color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
}

.newsletter-container::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(66, 155, 213, 0.44);
  z-index: 1;
}

.newsletter-container > .row > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 20px;
  position: relative;
  z-index: 1;
}

.ns-content {
  position: relative;
}

.ns-content button {
  position: absolute;
}

.newsletter-container form {
  width: 90%;
  position: relative;
}

.newsletter-container form button {
  position: absolute;
  inset: 0px;
  width: 120px;
  margin-inline: auto 11px;
  height: 45px;
  border-radius: 100px;
  margin-block: auto;
}

.ns-desc {
  font-size: 136%;
}

.ns-form {
  justify-content: flex-start !important;
}

.ns-form input {
  border-radius: 400px;
  background: rgb(244, 248, 250);
  padding-inline: 28px 150px !important;
  height: calc(1px + 4rem) !important;
}

.home-s-7 {
  margin-bottom: -40px;
}

.partners2 .single-partner {
  width: 25%;
}

.partners2 .single-partner img {
  width: 100%;
  height: auto;
}

.home-s-6-2 > div > div {
  display: flex;
  align-items: center;
}

footer {
  background-color: var(--bggray1);
  padding-top: 80px;
  padding-bottom: 12px;
}

.footer-block-con .list-unstyled a,
.footer-block-con .about {
  color: rgb(102, 102, 102);
}

.footer-block-con .list-unstyled a:hover {
  color: var(--blue1);
}

.footer-block-con {
  margin-block: 15px;
}

.footer-block-con h4 {
  margin-bottom: 20px;
}

.footer-block-con .list-unstyled li {
  margin-bottom: 6px;
}

.logo-in-footer {
  margin-block: 18px 10px;
}

.logo-in-footer svg {
  width: 50px;
  height: auto;
  margin-inline-end: 5px;
}

.logo-in-footer strong {
  font-size: 90% !important;
}

.cr {
  color: rgb(153, 153, 153);
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
}

.cr a {
  color: rgb(51, 51, 51);
  font-weight: 800;
  margin-inline: 6px;
}

.breadcrumb {
  background: var(--orange2);
  color: rgb(255, 255, 255);
  padding-block: 12px;
  font-size: 85%;
  margin-block: 0px;
}

.breadcrumb-list li {
  margin-inline: 5px;
}

body.ar .b-sep {
  transform: scale(-1);
}

.breadcrumb-list li:first-child {
  margin-inline-start: 0px;
}

.breadcrumb-list li:last-child {
  margin-inline-end: 0px;
}

.breadcrumb-list li a {
  color: rgb(255, 255, 255);
}

.breadcrumb-list li a:hover {
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

.b-sep {
  transform: scale(-1);
}

.page-title-style-1 {
  background: rgb(239, 239, 239);
  padding-block: 20px;
  text-transform: uppercase;
  color: var(--blue1);
}

.page-title-style-1 h1 {
  display: flex;
  margin: 0px;
  justify-content: center;
  align-items: center;
}

.count-view-row {
  margin-bottom: 20px;
  color: rgb(102, 102, 102);
  font-size: 90%;
}

.count-view-row > .row {
  display: flex;
  align-items: center;
}

.change-view {
  display: flex;
  justify-content: flex-end;
}

.change-view > span:not(:last-child) {
  margin-inline-end: 8px;
}

.change-view > span {
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: rgb(153, 153, 153);
  border: 1px solid rgb(153, 153, 153);
  cursor: pointer;
  opacity: 0.7;
}

.change-view > span.active {
  opacity: 1;
  color: var(--blue1);
  border-color: var(--blue1);
}

.cus-filter-label {
}

.sidebar-filter-con {
  background: rgb(239, 239, 239);
  border-radius: 8px;
}

.sidebar-filter-con {
  margin-bottom: 20px;
}

.col-filter {
  margin-bottom: 0px;
  padding: 15px 20px;
}

.col-filter .card {
  border: 0px;
  padding: 0px;
  background: transparent;
  font-size: 88%;
  margin-top: 15px;
}

.cus-filter-label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: rgb(102, 102, 102);
  margin-bottom: 11px;
}

.cus-filter-label svg {
  transform: rotate(270deg);
  height: 16px;
  transition: all 0.2s linear 0s;
}

.cus-filter-label.collapsed svg {
  transform: rotate(90deg);
}

.cus-filter-label svg path {
  stroke: rgb(102, 102, 102);
}

.col-cutom-3 hr {
  border-color: rgb(179, 179, 179);
}

.nav-tree .ms-4 {
  margin-inline-start: 15px !important;
}

.nav-tree .mx-1 {
  margin-inline: 0px !important;
}

.nav-tree .nav-link {
  padding-inline-start: 6px;
  color: rgb(102, 102, 102);
}

.nav-tree ::before {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: cursive;
}

.nav-tree i.fa {
  position: relative;
  width: 15px;
  height: 15px;
}

.nav-tree .fa-chevron-down::before {
  content: "-";
  background: rgb(239, 239, 239);
}

.nav-tree .fa-chevron-right::before {
  content: "+";
  background: rgb(239, 239, 239);
}

.nav-tree .fa-link::before {
  content: "";
}

.nav-tree .collapse.show {
  position: relative;
}

.nav-tree .collapse.show::before {
  content: "";
  width: 1px;
  height: calc(100% + 14px);
  background: rgb(208, 208, 208);
  position: absolute;
  margin-inline-start: 7.5px;
  top: -14px;
}

.form-check .form-check-input {
  border-radius: 1px;
  border-color: rgb(221, 221, 221);
  transform: translate(0px, -3px);
}

.form-check-input:checked {
  background-color: rgb(45, 54, 113);
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgb(45, 54, 113) 0px 0px 0px 2px;
  padding: 5px;
}

.col-filter .form-check > span {
  margin-inline: auto 0px;
  font-size: 75%;
  color: rgb(123, 123, 123);
}

.col-filter .form-check {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}

.col-filter .form-check .form-check-input {
  margin-inline-end: 8px;
  width: 1.3em;
  height: 1.3em;
}

.check-color {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  display: flex;
}

.color-checks .form-check span {
  margin-top: 3px;
}

.check-color.blue {
  background: rgb(11, 175, 222);
}

.check-color.red {
  background: rgb(245, 117, 117);
}

.check-color.green {
  background: rgb(138, 198, 54);
}

.check-color.yellow {
  background: rgb(240, 240, 59);
}

.rang-price-container {
  width: calc(100% - 52px);
  margin: 0px auto 14px;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 10px 0px 18px;
  justify-content: space-between;
}

.price-input .field {
  display: flex;
  width: unset;
  height: unset;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid rgb(153, 153, 153);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.range-slider {
  height: 5px;
  position: relative;
  background: rgb(221, 221, 221);
  border-radius: 5px;
}

.range-slider .progress {
  height: 100%;
  left: 0.001%;
  right: 0.001%;
  position: absolute;
  border-radius: 5px;
  background: rgb(11, 175, 222);
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: rgb(23, 162, 184);
  pointer-events: auto;
  appearance: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 6px;
}

.rang-price-container .input-d {
  margin: 0px;
  border: 0px;
  background: rgb(237, 237, 237);
  width: 64px;
  padding: 0px;
  color: rgb(11, 175, 222);
  display: inline-flex;
  height: 30px;
  font-size: 82%;
  font-weight: bold;
  border-radius: 3px;
}

.rang-price-container .input-min {
  margin-inline-start: -24px;
}

.rang-price-container .input-max {
  margin-inline-end: -24px;
}

.hr-filter {
  margin-inline: 15px;
  margin-block: 5px;
  border-color: rgba(0, 0, 0, 0.26);
}

.expand {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.expand .few {
  display: none;
}

.expand .more {
  display: flex;
}

.expand svg {
  margin-inline-start: 8px;
}

.expand.cus-collapse .more {
  display: none;
}

.expand.cus-collapse .few {
  display: flex;
}

.expand.cus-collapse svg {
  transform: rotate(180deg);
}

.more-f-con {
  height: 0px;
  overflow: hidden;
  transition: all 0.3s linear 0s;
}

.more-f-con.cus-collapse {
  height: auto;
}

.item-row-style .course-card {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.multi-view:not(.item-row-style) .course-card {
  display: flex;
  flex-direction: column;
  height: calc(100% - 25px);
}

.multi-view:not(.item-row-style) .course-card .cc-teacher {
  margin-top: auto;
}

.item-row-style .cc-teacher {
  border-top: 0px;
}

.item-row-style .cc-row-1 {
  margin-top: 0px;
}

.item-row-style .course-card > :nth-child(1) {
  width: calc(30% - 26.6667px);
}

.item-row-style .course-card > :nth-child(2) {
  width: calc(40% - 26.6667px);
}

.item-row-style .course-card > :nth-child(3) {
  width: calc(30% - 26.6667px);
}

.item-row-style .course-card > :last-child {
  margin: 0px auto;
}

.item-row-style .extra-div {
  display: flex;
  flex-direction: column;
}

.pager nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.pager nav li:last-child {
  transform: scale(-1);
}

.pagination {
  display: flex;
  align-items: center;
}

.pagination svg path {
  stroke: rgb(68, 68, 68);
}

.pager nav li {
  border: 0px;
  height: auto;
}

.pager nav li a {
  width: 38px;
  height: 35px;
  display: flex;
  background: rgba(241, 241, 241, 0);
  place-content: center;
  border: 0px;
  line-height: normal;
  flex-direction: column;
  align-items: center;
  color: rgb(68, 68, 68);
  margin-inline: 6px !important;
  border-radius: 10px !important;
  padding: 0px !important;
}

.active > .page-link,
.page-link.active {
  background-color: var(--blue1);
  border-color: var(--blue1);
}

.colored-banner {
  background: var(--blue1);
  padding-top: 50px;
}

.colored-banner .slider-links {
  margin-top: 0px;
}

.details-menu,
.details-menu li {
  display: flex;
}

.details-menu {
  border-bottom: 1px solid rgb(202, 202, 202);
  width: 100%;
}

.details-menu a {
  background: rgb(255, 255, 255);
  padding: 12px 18px;
}

.details-menu a:hover {
  background: var(--bggray1);
}

.cb-title {
  margin-top: 25px;
}

.cb-trainers {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(222, 222, 222);
}

.per-trainer:hover {
  transform: translateY(-3px);
}

.per-trainer {
  display: flex;
  align-items: center;
  margin-inline-end: 10px;
}

.per-trainer:last-child {
  margin-inline-end: 0px;
}

.per-trainer img {
  width: 50px;
  height: 50px;
  border-radius: 120px;
  margin-inline-end: 6px;
}

.per-trainer span {
  color: rgb(255, 255, 255);
  font-size: 90%;
}

.cb-rating-enrolled {
  display: flex;
  color: rgb(255, 255, 255);
  width: max-content;
  font-size: 80%;
  margin-bottom: 30px;
}

.cb-rating-enrolled .cc-rate {
  color: rgb(255, 255, 255);
}

.cb-enrolled-stds-count {
  margin-inline-start: 5px;
}

.cb-enrolled-stds-count,
.cb-enrolled-stds-count > span {
  display: flex;
  width: max-content;
  align-items: center;
}

.cb-enrolled-stds-count > span > span {
  margin-inline: 10px 5px;
}

.cb-enrolled-stds-count img {
  width: 16px;
  height: 18px !important;
}

.details-sections {
  margin-bottom: 30px;
}

.show-more {
  display: inline-flex;
  padding: 10px 20px;
  font-size: 85%;
  margin-top: 10px;
  border-radius: 800px;
  border: 1px solid var(--blue1);
  cursor: pointer;
  color: var(--blue1);
  transition: all 0.2s linear 0s;
}

.show-more:hover {
  background: var(--blue1);
  color: rgb(255, 255, 255);
}

.show-more:not(.expand) .less-more {
  display: none;
}

.show-more.expand .case-more {
  display: none;
}

.fixedHeight {
  height: 200px !important;
}

.expandable {
  overflow: hidden;
  border-bottom: 2px solid rgb(228, 228, 228);
  padding-top: 12px;
  position: relative;
  transition: all 0.3s linear 0s;
}

.expandable > div {
  transition: all 0.3s cubic-bezier(0.75, 0.03, 0.28, 0.99) 0s;
}

.expandable.expand {
  overflow: hidden;
  border-bottom: 0px solid rgb(228, 228, 228);
  padding-bottom: 15px;
}

.expandable::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: "";
  width: 100%;
  height: 15px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.08) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.no-shadow .expandable {
  border: 0px;
}

.no-shadow .expandable::before {
  display: none;
}

.mt-cus-5 {
  margin-top: 60px;
}

body.en .div-list > div svg {
  transform: scale(-1);
}

body.en .div-list > div svg {
  width: 28px;
  height: 28px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.01);
  margin-inline-end: 5px;
  display: flex;
}

body .div-list > div {
  display: flex;
  margin-bottom: 8px;
  justify-content: flex-start;
}

body .div-list > div span {
  width: calc(100% - 28px);
}

.course-agenda {
  color: rgb(51, 51, 51);
  background: rgb(237, 242, 246);
  padding: 20px 24px;
  font-size: 95%;
  margin-bottom: 22px;
}

.course-agenda h4 {
  font-size: 130%;
  font-weight: 600;
}

.per-trainers-info {
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0px;
}

.pti {
  padding-block: 10px;
  padding-inline-start: 15px;
  background: var(--bggray1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pti .position,
.pti a {
  color: var(--blue1);
}

.pti a:hover {
  color: var(--lightred);
}

.pti a {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
}

.pti a:hover svg path {
  fill: var(--lightred) !important;
}

.pti .position {
  margin-bottom: 5px;
}

.pti a svg {
  margin-inline-end: 5px;
}

.per-trainers-info img {
  width: 200px;
  height: 200px;
  margin: 0px auto;
}

.owl-carousel .owl-item .per-trainers-info img {
  width: 200px;
}

.rating-block-details {
  display: flex;
}

.rating-block-details {
  display: flex;
  width: 100%;
}

.rating-block1 {
  width: 220px;
  height: 220px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: rgba(202, 202, 202, 0.31) 0px 0px 12px;
}

.rating-b2 {
  width: calc(100% - 220px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.rating-block1 > b {
  font-size: 160%;
}

.rating-block1 > span {
  font-size: 130%;
  color: rgb(168, 168, 168);
}

.rating-block1 .cc-rate {
  display: flex;
  justify-content: center;
}

.progress-bar {
  background: var(--blue1);
}

.progress,
.progress-bar {
  border-radius: 500px;
}

.rate-bar-container {
  display: flex;
  align-items: center;
  margin-block: 2px;
}

.rate-bar-container .progress {
  width: 100%;
  height: 6px;
}

.rate-bar-container .cc-rate {
  width: auto;
}

.percent-number {
  padding: 0px 10px;
}

.grayed path {
  fill: rgb(204, 204, 204) !important;
}

.com-1 .per-trainer span {
  color: rgb(68, 68, 68);
}

.com-2 .cc-rate {
  padding-inline-start: 0px;
  margin-top: 4px;
}

.com-3 {
  font-size: 95%;
}

.per-comment {
  padding-block: 10px;
  border-bottom: 1px solid rgb(218, 218, 218);
  margin-bottom: 20px;
}

.comment-actions {
  margin-bottom: 40px;
}

.shiny-bluen {
  background: var(--blue1);
  min-width: 210px;
  padding: 12px 24px;
  border-radius: 500px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  box-shadow: rgba(66, 155, 213, 0.16) 0px 10px 15px;
}

.shiny-blue:hover {
  color: rgb(255, 255, 255);
  background: var(--blue1);
}

.lightblue-btn {
  background: var(--blue1);
  min-width: 210px;
  padding: 12px 24px;
  border-radius: 500px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  box-shadow: none;
  transition: all 0.3s linear 0s;
  border: 2px solid var(--blue1) !important;
}

.lightblue-btn:hover,
.lightblue-btn:focus {
  color: var(--blue1);
  background: rgb(255, 255, 255);
}

.rating-comment {
  overflow: hidden;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  flex-direction: row-reverse;
}

.cbar .price-row {
  flex-direction: row-reverse;
}

.cbar .price-row .old-rice {
  color: rgb(255, 255, 255);
}

.price-row,
.course-info-col {
  padding-inline: 10px;
}

.cs-price {
  display: flex;
  align-items: center;
}

.cbar .price-row {
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 5px;
  transform: translate(0px, -6px);
}

.discount-price {
  color: var(--blue1);
  font-size: 33px;
  margin-inline-end: 10px;
  font-weight: 900;
}

.old-rice {
  font-weight: 600;
  color: rgb(123, 123, 123);
  text-decoration: line-through;
}

.discount-summery {
  font-size: 70%;
  padding: 2px 4px;
  border-radius: 5px;
  border: 2px solid rgb(234, 234, 234);
  color: var(--blue1);
  background: rgb(255, 255, 255);
}

.cic {
  display: flex;
  font-size: 80%;
  justify-content: space-between;
  margin-block: 3px;
  padding-block: 8px;
  border-bottom: 1px solid rgb(241, 241, 241);
}

.cic > div:first-child {
  font-size: 90%;
}

.cic > div:last-child {
  font-size: 84%;
}

.cic img {
  width: 20px;
  height: 20px;
  margin-inline-end: 4px;
}

.course-summery {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: -215px;
  background: rgb(255, 255, 255);
}

.course-action {
  margin-top: 15px;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
  text-align: center;
}

.course-action a {
  margin: 0px;
  font-size: 94%;
  padding-inline: 34px;
  display: inline-flex !important;
}

.course-action span {
  margin-top: 8px;
  display: block;
  font-size: 80%;
}

.accordion-item {
  margin-block: 10px;
  border: 0px;
}

.accordion-item .accordion-button {
  background: var(--blue1);
  color: rgb(255, 255, 255);
  border-radius: 8px !important;
}

.accordion-item .accordion-button::after {
}

.accordion-item .accordion-button.collapsed {
  background: rgb(237, 239, 247);
  color: rgb(51, 51, 51);
}

.acc-course-row {
  display: flex;
  justify-content: space-between;
  margin-block: 0px;
  padding-block: 12px;
  width: 100%;
  border-bottom: 1px solid rgba(234, 234, 234, 0.8);
  font-size: 84%;
  color: rgb(102, 102, 102);
}

.accordion-body .acc-course-row:last-child {
  border-bottom: 0px;
}

.accp-1 {
  width: calc(100% - 240px);
}

.accp-2 {
  width: 120px;
  text-align: center;
}

.accp-3 {
  width: 120px;
  text-align: center;
}

.per-group h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  margin: 0px;
  background: rgb(245, 247, 253);
  font-size: 132%;
}

.course-bar {
  background: var(--blue1);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  font-size: 82%;
  padding-inline: 15px;
  border-radius: 10px;
  padding-block: 25px;
  margin-block: 32px;
  border-bottom: 1px solid rgb(202, 202, 202);
  align-items: center;
}

.cbar {
  display: flex;
}

.cbar img {
  width: 30px;
  margin-inline-end: 6px;
}

.course-bar h5 {
  color: var(--blue1);
  font-size: 124%;
  margin-bottom: 2px;
}

.per-group {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgb(208, 208, 208);
  margin-bottom: 30px;
}

.pg-content {
  padding: 20px;
}

.pg-trainers a span {
  color: rgb(68, 68, 68);
  font-size: 78%;
}

.pg-trainers img {
  width: 36px;
  height: 36px;
}

.pg-row {
  display: flex;
  justify-content: space-between;
  margin-block: 4px;
  align-items: center;
  font-size: 90%;
}

.pg2 {
  font-size: 94%;
}

.participants-con {
  position: relative;
  margin-block: 10px;
}

.participants-num {
  position: absolute;
  display: flex;
  width: 100%;
  left: 0px;
  right: 0px;
  font-size: 90%;
  top: 4px;
  padding: 0px 15px;
  justify-content: space-between;
}

.closed.per-group .participants-num > .p-p,
.participants-num > .p-p:first-child {
  color: rgb(255, 255, 255);
}

.participants-con .progress {
  height: 28px;
}

.participants-label {
  display: flex;
  justify-content: space-between;
  font-size: 84%;
  margin-top: 6px;
}

.per-group-link {
  text-align: center;
  margin-top: 22px;
}

.per-group-link a {
  margin-inline-end: 0px;
  font-size: 90%;
  display: inline-flex !important;
  padding-inline: 22px !important;
}

.closed.per-group h3 {
  color: rgb(255, 255, 255);
  background: var(--blue1);
}

.closed.per-group .per-group-link a {
  background: rgb(187, 186, 186);
  border-color: rgb(187, 186, 186) !important;
  pointer-events: none !important;
}

.ppart1 {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.tbh-info2 .price {
  font-size: 420%;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: var(--blue1);
}

.tbh-info2 .price span {
  font-size: 30px;
  font-weight: bold;
}

.trainer-bio-heading ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trainer-bio-heading ul li {
  list-style-type: none;
}

.trainer-bio-heading img {
  width: 220px;
  height: 220px !important;
  display: flex;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 5px;
  margin-inline-end: 45px;
  object-fit: cover;
}

.booking-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.booking-buttons > a {
  display: inline-flex;
  width: calc(50% - 10px);
  justify-content: center;
  border-radius: 6px !important;
}

.up-steps a,
.booking-buttons button {
  display: flex;
  border: 1px solid var(--blue1);
  align-items: center;
  padding: 6px 16px;
  font-size: 90%;
  border-radius: 6px;
  background: var(--blue1);
  color: rgb(255, 255, 255);
}

.booking-buttons button i {
  margin-inline-end: 10px;
  font-size: 20px;
}

.up-steps a:hover,
.up-steps a:first-child,
.booking-buttons button:hover,
.booking-buttons button:first-child {
  background: var(--orange2);
  color: rgb(255, 255, 255);
  border-color: var(--orange1);
}

.up-steps a:first-child:hover,
.booking-buttons button:first-child:hover {
  background: var(--blue1);
  border-color: var(--blue1);
}

.up-steps a {
  margin-inline: 10px;
}

.up-steps a.disabled:hover,
.up-steps a.disabled:active,
.up-steps a.disabled {
  opacity: 0.4;
  background: #222;
  border-color: #000;
  cursor: no-drop;
}

.tainer-main-image {
  border-radius: 1200px;
  /* border: 10px solid rgb(255, 255, 255); */
}

.banner-trainer {
  position: relative;
  z-index: 1;
}

.ctnt-wrap {
  display: flex;
  align-items: center;
}

.banner-trainer::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: url("../imgs/im2.jpg") 50% center / cover;
  z-index: -1;
}

.banner-trainer::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-image: none;
  background-color: var(--blue1);
  opacity: 0.15;
  z-index: -1;
}

.trainer-bio-heading {
  border-radius: 8px;
  margin-bottom: 35px;
  margin-top: 55px;
}

.trainer-info-new {
  background: rgba(255, 255, 255, 0.9);
  padding: 28px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 5px;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}

.trainer-info-new > :first-child {
  margin-bottom: 35px;
}

.trainer-info-new > :last-child {
  align-items: center;
}

.trainer-info-new .name {
  font-weight: 600;
  font-size: 146%;
}

.trainer-info-new .speciality {
  color: var(--orange2);
  font-size: 130%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.trainer-info-new .job {
  color: rgb(102, 102, 102);
}

.trainer-info-new .price-container {
  display: flex;
  justify-content: space-around;
}

.trainer-info-new .price-container > * {
  display: flex;
  flex-direction: column;
  text-transform: capitalize;
  font-weight: 500;
  align-items: center;
  /* width: 50%; */
}

.trainer-info-new .price-container > :first-child {
  position: relative;
}

.trainer-info-new .price-container > :first-child::before {
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0px;
  right: 0px;
  margin-inline: auto -30px;
}

.trainer-info-new .price-container > * > :first-child {
  font-size: 110%;
  margin-bottom: 8px;
}

.trainer-info-new .price-container > * > :first-child i {
  color: rgb(102, 102, 102);
}

.trainer-info-new .price-container > :last-child {
}

.trainer-info-new .price-container > * > :last-child {
  font-size: 102%;
  color: var(--blue1);
}

.tbh-info {
  padding-inline-start: 10px;
  width: calc(100% - 250px);
}

.tbh-info h2 {
  font-size: 150%;
  margin-top: 10px;
}

.tbh-info .position {
  margin-block: 10px 14px;
  color: var(--blue1);
}

.trainer-branch {
  display: flex;
}

.trainer-branch > a {
  display: inline-flex;
  margin-inline-end: 8px;
}

.trainer-branch > a:last-child {
  margin-inline-end: 0px;
}

.trainer-rating {
  display: flex;
  margin-block: 5px 12px;
}

.trainer-rating .stars {
  display: flex;
}

.trainer-rating > span:last-child {
  margin-inline-start: 5px;
  font-size: 70%;
}

.trainer-rating .stars svg {
  width: 14px;
}

.nnextra {
  display: flex;
  flex-wrap: wrap;
}

.nnextra .po {
  display: flex;
  width: 50%;
  align-items: center;
  margin-block: 5px;
  font-size: 90%;
}

.nnextra .po svg {
  margin-inline-end: 8px;
}

.tbh-info2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  justify-content: flex-end;
}

.tbh-info2 a {
  font-size: 88%;
}

.login-form-container {
  padding: 24px 40px 28px;
  margin-block: 25px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 10px 0px;
}

.login-form-container > div {
  display: flex;
  align-items: center;
}

.form-container {
  max-width: 380px;
  margin: 0px auto;
}

.form-10width {
  max-width: 100%;
  margin-top: 50px;
}

.tt-1 > * {
  margin-top: 15px;
}

.form-label {
  font-size: 14px;
}

.login-desc img {
  /* max-width: 230px; */
  margin: 0px auto;
  display: flex;
  border-radius: 18px;
}

.login-desc h3 {
  margin-block: 15px 18px;
}

input,
textarea,
.btn {
  border-radius: 3px !important;
}

.login-form-container .select2 {
  background: #fff !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  min-height: 38px;
}

textarea {
  resize: none;
}

form .light-blue-link.btn:hover {
  color: rgb(255, 255, 255);
  background-color: var(--blue1) !important;
}

.iti__country-list {
  font-size: 12px;
  max-width: 340px !important;
}

.iti--allow-dropdown {
  width: 100%;
  position: relative;
}

.file-drop-area {
  position: relative;
  display: flex;
  width: 450px;
  max-width: 100%;
  padding: 25px 10px;
  border: 1px solid rgb(209, 209, 209);
  border-radius: 3px;
  transition: all 0.2s ease 0s;
  flex-direction: column;
  align-items: center;
}

.file-drop-area .icocn-containr {
  margin-bottom: 10px;
}

.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  border: burlywood;
}

.payment-window {
  background: rgb(245, 247, 253);
  padding: 40px;
  display: flex;
  justify-content: center;
}

.reset-margin-top {
  max-width: 400px;
  margin-top: 0px !important;
}

.single-bordred {
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-flex;
}

.font-size-small {
  font-size: 12px;
}

.dark-blue-link-outline {
  background-color: var(--blue1);
  border: 1px solid var(--blue1);
  color: rgb(255, 255, 255);
}

.dark-blue-link-outline:hover {
  background-color: rgb(255, 255, 255);
  color: var(--blue1);
}

.light-blue-link-outline {
  background-color: var(--blue1);
  border: 1px solid var(--blue1);
  color: rgb(255, 255, 255);
}

.light-blue-link-outline:hover {
  background-color: rgb(255, 255, 255);
  color: var(--blue1);
}

.course-summery .course-links a {
  margin-bottom: 5px;
}

.sea-link-outline {
  background-color: rgb(220, 244, 246);
  border: 1px solid rgb(220, 244, 246);
  color: rgb(62, 196, 204);
}

.sea-link-outline:hover {
  background-color: rgb(255, 255, 255);
  color: var(--darkSeaBlue);
}

.cl-title {
  margin-block: 8px;
}

.cl-title h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
}

.course-summery .cb-trainers {
  flex-wrap: wrap;
  margin-bottom: 16px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.course-summery .cb-trainers a {
  margin-block: 3px;
}

.course-summery .cb-trainers a span {
  color: rgb(51, 51, 51);
  font-size: 80%;
}

.course-summery .cb-trainers a img {
  width: 40px;
  height: 40px;
}

.course-pricing .cp-row {
  display: flex;
  justify-content: space-between;
  /* margin-block: 8px; */
  color: var(--blue1);
  border-bottom: 1px dotted #c9c9c9;
  padding-block: 10px 12px;
}

.course-pricing .cp-row.total {
  font-weight: bold;
}

.course-pricing .cp-row.total span:last-child {
  color: var(--blue1);
}

.course-summery .form-check {
  font-size: 86%;
  margin-bottom: 20px;
}

.col-header {
  height: 100px;
  background: var(--blue1);
}

.traniner-image {
  text-align: center;
  margin-top: -70px;
  margin-bottom: 16px;
}

.traniner-image img {
  border-radius: 800px;
  width: 140px;
  height: 140px;
  border: 4px solid var(--orange2);
}

.search-label {
  padding-bottom: 7px;
  border-bottom: 1px solid rgb(202, 202, 202);
}

.with-custon-icon {
  position: relative;
}

.with-custon-icon > span {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0px;
  right: 0px;
  margin-inline: auto 22px;
  margin-top: 5px;
}

.with-custon-icon svg {
  width: 100%;
}

.with-custon-icon input {
  padding-inline-end: 32px;
}

.with-custon-icon input {
  padding-inline-end: 32px;
}

.with-custon-icon input,
.with-custon-icon select {
  font-size: 15px;
}

.full-round {
  border-radius: 800px !important;
}

.activity-view {
  display: flex;
  background: rgb(248, 248, 248);
  border-radius: 6px;
}

.activity-view .av-body,
.activity-view .av-info {
  display: flex;
  flex-direction: column;
}

.activity-view .av-img {
  width: 30%;
  min-height: 175px;
  border-radius: 8px;
  overflow: hidden;
}

.activity-view .av-img img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.activity-view .av-body {
  width: 50%;
  padding-inline: 10px;
  padding-block: 12px;
}

.activity-view .av-body h3 {
  font-size: 128%;
  font-weight: bold;
}

.activity-view .av-body div {
  font-size: 90%;
}

.activity-view .av-info {
  width: 20%;
  padding-block: 10px;
  font-size: 76%;
  color: rgb(119, 119, 119);
  padding-inline-end: 10px;
}

.avv-row {
  margin-block: 6px;
  display: flex;
  align-items: center;
}

.avv-row svg {
  margin-inline-end: 5px;
}

.avv-row svg path {
  fill: rgb(102, 102, 102);
}

.order-select {
  background-color: rgb(249, 249, 251);
  border: 0px;
  width: min-content;
  padding-block: 15px;
  padding-inline: 20px 50px;
}

.go-end {
  display: flex;
  justify-content: flex-end;
}

.no-bg-title h1 {
  font-size: 200%;
  margin-top: 20px;
}

.post-info-bar > .container > .row {
  display: flex;
  align-items: center;
}

.post-info-bar .post-info-bar {
  display: flex;
  margin-block: 10px 40px;
}

.post-info-bar.share-tool {
  display: flex;
  justify-content: flex-end;
}

.post-body .share-tool {
  margin-top: 35px;
  display: flex;
  justify-content: flex-start;
}

.tool-item {
  margin-inline-end: 5%;
  font-size: 85%;
  display: flex;
  align-items: center;
}

.tool-item svg {
  height: 16px;
  margin-inline-end: 6px;
}

#shareto {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.svg-container {
  width: 40px;
  height: 40px;
  border-radius: 400px;
  border: 1px solid rgb(202, 202, 202);
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 8px;
}

.svg-container svg {
  width: 100%;
  height: 100%;
  margin-inline-end: 0px;
}

.post-banner img {
  border-radius: 10px;
}

.post-body {
  padding-bottom: 40px;
  margin-top: 30px;
}

.post-nav {
  display: flex;
  justify-content: space-between;
  margin-block: 40px;
}

.post-nav a {
  display: flex;
  background: rgb(241, 243, 248);
  padding: 40px;
  width: calc(50% - 15px);
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
}

.blog-details .post-nav a {
  padding: 25px;
}

.post-nav a:hover {
  color: rgb(255, 255, 255);
  background: var(--blue1);
}

.post-nav a:hover svg path {
  fill: rgb(255, 255, 255);
}

.post-nav a > span {
  width: calc(100% - 40px);
}

.post-prev {
  display: flex;
  flex-direction: row-reverse;
}

.post-next svg {
  transform: scale(-1);
}

body.ar .post-next svg {
  transform: scale(1);
}

body.ar .post-prev svg {
  transform: scale(-1);
}

.related-activities {
  padding-top: 40px;
  border-top: 1px solid rgb(219, 219, 219);
}

.title-bue > * {
  color: var(--blue1);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.grayed-input input {
  background: rgb(249, 249, 251);
  border-color: rgb(249, 249, 251);
  border-radius: 14px;
}

.post-categories ul li a {
  display: flex;
  justify-content: space-between;
  font-size: 86%;
  margin-block: 8px;
}

.post-categories ul li a > span:first-child {
  font-weight: 600;
}

.nt-item {
  display: flex;
  margin-bottom: 10px;
}

.nt-item img {
  width: 100%;
  display: block;
}

.nt-item > .img {
  height: 100%;
  width: 100px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.nt-item > .img span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 68%;
  background: rgba(66, 154, 212, 0.24);
  color: rgb(255, 255, 255);
}

.nt-content {
  width: calc(100% - 100px);
  padding-inline-start: 8px;
}

.nt-content h5 {
  font-size: 84%;
  margin-bottom: 3px;
}

.nt-content span {
  font-size: 56%;
  color: var(--blue1);
  font-weight: 500;
}

.keywords {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.keywords a {
  display: flex;
  background: rgb(249, 249, 251);
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 80%;
  margin-inline-end: 10px;
  margin-bottom: 10px;
}

.keywords a:hover {
  background: var(--blue1);
  color: rgb(255, 255, 255);
}

.single-blog {
  background: rgb(248, 248, 248);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.single-blog img {
  width: 100%;
}

.single-blog .padding {
  padding: 15px 15px 25px;
}

.blog-info {
  display: flex;
  color: var(--blue1);
  justify-content: space-between;
  font-size: 80%;
  margin-bottom: 15px;
}

.blog-info > div {
  display: flex;
  align-items: center;
}

.blog-info svg {
  margin-inline-end: 7px;
}

.single-blog h3 {
  font-weight: 600;
  font-size: 120%;
  margin-bottom: 12px;
}

.single-blog .txt {
  color: rgb(102, 102, 102);
}

.readmore-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.read-more {
  background: rgb(255, 255, 255);
  padding: 7px 22px;
  display: flex;
  border-radius: 50px;
  font-size: 85%;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 5px;
}

.read-more:hover {
  background: var(--blue1);
  color: rgb(255, 255, 255);
}

.read-more svg {
  margin-inline-start: 9px;
}

.b-padding {
  margin-block: 15px;
}

.b-padding .blog-info {
  margin-block: 15px;
  display: flex;
  justify-content: flex-start;
}

.b-padding .blog-info .date {
  margin-inline-end: 20px;
}

.relative {
  position: relative;
}

.category {
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: var(--blue1);
  color: rgb(255, 255, 255);
  font-size: 86%;
  padding: 6px 12px;
  border-radius: 3px;
}

.section-subpage .category {
  display: flex;
  position: relative;
  inset: unset;
  color: rgb(17, 17, 17);
}

.section-subpage .subcategories,
.section-subpage .subcategories > * {
  text-align: center;
  display: flex;
  justify-content: center;
}

.section-subpage .filtered-item {
  width: unset;
  height: unset;
  overflow: unset;
}

.section-subpage .filtered-item.active {
  animation-timing-function: cubic-bezier(0.78, 0.09, 0.03, 1.01);
  animation-name: animtabs;
  animation-duration: 1.25s;
}

.filtered-item.cat-5 {
  width: 100%;
}

.filtered-item.cat-5 > div > div {
  max-height: 60vh;
  overflow: auto;
}

@keyframes animtabs {
  from {
    transform: translate(0px, 12px);
    opacity: 0;
  }

  to {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

.section-subpage .filtered-item::after,
.section-subpage .filtered-item::before {
  display: none;
}

body.ar .category {
  right: auto;
  left: 25px;
}

body.ar .subcategories .category {
  left: 0px;
}

.category:hover {
  background: var(--blue1);
  color: rgb(255, 255, 255);
}

.send-comment {
  margin-bottom: 25px;
}

.send-comment .actions-row {
  margin-top: 15px;
}

.send-comment .actions-row button {
  min-width: 150px;
  display: flex;
  border: 0px;
  justify-content: center;
}

.send-comment .actions-row button:hover {
  color: rgb(255, 255, 255);
  background: var(--blue1) !important;
}

.send-comment h3 {
  font-weight: 600;
  font-size: 120%;
  margin-bottom: 20px;
}

.send-comment textarea {
  background: rgb(248, 248, 248);
  border: 0px;
  border-radius: 8px !important;
}

.student-summery {
  display: flex;
  align-items: center;
  width: 100%;
  margin-block: 20px;
}

.student-summery > a {
  width: 60px;
  display: flex;
}

.student-summery > a path {
  transition: all 0.3s ease 0s;
}

.student-summery > a:hover path {
  fill: var(--blue1);
}

.student-summery > a:first-child {
  justify-content: flex-start;
}

.student-summery > a:last-child {
  justify-content: flex-end;
}

.student-summery > div {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
}

.finished-exam .student-summery > div {
  margin-inline: auto;
}

.std-summery-bar > div {
  margin-inline-end: calc(5% + 30px);
}

.std-summery-bar > div:last-child {
  margin-inline: auto 0px;
}

.std-summery-bar {
  background: rgb(245, 247, 253);
  padding: 15px 30px;
  border-radius: 8px;
}

.std-summery-bar .ssb .cc-teacher {
  border: 0px;
  margin: 0px;
}

.std-summery-bar .ssb .cc-teacher > span {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.std-summery-bar .ssb .cc-teacher img {
  height: 54px;
  margin-inline-end: 10px;
  width: 54px !important;
}

span.exam {
  color: var(--blue1);
  font-size: 84%;
}

.ssb2,
.ssb4 {
  color: rgb(108, 189, 126);
}

.ssb3 {
  color: rgb(252, 138, 137);
}

.ssb-title {
  font-size: 80%;
}

.ssb-mark {
  font-weight: bold;
}

.ssb4 .ssb-mark {
  font-size: 130%;
}

.single-answer input[type="radio"] {
  border-radius: 200px !important;
}

.single-answer input:not(:checked) {
  border: 1px solid rgb(153, 153, 153);
}

.single-answer {
  border: 2px solid var(--blue1);
  border-radius: 12px;
  padding: 16px 25px;
  margin-block: 5px 30px;
}

.q-number {
  margin-block: 12px 10px;
}

.q-text {
  font-size: 92%;
  margin-bottom: 5px;
}

.single-answer .form-check {
  border: 1px solid rgb(217, 217, 217);
  padding: 8px 38px;
  border-radius: 6px;
  margin-block: 10px;
}

.single-answer .form-check label {
  width: 100%;
  cursor: pointer;
}

.questions-container {
  margin-bottom: 20px;
  border: 2px solid rgb(233, 233, 233);
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
}

.qestions > div {
  display: flex;
  flex-wrap: wrap;
}

.single-q {
  display: inline-flex;
  width: 68px;
  padding-block: 8px;
  border: 2px solid rgb(202, 202, 202);
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  margin: 5px;
}

.finished-exam .single-q {
  border-color: var(--blue1);
  color: var(--blue1);
  transition: all 0.2s ease 0s;
}

.finished-exam .single-q:hover {
  background: var(--blue1);
  color: rgb(255, 255, 255);
}

.start-exam .single-q:hover {
  background: var(--blue1);
  color: rgb(255, 255, 255) !important;
}

.wrong {
  border-color: rgb(213, 66, 66) !important;
  color: rgb(213, 66, 66) !important;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled {
  opacity: 1;
}

.form-check.false {
  border-color: rgb(213, 66, 66) !important;
  color: rgb(213, 66, 66) !important;
}

.form-check.true {
  background: rgba(66, 155, 213, 0.08);
  border-color: var(--blue1) !important;
  color: var(--blue1) !important;
}

.form-check.false .form-check-input:checked {
  background-color: rgb(213, 66, 66);
  box-shadow: rgb(213, 66, 66) 0px 0px 0px 2px;
}

.finished-exam .single-q.wrong:hover {
  background: rgb(213, 66, 66);
  color: rgb(255, 255, 255) !important;
}

.single-answer.false {
  border-color: rgb(213, 66, 66);
}

.single-answer.not-submitted {
  border-color: rgb(233, 233, 233);
}

.start-exam-row h3 {
  color: var(--blue1);
}

.start-exam-row h3 {
  color: var(--blue1);
  margin-bottom: 0px;
}

.start-exam-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 20px;
}

.start-exam-row .exam-countdown {
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.start-exam-row .exam-countdown > span:last-child {
  font-size: 200%;
  margin-inline-start: 10px;
}

.single-answer.not-submitted .selected {
  border-color: var(--blue1);
  background: rgba(11, 175, 222, 0.02);
}

.answer-added {
  border-color: var(--blue1) !important;
  color: var(--blue1) !important;
}

.temp-exam > .container > .row {
  position: relative;
}

.content-menu {
  display: flex;
  cursor: pointer;
}

.content-menu svg {
  width: 20px;
  height: 20px;
  margin-inline-end: 5px;
  opacity: 0.8;
}

.content-menu svg path {
  fill: var(--blue1);
  transition: all 0.3s linear 0s;
}

.content-menu:hover svg path {
  fill: rgb(255, 255, 255);
}

.course-content-list .close-ccl svg {
  width: 18px;
  height: 18px;
  margin-inline-end: 5px;
  opacity: 0.8;
  margin-top: 1px;
}

.resp-course-contents {
  display: flex;
  justify-content: flex-end;
}

.course-content-list .title {
  position: relative;
  background: rgb(255, 255, 255);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-inline: 12px;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 4px 7px;
}

.course-content-list .close-ccl {
  position: absolute;
  display: flex;
  width: 66px;
  left: 0px;
  right: 0px;
  top: 5px;
  margin-inline: auto 4px;
  justify-content: center;
  cursor: pointer;
  font-size: 82%;
  background: var(--lightred);
  border: 2px solid var(--lightred);
  padding: 2px 0px;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}

.course-content-list .close-ccl svg path {
  fill: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}

.course-content-list .close-ccl:hover {
  background: rgb(255, 255, 255);
  color: var(--lightred);
}

.course-content-list .close-ccl:hover svg path {
  fill: var(--lightred);
}

.to-hide {
  position: absolute;
  background: rgb(243, 243, 243);
  width: calc(33.3333% - 5px);
  left: 0px;
  right: 0px;
  margin-inline: auto 0px;
  margin-block-start: 15px;
  transition: margin 1.2s cubic-bezier(0.76, 0.01, 0.2, 0.94) 0s;
  height: calc(-175px + 100vh);
  overflow: hidden;
  padding-inline: 0px;
  z-index: 1;
}

.to-hide.closed {
  margin-inline-end: calc(-50% - 5px);
  transition: margin 0.75s cubic-bezier(0.76, 0.01, 0.2, 0.94) 0s;
}

.course-content-list {
  height: 100%;
}

.cc-list {
  margin-top: 0px;
  overflow: auto;
  height: calc(100% - 40px);
  background: white;
}

.to-expand {
  transition: all 0.8s cubic-bezier(0.82, 0.1, 0.13, 0.9) 0s;
}

.content-menu {
  padding: 2px 4px;
  opacity: 1;
  transition: all 0.3s linear 0s;
  border: 2px solid var(--blue1);
  border-radius: 5px;
  color: var(--blue1);
  display: flex;
  align-items: center;
}

.content-menu:hover {
  background: var(--blue1);
  color: rgb(255, 255, 255);
}

.menu-hide {
  opacity: 0;
  pointer-events: none;
}

.course-content-list .accordion-item {
  padding-block: 0px;
  margin-block: 0px;
}

.course-content-list .accordion-button:focus,
.course-content-list .accordion-item .accordion-button {
  background: transparent;
  color: rgb(102, 102, 102);
  box-shadow: none;
  padding-block: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px !important;
}

.course-content-list .accordion-item .accordion-button {
  padding-inline: 6px 22px;
  padding-block: 10px;
}

body.ar .qestions {
  padding-inline-start: 18px;
}

body.ar .course-content-list .accordion-item .accordion-button {
  padding-inline: 22px 6px;
}

body.ar .per-lesson {
  padding-inline: 22px 6px;
}

.course-content-list .accordion-item .accordion-body {
  padding-inline: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.course-content-list .accordion-item .accordion-button::after {
  background-size: 78%;
}

.acc-heading {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}

.acc-heading .sec-title {
  margin-bottom: 6px;
  font-size: 86%;
}

.sec-info {
  font-size: 11px;
  color: rgb(102, 102, 102);
  display: flex;
  align-items: center;
}

.sec-info > span {
  display: inline-flex;
  align-items: center;
}

.sec-info .watched {
  margin-inline-end: 4px;
}

.sec-info .total {
  margin-inline-start: 4px;
}

.acc-heading .course-duration {
  padding-inline-start: 10px;
}

.course-duration > svg {
  margin-inline-end: 4px;
}

.course-duration > span:last-child {
  margin-inline-start: 4px;
}

.cc-list .form-check-input:checked[type="checkbox"] {
  box-shadow: none;
  border: 0px;
}

.per-lesson .form-check {
  display: flex;
}

.per-lesson .form-check .course-duration {
  font-size: 80%;
  margin-top: 5px;
  color: rgb(119, 119, 119);
}

.per-lesson .form-check .form-check-label {
  display: flex;
  flex-direction: column;
  padding-inline-start: 8px;
  font-weight: normal;
  font-size: 13px;
}

svg.clock {
  width: 12px;
}

.per-lesson {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 9px;
  padding-top: 14px;
  padding-inline: 6px 22px;
}

.less-result {
  display: flex;
  flex-direction: column;
  color: var(--blue1);
}

.less-result > span:last-child {
  font-size: 13px;
}

.download-file {
  border: 2px solid var(--blue1);
  border-radius: 6px;
  display: inline-flex;
  font-size: 12px;
  min-width: 102px;
  height: 34px;
  align-items: center;
  color: var(--blue1);
  transition: all 0.3s linear 0s;
  justify-content: center;
  padding-inline: 6px;
}

.download-file svg {
  width: 12px;
  margin-inline-end: 5px;
  transition: all 0.3s linear 0s;
}

.download-file svg path {
  transition: all 0.25s linear 0s;
}

.download-file:hover svg path {
  fill: rgb(255, 255, 255);
}

.download-file:hover {
  color: rgb(255, 255, 255);
  background: var(--blue1);
}

.final-exam-link a {
  background: var(--blue1);
  padding: 10px;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  display: flex;
  transition: all 0.2s linear 0s;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin-inline: 5%;
  margin-block: 16px;
  font-size: 90%;
}

.final-exam-link a:hover {
  background: var(--blue1);
}

.active-lesson {
  background-color: rgb(237, 239, 247);
}

header .navbar .navbar-toggler {
  order: 1;
}

header .navbar .navbar-toggler span {
  font-size: 14px;
}

.dashboard {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.dashboard-header {
  background: var(--blue1);
  position: relative;
}

.dashboard-header .navbar-brand {
  display: inline-flex;
  /* border: 1px solid rgba(255, 255, 255, 0.33); */
  margin-top: 6px;
}

.dashboard-header > div > div {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
}

.dashboard-header > div > div > div:first-child {
  width: calc(25%);
}

.dashboard-header > div > div > div:last-child {
  width: calc(75%);
}

.dashboard-header .navbar {
  display: flex;
  justify-content: flex-end;
}

.dashboard-header .menu-2 {
  margin-inline-end: 25px;
}

.dashboard-body {
  display: flex;
  background: rgb(248, 248, 248);
  flex-grow: 1;
}

.dash-menu {
  width: 300px;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  background-image: var(--bs-navbar-toggler-icon-bg);
  position: relative;
  transition: all 0.5s cubic-bezier(0.67, 0.08, 0.34, 0.98) 0s;
}

.dash-menu.respnsify {
  width: 40px;
}

.dash-content {
  width: calc(100% - 300px);
  padding: 40px;
  transition: all 0.5s cubic-bezier(0.67, 0.08, 0.34, 0.98) 0s;
  flex-grow: 1;
}

.dash-content h1 {
  font-size: 190%;
  margin-bottom: 26px;
}

.account-pr {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.account-pr img {
  border-radius: 200px;
  width: 70px;
  height: 70px;
  margin-inline-end: 6px;
  transition: all 0.35s linear 0s;
}

.account-pr > span {
  display: flex;
  flex-direction: column;
}

.account-pr > span > span:last-child {
  color: var(--blue1);
  font-size: 75%;
}

.dash-side-menu {
  margin: 0px;
  padding: 0px;
  padding-inline-end: 20px;
}

.dash-side-menu li {
  list-style-type: none;
}

.dash-side-menu li a {
  display: flex;
  padding: 10px;
  font-size: 95%;
}

.dash-side-menu li a:hover,
.dash-side-menu li a.active {
  color: rgb(255, 255, 255);
  background: var(--orange2);
  border-start-end-radius: 8px;
  border-end-end-radius: 8px;
}

.dash-side-menu li a img {
  width: 20px;
  height: 20px;
  margin-inline-end: 10px;
}

.dashboard .offcanvas {
  background: var(--blue1);
}

.dashboard .offcanvas .btn-close {
  background-color: rgb(255, 255, 255);
  opacity: 0.8;
  margin-inline-end: 5px;
}

.dashboard .offcanvas .navbar-nav > li > a {
  color: rgb(255, 255, 255) !important;
}

.dashboard .navbar-nav {
  margin-inline-start: 0px;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 2px;
  background-color: rgb(51, 51, 51);
  margin: 6px 0px;
  transition: all 0.4s ease 0s;
}

.cus-toggler.change .bar1 {
  transform: translate(0px, 0px) rotate(0deg);
}

.cus-toggler.change .bar2 {
  opacity: 1;
}

.cus-toggler.change .bar3 {
  transform: translate(0px, 0px) rotate(0deg);
}

.cus-toggler .bar1 {
  transform: translate(0px, 8px) rotate(-45deg);
}

.cus-toggler .bar2 {
  opacity: 0;
}

.cus-toggler .bar3 {
  transform: translate(0px, -8px) rotate(45deg);
}

.cus-toggler {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  padding: 5px 8px;
  margin-inline: auto -40px;
  left: 0px;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.dash-menu.respnsify {
  width: 50px;
}

.account-pr > span,
.dash-side-menu li a > span {
  width: calc(100% - 76px);
  transform: scale(1, 1);
  transition: all 0.5s ease-in-out 0s;
}

.dash-menu.respnsify .account-pr > span,
.dash-menu.respnsify .dash-side-menu li a > span {
  transform: scale(0, 0);
  width: 0px;
  height: 0px;
}

.dash-menu.respnsify .account-pr {
  display: flex;
  flex-direction: column;
  height: 50px;
}

.dash-menu.respnsify .account-pr img {
  width: 40px;
  height: 40px;
  margin-inline-end: 3px;
}

.dash-menu.respnsify .dash-side-menu {
  padding-inline-end: 0px;
}

.dash-content.respnsify {
  padding-inline-start: 50px;
}

.dash-summery {
  display: flex;
  background: rgb(255, 255, 255);
  padding: 15px;
  border-radius: 8px;
  align-items: center;
  color: rgb(68, 68, 68);
  margin-bottom: 30px;
  font-size: 88%;
}

.dash-summery > img {
  margin-inline-end: 12px;
  width: 68px;
}

.dash-summery > span {
  display: flex;
  flex-direction: column;
}

.dash-summery > span > span:first-child {
  font-weight: 600;
  font-size: 200%;
}

.dash-content-main {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 35px;
}

.dash-content-main.transparent {
  background: transparent !important;
}

.dash-content-main.slim-no-padding {
  padding: 15px;
}

.dashboard-nav-container .dropdown-toggle svg path {
  fill: rgb(255, 255, 255);
}

@media only screen and (max-width: 991px) {
  .trainer-bio-heading ul {
    display: flex;
    justify-content: space-around;
  }

  .booking-buttons {
    margin-top: 15px;
  }

  .trainer-info-new > :first-child {
    margin-bottom: 15px;
  }

  .calendar-custom-filteres .row > div {
    display: flex;
  }

  .dashboard-body {
    position: relative;
  }

  .dash-content.respnsify {
    padding-inline: 64px 10px;
  }

  .dash-menu {
    position: absolute;
    z-index: 5;
    inset: 0px;
    margin-inline: 0px auto;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.09) 5px 0px 5px;
  }

  .dash-content-main {
    padding: 20px;
  }

  .dashboard-header .menu-2 {
    margin-inline-end: 15px;
  }
}

.dash-content-main .relative {
  margin-bottom: 20px;
  margin-top: 10px;
}

.dash-content-main .form-select,
.dash-content-main .form-control {
  padding-block: 12px;
  border-color: rgb(119, 119, 119);
  font-size: 14px;
  border-radius: 10px !important;
}

.dash-content-main .form-label {
  margin-bottom: -10px;
  position: absolute;
  margin-inline-start: 18px;
  background: rgb(255, 255, 255);
  margin-top: -10px;
  padding: 0px 5px;
}

.upload-img {
  background: rgb(248, 248, 248);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
  height: 100%;
  justify-content: center;
}

.image-av-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.image-av-con img {
  width: 120px;
  border-radius: 500px;
  height: 120px;
  width: 120px;
  margin-bottom: 15px;
  object-fit: cover;
  object-position: 50%;
}

.image-av-con input[type="file"] {
  display: none;
}

.custom-file-upload {
  position: absolute;
  inset: 0px;
  font-size: 215%;
  width: 30px;
  height: 39px;
  margin-inline: auto 3px;
  margin-block: auto 20px;
  cursor: pointer;
}

.custom-file-upload i {
  color: var(--blue1);
  transition: all 0.2s linear 0s;
  background: #fff;
  border-radius: 800px;
}

.custom-file-upload:hover i {
  color: var(--blue1);
}

.upload-img .relative {
  width: 100%;
}

.radius-full {
  border-radius: 1000px !important;
}

.filled-light,
.filled-dark {
  display: inline-flex;
  padding: 8px 20px;
  font-size: 90%;
  border: 2px solid !important;
}

.filled-light {
  background-color: var(--blue1);
  border-color: var(--blue1);
  color: rgb(255, 255, 255);
}

.filled-light:hover,
.filled-light:focus {
  background-color: transparent;
  border-color: var(--blue1);
  color: var(--blue1);
}

.filled-light:hover path,
.filled-light:focus path {
  fill: var(--blue1);
}

.filled-light:hover path,
.filled-light:focus path {
  stroke: var(--blue1);
}

.filled-dark {
  background-color: var(--blue1);
  border-color: var(--blue1);
  color: rgb(255, 255, 255);
}

.filled-dark:hover,
.filled-dark:focus {
  background-color: rgb(255, 255, 255);
  border-color: var(--blue1);
  color: var(--blue1);
}

.filled-dark:hover path,
.filled-dark:focus path {
  stroke: var(--blue1);
}

.bordered-outlined-light,
.bordered-outlined-dark {
  display: inline-flex;
  padding: 8px 20px;
  border: 2px solid;
  font-size: 90%;
}

.bordered-outlined-light {
  background-color: transparent;
  border-color: var(--blue1);
  color: var(--blue1);
}

.bordered-outlined-light:hover,
.bordered-outlined-light:focus {
  background-color: var(--blue1);
  color: rgb(255, 255, 255);
}

.bordered-outlined-dark:hover,
.bordered-outlined-dark:focus {
  background-color: var(--blue1);
  color: rgb(255, 255, 255);
}

.actions-row > button:first-child {
  margin-inline-end: 10px;
}

.actions-row > button {
  margin-bottom: 10px;
  display: inline-flex;
}

.join-link a {
  font-size: 80%;
  padding: 5px 14px;
  background: var(--blue1) !important;
  width: unset !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid var(--blue1) !important;
  margin-inline-end: 10px !important;
  border-radius: 5px !important;
}

.join-link a:hover,
.join-link a:focus {
  background: transparent !important;
  color: rgb(255, 255, 255) !important;
  border: 2px solid var(--blue1) !important;
}

.join-link a > span {
  padding-inline-start: 5px;
}

.dash-content-main .nav.nav-pills {
  border-bottom: 1px solid rgb(202, 202, 202);
}

.dash-content-main .nav.nav-pills li .nav-link {
  background-color: transparent;
  color: rgb(119, 119, 119);
  border-bottom: 2px solid transparent;
  border-radius: 0px;
  padding-inline: 2px;
  margin-inline-end: 30px;
}

.dash-content-main .nav.nav-pills li:last-child .nav-link {
  margin-inline-end: 0px;
}

.dash-content-main .nav-pills li .nav-link.active {
  color: var(--blue1);
  font-weight: 600;
  border-color: var(--blue1);
}

.course-itp {
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 15px;
}

.course-itt .cc-rate {
  margin-top: 6px;
}

.course-itt .cc-rate,
.course-itt .cc-rate .stars {
  margin-inline-start: 0px;
  padding-inline-start: 0px;
}

.next-course {
  display: flex;
  justify-content: space-between;
  width: 93%;
}

.next-course .per-trainer img {
  width: 40px;
  height: 40px;
}

.next-course .per-trainer span {
  color: rgb(51, 51, 51);
  font-size: 80%;
}

.date-itt {
  display: flex;
  align-items: center;
}

.date-itt img {
  margin-inline-end: 8px;
}

.next-date {
  display: flex;
  flex-direction: column;
}

.next-date > div:first-child {
  font-size: 80%;
  margin-bottom: 4px;
}

.next-date > div:last-child {
  font-size: 94%;
  margin-bottom: 4px;
}

.course-itt .rate-bar-container {
  display: flex;
  width: 93%;
}

.course-itt .rate-bar-container .progress {
  width: calc(100% - 80px);
  margin-inline-end: auto;
}

.course-itt .cc-teacher {
  margin: 0px;
  display: flex;
  border-top: 0px;
  padding: 2px 0px 0px;
  align-items: center;
  justify-content: flex-end;
}

.course-itp {
  display: flex;
  margin-bottom: 22px;
}

.itp-cimg {
  width: 240px;
  margin-inline-end: 20px;
}

.itp-cimg img {
  width: 100%;
}

.course-itt {
  width: calc(100% - 260px);
}

.course-itt h3 {
  font-size: 130%;
}

.course-itp.tageem h3 {
  font-size: 100%;
}

.course-itp.tageem .account-pr {
  padding: 0px;
  margin-bottom: 0px;
}

.course-itp.tageem .course-itt > a:nth-of-type(2) {
  padding-inline-start: 46px;
  font-size: 80%;
  color: var(--blue1);
}

.course-itp.tageem .account-pr > span > span:last-child {
  color: rgb(51, 51, 51);
  font-size: 75%;
}

.course-itp.tageem .account-pr img {
  width: 44px;
  height: 44px;
}

.course-itp.tageem h3:first-child {
  margin-top: 6px;
  padding-inline-end: 40px;
}

.course-itp {
  position: relative;
}

.course-itp .editing {
  position: absolute;
  inset: 0px;
  width: 22px;
  height: 22px;
  margin-inline: auto 15px;
  margin-block: 15px auto;
}

.course-itp .editing svg {
  width: 100%;
}

.succ-percent {
  border: 2px solid rgb(108, 189, 126);
  color: rgb(108, 189, 126);
  display: flex;
  font-weight: bold;
  border-radius: 6px;
  justify-content: center;
  max-width: 100px;
  padding: 2px 1px;
}

.stacked-stds {
  position: relative;
  width: 100px;
  display: flex;
  justify-content: space-between;
  height: 40px;
}

.stacked-stds a {
  position: absolute;
  width: 40px;
  left: 0px;
  right: 0px;
  height: 40px;
  border-radius: 500px;
  overflow: hidden;
  border: 2px solid rgb(255, 255, 255);
}

.stacked-stds a.std1 {
  margin-inline-start: 0px;
  z-index: 4;
}

.stacked-stds a.std2 {
  margin-inline-start: 6px;
  z-index: 8;
}

.stacked-stds a.std3 {
  margin-inline-start: 12px;
  z-index: 12;
}

.stacked-stds a.std4 {
  z-index: 16;
  margin-inline-start: 18px;
}

.stacked-stds a.last-std {
  z-index: 20;
  margin-inline-start: 24px;
  background: var(--blue1);
  display: flex;
  color: rgb(255, 255, 255);
  font-size: 86%;
  align-items: center;
  justify-content: center;
}

.stacked-stds a:hover {
  border-color: var(--blue1);
}

.stacked-stds a img {
  width: 100%;
  height: 100%;
}

.table-responsive thead {
  background: rgb(244, 249, 255);
}

.table-responsive tbody {
  background: rgb(255, 255, 255);
}

.table-responsive td,
.table-responsive th {
  vertical-align: middle;
}

.sper-stds {
  display: flex;
  font-size: 80%;
}

.sper-stds img {
  margin-inline-end: 4px;
  width: 44px;
  height: 44px;
  border-radius: 1000px;
}

.success {
  color: rgb(108, 189, 126);
}

.fail {
  color: rgb(252, 138, 137);
}

.cert-tools {
  display: flex;
  padding: 12px 10px;
  justify-content: space-around;
}

.single-cert h5 {
  padding: 8px 12px 5px;
  margin: 0px;
  font-size: 110%;
}

.single-cert {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 2px inset;
}

.single-cert img {
  width: 100%;
}

.cert-tools a svg {
  margin-inline-end: 5px;
  width: 20px;
  height: 20px;
}

.video-lesson {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
  max-width: 100%;
}

.video-lesson iframe,
.video-lesson object,
.video-lesson embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.start-exam.temp-exam {
  padding-top: 15px;
}

.start-exam-row {
  margin-bottom: 10px;
}

.tabs-style {
  margin-block: 20px;
}

.nav-tabs .nav-link {
  border: 0px;
  padding-inline: 0px;
  margin-inline-end: 25px;
  color: rgb(102, 102, 102);
}

.nav-tabs .nav-link:last-child {
  margin-inline-end: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-image: initial;
  border-bottom: 2px solid var(--blue1);
  color: var(--blue1);
}

.tab-pane {
  padding-top: 15px;
}

.p-user-q .avatar img {
  border-radius: 800px;
  width: 60px;
  height: 60px;
}

.p-user-q .avatar {
  margin-inline-end: 20px;
}

.p-user-q {
  display: flex;
  border-bottom: 1px solid rgb(238, 238, 238);
  padding-block: 10px 2px;
  margin-bottom: 12px;
}

.q-content > span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.q-content > span svg {
  margin-inline-start: 5px;
}

body.en .q-content > span svg {
  transform: scale(-1, 1);
}

.smaller-font h3 {
  font-size: 160%;
}

.date-from {
  margin-top: 5px;
  margin-bottom: 10px;
}

.smaller-font {
  font-size: 90%;
}

.its-reply {
  padding-inline-start: 40px;
}

.avatar.no-image span {
  width: 60px;
  height: 60px;
  border-radius: 600px;
  display: flex;
  background: var(--blue1);
  color: rgb(255, 255, 255);
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.question-form {
  border: 1px solid rgb(202, 202, 202);
  padding: 25px;
  border-radius: 10px;
}

.dash-content .trainer-card {
  background: rgb(255, 255, 255);
}

.like-btn {
  position: absolute;
  width: 38px;
  height: 38px;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  left: 0px;
  right: 0px;
  z-index: 0;
  margin-inline: auto 25px;
  border: 0px;
}

.liked path {
  stroke: var(--green);
  fill: rgb(255, 47, 45);
}

.like-btn:hover:not(.liked) {
  background: rgb(228, 228, 228);
}

.like-btn:not(.liked) path,
.like-btn:hover:not(.liked) path {
  stroke: var(--blue1);
}

@keyframes expand {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
  }

  90% {
    transform: scale(2.6);
    opacity: 0;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

.liked::before {
  content: "";
  position: absolute;
  width: 130%;
  height: 130%;
  z-index: -1;
  border-radius: 12px;
}

.liked {
  background: rgb(241, 241, 241);
  animation-name: expand;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
}

.teacher-go.sst-2 {
  border-radius: 8px;
  width: auto;
  padding-inline: 16px;
  margin-top: 8px;
}

.teacher-go.sst-2 svg {
  margin-inline-start: 8px;
}

.sst-2 .light-blue-text {
  font-size: 120%;
  display: flex;
  margin-bottom: 2px;
}

.sst-2 .dd.d-1 {
  margin-bottom: 10px;
}

.select-info > div:first-child svg path {
  fill: var(--blue1);
}

.select-info {
  margin-top: 20px;
  font-size: 80%;
  margin-bottom: 20px;
}

.select-info > div {
  margin-bottom: 5px;
}

.select-info > div svg {
  width: 14px;
  margin-inline-end: 2px;
}

.myc-date-header {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  font-weight: bold;
  flex-direction: column;
  align-items: center;
}

.myc-available-time {
  border-radius: 2px;
  color: var(--blue1);
  background-color: rgb(243, 248, 252) !important;
}

.myc-available-time:hover {
  border-radius: 2px;
  color: rgb(255, 255, 255);
  background-color: var(--blue1) !important;
}

#myc-dates-container {
  background-color: transparent;
}

.myc-date-header,
#myc-week-container,
#myc-available-time-container {
  border: 0px;
}

#myc-next-week,
#myc-prev-week,
#myc-next-week:hover,
#myc-prev-week:hover {
  border: 0px;
  color: transparent !important;
}

#myc-next-week {
  background: url("../imgs/arrow.svg") 50% center / 40% no-repeat;
  color: transparent !important;
}

#myc-prev-week {
  background: url("../imgs/arrow.svg") 50% center / 40% no-repeat;
  transform: scale(-1);
}

body.ar #myc-prev-week-container {
  transform: scale(-1);
}

.myc-day-time-container {
  padding: 5px;
}

.myc-date-header:first-of-type {
  padding-left: 10px;
}

.current-time {
  color: var(--blue1);
  margin-bottom: 30px;
}

#myc-current-month-year-container {
  font-weight: 600;
  color: var(--blue1);
}

.myc-date-number {
  font-weight: 500;
}

.the-date {
  display: inline-flex;
  font-size: 130%;
}

.the-date > span {
  margin-inline-end: 5px;
}

#myc-nav-container {
  margin-bottom: 5px;
}

.book-now {
  background: var(--blue1);
  color: rgb(255, 255, 255);
  padding: 6px 15px;
  min-width: 180px;
  display: flex;
  border-radius: 4px;
  justify-content: center;
}

.book-now:hover {
  background: var(--blue1);
  color: rgb(255, 255, 255);
}

.book-now-con {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 35px;
}

.current-week {
  display: flex;
  background: var(--blue1);
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
}

.current-week svg {
  width: 26px;
}

.current-week .ppl-1 {
  width: 40px;
  text-align: center;
}

.current-week .ppl-2,
.current-week .ppl-3 {
  width: calc(50% - 20px);
  text-align: center;
}

.current-week .ppl > div:first-child {
  color: var(--orange2);
}

.current-week .ppl > div:last-child {
  margin-top: -6px;
}

.current-week .ppl > div:first-child {
  margin-bottom: -2px;
  font-size: 90%;
}

.up-steps {
  display: flex;
  justify-content: center;
  padding-block: 50px 10px;
}

.bio-top-filters {
  background: #fff;
  padding: 30px 30px 40px;
  box-shadow: 0 0 15px 0px #00000029;
  margin-block: 40px 60px;
  margin-inline: 25px;
  border-radius: 12px;
}

.bio-top-filters .row > div {
  margin-block: 10px;
  padding-inline: 25px;
}

.bio-top-filters .row > div label {
  color: var(--blue1);
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 14px;
}

.ppl-2 {
  position: relative;
}

.ppl-2::before {
  content: "";
  width: 1px;
  background: rgb(255, 255, 255);
  position: absolute;
  inset: 4px 0px;
  height: calc(100% - 8px);
  margin-inline: auto 0px;
}

.filter-links {
  margin-top: 30px;
  position: relative;
  z-index: 2;
  background: rgb(255, 255, 255);
  margin-bottom: 40px;
}

.filter-links a {
  display: flex;
  padding: 10px;
  border-radius: 2px;
  margin-block: 4px;
}

.filter-links a:hover,
.filter-links a.active {
  background: var(--orange2);
  color: rgb(255, 255, 255);
}

.show-range-container {
  transition: all 0.3s linear 0s;
  margin-bottom: 40px;
  margin-top: -28px;
}

.fc-h-event {
  margin-inline-end: 2px;
  width: calc(100% - 2px);
  border-radius: 0px;
  background: transparent;
  border: 0px;
}

.cal-item {
  padding: 5px;
  border-inline-start: 3px solid rgb(202, 202, 202);
  background: rgb(233, 233, 233);
  border-start-end-radius: 5px;
  border-end-end-radius: 5px;
}

.cal-item > div:first-child > img:first-child {
  position: relative;
  z-index: 1;
}

.cal-item > div:first-child > img:not(:first-child) {
  position: absolute;
  margin-inline-start: -20px;
  z-index: 0;
}

.cal-item img {
  width: 38px;
  height: 38px;
  border-radius: 800px;
  border: 1px solid rgb(255, 255, 255);
}

.cal-title {
  font-weight: 600;
  font-size: 90%;
  margin-block: 5px 1px;
}

.cal-date {
  font-size: 80%;
}

.course-color {
  color: rgb(40, 55, 114);
  border-color: rgb(40, 55, 114);
  background: rgba(40, 55, 114, 0.1);
}

.trainer-color {
  color: rgb(108, 189, 126);
  border-color: rgb(108, 189, 126);
  background: rgba(108, 189, 126, 0.1);
}

.program-color {
  color: rgb(66, 155, 213);
  border-color: rgb(66, 155, 213);
  background: rgba(66, 155, 213, 0.1);
}

.multi-color {
  color: rgb(255, 154, 213);
  border-color: rgb(255, 154, 213);
  background: rgba(255, 154, 213, 0.1);
}

.color-hints {
  display: flex;
  font-size: 70%;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.color-hints > div {
  border-radius: 100px;
  color: rgb(255, 255, 255);
  margin-inline-end: 6px;
  padding: 7px 10px;
  font-weight: 600;
}

.color-hints > div:last-child {
  margin-inline-end: 0px;
}

.multi-c {
  background-color: rgb(255, 154, 213);
}

.program-c {
  background-color: rgb(66, 155, 213);
}

.trainer-c {
  background: rgb(108, 189, 126);
}

.course-c {
  background: rgb(40, 55, 114);
}

.fc-header-toolbar button {
  background: rgb(255, 255, 255) !important;
  color: rgb(102, 102, 102) !important;
  border-color: rgb(235, 235, 235) !important;
}

.fc-header-toolbar button:hover,
.fc-header-toolbar button:focus {
  box-shadow: none !important;
  background: rgb(248, 248, 248) !important;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 0px;
}

.fc-theme-standard .fc-scrollgrid {
  border: 0px;
}

.fc-daygrid-day-top {
  padding-inline: 10px;
}

.fc-daygrid-day-top a {
  color: rgb(119, 119, 119);
}

.fc-col-header {
  background: rgb(250, 250, 250);
  padding-block: 15px;
}

.fc-col-header th {
  padding-block: 10px;
}

.fc-col-header th div a {
  color: rgb(102, 102, 102);
  font-weight: 600;
}

.fc .fc-toolbar-title {
  font-size: 1.4em;
}

.calendar-custom-filteres {
  margin-top: -10px;
  margin-bottom: 30px;
}

.calendar-custom-filteres .row {
  align-items: center;
  display: flex;
}

.cal--filters {
  display: flex;
  font-size: 80%;
  margin-bottom: 15px;
  align-items: center;
  width: 100%;
}

.cal--filters > div:first-child {
  margin-inline-end: 10px;
}

.cll-filters {
  display: flex;
  border: 1px solid rgb(239, 239, 239);
  border-radius: 8px;
  background: rgb(250, 250, 250);
  overflow: hidden;
}

.cll-filters a:first-child {
  border-inline-start: 0px;
}

.cll-filters a {
  border-inline-end: 0px;
  padding: 7px 14px;
  min-width: 50px;
  border-radius: 6px;
  text-align: center;
}

.cll-filters a.active {
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 5px;
}

.cll-filters a:hover {
  background: var(--blue1);
  color: rgb(255, 255, 255);
}

.multi-items {
  position: relative;
}

.multi-items > span:not(:first-child) {
  margin-inline-start: 10px;
}

.link-to-multi {
  display: flex;
  width: 44px;
  height: 44px;
  background: rgb(66, 155, 213);
  border-radius: 500px;
  position: absolute;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.link-to-multi:hover,
.link-to-multi:focus {
  background: var(--blue1);
  color: rgb(255, 255, 255);
}

.cusOver {
  position: absolute;
  bottom: 60px;
  background: rgb(255, 255, 255);
  opacity: 0;
  left: -5px;
  right: -5px;
  padding: 10px 12px 16px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 5px;
}

.co-header {
  display: flex;
  justify-content: flex-end;
}

.co-header .btn,
.co-header .btn:hover,
.co-header .btn:active,
.co-header .btn:focus {
  border: 0px;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
}

.co-header > .btn img {
  width: 22px !important;
  height: 22px !important;
}

.co-body .cc-teacher {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  margin: 0px;
  border-top: 0px;
}

.co-body .cc-teacher img {
  margin-inline-end: 3px;
}

.co-body .cc-teacher > span {
  margin-bottom: 8px;
  font-size: 110%;
}

.co-body .cc-teacher > span:last-child {
  margin-bottom: 0px;
}

@keyframes cAnim {
  0% {
    bottom: 70px;
    opacity: 0;
  }

  100% {
    bottom: 60px;
    opacity: 1;
  }
}

.cAnim {
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.63, 0.29, 0.12, 0.91);
  opacity: 1;
  animation-name: cAnim !important;
}

.multi-view-content > .row > .item-row-style .course-card .cc-image img {
  border-start-start-radius: 10px;
  border-end-start-radius: 10px;
}

.multi-view-content > .row > .item-row-style .course-card {
  overflow: visible;
}

.multi-view-content > .row > .item-row-style .cusOver {
  top: 60px;
  z-index: 1;
  bottom: unset !important;
}

.back-container {
  margin-top: 15px;
  display: flex;
}

.back-container a {
  background: rgb(66, 155, 213);
  padding: 4px 12px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  transition: all 0.2s linear 0s;
}

.back-container a svg {
  width: 18px;
  height: 18px;
  margin-inline-end: 4px;
}

.back-container a svg path {
  fill: rgb(255, 255, 255);
  transition: all 0.2s linear 0s;
}

.back-container a:hover {
  background: rgb(40, 55, 114);
  color: rgb(66, 155, 213);
}

.back-container a:hover svg path {
  fill: rgb(66, 155, 213);
}

.course-bar.st-2 {
  padding-inline: 35px;
}

.cg-right {
  background: var(--blue1);
  padding: 15px;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cg-right .cb-trainers {
  border: 0px;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.cg-right .cb-trainers a {
  margin-bottom: 15px;
}

.cg-right .cc-rate {
  padding-inline-start: 0px;
}

.cg-left .course-itt .rate-bar-container,
.cg-left .course-itt {
  width: 100%;
}

.cg-left .cc-row-1 > span > a:first-child {
  background-color: transparent;
  color: var(--blue1);
}

.cg-left .cc-row-1 > span > a:nth-child(2) {
  background-color: var(--blue1);
  color: rgb(255, 255, 255);
  box-shadow: none;
  font-size: 80%;
  border-color: var(--blue1);
}

.cg-left .cc-row-1 > span > a:last-child {
  background-color: var(--blue1);
  border-color: var(--blue1);
  color: rgb(255, 255, 255);
}

.group-timing {
  background: rgb(245, 247, 253);
  padding: 20px;
  border-radius: 13px;
  margin-bottom: 11px;
}

.group-timing .title > span {
  padding-bottom: 4px;
  display: inline-flex;
  position: relative;
}

.group-timing .title > span::after,
.group-timing .title > span::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background: rgb(40, 55, 114);
  bottom: 0px;
}

.group-timing .title > span::before {
  bottom: -3px;
}

.group-timing .title {
  margin-bottom: 10px;
}

.group-timing .title,
.group-timing .subtitle {
  font-weight: 600;
}

.group-timing > .row > div:first-child {
  border-inline-end: 1px solid rgba(0, 0, 0, 0.19);
}

.per-time {
  display: flex;
  justify-content: space-between;
  margin-block: 5px;
}

.per-time .time {
  color: var(--blue1);
  font-weight: 600;
  font-size: 94%;
}

.single-cg .next-course {
  width: 100%;
}

.single-cg {
  border: 2px solid rgb(217, 217, 217);
  padding: 15px;
  border-radius: 24px;
  margin-bottom: 30px;
}

.coursing-date .cd,
.coursing-date .cd > div:first-child {
  display: flex;
  align-items: center;
}

.coursing-date .cd > div:first-child {
  color: rgb(255, 255, 255);
  font-size: 90%;
  width: 146px;
}

.coursing-date .cd > div:last-child {
  color: rgb(66, 155, 213);
  font-size: 90%;
}

.single-book {
  border: 1px solid rgb(224, 224, 224);
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 25px;
}

.single-book img {
  max-width: 90%;
  margin: 15px auto;
}

.single-book .img-con {
  text-align: center;
}

.single-book a {
  background: var(--blue1);
  padding: 8px 18px;
  border-radius: 40px;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  font-size: 85%;
}

.single-book a:hover {
  background: var(--blue1);
}

.single-book a svg {
  width: 20px;
  margin-inline-end: 8px;
}

.single-book a svg path {
  fill: rgb(255, 255, 255);
}

.book-title {
  display: flex;
  flex-direction: column;
  background: rgb(245, 247, 253);
  padding: 12px;
}

.book-title h2 {
  font-size: 140%;
}

.book-title > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1.books {
  color: var(--blue1);
  margin-bottom: 20px;
  margin-top: 25px;
  font-size: 180%;
}

@media screen and (max-width: 1200px) {
  .price-row {
    flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  .next-course {
    flex-wrap: wrap;
  }

  .course-bar {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .course-bar > div {
    width: 25%;
    margin-block: 5px;
  }

  .course-bar > div:last-child {
    width: 50%;
  }

  .cbar .price-row {
    transform: translate(0px, 0px);
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .cbar .discount-summery {
    margin-inline-start: 10px;
  }

  .activity-view-items {
    display: flex;
    flex-wrap: wrap;
  }

  .activity-view {
    flex-direction: column;
    width: calc(50% - 10px);
  }

  .activity-view:nth-child(2n + 1) {
    margin-inline-end: 20px;
  }

  .activity-view .av-info {
    padding-inline: 10px;
  }

  .activity-view > div {
    width: 100% !important;
  }
}

@media screen and (min-width: 992px) {
  .navbar-nav {
  }
}

@media screen and (max-width: 991px) {
  .itp-cimg {
    width: 200px;
  }

  .course-itt {
    width: calc(100% - 220px);
  }

  .std-summery-bar > div {
    margin-inline-end: calc(30px);
  }

  .blog-details .post-nav a,
  .post-nav a {
    display: flex;
    background: rgb(241, 243, 248);
    padding: 12px;
    width: calc(50% - 5px);
  }

  .post-info-bar {
    margin-bottom: 15px;
  }

  .ppart1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tbh-info {
    padding-inline-start: 0px;
    width: calc(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nnextra {
    display: flex;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.83);
    padding: 15px 25px;
    margin-top: 10px;
  }

  .tbh-info2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
  }

  .trainer-bio-heading img {
    width: 160px;
    height: 160px !important;
    margin-inline: auto;
    margin-bottom: 15px;
  }

  .trainer-info-new .price-container {
    margin-top: 25px;
  }

  .course-bar > div:last-child {
    width: 100%;
    justify-content: center;
  }

  header .navbar {
    display: flex;
    justify-content: flex-end;
  }

  .reverse-col {
    flex-direction: column-reverse;
  }

  .course-summery {
    margin-top: 40px;
    max-width: 480px;
    margin-inline: auto;
    margin-bottom: 40px;
  }

  .partners-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .single-partner {
    width: 20%;
  }

  .single-partner img {
    width: 100%;
    height: auto;
  }

  .home-s-6 .show-all {
    display: inline-flex;
    margin-inline: auto !important;
  }

  .section-1 {
    margin-top: 50px;
  }

  .slider-img-item img {
    max-width: 75%;
  }

  .offcanvas {
    background-color: rgb(247, 247, 247);
  }

  .offcanvas-body .dropdown-menu {
    border: 0px;
    padding-inline-start: 15px;
  }

  .offcanvas-body .dropdown-menu a {
    padding: 8px 0px;
  }

  .offcanvas-body .dropdown-menu a:hover {
    background: transparent;
  }

  .dropdown-toggle svg path {
    fill: rgb(51, 51, 51);
  }

  .menu-2 {
    margin-inline-end: 40px;
  }

  header .navbar-brand {
    margin-inline: 0px auto;
  }

  .slider-links {
    display: flex;
    flex-wrap: wrap !important;
  }

  .tbh-info2 .slider-links {
    width: 50%;
  }

  .colored-banner .slider-links {
    flex-wrap: nowrap;
  }

  .colored-banner .slider-links a {
    margin-inline-end: 15px;
  }

  .colored-banner .slider-links a:last-child {
    margin-inline-end: 0px;
  }

  .slider-links a {
    width: auto;
    display: flex;
    margin-inline: 0px;
  }

  .box-block {
    flex-wrap: wrap;
    padding: 20px;
  }

  .box-block > div {
    width: 50%;
  }

  .title-arrow {
    margin-top: 10px;
  }

  .box-block .block-title {
    width: 100%;
    background: rgba(202, 202, 202, 0.2);
    border-radius: 20px;
    padding: 14px 20px;
  }

  .testimonials-img {
    max-width: 360px;
    margin: 0px auto 40px;
    display: flex;
  }

  .home-s-6-2 .container .row {
    flex-direction: column-reverse;
  }

  .parners-side {
    max-width: 70%;
    margin: 0px auto 35px;
  }

  .newsletter-container > .row > div {
    text-align: center;
  }

  .newsletter-container > .row > div:first-child {
    padding-bottom: 0px;
  }

  .newsletter-container form {
    width: 80%;
    margin-inline: auto;
  }

  .cr {
    justify-content: center;
  }

  .logo-in-footer {
    display: flex;
    justify-content: center;
  }

  .home-s-6 .container > .row > div:first-child {
    display: flex;
    flex-direction: column;
  }

  .to-hide {
    width: 460px;
    margin-block-start: 0px;
    height: calc(-40px + 100vh);
    box-shadow: rgba(0, 0, 0, 0.14) -4px 3px 13px;
    border-start-start-radius: 8px;
    border-end-start-radius: 8px;
  }

  .to-hide.closed {
    margin-inline-end: calc(-50% - 460px);
  }

  .start-exam-row {
    display: flex;
    align-items: center;
  }

  .start-exam-row > div {
    display: flex;
    width: 50% !important;
  }

  .start-exam-row > div:first-child {
    display: flex;
    justify-content: flex-start;
  }

  .start-exam-row > div:last-child {
    display: flex;
    justify-content: flex-end;
  }

  .upload-img {
    margin-bottom: 30px;
  }

  .group-timing > .row > div:first-child {
    border-inline-end: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .groups-container .container > .row > div {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .up-steps {
    padding-block: 0px 0px;
  }

  .submit-container button {
    padding-inline: 20px !important;
  }

  .trainer-bio-heading {
    margin-top: 25px;
  }

  .fc-header-toolbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }

  .fc-header-toolbar > div {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .fc-toolbar-chunk:first-child > button {
    margin-inline: auto 0px !important;
  }

  .fc-toolbar-chunk:last-child,
  .fc-toolbar-chunk:last-child > div {
    display: flex;
    width: 100%;
  }

  .course-itp {
    display: flex;
    flex-direction: column;
  }

  .next-course,
  .course-itt .rate-bar-container,
  .course-itt {
    width: 100%;
  }

  .next-course .cc-row-1 {
    padding-inline-end: 0px;
  }

  .itp-cimg {
    width: 100%;
    margin-inline-end: 0px;
  }

  .course-itt .cc-teacher {
    margin-top: 10px;
  }

  .single-q {
    display: inline-flex;
    width: 52px;
  }

  .start-exam-row > div {
    display: flex;
    justify-content: center;
  }

  .student-summery > div {
    display: flex;
    flex-direction: column;
  }

  .std-summery-bar > div {
    margin-inline-end: calc(0px);
    display: flex;
  }

  .std-summery-bar > div:last-child {
    margin-inline: auto;
    display: flex;
    align-items: center;
  }

  .ssb-title {
    margin-inline-end: 15px;
  }

  .post-info-bar {
    flex-wrap: wrap;
  }

  .post-info-bar > div:not(.container) {
    width: calc(50% - 15px);
    margin-inline-end: 5px;
  }

  .post-info-bar .post-info-bar {
    display: flex;
    margin-block: 10px;
  }

  .post-info-bar.share-tool,
  .post-info-bar.share-tool > div {
    display: flex;
    justify-content: center;
    margin-block: 4px -2px;
  }

  .cb-trainers {
    flex-wrap: wrap;
  }

  .login-desc img {
    margin: 0px auto;
    display: flex;
  }

  .tbh-info2 .slider-links {
    width: 75%;
  }

  .cb-trainers a {
    width: 100%;
    margin-block: 5px;
  }

  .per-trainers-info {
    flex-direction: column;
    background: rgb(248, 248, 248);
  }

  .rating-block-details {
    flex-direction: column;
  }

  .rating-block1 {
    height: auto;
    padding: 20px !important;
  }

  .rating-block1,
  .rating-b2 {
    width: 100%;
    padding-inline: 0px;
  }

  .per-trainers-info img {
    margin: 0px auto 15px;
  }

  .register-link > span,
  .change-view {
    display: none !important;
  }

  .navbar-brand svg {
    width: 60px;
  }

  .main-slider .col-md-5 {
    order: 1;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }

  .main-slider .col-md-7 {
    order: 2;
  }

  .h-shape-underlined {
    margin-bottom: 45px;
    font-size: 160%;
  }

  .custom-col {
    max-width: 420px;
    margin: 0px auto;
    margin-bottom: 120px;
  }

  .login-desc {
    margin-bottom: 30px;
  }

  .form-container {
    max-width: 100% !important;
  }

  .activity-view {
    width: calc(80% + 0px);
    display: flex;
    margin: 6px auto 18px !important;
  }

  .activity-view:nth-child(2n + 1) {
    margin-inline-end: 0px;
  }

  .to-hide {
    width: 420px;
  }

  .to-hide.closed {
    margin-inline-end: calc(-50% - 420px);
  }

  .join-link a > span {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .menu-2 {
    margin-inline-end: 12px;
  }

  .newsletter-container form {
    width: 94%;
  }

  .tbh-info2 .slider-links {
    width: 80%;
  }

  .fixed-top {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 500px) {
  .slider-img-item img {
    max-width: 85%;
  }

  .tbh-info2 .slider-links {
    width: 90%;
  }

  .activity-view {
    width: calc(100% + 0px);
  }
}

.expand path {
  fill: var(--orange2);
  stroke: var(--orange2);
}

.not-front {
  background: rgb(251, 251, 251);
}

.sidebar-filter-con input[type="text"] {
  padding-inline-end: 35px;
  border-radius: 9px !important;
}

.sidebar-filter-con select {
  font-size: 90%;
}

.search-container button {
  border: 0px;
  box-shadow: none;
  background: transparent;
}

.search-container {
  position: relative;
}

.categories-new .search-container input {
  border-radius: 8px !important;
}

.category.fix-category {
  position: relative;
  inset: 0;
}

.search-container button {
  position: absolute;
  width: 30px;
  height: 26px;
  left: 0px;
  right: 0px;
  top: 7px;
  margin-inline: auto 4px;
}

.extra-filter {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-end;
}

.extra-filter li {
  list-style-type: none;
}

.extra-filter li:not(:last-child) {
  margin-inline: 12px;
}

.extra-filter a {
  color: var(--orange2);
  border: 1px solid var(--orange2);
  padding: 4px 30px;
  border-radius: 5px;
}

.extra-filter a:hover,
.extra-filter a:active,
.extra-filter a.active {
  color: rgb(255, 255, 255);
  background-color: var(--orange2);
}

.toggle-password {
  position: absolute;
  inset: 0;
  bottom: 0;
  height: 36px;
  width: 36px;
  background-color: #f3f3f3;
  margin-inline: auto 9px;
  margin-block: auto 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register {
  color: #ba66ef;
}

.map-google {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.contact-item {
  border: 1px solid #e0e0e0;
  padding: 35px 15px;
  height: 100%;
  border-radius: 15px;
}

.contact-item i {
  font-size: 200%;
  color: var(--blue1);
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.contact-item > div {
  text-align: center;
  color: #666;
}

.ltr-txt {
  direction: ltr !important;
}

.contact-infos > div:nth-child(1),
.contact-infos > div:nth-child(2) {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .contact-infos > div:nth-child(3),
  .contact-infos > div:nth-child(4) {
    margin-bottom: 20px;
  }
}

.contact-page {
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.bio-top-filters .table .btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  background: #d6d6d6;
  border-color: #d6d6d6;
  color: #111;
}

.bio-top-filters .btn-check + .btn,
.btn-check[disabled] + .btn {
  background: #181e2e;
  border-color: #181e2e;
  color: #fff;
}

.bio-top-filters .btn-check:checked + .btn,
.bio-top-filters .btn.active,
.bio-top-filters .btn.show,
.bio-top-filters .btn:first-child:active,
.bio-top-filters :not(.btn-check) + .btn:active {
  color: #fff;
  background-color: #ba66ef;
  border-color: #ba66ef;
}

.bio-top-filters .table > :not(caption) > * > * {
  font-weight: 500;
  font-size: 15px;
}

.pager-container {
  display: flex;
  justify-content: flex-end;
}

.pager-container * {
  border: 0;
}

.pager-container li {
  display: none;
}

.pager-container .page-link {
  font-size: 44px;
  padding: 0;
  display: flex;
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  border-radius: 6px !important;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  color: #181e2e;
}

.pager-container li:first-child,
.pager-container li:last-child {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager-container li:last-child {
  margin-inline-start: 12px;
}

.pager-container .disabled .page-link {
  color: #acacac;
}

.submit-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.submit-container button {
  min-width: 220px;
  position: relative;
  padding-inline-start: 40px;
}

.submit-container button.btn-primary:hover {
  background-color: whitesmoke !important;
}

.submit-container button i {
  position: absolute;
  left: 0;
  width: 40px;
  font-size: 22px;
  border-inline-end: 1px solid;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #ba66ef !important;
}

.irs--flat .irs-bar,
.irs--flat .irs-handle > i:first-child {
  background-color: var(--blue1) !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: #ba66ef !important;
}

.view-more-filters button {
  margin-bottom: 12px;
}

.trainer-details {
}

@media screen and (max-width: 767px) {
  .tranier-page .section-1 {
    padding-top: 20px;
  }

  #footer {
    margin-top: -2px;
  }

  .upload-img {
    padding: 2px 10px;
  }

  .invoice-repeater > div > div > div > Div {
    width: 100%;
  }

  .invoice-repeater > div > div > div > Div:first-child {
    margin-bottom: 20px;
  }

  .invoice-repeater button {
    margin-top: 0px !important;
  }

  .bio-top-filters .row > div {
    margin-block: 10px;
    padding-inline: 5px;
  }

  .filtered-item.cat-5 > div > div {
    max-height: unset;
    overflow: unset;
  }
}

.table-responsive th .class-th,
.table-responsive td,
.table-responsive td label {
  width: max-content !important;
}
