﻿* {
	outline: none
}

img {
	max-width: 100%;
	height: auto;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

a {
	text-decoration: none !important;
}

header {
	background-color: #fff;
	    border-bottom: 1px solid #ebebec;
}

.top-header {
	padding: 15px 0;
	margin-bottom: 10px;
}

.top-header ul {
	margin: 0px;
	padding: 0px;
}

.top-header ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
}

.top-header ul li:last-child {
	margin-right: 0px;
}

.top-header ul li a {
	font-size: 14px;
	line-height: 25px;
	color: #103769;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.top-header ul li span {
	padding-right: 5px;
	transform: rotate(45deg);
}

.top-header ul li span i {
	transform: rotate(-45deg);
}

.social-icon ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 0px;
}

.social-icon ul li a {
  color: #6e6e6e;
  background-color: #e9ecf4;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}

.social-icon ul li a:hover {
  color: #194a93;
  border: 1px solid #194a93;
  transition: all ease-in-out 0.3s;
}
.top-header-call-btn a{
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #17588b;
	background-color: #c9d3eb;
	padding: 13px 25px;
	border-radius: 30px;
}
.top-header-call-btn a span{
	color: #313436;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	padding-left: 6px;
}
.top-header-call-btn a i{
	transform: rotate(-45deg);
}
.top-header-call-btn a:hover{
	color: #17588b;
}
.main-nav {
	position: relative;
	overflow: visible;
	width: 100%;
}

.main-nav:before {
          position: absolute;
    top: -8px;
    right: 0;
    content: " ";
    background-color: #15437b;
    width: calc(70% - 0px);
    height: 72px;
    border-radius: 100px 0px 0px 0px;
}



.banner {
	width: 100%;
	background: url(../images/home-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding-top: 365px;
}
.banner-before{
	position: relative;
	width: 100%;
}
.banner-before:before {
    position: absolute;
    top: -35px;
    left: 0;
    bottom: 0;
    z-index: 0;
    content: " ";
    width: calc(50% + 30px);
    background-color: #335782;
    opacity: 0.9;
}
.banner-heading h1 {
	font-size:30px;
	line-height: 40px;
	color: #fff;
	font-family: 'Bitter', serif;
	font-weight: 400;
	margin-bottom: 15px;
}


.banner-heading h2 {
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	font-weight: 700;
	font-family: 'Bitter', serif;
	margin-bottom: 25px;
	text-shadow: 2px 2px rgba(0,0,0,0.4);
}
.banner-heading p {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
}
.banner-heading a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	color: #23466f;
	display: inline-block;
	letter-spacing: 1px;
	background-color: #bfd2ec;
	padding: 10px 30px 10px 55px;
	border-radius: 2px;
	position: relative;
	border: 2px solid #bfd2ec;
	margin-bottom: 40px;
}

.banner-heading a:hover {
	color: #23466f;
}

.banner-heading a:before {
	position: absolute;
	top: 5px;
	left:15px;
	content: "\f2a0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 30px;
	height: 30px;
	background-color: #23466f;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	transform: rotate(-45deg);
}

.service-area{
	padding: 70px 0;
}
.service-area img{
	width: 100%;
}
.service-area-heading h3{
	font-size: 30px;
	line-height: 23px;
	color: #161922;
	font-weight: 700;
	font-family: 'Bitter', serif;
	margin-bottom: 25px;
}
.service-area-heading hr{
	width: 50px;
	border:4px solid #15437b;
	border-radius: 8px;
}
.service-area-heading p{
	font-size: 15px;
	line-height: 24px;
	color: #212121;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 50px;
}
.ac-repair-img{
	background:url(../images/area-service-img1.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-right: 0px !important;
	margin-bottom: 25px;
}
.ac-repair-right-side{
	padding-left: 0px !important;
	margin-bottom: 25px;
}
.ac-repair-text{
	background-color: #15437b;
	padding: 35px 25px;
}
.ac-repair-text h4{
	font-size:18px;
	line-height: 23px;
	color: #fff;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.ac-repair-text p{
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}
.ac-repair-text a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #100f0f;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 1px;
	background-color: #bfd2ec;
	padding: 8px 20px;
	border-radius: 2px;
	border: 2px solid #bfd2ec;
}
.ac-repair-text a:hover{
	color: #100f0f;
}




.home-ac-instalation-img{
	background:url(../images/area-service-img2.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-right: 0px !important;
}
.ac-instalation-left-side{
	padding-right: 0px !important;
}
.home-ac-instalation-text{
	background-color: #f7f7f7;
	padding: 35px 25px;
}
.home-ac-instalation-text h4{
	font-size:18px;
	line-height: 23px;
	color: #161922;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.home-ac-instalation-text p{
	font-size: 15px;
	line-height: 22px;
	color: #212121;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}
.home-ac-instalation-text a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #100f0f;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 1px;
	background-color: #bfd2ec;
	padding: 8px 20px;
	border-radius: 2px;
	border: 2px solid #bfd2ec;
}
.home-ac-instalation-text a:hover{
	color: #100f0f;
}
.ac-instalation-right-side{
	padding-left: 0px !important;
	padding-right: 0px !important;
}



.heating-repair-img{
	background:url(../images/area-service-img3.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 0px !important;
	margin-left: -2px;
	margin-bottom: 25px;
}
.heating-repair-right-side{
	padding-right: 0px !important;
	margin-bottom: 25px;
	padding-left: 0px !important;
}
.heating-repair-text{
	background-color: #f7f7f7;
	padding: 35px 25px;
	margin-left: -1px;
}
.heating-repair-text h4{
	font-size:18px;
	line-height: 23px;
	color: #161922;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.heating-repair-text p{
	font-size: 15px;
	line-height: 22px;
	color: #212121;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}
.heating-repair-text a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #100f0f;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 1px;
	background-color: #bfd2ec;
	padding: 8px 20px;
	border-radius: 2px;
	border: 2px solid #bfd2ec;
}
.heating-repair-text a:hover{
	color: #100f0f;
}




.heating-instalation-right-side{
	background:url(../images/area-service-img4.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 0px !important;
	margin-left: -2px;
	margin-bottom: 25px;
}
.heating-instalation-left-side{
	padding-right: 0px !important;
	margin-bottom: 25px;
}
.heating-instalation-text{
	background-color: #f7f7f7;
	padding: 35px 25px;
	margin-left: -1px;
}
.heating-instalation-text h4{
	font-size:18px;
	line-height: 23px;
	color: #161922;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.heating-instalation-text p{
	font-size: 15px;
	line-height: 22px;
	color: #212121;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}
.heating-instalation-text a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	color: #100f0f;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 1px;
	background-color: #bfd2ec;
	padding: 8px 20px;
	border-radius: 2px;
	border: 2px solid #bfd2ec;
}
.heating-instalation-text a:hover{
	color: #100f0f;
}

.our-quality-left-side{
	background-color: #f2f2f2;
	padding: 60px 100px !important;
}
.our-quality-left-side-heading h3{
	font-size:30px;
	line-height: 45px;
	color: #242424;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 25px;
}
.our-quality-left-side-heading p{
	font-size: 15px;
	line-height: 26px;
	color: #1e1e1e;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
}
.our-quality-right-side{
	background:url(../images/experience-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px !important;
}
.our-quality-right-side-heading h3{
	font-size:30px;
	line-height: 45px;
	color: #fff;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.our-quality-right-side-heading p{
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}
.special-features1{
	background:url(../images/experience-icon1.png);
	background-repeat: no-repeat;
	padding:23px 0 3px 130px;
	margin-bottom: 25px;
}
.special-features1 h4{
	font-size:20px;
	line-height: 25px;
	color: #fff;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.special-features1 p{
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}


.special-features2{
	background:url(../images/experience-icon2.png);
	background-repeat: no-repeat;
	padding:23px 0 3px 130px;
	margin-bottom: 25px;
}
.special-features2 h4{
	font-size:20px;
	line-height: 25px;
	color: #fff;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.special-features2 p{
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.special-features3{
	background:url(../images/experience-icon3.png);
	background-repeat: no-repeat;
	padding:23px 0 3px 130px;
	margin-bottom: 25px;
}
.special-features3 h4{
	font-size:20px;
	line-height: 25px;
	color: #fff;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.special-features3 p{
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.happy-discuss{
	background:url(../images/happy-to-rqst-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 25px 0;
	    background-position: center center;
	    margin-top: -3px;
}
.happy-discuss-heading h3{
	font-size:35px;
	line-height: 45px;
	color: #fff;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.happy-discuss-heading p{
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0px;
}
.happy-discuss-call-btn{
	margin-top: 25px;
}
.happy-discuss-call-btn a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	color: #272727;
	display: inline-block;
	letter-spacing: 1px;
	background-color: #fff;
	padding: 10px 22px 10px 35px;
	position: relative;
	border: 2px solid #aebdcf;
}

.happy-discuss-call-btn a:hover {
	color: #272727;
}

.happy-discuss-call-btn a:before {
	position: absolute;
	top: 5px;
	left:15px;
	content: "\f2a0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #25384f;
	font-size: 16px;
	line-height: 30px;
	transform: rotate(-45deg);
}
.ac-maintenance{
	padding: 60px 0;
	overflow: hidden;
}
.ac-maintenance-left-side{
	background:url(../images/home-ac-repair-img.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ac-maintenance-left-side img{
	width: 100%;
}
.ac-maintenance-right-side {
    background-color: #f3f3f3;
    padding: 80px 50px !important;
}

.ac-maintenance-right-side h3{
	font-size:30px;
	line-height: 40px;
	color: #242424;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 25px;
}
.ac-maintenance-right-side hr{
	width: 30px;
	border:3px solid #95afcc;
	border-radius: 8px;
	    margin: 0 0 22px 0;
}

.ac-maintenance-right-side p{
	font-size: 15px;
	line-height: 25px;
	color: #505050;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
}

.ac-maintenance-right-side a {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #15437b;
    position: relative;
    border: 2px solid #15437b;
    text-align: center;
    vertical-align: middle;
        padding: 30px 20px 28px 62px;
    left: -110px;
    margin: 30px 0;
}
.ac-maintenance-right-side a:hover{
	color: #fff;
}
.ac-maintenance-right-side a:before {
    position: absolute;
    top: 22px;
    left: 24px;
    content: "\f2a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.footer-contact-details{
  background-color: #15437b;
  border-bottom: 1px solid #2f5b90;
}
.footer-contact-details .border-right{
      border-right: 1px solid #2f5b90!important;
}
.border-bottom {
    border-bottom: 1px solid #2f5b90!important;
}
.footer-inner-contact-details{
  padding:50px;
}
.phone-contact{
  position: relative;
  padding-left: 65px;
}
.phone-contact:before{
  position: absolute;
  top:26px;
  left: 0;
  font-size: 44px;
  line-height:1;
  content: "\f095";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  transform: rotate(90deg);
}
.phone-contact li{
  padding: 2px 0;
  color: #fff;
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height:25px;
      letter-spacing: 1px
}
.phone-contact li a{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height:25px;
  color: #fff;
}

.email-contact{
  position: relative;
  padding-left: 65px;
}
.email-contact:before{
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 48px;
  line-height:1;
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
}
.email-contact li{
  padding: 2px 0;
  color: #fff;
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height:25px;
      letter-spacing: 1px
}
.email-contact li a{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height:25px;
  color: #fff;
}

.quote-contact{
  position: relative;
  padding-left: 55px;
}
.quote-contact:before{
  position: absolute;
  top:19px;
  left: 0;
  font-size: 48px;
  line-height:1;
  content: "\f3c5";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
}
.quote-contact li{
  padding: 2px 0;
  color: #fff;
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height:25px;
      letter-spacing: 1px
}
.quote-contact li a{
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height:25px;
  color: #fff;
}
.quote-contact li a span{
  color: #fff;
}
footer{
	background-color: #0b2b52;
	padding: 25px 0;
}
.footer-quick-links{
	margin-bottom: 20px;
}
.footer-quick-links ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.footer-quick-links ul li{
	list-style-type: none;
	display: inline-block;
	margin-right: 25px;
}
.footer-quick-links ul li:last-child{
	margin-right: 0px;
}
.footer-quick-links ul li a{
	font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height:26px;
  color: #fff;
}
.copyright p{
font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height:25px;
  color: #767d8b;
}
.about-proper-hvac{
	padding: 60px 0 45px 0;
}
.about-proper-hvac-img img{
	width: 100%;
}
.about-proper-hvac-heading h1{
	font-size:23px;
	line-height: 30px;
	color: #273272;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 15px;
}
.about-proper-hvac-heading h2{
	font-size:18px;
	line-height: 26px;
	color: #273272;
	font-family: 'Bitter', serif;
	font-weight: 400;
	margin-bottom: 15px;
}
.about-proper-hvac-heading p{
	font-size: 15px;
	line-height: 25px;
	color: #505050;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}
.service{
	background-color: #f2f2f2;
}
.service-text{
	    padding: 50px 20px 50px 170px;
}
.service-text h3{
	    font-size: 23px;
    line-height: 30px;
    color: #273272;
    font-family: 'Bitter', serif;
    font-weight: 700;
    margin-bottom: 25px;
}
.service-text h4{
	    font-size: 18px;
    line-height: 28px;
    color: #273272;
    font-family: 'Bitter', serif;
    font-weight: 500;
    margin-bottom: 15px;
}
.service-text p{
	font-size: 15px;
	line-height: 25px;
	color: #505050;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}
.service-text ul li{
	margin: 10px 0;
}
.our-services{
	position: relative;
	padding: 50px 40px !important;
	background:url(../images/our-service-list-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.our-services-list h3{
	font-size:23px;
	line-height: 30px;
	color: #fff;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 35px;
}
.our-services-list ul{
	margin: 0;
	padding: 0;
}
.our-services-list ul li{
	list-style-type: none;
	margin: 35px 0;
	position: relative;
	padding-left: 40px;
}
.our-services-list ul li a{
	font-family: 'Bitter', serif;
  font-size: 15px;
  font-weight: 400;
  line-height:25px;
  color: #fff;
}
.our-services-list ul li:before{
	position: absolute;
	top: 0;
	left: 0;
	 font-size: 25px;
  line-height:1;
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;

}
.ac-repair-details{
	width: 100%;
    padding: 70px 0;
}

.ac-instalation-img {
    width: 100%;
    background: url(../images/heating-system-repair-man.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.ac-instalation-img img{
	width: 100%;
}
.ac-instalation-text{
	    background-color: #f0f2f4;
    padding: 70px 50px 50px 50px !important;
    margin-bottom: 0;
}
.ac-instalation-text h3{
	font-size:23px;
	line-height: 30px;
	color: #273272;
	font-family: 'Bitter', serif;
	font-weight: 700;
	margin-bottom: 35px;
}
.ac-instalation-text p{
	font-size: 15px;
	line-height: 25px;
	color: #505050;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}



.map-section{
	padding: 70px 0;
}

.contact-us {
	padding-bottom: 70px;

}

.col-contact-us-left-side {
	padding-right: 0px !important
}

.col-contact-us-right-side {
	padding-left: 0px !important
}

.form-wrapper-three {
	background-color: #f8f8f8;
	padding: 50px 40px 40px 40px;
	margin-bottom: 30px;
}

.form-wrapper-three h1 {
	font-size:23px;
	line-height: 30px;
	color: #273272;
	font-family: 'Bitter', serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}
.form-wrapper-three hr{
	width: 40px;
	margin: 0 auto 40px;
	border-top: 5px solid #c9d3eb;
}
.contact-form-three-submit {
	font-family: 'Rubik', sans-serif !important;
	font-weight: 500 !important;
	background-color: #6a86cc !important;
	padding: 12px 52px 10px 52px; !important;
	text-decoration: none !important;
	font-size: 16px !important;
	color: #fff !important;
	text-transform: uppercase;
	border: 2px solid #6a86cc !important;
	transition: all ease-in-out 0.3s;
	cursor: pointer !important;
	display: block !important;
	margin: 0 auto !important;
}

.contact-form-three-submit:hover {
	background-color: transparent !important;
	color: #6a86cc !important;
	border: 2px solid #6a86cc !important;
	transition: all ease-in-out 0.3s;
}

.form-wrapper-three form>.form-row>.form-group input[type=text],
.form-wrapper-three form>.form-row>.form-group input[type=tel],
.form-wrapper-three form>.form-row>.form-group input[type=email] {
	height: 45px !important;
	border: 1px solid #ebebeb !important;
	border-radius: 0px !important;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #454545;
	line-height: 23px;
	resize: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	box-shadow: initial;
}

.form-wrapper-three form>.form-group textarea {
	height: 140px !important;
	border: 1px solid #ebebeb !important;
	border-radius: 0px !important;
	padding-top: 15px;
	margin-bottom: 20px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #454545;
	line-height: 23px;
	resize: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	box-shadow: initial;
}

.form-wrapper-three form>.form-row>.form-group input[type=text]:focus,
.form-wrapper-three form>.form-row>.form-group input[type=tel]:focus,
.form-wrapper-three form>.form-row>.form-group input[type=email]:focus {
	border-color: #15437b !important;
}

.form-wrapper-three form>.form-group textarea:focus {
	border-color: #15437b !important;
}

.form-wrapper-three form>.form-row>.form-group input::placeholder {
	color: #3f3f3f;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 12px;
}

.form-wrapper-three form>.form-group textarea::placeholder {
	color: #3f3f3f;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 12px;
}

.contact-us-right-side {
	border:1px solid #ebebeb;
	padding: 50px 40px 209px 40px;
}

.contact-us-right-side h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 40px;
	color: #292e34;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.contact-us-right-side ul {
	margin: 0px;
	padding: 0px;
}

.contact-us-right-side ul li {
	list-style-type: none;
	margin: 30px 0;
	position: relative;
}

.contact-us-right-side ul li a {
	font-size: 20px;
	line-height: 30px;
	color: #292e34;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding-left: 45px;
	word-wrap: break-word;
	display: block;
}

.contact-us-right-side ul li a .contact-us-mail-id {
	font-weight: 400;
}

.contact-us-right-side ul li a .air-duct-cleaning-address {
	font-weight: 400;
}

.contact-us-right-side ul li:nth-child(1):before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	width: 30px;
	height: 30px;
	font-weight: 900;
	background-color: #15437b;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	transform: rotate(90deg);
}

.contact-us-right-side ul li:nth-child(2):before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	line-height: 30px;
	font-weight: 900;
	color: #fff;
	width: 30px;
	height: 30px;
	background-color: #15437b;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}

.contact-us-right-side ul li:nth-child(3):before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	line-height: 30px;
	font-weight: 900;
	color: #fff;
	width: 30px;
	height: 30px;
	background-color: #15437b;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}

.map {
	margin-bottom: 25px;
}
/* LARGE DESKTOP PART */

@media screen and (min-width:1200px) {}


/* DESKTOP PART */

@media screen and (min-width:992px) and (max-width:1199px) {

	.main-nav:before {
		top: 0px;
    right: 0;
    height:100%;
    width: calc(80% - 80px);
	}
	.footer-inner-contact-details{
		padding: 50px 30px;
	}
}


/* TABLET LANDSCAPE PART */

@media screen and (min-width:768px) and (max-width:991px) {
	.main-nav:before {
		width: calc(50% - 40px);
		height: 100%;
    	top: 0px;
	}
	.banner-before:before{
		width: 100%;
	}
	.ac-repair-right-side{
		padding: initial !important;
	}
	.ac-maintenance-left-side{
		padding: initial !important;
	}
	.ac-maintenance-right-side a{
		left: 0;
	}
	.footer-contact-details{
		padding: 20px 0;
	}
	.footer-inner-contact-details{
		padding: 0px;
	}
	.footer-contact-details .border-right {
    border:none !important;
}
.service-text{
	padding: 50px 20px;
}
.col-contact-us-left-side {
	padding-right: 15px !important;
}

.col-contact-us-right-side {
	padding-left: 15px !important;
}
}


/* TABLET PROTRAIT PART */

@media screen and (min-width:480px) and (max-width:767px) {
	.main-nav:before {
		    width: calc(60% - 43px);
		height: 100%;
    	top: 0px;
	}
.col-contact-us-left-side {
	padding-right: 15px !important;
}

.col-contact-us-right-side {
	padding-left: 15px !important;
}
}


/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width:321px) and (max-width:479px) {
	header{
		padding: 20px 0;
	}
	.top-header {
    padding: 0px;
    margin-bottom: 10px;
}
	.top-header ul{
		margin-bottom: 25px;
	}
	.top-header-call-btn{		
		text-align: center;
		margin-bottom: 20px;
	}
	.top-header-call-btn a{
		display: inline-block;
	}
	.main-nav:before {
		visibility: hidden;
	}
	.banner-before:before{
		width: 100%;
	}
	.banner-heading h1{
		    font-size: 26px;
    line-height: 30px;
}
	
	.banner-heading h2{
		font-size: 15px;
		line-height: 20px;
	}
	.ac-repair-img{
		padding: initial !important;
	}
	.ac-repair-right-side{
		padding: initial !important;
	}
	.our-quality-left-side {
    padding: 40px 20px !important;
}
.our-quality-right-side {
    padding: 40px 20px !important;
}
.ac-maintenance-left-side{
	padding: initial !important;
}
.ac-maintenance-right-side {
    padding: 40px 20px !important;
}
.ac-maintenance-right-side a{
	font-size: 12px;
	left: 0;
	padding: 15px 20px 15px 49px;
	margin: 0px;
}
.ac-maintenance-right-side a:before {
    top: 8px;
    left: 13px;
    font-size: 16px;
    padding-right: 9px;
}
.footer-inner-contact-details{
	padding: 15px 0 0 0;
}
.footer-quick-links ul li{
	display: inherit;
}
.service-text{
	padding: 50px 0;
}
.ac-instalation-text{
	padding: 50px 20px !important;
}
.col-contact-us-left-side {
	padding-right: 15px !important;
}

.col-contact-us-right-side {
	padding-left: 15px !important;
}
.contact-us-right-side ul li a{
	font-size: 16px;
}
.form-wrapper-three{
	padding: 50px 20px;
}
}


/* SMART PHONE PROTRAIT PART */

@media screen and (max-width:320px) {
	header {
    padding: 20px 0;
}
	.social-icon{
		margin-bottom: 25px;
	}
	.top-header-call-btn{		
		text-align: center;
		margin-bottom: 20px;
	}
	.top-header-call-btn a{
		display: inline-block;
	}
	.main-nav:before {
		visibility: hidden;
	}
	.banner-before:before{
		width: 100%;
	}
	.banner-heading h1{
		    font-size: 26px;
    line-height: 30px;
}
	
	.banner-heading h2{
		font-size: 15px;
		line-height: 20px;
	}
	.ac-repair-img{
		padding: initial !important;
	}
	.ac-repair-right-side{
		padding: initial !important;
	}
	.our-quality-left-side {
    padding: 40px 20px !important;
}
.our-quality-right-side {
    padding: 40px 20px !important;
}
.ac-maintenance-left-side{
	padding: initial !important;
}
.ac-maintenance-right-side {
    padding: 40px 20px !important;
}
.ac-maintenance-right-side a {
        font-size: 10px;
    left: 0;
    padding: 15px 10px 15px 47px;
    margin: 0px;
}

.ac-maintenance-right-side a:before {
    position: absolute;
    top: 8px;
    left: 12px;
    }
.footer-inner-contact-details{
	padding: 15px 0 0 0;
}
.footer-quick-links ul li{
	display: inherit;
}
.service-text{
	padding: 50px 0;
}
.ac-instalation-text{
	padding: 50px 20px !important;
}
.col-contact-us-left-side {
	padding-right: 15px !important;
}

.col-contact-us-right-side {
	padding-left: 15px !important;
}
.contact-us-right-side ul li a{
	font-size: 16px;
}
.form-wrapper-three{
	padding: 50px 20px;
}
}


.footer_main .footer_main_item .footer-location-menu > .btn {
font-family: 'Poppins', sans-serif;
    padding: 11px 30px 12px 30px;
    background-color: #c9d3eb;
    border: 1px #c9d3eb solid;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #273272;
    line-height: 27px;
    cursor: pointer;
    white-space: normal;
}

.footer_main .footer_main_item .footer-location-menu ul.dropdown-menu {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    font-family: 'Poppins', sans-serif;
}

.footer_main .footer_main_item .footer-location-menu ul.dropdown-menu {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}
.footer_main .footer_main_item .footer-location-menu ul.dropdown-menu > li a {
font-family: 'Poppins', sans-serif;
    display: block;
    padding: 10px 20px 11px 20px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #252525;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_main .footer_main_item .footer-location-menu {
    display: inline-block;
    vertical-align: top;
}
.footer_main .footer_main_item {
    margin-bottom: 30px;
}




.footer_main .footer_main_item .footer-location-menu > .btn {
font-family: 'Poppins', sans-serif;
    padding: 11px 30px 12px 30px;
    background-color: #6b82b1;
    border: 1px #6b82b1 solid;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    cursor: pointer;
    white-space: normal;
}

.footer_main .footer_main_item .footer-location-menu ul.dropdown-menu {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    font-family: 'Poppins', sans-serif;
}

.footer_main .footer_main_item .footer-location-menu ul.dropdown-menu {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}
.footer_main .footer_main_item .footer-location-menu ul.dropdown-menu > li a {
font-family: 'Poppins', sans-serif;
    display: block;
    padding: 10px 20px 11px 20px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #252525;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_main .footer_main_item .footer-location-menu {
    display: inline-block;
    vertical-align: top;
}
.footer_main .footer_main_item {
    margin-bottom: 30px;
}



#city_list{
    margin: 0 auto;
    padding: 9px 25px 11px 25px;
    background-color: #6b82b1;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: "Open Sans", Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    white-space: normal;
    box-shadow: none;
}
.wraper_footer_service{ 
  width: 100%;
  background-color: #0b2b52;
  margin: 0px;
}
.service_button{
  float: left;
  margin: 0px auto;
  padding: 15px 0px;
}

button#close_button{
  background: #6b82b1;
  border-color: #6b82b1;
  color: #fff;
  font-size: 26px;
}

/* wraper_footer_main */

.wraper_footer_main {

  width: 100%;

  background-color: #0b2b52; }

  .wraper_footer_main > .container {

    padding-top: 60px;

    padding-bottom: 5px; }

  .wraper_footer_main .footer_main_title {

    margin-bottom: 60px;

    text-align: center; }

    .wraper_footer_main .footer_main_title > *:last-child {

      margin-bottom: 0 !important; }

    .wraper_footer_main .footer_main_title h6 {

      margin-bottom: 15px;

      font-weight: 700;

      font-size: 26px;

      color: #404c5b;

      line-height: 35px; }

  .wraper_footer_main .footer_main .footer_main_item {

    margin-bottom: 30px; }

    .wraper_footer_main .footer_main .footer_main_item > *:last-child {

      margin-bottom: 0 !important; }

    .wraper_footer_main .footer_main .footer_main_item ul.menu {

      margin-bottom: 25px; 
      padding:0;
      list-style:none;
      }

      .wraper_footer_main .footer_main .footer_main_item ul.menu li {

        position: relative;

        margin-bottom: 9px;

        padding-left: 25px;

        font-weight: 400;

        font-size: 15px;

        color: #fff;

        line-height: 25px; }

        .wraper_footer_main .footer_main .footer_main_item ul.menu li:last-child, .wraper_footer_main .footer_main .footer_main_item ul.menu li:only-child {

          margin: 0; }

        .wraper_footer_main .footer_main .footer_main_item ul.menu li:before {

          position: absolute;

          top: 7px;

          left: 0;

          z-index: 0;

          content: " ";

          width: 12px;

          height: 12px;

          border: 4px #6b82b1 solid;

          border-radius: 50%; }

        .wraper_footer_main .footer_main .footer_main_item ul.menu li a {

          color: inherit; }
