/* html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color:#fffbf7!important;
    background-size:cover;
}
body{
	overflow-x: hidden;
  	padding-top:130px;
}
.navbar-left img {
	width: 55px;
	float: left;
}

.btn{
	color:black!important; 
	background-color: white!important;
}
.btn {
	transition-duration: 0.3s!important;
  }
  
  .btn:hover {
	background-color: #343a40!important;
	color: white!important;
  }
.logoText{
	position: relative;
	padding-top: 12px;
	padding-left:68px;
	color:black;

}

.navbar-left{
	text-decoration: none!important;
	
	padding-top:5px;
	padding-bottom: 5px;
}

.navbar-collapse{
	font-size: 1.07rem;
}

.nav-link{
	margin-top:70px;
	margin-right: 25px;
	float:right;
	
} */


.fluid_container {
	bottom: 0;

	/* text-align: center; */
	right: 0;
	top: 0;
	z-index: 0;
	position:relative;
}

.course_container {
	margin-top: 70px;
	position:relative;
	margin-left:10%;
	margin-right:10%;
	width: 80%;
	text-align: center;
}


.row1{
	padding-top: 1%;
}
.row2{
	padding-top:5%;
}

.row3{
	padding-top:5%;
}
.col-lg-3{
	margin-left:3%; 
	padding-top: 5%;
	}
.col-md-4{
	margin-left:3%; 
}

/* #loginBtn{
	bottom:15px;
	left:686px;
}

.dropdown-menu {
	position: absolute;
    top: 40px!important;
	left:auto!important;
} */


/* @media only screen and (max-width: 991px) {
	.dropdown-menu{
		position: absolute;
    	top: 90px!important;
		left:auto!important;
	}
	
}

@media only screen and (max-width: 417px) {
	.dropdown-menu{
		top:170px!important;
	}
}
@media only screen and (max-width: 301px) {
	.dropdown-menu{
		top:275px!important;
	}
}
@media only screen and (max-width: 230px) {
	.dropdown-menu{
		top:310px!important;
	}
}
	
@media only screen and (max-width: 1200px) {
	#loginBtn{
		bottom:15px;
		left:507px;
	}
}

@media only screen and (max-width: 990px) {
	
	#loginBtn{
		position:static !important;
		left: 50px!important;
	}
 	.nav-link{
		float: left;
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 770px) {
	
	
	#loginBtn{
		position:static !important;
		top:20px;
		right:50px;
	}


} */


/*Price table*/
#price-col {
	padding-top:-0px;
	margin-left: 10%;
}
.flat .plan {
	width: 90%;
	border-radius: 0px;
	list-style: none;
	padding: 0 0 20px;
	margin: 0 0 0 0;
	background: #fff;
	text-align: center;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29) !important;
}
.flat .plan li {
	padding: 10px 15px;
	color: gray;
	border-top: 1px solid #f5f5f5;
	-webkit-transition: 300ms;
	transition: 300ms;
	font-weight: bold;
}
.flat .plan li.plan-price {
	border-top: 0;
	font-size: 10px;
	color: black;
}
.flat .plan li.plan-name {
	border-radius: 0;
	padding: 15px;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	background: #4E4E4E;
	margin-bottom: 30px;
	border-top: 0;
}
.flat .plan li > strong {
	color: black;
	font-weight: normal;
	font-size: 28px;
}
.flat .plan li.plan-action {
	margin-top: 10px;
	border-top: 0;
}
.flat .plan.featured {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.flat .plan.featured:hover li.plan-name, .flat .plan:hover li.plan-name, .flat .plan.featured.plan-name{
	background: black !important;
}
li em{
	-webkit-transition: color 0.2s; /* For Safari 3.0 to 6.0 */
    transition: color 0.2s; /* For modern browsers */
}
li:hover{
        font-color: black;
    }

.plan-checkout {
	height: 40px;
    background: #556cd6;
    border-radius: 0 0 4px 4px;
    color: white;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
	width:90%;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29) !important;

}

.plan-checkout:hover {
  opacity: 0.8;
}

.page-footer{
	padding-top: 0;
}


/* .page-footer{
	padding-top: 0;
	margin-top: 0;
	background-color: #F1F1F1;
	padding-bottom: 0;
	margin-bottom: 0;
}
.footer2{
	margin-top: 25px;
	background-color: black;
	padding-top:15px;
	padding-bottom: 15px;
	max-height: 65px;
}

.panel-body p a{
	padding-left: 10px;
	color:lightgrey;
}
.text-right{
	float: right;
	text-align: right;
	margin-left:50px;
	color:lightgrey;
} */


