  /*---------------------------------------------CSS for courses page start------------------------*/
     .course-img{height: 85px; width: 100%;}
    .h3_cour{font-size: 55px;}
    .tab-details div.bhoechie-tab-content h5
    {
        padding-left: 0px; 
        padding-top: 10px;
        font-size: 20px;
        color: black;
    }
    .tab-details div.bhoechie-tab-menu div.list-group>a
    {
        border-bottom:1px solid #000;
        border-radius: 5px;
    }
    .tab-details div.bhoechie-tab-menu div.list-group>a:first-child { 
        border-top-right-radius: 5px;
    }
    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover, .tab-details .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
    {
        background-color: #f3f5f3 !important;
    }
    .tab-details div.bhoechie-tab-menu div.list-group, .tab-details .list-group-item.active, .tab-details .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
    {
        padding-right: 15%;
        text-align: center;
    }
    .tab-details div.bhoechie-tab-menu div.list-group>a:last-child {
        border-bottom-right-radius: 5px;
    }
    .margin_m40
    {
        margin-top:-40px;
    }
    ul.b {
        list-style-type: none;
        margin-bottom: 10px;
    }

    /*----------------------------------------------CSS for course page end------------------------------------*/
    
    /*--------------------------------------css for upcomming batch page start----------------------------------*/
    
     .padding_0{padding:0;} 
    .carousel-caption-up {
        position: absolute;
        right: 33%;
        bottom: 160px;
        top: 18%;
        left: 33%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #131212;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,0);
    }
    .up_course{position: relative;}
    .padding_40{padding:40px 0;}
    table {
      border-collapse: collapse;
    }
    
    table, th, td{
      /*border: 1px solid black;*/
    }
    .table>thead>tr>th{
        padding:10px;
        color: black;
        font-size: 20px;
        font-weight: 700;
        /*border: 1px solid black;*/
    }
    .back{
        background: #fffefe;
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #eaeaea;
        border-radius: 10px;
        
    }
    ul.dropdown-menu.ul_course{
        
        box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #eaeaea;
        padding: 15px;
        min-width: 200px;
        max-width: 220px;
        margin-top: 10px;
    }
    .ul_course li a:hover {
        color: #f1582c;
        text-decoration: none;
        font-weight: 800;
        padding-left: 10px;
    }
    .ul_course li{
        padding-top:10px;
    }
    .ul_course li a {
        color: #000000;
        font-weight: 500;
        line-height: 26px;
        transition: padding 500ms;
    }
    .tab-details .bhoechie-tab
    {
        box-shadow: 0 3px 15px rgba(0,0,0,.175);
        border-radius: 30px;
    }
    .bl{display:none;}
    
    .upc_ho h1{font-size: 43px;}
    .upc_ho p{font-size: 20px;}
    .carousel-caption-up {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #131212;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,0);
        background-color: rgba(0,0,0,0.2);
    }
    .upc_ho {
        background: rgba(255,255,255,0.8);
        padding: 30px;
        border-radius: 10px;
        box-shadow: 3px 2px 10px 0 rgba(255, 255, 255, 0.6);
        position: absolute;
        left: 33%;
        top: 30%;
    }
    .back h2{
        text-align: center;
        padding: 20px;
        border-bottom: 3px solid #6b6565;
    }
    .date_head{
        text-align: right;
        padding-right: 7% !important;
    }
    .date_data{
        text-align: right;
        padding-right: 3% !important;;
    }
    /*--------------------------------------css for upcomming batch page end----------------------------------*/
    
    
    /*------------------------------- Popup css start ------------------------------------*/
    
    /* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
  .popup1{
  	width:100% !important;
  }
  .cnt223 .x{
    margin-top:0px !important;
  	top: -178px !important;
    width: 31px !important;
  }
  .pop-up-outer {
    overflow: hidden !important;
    display:inline !important;
	}
}
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {

}
/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/*.popup1 {
    position: absolute;
}
 .cnt223{
   min-width:inherit !important;
   padding:0px !important;
 }
  .pop-up-outer {
    margin: 0 auto !important;
    max-width: 300px !important; 
    overflow: hidden !important;
    width: 100% !important;
}
.pop-up-outer .left{ 
    text-align:center !important;
    float: none !important;
    max-width; inherit !important;
    padding-top: 0px !important;
  }*/
  .cnt223{
  	min-height:inherit !important;
    min-height:auto !important;
     margin: 20px auto !important;
    padding: 30px 0 18px !important;
  }
  .popup1{
  	  left: 5% !important;
    top: 0 !important;
    width: 90% !important;
  }
  .pop_mrgn{
     left: 10px !important;
    width: 92% !important;
  }
  #contactFormWrapper1{
    min-height:130px !important;
  }
  
    #mc-embedded-subscribe-form > input {
        margin-left: 0 !important;
        position: relative !important;
        top: 15px !important;
        width: 80% !important;
    }
    
   .tagline {
    height: inherit !important;
    margin: 0 auto !important;
    padding-top: 8px !important;
    text-align: center !important;
    width: 100% !important;
     font-size:13px !important;
    }
  #mce-MMERGE4{
    width:100% !important;
  }
  
   .tagline p {
    font-size: 13px !important;
    padding-top: 0 !important;
    text-align: center !important;
   }
  .cnt223 .x {
    font-size: 26px !important;
    left: 6px !important;
    margin-top: 3px !important;
    top:-122px !important;
    }
  .submit_style{
    margin:15px auto 0 !important;
  }
  
}

/* Mobile Portrait Size to Mobile Landscape Size */
@media screen and (min-device-width: 320px) and (max-device-width: 479px) { 
  .cnt223{
  	min-height:inherit !important;
    min-height:auto !important;
     margin: 20px auto !important;
    padding: 30px 0 18px !important;
  }
  .popup1{
  	  left: 5% !important;
    top: 0 !important;
    width: 90% !important;
  }
  .pop_mrgn{
   
  }
  #contactFormWrapper1{
    min-height:130px !important;
  }
  
    #mc-embedded-subscribe-form > input {
        margin-left: 0 !important;
        position: relative !important;
        top: 15px !important;
        width: 80% !important;
    }
    .submit_style{
        height: 27px !important;
       margin-bottom: 10px !important;
       width: inherit !important;
    }
  #mce-MMERGE4{
    width:100% !important;

  }
   .tagline {
    height: inherit !important;
    margin: 0 auto !important;
    padding-top: 8px !important;
    text-align: center !important;
    width: 100% !important;
     font-size:13px !important;
    }
  
   .tagline p {
    font-size: 13px !important;
    padding-top: 0 !important;
    text-align: center !important;
   }
  .cnt223 .x {
    font-size: 26px !important;
    left: 6px !important;
    margin-top: 3px !important;
    top:-95px !important;
    }
  .logo-of-popup{
  	margin-top:15px !important;
    margin-left: 65px !important;
  }
  .pop-up-outer{
  	overflow:none !important;
    display:inline !important;
  }
  body, input, textarea, button, select{
  	font-size:12px !important;
  }
  h1, .h1, #shopify-product-reviews .spr-header-title{
  	margin-bottom:8px !important;
  }
  h1.big-text{
  	font-size: 2.4em !important;
    line-height: 1.1em !important;
  }
  .tagline{
  	font-size: 13px !important;
    margin-bottom: 7px !important;
    margin-left: 22px;
    font-family:appleberryregular !important;
    text-align:justify !important;
  
  }
  .subtitle{
  	font-size: 20px !important;
    line-height: 1.1em !important;
  }
 .logo-of-popup img{
  	width: 60% !important;
  }
/*   input#contactFormSubmit, #mce-EMAIL{
  	margin: 8px 0 0 !important;
    float:none !important;
  } */
  .Subscribe-outer{
  	
  }
  
} /**end of responsive in 320 && 480 View****/
  
  
  
  
@media only screen and (max-width: 479px) { }
  
  
    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        filter:alpha(opacity=70);
        -moz-opacity:0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
        z-index: 100;
        display: none;
    }
    .cnt223 a{
        text-decoration: none;
    }
    .popup1{
        width: 100%;
        margin: 0 auto;
        display: none;
        position: fixed;
        z-index: 2001;
        top:20px;
    }
    .cnt223{
      background-color:#f0f0f0;
      -webkit-border:7px solid #aad81b;
      -moz-border:7px solid #aad81b;
      border:7px solid #f1582c;
      max-width: 600px;
      width: 100%;
      min-height:inherit;
      margin: 100px auto;
      position: relative;
      z-index: 103;
      box-sizing:border-box;
      padding: 0 0 13px;
      border-radius:0px;
      background-size: 100% !important;
      background-position: center center;
      box-shadow: 0 2px 5px #000;
      background-repeat: no-repeat;
    }
  .cnt223 center img{
    position: relative;
    width: 65%;
    padding-top: 20px;
  }

.submit_style {
    background: rgba(0, 0, 0, 0) no-repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: appleberryregular;
    font-size: 20px;
    height: 44px;
    width: 203px;
  letter-spacing:1px;
  cursor: pointer;
}
.small-text p {
    clear: both;
    color: #1e1e1e;
    font-family: helvetica;
    font-size: 12px;
    line-height: 15px;
    margin: 20px auto 0;
    max-width: 350px;
    padding-top: 0;
    text-align: center;
    width: 100%;
}
.small-text p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px; 
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}
.pop-up-outer{
  overflow:hidden;
  }
.pop-up-outer .left{
   margin: 37px 158px;
   max-width: 250px;
   width: 100%;
  
}
.pop-up-outer .right{
   float:right;
  max-width:300px;
  width:100%;
}

.pop_mrgn {
    margin: 0 auto;
    position: relative;
    width: 85%;
}
  
 .contact-form {margin:1em 0}
.feedback {padding:0.5em 0.7em;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px}
.feedback p {padding:0.5em 0 !important;margin:0 !important}
.successForm {background:#BDE0A8;color:green}
.errorForm {background:#EEBDBD;color:red}
  #errorBox1, #errorBox2, #errorBox3,#errorBox44{ display:none;}
  input[type="text"]{ margin:0px;
  padding:10px;}
  
   #errorBox2{display: block;}

.pop-up-outer {
    color: #333333;
    font-family: appleberryregular;
    text-align: center;
    width: 100%;
}
  .popup1{
  	margin: 0 auto;
    position: fixed;
    top: -65px;
    width: 100%;
    z-index: 2001;
      left: 0%;
  }
  .left > img {
    height: 88px;
    width: 264px;
	}
  .popimg {
    float: right;
    height: 235px;
    margin-top: -32px;
    width: 505px;
	}

  .subtitle img {
    width: 229px
	}

  .extdtitle h5{
  font-family: Comic Sans MS;
    font-size: 10px;
  }
  .contact-form > div {
    margin: 0 20px !important;
    max-width: 580px !important;
	}
  
.cnt223 .x{
    color: #1e1e1e;
    float: right;
    font-size: 26px;
    height: 35px;
    left: 0px;
    letter-spacing: 0px;
    margin-top: 19px;
    position: relative;
    top: -121px;
    width: 30px;
    font-family: appleberryregular;
    background-color: #fff;
    border: 1px solid #1a1a1a;
    text-align: center;
}

  .logo-of-popup{
    margin-top: 35px;
    width:100%; text-align:center;
  }
  .logo-of-popup img{
    width:30%;
  }
.tagline span{
  margin-bottom: 10px;
  color: #333333;
  font-size: 56px;
  text-align: center;
  font-weight: bold;
  border-bottom: 10px solid;
  letter-spacing: 2px;
}
  
	
.tagline {
  height: inherit;
    margin:0 auto 10px;
    padding-top: 4px;
    text-align: center !important;
    width: 100%;
}
.tagline h1{
	color:#1e1e1e;   
   font-weight: normal;
    letter-spacing: 1px;
}
.tagline p{
  font-family: appleberryregular;
  font-size:18px;
  text-align:center;
  padding-top:5px;
}
	
.big-text {
  font-size: 35px !important;
  font-weight: bold;
}
  
  hr{
      margin:8px 0 !important; 
  }
  .Subscribe-outer{

  }
  #mce-EMAIL{
  
   height: 38px !important;
  font-size: 15px;
 
  
  }
  #mc_embed_signup form{
 
  }
  .small-text{font-size: 19px;
  line-height: 74px;}
   
/* input#contactFormSubmit {
  height: 43px !important;
  /* float: right; 
  max-width: 139px !important;
  width: 100%;
  /* margin-top: -22px;
  border: 1px slid #2A2A2A !important;
  padding: 10px;
  background-color: #333333;
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-family: appleberryregular;

} */
	 
#contactFormWrapper	
  {
  
   background: 0px !important;
  padding: 0px !important;
  }
  .contact-form{
    margin:12px 0px !important;
    overflow: hidden !important;
  }
  
#contactFormWrapper1 {
  margin-top: 37px; 
    background-color: #aad81e;
    -webkit-border: 3px solid #fff;
    -moz-border: 3px solid #fff;
    border: 3px solid #fff;
    min-height:205px;
    margin-top: 0px;
    max-width: 578px;
  width:100%;
}
  
#signup {
    -webkit-border: 1px solid #000000;
    -moz-border: 1px solid #000000;
    border: 1px solid #000000;
    height: 42px;
    margin-top: 20px;
    max-width: 430px;
    width: 100%;
   box-sizing: border-box;
  padding-left: 10px;
}
  
  
  .social_icon {
  /*width: 85px;
  border: 1px solid;
  height: inherit;
  display: inline-block;
    */
    
      width: 85px;
  border: 0px solid;
  height: inherit;
  display: table-cell;
  position: relative;
  left: 86px;
    
    
}
  
  /* socail icon like*/
  .subtitle{  border: 0px solid red;
  width: 100%;
  height: 75px;
  text-align: center;
      position: absolute;
  }
  .fb_iframe_widget {
  display: inline-block;
     top: -18px;

}
  
  
  .IGF.large .ig-background{
  
    position: relative;
  top: 19px;
  }
  
  
  .ig-count{  margin-bottom: 21px;
  position: relative;
  top: -41px;}

  
  
  
  .ig-count {
  color: #333;
  position: relative;
  background: #fff;
  border: #bbb solid 1px;
  line-height: 24px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-height: 33px;
  min-width: 64px;
  _width: 15px;
  display: inline-block;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 1px;
}
  
  
  .fb_iframe_widget span{
  
    height: 83px;
  }
  
  
  .IGF.large img {
    height: 15px;
    width: 15px;
}
  .ig-background{
     -webkit-border: 1px solid #ccc;
     -moz-border: 1px solid #ccc;
     border: 1px solid #ccc;
    background: rgb(125,126,125) !important; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(102,102,102,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(102,102,102,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(102,102,102,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(102,102,102,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(102,102,102,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(102,102,102,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#666666',GradientType=0 ); /* IE6-9 */

  }
 html body.regular.vcount.ltr.ready.count-ready div#widget div.btn-o a#b.btn{
     -webkit-border: 1px solid #ccc;
     -moz-border: 1px solid #ccc;
     border: 1px solid #ccc;
    background: rgb(125,126,125) !important; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(102,102,102,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(102,102,102,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(102,102,102,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(102,102,102,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(102,102,102,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(102,102,102,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#666666',GradientType=0 ); /* IE6-9 */

  }
  .pluginButton{
     -webkit-border: 1px solid #ccc;
     -moz-border: 1px solid #ccc;
     border: 1px solid #ccc;
    background: rgb(125,126,125) !important; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(102,102,102,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(102,102,102,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(102,102,102,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(102,102,102,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(102,102,102,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(102,102,102,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#666666',GradientType=0 ); /* IE6-9 */

  }
  
  #contactFormWrapper1 #mc-embedded-subscribe-form{
    box-sizing: border-box;
    margin: 0 auto;
    width: 80%;
  }
  #mce-MMERGE4{
    box-sizing: border-box;
    margin-top: 13px !important;
    padding: 10px !important;
    width: 44% !important;
  }
  #mc_embed_signup .mc-field-group{
  }
  #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
    background:#aad81e;
    box-sizing:border-box;
    width:100%;
    text-align:center;
  }
  .modal11 {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 16; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    }
  /*------------------------------- Popup css start ------------------------------------*/