html body {
    font-family: 'Ubuntu', sans-serif;  
font-size: 14px;
}
html{
  overflow-x: hidden !important;  
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}
h1{
        font-size: 46px;
        font-weight: bold;
}

h2{
    font-size: 42px;
}
h3 {
    font-size: 32px;
}
h4{
    font-size:22px;
}
h5 {
    font-size: 20px;
}
h6{
    font-size: 18px;
}
/*a {
    color: #fb9201 ;
    cursor: pointer;
}*/
a:hover {
    text-decoration: none;
}
.btn, .contact-form input[type="submit"]{
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #1a70a9  inset;
        background-color:#f04d22;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    color: #fff;
    padding: 7px 35px !important;
    border:0px;

}
.btn:hover{
    box-shadow:0 0 0 50px #1a70a9  inset;
    -webkit-transform: scale(1);
}
.btn-transparent{
    border:1px solid transparent;
}
.btn-transparent:hover{
   background: transparent;
box-shadow:0 0 0 50px rgba(0,0,0,0.0)  inset;
border-color: #fff;
}
.btn-blue{
box-shadow:0px 0 0 #f04d22  inset;
}
.btn-blue:hover{
   box-shadow:0 0 0 50px #f04d22  inset;   
}
ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}
li, p{
     font-size: 16px;
}
p{
    line-height: 22px;
    color: #000;
}
img {
    max-width: 100%;
}

.btn {

}
.quote-btn a{
      background-color:#f04d22;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 7px 35px ;
    cursor: pointer;
    transition: all 0.5s; 
    color: white !important; 
line-height: 50px; 
}
.btn_small{
    font-size: 16px !important;
}
.btn:hover {
    color: #fff !important;
}

/*.form-control{
    background: #f8f8f8;
    border:1px solid #e8e8e8;
    border-radius:5px;
    font-size: 14px;
    padding: 8px 24px;
    height: auto;
    font-size: 14px;
}*/
label{
    font-weight: 400;
    color: #2f2f2f;
    font-size: 18px;
}
.fontawesome,
.fontawesome option {
    font-family: "Font Awesome 5 Pro";
}
.cursor_pointer{
    cursor: pointer !important;
}
.border_1px{
    border:1px solid #e8e8e8 !important;
}
.border_btm{
    border-bottom:1px solid #e8e8e8 !important;
}
.border_color{
    border-color: #d3d3d3 !important;;
}
.radius_10{
    border-radius: 10px;
}
.radius_6{
    border-radius: 6px;
}
.radius_0{
    border-radius: 0px;
}
.font_22{
    font-size: 22px;
}
.font_12{
    font-size: 12px;
}
.font_16{
    font-size: 16px !important;
}
.font_18{
    font-size: 18px !important;
}
.font_20{
    font-size: 20px;
}
.font_14{
    font-size: 14px;
}
.font_22{
    font-size:22px;
}
.font_24{
    font-size: 24px;
}
.font_28{
    font-size: 28px;
}
.font_30{
    font-size: 30px;
}
.weight_400{
    font-weight: 400;
}
.weight_500{
    font-weight: 500 !important;
}
.weight_bold{
    font-weight: 700;
}
.line_height_30{
    line-height: 30px;
}
.select_wrap {
    position: relative;
}
.select_wrap select{
    -webkit-appearance:none;
}
.weight_600{
    font-weight: 600;
}
.select_wrap::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 6px;
    position: absolute;
    pointer-events: none;
    font-weight: 500;
    color: #73787E;
}
.breadcrumb-item+.breadcrumb-item::before{
    display: none;
}
.box_shadow{
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
} 
.navbar-toggler-icon{
    color: #fb9201;
}
.color_gray{
    color: #454545!important;
}
.color_black{
    color: #000000 !important;
}
.color_orange{
    color: #f04d22 !important;
}
.color_blue{
    color: #1a70a9;
}

/*------bg color-------*/
.bg_medium_gray{
    background-color: #f8f8f8;
}
.bg_light_gray{
    background-color: #efefed !important;
}
.bg_gray{
    background-color: #f0f0f0 !important;
}
.bg_orange{
    background-color: #f04d22 !important;
}
.bg_black{
    background-color: #222222 !important;
}
.bg_blue{
    background-color: #1a70a9;
}
/*--------start home page styling------*/
.underline-link{
    text-decoration: underline;
}
.logo{
    height: 40px;
}

.navigation-bar .nav-item{
    display: inline-block;
    line-height: 34px;
    font-size: 16px;
}
 
.navigation-bar .nav-item .nav-link{
    color: #fff ;
    display: block;
    padding: 0px 20px;
    transition: all 0.5s;
}
.navigation-bar .nav-item .nav-link:hover{
   background-color: #fff;
   color: #1a70a9;
    transition: all 0.5s;
}
.quote-btn{
    position: absolute;
    right: 0px;
    margin-top: -8px;
}

.quote-btn a:hover{
    color: #1a70a9 !important;
    border:0px;
}
.phone-info .icon{
    float: left;
    background: #1a70a9;
       height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-left: -45px;
    font-size: 22px;
    color: white;
}
.phone-info .phone-no{
    float: left;
}
.header-section{
    background-image: url("../images/header-img_02.png");
    padding: 130px 0px;
    background-size: cover;
    background-position: center;
}
.services-tabs{
    border:1px solid lightgray;
    border-radius: 6px;
}
.services-tabs li{
    width: 33.33%;
    background-color: #f8f8f8;
    margin-bottom: 0px !important;
    position: relative;
}
.services-tabs li a{
    padding: 20px;
    border:0px !important;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    border-radius: 0px !important; 
}
.services-tabs li:nth-child(1) .nav-link.active .services-tabs li:nth-child(2){
    border-right: 1px solid red;
}
.caret-icon{
    position: absolute;
    bottom: -26px;
    z-index: 1111;
    font-size: 50px;
    color: transparent;
    text-align: center;
    
}
.services-tabs li:nth-child(1), .services-tabs li:nth-child(1) a{
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.services-tabs li:nth-child(3), .services-tabs li:nth-child(3) a{
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.services-tabs li:nth-child(3){
    width: 33.343%;
}
.services-tabs li a p{
    line-height: 35px;
}
.services-tabs li a.active {
    background-color: #1a70a9 !important;
}
.home-icon{
    height: 70px;
    width: 140px;
}
.services-tabs li a.active  .caret-icon{
           color: #1a70a9 !important;
}
.services-tabs li a:hover{
    border:0px !important;
}
.tabs-li p{
    display: flex;
}
.services-tabs li a.active .tabs-p{
    color: white !important;
}
.services-tabs li a.active .tabs-img{
   filter: brightness(0) invert(1); 
}
.services-tabs li a p{
    color:#1a70a9; 
}
.link-p{
    position: relative;
}
.link-p p::after{
 position: absolute;
    content: "";
    height: 56px;
    width: 1px;
    background-color: #d3d3d34f;
    top: -7px;
    right: -19px;
    z-index: 1111;
}
.link-p2 p::after{
    right: -17px !important;
}
.section-heading h6{
    color: #f04d22;
}
.section-heading h3{
    color: #1a70a9;
}
.section-heading h3 span{
    border-bottom: 3px solid #f04d22;
    padding-bottom: 3px;
}
.about-us-section{
    background-image: url("../images/about-us-img.jpg");
    background-size: cover;
    padding: 70px 0px;
}

.panel-heading{
    padding: 5px 0px 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    background-color: #1a70a9;
    border-radius: 6px;
}
.panel-heading i{
padding: 0px 15px;
    color: #fff;
}

.panel{
    border-radius: 6px;
}
.panel p{
    color: #6d6d6d;

}
.panel .content{
         border-bottom: 1px solid #1a70a9;
    border-left: 1px solid #1a70a9;
    border-right: 1px solid #1a70a9;   
}
.panel-heading.active{
    color: #fff !important;
    background: #f04d22 !important;
    border-bottom: 0px;
    border-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.header-link.fa-plus::before{
    display: none;
}

.panel-collapse{
    font-size: 16px;
    font-weight: 300;
}
.panel-heading:hover{
    text-decoration: none;
    color: white;
}   
.footer-upper-section{
    background-image: url("../images/footer-upper-img.png");
}
.footer-upper-section p{
    line-height: 30px;
}
footer h5 span{
    border-bottom: 3px solid #f04d22;
    padding-right: 15px;
    padding-bottom: 5px;
}
footer a{
    display: flex;
    line-height: 30px;
    color: #1a70a9;
    font-size: 16px;
}
.address-col p span{
        width: 25%;
    font-weight: 500;
    display: inline-table;
}
.address-col p span.info{
    width: 75%;
    font-weight: 400;
}
.bottom-footer{
    border-top:1px solid lightgray;
}
.small-nav-logo{
    display: none;
}

.navbar-toggler-icon {
    color: #fff;
    border: 2px solid #fff;
    padding: 7px 9px;
    height: auto;
    width: auto;
}
.small-nav-logo{
    height: 30px;
}
.services-tabs .row{
    height: 100%;
    align-items: center;
}
.footer-col a:hover{
    color: #f04d22;
}
.small-phone-info{
    display: none;
}
.address-col p{
    display: flex;
}
.blue-quote-btn{
    margin-top: 12px;
}
/*-------start trade page styling---------*/
.trade-banner{
    background-image: url("../images/trade-banner.png");
    background-size: cover;
    padding: 70px 0px;
    background-position: center;
}
.breadcrumb-item+.breadcrumb-item::before{
        font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
          color: #1a70a9;
}
.breadcrumb-item.active, .breadcrumb a{
    color: #1a70a9;
}
.border-div{
    background-color: #f04d22;
    height: 3px;
    width: 350px;
}
.simple-link{
    border-bottom: 1px solid #1a70a9;
}
.single-certificate .simple-link{
    border-bottom: 1px solid #fff;
}
.single-certificate{
    border-radius: 6px;
    transition: all 0.4s;
}
/*-------start services page styling----------*/
.contact-form input, .contact-form textarea, .contact-form select{
    background-color: white;
    padding: 12px 24px;
    margin-bottom: 10px;
}
.contact-form textarea{
    height: 130px;
}
.contact-form ::placeholder{
    color: #c1c1c1;
}


/*---------start contact us page styling---------*/
.social-link{
  font-size: 25px;
  margin-right: 5px;
}
.social-link:hover{
    color: #f04d22 !important;
}
/*-----------start order step1 styling------*/
#residential, #commercial, #new-build{
    display: none;
}

input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

.order-section label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  cursor: pointer;
  min-height: 380px;
  font-weight: 400;
}

.order-section label:before {
    background-color: white;
    color: #1a70a9;
    content: " ";
    display: block;
    border-radius: 4px;
    border: 2px solid #1a70a9;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    transition-duration: 0.4s;
}

.order-section label img {
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
      height: 60px;
}
.order-img{
        height: 120px;
    width: 120px;
    background: #efefed;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.order-section :checked + label {
  background-color: #1a70a9 !important;
}
.order-section :checked + label p, .order-section :checked + label h6{
    color: #fff !important;
}

.order-section :checked + label:before {
background-color: transparent;
    border-color: white !important;
    color: #fff !important;
     -moz-box-shadow:   inset 0px 0px 0px 3px #fff;
   -webkit-box-shadow:inset 0px 0px 0px 3px #fff;
      box-shadow: inset 0px 0px 0px 3px #fff;
}
.selected-order-content label{
    min-height: auto !important;
        background-color: #efefed !important;
    border: 1px solid #b2b2b2;
    margin-bottom: 30px;
}
.selected-order-content label:before{
    border-color: #b2b2b2 !important;
     top: 14px !important;
}

.selected-order-content :checked + label:before{
   -moz-box-shadow:   inset 0px 0px 0px 3px #fff;
   -webkit-box-shadow:inset 0px 0px 0px 3px #fff;
      box-shadow: inset 0px 0px 0px 3px #fff;
      border:1px solid #b2b2b2;
}

.selected-order-content label p{
        padding-top: 6px;
    margin-bottom: 8px;
    padding-left: 40px;
}
.large-checkbox{
    transform: scale(1.5);
    margin: 0px 5px;
}
.simple-link-label{
    text-decoration: underline;
}
.value-div{
    padding: 11px;
    margin-top: 12px;
}
/*------testimonial page style------*/
.testimonials{
    text-align: center;
    margin-bottom: 50px !important;
}
.testimonials .comment{
    padding: 40px 40px 10px 40px;
    font-style: italic;
  height: 170px;
  display: flex;
  align-items: center;
}

.testimonials img{
    margin-top:-35px;
}
.testimonials .section-heading ul li{
    list-style: none;
    display: inline-block;
    color: #f04d22;
}
.li_tick{
    padding-left: 25px;
}
.li_tick li{
    list-style-image: url(../images/tick.png);
    font-weight: 500;
    margin: 10px 0px;
}
.nested_ul {
    counter-reset: item;
}
.nested_ul > li {
    margin-top: 20px;
    font-weight: 700;
    color: #222222;
}
.nested_ul ul {
    counter-reset: item;
    padding-left: 15px;
}
.nested_ul > li > ul > li {
    margin-top: 10px;
    font-weight: 400;
    color: #6d6d6d;
}
.nested_ul li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}
.career-lists li::before {
content: "\2022";
    color: #f04d22;
    font-weight: bold;
    display: inline-block;
    width: 0.5em;
    font-size: 30px;
    line-height: 1em;
    position: absolute;
    left: 15px;
    margin-top: 3px;
}
.career-lists li{
    font-weight: bold;
    color: #000;
    line-height: 2.3em;
}
.centered-content{
    display: flex;
    align-items: center;
}
.cvv-img img{
    margin-top: -13px;
}
/*----------pricing page styling----------*/
.pricing-table thead {
    background-color: #1a70a9;
    color: white;
    font-size: 20px;
    border-bottom: 0px;
}

.size-heading {
    background-color:#f04d22;
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
}

.pricing-table tr td {
    padding: 1rem;
}

.pricing-table thead th {
    padding: 1.3rem;
}

.pricing-table tr td input {
    background: transparent !important;
    border: 0px;
}

.pricing-table ::placeholder {
    font-weight: bold;
}

.pricing-table .no-heading {
    background-color: black;
}
/*------start faq page style---*/
.faq-ul ul{
    flex-direction: column;
}
.faq-ul ul li a.active{
     border-left: 5px solid #1a70a9;
    background-color: #f04d22 !important;
    border-bottom-color: transparent;
    color: #fff !important;
}
.faq-ul ul li a{
    border-bottom: 1px solid #f0f0f0 ;
    color:#1a70a9;
    font-size: 16px;
    border-left: 5px solid transparent;
    padding: 1rem !important;
}
.faq-content h3{
    color: #1a70a9;
}
.lists-style li::after{
    background-image: url(../images/li-style.png);
    height: 15px;
    width: 16px;
    position: absolute;
    content: "";
    left: 17px;
    margin-top: 5px;
}
.lists-style li{
    padding-left: 25px;
}

@media only screen and (max-width: 1200px){
    .container{
        width: 100%;
        max-width: 100%;
    }
    .navigation-bar .nav-item .nav-link{
        padding:0px 10px;
    }
        .services-tabs li:nth-child(3) {
    width: 33.34% ;
}
}
@media only screen and (max-width: 1024px){
    .link-p p::after{
        top: 11px;
        right: -6px !important;    }

  .blue-quote-btn {
    margin-top: 25px;
}
}
@media only screen and (max-width: 992px){
    .order-section label{
        min-height: auto !important;
    }
            .padding-remove{
    padding: 0px;
  }
    .navigation-bar .nav-item{
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
}
    
    .small-nav-logo{
        display: block;
    }
    .quote-btn{
        position: relative;
        margin-bottom: 30px;
        border-radius: 6px;
        margin-top: 20px;
    }
    .navigation-bar .nav-link{
        text-align: center;
        padding: 0px !important;
    }
    .services-tabs .nav-link p{
        font-size: 19px !important;
        text-align: left !important;
    }
    .about-us-section{
        padding: 40px 0px;
    }
    .reverse-row{
        flex-direction: column-reverse;
    }
    .border-div{
        margin: auto;
    }
    .home-icon {
    height: 50px;
    width: 120px;
}
.phone-info{
    float: left !important;
    margin-left: 36%;
}
}
@media only screen and (max-width: 768px){
        .link-p p::after{
        top: -10px;
        right: 3px !important;
    }
    .header-section{
        padding: 70px 0px;
    }
    h1{
        font-size: 30px;
    }
    h3{
        font-size: 22px;
    }
    h4{
        font-size: 18px;
    }
    .footer-upper-section p{
        font-size: 18px;
        line-height: 25px;
        font-weight: 400;
    }
    .btn{
        padding: 7px 20px;
    }
    .services-tabs li a{
        padding: 12px;
    }
    .services-tabs .nav-link p{
        line-height: 18px;
        text-align: center;
            overflow-wrap: break-word;
    }
   .footer-col{
    margin-bottom: 30px;
   }
   .border-div{
    width: 180px;
   }

   .home-icon {
    height: 40px;
    width: 100px;
}
.installation-first-row-reverse{
    flex-direction: column-reverse;
}
.lists-style li::after{
    left: 0px;
}
}
@media only screen and (max-width: 576px){
    .pricing{
        padding: 0px !important;
    }
    .pricing-table thead{
        font-size: 15px !important;
    }
    .trade-banner{
    padding: 40px 0px;
}
    .header-section{
        padding: 40px 0px;
    }
    p, .panel p, .heading p, li{
        font-size: 14px !important;
        line-height: 18px;
    }
    h1{
        font-size: 22px;
    }
    h3{
        font-size: 18px !important;
    }
    h4{
        font-size: 16px !important;
    }
    h6,  .contact-form label, .services-tabs .nav-link p{
        font-size: 14px !important;
    }
    .header-link{
        line-height: 15px;
        font-size: 12px;
    }
    .faq, .tabs{
        padding: 0px;
    }
    .footer-upper-section p{
            font-size: 14px;
    line-height: 18px;
    }
    .btn{
        font-size: 14px !important;
    }
    .services-tabs .nav-link img{
        display: none;
    }
     .services-tabs li a{
        padding: 6px 10px;
    }
  .caret-icon{
        font-size: 30px;
            bottom: -17px;
  }
  .small-phone-info{
    display: block;
  }
  .phone-info .icon{
    margin-left: -40px;
    background-color: #f04d22;
  }
  
  .link-p p::after{
    display: none;
  }
  .tabs-p{
    padding: 10px;
  }
  .order-section label{
    min-height: auto;
  }
  footer a, footer .footer-col a{
    font-size: 14px !important;
    line-height: 25px;
  }
  .panel-heading i{
    font-size: 12px;
  }
   .services-tabs .nav-link p{
        text-align: center !important;
    }
    .phone-info {
    margin-left: 3%;
    width: 95%;
    display: flex;
    align-items: center;
}
.phone-info h6{
    padding-top: 0px !important;
}
.testimonials .comment{
    padding: 10px 10px 10px 10px;
}
.lists-style li::after{
    margin-top: 2px;
}
}