/* FONTS */
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,400i,500,600,700,800');
section{
	position:relative;
}

body{
	line-height: 1.69;
	color: #9b9b9b;
	font-size: 13px;
	font-family: 'Libre Franklin';
	font-weight: 500;
	background-color: #f6f6f6;
}
.img-responsive{
	display: initial;
}
/* header region */
.header-region{
	background-image: linear-gradient(to bottom, #2b3946, #162e44);
	padding-top: 37px;
	
}
.header-region .container{
	background-image: url(../images/cloud-illustration.png);
    background-repeat: no-repeat;
    background-position: right 60px;
	padding-bottom: 62px;
}
.logo{
	margin-bottom:0px;
}
.whitecolor *{
	color:#fff;
}
.left-cont-hed h2{
	font-size: 46px;
    line-height: 1.17;
    letter-spacing: -0.5px;
    margin-top: 165px;
    margin-bottom: 32px;
    font-weight: bold;
}
.left-cont-hed p{
	line-height: 1.67;
	font-size: 18px;
	margin-bottom:62px;
}
.left-cont-hed [class$="icon"] strong{
	font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 60px;
    background-repeat: no-repeat;
    float: left;
    background-position: left top; height:42px;
}
[class*="clander"] strong{
	background-image:url(../images/cal.png); /*line-height:42px !important*/
}
[class*="ipcc-clander"] strong{
	background-image:url(../images/ipcc-live.png); /*line-height:42px !important*/
}
[class*="time"] strong{
	background-image:url(../images/clock.png);
}
[class*="ipcc-time"] strong{
	background-image:url(../images/ipcc-program.png);
}
/* Dark region */
.dark-region{
	background-color:#091623;
	padding:50px 0;
}
.dark-region strong{
	margin-bottom:10px;
	display:block;
}
.dark-region p{
	margin-bottom:0;
	opacity:0.8;
	font-weight: 400;
}
/* Tabs css */
.sysetmaifild{
	padding-top: 20px;
    padding-bottom: 130px;
}
.blankbgfor{
	height: 135px;
    background-color: #f6f6f6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.sysetmaifild .nav-tabs li a{
	float: left;
    width: 198px;
    height: 214px;
	background-image:url(../img/step-inactive.png);
	    border: 0px !important;
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    color: #000;
    text-align: center;
	padding-top: 60px;	
}
.sysetmaifild .nav-tabs li:nth-child(1) a{
	z-index:26;
}
.sysetmaifild .nav-tabs li:nth-child(2) a{
	z-index:25;
}
.sysetmaifild .nav-tabs li:nth-child(3) a{
	z-index:24;
}
.sysetmaifild .nav-tabs li:nth-child(4) a{
	z-index:23;
}
.sysetmaifild .nav-tabs li:nth-child(5) a{
	z-index:22;
}
.sysetmaifild .nav-tabs li a:hover, .sysetmaifild .nav-tabs li.active a{
	position:relative;
	z-index:99;
	background-image:url(../img/step-active.png);
}
.sysetmaifild .nav-tabs li a:hover  strong, .sysetmaifild .nav-tabs li a:hover  p,
.sysetmaifild .nav-tabs li.active a  strong, .sysetmaifild .nav-tabs li.active a  p{
		color:#fff;
}
.sysetmaifild .nav-tabs li strong{
	display:block;
	line-height:40px;
	font-size:36px;
	color:#000;
	margin-bottom:8px;
}
.sysetmaifild .nav-tabs li p{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center;
  color: #9b9b9b;
}
.sysetmaifild  .nav-tabs>li{
	margin:0;
	padding:0;
}
.sysetmaifild  .nav-tabs>li + li{
	margin-left:-80px;
}
.sysetmaifild  .nav-tabs li:nth-child(2n){
	margin-top:61px;
}
.experience-region{
background-color: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ftr {
    background-image: url(../img/foot-bg.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 0;
    border-top: 10px solid #f16137;
	}


/* header form */
.right-con-hed{
	border-radius:2px;
	margin-top:170px; 
}
.right-con-hed h2 {
    color: #fff;font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.17;
    margin-bottom: 0; text-align:center;
    margin: 20px 0;
}
.right-con-hed  .form-group{
	margin: 0;
	position: relative; background:#FFFFFF;
}
.right-con-hed .form-control{
	border-radius: 0;
    border: 0px;
    box-shadow: initial;
    height: 64px;
    padding-left: 60px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eceaee;
    background-position: 20px center;
    font-family: 'Libre Franklin';
	    color: #342e37;
}
.right-con-hed img{
	position: absolute;
    color: #44355b;
    line-height: 64px;
    left: 17px;
    width: 25px;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}
.right-con-hed .button{
	line-height: 64px;
    padding: 0;
    font-size: 24px;
    background-color:#ff692e;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
}
.right-con-hed .button:hover{background-color: #ff692e;}
.experience-region .blankbgfor{
	height: 365px;
    background-color: #fff;
}
.top-exp-con h1{
	font-size: 32px;
    margin: 0;
    color: #342e37;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin-bottom: 12px;
}
.top-exp-con p{
	line-height: 1.81;
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}
.top-exp-con .video-cont{
	margin-bottom:20px;
}
.top-exp-con .video-cont img{
	box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
}
.copntheffil img{
	margin-top: 52px;
}
.copntheffil h5{
	margin-top: 23px;
    margin-bottom: 11px;
    color: #555555;
    font-weight: bold;
    font-size: 16px;
}
.copntheffil p{
  line-height: 1.69;
  color: #9b9b9b;
  margin:0;
}
.headinglef h3{
	font-weight: bold;
	font-size: 48px;
	color: #342e37;
	line-height: 1.17;
  letter-spacing: -0.5px;
  margin-top: 0;
}
.headinglef h3 span{
	color:#ff692e;	
}
.nav-tabs{
	border-bottom:0;
}
.sysetmaifild .tab-content{
	margin-top:50px;
}
.sysetmaifild .tab-content img{

}
.sysetmaifild .tab-content h5{
	margin-top:23px;
	font-size: 16px;
  line-height: 1.38;
  color: #555555;
  font-weight: bold;
  margin-bottom:11px;
}
.sysetmaifild .tab-content p{
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69;
  color: #9b9b9b;
}
.howtostartr{
	background-color: #222;
	padding-top:15px;
	padding-bottom:15px;
}
.howtostartr h2{
	font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.3px;
  color: #342e37;
  margin-top:0;
  margin-bottom:12px;
}
.howtostartr p{
	font-size: 16px;
  line-height: 1.81;
  color: #fff;
  margin-bottom:0px;
}
.howtostartr p a{
  color: #fff;
}
.howtostartr .btns-con{

}
.howtostartr .btn-warning{
	    border-radius: 2px;
    background-color: #ff692e;
    font-size: 13px;
    color: #ffffff;
    padding: 0 15px;
    font-weight: bold;
    line-height: 48px;
    border-color: #ff692e;
    text-shadow: initial;
	margin-right:10px;
}
.howtostartr .btn-warning-outline{
	   border-radius: 2px;
    background-color: transparent;
    font-size: 13px;
    color: #ff692e;
    padding: 0 15px;
    font-weight: bold;
    line-height: 48px;
    border-color: #ff692e;
    text-shadow: initial;
}
.howtostartr .Rectangle-35{
    height: 1px;
    opacity: 0.1;
    background-color: #44355b;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.howtostartr .queri{
	
  font-size: 16px;
  line-height: 1.81;
  color: #555555;	
}
.howtostartr .queri strong{
	font-weight: bold;
  color: #342e37;
}

.programs{
	    background-color: #091623;
    padding: 70px 0;
}
.programs h1 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin: 0 0 12px; text-align:center;
}
.testbx {margin: 10px 0 0px;padding:0px;}
.testbx span {
    color: #fff; font-weight:bold;
    font-size: 40px;padding-right: 8px;
}
.testbx p strong{
    margin-bottom:0px; display:block;
}
.testbx p {
    font-weight: 400;
    margin-bottom: 0;
    opacity: 0.8;color: #fff;
}

.detls{
	    background-color: #fff;
    padding: 70px 0;
}
.detls h1 {
    color:#342e37;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin: 0 0 12px; text-align:center;
}
.fac{
	    background-color:#f6f6f6;
    padding: 70px 0;
}
.fac h1 {
    color: #342e37;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin: 0 0 12px; text-align:center;
}
.choseprog{
/*	    background-color:#f6f6f6;*/
    padding: 70px 0;
}
.choseprog h1 {
    color: #342e37;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin: 0 0 12px; text-align:center;
}
.choseprog .whitebgcon{
	box-shadow: 0 2px 100px 0 rgba(0, 0, 0, 0.1);
	padding-top: 49px;
    padding-bottom: 32px;
    background-color: #fff;
	    margin-bottom: 20px;
}
.whitebgcon h2{
	font-size: 32px;
  letter-spacing: -0.3px;
  color: #342e37;
  font-weight: bold;
  margin:0 0  48px 0;
}
.whitebgcon .nav-tabs{
	padding-right: 80px;
}
.whitebgcon .nav-tabs li{
	margin: 0;
	position:relative;
    width: 100%;
}
.whitebgcon .nav-tabs li:after{
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    opacity: 0.1;
    background-color: #44355b;
    width: calc(100% - 65px);
    left: 50px;
}
.whitebgcon .nav-tabs li a{
	border: 0;
    padding: 20px 0;
    padding-left: 50px;
    margin: 0;
    font-size: 11px;
	font-weight: bold;
	color: #555555;
	border-radius: 0;
	position:relative;
}
.whitebgcon .nav-tabs li:hover a:after, .whitebgcon .nav-tabs li.active a:after{
	width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 30px solid #44355b;
    position: absolute;
    content: "";
    right: -30px;
    top: 0;
}
.whitebgcon .nav-tabs li:hover a:before, .whitebgcon .nav-tabs li.active a:before{
	 position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #44355b;
    left: -5px;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;	
}

.whitebgcon .nav-tabs h6{
	margin:0 0 10px 0;
	font-size: 14px;
	
}
.whitebgcon .nav-tabs strong{
	font-weight: bold;
	margin-right:15px;
}
.whitebgcon .nav-tabs span{
	color: #9b9b9b;
	
	margin-right:15px;
	text-decoration: line-through;
}
.whitebgcon .nav-tabs .orange{
	font-weight: bold;
	color: #ff692e;
}
.whitebgcon .nav-tabs li a:hover, .whitebgcon .nav-tabs li.active a{
	border:0;
	background-color: #44355b;
	color:#fff;
}
.testinomilas{
	background-image: linear-gradient(to bottom, #44355b, #642e5a);
    padding-top: 388px;
    padding-bottom: 340px;
    margin-top: -267px;
}
.testinomilas h2{
      font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: #ffffff;
    margin: 0 0 32px 0;
    font-weight: bold;
}
.testinomilas h3{
	margin: 0 0 11px 0;
    font-size: 18px;
    color: #fff;
	font-weight: bold;
}
.testinomilas h5{
	opacity: 0.6;
  font-size: 13px;
  line-height: 1.54;
  color: #ffffff;
}
.imagecont{
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 167px;
    height: 145px;
    background-image: url(../img/quotes.png);
    top: -100px;
}
.ftr nav  ul{
	margin:0;
	padding:0;
}
.ftr nav li {
    list-style: none;
	margin:0;
	padding:0;
}
.ftr nav li a {
  opacity: 0.6;
  font-size: 11px;
  line-height: 2.18;
  color: #ffffff !important;
  
}
.ftr h5{
	font-weight: bold;
  font-size: 13px;
  letter-spacing: 1.1px;
  color: #ffffff;
}
/*.choseprog .tab-pane h3{
	font-size: 16px;
  font-weight: 500;
  color: #342e37;
  
  margin:0 0 28px 0;
}
.choseprog  .checkicon .inercon{
background:url(../images/icon-tick.png) no-repeat left top; 
padding-left:35px;
}
.choseprog  .checkicon  h4{
	    margin: 0 0 4px 0;
    font-size: 11px;
    font-weight: bold;
    color: #555555;
	line-height:1.5;
}
.choseprog  .checkicon{
	margin-bottom:12px;
}
.choseprog  .checkicon  p{
  font-size: 11px;
  line-height: 1.45;
  color: #848484;
}
.choseprog .tab-pane select{
	margin-top:20px;
	width:100%;
	border: solid 1px rgba(68, 53, 91, 0.1);
	 height: 48px;
  border-radius: 2px;
  margin-bottom:20px;
}
.choseprog .offeconpr {
	font-size: 11px;
	
	margin-bottom:12px;
}
.choseprog .offeconpr strong{
	color: #ff692e;
}
.choseprog .offeconpr span{
	text-decoration:line-through;
	color: #9b9b9b;
	font-size: 11px;
	margin-left:15px;
}
.choseprog .pricetage{
	margin-bottom:28px;
}
.choseprog .pricetage span{
	font-family: 'Libre Franklin';
	font-size: 11px;
	color: #9b9b9b;
	font-weight:500;
}
.choseprog .pricetage strong{
	float:right;
	 font-size: 18px;
   font-weight: bold;
  color: #342e37;
}
.choseprog .pricetbtn{

}
.choseprog .btn{
	border-radius: 2px;
    background-color: #ff692e;
    font-size: 16px;
    color: #ffffff;
    padding: 0 15px;
    font-weight: bold;
    line-height: 48px;
    border-color: #ff692e;
    text-shadow: initial;
	width: 100%;
}*/

.program h5{ 
	margin: 46px 0 10px 0;
	font-size: 13px;
  line-height: 1.69;
  color: #555555;
  
}
.program p{ 
	margin:0;
	font-size: 13px;
  
  line-height: 1.69;
  color: #9b9b9b;
}
.Read-all-FAQs{
	text-align:center;
	margin-top:40px;
	font-size: 13px;
  color: #3c91e6;
   cursor:pointer;
}
.checkdis{
	background:url(../img/coupon.png) no-repeat 15px center;
	padding-left:40px;
	}
	
	
.chevron-circle-right {
    right: 0;
}
.chevron-circle-left {
    left: 0;
}
.chevron-circle-right {
	background:url(../img/down-16.png) no-repeat;
	}

.chevron-circle-left {
background:url(../img/left-white.png) no-repeat;
}
.col-img-responsive02 span{

	color:#fff;
}
.col-img-responsive02 {
	
	display:none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    width: 100%;
}
.carousel-control{
width:5%;
}
.panel-body{
	position:relative;
	padding:0px;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 0;
    bottom: -15px;
    color: #fff;
    position: relative;
    width: 100%;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);	
}
.btn-primary {
    background-color: #ff7700;
    border-color: #fff;
}
.panel-default{
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.10);
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.10);
box-shadow:0px 0px 3px rgba(0,0,0,0.10);
    border-radius: 0;
	    border: solid 1px rgba(68, 53, 91, 0.1);
		margin-top: 5px;
		margin-left: 4px;
}

.panel-heading{
	padding:0px;
	position:relative;
}
.panel-heading img{
	width:100%;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right{
    background-image: none;
}
.carousel-control{top: calc(100% + 20px);opacity:1;}
.guru-head {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #342e37;
}
.guru-head p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69;
  text-align: left;
  color: #555555;
}
.jcrouselslideco{
	z-index:9;
}
.jcrouselslideco .panel-body{
	padding:15px;
}

.jcrouselslideco .panel-body h4{
	margin: 0;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: bold;
	color: #342e37;
}
.jcrouselslideco .panel-body p{
	font-size: 13px;
    font-weight: 500;
    line-height: 1.69;
    color: #555555;
    margin: 0 0 10px 0;
}
.jcrouselslideco .panel-body a{
	font-size: 13px;
    color: #ff692e;
    line-height: 40px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/play-40.png);
    float: left;
}
[class*=col-]:last-child .panel-default{
	/*margin-left:-5px;*/
}
.jcrouselslideco .panel-default>.panel-heading{
	background-color:#f6f6f6;
    border-color: transparent;
    padding: 20px 25px 0 25px;
}
.carousel-control.left {
	text-align: left;
}
.carousel-control.right {
	text-align: right;
}

/* #header css 
============================= */
.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.5s;
    -webkit-transition:  0.5s;
}
/*#header{
	background-color: transparent;
    border: 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 0;
	margin-top: 17px;
}*/

#header {
    background-color: #fff;
    border: 0 none;
    left: 0;
    padding: 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#header .navbar-brand{
	margin: 0;
    padding: 0;
	height:initial;
}
#brand2{
	display:none;
}
#navbar > ul.nav:first-child{
	padding-left: 60px;
}
#navbar .nav .dropdown > a{
	padding: 0 20px 0 16px;
    line-height: 41px;
    font-size: 13px;
	margin-right: 16px;
	background-color: transparent; color:#555;
}

#navbar .nav .dropdown:last-child > a {
    background-color: transparent;
    background-image: url("../images/down-arrow-black.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #555;
}


#navbar .nav .dropdown > a:focus, #navbar .nav .dropdown > a:hover{
	background-color:transparent;
}
.navbar-right li + li{
	margin-left:40px;
}
.navbar-nav>li>a{
	padding:0;
	line-height: 41px;
    font-size: 13px;
}
.navbar-nav>li .contennone{
	pointer-events: none; color:#FFFFFF;
	font-weight: bold;
}
.navbar-nav .contennone .fa{
	margin-top: 11px;
    float: left;
    margin-right: 3px;
}
.navbar-nav .btn{
	line-height: 41px;
    padding: 0 22px;
    font-size: 13px;
    background-color:#ff692e;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
	font-family: 'Libre Franklin';
}
.nav>li>.btn:focus, .nav>li>.btn:hover{
	text-decoration: none;
    background-color: #ff692e;
	color: #fff;
}
#header.fixed-theme{
	position: fixed;
    margin-top: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
}
#header.fixed-theme #brand{
	display:none;
}
#header.fixed-theme #brand2{
	display:block;
}
#header.fixed-theme #navbar .nav .dropdown > a{
	color: #555555;
}
#header.fixed-theme #navbar .nav .dropdown:last-child > a{
	background-image: url(../images/down-arrow-black.png);
	color: #555555;
}
#header.fixed-theme .navbar-nav>li .contennone{
	color: #342e37;
}
#header.fixed-theme .navbar-nav .contennone .fa{
	color: #342e37;
}
#header .navbar-nav>li>.dropdown-menu{
	border: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
	padding: 0;
}
#header.fixed-theme .navbar-nav>li>.dropdown-menu{
	margin-top: 21px;
}
#header .dropdown-menu>li>a{
	line-height: 25px;
	    font-size: 13px;
}

.planenroll{display:inline;}
.inlinecont{display:inline;}
label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}
.fa-dot-circle-o:before{font-size:14px;}
.fa-dot-circle-o:after{font-size:14px;}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
	font-size:16px;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #000000;    display: inline;font-size:16px;
}
label:hover input[type="radio"] ~ i.fa {
color: #000000;font-size:16px;
}
.fa-circle-o:before{font-size:14px;}
div[data-toggle="buttons"] label {
display: inline;
padding: 6px 12px;
margin-bottom: 0;
font-size: 12px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid 
#c8c8c8;
border-radius: 3px;
color: #c8c8c8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
label.btn{width:100%; float:left;}
div[data-toggle="buttons"] label:hover {
color: #000000;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn{display:inline !important;}

.ftr nav ul {
    margin: 0;
    padding: 0;
}
.ftr nav li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ftr nav li a {
    color: #ffffff !important;
    font-size: 13px;
    line-height: 2.18;
    opacity: 0.6;
}
.ftr nav li ul {
   margin-left:10px;
}
.ftr nav li ul li {
    list-style: outside none none;
    margin: 0;
    padding:4px 0 0 14px; position:relative;
}
.ftr nav li ul li .fa{ position:absolute; left:0px; top:8px;
}
	
	
	.arrow-right {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f16136;
    border-top: 8px solid transparent;
    height: 0;
    position: absolute;
    right: 90px;
    top: 47%;
    width: 0;
    z-index: 1000;
}
	
.box {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #ccc;
    float: left;
    min-height: 370px;
    overflow: hidden;
    padding: 15px;
    width: 100%;margin: 10px 0;
}
.rectangle-31 {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ededed;
    border-radius: 2px;
    min-height: 77px;
    text-align: center;
    width: 100%;
}
.rectangle-31 h4 {
    color: #333333;
    font-family: "Libre Franklin";
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding: 10px;
    text-align: center;
}
.feature-content {
    border-bottom: medium none;
    min-height: 175px;
}
.choseprog .checkicon {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    float: left;
    padding: 7px;
    width: 100%;
}
.choseprog .checkicon .inercon {
    background: rgba(0, 0, 0, 0) url("../images/icon-tick.png") no-repeat scroll left top;
    float: left;
    line-height: 25px;
    padding-left: 35px;
}
.choseprog .checkicon h4 {
    color: #555;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 4px; padding:0;
}
.choseprog .btn {
    background-color: #ff692e;
    border-color: #ff692e;
    border-radius: 2px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    padding: 0 15px;
    text-shadow: initial;
    width: 100%; margin-top:15px;
}	


@media screen and (max-width:768px) {
	/* #header region css */
	.header-region{
		padding-top: 91px;
		margin-top: -91px;
	}
	.header-region .container{
		background-image:none;
		padding-bottom: 43px;
	}
	.navbar-brand{
		height: initial;
		padding: 0;
		margin-left: 15px;
	}
	.navbar-toggle{
		padding: 0;
		margin-top: 9px;
		margin-bottom: 8px;
	}
	.left-cont-hed h2{
		margin-top: 131px;
    	margin-bottom: 24px;
	}
	.left-cont-hed p{
		margin-bottom: 34px;
	}
	.left-cont-hed p br{
		display:none;
	}
	.left-cont-hed [class$="icon"] strong{
		padding-left: 0;
		line-height: 1.22;
    	padding-top: 56px;
	}
	[class*="clander"] strong{
		/*background-image: url(../img/cal.png);*/
	}
	/* dark Region */
	.dark-region{
		padding: 32px 0;
		line-height: 1.69;
	}
	.remove-margin{
		margin-top:36px;
	}
	.remove-margin .row{
		margin:0;
	}
	.dark-region strong{
		font-weight:bold;
		margin-bottom: 16px;
	}
	.dark-region p{		
		font-weight:500;
	}
	.experience-region{
		padding-top: 57px;
		padding-bottom: 90px;
	}
	.top-exp-con p br, .blankbgfor, .testinomilas h2 br{
		display:none;
	}
	.top-exp-con p{
		margin-bottom:46px;
	}
	/* slider content */
	.classescont{
		padding-top:72px;
		padding-bottom: 52px;
	}
	.classescont img{
		display: inline-block !important;
	}
	.classescont.copntheffil img{
		margin-top:0;
	}
	.carousel-indicators{
		bottom: 0px;
		margin-bottom: 0;
		height: 10px;
	}
	.carousel-indicators li{
		background-color:#dddddd;
		margin:0 4px;
		border:0px;
		border-radius:50%;
		vertical-align: top;
	}
	.carousel-indicators .active{
		background-color:#ff692e;
		margin:0 4px;
		width:10px;
		height:10px;
	}
	.sysetmaifild{
		padding-top:0;
		padding-bottom: 59px;
	}
	.headinglef h3{
		line-height:56px;
		margin-bottom:46px;
	}
	.sysetmaifild .nav-tabs>li{
		width: 100%;
    	margin: 0 !important;
	}
	.sysetmaifild .nav-tabs li a{
		width: 100%;
		background-image: none !important;
		padding: 0;
		height: auto;
		text-align: left;
		border-bottom: 1px solid rgba(68, 53, 91, 0.1) !important;
		padding-bottom: 8px;
		padding-top: 8px;
		padding-left: 2px;
	}
	.sysetmaifild .nav-tabs li strong{
		display: inline-block;
		font-size: 16px;
		line-height: 20px;
		margin: 0;
		color: #9b9b9b;
		font-weight: initial;
	}
	.sysetmaifild .nav-tabs li p{
		display: inline-block;
		margin: 0;
		line-height: 20px;
	}
	.sysetmaifild .nav-tabs li a:hover  strong, .sysetmaifild .nav-tabs li a:hover  p, .sysetmaifild .nav-tabs li.active a  strong, .sysetmaifild .nav-tabs li.active a  p{
		color: #342e37;
		font-weight:bold;
	}
	.sysetmaifild .nav-tabs li.active{
		border-bottom:1px solid #ff692e;
	}
	.sysetmaifild .nav-tabs li.active:after{
		position: absolute;
		content: "";
		height: 1px;
		bottom: 0px;
		background-color: #ff692e;
		width: 100%;
		left: 0;
	}
	.sysetmaifild .tab-content {
    	margin-top: 45px;
	}
	.sysetmaifild .tab-content p{
		margin-bottom:0;
	}
	.sysetmaifild .tab-content [class*="col-"] ~ *{
		margin-top:26px;
	}
	.carousel-control.left{
		left:0px;
	}
	.carousel-control.right{
		right:15px;
	}
	.testinomilas{
		padding-top: 400px;
	}
	.howtostartr p br{
		display:none;
	}
	.choseprog{
		padding-bottom:43px;
	}
	.choseprog .classescont{
		padding-top: 57px;
    	padding-bottom: 50px;
	}
	.Read-all-FAQs{
		margin-bottom: 0;
    	margin-top: 37px;
	}
	.program h5{
		margin-top: 32px;
    	margin-bottom: 10px;
	}
	.choseprog .mobilacordin .whitebgcon{
		padding: 49px 16px 32px 16px;
	}
	.mobilacordin .panel-group .panel{
		margin: 0;
		border-radius: 0;
		box-shadow: initial;
		padding: 16px 0;
		border: 0;
		border-bottom: 1px solid rgba(68, 53, 91, 0.2);
	}
	.mobilacordin .panel-default>.panel-heading{
		background-color: transparent;
		border: 0;
	}
	.mobilacordin .panel-default>.panel-heading > a{
		display: block;
		width: 100%;
		padding-right: 48px;
		background-repeat: no-repeat;
		background-position: right center;
		background-image: url(../img/group-8.png);
	}
	.mobilacordin .panel-default>.panel-heading > a:focus, .mobilacordin .panel-default>.panel-heading > a:hover{
		text-decoration:none;
	}	
	.mobilacordin .panel-default>.panel-heading > a.collapsed{
		background-image: url(../img/group-8-active.png);
	}
	.mobilacordin  .panel-body{
		border:0px !important;
		padding-top: 28px;
	}
	
	.mobilacordin .panel-heading h6{
		font-size: 14px;
		margin: 0 0 10px 0;
		color: #555555;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.mobilacordin .panel-heading strong{
		font-weight:bold;
   		margin-right: 11px;
		color: #342e37;
		font-size: 11px;
	}
	.mobilacordin .panel-heading span{
		color: #9b9b9b;
		margin-right: 11px;
		text-decoration: line-through;
		font-size: 11px;
	}
	.mobilacordin .panel-heading .orange{
		color: #ff692e;
	}
	.choseprog  .checkicon .inercon{
		background-position:left center;
		padding-left: 28px;
	}
	.choseprog  .checkicon{
		margin-bottom:8px;
	}
	.choseprog  .checkicon  h4{
		line-height:24px;
		margin:0;
	}
	.choseprog .pricetbtn{
		margin-top:27px;
	}
	.choseprog .btn{
		line-height:64px;
	}
	
	/* Header */
	.navbar-nav .open .dropdown-menu>li>a{
		line-height: 20px;
		padding-left: 40px;
		padding-top: 2px;
		padding-bottom: 2px;
		position: relative;
	}
	.navbar-nav .open .dropdown-menu>li>a:after{
		color: #222;
		content: "\f105";
		font-family: "FontAwesome";
		font-size: 15px;
		left: 18px;
		position: absolute;
		top: 3px;		
	}
	#navbar .navbar-nav .dropdown-menu li{
	}
	#footer{
		background-image: url(../img/foot-bg.jpg);
		background-position: 50%;
		background-size: cover;
		background-repeat: no-repeat;
		padding-top:40px;
		border-top: 12px solid #f16137;
	}
	.footeacord .panel-group{
		margin-bottom:0;
	}
	.footeacord .panel-group .panel{
		margin: 0;
		border: 0;
		background: none;
		box-shadow: initial;
		border-radius: 0;
		margin-bottom: 24px;
	}
	.footeacord .panel-default>.panel-heading{
		background-color: transparent;
    	border: 0;
	}
	.footeacord .panel-default>.panel-heading a{
		display: block;
		padding-right: 25px;
		background-repeat: no-repeat;
		background-position: right center;
		line-height: 16px;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 1.1px;
		font-weight:bold;
		background-image: url(../img/down-arow.png);
	}
	.footeacord .panel-default>.panel-heading a.collapsed{
		background-image: url(../img/line.png);
	}
	.footeacord .panel-default>.panel-heading a:focus, .footeacord .panel-default>.panel-heading a:hover{
		color: #ff692e;
		outline:0 !important;
		text-decoration:none;
	}
	.footeacord  .panel-body{
		border-top: 0 !important;
    	padding-top: 10px;
	}
	.footeacord  .panel-body ul{
		padding-left: 15px;
		margin-left: 10px;
		line-height: 30px;
		list-style: none;
	}
	.payme h4{
		padding-right: 0;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 1.1px;
		font-weight:bold;
		margin: 0;
		line-height: 32px;
		color: #fff;
	}
	.payme img{	
	}
	.disclamer {
		margin-top:34px;
		margin-bottom:10px;
		opacity: 0.6;
		  font-size: 11px;
		  line-height: 2.18;
		  color: #ffffff;
	}
	.logofooter {
		padding-top: 64px;
	}
	.socials {
		margin-top: 39px;
	}
	.socials a{
		margin:0 12px;
	}
	#myCarousel3 .panel-default{
		margin-left:0;
	}
	.footeacord  .panel-body ul li{
		position:relative;
	}
	.footeacord  .panel-body ul li:after {
		color: #fff;
		content: "\f105";
		font-family: "FontAwesome";
		font-size: 15px;
		left: -15px;
		position: absolute;
		top: 0;
		opacity: 0.2;
	}
	#header{
		margin: 0;
    	padding-top: 24px;
	}
	#header .navbar-brand{
		margin-left:15px;width: 80%;
	}
	.navbar-collapse {
		background-color:#fff;
	}
	.fixedimg{
		display:none;
	}
	#header.fixed-theme .whiteimg{
		display:none;
	}
	#header.fixed-theme .fixedimg{
		display:block;
	}
	#navbar > ul.nav:first-child {
    	padding-left: 0;
	}
	#navbar .nav .dropdown > a{
		color:#555555 !important;
		font-weight:bold;
	}
	#header .navbar-nav>li>.dropdown-menu{
		box-shadow: initial;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		margin-top:15px;
	}
	/*.navbar-right>li:first-child{
		display:none;
	}*/
	.navbar-right li + li{
		margin-left:0;
	}
	#navbar .nav .dropdown > a{
		margin-right:0;
		padding-left: 0;
	}
	#navbar > ul.nav{
		margin-left:0;
		margin-right:0;
	}
	/*#navbar .nav .dropdown > a{
		background-image: url(../images/down-arrow-black.png);
	}*/
	#header.fixed-theme .navbar-nav>li>.dropdown-menu{
		margin-top:0;
	}
}
.jcrouselslideco{
	padding-bottom:50px;
}
.program-outer{
		display:none;
	}
@media screen and (max-width:350px) {
	.howtostartr .queri strong{
		display:block;
	}
	.payme .col-xs-6{
		width:100% !important;
		text-align:left;
	}
}
#brand img {
    width: 80%;
}
#brand2 img {
    width: 80%;
}
.btn-info {
    background-color: #ff692e!important;
    border-color: #ff692e!important;
    color: #fff; font-size:13px!important; font-weight: 500 !important;
}
.btn-info:hover {
    background-color: #df490e!important;
    border-color: #df490e!important;
    color: #fff;
}

.right-con-hed-thankyou {
    background-color: #fff;
    border-radius: 2px;
    margin-top: 165px;
    padding: 30px 0;
    text-align: center;
}
.right-con-hed-thankyou {
    text-align: center;
}
.right-con-hed-thankyou h3 {
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
}