
@media (min-width: 1280px) and (max-width: 1700px) {}

@media (min-width: 1280px) and (max-width: 1439px) {}

/* ------------------------------------------------- Laptop Screen ---------------------------------------------------*/
@media (min-width: 1170px) and (max-width: 1366px) {
	.style-one.icon-box .icon-box-content .description p {
		font-size: 14px;
	}
	
	.learn_menu > ul > li > a {
		margin: 30px 7px;
	}
}

@media (max-width: 1024px) {
	.dreamit-course-title h4 a {
		font-size: 16px;
	}
	
	.blog-page-title_adn h2 {
		font-size: 19px;
	}
	
	.countdown ul li {
		margin-right: 50px;
	}
}

/* ------------------------------------------------- Old Desktop :992 ---------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1169px) {
	.section-title h3, .section-title h2, .title_tx h3, .title_tx h2 {
		font-size: 30px;
	}
	
	.testi-star::before {
		font-size: 30px;
	}
	
	.testimonial-style-four .single_testimonial .testi_text {
		font-size: 14px;
	}
	
	.learn_menu > ul > li > a {
		margin: 30px 7px;
	}
}

@media (max-width: 991px) {
	.section-title h3, .section-title h2, .title_tx h3, .title_tx h2 {
		font-size: 30px;
	}
	
	.dreamit-course-title h4 a {
		font-size: 20px;
	}
	
	.learn-blog-thumb_adn a img {
		width: 100%;
	}
}

/* ------------------------------------------------- Tablet Screen : 768 ---------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	.section-title h3, .section-title h2, .title_tx h3, .title_tx h2 {
		font-size: 23px;
	}
	
	.dreamit-course-title h4 a {
		font-size: 17px;
	}
	
	.countdown ul li {
		margin-right: 20px;
	}
	
	.countr_text > h1 {
		font-size: 25px;
	}
	
	.countr_text > h3 {
		font-size: 25px;
	}
	
	.counter_title h4 {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.section-title.t_center h5::before {
		display: none;
	}
	
	.section-title.t_center h5::after {
		display: none;
	}
	
	.countr_text > h3 {
		font-size: 35px;
	}
	
	.countr_text > h1 {
		font-size: 35px;
	}
}

/* ------------------------------------------------- Large Mobile :480px. ---------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (min-width: 600px) and (max-width: 767px) {}

@media only screen and (min-width: 320px) and (max-width: 600px) {
	.section-title h3, .section-title h2, .title_tx h3, .title_tx h2 {
		font-size: 22px;
	}
	
	.my-accordion li a {
		font-size: 16px;
	}
	
	.section-title h3, .section-title h2, .title_tx h3, .title_tx h2 {
		font-size: 22px;
	}
}

/* retina query */
@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:991.98px),only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:991.98px),only screen and (min-device-pixel-ratio:2) and (max-width:991.98px),only screen and (min-resolution:192dpi) and (max-width:991.98px),only screen and (min-resolution:2dppx) and (max-width:991.98px) {
	.logo a.standard-logo {
		display: none;
	}
	
	.logo a.retina-logo {
		display: inline-block;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
	.logo a.standard-logo {
		display: none;
	}
	
	.logo a.retina-logo {
		display: inline-block;
	}
}
