@font-face {
    font-family: 'CircularStdBold';
    src: url(../fonts/CircularStdBold.ttf);
  }
  @font-face {
    font-family: 'CircularStdBlack';
    src: url(../fonts/CircularStdBlack.ttf);
  }
  @font-face {
    font-family: 'CircularStd-Book';
    src: url(../fonts/CircularStd-Book.otf);
  }
  @font-face {
    font-family: 'signature';
    src: url(../fonts/signature.ttf);
  }
@font-face {
    font-family: 'Barlow-Medium';
    src: url(../fonts/Barlow-Medium.otf);
  }
*{
    margin: 0;
    padding: 0;
}
div{
    word-wrap: break-word;
}
img{
    max-width: 100%;
}
.options sup{
    font-size:10px !important;
}
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
.banner{
    position: relative;
}

.cart-bg {
    position: absolute;
    top: 8%;
    right: 28px;
    background: transparent;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 1000px;
    line-height: 3rem;
    font-weight: 600;
    color: #fff;
    z-index: 99;
}
.cart {
    display: inline-block;
    float: right;
    cursor: pointer;
    padding-top: 20px;
}
.cart-inner {
    padding-right: 0px;
}
.cart img {
    width: 50px;
}
.cart-amount {
    position: absolute;
    top: 22%;
    right: 2%;
    background: #0c1fff;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 1000px;
    line-height: 3rem;
    /* font-weight: 600; */
    color: #fff;
}
.cart-amount span{
    position: absolute;
    top: -11px;
    right: 6px;
    font-size: 12px;
}


.jumbotron{
    background-image: url('../img/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    margin-bottom: 0px;
    position:relative;

}
.fixedheader{
    position: relative;
    width: 100%;
    top: 0px;
    background: transparent;
}
.mainlogo{
    width: 350px;
    padding: 50px 0px;
}
.bannerdata{
    width: 85%;
    padding: 15px 40px;
    color: #fff;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    font-family: 'CircularStd-Book';
    width: 75%;
    letter-spacing: 1px;
}
.bannerdata .banner-heading{
    font-size: 98px;
    font-weight: 700;
    line-height: 95px;
    margin: 20px auto 25px;
    font-family: 'CircularStdBold';
}
.discover{
    width: 100%;
    /* position: absolute; */
    left: 0px;
    padding: 45px;
    bottom: 0px;
    background: #000cff;
    font-family: 'CircularStdBold';
    border: none;
    font-size: 30px;
    color: #fff;
}
.aboutarf{
    text-align: right;
    padding-right: 3%;
}
.aboutarf h1{
    font-family: 'CircularStdBold';
    color: #2b2a49;
    font-size: 52px;
    font-weight: 700;
    margin-top: 0;
}
.aboutarf p{
    font-family: 'CircularStd-Book';
    font-size: 17px;
    color:#3f3e5a;
    padding-bottom: 1.3%;
}
.aboutarf h5{
    margin-top: 20px;
        color: #2b2a48;
    font-size: 16px;
    font-weight: bold;
}
b{
     font-size: 18px;
}
.aboutme{
    padding: 8% 0px;
}
.blue{
    font-family: 'CircularStdBold';
    color:#000cff;
    font-weight: 600;
    text-decoration:none;
        text-decoration-line: none;
        font-size: 16px;
}
.blue:focus, .blue:hover {
    color: #000cff;
    text-decoration: none;
}
.video iframe{
    width:100%;
        height: 350px;
}
.stats{
        background-position: center left 35%;
    background-image: url('../img/stats.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0px;
    /*height: 100vh;*/
    margin: 0px;
    color: #fff;
}
.statsheading{
      font-family: 'CircularStdBold';
      font-size: 55px;
}
.statsdata{
    padding: 8% 0 5%;
    width: 80%;
    margin: auto;
}
.stats-desc{
    font-family: 'CircularStd-Book';
    font-size: 20px;
    padding: 0 5%;
    /*line-height: 1.3;*/
}
.stats-details{
    width: 100%;
}
.ak_count{
    display: flex;
    width: 65%;
    justify-content: space-between;
    text-align: center;
    margin: 5% auto;
}
.one{}
.upper_text {
    color: #fff;
    font-size: 20px;
    font-family: CircularStd-Book;
    text-align: left;
}
.text_count {
    color: #fff;
    font-size: 80px;
    font-family: CircularStdBold;
    line-height: 1;
}
.theauthor{
    width: 100%;
    /*height: 100vh;*/
    display: inline-block;
    background: #fff;
}
.w20{
    width: 20%;
    float: left;
    padding: 4% 0px;
    color:#2b2a49;
    font-family: CircularStdbold;
    font-size: 35px;
}
.country{
    width: 100%;
    font-size: 24px;
    display: inline-block;
    /*margin-left: 10%;*/
}
.cities{
    width:92%;
    margin:auto;
}
.author h1{
     color:#2b2a49;
    font-family: CircularStdBold;
    font-size: 55px;
}
.author p{
     color:#2b2a49;
    font-family: CircularStd-Book;
    font-size: 20px;
        line-height: 1.3;    
}
.bookimg{
    width: auto;
    margin-left: 12%;
        margin-top: 3%;
}
.author{
    width: 78%;
    margin: 30px auto;
}
.bluebutton {
    width: 100%;
    left: 0px;
    padding: 4%;
    bottom: 0px;
    background: #000cff;
    font-family: 'CircularStdBold';
    border: none;
    font-size: 30px;
    color: #fff;
}
.tools{
    background-image: url('../img/tooloftransformation.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.tooltransform {
    /* width: 75%; */
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 7% 0;
}

.tooltransform h1{
     font-family: 'CircularStdBold';
     font-size: 55px;
     color:#fff;
}
.tooltransform p{
    font-family: 'CircularStd-Book';
    font-size: 18px;
}

.mindset{
    text-align: center;
   padding: 7% 0 0;
}
.mindset-content h1{
    font-family: 'CircularStdBold';
    font-size: 55px;
    color:#2b2a49;
}
.mindset-content p{
     font-family: 'CircularStd-Book';
    font-size: 18px;
    color:#3f3e5a;
}
.slider-height{
    min-height: 75vh; 
}
.hrithik{
    background-image: url('../img/hrithik.png');
    background-size: contain;
   
    margin: 4% 0;
    background-repeat: no-repeat;
    background-color: #1d2225;
}
.amitabh{
    background-image: url(../img/ab.png);
    background-size: contain;

    margin: 4% 0;
    background-repeat: no-repeat;
    background-color: #050406;
}
.robbin{
     background-image: url(../img/robbin.png);
   background-size: contain;

    margin: 4% 0;
    background-repeat: no-repeat;
    background-color: #161b33;
}
.slider-text{
    width: 55%;
    float: right;
    color: #fff;
    font-size: 22px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review{
    font-family: 'CircularStd-Book';
    width:100%; 
}
.clients{
    padding-bottom: 4%;
}
.person{
    font-family: 'CircularStdBold'; 
    font-size: 16px;
}
.person span{
   font-family: 'CircularStd-Book';
    color:#6e767c;
}
.xy{
        width: 24%;
}
.client-list{
    width:80%;
    margin:auto;
}
.insight-title{
    font-family: 'CircularStdBold'; 
    font-size: 55px;
    text-align:center;
    color:#2b2a49; 
}
.insight-desc{
    color:#3f3e5a;
    font-family: 'CircularStd-Book';
    font-size: 20px;
    width:85%;
    margin:auto;
    text-align: center;
}
/*HEALTH*/
.pb3{
    padding-bottom: 3%;
}
.health{
    margin-top:15%;
}
.health img{
    max-width: 100%;
}
.health-text{
    padding: 3% 0;
}
.health-text h4{
    font-family: 'CircularStdBold';
    font-size: 20px;
    color:#2b2a49;
}
.health-text p{
    font-family: 'CircularStd-Book';
    font-size: 18px;
    color: #7f7e91;
    line-height: 1.4;
    padding-top: 1%;
    margin-bottom: 0;
}
.future{
    text-align: center;
    padding: 7% 0;
}
.future h1{
    font-family: 'CircularStdBold';
    font-size: 55px;
    color:#2b2a49;
}
.sing-ak{
    width: 90%;
    margin: auto;
}
.end-intro{
     font-family: 'CircularStd-Book';
    width: 80%;
    margin: auto;
    font-size: 22px;
    color: #2b2a49;
        opacity: 0.9;
}
.signature{
    font-family: 'signature';
    font-size: 90px !important;
    color:#2b2a49;
    padding-top:3%;
}

/*TRANSFORMATION*/
.transformation-container{
     background-image: url('../img/tooloftransformation.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-position: center;
}
.transformation-text{
    color:#fff;
    text-align: center;
    width:80%;
    margin:auto;
}
.transformation-text h1{
    font-family: 'CircularStdBold';
    font-size: 100px;
    line-height: 1;
    padding-top:1%;
}
.transformation-text p{
    font-family: 'CircularStd-Book';
    font-size: 17px;
    padding: 3% 0;
    opacity: 0.8;
    line-height: 1.8;
}
.books-section{
    border-bottom: 1px solid #e7e6e6;
}
.addclass{
    border-bottom: 3px solid #0c1fff;
    color: #000 !important;
   /* font-family: 'CircularStd-Book';
    font-size: 20px;
     margin:0;*/
}
.options{
    display:flex;
    justify-content: space-between;
    width:13%;
    padding: 3% 0;
}
.options p{
     font-family: 'CircularStd-Book';
    font-size: 15px;
    color:#aeadce;
    margin:0;
}
.pro-search label{
    font-family: 'CircularStd-Book';
    font-size: 16px;
    color:#aeadce;
}
.pro-search button{
    border: none;
    background: transparent;
    color: #ddd;
    font-size: 16px;
    /* border-bottom: 1px solid #ddd; */
}
.search-int{
    border: none;
    border-bottom: 1px solid #ddd;
    padding:2px 4%;
    font-family: 'CircularStd-Book';
    font-size: 16px;
    color:#000;
    outline:none;
}
::-webkit-input-placeholder { /* Edge */
  font-family: 'CircularStd-Book';
    font-size: 16px;
    color:#bebdc4;
}

:-ms-input-placeholder { /* Internet Explorer */
  font-family: 'CircularStd-Book';
    font-size: 16px;
    color:#bebdc4;
}

::placeholder {
  font-family: 'CircularStd-Book';
    font-size: 16px;
    color:#bebdc4;
}
.container-fluid{
    width:95%;
    margin:auto;
}
.br-bt{
    border-bottom: 1px solid #d4d2d2;
    padding:2% 0;
}
.book{
    text-align:center;
        padding: 8%;
}
.book-img{
    position: relative;
    height: 345px;
}
.book-grp{
    display: inline-block;
    padding: 3% 0 0;
}
.book-img img{
    position: absolute;
    left: 23%;
    width: 100%;
    max-width:100%;
}
.book-title{
   font-family: 'CircularStd-Book';
   font-size: 28px; 
   color:#2b2a49;
   line-height: 1;
}
.book-title br{
    display:none;
}
.book-subtitle{
    /*display: flex;*/
    text-align: center;
    /*align-items: center;*/
    font-family: 'CircularStd-Book';
    font-size: 14px;
    margin: 0;
    padding: 0 4% 4% 4%;
    min-height: 88px;
    color:#616083;

}
.book-sub{
    font-family: 'CircularStd-Book';
    font-size: 14px;
    margin: 0;
    padding: 0 2% 4% 2%;
    color:#616083; 
}
.book-desc{
        opacity: 0.9;
     font-family: 'CircularStd-Book';
   font-size: 14px;
    margin:0;
    color:#000;
        min-height: 155px;
            padding: 0 4% 0% 4%;
}
.book-describ{
     opacity: 0.9;
     font-family: 'CircularStd-Book';
   font-size: 14px;
    margin:0;
    color:#000;
        min-height: 210px;
            padding: 0 4% 0% 4%;
}

.book button{
    border: none;
    padding: 4% 8%;
    font-size: 15px;
    color: #fff;
    background: #000cff;
    font-family: 'CircularStdBold';
}
/*.tab-img{*/
/*    position: relative;*/
/*    height: 390px;*/
/*}*/
/*.tab-img img{*/
/*    width:55%;*/
/*}*/
/*.tab-title {*/
/*    font-family: 'CircularStd-Book';*/
/*    font-size: 30px;*/
/*    color: #2b2a49;*/
/*    line-height: 1;*/
    /* margin: 0; */
/*}*/
/*.tab-subtitle{*/
/*    text-align: center;*/
    /*align-items: center;*/
/*    font-family: 'CircularStd-Book';*/
/*    font-size: 15px;*/
/*    margin: 0;*/
/*    padding: 0 4% 4% 4%;*/
/*       min-height: 60px;*/
/*    color:#616083;*/
/*}*/
sup{
    font-size: 15px!important;
    font-weight: 700;
}

/*product*/
.dvd-butn {
    border: none;
    padding: 3% 6%;
    font-size: 11px;
    color: #fff;
    background: #000cff;
    margin-top: 2%;
    font-family: 'CircularStdBold';
}
.dvd-title{
    font-family: 'CircularStd-Book';
    font-size: 30px;
    color: #2b2a49;
    line-height: 1;
}
.product-description p{
 font-family: 'Barlow-Medium';
    color: #000;
    font-size: 14px;
    color: #000;
    line-height: 1.4;
}
.dvd{
    display: inline-block;
    margin-top: 5%;
    border-bottom: 1px solid #e7e6e6;
    padding-bottom: 3%;
}
.dvd-details{
    padding-top:5%;
        padding-left: 4%;
}
.dvd-steps ul{
        margin-top: 4%;
}
.dvd-steps ul li:before {
    content: '✓';
    color: #616083;
    font-weight: 700;
    font-size: 12px;
    vertical-align: inherit;
    position: absolute;
    left: 0%;
    top: 2px;
}

.dvd-steps ul li {
    position: relative;
    font-family: 'CircularStd-Book';
    font-size: 14px;
    color: #616083;
    list-style: none;
    padding-left: 4%;
    line-height: 2;
    opacity: 0.9;
}
.wd{
    width:70%;
    margin:auto;
}
.gold-pass{
    padding-top: 5%;
}
.pass-details{
    font-family: 'CircularStd-Book';
    font-size: 15px;
    color: #6c6b8bf0;
    text-align: center;
}
.pass-details p{
    padding-top:1%;
}
.product-title{
     font-family: 'CircularStd-Book';
    font-size: 40px;
    color:#222132;
    text-align: center;
    line-height: 1;
}
.pass-steps ul{
        margin-top: 4%;
        width:90%;
}
.pass-steps ul li:before {
    content: '✓';
    color: #616083;
    font-weight: 700;
    font-size: 12px;
    vertical-align: inherit;
    position: absolute;
    left: -5%;
    top: 2px;
}

.pass-steps ul li{
    position: relative;
    font-family: 'CircularStd-Book';
    font-size: 15px;
    color: #6c6b8bf0;
    list-style: none;
   padding-bottom: 3%;
    line-height: 1.3;
}
.pass-img{
    padding-top:7%;
    
}
.gold-step{
        min-height: 200px;
}
.gold-passdetails{
    padding: 4% 6% 3%;
    display: inline-block;
}
.gold-title{
    font-family: 'CircularStdBold';
    font-size: 27px;
    color:#2b2a49;
    line-height: 1;
}
.gold-desc{
    font-family: 'CircularStd-Book';
    font-size: 22px;
    padding-bottom: 2%;
    color:#2b2a49;
    border-bottom: 1px solid #e7e6e6;
}
/*MODAL*/
.img-div{
    padding: 0;
    background: #c5c1c180;
}
.mod-img{
    padding: 5%;
    text-align: center;
}
.mod-img img{
    width: 65%;
}
.mod-protitle{
    font-size: 22px;
    font-family: 'CircularStdBold';
    color: #2b2a49;
    font-weight: 700;
    line-height: 1;
}
#quantity{
    width: 25%;
    border: none;
    color: #000;
    font-weight: bolder;
    outline: none;
}
label{
    font-size: 14px;
    font-family: 'CircularStd-Book';
    color: #61608394;
    padding-top: 3%;
}
.modal-footer{
        background: #17151e;
        padding:0;
        color:#fff;
}
.mod-price{
    padding-top: 12%;
    font-size: 22px;
    font-family: 'CircularStdBold';
    color: #000cff;
}
.cart-content{
    display: inline-block;
    width: 92%;
    border: 1px solid #ccc;
    margin: 3%;
    /*border-radius: 4px;*/
    box-shadow: 2px 4px 11px 1px #d6d1d1;
    padding: 0;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 1%;
    position: absolute;
    right: 2%;
}
.close1 {
    float: right;
    padding-right: 3%;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.endit{
    display: flex;
    justify-content: space-between;
}
.mod-checkout{
    border: none;
    font-size: 18px;
    background-color: #0c1fff;
    padding: 2% 4%;
    color: #fff;
    font-family: 'CircularStdBold';
    border-radius: 3px;
}
.mod-total{
    font-size: 18px;
    font-family: 'CircularStd-Book';
    color: #fff;
    padding: 2% 3%;
    margin: 0;
}
.mod-total span{
    font-family: 'CircularStdBold';
    color: #f72a2a;
        font-size: 23px;
}
.mod-pro-info{
    max-height:380px;
    overflow-y: scroll;
}
.modal-header img{
    width: 38%;
}
.modal-header{
background-image: url(../img/tooloftransformation.png);
background-size: cover;
background-position: center;
text-align: center;
}
/*PRODUCT RESPONSIVE*/
.speaker-session{
    /*height: 290px;*/
    padding:2% 0 2%;
    display: inline-block;
}
.group-img{
    width: 80%;
    margin: auto;
    display:none;
}
.session-content{
    /*height: 290px;*/padding-bottom:5%;
    text-align: center;
}
.session-img{
    padding: 4% 4% 0;
    text-align: center;
}
.session-img img{
    /*width:50%;*/
}
.grp-title {
    font-family: 'CircularStd-Book';
    font-size: 24px;
    color: #2b2a49;
    padding: 4% 0px 0;
    line-height: 1;
}
.grp-desc{
    color: #727272;
    font-size: 15px;
    font-family: 'Barlow-Medium';
    line-height: 1.3;
}