
@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) {
 



}
@media (max-width: 1024px) {

}
/* ------------------------------------------------- Old Desktop :992 ---------------------------------------------------*/
 @media (min-width: 992px) and (max-width: 1169px) {










}


@media (max-width: 991px) {

}
/* ------------------------------------------------- Tablet Screen : 768 ---------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {

	.section-title h2 {
		font-size: 25px;
		color: #ffffff;
		font-weight: 700;
		text-transform: capitalize;
		margin-top: 0;
	}
	.testimonial-style-two .testi_thumb img {
		width: 115px;
	}

}


@media (max-width: 767px) {

}


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




}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  
}

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

	.section-title h2 {
		font-size: 20px;
	}
	.portfolio_nav ul li {
		margin-bottom: 15px;
		width: 100%;
	}
	.testimonial-style-two .testi_thumb img {
		width: 430px;
	}
	.my-accordion li a {
		font-size: 12px;
	}
	.mc4wp-form-fields button {
		padding: 8px 28px;
		top: 61px;
		right: 0;
		font-size: 16px;
		width: 100%;
	}
	.blog-page-title_adn h2 {
		font-size: 18px;
	}

}


/* 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;
}

}


