/******************************
RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1600px) {
	h1, .large-text {
    	font-size: 94px;
	}
	.footer-wrapper .flexbox:last-child ul{
		display: block;
	}
	.footer-wrapper .flexbox:last-child{
		align-items: center;
	}
	.footer-wrapper .flexbox:last-child ul .sep:first-child{
		display: none;
	}
}
@media screen and (max-width: 1400px) {
	h1, .large-text{
    	font-size: 86px;
	}
	.header-wrapper{
		padding: 40px 0;
	}
	#dashboard .logo-wrapper {
    	margin-left: 0;
	}
	#inner #header,
	#dashboard #header{
		height: 140px;
	}
	#dashboard .header-wrapper{
		padding: 20px 0;
	}
	.logo-wrapper,
	.footer-wrapper .logo{
    	width: 430px;
	}
	.nav-menu > li{
		margin-right: 30px;
	}
	.about-wrapper{
		padding: 70px 0 50px;
	}
	.about-wrapper > .flexbox > div:first-child{
		padding-right: 0;
	}
	.courses-wrapper .section-title,
	.blog-tile > div{
		margin-bottom: 70px;
	}
	.courses-tile .course-box,
	.blog-tile > div{
		margin-right: 30px;
	}
	.course-box .course-features li{
		padding: 8px 20px 5px;
	}
	.courses-tile .course-box,
	.blog-tile > div{
		width: calc(33.333% - 20px);
	}
	.course-box .course-top {
    	padding: 30px 20px 0;
	}
	.course-box .course-features{
		padding: 10px 20px 18px;
	}
	.course-box .img-box{
		height: 290px;
	}
	.testimonials-wrapper{
		padding: 30px 30px 70px;
	}
	.footer-wrapper{
		padding: 50px 0;
	}
	.footer-wrapper .flexbox > div:nth-last-child(2){
		width: 220px;
	}
	.article {
    	margin-bottom: 80px;
	}
	.article > .article-content, .article-reverse > .article-photo,
	.article > .article-photo, .article-reverse > .article-content,
	.dashboard-content .article > .article-content,
	.dashboard-content .article > .article-photo{
		width: 50%;
	}
	.article > .article-content:first-child,
	.dashboard-content .article > .article-content:first-child{
		padding-right: 50px;
	}
	.article > .article-content:last-child,
	.dashboard-content .article > .article-content:last-child{
		padding-left: 50px;
	}
	.article + .article{
		margin-top: 80px;
	}
	.categories-list h2{
		margin-bottom: 30px;
	}
	.dashboard-box.padd-lg,
	.dashboard-box{
		padding: 40px 20px 35px;
	}
	.dashboard-box .quick-links a{
		padding: 30px 10px 15px;
	}
	.course-preview.extended{
		padding-right: 0;
	}
	#dashboard .footer-wrapper .flexbox > div:last-child{
		width: 110px;
		text-align: right;
	}
	.fixed-price-box{
		top: 140px;
		padding: 17px 15px;
	}
	.fixed-price-box h3{
		font-size: 26px;
	}
	.dashboard-content .content-slider{
		height: auto;
	}
	.content-slider-wrapper .article-content{
		padding-bottom: 0;
	}
	.dashboard-content .content-slider-arrows{
		position: static;
		margin-top: 30px;
	}
	.content-slider-wrapper .article .article-photo .img-box{
		max-height: 100%;
	}

}
@media screen and (max-width: 1200px) {
	h1, .large-text {
	    font-size: 80px;
	}
	.btn:not(.btn-sm){
    	padding: 14px 20px;
    	font-size: 22px;
    }
    .header-wrapper .btn {
    	padding-left: 20px;
    	padding-right: 20px;
	}
    .logo-wrapper, .footer-wrapper .logo {
	    width: 380px;
	}
	.search-box{
		margin: 0 15px;
	}
	.banner .large-text:after, 
	.main-content h1:after, 
	.dashboard-content h1:after{
		margin: 40px auto 50px;
	}
	.quick-links a{
		padding: 30px 20px 15px;
	}
	.about-wrapper{
		padding-bottom: 0;
	}
	.courses-tile .course-box,
	.blog-tile > div{
		width: 47%;
		margin-right: 6%;
	}
	.courses-tile .course-box:nth-child(3n),
	.blog-tile > div:nth-child(3n){
    	margin-right: 6%;
	}
	.courses-tile .course-box:nth-child(2n),
	.blog-tile > div:nth-child(2n){
		margin-right: 0;
	}
	.footer-wrapper{
		font-size: 18px;
	}
	.article-preview-content {
    	padding: 25px 0 15px;
	}
	.categories-list a{
		font-size: 20px;
		padding: 17px 35px 17px 0;
	}
	.categories-list a:after{
		right: 0;
	}
	.dashboard-content .column:last-child,
	.dashboard-content .column:first-child{
		width: 100%;
		margin-right: 0;
	}
	.dashboard-box{
		max-width: 780px;
		margin: 0 0 50px;
	}
	.dashboard-content .column:first-child .dashboard-box:last-child{
		margin-bottom: 50px;
	}
	.dashboard-box .quick-links{
		margin: 0 auto;
	}
	.dashboard-box.full-size{
		height: auto;
	}
	.dashboard-menu{
		width: 70px;
	}
	.dashboard-menu ul i{
		font-size: 38px;
	}
	.menu-open .dashboard-menu {
    	width: 170px;
	}
	#nav-btn{
		width: 40px;
	}
	#nav-btn strong{
		font-size: 13px;
	}
	#nav-btn span:not(:last-child) {
    	margin-bottom: 10px;
	}
	.dashboard-menu li:not(:last-child) {
    	margin-bottom: 20px;
	}
	.dashboard-menu .inner-box{
		padding: 30px 10px;
	}
	#dashboard .header-wrapper, 
	#dashboard #main, 
	#dashboard #footer {
    	padding-left: 70px !important;
	}
	.fixed-price-box{
		width: calc(100% - 100px);
	}
	.article > .article-content:first-child, 
	.dashboard-content .article > .article-content:first-child {
    	padding-right: 30px;
	}
	.article > .article-content:last-child,
	.dashboard-content .article > .article-content:last-child{
		padding-left: 30px;
	}
	.quick-links a{
		padding: 20px 10px;
		min-height: 0;
	}

}
@media screen and (max-width: 1100px) {
	h1, .large-text {
    	font-size: 76px;
	}
	h2{
		font-size: 38px;
	}
	.search-box input[type=text]{
		padding: 23px 15px 23px 55px;
	}
	.search-box > .fa-search{
    	left: 15px;
    }
	.logo-wrapper, .footer-wrapper .logo {
    	width: 350px;
	}
    .nav-menu li a{
    	font-size: 22px;
    }
    .nav-menu > li {
    	margin-right: 20px;
	}
	.footer-wrapper .flexbox:not(:only-child):first-child{
		flex-wrap: wrap;
	}
	.footer-wrapper .flexbox:not(:only-child):first-child > div:first-child{
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.footer-wrapper .flexbox:not(:only-child):first-child > div:nth-child(2){
		display: block;
		padding-left: 0;
	}
	.flexbox.article{
		flex-direction: column;
	}
	.article > .article-photo{
		height: 400px;
		order: 1;
		margin-top: 50px;
	}
	.article > .article-content, 
	.article-reverse > .article-photo, 
	.article > .article-photo, 
	.article-reverse > .article-content, 
	.dashboard-content .article > .article-content, 
	.dashboard-content .article > .article-photo,
	.dashboard-content .article.article-reverse > .article-content,
	.dashboard-content .article.article-reverse > .article-photo{
		width: 100%;
	}
	.dashboard-content .article.article-reverse > .article-photo{
		max-width: 500px;
		margin: 50px auto 0;
	}
	.article > .article-content:last-child, .dashboard-content .article > .article-content:last-child{
		padding-left: 0;
		padding-right: 30px;
	}
	.courses-tile .course-box,
	.article {
    	margin-bottom: 50px;
	}
	.article + .article {
    	margin-top: 50px;
	}
	.testimonials-wrapper .container{
		padding: 70px 25px;
	}
}

@media screen and (max-width: 1000px) { /* Target Screen Width */
    h1, .large-text{
        font-size: 68px;
    }
    .banner .large-text:after, .main-content h1:after, 
    .dashboard-content h1:after {
    	margin: 35px auto 45px;
	}
    /* Header */
    #header,
    #inner #header, 
    #dashboard #header,
    .header-wrapper{
        height: 94px;
    }
    .header-wrapper{
	    padding: 20px 0;
	    background: #F2F1EC;
	    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    }
    #dashboard .header-wrapper {
	    padding: 7px 0;
	}
    .header-wrapper .container{
    	padding-left: 85px;
    }
    .logo-wrapper,
    .footer-wrapper .logo {
        width: 320px;
    }
    .search-box input[type=text]{
    	padding: 15px 15px 15px 55px;
    	font-size: 20px;
    }
    .profile-avatar{
    	width: 80px;
    	height: 80px;
    }
    #dashboard .header-wrapper, 
    #dashboard #main, 
    #dashboard #footer {
    	padding-left: 0 !important;
	}
	/* Navigation */
    #nav-btn{
        display: block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    padding: 7px 15px;
	    width: 70px;
	    height: 100%;
	    margin-bottom: 0;
	    background: #00717D;
	    color: #fff;
    }
    .dashboard-menu #nav-btn{
    	height: 94px;
    }
    #nav-btn span:nth-child(2){
    	margin-top: 0;
    }
    #nav-btn:hover span{
    	background: #fff;
    }
    #nav-btn:hover{
    	color: #fff;
    }
    #nav-close-btn{
        position: absolute;
        top: 35px;
        right: 55px;
        display: block;
        font-size: 30px;
        z-index: 5;
    }
    .main-nav, .dashboard-menu{
        position: fixed;
        top: 94px;
        left: 0;
        bottom: 0;
        width: 0;
        margin: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        color: #fff;
        background-color: #00717D;
        overflow: hidden;
        overflow-y: auto;
        z-index: 110;
        padding: 0;
    }
    .menu-open .main-nav{
        width: 250px;
    }
    .menu-open .dashboard-menu{
    	width: 170px;
    }
    .main-nav nav,
    .dashboard-menu .inner-box{
        position: relative;
        min-width: 250px;
        padding: 70px 15px 40px;
        text-align: left;
    }
    .dashboard-menu .inner-box{
    	min-width: 170px;
    }
    .dashboard-menu .inner-box{
    	text-align: center;
    }
    .profile-box .profile-cart, 
    .profile-box .profile-notif{
    	font-size: 32px;
    	margin-right: 28px;
    }
    .profile-menu.active-items:after,
	.profile-box .profile-cart.active:after, 
	.profile-box .profile-notif.active:after{
	    width: 12px;
	    height: 12px;
	    right: -3px;
	    top: 9px;
	}
    .nav-menu{
        margin: 0;
        padding: 0;
        text-align: inherit;
    }
    .nav-menu > li{
        display: block;
        margin: 0;
        padding: 0;
    }
    .nav-menu > li > a{
        display: block;
        padding: 16px 30px 13px 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 500;
        color: inherit;
    }
    .nav-menu > li.active > a, 
    .nav-menu li a:hover, 
    .sub-menu li a:hover {
    	color: inherit;
	}
    .dashboard-menu li a{
    	display: block;
    	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .sub-ctrl{
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 66px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }
    .sub-ctrl:after{
        content: "\f105";
        font: 22px/64px Font Awesome\ 5 Pro;
    }
    .sub-ctrl.show{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .main-nav .sub-menu{
        position: static;
        display: none;
        min-width: 100%;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 18px 25px 0 5px;
        text-align: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform:none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        box-shadow: none;
        background-color: transparent;
        color: #e7e7e7;
        font-weight: 500;
        opacity: 1;
        visibility: visible;
    }
    .main-nav .sub-menu li{
        margin-bottom: 15px;
    }
    .main-nav .sub-menu li a{
        text-transform: none;
        font-size: 18px;
    }
    .dashboard-menu li a span {
	    width: auto;
	    bottom: 0;
	    opacity: 1;
	}
	.profile-menu .sub-menu a{
		font-size: 18px;
	}
	.dashboard-menu li:not(:last-child){
		margin-bottom: 0;
	}
	.dashboard-menu li a{
		padding: 15px 0;
	}
	.dashboard-menu li a span{
		vertical-align: top;
	}
	/* Main Layout */
	.banner .container{
		padding-top: 40px;
	}
	.about-wrapper,
	.courses-wrapper{
		padding: 50px 0 20px;
	}
	.about-wrapper > .flexbox{
		flex-direction: column;
	}
	.about-wrapper > .flexbox > div{
		width: 100%;
	}
	.about-wrapper .section-title,
	.about-wrapper > .flexbox > div:last-child{
		justify-content: center;
	}
	.courses-tile .course-box, .blog-tile > div{
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	.courses-tile .course-box:nth-child(3n), 
	.blog-tile > div:nth-child(3n){
		margin-right: 20px;
	}
	.courses-tile .course-box:nth-child(2n), 
	.blog-tile > div:nth-child(2n){
		margin-right: 0;
	}
	.courses-tile + .align-center .btn{
		margin-top: 0;
	}
	.testimonials-wrapper .container{
		padding: 50px 25px;
	}
	.dashboard-box{
		margin: 0 auto 50px;
	}
	.bar-callout span{
		font-size: 38px;
	}
	.fixed-price-box {
    	width: 100%;
    	left: 0;
    	top: 94px;
	}
	.dashboard-content .content-slider-wrapper{
		margin: 70px 0 20px;
	}
}   

@media screen and (max-width: 900px) {
    h1, .large-text {
    	font-size: 62px;
	}
	.section-title i,
	.profile-stat i{
			font-size: 74px;
	}
	.courses-wrapper .section-title{
		margin-bottom: 50px;
	}
    .mob-search-btn{
    	display: block;
    	position: relative;
    	top: 2px;
	    margin: 0 25px 0 auto;
	    transition: none;
    }    
    .search-box{
    	position: absolute;
	    top: 100%;
	    background: #00717D;
	    padding: 15px;
	    width: 100%;
	    left: 0;
	    margin: 0;
	    opacity: 0;
	    visibility: hidden;
    }
    .show-search .search-box{
    	opacity: 1;
    	visibility: visible;
    }
    .search-box input[type=text]{
    	background: #fff;
    }
    .search-box > .fa-search{
    	left: 30px;
	}
	.mob-search-btn .fa-times{
	    font-weight: 300;
	}
    .main-content .container > .table{
        display: flex;
        flex-direction: column;
    }
    .main-content .container > .table > .cell{
        display: block;
    }
    .main-content .sidebar{
        width: 100%;
        max-width: 300px;
        margin: 50px auto 0 ;
        padding: 0;
    }
    .sub-banner {
        height: 250px;
    }
    .footer-wrapper,
    #dashboard .footer-wrapper{
    	padding: 40px 0 15px;
    }
    .footer-wrapper .flexbox{
    	flex-direction: column;
    }
    .footer-wrapper .flexbox + .flexbox{
    	margin-top: 0;
    }
    .footer-wrapper .flexbox > div,
    .footer-wrapper .flexbox > div:nth-last-child(2){
    	width: 100%;
    	text-align: center !important;
    	padding: 0 0 25px !important;
    }
    .footer-wrapper .flexbox:not(:only-child):first-child > div:first-child{
    	margin-bottom: 0;
    }
    .fixed-price-box{
    	padding: 10px 15px;
    }
    .fixed-price-box .price-box{
    	flex-direction: column;
    }
    .fixed-price-box .price-box span{
    	font-size: 32px;
    	margin-right: 0;
    }
}   

@media screen and (max-width: 770px) { /* Tablet View */
    body{
        cursor: pointer; /* iOS Clicking Fix */
    }
    h1, .large-text {
	    font-size: 58px;
	}
    h2{
   		font-size: 34px;
   	}
   	h3,
   	.pagination span{
   		font-size: 26px;
   	}
   	.btn{
   		font-size: 20px;
   	}
   	#header, 
   	#inner #header, 
   	#dashboard #header, 
   	.header-wrapper{
   		height: 80px;
   	}
   	.menu-open #nav-btn span:nth-child(3){
		width: 0;
	}
	.menu-open #nav-btn span:nth-child(2){
		-webkit-transform: translateY(11px) rotate(45deg);
		transform: translateY(11px) rotate(45deg);
	}
	.menu-open #nav-btn span:nth-child(4){
		-webkit-transform: translateY(-17px) rotate(-45deg);
		transform: translateY(-17px) rotate(-45deg);
	}
   	#nav-btn{
   		padding: 24px 10px;
    	width: 60px;
   	}
   	#nav-btn strong{
   		display: none;
   	}
   	.header-wrapper .container {
    	padding-left: 75px;
	}
	.profile-avatar {
    	width: 66px;
    	height: 66px;
	}
	.profile-box > a{
		display: none !important;
	}
	.profile-box .profile-menu .profile-cart, 
	.profile-box .profile-menu .profile-notif,
	.header-wrapper .fa-search, 
	.mob-search-btn .fa-times{
		font-size: 30px;
	}
	.profile-menu .sub-menu{
		right: -15px;
	}
	.profile-menu-inner{
		padding-right: 25px;
	}
	.profile-menu-inner:after{
		font-size: 20px;
	}
	.profile-menu.active-items:after{
		display: block;
		right: 27px;
	}
	.profile-box .profile-cart, 
	.profile-box .profile-notif{
		display: inline-block;
	}
   	.section-title,
   	.courses-wrapper .section-title,
   	.section-title + .course-preview.extended{
   		margin-bottom: 40px;
   	}
   	.section-title + .course-preview.extended{
   		margin-top: 0;
   	}
   	.header-wrapper{
   		padding: 12px 0;
   	}
    .header-wrapper .btn{
    	font-size: 0 !important;
    	min-width: 0;
    	padding: 16px 18px;
    }
    .header-wrapper .btn i{
    	display: block;
    	font-size: 22px;
    	margin: 0;
    }
    .main-nav, .dashboard-menu{
    	top: 80px;
    }
    .courses-tile,
    .blog-tile{
    	flex-direction: column;
    }
    .courses-tile .course-box, 
    .blog-tile > div{
    	width: 100%;
    	max-width: 450px;
    	margin: 0 auto 50px;
    }
    .courses-tile .course-box:nth-child(2n), 
    .blog-tile > div:nth-child(2n),
    .courses-tile .course-box:nth-child(3n), 
    .blog-tile > div:nth-child(3n){
    	margin-right: auto;
    }
    .article-preview-content{
    	padding-bottom: 0;
    }
    .article > .article-content:first-child, 
    .dashboard-content .article > .article-content:first-child,
    .article > .article-content:last-child, 
    .dashboard-content .article > .article-content:last-child{
    	padding-right: 0;
    }
    .course-preview > div:first-child {
    	padding-right: 15px;
	}
	.pagination,
	.content-slider-arrows{
		justify-content: center;
	}
	.align-center + .pagination,
	.courses-tile + .pagination{
		margin-top: 0;
	}
	.content-slider-arrows {
    	position: static;
    	margin-top: 30px;
    	justify-content: center;
	}
	.profile-stat span{
		font-size: 64px;
	}
	.section-title i, .profile-stat i{
		font-size: 70px;
	}
	.fixed-price-box{
		top: 80px;
	}

}

@media screen and (max-width: 670px) { /* Phone View */
	.menu-open .dashboard-menu,
	.menu-open .main-nav {
    	width: 100%;
	}
	.section-title i{
		margin-right: 25px;
	}
	.bar-callout{
		height: 130px;
	}
	.bar-callout span {
    	font-size: 34px;
	}
	.article + .article:last-child{
		margin-bottom: 0;
	}
	#dashboard .container{
		height: 100%;
	}
	.profile-box{
		justify-content: center;
		margin: 0 0 25px 25px;
	}
	.mob-search-btn{
		margin-right: 0;
	}
	.header-wrapper .container > .profile-box{
		display: none;
	}
	.course-preview{
		flex-direction: column;
		align-items: flex-start;
	}
	.course-preview > div:first-child{
		padding-right: 0;
		margin-bottom: 35px;
	}
	.course-preview:last-child {
    	margin-bottom: 0;
	}
	.dashboard-content{
		padding: 50px 0;
	}
	.dashboard-menu li a span br{
		display: none;
	}
	.dashboard-menu .profile-box{
		margin: 0;
		display: block;
	}
	.dashboard-menu .profile-box .profile-avatar{
		margin: 0 auto 25px;
	}
	.dashboard-menu .profile-box .profile-cart{
		margin-right: 0;
	}
	.dashboard-menu .profile-menu .sub-menu{
		opacity: 1;
		visibility: visible;
		position: static;
		display: none;
		background: transparent;
	    color: #fff;
	    box-shadow: none;
	    text-align: center;
	    width: auto;
	    padding: 0;
	}
	.dashboard-menu .profile-menu.sub-open .sub-menu{
		display: block;
	}
	.dashboard-menu .profile-menu-inner{
		padding-right: 0;
	}
	.dashboard-menu .profile-menu-inner:after{
		top: 20px;
		left: 50%;
		margin-left: 45px;
		transform: none;
		right: auto;
	}
	.dashboard-menu .profile-menu.active-items:after {
    	display: block;
    	right: auto;
    	left: 50%;
    	margin-left: 20px;
	}
	.dashboard-menu .profile-box .profile-menu .profile-cart, 
	.dashboard-menu .profile-box .profile-menu .profile-notif{
		border-bottom: none;
		padding: 0;
	}
	.search-box{
		padding: 10px 15px;
	}
	.search-box input[type=text]{
		padding: 13px 15px 13px 55px;
	}
	.menu-open .search-box{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	body, .course-box{
		font-size: 19px;
	}
	h1, .large-text {
    	font-size: 52px;
	}
	h2 {
    	font-size: 28px;
	}
	h3, .pagination span,.course-preview h3 {
    	font-size: 22px;
	}
	.dashboard-content h1 {
    	margin-top: 0;
	}
	.btn:not(.btn-sm){
		font-size: 20px;
	}
	.section-title, .courses-wrapper .section-title, 
	.section-title + .course-preview.extended {
    	margin-bottom: 30px;
	}
	.section-title i, .profile-stat i {
    	font-size: 60px;
	}
	.section-title i{
		margin-right: 10px;
	}
	#nav-btn {
    	padding: 19px 7px;
    	width: 50px;
	}
	.main-nav, .dashboard-menu {
    	top: 70px;
	}
	#header, #inner #header, 
	#dashboard #header, .header-wrapper{
		height: 70px;
	}
	.header-wrapper {
    	padding: 5px 0;
	}
	.banner .large-text:after, 
	.main-content h1:after, 
	.dashboard-content h1:after{
		height: 5px;
		width: 100%;
		max-width: 200px;
	}
	.banner-content p{
		font-size: 20px;
	}
	.banner .large-text:after, .main-content h1:after, 
	.dashboard-content h1:after{
		margin: 30px auto;
	}
	.logo-wrapper, .footer-wrapper .logo {
    	width: 246px;
	}
	.logo-wrapper{
		margin-bottom: 5px;
	}
    .header-wrapper .container {
	    padding-left: 60px;
	    height: 100%;
	}
	.header-wrapper .btn{
		background: none;
		padding: 0;
		margin-left: auto;
		border-left: 2px solid #00717D;
    	padding-left: 5px;
	}
	.header-wrapper .btn i{
		color: #00717D;
		font-size: 28px;
	}
	.about-wrapper, .courses-wrapper {
    	padding: 30px 0 20px;
	}
	.article-preview .img-box{
		height: 280px;
	}
	.article > .article-photo{
		height: 350px;
	}
	.quick-links li:nth-child(odd) a{
		padding-left: 0;
	}
	.quick-links li:nth-child(even) a{
		padding-right: 0;
	}
	.course-box h3{
		margin-bottom: 15px;
	}
	.courses-tile .course-box, .blog-tile > div,
	.course-preview, .dashboard-box{
		margin-bottom: 40px;
	}
	.course-box .course-features{
		padding-top: 0;
	}
	.testimonials-wrapper {
    	padding: 30px 10px 70px;
	}
	.testimonials-wrapper .container {
    	padding: 40px 15px;
	}
	.section-title{
		flex-direction: column;
		text-align: center;
	}
	.section-title i{
		font-size: 60px;
		margin-bottom: 15px;
	}
	.section-title h2 br{
		display: none;
	}
	.dashboard-box.padd-lg, .dashboard-box {
    	padding: 30px 15px;
	}
	.profile-stat{
		text-align: center;
	}
	.profile-stat span{
		display: block;
		white-space: normal;
		font-size: 60px;
	}
	.profile-stat i{
		display: block;
		margin-right: 0;
	}
	.profile-stat li:first-child{
		padding-right: 15px;
	}
	.quick-links{
		flex-direction: column;
	}
	.quick-links li{
		width: 100%;
		border: none !important;
	}
	.quick-links a,
	.dashboard-box .quick-links a{
		padding: 15px 0;
	}
	.quick-links li:nth-child(n + 3) a{
		padding-top: 15px;
	}
	.fixed-price-box {
    	top: 70px;
	}
	.fixed-price-box{
		flex-direction: column;
	}
	.fixed-price-box h3 {
    	font-size: 20px;
    	text-align: center;
    	margin-bottom: 5px;
	}
	.fixed-price-box .price-box{
		width: 100%;
		margin: 0;
		border: none;
    	justify-content: center;
	}
	.fixed-price-box .price-box{
		flex-direction: row;
	}
	.fixed-price-box .price-box span{
		margin-right: 15px;
	}
}

@media screen and (max-width: 360px) {
    h1, .large-text {
    	font-size: 48px;
	}
	.header-wrapper .mob-search-btn i{
		font-size: 26px;
	}
	.nav-menu > li > a{
		padding: 12px 30px 10px 5px;
	}
	.header-wrapper .container{
		flex-direction: column;
	}
	.courses-wrapper .container{
		padding: 0 5px;
	}
	.course-box .course-top{
		padding: 20px 15px 0;
	}
	.course-box .course-features{
		padding: 10px 15px 18px;
	}
	.course-box .course-features li{
		padding: 8px 15px 5px;
	}
	.profile-stat{
		flex-direction: column;
	}
	.profile-stat li:first-child,
	.profile-stat li:last-child{
		padding: 0;
		border: none;
		width: 100%;
	}
	.profile-stat li:first-child{
		margin-bottom: 10px;
	}
	.profile-stat i,
	.profile-stat span{
		font-size: 56px;
	}
	.course-details span{
		display: block;
	}
	.dashboard-content .btn-sm {
    	min-width: 100px;
	}
	.price-box span{
		font-size: 34px;
		margin-right: 15px;
	}
	
}