.pallete2local {
    background: #AE1A68;
    color: #AE1A68;
}

.pallete2local:hover {
    background: #f70987;
    color: #f70987;
}

.sectionHeader2 {
    /*border-bottom: 5px solid #ff7d06;*/
    display: inline-block;
    font-size: 35px;
    margin-top: 20px !important;
    padding-bottom: 10px;
    /*padding-right: 25px;*/
    /*text-align: left !important;*/
	text-align: center;
    color: #333;
}

.carouselButtons1 {
    position: absolute;
    bottom: 30px;
    left: 140px;
    width: 30px;
    z-index: 99;
    right: 0;
    margin: auto;
}

.video_play .fa-file-video {
    background-image: url(/dotcom/ukcmp/images/ema/general/play1.png);
    background-repeat: no-repeat;
    height: 90% !important;
	width: 100%;
    background-position: center;
    display: block;
    background-size: 30%;
    transition: all .2s;
}

.figtext1 {
    font-size: 13px;
    /*width: 146px;*/
    display: block;
    margin-top: 5px;
}

.video_play {
    margin: auto;
    font-size: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.carouselIndiCont {
    bottom: 10px !important;
    position: absolute !important;
    width: 100%;
}

.graybg {
	background:#f6f6f6;
}

.newSlider {
	min-height:238px !important;
}

.newFont {
	font-size:35px;
	color:#333;
}

.newSmlFont  {
	font-size:18px;
	color:#000;
}

.moreBtn {
	margin-top:-20px;
}

.moreBtn .btn{
	padding:9px 20px;
	font-size:16px;
}

.headrColrBlck {
	width:100%;
}

.blue_block, .brown_block, .green_block{ 
	font-size:32px;
	color:#fff;
	width:32.0%;
	min-height:125px;
	padding:30px 0;
	float:left;
	cursor:pointer;
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	position:relative;
}

.headrColrBlck .blue_block {
	background: #AE1A68;
	margin-right: 2%;
}

.headrColrBlck .brown_block {
	background: #AE1A68;
	margin-right: 2%;
}

.headrColrBlck .green_block {
	background: #AE1A68;
}

.headrColrBlck .blue_block:hover {
	background: #f260ad ;
}

.headrColrBlck .brown_block:hover {
	background: #f260ad ;
}

.headrColrBlck .green_block:hover {
	background: #f260ad;
}

.lg_video {
	width: 260px !important;
	height: 200px !important;
}

.para {
	color:#333;
	border-top: 1px solid #e0e0e0;
	padding-top:0px;
}

.para .sectionHeader1 {
	font-size:35px;
	font-weight:600;
}

.para p {
	font-size:17px;
	width:78%;
	margin:0 auto;
	text-align:justify;
	padding:10px 0;
}

.reg_students {
	background: #e9e9e9;
	font-size:20px;
	padding:20px 0;
	width:100%;
	float:left;
	color:#333; 
}

.reg_students .count{
	font-size:38px;
	font-family:opensans-semibold;
}

.reg_students .count_txt {
	margin-top:15px;
	padding-left:5px;
}

.reg_students div {
	width:25%;
	margin:0 auto;
}

.f35 {
	font-size:35px;
	font-weight:600;
	color:#333;
}

.newClient img{
	max-width:100%;
	padding-top: 10px;
}

.newClient {
	display:inline-block;
	margin-right:60px;
}

.chatBlock { 
	background-color:#000; 
	position:fixed;
	bottom:-150px;
	width:100%; 
	z-index:1;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
 }
 
.showChat {
	bottom:0;
}

.subBlock {
	margin: 0 auto;
	color:#fff;
	font-size:14px;
	font-family:opensans-semibold;
}

.subBlock a {
	display: inline-block;
	padding: 0 30px;
	color:#fff !important;
}

.subBlock a:hover {
	text-decoration:underline;
}

.newtooltip { 
	padding:15px 20px; 
	background:#fff; 
	border-top: 10px solid #727bc9; 
	position:absolute; 
	width: 325px; 
	height: 135px; 
	top:-105px; 
	right:10px; 
	z-index:15; 
	border-radius:3px; 
	box-shadow: 2px 4px 8px #777; 
	-moz-box-shadow: 2px 4px 8px #777; 
	-webkit-box-shadow: 2px 4px 8px #777; 
	-ms-box-shadow: 2px 4px 8px #777; 
	display:none; 
}

.newtooltip::after {
    position: absolute;
    left: 25px;
    bottom: -15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px #fff solid;
    border-bottom: 0;
    border-left: 0px solid transparent;
    border-right: 11px solid transparent;
}

.newtooltip span {
	display:block;
	text-align:left;
}

.newtooltip span:nth-child(1) {
	color: #000;
	font-size:20px;
	line-height:23px;
}

.newtooltip span:nth-last-child(1) {
	color: #666;
	font-size:14px;
	line-height:18px;
	padding-top:15px;
}

.blue_block .newtooltip {
	border-top: 10px solid #727bc9;
}

.brown_block .newtooltip {
	border-top: 10px solid #c4a39e;
}

.green_block .newtooltip {
	border-top: 10px solid #35b3a6;
}

.carousel-inner>.item>img { 
	width: 100%;
}

.carousel-control.left, .carousel-control.right {
	top:0;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 45px;
    height: 45px;
    padding-top: 6px;
    background: #fff;
	border-radius:50px;
	opacity: 0.8;
}  

.headerTxt{
	font-size: 1.7em;;
	padding: 0;
	margin: 30px 0 10px 0;
	line-height: 1em;
}

.paraTxt{
	padding: 0;
	margin: 10px 0;
	line-height: 1.4em;
}

.col3 {
    float: left;
    width: 29%;
    margin-right: 5%;
}

.col3.last {
    margin-right: 0;
}

#cycle {
    width: 100%;
}

.imgcls1{
	background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-5.jpg) no-repeat;
	height: 400px;
	width: 367px;
}

.imgcls2{
	background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-6.jpg) no-repeat;
	height: 400px;
	width: 367px;
}

.imgcls3{
	background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-7.jpg) no-repeat;
	height: 400px;
	width: 367px;
}

a, .btn-link {
    color: #AE1A68;
    text-decoration: none;
}

a:hover, .btn-link:hover, a:focus {
    color: #AE1A68;
    text-decoration: none;
}

.btn-info-outline {
    border: 1px solid #AE1A68;
    color: #AE1A68;
    background: #fff;
    border-radius: 0px !important;
}

.btn-info-outline:hover {
    border: 1px solid #AE1A68;
    color: #fff;
    background: #AE1A68;
    border-radius: 0px !important;
}

.btn-info-outlinelive {
    border: 1px solid #AE1A68;
    color: #fff;
    background: #AE1A68;    
    border-radius: 0px !important;
}

.btn-info-outlinelive:hover {
    border: 1px solid #AE1A68;
    color: #AE1A68;
    background: #fff;    
    border-radius: 0px !important;
}



/* device specific css */
@media only screen and (max-width : 1280px){
	.newSlider .carouselIndiCont { top:230px;}
	.newtooltip::after { left:80px;}
	.newtooltip { right:5px;}
	.substxt { width:100%;}
	.newFont { font-size:33px;}
	.box_ht { height:363px !important;}
	.reg_students div { width:28%;}
}

@media only screen and (max-width : 1024px){
	.box_ht { height: 364px !important;}
	.col3 { float: left; width: 29%; margin-right: 5%; }
	.col3.last { margin-right: 0; }
	.imgcls1{ 
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-5s.jpg) no-repeat;
		height: 360px;
		width: 320px;
	}
	.imgcls2{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-6s.jpg) no-repeat;
		height: 360px;
		width: 320px;
	}
	.imgcls3{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-7s.jpg) no-repeat;
		height: 360px;
		width: 320px;
	}
	.headrColrBlck .blue_block { margin-bottom: 2%; }
	.headrColrBlck .brown_block { margin-bottom: 2%; } 
	.headrColrBlck .green_block { height: 152px; padding-top: 30px; }
}

@media only screen and (max-width : 992px){
	.newSlider { min-height:0 !important;}
	.newSlider .carouselIndiCont { top:190px;}
	.blue_block, .brown_block, .green_block { font-size:46px; min-height: 125px; }
	.para p { width:90%;}
	.reg_students div { width:38%;}
	.box_ht { height: 358px !important;}
}

@media only screen and (max-width : 768px){
	.moreBtn { margin-top:-10px;}
	.newFont { font-size:28px;  line-height:36px;}
	.box_ht { height: 366px !important;}
	.newSlider .carouselIndiCont { top:140px;}
	.carouselIndiCont { bottom: -5px !important;}
	.col3 { float: left; width: 80%; margin-right: 5%; }
	.col3.last { margin-right: 0; }
	.imgcls1{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-5.jpg) no-repeat;
		height: 400px;
		width: 400px;
	}
	.imgcls2{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-6.jpg) no-repeat;
		height: 400px;
		width: 400px;
	}
	.imgcls3{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-7.jpg) no-repeat;
		height: 400px;
		width: 400px;
	}
	.headrColrBlck .blue_block { margin-bottom: 2%; }
	.headrColrBlck .brown_block { margin-bottom: 2%; } 
	.headrColrBlck .green_block { height: 146px; padding-top: 30px; } 
	.blue_block, .brown_block, .green_block { font-size: 30px; min-height: 125px; }
}

@media only screen and (max-width : 736px){	
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 35px!important;
		height: 35px!important;
		padding-top: 6px;
		background: #fff;
		border-radius: 50px;
		opacity: 0.8;
	}
}

@media only screen and (max-width : 670px) {
	.box_ht { height: 354px !important;}
	.carouselButtons {
		position: absolute;
		bottom: px;
		left: 120px;
		width: 30px;
		z-index: 99;
		right: 0;
		margin: auto;
	}
	.blue_block, .brown_block, .green_block { font-size: 25px; min-height: 125px; }
	.headrColrBlck .green_block { height: 132px; padding-top: 30px; }
	.col3 { float: left; width: 90%; margin-right: 5%; }
	.imgcls1{ width: 400px; }
	.imgcls2{ width: 400px; }
	.imgcls3{ width: 400px; }
}

@media only screen and (max-width : 640px){
	.newSlider .carouselIndiCont { top:300px;}
	.carouselButtons { bottom:20px;}
	.slider_item { height:338px; border-bottom:1px solid #ccc;}
	.slider_item img { display:none !important;}
	.displaynone { display: block;}	
	.sliderTxt { font-size:30px !important; color:#fff; font-weight:600; text-align:left;}
	.sliderTxt span{ color:#ffd94e !important;}
	.carousel-caption { left: 10%; right:10%; top:10%; text-shadow: 0 1px 2px rgba(0,0,0,0.8); padding-top: 10px; padding-bottom: 30px;}
	.box_ht { height: 348px !important;}
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		padding-top: 6px;
	}
	.sliderOne { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/B640_1.jpg') no-repeat 50% 50%; height:350px;}
	.sliderTwo { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/B640_2.jpg') no-repeat 50% 50%; height:350px;}
	.sliderThree { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/B640_3.jpg') no-repeat 50% 50%; height:350px;}
	.sliderFour { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/B640_4.jpg') no-repeat 50% 50%; height:350px;}
	.blue_block, .brown_block, .green_block { font-size: 20px; min-height: 125px; }
	.headrColrBlck .green_block { height: 120px; padding-top: 30px; }
}

@media only screen and (max-width : 592px){
	.box_ht { height: 365px !important;}
}

@media only screen and (max-width : 480px){
	.blue_block, .brown_block, .green_block { font-size:35px; min-height: 85px; width:100%;  padding:20px 0;}
	.newFont { font-size:28px; line-height:36px; text-align:center;}
	.moreBtn { margin-top:0px; margin-right: 15px; padding-right: 31%;}
	.newSmlFont { line-height:36px; text-align:center;}
	.box_ht { height: 366px !important;}
	.para .sectionHeader1 { font-size:28px; line-height:36px;}
	.reg_students div { width:60%;}
	.newClient { margin:10px 0;}
	.chatBlock { padding: 8px 10px;}
	.subBlock a { display: block; padding: 5px 0px; text-align: left;}
	.liveChat { right:0; padding: 29px 20px 30px;}
	
	.newSlider .carouselIndiCont { top:250px;}
	.slider_item img { display:none !important;}
	.displaynone { display: block;}	
	.sliderTxt { font-size:26px !important; color:#fff; font-weight:600; text-align:left;}
	.sliderTxt span{ color:#ffd94e !important;}
	.carousel-caption { text-shadow: 0 1px 2px rgba(0,0,0,0.8); padding-top: 10px; padding-bottom: 30px;} 
	.slider_item { height:253px;}
	.carousel-caption { top:5%; } 
	.sliderOne { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/Bodhibg1480X270.jpg') no-repeat 50% 50%; height:270px;}
	.sliderTwo { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/Bodhibg2480X270.jpg') no-repeat 50% 50%; height:270px;}
	.sliderThree { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/Bodhibg3480X270.jpg') no-repeat 50% 50%; height:270px;}
	.sliderFour { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/Bodhibg4480X270.jpg') no-repeat 50% 50%; height:270px;} 
	
}

@media only screen and (max-width : 420px) {
	.box_ht { height: 366px !important;}
	.carouselButtons1 {bottom: 19px;}
}

@media only screen and (max-width : 414px){
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		padding-top: 6px;
	}
	.blue_block, .brown_block, .green_block{ font-size: 30px; }
	.headrColrBlck .green_block { height: 90px; padding-top: 20px; }
	.imgcls1 { margin-left: -25px; }
	.imgcls2 { margin-left: -25px; }
	.imgcls3 { margin-left: -25px; }
	.sliderOne { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/B414_1.jpg') no-repeat 50% 50%; height:233px;}
	.sliderTwo { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/B414_2.jpg') no-repeat 50% 50%; height:233px;}
	.sliderThree { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/B414_3.jpg') no-repeat 50% 50%; height:233px;}
	.sliderFour { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/B414_4.jpg') no-repeat 50% 50%; height:233px;}
}	


@media only screen and (max-width : 375px){
	.box_ht { height: 357px !important;}
	.moreBtn {
		margin-top: 0px;
		margin-right: 15px;
		padding-right: 26%;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 35px!important;
		height: 35px!important;
		padding-top: 6px;
		background: #fff;
		border-radius: 50px;
		opacity: 0.8;
	}
	.sliderOne { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/Bodhibg1360X211.jpg') no-repeat 50% 50%; height:211px;}
	.sliderTwo { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/Bodhibg2375X211.jpg') no-repeat 50% 50%; height:211px;}
	.sliderThree { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/Bodhibg3375X211.jpg') no-repeat 50% 50%; height:211px;}
	.sliderFour { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/Bodhibg4375X211.jpg') no-repeat 50% 50%; height:211px;} 
	.headrColrBlck .blue_block { margin-bottom: 2%; }
	.headrColrBlck .brown_block { margin-bottom: 2%; } 
	.headrColrBlck .green_block { height: 100px; padding-top: 20px; } 
	.carousel-indicators { bottom: 32px; }
	.imgcls1{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-5.jpg) no-repeat;
		height: 400px;
		width: 350px;
		margin-left: -20px;
	}
	.imgcls2{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-6.jpg) no-repeat;
		height: 400px;
		width: 350px;
		margin-left: -20px;
	}
	.imgcls3{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-7.jpg) no-repeat;
		height: 400px;
		width: 350px;
		margin-left: -20px;
	}
	.col3{
		width: 85%;
	}
}

@media only screen and (max-width : 360px){
	.blue_block, .brown_block, .green_block { font-size:32px; min-height: 70px; width:100%;  padding:15px 0;}
	.newFont { font-size:22px; line-height:30px;}
	.moreBtn { margin-top:0px; margin-right: 0px; padding-right: 29%;}
	.newSmlFont { line-height:36px; font-size:15px;}
	.box_ht { height: 366px !important;}
	.para .sectionHeader1 { font-size:25px; line-height:36px;}
	.para p { width:95%; font-size:15px;}
	.reg_students div { width:80%;}
	.newClient { margin:10px 0;}
	.subBlock a { display: block; padding: 5px 0px; text-align: left;}
	
	.sliderTxt { font-size:28px !important; }
	.newSlider .carouselIndiCont { top:200px;}
	.slider_item { height:188px; }
	.carousel-caption { left: 8%; text-shadow: 0 1px 2px rgba(0,0,0,0.8); padding-bottom: 10px;} 
	.sliderOne { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/Bodhibg1360X203.jpg') no-repeat 50% 50%; height:203px;}
	.sliderTwo { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/Bodhibg2360X203.jpg') no-repeat 50% 50%; height:203px;}
	.sliderThree { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/Bodhibg3360X203.jpg') no-repeat 50% 50%; height:203px;}
	.sliderFour { background: url('/dotcom/ukcmp/images/bodhitree/publisherpage/Bodhibg4360X203.jpg') no-repeat 50% 50%; height:203px;} 
	.blue_block, .brown_block, .green_block{ min-height:70px; }
	#widecols .col3, #widecols .col3.last { float: none; width: 90%; margin: 10px; }
	.imgcls1{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-5.jpg) no-repeat;
		height: 400px;
		width: 350px;
		margin-left: -35px;
	}
	.imgcls2{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-6.jpg) no-repeat;
		height: 400px;
		width: 350px;
		margin-left: -35px;
	}
	.imgcls3{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-7.jpg) no-repeat;
		height: 400px;
		width: 350px;
		margin-left: -35px;
	}
	.headrColrBlck .blue_block { margin-bottom: 2%; padding: 4px; }
	.headrColrBlck .brown_block { margin-bottom: 2%; padding: 4px; } 
	.headrColrBlck .green_block { height: 120px; } 
	#engage{ margin-top: 5px; }
}

@media only screen and (max-width : 320px){
	.reg_students div { width:90%;}
	.sliderTxt { font-size:25px !important; }
	.newSlider .carouselIndiCont { top:190px;}
	.box_ht { height: 348px !important;}
	.imgcls1{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-5.jpg) no-repeat;
		height: 400px;
		width: 310px;
		margin-left: -35px;
	}
	.imgcls2{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-6.jpg) no-repeat;
		height: 400px;
		width: 310px;
		margin-left: -35px;
	}
	.imgcls3{
		background: url(/dotcom/ukcmp/images/bodhitree/publisherpage/e-learning-7.jpg) no-repeat;
		height: 400px;
		width: 310px;
		margin-left: -35px;
	}
}
