*{
    box-sizing: border-box;
}

body{
  font-family: 'Roboto', sans-serif;
  color: #1c1d1f;
}
.linkclr {
  color: #5624d0;
  text-decoration: underline;
}
.linkclr:hover{
  color: #5624d0;
  text-decoration: none;
}
.border-right {
  border-right: 1px solid #dee2e6!important;
}
h6{
  font-weight: 600;
}
b{
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.border-top{
  border-top:1px solid #dee2e6!important;
}

.container-fluid{
    padding-left: 40px;
    padding-right: 40px;
}

button{
    outline: none !important;
    box-shadow: none !important;
    border: 0;
}
button:focus{
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid;
}
select, select:focus{
  box-shadow: none !important;
}
.border-none{
  border: none !important;
}
.sort span {
  font-size: 14px;
}
input, input:focus{
    box-shadow: none !important;
    border: none;
    outline: none;
}

ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:hover{
    text-decoration: none;
    margin: 0;
}
a{
  color: #000;
}
a:hover{
  color:#000;
}

.borderClr{
  border-color: #d1d7dc;
}
.border{
  border: 1px solid;
}
.widthHeight-100{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-blk{
  background-color: #1c1d1f;
}

.text-white{
  color:#fff !important;
}

.borderbutton{
  background: transparent;
  border: 1px solid #1c1d1f;
  color: #1c1d1f;
  transition: .2s;
  }
  .borderbutton:hover{
    background-color: #1c1d1f;
    color: #fff;
  }

  .bgbutton{
      background: #1c1d1f;
      border: 1px solid #1c1d1f;
      color: #fff;
      transition: .2s;
  }
  .bgbutton:hover{
    background: transparent;
    color: #1c1d1f;
  }
  header {
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    background-color: #fff;
    z-index: 1;
    position: relative;
}
header.shadowNone{
  box-shadow: none;
}
.top-title {
  font-family: 'Playfair Display', serif;
  margin-bottom: 28px;
  font-weight:800;
}
.language button{
    background: none;
}
.language img {
    height: 26px;
}
.searchOuter{
    flex-grow: 1;
}
.searchOuter input[type=search] {
    border: none;
    border-radius: 20px;
}
.searchOuter {
    flex-grow: 1;
    border: 1px solid #1c1d1f;
    border-radius: 20px;
    margin-right: 20px;
}
.cart {
  margin-left: 24px;
}
.tech a {
  color: #1c1d1f;
  font-size: 14px;
}
.cart a {
    font-size: 24px;
    margin-right: 16px;
    color: #1c1d1f;
}
.loginSec a {
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.loginSec li {
    margin: 0 6px;
}
.language button{
    border: 1px solid #1c1d1f;
    min-height: 40px;
}
.language {
  margin-left: 6px;
}
.buttonheight{
  min-height: 40px;
}
a.nav-link {
    color: #1c1d1f;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  /* box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%); */
  min-height: 100%;
  border-radius: 0;
  min-width: 220px;
}
a.nav-link.dropdown-toggle.catg {
    min-height: 70px;
    align-items: center;
    font-size: 14px;
    display: flex;
}
.dropdown-item {
  font-size: 14px;
}
.dropdown-menu .dropdown-toggle::after {
  float: right;
}

/* ------------Banner--------------- */

.banner img {
    height: 390px; 
     width: 100%; 
    object-fit: cover;
     object-position: top;
}

/* Slick Slider Css Ruls */

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
  }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
  }
  
  .slick-list:focus {
    outline: none
  }
  
  .slick-list.dragging {
    cursor: hand
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
  }
  
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: ''
  }
  
  .slick-track:after {
    clear: both
  }
  
  .slick-loading .slick-track {
    visibility: hidden
  }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
  }
  
  .slick-slide.dragging img {
    pointer-events: none
  }
  
  .slick-initialized .slick-slide {
    display: block
  }
  
  .slick-loading .slick-slide {
    visibility: hidden
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
  }
  
  /* .img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
  } */
  .img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 190px;
}
  
  .img-fill img {
    height: 100%;
    min-width: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: 100%;
    object-fit: cover;
}
  /* Slider Theme Style */
  
  .multi-item-slider {
    padding: 0 15px;
  }
  
  .Container:after,
  .Container .Head:after, .Container .Head1:after  {
    content: '';
    display: block;
    clear: both;
  }
  
  .Container .Head, .Container .Head1 {
    font: 20px/50px NeoSansR;
    color: #222;
    height: 52px;
    over-flow: hidden;
    border-bottom: none;
    z-index: 99;
    position: absolute;
    right: 46px;
    top: 0;
}
  
  .Container .Head .Arrows, .Container .Head1 .Arrows {
    float: right;
  }
  
  .Container .Head .Slick-Next,
  .Container .Head .Slick-Prev, .Container .Head1 .Slick-Next,
  .Container .Head1 .Slick-Prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    background: #2b2b2b;
    color: #FFF;
    margin-left: 5px;
    cursor: pointer;
    font: 18px/36px FontAwesome;
    text-align: center;
    transition: all 0.5s;
  }
  
  .Container .Head .Slick-Next:hover,
  .Container .Head .Slick-Prev:hover, .Container .Head1 .Slick-Next:hover,
  .Container .Head1 .Slick-Prev:hover {
    background: #33687a;
  }
  
  .Container .Head .Slick-Next:before, .Container .Head1 .Slick-Next:before {
    content: '\f105'
  }
  
  .Container .Head .Slick-Prev:before, .Container .Head1 .Slick-Prev:before {
    content: '\f104'
  }
  
  .SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 0;
  }
  
  .ProductBlock {
    padding: 0 7.5px;
    transition: .2s;
  }
  /* .skills .ProductBlock:hover {
    transform: scale(1.09);
} */
  
.ProductBlock .img-fill {
  height: 130px;
}

  .review {
    display: inline-block;
}
.rating{
    color: #E59819;
}
.price{
    font-weight: 700;
}
.price strike{
    font-weight: 400;
}
.productTitle{
    font-size: 16px;
}
.ProductBlock .Content {
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    border: 1px solid #ddd;
}
.nav-tabs, .nav-tabs .nav-link {
    border: none;
}
.nav-tabs .nav-link.active {
    background: #1c1d1f;
    border-radius: 0;
    color: #fff;
    margin: 0 7px 0 0;
}
.title {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 28px;
  padding-left: 0;
  z-index: 1;
  padding-bottom: 14px;
}
.title-noline{
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding-left: 0;
  padding-bottom: 14px;
}
.subHdng {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 0;
  padding-bottom: 14px;
}
.title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #1c1d1f;
}
.title.center::before {
  left: 50%;
  transform: translateX(-50%);
}
.subtitle {
  font-size: 18px;
  margin-bottom: 22px;
  position: relative;
  font-weight: 400;
}
.bg{
  background-color: #F3F3F3;
}
.workCard img {
  height: 100px;
}
.workCard {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 185px;
  transition:  .3s;
  justify-content: center;
  top:0;
  flex-direction: column;
}

.workCard:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2);
  top:-5px;
}
.workCard p {
  font-size: 18px;
  font-weight: 600;
  margin: 9px 0 0;
}
.howItWorks li {
  position: relative;
  margin: 0 0 11px;
  padding: 0 0 0 28px;
}
.howItWorks li:before {
  content: "\f058 ";
  font-family: 'FontAwesome';
  font-size: 22px;
  top: 50%;
  left: 0;
  transform: translate(0 , -50%);
  position: absolute;
}
.howItWorks p {
  line-height: 33px;
}
.customer-logos .slick-slide {
  margin: 0px 20px;
}

.customer-logos .slick-slide img {
  height: 90px;
}

footer li a, footer li {
  font-size: 14px;
  color: #fff;
  margin: 0 0 9px;
}
footer li a:hover{
  color: #b7a9e5;
}
footer .language button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 120px;
  border: 1px solid #fff;
}
.language-modal li a {
  border: 1px solid transparent;
  padding: 11px 16px;
  color: #1c1d1f;
  display: inline-block;
}
.language-modal li.active a {
  border-color: #1c1d1f;
}
button.btn-close {
  position: absolute;
  right: 14px;
  top: 11px;
  z-index: 99;
}
footer .subtitle:before {
  content: "";
  height: 1px;
  background: #fff;
  width: 40px;
  left: 0;
  position: absolute;
  bottom: 0;
}
footer .subtitle {
  padding-bottom: 8px;
}
.navbar .dropdown, .navbar .dropend, .navbar .dropstart, .navbar .dropup {
  position: static;
}
.dropdown-menu > li a:hover, .dropdown-menu > li.show, .dropdown-menu > li.show a {
  background: transparent;
  color: #1c1d1f !important;
}
#button {
  display: flex;
  background-color: #1c1d1f;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  bottom: 65px;
  right: 30px;
  align-items: center;
  justify-content: center;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
div#play {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom:5px;
  background: rgba(0,0,0,0.8);
  z-index: 99;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 96px;
    color: #fff;
}
.footerLang {
  display: flex;
  justify-content: flex-end;
}
.rating-block, .name {
  font-size: 12px;
}
.rating-block span:not(:first-child) {
  margin-left: 9px;
}
.rating-block, .price {
  margin-top: 5px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.carousel-control-next, .carousel-control-prev{
  opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.SlickCarousel .slick-arrow {
  position: absolute;
  top: -43px;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  background: #000;
  border-radius: 0;
}
.SlickCarousel .slick-arrow:before {
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 20px;
}
.slick-next.slick-arrow:before{
  content: "\f105";  
  padding-left: 2px;
  font-family: 'FontAwesome';  
  color: #fff;
  font-size: 20px;
}
.slick-prev.slick-arrow:before {
  content: "\f104";
  font-family: 'FontAwesome';
  padding-right: 2px;
  color: #fff;
  font-size: 20px;
}
.slick-slider button {
  font-size: 0;
  width: 38px;
  height: 38px;
  background: #2b2b2b;
  color: #fff;
  position: absolute;
  z-index: 99;
  top: -64px;
}
button.slick-next.slick-arrow {
  right:7px;
}
button.slick-prev.slick-arrow {
  right: 50px;
}
.dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* mobile header */

/* mobile header ends */

.mobileHdr{
  display: none;
}

header{
  display: block;
}
/* input[type=text] {
  width: 130px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url('searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
} */

/* input[type=text]:focus {
  width: 100%;
} */
.purplebgcolor{
  background:#8710D8;
  color: #fff;
}
.hoverBox h2 {
  font-size: 16px;
  font-weight: 600;
}
.date {
  font-size: 12px;
}
.level{
  font-size: 12px;
  justify-content: space-between;
}
.hoverBox p {
  font-size: 14px;
  margin: 8px 0 0;
}
.hoverBox li {
  font-size: 14px;
  margin: 9px 0;
  list-style: disc;
  list-style-position: outside;
  position: relative;
}
.hoverBox ul{
  padding-left: 16px;
}
.cart-outer{
  justify-content: space-between;
}
.cart-outer button {
  min-width: 160px;
}
.like {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}
.like:hover{
  background-color: #F5F5F5;
}
.SlickCarousel div{
  overflow-y: visible !important;
}

.ProductBlock {
  position: relative;
}

.ProductBlock .tooltiptext {
  visibility: hidden;
  width: 300px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
  border: 1px solid #ddd;
  background-color: red;
  text-align: center;
  border-radius: 6px;
  padding: 20px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}



/* .ProductBlock:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} */
.Content{
  position: relative;
}

.skills-below {
  border-top: 1px solid #d1d7dc;
  border-bottom: 1px solid #d1d7dc;
}
.skills-below h4 {
  font-size: 16px;
  margin: 0;
  max-width: 80%;
  font-weight: 600;
  margin-left: 20px;
}
.skills-below span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D1D7DC;
  border-radius: 50%;
}
.info {
  font-size: 12px;
}
.info li {
  margin-right: 7px;
}
.highRt{
  background:#F3CA8C;
  color:#000;
}
.justifynt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.populatTopics ul {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.populatTopics li {
  width: auto;
  text-align: center;
  display: inline-block;
  width: 19%;
  margin: 0 0 12px;
}
.populatTopics li a {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 600;
}
.popularInstructer figure {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.instructerCourses, .instructerStudents, .instructerRating, .instructerSkils {
  font-size: 12px;
}
.instructorName {
  font-size: 16px;
  font-weight: 600;
}
.txtSec {
  margin-left: 18px;
}
.instructerRating i {
  margin: 0 6px;
  color: #E59819;
}
.ratingNo {
  color: #B4690E;
  font-weight: 600;
  font-size: 14px;
}
.instructerInner {
  margin-right: 16px;
}
.sort, #filter, .filetrMob {
  min-height: 65px;
  display: flex;
  border: 1px solid #000;
  align-items: center;
  cursor: pointer;
  /* flex-direction: column; */
  justify-content: flex-start;
}
.sort {
  flex-direction: column;
}
.sort span {
  font-size: 14px;
  display: block;
  width: 100%;
}
.sort {
  flex-direction: column;
  min-width: 180px;
  margin-left: 14px;
}
#filter i,  .filetrMob i {
  margin-right: 11px;
}
.text-right{
  text-align: right;
}
.listngRight{
  flex-grow: 1;
}
.listngLeft {
  width: 35%;
}
.offcanvas{
  border: 0;
}
.catgBlk {
  border-top: 1px solid #d1d7dc;
  padding: 16px 0;
  cursor: pointer;
}
.ml-0 {
  margin-left: 0;
}
.rotate i {
  transform: rotate(180deg);
}
.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #756FF3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -2px;
  cursor: pointer;
  margin-right: 11px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #756FF3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.catgDec label span {
  margin: 0 5px;
}
.catgDec label i {
  margin: 0 1px;
  color: #E5991B;
}

/* radios */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #756FF3;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*  */
.catgDec{
  display: none;
}
.listngRight .widthHeight-100 {
  height: 145px;
}
.listngRight .title-noline {
  font-size: 16px;
  padding-bottom: 9px;
}
.listngRight p {
  font-size: 14px;
}
.txtOuter {
  max-width: 80%;
}
.firstlst a {
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  line-height: normal;
  font-size: 20px;
}
.pagination {
  align-items: center;
  justify-content: center;
}
.pagination li a {
  color: #000;
  margin: 0 12px;
  position: relative;
}
.pagination li.active a:before {
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  position: absolute;
  background: #000;
  bottom: -5px;
}
.clrFilter {
  margin: 0 0 0 18px;
  cursor: pointer;
}
i.fa.fa-info-circle {
  font-size: 32px;
  margin-right: 16px;
}
.infotxt {
  font-weight: 600;
}
.hoverBg:hover {
  background: #F7F9FA;
}
.populatTopics h3.Head {
  top: -72px;
  right: 0;
  z-index: 99;
}
.categoriesNav a {
  color: #000;
  font-weight: 400;
  display: inline-block;
  padding: 16px 8px;
  font-size: 14px;
}
.categoriesNav li.active a{
  font-weight: 500;
}
.categoriesNav {
  box-shadow: 0 2px 4px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.08);
  border-top: 1px solid #d1d7dc;
}
.logo {
  font-size: 24px;
  margin-right: 20px !important;
}

.innerPgBanner>img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  object-position: top;
  float: right;
}
.innerPgBanner {
  height: 570px;
}
.bannerTxt {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 347px;
  padding: 24px ;
}
.bannerTxt .top-title {
  font-size: 54px;
  margin-bottom: 14px;
}
.counter {
  background: #5624D0;
  color: #fff;
}
.xl-font {
  font-size: 46px;
  font-weight: 700;
}
.begin .nav-pills {
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  max-width: 75%;
  margin: 0 auto;
}
.begin .nav-pills li a{
  position: relative;
  padding: 0 0 4px;
  margin: 0;
}
.begin .nav-pills li a.active:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
}
.begin .title-noline {
  color: #000;
  margin: 0 23px;
}
.reason h4, .begin h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 18px 0 18px;
}
.bannerTxt button {
  width: 100%;
}
.quotesOuter{
  background: #F7F9FA;
}
.quotesOuter button {
  top: -21px;
}
.quotesOuter p{
  line-height: 32px;
  font-size: 20px;
}
.alone p {  
  font-size: 16px;
}
.quotesName {
  font-weight: 600;
}
.becomeInstructer{
  background: #F7F9FA;
}
.becomeInstructer h2 {
  font-size: 40px;
}
.becomeInstructer p {
  font-size: 24px;
}
.becomeInstructer button{
  width: 60%;
  margin: 0 auto;
}
.bannerTxt p {
  font-size: 18px;
}
.alone .top-title {
  font-size: 30px;
}
.bgprpl{
  background: #a435f0;
  color: #fff;
}
.login input, .contact-form input {
  width: 100%;
  border: 1px solid #000;
  padding: 24px 16px 10px;
  border-radius: 0;
  margin: 0 0 12px;
}
.login button{
  width: 100%;
  padding: 16px;
  border: 0;
}
.login h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.effect-16,
.effect-17,
.effect-18 {
  border: 0;
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
  background-color: transparent !important;
}

.effect-17 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #3399ff;
  transition: 0.4s;
}

.effect-17 ~ label {
  position: absolute;
  left: 16px;
  right: 0;
  top: 16px;
  color: #000;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
}
.effect-17:focus ~ label, .has-content.effect-17 ~ label {
  top: 6px;
  font-size: 12px;
  color: #000;
  transition: 0.3s;
  font-weight: 500;
  font-family: 'Roboto';
}

.border-none{
  border: 0 !important;
}
.search-container {
	position: relative;
}


.searchbutton {
	position: absolute;
	font-size: 22px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}

.search {
	position: absolute;
	left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: white;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.search:focus {
  width: 300px;
  padding: 0 16px 0 0;
  border: 1px solid #ddd;
}

.expandright {
	left: auto;
	right: 22px; /* Button width-1px */
}

.expandright:focus {
	padding: 0 0 0 16px;
}
.mobileHdr .cart {
  margin-left: 0;
  margin-right: 10px;
}
.cartMob a {
  font-size: 24px;
  margin-right: 16px;
  color: #1c1d1f;
}
span.mglass {
  font-size: 20px;
}
.mobileHdr a {
  font-size: 22px;
  color: #000;
}

.listngLeft {
  width: 25%;
  padding-right: 36px;
}
.passStrength li{
  width: 42px;
  height: 4px;
  border-radius: 4px;
  background-color: #D1D7DC;
  margin: 0 4px 0 0;
}
.small-font {
  font-size: 14px;
}
.form-group.checkbox label:before {
  top: 6px;
}
.form-group.checkbox input:checked + label:after{
  top: 7px;
}
.terms {
  border-bottom: 1px solid #D1D7DC;
  padding-bottom: 11px;
}
a{
  color: #000;
}
.nav-pills-custom .nav-link {
  position: relative;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 40px !important;
  font-weight: 600;
  color: #6a6f73;
}
.nav-pills-custom .nav-link:hover{
  color: #000;
}
.nav-pills-custom.nav-pills .nav-link.active, .nav-pills-custom.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #000;
}
.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}
#sidebar-nav.sticky, #sidebar-nav1.sticky {
  position:sticky;
  top:20px;
}
.cms .tab-content ul{
  padding-left: 30px;
}
.cms .tab-content  li {
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 11px;
}
.detailPg-banner{
  background-color: #000;
  color: #fff;
}
.breadcrumb-item.active, .breadcrumb-item a {
  color: #AF4EF2;
}
.detailPg-banner a{
  color: #AF4EF2;
  margin-left: 7px;
}
.detailPg-banner li{
  margin-right: 11px;
}
.detailPg-banner p {
  font-size: 20px;
}
.detailPg-banner h2 {
  font-weight: 600;
  font-size: 32px;
}
.detailPg-banner li, .detailPg-banner span {
  font-size: 14px;
}
.moretext {
  display: none;
}
button.video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-btn i {
  color: #fff;
  font-size: 78px;
}
.video-btn span {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.detailRight {
  box-shadow: 0 2px 4px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.08);
  padding: 16px;
  transition: .7s;
  background: #fff;
}
.detailRight .addCart>p {
  font-size: 30px;
  font-weight: 600;
}
.detailRight .addCart>p strike, .detailRight .addCart>p span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 14px;
  display: inline-block;
}
.moneyBack{
  font-size: 12px;
}
.courseDetails p {
  font-weight: 600;
}
.detailList li {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 0 0 12px;
}
.detailList li i {
  margin-right: 12px;
  width: 20px;
  text-align: center;
  font-size: 16px;
}
.detailOption {
  justify-content: space-around;
  font-weight: 500;
  font-size: 16px;
}
.detailOption a{
  text-decoration: underline;
}
.modal-content.video {
  background: #000;
  color: #fff;
}
.modal-title {
  font-size: 18px;
  font-weight: 600;
}
.modal-header span {
  font-weight: 300;
}
.modal-header i.fa.fa-times {
  color: #fff;
}
.video-thumbnail img {
  height:50px;
}
button.videoRow {
  width: 100%;
  background: transparent;
  color: #fff;
  padding: 0;
}
.videoRow p {
  flex-grow: 1;
  text-align: left;
  margin-left: 14px;
  margin-bottom: 0;
}
button.videoRow {
  width: 100%;
  background: transparent;
  color: #fff;
  padding: 8px 9px;
}
button.videoRow:last-child{
  border: none;
}
.videoRow.current{
  background-color: rgb(62, 65, 67);
}
.learn, .frequent {
  border: 1px solid #d1d7dc;
  padding: 20px;
}
.learn ul{
  display: flex;
  flex-wrap: wrap;
}
.learn li {
  width: 46%;
  display: flex;
  margin: 0 0 12px;
  list-style: none;
  font-size: 14px;
  line-height: normal;
  align-items: flex-start;
  position: relative;
}
.learn li img {
  height: 12px;
  margin-right: 12px;
  position: relative;
  top: 3px;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 16px;
  margin: 0;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform .2s ease-in-out;
  position: absolute;
  left: 18px;
  top: 18px;
}
.accordion-header button {
  padding-left: 43px;
  font-weight: 700;
}
.accordion-button:not(.collapsed)::after {
  left: 15px;
}
.accordion-button:not(.collapsed) {
  color: #000;
}
.accordion-button:not(.collapsed)::after {
  background-image: url('../images/down-arrow-svg.svg');
}
.toggle-enabled i {
  font-size: 12px;
  margin: 0 0 0 9px;
}
a.preview {
  text-decoration: underline;
  margin: 0 24px 0 0;
}
.courseAccor .accordion-body {
  font-size: 14px;
}
.toggle-enabled{
  cursor: pointer;
}
.accorInnerBlk:not(:first-child) {
  margin-top: 20px;
}
.accordion-button:not(.collapsed) {
  background-color: #F7F9FA;
  border-bottom: 1px solid #ddd;
}
.listDisc li:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.listDisc li{
  position: relative;
}
.listDisc {
  font-size: 14px;
  font-weight: 400;
}
.listDisc li:not(:first-child) {
  padding-left: 10px;
  margin-left: 9px;
}
.show_hide {
  color: #A435F0;
  font-size: 14px;
  cursor: pointer;
}
.Desc li {
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 6px;
}
.Desc ul {
  padding-left: 16px;
}
.greenClr{
  color: #1E6055;
}
.greenClr {
  color: #1E6055;
  font-weight: 600;
}
.boughtTxt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.boughtImg {
  height: 80px;
  margin-right: 20px;
}
.bought .txtOuter {
  max-width: 40%;
}
.people {
  height: 18px;
}
.boughtRight {
  flex-grow: 1;
  font-size: 14px;
  padding-left: 10%;
}
.circle-heart {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}
.orangeClr{
  color: #E59819;
}
.lightGrey{
  color: #6A6F73;
}
.bought a:hover{
  color: inherit;
}
.frequent .txtOuter {
  max-width: 70%;
}
.sticky .videoBox {
  display: none;
}
.videoBox {
  transition: .4s;
  margin-top: -100%;
  border: 1px solid #fff;
}
.sticky-top{
z-index: 1050;
}
.modal{
  z-index: 1070;
}
button[type="submit"]{
  border: none !important;
}
.detailHdr {
  background: #000;
  padding: 20px;
  color: #fff;
  display: none;
  transition: .4s;
}
.detailHdr.sticky-top {
  display: block;
}
#sidebar-nav1.sticky {
  z-index: 1056;
  transform: none;
}
.detailRight.sticky {
  position: sticky;
  top: 40px;
  z-index: 1069;
  transition: .4s;
  transform: none;
}
.instructerImg img {
  width: 111px;
  height: 111px;
  border-radius: 50%;
  margin-right: 24px;
}
.instructerName {
  color: #A435F0;
  font-weight: 600;
  text-decoration: underline;
  font-size: 20px;
}
.instructerTxt p {
  margin-bottom: 8px;
  font-size: 14px;
}
.instructerTxt p span {
  width: 30px;
  display: inline-block;
  text-align: center;
}
.bg-none{
  background: transparent;
}
.bg-black{
  background-color: #000;
  color: #fff;
}
.reviewBlk {
  border-top: 1px solid #d1d7dc;
}
.reviewHdr> div> span {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 16px;
}
.reviewHdr span {
  font-size: 14px;
  color: #6A6F73;
}
.reviewHdr span i {
  color: #E59819;
}
.reviewHdr h4 {
  font-size: 18px;
  font-weight: 900;
}
.helpfulSec> span {
  color: #6a6f73;
  font-size: 12px;
}
button.like-dislike {
  font-weight: 700;
  font-size: 21px;
  margin: 0 6px;
  color: #000;
}
.reviewTxt p {
  min-height: 75px;
}
.more-courses .img-fill {
  height: 160px;
}
.reviews .listDisc {
  font-size: 22px;
  font-weight: 700;
}
i.fa.fa-star {
  color: #E59819;
}
.clr-000{
  color: #000 !important;
}
.clr-prpl{
  color: #A435F0 !important;
}
.modal {
  background: rgba(0,0,0,0.7);
}
.moreWidth{
  max-width: 65% !important;
}
.modal .reviewTxt p {
  min-height: unset;
}
.progress-bar {
  background-color: #6a6f73;
}
.progress {
  height: 11px;
  background-color: #d1d7dc;
  border-radius: 0;
  width: 42%;
}
.progressBarSec {
  display: flex;
  font-size: 14px;
  margin-bottom: 4px;
  align-items: center;
}
.reviewLft {
  padding-right: 36px;
}
.progressBarSec .starSec, .progressBarSec .starSec + span {
  margin-left: 9px;
}
.searchReview {
  border: 1px solid #6a6f73;
}
.searchIcon {
  background: transparent;
  border: 0;
}
.reviewHdr {
  padding-right: 20px;
}
.reviewHdr .dropdown-menu.show{
  transform: translate3d(-60%, 24px, 43px) !important;
}
.reviewHdr .dropdown-menu {
  min-width: unset;
}


div#pop-up {
  display: none;
  position: absolute;
  width: 280px;
  padding: 10px;
  background: #eeeeee;
  color: #000000;
  border: 1px solid #1a1a1a;
  font-size: 90%;
}
.instructerStudents, .instructerCourses {
  font-weight: 600;
}
.instructerStudents span, .instructerCourses span {
  font-weight: 400;
}
.instructerProfile .instructerImg img {
  width: 200px;
  height: 200px;
  margin-right: 24px;
}
.profileRight li i {
  margin-right: 8px;
}
.profileRight li a {
  font-weight: 700;
}
.profileRight ul {
  max-width: 75%;
  margin: 0 auto;
}
.profileLeft li span {
  display: block;
  font-size: 16px;
}
.count li {
  margin: 0 22px 0 0;
  font-size: 28px;
  font-weight: 700;
}
.mycourses .col-md-6{
  margin-bottom: 11px;
}
.applyCoupon{
  display: none;
}
.grow-1{
  flex-grow: 1;
}
#share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #000;
  margin: 0 5px;
  border-radius: 50%;
  color: #000;
  font-size: 22px;
  transition: .3s;
}
#share li a:hover{
  background-color: #a435f0;
  border-color: #a435f0;
  color: #fff;
}
.bannerTxtNobutton {
  width: 600px;
}
.playNobg i {
  color: #a435f0;
}
.playNobg {
  background: transparent !important;
}

/* expandable search css */


.search-field {
  position: absolute;
  left: 0;
  transition: all 0.5s ease-in-out;
  background-color: #1C1D1F;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  padding-left: 30px;
  width: 44px;
  z-index: 3;
}
.search-field:focus {
  cursor: text;
  opacity: 1;
  outline: none;
  width: 100%;
  z-index: 99;
}
.search-field:focus:hover ~ .search-submit .fa-search {
  color: #FFFFFF;
}
.search-field:hover ~ .search-submit .fa-search {
  color: white;
}
button.blogclose {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  top: 0;
  border: none !important;
  outline: none !important;
}

.search-submit {
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border: none;
  float: left;
  position: relative;
  z-index: 2;
}
.search-submit:hover .fa-search {
  color: white;
}

.search-form .fa-search {
  transition: all 0.2s ease-in-out;
  color: #FFFFFF;
}
/*  */
.blogNav a {
  color: #fff;
}
.blogNav li {
  margin: 20px;
}
.search-block {
  position: absolute;
  left: 40px;
  right: 60px;
}
.w-20 {
  width: 20%;
}
.articles img {
  height: 170px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.blog-date {
  font-size: 16px;
  margin-bottom: 9px;
  color: #5624d0;
  display: inline-block;
  font-weight: 600;
}
.articles a:hover{
  color: #000;
}
.articles .subHdng {
  margin-bottom: 0;
}
.teachOnline a{
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.joinFree {
  background: #5624D0;
  color: #fff;
}
.blogNavLstng {
  position: relative;
  z-index: 9;
}

.blogTxtSec {
  margin-bottom: 46px;
}
.findSec span {
  width: 40px;
  height: 40px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 18px;
}
.findSec:not(:last-child) {
  margin-bottom: 24px;
}
.carousel button:focus {
    border: none;
}
.socialicons a {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 22px;
}
.socialicons a:hover{
  background:#A436F1;
}
.socialicons li:not(:last-child){
  margin-right: 11px;
}
.instructerProfile1 .Logo {
  margin-right: 24px;
}

.totalPrice {
  font-size: 30px;
  font-weight: 600;
}

.shoppingAction a {
  text-align: right;
  display: inline-block;
  width: 100%;
  color: #A435F0;
  font-size: 14px;
}
.shoppingAction {
  margin-right: 40px;
}
.CartsubHdng {
  font-size: 18px;
  font-weight: 600;
}
.clr-prpl i {
  margin-left: 6px;
}
.bg-light{
  background-color: #EDEDED;
}

.courseInCart{
  max-width: 95%;
}
.checkout select#country {
  background-image: url(../images/language.svg), url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 6px center, calc(100% - 20px);
  background-size: 20px, 20px;
  padding-left: 34px;
}

select {
  -webkit-appearance: none;
  background-image: url(../images/down-arrow.png);
  background-color: transparent;
  background-position: calc(100% - 20px);
  background-size: 20px;
  background-repeat: no-repeat;
}
i.fa.fa-lock {
  margin-left: 8px;
  color: #000;
  font-size: 21px;
}
.orderImg {
  height: 26px;
  margin-right: 11px;
}

.borderClrBlack{
  border-color: #000 !important;
}

.accordion-body input[type=checkbox]  + label {
  line-height: 28px;
}

.cvc {
  background: url(../images/credit-card.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100%  -  16px);
}
.flex-grow1 {
  flex-grow: 1;
}
.payment-accordion .accordion-header button{
  position: relative;
  background-color: #F7F9FA;
}
.qrscan button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: #E25D3F;
  border: none !important;
}
.qrscan button:hover{
  background-color: #000;
  color: #fff;
}
.qrscan {
  position: relative;
}
.payment-accordion .accordion-header button:before {
  content: "";
  border: 2px solid #000;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.payment-accordion .accordion-header button:after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
  left: 15.2px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  background-image: none !important;
}

.payment-accordion .accordion-header button.collapsed:after{
  display: none;
}
.payment-accordion button:focus{
  border-color: inherit;
  border: none;
}
.payment-accordion .accordion-button > img:first-child {
  border: 1px solid #dee2e6;
  padding: 2px;
  border-radius: 4px;
}
p.line {
  position: relative;
  background: #D1D7DC;
  height: 100%;
  width: 4px;
  margin: 0 auto;
}
.line span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #D1D7DC;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.checkout{
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 58%, rgba(247,249,250,1) 42%);
}
.disclist li {
  list-style: disc;
  list-style-position: outside;
}
.disclist {
  padding-left: 32px;
}
.shareArticle {
  border: 1px solid #d1d7dc;
  padding: 11px 24px;
  border-radius: 4px;
}
.authorCol {
  border-bottom: 1px solid #d1d7dc;
  padding: 0 0 24px;
}
.linkclr i {
  margin-left: 8px;
}
.bg{
  background-color: #F7F9FA;
}
.authorCol img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  object-fit: cover;
}
.breadcrumbOuter .breadcrumb-item.active {
  color: #6A6F73;
}
.breadcrumbOuter{
  font-weight: 600;
}
.courseCard {
  background: #F7F9FA;
}
.blogImg{
    width: 100%;
    height: 565px;
    object-fit: cover;
    object-position: top;
  }
  .blog-select{
    display: none;
  }

@media (min-width: 992px) {
  /* .nav-pills-custom .nav-link::before {
      content: '';
      display: block;
      border-top: 8px solid transparent;
      border-left: 10px solid #000;
      border-bottom: 8px solid transparent;
      position: absolute;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      opacity: 0;
  } */
  div#sidebar-nav {
    max-width: 76%;
    border-right: 1px solid #d1d7dc;
    height: 100%;
}

}





@media only screen and (min-width:991px){
  .offcanvas{
    position: static;
    transform: none;
    visibility: visible;
  }
.offcanvas-header{
  display: none;
}

}


