/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  .section-one-img img {
	max-width: 500px !important;
}
.section-one-content h1 {
	font-size: 32px;
	line-height: 43px;
}
    
}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) { 
    .section-one-img img {
	max-width: 100% !important;
}
.section-one-content {
	margin-bottom: 20px;
}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    .contactform-text {
	width: 100%;
}
.contactform-bakk {
	width: 99%;
}
.section-two-content {
	margin-top: 0px;
}
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
	.section-one-content h1 {
		font-size: 34px;
		line-height: 45px;
	}
	.section-one, .section-two {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	footer {
	padding-top: 40px;
}
.service-itam {
	padding: 20px 20px;
}
}
/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 480px) { 
	.section-one-content h2 {
	font-size: 16px;
	margin-bottom: 15px;
}
	.section-one-content h1 {
	font-size: 25px;
	line-height: 38px;
}
.section-one {
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-two, .section-three, .section-four, .section-five {
	padding-top: 30px;
	padding-bottom: 30px;
}
footer {
	padding-top: 30px;
}
}
