
/* Large Devices, Wide Screens :1200px
====================================*/
@media (min-width: 1200px) and (max-width: 1500px) {



}

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

	.sidebar {
	  padding: 30px 15px;
	}
	.rt-line-arrow .col-12:nth-child(1) .widget::after,
	.rt-line-arrow .col-12:nth-child(2) .widget::after,
	.rt-line-arrow .feature:nth-child(1)::after,
	.rt-line-arrow .feature:nth-child(2)::after {
	  background-size: 70% 100%;
	  margin-left: 50px;
	}
	.rt-line-arrow .col-12:nth-child(2) .widget::after,
	.rt-line-arrow .feature:nth-child(2)::after {
	  left: 60px;
	}
}

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

	.pb-220 {
	  padding-bottom: 150px;
	}
	.pt-270 {
	  padding-top: 180px;
	}
	.tab-mb-30 {
	  margin-bottom: 30px;
	}
	.tab-mb-50 {
	  margin-bottom: 50px;
	}
	.text > p br {
	  display: none;
	}
	.blog-post .text li {
	  font-size: 12px;
	}
	.navbar-collapse.show { 
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}
	.clients li {
	  padding: 0 20px !important;
	  text-align: center!important;
	}
	.about-content {
	  padding-left: 0;
	}
	.more-thumb .col-md-6 {
	  max-width: 100%;
	  flex: 0 0 100%;
	}
	.comment-list li.reply {
	  padding-left: 50px;
	}
	.sidebar {
	  padding: 30px 15px;
	}
	.widget.mb-45 {
	  margin-bottom: 30px;
	}
	.recent-post .thumb {
	  float: none;
	  margin: 0 0 5px;
	}
	
}

/* Small Mobile :320px. 
====================================*/
@media (max-width: 767px) {
	.w-20,
	.w-50,
	.w-25{
		width: 100% !important;
	}
	.container{
		width:300px;
	}
	.mobi-mb-30 {
	  margin-bottom: 30px;
	}
	.mobi-mb-50 {
	  margin-bottom: 50px;
	}
	.section-title .title-text {
	  font-size: 26px;
	  margin-top: 7px;
	}
	.header-section .logo {
		width: 100px;
	}
	.feature-content-block h1 {
	  font-size: 30px;
	  line-height: 35px;
	}
	.feature-content-block p {
	  font-size: 17px;
	}
	.about-content {
	  padding-left: 0;
	}
	.about-content h1 {
	  font-size: 26px;
	  line-height: 34px;
	}
	.single-facts .icon {
	  font-size: 40px;
	  padding-top: 8px;
	}
	.single-facts .text > h1 {
	  font-size: 30px;
	  margin-bottom: 0;
	}
	.ct-action > h1 a {
	  font-size: 32px;
	}
	.ct-action p {
	  margin-bottom: 6px;
	}
	.ct-action .mb-35 {
	  margin-bottom: 20px;
	}
	.testimonial h3 {
	  font-size: 20px;
	  line-height: 32px;
	}
	.divider.pt-120.pb-90 {
	  padding: 40px 0;
	}
	.team-person .text{
		padding: 0;
	}
	.clients li {
	  width: 50%;
	  padding: 15px!important;
	  height: 125px;
	  text-align: center;
	}
	.footer-bottom > p {
	  line-height: 22px;
	}
	.pagetitle .title h1 {
	  font-size: 40px;
	}
	.single-post .blog-content h2 {
	  font-size: 20px;
	  line-height: 30px;
	}
	.feature-content-block h1 br,
	.blog-post .text > h4 br{
		display: none;
	}
	.single-post blockquote {
	  padding: 30px 20px;
	}
	.reply-btn.pull-right,
	.tag-share> div,
	.tag-share .social-icon {
	  float: none;
	}
	.admin-box {
	  padding: 30px 15px;
	}
	.admin-img.mr-30 {
	  margin-right: 15px;
	}
	.comment-list .text,
	.admin-box .text {
	  overflow: inherit;
	}
	.comment-list li.reply {
	  padding-left: 40px;
	}
	.reply-btn a {
	  display: inline-block;
	  margin-bottom: 5px;
	}
	.commenter-img {
	  margin-right: 15px;
	}
	.sidebar {
	  padding: 40px 15px;
	}

}


/* Large Mobile :480px
=====================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.w-20,
	.w-50,
	.w-25 {
	  width: 50% !important;
	}
	.container {width:480px}
	.percent-66,
	.percent-33{
	  width: 50%;
	}
	.about-section .col-12 .col-12 ,
	.fun-facts .col-12 .col-12 {
	  max-width: 50% !important;
	}
	.clients li:last-child {
	  text-align: center;
	}
	.single-post .blog-content h2 br{
		display: none;
	}

}
