a {
	text-decoration: none!important;
}

@media (min-width:980px) and (max-width:1023px) {
	.container {
		max-width: 900px;
	}
}

body {
	background: #E0E0E0;
}

/* Tabs*/

section {
	padding: 60px 0;
}

section .section-title {
	text-align: center;
	color: #007b5e;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.tab-content {
	padding-top: 50px;
	padding-bottom: 20px;
}
#sch-tabs {
	color: #000;
}

#sch-tabs h6.section-title {
	color: #000;
	font-weight: bold;
}

#sch-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #f3f3f3;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 4px solid !important;
	font-size: 20px;
	font-weight: bold;
}

#sch-tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #000;
	font-size: 20px;
}
.nav-tabs {
	border-bottom: 1px solid #222;
}
h3.sch-title-tab {
	text-align: left;
	margin: 20px 0;
	text-transform: capitalize;
	font-size: 30px;
}

.tabbable.tabs-left {
	position: relative;
}

.tabbable.tabs-left .nav-tabs {
	position: absolute;
	right: 0;
	top: 0;
	border-bottom: none;
}
.tabbable.tabs-left .nav-tabs li a {
	background: transparent;
	border: 1px solid #222;
	border-radius: 0;
	color: #222;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	width: 40px;
}
.tabbable.tabs-left .nav-tabs li a.active.show {
	background: #000;
	color:#fff;
	border:1px solid transparent;
}
.tabbable.tabs-left .nav-tabs li a i{
	line-height: 40px;
}
.tabbable.tabs-left .nav-tabs li:first-child {
	margin-right: 5px;
}


@media (max-width:479px){
	h3.sch-title-tab {
		font-size: 20px;
		line-height:30px;
	}
}


/*carusel*/
.carousel-inner img {
	width: 100%;
	left: -140px;
}

/* megamenu */
@media (min-width:640px){
	.megamenu {
		width: 480px
	}
}
