/***********
1. Fonts
***********/

@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*********************************
2. Body and some general stuff
*********************************/

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  letter-spacing: 0.5px;
}

body,
html {
  font-family: "Mulish", sans-serif;
  padding: 0;
  margin: 0;
  font-family: mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #11173a;
  -webkit-text-fill-color: inherit;
  -webkit-text-fill-color: initial;
  -webkit-text-fill-color: unset;
  scroll-behavior: auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none !important;
}

html::-webkit-scrollbar {
  display: none;
}

:root {
  --colors-primaryBrand: hsl(23, 90%, 54%);
  --colors-secondaryBrand: hsl(212, 73%, 19%);
  --colors-textColor: hsl(231, 55%, 15%);
  --colors-errorColor: hsl(0, 65%, 53%);
  --colors-successColor: hsl(128, 52%, 47%);
  --colors-backgroundColor: hsl(220, 27%, 98%);
  --colors-primaryBrand900: hsla(23, 90%, 54%, 0.9);
  --colors-primaryBrand100: hsla(23, 90%, 54%, 0.1);
  --colors-textColor700: hsla(231, 55%, 15%, 0.7);
  --colors-textColor500: hsla(231, 55%, 15%, 0.5);
  --colors-textColor300: hsla(231, 55%, 15%, 0.3);
  --colors-textColor100: hsla(231, 55%, 15%, 0.1);
  --space-1: 5px;
  --space-2: 10px;
  --space-3: 15px;
  --space-4: 20px;
  --space-5: 25px;
  --space-6: 35px;
  --sizes-1: 5px;
  --sizes-2: 10px;
  --sizes-3: 15px;
  --sizes-4: 20px;
  --sizes-5: 25px;
  --sizes-6: 35px;
  --fontSizes-1: 12px;
  --fontSizes-2: 13px;
  --fontSizes-3: 15px;
  --fontSizes-4: 17px;
  --fontSizes-5: 19px;
  --fontSizes-6: 21px;
  --border-color: hsl(209, 14%, 63%);
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* .dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
} */

/*Without this, clicking will make it sticky*/

div {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin-bottom: 0px;
}

p {
  font-family: "Mulish", sans-serif;
  /* font-size: 14px; */
  line-height: 1.85;
  font-weight: 400;
  /* color: #76777a; */
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 1px #ffa07f;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

p:last-of-type {
  /* margin-bottom: 0; */
}

a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  color: #f37120;
  cursor: pointer;
}

a:hover {
  color: #f37120 !important;
}

p a:active {
  position: relative;
  color: #ff6347;
}

p a:hover {
  color: #ffffff;
  background: #ffa07f;
}

p a:hover::after {
  opacity: 0.2;
}

/* ::selection {}
    
    p::selection {} */

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish", serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  /* color: #595959; */
  margin-bottom: 0;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
  box-sizing: border-box;
}

.form-control {
  /* color: #db5246; */
}

section {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.container-1640 {
  padding: 16px 40px;
}

.clear {
  clear: both;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fill_height {
  height: 100%;
}

.super_container {
  width: 100%;
  overflow: hidden;
}

.prlx_parent {
  overflow: hidden;
}

.prlx {
  height: 130% !important;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.nopadding {
  padding: 0px !important;
}

.fa,
.fa::before {
  font-family: "fontAwesome";
}

button {
  box-shadow: none !important;
  outline: none !important;
  outline: 0px;
}

.btn,
input,
select,
textarea {
  box-shadow: none !important;
  outline: none !important;
}

/************
Header
************/

.header {
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 0px;
  z-index: 1000;
  box-shadow: rgb(17 23 58 / 8%) 0px 3px 20px;
  display: none;
}

.header .navbar {
  min-height: 64px;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar--brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.logo {
  /* height: 30px; */
  padding: 0px;
  width: 150px;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  width: 190px;
}

.logo img {
  /* height: 36px; */
  width: 100%;
}

.header .search--box {
  display: flex;
  position: relative;
  margin: 0px;
  height: 40px;
  align-items: center;
  width: 460px;
}

.search-container {
  display: contents;
  color: var(--colors-textColor700);
}

.search-field {
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  color: #000;
}

.search--box input::placeholder {
  font-size: 15px;
  color: #b7bec4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 40px;
  font-weight: 100;
}

.search--box input:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  box-shadow: none;
}

.form-control,
.form-select {
  height: 40px;
  font-weight: 600;
  font-size: 14px;
}

.search--box svg,
.search--box i {
  position: absolute;
  right: 12px;
  color: var(--colors-textColor700);
}

.header .navbar .nav-link {
  margin-left: 8px;
  margin-right: 8px;
  font-weight: 600;
}

.navbar-nav .header--items .nav-link:hover {
  color: #f37120 !important;
}

.navbar-nav .cart {
  width: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.navbar-nav .cart a {
  color: #76777a;
}

.navbar-nav .header--signinbtn {
  margin-left: 16px;
  border-radius: 4px;
  outline: 0px;
  font-size: var(--fontSizes-3);
  line-height: 24px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
  background-color: white !important;
  border: 1px solid var(--colors-primaryBrand) !important;
  color: var(--colors-primaryBrand) !important;
}

.navbar-nav .header--signinbtn:hover {
  background-color: var(--colors-primaryBrand) !important;
  color: #fff !important;
}

.navbar-nav .header--items .nav-link {
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.course--dropdown {
  background: rgb(255, 255, 255);
  border: none;
  box-shadow: rgb(13 47 85 / 10%) 0px 3px 50px;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  left: unset;
  right: 0px;
  width: 450px;
  margin-top: -1px;
  overflow: auto;
  max-height: 400px;
}

.course--dropdown .dropdown-item {
  padding: 5px 10px;
  width: 100%;
  margin: 4px 0px;
  font-weight: 600;
  line-height: 22px;
  height: auto;
  color: var(--colors-textColor);
  white-space: inherit;
}
.mobile--header .course--dropdown.show {
  transform: translate3d(0px, 0px, 0px) !important;
  position: relative !important;
  width: 100%;
}

.course--dropdown .dropdown-item:hover {
  background-color: rgb(254, 240, 232);
  border-radius: 4px;
  color: var(--colors-textColor) !important;
}

.profileDropdown {
  position: relative;
  background-color: #f37120;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f37120;
  /* box-shadow: none !important; */
}
.profileDropdown :focus {
  outline: none !important;
}
.profileDropdown .dropdown-toggle {
  padding: 0;
  color: #fff !important;
  border: 1px solid #fff;
  text-transform: uppercase;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
.profileDropdown .dropdown-toggle::after {
  content: "";
  border: 0;
}
.dropdown-item:active {
  background-color: rgb(254, 240, 232) !important;
}
.profile--dropdown {
  background: #fff;
  border: none;
  box-shadow: 0 3px 50px rgba(13, 47, 85, 0.3);
  border-radius: 8px;
  width: 260px !important;
  color: #11173a;
  padding: 8px;
  position: absolute;
  left: unset;
  right: 0;
  top: 34px;
}
.profile--dropdown a {
  padding: 6px 10px;
  height: 34px;
  width: 100%;
  margin: 4px 0;
  font-weight: 600;
  font-size: 14px;
  color: #11173a;
}
/************
Mobile Header
************/

.mobile--header {
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 0px;
  z-index: 1000;
  box-shadow: rgb(17 23 58 / 8%) 0px 3px 20px;
  min-height: 64px;
  padding: 6px 0px;
  display: none;
}

.mobile--header .navbar {
  padding: 0px;
  height: 52px;
}

.mobile--header .menu {
  position: relative;
}

.mobile--header .logo {
  height: 30px;
  padding: 0px;
  width: 190px;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.mobile--header .searchMenu {
  position: absolute;
  width: 100%;
  left: unset;
  right: 0px;
  top: 12px;
}

.m-search--box {
  height: 33px;
  display: flex;
  position: absolute;
  right: 0px;
  top: -17px;
  margin-right: 16px;
  justify-content: flex-end;
}

.mobile--header .searchMenu .searchIcon {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--colors-textColor);
  z-index: 2;
}

.mobile--header .searchMenu .searchIcon.open {
  width: calc(100% - 48px);
}

.mobile--header .searchMenu .searchIcon svg {
  position: absolute;
  left: unset;
  right: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
}
.mobile--header .searchMenu .searchIcon .mobileSearchBox {
  display: none !important;
}
.mobile--header .searchMenu .searchIcon.open .mobileSearchBox {
  display: block !important;
}
.mobile--header .searchMenu .searchIcon label {
  width: 100%;
  margin: 0px;
  height: 36px;
}

.mobile--header .searchMenu .searchIcon label input {
  height: inherit;
}

.mobile--header .searchMenu .cart {
  width: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.m-search--box .cart a img {
  width: 20px;
  height: 20px;
}

.mobile--header .menu button svg {
  margin-bottom: 4px;
}

.m-search--box .cart a span {
  width: 16px;
  height: 16px;
}

.mobile--header .menu button {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px;
  border: 0px;
  background: white;
}

.mobile--header .sidebar.active {
  left: 0px;
}

.mobile--header .sidebar {
  width: 280px;
  min-height: 100vh;
  box-shadow: rgb(0 0 0 / 16%) 0px 4px 8px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0px;
  left: -100%;
  z-index: 2;
  transition: all 0.5s ease 0s;
}

.mobile--header .sb--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 0px;
  z-index: 1000;
  box-shadow: rgb(17 23 58 / 8%) 0px 3px 20px;
  min-height: 64px;
  padding: 6px 16px;
}

.mobile--header .sb--body {
  padding: 15px;
  height: calc(100vh - 67px);
  overflow-x: hidden;
}

.mobile--header .sb--body ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
}

.mobile--header .sb--body ul li {
  list-style: none;
}

.btn--login {
  border-radius: 4px;
  outline: 0px;
  font-size: var(--fontSizes-3);
  line-height: 24px;
  height: 40px;
  background-color: var(--colors-primaryBrand);
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
  color: #fff;
}

/************
Breadcrumb
************/

.p-breadcrumb {
  background-color: rgb(248, 249, 251);
  height: auto;
  /* display: flex; */
  align-items: center;
  color: rgb(135, 138, 156);
  font-size: 13px;
  font-weight: 400;
}

.p-breadcrumb .bcrmb--link a {
  color: #f37120;
}

/************
Index Banner Area
************/

.main--area {
  min-height: calc(100vh - 64px);
}

.banner--carousel .swiper-wrapper img {
  width: 100%;
}

.banner--carousel .owl-nav,
.banner--carousel .swiper-button-prev,
.banner--carousel .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  justify-content: space-between;
  width: auto;
  /* padding: 0 30px; */
  opacity: 0.5;
  width: 30px;
  height: 30px;
}

.banner--carousel .owl-nav button,
.banner--carousel .swiper-button-prev:after,
.banner--carousel .swiper-button-next:after {
  width: 30px;
  height: 30px;
  border: 1px solid var(--colors-primaryBrand) !important;
  border-radius: 50% !important;
}

.banner--carousel .owl-nav button span,
.banner--carousel .swiper-button-prev:after,
.banner--carousel .swiper-button-next:after {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: -11px; */
  color: var(--colors-primaryBrand);
}

.banner--carousel .owl-nav button:hover,
.banner--carousel .swiper-button-prev:hover:after,
.banner--carousel .swiper-button-next:hover:after {
  background-color: var(--colors-backgroundColor) !important;
  border-color: var(--colors-backgroundColor) !important;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.banner--carousel .owl-nav button:hover span,
.banner--carousel .swiper-button-prev:after:hover,
.banner--carousel .swiper-button-next:after:hover {
  color: var(--colors-secondaryBrand) !important;
}

.banner--carousel .owl-dots,
.banner--carousel .swiper-pagination {
  margin-top: 10px;
  position: absolute;
  width: 100%;
}

.banner--carousel .owl-dots .owl-dot span,
.banner--carousel .swiper-pagination-bullet {
  background-color: #f37120 !important;
  opacity: 0.5;
  width: 8px !important;
  height: 8px !important;
}

.banner--carousel .owl-dots .owl-dot.active span,
.banner--carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f37120 !important;
  opacity: 1;
}

/************
Index Category Area
************/

.index--title {
  font-size: 1.5rem;
  line-height: 35px;
  font-weight: 700;
  margin: 30px 0;
}

.section--title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  padding: 60px 0 20px;
}

/******************************
Category Page,Index Page : Other category
*******************************/

.oth--cat--container {
  padding: 8px;
}

.oth--cat--scroller {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.oth--cat--scroller::-webkit-scrollbar {
  display: none;
}

.oth--cat--scroller > div {
  margin-right: 30px;
}

.oth--cat--scroller > div:last-child {
  margin-right: 0px;
}

.oth--cat--scroller .swiper-button-prev {
  left: -16px;
  visibility: hidden;
  margin: 0;
}

.oth--cat--scroller .swiper-button-next {
  right: -16px;
  margin: 0;
  visibility: hidden;
}

.oth--cat--scroller .swiper-button-prev.swiper-button-disabled,
.oth--cat--scroller .swiper-button-next.swiper-button-disabled {
  display: none;
}

.oth--cat--scroller .swiper-button-prev,
.oth--cat--scroller .swiper-button-next {
  width: auto;
  transform: translateY(-50%);
}

.oth--cat--scroller .swiper-button-prev:after,
.oth--cat--scroller .swiper-button-next:after {
  width: 40px;
  height: 40px;
  border: 1px solid var(--colors-backgroundColor) !important;
  border-radius: 50% !important;
  background-color: var(--colors-backgroundColor) !important;
  box-shadow: 0 2px 12px hsl(0deg 0% 82% / 50%);
  font-size: 17px;
}

.oth--cat--scroller .swiper-button-prev:after,
.oth--cat--scroller .swiper-button-next:after {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--colors-primaryBrand);
}

.oth--cat .categories {
  text-transform: capitalize;
  margin: auto auto 13px;
  color: #fff;
  font-weight: 800;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.category--card {
  display: flex;
  flex-direction: column;
  height: 300px;
  width: 360px;
  border-radius: 20px;
  opacity: 1;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.category--card .category--innnerDiv {
  height: 100%;
  display: flex;
}

.cat--title {
  text-transform: capitalize;
  /* margin: auto auto 13px; */
  margin: auto auto 0px;
  color: #fff;
  font-weight: 800;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 55px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

.cat--title span {
  letter-spacing: 4px;
}

/************
Index Advantage Area
************/

.adv-section {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #575c74;
  display: flex;
  padding: 15px;
  align-items: center;
}

.adv-section .icon {
  margin-right: 15px;
  min-width: 64px;
}

.adv-section .icon img {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: 64px;
  height: 64px;
  background: none;
  opacity: 1;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: relative;
  max-width: 100%;
  object-fit: cover;
}

.pro--advantage {
  border-radius: 4px;
  background-color: rgba(255, 124, 2, 0.05);
  padding: 16px;
  margin: 16px 0;
}

.pro--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.pro--title div {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #f37120;
}

.pro--title span {
  font-weight: 400;
  font-size: 10px;
  line-height: 22px;
  /* color: rgba(41, 50, 105, .5); */
}

/************
Index How It Works Area
************/

.howItWorks--area {
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
}

.howItWorks--area .howItWork--section {
  padding: 0 16px 32px 0;
}

.howItWorks--area .howItWork--section .img--box {
  height: 140px;
  position: relative;
}

.howItWorks--area .howItWork--section .img--box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.howItWork--detail {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  color: #575c74;
  justify-content: center;
}

.howItWork--detail .index--title {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #11173a;
  margin: 8px;
}

.howItWork--detail .desc {
  font-weight: 400;
  margin: 8px;
}

/************
Index Course Bundles Area
************/

.bundleCard {
  margin: 15px auto -5px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 4px 11px hsl(0deg 0% 71% / 25%);
  width: 380px;
  position: relative;
  background-color: #fff;
  color: #11173a;
  transition: all 0.2s ease-in;
}

.bundleCard .bundleImg {
  height: 266px;
  position: relative;
}

.bundleCard .bundleImg img {
  width: 100%;
  height: 100%;
}

.bundleCard .bundleDetail {
  padding: 16px;
  position: relative;
  z-index: 1;
}

.bundleCard .bundleDetail .bundle--language {
  color: #f37120;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 22px;
  height: 22px;
}

.bundleCard .bundleDetail .bundleText {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #f37120;
}

.bundleCard .bundleDetail .bundle--title {
  height: 54px;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 27px;
}

.bundleCard:hover .bundle--title span {
  color: #f37120;
  transition: all 0.2s ease-in;
}

.bundleCard .bundleDetail .bundle--videoCount {
  font-weight: 600;
  font-size: 1rem;
  line-height: 22px;
  color: rgba(41, 50, 105, 0.5);
  height: 22px;
}

.bundleCard .bundleDetail .bundle--videoCount ul {
  padding: 0;
  margin: 0;
}

.bundleCard .bundleDetail .bundle--videoCount ul li {
  display: inline;
}

.bundleCard
  .bundleDetail
  .bundle--videoCount
  ul
  li:not(
    .bundleCard .bundleDetail .bundle--videoCount ul li:first-child
  ):before {
  content: "•";
  padding: 8px;
}

.bundleCard .bundleDetail .bundle--Courses {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: rgba(41, 50, 105, 0.5);
  height: 40px;
  overflow: hidden;
}

.bundleCard .bundleDetail .bundle--Courses span {
  font-weight: 800;
}

.bundleCard .bundleDetail .view--more {
  font-weight: 600;
  font-size: 11px;
  line-height: 22px;
  color: #f37120;
  text-decoration: underline;
  margin-bottom: 1rem !important;
  display: inline-block !important;
}

.bundleCard .bundleDetail .bundle--prices {
  border-top: 1px solid hsla(0, 0%, 59%, 0.2);
}

.bundleCard .bundleDetail .bundle--prices .bundle--extraDisc {
  color: #fff;
  position: absolute;
  bottom: 16px;
  left: 0;
  font-size: 11px;
  background: #f37120;
  border-radius: 0 8px 8px 0;
  padding: 4px 8px;
}

.bundleCard .bundleDetail .bundle--prices .bundle--priceTag {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
}

.bundleCard .bundleDetail .bundle--prices .bundle--off {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 16px;
  color: #39b64a;
  padding-right: 16px;
}

.bundleCard .bundleDetail .bundle--prices .bundle--grossPrice {
  color: rgba(41, 50, 105, 0.5);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 22px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  padding-right: 16px;
  display: flex;
  align-items: center;
}

.bundleCard .bundleDetail .bundle--prices .bundle--grossPrice svg {
  margin-right: -4px;
}

.bundleCard .bundleDetail .bundle--prices .bundle--netPrice {
  display: flex;
  flex-direction: column;
}

.bundleCard .bundleDetail .bundle--prices .bundle--netPrice .bundle--amount {
  font-weight: 800;
  font-size: 1.5625rem;
  line-height: 22px;
  color: #11173a;
  display: flex;
  align-items: center;
}

.bundleCard
  .bundleDetail
  .bundle--prices
  .bundle--netPrice
  .bundle--amount
  svg {
  margin: -4px;
}

.bundleCard .bundleDetail .bundle--prices .bundle--netPrice .bundle--onwards {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 22px;
  color: rgba(41, 50, 105, 0.5);
}

.bundleCard .bundleDetail .bundle--prices .bundle--netPrice .bundle--onwards p {
  margin: 0;
  padding-top: 4px;
}

.bundleCard .bundleDetail .bundle--onwards p span {
  color: #39b64a;
}

.bundleBack1,
.bundleBack2 {
  box-shadow: 0 4px 11px hsl(0deg 0% 71% / 25%);
  height: 20px;
  position: relative;
  border-radius: 4px;
  margin: 0 auto;
  background-color: #fff;
}

.bundleBack1 {
  width: 360px;
  z-index: -1;
  bottom: 5px;
}

.bundleBack2 {
  width: 340px;
  z-index: -2;
  bottom: 15px;
}

/************
Index Courses Area
************/

.coursesCard {
  margin: 15px auto;
  border-radius: 8px;
  cursor: pointer;
  filter: drop-shadow(0 4px 13px rgba(180, 180, 180, 0.25));
  box-shadow: 0 4px 11px hsl(0deg 0% 71% / 25%);
  width: 380px;
  color: #11173a;
  overflow: hidden;
}

.coursesCard:hover {
  box-shadow: 0 0 9px 3px rgb(20 23 28 / 10%), 0 4px 2px 0 rgb(20 23 28 / 10%);
}

.coursesCard .coursesImg {
  height: 266px;
  position: relative;
}

.coursesCard .coursesImg img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: contain;
}

.coursesCard .coursesImg :first-child {
  border-radius: 8px 8px 0 0;
}

.coursesCard .coursesImg .courses--category {
  color: #11173a;
  position: absolute;
  right: 12px;
  top: 12px;
  background: hsla(0, 0%, 100%, 0.9);
  padding: 4px 8px;
  box-shadow: 0 2px 34px rgb(0 0 0 / 10%);
  border-radius: 4px;
  line-height: 22px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 18px;
}

.coursesCard .coursesDetail {
  padding: 16px;
}

.coursesCard .coursesDetail .courses--language {
  color: #f37120;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 22px;
  height: 22px;
}

.coursesCard .coursesDetail .courses--title {
  height: 54px;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 27px;
}

.coursesCard .coursesDetail .courses--videoCount {
  font-weight: 600;
  font-size: 1rem;
  line-height: 22px;
  color: rgba(41, 50, 105, 0.5);
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.2);
}

.coursesCard .coursesDetail .courses--videoCount ul {
  padding: 0;
  margin: 16px 0;
}

.coursesCard .coursesDetail .courses--videoCount ul li {
  display: inline;
}

.coursesCard
  .coursesDetail
  .courses--videoCount
  ul
  li:not(
    .coursesCard .coursesDetail .courses--videoCount ul li:first-child
  ):before {
  content: "•";
  padding: 8px;
}

.coursesCard .coursesDetail .courses--priceTag {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
}

.coursesCard .coursesDetail .courses--priceTag .courses--off {
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 16px;
  color: #39b64a;
  padding-right: 16px;
}

.coursesCard .coursesDetail .courses--priceTag .courses--grossPrice {
  color: rgba(41, 50, 105, 0.5);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 22px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  padding-right: 16px;
  display: flex;
  align-items: center;
}

.coursesCard .coursesDetail .courses--priceTag .courses--grossPrice svg {
  margin-right: -4px;
}

.coursesCard .coursesDetail .courses--prices .courses--netPrice {
  display: flex;
  flex-direction: column;
}

.coursesCard
  .coursesDetail
  .courses--prices
  .courses--netPrice
  .courses--amount {
  font-weight: 800;
  font-size: 1.5625rem;
  line-height: 22px;
  color: #11173a;
  display: flex;
  align-items: center;
}

.coursesCard
  .coursesDetail
  .courses--prices
  .courses--netPrice
  .courses--amount
  svg {
  margin: -4px;
}

.coursesCard
  .coursesDetail
  .courses--prices
  .courses--netPrice
  .courses--onwards {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 22px;
  color: rgba(41, 50, 105, 0.5);
}

.coursesCard
  .coursesDetail
  .courses--prices
  .courses--netPrice
  .courses--onwards
  p {
  margin: 0;
  padding-top: 4px;
}

.coursesCard .coursesDetail .courses--onwards p span {
  color: #39b64a;
}

.coursesCard:hover .courses--title span {
  color: #f37120;
  transition: all 0.2s ease-in;
}

.courses--cmngsoonbtn {
  border: 1px solid #f37021;
  box-sizing: border-box;
  border-radius: 8px;
  height: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 3px;
  color: #f37021;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 15px;
  text-transform: uppercase;
}

/************
Index Trust Us bcz Area
************/

.trustUsBox {
  text-align: center;
  padding: 0 40px;
}

.trustUs--imgBox {
  width: 100%;
  height: 100px;
  margin-bottom: 8px;
}

.trustUs--imgBox img {
  width: 100px;
  height: 100px;
}

.trustUsBox .trustUs--text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(17, 23, 58, 0.8);
}

/************
Index Testimonial
************/

.testimonial--carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 8px;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.testimonial--box {
  margin-right: 30px;
  box-shadow: 0 4px 11px hsl(0deg 0% 71% / 25%);
  border-radius: 8px;
  width: 360px;
  padding: 20px;
  background-position: 50%;
  margin: 15px 30px 15px 0;
  flex: none;
}

.testimonial--box .testimonial--head {
}

.testi--name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: 1.125px;
  color: #11173a;
  margin: 8px 0;
}

.testi--position {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 18px;
  color: rgba(41, 50, 105, 0.5);
}

.testi--course {
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 18px;
  text-transform: uppercase;
  color: #11173a;
  /* white-space: break-spaces; */
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 8px 0;
  height: 36px;
}

.testi--description div {
  word-wrap: break-word;
  white-space: pre-line;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 23px;
  color: rgba(41, 50, 105, 0.5);
  height: 120px;
  overflow: auto;
  margin: 0;
  text-align: justify;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.testimonial--carousel .swiper-button-prev {
  left: -16px;
}

.testimonial--carousel .swiper-button-next {
  right: -16px;
}

.testimonial--carousel .swiper-button-prev.swiper-button-disabled,
.testimonial--carousel .swiper-button-next.swiper-button-disabled {
  display: none;
}

.testimonial--carousel .swiper-button-prev,
.testimonial--carousel .swiper-button-next {
  width: auto;
}

.testimonial--carousel .swiper-button-prev:after,
.testimonial--carousel .swiper-button-next:after {
  width: 40px;
  height: 40px;
  border: 1px solid var(--colors-backgroundColor) !important;
  border-radius: 50% !important;
  background-color: var(--colors-backgroundColor) !important;
  box-shadow: 0 2px 12px hsl(0deg 0% 82% / 50%);
  font-size: 17px;
}

.testimonial--carousel .swiper-button-prev:after,
.testimonial--carousel .swiper-button-next:after {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--colors-primaryBrand);
}

/************
Index Top Recruiter 
************/

.recuriter--box {
  box-shadow: 0 4px 11px hsl(0deg 0% 71% / 25%);
  padding: 16px;
  border-radius: 8px;
}

.recruiter--name {
  display: inline;
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-right: 140px;
}

/************
Index Carrer Counselling 
************/

.carrer--counselling--container {
  border-radius: 16px;
  background: gray;
  margin: 60px 0 30px;
  padding: 24px 30px;
  color: #fff;
  background-image: url(../../images/career_counselling.png);
}

.carrer--counselling--container .index--title {
  margin: 0 0 8px;
}

/* .carrer--counselling--container p {
    color: #fff;
    font-size: 16px;
} */

.counsellingBtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.counsellingBtn a {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 46px;
  width: 180px;
  background: transparent;
  text-align: center;
  line-height: 46px;
}

.counsellingBtn a:hover,
a:hover.btn-one-type-one {
  color: #fff !important;
}

/************
Index Faq's 
************/

.faq--box {
  margin-top: 30px;
}

.faq--category {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #575c74;
  text-transform: uppercase;
}

.faq--accordion .faq-contentBox {
  background: #f9f9f9;
  border-radius: 4px;
  margin-top: 8px;
  min-height: 64px;
  border: none;
}

.faq--accordion .faq-contentBox .label {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.725px;
  padding: 20px;
  position: relative;
  color: #000;
}

.faq--accordion .faq-contentBox .label ~ .icon {
  color: #000;
  font-size: 1.5em;
}

.faq--accordion .faq-contentBox .icon i::before {
  transition: 0.5s;
  content: "\f106"; /* Down Arrow */
}
.faq--accordion .faq-contentBox .collapsed .icon i::before {
  transition: 0.5s;
  content: "\f107"; /* Down Arrow */
}

.faq--accordion .faq-contentBox .labelBox:hover .label {
  cursor: pointer;
  color: #f37120;
}

.faq--accordion .faq-contentBox .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: rgba(41, 50, 105, 0.5);
  padding: 0 20px 20px;
}

/************
Footer
************/

.footer {
  background-color: #f8f9fb;
  color: #575c74;
}

.footer--logo {
  width: 200px;
  cursor: pointer;
}

.footer--logo img {
  width: 100%;
}

.footer--category {
  padding: 0;
}

.footer--category .index--title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.footer--category a {
  color: #575c74 !important;
}

.footer--link {
  line-height: 22px;
  padding: 8px 0;
}

.footer--link a:hover {
  transition: all 0.2s ease;
  color: #f37120 !important;
}

.footer--social {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.footer--social li {
  width: 20px;
  background-color: #575c74;
  text-align: center;
  padding: 0px;
  border-radius: 4px;
  color: #fff;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
}

.footer--social li:hover {
  background-color: #f37021;
}

.footer--social li i {
  color: #fff;
  width: 17.5px;
  font-weight: 100;
}

.underline {
  text-decoration: underline !important;
}

.bottom-footer {
  font-weight: 700;
  font-size: 1rem;
  line-height: 24px;
  color: rgba(41, 50, 105, 0.5);
}

.bottom-footer ul {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.bottom-footer ul li {
  padding-left: 32px;
  display: inline;
}

.bottom-footer ul li a {
  color: rgba(41, 50, 105, 0.5);
}

.bottom-footer ul li a:hover {
  color: #f37021;
  transition: all 0.3s ease;
}

.hr {
  border-top: 1px solid rgba(17, 23, 58, 0.1);
  margin: 16px 0;
}

.btn-one {
  /* width: 100%; */
  height: 40px;
  /* font-weight: 700; */
  font-size: 14px;
  line-height: 18px;
}

.btn-one.btn {
  border-radius: 4px;
  outline: 0px;
  font-size: var(--fontSizes-3);
  line-height: 24px;
  height: 40px;
  background-color: var(--colors-primaryBrand);
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
}

.btn-one-type-one {
  background-color: var(--colors-primaryBrand) !important;
  border: 2px solid var(--colors-primaryBrand) !important;
}

.btn-one-type-two {
  background-color: white !important;
  border: 1px solid var(--colors-primaryBrand) !important;
  color: var(--colors-primaryBrand) !important;
}

.btn-one-type-one:hover {
  border: 2px solid var(--colors-primaryBrand900) !important;
  outline: 1px solid var(--colors-primaryBrand900) !important;
}

.btn-one-type-two:hover {
  background-color: var(--colors-primaryBrand) !important;
  color: #fff !important;
}

.btn-one-type-two:disabled:hover {
  background-color: white !important;
  color: var(--colors-primaryBrand) !important;
}

.page--title {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  padding: 8px 0 30px;
}

.proTitle {
  color: #f37120;
}

.link,
.link:hover {
  color: #f37120;
  text-decoration: underline;
  cursor: pointer;
}

.link-text,
.link-text:hover {
  color: #f37120;
  text-decoration: underline;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

/**********************
    Login And Signup
**********************/

.loginModal > div > div {
  background: rgb(255, 255, 255);
  border-radius: 8px;
  border: none;
  overflow: none;
}

.loginModalHeader {
  border: none;
  padding: 16px;
}

.loginModalTitle {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  margin: 12px 0px;
  text-align: center;
  width: 100%;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    50%/1em auto no-repeat;
}

.modal-header .btn-close {
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.loginModalHeader button {
  padding: 0px;
  position: absolute;
  right: 30px;
  top: 24px;
}

.loginBody {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--colors-textColor500);
  padding: 0px 50px 16px;
}

.loginFormInputsContainer {
  margin-bottom: 24px;
}

.form-label {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

input::placeholder {
  font-size: 15px;
  color: #b7bec4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 40px;
  font-weight: 100;
  outline: none;
}

input:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  box-shadow: none !important;
  outline: none !important;
}

.loginBody .buttonContainer {
  margin-top: 24px;
  display: flex;
  justify-content: space-evenly;
}

.loginBody .buttonContainer button {
  min-width: 168px;
  font-size: 16px;
  font-weight: 500;
  flex: 1 1 0%;
}

.loginBody .signinOr {
  background: white;
  margin-top: -13px;
  padding: 0px 16px;
}

.loginBody .btn--signin--social {
  width: 100%;
  font-weight: 400;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0%;
  color: var(--colors-textColor) !important;
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid var(--colors-textColor100) !important;
}

.loginBody {
  font-size: 14px;
}

.loginBody .underline {
  color: inherit;
  font-size: initial;
}

/**********************
Credit And Disclaimer
**********************/
.creditAndDisclaimerModalBody {
  padding: 0px 30px 35px;
  letter-spacing: 1px;
}
.creditAndDisclaimerModalBody h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  color: var(--colors-textColor);
  margin-bottom: 0.5rem;
}
.creditAndDisclaimerModalBody label {
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  color: var(--colors-textColor700);
  margin-bottom: 0;
}

#candDModal .modal-content {
  background: rgb(255, 255, 255);
  border-radius: 8px;
  border: none;
  /* overflow: scroll; */
}

/* Chrome, Safari, Edge, Opera */

.loginBody input::-webkit-outer-spin-button,
.loginBody input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

.loginBody input[type="number"] {
  -moz-appearance: textfield;
}

.modal {
  z-index: 2000000002 !important;
}

.clr-green {
  color: #2a8937;
}

.cart-count {
  position: absolute;
  top: 0;

  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  right: 5px;
  font-size: 12px;
}
.cart-count.addItem {
  background: #d50505;
}
.cart--title {
  color: #000;
}

.browse_course_container {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
.browse_course_container p {
  color: rgba(41, 50, 105, 0.5);
  font-size: 18px;
  padding: 32px 16px 16px;
}

.video-title {
  font-size: 25px;
  margin-top: 20px;
}
.text-color {
  color: rgba(17, 23, 58, 0.8) !important;
}

.videoPreview {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #f37120;
  cursor: pointer;
  text-decoration: underline;
  padding: 0 8px;
}
.btn-one-type-two a {
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-one-type-two:hover a {
  color: #fff !important;
}
.btn-one-type-two a:hover,
.btn-one-type-two a:active,
.btn-one-type-two a:link {
  color: #fff !important;
}
.btn:hover {
  color: #fff;
}

.order-history--box {
  border-radius: 8px 8px 0 0;
  position: relative;
  padding: 14px 18px;
  color: #0f1111;
  border: 1px #d5d9d9 solid;
  background-color: #f0f2f2 !important;
}
.order-history--box .text {
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 25px !important;
  color: #565959 !important;
}

.order-history-body {
  border: 1px #d5d9d9 solid;
  border-radius: 0 0 8px 8px;
  position: relative;
  padding: 14px 18px;
}
.order-history-content {
  position: relative;
  margin-top: 16px !important;
}

#edit-login-email{
    font-size: 14px;
    margin-left: 2px;
    color: var(--colors-primaryBrand);
    cursor: pointer;
}