@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #212f3e;
}

p {
  margin: 0;
  color: #212f3e;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #06abd5;
}

a:hover {
  color: #06abd5;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "din-next-bold";
  src: url(../fonts/din-next-bold.ttf);
}

@font-face {
  font-family: "din-next-medium";
  src: url(../fonts/din-next-medium.ttf);
}

@font-face {
  font-family: "din-next-regular";
  src: url(../fonts/din-next-regular.ttf);
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background-color: #eff5f8;
  color: #212f3e;
}

.bg-body {
  background-color: #eff5f8 !important;

}

html[dir="rtl"] .font-bold {
  font-family: "din-next-bold";
}

html[dir="rtl"] .font-medium {
  font-family: "din-next-medium";
}

html[dir="rtl"] body {
  text-align: right;
  direction: rtl;
  font-family: "din-next-regular";
}

html[dir="ltr"] .font-bold {
  font-weight: 700;
}

html[dir="ltr"] .font-medium {
  font-weight: 500;
}

html[dir="ltr"] body {
  font-family: "Cairo", sans-serif;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  height: 50px;
  background-color: #fff;
  border: 0;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  box-shadow: none;
  padding: 8px 16px;
  font-size: 14px;
  color: #283946;
}

.form-control.form-sm {
  height: 45px;
}

.form-control:focus {
  box-shadow: none;
  background-color: #fff;
  border-color: #06abd5;
}

textarea.form-control {
  height: auto;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.main-content {
  padding: 60px 0px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

::-moz-placeholder {
  color: #a7b7c8 !important;
  font-size: 14px !important;
}

:-ms-input-placeholder {
  color: #a7b7c8 !important;
  font-size: 14px !important;
}

::placeholder {
  color: #a7b7c8 !important;
  font-size: 14px !important;
}

::-moz-placeholder {
  color: #a7b7c8 !important;
  font-size: 14px !important;
}

::-ms-placeholder {
  color: #a7b7c8 !important;
  font-size: 14px !important;
}

::-o-placeholder {
  color: #a7b7c8 !important;
  font-size: 14px !important;
}

::-webkit-placeholder {
  color: #a7b7c8 !important;
  font-size: 14px !important;
}

.symbol {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}

.symbol.symbol-20>img {
  width: 20px;
  max-width: 20px;
  height: 20px;
}

.symbol.symbol-25>img {
  width: 25px;
  max-width: 25px;
  height: 25px;
}

.symbol.symbol-30>img {
  width: 30px;
  max-width: 30px;
  height: 30px;
}

.symbol.symbol-40>img {
  width: 40px;
  max-width: 40px;
  height: 40px;
}

.symbol.symbol-50>img {
  width: 50px;
  max-width: 50px;
  height: 50px;
}

.symbol.symbol-60>img {
  width: 60px;
  max-width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  .symbol.symbol-60>img {
    width: 30px;
    height: 30px;
  }
}

.symbol.symbol-70>img {
  width: 70px;
  max-width: 70px;
  height: 70px;
}

@media (max-width: 991px) {
  .symbol.symbol-70>img {
    width: 40px;
    height: 40px;
  }
}

.symbol.symbol-80>img {
  width: 80px;
  max-width: 80px;
  height: 80px;
}

@media (max-width: 991px) {
  .symbol.symbol-80>img {
    width: 50px;
    height: 50px;
  }
}

.symbol.symbol-90>img {
  width: 90px;
  max-width: 90px;
  height: 90px;
}

@media (max-width: 991px) {
  .symbol.symbol-90>img {
    width: 60px;
    height: 60px;
  }
}

.symbol.symbol-100>img {
  width: 100px;
  max-width: 100px;
  height: 100px;
}

@media (max-width: 991px) {
  .symbol.symbol-100>img {
    width: 70px;
    height: 70px;
  }
}

.symbol.symbol-120>img {
  width: 120px;
  max-width: 120px;
  height: 120px;
}

@media (max-width: 991px) {
  .symbol.symbol-100>img {
    width: 70px;
    height: 70px;
  }
}

.loader-page {
  background: #f8f8f8;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-page span {
  position: absolute;
  display: inline-block;
  background-color: #06abd5;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
}

.loader-page span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  0% {
    transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.text-dark {
  color: #000000 !important;
}

.text-blue {
  color: #35498e !important;
}

.bg-gray {
  background-color: #f7f7f7 !important;
}

.border-gray {
  border: 1px solid #d6dae8;
}

.text-gray {
  color: #777777 !important;
}

.text-red {
  color: #e72c2c !important;
}

.rounded-50 {
  border-radius: 50px;
}

.rounded-60 {
  border-radius: 60px;
}

.rounded-40 {
  border-radius: 40px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-25 {
  border-radius: 25px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-15 {
  border-radius: 15px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-5 {
  border-radius: 5px;
}

.box-shadow {
  box-shadow: 0px 1px 6px rgba(25, 41, 71, 0.06) !important;
}

.cursor-text {
  cursor: text;
}

@media (min-width: 992px) {
  .section-content {
    padding: 40px 0px;
  }
}

@media (max-width: 991px) {
  .section-content {
    padding: 25px 0px;
  }
}

@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #d6dae8 !important;
  }
}

@media (max-width: 991px) {
  .border-none-mobile {
    border: 0px !important;
  }
}

.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.input-icon.right .form-control {
  padding-inline-start: 45px;
}

.input-icon.right .icon {
  inset-inline-start: 15px;
}

.input-icon.left .form-control {
  padding-inline-end: 45px;
}

.input-icon.left .icon {
  inset-inline-end: 15px;
}

.text-underline {
  text-decoration: underline;
}

.bg-primary {
  background-color: #06abd5 !important;
}

.text-primary {
  color: #06abd5 !important;
}

.border-primary {
  border-color: #06abd5 !important;
}

.text-blue {
  color: #003764 !important;
}

.dir-ltr {
  direction: ltr;
}

.btn {
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 8px;
  text-align: center;
}

@media (max-width: 991px) {
  .btn {
    font-size: 14px;
    min-width: auto;
    padding: 10px 10px;
  }
}

html[dir="rtl"] {
  font-family: "expoArabic-SemiBold";
}

.btn-primary {
  color: #fff;
  background: #06abd5;
  border: 0;
  display: flex;
  justify-content: center;
}

.btn-primary img {
  margin: 0px 5px;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background: #078aaa !important;
  border: 0;
  box-shadow: none !important;
}

.btn-outline-primary {
  color: #06abd5;
  border-color: #06abd5;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff !important;
  background: #06abd5 !important;
  border-color: #06abd5 !important;
  box-shadow: none !important;
}

.btn-white {
  color: #003764;
  background: #fff;
  border-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
  color: #fff;
  background: #06abd5;
  border-color: #06abd5;
  box-shadow: none !important;
}

.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
  color: #fff;
  background: #06abd5;
  border-color: #06abd5;
  box-shadow: none !important;
}

.btn-gray {
  color: #707070;
  background: #eaecf3;
  border-color: #eaecf3;
}

.btn-gray:hover,
.btn-gray:focus {
  color: #fff;
  background: #06abd5;
  border-color: #06abd5;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-black {
  color: #fff;
  background: #262626;
  border-color: #262626;
}

.btn-black:hover,
.btn-black:focus {
  color: #fff;
  background: #0e0e0e;
  border-color: #0e0e0e;
}

.btn-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon.btn-sm {
  width: 26px;
  height: 26px;
}

.btn-outline-secondary {
  color: #777777;
  border-color: #e6e6e6;
}

.btn-primary-secondary {
  color: #fff;
  border-color: #ef9356;
  background-color: #ef9356;
}


.btn-primary-secondary:hover {
  border-color: #f18943;
  background-color: #f18943;
}


.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
}

.bootstrap-select>.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 12px 16px;
  font-size: 14px;
  color: #0a0e1c !important;
  height: 46px;
  border-radius: 8px;
  box-shadow: none;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
  color: #a7b7c8 !important;
}

.bootstrap-select.select-small>.dropdown-toggle {
  padding: 10px 16px;
  height: 44px;
}

.bootstrap-select.rounded-10>.dropdown-toggle {
  border-radius: 10px;
}

.bootstrap-select.text-gray>.dropdown-toggle.bs-placeholder {
  color: #c2c8dd !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #fff !important;
  border-color: #06abd5 !important;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li.selected.active a:hover {
  color: #fff;
}

.bootstrap-select .dropdown-toggle::after {
  content: unset;
}

.bootstrap-select .dropdown-toggle::before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #212529;
  font-size: 14px;
  inset-inline-end: 10px;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.4rem 1.5rem;
  transition: all 0.2s ease-in-out;
  margin-bottom: 2px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #35498e !important;
  background-color: #eaecf3;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: #fff !important;
  border-color: #06abd5 !important;
  box-shadow: 0px 2px 10.45px 0.55px rgba(66, 66, 66, 0.0784313725);
}

.dropdown-menu {
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.1215686275);
  border: 0px solid rgba(221, 221, 221, 0.5019607843);
  min-width: 208px;
  text-align: right;
  -webkit-animation: animation-dropdown-menu-fade-in 0.4s ease 1,
    animation-dropdown-menu-move-up 0.4s ease-out 1;
  animation: animation-dropdown-menu-fade-in 0.4s ease 1,
    animation-dropdown-menu-move-up 0.4s ease-out 1;
}

.dropdown-menu.dropdown-lg {
  min-width: 350px;
  max-width: 100%;
}

@-webkit-keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bootstrap-select.bg-transparent .dropdown-toggle {
  box-shadow: none;
}

.bootstrap-select.select-country>.dropdown-toggle {
  border: 0px solid #d6dae8 !important;
  border-radius: 8px !important;
}

html[dir="ltr"] .dropdown-menu {
  text-align: left;
}

@media (max-width: 991px) {
  .main-header {
    padding: 10px 0px;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #eaecf3;
  }

  .main-header .menu-nav {
    border-bottom: 1px solid #eaecf3;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  /*.main-header .logo img {
    max-height: 35px;
  }*/

  .main-header .btn-outline-primary {
    padding: 10px;
    width: 100%;
  }

  .header-mobile__toolbar {
    color: #000;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link.req {
    padding: 8px 20px !important;
  }

  .active-body {
    overflow: hidden;
  }

  .mobile-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.51);
    display: none !important;
  }

  .mobile-menu-overlay-active {
    visibility: visible;
  }

  .menu--mobile {
    min-width: 100px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #fff;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
  }

  .menu--mobile>.container {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 0px);
  }

  .menu--mobile .list-main-menu {
    width: 100%;
  }

  .menu--mobile .main-menu .menu_item {
    flex: auto;
  }

  .menu--mobile .main-menu .menu_item .menu_link {
    color: #707070 !important;
    padding: 10px 30px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
  }

  .menu--mobile .main-menu .menu_item .menu_link.active::before {
    position: absolute;
    content: "";
    right: 15px;
    height: 80%;
    background-color: #06abd5;
    width: 4px;
    border-radius: 5px;
  }

  .menu--mobile .main-menu .menu_item .btn {
    border-radius: 0px !important;
    width: 100%;
    font-weight: 600;
    padding: 10px 30px;
    text-align: right;
  }

  .menu--mobile .main-menu .menu_item .btn.btn-blue {
    color: #35498e;
    background: #fff;
    border-color: #fff;
  }

  .btn-close-header-mobile {
    color: #000;
    cursor: pointer;
  }

  .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.pagination {
  margin-top: 40px;
  justify-content: center;
}

.pagination .page-item {
  margin: 0px 5px;
}

.pagination .page-item .page-link {
  color: #718ba1;
  border-radius: 50%;
  background-color: transparent;
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 2px 0;
  box-shadow: none;
  border: 1px solid #a7b7c8;
}

.pagination .page-item .page-link:hover {
  color: #fff;
  background-color: #06abd5;
  border-color: #06abd5;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #06abd5;
  border-color: #06abd5;
}

.m-checkbox {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0a0e1c;
}

@media (max-width: 991px) {
  .m-checkbox {
    font-size: 12px;
    margin-bottom: 7px;
  }
}

/* Hide the browser's default checkbox */
.m-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.m-checkbox .checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  left: 0px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .m-checkbox .checkmark {
    width: 16px;
    height: 16px;
  }
}

/* Create the checkmark/indicator (hidden when not checked) */
.m-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.m-checkbox input:checked~.checkmark:after {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-checkbox .checkmark:after {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: #06abd5;
  color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .m-checkbox .checkmark:after {
    width: 8px;
    height: 8px;
  }
}

.m-radio {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0a0e1c;
}

@media (max-width: 991px) {
  .m-radio {
    font-size: 12px;
    margin-bottom: 7px;
  }
}

.m-radio .checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  left: 0px;
  top: 50%;
  display: block;
  transition: opacity 0.3s ease-in-out;
  transform: translateY(-50%);
  border: 1px solid #c4c4c4;
}

@media (max-width: 991px) {
  .m-radio .checkmark {
    width: 16px;
    height: 16px;
    border-width: 1px;
  }
}

.m-radio .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Hide the browser's default radio */
.m-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Show the checkmark when checked */
.m-radio input:checked~.checkmark {
  background-color: #009444;
  border-color: #009444;
}

.m-radio input:checked~.checkmark:after {
  opacity: 1;
}

.m-radio .checkmark:after {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 12px;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

html[dir="rtl"] .m-checkbox {
  padding-right: 30px;
}

html[dir="rtl"] .m-checkbox .checkmark {
  right: 0px;
}

html[dir="rtl"] .m-radio {
  padding-right: 30px;
}

html[dir="rtl"] .m-radio .checkmark {
  right: 0px;
}

html[dir="ltr"] .m-checkbox {
  padding-left: 30px;
}

html[dir="ltr"] .m-checkbox .checkmark {
  left: 0px;
}

html[dir="ltr"] .m-radio {
  padding-left: 30px;
}

html[dir="ltr"] .m-radio .checkmark {
  left: 0px;
}

.breadcrumb {
  background: transparent;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
}

.breadcrumb .breadcrumb-item {
  color: #272259;
  font-weight: 500;
  font-family: "din-next-medium";
}

@media (max-width: 991px) {
  .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}

.breadcrumb .breadcrumb-item a {
  font-family: "din-next-regular";
  color: rgba(39, 34, 89, 0.6);
  transition: color 0.2s ease-in-out;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #06abd5;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\f053";
  font-family: "Font Awesome 6 pro";
  color: rgba(39, 34, 89, 0.3019607843);
  float: right;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
  margin-top: 1px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .breadcrumb-item+.breadcrumb-item::before {
    font-size: 14px;
    /*margin-top: 3px;*/
  }
}

@media (min-width: 992px) {
  .main-header {
    display: flex;
    align-items: center;
    top: 0px;
    right: 0;
    width: 100%;
    position: relative;
    height: 100px;
    z-index: 3;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  }

  /* .main-header .logo img {
   max-height: 100px;
  }*/

  .main-header .menu--mobile {
    display: flex;
    align-items: center;
    flex: auto;
  }

  .main-header .menu-container {
    position: relative;
  }

  .main-header .menu-container .main-menu .menu_item {
    display: inline-block;
    position: relative;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link {
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 45px;
    position: relative;
    color: #bbbbbb;
    margin: 0px 10px;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    color: #221E54;
    font-size: 1.25rem;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link:not(.none-line)::before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: #06abd5;
    inset-inline-start: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link.link-profile {
    border-radius: 30px;
    border: 1px solid #000;
    padding: 2px 3px;
    -webkit-padding-end: 13px;
    padding-inline-end: 13px;
    line-height: 1;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link:hover,
  .main-header .menu-container .main-menu .menu_item .menu_link.active {
    color: #212f3e;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link.active {
    font-weight: 700;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link:hover::before,
  .main-header .menu-container .main-menu .menu_item .menu_link.active::before {
    width: 20px;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link.btn {
    line-height: 24px;
    transition: all 0.4s ease-in-out;
    background-color: #ecf0f3;
    color: #003764;
  }

  .main-header .menu-container .dropdown-profile .dropdown-menu {
    width: 100%;
    border-radius: 5px 5px 30px 30px;
  }

  .main-header .menu-container .dropdown-profile .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0.8rem 1.5rem;
  }

  .main-header .menu-container .btn-primary {
    padding: 12px 50px;
  }

  .main-header .menu-container .btn-outline-secondary {
    border: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .menu-container .main-menu .menu_item .menu_link {
    font-size: 12px;
  }
}

.dropdown-profile .dropdown-menu {
  width: 100%;
}

@media (min-width: 1400px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
  .hero {
    padding-top: 5rem;
  }
}

.section {
  /* padding: 50px 0px; */
  padding: 10px 0px;
}

@media (max-width: 991px) {
  .section {
    /* padding: 30px 0px; */
    padding: 10px 0px;
  }
}

@media (max-width: 520px) {
  .section {
    padding: 30px 0px;
    margin-top: 80px;
  }
}

.section-home .image-slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.section-home .image-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-home .swiper-slide {
  position: relative;
}

@media (min-width: 992px) {
  .section-home .swiper-slide {
    padding: 335px 0px 40px;
  }
}

.section-home .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(51, 51, 51, 0.2) 69%,
      rgba(34, 34, 34, 0.85) 100%);
}

.section-home .swiper-slide .home-content {
  position: relative;
  z-index: 1;
}

.section-home .swiper-slide .home-content .home-title,
.section-home .swiper-slide .home-content .home-text {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.9);
}

@media (max-width: 991px) {
  .section-home .swiper-slide {
    padding: 100px 0px 50px;
  }
}

.section-home .home-title {
  color: #003764;
}

@media (min-width: 992px) {
  .section-home .home-title {
    font-size: 44px;
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .section-home .home-title {
    font-size: 24px;
  }
}

.section-home .home-text {
  color: #718ba1;
}

@media (min-width: 992px) {
  .section-home .home-text {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .section-home .home-text {
    font-size: 20px;
  }
}

.section-home .btn {
  padding: 12px 80px;
  font-size: 22px;
  box-shadow: 4px 10px 70px rgba(255, 255, 255, 0.45);
}

@media (max-width: 991px) {
  .section-home .btn {
    padding: 10px 40px;
    font-size: 16px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.section-home .home-title,
.section-home .home-text,
.section-home .home-action,
.section-home .home-image,
.section-home .action-swiper {
  opacity: 0;
}

.section-home .home-title {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.section-home .home-text {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.section-home .home-action {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.section-home .home-image {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.section-home .home-image img {
  border-radius: 300px 0px 0px 300px;
}

.section-home .action-swiper {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.swiper-slide.swiper-slide-active .home-title,
.swiper-slide.swiper-slide-active .home-text,
.swiper-slide.swiper-slide-active .home-action,
.swiper-slide.swiper-slide-active .home-image,
.swiper-slide.swiper-slide-active .action-swiper {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.section-home {
  position: relative;
}

.section-home .swiper-home .swiper-pagination {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: auto;
  left: unset;
}

@media (min-width: 992px) {
  .section-home .swiper-home .swiper-pagination {
    inset-inline-end: 100px;
    bottom: 50px;
  }
}

@media (max-width: 991px) {
  .section-home .swiper-home .swiper-pagination {
    inset-inline-end: 20px;
    bottom: 20px;
  }
}

.section-home .swiper-home .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.34);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .section-home .swiper-home .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 991px) {
  .section-home .swiper-home .swiper-pagination-bullet {
    left: 10px;
    bottom: 10px;
  }
}

.section-home .swiper-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

.title-section {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 40px;
}

.title-section:not(.none-line):before {
  position: absolute;
  content: "";
  width: 94px;
  height: 3px;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
  background: #ee9458;
  border-radius: 30px;
}

.title-section.bg-right:before {
  inset-inline-start: 0;
  transform: unset;
}

.input-activate {
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}

.input-activate .form-control {
  width: 58px;
  height: 50px;
  text-align: center;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

@media (max-width: 991px) {
  .input-activate .form-control {
    width: 45px;
    height: 45px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
  }
}

.text-justify {
  text-align: justify;
}

.widget_item-info {
  position: relative;
}

.widgets-info>[class*="col-"]:not(:last-of-type) .widget_item-info::before {
  position: absolute;
  content: "";
  left: 20px;
  width: 1px;
  height: 100%;
  border-left: 3px dashed rgba(108, 124, 138, 0.5);
}

@media (min-width: 992px) {
  .widget_item-info .widget_item-image img {
    max-height: 80px;
  }
}

.widget_item-info .widget_item-number {
  color: #06abd5;
}

.widget_item-info .widget_item-title {
  font-size: 15px;
}

.about-image {
  border-radius: 100px 0 0 100px;
  box-shadow: -14px 1px 34px rgba(19, 109, 132, 0.06);
  position: relative;
  padding: 70px 70px;
  width: 107%;
  z-index: 1;
  min-height: 160%;
}

.widget_item-blog {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
}

.widget_item-blog .widget_item-category {
  position: absolute;
  z-index: 0;
  color: rgba(33, 47, 62, 0.8);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  padding: 7px 12px;
  inset-inline-end: 12px;
  top: 12px;
}

.widget_item-blog .widget_item-image {
  position: relative;
  height: 0;
  padding-top: 48%;
}

.widget_item-blog .widget_item-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.widget_item-blog .widget_item-desc {
  height: 67px;
  overflow: hidden;
}

.widget_item-blog .circle {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #06abd5;
  border-radius: 50%;
  margin: 0px 3px;
}

.widget_item-blog .widget_item-title a {
  color: #212f3e;
}

.widget_item-blog .widget_item-title a:hover {
  color: #06abd5;
}

.widget_item-step {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}

.widget_item-step .widget_item-icon {
  margin-bottom: 35px;
}

.widget_item-step:not(:last-of-type)::before {
  position: absolute;
  content: "\f177";
  font-family: "Font Awesome 6 Pro";
  color: #777777;
  left: -35%;
}

@media (max-width: 991px) {
  .widget_item-step:nth-of-type(2)::before {
    content: unset;
  }
}

.uploadImg {
  position: relative;
}

.uploadImg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(119, 119, 119, 0.5);
  top: 0;
  right: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uploadImg .overlay .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.uploadImg .overlay .icon i {
  color: #fff;
  font-size: 20px;
}

.select-contry img {
  max-width: 32px;
  max-height: 21px;
  margin-inline-end: 5px;
}

.datetimepicker.dropdown-menu {
  border: 0 !important;
  margin: 0;
  border-radius: 4px;
  width: 240px;
  min-width: 14rem;
  padding: 10px;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  padding: 1rem 0.5rem;
  border-radius: 4px;
}

.datetimepicker table {
  width: 100%;
}

.datetimepicker table {
  margin: 0;
}

.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
  font-size: 10px;
}

.datetimepicker td,
.datetimepicker th {
  width: 35px;
  height: 30px;
  border-radius: 3px;
  font-weight: normal;
}

.datetimepicker thead th.prev,
.datetimepicker thead th.switch,
.datetimepicker thead th.next {
  color: #a7abc3;
  font-weight: 500;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
  cursor: pointer;
}

.datetimepicker th.switch {
  width: 145px;
}

.datetimepicker thead th.next>span,
.datetimepicker thead th.prev>span {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 12px;
}

.datetimepicker thead th.prev .glyphicon,
.datetimepicker thead th.switch .glyphicon,
.datetimepicker thead th.next .glyphicon {
  color: #a7abc3;
}

.datetimepicker th span.glyphicon {
  pointer-events: none;
}

.datetimepicker thead th.prev:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
}

.datetimepicker thead th.next:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
}

.datetimepicker tbody tr>td.day {
  color: #6c7293;
}

.datetimepicker tbody tr>td.day.old {
  color: #a7abc3;
}

.datetimepicker tbody tr>td.day:hover {
  background: #f7f8fa;
}

.datetimepicker tbody tr>td.day.selected,
.datetimepicker tbody tr>td.day.active {
  background: #00acf1;
  color: #ffffff;
}

.datetimepicker-hours thead {
  display: none;
}

.datetimepicker table tr td span.active {
  background-color: #00acf1 !important;
  background: #00acf1 !important;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  font-size: 14px;
}

.social-dark li a {
  background-color: #06ABD5;
  color: #fff;
}

.modal-content {
  border: 0;
  border-radius: 15px;
}

.modal-content .btn-close {
  margin-right: auto;
  display: flex;
  margin-left: -30px;
}

.table.table-cart> :not(:last-child)> :last-child>* {
  border-bottom-color: #e3e3e3;
}

.table.table-cart {
  vertical-align: middle;
  border-color: #e3e3e3;
  border-collapse: separate;
  border-spacing: 0px 2px;
}

@media (max-width: 991px) {
  .table.table-cart thead {
    display: none;
  }
}

.table.table-cart thead td {
  border: 0;
  background-color: #eff5f8;
  padding: 10px 10px !important;
}

.table.table-cart tr td {
  color: #212f3e;
  font-size: 14px;
}

.table.table-cart tr.bg td {
  background-color: #f4f8fc !important;
  border: 0;
}

.table.table-cart tr.bg td:nth-of-type(1) {
  border-radius: 0px 4px 4px 0px;
}

.table.table-cart tr.bg td:last-of-type {
  border-radius: 4px 0px 0px 4px;
}

@media (min-width: 992px) {
  .table.table-cart tr td {
    padding: 15px 10px;
  }
}

@media (max-width: 991px) {
  .table.table-cart tr {
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
  }

  .table.table-cart tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .table.table-cart tr td[data-title]:before {
    content: attr(data-title);
    font-size: inherit;
    font-weight: 400;
  }

  .table.table-cart tr td,
  .table.table-cart tr th {
    padding: 10px 10px;
    font-size: 12px;
  }

  .table.table-cart tr td:last-of-type,
  .table.table-cart tr th:last-of-type {
    border-bottom: 0;
  }
}

.table-container {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
}

.widget_item-level {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 20px 15px;
  margin-bottom: 24px;
}

.widget_item-level .widget_item-action {
  margin-bottom: 50px;
}

.widget_item-level .widget_item-action .btn {
  min-width: 175px;
  text-align: center;
}

.widget_item-student {
  padding: 19px;
  border-radius: 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
}

.widget_item-student .widget_item-content {
  background-color: #eff5f8;
  border-radius: 10px;
  padding: 8px;
}

.widget_item-student .widget_item-content .widget_item-icon {
  width: 60px;
  height: 60px;
  background-color: #d4e2eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.widget_item-student .widget_item-content .widget_item-icon::before {
  position: absolute;
  content: "";
  background-color: #025b87;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.widget_item-student .widget_item-content .widget_item-icon::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}

.widget_item-student .widget_item-content .widget_item-icon img {
  position: relative;
  z-index: 1;
}

.widget_item-student .widget_item-content .widget_item-number {
  font-size: 30px;
}

.list-faq {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}

.col-faq {
  padding-left: 8px;
  padding-right: 8px;
  width: 33.3333333333%;
}

@media (max-width: 768px) { /* Adjust the max-width for your desired breakpoint */
  .list-faq {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%; /* Ensures it spans the full container */
  }

  .widget_item-faq-competition {
    flex: 1 1 100%; /* Allows items to stretch and fill the width */
    box-sizing: border-box; /* Includes padding and border in width/height calculations */
  }

  .widget_item-faq {
    text-align: center;
    width: 100%; /* Ensures each widget occupies the full width of its parent */
  }
}


@media (min-width: 768px) {
  .col-faq {
    width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-faq {
    width: 10%;
  }
}

.widget_item-faq {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  border: 2px solid #fff;
  /*margin-bottom: 28px;*/
}

.widget_item-faq .widget_item-answers {
  background-color: #f9f9f9;
  border-radius: 6px;
  /* margin-bottom: 12px; */
  padding: 5px 0;
}

.widget_item-faq .widget_item-answers ul li {
  color: #333333;
  font-size: 16px;
  margin: 7px 0;
}

.widget_item-faq .form-control {
  height: 44px;
  border-color: #cfd4df;
  padding: 5px;
}

.widget_item-faq .text-danger {
  color: #e65959 !important;
}

.widget_item-faq.selected {
  border-color: #212f3e;
}

.widget_item-faq-time,
.widget_item-faq-count {
  border: 1px solid #12b9da;
  border-radius: 6px;
  height: 40px;
}

.widget_item-faq-time:not(:last-child),
.widget_item-faq-count:not(:last-child) {
  margin-inline-end: 10px;
}

.widget_item-faq-time .widget_item-icon,
.widget_item-faq-count .widget_item-icon {
  width: 40px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d0ebf2;
  border-radius: 6px;
}

.widget_item-faq-time .widget_item-title,
.widget_item-faq-count .widget_item-title {
  min-width: 52px;
  padding: 2px 8px;
  text-align: center;
}

.progress {
  direction: ltr;
  height: 12px;
  border-radius: 12px;
}

.progress .progress-bar {
  border-radius: 30px;
  background-color: #f7931d;
}

@media (max-width: 991px) {
  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 13px;
  }

  h6 {
    font-size: 12px;
  }

  .title-section {
    font-size: 30px;
  }

  .fixed-faq {
    position: fixed;
    bottom: 2%;
    right: 0;
    width: 100%;
    box-shadow: 0 -3px 26px rgba(0, 0, 0, 0.1607843137);
    z-index: 2;
  }

  .swiper-customer .swiper-slide-active .widget__item-customer {
    width: 250px;
    height: 250px;
  }
}

.full-height {
  position: relative;
}

@media (min-width: 992px) {
  .full-height {
    min-height: 100vh;
  }
}

.bg-login {
  background-color: #06ABD5;
}

.login-aside .login-aside-title {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.login-aside .login-aside-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 17px;
  background-color: #ebedf2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 991px) {
  .login-form {
    padding: 30px 20px 50px;
  }
}

::-moz-selection {
  background-color: #06abd5;
  color: #fff;
}

::selection {
  background-color: #06abd5;
  color: #fff;
}

.text-underline {
  text-decoration: underline;
}

.input-file {
  position: relative;
}

.input-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: pointer;
}

.input-file .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.input-file .text {
  font-size: 15px;
  color: #a0a0a0;
  height: 100%;
  display: flex;
  align-items: center;
}

html[dir="rtl"] .input-file .icon {
  left: 20px;
}

html[dir="ltr"] .input-file .icon {
  right: 20px;
}

.nav-login {
  border-bottom: 1px solid #dddddd;
}

.nav-login li {
  flex: 1 1 0;
  display: block;
  text-align: center;
  position: relative;
}

.nav-login li ::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #26426d;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.nav-login li a {
  display: block;
  padding: 10px;
  color: 777777;
  font-size: 20px;
  font-family: "ExpoArabic-Light";
  transition: color 0.3s ease-in-out;
}

.nav-login li.active ::before,
.nav-login li:hover ::before {
  opacity: 1;
}

.nav-login li.active a,
.nav-login li:hover a {
  color: #363f43;
  font-weight: 600;
}

.widget__item-email {
  text-align: center;
}

.widget__item-email .widget__item-image {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1019607843);
  width: 265px;
  height: 265px;
  display: flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-color: #dbe6ee;
  border: 14px solid #f9fbfc;
}

.widget__item-email .widget__item-image::before {
  position: absolute;
  content: "";
  width: 88%;
  height: 88%;
  background-color: #dbe6ee;
  border-radius: 50%;
  top: 50%;
  right: 50%;
  z-index: -1;
  transform: translate(50%, -50%);
}

.main-footer {
  background-color: #212f3e;
  padding: 50px 0px 15px;
}

.main-footer .link-footer a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 4px 10px;
  margin-bottom: 10px;
  position: relative;
  transition: color 200ms;
}

.main-footer .link-footer a:hover {
  color: #06abd5 !important;
}

.social-media {
  display: flex;
  align-items: center;
}

.social-media li a {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out;
}

.social-media li a i {
  transition: color 0.3s ease-in-out;
}

.social-media li a.social-dark {
  background-color: #192947;
}

.social-media li a.social-dark i {
  color: #fff;
}

.social-media li:not(:last-of-type) {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.social-media li a:hover {
  color: #fff;
}

.social-media li a:hover.fa {
  background-color: #3a5898;
}

.social-media li a:hover.ph {
  background-color: #06abd5;
}

.social-media li a:hover.tw {
  background-color: #1da1f2;
}

.social-media li a:hover.li {
  background-color: #0073b1;
}

.social-media li a:hover.yo {
  background-color: #ff0000;
}

.social-media li a:hover.wh {
  background-color: #00e676;
}

.social-media li a:hover.in {
  background-color: #bb00aa;
}

.text-copy {
  /* color: #a7b7c8; */
  color: #fff;
}

.widget_item-prog {
  background-color: #fff;
  border-radius: 5px;
}

.widget__item-faq {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
}

.widget__item-faq .widget__item-head:not(.collapsed) {
  background-color: #daecf3;
}

.widget__item-faq .widget__item-head:not(.collapsed) .title {
  color: #06abd5;
}

.widget__item-faq .widget__item-head:not(.collapsed) svg path {
  fill: #06abd5;
}

@media (max-width: 991px) {
  .widget_item-info img {
    max-height: 40px;
  }

  .widgets-info>[class*="col-"] .widget_item-info::before {
    position: absolute;
    content: "";
    left: 20px;
    width: 1px;
    height: 100%;
    border-left: 3px dashed rgba(108, 124, 138, 0.5);
  }

  .about-image {
    border-radius: 0px;
    padding: 20px;
    width: 100%;
    box-shadow: 0px 25px 34px rgb(19 109 132 / 6%);
    min-height: 100%;
  }

  .about-image img {
    max-height: 100px;
  }

  .widget_item-step {
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
  }

  .widget_item-step:not(:last-of-type)::before {
    left: -27%;
  }

  .widget_item-step .widget_item-icon {
    margin-bottom: 15px;
  }

  .widget_item-step .widget_item-icon img {
    max-height: 40px;
  }
}

/*  */
.text-success {
  color: #37b284 !important;
}

.table.table-cart.table-2 thead td {
  background-color: #fff;
}

.table.table-2> :not(caption)>*>* {
  background-color: #eff5f8;
  border: 0;
}

.table.table-2.table-cart tr td {
  color: #777777;
  font-size: 14px;
}

.card-payment {
  background-color: #fff;
  border-radius: 6px;
}

.card-payment .nav-tabs .nav-item {
  flex: 1 1 0;
}

.card-payment .nav-tabs .nav-item .nav-link {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dce2e9;
  padding: 14px;
  opacity: 0.34;
}

.card-payment .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #06abd5;
  opacity: 1;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: start;
}

.bootstrap-select>.dropdown-toggle {
  height: 50px;
  padding: 14px 16px;
}

.form-payment {
  min-height: 347px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.widget_item-cart .widget_item-image {
  width: 120px;
  height: 90px;
}

.widget_item-cart .widget_item-image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #06abd5;
  border-radius: 50%;
  margin: 0px 2px;
}

.bg-light-green {
  background-color: #eff5f8;
}

@media (min-width: 992px) {
  .line-vertical {
    position: absolute;
    width: 1px;
    background-color: #dce2e9;
    height: 80%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.widget_item-blog .progress {
  height: 16px;
  border-radius: 30px;
}
.widget_item-blog .widget_item-title{
  height:50px ;
  max-height:50px ;
  overflow: hidden;
}

.widget_item-blog .progress .progress-bar {
  padding-top: 2px;
}

.progress .progress-bar.bg-success {
  background-color: #37b284 !important;
}

.progress .progress-bar.bg-warning {
  background-color: #ee9458 !important;
}

.progress .progress-bar.bg-danger {
  background-color: #f66970 !important;
}

.star-fill {
  color: #ee9458;
}

.star-empty {
  color: #cad9e2;
}

.widget_item-notification .widget_item-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.data-rating span {
  color: #d1d9df;
  font-size: 30px;
}

.data-rating.rating-small span {
  font-size: 14px;
}

.data-rating span i {
  margin-left: 3px;
  font-weight: bold;
  font-size: 15px;
}

.data-rating .number-rating {
  color: #8e8e8e;
  font-size: 20px;
}

.data-rating span[data-rating="1"] i:nth-child(-n + 1),
.data-rating span[data-rating="2"] i:nth-child(-n + 2),
.data-rating span[data-rating="3"] i:nth-child(-n + 3),
.data-rating span[data-rating="4"] i:nth-child(-n + 4),
.data-rating span[data-rating="5"] i:nth-child(-n + 5) {
  /* color: #ee9458; */
  color: #fab005;
  font-weight: bold;
}

.z-index-2 {
  z-index: 2;
}

.nav-course .nav-item .nav-link {
  position: relative;
  border: 0;
  color: #abbac5;
  padding: 5px 0;
}

.nav-course .nav-item:not(:last-of-type) {
  margin-inline-end: 40px;
}

.nav-course .nav-item .nav-link::before {
  /* position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #ee9458;
  transition: all 0.2s ease-in-out; */
}

.nav-course .nav-item .nav-link.active::before,
.nav-course .nav-item .nav-link:hover::before {
  width: 100%;
}

.nav-course .nav-item .nav-link.active {
  color: #212f3e;
  font-family: "din-next-medium";
}

.nav-my-course .nav-item .nav-link {
  position: relative;
  border: 0;
  color: #abbac5;
  padding: 5px 50px;
}

.nav-my-course .nav-item:not(:last-of-type) {
  margin-inline-end: 40px;
}

.nav-my-course .nav-item .nav-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #06abd5;
  transition: all 0.2s ease-in-out;
}

.nav-my-course .nav-item .nav-link.active::before,
.nav-my-course .nav-item .nav-link:hover::before {
  width: 100%;
}

.nav-my-course .nav-item .nav-link.active {
  color: #212f3e;
  font-family: "din-next-medium";
  background-color: transparent;
}

.text-muted {
  color: #bbbbbb !important;
}

.c-icon {
  position: relative;
  z-index: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-icon:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #d0ebf2;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-icon:after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background-color: #06abd5;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-course {
  background-color: #fff;
  border-radius: 10px;
}

.card-course .card-header {
  background-color: #d0ebf2;
  border-radius: 10px;
  padding: 12px;
}

.course-widget {
  margin-bottom: 20px;
}

.course-widget-list li a {
  color: #777777;
  font-size: 15px;
  display: block;
  padding: 14px 0px;
  border-bottom: 1px solid #e4e4e4;
}

.square {
  width: 14px;
  height: 14px;
  background-color: #d0ebf2;
  border-radius: 2px;
  display: inline-block;
}

.img-flag {
  width: 55px;
  height: 32px;
}

.bootstrap-select {
  border-radius: 8px;
}

.bootstrap-select>.select-primary.dropdown-toggle {
  background-color: #06abd5 !important;
  color: #fff !important;
  border-radius: 5px;
}

.bootstrap-select .select-primary.dropdown-toggle::before {
  color: #fff !important;
}

.progress.progress-custom {
  height: 3px;
  background-color: #d4e2eb;
  border: 0;
  border-radius: 30px;
  overflow: hidden;
  direction: rtl;
}

.progress.progress-custom .progress-bar {
  background-color: #06abd5;
}

.widget__item-attac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.widget__item-attac .widget__item-icon {
  width: 60px;
  height: 56px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget__item-attac .widget__item-icon img {
  max-height: 55px;
}

.widget__item-attac .widget__item-content {
  margin-inline-start: 15px;
}

.widget__item-addComment .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #e4e4e4;
}

.widget__item-addComment .form-control::placeholder {
  color: #777777 !important;
  font-size: 16px !important;
}

.widget__item-message {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.widget__item-message .widget__item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget__item-message .widget__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.widget__item-message .widget__item-content .widget__item-name {
  margin-bottom: 15px;
}

.widget__item-message .widget__item-content .widget__item-name a {
  color: #363f43;
}

.widget__item-message .widget__item-content .widget__item-desc {
  height: 27px;
  overflow: hidden;
  color: #363f43;
}

.widget__item-message .widget__item-content .widget__item-date {
  color: #b4b4b4;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.widget__item-message:not(:last-child) .widget__item-content {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 15px;
}

.circle-progress {
  width: 200px;
  height: auto;
  -webkit-box-shadow: 0px 3px 20px #0000001f;
  box-shadow: 0px 3px 20px #0000001f;
  border-radius: 50%;
}

.circle-progress-circle {
  stroke-width: 12px;
  stroke: #fff;
  -webkit-box-shadow: inset 0px 4px 12px rgb(0 0 0 / 12%);
  box-shadow: inset 0px 4px 12px rgb(0 0 0 / 12%);
}

.circle-progress-value {
  stroke-width: 6px;
}

.circle-progress-text {
  fill: #000;
  font-weight: 700;
}

.circleProgress_1 .circle-progress-value {
  stroke: #75cf8d;
}

.circleProgress_2 .circle-progress-value {
  stroke: #f2b734;
}

.circleProgress_3 .circle-progress-value {
  stroke: #025b87;
}

.icon-clock {
  font-size: 16px;
  color: #999999;
}

.icon-chevron {
  font-size: 22px;
  color: #212f3e;
}

.icon-chevron-down {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #718ba1;
  background-color: #d4e2eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.border-child>div:not(:last-of-type) {
  border-bottom: 1px solid #d4e2eb;
}

.remaining-time {
  color: #06abd5;
  border: 2px solid #06abd5;
  border-radius: 6px;
  font-size: 17px;
  padding: 6px 17px;
}

.item-answer .m-radio .checkmark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  background-color: #d4e2eb;
}

.item-answer .m-radio input:checked~.checkmark {
  background-color: #06abd5;
}

.item-answer .m-radio input:checked~.checkmark:after {
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background-color: #06abd5;
  font-size: 18px;
}

.btn-danger {
  background-color: #f66970;
  border-color: #f66970;
}

.item-answer .m-radio.answer-success,
.item-answer .m-radio.answer-error {
  cursor: text;
  pointer-events: none;
}

.item-answer .m-radio.answer-success .checkmark {
  background-color: #37b284;
}

.item-answer .m-radio.answer-error .checkmark {
  background-color: #f66970;
}

.item-answer .m-radio.answer-success .checkmark::after {
  opacity: 1;
  color: #fff;
  font-size: 18px;
}

.item-answer .m-radio.answer-error .checkmark::after {
  opacity: 1;
  color: #fff;
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  padding-top: 2px;
}

.input-question.input-answer {
  position: relative;
}

.input-question.input-answer .form-control {
  pointer-events: none;
  padding-left: 30px;
}

.input-question.input-answer.success .form-control {
  color: #37b284;
}

.input-question.input-answer.success::before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #37b284;
  font-size: 20px;
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
}

.input-question.input-answer.error .form-control {
  color: #f66970;
  border: 2px solid #f66970;
}

.input-question.input-answer.error::before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #f66970;
  font-size: 20px;
  content: "\f057";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
}

html[dir="rtl"] .input-question.input-answer .form-control {
  font-family: "din-next-medium";
}

.bg-light-green-2 {
  background-color: #e3f9f1 !important;
}

.dropzone.dz-clickable .dz-message>span {
  display: inline-block;
  border: 2px dashed #dce2e9;
  padding: 20px 50px;
  border-radius: 8px;
  font-size: 15px;
}

.dropzone {
  border: 1px solid #dce2e9;
  background: #fff;
}

.dropzone .dz-message {
  text-align: center;
  margin: 3em 0;
}

.form-control.textarea-success {
  color: #06abd5;
}

.bg-light-danger-2 {
  background-color: #ffeff0;
}

.widget_item-dropdown .icon {
  position: absolute;
  inset-inline-start: 12px;
  top: 12px;
  background-color: #00aad4;
  color: #fff;
  z-index: 1;
  border-radius: 30px;
  padding: 9px 15px;
  display: flex;
  font-size: 18px;
  cursor: pointer;
}

.widget_item-blog .widget_item-dropdown .dropdown-menu {
  border-radius: 20px 6px 20px 20px;
  box-shadow: 15px 10px 72px rgba(0, 0, 0.26);
}

.widget_item-blog .widget_item-tag {
  color: rgba(33, 47, 62, 0.8);
  background-color: rgba(212, 226, 235, 0.7);
  min-width: 100px;
  text-align: center;
  padding: 4px 1px;
  border-radius: 30px;
}

.bg-orge {
  background-color: #ee9458;
}

.h-40 {
  height: 40px;
}

/*  */
.nav-pages{
  background-color: #D4E2EB;
  border-radius: 10px;
}

.nav-pages>li>a {
  /* background-color: #eff5f8; */
  border-radius: 8px;
  padding: 9px 14px;
  font-size: 17px;
  margin-bottom: 6px;
  color: #212f3e;
}

.nav-pages>li>a>i {
  font-size: 8px;
  color: #a7b7c8;
}

.nav-pages>li>a:not(.collapsed) {
  color: #fff;
  background-color: #06abd5;
}

.nav-pages>li>a:not(.collapsed) i {
  color: #fff;
}

.nav-pages .accordion-collapse li a {
  color: #777777;
  font-size: 16px;
  display: block;
  padding: 12px 30px;
}

.nav-pages .accordion-collapse li:not(:last-of-type) a {
  border-bottom: 1px solid #dce2e9;
}

.nav-pages .accordion-collapse li a.active {
  color: #06abd5;
}

/*  */
.input-video-preview input {
  display: none;
}

.input-video-preview {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  height: 50px;
  color: #a7b7c8;
}

.input-video-preview:not(.uploaded) .input-video-filename {
  display: none !important;
}

.input-video-preview.uploaded .input-video-container {
  display: none !important;
}

/*
 */
.input-image-preview input {
  display: none;
}

.input-image-preview {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  height: 50px;
  color: #a7b7c8;
}

.input-image-preview:not(.uploaded) .img-show {
  display: none !important;
}

.input-image-preview.uploaded .input-image-container {
  display: none !important;
}

.btn-light-primary {
  background-color: #d4e2eb;
  color: #212f3e;
  border-radius: 6px;
  border: 0;
}

.btn-light-primary:hover {
  background-color: #c0ccd4 !important;
  color: #212f3e;
}

.bg-success {
  background-color: #37b284 !important;
}

.bg-light-blue {
  background-color: #edf3f6 !important;
}

.min-width-110 {
  min-width: 110px;
}

@media (min-width: 992px) {
  .modal-md {
    max-width: 650px;
  }
}

.scroll {
  position: relative;
}

.max-height-400 {
  max-height: 400px;
}

.h-16 {
  height: 16px;
}

.w-200 {
  width: 200px;
}

.text-warning {
  color: #ee9458 !important;
}

.hover-primary {
  transition: all 0.2s ease-in-out;
}

.hover-primary:hover {
  color: #fff !important;
  background-color: #06abd5 !important;
}

.m-checkbox.checkbox-2 .checkmark {
  background-color: #d4e3e9;
  border: 0;
  width: 26px;
  height: 26px;
}

.m-checkbox.checkbox-2 .checkmark:after {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
}

.data-rating.rating-sm span {
  font-size: 14px;
}

.select-multiple .bootstrap-select.show-tick .dropdown-menu li span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px !important;
  top: 10px !important;
  width: 26px;
  height: 26px;
  border: 1px solid #d4e2eb;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
}

.select-multiple .bootstrap-select.show-tick .dropdown-menu li:not(.selected) span.check-mark::after {
  width: 0;
  height: 0;
  border: 0;
}

.select-multiple .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  background-color: #06abd5;
}

.select-multiple .bootstrap-select .bs-ok-default:after {
  width: 0.6em;
  height: 1.2em;
  margin-bottom: 3px;
}

.select-multiple .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  display: flex;
}

.select-multiple .bootstrap-select .dropdown-toggle .filter-option-inner-inner .symbol {
  display: none;
}

.widget_item-add-faq .widget_item-remove {
  background-color: #718ba1;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -11px;
  inset-inline-end: -8px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.font-8 {
  font-size: 8px !important;
}

.collapse-video:not(.collapsed) .fa-chevron-down {
  transform: rotate(180deg);
}

.fc-h-event {
  background-color: transparent;
  border: 0;
}

.fc-daygrid-event {
  white-space: unset;
}

.fc-day.fc-event-day {
  background-color: #eff5f8;
  padding: 0 5px;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 3em;
}

.fc .fc-button-group>.fc-button {
  position: relative;
  flex: 1 1 auto;
  height: 35px;
}

.fc .fc-button-primary {
  background-color: #06abd5;
  border-color: #06abd5;
}

.fc .fc-button-primary:hover,
.fc .fc-button-primary:focus,
.fc .fc-button-primary:active {
  background-color: #0894b7 !important;
  border-color: #0894b7 !important;
  box-shadow: none !important;
}

.fc .fc-button-primary:disabled {
  background-color: #06abd5;
  border-color: #06abd5;
}

.fc .fc-daygrid-day-number {
  color: #000;
}

.widget_item-add {
  border: 1px dashed #d4e2eb;
  padding: 30px 10px;
}

.social-media.social-media-dark li a {
  color: #000;
}

.social-media.social-media-dark li a:hover {
  color: #fff;
}

.bg-video {
  padding: 220px 45px 40px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.bg-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg,
      rgba(34, 34, 34, 0.5833683815323004) 0%,
      rgba(51, 51, 51, 0.30325633671437324) 55%,
      rgba(255, 255, 255, 0) 100%);
}

.bg-video .img-video {
  max-height: 240px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 15px;
}

.btn-play-video {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  color: #45485a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: unset;
  }
}

.hover-outline-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}

.state {
  min-width: 130px;
  text-align: center;
  height: 40px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.state-success {
  background-color: rgba(55, 178, 132, 0.3);
  color: #37b284;
}

.state-warning {
  background-color: rgba(238, 148, 88, 0.3);
  color: #ee9458;
}

.widget_item-action .widget_item-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #718ba1;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  margin-inline-start: 10px;
  cursor: pointer;
}

.widget_item-lesson {
  padding: 11px 19px;
  background-color: rgba(212, 226, 235, 0.7);
}

.widget_item-section .widget_item-head:not(.collapsed) .widget_item-chevron {
  transform: rotate(180deg);
}

.tab-add-course {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-add-course .nav-item .nav-link {
  min-width: 155px;
  height: 50px;
  border: 2px solid #718ba1;
  color: #718ba1;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  margin: 0px 10px;
  font-size: 16px;
}

.tab-add-course .nav-item .nav-link svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tab-add-course .nav-item .nav-link.active,
.tab-add-course .nav-item .nav-link:hover {
  background-color: #06abd5;
  color: #fff;
  border-color: #06abd5;
}

.tab-add-course .nav-item .nav-link.active svg path,
.tab-add-course .nav-item .nav-link:hover svg path {
  fill: #fff;
  stroke: #fff;
}

@media (min-width: 992px) {
  .modal-course {
    max-width: 780px;
  }
}

.dropzone.dz-clickable.dropzone-course .dz-message>span {
  border: 1px dashed #718ba1;
  padding: 22px 120px;
  background-color: #d4e2ebb3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #718ba1;
}

.dropzone.dropzone-course .dz-message {
  text-align: center;
  margin: 1em 0;
}

.scroll-lesson {
  max-height: 620px;
}

.tab-add-video {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-add-video .nav-item {
  flex: 1 1 0;
}

.tab-add-video .nav-item .nav-link {
  height: 50px;
  border: 0px solid #718ba1;
  border-bottom: 1px solid #a7b7c8;
  color: rgba(119, 119, 119, 0.7);
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  margin: 0px 10px;
  font-size: 16px;
  width: 100%;
}

.tab-add-video .nav-item .nav-link svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tab-add-video .nav-item .nav-link.active,
.tab-add-video .nav-item .nav-link:hover {
  background-color: transparent;
  border-bottom: 2px solid #06abd5;
  color: #212f3e;
}

.m-radio.m-radio-2 .checkmark {
  height: 28px;
  width: 28px;
  background-color: #d4e2eb;
  border: 0;
}

.m-radio.m-radio-2 input:checked~.checkmark {
  background-color: #d4e2eb;
  border-color: #d4e2eb;
}

.m-radio.m-radio-2 .checkmark:after {
  content: "";
  background-color: #06abd5;
  width: 12px;
  height: 12px;
}

.tags .tag-item {
  background-color: #eff5f8;
  color: #06abd5;
  font-size: 12px;
  border-radius: 30px;
  padding: 2px 15px 2px 2px;
}

.tags .tag-remove {
  background-color: rgba(212, 226, 235, 0.7);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #a7b7c8;
  margin-right: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
}

.tags .tag-item:not(:last-of-type) {
  margin-inline-end: 10px;
}

.w-200 {
  width: 200px !important;
}

@media (min-width: 992px) {
  .dropdown-menu.dropdown-notification {
    min-width: 420px;
  }
}

.notify-all {
  background-color: #f4f4f4;
  color: #777777;
  padding: 10px;
  border-radius: 0 0 30px 30px;
}

.badge {
  padding: 4px 6px 1px;
  background: #d4e2eb;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  inset-inline-start: -8px;
  top: -13px;
  color: #000;
}

.nav-course {
  /* box-shadow: 0 0 10px #eee; */
}

.rating-container .caption {
  display: none !important;
}

.rating-rtl {
  float: none;
}

.rating-container {
  text-align: center;
}

.rounded-4 {
  border-radius: 0.5rem !important;
}

@media (max-width: 991px) {
  .fc-day.fc-event-day {
    padding: 0 0px;
  }

  .fc-event .fc-event-main {
    font-size: 9px;
    margin-bottom: 5px;
  }

  .nav-my-course .nav-item .nav-link {
    padding: 5px 20px;
  }
}

/* LTR */
html[dir="rtl"] .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-left: 20px;
}

html[dir="rtl"] .me-0 {
  margin-right: 0 !important;
}

html[dir="rtl"] .me-1 {
  margin-right: 0.25rem !important;
}

html[dir="rtl"] .me-2 {
  margin-right: 0.5rem !important;
}

html[dir="rtl"] .me-3 {
  margin-right: 1rem !important;
}

html[dir="rtl"] .me-4 {
  margin-right: 1.5rem !important;
}

html[dir="rtl"] .me-5 {
  margin-right: 3rem !important;
}

html[dir="rtl"] .me-auto {
  margin-right: auto !important;
}

html[dir="rtl"] .ms-0 {
  margin-left: 0 !important;
}

html[dir="rtl"] .ms-1 {
  margin-left: 0.25rem !important;
}

html[dir="rtl"] .ms-2 {
  margin-left: 0.5rem !important;
}

html[dir="rtl"] .ms-3 {
  margin-left: 1rem !important;
}

html[dir="rtl"] .ms-4 {
  margin-left: 1.5rem !important;
}

html[dir="rtl"] .ms-5 {
  margin-left: 3rem !important;
}

html[dir="rtl"] .ms-auto {
  margin-left: auto !important;
}

html[dir="rtl"] .pe-0 {
  padding-right: 0 !important;
}

html[dir="rtl"] .pe-1 {
  padding-right: 0.25rem !important;
}

html[dir="rtl"] .pe-2 {
  padding-right: 0.5rem !important;
}

html[dir="rtl"] .pe-3 {
  padding-right: 1rem !important;
}

html[dir="rtl"] .pe-4 {
  padding-right: 1.5rem !important;
}

html[dir="rtl"] .pe-5 {
  padding-right: 3rem !important;
}

html[dir="rtl"] .ps-0 {
  padding-left: 0 !important;
}

html[dir="rtl"] .ps-1 {
  padding-left: 0.25rem !important;
}

html[dir="rtl"] .ps-2 {
  padding-left: 0.5rem !important;
}

html[dir="rtl"] .ps-3 {
  padding-left: 1rem !important;
}

html[dir="rtl"] .ps-4 {
  padding-left: 1.5rem !important;
}

html[dir="rtl"] .ps-5 {
  padding-left: 3rem !important;
}

html[dir="rtl"] .text-start {
  text-align: left !important;
}

html[dir="rtl"] .text-end {
  text-align: right !important;
}

@media (min-width: 576px) {
  html[dir="rtl"] .me-sm-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .me-sm-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .me-sm-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .me-sm-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .ms-sm-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .ms-sm-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .ms-sm-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .ms-sm-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html[dir="rtl"] .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .pe-sm-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .pe-sm-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .pe-sm-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .ps-sm-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .ps-sm-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .ps-sm-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .text-sm-start {
    text-align: left !important;
  }

  html[dir="rtl"] .text-sm-end {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  html[dir="rtl"] .me-md-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .me-md-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .me-md-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .me-md-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .me-md-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .me-md-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .ms-md-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .ms-md-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .ms-md-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .ms-md-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .pe-md-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .pe-md-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .pe-md-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .ps-md-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .ps-md-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .ps-md-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .text-md-start {
    text-align: left !important;
  }

  html[dir="rtl"] .text-md-end {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  html[dir="rtl"] .me-lg-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .me-lg-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .me-lg-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .me-lg-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .ms-lg-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .ms-lg-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .ms-lg-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .ms-lg-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .pe-lg-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .pe-lg-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .pe-lg-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .ps-lg-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .ps-lg-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .ps-lg-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .text-lg-start {
    text-align: left !important;
  }

  html[dir="rtl"] .text-lg-end {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .me-xl-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .me-xl-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .me-xl-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .me-xl-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .ms-xl-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .ms-xl-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .ms-xl-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .ms-xl-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .pe-xl-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .pe-xl-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .pe-xl-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .ps-xl-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .ps-xl-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .ps-xl-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .text-xl-start {
    text-align: left !important;
  }

  html[dir="rtl"] .text-xl-end {
    text-align: right !important;
  }
}

@media (min-width: 1400px) {
  html[dir="rtl"] .me-xxl-0 {
    margin-right: 0 !important;
  }

  html[dir="rtl"] .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="rtl"] .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="rtl"] .me-xxl-3 {
    margin-right: 1rem !important;
  }

  html[dir="rtl"] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="rtl"] .me-xxl-5 {
    margin-right: 3rem !important;
  }

  html[dir="rtl"] .me-xxl-auto {
    margin-right: auto !important;
  }

  html[dir="rtl"] .ms-xxl-0 {
    margin-left: 0 !important;
  }

  html[dir="rtl"] .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="rtl"] .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="rtl"] .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  html[dir="rtl"] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="rtl"] .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  html[dir="rtl"] .ms-xxl-auto {
    margin-left: auto !important;
  }

  html[dir="rtl"] .pe-xxl-0 {
    padding-right: 0 !important;
  }

  html[dir="rtl"] .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="rtl"] .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="rtl"] .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  html[dir="rtl"] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="rtl"] .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  html[dir="rtl"] .ps-xxl-0 {
    padding-left: 0 !important;
  }

  html[dir="rtl"] .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="rtl"] .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="rtl"] .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  html[dir="rtl"] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="rtl"] .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  html[dir="rtl"] .text-xxl-start {
    text-align: left !important;
  }

  html[dir="rtl"] .text-xxl-end {
    text-align: right !important;
  }
}

html[dir="ltr"] .text-start {
  text-align: right !important;
}

html[dir="ltr"] .text-end {
  text-align: left !important;
}

html[dir="ltr"] .me-0 {
  margin-left: 0 !important;
}

html[dir="ltr"] .me-1 {
  margin-left: 0.25rem !important;
}

html[dir="ltr"] .me-2 {
  margin-left: 0.5rem !important;
}

html[dir="ltr"] .me-3 {
  margin-left: 1rem !important;
}

html[dir="ltr"] .me-4 {
  margin-left: 1.5rem !important;
}

html[dir="ltr"] .me-5 {
  margin-left: 3rem !important;
}

html[dir="ltr"] .me-auto {
  margin-left: auto !important;
}

html[dir="ltr"] .ms-0 {
  margin-right: 0 !important;
}

html[dir="ltr"] .ms-1 {
  margin-right: 0.25rem !important;
}

html[dir="ltr"] .ms-2 {
  margin-right: 0.5rem !important;
}

html[dir="ltr"] .ms-3 {
  margin-right: 1rem !important;
}

html[dir="ltr"] .ms-4 {
  margin-right: 1.5rem !important;
}

html[dir="ltr"] .ms-5 {
  margin-right: 3rem !important;
}

html[dir="ltr"] .ms-auto {
  margin-right: auto !important;
}

html[dir="ltr"] .pe-0 {
  padding-left: 0 !important;
}

html[dir="ltr"] .pe-1 {
  padding-left: 0.25rem !important;
}

html[dir="ltr"] .pe-2 {
  padding-left: 0.5rem !important;
}

html[dir="ltr"] .pe-3 {
  padding-left: 1rem !important;
}

html[dir="ltr"] .pe-4 {
  padding-left: 1.5rem !important;
}

html[dir="ltr"] .pe-5 {
  padding-left: 3rem !important;
}

html[dir="ltr"] .ps-0 {
  padding-right: 0 !important;
}

html[dir="ltr"] .ps-1 {
  padding-right: 0.25rem !important;
}

html[dir="ltr"] .ps-2 {
  padding-right: 0.5rem !important;
}

html[dir="ltr"] .ps-3 {
  padding-right: 1rem !important;
}

html[dir="ltr"] .ps-4 {
  padding-right: 1.5rem !important;
}

html[dir="ltr"] .ps-5 {
  padding-right: 3rem !important;
}

@media (min-width: 576px) {
  html[dir="ltr"] .me-sm-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .me-sm-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="ltr"] .me-sm-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="ltr"] .me-sm-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .me-sm-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .me-sm-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .me-sm-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .ms-sm-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="ltr"] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="ltr"] .ms-sm-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .ms-sm-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .ms-sm-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .pe-sm-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="ltr"] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="ltr"] .pe-sm-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .pe-sm-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  html[dir="ltr"] .ps-sm-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="ltr"] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="ltr"] .ps-sm-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .ps-sm-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .text-sm-start {
    text-align: right !important;
  }

  html[dir="ltr"] .text-sm-end {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  html[dir="ltr"] .me-md-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .me-md-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="ltr"] .me-md-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="ltr"] .me-md-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .me-md-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .me-md-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .me-md-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .ms-md-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .ms-md-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="ltr"] .ms-md-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="ltr"] .ms-md-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .ms-md-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .ms-md-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .pe-md-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .pe-md-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="ltr"] .pe-md-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="ltr"] .pe-md-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .pe-md-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .pe-md-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .ps-md-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .ps-md-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="ltr"] .ps-md-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="ltr"] .ps-md-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .ps-md-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .ps-md-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .text-md-start {
    text-align: right !important;
  }

  html[dir="ltr"] .text-md-end {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  html[dir="ltr"] .me-lg-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .me-lg-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="ltr"] .me-lg-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="ltr"] .me-lg-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .me-lg-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .me-lg-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .me-lg-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .ms-lg-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="ltr"] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="ltr"] .ms-lg-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .ms-lg-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .ms-lg-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .pe-lg-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="ltr"] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="ltr"] .pe-lg-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .pe-lg-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="ltr"] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="ltr"] .ps-lg-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .ps-lg-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .text-lg-start {
    text-align: right !important;
  }

  html[dir="ltr"] .text-lg-end {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  html[dir="ltr"] .me-xl-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .me-xl-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="ltr"] .me-xl-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="ltr"] .me-xl-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .me-xl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .me-xl-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .me-xl-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .ms-xl-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="ltr"] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="ltr"] .ms-xl-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .ms-xl-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .ms-xl-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .pe-xl-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="ltr"] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="ltr"] .pe-xl-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .pe-xl-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .ps-xl-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="ltr"] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="ltr"] .ps-xl-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .ps-xl-5 {
    padding-right: 3rem !important;
  }

  html[dir="ltr"] .text-xl-start {
    text-align: right !important;
  }

  html[dir="ltr"] .text-xl-end {
    text-align: left !important;
  }
}

@media (min-width: 1400px) {
  html[dir="ltr"] .me-xxl-0 {
    margin-left: 0 !important;
  }

  html[dir="ltr"] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }

  html[dir="ltr"] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }

  html[dir="ltr"] .me-xxl-3 {
    margin-left: 1rem !important;
  }

  html[dir="ltr"] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }

  html[dir="ltr"] .me-xxl-5 {
    margin-left: 3rem !important;
  }

  html[dir="ltr"] .me-xxl-auto {
    margin-left: auto !important;
  }

  html[dir="ltr"] .ms-xxl-0 {
    margin-right: 0 !important;
  }

  html[dir="ltr"] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }

  html[dir="ltr"] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }

  html[dir="ltr"] .ms-xxl-3 {
    margin-right: 1rem !important;
  }

  html[dir="ltr"] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }

  html[dir="ltr"] .ms-xxl-5 {
    margin-right: 3rem !important;
  }

  html[dir="ltr"] .ms-xxl-auto {
    margin-right: auto !important;
  }

  html[dir="ltr"] .pe-xxl-0 {
    padding-left: 0 !important;
  }

  html[dir="ltr"] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }

  html[dir="ltr"] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }

  html[dir="ltr"] .pe-xxl-3 {
    padding-left: 1rem !important;
  }

  html[dir="ltr"] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }

  html[dir="ltr"] .pe-xxl-5 {
    padding-left: 3rem !important;
  }

  html[dir="ltr"] .ps-xxl-0 {
    padding-right: 0 !important;
  }

  html[dir="ltr"] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }

  html[dir="ltr"] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }

  html[dir="ltr"] .ps-xxl-3 {
    padding-right: 1rem !important;
  }

  html[dir="ltr"] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }

  html[dir="ltr"] .ps-xxl-5 {
    padding-right: 3rem !important;
  }
}

@media (max-width: 991px) {
  html[dir="ltr"] .menu--mobile {
    right: 0;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  html[dir="ltr"] .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

html[dir="ltr"] .page-search .search-header::before {
  transform: scaleX(-1);
}

html[dir="ltr"] .dropdown .dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

html[dir="ltr"] .dropdown .dropdown-menu.dropdown-menu-end {
  left: 0 !important;
  right: auto !important;
}

@media (min-width: 992px) {
  html[dir="ltr"] .widget_item-card-2 .widget_item-price {
    border-right: 1px solid #b4c0ce;
    border-left: 0px solid #b4c0ce;
  }
}

html[dir="ltr"] .bootstrap-select .dropdown-toggle::before {
  left: 5px;
  right: auto;
}

html[dir="ltr"] .bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}

html[dir="ltr"] .breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
  padding-right: 0px;
}

html[dir="ltr"] .breadcrumb-item+.breadcrumb-item::before {
  content: "\f054";
  float: left;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
  color: #000;
}

.table-appointments {
  border-color: #dce2e9;
}

.table-appointments thead td {
  border: 0;
}

.table-appointments tbody tr:last-of-type td {
  border-bottom: 0;
}

.table-appointments tbody tr td:not(:last-child) {
  border-left: 1px solid #dce2e9;
}

.item-selectClass {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 30px;
  background-color: #eff5f8;
  font-size: 16px;
}

.item-selectClass.active {
  background-color: #06abd5;
  color: #fff;
  cursor: pointer;
}

.level-radio input {
  opacity: 0;
  height: 0;
  width: 0;
}

.level-radio .level-radio-content {
  border: 1px solid rgba(33, 47, 62, 0.3);
  text-align: center;
  padding: 3px 10px 8px;
  color: #363f43;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  width: 100%;
}

.level-radio input:checked+.level-radio-content {
  border: 2px solid #06abd5;
}

.level-radio input:checked+.level-radio-content::before {
  position: absolute;
  bottom: -10px;
  inset-inline-end: -10px;
  background-color: #06abd5;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  content: "\f00c";
  font-family: "Font Awesome 6 pro";
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  */
.button-group .button {
  cursor: pointer;
  padding: 4px 15px;
  font-size: 18px;
  border-radius: 30px;
  color: rgba(33, 47, 62, 0.6);
  position: relative;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
}

.button-group .button:not(:last-of-type) {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

@media (max-width: 991px) {
  .button-group .button {
    padding: 4px 10px;
    font-size: 12px;
    -webkit-padding-start: 14px;
    padding-inline-start: 14px;
  }

  .button-group .button:not(:last-of-type) {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
  }
}

.button-group .button.is-checked {
  background-color: #f7931d;
  color: #fff;
}

@media (max-width: 991px) {
  .side-nav {
    min-width: 100px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: #fff;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
  }

  .side-nav.is-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.main-wrapper.overflow-unset {
  overflow: unset;
}

.note-editor .note-editing-area {
  background-color: #fff;
}

.note-editor .note-btn-group .note-btn {
  border-color: rgba(0, 0, 0, 0.2);
  padding: 0.28rem 0.65rem;
  font-size: 13px;
}

.note-editor .btn-group-sm>.btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.note-toolbar {
  background: hsla(0, 0%, 50.2%, 0.11);
}

.note-editor .note-btn-group .note-btn {
  border-color: rgba(0, 0, 0, 0.2);
  padding: 0.28rem 0.65rem;
  font-size: 13px;
  background-color: #fff;
}

@media(max-width:991px) {
  .modal-body {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .modal-content .btn-close {
    margin-left: 0px;
  }

  .tab-add-course .nav-item .nav-link {
    min-width: 125px;
    margin: 0px 5px;
    font-size: 12px;
  }
}

.widget-item-business-models .widget-image img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.widget-item-registration-help widget-image img {
  width: 70%;
  margin: auto;
  position: relative;
  z-index: -1;
}

.widget-item-course_category .widget-item-image {
  height: 175px;
}


@media (min-width: 992px) {
  .hero {
    height: 800px;
  }

  .hero .hero-image {
    margin-bottom: -100px;
  }

  .hero .hero-content .hero-title {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .hero .hero-content .hero-entry-title {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .hero .hero-content .hero-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .hero {
    height: auto;
    padding: 70px 0px;
  }
  .hero .hero-content {
    text-align: center;
  }
  .hero .hero-content .hero-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .hero .hero-content .hero-entry-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hero .hero-content .hero-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .courseBackground{
    background-size: 100% 100% !important;
      height: 50% !important;
  }
}


.hero {
  background: url(../images/bg-hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  /* filter: opacity(0.2); */
}

@media (max-width: 767px) {
.courseBackground{
	/*background-size: cover!important;*/
    background-size: 100% 100%!important;
    height: 40%!important;
}
.z-index0{
    z-index:0!important;
}
.nav-course .nav-item:not(:last-of-type) {
    margin-inline-end: 18px;
  }
.chooseLevel{
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap!important;
}
.widget-item-business-models .widget-image img {
    object-fit: contain;
    height: 208px;
}
.sectionStyle{
    margin-top: 120px;
}
}
@media (max-width: 590px) {
    .courseBackground{
        background-size: 100% 100%!important;
        height: 29%!important;
    }
}
.hero1::before {
  position: absolute;
  bottom: 0;
  top: 0;
  /* content: ''; */
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.hero .hero-content {
  position: relative;
  z-index: 2;
}

.hero .hero-content .hero-title {
  color: #fff;
  line-height: 1.4;
  font-family: "GE_SS_Unique_Bold";
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.34);
}

.hero .hero-content .hero-entry-title {
  color: #fff;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.34);
}

.hero .hero-content .hero-text {
  color: #fff;
  line-height: 1.6;
}

.hero .hero-content .hero-action .hero-btn {
  background-color: #e7bb85;
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  padding: 11px 58px;
  display: inline-block;
  transition: .2s ease-in-out;
}

.hero .hero-content .hero-action .hero-btn:hover {
  background-color: #d3a772;
  color: #fff;
}

.hero .hero-image {
  animation-name: animate1;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-delay: 0.1s;
}

.competition-price{
    text-align: end;
}

@media (min-width: 992px) {
    .courseBackground{
        background-position: center center!important;
        background-repeat: no-repeat!important;
        background-size: cover!important;
        height:100%!important;
    }
  .main-header {
    display: flex;
    align-items: center;
    top: 20px;
    right: 0;
    width: 100%;
    position: absolute;
    height: 110px;
    z-index: 3;
    background-color: unset;
    box-shadow: unset;
    color: #fff;
  }
  .main-header.internal {
    position: relative;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  }
	.main-header .menu-container .main-menu .menu_item .menu_link:hover, .main-header .menu-container .main-menu .menu_item .menu_link {
    	/*color: #fff!important;*/
	}
	.nav-item .nav-link {
    	/*color: #fff!important;*/
}

}

/* @media (max-width: 992px) {
.sectionMOB{
	margin-top:0!important;
}
.fixed-footer {
	padding: 12px 12px!important;
  display: block;
	height: 144px!important;
}
} */

.fixed-footer {
  display: none;
  background-color: #221e54;
  padding: 25px 20px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  /* height: 180px; */
  z-index: 3;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;

}

@media (max-width: 992px) {
  .sectionMOB{
    margin-top:0!important;
  }
  .fixed-footer {
    padding: 12px 12px!important;
    display: block;
  } 

  .whatsapp-contact-us {
    display: none !important;
  }

  footer {
    padding-bottom: 210px !important;
  }
}

.fixed-footer .description-text {
  font-size: 18px;
}

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

header .logo img {
  width: 115px;
  /*height: 120px;*/
}

body {
  background-color: #ffffff;
}

.bg-gray-contact {
  background-color: #D4E2EB !important;
}
.table.table-cart thead td {
    color:white !important;
    background-color: #06ABD5;
    text-align: center;
}
.table-cart tbody  td {
    background-color: #D4E2EB;
    text-align: center;
}
.table-cart th{
  background-color: #06ABD5;
  text-align: center;
  color: #fff;
}
.all-data-table {
    overflow: auto;
    border-radius: 14px;
}
.operator{font-size:24px}
.place-answer-question{padding: 0!important;}
@media (min-width: 992px) {
/*.widget_item-faq-competition .widget_item-faq{padding-left: 10rem;}*/
}

.courseBackground .input-group-help-registration{
	display:none;
}

.mobileNumber{
    direction: ltr;
}

@media (min-width:769px){
	.whatsappMobile{
		display:none;
	}
}
@media (max-width:768px){
	.whatsappComputer{
		display:none;
	}
	.whatsappMobile{
		display:block;
	}
    .pageMarginTop{
        margin-top: 130px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }



  @keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
  }
  
  #playButton {
    animation: pulse 2s infinite;
  }
  
  #playButton:hover {
    animation-play-state: paused;
  }