
/* sectione one */
.section-one{
  padding-top:180px;
}

@media only screen and (max-width: 991px) {
  .section-one{
    padding-top:170px;
  }

  h1{
    font-size: 36px;
  }

  h2{
    font-size: 19px;
  }
} 

@media only screen and (max-width: 500px) {
  .section-one{
    padding-left:30px;
    padding-right:30px;
  }

  h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 430px) {
  h1{
    font-size: 32px;
  }
  
  h2 {
    font-size: 18px;
  }
}

/* sectione two */
.section-two{
  padding-top:70px;
}

.section-two h3{
  font-size: 24px;
  color: #ffffff; 
  text-align: left;
  line-height: 28px;
  padding:25px;
}

.section-two .form{
  background: #3F444B;
  border-radius: 10px;
}

.section-two .form h3{
  font-size: 20px;
  color: #ffffff;
  text-align: left;
  line-height: 26px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-two .gallery{
  background:#f5f5f5;
  border-radius: 10px;
  margin-right: 20px;
}

.section-two .field .item{
  padding: 15px 15px;
}

.section-two select {
    padding: 14px 15px;
}

.section-two .form h3 {
    padding-top: 24px;
}

@media only screen and (max-width: 991px) {
  .section-two{
    padding-top:60px;
  }


  .m-p-0{
    padding: 0px;
  }

  .section-two .gallery{
    margin-right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .section-two .form{
    position: relative;
    z-index: 30;
    margin-top: -5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
} 

@media only screen and (max-width: 767px) {
  .section-two .form{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .section-two{
    padding-top: 50px;
    padding-left:30px;
    padding-right:30px;
  }
}

/* sectione Three */
.section-three{
  padding-top:80px;
}

.section-three .content-left{
  padding-right: 30px;
}

.section-three h3{
  font-size: 32px;
  color: #3F444B; 
  text-align: left;
  line-height: 38px;
  padding-bottom: 20px;
  font-family: 'WF-Semi-Bold', Arial, Helvetica, sans-serif;
}

.section-three .highlight{
  font-size: 18px;
  text-align: left;
  line-height: 22px;
  font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
  .section-three{
    padding-top:40px;
  }

  .section-three h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .section-two .form h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 500px) {
  .section-three{
    padding-left:20px;
    padding-right:30px;
  }

  .section-three h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 430px) {
  .section-four .content {
    padding: 30px;
  }
}

/* sectione four */

.section-four{
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-four .content{
  border-radius: 7px;
  background: #F8F8F8;
  padding:  50px 50px 10px 50px;
}

.section-four h3{
  font-size: 28px;
  color: #3F444B; 
  text-align: left;
  line-height: 26px;
  padding-bottom: 30px;
  font-family: 'WF-Semi-Bold', Arial, Helvetica, sans-serif;
}

.section-four ul {
  line-height: 22px;
  padding-bottom: 30px;
  font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
}

.section-four ul li{
  padding-bottom: 8px;
}

.section-four .highlight{
    text-align: center;
  font-size: 15px;
  padding: 20px 18px;
  background: #e9e9e9;
  border-radius: 5px;
  border: solid 1px #cdcdcd;
  /* color: #ffffff; */
    margin-top: 20px;
    margin-bottom: 20px;
  line-height: 22px;
  font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 991px) {
  .section-four .content{
    padding:  35px;
  }

  .section-four ul {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section-four{
    padding-top:30px;
  }

  .section-four h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-four .highlight {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .section-four{
    padding-left:30px;
    padding-right:30px;
  }

  .section-four h3 {
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 20px;
  }
}


/* sectione five */

.section-five{
  padding-top: 30px;
  padding-bottom: 90px;
}

.section-five h4{
  font-size: 24px;
  color: #3F444B;
  font-family: 'WF-Semi-Bold', Arial, Helvetica, sans-serif;
  padding-bottom: 30px;
}

.section-five img{
  padding-bottom: 30px;
}

.section-five .nav-tabs {
  border-bottom: none;
}

.section-five ol {
  color: #3F444B;
  padding-bottom: 30px;
  font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
}

.section-five ol li{
  padding-bottom: 10px;
  line-height: 22px;
}

.section-five li{
  padding-bottom: 0;
  font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
}

.section-five ul li a{
  padding: 26px 18px;
  color: #3F444B !important; 
  background: #F8F8F8 !important;
  margin-right: 2px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: 'WF-Semi-Medium', Arial, Helvetica, sans-serif;
}

.section-five ul li a:hover{
   color:#ffffff !important;
   background: #6498eb !important;
}

.section-five ul li .active{
  color: #ffffff !important; 
  background: #3F444B !important;
  font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}

.section-five .pt-5{
  padding-top: 0 !important;
}

.section-five .tab-content>.active {
    display: block;
    padding: 50px 50px 20px;
    margin-top:3px;
    background: #F8F8F8 !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.section-five .tab-content{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.section-five .tab-pane ul li{
    padding-bottom: 10px;
    line-height: 20px;
    font-family: 'WF-Regular-Text', Arial, Helvetica, sans-serif;
}

.section-five #simple-tabpanel-2 .brochure{
    border: solid 1px #dee2e6;
    background-color: #fff;
    border-radius: 5px;
}

.section-five #simple-tabpanel-2 .brochure img {
    padding-bottom: 0px;
}

.section-five #simple-tabpanel-2 .brochure .content{
  padding:15px;
}


.section-five #simple-tabpanel-2 .brochure .content h4{
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-five #simple-tabpanel-4 .btn {
  padding: 15px 0;
}

.section-five #simple-tabpanel-4 .btn a{
  padding: 15px 30px;
  background: #3f444c;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-five #simple-tabpanel-4 .btn a:hover{
  color:#ffffff;
  background: #6498eb;
  transition: .5s;
}

.m-curve{
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.section-five .tab-content .btn {
    padding: 15px 0;
}

.section-five .tab-content .btn a {
    padding: 15px 30px;
    background: #3f444c;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-five .tab-content a:hover{
  color:#ffffff;
  background: #6498eb;
  transition: .5s;
}

@media only screen and (max-width: 1299px) {
  .section-five ul li a {
    padding: 26px 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-five ul li a {
      font-size: 13px;
      padding: 26px 12px;
  }
}

@media only screen and (max-width: 768px) {
  .section-five ul li a {
    padding: 30px 13px;
  }
}

@media only screen and (max-width: 500px) {
  .section-five{
    padding-top: 5px;
    padding-left:30px;
    padding-right:30px;
  }

  .section-five li {
    width: 100%;
  }

  .section-five li.nav-item {
    border-bottom: 1px solid #d5d5d5;
  }

  .section-five ul li a {
    font-size: 16px;
    padding: 23px 22px;
    margin-right: 0px;
    background: #e6e6e6 !important;
  }

  .section-five ul li .active {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .section-five .tab-content>.active {
    padding: 30px;
    margin-top: 0;
    background: #fafafa !important;
    border-bottom: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .nav-tabs .nav-link {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

/* sectione six */

.section-six{
  padding-top:60px;
  padding-bottom: 50px;
}

.section-six .background-image{
    background-image:linear-gradient(to left, rgba(63, 68, 75, 0.12), rgba(61, 65, 69, 0.93)),
    url('../images/heatpump-bg-1.jpg');
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px 20px 0;
    margin-bottom: 30px;
    border-radius: 7px;
}

.section-six .content{
    padding: 63px 30px 0px 60px;
}

.section-six h3{
  font-size: 34px;
  color: #ffffff; 
  padding-bottom: 20px;
  font-family: 'WF-Medium', Arial, Helvetica, sans-serif;
}

.section-six .highlight{
  font-size: 20px;
  line-height: 26px;
  color: #ffffff; 
  font-family: 'WF-Semi-Bold-Text', Arial, Helvetica, sans-serif;
}

.section-six p{
  font-size: 16px;
  line-height: 22px;
  color: #ffffff; 
}

.section-six img{
    width: 400px;
    text-align: right;
    display: block;
    float: right;
    position: relative;
    margin-right: 50px;
    padding-top: 30px;
}

@media only screen and (max-width: 1399px) {
  .section-six .content {
      padding: 40px 30px 0px 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-six .content {
    padding: 40px 30px 40px 40px;
  }

  .section-six img {
    margin-right: 0px;
    padding-top: 104px;
  }
}

@media only screen and (max-width: 991px) {
  .section-six img {
      margin-right: 89px;
      padding-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .section-six h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .section-six .highlight {
    font-size: 18px;
    line-height: 24px;
  }

  .section-six img {
      margin-right: 14px;
  }

}

@media only screen and (max-width: 500px) {
  .section-six{
    padding-top: 30px;
    padding-left:30px;
    padding-right:30px;
  }

  .section-six .content {
    padding: 15px 10px 0;
  }

  .section-six h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-six .background-image {
    background-position: right;
  }

  .section-six img {
    padding-top: 20px;
    margin-right: -30px;
  }
}

