/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.feature_wrapper {
	padding-left: 30px;
}
.text_inner__content .test-title {
	font-size: 18px;
}

}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.text_inner__content .test-title {
	font-size: 18px;
}
.feature_img_02.f-padding {
	padding-left: 0;
}
.testimonial-bg-03 .text_inner__icon {
	float: none;
	margin-bottom: 26px;
}
.why-chose-img {
	margin-right: 0;
}
.testimonial-area.pos-rel.pt-125.pb-215 {
	padding-top: 80px;
}
.dnxte-toggle {
	justify-content: center;
}
.hero-area {
	padding-bottom: 100px;
}
.section-title.st-padding.orenge-title.pt-130.mb-50 {
	padding-top: 80px;
}
.testimonial-area-4.pb-130 {
	padding-bottom: 80px;
}


}

 
/* small mobile :320px. */
@media (max-width: 767px) {
.blog__details-wrapper {
	margin-right: 0;
}
.latest-comments ul li ul.children {
	padding-left: 0;
}
.comments-avatar {
	float: none;
	margin-bottom: 10px;
}
.bl-meta span a {
	display: inline-block;
}
.tagcloud {
	padding: 0;
}
.admin-bar .header-sticky {
	margin-top: 0;
}
.blog__wrapper {
	margin-right: 0;
}
.slide-bar {
	width: 290px;
	padding: 25px 20px;
}
.single-post .page-title-area .page-title h2 {
	font-size: 30px;
}
.navigation.posts-navigation .nav-links a {
	padding: 8px 15px;
}
.contact-details {
	padding-top: 0;
}
.contact-box {
	padding-top: 80px;
	padding-bottom: 45px;
} 
.feature_wrapper .section-title br {
	display: none;
}
.feature_wrapper .section-title {
	text-align: center;
}
.feature_wrapper .section-title {
	text-align: center;
}
.feature_wrapper .section-title {
	text-align: start;
}
.section-title h2 {
	font-size: 30px;
}
.section-title h5 {
	margin-bottom: 20px;
	font-size: 16px;
}
.main-header-area.main-header-02.red-header {
	padding: 0;
}
.hero__content__03 .main-title {
	line-height: 50px;
}
.main-header-area.main-header-03.header-03-padding {
	padding: 0;
}
.feature_img_02.f-padding {
	padding-left: 0;
}
.sec-counter .counter-inner {
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: 0;
	padding-bottom: 20px;
}
.section-title.text-sm-center-center.white-title br {
	display: none;
}
.section-title.green-title.text-sm-center.mb-25 br {
	display: none;
}
.section-title.green-title br {
	display: none;
}
.why-chose-img {
	margin-right: 0;
}
.subscribe-area .foter-subscribe input {
	height: 60px;
}
.main-header-area.main-header-02.main-header-06.header-06-bg {
	padding: 0;
}
.we_wrapper_03 {
	margin-bottom: 50px;
}
.section-title.st-padding.orenge-title.pt-130.mb-50 {
	padding-top: 80px;
}
.testimonial-area-4.pb-130 {
	padding-bottom: 80px;
}

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