@charset "utf-8";
/* CSS Document */
/*Global Function Starts Here*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
:root {
    --theme: #0f4ba1;
    --light-grey: #f9f9f9;
    --drak-grey: #0b0b0b;
    --black: #000;
    --white: #fff;
}
body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
	font-size: 20px;
}
.font-white {
    color: var(--white);
}
.font-black {
    color: var(--black);
}
.p-100 {
    padding: 100px 0;
}
.p-60 {
    padding: 60px 0;
}
.pb-60 {
    padding: 0 0 60px 0;
}
.pt-100 {
    padding: 100px 0 0 0;
}
.pb-100 {
    padding: 0 0 100px 0;
}
.bb {
    background: var(--black);
}
.b-lg {
    background: var(--light-grey);
}
.dot-bg {
    background-image: radial-gradient(#f1f1f1 1.5px, transparent 0);
    background-size: 8px 8px;
}
.container-fluid {
    padding: 0;
}
header {
    z-index: 2;
    position: relative;
    height: 100px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--black);
    padding: 0;
}
.form-control:focus,
.btn:focus {
    box-shadow: none;
}
:focus-visible {
    outline: none;
}
.he .header-01 {
    font-size: 50px;
    padding: 0 0 50px 0;
}
/*Global Function Ends Here*/
#navbar {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
	padding: 0;
}
.navbar .nav-link {
    text-transform: uppercase;
    font-size: 21px;
    color: #0f4ba1;
    margin: 0 0 0 32px;
}
.navbar-brand {
  overflow: visible;
  height: 100px;
  /*padding: 16px 0;*/
  padding: 0;
  margin: 0;
}




#banner-area {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://www.myhobbes.com/projects/hvac/images/banner.png");
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	overflow: hidden;
	height: 541px;
}
.ac-image {
	position: relative;
	top: 15px;
	float: right;
	/*width: auto;
	z-index: 2;*/
}
.banner-caption {
	position: absolute;
	bottom: 15px;
	right: 100px;
	/*z-index: 2;*/
}
.banner-caption p {
	font-size: 56px;
	text-align: right;
	text-transform: uppercase;
  	font-weight: 900;
  	color: #fff;
  	line-height: 60px;
}
.banner-caption p span {
	display: block;
}

/*Section Two Area Code Starts Here*/
.section-02 .div-image p:nth-child(1) {
  text-transform: uppercase;
  font-size: 80px;
  margin: 52px 0 0 0;
}
.section-02 .div-image p:nth-child(2) {
  font-size: 43px;
  text-transform: uppercase;
  margin: -28px 0 0 0;
}

.section-02 .div-image-caption h1 {
  font-size: 72px;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
}
.section-02 .div-image-caption h1 span {
	display: block;
}
.section-02 .box-left {
	position: relative;
}
.section-02 .box-left .box-01 {
  width: 400px;
  height: 533px;
  background: var(--theme);
  border-radius: 32px;
	position: relative;
}
.section-02 .box-left .box-02 {
  width: 400px;
  height: 533px;
  background: #7a7a7a;
  border-radius: 32px;
	position: absolute;
  left: 232px;
  top: 90px;
}
.section-02 .box-right .call-button {
  padding: 12px 0;
}
.section-02 .box-right .button-cta {
  background: var(--theme);
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 16px;
}
.section-02 .div-number-effect .box {
  position: relative;
}
.fig-number {
  font-size: 120px;
  font-weight: 200;
}
.fig-html {
  font-size: 50px;
  font-weight: 200;
  position: absolute;
  top: 50px;
}
.section-02 .paragraph-01 {
  margin: -32px 0 0 0;
  text-transform: uppercase;
}

.slider-effect.slider {
	background-image: url("https://www.myhobbes.com/projects/hvac/images/brands/background-01.png");
	border-radius: 32px;
  background-repeat: no-repeat;
	height: 300px;
}
.section-02 .slider-effect .slide {
  width: 30%;
  display: inline-block;
	bottom: 60px;
  position: relative;
	text-align: center;
}
.section-02 .slider-effect .brands-heading {
  /*writing-mode: vertical-rl;
  transform: rotate(180deg);
display: inline-block;*/
  bottom: -36px;
	left: 16px;
  position: relative;	
}
.section-02 .slider-effect .brands-heading h3 {
  font-size: 56px;
}
.section-02 .div-brands .box-right {
	background-image: url("https://www.myhobbes.com/projects/hvac/images/brands/background-02.png");
	border-radius: 32px;
	 background-repeat: no-repeat;
	height: 300px;
}
.section-02 .div-brands .box-right .box-review p {
	text-transform: uppercase;
  padding: 32px 0 0 32px;	
}
/*
.section-02 .div-brands .box-right .div-5, .section-02 .div-brands .box-right .div-google {
  display: inline-block;
	width: 40%;
}
*/
.section-02 .div-brands .box-right .div-google img {
  background: white;
  padding: 16px 17px;
  border-radius: 100px;
}
.section-02 .div-brands .box-right .div-5 p {
  font-size: 246.5px;
  line-height: 170px;
	font-weight: 300;
}
.div-two-boxes {
  position: relative;
}
.div-5 {
  position: absolute;
}
.div-google {
  position: absolute;
  right: 32px;
  top: 20px;
}
.div-write-review {
bottom: -210px;
  position: absolute;
  right: 32px;
}
.div-write-review p a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--black);
}
.div-why-us .heading-why-us h2, .section-03 .heading-our-products h2, .section-04 .heading-our-services h2, .section-05 .heading-contact-us h2 {
  font-size: 72px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
.div-why-us li, .section-04 li {
  list-style: none;
	padding: 0 0 16px 0;
}
.div-why-us .fa-solid.fa-plus, .section-04 .fa-solid.fa-plus {
  padding: 0 10px 0 0;
	font-size: 12px;
  margin: 0 0 0 -32px;
}
/*Section Two Area Code Ends Here*/
/*Section Three Area Code Starts Here*/
.section-03 {
	background: var(--light-grey);
}
.section-03 .box.box-01 {
	height: 200px;
  	margin: 0 0 24px 0;
	position: relative;
	background: #d6e5eb;
	border-radius: 32px;
	overflow: hidden;
}
.section-03 .box.box-01 .box-image {
position: absolute;
  right: -50px;
  top: 45px;
}
.section-03 .box.box-01 .box-text {
position: absolute;
  bottom: 10px;
	left: 24px;
}
.section-03 .box.box-01 .box-text h4 {
text-transform: uppercase;
  font-weight: 300;
}
.section-03 .box.box-02 {
	height: 360px;
  	margin: 0 0 24px 0;
	position: relative;
	background: #d6e5eb;
	border-radius: 32px;
	overflow: hidden;
}
.section-03 .box.box-02 .box-image {
position: absolute;
  right: 10px;
  top: -55px;
}
.section-03 .box.box-02 .box-text {
position: absolute;
  bottom: 10px;
	left: 24px;
}
.section-03 .box.box-02 .box-text h4 {
text-transform: uppercase;
  font-weight: 300;
}
.section-03 .box.box-03 {
	height: 360px;
  	margin: 0 0 24px 0;
	position: relative;
	background: #d6e5eb;
	border-radius: 32px;
	overflow: hidden;
}
.section-03 .box.box-03 .box-image {
position: absolute;
  right: -110px;
  top: 21px;
}
.section-03 .box.box-03 .box-text {
position: absolute;
  bottom: 10px;
	left: 24px;
}
.section-03 .box.box-03 .box-text h4 {
text-transform: uppercase;
  font-weight: 300;
}
.section-03 .box.box-04 {
	height: 200px;
  	margin: 0 0 24px 0;
	position: relative;
	background: #d6e5eb;
	border-radius: 32px;
	overflow: hidden;
}
.section-03 .box.box-04 .box-image {
position: absolute;
left: -60px;
  top: 16px;
}
.section-03 .box.box-04 .box-text {
position: absolute;
  bottom: 10px;
	right: 24px;
}
.section-03 .box.box-04 .box-text h4 {
text-transform: uppercase;
  font-weight: 300;
}
.section-03 .box.box-05 {
	height: 584px;
  	margin: 0 0 24px 0;
	position: relative;
	background: #d6e5eb;
	border-radius: 32px;
	overflow: hidden;
}
.section-03 .box.box-05 .box-image {
position: absolute;
right: 20px;
  top: 16px;
}
.section-03 .box.box-05 .box-text {
position: absolute;
  bottom: 10px;
	left: 24px;
}
.section-03 .box.box-05 .box-text h4 {
text-transform: uppercase;
  font-weight: 300;
}
/*Section Three Area Code Ends Here*/
/*Section Five Area Code Starts Here*/
.section-05 {
	background: var(--light-grey);
}
.section-05 iframe {
  border-radius: 32px;
}
.section-05 .div-right p {
	margin: 0;
}
.section-05 .div-right p:nth-child(1) {
  text-transform: uppercase;
  padding: 0 0 4px 0;
}
.section-05 .div-right p:nth-child(5) {
  padding: 40px 0 0 0;
}
.section-05 .div-right p:nth-child(5) a {
  color: var(--black);
  text-decoration: none;
}
.section-05 .div-right p:nth-child(6) a {
  color: var(--black);
  text-decoration: none;
}
.section-05 .div-right p:nth-child(7) {
	padding: 40px 0 0 0;
}
.section-05 .div-right p:nth-child(7) a {
  color: var(--black);
  text-decoration: none;
}
.social-media-icons {
	padding: 40px 0 0 0;
}
.social-media-icons .footer-social {
  font-size: 40px;
  padding: 0 20px 0 0;
  text-decoration: none;
	color: var(--theme);
}
/*Section Five Area Code Ends Here*/
.footer-box {
  background: var(--theme);
  padding: 60px 0;
}
.footer-copyrights p {
  text-transform: uppercase;
	color: var(--white);
	font-size: 16px;
	margin: 0;
}
.footer-myhobbes {
  text-align: right;
}
.footer-myhobbes p {
	  text-transform: uppercase;
	color: var(--white);
	font-size: 16px;
	margin: 0;
}
.footer-myhobbes p a {
  color: var(--white);
	text-decoration: none;
	font-size: 16px;	
}












/*Mobile Device Area Code Starts Here*/
@media (max-width: 991.98px) {
	header {
		height: 76px;
	}
	#navbarSupportedContent {
		top: 76px;
	}
	.navbar-brand {
		height: 76px;
		width: 250px;
	}
	.logo.img-fluid {
		padding: 12px 0 0 0;
	}
	
	.logo.img-fluid {
		max-width: 74%;
	}
	.navbar .nav-link {
		font-size: 16px;
		margin: 0 0 0 20px;
	}	
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.hamburger-thing div {
		width: 32px;
		height: 4px;
		background: var(--theme);
		margin: 4px;
		transition: all 0.5s ease-in;
		/*transition: all 0.5s linear;*/
	}
	.navbar-toggler {
		border: none;
		padding: 0;
		/*position: absolute;*/
		right: 10px;
		top: 20px;
	}
	.navbar-expand-lg .navbar-nav .nav-item.red-box {
		width: 50%;
		margin: 0 auto;
		padding: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 10px 0;
	}	
	#navbarSupportedContent {
		position: absolute;
		background: var(--theme);
		left: 0;
		top: 76px;
		width: 100%;
		/*height: calc(100vh - 60px);*/
		z-index: 2;
		text-align: center;
	}
	.navbar-collapse {
		transform: translateX(-100%);
		transition: transform 0.5s ease-in;
	}
	.navbar-collapse.collapse.show {
		left: 0;
		top: 0;
		width: 100%;
		/*height: 100vh;*/
		transform: translateX(0%);
		transition: transform 0.5s ease-in;
	}
	.navbar-collapse.collapse {
		transform: translateX(-100%);
		transition: transform 0.5s ease-in;
	}
	.collapse:not(.show) {
		display: none;
	}
	button[aria-expanded="false"] .hamburger-thing .line-01,
	button[aria-expanded="false"] .hamburger-thing .line-03 {
		transform: none;
	}
	button[aria-expanded="false"] .hamburger-thing .line-02 {
		opacity: 1;
		right: 0;
		position: relative;
	}
	.navbar-toggler .line-01 {
		transform: rotate(-45deg) translate(-5px, 6px);
	}
	.navbar-toggler .line-02 {
		opacity: 0;
		right: 100px;
		position: relative;
	}
	.navbar-toggler .line-03 {
		transform: rotate(45deg) translate(-5px, -6px);
	}
	.navbar-toggler.collapsed .line-01,
	.navbar-toggler.collapsed .line-03 {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;	
	}
	.navbar-toggler.collapsed .line-02 {
		opacity: 1;
	}
	.navbar .nav-link {
		color: var(--white);
	}
	.section-02 .box-right .para-01 {
  		padding: 120px 0 0 0;
	}
	.div-about-image {
	  padding: 0 0 24px 0;
		text-align: center;
	}
}
@media (min-width: 992px) {}
@media (min-width: 320px) and (max-width: 447.98px) {
	header {
		height: inherit;
	}
	#navbarSupportedContent {
		top: 76px;
	}
	.navbar-brand {
		height: 76px;
		width: 250px;
	}
	.logo.img-fluid {
		padding: 12px 0 0 0;
	}
	
	#banner-area {
		height: 300px;
	}
	.ac-image {
		width: 140px;
	}
	.banner-caption {
		right: 10px;
	}
	.banner-caption p {
		font-size: 26px;
		line-height: 32px;
	}
	.section-02 .div-image-caption h1 {
		font-size: 18px;
	}
	.section-02 .box-right .para-01 {
  		padding: 60px 0 0 0;
	}
	.section-02 .box-left .box-01 {
		width: 100%;
  		height: 330px;
	}
	.section-02 .box-left .box-02 {
		display: none;
	}
	.fig-number {
		font-size: 80px;
	}
	.fig-html {
		font-size: 20px;
	}
	.section-02 .paragraph-01 {
		margin: -12px 0 0 0;
		font-size: 16px;
	}
	.slider-effect.slider {
		background-image: none;
		border-radius: 32px;
		height: auto;
    	background-color: #d6e5eb;
	}
	.section-02 .slider-effect .brands-heading h3 {
		font-size:46px;
		text-align: center;
	}
	.section-02 .slider-effect .slide {
		width: 100%;
		padding: 0;
	}
	.section-02 .slider-effect .brands-heading {
		padding: 40px 0 40px 0;
		margin: 40px 0 100px 0;
		left: auto;
	}
	.section-02 .slider-effect .slide {
		bottom: 70px;
		padding: 0 0 50px 0;
	}
	.section-02 .div-brands .box-right {
	  background-image: none;
	  border-radius: 32px;
	  height: 216px;
		background-color: #d6e5eb;
		margin: 24px 0 0 0;
	}	
	.section-02 .div-brands .box-right .box-review p {
		padding: 24px 0 0 24px;
		font-size: 16px;
	}
	.section-02 .div-brands .box-right .div-5 p {
		font-size: 160px;
		line-height: 130px;
	}
	.div-google {
		top: 12px;
		right: 0px;
	}
	.div-write-review {
		bottom: -160px;
		font-size: 16px;
	}
	.div-why-us .heading-why-us h2, .section-03 .heading-our-products h2, .section-04 .heading-our-services h2, .section-05 .heading-contact-us h2 {
		font-size: 36px;
	}
	.section-05 iframe {
	  width: 100%;
	}
	.footer-copyrights p, .footer-myhobbes p {
		font-size: 13px;
		text-align: center;
	}	
	.section-02 .div-image p:nth-child(1) {
		font-size: 19px;
  		margin: 9px 0 0 0;
	}
	.section-02 .div-image p:nth-child(2) {
		font-size: 10.3px;
		margin: -8px 0 0 0;
	}
	
}
@media (min-width: 448px) and (max-width: 575.98px) {
	#navbarSupportedContent {
		top: 76px;
	}
	.navbar-brand {
		height: 76px;
		width: 250px;
	}
	.logo.img-fluid {
		padding: 12px 0 0 0;
	}
	#banner-area {
		height: 330px;
	}
	.ac-image {
		width: 180px;
	}
	.banner-caption {
		right: 10px;
	}
	.banner-caption p {
		font-size: 26px;
		line-height: 32px;
	}
	.section-02 .div-image-caption h1 {
		font-size: 26px;
	}
	.section-02 .box-left .box-01, .section-02 .box-left .box-02 {
		width: 230px;
		height: 306px;
	}
	.section-02 .box-left .box-02 {
		top: 50px;
		left: 180px;
	}
	.fig-number {
		font-size: 80px;
	}
	.fig-html {
		font-size: 20px;
	}
	.section-02 .paragraph-01 {
		margin: -12px 0 0 0;
		font-size: 16px;
	}
	.slider-effect.slider {
		background-image: none;
		border-radius: 32px;
		height: auto;
    	background-color: #d6e5eb;
	}
	.section-02 .slider-effect .brands-heading h3 {
		font-size:46px;
		text-align: center;
	}
	.section-02 .slider-effect .slide {
		width: 100%;
		padding: 0;
	}
	.section-02 .slider-effect .brands-heading {
		padding: 40px 0 40px 0;
		margin: 40px 0 100px 0;
		left: auto;
	}
	.section-02 .slider-effect .slide {
		bottom: 70px;
		padding: 0 0 50px 0;
	}
	.section-02 .div-brands .box-right {
	  background-image: none;
	  border-radius: 32px;
	  height: 216px;
		background-color: #d6e5eb;
		margin: 24px 0 0 0;
	}	
	.section-02 .div-brands .box-right .box-review p {
		padding: 24px 0 0 24px;
		font-size: 16px;
	}
	.section-02 .div-brands .box-right .div-5 p {
		font-size: 160px;
		line-height: 130px;
	}
	.div-google {
		top: 12px;
		right: 0px;
	}
	.div-write-review {
		bottom: -160px;
		font-size: 16px;
	}
	.section-05 iframe {
	  width: 100%;
	}
	.footer-copyrights p, .footer-myhobbes p {
		font-size: 13px;
		text-align: center;
	}	
	.section-02 .div-image p:nth-child(1) {
		font-size: 27px;
  		margin: 16px 0 0 0;
	}
	.section-02 .div-image p:nth-child(2) {
		font-size: 14.7px;
		margin: -8px 0 0 0;
	}

}
@media (min-width: 576px) {
	.section-02 .slider-effect .brands-heading {
		writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: inline-block;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	#navbarSupportedContent {
		top: 76px;
	}
	.navbar-brand {
		height: 76px;
		width: 250px;
	}
	.logo.img-fluid {
		padding: 12px 0 0 0;
	}
	
	#banner-area {
		height: 330px;
	}
	.ac-image {
		width: 180px;
	}
	.banner-caption {
		right: 30px;
	}
	.banner-caption p {
		font-size: 32px;
		line-height: 36px;
	}
	.section-02 .div-image-caption h1 {
		font-size: 32px;
	}
	.section-02 .box-left .box-01, .section-02 .box-left .box-02 {
		width: 280px;
		height: 373px;
	}
	.section-02 .box-left .box-02 {
		top: 50px;
	}
	.fig-number {
		font-size: 80px;
	}
	.fig-html {
		font-size: 20px;
	}
	.section-02 .paragraph-01 {
		margin: -12px 0 0 0;
	}
	.slider-effect.slider {
		background-image: none;
		border-radius: 32px;
		height: 216px;
    	background-color: #d6e5eb;
	}
	.section-02 .slider-effect .brands-heading h3 {
		font-size:46px;
	}
	.section-02 .slider-effect .slide {
		width: 28%;
		padding: 0 0 0 4%;
	}
	.section-02 .slider-effect .brands-heading {
		bottom: -12px;
	}
	.section-02 .slider-effect .slide {
		bottom: 70px;
	}
	.section-02 .div-brands .box-right {
	  background-image: none;
	  border-radius: 32px;
	  height: 216px;
		background-color: #d6e5eb;
		margin: 24px 0 0 0;
	}	
	.section-02 .div-brands .box-right .box-review p {
		padding: 24px 0 0 24px;
		font-size: 16px;
	}
	.section-02 .div-brands .box-right .div-5 p {
		font-size: 160px;
		line-height: 130px;
	}
	.div-google {
		top: 12px;
		right: 0px;
	}
	.div-write-review {
		bottom: -160px;
		font-size: 16px;
	}
	.section-05 iframe {
	  width: 100%;
	}
	.footer-copyrights p, .footer-myhobbes p {
		text-align: center;
	}	
	.section-02 .div-image p:nth-child(1) {
		font-size: 32px;
  		margin: 24px 0 0 0;
	}
	.section-02 .div-image p:nth-child(2) {
		font-size: 17.3px;
		margin: -12px 0 0 0;
	}
	
	
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.section-02 .div-image-caption h1 {
		font-size: 40px;
	}
	.section-02 .paragraph-01 {
		font-size: 13.5px;
	}	
	.fig-number {
		font-size: 80px;
	}
	.fig-html {
		font-size: 20px;
	}
	.section-02 .paragraph-01 {
		margin: -12px 0 0 0;
	}
	.slider-effect.slider {
		background-image: none;
		border-radius: 32px;
		height: 216px;
    	background-color: #d6e5eb;
	}
	.section-02 .slider-effect .brands-heading h3 {
		font-size:46px;
	}
	.section-02 .slider-effect .slide {
		width: 28%;
		padding: 0 0 0 4%;
	}
	.section-02 .slider-effect .brands-heading {
		bottom: -12px;
	}
	.section-02 .slider-effect .slide {
		bottom: 70px;
	}
	.section-02 .div-brands .box-right {
	  background-image: none;
	  border-radius: 32px;
	  height: 216px;
		background-color: #d6e5eb;
		margin: 24px 0 0 0;
	}	
	.section-02 .div-brands .box-right .box-review p {
		padding: 24px 0 0 24px;
		font-size: 16px;
	}
	.section-02 .div-brands .box-right .div-5 p {
		font-size: 160px;
		line-height: 130px;
	}
	.div-google {
		top: 12px;
		right: 0px;
	}
	.div-write-review {
		bottom: -160px;
		font-size: 16px;
	}
	.footer-copyrights p, .footer-myhobbes p {
		font-size: 13px;
	}	
	.section-02 .div-image p:nth-child(1) {
		font-size: 46px;
  		margin: 32px 0 0 0;
	}
	.section-02 .div-image p:nth-child(2) {
		font-size: 24.7px;
		margin: -18px 0 0 0;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	header {
		height: 76px;
	}
	.logo.img-fluid {
		max-width: 74%;
	}
	.navbar .nav-link {
		font-size: 16px;
		margin: 0 0 0 20px;
	}
	.section-02 .div-image-caption h1 {
		font-size: 52px;
	}
	.section-02 .box-right .para-01 {
  		padding: 120px 0 0 0;
	}
	.section-02 .paragraph-01 {
		font-size: 16px;
	}	
	.fig-number {
		font-size: 100px;
	}
	.fig-html {
		font-size: 30px;
	}
	.slider-effect.slider {
		background-image: url("https://www.myhobbes.com/projects/hvac/images/brands/background-01.png");
		border-radius: 32px;
		height: 216px;
		background-size: contain;
	  background-repeat: no-repeat;
	}
	.section-02 .slider-effect .brands-heading h3 {
		font-size:46px;
	}
	.section-02 .slider-effect .slide {
		width: 28%;
		padding: 0 0 0 4%;
	}
	.section-02 .slider-effect .brands-heading {
		bottom: -12px;
	}
	.section-02 .slider-effect .slide {
		bottom: 85px;
	}
	.section-02 .div-brands .box-right {
	  background-image: url("https://www.myhobbes.com/projects/hvac/images/brands/background-02.png");
	  border-radius: 32px;
	  background-repeat: no-repeat;
	  height: 216px;
	  background-size: contain;
	}	
	.section-02 .div-brands .box-right .box-review p {
		padding: 12px 0 0 24px;
		font-size: 16px;
	}
	.section-02 .div-brands .box-right .div-5 p {
		font-size: 160px;
		line-height: 140px;
	}
	.div-google {
		top: 12px;
		right: 0px;
	}
	.div-write-review {
		bottom: -160px;
		font-size: 16px;
	}
	.section-05 iframe {
		width: 100%;
	}
	.section-02 .div-image p:nth-child(1) {
		font-size: 60px;
	}
	.section-02 .div-image p:nth-child(2) {
		font-size: 32px;
	}
	
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
	.navbar .nav-link {
		font-size: 18px;
		margin: 0 0 0 24px;
	}
	.section-02 .div-image-caption h1 {
		font-size: 60px;
	}
	.section-02 .box-left .box-01, .section-02 .box-left .box-02 {
		width: 360px;
	}
	.section-02 .box-left .box-02 {
		left: 180px;
	}
	.slider-effect.slider {
		background-image: url("https://www.myhobbes.com/projects/hvac/images/brands/background-01.png");
		border-radius: 32px;
		height: 258px;
		background-size: contain;
	  background-repeat: no-repeat;
	}
	.section-02 .slider-effect .slide {
		width: 28%;
		padding: 0 0 0 4%;
	}
	.section-02 .slider-effect .brands-heading {
		bottom: -12px;
	}
	.section-02 .slider-effect .slide {
		bottom: 85px;
	}
	.section-02 .div-brands .box-right {
	  background-image: url("https://www.myhobbes.com/projects/hvac/images/brands/background-02.png");
	  border-radius: 32px;
	  background-repeat: no-repeat;
	  height: 258px;
	  background-size: contain;
	}	
	.section-02 .div-brands .box-right .box-review p {
		padding: 24px 0 0 24px;
	}
	.section-02 .div-brands .box-right .div-5 p {
		font-size: 210px;
	}
	.div-google {
		top: 12px;
	}
	.div-write-review {
		bottom: -190px;
	}
	.section-05 iframe {
		width: 100%;
	}
	.section-02 .div-image p:nth-child(1) {
		font-size: 70px;
	}
	.section-02 .div-image p:nth-child(2) {
		font-size: 37.7px;
	}
}
/*Mobile Device Area Code Ends Here*/














