@charset "UTF-8";

body,
html {
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif;
}

@media (min-width: 1600px) and (max-width: 50000px) {
  .container {
    max-width: 1480px !important;
  }
}

/*@media (min-width: 1366px) and (max-width: 1580px) {*/
/*  .container {*/
/*    max-width: 1330px !important;*/
/*  }*/
/*}*/

.certificate__HeaderSect {
  padding: 100px 0 !important;
  background-image: url("https://skills247.s3.eu-west-2.amazonaws.com/images/certificate_fee.jpg");
}

.course-catelogue .section-1 {
  position: relative;
  margin-top: 70px;
  z-index: 1;
}

/*.course-catelogue .section-1:after {*/
/*  content: '';*/
/*  width: 50%;*/
/*  height: 100%;*/
/*  background-color: #F3F6F8;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  z-index: -1;*/
/*}*/

.widget .widget_course {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  /*padding: 20px;*/
  margin-bottom: 20px;
}

.widget .widget_course .course_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FCA241;
  /*margin-bottom: 13px;*/
}

.widget .widget_course .course_rating .count_rate {
  margin-right: 5px;
}

.widget .widget_course .wish__btn {
  color: #CC068A;
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 16px;
}

.widget .widget_course .course_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}

.widget .widget_course .course_content .price_bx {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  color: #fff;
  text-align: left;
  background-color: #290025;
}

.widget .widget_course .course_content .price_bx .ba-a-a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 8px 3px;
  height: 70px;
}

.widget .widget_course .course_content .price_bx .ba-a-b {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.685);
  display: inline-block;
  padding: 0;
}

.widget .widget_course .course_content .buy_btn {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #CC068A;
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-top: 3px;
}

.widget .widget_course .course_content .cr_left_area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-left: 13px;
}

.widget .widget_course .course_content .course_title {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  --max-lines: 4;
  height: 75px;
}

.show_next {
  display: none;
}

.min-vh-350 {
  min-height: 350px;
}

.min-vh-650 {
  min-height: 650px;
}

.inner-header {
  padding: 50px 0 0 0;
  width: 100%;
}

.inner-header.overlay-theme-colored-7 {
  margin-top: 60px;
}

.overlay-theme-colored-7 {
  background-color: #290025;
}

.inner-header h2 {
  font-size: 26px;
  font-weight: 700;
}

.text-theme-colored2.font-36 {
  color: #560a61 !important;
}

.inner-header.overlay-theme-colored-7 .breadcrumb,
.inner-header .breadcrumb li a,
.base-background-color-layer-one .breadcrumb,
.base-background-color-layer-one .breadcrumb li a {
  color: #999899;
}

.inner-header .breadcrumb {
  margin-bottom: 0;
  margin-top: 4px;
  padding: 0;
}

.inner-header .breadcrumb li,
.base-background-color-layer-one .breadcrumb li {
  font-size: 14px;
}

.inner-header.overlay-theme-colored-7 .breadcrumb li+li::before,
.base-background-color-layer-one .breadcrumb li+li::before {
  color: rgba(255, 255, 255, 0.5);
  content: "|";
  padding: 0 5px;
}

.overlay-theme-colored-8 {
  background-color: #fff;
}

.inner-header.overlay-theme-colored-8 .breadcrumb,
.inner-header .breadcrumb li a,
.base-background-color-layer-one .breadcrumb,
.base-background-color-layer-one .breadcrumb li a {
  color: #999899;
}

.inner-header.overlay-theme-colored-8 .breadcrumb li+li::before,
.base-background-color-layer-one .breadcrumb li+li::before {
  color: rgba(255, 255, 255, 0.5);
  content: "|";
  padding: 0 5px;
}

a {
  text-transform: none;
  text-decoration: none;
  color: #000000;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

button,
button:hover,
button:active,
input {
  outline: none !important;
}

.paragraph-lineHeight {
  line-height: 24px;
}

.text-color-base {
  color: #CC068A;
}

.text-color-2 {
  color: #CC068A;
}

.backgroundYellowColor {
  background-color: #CC068A !important;
}

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

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

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

.text-color-5 {
  color: #CC068A;
}

.text-color-3 {
  color: #9D9D9D;
}

.text-color-4 {
  color: #A9A9AA;
}

.text-color-white {
  color: #FFFFFF;
}

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

.x-path {
  border: solid 1px #000000;
}

.base-background-color {
  background-color: #F8F9FA;
}

.box-shadow {
  padding: 10px;
  -webkit-box-shadow: 5px 10px #AB0574;
  box-shadow: 5px 10px #AB0574;
  border-radius: 5px;
}

.font-size-larger {
  font-size: 30px;
}

.font-size-min-larger {
  font-size: 32px;
}

.font-size-large {
  font-size: 20px;
}

.font-size-mid-large {
  font-size: 19px;
}

.font-size-medium {
  font-size: 16px;
}

.font-size-small {
  font-size: 14px;
}

.font-size-smaller {
  font-size: 11px;
}

.working-area {
  max-width: 1280px;
  margin: auto;
}

button.base,
a.base {
  background-color: #CC068A;
  color: #ffffff;
  padding: 10px 15px;
  border: solid 1px #CC068A;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 19px;
  text-transform: capitalize !important;
  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;
  height: 44px;
}

button.base:hover,
a.base:hover {
  background-color: #290025;
  border-color: #290025;
}

button.black {
  background-color: #AB0574;
  color: #ffffff;
  padding: 10px 15px;
  border: solid 1px #AB0574;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 19px;
  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;
  height: 44px;
}

button.base-outline {
  background-color: transparent !important;
  color: #FFFFFF;
  padding: 10px 15px;
  border: solid 1px #ffffff;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 19px;
  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;
  height: 44px;
}

button.base-white {
  background-color: #ffffff !important;
  border: solid 1px #000000;
  color: #000000;
  padding: 11px 34px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 19px;
}

button.black {
  background-color: #000000 !important;
  border: solid 1px #000000;
  color: #ffffff;
  padding: 11px 34px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 19px;
}

button.base-yellow {
  background-color: #CC068A !important;
  color: #FFFFFF;
  padding: 11px 34px;
  border: solid 1px #CC068A;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 19px;
}

button.base-green {
  background-color: #41BC81 !important;
  color: #FFFFFF;
  padding: 11px 34px;
  border: solid 1px #41BC81;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 19px;
}

.searchBox.form-control-box input,
.searchBox.form-control-box select {
  border: solid 1px;
  font-size: 16px;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  border: solid 1px white;
}

.form-control-box input.a {
  width: 100%;
  margin: 14px 0px;
  padding: 17px;
  border-radius: 5px;
}

.form-control-box input.textboxWithColor {
  width: 100%;
  margin: 5px 0px;
  padding: 17px;
  border-radius: 5px;
  border: solid 1px #CC068A !important;
  background-color: #CC068A !important;
  color: #FFFFFF;
}

.form-control-box textarea.textareaColor {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 27px;
  border: solid 1px #CC068A;
  background-color: #CC068A;
  border-radius: 5px;
  color: #FFFFFF;
  height: 150px;
  padding: 16px;
  font-size: 17px;
  resize: none;
}

.form-control-box input.textbox {
  width: 100%;
  margin: 5px 0px;
  padding: 17px;
  border-radius: 5px;
  border: solid 1px #FFFFFF;
  background-color: white;
}

.form-control-box input[type=checkbox]:before {
  font-family: "Font Awesome" !important;
  content: "✔";
  font-size: 15px;
  color: transparent !important;
  background: #FFF;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #C1C7D0;
  padding-left: 1px;
  padding-bottom: 0px;
}

.form-control-box button {
  width: 100%;
  padding: 12px;
  border: solid 1px #CC068A;
  background-color: #CC068A;
  color: #FFF;
  border-radius: 50px;
}

.contactus-outfit-details {
  background-color: #AB0574;
}

.contactus-outfit-details .content {
  position: relative;
  margin-top: 219px;
  color: #FFFFFF;
}

.clients-boxes {
  background-color: #F6F6F7;
  width: 100%;
  height: 100px;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.clients-boxes img {
  width: 69% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #F6F6F7;
}

.noscroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

header.header,
header {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar {
  padding: .8rem 0rem !important;
}

.navbar .btn {
  color: #fff !important;
}

.navbar .nav-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .r-nav a {
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  border: 0 solid transparent;
}

.navbar .login__btn {
  width: 80px;
}

.navbar .reg__btn {
  margin-left: 1.2vmin;
  line-height: 38px !important;
  border: 1px solid #fff !important;
  width: 105px;
  margin-left: 10px;
}

.navbar .login__btn:hover,
.navbar .reg__btn:hover {
  background-color: #ab0574;
  border-color: #ab0574 !important;
  border-radius: 50rem !important;
}

.navbar .r-nav .icon {
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .r-nav .icon:hover {
  text-decoration: none;
  background-color: #ab0574;
  border-radius: 25rem;
}

.navbar .r-nav .icon a {
  width: 38px;
  position: relative;
}

.navbar .r-nav .icon i {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}

.navbar .r-nav .icon em {
  padding: 0 4px;
  font-size: 7px !important;
  font-weight: 600 !important;
  line-height: 1;
  background-color: #290025 !important;
  position: absolute !important;
  top: 3px !important;
  right: 2px !important;
  font-style: normal;
  border-radius: 2px;
  color: #fff;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav .btn-group a button {
  height: 40px;
  margin: 0 1vmin;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn.all-courses:hover .custom-nav-menus-box .cell-main-div {
  display: block;
}

.custom-nav-menus-box .cell-main-div {
  display: none;
}

header.header.fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

header.header {
  background-color: #CC068A;
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 16;
}

header.header a {
  position: relative;
  color: #FFFFFF;
}

header.header a:hover {
  color: #FFFFFF;
}

header.header .dropdown-item {
  color: #000000;
}

header.header .working-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header .working-area .access .button-a-outline {
  border: solid #FFFFFF 2px;
  padding: 12px 18px;
  border-radius: 39px;
}

header.header .working-area .nav-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
}

header.header .working-area .nav-icons i {
  float: left;
  font-size: 25px;
  margin-top: 10px;
  color: #FFF;
}

header.header .working-area .nav-icons .marginright {
  margin-left: 21px;
}

header.header .working-area .nav button {
  color: #FFF;
}

header.header .home-banner {
  width: 134px;
}

header.header .dl-menuwrapper {
  width: 100%;
  max-width: 38px;
  display: none;
}

header.header .dl-menuwrapper ul {
  background: #FFFFFF !important;
}

header.header .dl-menuwrapper ul a {
  color: #000 !important;
}

header.header .dl-menuwrapper ul a:hover {
  color: #FFFFFF !important;
  background: #AB0574;
}

header.header .dl-menuwrapper li a {
  color: #fff;
}

header.header .dl-menuwrapper button {
  background: #AB0574;
}

header.header .dl-menuwrapper .dl-menu.dl-menuopen {
  width: 240px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px rgba(101, 101, 101, 0.801);
  box-shadow: 0 0 15px rgba(101, 101, 101, 0.801);
}

header.header .dl-menu.dl-menuopen {
  position: absolute;
  right: 1px;
}

.dl-submenu {
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px rgba(101, 101, 101, 0.801);
  box-shadow: 0 0 15px rgba(101, 101, 101, 0.801);
}

.custom-nav-menus-box {
  width: auto;
  position: absolute;
  top: 45px;
  left: -8px;
}

.custom-nav-menus-box .cell-main-div {
  background-color: #FFFFFF;
  padding-left: 10px;
  padding: 0;
  -webkit-box-shadow: 0 4px 16px rgba(20, 23, 28, 0.2);
  box-shadow: 0 4px 16px rgba(20, 23, 28, 0.2);
  display: none;
  border-radius: 3px;
}

.custom-nav-menus-box .cell-main-div a {
  padding: 6px 13px 6px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #29303b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-nav-menus-box .cell-main-div .icon-marginRight8 {
  margin-right: 7px;
}

.custom-nav-menus-box .cell-main-div-team-2 {
  position: absolute;
  left: 210px;
  background: #f7f8fa;
  color: #000000;
  -webkit-box-shadow: 4px 4px 16px rgba(20, 23, 28, 0.25);
  box-shadow: 4px 4px 16px rgba(20, 23, 28, 0.25);
  top: 0px;
  display: none;
  height: 100%;
}

.custom-nav-menus-box .cell-main-div-team-2 .ul-class {
  padding: 5px 8px;
}

.cell-main-div li {
  width: 210px;
}

.cell-main-div li a,
.li-class a {
  color: #000 !important;
}

.cell-main-div li a:hover,
.li-class a:hover,
.cell-main-div li a:focus,
.li-class a:focus {
  color: #fff !important;
  background-color: #cc068a;
}

.cell-main-div a i {
  width: 14px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
}

li.li-class:hover {
  background-color: #cc068a;
  color: #FFFFFF;
}

#emptycart i,
.cart_area .ordertotal i,
.item-name a,
.list_cart .fa.fa-trash,
.list_cart .item-price i {
  color: #000 !important;
}

.list_cart.w-100 {
  margin-bottom: 15px !important;
  max-height: 228px;
  overflow: hidden;
  overflow-y: auto;
}

.item-name a {
  width: 100% !important;
}

.list_cart .item-price i {
  padding-right: 1px;
  font-size: 12px !important;
}

.list_cart .fa.fa-trash {
  font-size: 12px !important;
}

.list_cart .fa.fa-trash:hover {
  color: #CC068A !important;
}

.cart_area .ordertotal {
  padding: 0 13px 20px;
  margin: 0px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.cart_area .ordertotal i {
  font-size: 16px !important;
}

.cartbtn.button {
  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;
  width: 100% !important;
  background-color: #CC068A;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.dropdown-cart.cart_area {
  left: auto !important;
}

.list_cart::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
  background-color: #d4d4d4;
  border-radius: 20px;
}

.list_cart::-webkit-scrollbar {
  width: 5px;
  border-radius: 20px;
  background-color: #f5f5f9;
}

.list_cart::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #CC068A;
}

.user__nav .dropdown-menu a {
  color: #000 !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400 !important;
  padding: 0 12px;
}

.user__nav .dropdown-menu a i {
  color: #000 !important;
  font-size: 14px !important;
  margin-right: 9px;
}

.user__nav .dropdown-menu a:hover {
  color: #CC068A !important;
}

.search-our-catelog {
  position: fixed;
  width: 100%;
  top: 121px;
  left: 0px;
  height: 100%;
  display: block;
  z-index: 10;
  display: none;
}

.search-our-catelog .background-layer {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  display: block;
  background-color: #000000;
  opacity: 60%;
  z-index: 10;
}

.search-our-catelog .search-dialog {
  position: relative;
  width: 90%;
  padding: 20px;
  background-color: #FFFFFF;
  z-index: 15;
  display: block;
  margin: auto;
  margin-top: 50px;
}

.search-our-catelog .search-dialog .searchResult {
  width: 100%;
  background-color: #ffffff;
}

.search-our-catelog .search-dialog .scrollable li {
  padding: 4px 10px;
  font-size: 13px;
}

.search-our-catelog .search-dialog .scrollable li a {
  color: black;
}

.search-our-catelog .search-dialog .scrollable li a:hover {
  color: black;
}

.search-our-catelog .search-dialog .scrollable li:hover {
  background-color: #CC068A;
  color: #fff;
}

.search-our-catelog .search-dialog .header-title {
  padding: 20px 0 5px;
  font-weight: bold;
}

.search-our-catelog .search-dialog .tags-content {
  padding: 8px 0 0;
  display: inline-block;
}

.search-our-catelog .search-dialog .tags-content .tag {
  float: left;
  margin-right: 25px;
  color: #CC068A;
}

.search-box input {
  height: 45px;
  font-size: 13px;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
}

.search-box input:focus,
.search-box input:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cc068a;
}

.search-box .btn {
  background-color: #CC068A;
  color: #ffffff;
  padding: 10px 15px;
  border: solid 1px #CC068A;
  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;
  height: 45px;
}

#search-container-1 {
  width: -o-calc(100% - 0px);
  width: calc(100% - 0px);
}

#search-container-1 .scrollable {
  border-top: 0px !important;
  max-height: 180px;
  overflow-x: auto;
}

.scrollable.headersearch li {
  text-align: left;
  cursor: pointer;
  padding: 6px;
}

.scrollable.headersearch li:hover {
  background-color: #CC068A;
  color: #fff;
}

.name__title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 50px;
  height: 50px;
  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;
  margin-right: 10px;
}

.dropdown-menu a.logout {
  background-color: #CC068A;
  border-color: #CC068A;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff !important;
}

.dropdown-menu a.logout:hover,
a.logout:hover {
  background-color: #290025;
  border-color: #290025;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff !important;
}

#notificationTitle .user-detailss .badge.badge-success {
  background-color: #CC068A;
  margin-top: 5px;
}

@media (min-width: 1440px) and (max-width: 5280px) {
  .search-dialog {
    width: 50% !important;
  }
}

@media (min-width: 1199px) and (max-width: 1366px) {
  .search-dialog {
    width: 50% !important;
  }
}

@media (min-width: 769px) and (max-width: 1191px) {
  .search-dialog {
    width: 70% !important;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1025px) and (max-width: 1280px) {
  header.header .working-area {
    max-width: 90%;
    margin: auto;
  }

  header.header .dl-menuwrapper {
    display: none;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1024px) {
  header.header .working-area {
    max-width: 90%;
    margin: auto;
  }

  header.header .working-area .nav-icons {
    right: 134px;
  }

  header.header .dl-menuwrapper {
    display: none;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  header.header .nav {
    display: none;
  }

  header.header .access .reg__btn,
  header.header .access .login__btn,
  .icon.user__nav.dropdown {
    display: none;
  }

  .access.r-nav.d-flex {
    margin-left: auto;
  }

  header.header .dl-menuwrapper {
    display: block !important;
  }

  .search-our-catelog .search-dialog {
    width: 90%;
  }

  .search-our-catelog .search-dialog .header-title {
    padding: 20px 0 5px;
    font-weight: bold;
  }

  .header.sticky,
  header.header.fixed {
    position: -webkit-sticky;
    position: sticky;
    -webkit-animation: none !important;
    animation: none !important;
  }

  .icon.h-cart-icon.search-button {
    margin-right: 0 !important;
  }

  .dropdown-menu a.logout {
    padding: 8px !important;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  #notificationTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }

  #notificationTitle .user-detailss {
    font-size: 12px !important;
  }

  .name__title {
    width: 45px;
    height: 45px;
    margin-right: 0;
  }

  #notificationTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #notificationTitle .user-detailss {
    text-align: center;
    line-height: 18px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 480px) {
  header.header .dl-menuwrapper {
    display: block;
  }

  .search-our-catelog .search-dialog {
    padding: 15px;
  }

  .search-our-catelog .search-dialog .tags-content .tag {
    width: 100%;
    padding-top: 5px;
  }

  .dropdown-menu.profile-menus {
    right: -38px;
    width: 290px;
  }

  .dropdown-menu.dropdown-cart.cart_area {
    width: 260px;
  }
}

@media (max-width: 414px) {
  .dropdown-menu.dropdown-cart.cart_area {
    width: 93vmin !important;
    left: -65.5vmin !important;
    right: auto !important;
  }

  .dropdown-cart.cart_area:after {
    display: none;
  }

  .h-cart-icon .crt__btn {
    position: relative;
  }

  .h-cart-icon.show .crt__btn .fa.fa-shopping-cart:after {
    bottom: 0;
    left: 55%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 8px;
    margin-left: -8px;
    z-index: 9999;
    border-color: transparent transparent #e8e9eb;
  }
}

@media (max-width: 393px) {
  .dropdown-menu.dropdown-cart.cart_area {
    left: -64vmin !important;
  }
}

/* Extra small devices (phones, 320px and up) */
@media (max-width: 375px) {
  .dropdown-menu.dropdown-cart.cart_area {
    width: 92vmin !important;
    left: -62vmin !important;
  }

  header.header .dl-menuwrapper {
    display: block;
  }

  header.header .home-banner {
    width: 100px;
  }
}

@media (max-width: 360px) {
  .dropdown-menu.dropdown-cart.cart_area {
    left: -61vmin !important;
  }
}

@media (max-width: 320px) {
  .dropdown-menu.dropdown-cart.cart_area {
    left: -56vmin !important;
  }
}

.icon.h-cart-icon.search-button {
  width: 38px;
  margin-right: -5px;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.form-group.check__out .custom-control-label {
  line-height: 20px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
}

@media (min-width: 320px) and (max-width: 1365px) {
  .hide-on-laptop {
    display: none;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .profile-list a:hover,
  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .profile-list a:focus {
    background-color: transparent !important;
  }
}

a,
a:hover {
  cursor: pointer;
}

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

.new-header .header-container .header-top .list-header .lists #menuUser .profile-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-header .header-container .header-top .list-header .lists .profile-div .rounded-circle.name__title,
.new-header .header-container .header-top .list-header .lists .profile-div img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  display: inline-block !important;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  border-radius: 100%;
}

.new-header .header-container .header-top .list-header .lists .profile-div .rounded-circle.name__title {
  text-align: center;
  line-height: 45px;
}

.new-header .header-container .header-top .list-header .lists .profile-list {
  margin-bottom: 20px;
}

.new-header .header-container .header-top .bottom-contact .input-heart em,
.new-header .header-container .header-top .bottom-contact .input-cart em,
.new-header .header-container .header-top .mobile-menubar .mobile-links .mob-cart em,
.new-header .header-container .header-top .mobile-menubar .mobile-links .mob-heart em {
  padding: 0 4px;
  font-size: 7px !important;
  font-weight: 600 !important;
  line-height: 1;
  background-color: #290025 !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  font-style: normal;
  border-radius: 2px;
  color: #fff;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-header .header-container .header-top .list-header .lists .profile-div .badge-success {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 0;
  background-color: #CC068A;
}

@media screen and (min-width: 1560px) and (max-width: 50000px) {
  .header-maximum-width {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
}

@media screen and (min-width: 1600px) {
  .new-header .header-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown {
    top: 65px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container {
    margin-left: 510px;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu {
    top: 45px;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown {
    margin-left: 972px;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar .about-bar {
    width: 210px;
  }

  .new-header .header-container .header-top .mobile-menubar {
    width: 50%;
  }

  .enquire-home .contact-popup {
    margin-top: 150px;
  }

  .thanks-message-contact {
    padding-top: 200px;
  }

  .customers-reviews {
    padding: 70px 0 0 13%;
  }
}

@media screen and (min-width: 1700px) {
  .new-header .header-container .header-top .list-header {
    width: 68%;
  }
}

@media screen and (min-width: 1366px) {
  .hide-on-desktop {
    display: none !important;
  }

  .bottom-contact .login__btn a,
  .bottom-contact .reg__btn a {
    line-height: 38px !important;
    border: 1px solid #fff;
    width: 105px;
    margin-left: 5px;
    color: #fff;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 50rem !important;
    display: inline-block;
  }

  .bottom-contact .login__btn a {
    width: 80px;
    border-color: transparent;
  }

  .new-header .header-container .header-top .bottom-contact .user__nav,
  .new-header .header-container .header-top .bottom-contact .input-heart,
  .new-header .header-container .header-top .bottom-contact .input-cart,
  .new-header .header-container .header-top .bottom-contact .input-search {
    margin-left: 5px;
  }

  .new-header .header-container .header-top .bottom-contact .user__nav a.dropdown-toggle,
  .new-header .header-container .header-top .bottom-contact .input-heart a,
  .new-header .header-container .header-top .bottom-contact .input-cart a,
  .new-header .header-container .header-top .bottom-contact .input-search {
    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;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: transparent;
    border-radius: 50rem !important;
  }

  .new-header .header-container .header-top .bottom-contact .user__nav a.dropdown-toggle,
  .new-header .header-container .header-top .bottom-contact .input-heart a,
  .new-header .header-container .header-top .bottom-contact .input-cart a {
    color: #fff;
  }

  .new-header .header-container .header-top .bottom-contact .user__nav a.dropdown-toggle:hover,
  .bottom-contact .login__btn a:hover,
  .bottom-contact .reg__btn a:hover,
  .bottom-contact .login__btn a:focus,
  .bottom-contact .reg__btn a:focus,
  .new-header .header-container .header-top .bottom-contact .input-heart:hover a,
  .new-header .header-container .header-top .bottom-contact .input-cart:hover a,
  .new-header .header-container .header-top .bottom-contact .input-search:hover {
    background-color: #ab0574 !important;
    border-color: #ab0574 !important;
  }

  .btn-link.blink_text {
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 50rem !important;
  }

  .drop-left a .leftIcon {
    display: block !important;
    left: 8px !important;
    font-size: 13px !important;
  }

  .drop-left a:hover,
  .drop-left a:hover i {
    color: #cc068a !important;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .topic-active,
  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .topic-active i {
    color: #cc068a !important;
  }

  .new-header .header-container .header-top .bottom-contact .user__nav .dropdown-menu {
    top: 15px !important;
  }

  .new-header .header-container .header-top .bottom-contact .user__nav .dropdown-menu a {
    padding: 6px 12px 6px 30px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #494949;
    position: relative;
  }

  .new-header .header-container .header-top .bottom-contact .user__nav .dropdown-menu a i {
    position: absolute;
    left: 8px !important;
    font-size: 13px !important;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1559) {
  .header-maximum-width {
    max-width: 1330px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
}

.new-header {
  font-family: Poppins, sans-serif;
}

.nav-add-overlay {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.header-search.ui-widget-content {
  margin-top: 8px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 320px;
  padding: 0;
  top: 221px !important;
}

.header-search.ui-widget-content .ui-menu-item {
  border-bottom: solid 1px #e4e4e4;
  text-align: left;
  list-style-image: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #121212;
}

.header-search.ui-widget-content .ui-menu-item:hover {
  color: #121212;
  background-color: #fdfbff;
}

.header-search.ui-widget-content .ui-menu-item.ui-state-focus {
  background: 0 0;
  margin: 0;
}

.header-search.ui-widget-content .ui-autocomplete-category {
  padding: 10px 20px 0;
  font-size: 12px;
  font-weight: 700;
  color: #868686;
  margin-top: 0;
}

.header-search.ui-widget-content .ui-autocomplete-category:hover {
  list-style-image: none;
  background-color: transparent;
}

.header-search.ui-widget-content .ui-autocomplete-category:not(:first-child) {
  margin-top: 0;
}

.header-search.ui-widget-content .ui-autocomplete-category:not(:first-child):before {
  content: none;
}

.header-search.ui-widget-content .see-all-link {
  background-color: #CC068A;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
}

.header-search.ui-widget-content .see-all-link:after {
  content: "\279C";
}

.header-search.ui-widget-content .see-all-link:hover {
  background-color: #AB0574;
  color: #fff;
}

.new-header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #CC068A;
}

.new-header .header-container .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-header .header-container .header-top .mobile-menubar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #CC068A;
  padding: 10px 28px;
}

.new-header .header-container .header-top .mobile-menubar .Tka-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 33px;
}

.new-header .header-container .header-top .mobile-menubar .Tka-logo img {
  width: 140px;
}

.new-header .header-container .header-top .mobile-menubar .right-menu {
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 15px;
}

.new-header .header-container .header-top .mobile-menubar .right-menu .head-open {
  width: 27px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-header .header-container .header-top .mobile-menubar .right-menu .head-close {
  display: none;
  width: 20px;
  height: 20px;
}

.new-header .header-container .header-top .mobile-menubar .mobile-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.new-header .header-container .header-top .mobile-menubar .mobile-links .mob-heart,
.new-header .header-container .header-top .mobile-menubar .mobile-links .mob-cart,
.new-header .header-container .header-top .mobile-menubar .mobile-links .message-box {
  margin-right: 15px;
}

.new-header .header-container .header-top .mobile-menubar .mobile-links .mob-heart a span,
.new-header .header-container .header-top .mobile-menubar .mobile-links .mob-cart a span,
.new-header .header-container .header-top .mobile-menubar .mobile-links .message-box a span {
  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;
  width: 40px;
  height: 40px;
  border-radius: 50rem !important;
  background-color: #ab0574;
}

.new-header .header-container .header-top .mobile-menubar .mobile-links .mob-heart a span i,
.new-header .header-container .header-top .mobile-menubar .mobile-links .mob-cart a span i,
.new-header .header-container .header-top .mobile-menubar .mobile-links .message-box a span i {
  font-size: 16px;
  margin-left: 0;
  color: #fff;
}

.new-header .header-container .header-top .mobile-menubar .mobile-links .mob-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ab0574;
  border-radius: 50rem !important;
}

.new-header .header-container .header-top .mobile-menubar .mobile-links .mob-search img {
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(1.5) contrast(2.5);
  filter: brightness(1.5) contrast(2.5);
}

.new-header .header-container .header-top .list-header {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 20px 28px 42px;
  height: calc(100vh - 60px);
  max-height: calc(100vh - 60px);
  overflow-x: auto;
}

.new-header .header-container .header-top .list-header .lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.new-header .header-container .header-top .list-header .lists li {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.new-header .header-container .header-top .list-header .lists li a {
  color: #ab0574;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.new-header .header-container .header-top .list-header .lists li a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
}

.new-header .header-container .header-top .list-header .lists li a img {
  width: 20px;
  height: 20px;
}

.new-header .header-container .header-top .list-header .lists li a:hover {
  text-decoration: none;
}

.new-header .header-container .header-top .list-header .lists li:last-child {
  margin-bottom: 0;
}

.new-header .header-container .header-top .list-header .lists li .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container {
  margin-top: 10px;
  display: none;
  width: 100%;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .profile-list,
.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
  width: 100%;
  padding: 5px 20px;
  text-transform: uppercase;
  display: none;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .profile-list a,
.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .left-categories {
  text-decoration: none;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #494949;
  width: 100%;
  position: relative;
  padding-left: 25px;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .profile-list a:hover,
.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .profile-list a:focus {
  color: #CC068A !important;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .profile-list a i.leftIcon,
.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .left-categories i.leftIcon {
  position: absolute;
  left: 0;
  font-size: 14px;
  margin-left: 2px;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .left-categories i {
  font-size: 14px;
  margin-left: 8px;
  color: #121212;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .left-categories:last-child {
  margin-bottom: 0;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .see-all-categories {
  color: #CC068A;
  font-size: 14px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .see-all-categories img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .full-course {
  color: #ffd000;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right h4 {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
  margin: 0;
  text-transform: uppercase;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses .courses-list {
  margin-bottom: 30px;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses .courses-list a {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses .courses-list a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-left: 8px;
  color: #121212;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses .see-all {
  font-size: 14px;
  font-weight: 500;
  color: #CC068A;
  margin-bottom: 20px;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses .see-all img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses .see-all i {
  font-size: 14px;
  margin-left: 8px;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .accredited-text {
  display: none;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 0 0 40px;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last h4 {
  display: none;
  font-weight: 400;
  color: #b9b9b9;
  padding: 15px 27px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.3;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner .link-courses {
  margin-bottom: 0;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner .link-courses .courses-list {
  margin-bottom: 32px;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner .link-courses .courses-list a {
  color: #121212;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner .link-courses .courses-list .course-active,
.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner .link-courses .courses-list a:hover {
  background-color: transparent;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner .link-courses .see-all {
  font-size: 14px;
  font-weight: 500;
  color: #CC068A;
  margin-bottom: 20px;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner .link-courses .see-all img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner .link-courses .see-all i {
  font-size: 14px;
  margin-left: 8px;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu {
  margin-top: 20px;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown {
  display: none;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar,
.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar .topbar-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar .topbar-li:last-child {
  margin-bottom: 0;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar .topbar-li h4 {
  font-size: 16px;
  font-weight: 500;
  color: #44318d;
  display: none;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar .topbar-li a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #121212;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #a4b3b6;
  padding: 25.5px 30px 24.5px 28px;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .left-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .left-bar p {
  opacity: 0.3;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .right-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .right-bar a {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .right-bar a i {
  opacity: 0.3;
  color: #000;
  font-size: 20px;
}

.new-header .header-container .header-top .list-header .lists .m-30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-header .header-container .header-top .list-header .lists .course-li i,
.new-header .header-container .header-top .list-header .lists .profile-li i {
  display: none;
}

.new-header .header-container .header-top .list-header .lists .course-li img,
.new-header .header-container .header-top .list-header .lists .profile-li img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-header .header-container .header-top .list-header .lists .about-li a i {
  display: none;
}

.new-header .header-container .header-top .list-header .lists .about-li a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-header .header-container .header-top .list-header .lists .menu-call-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
}

.new-header .header-container .header-top .list-header .lists .menu-call-box a {
  color: #fff;
  font-size: 20px;
  background-color: #CC068A;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new-header .header-container .header-top .list-header .lists .menu-call-box a:hover {
  text-decoration: none;
}

.new-header .header-container .header-top .list-header .lists .menu-call-box a .help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 4px;
}

.new-header .header-container .header-top .list-header .lists .menu-call-box a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.new-header .header-container .header-top .list-header .lists .menu-call-box a p span {
  font-weight: 300;
  margin-left: 10px;
}

.new-header .header-container .header-top .list-header .lists .menu-contact-popup {
  display: none;
}

.new-header .header-container .header-top .bottom-contact {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-header .header-container .header-top .bottom-contact .countrys-name,
.new-header .header-container.header-active .header-top .right-menu .head-open {
  display: none;
}

.new-header .header-container .header-top .bottom-contact .input-search img {
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(1.5) contrast(2.5);
  filter: brightness(1.5) contrast(2.5);
}

.new-header .header-container.header-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-header .header-container.header-active .header-top .right-menu .head-close,
.new-header .header-container.header-active .list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-header .stickyheader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100003;
  background-color: #CC068A;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
}

.new-header .stickyheader .header-top .list-header {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
}

.search-popup,
.cart-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  height: calc(100% - 60px);
  top: 60px;
  left: 0;
  overflow-x: scroll;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.99);
}

.search-popup .popup,
.cart-popup .popup {
  text-align: center;
  max-width: 100%;
  margin: 5px auto auto;
  padding: 10px 15px;
  font-family: sans-serif;
  height: auto;
}

.search-popup .popup .popup-title,
.cart-popup .popup .popup-title,
#filter-accordion-7 .popup-title {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.search-popup .popup .popup-title h2,
.cart-popup .popup .popup-title h2 {
  color: #121212;
  margin: 0;
  width: 100%;
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.34;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.search-popup .popup .popup-title .header-close-btn,
.cart-popup .popup .popup-title .header-close-btn,
#filter-accordion-7 .popup-title .header-close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  cursor: pointer;
}

.search-popup .popup .popup-title .header-close-btn img,
.cart-popup .popup .popup-title .header-close-btn img,
#filter-accordion-7 .popup-title .header-close-btn img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.search-popup .popup .popup-title .header-close-btn p,
.cart-popup .popup .popup-title .header-close-btn p,
#filter-accordion-7 .popup-title .header-close-btn p {
  color: #CC068A;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 10px;
}

.search-popup .popup .inner-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}

.search-popup .popup .inner-search .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 14px;
}

.customers-reviews,
.search-popup .popup .related-topics {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-popup .popup .inner-search .icon img {
  padding: 0 10px 0 15px;
}

.search-popup .popup .inner-search .head-search {
  font-family: 'Poppins', sans-serif;
  background-color: #f3f3f3;
  border: 0;
  outline: 0;
  height: 50px;
  width: 100%;
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  padding-left: 50px;
}

.search-popup .popup .inner-search .header-search::-webkit-input-placeholder {
  color: #b9b9b9;
  font-family: 'Poppins', sans-serif;
}

.search-popup .popup .inner-search .header-search:-ms-input-placeholder {
  color: #b9b9b9;
  font-family: 'Poppins', sans-serif;
}

.search-popup .popup .inner-search .header-search::-ms-input-placeholder {
  color: #b9b9b9;
  font-family: 'Poppins', sans-serif;
}

.search-popup .popup .inner-search .header-search::placeholder {
  color: #b9b9b9;
  font-family: 'Poppins', sans-serif;
}

.search-popup .popup .inner-search .mic {
  position: absolute;
  right: 5px;
  width: 25px;
  top: 14px;
  cursor: pointer;
}

.search-popup .popup .related-topics p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.71;
  color: #868686;
  padding-bottom: 8px;
  text-align: left;
}

.search-popup .popup .related-topics ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.search-popup .popup .related-topics ul li {
  list-style: none;
}

.search-popup .popup .related-topics ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #CC068A;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  padding: 12px 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-popup .popup .related-topics ul li a i {
  margin-left: 5px;
}

.search-popup .popup .related-topics ul li a:hover {
  text-decoration: none;
}

.search-popup .popup .close-btn-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 32px;
  cursor: pointer;
}

.search-popup .popup .close-btn-bottom img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.search-popup .popup .close-btn-bottom p {
  color: #CC068A;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 5px;
}

.search-popup .popup .esc-close {
  display: none;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
}

.contact-active,
.enq-active,
.cart-active,
.search-active {
  overflow: hidden !important;
}

.header-popup-search {
  font-family: Poppins;
  background: 0 0;
  border: none;
  border-radius: 0;
  position: relative;
  height: auto;
  overflow-y: hidden;
  padding: 0;
  z-index: 105;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 30px;
  overflow-x: hidden;
}

.header-popup-search .ui-menu-item {
  padding-left: 0;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
  text-align: left;
  list-style-image: none;
  background: 0 0;
  border: 0;
}

.header-popup-search .ui-menu-item a {
  padding: 0;
}

.header-popup-search .ui-menu-item a:hover {
  color: #121212;
  background-color: transparent;
  margin: 0;
}

.header-popup-search .ui-state-active,
.header-popup-search .ui-state-focus {
  font-weight: 400;
  margin: 0 !important;
  background: 0 0;
  border: none;
}

.header-popup-search .ui-autocomplete-category {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #CC068A;
  margin-top: 0;
  text-align: left;
}

.header-popup-search .ui-autocomplete-category:nth-child(1) {
  margin-top: 20px;
}

.header-popup-search .ui-autocomplete-category:hover {
  list-style-image: none;
  background-color: transparent;
}

.header-popup-search .ui-autocomplete-category:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}

.header-popup-search .ui-autocomplete-category:not(:first-child):before {
  content: none;
}

.banner-content .no-course-topic {
  background-color: #fff;
  padding: 20px 30px 30px;
  margin-bottom: 30px;
}

.banner-content .no-course-topic .text h4,
.banner-content .no-course-topic .text p {
  color: #121212;
}

.banner-content .no-course-topic .text .all-buttons {
  margin-bottom: 0;
}

.no-course-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.no-course-topic .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-top: 10px;
}

.no-course-topic .text h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
}

.no-course-topic .text p {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 300;
  margin-bottom: 30px;
}

.no-course-topic .text p a {
  color: #8265a7;
}

.no-course-topic .text .all-buttons {
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.no-course-topic .text .all-buttons .simple-purple {
  padding: 0;
  margin-top: 10px;
}

.addclass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.addclass img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .header-search {
    max-width: 678px;
  }

  .new-header .header-container .header-top .mobile-menubar {
    padding: 10px 45px;
  }

  .new-header .header-container .header-top .mobile-menubar .Tka-logo {
    margin-right: 0;
  }

  .new-header .header-container .header-top .mobile-menubar .Tka-logo img {
    width: 140px;
  }

  .new-header .header-container .header-top .mobile-menubar .mobile-links {
    width: 58%;
  }

  .new-header .header-container .header-top .list-header {
    padding: 25px 45px 55px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container {
    margin-top: 20px;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .left-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 72%;
    margin-right: 20px;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .left-bar p {
    margin-bottom: 0;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .left-bar p:last-child {
    margin-right: 0;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .right-bar {
    width: 28%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .right-bar a {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .right-bar a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .right-bar a:last-child {
    margin-right: 0;
  }

  .new-header .header-container .header-top .list-header .lists .menu-call-box {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .new-header .header-container .header-top .list-header .lists .menu-call-box a {
    font-size: 16px;
    padding: 20px;
    margin-bottom: 0;
  }

  .new-header .header-container .header-top .list-header .lists .menu-call-box a .help {
    font-size: 18px;
  }

  .new-header .header-container .header-top .list-header .lists .menu-call-box a p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
    margin-bottom: 0;
  }

  .new-header .header-container .header-top .list-header .lists .menu-call-box a p span {
    margin-left: 15px;
  }

  .search-popup .popup,
  .cart-popup .popup {
    max-width: 680px;
    margin-top: 30px;
  }

  .search-popup .popup .inner-search {
    margin-bottom: 30px;
  }

  .search-popup .popup .inner-search .icon {
    top: 21px;
  }

  .search-popup .popup .inner-search .head-search {
    height: 70px;
  }

  .search-popup .popup .inner-search .mic {
    top: 25px;
  }

  .search-popup .popup .close-btn-bottom {
    margin-top: 34px;
    margin-bottom: 0;
  }

  .courseenquire-popup .popup {
    padding-bottom: 0;
  }

  .courseenquire-popup .popup .popup-title {
    padding: 20px 45px 0;
  }

  .courseenquire-popup .popup .course-buttons {
    padding: 20px 0 0;
    position: static;
  }

  .courseenquire-popup .popup .contact-form {
    padding: 20px 45px;
  }

  .courseenquire-popup .popup .contact-form .forms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .courseenquire-popup .popup .contact-form .forms .input-fields {
    width: 100%;
  }

  .courseenquire-popup .popup .contact-form .forms .input-fields .select-name {
    margin-bottom: 0;
  }

  .courseenquire-popup .popup .contact-form .forms .bottom-space .select-name {
    margin-bottom: 10px;
  }

  .courseenquire-popup .popup .contact-form .forms .company,
  .courseenquire-popup .popup .contact-form .forms .email {
    width: 409px;
  }

  .courseenquire-popup .popup .contact-form .forms .mobile {
    width: 409px;
    margin-right: 0;
  }

  .courseenquire-popup .popup .contact-form .forms .company-web {
    width: 409px;
  }

  .courseenquire-popup .popup .contact-form .forms .funding {
    margin-right: 0;
  }

  .courseenquire-popup .popup .contact-form .forms .consent-main {
    width: 100%;
    margin-top: 10px;
  }

  .courseenquire-popup .popup .contact-form .forms .consent-main .consent p {
    font-size: 14px;
  }

  .courseenquire-popup .popup .contact-form .forms .consent-main .consent label {
    font-weight: 300;
    font-size: 14px;
  }

  .courseenquire-popup .popup .contact-form .forms .job {
    margin-right: 0;
  }

  .courseenquire-popup .next-pop .contact-form .forms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .courseenquire-popup .next-pop .contact-form .forms .input-fields {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .header-search {
    max-width: 934px;
  }

  .new-header .header-container .header-top .mobile-menubar .mobile-links {
    width: 70%;
  }

  .courseenquire-popup .popup .contact-form .forms .bottom-space .select-name {
    margin-bottom: 0;
  }

  .courseenquire-popup .popup .contact-form .forms .company,
  .courseenquire-popup .popup .contact-form .forms .email,
  .courseenquire-popup .popup .contact-form .forms .mobile {
    margin-right: 150px;
  }
}

@media screen and (min-width: 1366px) {
  .courseenquire-popup {
    top: 0;
  }

  .courseenquire-popup .popup {
    width: 838px;
    margin: 40px auto;
    padding-bottom: 0;
    -webkit-box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.05);
  }

  .courseenquire-popup .popup .popup-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 50px 0;
  }

  .courseenquire-popup .popup .popup-title .close-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .courseenquire-popup .popup .popup-title .close-btn .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .courseenquire-popup .popup .popup-title .close-btn .closed {
    display: none;
  }

  .courseenquire-popup .popup .popup-title .info1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .courseenquire-popup .popup .popup-title h2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 75%;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.56;
    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;
  }

  .courseenquire-popup .popup .popup-title .enq-methods {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .courseenquire-popup .popup .popup-title .enq-methods .inner-method p {
    font-size: 16px;
    font-weight: 500;
  }

  .courseenquire-popup .popup .contact-form {
    padding: 20px 50px 30px;
  }

  .courseenquire-popup .popup .contact-form .forms .job {
    width: 409px;
  }

  .courseenquire-popup .popup .contact-form .forms .funding,
  .courseenquire-popup .popup .contact-form .forms .job,
  .courseenquire-popup .popup .contact-form .forms .mobile {
    margin-right: 0;
  }

  .courseenquire-popup .next-pop .popup-title .closed {
    display: none;
    width: 50px;
    height: 50px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    cursor: pointer;
  }

  .courseenquire-popup .next-pop .popup-title .close-btn {
    width: 88%;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }

  .courseenquire-popup .next-pop .popup-title .close-btn .back,
  .courseenquire-popup .next-pop .popup-title .close-btn .info1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .courseenquire-popup .next-pop .popup-title h2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .courseenquire-popup .next-pop .contact-form .forms .input-fields {
    width: 100%;
  }

  .search-popup,
  .cart-popup {
    top: 70px;
  }

  .search-popup .popup,
  .cart-popup .popup {
    margin-top: 70px;
    max-width: 920px;
  }

  .search-popup .popup .inner-search .head-search {
    font-size: 18px;
  }

  .search-popup .popup .popup-title,
  .cart-popup .popup .popup-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-popup .popup .popup-title h2,
  .cart-popup .popup .popup-title h2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .search-popup .popup .popup-title .header-close-btn,
  .cart-popup .popup .popup-title .header-close-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }

  .search-popup .popup .close-btn-bottom {
    display: none;
  }

  .search-popup .popup .esc-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .new-header .header-container .header-top .mobile-menubar .mob-search,
  .new-header .header-container .header-top .mobile-menubar .mobile-links,
  .new-header .header-container .header-top .mobile-menubar .right-menu {
    display: none;
  }

  .header-maximum-width {
    max-width: 100%;
    width: 100%;
    padding-left: 102px;
    padding-right: 102px;
  }

  .header-search {
    max-width: 247.19px;
    top: 52px !important;
  }

  .new-header .header-container .header-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .new-header .header-container .header-top .mobile-menubar {
    padding: 0;
    width: 28%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }

  .new-header .header-container .header-top .mobile-menubar .Tka-logo img {
    width: 140px;
  }

  .new-header .header-container .header-top .mobile-menubar .call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }

  .new-header .header-container .header-top .mobile-menubar .call-box a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    margin: 10px 0;
  }

  .new-header .header-container .header-top .mobile-menubar .call-box a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15);
  }

  .new-header .header-container .header-top .mobile-menubar .call-box a span {
    font-weight: 300;
  }

  .new-header .header-container .header-top .list-header {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    background-color: transparent;
    width: 100%;
    margin-right: 20px;
  }

  .new-header .header-container .header-top .list-header .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    margin: 0 auto;
  }

  .new-header .header-container .header-top .list-header .lists li {
    margin-bottom: 0;
    margin-right: 20px;
    border-bottom: none;
  }

  .new-header .header-container .header-top .list-header .lists li a {
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0;
  }

  .new-header .header-container .header-top .list-header .lists li a span {
    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;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .new-header .header-container .header-top .list-header .lists li a span i {
    font-size: 16px;
    margin-left: 0;
    color: #fff;
  }

  .new-header .header-container .header-top .list-header .lists li a span:focus,
  .new-header .header-container .header-top .list-header .lists li a span:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }

  .new-header .header-container .header-top .list-header .lists li a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    font-size: 12px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .left-categories i,
  .new-header .header-container .header-top .list-header .lists li a img {
    display: none;
  }

  .new-header .header-container .header-top .list-header .lists li:last-child {
    margin-right: 0;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 46%;
    max-width: 624px;
    margin: 0 auto 0 auto;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left {
    width: 50%;
    max-width: 330px;
    border-right: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
    background-color: #fff;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin: 0;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .left-categories {
    padding: 6px 12px 6px 30px;
    margin-bottom: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #494949;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .see-all-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 12px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .see-all-categories img {
    margin-left: 10px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .full-course {
    display: none;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-left .topic-active {
    background-color: #f6f6f6;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-bottom: 0;
    border-bottom: solid 1px #e4e4e4;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: solid 1px #e4e4e4;
    padding: 20px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses {
    width: 100%;
    margin-bottom: 0;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses .courses-list {
    margin-bottom: 12px;
    min-height: 470px;
    max-height: 470px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses .courses-list a {
    padding: 6px 13px;
    margin: 0 7px;
    font-size: 14px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses .courses-list a:hover {
    color: #cc068a;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses .courses-list a i {
    display: none;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses .see-all {
    padding: 15px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .right-inner .link-courses .see-all img {
    margin-left: 10px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .accredited-text {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .accredited-text .accreditedby {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 27px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .accredited-text .accreditedby h4 {
    font-size: 12px;
    font-weight: 600;
    color: #121212;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    border: 0;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .accredited-text .accreditedby p {
    font-size: 14px;
    font-weight: 500;
    color: #121212;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .accredited-text .logo {
    margin-left: 20px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-right .accredited-text .logo img {
    width: 100px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last {
    width: 36%;
    padding-bottom: 0;
    border-bottom: solid 1px #e4e4e4;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner {
    border-bottom: solid 1px #e4e4e4;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner .link-courses .courses-list {
    min-height: 399px;
    max-height: 399px;
    margin-bottom: 0;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner .link-courses .courses-list a {
    font-size: 14px;
    min-height: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 13px;
    margin: 0 7px;
    line-height: 1.4;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner .link-courses .see-all {
    padding: 15px 20px;
    font-size: 14px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .drop-last .last-right-inner .link-courses .see-all img {
    margin-left: 10px;
  }

  .new-header .header-container .header-top .list-header .lists li .dropdown .dropdown-container .nav-dropdown .highlight-active .drop-left .left-categories {
    color: #fff;
    background-color: #44318d;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 660px;
    margin: 0 auto 0 532px;
    background-color: #fff;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 200px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0 20px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 10px rgba(0, 0, 0, 0.05);
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar .about-bar,
  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar .tkc-bar {
    border-right: solid 1px #e4e4e4;
    padding-right: 29.5px;
    height: 100%;
    width: 210px;
    padding-left: 20px;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar .topbar-li {
    margin-bottom: 0;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar .topbar-li h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding-top: 20px;
    font-size: 14px;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar .topbar-li a {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .top-bar .company-bar {
    width: 210px;
    padding-left: 20px;
    padding-right: 30px;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 26px 20px 24px;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .left-bar {
    width: 72%;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .left-bar p {
    margin-bottom: 0;
    font-weight: 400;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .right-bar {
    width: 28%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .right-bar a {
    margin-right: 15px;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .right-bar a i {
    margin-left: 0;
  }

  .new-header .header-container .header-top .list-header .lists li .aboutdropdownmenu .aboutdropdown .aboutdropdownmenu-bar .bottom-bar .right-bar a:last-child {
    margin-right: 0;
  }

  .new-header .header-container .header-top .list-header .lists .m-30 {
    display: none;
  }

  .new-header .header-container .header-top .list-header .lists .menu-contact-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .new-header .header-container .header-top .list-header .lists .menu-contact-popup a {
    margin-bottom: 0;
  }

  .new-header .header-container .header-top .list-header .lists .menu-call-box {
    display: none;
  }

  .new-header .header-container .header-top .list-header .lists .profile-li i,
  .new-header .header-container .header-top .list-header .lists .course-li i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .new-header .header-container .header-top .list-header .lists .profile-li img,
  .new-header .header-container .header-top .list-header .lists .course-li img {
    display: none;
  }

  .new-header .header-container .header-top .list-header .lists .about-li a i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .new-header .header-container .header-top .list-header .lists .about-li a img {
    display: none;
  }

  .new-header .header-container .header-top .bottom-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }

  .new-header .header-container .header-top .bottom-contact .input-search input {
    padding: 10px 20px 10px 40px;
    width: 258px;
  }

  .new-header .header-container .header-top .bottom-contact .input-search img {
    left: 14px;
    width: 18px;
    height: 18px;
  }

  .new-header .header-container .header-top .bottom-contact .countrys-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: 20px;
  }

  .new-header .header-container .header-top .bottom-contact .countrys-name .country {
    margin-right: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #6655a6;
  }

  .new-header .header-container .header-top .bottom-contact .countrys-name .country:hover img {
    border: 1px solid #8265a7;
  }

  .new-header .header-container .header-top .bottom-contact .countrys-name .country img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 0;
    border: 1px solid #44318d;
  }

  .new-header .header-container .header-top .bottom-contact .countrys-name .country .flag-dropdown {
    position: static;
  }

  .new-header .header-container .header-top .bottom-contact .countrys-name .country-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 4;
    top: 46px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 235px;
    right: 0;
    max-height: 225px;
    overflow-y: scroll;
    border: 1px solid #e4e4e4;
  }

  .new-header .header-container .header-top .bottom-contact .countrys-name .country-list .country-preferred {
    width: 100%;
    padding: 20px 10px;
    background-color: #fff;
    color: #121212;
    cursor: pointer;
    border-bottom: solid 1px #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .new-header .header-container .header-top .bottom-contact .countrys-name .country-list .country-preferred:hover {
    background-color: #fdfbff;
  }

  /*.new-header .header-container .header-top .bottom-contact .countrys-name .country-list .country-preferred .flag {*/
  /*    background-image: url(/_public/images/home/flags.png);*/
  /*    background-repeat: no-repeat;*/
  /*    width: 20px;*/
  /*    margin-top: 5px;*/
  /*    margin-right: 10px;*/
  /*}*/
  .new-header .header-container .header-top .bottom-contact .countrys-name .country-list.flag-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .new-header .stickyheader {
    background-color: #cc068a;
  }

  .new-header .stickyheader .header-top .list-header {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 70px;
    max-height: auto;
  }
}

@media screen and (min-width: 768px) {
  @-webkit-keyframes scroll {
    100% {
      background-position: 0 -3000px;
    }
  }

  @keyframes scroll {
    100% {
      background-position: -35000px 0;
    }
  }
}

@media screen and (min-width: 1024px) {
  .banner-search {
    width: 934px !important;
  }
}

@media screen and (max-width: 425px) {
  .new-header .header-container .header-top .mobile-menubar {
    padding: 10px 15px;
  }

  .new-header .header-container .header-top .mobile-menubar .Tka-logo img {
    width: 105px;
  }

  .new-header .header-container .header-top .list-header {
    padding: 20px 15px 42px;
  }

  .new-header .header-container .header-top .mobile-menubar .Tka-logo {
    margin-right: 10px;
  }

  .new-header .header-container .header-top .mobile-menubar .right-menu {
    margin-left: 10px;
  }

  .new-header .header-container .header-top .mobile-menubar .mobile-links .mob-heart,
  .new-header .header-container .header-top .mobile-menubar .mobile-links .mob-cart,
  .new-header .header-container .header-top .mobile-menubar .mobile-links .message-box {
    margin-right: 10px;
  }
}

.cart-popup .popup ul li.emptycart {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cart-popup .popup ul li.emptycart i {
  color: #cc068a !important;
  font-size: 55px !important;
  background-color: #fff;
  padding: 10px;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  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;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
  margin: 0 auto 20px;
}

.cart-popup .popup ul li.emptycart h4 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 20px !important;
  color: #000 !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}

.cart-popup .popup ul li .ordertotal {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  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;
  padding: 5px 0;
}

.cart-popup .popup ul li .ordertotal i {
  font-size: 13px;
  margin-right: 0;
  line-height: normal;
  padding: 5px;
}

.cart-popup .popup ul li .cartbtn.button {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #fff;
  max-width: 240px;
  height: 40px;
  border-radius: 25rem;
  font-weight: 500;
  margin: 15px auto 0;
}

.cart-popup .popup ul li.list_cart div.clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  padding-left: 0 !important;
  position: relative;
}

.cart-popup .popup ul li.list_cart div.clearfix .item-image {
  display: inline-block;
}

.cart-popup .popup ul li.list_cart div.clearfix .item-image a {
  display: inline-block;
  margin-right: 10px;
}

.cart-popup .popup ul li.list_cart div.clearfix .item-image a img {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 55px;
  width: 55px;
}

.cart-popup .popup ul li.list_cart div.clearfix .item-name,
.cart-popup .popup ul li.list_cart div.clearfix .item-price {
  font-size: 14px;
  /*width: 90%;*/
  font-weight: 600;
  margin-bottom: 10px;
  padding-right: 10px;
}

.cart-popup .popup ul li.list_cart div.clearfix .item-price {
  /*width: 50%;*/
}

.cart-popup .popup ul li.list_cart div.clearfix .item-remove {
  position: absolute;
  right: 10px;
  top: 45%;
  cursor: pointer;
}

@media screen and (max-width: 380px) {
  .cart-popup .popup ul li.list_cart div.clearfix {
    display: inline-block !important;
    width: 100%;
    padding-right: 25px;
  }

  .cart-popup .popup ul li.list_cart div.clearfix .item-image {
    float: left;
  }

  .cart-popup .popup ul li.list_cart div.clearfix .item-name,
  .cart-popup .popup ul li.list_cart div.clearfix .item-price {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .cart-popup .popup ul li.list_cart div.clearfix .item-price {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: block;
    padding-top: 7px;
    margin-bottom: 0 !important;
  }
}

.selector {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bodyscroll {
  overflow: hidden;
}

@media screen and (min-width: 1600px) and (max-width: 5000px) {
  .header-top>.list-header>ul>li.megaMenu>div {
    width: 1460px !important;
    right: 220px !important;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .header-top>.list-header>ul>li.megaMenu>div {
    right: 99px !important;
    width: 1240px !important;
    max-width: 130%;
  }
}

@media screen and (min-width: 1366px) {
  .header-top>.list-header>ul>li.megaMenu {
    border-radius: 50rem !important;
  }

  .header-top>.list-header>ul>li.megaMenu>.link__StyledLink {
    height: 70px;
    line-height: 70px;
  }

  .header-top>.list-header>ul>li.megaMenu:hover>.link__StyledLink i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-top>.list-header>ul>li.megaMenu>div {
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
    position: absolute;
    opacity: 0;
    height: 0px;
    overflow: hidden;
    z-index: 8;
    right: 99px;
    width: 1170px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.122) 0px 5px 6px 3px;
    box-shadow: rgba(0, 0, 0, 0.122) 0px 5px 6px 3px;
  }

  .header-top>.list-header>ul>li.megaMenu:hover>div {
    opacity: 1;
    height: auto;
  }

  .header-top>.list-header>ul>li.megaMenu:hover>div,
  .header-top>.list-header>ul>li.megaMenu>div:focus {
    visibility: visible;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-top>.list-header>ul>li.megaMenu>div>.col-1,
  .header-top>.list-header>ul>li.megaMenu>div>.col-2,
  .header-top>.list-header>ul>li.megaMenu>div>.col-3,
  .header-top>.list-header>ul>li.megaMenu>div>.col-4 {
    width: 25%;
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
  }

  .header-top>.list-header>ul>li.megaMenu>div>.col-1,
  .header-top>.list-header>ul>li.megaMenu>div>.col-3 {
    background: white;
  }

  .header-top>.list-header>ul>li.megaMenu>div>.col-2,
  .header-top>.list-header>ul>li.megaMenu>div>.col-4 {
    background: #fafafa;
  }

  .header-top>.list-header>ul>li.megaMenu>div>div>ul {
    padding: 0px;
    list-style: none;
  }

  .header-top>.list-header>ul>li.megaMenu>div>div>ul>li>a {
    color: #cc068a !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-weight: normal;
  }

  .header-top>.list-header>ul>li.megaMenu>div>div>ul>li>ul {
    padding: 5px 0px 15px;
    list-style: none;
  }

  .header-top>.list-header>ul>li.megaMenu>div>div>ul>li>ul>li {
    padding: 6px 0px;
  }

  .header-top>.list-header>ul>li.megaMenu>div>div>ul>li>ul>li>a {
    color: #34365f !important;
    line-height: 18px;
  }

  .header-top>.list-header>ul>li.megaMenu>div>div>ul>li>a:hover,
  .header-top>.list-header>ul>li.megaMenu>div>div>ul>li>ul>li>a:hover {
    color: #ab0574 !important;
  }
}

.js-cookie-consent.cookie-consent {
  text-align: center;
  padding: 15px;
  background-color: #290025;
  color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.js-cookie-consent.cookie-consent button {
  color: #fff;
  background-color: #CC068A;
  padding: 11px 12px;
  border-radius: 2rem;
  line-height: 1.35135;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #CC068A;
}

.modal button.close {
  position: absolute;
  right: -5px;
  top: -10px;
  background-color: #000;
  color: #fff;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  opacity: 1;
  border-radius: 100%;
  border: #fff solid 2px;
}

.modal .modal-body {
  padding: 2rem 1.8rem 1rem;
}

.modal .modal-title {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
}

.modal .modal-body .form-control,
.register-form .form-control,
.php-email-form .form-control,
.studentId_form .form-control {
  width: 100%;
  height: 42px;
  font-size: 13px !important;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
}

form#enquiry-form label,
#forgetPasswordModal label,
.studentId_form label {
  color: #3c3c3c;
  font-size: 13px;
  padding-bottom: 5px;
}

.modal .modal-body textarea.form-control {
  height: 90px !important;
}

form#enquiry-form .form-check-input:before,
#agree-term:before {
  display: none !important;
}

form#enquiry-form .form-check-input {
  margin-top: 1px;
}

.php-email-form .form-control {
  height: 52px;
}

.php-email-form textarea.form-control {
  height: 110px !important;
}

.php-email-form .custom-control {
  line-height: 21px;
}

.a-colour {
  color: #CC068A !important;
}

.payment-method .radio {
  padding: 10px;
  margin-bottom: 15px;
  border: rgba(0, 0, 0, 0.11) solid 1px;
}

.payment-method .radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 22px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.payment-method .radio label img {
  width: 21vmin;
  margin-top: -6px;
}

.payment-method .radio label input {
  position: absolute;
  left: 0;
}

.billInfo .form-group.w-100.check__out label {
  padding-left: 18px;
  position: relative;
}

.billInfo .form-group.w-100.check__out label input {
  position: absolute;
  left: 0;
}

#forgetPasswordModal .modal-dialog {
  margin-top: 3rem !important;
}

footer.footer .widget {
  padding-top: 40px;
}

footer.footer .widget .footer-cm-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.cntc_links {
  margin-top: 15px;
  margin-bottom: 20px;
}

.cntc_links li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
}

.cntc_links li .icon-svg {
  width: 25px;
  display: inline-block;
}

.cntc_links li a {
  color: #fff;
}

footer.footer {
  font-size: 13px;
  background-color: #CC068A;
  padding-bottom: 85px;
  padding-top: 40px;
  width: 100%;
  position: relative;
  color: #FFFFFF !important;
}

footer.footer .desp {
  line-height: 25px;
}

footer.footer .footer-logo {
  width: 136px;
  margin-bottom: 16px;
}

footer.footer a {
  color: #FFFFFF;
}

footer.footer a:hover {
  color: #FFFFFF;
}

footer.footer .payment-types {
  width: 172px;
  margin-top: 10px;
}

footer.footer .list {
  float: left;
  margin-bottom: 0;
}

footer.footer .list ul {
  margin-bottom: 0;
}

footer.footer .list li {
  margin-top: 10px;
}

footer.footer ol,
footer.footer ul {
  list-style: none;
}

footer.footer .footer-cm-561 {
  float: left;
}

footer.footer .footer-cm-562 ul {
  margin-top: 30px;
}

footer.footer .footer-cm-562 ul li {
  height: 32px;
}

footer.footer .footer-cm-562 ul li .icon-svg {
  float: left;
  width: 37px;
  text-align: center;
}

.footer_btm {
  margin-top: -25px;
}

.footer_btm .company-tag,
.footer_btm .social-icons a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.footer_btm .social-icons {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.footer_btm .social-icons a {
  font-size: 22px;
  margin-right: 30px;
}

.thankyou_enquire {
  text-align: center;
}

.thankyou_enquire img {
  width: 260px;
  margin-bottom: 15px;
}

.thankyou_enquire h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

.thankyou_enquire h5 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  padding-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1366px) {
  .request_form.modal .modal-body {
    padding: 1rem 1.4rem 1rem;
  }

  .request_form.modal .modal-body .form-group {
    margin-bottom: 0.7rem;
  }

  .request_form.modal .modal-body .form-control {
    height: 40px;
  }
}

/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1024px) {
  .footer_btm .social-icons a {
    margin-right: 15px;
  }

  .js-cookie-consent.cookie-consent button {
    padding: 6px 10px;
    font-size: 12px;
    margin-top: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer_btm {
    margin-top: 25px !important;
    text-align: center !important;
  }

  .footer_btm .social-icons {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer.footer .company-tag {
    padding-top: 6px;
    margin-bottom: 15px !important;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 786px) {
  .footer_btm {
    margin-top: 20px;
    text-align: center;
  }

  .footer_btm .company-tag {
    margin-bottom: 15px;
  }

  .footer_btm .social-icons {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .view__cartSummary {
    margin-top: 25px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 480px) {
  .modal .modal-body {
    padding: 1.5rem 1rem 1rem;
  }

  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* Extra small devices (phones, 320px and up) */
html {
  color: #000;
  background: #FFF;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
opinion,
p,
blockquote,
th,
td,
span,
applet,
object,
iframe,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none !important;
}

*:hover {
  outline: none !important;
}

*:active {
  outline: none !important;
}

a {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
}

img {
  border-style: none;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none !important;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

article,
opinion,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

.main__head h4 {
  margin-top: -45px;
}

.main__head p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
  line-height: 26px;
}

.main__head form.inline-form {
  margin-top: 18px;
  position: relative;
}

.main__head #search-container-4 {
  position: absolute;
  z-index: 8;
  width: -o-calc(100% - 46px);
  width: calc(100% - 46px);
}

.main__head #search-container-4 .scrollable {
  max-height: 180px;
  overflow-y: auto;
}

.main__head #search-container-4 ul li {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  background-color: #fff;
  padding: 0 5px;
}

.main__head #search-container-4 li:hover {
  background-color: #CC068A;
  color: #fff;
}

.main__testi {
  padding: 120px 0;
}

.main__testi .container {
  width: 80%;
  margin: 0 auto;
}

.main__testi img {
  max-width: 250px;
  width: 250px;
  height: 250px;
}

.main__testi p {
  height: 130px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  --max-lines: 5;
}

.main__testi .testimonial {
  text-align: center;
}

.main__testi .testimonial .overview {
  padding-bottom: 15px;
}

.box-shadow-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.home-section2 {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.home-section2 img {
  margin-top: -90px;
}

.home-section2 p {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 10px 0 0;
}

.home-page .background-image {
  background-image: url("../images/background-image1.jpg");
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.home-page .background-image .gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.45%, #290025), color-stop(98.78%, rgba(41, 0, 37, 0)));
  background: linear-gradient(90deg, #290025 0.45%, rgba(41, 0, 37, 0) 98.78%);
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
}

.home-page .home-popular-courses .box1 {
  width: 450px;
  float: right;
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-page .home-popularList-box {
  background-color: #FCF2F9;
  margin-top: -87px;
}

.home-page .home-popularList-box .course-list {
  min-height: 760px;
  padding-bottom: 200px;
}

.home-page .section-2 .backgroundImage {
  width: 614px;
  position: relative;
  float: right;
  margin-top: -100px;
}

.home-page .section-2 .centent-box {
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -15%);
}

.home-page .section-2 .container-a,
.home-page .section-2 .container-a .row {
  margin-bottom: 100px;
}

.home-page .section-3 {
  background-color: #FCF2F9;
  padding-bottom: 110px;
  padding-top: 110px;
}

.home-page .section-3 p {
  width: 50%;
  text-align: center;
  margin: auto;
}

.home-page .section-3 .container-client .client-icon-box {
  background-color: white;
  height: 170px;
  width: 170px;
  margin: auto;
  border-radius: 100%;
  position: relative;
}

.home-page .section-3 .container-client .client-icon-box img {
  width: 80%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.home-page .section-4 .owl-carousel .owl-dots {
  display: block !important;
  margin-top: 17px;
}

.home-page .section-4 .owl-carousel .owl-dots .owl-dot {
  border: solid 1px #FBEBF6;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #FBEBF6;
  margin-right: 4px;
}

.home-page .section-4 .owl-carousel .owl-dots .owl-dot.active {
  border: solid 1px #AB0574;
  background-color: #AB0574;
}

.home-page .section-4 .owl-carousel-container {
  width: 650px;
  margin: auto;
}

.home-page .section-4 .owl-carousel-container .a-top {
  position: absolute;
  left: 15px;
  top: -5px;
}

.home-page .section-4 .owl-carousel-container .a-bottom {
  position: absolute;
  right: 0px;
  bottom: 15px;
}

.home-page .section-4 .owl-carousel-container .owl-carousel-box {
  width: 650px;
}

.home-page .background-image {
  background-position: 75% 50%;
}

.carousel .carousel-item {
  color: #000;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
}

.carousel .media img {
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 0 60px 0 60px;
  position: relative;
}

.carousel .testimonial::before {
  content: "\201C";
  font-family: Arial, sans-serif;
  color: #8b8b8b;
  font-weight: bold;
  font-size: 65px;
  line-height: 54px;
  position: absolute;
  left: 15px;
  top: 0;
}

.carousel .testimonial::after {
  content: "\201D";
  font-family: Arial, sans-serif;
  color: #8b8b8b;
  font-weight: bold;
  font-size: 65px;
  line-height: 12px;
  position: absolute;
  right: 15px;
  bottom: 0;
}

.carousel .overview b {
  font-size: 18px;
  color: #000;
}

.carousel .carousel-indicators {
  bottom: -25px;
  z-index: 10 !important;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel-indicators li {
  background: #8b8b8b;
  border: 4px solid #fff;
}

.carousel-indicators li.active {
  color: #fff;
  background: #AB0574;
  border: 5px double;
}

.key__featureSection h2.font-size-min-larger {
  font-size: 22px;
}

.key__featureSection h2 {
  font-size: 18px;
  text-transform: capitalize;
}

.key__featureSection p {
  font-size: 14px;
}

.home-popular-courses {
  position: relative;
  z-index: 1;
}

.home-popular-courses::before {
  content: '';
  background-color: #FCF2F9;
  height: 100%;
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
}

.section-subject {
  padding: 30px 0 80px;
}

.section-subject .section_title {
  margin-bottom: 40px;
}

.section-subject .widget .widget_course {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.123);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.123);
}

@media (min-width: 991px) and (max-width: 6500px) {
  .section-subject .base {
    width: 165px;
    margin: 20px auto 0;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) and (max-width: 3500px) {
  .home-page .background-image .flex-c {
    -webkit-transform: translate(-51%, 279px);
    transform: translate(-51%, 231px);
  }

  .container-client {
    width: 80%;
    margin: 0 auto;
  }

  .main__testi .container {
    width: 55%;
    margin: 0 auto;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1599px) {
  .home-page .section-1.home-popular-courses .col-5 {
    -ms-flex: 0 0 37.666667%;
    -webkit-box-flex: -1;
    flex: -1 0 37.666667%;
    max-width: 37.666667%;
  }

  .home-page .section-1.home-popular-courses .col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 62.333333%;
    max-width: 62.333333%;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1280px) {
  .home-page .background-image .flex-c {
    -webkit-transform: translate(-37%, 139px);
    transform: translate(-37%, 139px);
  }

  .home-page .home-popular-courses .box1 {
    width: 84%;
  }

  .home-page .home-popularList-box .course-list {
    width: 100%;
    padding-bottom: 139px;
    float: none;
    margin-left: 0px;
  }

  .home-page .section-2 .backgroundImage {
    width: 90%;
  }

  .home-page .section-3 .container-client .client-icon-box {
    height: 120px;
    width: 120px;
  }

  .home-page .section-4 .owl-carousel-container .owl-carousel-box {
    width: 600px;
  }

  .home-page .section-4 .owl-carousel-container {
    width: 600px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1024px) {
  .home-page .home-popular-courses .box1 {
    width: 100%;
  }

  .home-page .home-popularList-box .course-list .col-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-page .home-popularList-box .course-list .col-6.mobile-margin {
    margin-top: 30px;
  }

  .home-page .section-2 .backgroundImage {
    width: 90%;
  }

  .home-page .section-4 .owl-container {
    width: 89%;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .home-section2 {
    padding-bottom: 75px;
    padding-top: 75px;
  }

  .home-section2 img {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .home-section2 .font-size-medium {
    font-size: 14px;
  }

  .home-page .section-3 p {
    width: 90%;
  }
}

@media (max-width: 786px) {
  .home-page .background-image .flex-c {
    -webkit-transform: translate(-34%, 139px);
    transform: translate(-34%, 139px);
  }

  .home-page .background-image {
    height: 405px;
  }

  .home-page .section-1.home-popular-courses .col-5 {
    -ms-flex: 0 0 100% !important;
    -webkit-box-flex: -1 !important;
    flex: -1 0 100% !important;
    max-width: 100% !important;
  }

  .home-page .col-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-page .home-popularList-box {
    background-color: #FCF2F9;
    margin-top: 0px;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .home-page .section-2 .backgroundImage {
    width: 90% !important;
    float: none;
    margin: auto;
    margin-top: -99px;
  }

  .home-page .section-2 .col-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .home-page .section-2 .col-6 {
    height: 268px;
  }

  .home-page .section-3 .col-2 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
  }

  .home-page .section-4 .owl-container .col-4 {
    display: none;
  }

  .home-page .section-4 .owl-container .col-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-page .section-4 .owl-carousel-container {
    width: 600px;
  }

  .home-page .section-4 .owl-carousel-container .owl-carousel-box {
    width: 600px;
  }

  .dl-menuwrapper {
    display: none !important;
  }

  .main__testi .container {
    width: 100%;
  }

  .main__testi .carousel .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main__testi .carousel .media img {
    width: 180px;
    height: 180px;
  }

  .main__testi .testimonial {
    padding: 10px 60px 5px 60px;
  }

  .main__testi .testimonial p:nth-child(2) {
    height: 132px;
  }

  .main__testi .testimonial p.overview {
    margin-bottom: 10px;
  }

  .home-page .home-popularList-box .course-list {
    padding-bottom: 60px;
  }

  .retake__feeBanner {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .corporate_section.retake__feeBanner h3 {
    width: 100% !important;
  }

  .corporate_section.retake__feeBanner p {
    width: 100% !important;
  }

  .main__head h4 {
    margin-top: 0 !important;
  }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 480px) {
  .home-page .background-image .flex-c {
    -webkit-transform: translate(-23%, 89px);
    transform: translate(-23%, 89px);
    width: 405px;
  }

  .home-page .section-4 .owl-carousel-container {
    width: 400px;
  }

  .home-page .section-4 .owl-carousel-container .owl-carousel-box {
    width: 400px;
  }

  .home-page .background-image {
    width: 100%;
    height: 355px;
  }

  .home-page .section-2 .col-6 {
    height: 160px;
  }

  .dl-menuwrapper {
    display: none !important;
  }

  .section-2.home-section2 .base {
    width: 100%;
    margin: 20px auto 0;
  }

  .main__head p {
    font-size: 13px;
    line-height: 22px;
  }
}

.widget .widget_course .course_content .price_bx .ba-a-b {
  display: inline-block !important;
  padding: 0 !important;
  width: 100%;
}

/* Extra small devices (phones, 320px and up) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .key__featureSection svg {
    width: 55px;
  }

  .key__featureSection h2 {
    font-size: 15px;
  }

  .key__featureSection p {
    font-size: 13px;
  }

  .home-page .home-popularList-box .course-list .widget_course {
    padding: 10px;
  }

  .widget .widget_course .course_content .price_bx .ba-a-a {
    font-size: 15px;
    padding: 10px 5px 3px;
  }

  .widget .widget_course .course_content .price_bx .ba-a-b {
    font-size: 13px;
    padding: 0 5px 3px;
  }

  .widget .widget_course .course_content .price_bx {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .widget .widget_course .course_content .cr_left_area {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .widget .widget_course .course_content .course_title {
    font-size: 15px;
    -webkit-line-clamp: 5;
  }

  .widget .widget_course .c {
    font-size: 13px;
  }
}

.home-popularList {
  background-color: white;
  border-radius: 10px;
}

.home-popularList .a {
  font-size: 17px;
  padding: 17px;
}

.home-popularList .a .aa,
.home-popularList .a .fas.fa-star {
  float: left;
  color: #FCA241;
}

.home-popularList .a .aa {
  margin-right: 5px;
}

.home-popularList .a .heart-icon {
  float: right;
  color: #CC068A;
}

.home-popularList .b {
  margin-top: 15px;
  margin-left: 18px;
  position: relative;
}

.home-popularList .b .ba {
  height: 100px;
  width: 100px;
  text-align: left;
  background-color: #CC068A;
  position: relative;
}

.home-popularList .b .ba .ba-a {
  position: absolute;
  height: 70px;
  width: 100%;
  background-color: #290025;
  top: 0px;
  left: 0px;
  color: #FFFFFF;
  font-size: 18px;
  padding: 15px 9px;
}

.home-popularList .b .ba .ba-a .ba-a-a {
  font-weight: bold;
}

.home-popularList .b .ba .ba-a .ba-a-b {
  color: #B7B7B7;
  font-size: 15px;
  margin-top: 5px;
}

.home-popularList .b .ba .ba-b {
  position: absolute;
  top: 70px;
  padding: 7px;
  left: 8px;
  color: #FFF;
  font-weight: bolder;
}

.home-popularList .b .bb {
  position: absolute;
  top: 2px;
  font-size: 17px;
  left: 110px;
  padding-right: 19px;
  font-weight: bold;
}

.home-popularList .c {
  font-size: 17px;
  padding: 17px;
}

main.course-catelogue .section-1 .course-cate-list-col .box1 .home-popularList {
  margin-top: 30px;
}

#filter-accordion-7.panel-group .custom-control {
  margin-bottom: .4rem;
  font-size: 14px;
}

#filter-accordion-7.panel-group .custom-control label small {
  font-size: 12px;
  color: #848484;
}

#filter-accordion-7.panel-group .custom-control .custom-control-label {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#filter-accordion-7.panel-group .custom-control .rating {
  margin-right: .3rem;
}

.course-cate-list-col .box1 .row {
  margin-right: -10px;
  margin-left: -10px;
}

.course-cate-list-col .box1 .row [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.cate_links {
  font-size: 11px;
  margin-bottom: 10px;
}

.cate_links a {
  font-size: 13px;
  font-weight: 600;
  color: #CC068A;
}

/*@media screen and (max-width: 580px) {*/
/*  .course-cate-list-col .font-size-small {*/
/*    font-size:14px !important;*/
/*  }*/
/*}*/

.course-cate-list-col .font-size-small {
  color: #848484;
  line-height: 22px;
  font-size: 18px;
}

.testimonials {
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  padding-top: 19px;
  border-radius: 10px;
}

.testimonials .profiles {
  position: relative;
  width: 100%;
  height: 72px;
}

.testimonials .profiles .stars {
  position: absolute;
  left: 85px;
  top: 12px;
  color: #FF7A00;
}

.testimonials .profiles .name {
  position: absolute;
  top: 32px;
  left: 85px;
  font-weight: bold;
}

.testimonials .profiles .time {
  position: absolute;
  top: 51px;
  left: 85px;
}

.testimonials .backgroundImage {
  width: 60px;
  border-radius: 128px;
  height: 60px;
  position: absolute;
  top: 9px;
  left: 14px;
}

.testimonials .desp {
  padding: 16px 20px;
  line-height: 23px;
  padding-bottom: 63px;
}

.courses-filterBox {
  position: relative;
  font-size: 16px;
}

.courses-filterBox .con-col-2 {
  width: 270px;
  float: left;
}

.courses-filterBox .fb-group.toolshow .list {
  display: block;
  margin-top: 11px;
}

.courses-filterBox .fb-group.toolshow .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.courses-filterBox .fb-group.toolhide .list {
  display: none;
  margin-top: 11px;
}

.courses-filterBox .fb-group.toolhide .icon {
  -webkit-transform: rotate(181deg);
  transform: rotate(181deg);
}

.courses-filterBox .fb-group {
  margin-top: 10px;
  position: relative;
  float: left;
  width: 100%;
}

.courses-filterBox .fb-group .fb-title {
  padding: 10px 6px;
  position: relative;
  cursor: pointer;
}

.courses-filterBox .fb-group .fb-title .icon {
  position: absolute;
  right: 11px;
  top: 8px;
}

.courses-filterBox .fb-group .sub-title {
  color: #848484;
  padding-left: 8px;
  position: relative;
}

.courses-filterBox .fb-group .font-size-smaller {
  font-size: 12px !important;
}

.courses-filterBox .fb-group .fa-star {
  color: #CC068A !important;
}

.courses-filterBox .fb-group .list {
  position: relative;
  float: left;
  pointer-events: none;
}

.courses-filterBox .fb-group .list .radio {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 5px;
  cursor: pointer;
}

.courses-filterBox .fb-group .list .radio i {
  float: left;
}

.courses-filterBox .fb-group .list .radio .a {
  float: left;
}

.courses-filterBox .fb-group .list .radio .a .count,
.courses-filterBox .fb-group .list .radio .a .font-weight-bold {
  float: left;
  margin-left: 5px;
}

.courses-filterBox .fb-group .list .radio input {
  float: left;
  margin-left: 8px;
  margin-right: 5px;
  margin-top: 3px;
}

.courses-filterBox .fb-group .list .radio div {
  float: left;
}

.courses-filterBox .fb-group .list .checkbox {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 5px;
  cursor: pointer;
}

.courses-filterBox .fb-group .list .checkbox input {
  float: left;
  margin-left: 8px;
  margin-right: 5px;
  margin-top: 3px;
}

.courses-filterBox .fb-group .list .checkbox div {
  float: left;
}

.courses-filterBox .filter-button-box {
  display: none;
}

main.course-catelogue .mobile-filter {
  display: none;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) and (max-width: 3500px) {
  main.course-catelogue .mobile-filter {
    display: none;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1599px) {
  main.course-catelogue .section-1 .col-4.mod-col-4 {
    -ms-flex: 0 0 29.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
  }

  main.course-catelogue .section-1 .col-8.mod-col-8 {
    -ms-flex: 0 0 70.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 70.666667%;
    max-width: 70.666667%;
  }

  main.course-catelogue .mobile-filter {
    display: none;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1280px) {
  main.course-catelogue .section-1 .col-4.mod-col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 29.333333%;
    max-width: 33.333333%;
  }

  main.course-catelogue .section-1 .col-8.mod-col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  main.course-catelogue .section-1 .course-cate-list-col .box1 {
    width: 100%;
  }

  main.course-catelogue .section-1 .course-cate-list-col .col-list-4 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1024px) {
  main.course-catelogue .section-1 .col-8.mod-col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

#filter-accordion-7 .popup-title {
  display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  #filter-accordion-7 {
    max-width: 680px !important;
    margin: 30px auto auto !important;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  #filter-accordion-7 {
    max-width: 100%;
    margin: 10px auto auto !important;
    padding: 15px;
    height: auto;
  }

  #filter-accordion-7 .popup-title {
    margin-bottom: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  #filter-accordion-7.panel-group .panel {
    padding: 0 !important;
  }

  #filter-accordion-7.panel-group .panel-heading {
    padding-right: 0 !important;
  }

  #filter-accordion-7.panel-group .panel-heading h2 i {
    right: 0 !important;
  }

  .course-catelogue .section-1:after {
    width: 100%;
  }

  main.course-catelogue .section-1 .col-3.mod-col-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  main.course-catelogue .section-1 .col-9.mod-col-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .filter-Box {
    margin-left: 14px;
  }

  main.course-catelogue .mobile-filter {
    width: 100%;
    background-color: #FFFFFF;
    margin: auto;
    margin-bottom: 25px;
    padding: 14px 28px;
    border-radius: 10px;
  }

  main.course-catelogue .mobile-filter .filter-button {
    font-size: 21px;
    padding: 8px 4px 8px 32px;
    width: 100%;
    position: relative;
  }

  main.course-catelogue .mobile-filter .filter-button .fa-filter {
    position: absolute;
    left: 40%;
    top: 11px;
    color: #CC068A;
  }

  .courses-filter-background {
    top: 60px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    background-color: rebeccapurple;
    z-index: 998;
    opacity: 20%;
  }

  .courses-filterBox {
    position: fixed;
    float: right;
    width: 100%;
    font-size: 16px;
    top: 60px;
    right: 0px;
    z-index: 11;
    background-color: white;
    display: none;
    height: 100%;
    overflow-y: auto;
  }

  main.course-catelogue .mobile-filter {
    display: block;
  }

  .courses-filterBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3);
    background-color: #d4d4d4;
    border-radius: 20px;
  }

  .courses-filterBox::-webkit-scrollbar {
    width: 5px;
    border-radius: 20px;
    background-color: #f5f5f9;
  }

  .courses-filterBox::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #CC068A;
  }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 480px) {
  main.course-catelogue .mobile-filter {
    width: 100%;
  }

  main.course-catelogue .section-1 .course-cate-list-col .col-list-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer .company-tag {
    color: #FFFFFF !important;
  }

  .mobile-testimonials .col-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mobile-testimonials .col-6 .testimonials {
    margin-top: 30px;
  }
}

/* Extra small devices (phones, 320px and up) */
@media (min-width: 993px) and (max-width: 5500px) {
  .right__side {
    margin-top: -220px;
  }
}

.right__side.stickyForm {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  right: 0;
  z-index: 2;
  overflow-y: auto;
  overflow: hidden;
}

.widget__includes .cart-list .client-image {
  width: 101px;
  margin-bottom: -7px;
}

.widget__includes .cart-list .a {
  color: #FCA241;
}

.widget__includes .cart-list .aa {
  float: left;
  margin-right: 5px;
}

.widget__includes .cart-list .fas {
  float: left;
}

.tab-content.course-details-keytabs-contents {
  padding: 25px 20px 20px 0;
}

.widget__includes .cart-list .a,
.widget__includes .cart-list .c {
  height: 30px;
}

.widget__includes .cart-list .awa-txt {
  height: 50px;
}

.widget__includes .cart-list .b {
  text-align: center;
  font-weight: bold;
  width: 100%;
  font-size: 13px;
  padding-top: 8px;
}

.widget__includes .cart-list .c {
  width: 100%;
  font-size: 28px;
  line-height: 26px;
  font-weight: bold;
  color: #CC068A;
}

.base-background-color-layer-four {
  background-color: #F3F6F8 !important;
}

.course-details-keytabs {
  margin-top: 29px;
}

.course-details-keytabs .nav-link {
  padding-left: 17px;
  font-weight: 600 !important;
}

.course-details-keytabs .nav-link.active {
  color: #CC068A;
  border: none !important;
}

.course-details-keytabs .nav-tabs {
  border-bottom: none;
}

.course-details-keytabs .nav-link:hover {
  border-color: transparent !important;
}

.course-details-keytabs-contents .col-8 {
  min-height: 0px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #CC068A;
  background-color: transparent;
  font-weight: bold;
}

.nav-link {
  padding-left: 0px;
}

/* 
.accordion button.btn {
  padding-left: 35px;
  color: #000000;
}

.accordion .card>.card-header {
  margin-bottom: -1px;
  padding: 0px;
  border-radius: 59px;
}

.accordion .card-header {
  background-color: rgb(241, 2, 2);
}

.accordion .card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: hidden;
  border-radius: 16px;
  margin-top: 11px;
}

.accordion .icon {
  position: absolute;
  left: 10px;
} */

.course-curriculum-box .inner_sectionHead .title {
  font-size: 22px;
  font-weight: 600;
}

.inner_sectionHead .btn {
  font-size: 12px;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner_sectionHead .d-flex p {
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1c1d1f;
}

.panel-heading .panel-title .accordion-toggle {
  display: inline-block;
  background-color: #fff;
  border-radius: 25rem;
  width: 100%;
  padding: 12px 12px 12px 35px;
  position: relative;
  font-weight: 500;
}

.panel-heading .panel-title .accordion-toggle .section-time {
  font-size: 13px;
  float: right;
  color: #1c1d1f;
}

.panel-heading .panel-title .accordion-toggle span.fa {
  position: absolute;
  left: 12px;
  top: 12px;
  background: rgba(0, 0, 0, 0.045);
  border-radius: 100%;
  width: 16px;
  height: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.course-curriculum-box .panel-body,
.detailpg_faqs .panel-body {
  padding: 10px 10px 10px 36px !important;
  display: inline-block;
  width: 100%;
}

.course-curriculum-box .panel-body ul li,
.detailpg_faqs .panel-body ul li {
  width: 100%;
  padding: 10px 0;
  font-size: 13px !important;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
}

.course-curriculum-box .panel-body ul li .icon,
.detailpg_faqs .panel-body ul li .icon {
  width: 1.1rem;
  display: inline-block;
}

.detailpg_faqs .panel-body ul.links li .list-item-content,
.course-curriculum-box .panel-body ul.links li .list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px;
  margin-left: 0.6rem;
}

.panel-body ul.links li .hidden--on-mobile {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.course-curriculum-box .panel-body ul li .text,
.course-curriculum-box .panel-body ul li .textexam {
  display: inline-block;
}

.course-curriculum-box .panel-body ul li .text,
.course-curriculum-box .panel-body ul li .text-right {
  float: right;
}

.flexColumnAccess .nav.flex-column .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #353535;
  background-color: #fff;
  border-radius: 25rem;
  width: 100%;
  padding: 10px 12px;
  position: relative;
  margin-bottom: 8px;
}

.flexColumnAccess .nav.flex-column .nav-link.active {
  color: #CC068A;
}

.course-details-keytabs-contents .media {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 20px;
}

.course-details-keytabs-contents .media svg {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}

.course-details-keytabs-contents .media h5 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

@media (max-width: 992px) {
  .course_detail_page .breadcrumb {
    display: none !important;
  }

  .course_detail_page .base-background-color-layer-one h2 {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .panel-heading .panel-title .accordion-toggle .section-time {
    width: 100%;
    padding-top: 8px;
  }
}

@media (max-width: 480px) {
  .course-curriculum-box .inner_sectionHead .title {
    margin-bottom: 6px;
  }
}

#testimonial-slide {
  position: relative;
  padding: 0 10px;
}

#testimonial-slide .owl-nav {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

#testimonial-slide .owl-nav button {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 28px;
  background-color: transparent;
}

#testimonial-slide .owl-nav .owl-prev {
  float: left;
  margin-left: -15px;
}

#testimonial-slide .owl-nav .owl-next {
  float: right;
  margin-right: 5px;
}

#testimonial-slide .owl-nav button:hover {
  background-color: transparent;
  color: #CC068A;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1280px) and (max-width: 5500px) {
  .right__side .widget__price .price .current-price .price-stripe {
    font-size: 25px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .widget .widget_course .course_content .price_bx {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.333333%;
    flex: 0 0 36.333333%;
    max-width: 36.333333%;
  }

  .widget .widget_course .course_content .course_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.666667%;
    flex: 0 0 63.666667%;
    max-width: 63.666667%;
  }
}

.student-feedback-box {
  padding-left: 15px;
  padding-right: 15px;
}

.student-feedback-box .average-rating {
  text-align: center;
  margin-top: 0;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  margin-bottom: 13px;
}

.student-feedback-box .average-rating .num {
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

.student-feedback-box .average-rating .rating i {
  font-size: 20px;
  color: #f4c150;
  margin-bottom: 5px;
}

.student-feedback-box .individual-rating ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.student-feedback-box .individual-rating ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
}

.student-feedback-box .individual-rating ul li .progress {
  width: 70%;
  height: 20px;
  border-radius: 3px;
  background-color: #ececec;
}

.student-feedback-box .individual-rating ul li .progress-bar {
  border-radius: 3px;
  background-color: #a1a7b3;
}

.student-feedback-box .individual-rating .rating i {
  font-size: 14px;
  color: #dedfe0;
}

.student-feedback-box .individual-rating .rating i.filled {
  color: #f4c150;
}

.student-feedback-box .individual-rating li>div:not(.progress) {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.student-feedback-box .individual-rating li>div:not(.progress) span:not(.rating) {
  text-align: center;
  padding-left: 8px;
  color: #000;
}

.student-feedback-box .reviews .reviews-title {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 20px;
}

.student-feedback-box .reviews ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}

.student-feedback-box .reviews .reviewer-details .circle,
.student-feedback-box .reviews .reviewer-details img {
  height: 46px;
  width: 46px;
  border-radius: 100%;
  margin-right: 18px;
}

.student-feedback-box .reviews .reviewer-details .review-time .time {
  color: #686f7a;
}

.student-feedback-box .reviews .reviewer-details .circle .initials {
  line-height: 1.1;
}

.student-feedback-box .reviews ul li {
  padding: 15px 0;
  border-top: 1px solid #dedfe0;
}

.student-feedback-box .reviews ul li:last-child {
  border-bottom: 1px solid #dedfe0;
}

.student-feedback-box .reviews .review-details .review-title {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 8px;
}

.student-feedback-box .reviews .review-details .review-text {
  color: #505763;
  font-size: 14px;
}

.student-feedback-box .reviews .review-details .rating i {
  color: #dedfe0;
  margin-bottom: 15px;
}

.student-feedback-box .reviews .review-details .rating i.filled {
  color: #f4c150;
}

@media (min-width: 2000px) and (max-width: 5000px) {
  .course_detail_page {
    overflow: hidden;
  }

  .base-background-color-layer-one:after,
  .section__one:after,
  .section__two:after {
    width: 53.5% !important;
    left: -53% !important;
  }

  #videoModal .modal-dialog {
    max-width: 810px;
  }

  #videoModal video[poster] {
    height: 510px !important;
  }
}

@media (max-width: 768px) {
  .reviewer-details.clearfix {
    margin-bottom: 15px;
  }
}

.extarcss .background-image8-png {
  background-image: url("../images/background-image8.png");
  background-size: cover;
}

.extarcss .background-image9-png {
  background-image: url("../images/backdround-image9.png");
  background-size: cover;
}

.extarcss .background-image-color-one {
  background-color: #F7F4EF;
}

.background-image8-png {
  background-image: url("../images/background-image8.png");
  background-size: cover;
}

.background-image9-png {
  background-image: url("../images/backdround-image9.png");
  background-size: cover;
  padding: 80px 0;
}

.extarcss .centent-box {
  width: 493px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.extarcss .Form-box .checkbox-div {
  padding: 19px;
}

.extarcss .Form-box input {
  font-size: 17px;
}

.extarcss .Form-box button {
  width: 100%;
  padding: 20px;
  font-size: 16px;
}

.extarcss .dox-01 {
  width: 886px;
  margin: auto;
  margin-top: 65px;
  margin-bottom: 99px;
}

.extarcss.contact-us .owl-carousel .owl-dots {
  display: block;
  margin-top: 20px;
}

.extarcss.contact-us .owl-carousel .owl-dots button.owl-dot.active span {
  height: 20px;
  width: 20px;
  background-color: #AB0574;
  border: solid 1px #AB0574;
  border-radius: 40px;
  margin-right: 10px;
}

.extarcss.contact-us .owl-carousel .owl-dots button.owl-dot span {
  height: 20px;
  width: 20px;
  background-color: #9E909F;
  border: solid 1px #9E909F;
  border-radius: 40px;
  margin-right: 10px;
}

.extarcss.contact-us .owl-carousel-box p {
  position: relative;
  margin-bottom: 25px;
}

.extarcss.contact-us .owl-carousel-box p::after {
  content: '"';
  position: absolute;
  right: 0;
  bottom: -45px;
}

.extarcss.contact-us .owl-carousel-box p::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -40px;
}

.extarcss.contact-us .owl-carousel-box p::after,
.extarcss.contact-us .owl-carousel-box p::before {
  font-family: 'Lato';
  font-size: 65px;
  line-height: 40px;
  font-weight: 700;
}

.extarcss.contact-us .owl-carousel-box {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.extarcss.contact-us .owl-carousel-box img {
  width: 170px;
  margin: auto;
}

.extarcss.contact-us .Form-box {
  width: 100%;
}

.extarcss.contact-us .slider.owl-container {
  text-align: center;
  margin: auto;
  color: #FFFFFF;
  position: relative;
}

.extarcss.contact-us .slider.owl-container .a-top {
  position: absolute;
  top: 267px;
  left: 15px;
}

.extarcss.contact-us .slider.owl-container .a-bottom {
  position: absolute;
  top: 425px;
  right: 15px;
}

.inner-header.about-us {
  padding: 0 !important;
  overflow: hidden;
}

.inner-header.about-us img {
  margin-bottom: -8px;
}

.background-image-color-one {
  background-color: #F7F4EF;
}

.about-us h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding: 35px 0 10px;
}

.about-us p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.aboutus-content {
  margin: -330px 0 80px;
  border-radius: 30rem;
  padding-top: 10.5rem;
}

.aboutus-content h2 {
  color: #fff;
}

.aboutus-content h2,
.aboutus-content p {
  padding: 1.5rem 3rem;
}

.aboutus-content img {
  width: 100%;
  margin: 15px 0 -10px;
  border-radius: 100%;
}

#tandc p,
#tandc li,
#policies p,
#faqs p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
  color: #555;
  font-weight: 400;
}

#tandc p strong,
#policies p strong,
#faqs p strong {
  font-weight: 700;
}

#tandc h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 35px 0 12px;
  color: #000;
}

#tandc li {
  position: relative;
  padding-left: 25px;
}

#tandc li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  color: #CC068A;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

#policies #accordion .card {
  margin-bottom: 1.1rem;
}

#policies #accordion .card .card-header {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}

#policies #accordion .card .card-header a,
#faqs .panel-heading a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(203, 6, 137, 0.09);
  border-radius: 25rem;
  padding: 15px 35px 15px 15px;
  position: relative;
}

#policies #accordion .card .card-header i,
#faqs .panel-heading i {
  top: 36%;
  font-size: 16px;
  z-index: -1;
  color: #CC068A;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#policies #accordion [aria-expanded=true]+i,
#faqs [aria-expanded=true]+i {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

#faqs .panel-heading {
  position: relative;
  z-index: 1;
}

#faqs .panel-heading i {
  position: absolute;
  float: none;
  right: 20px;
  margin-top: 0;
  margin-right: 0;
}

#faqs .panel-heading h2 {
  padding: 0 !important;
}

#faqs .panel-body {
  padding: 1.25rem;
}

.panel-body span.more-times,
.panel-body span.less-times {
  font-size: 14px;
  color: #CC068A !important;
}

.widget .widget_course .course_content .price_bx .ba-a-a del {
  font-size: 12px;
  display: block;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_titles {
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0 !important;
  display: inline-block;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) and (max-width: 3500px) {
  .working-area {
    max-width: 1410px;
    margin: auto;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1410px;
  }
}

/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1280px) {
  .extarcss .Form-box {
    width: 89%;
  }

  .extarcss .centent-box {
    width: 399px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1024px) {
  .extarcss.contact-us .slider.owl-container .a-bottom {
    position: absolute;
    top: 439px;
    right: 0px;
  }

  .description__box p {
    font-size: 13px !important;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .aboutus-content {
    margin: 50px 0 80px;
    padding-top: 11.5rem;
  }
}

@media (max-width: 786px) {
  .extarcss .centent-box {
    width: 329px;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
  }

  .extarcss.contact-us .dox-01 {
    width: 100%;
  }

  .extarcss.contact-us .slider.owl-container .a-bottom {
    position: absolute;
    top: 442px;
    right: 0px;
  }

  .extarcss.about-us .aboutus-hide-mobile {
    display: none;
  }

  .extarcss.about-us .background-image-color-one {
    height: auto;
  }

  .extarcss.about-us .aboutus-content {
    position: relative;
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    padding-top: 34px;
    border-bottom-right-radius: 276px;
    margin-bottom: 100px;
    height: auto;
  }

  .areleft-p {
    padding-left: 0px !important;
  }

  .background-image8-png {
    padding: 60px 0;
  }

  .mob-Register {
    margin-top: 25px;
  }

  #faqs .panel-heading a {
    font-size: 14px;
  }
}

.form-div .btn:hover {
  color: #fff !important;
}

.btn.disabled,
.btn:disabled {
  cursor: no-drop !important;
}

.form-div .btn:hover {
  color: #fff !important;
  background-color: #CC068A;
  border-color: #CC068A;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 480px) {
  .extarcss .Form-box {
    width: 100%;
  }

  .extarcss .title-Box {
    height: 238px;
  }

  .extarcss .centent-box {
    width: 366px;
    position: absolute;
    left: 31px;
    top: 45px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .extarcss.contact-us .owl-carousel-box img {
    width: 100px;
  }

  .extarcss.contact-us .slider.owl-container .a-top {
    position: absolute;
    top: 197px;
    left: -10px;
  }

  .extarcss.contact-us .slider.owl-container .a-bottom {
    position: absolute;
    top: 460px;
    right: 0px;
  }

  .aboutus-content h2,
  .aboutus-content p {
    padding: 1rem 2rem;
  }

  .about-us p {
    font-size: 14px;
    line-height: 26px;
  }

  .aboutus-content {
    padding-top: 7.5rem;
  }
}

/* Extra small devices (phones, 320px and up) */
footer.footer .company-tag {
  color: #FFFFFF;
}

.form_with_payment .steps {
  margin-bottom: 25px;
}

.form_with_payment .steps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  padding-left: 0;
}

.form_with_payment .steps li,
.form_with_payment .steps li.current {
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  position: relative;
  padding-bottom: 3px;
  padding-right: 63px;
}

.form_with_payment .steps li:last-child {
  padding-right: 0;
}

.form_with_payment .steps li .current-info {
  display: none;
}

.form_with_payment .steps li::before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 168px;
  height: 6px;
  top: 20%;
  left: 45%;
}

.form_with_payment .steps li:last-child::before {
  content: none;
}

.form_with_payment .steps li a {
  text-decoration: none;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
}

.form_with_payment .steps li a .title {
  text-align: center;
}

.form_with_payment .steps li a .title span {
  display: block;
  font-size: 16px;
}

.form_with_payment .steps li a .title .step-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ccc;
  margin: 0 auto;
  position: relative;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}

.form_with_payment .steps li a .step-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.form_with_payment .steps li.current a .step-icon,
.form_with_payment .steps li.current a:active .step-icon,
.form_with_payment .steps .done::before,
.form_with_payment .steps li.done a .step-icon,
.form_with_payment .steps li.done a:active .step-icon {
  background: #cc068a;
}

.form_with_payment .steps li.current a .step-icon,
.form_with_payment .steps li.current a:active .step-icon {
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.2);
}

.form_with_payment .steps li a .step-number {
  color: #666;
  font-weight: 400;
  padding: 17px 0 8px;
}

.form_with_payment .steps li a .step-text {
  color: #333;
  font-weight: 600;
  padding-bottom: 8px;
}

.form_with_payment .steps li.error {
  border: none !important;
}

.form_with_payment .steps li.error a .title span.step-text {
  color: #333;
}

.form_with_payment .content {
  background: #fff;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 25px 20px 25px 20px;
}

.form_with_payment .content section .form-group label {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px;
}

.form_with_payment .content section .form-group label span {
  color: red;
}

#checkout-form .form-control.error {
  border: 1px solid red !important;
}

#checkout-form label.error {
  font-size: 13px;
  border: none !important;
  padding: 5px 0 0 !important;
}

.form_with_payment .content h2 {
  display: none;
}

.payment-method .check__out .place_order_btn {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #fff;
  width: 140px;
  height: 44px;
}

#paynow_btn .place_order_btn {
  background-color: #CC068A;
  color: #ffffff;
  padding: 10px 15px;
  border: solid 1px #CC068A;
  border-radius: 50px;
  cursor: pointer;
  text-transform: capitalize !important;
  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;
}

.form_with_payment .actions ul {
  list-style: none;
  padding-left: 0;
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.form_with_payment .actions ul li.disabled {
  opacity: 0;
}

.form_with_payment .actions ul li {
  padding: 0;
  border: none;
  border-radius: 2rem;
  -o-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.19);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 44px;
  width: 140px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background: #cc068a;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  margin: 5px 0;
}

.form_with_payment .actions ul li:hover {
  background: #290025;
}

.form_with_payment .actions ul li:first-child {
  height: 44px;
  width: 140px;
  background: #290025;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  margin: 5px 0;
  border-radius: 2rem;
  -o-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.form_with_payment .actions ul li a {
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
}

.form_with_payment .actions ul li:first-child a {
  color: #fff;
}

.form_with_payment .actions ul li a i {
  font-size: 18px;
}

@media screen and (max-width: 575px) {

  .form_with_payment .steps li,
  .form_with_payment .steps li.current {
    padding-right: 0;
    width: 33.3333%;
  }

  .form_with_payment .steps li::before {
    width: 85%;
    top: 20%;
    left: 65%;
  }

  .form_with_payment .steps li.current::after {
    left: 28%;
  }

  .form_with_payment .steps li a .title .step-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .form_with_payment .steps li a .title span {
    font-size: 14px;
    line-height: 20px;
  }
}

.promo_header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 520px;
  background: linear-gradient(269.7deg, #C6CDD3 0.23%, #F7F7F7 57.01%, #F8F8F8 107.63%, rgba(204, 6, 138, 0.73) 110.91%);
}

.promo_header_fourty {
  background: linear-gradient(269.7deg, #F8F8F8 0.23%, #F7F7F7 57.01%, #C6CDD3 107.63%, rgba(204, 6, 138, 0.73) 110.91%);
}

.promo_offer_head h4,
.promo_offer_head h5,
.promo_offer_head h2,
.promo_offer_head h6,
.promo_offer_head p {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.promo_offer_head h4 {
  font-size: 36px;
  line-height: 50px;
  padding-left: 108px;
}

.promo_offer_head h2 {
  color: #CC068A;
  font-size: 128px;
  line-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 5px;
}

.promo_offer_head h2 small {
  color: #000;
  font-size: 20px;
  line-height: 20px;
}

.promo_offer_head h6 {
  font-size: 20px;
  line-height: 30px;
}

.promo_offer_head h5 {
  font-size: 36px;
  line-height: 48px;
  padding-bottom: 15px;
}

.promo_offer_head p {
  color: #FCA241;
  font-size: 32px;
  line-height: 40px;
}

.promo_offer_head p span {
  color: #000;
  font-weight: 400;
}

.promo_offer_head .animate-img1 {
  position: absolute;
  left: 13%;
  top: 151px;
  -webkit-animation: nudges 6s linear infinite alternate;
  animation: nudges 6s linear infinite alternate;
  width: 88px;
  height: 88px;
  left: 50%;
  top: 125px;
  background: rgba(204, 6, 138, 0.53);
  border-radius: 100%;
}

.promo_offer_head .animate-img2 {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 88px;
  top: 298px;
  background: rgba(231, 125, 0, 0.22);
  border-radius: 100%;
  -webkit-animation: nudge 3s linear infinite alternate;
  animation: nudge 3s linear infinite alternate;
}

@media screen and (min-width: 1024px) and (max-width: 5000px) {
  @-webkit-keyframes nudge {

    0%,
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    50% {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%);
    }

    80% {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%);
    }
  }

  @keyframes nudge {

    0%,
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    50% {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%);
    }

    80% {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%);
    }
  }

  @-webkit-keyframes nudges {

    0%,
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    50% {
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }

    80% {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%);
    }
  }

  @keyframes nudges {

    0%,
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    50% {
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
    }

    80% {
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%);
    }
  }
}

.fourty_promo {
  padding: 70px 0;
}

.fourty_promo .widget .widget_course {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.fourty_promo .widget .widget_course .coupon_code {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #000000;
  background: rgba(204, 6, 138, 0.07);
  border-radius: 50px;
  text-align: center;
  display: block;
  width: 100%;
}

.promo_about {
  position: relative;
  padding: 70px 0;
  min-height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.promo_about::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(204, 6, 138, 0.11)), color-stop(97.43%, #290025));
  background: linear-gradient(90deg, rgba(204, 6, 138, 0.11) 0%, #290025 97.43%);
}

.promo_about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.promo_about .container p {
  line-height: 30px;
}

.promo_benefits {
  padding: 70px 0;
}

.promo_benefits .media {
  width: 100%;
  min-height: 155px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}

.promo_benefits .media figure {
  width: 55px;
  height: 55px;
  background: #CC068A;
  border-radius: 10px;
  margin: 0;
  text-align: center;
  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;
  overflow: hidden;
}

.promo_benefits .media figure i {
  color: #fff;
  font-size: 18px;
}

.promo_benefits .media figure svg {
  fill: #fff;
}

.promo_benefits .media .media-body {
  padding-left: 15px;
}

.promo_benefits .media .media-body p {
  font-size: 14px;
  line-height: 22px;
}

.promo_benefits .media .media-body h4 {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 5px;
}

.promo_benefits .media:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}

.promo_benefits .media:hover figure {
  background: #290025;
}

.promo_benefits .media:hover figure i {
  color: #FF72D0;
}

.promo_testimonial {
  padding: 50px 0 70px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.promo_testimonial .promo_test_div {
  width: calc(100% - 80px);
  background: linear-gradient(101.5deg, #290025 1.07%, rgba(83, 2, 63, 0.86) 43.96%, #CC068A 99.58%);
  border-radius: 20px;
  float: right;
  position: relative;
  padding: 80px 60px;
}

.promo_testimonial .promo_test_div .quote-left {
  padding-top: 15px;
  position: absolute;
  left: -40px;
  top: -40px;
  width: 100px;
  height: 100px;
  background: #CC068A;
  border-radius: 100%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo_testimonial .promo_test_div p {
  line-height: 22px;
}

.promo_testimonial #testimonial-say .test_div {
  background: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  border-radius: 20px;
}

.promo_testimonial #testimonial-say .test_div figure,
.promo_testimonial #testimonial-say .test_div figure img {
  height: 185px;
  overflow: hidden;
}

.promo_testimonial #testimonial-say .test_div figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo_testimonial #testimonial-say .test_div .content {
  position: relative;
  padding: 15px;
}

.promo_testimonial #testimonial-say .test_div .content .quote-left {
  padding-top: 6px;
  position: absolute;
  left: 13px;
  top: -20px;
  width: 34px;
  height: 34px;
}

.promo_testimonial #testimonial-say .test_div .content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #290025;
  margin-bottom: 10px;
  margin-top: 5px;
}

.promo_testimonial #testimonial-say .test_div .content h5 {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #CC068A;
  padding-top: 5px;
}

.promo_testimonial #testimonial-say .test_div .content small {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 18px;
  padding-top: 5px;
  display: inline-block;
}

.promo_testimonial #testimonial-say .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.288);
}

.promo_testimonial #testimonial-say .owl-dots .owl-dot.active span,
.promo_testimonial #testimonial-say .owl-dots .owl-dot:hover span {
  background: #CC068A;
}

.promo_terms {
  padding: 50px 0 90px;
}

.promo_terms p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #290025;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 992px) {
  .promo_header {
    height: auto;
    padding: 40px 0 0;
  }

  .promo_offer_head h4,
  .promo_offer_head h5,
  .promo_offer_head h2,
  .promo_offer_head h6,
  .promo_offer_head p {
    text-align: center;
  }

  .promo_offer_head h4 {
    padding-left: 0;
  }

  .promo_offer_head .animate-img1 {
    right: 6%;
    left: auto;
  }

  .promo_testimonial .promo_test_div {
    width: calc(100% - 25px);
    padding: 60px 40px 50px;
  }

  .promo_testimonial .promo_test_div p {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 320px) and (max-width: 414px) {
  .promo_testimonial .promo_test_div {
    width: calc(100% - 0px);
    padding: 60px 25px 50px;
  }

  .promo_testimonial .promo_test_div .quote-left {
    padding-top: 15px;
    left: -8px;
    top: -26px;
    width: 75px;
    height: 75px;
  }

  .promo_testimonial .promo_test_div .quote-left svg {
    width: 45px;
  }
}

.cart__page {
  padding: 50px 0;
  background-color: #F3F6F8;
}

.empty__section {
  padding-bottom: 35px;
}

.empty__section i {
  color: #cc068a;
  font-size: 65px;
  background-color: #fff;
  padding: 10px;
  border-radius: 100%;
  width: 125px;
  height: 125px;
  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;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.062);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.062);
  margin: 35px auto 25px;
}

.empty__section h4 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.empty__section p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.486);
  margin-bottom: 15px;
}

.view__cartSummary h4,
.billing-details h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.tbl-shopping-cart.cart_shoppingTable thead tr th {
  font-weight: 600;
}

.tbl-shopping-cart.cart_shoppingTable td,
.tbl-shopping-cart.cart_shoppingTable th {
  vertical-align: middle !important;
}

#checkout-form .form-control {
  height: 44px;
}

.view__cartSummary .radio {
  width: 100%;
  border: 1px solid #eee;
  padding: 10px 12px 10px 12px;
  margin-bottom: 10px;
}

.view__cartSummary .radio label {
  width: 100%;
  font-size: 14px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-left: 22px;
}

.view__cartSummary .radio label input {
  margin-right: 5px;
  position: absolute;
  left: 0;
}

.view__cartSummary .radio label img {
  width: 30%;
  margin-top: -10px;
  margin-right: -8px;
}

#ccpaypalform label,
.billing-details label {
  padding: 0 0 5px !important;
  display: inline-block !important;
  font-size: 13px !important;
  color: dimgray;
}

#ccpaypalform label span,
.billing-details label span {
  color: red;
}

.base-background-color-layer-one:after,
.section__one:after,
.section__two:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: -1;
}

.course_detail_page {
  position: relative;
}

.base-background-color-layer-one {
  background-color: #290025;
  position: relative;
  z-index: 1;
}

.base-background-color-layer-one:after {
  background-color: #290025;
}

.base-background-color-layer-one .breadcrumb {
  margin-top: 26px;
  padding: 0 !important;
}

.base-background-color-layer-one h2 {
  font-size: 28px;
  color: #fff;
}

.widget_links_head {
  margin-top: 15px;
}

.widget_links_head a {
  color: #fff;
}

.widget_links_head .base {
  margin: 0 10px 0 0 !important;
}

.widget_links_head .share__btn,
.widget_links_head .wish__btn,
.widget_links_head .edit__btn {
  font-size: 16px;
  width: 45px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

.base-background-color-layer-one .img__video {
  max-height: 220px;
  position: relative;
  overflow: hidden;
}

.base-background-color-layer-one .img__video img {
  width: 100%;
  max-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.base-background-color-layer-one .img__video .preview_btns {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  padding-top: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), to(rgba(38, 38, 38, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(38, 38, 38, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3262626', GradientType=0);
}

.base-background-color-layer-one .img__video .preview_btns i {
  display: inline-block;
  color: white !important;
  font-size: 50px;
  padding-bottom: 20px;
  z-index: 2;
}

.base-background-color-layer-one .img__video .preview_btns span {
  display: inline-block;
  width: 100%;
}

.description__box ul li {
  line-height: 24px;
}

.section__one {
  position: relative;
  background-color: #F8F9FB;
  z-index: 1;
  padding: 0 15px;
}

.section__one:after {
  background-color: #F8F9FB;
}

.section__two {
  position: relative;
  background-color: #F8F9FB;
  z-index: 1;
  padding: 0 15px 10px;
}

.section__two:after {
  background-color: #F8F9FB;
}

.right__side .widget__price .price {
  margin-top: 35px;
}

.right__side .widget__price .price .current-price {
  font-size: 40px;
  font-weight: 800;
}

.right__side .widget__price .price .current-price .price-stripe {
  font-size: 16px;
  text-decoration: line-through;
  color: #858585;
  padding: 0 5px;
  font-weight: 600;
}

.right__side .widget__price .btns .dark_base_outline_btn,
.right__side .widget__price .btns .base2 {
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-top: 18px;
  border-radius: 15rem;
  border: 1px solid transparent;
}

.right__side .widget__price .btns .base2 {
  color: #fff;
  background-color: #CC068A;
  border-color: #CC068A;
}

.right__side .widget__price .btns .dark_base_outline_btn {
  color: #000;
  border-color: #000;
}

.widget__includes {
  margin-top: 35px;
  text-align: center;
}

.widget__includes h3 {
  font-size: 24px;
  font-weight: 700;
  color: #343635;
}

.widget__includes .cart-list {
  width: 100%;
  height: 100px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #D6D9DB;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
  padding: 10px 8px;
}

.view__cartSummary .amount,
.product-price .amount,
.product-subtotal .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trust_logo {
  gap: 10px;
}

#testimonial-slide .desc {
  padding-top: 10px;
  font-size: 13px;
  color: #858585;
  width: 100%;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  --max-lines: 3;
  height: 70px;
}

#testimonial-slide .name {
  font-size: 15px;
  font-weight: 600;
  padding-top: 10px;
}

#testimonial-slide .designation {
  font-size: 13px;
  color: #858585;
  padding-top: 5px;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 2000px) and (max-width: 50000px) {
  .min-vh-350 {
    min-height: 650px;
  }

  .min-vh-650 {
    min-height: 780px;
  }

  .header .working-area {
    max-width: 1550px;
    margin: auto;
  }

  main .large-screen-handle {
    max-width: 1537px;
    margin: auto;
  }

  .course-catelogue .col-4.mod-col-4 {
    -ms-flex: 0 0 25.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 25.333333%;
    max-width: 25.333333%;
  }

  .course-catelogue .col-8.mod-col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 73.666667%;
    max-width: 73.666667%;
  }

  .course-details .course-details-layout .col-4 .cart-box {
    width: 300px;
  }

  .course-details .course-details-layout .col-4 .cart-box {
    float: right;
  }

  .course-details .course-details-layout .col-4.cdl-100 {
    -ms-flex: 0 0 24.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 24.333333%;
    max-width: 24.333333%;
  }

  .course-details .course-details-layout .col-8 .ref-cart-box {
    width: 100%;
  }

  .course-details .course-details-layout .col-8.cdl-100 {
    -ms-flex: 0 0 74.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 74.666667%;
    max-width: 74.666667%;
  }

  .course-details .course-details-layout section.header-details .image img {
    width: 300px;
    float: right;
  }

  .course-details .course-details-layout section.header-details .text-a {
    position: relative;
    top: -49px;
    left: 33px;
  }

  .course-details .course-details-layout section.header-details .image i.fas.fa-play-circle {
    font-size: 42px;
    position: relative;
    top: 87px;
    left: 50%;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) and (max-width: 3500px) {
  .working-area {
    max-width: 1410px;
    margin: auto;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1410px;
  }

  .main-nav-wrap>ul>li>ul>li a {
    padding: 8px 10px 8px 30px !important;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1279px) and (max-width: 1599px) {
  .working-area {
    max-width: 1280px;
    margin: auto;
  }
}

/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
@media (max-width: 786px) {
  .hide-on-mobile {
    display: none;
  }

  .homepage .exploreCourses .ab {
    left: 37px;
  }

  .min-vh-650 {
    min-height: auto !important;
  }
}

@media (max-width: 768px) {
  .home-popular-courses::before {
    display: none !important;
  }
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 480px) {
  #coupon_frm .base {
    margin-top: 10px !important;
  }

  .mobile_div img {
    width: 100%;
    margin-bottom: 5px;
  }

  #applycoupon {
    margin-top: 10px !important;
  }

  .cart_added_popup .modal-body div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    text-align: center;
  }

  .widget .widget_course .course_content .course_title {
    font-size: 15px;
  }
}

/* Extra small devices (phones, 320px and up) */
@media (max-width: 395px) {
  .widget .widget_course {
    padding: 14px;
  }

  .widget .widget_course .course_content .price_bx .ba-a-a {
    font-size: 16px;
  }

  .widget .widget_course .course_content .price_bx .ba-a-b {
    font-size: 11px;
  }

  .home-popularList-box .container-fluid,
  .course-cate-list-col .box1.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .widget .widget_course .course_content .price_bx {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .widget .widget_course .course_content .cr_left_area {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .widget .widget_course .course_content .course_title {
    font-size: 15px;
    -webkit-line-clamp: 5;
  }
}

@media screen and (min-width: 320px) and (max-width: 992px) {

  .base-background-color-layer-one:before,
  .section__one:before,
  .section__two:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
  }

  .base-background-color-layer-one:before {
    background-color: #290025;
  }

  .section__one:before {
    background-color: #F3F6F8;
  }

  .section__two:before {
    background-color: #F8F9FB;
  }

  .course_detail_page {
    overflow: hidden;
  }

  .widget_links_head {
    margin-bottom: 15px;
  }

  .base-background-color-layer-one .img__video {
    margin-bottom: 15px;
  }

  .course-details-keytabs .nav-link {
    font-size: 18px;
  }

  .description__box .font-size-min-larger {
    font-size: 18px !important;
    padding-bottom: 15px !important;
  }

  .dl-submenu.dropdown-menu {
    width: 240px;
  }

  .dl-submenu.dropdown-menu li a,
  .dl-menuwrapper li a {
    padding: 6px 10px 6px 30px;
    font-size: 13px;
    font-weight: 500;
    color: #29303b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .dl-submenu.dropdown-menu li a .icon,
  .dl-menuwrapper li a .icon {
    text-align: center;
    position: absolute;
    left: 7px;
    width: 18px;
  }

  .downIcon {
    position: absolute !important;
    right: 0;
    z-index: 2;
    top: 0;
    width: 30px;
    height: 32px;
    padding: 0 !important;
  }

  .inners_sub {
    border-radius: 6px;
  }

  .inners_sub li a {
    padding: 6px 10px 6px 15px !important;
  }

  .dl-menuwrapper li a .right_d {
    text-align: center;
    position: absolute;
    right: 7px;
    width: 18px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .course-curriculum-box .inner_sectionHead .section_titles {
    margin-bottom: 10px !important;
  }

  .course-curriculum-box .inner_sectionHead .d-flex {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 414px) {
  .section__two {
    padding: 0 5px 50px;
  }

  .fourty_promo .widget .widget_course .coupon_code {
    font-size: 13px;
  }
}

@media (max-width: 320px) {

  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.85) !important;
    -webkit-transform: scale(0.85) !important;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform .action-button {
  width: 100px;
  background: #673AB7;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311B92;
}

#msform .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #673AB7;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  text-align: center;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #673AB7;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #673AB7;
}

.fit-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.overview-block .learning-questions-block .learn-q-area {
  height: 134px;
  overflow-y: auto;
  overflow-x: hidden;
}
/*fisaw font*/
.privacy-policy p {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
  color: #555;
  font-weight: 400;
}

#tandc p, #tandc li {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 16px !important;
}

.privacy-policy .accordion-item {
  border-radius: 10px;
  text-align: center;
  margin: 20px 0 0;
  overflow: hidden;
  border: 1px solid transparent;
}

.privacy-policy h2.accordion-button {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #290025;
  background: rgba(137, 107, 127, 0.2);
  text-align: left;
  margin: 0 !important;
  padding: 1.25rem 1.25rem 1.25rem 1rem;
  border-radius: 10px !important;
  border-bottom: 0 !important;
  box-shadow: none;
}

.privacy-policy h2.accordion-button:not(.collapsed) {
  border: 1px solid #896B7F;
  background-color: #fff;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  color: #CC068A;
}

.privacy-policy .accordion-collapse {
  border: 1px solid #896B7F;
  background-color: #fff;
  border-radius: 10px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: 0 !important;
}

.privacy-policy .accordion-collapse .card-body {
  padding-top: 0 !important;
  border-radius: 10px;
}

.privacy-policy .accordion-collapse .card-body h3 {
  font-size: 18px;
  text-align: start;
  margin-bottom: 10px;
}

.privacy-policy .accordion-collapse .card-body p {
  font-size: 17px;
  text-align: start !important;
}

.privacy-policy .accordion-button::after {
  position: absolute;
  top: 24px;
  right: 10px;
  background-size: 1rem;
}

.privacy-policy .section_title {
  margin-bottom: 40px;
}

.privacy-policy .section_title h2 {
  font-family: 'Source Sans Pro', sans-serif !important;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .privacy-policy {
    padding: 20px 0 80px;
  }

  .privacy-policy .accordion-collapse .card-body p {
    font-size: 14px;
  }

  .privacy-policy .accordion-collapse .card-body h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .privacy-policy h2.accordion-button {
    font-size: 16;
    padding: 1rem;
  }
}

.sticky2 {
  position: fixed;
  top: 74px;
  left: 0;
  z-index: 10;
}

/* faq */

.card {
  margin: 15px;
}

.card-header {
  border-radius: 9px !important;
  border-bottom: 0px solid rgba(0, 0, 0, .125);
  background-color: rgba(193, 199, 208, 0.50);
}

.accordion-button:not(.collapsed) {
  background-color: rgba(221, 225, 232, 0.5);
  border-radius: 9px !important;
  box-shadow: none;
  color: black;
}

.accordion-button.collapsed {
  background-color: rgba(221, 225, 232, 0.5);
  border-radius: 9px !important;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button {
  font-size: 20px !important;
  line-height: 20px;
  font-weight: 400;
}

.card-body .card-header{
  background-color: transparent !important;
  border-bottom: 2px solid rgba(0,0,0,.125);
  border-radius: 0px !important;
}

.card-body .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}

.card-body .accordion-button.collapsed {
  background-color: transparent !important;
}

.card-body #collapse2 .accordion-button.collapsed::after{
  transform: rotate(-180deg) !important;
}
.card-body #collapse2 .accordion-button:not(.collapsed)::after{
  transform: rotate(0deg) !important;
}