
h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
  border: 0;
}

.h1{
  font-size: 40px;
}

.h2{
  color: #33cccc;
  font-size: 30px;
  font-weight: bold;
}

.h4 {
  font-size: 16px;
  color: #555559;
  font-weight: 100;
  margin-bottom: 5px;
}


.p{
  font-size: 12px;
  line-height: 1.5;
  width: 500px;
}
.ul-custom p{
    color: #464646!important;
}
.product_name{
  font-size: 32px;
  color: #444;
  font-weight: bold!important;
}

.offer_price{
  color: #33cccc;
  font-size: 23px;
  font-weight: bold!important;
}

.product_price{
  text-decoration: line-through;
  font-size: 20px;
  color: #a7a7a7;
  font-weight: 100;
}

.delivery_details, .product_quantity{
  font-size: 20px;
  color:#000;
  font-weight: normal;
  margin-bottom: 5px;
}

.filed,.filed2{
    border-top: 2px solid #6345ee;
    border-radius: 0px;
}
.filed{
    min-height: 125px;    
}
.filed2{
    height: 400;    
}
.btn{
    font-size:14px!important;
}

.product-info p{
  font-size: 15px;
  line-height: 1.5;
  /*width: 450px;*/
}

.heading_mas{
    background: #ececec;
    overflow: hidden;
    color: black;
    padding: 5px;
    font-size: 18px;
    margin-top: 10px;
    border: 1px solid #cbcbcb;
    border-radius: 10px 10px 0px 0px;   
}
.course_mas{
    overflow: hidden;
    border: 1px solid #cbcbcb;
    color: black;
    padding: 7px;
    border-radius: 0px 0px 10px 10px;
}
.course_mas a{
    color:black;
    margin: 8px auto;
    height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.inline_course_name{
    margin: 0px!important;
    height: auto!important;
    text-align: left!important;
}

.verious_course{
    padding: 5px 0px;
    overflow: hidden;
    border-bottom: 1px solid #cbcbcb;
}
.verious_course_bordernon{
    border:none!important;
}
.view_afli{
    background: #6345ee;
    opacity: .85;
    font-size: 16px;
    border: none;
    height:auto!important;
    color: #fff!important;
    text-decoration: none;
    border-radius: 5px;
    transition-duration: 0.4s;
    padding: 5px;
    margin: 0px!important;
    text-align: center;
    -webkit-transition-duration: 0.4s ease-in;
    transition-duration: 0.4s;
    
}
.view_afli:hover{
    opacity: 1;
    transform: scale(1.04);
}
.live_course{
    position: relative;
    overflow: hidden;
}
.live_course::before {
    content: "Live*";
    position: absolute;
    font-size: 9px;
    color: red;
    padding: 6px 2px 6px 7px;
    z-index: 1;
    right: 15px;
    bottom: 12px;
    background: yellow;
    border-radius: 0px 10px 0px 50px;
}

/*.wrapper{
  padding: 20px 0px;
}*/

.nav_t{
  background-color: #f3f3f3;
  width: 100%;
  text-align: center;
  /*padding: 20px 3% 70px 3%;
  padding: 0px 3%;*/
}

.nav_t .logo{
  display: inline-block;
  float: left;
  width: auto;
}

.nav_t .logo img{
  width: 120px;
}

.nav_t .nav_t-links{
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.nav_t-links a{
  color: #000;
  font-size: 12px;
  text-decoration: none;
  margin: 0px 15px;
}

.nav_t-links a:hover{
  border-bottom: 2px solid #000;
}

.nav_t .cart-icon{
  color: #444;
  display: inline-block;
  float: right;
}

.product{
  background-color: white;
  /*border-bottom: 1px solid #ddd;*/
  clear: both;
  padding: 0px 10% 0px 10%;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}


.col-1-2{
  width: 50%;
  height: 100%;
  float: left;
}

.product-image{
  /*border: 1px dotted #aaa;*/
}

.product-image .bg{
  background-image: url('');
  background-size: cover;
  background-position: center top;
  width: 100%;
  min-height: 450px;
}

.product-image .indicator{
  text-align:center;
}

.product-image .dot{
  background-color: #aaa;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  transition: all 400ms ease;
}

.dot:hover{
  background-color: #444;
}

.product-info{
  padding: 10px 0px 0px 
}

/*.product-info h1{
  margin-bottom: 0px;
  padding-left: 15px;
}*/
.product_id{
  font-size: 14px!important;
  color: #969696;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 15px;
}

.product-info h2{
  margin-bottom: 10px;
}

.product-info .select-dropdown{
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: auto;
  float: left;
}

.product-info select{
    letter-spacing: 2px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 12px 12px 12px 12px;
    background-color: #ffffff;
    border-bottom: 2px solid #ff350082!important;
    border-radius: 30px;
    color: #7a7a7a;
    font-size: 15px;
    text-align: center;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.share_fa_button,.likes_counter{
  padding: 10px;
  width: 45px;
  color: #555559!important;
  height: 45px;
  background: white;
  margin-right: 5px;
  box-shadow: 0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent!important;
}
.share_fa_button:hover{  
  background: #f2f2f2;  
  color: #ffffff!important;
}
.like_icon{
  color: black;
  transition: 0.2s ease-in-out 0s;
}
.like_added{
  color: #ff4c4c!important;
  font-size: 18px;
}
.likes_counter:hover{  
  background: #f2f2f2;  
  color: black!important;
}
.likes_counter:hover .like_icon{
  color: #fb9090;
  font-size: 18px;
}
.likes_counter{
  position: relative;
  /*bottom: 0;*/
  text-align: center;
  margin: 0 0 10px 0;
  border-radius: 3px;
  padding: 5px 8px!important;
  width: 100px!important;
  height: 30px!important;
  color: #555559!important;
  cursor: pointer;
  transition: 0.2s ease-in-out 0s;
}
.share_buttons{
  margin-bottom: 10px!important;
}
.copyx{
  display: none!important;
}
.addeventatc{
  z-index: 10!important;
}
.float_right{
  float: right;
}
.listheight{
  min-height: 2px;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1!important;
  z-index: 10!important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    max-width: 200px;
    min-width: 120px;
    background-color: #555;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: auto!important;
    bottom: 55px;
    left: 50%!important;
    margin-left: -65px;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.8;
}
.copy_selected_text{
  opacity: .05;
  height: 1px;
  border: none;
}
.stiky_img{
  position: sticky;
  top: 70px;
  transition: opacity 0.3s;
}

select:active, select:focus {
  outline: none;
  box-shadow: none;
}

.select-dropdown:after {
  content: " ";
  cursor: pointer;
  position: absolute;
  top: 30%;
  right: 10%;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}
.heightauto {
  height: auto!important;
}
.sticky_info{
    position: sticky;
    top: -45px;
}
.product-info a.add-btn{
  font-size: 20px;
  margin-bottom: 30px;
  padding: 10px 15px;
  transition: all 400ms ease;
}

a.add-btn:hover{
  background-color: #33cccc29;
}
.product-info p{
  margin-bottom: 30px;
  color: #6e6e6e!important;
}

.product-info p a{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    transition: all 400ms ease;
}

.product-info p a:hover{
  opacity: .7;
}

.product-info ul{
  font-size: 12px;
  padding: 10;
  margin-bottom: 50px;
}
.product-info ul span {
    font-size: 16px;
}

.product-info li{
  list-style-type: none;
  margin-bottom: 5px;
  text-align: left;
}

.product-info li::before{
  content:"\2022";
  margin-right: 15px;
}


.product-info a.share-link{
  color: #aaa;
  font-size: 11px;
  margin-right: 30px;
  text-decoration: none;
}

.product-info a.share-link:hover{
  border-bottom: 2px solid #aaa;
}


.nav-tabs a{
    width:100%!important;
}

/*my code*/
.white-bg, .white-bg2, .white-bg3 {
    display: inline-block;
    width: 100%;
    background-color: #fff;
}
.white-bg{
    margin-top: 50px;
    padding: 0px 10% 0px 10%;
}
.course-description {
    padding: 10px;
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
    position: relative;
}
.nav_t-tabs {
    border-bottom: 1px solid #ddd;
}
.nav_t {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-flex;
    overflow: hidden;
}

section a {
    font-weight: normal;
}
.afont {
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    /*font-weight: 700;
    line-height: 24px;*/
    text-decoration: none !important;
    color: #000000;
    background-color: transparent;
}
/*.tab-content>.active {
    display: block;
}*/
.b_11{
  display: block;
  width:100%;
}
.b_12,.b_13,.b_14,.b_15,.b_16,.b_17{
  display: none;
  width:100%;
}
/*.tab-pane {
    display: none;
}*/
.course-title.col-md-12 {
    padding: 20px;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #f9f9f9;
}
@media (min-width: 992px){
.col-md-12 {
    width: 100%;
}
}
@media (min-width: 992px){
.col-md-12 {
    float: left;
}
}
.course-title.col-md-12 h3 {
    margin: 0;
    text-align: left;
    font-size: 20px;
}
.courses > h3 {
    position: relative;
    display: block;
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
    margin-top: 35px;
}
.h3 {
    color: #272727;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 24px;
    text-shadow: none;
}
.ul-custom {
    display: inline-block;
    width: 100%;
    /*padding: 0;*/
    list-style-type: none;
}
.course-description {
    /*padding: 20px;
    display: inline-block;
    width: 100%;*/
    border: 1px solid #ddd;
    position: relative;
}
.ul-custom li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}
.ul-custom li p {
    display: inline-block;
    width: 100%;
}
.course-description .col-md-8 p, .ul-custom li p {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 10px;
}
.pdetails {
  width: auto;
    color: #7a7a7a;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    text-shadow: none;
    margin: 0 0 10px;
}

.ul-custom li:before {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    /*top: 24px;*/
    content: '\f05d ';
    font-family: fontAwesome;
    color: #0c1a1e!important;
}
.ul-custom li ul li:before{
    content: '\f101'!important;
}
/*.bg-grey {
    background-color: #eee;
}*/
.padding-top-70 {
    padding-top: 70px;
}
.padding-bottom-70 {
    padding-bottom: 70px;
}
.containerpage {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

/*.product {
  img {
    max-width: 100%;
    height: auto;
  }
}
.product--image, .product--details {
  float: left;
  width: 45%;
}
.product--image {
  padding-right: 3%;}
  .icon-images {
    img {
      height: 80px;
      margin: 0 10px;
      cursor: pointer;
      border: 1px solid #e5e5e5;
    }
  
}*/

.product--image .icon-images img {
    height: 80px;
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}
.product img {
    /*max-width: 100%;*/
    height: auto;
}
.product--image{
    padding: 10px 0px 10px 0px;
  }

.course-title.col-md-12.courses > h3::after {
    bottom: -10px;
    height: 40px;
    left: 1px;
}

.courses > h3::after {
    bottom: -21px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 4px;
    background-color: #6345ee;
}
.left-info{
    text-align: center;
    padding: 0px;
}

.organizing{
  border-radius: 3px;
  padding: 1px!important;
  padding-bottom: 5px!important;
  margin-bottom: 15px!important;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 0 0.5px rgba(50,50,93,.17), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent!important;
  transition: 0.2s ease-in-out 0s;
}
.box-text{
  color: #555559;
  background: #33cccc03;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 5px;
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6!important;
  border: none;
  transition: 0.2s ease-in-out 0s;
}
.organizing:hover .box-text{	
    color: #000000;
    background: #f9f9f9;
}
.font20{
    font-size:16px;
    text-decoration: none!important;
}
.margine15{
  margin: 20px 0px;
}
.stikey_buy_info{
  min-height: 60px;
  padding: 8px 5px 5px 5px;
  background: #fbfbfc;
  position: sticky;
  z-index: 10;
  margin: auto 0;
  bottom: 0;
  top: auto;
  border-top: 1px solid #d9d9d9;  
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0px 2px 7px 0px #0000001f;
}
.closed_text{
    font-size: 14px;
    color: #000000;
}
.notify_spec{
  float: right;
  margin-right: 10px;
  margin-bottom: 0;
}
.reg_spec{
  padding-top: 12px;
}
/*.buy_spec{
  padding-top: 8px;
  text-align: center;
}*/
.price_spec{
  margin-top: 10px;
  font-size: 20px!important;
}
.padding0{
  padding: 0px!important;
}
.count_results,.counting_text{
  font-size: 10px;
  text-align: center;
}
.counting_text{
  font-size: 14px!important;
}
#count_content{
  color: #000000;
}
.centeralign{
  text-align: center!important;
}
.ask_email{
  padding: 5px;
  border: 1px solid #6345ee;
  border-radius: 15px 0 0 15px;
  width: 100%;
  float: right;
  color: #6345ee;
  background: transparent;
}
.notify_submit{
  background: #6345ee;
  border: 2px solid #6345ee;
  height: 29px;
  margin: 0;
  padding: 5px 10px 5px 3px;
  float: left;
  color:#fff;
  border-radius: 0px 15px 15px 0px;
}
#closeing_buy_info{
  position: absolute;
  right: 0px;
  top: -27px;
  height: 26px;
  text-align: center;
  color: white;
  width: 26px;
  background: #ff7b7b;
  border-radius: 10px 0px 0px 0px;
  z-index: 10;
  cursor: pointer;
}
.reletiveclass{
  position: relative!important;
  z-index: 9;
  min-height: 70px;
  padding: 12px 5px 5px 5px;
  background: white;
  margin: 10px 0 50px 0;
  box-shadow: 0px 2px 7px 2px #00000030;
}
ul::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0, 0, 0, 0);
}
ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cecece;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.14);
}
ul::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: transparent;
    box-shadow: unset;
}
@media only screen and (min-width: 899px){
  #closeing_buy_info{
    display: none;
  }
}
@media only screen and (max-width: 340px){
    .reg_spec{
        padding-top: 0px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 899px){
    .stikey_buy_info{
      min-height: 130px;
      bottom: -40px!important;
      top: auto!important;
    }
    .tab-content ul.ul-custom {
        overflow-y: scroll;
        height: 450px;
    }
    .venueloc{
        height: auto!important;
        padding-bottom:5px;
    }
    .course_mas a{
        font-size:12px;
    }
    .live_course::before{
        bottom: 12px;
    }
    .button_mobifont{
        font-size:12px!important;
    }
    .share_fa_button{
      padding: 7px;
      width: 35px;
      height: 35px;
      font-size: 20px!important;
    }
    .stiky_img{
      position: relative;
      margin-bottom: 75px; 
    }
    .likes_counter {
      right: 0;
    }
    .product-info p {
      width: auto;
    }
    .product-info {
      padding: 0px; 
      padding-top: 0px;
      text-align: center;
    }
    .product--image {
      text-align: center;
      width: 75%;
      margin: 0 auto;
    }
    .product img {
      max-width: auto;
    }
    .product-info h2 {
      margin-bottom: 0px;
    }
    .delivery_details {
      font-size: 10px;
    }
    .product-info {
      width: auto!important; 
    }
    .product-image{
      width: auto!important; 
    }
    .product_name {
      font-size: 25px!important;
      font-weight: normal!important;
    }
    .offer_price {
      font-size: 26px!important;
    }
    .h4 {
      font-size: 15px!important;
    }
    .containerpage {
      width: auto;
    }
    .product-info a.add-btn{
      padding: 10px 50px;
      font-size:15px!important;
    }
    .product {
      padding: 0px 5% 10px 5%;
      padding-top: 0px;
    }
    .delivery_details, .product_quantity {
      color: #000000;
      font-weight: bold;
    }
    .mobi_off{
        display:none;
    }
    .course-title.col-md-12 h3 {
        text-align: center;
        font-size: 15px;
    }
    .course-title.col-md-12 {
        padding: 10px;
    }
    .course-title.col-md-12.courses > h3::after {
        height: 34px;
        left: 5px;
    }
        .nav > li > a {
        padding: 5px 10px;
    }
        .nav-tabs > li {
        float: none;
    }
}

@media only screen and (min-width: 899px){
    .desk_off{
        display:none;
    }
    .product--image {
        text-align: center;
        margin: 30px auto auto auto;
    }
}



@media only screen and (max-width: 992px){
   .product-info a.add-btn {
     padding: 5px 10px;
   }
}

@media only screen and (min-width: 900px) {
    /**{
      box-sizing: border-box;
    }*/
}
.product-info h2 {
    margin-top: 0px;
}
.delivery_details{
    font-size:14px !important;
}
@media only screen and (max-width: 899px){
 .delivery_details{
    font-weight:normal !important;
 }
}
.padding20{
  padding-right: 10%;
  padding-left: 10%;
}


/*my account settings css start*/
.head_mypass{
    background: #f1f1f1;
    border-radius: 5px;
    padding: 2px 10px;
}
.head_mypass i{
    float:right;
    padding: 5px 10px;
}
.pass_edit{
    height:0px;
    overflow:hidden;
    transition: 0.3s ease-in;
}
.height_expand{
    height:auto!important;
}
/*end*/

/*img gallary*/
/* The grid: Four equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    padding: 10px;
}

/* Style the images inside the grid */
.column img {
    opacity: 0.8; 
    cursor: pointer; 
}

.column img:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image container */
/*.container {*/
/*    position: relative;*/
/*    display: none;*/
/*}*/

/* Expanding image text */
#imgtext {
    position: absolute;
    color: white;
    font-size: 20px;
    width: 100%;
    background: #00000052;
    padding: 5px;
    text-align: center;
    bottom: 0px;
    right: 0px;
}

/* Closable button inside the expanded image */
.closebtn {
    position: absolute;
    top: 0px;
    right: 20px;
    color: #ff2525;
    font-size: 35px;
    cursor: pointer;
}
.displayoff {
    display: none;
}
#expandedImg {
    width: 100%
}

/*Rating and comment section css stat*/
fieldset, label { margin: 0; padding: 0; }
/*body{ margin: 20px; }*/
h1 { font-size: 1.5em; margin: 10px; }

/****** Style Star Rating Widget *****/

.button{
    background: #6345ee!important;
    background-image: -webkit-linear-gradient(120deg, #0b7df2, #f460e4)!important;
    background-image: -moz-linear-gradient(120deg, #0b7df2, #f460e4)!important;
    background-image: -ms-linear-gradient(120deg, #0b7df2, #f460e4)!important;
    background-image: -o-linear-gradient(120deg, #0b7df2, #f460e4)!important;
    background-image: linear-gradient(120deg, #0b7df2, #f460e4)!important;
    opacity: 0.9!important;
    border: none!important;
    border-radius: 100px!important;
    color: white!important;
    transition: 0.2s ease-in-out 0s!important;
}
.button:hover{
    opacity: 1!important;
}
.cancelled{
    margin-top: 10px;
    font-size: 14px;
    background: #505050!important;
}

.kits_drscription{
    margin: 30px 0;
    font-size: 14px;
    text-align: left;
    color: #000; 
    height: auto!important;
    overflow-y: auto!important;
    font-size: 15px;
}
.kits_drscription span{
    font-size:16px;
}
.kits_drscription li span{
    font-size:14px!important;
}
.cutom_filed3{
    margin: 30px 0 0 0;
    background: #f2f2f2;
    position: sticky;
    bottom: -6px;
    z-index:11;
    height: 70px;
    border-radius: 10px;
    padding: 11px;
}
