/* Buildin - HTML Template */

@media only screen and (max-width: 1300px) {
	.page-wrapper {
		overflow: hidden;
	}
}

@media only screen and (max-width: 1024px) {
	.main-slider h2 {
		font-size: 34px;
	}
	.main-slider .text {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.main-footer {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 1199px) {
	.page-wrapper {
		margin-bottom: 0px !important;
	}
}

@media only screen and (max-width: 991px) {
	.welcome-section {
		margin-top: 0px;
	}
	.request-callback:before{
		right: -300px;
	}
	.consultation .default-form-area:before {
		left: -300px;
	}

}

@media only screen and (max-width: 767px) {
	.main-header .header-upper.with-background {
	    background: rgb(38, 38, 38);
	}
	.main-slider {
		margin-top: 0px !important;
	}
	.main-slider h2 {
		font-size: 30px;
		padding-bottom: 10px;
	}
	.main-header .header-lower {
		margin: 0;
	}
	.main-slider .dark-heading {
		font-size: 32px;
	}
	.main-slider h1 {
		font-size: 32px;
	}
	.main-slider h4 {
		font-size: 28px;
	}
	.main-slider .text {
		font-size: 14px;
	}
	.header-top .shape:before {
		transform: none;
		left: -20%;
		width: 50000%;
	}
}

@media only screen and (max-width: 599px) {
	.main-header .social-links-one {
		top: 0px;
	}
	.main-header .header-top .top-left,
	.main-header .header-top .top-right {
		float: none !important;
		text-align: center;
	}
	.main-header .search-form .form-group input[type="text"],
	.main-header .search-form .form-group input[type="tel"],
	.main-header .search-form .form-group input[type="email"],
	.main-header .search-form .form-group textarea {
		width: 230px;
	}
	.main-slider h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.main-slider .text {
		font-size: 13px;
	}
	.main-slider .dark-heading,
	.product-details .basic-details .details-header h4,
	.sec-title h2 {
		font-size: 24px;
	}
	.main-slider .text.dark-text,
	.blog-single .inner-box .lower-content .post-meta li {
		font-size: 13px;
	}
	.slider-content .content-text,
	.checkout-page .lower-content .totals-table li .col.title,
	.checkout-page .lower-content .totals-table .col,
	.news-block-five .inner-box .lower-content .post-meta li {
		font-size: 14px;
	}
	.main-header .header-upper {
		position: relative;
	}
}

@media only screen and (max-width: 489px) {}