﻿* {
  outline: none
}

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

body {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
p{
font-family: 'Poppins', sans-serif;
font-size: 15px;
    line-height: 28px;
    color: #4a4949;
    font-weight: 400;
}
a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4 {
  font-family: 'Bitter', serif;
  font-weight: 700;
}

h3 {}

h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
}

.top-header {
  background-color: #e8f1ed;
}



.social-icon ul {
  margin: 0px;
  padding: 0px;
}

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

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

.social-icon ul li a:hover {
  color: #1dcc63;
  border: 1px solid #1dcc63;
  transition: all ease-in-out 0.3s;
}
.top-header-button a{
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 54px 12px 30px;
  background-color: #1dcc63;
      transition: all ease-in-out 0.3s;
    display: inline-block;
  position: relative;
  border: 1px solid #1dcc63;
}
  .top-header-button a:hover {
    color: #1dcc63;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid #1dcc63;
  transition: all ease-in-out 0.3s;
}
 .top-header-button a:hover:before{
  color: #1dcc63;
  transition: all ease-in-out 0.3s;
 }
  .top-header-button a:before{
      position: absolute;
    top: 0;
    right: 25px;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    line-height: 48px;
    display: inline-block;
    font-size: 24px;
    transition: all ease-in-out 0.3s;
  }


header {
  background-color: rgba(0,0,0,0.1) !important;
  position: absolute;
    width: 100%;

}
.free-consultation{
  margin-top: 15px;
}
.free-consultation a{
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.free-consultation a:hover{
  color:#fff;
}
.free-consultation h3{
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.banner {
  width: 100%;
  background: url(../images/main-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 350px 0 170px 0;
}


.banner-heading h2 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-family: 'Bitter', serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.banner-heading h1 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  font-family: 'Bitter', serif;
    padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.banner-heading h1:before{
      position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: " ";
    border-left: 5px solid #2c71cc;
    height: 40px;
}
.banner-heading p {
  font-size:16px;
  line-height: 23px;
  color: #fff;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  margin-bottom:30px;

}




.banner-heading a {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
      display: inline-block;
  letter-spacing: 1px;
  background-color: rgba(255,255,255,0.1);
  padding: 10px 30px 10px 55px;
  border-radius: 30px;
  position: relative;
  border:2px solid #fff;
}

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

.banner-heading a:before {
     position: absolute;
    top: 0;
    left: 24px;
    content: "\f2a0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}
.our-quality{
  padding: 40px 0;
}
.our-quality-heading h3{
  font-size: 20px;
  line-height: 30px;
  color: #585858;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 20px;
}
.our-quality-heading h4{
  font-size: 16px;
  line-height: 30px;
  color: #2d2d2d;
  font-weight: 600;
  font-family: 'Bitter', serif;
  margin-bottom: 20px;
}
.our-quality-heading ul li{
  margin-top: 10px;
}

.our-quality-heading p{
  font-size: 15px;
  line-height: 23px;
  color: #4a4949;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.our-quality-service-list{
  background-color: #f5f7f6;
  padding: 15px 30px;
  margin-top: -80px;
}
.our-quality-service-list img{
      display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.our-quality-service-list h3{
  font-size: 25px;
  line-height: 35px;
  color: #3d3d3d;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 20px;
  text-align: center;
}
.our-quality-service-list ul{
  margin: 0px;
  padding:0px;
}
.our-quality-service-list ul li{
  list-style-type: none;
  margin: 15px 0;
  border-bottom: 1px solid #e0eae6;
}
.our-quality-service-list ul li a{
font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #333333;
 display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px
}
.our-quality-service-list ul li:last-child{
  border: none;
  margin-bottom: 0px;
}


.our-quality-service-list ul li a:before {
     position: absolute;
    top: 4px;
    left: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 15px;
    height: 15px;
    background-color: #08a55e;
    line-height: 15px;
    border-radius: 50%;
    display: inline-block;
}

.green-air-duct-service{
  background:url(../images/airduct-service-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 0 130px 0;
}
.green-air-duct-service .border-right{
  border-right: 4px solid #fff !important;
}
.green-air-duct-service-heading h3{
font-size: 28px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 20px;
}
.green-air-duct-service-sub-heading p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
}
.service-box{
  margin-top: -80px;
  overflow: hidden;
}
/*.service-box .col-lg-4{
  padding-right: 0px !important;
}*/
.hover-box1 {
    position: relative;
    transition: all ease-in-out 0.3s;
    margin-bottom: 20px;
    padding: 30px 20px 25px 100px;
    background-color: #f7f7f7;
}
.hover-box1 h5{
  font-size:17px;
  line-height: 28px;
  color: #1a201b;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 12px;
}
.hover-box1 p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #565656;
}
.hover-box2 p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #565656;
}
.hover-box3 p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #565656;
}
.hover-box4 p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #565656;
}
.hover-box5 p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #565656;
}
.hover-box6 p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #565656;
}
.hover-box1:hover{
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition: all ease-in-out 0.3s;
}
.hover-box1:before {
    position: absolute;
    left: 20px;
    top: 22px;
    z-index: 1;
    content: " ";
    width: 100%;
    height: 100%;
    background-image: url(../images/service-icon1.png);
    background-repeat: no-repeat;
}
.hover-box2 {
    position: relative;
    transition: all ease-in-out 0.3s;
    margin-bottom: 20px;
    padding: 30px 20px 25px 100px;
    background-color: #f7f7f7;
}
.hover-box2 h5{
  font-size:17px;
  line-height: 28px;
  color: #1a201b;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 12px;
}
.hover-box2:hover{
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition: all ease-in-out 0.3s;
}
.hover-box2:before {
    position: absolute;
    left: 20px;
    top: 22px;
    z-index: 1;
    content: " ";
    width: 100%;
    height: 100%;
    background-image: url(../images/service-icon2.png);
    background-repeat: no-repeat;
}
.hover-box3 {
    position: relative;
    transition: all ease-in-out 0.3s;
    margin-bottom: 20px;
    padding: 30px 20px 25px 100px;
    background-color: #f7f7f7;
}
.hover-box3 h5{
  font-size:17px;
  line-height: 28px;
  color: #1a201b;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 12px;
}
.hover-box3:hover{
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition: all ease-in-out 0.3s;
}
.hover-box3:before {
    position: absolute;
    left: 20px;
    top: 22px;
    z-index: 1;
    content: " ";
    width: 100%;
    height: 100%;
    background-image: url(../images/service-icon3.png);
    background-repeat: no-repeat;
}
.hover-box4 {
    position: relative;
    transition: all ease-in-out 0.3s;
    margin-bottom: 20px;
    padding: 30px 20px 25px 100px;
    background-color: #f7f7f7;
}
.hover-box4 h5{
  font-size:17px;
  line-height: 28px;
  color: #1a201b;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 12px;
}
.hover-box4:hover{
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition: all ease-in-out 0.3s;
}
.hover-box4:before {
    position: absolute;
    left: 20px;
    top: 22px;
    z-index: 1;
    content: " ";
    width: 100%;
    height: 100%;
    background-image: url(../images/service-icon4.png);
    background-repeat: no-repeat;
}

.hover-box5 {
    position: relative;
    transition: all ease-in-out 0.3s;
    margin-bottom: 20px;
    padding: 30px 20px 25px 100px;
    background-color: #f7f7f7;
}
.hover-box5 h5{
  font-size:17px;
  line-height: 28px;
  color: #1a201b;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 12px;
}
.hover-box5:hover{
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition: all ease-in-out 0.3s;
}
.hover-box5:before {
    position: absolute;
    left: 20px;
    top: 22px;
    z-index: 1;
    content: " ";
    width: 100%;
    height: 100%;
    background-image: url(../images/service-icon5.png);
    background-repeat: no-repeat;
}
.hover-box6 {
    position: relative;
    transition: all ease-in-out 0.3s;
    margin-bottom: 20px;
    padding: 30px 20px 25px 100px;
    background-color: #f7f7f7;
}
.hover-box6 h5{
  font-size:17px;
  line-height: 28px;
  color: #1a201b;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 12px;
}
.hover-box6:hover{
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition: all ease-in-out 0.3s;
}
.hover-box6:before {
    position: absolute;
    left: 20px;
    top: 22px;
    z-index: 1;
    content: " ";
    width: 100%;
    height: 100%;
    background-image: url(../images/service-icon6.png);
    background-repeat: no-repeat;
}
.home-contact-form{
  padding-top: 60px;
}
.home-contact-form .col-lg-5{
  padding-right: 0px;
}
.home-contact-form .col-lg-7{
  padding-left: 0px;
}


.form-wrapper {
  background-color: #fff;
      padding: 40px 30px 81px 30px;
      position: relative;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
      height: 100%;
}
.form-wrapper:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #e3eee9 transparent transparent transparent;
}
.form-wrapper:after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #1dcc63 transparent transparent transparent;
}

.form-heading {
  font-size: 25px;
  line-height: 30px;
  color: #292e34;
  font-family: 'Bitter', serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.form-sub-heading {
  font-size: 15px;
  line-height: 25px;
  color: #3d424c;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.submit {
  font-family: 'Rubik', sans-serif !important;
  font-weight: 500 !important;
  background-color: #1dcc63 !important;
  padding: 13px 30px !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 16px !important;
  color: #fff !important;
  border-radius: 30px !important;
  border: 1px solid #1dcc63 !important;
  transition: all ease-in-out 0.3s;
  cursor: pointer !important;
  display: block !important;
  margin: 0 auto !important;
}

.submit:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #1dcc63 !important;
  border-radius: 30px !important;
  border: 1px solid #1dcc63 !important;
  transition: all ease-in-out 0.3s;
}

.form-wrapper form>.form-group input[type=text],
.form-wrapper form>.form-group input[type=tel],
.form-wrapper form>.form-group input[type=email] {
  height: 40px !important;
  border: 1px solid #dedede !important;
  border-radius: 0px !important;
  font-weight: 400;
  font-size: 16px;
  color: #454545;
  line-height: 23px;
  margin-bottom: 16px;
  resize: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: initial;
}

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

.form-wrapper form>.form-group textarea:focus {
  border-color: #1dcc63 !important;
}

.form-wrapper form>.form-group textarea {
  height: 80px !important;
  border: 1px solid #dedede !important;
  border-radius: 0px !important;
  margin-bottom: 15px;
  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>.form-group input::placeholder {
  color: #282d33;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.form-wrapper>.form-group textarea::placeholder {
  color: #282d33;
}
.home-contact-form .col-md-5 {
  padding-right: 0px;
}
.home-contact-form .col-md-7 {
  padding-left: 0px;
}
.home-contact-form-right-side {
    background-color: #f7f7f7;
    padding: 60px 50px !important;
    height: 100%;
    text-align: center;
}
.home-contact-form-right-side h3{
  font-family: 'Bitter', serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    color: #484848;
    margin-bottom: 30px;
    position: relative;
}
.home-contact-form-right-side h3:before {
    content: " ";
    border: 1px solid #bfbfbf;
    border-width: 1px 28px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 22px;
}
.home-contact-form-right-side h3:after {
    content: " ";
    border: 1px solid #bfbfbf;
    border-width: 1px 28px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 22px;
}
.home-contact-form-right-side p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    color: #474747;
    margin-bottom: 30px;
}

.home-contact-form-right-side a{
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  background-color: #1dcc63;
 display: inline-block;
  padding: 12px 32px 14px 32px;
  letter-spacing: 1px;
}
.home-contact-form-right-side a:hover{
  color: #fff;
}
.home-contact-form-right-side p a,
.new-content-link,
.hvac-services-call-us-now-heading a{
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    text-align: center !important;
    color: #1dcc63 !important;
    background-color: transparent !important;
    padding: 0 !important;
}
.home-contact-form-right-side p a:hover,
.new-content-link:hover{
  color: #1dcc63;
}

.free-quote{
  background:url(../images/get-quote-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
  margin-top: -50px;
}
.free-quote-heading img{
  margin-bottom: 35px;
}
.free-quote-heading h3{
  font-family: 'Bitter', serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 23px;
    color: #ffff;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.free-quote-heading h4{
  font-family: 'Bitter', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.free-quote-heading a {
    font-size: 16px;
    line-height: 23px;
    color: #2a2a2a;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 54px 12px 30px;
    background-color: #fff;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    position: relative;
    border: 1px solid #fff;
}
.free-quote-heading a:before {
    position: absolute;
    top: 0;
    right: 25px;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2a2a2a;
    line-height: 48px;
    display: inline-block;
    font-size: 24px;
    transition: all ease-in-out 0.3s;
}
.free-quote-heading a:hover {
    color: #fff;
  background-color: rgba(255,255,255,0);
  border: 1px solid #fff;
  transition: all ease-in-out 0.3s;
}
 .free-quote-heading a:hover:before{
  color: #fff;
  transition: all ease-in-out 0.3s;
 }

 .footer-contact-details{
  background-color: #d6e5dd;
  border-top: 1px solid #fff;
}
.footer-contact-details .border-right{
      border-right: 1px solid #c4d6cc!important;
}
.footer-inner-contact-details{
  padding:50px;
}
.phone-contact{
  position: relative;
  padding-left: 100px;
}
.phone-contact:before {
    position: absolute;
    top:9px;
    left: 0px;
    font-size: 30px;
    content: "\f095";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    transform: rotate(90deg);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    background-color: #1dcc63;
    border-radius: 50%;
}
.phone-contact li{
  padding: 2px 0;
  color: #171717;
  list-style-type: none;
  font-family: 'Bitter', serif;
  font-size: 15px;
  font-weight: 400;
  line-height:25px;
      letter-spacing: 1px
}
.phone-contact li a{
  font-family: 'Bitter', serif;
  font-size: 18px;
  font-weight: 400;
  line-height:25px;
  color: #08a55e;
}

.email-contact{
  position: relative;
  padding-left: 100px;
}
.email-contact:before {
    position: absolute;
    top:9px;
    left: 0px;
    font-size: 30px;
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    background-color: #1dcc63;
    border-radius: 50%;
}
.email-contact li{
  padding: 2px 0;
  color: #171717;
  list-style-type: none;
  font-family: 'Bitter', serif;
  font-size: 15px;
  font-weight: 400;
  line-height:25px;
      letter-spacing: 1px
}
.email-contact li a{
  font-family: 'Bitter', serif;
  font-size: 16px;
  font-weight: 400;
  line-height:25px;
  color: #08a55e;
  word-break: break-all;
}

.quote-contact{
  position: relative;
  padding-left: 100px;
}
.quote-contact:before {
    position: absolute;
    top:9px;
    left: 0px;
    font-size: 30px;
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    background-color: #1dcc63;
    border-radius: 50%;
}
.quote-contact li{
  padding: 2px 0;
  color: #171717;
  list-style-type: none;
  font-family: 'Bitter', serif;
  font-size: 15px;
  font-weight: 400;
  line-height:25px;
      letter-spacing: 1px
}
.quote-contact li a{
  font-family: 'Bitter', serif;
  font-size: 15px;
  font-weight: 400;
  line-height:25px;
  color: #08a55e;
}
.quote-contact li a span{
  color: #171717;
}
.cal-us-now-left-side {
    background: url(../images/call-us-img1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.cal-us-now-left-side img{
  width: 100%;
}

.cal-us-now-right-side {
  background-color: #f3f3f3;
    padding: 80px 50px !important;
}
.cal-us-now-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: #1dcc63;
    position: relative;
    border: 2px solid #1dcc63;
    height: 80px;
    width: 350px;
    text-align: center;
    vertical-align: middle;
    padding: 30px 0 0 0;
    padding-left: 34px;
        left: -110px;
    margin-bottom: 40px;
}
.cal-us-now-right-side a:hover{
  color: #fff;
}
.cal-us-now-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;
}
.cal-us-now-right-side p{
  font-size: 15px;
  line-height: 28px;
  color: #4a4949;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
}
footer {
  background-color: #2c3431;
  padding: 30px 0;
  border-bottom: 1px solid #394540;
}

.footer-social-icon ul {
  margin: 0px;
  padding: 0px;
}

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

.footer-social-icon ul li a {
  color: #fff;
  background-color: #19201d;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  border: 1px solid #19201d;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}

.footer-social-icon ul li a:hover {
  color: #1dcc63;
  border: 1px solid #1dcc63;
  transition: all ease-in-out 0.3s;
}

.footer-dropdwon {
  font-family: 'Bitter', serif;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 26px !important;
  background-color: rgba(255,255,255,0) !important;
  color: #fff;
  border:none !important;
  border-radius: 5px !important;
  padding: 10px 32px !important;
  letter-spacing: 1px;
}
.dropdown-menu.show {
  width: 180px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.footer-dropdwon:focus{
  border:none !important;
}
.dropdown-item {
  transition: all ease-in-out 0.3s;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
}


.dropdown-item:hover {
background-color: rgba(255,255,255,0); !important;
  border-top: 1px solid #08a55e !important;
  border-bottom: 1px solid #08a55e !important;
  color: #08a55e !important;
  transition: all ease-in-out 0.3s;
}

.show>.btn-secondary.dropdown-toggle:focus {
  border: none !important;
  box-shadow: none !important;
}
/*.dropup .dropdown-toggle::after {
    display: inline-block;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center !important;
    font-family: "Font Awesome 5 Free";
    line-height: 10px;
    margin-left: 10px !important;
    background-color: #19201d !important;
    content: "\f0de" !important;
    border: none !important;
    color: #08a55e !important;
}*/
.dropdown-toggle::after{
  color: #08a55e !important;
}
.copyright{
  background-color: #2c3431;
  padding: 20px 0;
}
.copyright p{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height:23px;
  color: #c3dbd0;
  margin-bottom: 0px;
}
.about-banner{
    width: 100%;
  background: url(../images/about-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 170px 0;
}
.about-us{
  padding: 70px 0;
}
.about-us  .our-quality-service-list{
  margin-top: 0px;
}
.about-us-heading h1{
    font-size: 26px;
  line-height: 42px;
  color: #585858;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 20px;
}
.about-us-heading p{
   font-size: 15px;
  line-height: 23px;
  color: #4a4949;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 25px;
}
.about-us-call-us-now .about-us-call-us-now-left-side{
  background: url(../images/about-call-us-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.about-us-call-us-now-right-side {
    background-color: #f3f3f3;
    padding: 80px 50px !important;
}
.about-us-call-us-now-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: #1dcc63;
    position: relative;
    border: 2px solid #1dcc63;
    height: 80px;
    width: 350px;
    text-align: center;
    vertical-align: middle;
    padding: 30px 0 0 0;
    padding-left: 34px;
    left: -110px;
    margin-bottom: 30px;
}
.about-us-call-us-now-right-side a:hover{
  color: #fff;
}
.about-us-call-us-now-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;
}
.about-us-call-us-now-heading h3{
    font-size: 26px;
  line-height: 42px;
  color: #585858;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 30px;
}
.about-us-call-us-now-heading p {
    font-size: 15px;
    line-height: 28px;
    color: #4a4949;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
.about-contact-form{
  padding-top: 80px;
}
.about-contact-form .col-lg-5{
  padding-right: 0px;
}
.about-contact-form .col-lg-7{
  padding-left: 0px;
}
.about-us-call-us-now-left-side img{
  width: 100%;
}
.hvac-services{
  padding: 90px 0;
}
.all-service-page-left-side-banner{
  background:url(../images/hvac-services-img1.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.all-service-page-left-side-banner img{
  width: 100%;
  height: 100%;
}
.hvac-services-heading h1{
  font-size: 22px;
  line-height: 30px;
  color: #585858;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 10px;
}
.hvac-services-heading h2{
  font-size: 16px;
  line-height: 23px;
  color: #4a4949;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 25px;
}
.hvac-services-heading p{
  font-size: 15px;
    line-height: 28px;
    color: #4a4949;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
.havac-services p{
  font-size: 15px;
    line-height: 28px;
    color: #4a4949;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
.hvac-services  .our-quality-service-list {
    margin-top: 0;
}
.hvac-services-call-us-now .hvac-services-call-us-now-left-side {
    background: url(../images/hvac-services-img2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.hvac-services-call-us-now-right-side {
    background-color: #f3f3f3;
    padding: 80px 50px !important;
}
.hvac-services-call-us-now-right-side a:not(.new-content-link) {
    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: #1dcc63;
    position: relative;
    border: 2px solid #1dcc63;
    height: 80px;
    width: 350px;
    text-align: center;
    vertical-align: middle;
    padding: 30px 0 0 0;
    padding-left: 34px;
    left: -110px;
    margin-bottom: 30px;
}
.hvac-services-call-us-now-right-side a:not(.new-content-link):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;
}
.hvac-services-call-us-now-right-side a:hover{
  color: #fff;
}
.hvac-services-call-us-now-heading h3{
    font-size: 26px;
  line-height: 42px;
  color: #585858;
  font-weight: 700;
  font-family: 'Bitter', serif;
  margin-bottom: 30px;
}
.hvac-services-call-us-now-heading p {
    font-size: 15px;
    line-height: 28px;
    color: #4a4949;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
}
.hvac-services-call-us-now-left-side img{
  width: 100%;
}



.contact-us{
  padding: 70px 0;
}


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

.contact-form-three-submit {
  font-family: 'Roboto Slab', serif !important;
  font-weight: 400 !important;
  background-color: #1dcc63 !important;
  padding: 12px 52px !important;
  text-decoration: none !important;
  font-size: 16px !important;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  border: 1px solid #1dcc63 !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: rgba(255, 255, 255, 0.1) !important;
  color: #1dcc63 !important;
  border: 1px solid #1dcc63 !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 #dedede !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: 85px !important;
  border: 1px solid #dedede !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: #1dcc63 !important;
}

.form-wrapper-three form >  .form-group textarea:focus {
  border-color: #1dcc63 !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;
}

.map-footer-contact-info{
  background-color: #1dcc63;
  padding:15px 10px;
}
.contact-info{
   font-size: 20px;
  line-height: 28px;
  color: #383838;
  font-family: 'Bitter', serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.social-contact-details ul {
    margin: 0 0 20px 0;
    padding: 0px;
}
.social-contact-details ul li {
    list-style-type: none;
    display: inline-block;
}
.social-contact-details ul li a {
    color: #fff;
    background-color: #009551;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 50%;
    transition: all ease-in-out 0.3s;
}
.mail-id ul {
    margin: 0px;
    padding: 0px;
}
.mail-id ul li {
    list-style-type: none;
    display: inline-block;
}
.mail-id ul li a {
   font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
    color: #fff;
    transition: all ease-in-out 0.3s;
}
.mail-id ul li a span{
  color: #087232;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
.contact-free-quote{
  margin-top: 0px;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px) {}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px) {
  .banner-heading a:before{
    top: 3px;
  }
  .footer-inner-contact-details{
    padding: 50px 0;
  }
  header{
    padding: 15px 0;
  }
  .free-consultation h3{
  font-size: 12px;
  line-height: 17px;
}
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px) {
  header{
    padding: 20px 0;
  }
  .free-consultation{
    margin-top: 16px;
  }
  .our-quality-service-list{
    margin-top: 30px;
  }
  .green-air-duct-service .border-right{
    border:none !important;
  }
  .green-air-duct-service-heading h3{
    text-align: center;
  }
  .cal-us-now-right-side a{
    left: 0;
  }
  .phone-contact{
    padding-left: 60px;
  }
  .phone-contact:before {
    top: 20px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.email-contact{
    padding-left: 60px;
  }
  .email-contact:before {
    top: 20px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.quote-contact{
    padding-left: 60px;
  }
  .quote-contact:before {
    top: 20px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
  .footer-inner-contact-details{
    padding: 50px 0;
  }
  .home-contact-form .col-lg-5{
    padding-right: 15px;
  }
  .home-contact-form .col-lg-7{
    padding-left: 15px;
  }
  .hover-box1:before{
    top: 40px;
  }
.hover-box2:before{
    top: 40px;
  }
  .hover-box3:before{
    top: 40px;
  }
  .hover-box4:before{
    top: 40px;
  }
  .hover-box5:before{
    top: 40px;
  }
  .hover-box6:before{
    top: 40px;
  }
  .about-contact-form .col-lg-5{
  padding-right: 15px;
}
.about-contact-form .col-lg-7{
  padding-left: 15px;
}
.about-us-call-us-now-right-side a{
  left: 0;
}
.hvac-services-call-us-now-right-side a{
  left: 0;
}
.all-service-page-left-side-banner{
  padding: 0 !important;
}
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px) {
   header{
    padding: 20px 0;
  }
  .free-consultation{
    margin-top: 16px;
  }
  .our-quality-service-list{
    margin-top: 30px;
  }
  .green-air-duct-service .border-right{
    border:none !important;
  }
  .green-air-duct-service-heading h3{
    text-align: center;
  }
  .cal-us-now-right-side a{
    left: 0;
  }
  .phone-contact{
    padding-left: 60px;
  }
  .phone-contact:before {
    top: 20px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.email-contact{
    padding-left: 60px;
  }
  .email-contact:before {
    top: 20px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.quote-contact{
    padding-left: 60px;
  }
  .quote-contact:before {
    top: 20px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
  .footer-inner-contact-details{
    padding: 50px 0;
  }
  .home-contact-form .col-lg-5{
    padding-right: 15px;
  }
  .home-contact-form .col-lg-7{
    padding-left: 15px;
  }
  .hover-box1:before{
    top: 40px;
  }
.hover-box2:before{
    top: 40px;
  }
  .hover-box3:before{
    top: 40px;
  }
  .hover-box4:before{
    top: 40px;
  }
  .hover-box5:before{
    top: 40px;
  }
  .hover-box6:before{
    top: 40px;
  }
  .about-contact-form .col-lg-5{
  padding-right: 15px;
}
.about-contact-form .col-lg-7{
  padding-left: 15px;
}
.about-us-call-us-now-right-side a{
  left: 0;
}
.hvac-services-call-us-now-right-side a{
  left: 0;
}
.top-header{
  padding: 20px 0;
}
.social-icon{
  margin-bottom: 25px;
}
.all-service-page-left-side-banner{
  padding: 0 !important;
}
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px) {
  .top-header{
    padding: 20px 0;
  }
  .social-icon{
    margin-bottom: 30px;
  }
  header{
    padding: 20px 0;
  }
  .free-consultation{
    margin-top: 16px;
  }
  .banner{
    padding: 230px 0 100px 0;
  }
  .banner-heading h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .banner-heading h1:before{
    top: 10px;
  }
  .banner-heading h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-contact-details > .border-right{
  border:none !important;
}
.footer-inner-contact-details{
    padding: 0;
  }
  .cal-us-now-right-side{
    padding: 80px 20px !important;
  }
  .our-quality-service-list{
    margin-top: 0px;
  }
  .green-air-duct-service .border-right{
    border: none !important;
  }
  .home-contact-form .col-md-5{
    padding-right: 15px;
  }
  .home-contact-form-right-side {
    padding: 60px 20px !important;

}
.home-contact-form-right-side h3 {
    font-size: 18px;
    }
    .home-contact-form-right-side h3:before {
    border-width: 1px 15px;
    margin-right: 14px;
}
.home-contact-form-right-side h3:after {
    border-width: 1px 15px;
    margin-left: 14px;
}
.free-quote{
  margin-top: 50px;
}
.free-quote-heading h4{
  line-height: 50px;
}
.free-quote-heading h3{
  line-height: 50px;
}
.cal-us-now-right-side a{
  left: 0px;
      padding: 23px 0 0 35px;
          height: 70px;
    width: 330px;
}
.cal-us-now-right-side a:before {
    top: 15px;
    left: 24px;
    padding-right: 5px;
}
.footer-contact-details{
  padding: 20px 0;
}
.location-area{
  margin-bottom: 15px;
}
.footer-social-icon{
  text-align: center;
}.phone-contact{
  padding-left: 92px;
}
.email-contact{
  padding-left: 92px;
}
.quote-contact{
  padding-left: 92px;
}
 .hover-box1:before{
    top: 30px;
  }
.hover-box2:before{
    top: 30px;
  }
  .hover-box3:before{
    top: 30px;
  }
  .hover-box4:before{
    top: 30px;
  }
  .hover-box5:before{
    top: 30px;
  }
  .hover-box6:before{
    top: 30px;
  }
  .home-contact-form .col-lg-5{
    padding-right: 15px;
  }
  .home-contact-form .col-lg-7{
    padding-left: 15px;
  }
   .about-contact-form .col-lg-5{
  padding-right: 15px;
}
.about-contact-form .col-lg-7{
  padding-left: 15px;
}
.about-us-call-us-now-right-side a{
  left: 0;
}
.about-us-call-us-now-right-side {
    padding: 80px 20px !important;
}
.hvac-services-call-us-now-right-side a{
  left: 0;
}
.hvac-services-call-us-now-right-side{
  padding: 80px 20px !important;
}

.form-wrapper-three{
  padding: 40px 20px;
}
.all-service-page-left-side-banner{
  padding: 0 !important;
}
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px) {
   .top-header{
    padding: 20px 0;
  }
  .social-icon{
    margin-bottom: 30px;
  }
  header{
    padding: 20px 0;
  }
  .free-consultation{
    margin-top: 16px;
  }
  .free-consultation a {
    font-size: 15px;
    line-height: 20px;
  }
  .free-consultation h3 {
    font-size: 12px;
    line-height: 20px;
  }
  .banner{
    padding: 230px 0 100px 0;
  }
 .banner-heading h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .banner-heading h1:before{
    top: 10px;
  }
  .banner-heading h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-contact-details > .border-right{
  border:none !important;
}
.footer-inner-contact-details{
    padding: 0;
  }
  .cal-us-now-right-side{
    padding: 80px 20px !important;
  }
  .our-quality-service-list{
    margin-top: 0px;
  }
  .green-air-duct-service .border-right{
    border: none !important;
  }
  .home-contact-form .col-md-5{
    padding-right: 15px;
  }
  .home-contact-form-right-side {
    padding: 60px 20px !important;

}
.home-contact-form-right-side h3 {
    font-size: 18px;
    }
    .home-contact-form-right-side h3:before {
    border-width: 1px 15px;
    margin-right: 14px;
}
.home-contact-form-right-side h3:after {
    border-width: 1px 15px;
    margin-left: 14px;
}
.free-quote{
  margin-top: 50px;
}
.free-quote-heading h4{
  line-height: 50px;
}
.free-quote-heading h3{
  line-height: 50px;
}
.cal-us-now-right-side a{
  font-size: 14px;
  left: 0px;
      padding: 23px 0 0 35px;
          height: 70px;
    width: 280px;
}
.cal-us-now-right-side a:before {
    top: 15px;
    left: 12px;
    padding-right: 5px;
}
.footer-contact-details{
  padding: 20px 0;
}
.location-area{
  margin-bottom: 15px;
}
.footer-social-icon{
  text-align: center;
}.phone-contact{
  padding-left: 92px;
}
.email-contact{
  padding-left: 92px;
}
.quote-contact{
  padding-left: 92px;
}
 .hover-box1:before{
    top: 30px;
  }
.hover-box2:before{
    top: 30px;
  }
  .hover-box3:before{
    top: 30px;
  }
  .hover-box4:before{
    top: 30px;
  }
  .hover-box5:before{
    top: 30px;
  }
  .hover-box6:before{
    top: 30px;
  }
  .home-contact-form .col-lg-5{
    padding-right: 15px;
  }
  .home-contact-form .col-lg-7{
    padding-left: 15px;
  }
   .about-contact-form .col-lg-5{
  padding-right: 15px;
}
.about-contact-form .col-lg-7{
  padding-left: 15px;
}
.about-us-call-us-now-right-side a{
  font-size: 14px;
  left: 0px;
      padding: 23px 0 0 35px;
          height: 70px;
    width: 280px;
}
.about-us-call-us-now-right-side a:before {
    top: 15px;
    left: 12px;
    padding-right: 5px;
}
.about-us-call-us-now-right-side {
    padding: 80px 20px !important;
}
.hvac-services-call-us-now-right-side a{
  font-size: 14px;
  left: 0px;
      padding: 23px 0 0 35px;
          height: 70px;
    width: 280px;
}
.hvac-services-call-us-now-right-side a:before{
  top: 15px;
    left: 12px;
    padding-right: 5px;
}
.hvac-services-call-us-now-right-side{
  padding: 80px 20px !important;
}

.form-wrapper-three{
  padding: 40px 20px;
}
.all-service-page-left-side-banner{
  padding: 0 !important;
}
}





#city_list{
    margin: 0 auto;
    padding: 9px 25px 11px 25px;
    background-color: #1dcc63;
    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: #d9e5e9;
  margin: 0px;
}
.service_button{
  float: left;
  margin: 0px;
  padding: 15px 0px;
}

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

/* wraper_footer_main */

.wraper_footer_main {

  width: 100%;

  background-color: #2c3431; }

  .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;
    padding:0; }

    .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; }

      .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;
        list-style:none; }

        .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 #40a0d8 solid;

          border-radius: 50%; }

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

          color: inherit; }
