/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.for-small{
		display: block !important;
	}
	.hide-on-small{
		display: none !important;
	}
  	#header .logo img {
	    max-height: 25px;
	}
	#hero {
	    height: 30vh;
	    background-size: 125% 100%;
	}
	#hero h1 {
	    font-size: 19px;
	    line-height: 36px;
	}
	input#seacrh_form {
	    height: 29px !important;
	    width: 75%;
	}
	nav.mobile-nav.d-lg-none ul {
	    padding: 10px;
	    background: #fff;
	}
	nav.mobile-nav.d-lg-none ul li {
	    width: 100%;
	    background: transparent;
	    border-bottom: 1px solid #eee;
	}
	nav.mobile-nav.d-lg-none ul li a{
		padding: 10px !important;
	}
	.mobile-nav {
	    border-radius: 2px;
	    padding: 0;
	}
	.mobile-nav-overly {
	    background: #254e58e0;
	}
	.mobile-nav .drop-down > a:after {
	    content: '\25BE';
	}
	.mobile-nav .active.drop-down > a:after {
	    content: "\25B4";
	}
	.required.red-cart{
		width: 17px !important;
	}
	#hero .btn-get-started {
	    padding: 4px 15px;
	    height: 29px;
	    }
	#footer .footer-newsletter{
    	background-size: 150% 100%;
    	padding: 15px 0;
    }
    #footer .footer-newsletter h4 {
	    font-size: 19px;
	    margin: 0 0 10px 0;
	}
	#footer .footer-newsletter form {
    	margin-top: 10px;
    }
    .ind-bar .col-sm-6.col-lg-6.col-md-6 {
   	 	width: 50%;
    	float: left;
	}
	.modal-open .modal{
		z-index: 9999;
	}
	.home .item form {
	    display: none !important;
	}
	.home div#main-banner-carousel .carousel-content-wrapper.mb-2 .carousel-content {
	    width: 98%;
	    left: 5px;
	    bottom: 5px;
	}
	.home .carousel-content h3 {
	    margin-bottom: 5px !important;
	    font-size: 14px;
	    line-height: 20px;
	}
	.home .carousel-content h6,.carousel-content p{
		padding: 0px;
	    font-size: 12px;
	}
	.home .carousel-content button.default-btn {
	    padding: 1px 5px;
	    margin-top: 5px;
	    font-size: 12px;
	}
	#main-banner-carousel .owl-dots .owl-dot {
	    display: none;
	}
	#header.header-scrolled {
	    top: 0px;
	    padding: 10px;
	}
	.nk-portfolio-text-box .col-lg-2.col-md-2 {
	    width: 15%;
	    float: left;
	}
	.nk-portfolio-text-box .col-lg-10.col-md-10 {
	    width: 85%;
	    float: left;
	}
	.webinar-listing-carousel img, .recorded-listing-carousel img{
		width: 40px !important;
	}
	section#webinar-info .col-lg-3 .detail-block .col-lg-4 {
	    width: 100px;
	    float: left;
	}
	section#webinar-info .col-lg-3 .detail-block .col-lg-8 {
	    width: 70%;
	    float: left;
	}
	.detail-block a button{
		width: 65%;
	}
	.enroll-price-txt {
	    display: none;
	}
	.cont {
	    min-height: 780px !important;
	}
	.cont .sub-cont .img{
		display: none;
	}
	.cont .sub-cont, .cont.s--signup .cont .sub-cont{
		padding-left: 10px !important;
	}
	.cont .form {
	    width: 355px !important;
	    padding: 15px 15px 0 !important;   
	    height: 60%;
	}
	section.select-filter {
	    display: none;
	}
	ul.news_list li h5 {
	    line-height: 21px;
	    font-size: 13px;
	}
	ul.news_list li{
		width: 100% !important;
		margin-top: 20px !important;
		max-height: 135px;
	}
	ul.news_list li p {
	    font-size: 12px;
	}
	html .carousel-indicators {
	    bottom: 0px !important;
	}
	.row.news {
	    margin-top: 0px !important;
	}
	.news-img {
	    width: 50% !important;
	    margin-left: 25% !important;
	    float: left;
	}
	.news-txt {
	    text-align: center;
	    width: 100% !important;
	}
	.news-txt h4{
		font-size: 15px !important;
	}
	.news-txt p {
	    font-size: 13px !important;
	    text-align: left;
	}
	.news-txt button {
	    margin-bottom: 20px !important;
	    margin-top: 20px !important;
	}
	.col-md-3.img__wrap {
	    width: 50%;
	    margin-top: -5px !important;
	    padding: 5px!important;
	}
	a.view-btn button.btn.btn-theme {
	    width: 50% !important;
	}
	section#webinar-tab-detail .col-lg-1 img {
	    width: 25% !important;
	}
	section#webinar-tab-detail .tab{
		display: none;
	}
	section#webinar-tab-detail .tabcontent{
		width: 100% !important;
	}
	.price div#price-box a {
	    margin-top: 20px !important;
	    margin-bottom: 20px !important;
	    float: left;
	}
	table#cart th {
	    font-size: 12px !important;
	}
	table#cart h5 a {
	    font-size: 13px !important;
	    line-height: 18px !important;
	}
	section.dashboard .homeTab ul.tabs li.selected a, ul.tabs li.selected a:hover,section.dashboard .homeTab ul.tabs li a{
		width: 160px;
	}
	#progressbar li {
		font-size: 7px !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 601px) and (max-width: 768px){
	nav.mobile-nav.d-lg-none ul {
	    padding: 10px;
	    background: #fff;
	}
	nav.mobile-nav.d-lg-none ul li {
	    width: 100%;
	    background: transparent;
	    border-bottom: 1px solid #eee;
	}
	nav.mobile-nav.d-lg-none ul li a{
		padding: 10px !important;
	}
	.mobile-nav {
	    border-radius: 2px;
	    padding: 0;
	}
	.mobile-nav-overly {
	    background: #254e58e0;
	}
	.mobile-nav .drop-down > a:after {
	    content: '\25BE';
	}
	.mobile-nav .active.drop-down > a:after {
	    content: "\25B4";
	}
	.required.red-cart{
		width: 17px !important;
	}
	.home .item form {
	    display: none !important;
	}
	.home div#main-banner-carousel .carousel-content-wrapper.mb-2 .carousel-content {
	    width: 98%;
	    left: 5px;
	    bottom: 5px;
	}
	.home .carousel-content h3 {
	    margin-bottom: 5px !important;
	    font-size: 16px;
	    line-height: 25px;
	}
	.home .carousel-content h6,.carousel-content p{
		padding: 0px;
	    font-size: 14px;
	}
	.home .carousel-content button.default-btn {
	    padding: 1px 5px;
	    margin-top: 5px;
	    font-size: 12px;
	}
	#main-banner-carousel .owl-dots .owl-dot {
	    display: none;
	}
	#hero {
	    height: 25vh;
	}
	.col-md-4.col-lg-4.ind-bar .row:nth-child(2) {
	    display: none;
	}
	p.fs-14.m-0.font-weight-medium.line-height-sm, span.fs-12.text-muted{
		font-size: 12px !important;
	}
	.carousel-wrap{
		width: 100% !important;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width: 769px) and (max-width: 1100px){
	#hero {
	    height: 23vh;
	}
	.nav-menu > ul > li{
		padding: 5px !important;
	}
	.home .carousel-content h3 {
	    margin-bottom: 5px !important;
	    font-size: 16px;
	    line-height: 25px;
	}
	.home .carousel-content h6,.carousel-content p{
		padding: 0px;
	    font-size: 14px;
	}
	.home .carousel-content button.default-btn {
	    padding: 1px 5px;
	    margin-top: 5px;
	    font-size: 12px;
	}
	.container-contact100 {
    	min-height: 50vh !important;
	}
}




/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}