html {
	overflow-x: hidden;
}

/*<---------- HEADER TWO ---------->*/
#logo-two {
	margin: 25px 0;
}

#header-two {
	background-color: #0974bb;
}

#header-two .navbar-default .navbar-nav>li>a {
    color: #fff;
}

#header-two .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: none;
}

#header-two .navbar-default .navbar-toggle {
    border-color: #fff;
}

#header-two .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#header-two .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/*<---------- ABOUT ---------->*/
.about-content-one , .about-content-two , .about-content-three , .about-content-four , .about-content-five, {
	color: #2c3e50;
}

.about-content-one h1 {
	font-size: 20px;
	font-weight: 600;
	padding: 50px 0 20px 0;
}

.about-content-one img {
	margin: 70px 120px;
}

.about-content-two , .about-content-five {
	background-color: #eaf2fb;
	padding: 30px 0 50px 0;
}

.about-content-two h5 , .about-content-two h1 {
	font-weight: 600;
}

.about-content-two .row , .about-content-four .row {
	margin-top: 40px;
}

.about-content-three {
	margin: 100px 0;
}

.blue-text {
	color: #0974bb;
	font-weight: 600;
}

.about-content-three .col-md-5 {
	margin-top: 12px;
}

.about-content-four {
	padding: 30px 0;
}

.about-content-four h4 {
	color: #0974bb;
	min-height:40px;
}

.about-content-five h3 {
	padding-bottom: 20px;
}
.col-cold-comp {
	padding-top: 6px;
}

.col-sweat {
	padding-top: 10px;
}

.col-body-temp {
	padding-top: 15px;
}

.about-content-five .row-two-low-temp {
	padding-top: 20px;
}

.about-content-five h4 {
	text-align: left;
	font-weight: 600;
	padding: 360px 0 0 655px;
}

.about-content-five .col-error-code img {
	width: 15%;
}

.about-content-five .border {
	border-right: 2px solid #cccccc;
}

/*<---------- CONTACT FORM ---------->*/
.contact-us h1 {
	font-weight: 600;
}

.contact-us h1.horizontal-line:before,.contact-us h1.horizontal-line:after {
  background-color: #0974bb;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 8%;
}

.contact-us h1.horizontal-line:before {
  right: .5em;
  margin-left: -50%;
}

.contact-us h1.horizontal-line:after {
  left: .5em;
  margin-right: -50%;
}

.contact-form {
	margin: 50px 0;
}

#cntct-name , #cntct-email , #cntct-subject  {
	background-color: #e3ebf7;
	color: #000;
	padding-left: 10px;
	font-weight: unset;
	margin-bottom: 10px;
	height: 45px;
    font-size: 15px;
    border: unset;
    border-bottom: 1px solid #000;

}

#cntct-msg {
	background-color: #e3ebf7;
	color: #000;
	padding: 12px;
	font-weight: unset;
    font-size: 15px;
    border: unset;
    border-bottom: 1px solid #000;
    resize: none; 
}

.btn-send input {
    background-color: #1a80b6;
    border: none;
    color: white;
    padding: 13px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.btn-send {
	text-align: center;
}

.col-name label, .col-name #cntct-name, .col-email label, .col-email #cntct-email, .col-subject label, .col-subject #cntct-subject, .textarea-message label, .textarea-message #cntct-msg  {
	width: 100%;
}

/*.textarea-message #cntct-msg {
	resize: none;
}*/

.col-contact-us {
	display: table;
	margin: 0 21%;
}

.wpcf7-validation-errors {
	text-align: center;
}

div.wpcf7-response-output {
    margin: 2em 4.5em 1em !important;
}

/*<---------- SINGLE POST ---------->*/
.blg-title {
	margin: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #337ab7;
}

.blg-img {
	margin: 35px 0;
}

.featuredimg {
    width: 100%;
    min-height: 275px;
	max-height: 275px;
}

.blg-container {
	margin: 22px 0;
	text-align: justify;
	font-size: 15px;
}

.btn-next-prev {
	display: inline-block;
	margin: 0 30px;
}

.next-prev a:hover {
	text-decoration: unset;
}

.default-img img {
    width: 100%;
    min-height: 275px;
	max-height: 275px;
}

.blogs-content {
	margin: 50px;
}

.blog-content .col-md-4 img {
	width: 100%;
    height: 100%;
}

.blogs a {
	text-decoration: unset;
    font-size: 23px;
    font-weight: bold;
}

.read-more:hover {
	text-decoration: unset;
}

#blog-row {
	 margin-bottom: 50px;
}


@media screen 
  and (min-width: 270px)
  and (max-width: 991px) {
	
	#blog-row .col-md-4{
	margin:10px 0 50px;
	}
	.about-content-one img {
    	margin: 20px 0;
    	width: 100%;
	}

	.about-content-two .row {
    	margin-top: unset;
	}

	.about-content-three .img_temperature {
		margin-top: 20px; 
	}

	.about-content-five h4 {
		padding: unset;
		text-align: center;
	}

	.about-content-five .border{
		border-right: unset;
		border-bottom: 2px solid #cccccc;
	}

	.contact-us p {
		padding: 30px 10px;
	}

}

@media screen 
  and (min-width: 270px)
  and (max-width: 991px) {

	.col-contact-us {
		margin: 0 auto;
	}
	.blogs h2 {
    min-height: 0px;
	}
	.default-img img {
    width: 100%;
    min-height: 0px;
    max-height: auto;
	}
	.featuredimg {
    width: 100%;
    min-height: 0px;
    max-height: auto;
	}
	.blogs h2 {
    height: auto;
    overflow: hidden;
	}

}
.blogs h2 {
    height: 75px;
	overflow:hidden;
}
.blogs p{
	height:35px;
	overflow:hidden;
}