body {
 /* background-image: url("../images/background-bg.jpg");*/
  background-size: cover;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Energy-Regular';
}

@font-face {
  font-family: 'Trebuchet-MS-Bold';
  src: url('../fonts/TrebuchetMS-Bold.eot');
  src: url('../fonts/TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/TrebuchetMS-Bold.woff2') format('woff2'),
  url('../fonts/TrebuchetMS-Bold.woff') format('woff'),
  url('../fonts/TrebuchetMS-Bold.ttf') format('truetype'),
  url('../fonts/TrebuchetMS-Bold.svg#TrebuchetMS-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

a {
  transition: 0.2s ease;
}
a:hover {
  text-decoration: none;
}
.pd-none {
  padding: 0px !important;
}

/* Loader stat */
.loaderrw {
  background: #0a0909ba;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.showbar {
  display: flex;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
  background: #d01d3c;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
  background: #de4234;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
  background: #f58025;
}

.noenrolltag {
  display: none !important;
}

.displaynone span,
.displaynone img {
  display: none;
}

ul,
ul li {
  padding: 0px;
  list-style-type: none;
}

.pd-tb-30, .footer-bs .pd-tb-30 {
  padding: 30px 0 !important;
}


::-webkit-input-placeholder {
  /* Edge */
  color: red;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: red;
}

::placeholder {
  color: red;
}

h4 {
  font-family: 'Energy-Bold';
  color: #2B3A42;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 55px;
}

.bordernone {
  border-bottom: none;
}

nav .bordernone {
  margin-bottom: 20px;
}

.b-l-r {
  border-right: 1px solid #e4e2e2;
  border-left: 1px solid #e4e2e2;
}

.b-l-0 {
  border-left: 0;
}

/* Header section */
.header-nav {
  box-shadow: 0px 0px 14px 0px #dad7d7;
  background: #fff;
}

.navbar {
  padding: 0rem 1.0rem !important;
}
.header-nav .navbar-brand{
  z-index: 11;
}
.headersearch {
  border: 0;
  font-family: 'Energy-BoldItalic';
  background: transparent;
  padding: 1.375rem 3.2rem !important;
}

.header-nav .center {
  padding: 10px 14px;
}
.header-nav .center .moneysec {margin-top: 10px;}

.header-nav i {
  color: #4C6172;
  font-size: 22px;
}

.logo-size {
  width: 114px;
  padding: 8px 10px;
}

.custom-container {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0px;
}

.searchicon {
  position: absolute;
  display: block;
  margin: 10px 4px 10px 18px;
  cursor: pointer;
}

.searchicon img {
  width: 24px;
}

.moneysec img {
  width: 22px;
  margin-right: 10px;
  float: left;
  margin-top: 10px;
}

.moneysec span {
  font-size: 38px;
  color: #4C6172;
  font-family: 'EnergyDisplay';
  line-height: 32px;
}


/* Banner section */

.bannersec {
  min-height: 550px;
  position: relative;
}

.bannerbar {
  background: #f0f1e7 url(../images/banner-img.png);
  overflow-x: hidden;
  background-repeat: no-repeat;
  min-height: 300px;
}


.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: #415A6C;
  border:solid 2px #415A6C;
  color: #fff;
  border-radius: 50px;
}

.comptab .nav-fill>.nav-link,
.comptab .nav-item {
  -ms-flex: 0 1 auto;
   flex: 0 1 auto;
  padding: 10px 5px !important;
  border: solid 2px #415A6C;
  border-radius: 50px;
  color: #2B3A42;
  font-family: 'Energy-Bold';
  font-size:22px;
}

.slidersec {
  width: calc(100% - 510px);
  display: inline-block;
}

.bannermidbanner {
  width: 90%;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 5px 10px #959595;
  position: absolute;
  margin: -100px auto;
  left: 0;
  right: 0;
  bottom: -40px;
  z-index: 9;
}

.bannermidbanner ul {
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.bannermidbanner ul li {
  padding-bottom: 15px;
  width: 100%;
  border-right: solid 1px #ccc;
  position: relative;
  padding-top: 15px;
}
.bannermidbanner ul li h4 {-webkit-line-clamp: 1;}
/* .bannermidbanner ul li.firstchild::after {
  background: rgb(214, 18, 118);
  background: linear-gradient(90deg, rgba(214, 18, 118, 1) 0%, rgba(255, 59, 82, 1) 100%);
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -24px;
  border-radius: 0px 0px 0px 14px;
} */


.subbannermidbanner {
  display: block;
  border-bottom: solid 1px #ccc;
  padding: 12px;
  color: #2B3A42;
  margin: 0 15px;
  font-family: 'EnergyLight';
  font-size: 24px;
  text-align: center;
}

.bannermidbanner ul li:last-child {
  border: none;
}

.bannermidbanner ul li label,
.bannermidbanner ul li h4,
.bannermidbanner ul li a {
  margin-left: 24px;
}
.bannermidbanner ul li h4 {
  font-size: 27px;
  height: auto;
}
.bannermidbanner ul li a {
  font-size: 20px;
  color: #FF007F;
}
.bannermidbanner ul li label {
  font-family: 'Energy-Bold';
  display: block;
  margin-top: 8px;
  color: #5B2D87;
  font-size:20px;
}

.fom-btn {
  color: #FF007F;
  display: flex;
  align-items: center;
  font-family: 'Energy-Bold';
  margin-top: 10px;
}

.bannermidbanner ul li a img {
  vertical-align: middle;
  border-style: none;
  width: 23px;
  margin-right: 6px;
}

.contentsec {
  width: 500px;
  display: inline-block;
  vertical-align: top;
  margin-top: 100px;
}
.contentsec label{
  font-family: 'Energy-Bold';
  font-size: 24px;
  color: #3E3E3E;
}
.slidersec .nav-item {
  margin-right:12px;
}

.bannerimgI {
  background: #e7e8ed;
  padding-bottom: 90px;
  padding-top: 100px;
  overflow: hidden;
  margin-top:-10px;
}

.bannerimgI .custom-container {
  background: url(../images/content-bgimg-I.svg);
  background-repeat: no-repeat;
  background-position: 0px 540px;
  background-size: 420px;
}

.content-titel-acc p {
  height: 100px;
  color: #101010 !important;
  line-height: 1.5;
  font-size: 16px;
  font-family: 'Energy', sans-serif !important;
}

.content-titel-acc {
  background:#fff;
  padding:24px 24px 14px;
  position:relative;
  min-height:260px;
}

.content-img-acc {
  display: block;
  border-radius:5px 5px 0px 0px;
  width: 100%;
}


.cardbottom-sec {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  align-items: flex-end;
}

.targetbar {
  border: solid 1px #B2B2B2;
  border-radius: 6px;
  padding: 6px 12px;
  background: url(../images/arrow-icon.svg);
  background-repeat: no-repeat;
  background-position: 120px;
  background-size: 18px;
  width: 150px;
  color: #2B3A42;
}

.fs-12 {
  font-size: 14px;
  font-family: 'Energy-Bold';
}

.fs-20 {
  font-size: 24px;
  font-family: 'Energy-Bold';
}

.actualbar {
  border-radius: 6px;
  padding: 6px 12px;
  background: #FED501 url(../images/arrow-down-w.svg);
  background-repeat: no-repeat;
  background-position: 124px;
  background-size: 14px;
  width: 150px;
  margin-top: -8px;
  color: #2B3A42;
}
.actualbar.average {
  background: #FED501 url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 124px;
  background-size: 14px;
}
.actualbar.average {
  background-color: #FED501;
}
.actualbar.good {
  background: #43b02a url(../images/tick_w.svg);
  background-repeat: no-repeat;
  background-position: 124px;
  background-size: 14px;
  color: #fff;
}

.actualbar.basic {
  background-color: red;
  color: #fff;
}
.actualbar.poor {
  background-color: #fff;
  border: 1px solid #ccc;
  background:#fff;
}
.defult-btn {
  background: #FF007F;
  border: none;
  color: #fff;
  border-radius: 50px;
  padding: 8px 22px;
  font-size: 14px;
  transition:0.3s ease;
  border:2px solid;
}
.defult-btn:hover {
  background: #fff;
  border:2px solid #ff007f;
  color:#ff007f;
}

.defult-btn i {
  margin-left: 18px;
}

.course-sec {
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  margin: 12px;
  /* padding-bottom: 10px; */
  border: solid 3px #B2B2B2;
  box-shadow: 0px 5px 10px #60606085;
  overflow: hidden;
  /*  min-height:650px; */
  box-sizing: border-box;
}
.img-box  {
  position: relative;
}

.img-box .playicon{ position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
}

.subheading {
  font-size:66px;
  font-family:'EnergyDisplay';
  line-height:1;
}

.actualplusbar {
  border-radius: 6px;
  padding: 6px 12px;
  background: #52AE32 url(../images/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: 124px;
  background-size: 14px;
  width: 150px;
  margin-top: -8px;
  color: #fff;
}

.midbanner {
  width: 90%;
  border-radius: 24px;
  background-color: #fff;
  padding: 50px 50px 70px 50px;
  margin: -90px auto 0px;
  box-shadow: 0 5px 10px #959595;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.mb-leftsec {
  width: 320px;
}

.mb-leftsec-img {
  width: 265px;
  display: inline-block;
  background: url(../images/img-I.png);
  background-repeat: no-repeat;
  background-position: -84px 0px;
   background-size: cover; 
  background-size: 350px;
  height: 168px;
  position: relative;
  text-align: center;
}


.mb-rightsec {
  border-radius: 24px;
  box-shadow: 0 5px 10px #959595;
  width: calc(100% - 430px);
  overflow: hidden;
}

.mb-leftsec-img img {
  border-radius: 20px 0px 0px 20px;
  width: 100%;
}

.mb-leftsec-cont {
  width: calc(100% - 270px);
  display: inline-block;
  padding: 10px 14px 0px 14px;
  vertical-align: top;
}

h3 {
  font-family: 'Energy-Bold';
  font-size: 26px;
}

p {
  font-family: 'EnergyLight';
  color: #2B3A42;
}

.bannerimgII .custom-container {
  background: url(../images/content-bgimg-II.svg);
  background-repeat: no-repeat;
  background-position: 8% 630px;
  background-size: 420px;
}
.bannerimgII {background: #f8f8f8;}
.bannerimgIII {background: #fff;}

.cardbottom-secI {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cardb-secI {
  margin: 24px 24px 14px;
  border-top: solid 1px #B2B2B2;
  padding-top: 12px;

}

.detailsec img {
  width: 18px;
  margin-right: 8px;
  vertical-align: text-top;
}

.detailsec {
  font-size: 16px;
  margin-bottom: 8px;
  color: #2B3A42;
}
/*.detailsec {display: none;}*/
.bookmark-icon {display: none;}

/* footer section */

footer {
  background-color: #415a6c;
  position: relative;
  z-index: 11;
}

.footer-bs {
  background-color: #3a4e5c;
}

.footercontainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 0px;
  position: relative;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-list {
  width: 25%;
}

.footer-list:nth-of-type(2n+1) {
  padding-right: 48px;
}

.footer-list:nth-of-type(2n) {
  width: 20%;
}

.footerlist-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footerlist-address {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 18px;
  margin-top: 5px;
}

.footer-social-links {
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  margin-left:0px;
  margin-top:30px;
}

.footer-sociallist-item {
  margin-right: 41px;
  transition: 0.3s ease;
  transition-delay: 0.2s;
}

.footer-sociallist-link {
  display: inline-block;
  color: #fff;
  position: relative;
}

.footerlist-item {
  margin-bottom: 7px;
}

.footerlist-link {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 0 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), #fff 1px);
  padding-bottom: 1px;
  transition: .3s ease;
}

.footercopyright-text {
  font-family: 'Energy', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
  margin: 0px;
}

.content-subsec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 110px);
}

.cont-subsecleft {
  width: 380px;
}

.firstbanner {
  background: #eaddc3 url(../images/banner-img.png);
  overflow-x: hidden;
  background-repeat: no-repeat;
  min-height:840px;
  background-size: cover;
}

.secondbanner {
  background: #eaddc3 url(../images/banner-img-II.png);
  background-size: cover;
}

.secondbanner h4,
.secondbanner p,
.secondbanner .first-banner-leftsec label,
.secondbanner .first-banner-leftsec h1 {
  color: #FFFFFF;
}


.first-banner-leftsec img {
  width: 300px;
  display: block;
  margin-top:190px;
}

.first-banner-leftsec label,
.first-banner-leftsec h1,
.first-banner-leftsec p {
  margin-left:0px;
}

.secondbanner .first-banner-leftsec h1 {
  font-size:88px;
  line-height:1;
  width: 320px;
}


.banner-videoimg {
  background: #f0f1e7 url(../images/banner_img.png);
  overflow-x: hidden;
  background-repeat: no-repeat;
  width: calc(100% - 110px);
  height: 320px;
  background-size: 770px;
  background-position: 0px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:40px;
}

.banner-videoimgII {
  background: #f0f1e7 url(../images/banner_img-II.png);
}

.fb-midcon {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 70px auto 0px;
}

.first-banner-leftsec {
  width: 350px;
}

.first-banner-leftsec label {
  font-size:24px;
  margin-bottom: 0px;
  font-family: 'Energy-Bold';
  color: #3A4E5C;
}

.first-banner-leftsec h1 {
  font-family: 'EnergyDisplay';
  font-size:88px;
  color: #3A4E5C;
  line-height:1;
}

.findout-btn {
  font-family: 'Energy-Bold';
  color: #fff;
  border-radius: 50px;
  padding: 13px 30px;
  font-size: 22px;
  background: rgb(214, 18, 118);
  background: linear-gradient(90deg, rgba(214, 18, 118, 1) 0%, rgba(255, 59, 82, 1) 100%);
  outline: 1px solid #ea2665;
  outline-offset: 3px;
  transition: 0.3s ease;
}

.findout-btn:hover {
  color:rgb(214, 18, 118); background:#fff;
}

.secondbanner .findout-btn {
  color: #ea2665;
  background: rgb(214, 18, 118);
  background: #fff;
  outline: 1px solid #ea2665;
  outline-offset: 3px;
  transition: 0.3s ease;
  border: none;
}

.playicon {
  background-color:rgba(43, 58, 66,0.75);
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
  font-size: 20px;
  color: #fff;
  margin: 53px auto 0px;
  padding-left:7px;
  transition: 0.3s ease;
}
.course-sec .img-box:hover .playicon {
  background: rgba(255, 0, 127,0.75);
}

.first-banner-rightsec {
  width: calc(100% - 600px);
}

.first-banner-rightsec p {
  width:75%; font-size:20px; font-weight:300;
}

.bannercardb-secI {
  margin: 24px 0px 14px;
  border-top: solid 1px #B2B2B2;
  padding-top: 12px;
}

.bottombdr {
  background: rgb(214, 18, 118);
  background: linear-gradient(90deg, rgba(214, 18, 118, 1) 0%, rgba(255, 59, 82, 1) 100%);
  height: 24px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 0px 0px 24px 24px;
}




/* inner screens */

.inner-cardsec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.card-sec {
  cursor:pointer;
  background:#fff;
  border-radius:10px;
  margin:16px;
  padding-bottom:10px;
  border:solid 1px #B2B2B2;
  box-shadow:0px 5px 10px #60606085;
  width:calc(33% - 30px);
  overflow:hidden;
}

.innerbanner-sec {}

.innerb-sec-top {
  background: url(../images/banner-topbar.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 15px;

}

.graybg {
  background-color: #E7E8ED;
}

.innerb-sec-content {}
.breadcrumbs-sec {padding-right: 80px;}

.breadcrumbs-sec ul li {
  display: inline-block;
  padding-right: 20px;
  text-transform: uppercase;
  font-family: 'Energy-Bold';
  font-size: 18px;
  color: #212529;
}

.innerb-cont-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.innerb-cont-sec h2 {
  font-size: 36px;
  font-family: 'Energy-Bold';
  color: #3E3E3E;
}
.innerbc-rsec h2 { font-size:36px; }
.innerb-cont-sec p {
  color: #3E3E3E;
  font-family: 'Energy-Regular';
}

.innerbc-lsec {
  width: 46%;
  /* padding-left: 80px; */
  position: relative;
  font-size: 24px;
  font-family: 'EnergyLight';
}

.innerbc-rsec p{ font-size:18px; }
.innerbc-lsec::after {
  content: "";
  background: url(../images/left-btn.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30%;
  left: 0px;
}

/*.innerbc-rsec::after, */
.innerbc-rsec .next_btn {
  content: "";
  background: url(../images/right-btn.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 37%;
  right: 0px;
}

.innerbc-rsec {
  width: 46%;
  position: relative;
  padding-right: 80px;
  opacity: 0.7;
}

.innerbc-lsec .next_btn {
    content: "";
    background: url(../images/right-btn.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 37%;
    right: 0px;
}
.banner-bdr-b {
  border-bottom: solid 1px #C41974;
}


.breadcrumbs-sec li {
  position: relative;
}

.breadcrumbs-sec li::after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: -8px;
  content: "\f105";
  font-family: FontAwesome;
}


.breadcrumbs-sec li:last-child:after {
  display: none;
}

.innerbanner-pd {
  padding: 40px 0 50px !important;
}

.rightslidersec {
  width: calc(100% - 100px);
  display: inline-block;
}

.rightslidersec .nav-item {
  margin-right: 12px;
}

.weeksection ul li {
  width: 50px;
  height: 50px;
  border: solid 2px #415A6C;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
  margin-bottom: 20px;
  color: #2B3A42;
  font-size: 20px;
  font-family: 'Energy-Bold';
  position: relative;
  cursor: pointer;
}

.weeksection ul li.active {
  background: #415A6C;
  color: #fff;
}

.weeksection {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  margin-top:80px;
  display: none;
}

.weeksection ul li span {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #969696;
  box-shadow: 0px 2px 4px #0000003d;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-family: 'Energy-Regular';
  font-size: 14px;
  padding-top: 2px;
  color: #fff;
}


.weeksection ul li.complete-bar span {
  background-color: #6CC04A;
}

.weeksection ul li.active span {
  background-color: #FED501;
  color: #000;
}


.custom-container,
.bannermidbanner,
.midbanner,
.fb-midcon {
  width: 100%;
  max-width: 1200px;
}

.first-banner-rightsec {
  width: calc(100% - 400px);
}

.content-subsec {
  width: calc(100% - 0px);
}

.banner-videoimg {
  width: 100%;
  background-size:800px;
}

.contentsec {
  width: 360px;
}

.slidersec {
  width: calc(100% - 380px);
}

.fa-star,
.fa-star-half-o {
  color: #F0B323;
}

.nav-tabs .nav-link:hover {
  background: #5B2D87;
  color: #fff;
}

.fullwidthslidersec {
  width: 100%;
}

.innerscreen-banner {
  background: #E7E8ED url(../images/inner-banner-img.png);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 280px;
}

.innerscreen-banner .innerbc-lsec::after {
  display: none;
}

.innerscreen-banner .innerbc-lsec {
    padding-left: 0px;
    width: 100%;
    padding-right: 80px;
}
.selling_sec_clss .innerbc-lsec {
    padding-left: 0px;
    width: 100%;
    padding-right: 80px;
}

.condition-custom-width {max-width: 750px;}
.condition-custom-width.bannermidbanner ul li:last-child {text-align: center;}
.condition-custom-width.bannermidbanner ul li a {text-align: center; display: block;}
.innerscreen-banner .innerb-sec-content {
    padding-left: 77px;
    position: relative;
    margin-left: 55px;
    text-align: left;
}

.innerscreen-banner .innerb-sec-content .featured_image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 271px;
  height: 260px;
  position: absolute;
  top: 0%;
  left: -30px;
}
.innerscreen-banner .innerb-sec-content .featured_image {
            left: -100px;
        }
        .innerscreen-banner .innerb-sec-content .featured_image {
            width: 170px;
            height: 165px;
            top: 48%;
            }



.style2 .innerb-cont-sec h2, .style2 #product_description, .style2 .breadcrumbs-sec ul li a, .style2 .breadcrumbs-sec li::after, .style2 .breadcrumbs-sec ul li { color: #fff; }
.style3 .innerb-cont-sec h2, .style3 #product_description, .style3 .breadcrumbs-sec ul li a, .style3 .breadcrumbs-sec li::after, .style3 .breadcrumbs-sec ul li { color: #fff; }

/*--22-nov-22--*/
.midbanner label {
  font-size: 24px;
}
.mb-leftsec-cont h3 {
  font-size: 32px;
}
.bannerimgI .custom-container { position:relative; background:none; padding:80px 0px 120px; }
.bannerimgI .custom-container:after { content:""; position:absolute; left: 17.5%;
  width: 420px;
  height: 340px;
  bottom: -43px; z-index:0;
  background:url(../images/content-bgimg-I.svg) !important; background-repeat:no-repeat; background-size:100% 100% !important; }
.banner-videoimgIII { background:#f0f1e7 url(../images/Image.png); }
.thirdbanner { background:#eaddc3 url(../images/bannerBG2.png); background-size:100% 100%; background-repeat: no-repeat; }
.thirdbanner h4 { color:#000; font-weight:bold; height:auto; }
.thirdbanner h1 { background: transparent linear-gradient(239deg, #FF583D 0%, #FF007F 50%, #C41974 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.thirdbanner p, .thirdbanner label { color:#415A6C; }
.thirdbanner p, .firstbanner .first-banner-leftsec p { font-size:20px; font-weight:300; }
.thirdbanner .first-banner-rightsec p { font-weight:300; }
.thirdbanner .findout-btn { color:#ff007f; background:#fff; border:none; box-shadow:0px 3px 6px #00000033; transition:0.2s ease;
  outline-offset:2px; outline:1px solid #ea2665; }
.thirdbanner .findout-btn:hover, .secondbanner .findout-btn:hover { background:linear-gradient(90deg, rgba(214, 18, 118, 1) 0%, rgba(255, 59, 82, 1) 100%); color:#fff !important; }
.custom-container.bannerimgI-container, .bannerimgI-containerIII { max-width:100%; display:flex; width:100%; }
.custom-container.bannerimgI-container .contentsec, .bannerimgI-containerIII .contentsec { width:41%; }
.bannerimgI .inner-content, .bannerimgI-containerIII .inner-content { max-width:430px; float:right; padding-right:30px; }
.bannerimgI .inner-content, .bannerimgI-containerIII .inner-content p{ font-size:24px; color:#3E3E3E; }
.bannerimgI .slidersec, .bannerimgI-containerIII .slidersec { width:59%; }
.img-box .playicon { position:absolute; top:50%; left:50%; right:0px; margin:0px; transform:translate(-50%, -50%); }
.course-sec .img-box, .card-sec .img-box { position:relative; height:260px; overflow:hidden; }
.course-sec .img-box img, .card-sec .img-box img { width:100%; height:100%; background-size:100% 100%; transform:scale(1);
  transition:.3s ease-in-out; object-fit:cover; }
.card-sec .img-box { height:240px; }
.card-sec .img-box img { transform:scale(1); transition:.3s ease-in-out; object-fit:cover; }
.course-sec:hover .img-box img, .card-sec:hover .img-box img { transform:scale(1.11); }
.bannerimgI-containerIII .course-sec .img-box:after, .innersection-slider .course-sec .img-box:after { content:""; background:rgba(108, 192, 74,0.6); height:8px; width:100%; position:absolute;
  bottom:0px; left:0px; right:0px; z-index:9; }
.content-titel-acc p { color:#2B3A42; font-size:20px; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:4;
  display:-webkit-box; -webkit-box-orient:vertical; white-space:normal; height:auto; font-family:'EnergyLight' !important; }
.content-titel-acc h4 { font-size:32px; height:auto; color:#2B3A42; }
.first-banner-rightsec h4 { font-size:36px; height:auto; }
.thirdbanner h1 { max-width:80%; }
.innerbc-lsec::after { display:none; }
.sort_clss { margin-left:15px; }
.sort_clss label { font-size: 24px; }
.sort_clss select { font-weight:bold; font-size:24px; border:none; color:#ff007f; /* for Firefox */
  -moz-appearance:none; /* for Safari, Chrome, Opera */ -webkit-appearance:none; background:transparent; }
.sort_clss  select::-ms-expand { display:none; }
.sort_clss .select_drop_sort { display:inline-block; position:relative; }
.sort_clss .select_drop_sort:after { content:"\f0d7"; position:absolute; font-family:'FontAwesome'; color:#ff007f;
  font-size:24px; margin-left:10px; }
.sort_clss select:focus { outline:none; }
.sort_clss option { font-size:18px; color:#000; padding:0px 5px;}
.slidersec .comptab, .fullwidthslidersec .comptab, .selling_influcing_sec .comptab { padding-left:10px;}
/* .fullwidthslidersec_container { max-width:100%; }
.fullwidthslidersec_container .fullwidthslidersec nav { max-width:1200px; margin:0px auto; } */
.footerlist-link:hover{ color:#ff007f; }
.footer-sociallist-item:hover .fa { width:30px; height:30px; color:#fff; border-radius:50%; line-height:30px; text-align:center; }
.footer-sociallist-item:hover .fa.fa-facebook { background:#395693; }
.footer-sociallist-item:hover .fa.fa-instagram { background:#f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
.footer-sociallist-item:hover .fa.fa-twitter { background:#1bb1e4; }
.footer-sociallist-item:hover .fa.fa-linkedin { background:#0073b1; }
.footer-sociallist-item:hover .fa.fa-youtube-play { background:#bc3329; }
.bannerimgI-container nav .bordernone { margin-top:50px; }
footer .custom-container { padding-bottom:30px; }
.selling-negotiation-sec .inner-cardsec .slick-slide { padding:0px 12px; }
.selling-negotiation-sec .inner-cardsec .slick-track { margin:0px -12px; }
.course-sec .complete-video:before { content:"\f00c"; position:absolute; width:48px; height:48px; background:rgba(108, 192, 74,0.8);
  top:15px; z-index:9; border-radius:50%; right:15px; font-family:'FontAwesome'; font-size:2rem; color:#fff; text-align:center; }
.course-sec .incomplete-video .moon-icon{ position:absolute; width:48px; height:48px; background:#FED501; z-index:9; border-radius:50%;
  right:15px; top:15px; display:flex; align-items:center; justify-content:center; }
.course-sec .incomplete-video .moon-icon img { width:auto; height:auto; transform:scale(1); }
.course-sec .incomplete-video_2:before { content:""; position:absolute; height:8px; background:#6CC04A; width:44%; bottom:0px; left:0px;
  right:0px; z-index:99; border-right:2px solid #fff; }

.course-sec .incomplete-video .progress_bar { content:""; position:absolute; height:8px; background:#6CC04A; width:44%; bottom:0px; left:0px;
  right:0px; z-index:99; border-right:2px solid #fff; }
.banner-videoimg .playicon { margin:0px; }
.defult-btn a { color:#fff; }
.defult-btn:hover a { color:#ff007f; }
.meeting-sec .custom-container { padding-top:0px; }
.mobile-logo { display:none; }

/*--/22-nov-22--*/

.rightslide-sec {position: relative;}
.rightslide-sec span {position: absolute; top: -12px; right: 10px; background-color: #6CC04A;
 box-shadow: 0px 2px 4px #0000003d; border-radius: 50%; width: 22px; height: 22px; font-family: 'Energy-Regular';
    font-size: 14px; padding: 5px 1px 1px 1px; color: #fff;}
.rightslide-sec span.slider-tab-badge {position: absolute;
    width: 22px;
    height: 22px;
    background: #FED501;
    z-index: 9;
    border-radius: 50%;
    right: 10px;
    top: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;

  }
.condition-top-remove {padding-top: 0px;}
.condition-top-remove.bannerimgI .custom-container {padding: 50px 0px 100px;}
.content-bottom-sec {padding: 5px 5px 5px 10px;}
.content-bottom-sec p {font-family: 'Energy-Bold'; float: left; color: #FF007f; font-size: 16px; margin-bottom: 0px;
padding-right: 5px;}
.content-bottom-sec span {font-family: 'Energy-Bold'; float: left; color: #00A6A5; font-size: 16px;}
h4.bottom-btn-outline {background: #FF007F; padding: 8px !important;border: solid 2px #FF007F; border-radius: 4px;
  color: #fff; font-family: 'Energy-Bold'; font-size: 16px; text-align: center; margin-top: 15px; transition: 0.4s;}
  h4.bottom-btn-outline:hover {background: #fff; border: solid 2px #FF007F; color: #FF007F; transition: 0.4s;}
.content-bottom {display: -webkit-inline-box; word-wrap: break-word;}
.bannerimgIII .contentsec {margin-top: 20px;}
.bannerimgIII .content-titel-acc { min-height: 215px;}

.bannerimgIII .custom-container { background: url(../images/content-bgimg-III.png);
    background-repeat: no-repeat;}
.custom-container.bannerimgI-container .contentsec, .bannerimgIII-containerIII .contentsec { width: 41%; margin-top: 30px;}



/*=======GLOBAL.CSS :- PRAMOD MALVIYA=======*/
.bannerimgIII .custom-container{
  background-image: none;
}
.rec-home-recommendations{
  position: relative;
}
.rec-home-recommendations .subheading{
  margin-top: 40px;
}
.rec-home-recommendations .inner-content img{
  position: absolute;
  bottom: 115px;
  width: 25%;
}

.rec-home-recommendations .content-bottom-sec span{
  color: #00a6a5;
}
.rec-home-recommendations .content-bottom-sec p{
  color: #ff007f;
}
.rec-home-recommendations h4.bottom-btn-outline{
  background: #0058AA;
  border: solid 2px #0058AA;
  margin-bottom: 15px;
}
.rec-home-recommendations h4.bottom-btn-outline:hover{
  background: #fff;
  border: solid 2px #0058AA;
  color: #0058AA;
}
.rec-home-recommendations .content-titel-acc p{
  /*display: -webkit-box;
  height: 3.6em;
  line-height: 1.3em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.rec-home-recommendations .content-titel-acc {
  min-height: auto;
  margin: 0;
      padding: 12px 12px 0px;
}
.rec-home-recommendations .content-bottom{
  margin-bottom: 5px;
}
.rec-home-recommendations .content-titel-acc h4{
  /*display: -webkit-box;
  height: 2.6em;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.rec-home-recommendations .sub-text b{
  font-family: 'Energy-Bold';
}
.rec-home-recommendations .content-bottom-sec .content-bottom{
  display: flex;
}
.rec-home-recommendations .course-sec{
  min-height: 540px;
}
.rec-home-recommendations .sub-comp-text{
  white-space: nowrap;
}
.rec-home-recommendations .content-bottom span{
  display: -webkit-box;
    height: 1.4em;
    line-height: 1.3em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 0px 0px;
}

/*======PRAMOD NAVBAR CSS START======*/
.dropdown-menu{
  left: -51px;
  padding: 0px;
  padding: 0;
  color: #fff;
  border:none;
  border: 1px solid #bda9cd;
  width: 170px;
}
.reck-dropdown-up-arrow{
    content: '';
    position: absolute;
    right: 12px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5a2882;
    clear: both;
    transform: rotate(180deg);
    padding: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    
}
.dropdown-menu a{
  color: #3e3e3e;
  background: #fff;
  border-bottom: 1px solid #fff;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 20px;
}

.dropdown-menu a:hover{
  background: #5a2882;
  color: #fff !important;
}
.dropdown-menu a:focus{
  background: #5a2882;
  color: #fff;
}

.dropdown-menu a:first-child{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dropdown-menu a:last-child{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 0px;
}
.dropdown-menu .fa-book{
  display: none;
}

/*---ADD NEW BURGER MENU START---*/
.reck-navbar-humber-icon{
    width: 46px;
    height: 38px;
    border: none;
    margin-left: 15px;
    margin-top: 22px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #5a2882;
    margin-right: 15px;
}

.reck-navbar-humber-icon .menu-icon {
    width: 25px;
    height: auto;
    cursor: pointer;
    position: relative;
    margin: 11px 10px 0px;
    height: 33px;
}
.reck-navbar-humber-icon .menu-icon span {
  background-color: #5a2882;
  height          : 2px;
  position        : absolute;
  width           : 100%;
  left            : 0;
  transition      : all 0.3s ease;
  border-radius   : 10px;
}
.reck-navbar-humber-icon:focus, #notify a:focus { outline:none; }
.reck-navbar-humber-icon .menu-icon span:first-child {
  top: 0;
}

.reck-navbar-humber-icon .menu-icon span:nth-child(2) {
  top: 6px;
}

.reck-navbar-humber-icon .menu-icon span:last-child {
  top: 12px;
}

.reck-nav-burger-menu-li{
  position: relative;
  border-right: 1px solid #e4e2e2;
}
.reck-nav-burger-menu-li .dropdown-menu{
    position: absolute;
    left: -115px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #bda9cd;
    margin: 0;
    padding: 0;
    width: 200px;
}
.reck-nav-burger-menu-li .dropdown-menu:after{
    content: '';
    position: absolute;
    right: 35px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5a2882;
    clear: both;
    transform: rotate(180deg);
}
.reck-nav-burger-menu-li .dropdown-menu .dropdown-item{
  color: #3e3e3e;
    border-bottom: none;
    padding: 9px 13px;
    font-size: 14px;
    line-height: 16px;
}
.reck-nav-burger-menu-li .dropdown-menu .dropdown-item:hover{
  background: #5a2882;
  color: #fff;
}
.reck-nav-burger-menu-li .dropdown-menu .dropdown-item:active{
  background: #5a2882;
  color: #fff;
}
.reck-nav-burger-menu-li .dropdown-menu .dropdown-item:first-child{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.reck-nav-burger-menu-li .dropdown-menu .dropdown-item:last-child{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 0px;
}

/*---ADD NEW BURGER MENU START---*/
.reck-home-mobile-tab-display{
  display: none;
}
.reck-home-banners:nth-child(2){
  background: red;
}
.reck-nav-content-screen .comptab .nav-item{
  flex: inherit;
}
.reck-nav-content-screen .comptab .nav-item{
      padding: 8px 8px !important;
}

.reck-home-banners:nth-child(2) h1{
  color: #fff;
}
.reck-home-banners:nth-child(2) a{
  color: #fff;
}
.reck-home-banners:nth-child(2) h1{
  color: #fff;
}
.bannermidbanner ul li label{
  overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.first-banner-rightsec p{
  min-height: 80px;
}
.first-banner-rightsec .bannercapture{
      margin-top: -40px;
}


.rec_recomendation_img{
  margin-left: -50px;
  position: relative;
  top: 85px;
}
.content-bottom-sec .content-bottom span{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 173px;
}

.reck-gray-brand-banner{
  height: 200px;
}
.reck-ai-course-sec{
  min-height: 500px;
}
.reck-ai-course-sec .content-titel-acc{
      min-height: 0px!important;
}
.reck-ai-course-sec .content-titel-acc p{
      margin: 0;
}
.chnage_banner_2 .innerb-sec-content .breadcrumbs-sec a{
      color: #fff !important;
}
.chnage_banner_2 .innerb-sec-content .breadcrumbs-sec li{
 color : #fff ;
}

.chnage_banner_2 .innerb-sec-content .innerb-cont-sec .first-banner-leftsec h1{
 color : #fff;
}
.chnage_banner_2 .innerb-sec-content .innerb-cont-sec .first-banner-leftsec p{
 color : #fff ;
 }

/*=====reck:-27-6-2023======*/
#recommended_section .contentsec{
     position: relative;
}

#recommended_section .contentsec img{
    position: initial;
    bottom: 35px;
    right: 91px;
    max-width: 100%;
}

#recommended_section .reck-ai-course-sec .content-bottom-sec{
      padding: 0px 24px 0px;
}
#recommended_section .inner-content b{
  font-family: 'Energy-bold';
}
.video-detailbar .video-detail-scrollbar{
  height: auto !important;
  border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.mb-rightsec .mb-leftsec-cont p{
  font-size: 14px;
}
#notify .userimg{
      margin-left: 20px;
}
#notify .green-dot{
     right: 0px;
}

/*===home salse coching====*/
/*#home_salse_coaching{
  padding:80px 0px;
}
.home_salse_box{
  border: 1px solid rgb(214, 18, 118);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px 0px;
  text-align: center;
}
.home_salse_top{
  padding-left: 25px;
  padding-right: 25px;
}
.home_salse_box h3{
  background: linear-gradient(90deg, rgba(214, 18, 118, 1) 0%, rgba(255, 59, 82, 1) 100%);
  width: 300px;
  color: #fff;
  position: relative;
  top: -15px;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}
.home_salse_box h6{
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
      min-height: 35px;
}
.home_salse_box .fa{
    color: #ff007f;
}

.home_salse_box .home_sale_imgbox{
    position: relative;
    text-align: center;
    padding: 0px 25px 25px 25px;
}
.home_salse_box .home_sale_imgbox img{
  border-radius: 15px;
  margin-top: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  max-height: 220px;
  object-fit: cover;
}
.home_salse_top p{
    margin: 0;
  }
.home_salse_box .bottom-right {
    position: absolute;
        bottom: 6px;
    right: 43px;
}
.home_salse_box .home_salse_bottom{
  height: 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: linear-gradient(90deg, rgba(214, 18, 118, 1) 0%, rgba(255, 59, 82, 1) 100%);
}
.home_salse_start_icon {
    position: relative;
    display: none;
}
.home_salse_start_icon:after {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    background: #ff007f;
    right: 21px;
    top: 51%;
    position: absolute;
}
.home_salse_start_icon:before {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    background: #ff007f;
    left: 18px;
    top: 51%;
    position: absolute;
}
*/
 #home_banner{
        position: relative; 
    }
    #home_banner img{
         max-height: 400px;
    }
    #home_banner .top-left {
      position: absolute;
      top: 20%;
      left: 10%;
      width: 80%;
    }
    #home_banner h2{
        margin: 0;
        color: #fff;
        font-size: 42px;
        font-weight: bold;
        padding-bottom: 10px;
        text-transform: uppercase;
    }
    #home_banner p{
        margin: 0;
        color: #fff;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 17px;
    }
    #home_banner .welcome{
        font-weight: bold;
    }
#home_salse_main .home_salse_main{
 margin-top: -100px;
 margin-bottom: 70px;
}
#home_salse_main .home_salse_content{
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px 0px;
}
#home_salse_main .box{
  padding: 20px;
  display: flex;
  background: #fff;
  border-radius: 15px;
}
#home_salse_main .home_salse_content h2{
  margin: 0;
}
#home_salse_main .home_salse_img{
  width: 40%;
  margin-right: 15px;
  min-height: 200px;
  position: relative;
}
#home_salse_main .home_salse_img img{
  object-fit: cover;
  height: 200px;
  border-radius: 10px;
  width: 100%;
}
#home_salse_main .home_salse_text{
  width: 60%;
  position: relative;
  min-height: 200px;
}
#home_salse_main .home_salse_text p{
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin: 0;
}
#home_salse_main .btn-pink {
    background: linear-gradient(90deg, rgba(214, 18, 118, 1) 0%, rgba(255, 59, 82, 1) 100%);
    color: #fff;
    border: 1px solid #ff007f;
    border-radius: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    font-weight: bold;
    font-size: 13px;
}
#home_salse_main .btn-pink:hover {
    background: #fff;
    color: #ff007f;
    border: 1px solid #ff007f;
}
#home_salse_main .btn-pink .fa{
  font-size: 13px;
    position: relative;
    right: -4px;
    top: 1px;
}
#home_salse_main .home_bottom{
  height: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: linear-gradient(90deg, rgba(214, 18, 118, 1) 0%, rgba(255, 59, 82, 1) 100%);
}
.home_salse_img .play_icon{
    position: absolute;
    top: 40%;
    left: 43%;
    background: #373d3f;
    justify-content: center;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}
.home_salse_img .play_icon .fa{
  color: #fff;
}
#home_salse_main .home_salse_text h3 { font-size:24px; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:3;
display:-webkit-box; -webkit-box-orient:vertical; white-space:normal; }
#reck-nav-burger-menu:focus, .navbar-nav a.dropdown-toggle:focus { outline:none; border:none; }