@import url('http://fonts.cdnfonts.com/css/open-sans');
@font-face {
  font-family: 'Product Sans Light 300';
  src: url('../fonts/Product\ Sans\ Light\ 300.ttf');
  src:
    local('Product Sans Light 300'), local('Product Sans Light 300'), url('../fonts/Product\ Sans\ Light\ 300.ttf') format('opentype');
}
@font-face {
  font-family: 'Product Sans Bold';
  src: url('../fonts/Product\ Sans\ Bold.ttf');
  src:
    local('Product Sans Bold'), local('Product Sans Bold'), url('../fonts/Product\ Sans\ Bold.ttf') format('opentype');
}
body,p {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Product Sans Light 300';
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Product Sans Bold';
}
figure.google_rating {
  display: none;
}


body::-webkit-scrollbar {
    width: 10px;
    border-radius: 20px;
  }

  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }
   
  body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 20px;
}
.google-athlete-text{
    font-size:0.5px;
    color:#f4f4f3;
}
.custom-title-teddingston{
    background:#ffc90e;
     color: white;
    line-height: 124px;
}
 .custom-title-richmond{
     background: #00a2e8;
    color: white;
    line-height: 124px;
 }  
  
  .muswell-link{
      text-decoration:none;
      color:#fdb640;
  }
 .muswell-link:hover{
     color:#fdb640;
 }
.safe-site-logo{
    text-align: end;
}
.header-section{
    margin-top: 30px;
}
.excellent-review .google-review{
    width: 35%!important;
    margin-left: 10px;

}
.approximate-text {
  font-weight: bold;
  font-size: 14px;
}
.approximate-text a {
  text-decoration: none;
  color: #676767;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Product Sans Light 300';
}
.approximate-text a i {
  color: #fff;
  font-size: 16px;
}
.call-button a {
  text-decoration: none;
  background: #fdb640;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  border-radius: 4px;
}
.approximate-text a i, .approximate-text a img {
  margin: 0 3px;
}
.approximate-text.for-mobile a i, .approximate-text.for-mobile a img {
  display: flex;
  margin: 10px auto 0;
  height: 18px;
}
.approximate-text.for-mobile span {
    display: block;
    height: 26px;
}
.approximate-text.for-mobile {
    box-shadow: 2px 0 8px #ddd;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #ffff;
    left: 0;
}
a.whatsapp_icon i {
  background: #32d24e;
  border-radius: 50%;
  width: 24px!important;
  height: 24px!important;
  margin: 15px 5px 0 5px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
a.whatsapp_icon i {
  font-size: 16px;
  color: #fff;
}
.approximate-text span {
  color: #737373;
}
.excellent-review a {
    text-decoration: none;
    color: rgba(0,0,0,.55);
    font-weight: bold;
}
.get-a-free a{
    color: #fdb640 !important;
    text-decoration: none;
}
.navbar-section{
    margin-top: 20px;
}
.custom-style-nav .nav-link{
    color:black;
    font-weight: bold;
}
.custom-style-nav .nav-link:hover{
    color:#fdb65f !important;

}
.banner-section{
    margin-top: 20px;
}
.within-bg{
  background: #4e3104;
    border: 2px solid #f2840c;
    padding: 30px 0px;
}
.within-text h2{
    font-size: 30px;
    color: white;

}
.within-text span{
    color: #f2840c;
}
.contact-buttons{
    margin-top: 40px;
}
.get-a-quote-btn{
    color: white;
    border: 1px solid white;
    border-radius: 0px;
    padding: 15px 35px ;
    font-weight: bold ;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    text-decoration: none;
}
.get-a-quote-btn:hover{
    color: white;
    background: #f2840c;
}

.looking-left h3 {
    color: #4e3104;
}



.Call-us-btn{
    width: 180px;
    color: white ;
    text-align: center;
    border-radius: 0px ;
    margin-left: 20px;
    padding: 15px 55px;
    font-weight: bold ;
    background-color: #fdb640;
    transition: all 0.5s;
    text-decoration: none;
}

  
  .Call-us-btn{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .Call-us-btn:after {
    content: '→';
    position: absolute;
    opacity: 0;  
    top: 10px;
    right: -20px;
    transition: 0.5s;
    font-size: 20px;
  }
  
  .Call-us-btn:hover{
    padding-right: 24px;
    padding-left:8px;
    color: white;
  }
  
  .Call-us-btn:hover:after {
    opacity: 1;
    right: 40px;
  }
.best-emergency-left ul {
    line-height: 32px;
    margin-top: 16px;
    list-style-image: url('../img/Orange-Tick.png');
}
.best-emergency-left h6{
    margin-top: 30px;
}

.contact-btn{
    color: white;
    text-decoration: none;
  
    background-color: #fdb640;
    padding: 10px 28px !important;
}
.plumbin-call-button.mt-lg-5.mt-5 .contact-btn {
    color: white;
    text-decoration: none;
    background-color: #fdb640;
    padding: 10px 28px !important;
    display: block;
    width: max-content;
    margin-bottom: 20px;
}
.plumbin-call-button.mt-lg-5.mt-5 {
    margin-top: 1.5rem !important;
}
.contact-btn:hover{
    color:white;
}
.contact-btn i {
    font-size: 26px;
}

  @keyframes hvr-biizz {
    50% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    100% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
  }
  .contact-btn:hover i {
    cursor: pointer;
    -webkit-animation-name: hvr-biizz;
    animation-name: hvr-biizz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
.our-some-servies{
    border-top: 1px solid #f2840c;
    margin-top: 80px;
}
.our-some-servies a {
    text-decoration: none;
}
.some-services{
    border: 1px solid #ffc527;
 margin-top: 60px !important;
 position: relative;

}
.some-services h5{
    padding: 20px 0px;
  
}
.service-icon{
  
    position: absolute;
    top: -6%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.extension {
    background-color: #4e3104;
    width: 100%;
    color: white;
    text-align: center;
    padding: 23px 0px;
    font-size: 20px;
}
 .plus-icon svg {
    background: #fdb640;
    float: right;
    margin-top: -12px;
    height: 35px;
    width: 35px;
}

.full-service-btn{
    border: 2px solid #fdb640;
    padding:15px 30px;
    text-decoration: none;
    color:#fdb640;
  
}
.full-service-btn:hover{
   
    color:#fdb640;
}
.need-a-builder{
    border-top: 5px solid #f2f2f2;
    margin-top: 30px;
}
.building-construction a, .about-left a, .build-right a {
    text-decoration: none;
}
.need-a-builder-left h2, .need-a-builder-left h3{
    color: #fdb640;
    font-size: 65px;
    font-weight:bold;
    margin-top: 35px;
}
.need-a-builder-left p{
    color: #fdb640;
    font-size: 21px;

}
.need-a-builder-right h4{
    margin-top:75px;
    color: #595959;
}
.faq-section{
    background: #edefee;
    margin-top: 30px;
    padding-bottom: 30px;
}

.fAQ-right h3{
    font-weight:bold;
    font-size: 42px;
    margin-top: 40px;

}
.fAQ-right h5{
    font-weight:bold;
    font-size: 17px;

}
.custom-header{
    background: #ccc!important;
}
.custom-header:focus{
    background: #ccc!important;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    background: #ccc!important;
}
.custom-accordian{
margin-top: 20px;

}
.button-number span{
    background: #fdb640;
    padding: 20px ;
    text-align: center;
    margin-right: 10px;

}
.button-numbers span{
    background: #fdb640;
    padding: 20px 16px;
    text-align: center;
    margin-right: 10px;

}

.button-number, .button-numbers{
    padding: 0px 11px 0px 0px !important;
    margin-top: 5px;
}
.button-number:focus{
    border-color: #fff !important;
    box-shadow: none !important;
   
  
}
.button-numbers:focus{
    border-color: #fff !important;
    box-shadow: none !important;
   
  
}
.button-number,.button-numbers:not(.collapsed){
    background: white !important;
    color: black !important;
}
.accordion-body {
    padding: 1rem 1.25rem !important;
}
.call-an-emergency span{
    color: #fdb640;
}
.our-work{
    position: relative;
    margin-top: 40px !important;
}
.work-text::before{
    content: '';
    width: 52px;
    height: 2px;
    background-color: #f2840c;
    position: absolute;
    top: 30px;
    margin-left: 30px;

}
.insta-icon{
    width: 2%;
}
/* our-work-slider */
.section-padding {

    margin: 0 auto;
    padding: 0px 0;
    position: relative;
}
.owl-item .item {
    transform: translate3d(0, 0, 0);

    margin: 50px 0;

}
.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    border: 4px solid white;
}
.screenshot_slider .owl-nav {
    text-align: center;
}
.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #1e0d02 !important;
}

.owl-carousel .owl-nav button.owl-next{
 position: absolute;
 top: 35%;
 right: 0px;

}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 35%;
    left: 0px;
   
   }
  .custom-carousel .owl-stage-outer {
  min-height: 60vh;
}
.header-section .col-3 span {
    display: none;
}

/* see-more-post-button */
.see_more_posts {

    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-size: 13px !important;
    text-transform: uppercase !important;
   padding: 5px 20px !important;
    color: grey;

    text-align: center;
   
    border: 1px solid grey;
    border-radius: 5px;
    position: relative;
    overflow: hidden !important;
 
    transition: all .3s ease-in-out !important;
    background: transparent !important;
    z-index: 10;

}


.see_more_posts:hover {
    border: 1px solid #071982;
    color: white !important;
}

.see_more_posts::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #00adef;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.see_more_posts::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #109e9e;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, .6);
}

.see_more_posts:hover::before,
.see_more_posts:hover::before {
    opacity: 1;
    width: 116%;
}

.see_more_posts:hover::after,
.see_more_posts:hover::after {
    opacity: 1;
    width: 120%;
}
.partner-association {
    margin-top: 35px;
    border-top: 1px solid rgb(242, 132, 12);
}
.trustor-img {
    width: 40%;
}
.icon-sec{
    text-align: center;
} 
.social-icon ul{

display: flex;
justify-content: center;
margin-top: 40px;
}
.social-icon ul li{
    list-style: none;
    margin-left: 20px;
    
}
.social-icon ul li a{
    text-decoration: none;
    color: #d59227;
    
}
.map{
    margin-top: 40px !important;
}
.footer-text{
    margin-top: 30px !important;;
}
.footer-text p a{text-decoration:none; color:inherit;}
.design-by{background: #f4f4f3; text-align: center; padding: 10px 0;}
.design-by img{
    width: 6%;
}
.we-are-available{
    background: #f9a94d;
    padding: 40px 0px;
    margin-top: 40px;
}
.footer-contact-us{
    background: white;
    color: #f2840c;
    padding: 15px 15px;
    text-decoration: none;
}
.footer-contact-us:hover{
    color: #f2840c;
    
}
.availabel-left h5{
    color: white;
}
.availabel-right{
    text-align: end;
}
.service-text  h1{
    font-size: 70px;
    }
.Service-section{
    background: #4e3104;
    padding: 100px 0px;
    margin-top: 20px;
}
.service-text a {
    text-decoration: none;
}
.area-we-serve{
    background:#4e3104;
    padding: 100px 0px;
}
.looking-left span{
    color: #f2840c;
}
.looking-left h3{
    font-weight: bold;
}
.service-right h4{
    border-left: 1px solid grey;
    margin-left: 24px;
    padding-left: 8px;
  
  
}.looking-left{
    margin-top: 10px !important;
}
.service-right p{
    margin-left: 24px;
    padding-left: 8px;
}
.service-right{
    background: url('../img/icon-service.png') no-repeat left top;
    margin-top: 20px !important;
}
.our-work-section{
    border-top: 1px solid #fdb640;
    margin-top: 30px !important;
}
.about-left span{
    color: #fdb640;
}
.custom-card {
    border:none !important;
    box-shadow: 0px 0px 10px #ebebeb;
    margin-top: 40px;
}
.custom-title-Enfield{
    background: red;
    color: white;
    line-height: 124px;
  
}
.custom-title-Harrow{
    background: green;
    color: white;
    line-height: 124px;
}
.custom-body{
    padding: 1px !important;
}
.enfield-text{
    padding: 20px;
}

.al-plumbing h3{
    color:#7f7f7f;
    margin-top: 40px;

}
.al-plumbing h5{
margin: 30px 0px ;
position: relative;
}
.service-text  h1{
font-size: 70px;
}
.north-west:before{
    content: '';
    width: 25%;
    height: 2px;
    background: #f2840c;
    position: absolute;
    top: 35px;

}
.north-london:before{
    content: '';
    width: 18%;
    height: 2px;
    background: #f2840c;
    position: absolute;
    top: 35px;

}
.middle-sex:before{
    content: '';
    width: 13%;
    height: 2px;
    background: #f2840c;
    position: absolute;
    top: 35px;

}
.al-plumbing h6{
    font-size: 1.25rem;
    margin-bottom: 10px;
}
strong{
    color:#676767;
}
.cmpny_report h3{
    font-size: 60px;
    font-weight: bold;
    color: #f2840c;
}

/* contact-section */

.contact-sec{padding:100px 0 40px;}
.contact_left{
    position: relative;
 

}
.contact_left h4{
	font-weight:400;

}
.contact_left h4::before{
    content: '';
    position: absolute;
    background-color: #d59254;
    top: 45px;
    left: 40px;
    width: 40px;
    height: 2px;   
}
.contact_left a{
    text-decoration: none;
    color: #d59254;
    font-weight: 900;
}
.contact_right{
    margin-top: 70px;
}

.custom-form::placeholder{
    color:#d59254;
   
}
.custom-form:focus{
    box-shadow: none;
    border-color: #ced4da;

}
.contact_right .contact-btn{
    background: #d59254;
    border-color: #d59254;
}
.contact_right .contact-btn:focus{
    box-shadow: none!important;
    border-color: #a99d89;
}
.contact_right .contact-btn:hover{
    background: #d59234;
    border-color: #d59234;
}
.contact_right .contact-btn {
    margin-bottom: 80px;
}

/* about-page-css */
.about-icon-section i{
    color:#1a73e8;
}
.about-icon-section a{
    color: #00a2e8;
    text-decoration: none;
    font-weight: 500;
}
.about-icon-section p{
    font-weight: 500;
}
.about-icon-section span{
    color: #00a2e8;
    font-weight: 500;
}
.building-construction p{
    font-weight: 500;
    font-size: 18px;
}

.building-section{
    border-top: 1px solid #f2840c;
    margin-top: 40px;
    padding-top: 50px;
}
.building-construction span{
    color: #fdb640;
}
.building-section span{
    color: #fdb640; 
    font-weight: 500;

}
.arben-zogu{
    border-top: 1px solid #f2840c;
    border-bottom: 1px solid #f2840c;
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 40px;
}

/* house extensions builder page  */
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu{border:0;}
section.house-extension{padding:70px 0 40px;}
section.house-extension h2, section.why-choose h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}

.why-choose .container{padding:30px 0; border-top:1px solid #dadada;}
.why-choose  h4 {
    font-size: 25px;
    line-height: 40px;
}

section.house-extension p{font-size:18px; font-weight:normal;}

section.house-extension h4{margin:40px 0;}
section.house-extension h4 span ,
.why-choose  h4 span ,
section.house-extension h2 span {
    color: #f2840c;
}

.gallery-sec figure {
    width: 100%;
    height: 310px;
    overflow: hidden;
    display: block;
}
.gallery-sec figure img {
    display: flex;
    object-fit: contain;
    width: 100%;
    height: auto;
}
.inner-banner-section{background-attachment:scroll;


padding:300px 0;
}
.for-mobile{display:none;}

.first-pic-right 
 {
    text-align: right !important;
}

.first-pic-right p {
    text-align: right !important;
    /* display: inline-block; */
    display: inline-block;
}

.second-pic-left {
    text-align: left !important;
}

.second-pic-left p {
    /* text-align: left !important; */
    display: inline-block;
    padding-left: 15px;
}




.google-verified-logo {
    left: 10px;
    position: absolute;
    top: 0px;
}
.overlay a{	font-weight:normal; font-family:Product Sans Light 300;}
.overlay {
    position: absolute;
  width: 400px;
	font-family:Product Sans Light 300;
    cursor: pointer;
    border: 1px #595959 solid;
    border-radius: 10px;
    padding: 10px 20px;
    top: 60px;
    background-color: #fff;
    display: none;
}

.header-image-hover:hover .overlay {
    display: block;
        z-index: 2;
}

.links a {
    text-decoration: none;
    color: #00a2e8;
}

.color-green a {
    color: #01a777;
    text-decoration: none;
}


/* .overlay .color-green {
    padding-top: -20px;
} */

.overlay p {
    text-align: center;
    align-items: center;
}

.overlay p img {
    padding: 0;
}
p span {
    color: #f2840c;
}
@media screen and (min-width:280px) and (max-width:321px){
    .Call-us-btn {

    margin-left: 13px !important;
    margin-top: 10px !important;
    padding: 12px 28px !important;
    width: 138px !important;
    font-weight: bold;
 
}

.get-a-quote-btn {
 

    padding: 12px 11px !important;
 

}
    .navbar-brand{
        width:60%;
    }
    .g-recaptcha{
        
        margin-left:0rem!important;
    }
	.overlay {
    width: 280px;
  
}
}
@media screen  and (max-width:551px) {

.overlay {
    width: 340px;
  
}
.footer-text p {
    padding-bottom: 40px;
}
	 .bathroom-renovation h3,
	.bathroom-banner a{margin:20px auto 20px;}
	.first-pic-right, p , .bathroom-renovation h3{
    text-align: center!important;
}
/*.second-pic-left, p, section.house-extension h2 section.house-extension h3 {
    text-align: center !important;
}*/
  .Service-section{
    margin-top: 10px;
  }
    .main-logo-img{
    width: 80%;
   }
   .banner-section {
    margin-top: 10px;
}
    .build-right h2{
     text-align: center !important;
   } 
    .building-section {
        text-align: center;
        border-top: 1px solid #f2840c;
        margin-top: 15px;
        padding-top: 20px;
    }
    .about-tel i{
        font-size: 19px;
    }
    .about-tel{
        font-size: 14px !important;
    }
    .about-btn{
        margin-top: 30px;
    }
    .header-section{
        margin-top: 10px;
    }
    .approximate-text{
        display: none;
    }
    .custom-toggler{

        border-color: white !important;
    }
    .custom-toggler:focus{
        box-shadow: none!important;
    }
    .within-text h2 {
        font-size: 20px;
        color: white;
    }
    .get-a-quote-btn {
        color: white ;
        border: 1px solid white;
        border-radius: 0px;
         padding: 12px 16px;
        font-weight: bold ;
    }
    .second-pic-left {
    text-align: center !important;
}
    .Call-us-btn {
        color: white ;
        border-radius: 0px ;
        margin-left: 20px;
        margin-top: 25px;
    padding: 12px 35px;
    width: 143px;
        font-weight: bold ;
        background-color: #f2840c;
    }
    .contact-buttons {
        margin-top: 0px;
    }
    .Call-us-btn:after {
        content: '→';
        position: absolute;
      
        right: -14px;
     
    }
    .best-builder-near{
        margin-top: 20px;
        
    }
    .best-emergency-left h5{
        text-align: center;
    }
    .need-a-builder-left h2 {
     
        font-size: 44px;
       
        margin-top: 22px;
    }
    .need-a-builder-right h4 {
        margin-top: 0px;

    }
    .need-a-builder{
        text-align: center;
        margin-top: 48px;
    }
    .insta-icon {
        width: 10%;
    }
  
    .fAQ-right h3{
        font-size: 27px;
        text-align: center;
    }
    .fAQ-right h5{
      color: #595959;
      text-align: center;
      font-size: 16px;
      line-height: 24px;
    }
    .button-number, .button-numbers{
        font-size: 12px !important;
    }
    .custom-carousel .owl-stage-outer {
        min-height: 51vh;
      }
      .social-icon ul li:nth-child(1){
        margin-left: 0px;
    }
    .social-icon ul li a{
        font-size: 10px;
    }
    .social-icon ul {
        padding-left: 0px!important;
        margin-top: 8px;
    }
    .availabel-left{
        text-align: center;
    }
    .availabel-right{
        text-align: center;
      
    }
    .we-are-available {
        background: #f9a94d;
        padding: 13px 0px 31px;
        margin-bottom: 30px;
    
    }
    .our-some-servies {
        border-top: 1px solid #f2840c;
        margin-top: 35px;
    }
    .some-services{
        margin-top: 36px !important;
    }
    .map {
        margin-top: 23px !important;
    }
    .design-by img {
        width: 13%;
    }
    .call-button{
        text-align: center;
    }
    .Service-section {
  
        padding: 30px 0px;
    }
    .looking-left{
        text-align: center;
    }
    .service-right{
      
        padding: 0px 20px !important;
    }
    .service-right{
        background: url('../img/icon-service.png') no-repeat 6px top;
    }
    .contact-sec {
        padding: 30px 0 40px;
        text-align: center;
    }
    .contact_left h4::before {
        content: '';
        position: absolute;
        background-color: #d59254;
        top: 28px;
        left: 165px;
        width: 40px;
        height: 2px;
    }
    .cmpny_report h3 {
        font-size: 22px;
       
    }
    .cmpny_report h6{
        font-size: 11px;
    }
    .area-we-serve {
        background: #4e3104;
        margin-top: 15px;
        padding: 1px 0px;
        margin-bottom: 20px;
    }
    .service-text h1 {
        font-size: 45px;
    }
    .al-plumbing{
 text-align: center;

    }
    .north-west:before {
        content: '';
        width: 46%;
        display: inline;
    }
    .al-plumbing h5 {
        margin: 20px 0px;
        font-size: 18px;
    }
    .north-london:before {
        content: '';
        width: 34%;
        height: 2px;
        display: inline;
    }
    .middle-sex:before {
        content: '';
        width: 25%;
        height: 2px;
        display: inline;
    }
    .al-plumbing h6 {
  
        margin-bottom: 10px;
        font-size: 18px;
        margin-top: 30px;
    }
    .about-left{
        text-align: center;
        margin-top: 20px !important;
    }
	
	.inner-banner-section {
    padding: 50px 0;
}
.why-choose .container{padding:30px 15px 10px;}
section.house-extension {
    padding:30px 15px 30px;
}
section.house-extension h2 {
    font-size: 20px;
    line-height: 30px;
}
.why-choose h4{font-size: 20px;    line-height: 30px;}
section.house-extension h4 {
    margin: 20px 0;
    font-size: 18px;    line-height: 24px;
}
.for-mobile{display:block!important;}
}

 /* css copied from bathroom-renovations */


 .two-house-picture a {
    text-decoration: none;
    color: black;
    padding: 10px;
}

.two-house-picture a:hover {
    color: black;
}


.image-google-review.main-logo-img {
    padding-bottom: 10px;
}


 .get-in-quote {
	 width:100%;
    max-width: 400px;
    color: white !important;
    text-align: center;
    border-radius: 0px;
    margin-left: 0;
    padding: 20px 20px !important;
    font-weight: bold;
    background-color: #f2840c !important;
    transition: all 0.5s;
    text-decoration: none;
    border: 0 !important;
    font-size: 20px !important;
}

.bathroom-banner a {
    text-decoration: none;
    color: black;
    /* padding: 10px; */
}

.bathroom-banner a p {
    padding-left: 40px;
}

.bathroom-banner img {
    width: 100px;
}

.inner-banner-section {
    padding: 30px 0;
}

.bathroom-renovation-2-text {
    order: 3;
}

.google-verified-logo img {
    width: 100%;
    cursor: pointer;
    position: relative;
    top: 0;
}

.google-verified-logo img {
    padding-bottom: 20px;
    /* border: 1px solid; */
}

/*new css*/
section.main_heading_section.within-bg {
    background: #fff;
    border: 5px solid #f2f2f2;
    margin: 40px;
}
section.our-some-servies .col-lg-4.mt-3 figure p {
    background: #4e3104;
    margin: 0px;
    color: #fff;
    padding: 23px;
    text-align: center;
    padding-top: 0px;
}

section.our-some-servies h4.extension {
    margin-bottom: 0px;
    padding-bottom: 20px;
}
section.our-some-servies .col-lg-4.mt-3 {
    height: auto;
    background-color: #4e3104;
    margin: 1%;
    width: 31%;
    padding: 0px;
}
section.our-some-servies .col-lg-4.mt-3 img {
    max-height: 400px;
    object-fit: cover;
}
.plumbin-call-button.mt-lg-5.mt-5.text-center a {
    margin: 0 auto;
}
/*new css*/


@media only screen and (max-width:767px){
    section.our-some-servies .col-lg-4.mt-3 {
    height: auto;
    background-color: #4e3104;
    margin: 0%;
    width: 100% !important;
    padding: 0px;
}
.plumbin-call-button.mt-lg-5.mt-5 .contact-btn {
    font-size: 15px !Important;
}
.plumbin-call-button.mt-lg-5.mt-5 .contact-btn i {
    font-size: 18px;
    margin-right: 10px;
}
}
@media only screen and (max-width:1024px){
    section.our-some-servies .col-lg-4.mt-3 {
    height: auto;
    background-color: #4e3104;
    margin: 1%;
    width: 48%;
    padding: 0px;
}
}