body {
    background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

a {
    text-decoration: none!important;
}


/* Tabs*/

#sch-tabs .sch-tab-title {
    text-align: center;
    color: #00cad5;
    text-transform: uppercase;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
}

#sch-tabs {
    color: #eee;
    height: auto;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.tab .nav-tabs {
    border-bottom: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 30px 0;
    width: 100%;
    background: #fff;
    z-index: 9;
}

.tab .nav-tabs li {
    text-align: center;
    margin-right: 3px;
}

.tab .nav-tabs li a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #231123;
    text-transform: uppercase;
    padding: 15px;
    background: #fff;
    margin-right: 0;
    border-radius: 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}

.tab .nav-tabs li a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    margin-left: -20px;
    bottom: 0;
    left: 50%;
    transition: all 0.2s ease 0s;
}

.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li a.active:before,
.tab .nav-tabs li a.active.show:before {
    background: #00cad5;
}

.tab .nav-tabs li a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #00cad5;
    margin-left: -15px;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transition: all 0.2s ease 0s;
}

.tab .nav-tabs li a:hover:after,
.tab .nav-tabs li a.active:after {
    width: 35px;
}

.nav-tabs li a.active,.nav-tabs li a.active.show
.nav-tabs li a.active:focus,
.nav-tabs li a.active:hover,
.nav-tabs li a:hover {
    border: none!important;
    color: #00cad5!important;
}

.tab .tab-content {
    font-size: 16px;
    color: #222;
    line-height: normal;
    padding-top: 50px;
}

.tab .tab-content h3 {
    font-size: 24px;
    margin-top: 0;
}
.sch-testimonial-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #222;
}
.sch-testimonial-title .style-purple{
    color: #4d61c3;
}
.sch-testimonial-title .style-blue{
    color: #34ADFF;
}
.sch-testimonial-title .style-pink{
    color: #e81e8b;
}
.sch-testimonial-title .style-orange{
    color: #ff8400;
}
.sch-testimonial-title .style-green{
    color: #37b737;
}
@media (min-width:480px) and (max-width: 639px) {
    .tab .nav-tabs li a {
        font-size: 16px;
        padding: 10px;
    }
	
}

@media (min-width:320px) and (max-width: 479px) {
    .tab .nav-tabs li a {
        font-size: 12px;
        padding: 10px 3px;
    }
	
	.sch-testimonial-title {
		font-size: 25px;
		text-align:center;
	}
}
