@charset "UTF-8";
.registerBox ::placeholder {
  text-align: center;
}

body {
  font-family: "Almarai", sans-serif;
  background-color: #f6f6f6;
}

/*sidebar & header*/
.header {
  padding: 7px 0px 7px 0px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.header .header-image {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.header .lang-switcher-text {
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
  text-decoration: none;
}

/*sidebar*/
.wrapper {
  position: relative;
}
.wrapper .sidebar {
  top: 0;
  left: 0;
  height: 100%;
  padding: 110.8px 0 115px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ebebeb;
  transition: all 0.5s ease;
  width: 100%;
}
.wrapper .sidebar .profile {
  margin-bottom: 30px;
  text-align: center;
}
.wrapper .sidebar .profile img {
  max-width: 158px;
  max-height: 158px;
  border: 5px solid #d76427;
  border-radius: 50%;
  margin-bottom: 18px;
}
.wrapper .sidebar .profile h3 {
  font-size: 18px;
  font-weight: bold;
  color: #098b8e;
  margin-bottom: 5px;
}
.wrapper .sidebar .profile .role {
  font-size: 18px;
  color: #098b8e;
}
.wrapper .sidebar ul {
  list-style: none;
  padding-left: 0px;
}
.wrapper .sidebar ul li a {
  display: block;
  padding: 13px 15px;
  font-size: 16px;
  color: #000000;
  position: relative;
  text-decoration: none;
}
.wrapper .sidebar ul li a:hover {
  color: #ffffff;
  background: #4b4b4b;
}
.wrapper .sidebar ul li a:hover .menu-img img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.wrapper .sidebar ul li a:hover:before {
  display: block;
}
.wrapper .sidebar ul li a.active {
  color: #ffffff;
  background: #4b4b4b;
}
.wrapper .sidebar ul li a.active .menu-img img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.wrapper .sidebar ul li a.active:before {
  display: block;
}
.wrapper .sidebar ul li a .menu-img {
  width: auto;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  .wrapper .sidebar {
    display: none;
  }
}
.wrapper .sidebar .menu-icons ul {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 10px;
  flex-flow: initial;
}
.wrapper .sidebar .menu-icons ul li a {
  padding: 11px 0;
}
.wrapper .sidebar .menu-icons ul li a:hover {
  background-color: transparent;
}
.wrapper .sidebar .menu-icons ul li a:hover img {
  -webkit-filter: none;
  filter: none;
}
.wrapper .sidebar .menu-icons .menu-hr {
  height: 4px;
  color: #4a4a4a;
  width: 90%;
  margin: 0px 5% 30px 5%;
}
.wrapper .section {
  width: 36px;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 90%;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  .wrapper .section {
    position: relative;
    left: 0;
    position: relative;
    left: 0;
    width: 100%;
    background-color: #098b8e;
  }
}
.wrapper .section .top_navbar {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 0px;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  .wrapper .section .top_navbar {
    justify-content: flex-start;
    margin: 0 15px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.wrapper .section .top_navbar .hamburger a {
  font-size: 28px;
  color: #f4fbff;
}
.wrapper .section .top_navbar .hamburger a:hover {
  color: #a2ecff;
}

.padding-zero {
  padding-left: 0;
}

@media (max-width: 991px), not all and (min-width: 992px) {
  .padding-zero {
    padding-left: 0;
    padding-right: 0;
  }
}
body.active .wrapper {
  max-width: 50px;
  width: 100%;
  display: inline-block;
}
body.active .wrapper .section {
  margin-left: 0;
  width: 100%;
  left: 25%;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  body.active .wrapper .section {
    left: 0;
  }
}
body.active .wrapper .sidebar ul {
  padding-top: 0px;
}
body.active .wrapper .sidebar ul li a {
  padding: 13px 2px;
  text-align: center;
}
body.active .wrapper .sidebar ul li a .menu-img {
  padding-left: 0;
  padding-right: 0;
}
body.active .wrapper .sidebar .menu-img {
  margin-left: 0%;
}
body.active .wrapper .sidebar .item, body.active .wrapper .sidebar .profile {
  display: none;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  body.active .wrapper .sidebar {
    display: block;
    height: auto;
    width: 90%;
    position: absolute;
    top: 100%;
    padding: 20px 0;
    z-index: 1;
  }
  body.active .wrapper .sidebar ul {
    padding-top: 0px;
  }
  body.active .wrapper .sidebar ul li a {
    display: flex;
  }
  body.active .wrapper .sidebar .menu-img {
    margin-left: 0%;
    padding-right: 15px;
    padding-left: 15px !important;
  }
  body.active .wrapper .sidebar .item, body.active .wrapper .sidebar .profile {
    display: block;
  }
}
body.active .wrapper .sidebar .menu-icons ul {
  flex-direction: column;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  body.active .wrapper .sidebar .menu-icons ul {
    flex-direction: row;
  }
}
body.active .wrapper .sidebar .menu-icons ul li a {
  padding: 11px 2px;
  text-align: center;
}
body.active .wrapper .sidebar .menu-icons ul li a:hover {
  background-color: transparent;
}
body.active .wrapper .sidebar .menu-icons ul li a:hover img {
  -webkit-filter: none;
  filter: none;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  body.active .wrapper {
    left: 0;
    max-width: 100%;
  }
}

body.active .wrapper .section {
  margin-left: 0;
  width: 100%;
}

/* dashboard page */
.right-side .content-title {
  padding: 9px 15px;
  background-color: #99b83c;
  border-radius: 5px;
}
.right-side .content-title h1 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 5px 0;
}
.right-side .content-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .right-side .content-body {
    padding: 20px 15px;
  }
}
.right-side .content-body a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #2a2b2c;
}
.right-side .content-body a:hover {
  color: #098b8e;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.16);
  background-color: #D0EAEB;
  border-color: transparent;
}
.right-side .content-body .cards {
  border-radius: 5px;
  min-height: 125px;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #99b83c;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.right-side .content-body.certificate, .right-side .content-body.courses {
  padding: 40px 0;
}
.right-side .content-body.certificate .cards-certificate, .right-side .content-body.courses .cards-certificate {
  padding: 21.5px 15px 20px;
  border-radius: 4px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-bottom: 30px;
}
.right-side .content-body.certificate .cards-certificate .course-img, .right-side .content-body.courses .cards-certificate .course-img {
  width: -webkit-fill-available;
  max-width: 194px;
}
.right-side .content-body.certificate .cards-certificate .check-img, .right-side .content-body.courses .cards-certificate .check-img {
  position: absolute;
  top: -5%;
  right: -15px;
}
.right-side .content-body.certificate .cards-certificate h2, .right-side .content-body.courses .cards-certificate h2 {
  padding: 0;
  margin: 8px 0 7px;
  font-size: 17px;
  font-weight: bold;
  color: #098b8e;
}
.right-side .content-body.certificate .cards-certificate .body-card, .right-side .content-body.courses .cards-certificate .body-card {
  margin: 7px 0 37px;
  font-size: 16px;
  color: #5A5A5A;
}
.right-side .content-body.certificate .cards-certificate .body-card .course-list-lecture-count, .right-side .content-body.courses .cards-certificate .body-card .course-list-lecture-count {
  font-size: 14px;
  color: #4d4545;
}
.right-side .content-body.certificate .cards-certificate .body-card .badge, .right-side .content-body.courses .cards-certificate .body-card .badge {
  color: #ad2121;
  padding: 0;
  margin-right: 17px;
}
.right-side .content-body.certificate .cards-certificate .body-card .price-html-wrap, .right-side .content-body.courses .cards-certificate .body-card .price-html-wrap {
  display: inline-block;
}
.right-side .content-body.certificate .cards-certificate .body-card .price-html-wrap span, .right-side .content-body.courses .cards-certificate .body-card .price-html-wrap span {
  font-size: 13px;
  color: #3a653a;
}
.right-side .content-body.certificate .cards-certificate .footer-card, .right-side .content-body.courses .cards-certificate .footer-card {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.right-side .content-body.certificate .cards-certificate .footer-card .completed, .right-side .content-body.courses .cards-certificate .footer-card .completed {
  font-family: SourceSansPro;
  font-weight: bold;
  color: #075254;
}
.right-side .content-body.certificate .cards-certificate .footer-card .certificate-btn, .right-side .content-body.courses .cards-certificate .footer-card .certificate-btn {
  padding: 4px 18px 6px;
  border-radius: 5px;
  border: solid 1px #d76427;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #d76427;
}
.right-side .content-body.certificate .cards-certificate .footer-card .certificate-btn:hover, .right-side .content-body.courses .cards-certificate .footer-card .certificate-btn:hover {
  background-color: #d76427;
  border: solid 1px #d76427;
  color: #ffffff;
}
.right-side .content-body.certificate .cards-certificate .footer-card .start, .right-side .content-body.courses .cards-certificate .footer-card .start {
  padding: 4px 17px 6px;
  border-radius: 2px;
  background-color: #098b8e;
  font-family: SourceSansPro;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.right-side .content-body.certificate .cards-certificate .footer-card .hours, .right-side .content-body.courses .cards-certificate .footer-card .hours {
  font-family: SourceSansPro;
  font-size: 16px;
  font-weight: bold;
  color: #5A5A5A;
}
.right-side .content-body.certificate .cards-certificate .body-card {
  margin: 7px 0 15px;
}
.right-side .content-body.certificate .cards-certificate .congratulations span {
  font-size: 16px;
  color: #99b83c;
}
.right-side .content-body.certificate .cards-certificate .footer-card .certificate-view {
  font-size: 16px;
  font-weight: bold;
  color: #098b8e;
}
.right-side .content-body.certificate .cards-certificate .footer-card .certificate-btn {
  border: solid 1px #098b8e;
  background-color: #ffffff;
  padding: 1px 12px 2px 17px;
  color: #d76427;
  border-radius: 0;
}

/*edit account page*/
.content-body-account {
  padding: 40px 20px 0 20px;
}

.edit-account label {
  font-weight: bold;
  color: #000000;
}
.edit-account .span-info {
  font-size: 16px;
  color: #4b4b4b;
}
.edit-account input.form-control, .edit-account textarea.form-control {
  border-radius: 4px;
  background-color: #efefef;
  border: none;
  color: #191818;
  padding: 9px 15px;
}
.edit-account #myTab {
  border-bottom: none;
}
.edit-account #myTab .nav-link {
  margin: 0px 30px 0px 0px;
  padding: 16px 4px;
  width: 248px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  border-bottom: none;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.edit-account #myTab .nav-link.active {
  color: #098b8e;
  text-decoration: none;
  border-bottom: solid 2px #d76427;
}
.edit-account #myTab li:last-child .nav-link {
  margin: 0;
}
.edit-account .tab-content {
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding-top: 48px;
  padding-bottom: 60px;
  /*.tab-pane{
    padding: 0 33px;
  }*/
}
.edit-account .tab-content .form-select, .edit-account .tab-content .form-control {
  border-radius: 5px;
  background-color: #f5f5f5;
}
.edit-account .tab-content .password-container {
  position: relative;
  display: flex;
  align-items: center;
}
.edit-account .tab-content .password-container svg {
  position: absolute;
  right: 10px;
  left: auto;
}
.edit-account .tab-content .fa-pen {
  margin-left: 15px;
  margin-right: 10px;
}
.edit-account .tab-content .fa-trash-alt, .edit-account .tab-content .fa-pen {
  margin-top: 1.8rem;
  background-color: #484646;
  padding: 6px;
  color: white;
  width: 28px;
  height: 28px;
}
.edit-account .bottom-btn {
  margin-top: 40px;
}
.edit-account .bottom-btn button {
  padding: 8px 18px 7px;
  border-radius: 5px;
  border: solid 1px #99b83c;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #098b8e;
}
.edit-account .bottom-btn button:hover {
  background-color: #098b8e;
  color: #ffffff;
  border-color: #098b8e;
}
.edit-account .edit-account-img {
  max-width: 97px;
  height: 90px;
  margin-right: 15.7px;
}

.edit-account-img {
  max-width: 97px;
  height: 90px;
}

@media (max-width: 767px), not all and (min-width: 768px) {
  .edit-account #myTab {
    display: block;
  }
  .edit-account #myTab .nav-link {
    margin: 10px 0px;
    padding: 8px 20px 9px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
  }
  .edit-account #myTab .nav-link:active {
    margin: 10px 0px;
  }
  .edit-account .tab-content {
    margin-top: 30px;
  }
  .edit-account .tab-content .tab-pane {
    padding: 0 15px;
  }
  .edit-account .tab-content .fa-trash-alt, .edit-account .tab-content .fa-pen {
    margin-top: 0.1rem;
  }

  .content-body-account {
    padding: 0;
  }
}
/*menu none in dashboard page we will remove it in laravel*/
body.dashboard ul {
  display: none;
}

/*homepage*/
.about-us:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../../images/about_us.png");
  z-index: -1;
  position: absolute;
  background-size: cover;
}
.about-us .about-us-img {
  max-height: 532px;
  max-width: 542px;
  float: left;
  margin-right: 30px;
}
.about-us .about-us-body {
  padding-top: 320px;
}
.about-us .about-us-tilte {
  font-family: Oswald;
  font-size: 35px;
  color: #fff;
  margin-bottom: 33px;
}
.about-us .about-us-body {
  font-family: Almarai;
  font-size: 18px;
  color: #fff;
  margin-bottom: 80px;
}
.about-us iframe {
  border: 15px solid #99b83c;
  width: 100%;
}

.learn {
  position: relative;
  padding-top: 100px;
}
.learn:before {
  content: "";
  width: 100%;
  height: 543px;
  background-image: url("../../images/learn.png");
  z-index: -1;
  position: absolute;
  background-size: cover;
  top: 50%;
}
.learn .learn-card {
  background-color: #fff;
  border-radius: 15px;
  padding-bottom: 23px;
}
.learn .learn-card-title {
  padding: 15px;
}
.learn .learn-card-title h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #1e293b;
}
.learn .learn-card-body {
  padding: 0 15px 15px 15px;
  font-size: 18px;
  line-height: 1.67;
  color: #1e293b;
}
.learn .learn-card-link {
  padding: 0 15px;
}
.learn .learn-card-link a {
  font-size: 16px;
  font-weight: bold;
  color: #098b8e;
  text-decoration: none;
}
.learn .learn-card-img {
  min-height: 230px;
  background-color: #20b6b9;
  display: flex;
  padding-top: 10px;
  justify-content: center;
  border-radius: 15px 15px 0 0px;
}
.learn .learn-card-img img {
  max-height: 126px;
}

.mix-title-container .mix-title {
  font-family: Oswald;
  font-size: 35px;
  line-height: 1.46;
  letter-spacing: 1.75px;
  color: #075254;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.mix-title-container .mix-title .mix-title-orange {
  color: #d76427;
}

.support {
  padding-bottom: 86px;
  margin-top: 240px;
}
.support .support-breif {
  font-size: 18px;
  font-weight: bold;
  color: #4b4b4b;
  margin-bottom: 10px;
}
.support .support-flags {
  margin-bottom: 56px;
}
.support .support-flags .usa {
  margin-right: 25px;
}
.support .slick-slide .slick-img {
  height: 188px;
  margin: 20px auto;
  box-shadow: 0 0 0 6px #fff, 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  border: solid 3px #d76427;
  background-color: #f3f3f3;
  border-radius: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px;
  max-width: 188px;
}
.support .slick-slide .img2slick {
  border-color: #098b8e;
}
.support .slick-slide .img3slick {
  border-color: #99b83c;
}
.support .slick-slide .img4slick {
  border-color: #00aeef;
}
.support .slick-initialized {
  margin: auto;
}
.support .slick-prev, .support .slick-next {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
}
.support .slick-prev:hover, .support .slick-prev:focus, .support .slick-next:hover, .support .slick-next:focus {
  background-color: white;
}
.support .slick-prev:before, .support .slick-next:before {
  width: 14px;
  height: 24.4px;
  font-size: 24px;
  color: #d76427;
  display: block;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  opacity: 1;
}
.support .slick-next:before {
  content: "";
}
.support .slick-prev:before {
  content: "";
}

@media (max-width: 767px), not all and (min-width: 768px) {
  .about-us-img img, .about-us-img iframe {
    width: 100%;
    height: auto;
  }

  .about-us-body {
    color: #000;
  }
}
@media only screen and (max-width: 690px) {
  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .slick-slide .slick-img {
    height: 178px;
    max-width: 178px;
  }
}
.login-body2 {
  height: 100vh;
}

.login-body {
  font-family: "Almarai", sans-serif;
  background-image: url(../../images/loginBg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

/*start login page style */
.search {
  margin-left: 10px;
  position: relative;
}
.search::after {
  content: "";
  position: absolute;
  background-image: url(../../images/search-login.svg);
  top: 6px;
  right: 10px;
  width: 16px;
  height: 19px;
  background-repeat: no-repeat;
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .search::after {
    background-image: url(../../images/search-res.svg);
  }
}
@media only screen and (max-width: 340px) {
  .search::after {
    right: 17px;
  }
}
.search input {
  height: 30px;
  padding-right: 27px;
  border: solid 1px #d76427;
  background-color: #fff;
}
.search input:focus {
  box-shadow: none;
  border-color: #d76427;
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .search input {
    width: 36px;
    background-color: #098b8e;
    border: solid 1px #098b8e;
  }
}

.button-style {
  margin: 0 10px;
  font-weight: bold;
  font-size: 15px;
  color: #9e3d09;
  border-radius: 5px;
  padding: 3px 2px;
  width: 100%;
  max-width: 105px;
  text-align: center;
  border: solid 1px #9e3d09;
  background: none;
}
.button-style:hover {
  background-color: #9f3a00;
  color: #ffffff;
  border: transparent;
}
@media only screen and (max-width: 500px) {
  .button-style {
    padding: 2px 0px;
    width: 70px;
  }
}

@media (max-width: 767px), not all and (min-width: 768px) {
  .logo img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .logo {
    margin-top: 10px;
  }
}

.login-style .header {
  padding-top: 25px;
  background: none;
  box-shadow: none;
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .login-style .header {
    padding-top: 10px;
  }
}
.login-style .form-container {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .login-style .form-container .form-caption .form-img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .login-style .form-container .form-caption .form-img {
    width: 220px;
  }
}
.login-style .form-container .form-caption .form-content {
  background-color: #8cd6d8;
  border-radius: 50px;
  padding: 30px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0px 7px 4px -6px #4b4b4b, -12px 3px 2px 0px rgba(75, 75, 75, 0.36);
  /*&::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -9px;
    right: 0;
    width: 100%;
    height: 103%;
    background-color: $Tundora;
    z-index: -111;
    opacity: 0.36;
    border-radius: 50px;
    @media (max-width: 576px), not all and (min-width: 577px){
      left: -6px;
    }
  }*/
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .login-style .form-container .form-caption .form-content {
    padding: 15px;
  }
}
.login-style .form-container .form-caption .form-content .login-form {
  margin-bottom: 0;
}
.login-style .form-container .form-caption .form-content .login-form .title-form {
  font-size: 20px;
  font-weight: bold;
  color: #4b4b4b;
}
.login-style .form-container .form-caption .form-content .login-form .form-group input {
  background-color: #ffffff;
  border: none;
  font-size: 15px;
}
.login-style .form-container .form-caption .form-content .login-form .form-group input:focus {
  box-shadow: none;
}
.login-style .form-container .form-caption .form-content .login-form .form-group input::placeholder {
  color: #4a4a4a;
}
.login-style .form-container .form-caption .form-content .login-form .forget-pass a {
  color: #565656;
  font-size: 15px;
}
.login-style .form-container .form-caption .form-content .login-form .login-botton {
  border-radius: 3px;
  background-color: #098b8e;
}
.login-style .form-container .form-caption .form-content .login-form .login-botton button {
  color: #ffffff;
  font-weight: bold;
}
.login-style .form-container .form-caption .form-content .login-form .login-botton button:focus {
  box-shadow: none;
}
.login-style .form-container .form-caption .form-content .login-form .register-now a {
  text-decoration: underline;
  font-size: 17px;
  font-weight: bold;
  color: #d76427;
}
.login-style .form-container .form-caption .form-content .login-form .register-now a:hover {
  text-decoration: none;
}

/*end login page style */
/*start forget password page style */
@media (max-width: 576px), not all and (min-width: 577px) {
  .forget-password-page .form-container .form-caption .form-content {
    padding: 30px 15px;
  }
}
.forget-password-page .form-container .form-caption .form-content .text-form {
  font-size: 18px;
  color: #000000;
}
.forget-password-page .form-container .form-caption .form-content .send-button {
  background: none !important;
}
.forget-password-page .form-container .form-caption .form-content .send-button button {
  background-color: #098b8e;
  padding: 8px 50px;
}

/*end forget password page style */
/*start register page style */
.registe-style .form-container .form-caption .form-content {
  padding: 45px 30px;
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .registe-style .form-container .form-caption .form-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 450px) {
  .registe-style .form-container .form-caption .form-content {
    padding: 40px 12px;
  }
}
.registe-style .form-container .form-caption .form-content .recaptch img {
  width: 237px;
  height: 59px;
}
.registe-style .form-container .form-caption .form-content .register-button button {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  padding: 7px 36px;
  border-radius: 5px;
  background-color: #d76427;
}
.registe-style .form-container .form-caption .form-content .register-button button:focus {
  box-shadow: none;
}
.registe-style .form-container .form-caption .form-content select.form-select {
  border: none;
  background-color: #ffffff;
  color: #4a4a4a;
  background-image: url(../../images/arow.svg);
  background-position: right 0.75rem center;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
.registe-style .form-container .form-caption .form-content select.form-select option {
  color: #4a4a4a;
}
.registe-style .form-container .form-caption .form-content select.form-select:focus {
  box-shadow: none;
}
.registe-style .form-container .form-caption .form-content .sign-in {
  font-size: 17px;
  color: #4a4a4a;
}
.registe-style .form-container .form-caption .form-content .sign-in span {
  padding-right: 10px;
  padding-left: 0;
}
.registe-style .form-container .form-caption .form-content .sign-in a {
  font-weight: bold;
  color: #4a4a4a;
}
.registe-style .form-container .form-caption .form-content input[type=radio] {
  width: 12px;
  height: 12px;
  border: solid 1px #098b8e;
  background-color: #ffffff;
  margin-top: 6px;
}
.registe-style .form-container .form-caption .form-content input[type=radio]:checked {
  background-color: #d76427;
  background-image: none !important;
}
.registe-style .form-container .form-caption .form-content input[type=radio]:focus {
  box-shadow: none;
  border-color: #098b8e;
  background-color: #d76427;
}
.registe-style .form-container .form-caption .form-content input[type=radio]:active {
  filter: brightness(100%);
}
.registe-style .form-container .form-caption .form-content label {
  color: #4a4a4a;
}
.registe-style .form-container .form-caption .form-content .age-wrapper .age {
  color: #4a4a4a;
  padding-bottom: 10px;
}
.registe-style .form-container .form-caption .form-content .age-wrapper label {
  padding-right: 15px;
  padding-left: 0;
}
.registe-style .form-container .form-caption .form-content .based-libya .based-libya-title {
  color: #4a4a4a;
}
.registe-style .form-container .form-caption .form-content .based-libya .nav-tabs {
  border: none;
  padding: 0;
}
.registe-style .form-container .form-caption .form-content .based-libya .nav-tabs .nav-link {
  color: #4a4a4a;
  border: none;
  padding: 0;
  padding-left: 0;
  padding-right: 20px;
}
.registe-style .form-container .form-caption .form-content .based-libya .nav-tabs .nav-link.active {
  background: none;
  border-color: transparent;
}
.registe-style .form-container .form-caption .form-content .based-libya .nav-tabs .nav-link.active:before {
  background-color: #d76427;
}
.registe-style .form-container .form-caption .form-content .based-libya .nav-tabs .nav-link::before {
  content: "";
  display: inline-block;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  margin-right: 10px;
  margin-left: 0;
  width: 12px;
  height: 12px;
  border: solid 1px #098b8e;
  background-color: #ffffff;
  margin-top: 6px;
}
.registe-style .form-container .form-caption .form-content::before {
  height: 101%;
}

/*end register page style */
/*Start facilitators page style */
.facilitators-style .right-side .content-body.certificate .cards-certificate {
  padding: 15px 10px;
  border-bottom: solid 2px #d76427;
}
.facilitators-style .right-side .content-body.certificate .cards-certificate .body-card {
  margin: 0;
}
.facilitators-style .right-side .content-body.certificate .cards-certificate .body-card img {
  width: 78px;
  height: 78px;
  border-radius: 50px;
  border: solid 1px #99b83c;
}
.facilitators-style .right-side .content-body.certificate .cards-certificate .body-card .name, .facilitators-style .right-side .content-body.certificate .cards-certificate .body-card .email, .facilitators-style .right-side .content-body.certificate .cards-certificate .body-card .position {
  padding-bottom: 5px;
  color: #098b8e;
}
.facilitators-style .right-side .content-body.certificate .cards-certificate .body-card .name {
  font-weight: bold;
}
.facilitators-style .right-side .content-body.certificate .cards-certificate .body-card .email {
  color: #4a4a4a;
}
.facilitators-style .right-side .content-body.certificate .become-facilitator a {
  padding: 29px 30px 29px 82px;
  border-radius: 5px;
  border: solid 1px #098b8e;
  background-color: #f3f3f3;
  font-size: 25px;
  font-weight: bold;
  color: #d76427;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .facilitators-style .right-side .content-body.certificate .become-facilitator a {
    font-size: 18px;
    padding: 26px 14px 26px 74px;
  }
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .facilitators-style .right-side .content-body.certificate .become-facilitator a {
    font-size: 16px;
    padding: 26px 14px 26px 67px;
  }
}
.facilitators-style .right-side .content-body.certificate .become-facilitator a::after {
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 0;
  left: 20px;
  content: "";
  background-image: url(../../images/facili-icon.svg);
  width: 50px;
  height: 35px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .facilitators-style .right-side .content-body.certificate .become-facilitator a::after {
    top: 17px;
    left: 12px;
  }
}

/*end facilitators page style */
/*start chat bot style */
.chat-bot {
  text-align: end;
  position: fixed;
  bottom: 20px;
}
.chat-bot a {
  padding: 60px 40px !important;
  padding-bottom: 5px !important;
  border-radius: 2px !important;
  background-color: #f2f2f2;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #098b8e !important;
  position: relative;
}
.chat-bot a::after {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-image: url(../../images/chatBox.png);
  background-repeat: no-repeat;
}

/*end chat bot style */
/*start header homepage style */
.header-homepage {
  position: relative;
  padding-top: 25px;
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .header-homepage {
    padding-top: 8px;
  }
}
.header-homepage::after {
  content: "";
  position: absolute;
  /*background-image: url(../../images/background-header.png);*/
  top: 0;
  bottom: 0;
  left: -320px;
  right: 0;
  background-repeat: no-repeat;
  padding: 0;
  z-index: -1;
  height: 389px;
  transform: scale(1, 1);
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .header-homepage::after {
    left: -454px;
  }
}
.header-homepage .login-logo {
  padding-top: 5px;
}
.header-homepage .top-navbar {
  margin-bottom: 34px;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  .header-homepage .top-navbar {
    margin-bottom: 0px;
  }
}
.header-homepage .top-navbar .switch-language {
  margin-right: 10px;
  padding-left: 0;
  color: #098b8e;
  font-size: 17px;
  text-decoration: none;
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .header-homepage .top-navbar .switch-language {
    display: none;
  }
}
.header-homepage .top-navbar .button-style {
  border: solid 1px #d76427;
  color: #d76427;
}
.header-homepage .top-navbar .button-style.register {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .header-homepage .top-navbar .button-style {
    width: 93px;
  }
}
@media only screen and (max-width: 370px) {
  .header-homepage .top-navbar .button-style {
    width: 70px;
  }
}
.header-homepage .top-navbar .button-style:hover {
  color: #ffffff;
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .header-homepage .top-navbar .button-style:hover {
    border: solid 1px #098b8e;
  }
}
.header-homepage nav {
  padding: 0;
}
.header-homepage nav .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-size: 18px;
  color: #098b8e;
  position: relative;
}
.header-homepage nav .navbar-nav .nav-item .nav-link.active::after, .header-homepage nav .navbar-nav .nav-item .nav-link:hover::after {
  content: "";
  position: absolute;
  background-image: url(../../images/hover.svg);
  top: 27px;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 10px;
  left: 0px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.header-homepage nav .navbar-nav .nav-item .nav-link.active {
  font-weight: bold;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  .header-homepage nav .container-fluid {
    justify-content: end;
    padding-left: 15px;
    padding-right: 0px;
  }
}
.header-homepage .navbar-light .navbar-toggler {
  border-color: transparent;
  color: transparent;
}
.header-homepage .navbar-light .navbar-toggler span.bar {
  width: 31px;
  height: 3px;
  background-color: #098b8e;
  display: block;
  transition: 600ms;
  margin-bottom: 5px;
}
.header-homepage .navbar-light .navbar-toggler:not(.collapsed) .bar-1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-5px, 5px);
}
.header-homepage .navbar-light .navbar-toggler:not(.collapsed) .bar-2 {
  opacity: 0;
}
.header-homepage .navbar-light .navbar-toggler:not(.collapsed) .bar-3 {
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
  transform: rotate(45deg) translate(-6px, -7px);
}

@media (max-width: 991px), not all and (min-width: 992px) {
  .nav-full {
    display: none;
  }
}

.nav-lg {
  display: none;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  .nav-lg {
    display: block;
  }
}

/*end header homepage style */
/* start register now botton -homepage style */
.register-now-botton {
  position: fixed;
  top: 350px;
  z-index: 11;
}
.register-now-botton a {
  text-decoration: none;
  font-size: 27px;
  font-weight: bold;
  color: #ffffff;
  background-color: #4a4a4a;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom: solid 5px #99b83c;
  padding: 20px 40px 10px 30px;
}
@media only screen and (max-width: 768px) {
  .register-now-botton a {
    font-size: 18px;
    padding: 10px 20px;
  }
}

/*end register now botton -homepage style */
/* start hero slider -homepage style */
@media (max-width: 767px), not all and (min-width: 768px) {
  .hero-slider {
    text-align: center;
  }
}
.hero-slider .hero-slider-img img {
  width: 570px;
  height: 450px;
}
@media only screen and (max-width: 1199px) {
  .hero-slider .hero-slider-img img {
    width: 400px;
    height: 410px;
  }
}
@media (max-width: 991px), not all and (min-width: 992px) {
  .hero-slider .hero-slider-img img {
    width: 350px;
    height: 390px;
  }
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .hero-slider .hero-slider-img img {
    width: 255px;
    height: 249px;
  }
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .hero-slider .hero-slider-info {
    order: 1;
    margin-top: 10px;
    padding-bottom: 70px;
  }
}
.hero-slider .hero-slider-info .title-hero-slider {
  font-family: Oswald;
  font-size: 35px;
  color: #d76427;
  margin-bottom: 26px;
}
.hero-slider .hero-slider-info .title-hero-slider span {
  color: #99b83c;
}
.hero-slider .hero-slider-info .hero-body {
  font-size: 20px;
  color: #000000;
  margin-bottom: 12px;
}
.hero-slider .hero-slider-info .browse-course-button a {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 35px;
  border-radius: 15px;
  background-color: #098b8e;
  text-decoration: none;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  .hero-slider .hero-slider-info .browse-course-button a {
    font-size: 18px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .hero-slider .hero-slider-info .browse-course-button a {
    font-size: 16px;
    padding: 7px 15px;
  }
}
.hero-slider .hero-slider-info .arrows-slider .carousel-control-prev-icon, .hero-slider .hero-slider-info .arrows-slider .carousel-control-next-icon {
  background-image: none;
}
.hero-slider .hero-slider-info .arrows-slider .carousel-control-prev-icon::after, .hero-slider .hero-slider-info .arrows-slider .carousel-control-next-icon::after {
  content: "";
  font-size: 22px;
  color: #d76427;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 50px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .hero-slider .hero-slider-info .arrows-slider .carousel-control-prev-icon::after, .hero-slider .hero-slider-info .arrows-slider .carousel-control-next-icon::after {
    padding: 4px 7px;
    font-size: 18px;
  }
}
.hero-slider .hero-slider-info .arrows-slider .carousel-control-prev-icon::after {
  content: "";
}
.hero-slider .hero-slider-info .arrows-slider .carousel-control-next, .hero-slider .hero-slider-info .arrows-slider .carousel-control-prev {
  opacity: 1;
  width: 43px;
  top: auto;
  bottom: 150px;
  height: 0;
}
@media only screen and (max-width: 1199px) {
  .hero-slider .hero-slider-info .arrows-slider .carousel-control-next, .hero-slider .hero-slider-info .arrows-slider .carousel-control-prev {
    bottom: 17px;
  }
}
@media (max-width: 991px), not all and (min-width: 992px) {
  .hero-slider .hero-slider-info .arrows-slider .carousel-control-next, .hero-slider .hero-slider-info .arrows-slider .carousel-control-prev {
    bottom: 24px;
  }
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .hero-slider .hero-slider-info .arrows-slider .carousel-control-next, .hero-slider .hero-slider-info .arrows-slider .carousel-control-prev {
    bottom: 40px;
    left: auto;
    width: 93%;
  }
}
.hero-slider .hero-slider-info .arrows-slider .carousel-control-prev {
  left: -5px;
}
.hero-slider .hero-slider-info .arrows-slider .carousel-control-next {
  left: 34px;
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .hero-slider .hero-slider-info .arrows-slider .carousel-control-next {
    width: 90%;
  }
}

/* end hero slider -homepage style */
/* start footer -homepage style */
.footer-homepage {
  padding-bottom: 41px;
  padding-top: 41px;
  background-color: #075254;
}
.footer-homepage .footer-img img {
  width: 107px;
  height: 91px;
}
.footer-homepage .footer-info .footer-body {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .footer-homepage .footer-info .footer-body {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.footer-homepage .footer-info .socail-links ul {
  padding: 0;
}
.footer-homepage .footer-info .socail-links ul li {
  list-style: none;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 5px;
  width: 32px;
  height: 30px;
}
.footer-homepage .footer-info .socail-links ul li:last-child {
  margin-right: 0;
}
.footer-homepage .footer-info .socail-links ul li a {
  color: #d76427;
}
.footer-homepage .footer-info .socail-links ul li svg {
  width: 22px;
  height: 20px;
}
.footer-homepage .footer-info .socail-links ul li.youtube {
  padding-top: 10px;
}
.footer-homepage .footer-info .socail-links ul li.youtube svg {
  height: 30px;
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .footer-homepage .footer-info .socail-links ul li.youtube {
    padding-top: 5px;
  }
}

.bottom-footer {
  background-color: #cecece;
  font-size: 16px;
  font-weight: bold;
  color: #098b8e;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .bottom-footer {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

/****************************************  Emz  ****************************************/
.reviewed-user-photo .profile-text-photo {
  width: 48px;
  height: 48px;
  font-size: 16px;
}

.profile-text-photo {
  max-width: 158px;
  max-height: 158px;
  border-radius: 50%;
  margin-bottom: 18px;
  width: 114px;
  height: 114px;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.txtVerify {
  font-size: 18px;
  color: #160f30;
}

.btnVerify {
  font-weight: bold;
  background-color: #098b8e;
  color: #fff;
}
.btnVerify:hover {
  background-color: #d76427;
  color: #fff;
}

.alertVerify {
  background-color: aliceblue;
  font-weight: bold;
}

.course_slide {
  background: linear-gradient(135deg, #098b8e 5%, #3ca3a6 95%);
  min-height: 173px;
}

/*
input{
  font-size: 15px;
}*/
.chain {
  color: #098b8e;
}

.imgCourseD {
  height: 175px;
}

.siteMainLogo {
  width: 153px;
  height: 130px;
}

.siteMainLogo2 {
  width: 96px;
  height: 81px;
}

.headerNavbar .nav-item {
  margin-right: 60px;
}
.headerNavbar .nav-item:last-child {
  margin-right: 0;
}

.headerBox {
  text-align: center;
}

.arrows-slider {
  position: relative;
}
.arrows-slider .carousel-control-prev, .arrows-slider .carousel-control-next {
  top: 67px !important;
  bottom: 0 !important;
}
.arrows-slider .carousel-control-next {
  left: 47px !important;
}

.aboutUs-section {
  position: relative;
  background-image: url("../../images/about_us.png");
  background-repeat: no-repeat;
}
.aboutUs-section .aboutUsBox .imgAboutUs {
  margin-right: 31px;
  float: left;
}
.aboutUs-section .aboutUsBox .imgAboutUs img {
  width: 100%;
  height: 531.4px;
}
.aboutUs-section .aboutUsBox .txtBox {
  padding-top: 329px;
}
.aboutUs-section .aboutUsBox .txtBox h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 4px;
}
.aboutUs-section .aboutUsBox .txtBox .description {
  font-size: 18px;
  color: #fff;
}

.videoBox {
  margin-top: 80px;
}
.videoBox iframe {
  border-radius: 5px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  border: 15px solid #99b83c;
  width: 100%;
  height: 605px;
}

.videoBox2 {
  display: none;
}

.learnCard {
  background-image: linear-gradient(to bottom, #f29360, #fff);
  border-radius: 25px;
}
.learnCard:hover {
  transform: translateY(-30px);
  cursor: pointer;
}
.learnCard .card-header {
  border-radius: 25px;
  background-color: transparent;
  padding: 39px 28px 0 28px;
}
.learnCard .card-header img {
  width: 100%;
  height: 127px;
}
.learnCard .card-body {
  padding: 80.5px 28px 15px 28px;
}
.learnCard .card-body a {
  font-size: 18px;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 15px;
}
.learnCard .card-body .txt {
  color: #1e293b;
  font-size: 18px;
}
.learnCard .card-footer {
  border-radius: 25px;
  background-color: transparent;
  padding: 15px 28px 16px 28px;
}
.learnCard .card-footer .txtFooter {
  font-size: 16px;
  font-weight: bold;
  color: #098b8e;
}

a {
  text-decoration: none;
}

.learnCard2 {
  background-image: linear-gradient(to bottom, #20b6b9, #fff);
}

.learnCard3 {
  background-image: linear-gradient(to bottom, #c3e856, #fff);
}

.learnCard4 {
  background-image: linear-gradient(359deg, #fff 2%, #ffcb6b 98%);
}

.txtBoxResp {
  display: none;
}

.txtBoxResp2 {
  display: none;
}

.learn-cards2 .slick-prev {
  width: 28px;
  height: 28px;
}
.learn-cards2 .slick-next {
  width: 28px;
  height: 28px;
}
.learn-cards2 .slick-prev:before, .learn-cards2 .slick-next:before {
  opacity: 9;
  font-size: 27px;
}

.search2box {
  min-width: 12rem;
  border: none;
  background-color: transparent;
}

.btnSearch {
  content: "";
  background-image: url(../../images/search-loginHover.svg);
  width: 30px;
  height: 30px;
  border: none;
  padding: 0;
  background-repeat: no-repeat;
}
.btnSearch:after {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

.searchDropdown {
  display: none;
  margin-right: 10px;
}

.form-control:focus {
  box-shadow: none;
}

.search2field {
  border: solid 1px #d76427;
}

.btnSearchBox {
  font-size: 16px;
  font-weight: bold;
  color: #098b8e;
  text-decoration: underline;
  padding: 0;
  margin-top: 5px;
}

.learn-cards2 .slick-prev {
  z-index: 1;
}

.titleDash {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.imgDash {
  width: 79px;
  height: 79px;
}

.labelDesign {
  margin-bottom: 30px;
}

.cardsCertificate {
  border-radius: 4px 4px 0 0;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.16);
  border-bottom: 2px solid #d76427;
  padding: 16px 10px;
}
.cardsCertificate .imgCourse {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: solid 2px #99b83c;
}
.cardsCertificate .name {
  font-size: 16px;
  font-weight: bold;
  color: #098b8e;
  margin-bottom: 5px;
}
.cardsCertificate .position {
  font-weight: 300;
}
.cardsCertificate .email {
  color: #4a4a4a;
}

.full-content {
  background-color: #fff;
}

.btn:focus {
  box-shadow: none;
}

.btnEditImg {
  border-radius: 4px;
}

.btnView3 {
  padding: 4px 18px 6px !important;
  border-radius: 5px;
  border: solid 1px #d76427;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #d76427 !important;
}
.btnView3:hover {
  box-shadow: none !important;
  background-color: #ffffff !important;
  border-color: #d76427 !important;
}

.badge {
  color: #000 !important;
}

.registerBody {
  background-image: url(../../images/registerBg.png);
  background-position: right;
}

.heroSliderBox {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cardFacilitator {
  width: 100%;
  max-width: 484px;
  margin: auto;
}
.cardFacilitator .txt {
  font-size: 21px;
}

/************************************  Emz - Responsive  ************************************/
@media (max-width: 991px), not all and (min-width: 992px) {
  .searchDropdown {
    display: inline-block;
  }

  .search {
    display: none;
  }

  .switchLang {
    display: inline-block !important;
    margin-right: 10px;
    padding-left: 0;
    color: #098b8e;
    font-size: 17px;
  }

  .learn {
    padding-top: 37px;
  }
  .learn:before {
    top: 56px;
    height: 480px;
  }

  .support {
    padding-top: 40px;
    margin-top: 0;
  }

  .txtBox {
    display: none;
  }

  .txtBoxResp2 {
    margin-top: 108px;
    display: block;
  }
  .txtBoxResp2 .description {
    font-size: 18px;
    color: #010101;
  }

  .aboutUs-section {
    margin-top: -120px;
    padding-top: 345px;
  }
  .aboutUs-section .aboutUsBox {
    text-align: center;
    position: relative;
    top: 22px;
  }
  .aboutUs-section .aboutUsBox .txtBoxResp {
    display: block;
    padding-top: 0 !important;
  }
  .aboutUs-section .aboutUsBox .imgAboutUs {
    position: relative;
    top: 40px;
    margin-right: 0;
    float: none;
  }
  .aboutUs-section .aboutUsBox .imgAboutUs img {
    width: 554px;
    height: 532px;
  }

  .videoBox {
    display: none;
  }

  .videoBox2 {
    margin-top: 34px;
    display: block;
  }

  .heroSliderBox .carousel-inner {
    padding-bottom: 70px;
  }

  .headerBox {
    padding: 20px 20.5px !important;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #8cd6d8;
  }
  .headerBox .nav-item {
    margin-right: 0;
    border-bottom: 1px dotted #fff;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .headerBox .nav-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .headerBox .nav-item:first-child {
    padding-top: 0;
  }

  .header-homepage nav .navbar-nav .nav-item .nav-link {
    color: #090909;
  }
  .header-homepage nav .navbar-nav .nav-item .nav-link.active {
    color: #d76427;
  }
  .header-homepage nav .navbar-nav .nav-item .nav-link.active:after {
    width: 0;
  }
  .header-homepage nav .navbar-nav .nav-item .nav-link:hover {
    color: #d76427;
  }
  .header-homepage nav .navbar-nav .nav-item .nav-link:hover:after {
    width: 0;
  }

  .headerBox {
    position: absolute;
    z-index: 9;
    width: 53%;
  }

  .switch-language {
    display: none;
  }
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .socail-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-img img {
    width: 150px !important;
    height: 140px !important;
  }

  .usa3 {
    margin-right: 0 !important;
  }

  .imgAboutUs img {
    width: 223px !important;
    height: 214px !important;
  }

  .videoBox2 iframe {
    height: 300px;
  }

  .learn {
    padding-top: 60px;
  }

  .mix-title-container .mix-title {
    margin-bottom: 30px;
  }

  .heroSliderBox .carousel-inner {
    padding-bottom: 30px;
  }

  .heroSliderBox {
    padding-top: 41px;
  }

  .title-hero-slider {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }

  .hero-body {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }

  .arrows-slider .carousel-control-prev, .arrows-slider .carousel-control-next {
    top: 38px !important;
  }
}
@media (max-width: 689px), not all and (min-width: 690px) {
  .slick-slide {
    text-align: center;
  }
  .slick-slide .learnCard {
    max-width: 370px;
  }
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .siteMainLogo {
    width: 87px;
    height: 74px;
  }
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .footer-img img {
    width: 87px !important;
    height: 74px !important;
  }

  .socail-links ul li {
    width: 33px !important;
    height: 33px !important;
    padding: 6px !important;
  }
}
@media (max-width: 399px), not all and (min-width: 400px) {
  .support-flags .usa3 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}
@media (max-width: 379px), not all and (min-width: 380px) {
  .support-flags .usa {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 375px), not all and (min-width: 376px) {
  .btnEditAccount {
    margin-right: 0 !important;
  }
}
@media (max-width: 320px), not all and (min-width: 321px) {
  .support .slick-slide .slick-img {
    max-width: 155px;
    height: 155px;
  }
}
@media (max-width: 308px), not all and (min-width: 309px) {
  .siteMainLogo {
    width: 73px;
    height: 67px;
  }

  .search {
    margin-right: 4px;
  }

  .button-style {
    margin-right: 4px;
  }
}
.select2-container {
  width: 100% !important;
}

/*****************************  RTL  *******************************/
body.rtl.active .wrapper .section {
  width: auto !important;
}
body.rtl.active .wrapper .sidebar ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  body.rtl.active .wrapper .sidebar {
    width: 100%;
    right: 0;
  }
  body.rtl.active .wrapper .sidebar .menu-icons ul {
    flex-direction: row;
  }
}

body.rtl {
  overflow-x: hidden;
}
body.rtl .modal-header .btn-close {
  margin: -0.5rem auto 0 -0.5rem;
}
body.rtl .form-check .formCheckIinput {
  float: right;
  margin-left: 7px;
}
body.rtl .reviewed-user-photo {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.5rem;
  float: right;
}
body.rtl .heroSliderBox .carousel-inner {
  direction: ltr;
}
body.rtl .heroSliderBox .arrows-slider {
  direction: rtl;
}
body.rtl .support-flags {
  direction: ltr;
}
body.rtl .support-flags .usa2 {
  margin-left: 0 !important;
}
body.rtl .support-flags .usa3 {
  margin-right: 25px !important;
}
body.rtl .arrows-slider .carousel-control-prev {
  left: 0 !important;
  right: 43px;
}
body.rtl .leftSide {
  padding-right: 0;
}
body.rtl .edit-account #myTab .nav-link {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .edit-account .bottom-btn button {
  margin-right: 0 !important;
  margin-left: 16px;
}
body.rtl .edit-account .tab-content .password-container svg {
  right: auto;
  left: 10px;
}
body.rtl .footer-homepage .footer-info .socail-links ul li {
  margin-left: 10px;
  margin-right: 0;
}
body.rtl .registe-style .nav-link:before {
  margin-left: 10px !important;
  margin-right: 0 !important;
}
body.rtl .wrapper .section {
  left: auto;
  right: 0;
}
body.rtl .header-homepage:after {
  content: none;
}
body.rtl .header-homepage .top-navbar .switch-language {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .button-style {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .headerNavbar .nav-item {
  margin-right: 0;
  margin-left: 60px;
}
body.rtl .headerNavbar .nav-item:last-child {
  margin-left: 0;
}
body.rtl .support .support-flags .usa {
  margin-left: 25px;
  margin-right: 0;
}
body.rtl .register-now-botton {
  left: 0;
}
body.rtl .slider .thing {
  direction: ltr;
}
body.rtl .searchDropdown {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .chat-bot {
  left: 13px;
}
@media (max-width: 991px), not all and (min-width: 992px) {
  body.rtl .slick-slider {
    direction: ltr;
  }
}

/*# sourceMappingURL=updated_style.css.map */
