#home-banner a:hover,
#offer .offer a.btn-offer,
.build-service ul li a,
.copyright-div .terms a,
.dropdown-item:focus,
.dropdown-item:hover,
.em-lo-build ul li a,
.map a:hover,
.yellow-btn:hover,
a#pop-up,
footer h4 {
    text-decoration: none;
}

.dropdown ul.sub-menu li,
.top-toolbar ul,
footer ul,
footer ul li,
li,
ol,
ul {
    list-style: none;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Bold.eot);
    src:
        url(../fonts/Poppins-Bold.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Poppins-Bold.woff2) format("woff2"),
        url(../fonts/Poppins-Bold.woff) format("woff"),
        url(../fonts/Poppins-Bold.ttf) format("truetype"),
        url(../fonts/Poppins-Bold.svg#Poppins-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-SemiBold.eot);
    src:
        url(../fonts/Poppins-SemiBold.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Poppins-SemiBold.woff2) format("woff2"),
        url(../fonts/Poppins-SemiBold.woff) format("woff"),
        url(../fonts/Poppins-SemiBold.ttf) format("truetype"),
        url(../fonts/Poppins-SemiBold.svg#Poppins-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Medium.eot);
    src:
        url(../fonts/Poppins-Medium.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Poppins-Medium.woff2) format("woff2"),
        url(../fonts/Poppins-Medium.woff) format("woff"),
        url(../fonts/Poppins-Medium.ttf) format("truetype"),
        url(../fonts/Poppins-Medium.svg#Poppins-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.eot);
    src:
        url(../fonts/Poppins-Regular.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Poppins-Regular.woff2) format("woff2"),
        url(../fonts/Poppins-Regular.woff) format("woff"),
        url(../fonts/Poppins-Regular.ttf) format("truetype"),
        url(../fonts/Poppins-Regular.svg#Poppins-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.eot);
    src:
        url(../fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"),
        url(../fonts/Roboto-Regular.woff2) format("woff2"),
        url(../fonts/Roboto-Regular.woff) format("woff"),
        url(../fonts/Roboto-Regular.ttf) format("truetype"),
        url(../fonts/Roboto-Regular.svg#Roboto-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Condensed";
    src: url(../fonts/RobotoCondensed-Bold.eot);
    src:
        url(../fonts/RobotoCondensed-Bold.eot?#iefix) format("embedded-opentype"),
        url(../fonts/RobotoCondensed-Bold.woff2) format("woff2"),
        url(../fonts/RobotoCondensed-Bold.woff) format("woff"),
        url(../fonts/RobotoCondensed-Bold.ttf) format("truetype"),
        url(../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}

p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 28px;
}

.top-toolbar ul,
body,
ul.navbar-nav.mr-auto {
    font-family: Poppins;
}

.top-toolbar {
    /*background: #d3b43d;*/
	background: #d3b43d;
    width: 100%;
    min-height: 41px;
}

.top-toolbar ul {
    display: flex;
    font-weight: 500;
    justify-content: flex-end;
    align-items: center;
}

.top-toolbar ul li .fa {
    font-size: 24px;
    color: #1c1c1c;
}

.top-toolbar ul li a {
    color: #1c1c1c;
}

.navbar-expand-lg .navbar-nav .nav-link {
    line-height: 90px;
    padding: 0 20px;
}

.navbar-expand-lg .navbar-nav .nav-link:last-child {
    padding-right: 0;
}

.top-toolbar li {
    font-size: 16px;
    margin-left: 47px;
}

.fixed-top {
    flex-wrap: wrap;
}

.navigation {
    width: 100%;
	/*background: #a5a6a5;*/
    background: #1c1c1c;
    min-height: 90px;
    display: flex;
    align-items: center;
}

.navigation .row {
    justify-content: space-between;
    align-items: center;
}

ul.navbar-nav.mr-auto {
    text-transform: capitalize;
    font-weight: 500;
}

div#navbarsExampleDefault {
    float: right;
}

nav.navbar.navbar-expand-lg.fixed-top.sticky {
    top: -41px;
}

body,
html {
    overflow-x: hidden;
}

body {
    padding-top: 130px;
}

.dropdown ul.sub-menu a:before,
.dropdown-toggle::before {
    font-family: FontAwesome;
    position: absolute;
}

body::before {
    height: 150px;
    background-color: #1c1c1c;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.bg-gradient {
    background-image: -moz-linear-gradient(90deg, #373737 0, #1c1c1c 100%);
    background-image: -webkit-linear-gradient(90deg, #373737 0, #1c1c1c 100%);
    background-image: -ms-linear-gradient(90deg, #373737 0, #1c1c1c 100%);
}

.index .bg-gradient {
    margin-top: -7px;
    z-index: 1;
    position: relative;
}

:focus,
button:focus {
    outline: 0;
}

a {
    color: #fff;
}

nav.navbar {
    transition: all 0.5s;
    padding: 0;
}

.nav-link {
    color: #fff;
    padding: 0 15px;
}

.dropdown ul.sub-menu {
    top: 100%;
    width: auto;
    left: -35px;
    min-width: 280px;
    padding: 15px 0 22px;
    border: 1px solid #757678;
    transform: translateY(30px);
    background: rgba(37, 37, 37, 0.9);
    color: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle::before {
    content: "\f107";
    right: 0;
}

.dropdown ul.sub-menu a:before {
    content: "\f105";
    width: 0;
    margin-right: 14px;
    color: #fff;
    left: 32px;
}

#welcome h3,
.dropdown-item,
.yellow-btn,
h1,
h2,
h4,
h5 {
    font-family: Poppins;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #f6f6f7;
    background-color: #d3b43d;
}

.dropdown-item {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 39px;
    padding-left: 45px;
    padding-right: 50px;
}

#offer .offer h3 span,
#welcome h3,
#welcome p span,
.yellow-btn,
h1,
h2,
h4,
h5 {
    font-weight: 700;
}

.common-button,
.yellow-btn {
    display: inline-block;
    line-height: 56px;
}

.dropdown-item span {
    text-transform: none;
}

#main-service h6,
#welcome p span,
.yellow-btn {
    text-transform: uppercase;
}

nav.navbar .container {
    max-width: 1446px;
}

.container {
    max-width: 960px;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
}

ul li.nav-item.active > a {
    color: #d3b43d;
}

.dropdown ul.sub-menu li.active > a {
    background-color: #d3b43d;
    color: #fff;
}

.dropdown:hover ul.sub-menu {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

h1 {
    font-size: 60px;
    letter-spacing: 2px;
}

h2 {
    font-size: 40px;
}

h4 {
    font-size: 36px;
    letter-spacing: 1px;
}

h5 {
    font-size: 30px;
    letter-spacing: 0.8px;
}

h3 {
    letter-spacing: -0.5px;
}

.yellow-text {
    color: #d3b43d;
}

.yellow-btn {
    border: 2px solid #d3b43d;
    width: 433px;
    height: 60px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1.3px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    perspective: 100px;
    transition: all 1s;
    width: auto;
    padding: 0 25px;
}

.yellow-btn:hover {
    color: #fff;
    background-color: #d3b43d;
}

.yellow-btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

a.yellow-btn.plqy-btn {
    width: 316px !important;
}

.play-btn {
    font-size: 13px;
    line-height: 20px !important;
    /* margin-top: 10px; */
    text-align: left !important;
    padding-left: 50px !important;
    padding-top: 10px !important;
    height: 60px !important;
}

.play-btn {
    background: #d3b43d;
    /* width: 316px; */
    /* background-size: 316px !important; */
}

#home-banner a.yellow-btn.play-btn {
    width: 316px;
}

.modal-dialog {
    max-width: 700px;
}
#video-home iframe,
#video-testimonial iframe {
    height: 400px;
}

.yellow-btn.common-button:after {
    background: #fff;
}

.yellow-btn:hover:after {
    left: 120%;
    color: #fff;
}

.common-button {
    border: 2px solid #fff;
    cursor: pointer;
    margin-right: 24px;
    -moz-border-image: -moz-linear-gradient(top, #3acfd5 0, #3a4ed5 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #3acfd5 0, #3a4ed5 100%);
    border-image: linear-gradient(to bottom, #9a9a9a 0, #1d1c1c 90%);
    border-image-slice: 1;
}

.home-bg {
    background-image: url(../images/home/banner.jpg);
}

.about {
    background-image: url(../images/about/banner.jpg);
}

.fitted-kitchen-bg {
    background-image: url(../images/fitted-kitchen-units-kent/banner.jpg);
}

.kitchen-layout-bg {
    background-image: url(../images/kitchen-layout-designs/banner.jpg);
}

.fitted-kitchen-cabinets-bg {
    background-image: url(../images/fitted-kitchen-cabinets/banner.jpg);
}

.kitchen-repairs-kent-bg {
    background-image: url(../images/kitchen-repairs-kent/banner.jpg);
}

.bathroom-design-ideas-bg {
    background-image: url(../images/bathroom-design-ideas/banner.jpg);
}
.house-ext-bg {
    background-image: url(../images/house-ext-banner.jpg);
}
.shower-room-ideas-bg {
    background-image: url(../images/shower-room-ideas/banner.jpg);
}

.wet-room-design-bg {
    background-image: url(../images/wet-room-design/banner.jpg);
}

.bathroom-tiling-services-bg {
    background-image: url(../images/bathroom-tiling-services/banner.jpg);
}

.emergency-plumbing-bg {
    background-image: url(../images/emergency-plumbing/banner.jpg);
}

.water-jetting-bg {
    background-image: url(../images/high-pressure-water-jetting/banner.jpg);
}

.drain-pipe-relining-bg {
    background-image: url(../images/drain-pipe-relining/banner.jpg);
}

.cctv-drain-surveys-bg {
    background-image: url(../images/cctv-drain-surveys/banner.jpg);
}

.drain-excavations-kent-bg {
    background-image: url(../images/drain-excavations-kent/banner.jpg);
}

.shop-refurbishments-bg {
    background-image: url(../images/shop-refurb/banner.png);
}

.bathroom-refurb-bg {
    background-image: url(../images/bathroom-refurb/banner.png);
}

.home-refurb-bg {
    background-image: url(../images/home-refurb/banner.png);
}

.drain-unblocking-bg {
    background-image: url(../images/drain-unblocking/banner.jpg);
}

.general-building-services-bg {
    background-image: url(../images/general-building-services/banner.jpg);
}

.rendering-and-plastering-bg {
    background-image: url(../images/rendering-and-plastering/banner.jpg);
}

.driveway-design-bg {
    background-image: url(../images/driveway-design/banner.jpg);
}

.driveway-design-resin {
    background-image: url(../images/driveway-design/resin-driveway.png);
}

.driveway-design-block {
    background-image: url(../images/driveway-design/block-paving/block-paving.png);
}

.driveway-design-imprinted {
    background-image: url(../images/driveway-design/imprinted/imprinted-concrete.png);
}

.el-bg {
    background-image: url(../images/emergencylocksmiths/banner.jpg);
}

.le-bg {
    background-image: url(../images/local-electricians/banner.jpg);
}

.eb-bg {
    background-image: url(../images/emergency-builders/banner.jpg);
}

.r-c-k-bg {
    background-image: url(../images/roofers/banner.jpg);
}

.gallery-bg {
    background-image: url(../images/gallery/banner.jpg);
}

.contact-bg {
    background-image: url(../images/contact/banner.jpg);
}

#home-banner.rendering-and-plastering-bg h1 {
    margin-bottom: 32px;
}

#home-banner.inner h1 {
    margin-bottom: 100px;
    margin-top: 160px;
}

#home-banner {
    height: 770px;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#home-banner .container {
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
}

#home-banner h1 {
    color: #d3b43d;
    margin-bottom: 16px;
    margin-top: 100px;
    font-size: 53px;
    letter-spacing: 0;
    padding-left: 80px;
    padding-right: 80px;
    /*letter-spacing: 2px*/
}

#home-banner h2 {
    margin-bottom: 49px;
}

#home-banner a {
    width: 252px;
}

#home-banner a:hover {
    color: #fff;
}

#welcome {
    background-color: #1f1f1f;
    padding: 130px 0;
}

#welcome h3 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 43px;
    text-transform: capitalize;
}

#welcome p {
    font-size: 20px;
    /* max-width: 840px; */
    line-height: 30px;
    margin: 0 auto 60px;
    letter-spacing: 0.2px;
    color: #fff;
}

#welcome p span {
    color: #d3b43d;
    font-family: Roboto;
}

#building-contractors h6,
#offer .offer h3 {
    font-family: Poppins;
}

#welcome a {
    width: 328px;
}

#home-kent .box2 {
    padding: 40px 0;
    width: 378px;
    margin-right: 85px;
}

.index #home-kent .box2 {
    width: 398px;
}

.kent-two .box2 {
    margin-left: 85px;
}

#home-kent .box2 h3 {
    font-size: 36px;
    margin-bottom: 37px;
}

#home-kent .box2 p {
    position: relative;
    margin-bottom: 22px;
}

#home-kent {
    background-color: #2a2a2a;
    color: #fff;
}

#home-kent h2 {
    margin-bottom: 15px;
    font-size: 36px;
}

#home-kent h2.sm {
    margin-bottom: 15px;
    font-size: 33px;
}

.emergency-plumbing #home-kent h2 {
    width: 400px;
}

#home-kent h2 span {
    color: #d3b43d;
}

.v-align {
    align-content: center;
    align-items: center;
}

.row-50 {
    width: 50%;
}

#building-contractors {
    background: url(../images/home/kitchen-builders-and-installers-kent.jpg) center top/cover no-repeat;
    padding: 126px 0 113px;
}

#building-contractors h2 {
    text-align: left;
    margin-bottom: 22px;
    font-size: 30px;
}

#building-contractors p {
    text-align: left;
    margin-bottom: 48px;
}

#building-contractors .yellow-btn {
    width: 290px;
    margin-bottom: 68px;
}

#home-kent.boxes-layout .yellow-btn,
.bathroom-design-ideas #building-contractors .yellow-btn,
.cctv-drain-surveys #building-contractors .yellow-btn,
.kitchen-repairs-kent #building-contractors .yellow-btn,
.wet-room-design #building-contractors .yellow-btn {
    width: 252px;
}

#building-contractors h6 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 26px;
    margin-bottom: 78px;
}

#offer {
    background-image: -moz-linear-gradient(
        90deg,
        #373737 0,
        #2a2a2a 72%,
        #1c1c1c 100%,
        #100f13 100%,
        #030209 100%,
        #d4d4d4 100%,
        #000 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        #373737 0,
        #2a2a2a 72%,
        #1c1c1c 100%,
        #100f13 100%,
        #030209 100%,
        #d4d4d4 100%,
        #000 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        #373737 0,
        #2a2a2a 72%,
        #1c1c1c 100%,
        #100f13 100%,
        #030209 100%,
        #d4d4d4 100%,
        #000 100%
    );
    padding: 130px 0;
}

#offer .offer {
    background: #d3b43d;
    padding: 58px 0 0;
    box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.8);
}

#offer .offer h3 span {
    color: #0f0f0f;
}

#offer .offer h3 {
    padding: 0 55px;
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}

#offer .offer p {
    padding: 0 46px;
    color: #0f0f0f;
    font-size: 17px;
    font-family: Roboto;
    font-weight: 400;
}

#main-service h6,
#offer .offer a.btn-offer,
footer h4 {
    font-family: Poppins;
}

#offer .offer a.btn-offer {
    display: block;
    background-color: #0f0f0f;
    width: 100%;
    padding: 0 0 0 57px;
    line-height: 85px;
    position: relative;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 55px;
    letter-spacing: 1.5px;
    z-index: 0;
    overflow: hidden;
    font-weight: 700;
    transition: all 0.5s;
}

#offer .offer a.btn-offer span,
#offer .offer a.btn-offer::before {
    color: #fff;
    text-align: center;
    z-index: -1;
    transition: all 0.5s;
    width: 90px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

#offer .offer a.btn-offer span {
    overflow: hidden;
}

#offer .offer a.btn-offer:hover {
    background-color: #d3b43d;
}

#offer .offer a.btn-offer::before {
    content: "";
    background-color: #d3b43d;
}

#offer .offer a.btn-offer:hover::before {
    background-color: #0e0e0e;
}

#offer .offer a.btn-offer span::after,
#offer .offer a.btn-offer span::before {
    content: "";
    height: 100%;
    width: 90px;
    position: absolute;
    right: 0;
    top: 0;
    background: #d3b43d;
    background-position:
        40px 23px,
        0 24px;
    transition: all 1s;
    opacity: 1;
}

@-webkit-keyframes slide {
    from {
        background-position: 575px;
    }

    to {
        background-position: 1725px;
    }
}

#offer .offer a.btn-offer span::before {
    left: -150px;
    opacity: 0;
    right: auto;
}

#offer .offer a.btn-offer:hover span::before {
    left: 0;
    background-color: transparent;
    display: block;
    right: auto;
    opacity: 1;
}

#offer .offer a.btn-offer:hover span::after {
    right: -90px;
    opacity: 0;
    -webkit-animation: slide 2s linear infinite;
}

#offer .offer a.btn-offer:hover::after {
    animation: side 0.5s linear infinite;
}

#offer .col-md-6 {
    padding: 0;
}

#offer .offer-right {
    background-color: #0f0f0f;
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.controls a.btn-offer-next::after,
.controls a.btn-offer-prev::after {
    content: "";
    height: 100%;
    width: 90px;
    position: absolute;
    top: 0;
    text-align: center;
}

#main-service {
    background: url(../images/home/main-services-bg.jpg) center top/cover no-repeat;
    padding: 95px 0 80px;
}

#main-service h6 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 6px;
    margin-bottom: 50px;
}

#main-service .box img {
    margin-bottom: 33px;
}

#main-service .box .caption h3 {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    margin: 0 auto 40px;
    text-transform: capitalize;
}

#testimonial {
    background: url(../images/home/builders-in-kent.jpg) center top/cover no-repeat;
    padding: 91px 104px;
}

#testimonial h5 {
    text-align: center;
    margin: 0 auto 70px;
}

#testimonial .carousel-inner {
    margin-bottom: 40px;
}

#testimonial .test-para {
    color: #fff;
    margin-bottom: 26px;
}

.controls a.btn-offer-next::after {
    right: 0;
    color: #fff;
    background: url(../images/home/btn_arrow.png) center no-repeat #d3b43d;
    padding: 41px 21px;
}

.controls a.btn-offer-prev::after {
    right: 90px;
    color: #fff;
    background: url(../images/home/prev-arrow.png) center no-repeat #343434;
    padding: 41px 21px;
}

.shower .img-box,
footer h4 {
    position: relative;
}

.controls a.btn-offer-prev::after a::hover {
    background-color: #000;
}

#testimonial-slider .owl-nav {
    margin: 0 auto;
    display: block;
    width: 180px;
    height: 85px;
    left: 0;
    right: 0;
}

a.call-ancr,
footer h4,
footer ul li a {
    display: inline-block;
}

#testimonial-slider .owl-nav .owl-next,
#testimonial-slider .owl-nav .owl-prev {
    width: 90px;
    color: #fff;
    text-align: center;
    padding: 41px 21px;
    height: 100%;
}

#testimonial-slider .owl-nav .owl-prev {
    background-color: #343434;
}

#testimonial-slider .owl-nav .owl-prev:hover {
    background-color: #d28005;
    transition: all 1s;
}

#testimonial-slider .owl-nav .owl-next {
    background-color: #d3b43d;
}

#testimonial-slider .owl-nav .owl-next:hover {
    background-color: #222121;
    transition: all 1s;
}

#brand-logo {
    /*    background-color: #f8f8f8;*/
    background-color: #bbb;
    padding: 40px 0;
}

footer {
    background: url(../images/footer.jpg) center top/cover no-repeat;
    padding: 92px 0 0;
    position: relative;
}

footer h4 {
    margin-bottom: 49px;
    font-size: 27px;
    color: #fff;
    font-weight: 700;
}

footer ul li,
footer ul li a {
    font-size: 17px;
    color: #fff;
    line-height: 27px;
}

footer h4:after {
    content: "";
    width: 100%;
}

footer p,
footer p a {
    color: #fff;
}

footer .footer-contact ul li a:hover,
footer ul li a {
    color: #fff;
    font-family: Roboto;
    font-weight: 400;
}

footer ul li a:active,
footer ul li a:focus,
footer ul li a:hover {
    color: #d3b43d;
    text-decoration: none;
}

footer a:hover:before {
    width: 15px;
}


footer ul li a:focus,
footer ul li a:hover {
    color: #fff;
    transition: background-color 0.3s ease;
}
a:hover
 {
    color: #d3b43d;
    transition: background-color 0.3s ease;
}
footer .common.build {
    padding-left: 70px;
}

footer .common.service {
    padding-left: 30px;
}

.copyright-div {
    background-color: #1c1c1c;
    margin-top: 100px;
    font-size: 16px;
    font-weight: 700;
    color: #5c5c5c;
    min-height: 70px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.copyright-div span {
    color: #d3b43d;
    font-size: 16px;
    font-weight: 500;
}

.copyright-div .terms a {
    border-left: 1px solid #727675;
    margin-left: 15px;
    padding-left: 15px;
    color: #727675;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    display: inline-block;
}

.build-service ul li,
.em-lo-build ul li {
    font-family: Roboto;
}

.copyright-div .terms a:hover {
    color: #d3b43d;
}

.copyright-div .terms a:first-child,
.copyright-div .terms a:last-child {
    border: none;
}

.copyright-div .terms a img {
    position: relative;
    top: -3px;
    border: none;
}

#welcome.inner {
    padding: 130px 0 56px;
}

.fitted-kitchen-units-kent #welcome.inner {
    padding: 130px 0 103px;
}

#welcome.inner h3 {
    font-size: 50px;
    text-transform: none;
}

#welcome.inner p {
    font-size: 20px;
    margin-bottom: 27px;
}

#welcome.inner a {
    width: 240px;
    margin-bottom: 85px;
    margin-top: 24px;
}

.drain-pipe-relining #welcome.inner a {
    margin-top: 73px;
}

.drain-unblocking #welcome.inner a {
    margin-top: 54px;
}

#welcome.inner .fitted-kitchen-ideas h2 {
    margin-bottom: 45px;
    font-size: 36px;
}

#welcome.inner .fitted-kitchen-ideas p,
.bathroom-design-ideas .bt-ideas .wrap p {
    font-size: 20px;
}

#building-contractors.black-bg {
    background-color: #1f1f1f;
    background-image: none;
}

#welcome.driveway {
    padding: 130px 0 114px;
}

#welcome.driveway .yellow-btn {
    margin-top: 60px;
}

#building-contractors.kitchen-units p {
    margin-bottom: 26px;
}

#building-contractors.kitchen-units .bottomunits {
    margin-top: 55px;
}

#welcome.layout a {
    width: 275px;
}

.general-building-services #welcome.layout a {
    margin-right: 0;
    margin-bottom: 117px;
}

.bathroom-tiling-services #welcome.layout a {
    margin-top: 40px;
    margin-bottom: 107px;
}

#home-kent.boxes-layout .box2 {
    width: 428px;
    padding: 0;
}

.kitchen-repairs-kent #home-kent.boxes-layout .box2,
.shower-room-ideas #home-kent.boxes-layout .box2 {
    padding: 40px 0;
}

#building-contractors h5,
#building-contractors.kitchen-layout h2 {
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 0.8px;
}

#building-contractors.kitchen-layout p {
    text-align: center;
    margin-bottom: 26px;
}

.bottombook {
    margin-top: 26px;
}

.repairs a {
    margin-top: 50px;
}

#welcome.bt-design a {
    width: 275px;
}

#welcome.bt-design p {
    max-width: 1015px;
}

#welcome.bt-design .container {
    max-width: 100%;
}

.bt-ideas {
    background-color: #292929;
    padding: 0;
}

.bt-ideas .container {
    max-width: 1750px;
}

.bt-ideas .wrap h2 {
    margin-bottom: 0;
}

.bt-ideas .wrap img {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bt-ideas .wrap p {
    margin-bottom: 0;
}

.bt-ideas .wrap {
    margin: 50px 0;
}

#home-kent.wet-rooms .yellow-btn {
    width: 252px;
}

#home-kent.wet-rooms .box2 {
    padding: 40px 0;
    width: 600px;
    margin-right: 85px;
}

.wet-room {
    background-color: #373737;
    padding: 90px 0 120px;
}

.text-wrap {
    width: 660px;
    transform: translateX(-30px);
}

.wet-room a {
    width: 252px;
}

.part-2 .text-wrap {
    width: auto;
    transform: translateX(0);
}

.part-2 a,
.part-3 a {
    transform: translateX(-30px);
}

.part-2,
.part-3 {
    margin-top: 100px;
}

.bg-gradient > section {
    background-color: transparent !important;
}

.shower a.yellow-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#building-contractors.wet-room h2 {
    text-align: left;
    margin-bottom: 25px;
}

#building-contractors.wet-room p {
    text-align: left;
    margin-bottom: 26px;
}

.accred-logo,
.accreditations-logo,
.build-service ul,
.captcha,
.em-lo-build ul,
.map a,
.pop-form h3,
a#pop-up {
    text-align: center;
}

.drain-unblocking #building-contractors.wet-room p {
    margin-bottom: 48px;
}

.bath-tilling .yellow-btn {
    max-width: 252px;
    width: 100%;
}

#home-kent.bath-tilling {
    padding: 85px 0 0;
}

.cctv-drain-surveys #home-kent.bath-tilling,
.drain-excavations-kent #home-kent.bath-tilling,
.emergency-plumbing #home-kent.bath-tilling {
    padding: 0;
}

.roofers .roofing-img {
    padding: 35px 0 90px;
}

.drain-pipe-relining #home-kent.bath-tilling {
    padding: 25px 0 0;
}

#welcome.inner-plumbing a {
    width: 252px;
}

#welcome.inner-plumbing .fitted-kitchen-ideas a {
    width: 252px;
}

#welcome.high-pre a {
    width: 240px;
    margin-bottom: 0;
}

#welcome.high-pre {
    padding: 130px 0 110px;
}

.fitted-kitchen-ideas.drain-lining {
    margin-top: 55px;
}

.high-pressure-water-jetting.bath-tilling .jetting .yellow-btn {
    width: 341px;
}

#gallery img,
.map iframe,
.service-img img {
    width: 100%;
}
.service-row .box {
    margin-top: 40px;
    padding: 10px;
}
.service-row .box a {
    color: #030209;
    text-decoration: none !important;
}
.service-row .box a:hover h3 {
    color: #d3b43d !important;
}
#main-service .service-row .box .caption h3 {
    font-size: 25px;
    margin-bottom: 13px;
}
.cctv-drain {
    margin: 0;
    padding: 120px 0;
}

.cctv-drain.cctv-2 {
    padding-bottom: 85px;
}

.cctv-drain h5 {
    margin-bottom: 27px;
}

.cctv-drain .yellow-btn {
    margin-top: 40px;
}

.build-service {
    padding: 20px 0 100px;
}

.build-service .container {
    max-width: 1615px;
    padding: 0;
}

.build-service ul {
    margin-top: 55px;
}

.build-service ul li {
    font-size: 20px;
    margin-bottom: 19px;
}
.build-service ul li a {
    pointer-events: none;
}
#welcome.driveway .container {
    max-width: 1000px;
}

#home-kent.abtbtn p {
    margin-bottom: 28px;
}

#building-contractors.abt-cnt {
    background: url(../images/about/kitchen-builders-and-installers-kent.jpg) center top/cover no-repeat;
}

.firstbtn {
    margin-bottom: 30px;
}

#building-contractors.abt-cnt h2 {
    margin-bottom: 38px;
    font-size: 36px;
}

#welcome.inner.em-lo {
    padding: 28px 0 0;
}

.em-lo-build {
    padding: 172px 0 130px;
}

.em-lo-build .container {
    max-width: 1240px;
    padding: 0;
}

#welcome.inner.em-lo a {
    margin-top: 65px;
}

.em-lo-build ul {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
}

.em-lo-build ul li {
    font-size: 20px;
    margin-bottom: 19px;
    flex: 0 0 33.33%;
}

.em-lo-build p {
    margin-top: 80px;
}

.list1 {
    max-width: 290px;
}

.list2 {
    max-width: 220px;
}

.list3 {
    max-width: 330px;
}

.inner.contact-form {
    padding: 0;
    background: 0 0;
}

.inner.contact-form label {
    color: #fff;
    font-family: Poppins;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 11px;
}

.inner.contact-form textarea.form-control {
    max-height: 250px;
    min-height: 250px;
}

.inner.contact-form .form-control::placeholder {
    opacity: 0;
}

.inner.contact-form #formFiveSubmit {
    border: 2px solid #f8a11e;
    background-color: transparent;
    color: #fff;
}

.captcha,
.font_color {
    color: #000;
}

.roofing-img.electrician-img {
    padding: 10px 0 0;
}

.loc-el h2 {
    margin-bottom: 45px;
    font-size: 36px;
}

.loc-el a {
    margin-top: 65px;
}

.loc-el {
    padding: 122px 0 130px;
}

.roofing-img.em-build {
    padding: 43px 0 0;
}

.roofing-img.em-build .container {
    max-width: 1206px;
    padding: 0;
}

.local-eb {
    padding: 128px 0 120px;
}

#home-banner.gallery {
    height: auto;
    padding: 157px 0;
}

#home-banner.gallery h1 {
    margin: 0;
}

#gallery {
    padding: 5px 10px !important;
}

#gallery .row {
    margin-right: -5px;
    margin-left: -5px;
}

#gallery .col-12 {
    padding: 0 5px;
}

#gallery .box {
    margin: 5px 0;
    position: relative;
    cursor: pointer;
}

#gallery .box a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d3b43d;
    opacity: 0;
    transition: all 0.5s;
}

#gallery .box a:hover::before {
    opacity: 0.5;
}

#home-banner.contact {
    height: auto;
    padding: 180px 0 135px;
}

#home-banner.contact h1 {
    margin: 0 0 40px;
}

.captcha {
    background-image: url(../images/captcha.jpg);
    font-size: 22px;
}

.error,
.error_captcha,
.error_checkbox {
    color: red;
    font-size: 12px;
}

.contact-form p,
.map a {
    font-size: 17px;
}

.map iframe {
    border: 0;
    height: 400px;
    margin-bottom: 50px;
}

.contact-form #formFiveSubmit,
.map a {
    width: 195px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.map a {
    letter-spacing: 1px;
    background-color: #000;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
}

.contact-details label,
a#pop-up i {
    display: none;
}

.map a:hover {
    background-color: #d3b43d;
    color: #000;
}

.map h5 {
    margin-top: 24px;
    margin-bottom: 28px;
}

.map p {
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

.contact-form p,
.pop-form h3 {
    letter-spacing: 1.5px;
    font-family: Poppins;
    font-weight: 700;
}

.contact-details {
    padding: 120px 0;
}

.contact-details .container {
    max-width: 1120px;
    padding: 0;
}

.contact-form {
    max-width: 635px;
    padding: 50px 95px;
    background-color: #f1f1f1;
}

.contact-form .captach-text.form-control {
    cursor: pointer;
    transition: all 0.5s;
}

.contact-form .captach-text.form-control:hover {
    color: #d3b43d;
    background-color: #000;
}

.contact-form #formFiveStrCaptcha {
    border: 0;
    font-size: 26px;
}

.contact-form .form-group {
    margin-bottom: 30px;
}

.contact-form textarea.form-control {
    min-height: 200px;
    max-height: 200px;
    padding: 20px;
}

.contact-form .form-control {
    border: 1px solid #d3d3d3;
    height: 50px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 20px;
}

.contact-form .form-control:focus {
    box-shadow: none;
}

.contact-form #formFiveSubmit,
#btnSubmit {
    height: 60px;
    background-color: #d3b43d;
    border: 0;
    padding: 0;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0;
    font-size: 17px;
    letter-spacing: 0.5px;
    width: 180px;
}

.contact-form #formFiveSubmit:hover,
#btnSubmit:hover {
    color: #d3b43d;
    background-color: #000;
}

span#sucessMessage {
    color: #d3b43d;
    margin-bottom: 15px;
    display: inline-block;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #6b6b6b;
    text-transform: uppercase;
}

.contact-form .form-control::-moz-placeholder {
    color: #6b6b6b;
    text-transform: uppercase;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #6b6b6b;
    text-transform: uppercase;
}

.contact-form .form-control:-moz-placeholder {
    color: #6b6b6b;
    text-transform: uppercase;
}

a#pop-up {
    color: #1c1c1c;
    background-color: #d3b43d;
    width: 200px;
    height: 41px;
    display: inline-block;
    line-height: 41px;
    border-radius: 3px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    position: fixed;
    right: -100px;
    top: 50%;
    z-index: 999;
    transform: rotate(-90deg) translateY(-50%);
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.7);
    transition: all 0.5s;
}

.test-wrap,
a#pop-up:hover {
    background-color: #fff;
}

.roofing-img {
    padding: 125px 0;
}

.roofing-img .container {
    max-width: 1170px;
    padding: 0;
}

.roofing-img .container img {
    width: 100%;
    margin-bottom: 52px;
}

.roofing-img .wrap.left {
    padding-right: 60px;
}

.roofing-img .wrap.right {
    padding-left: 60px;
}

.roofing-img .wrap h2 {
    margin-bottom: 21px;
}

.roofing-img .wrap p {
    margin-bottom: 28px;
}

.roofing-img .wrap p:last-child {
    margin-bottom: 0;
}

.roofers .roofing-img .wrap p:last-child {
    margin-bottom: 38px;
}

.roofing-img.em-build .wrap.left p + p {
    margin-bottom: 100px;
}

#test-slider {
    display: block;
    padding: 50px 0 0;
}

.test-wrap {
    padding: 35px 55px;
    width: 100%;
    max-width: 570px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 0 50px;
}

#popform.show,
.pop-form {
    -webkit-animation-name: zoomIn;
    max-width: 384px;
}

.test-wrap .top {
    margin-bottom: 18px;
}

.test-wrap .top img {
    width: 41px;
    height: 41px;
    background-color: #20465f;
    display: block;
    border-radius: 50px;
    margin-right: 17px;
}

.test-wrap .top ul.rate li {
    margin-right: 5px;
}

.test-wrap .top ul.rate li i {
    width: 23px;
    height: 23px;
    display: block;
    background-color: #64af98;
    text-align: center;
    line-height: 23px;
    color: #fff;
}

.test-wrap .content p {
    font-size: 18px;
    color: #08192d;
    line-height: 32px;
    margin-bottom: 38px;
}

.test-wrap .footer p {
    font-weight: 700;
    color: #64af98;
}

body.bg-light.roofers #test-slider {
    padding: 0;
    position: relative;
}

body.bg-light.roofers #test-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #373737;
}

body.bg-light.roofers #test-slider .test-box .test-wrap:last-child {
    margin-bottom: 45px;
}

body.index #building-contractors .yellow-btn:last-child {
    width: auto;
    padding: 0 30px;
}

.img-box img {
    width: 100%;
}

.bathroom-tiling-services #home-kent .box2 p {
    margin-bottom: 40px;
}

.serv-img img {
    position: static !important;
}

.pop-form {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    border-radius: 5px;
    background: url(../images/arrow-form.png) right center no-repeat;
    position: fixed;
    right: 43px;
    top: 136px;
    width: 384px;
    padding: 0 8px 0 0;
    z-index: 9999;
    display: none;
}

#popform.show {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: fixed !important;
    background: #fff;
    width: 100%;
}

.formbox {
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 1px 21px 0 rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

.pop-form h3 {
    color: #d3b43d;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
}

.pop-form h3 span {
    color: #000;
}

.pop-form input[type="submit"] {
    background: #d3b43d;
    border: none;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 1px 0 0;
    height: 40px;
}

.pop-form .contact-form #formFiveStrCaptcha.form-control {
    font-size: 20px;
}

.pop-form .contact-form #formFiveSubmit {
    width: 100%;
    height: 40px;
}

.pop-form button.close {
    padding: 5px 10px 0 0;
    position: absolute;
    right: 15px;
    z-index: 999;
    font-weight: 400;
}

#popform .contact-form label {
    display: none;
}

#popform .contact-form .form-group {
    margin-bottom: 15px;
}

#popform .contact-form .form-control {
    height: 40px;
    font-size: 12px;
}

#popform .contact-form textarea.form-control {
    min-height: 120px;
    max-height: 120px;
    padding: 20px;
}

#popform .error_captcha,
.error,
.error_checkbox {
    font-size: 12px;
}

#popform .captch-block.row .form-group #formpopStrCaptcha {
    font-size: 20px;
}

.accreditations-logo a,
.accreditations-logo img {
    display: block;
    margin: 0 auto;
}

.accred-logo {
    display: flex;
    align-items: center;
    margin: 0 15px;
}

li.accred-logo:last-child {
    width: 150px;
}

/* .accreditations-logo img:last-child { width:60px;} */
li.accred-logo:last-child img {
    width: 81px;
}

.checktrade1 {
    position: fixed;
    bottom: 50px;
    right: 316px;
    z-index: 1;
}
/*
.textLeft h3 {
	margin-top: -13px;
}
*/
/*
.textLeft, .textLeft h3, .textLeft a {
	color: #000 !important;
}
*/
/*
#welcome.bg-black {
	background: #f8f8f8 !important;
}
*/

#score-on-checkatrade {
    background: #f8f8f8;
    padding: 130px 0 110px 0;
}
a.checktrade2 {
    display: inline-block;
    padding: 7px;
    background: #fff;
    box-shadow: 0 0 15px #eaeaea;
}
#score-on-checkatrade h2 {
    font-size: 60px;
    color: #212529;
    letter-spacing: -0.3px;
    font-weight: bold;
    margin: -13px 0 57px;
}
#score-on-checkatrade ul {
    width: 790px;
}
#score-on-checkatrade ul li {
    display: inline-block;
    width: 49%;
    padding: 0 0 25px 55px;
    font-size: 17px;
    color: #212529;
    letter-spacing: -0.3px;
    font-weight: bold;
    background: url(../images/check-icon.png) no-repeat top left;
}
#score-on-checkatrade p {
    font-weight: bold;
    color: #212529;
    margin-top: 21px;
}
#score-on-checkatrade p a {
    color: #d3b43d;
    text-decoration: underline;
}
#score-on-checkatrade p a:hover {
    text-decoration: none;
}
#welcome.bg-black a {
    color: #fff;
}
.em-lo-build ul li a {
    pointer-events: none;
}
.new-ul {
    padding-left: 20px;
    text-align: left;
}
.new-ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.new-ul h4 {
    font-size: 22px;
    letter-spacing: 0;
}
.new-ul.d-flex li {
    margin: 0 50px 5px 0;
}
.faq-blk h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 5px;
}
.type-blk h3 {
    font-size: 1.8rem;
    margin: 15px 0 6px;
    font-weight: 500;
}
.type-blk h4 {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 500;
    margin: 20px 0 5px;
    position: relative;
    padding-left: 24px;
}
.type-blk h4:before {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #100f13;
    border-radius: 100%;
    left: 0;
    top: 8px;
    content: "";
}
.new-bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.new-bg-img img {
    display: none;
}
@media (min-width: 1200px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
    }

    .container {
        max-width: 960px;
        padding: 0 10px;
    }

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .container.width12k,
    .container.width12k p {
        max-width: 1200px !important;
    }
}
.container.width12k {
    padding: 0 25px;
}
#home-kent .box2.new-box-2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 0 0 auto;
    padding: 70px;
}

.newUL ul {
    margin: 0 0 15px;
}
.newUL li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}
.newUL li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%;
}
#home-kent .flex-row-reverse .box2.new-box-2 {
    margin: 0 auto 0 0;
}
.bnr-ul li {
    position: relative;
    margin: 15px 10px 0;
    display: flex;
}
.bnr-ul li::before {
    content: "";
    background: url(../images/check-icon.png) no-repeat top left;
    width: 23px;
    height: 23px;
    display: block;
    margin-right: 10px;
}
@media (max-width: 1024px) {
    .offcanvas-collapse {
        position: fixed;
        top: 41px;
        bottom: 0;
        right: -100%;
        width: 100%;
        max-width: 320px;
        overflow-y: auto;
        visibility: hidden;
        background-color: #1d1d1d;
        transition-timing-function: ease-in-out;
        transition-duration: 0.3s;
        transition-property: right, visibility;
    }

    .nav-item.dropdown ul.sub-menu {
        display: none;
        margin-left: 0;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-nav.mr-auto {
        flex-direction: column;
    }

    .offcanvas-collapse.open {
        right: 0;
        visibility: visible;
        display: block !important;
        padding-top: 80px;
    }

    .dropdown-item {
        font-weight: 400;
        padding: 0 46px;
        color: #fff;
    }

    .navbar-toggler {
        position: relative;
        display: block;
        width: 30px;
        height: 22px;
        background: 0 0;
        border: 0;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-radius: 0;
        color: #fff;
        font-size: 0;
        transition: all 0.25s ease-in-out;
    }

    .navbar-toggler:after,
    .navbar-toggler:before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: currentColor;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition:
            transform 0.25s ease-in-out,
            -webkit-transform 0.25s ease-in-out;
    }

    button.navbar-toggler:hover {
        color: #fff;
    }

    button.navbar-toggler.is-active {
        border-color: transparent;
    }

    button.navbar-toggler.is-active:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    button.navbar-toggler.is-active:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .navbar-nav .dropdown-menu {
        background: 0 0;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .navbar-brand {
        line-height: 80px;
        padding: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        line-height: 30px;
        padding: 5px 20px;
    }

    .dropdown-toggle::before {
        right: 15px;
    }

    .dropdown ul.sub-menu {
        left: 0;
        position: static;
        padding: 0;
        transform: translate(0);
        margin-left: 30px;
        border: 0;
        background-color: transparent;
        display: none;
    }

    .dropdown ul.sub-menu.act {
        display: block;
    }

    .dropdown ul.sub-menu li.active > a,
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #d3b43d;
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown ul.sub-menu li.active > a::before,
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #d3b43d;
    }

    .formbox {
        max-height: 90vh;
        overflow-y: scroll;
    }
}

@media (max-width: 1470px) {
    .navigation {
        padding: 0 15px;
    }
}

@media (min-width: 1401px) and (max-width: 1614px) {
    .fitted-kitchen-cabinets #home-kent .box2 {
        width: 508px;
    }

    .kitchen-repairs-kent #home-kent .box2,
    .shower-room-ideas #home-kent .box2 {
        width: 538px;
    }

    .fitted-kitchen-cabinets #home-kent .box2 p {
        margin-bottom: 13px;
    }

    #home-kent.boxes-layout .box2 {
        width: 527px;
        padding: 50px;
    }
}
@media (max-width: 1366px) {
    .yellow-btn {
        padding: 0 25px;
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .img-box,
    .kitchen-repairs-kent.img-box {
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .img-box img,
    .kitchen-repairs-kent.img-box img {
        width: auto;
        height: 100%;
        max-width: none;
    }

    .pop-form {
        top: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .kitchen-repairs-kent.img-box img {
        width: auto;
        height: 100%;
        max-width: none;
    }

    .kitchen-repairs-kent.img-box {
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .navigation {
        padding: 0 15px;
    }

    #home-banner,
    body #home-kent {
        padding: 0 !important;
    }

    .top-toolbar li {
        margin-left: 20px;
    }

    .navbar-brand {
        width: 203px;
    }

    #home-banner {
        height: 435px;
    }
    #home-banner.inner h1 br {
        display: none;
    }
    #home-banner h1 {
        margin-top: 0;
    }

    #home-kent .box2 p {
        margin-bottom: 35px;
    }

    #building-contractors .yellow-btn {
        margin-bottom: 38px;
    }

    #building-contractors h6 {
        margin-bottom: 44px;
    }

    body section {
        padding: 50px 0 !important;
    }

    #home-banner.inner h1 {
        margin-bottom: 70px;
        margin-top: 70px;
    }

    #home-kent.bath-tilling .img-box .img-fluid,
    #home-kent.boxes .img-box .img-fluid,
    #home-kent.boxes-layout .img-box .img-fluid {
        max-width: none;
        height: 100%;
        transform: translateX(0);
        width: auto;
    }

    #home-kent.bath-tilling .img-box,
    #home-kent.boxes .img-box,
    #home-kent.boxes-layout .img-box {
        overflow: hidden;
    }

    .wrap h4 {
        font-size: 34px;
    }

    .cctv-drain {
        padding: 60px 0;
    }

    .cctv-drain.cctv-2 {
        padding-bottom: 46px;
    }

    .roofing-img.em-build .container {
        padding: 0 15px;
        max-width: 1160px;
    }

    #home-kent .box2 {
        margin: 0 auto;
        padding: 30px;
    }

    .fitted-kitchen-cabinets #home-kent .box2 {
        width: 468px;
        padding: 50px;
    }

    .fitted-kitchen-cabinets #home-kent .box2 p {
        margin-bottom: 13px;
    }

    .emergency-plumbing #home-kent .box2 {
        margin-right: 80px;
    }

    .shower-room-ideas #home-kent.boxes-layout .box2,
    .wet-room-design #home-kent.boxes-layout .box2 {
        padding: 40px 30px 40px 20px;
    }

    .kitchen-repairs-kent #home-kent.boxes-layout .box2 {
        padding: 40px 50px;
    }

    .cctv-drain-surveys #home-kent .box2 {
        width: 408px;
    }

    a#pop-up {
        top: 30%;
    }

    #home-banner.contact,
    #home-banner.gallery {
        padding: 100px 0 !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    h2 {
        font-size: 33px;
    }
    .dropdown-toggle::before {
        right: -4px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        width: auto !important;
        padding: 0 14px;
    }

    .img-box {
        height: 100%;
        position: relative;
        overflow: hidden;
    }

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

@media (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        width: 80%;
        position: relative;
    }

    .dropdown-toggle::before {
        right: 0;
    }

    .navbar-toggler {
        position: relative;
        display: block;
        width: 30px;
        height: 22px;
        background: 0 0;
        border: 0;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-radius: 0;
        color: #fff;
        font-size: 0;
        z-index: 99;
        transition: all 0.25s ease-in-out;
    }

    .offcanvas-collapse {
        position: fixed;
        top: 41px;
        bottom: 0;
        right: -100%;
        width: 100%;
        max-width: 320px;
        overflow-y: auto;
        visibility: hidden;
        background-color: #1d1d1d;
        transition: all 0.5s;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .offcanvas-collapse.open {
        right: 0;
        visibility: visible;
    }

    .navbar-nav {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .navbar-toggler::after,
    .navbar-toggler::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: currentColor;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition:
            transform 0.25s ease-in-out,
            -webkit-transform 0.25s ease-in-out;
    }

    button.navbar-toggler.is-active::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    button.navbar-toggler.is-active::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    button.navbar-toggler.is-active {
        border-color: transparent;
    }

    div#navbarsExampleDefault {
        display: block !important;
        padding-top: 80px;
    }

    nav.sticky .offcanvas-collapse {
        top: 0;
    }

    .dropdown ul.sub-menu {
        left: 0;
        position: static;
        padding: 0;
        transform: translate(0);
        display: none;
        margin-left: 30px;
        border: 0;
        background-color: transparent;
    }

    .nav-item.dropdown ul.sub-menu {
        display: none;
    }

    .nav-item.dropdown:hover ul.sub-menu {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1538px) {
    .img-box img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #home-kent.boxes-layout .box2 {
        width: 428px;
        padding: 50px 0;
        margin: 0 auto;
    }

    .about #home-kent .box2,
    .drain-pipe-relining #home-kent .box2 {
        padding: 50px 30px;
    }

    .layout-boxes {
        align-items: inherit;
    }

    .img-box {
        position: relative;
        height: 100%;
    }

    .drain-unblocking #home-kent .box2 {
        width: 438px;
    }

    .kitchen-layout-designs #home-kent.boxes-layout .box2 {
        width: 558px;
        padding: 50px;
    }

    .index #home-kent .box2 {
        width: 500px;
        margin-right: 2px;
        padding: 50px;
    }

    .index .yellow-btn.common-button {
        margin-bottom: 30px;
    }

    .fitted-kitchen-cabinets #welcome.inner a {
        margin-bottom: 40px;
    }

    #score-on-checkatrade h2 {
        font-size: 50px;
        margin: -13px 0 27px;
    }
    #score-on-checkatrade ul {
        width: 620px;
    }
    #score-on-checkatrade ul li {
        padding: 0 0 10px 35px;
        font-size: 15px;
        background: url(../images/icons-tick.png) no-repeat top left / 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-row .box {
        margin-top: 30px;
        padding: 0;
    }
    .part-2 a,
    .part-3 a,
    .text-wrap {
        transform: translateX(0);
    }

    .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 20px;
    }

    .contact-details .container {
        max-width: 100%;
        padding: 0 15px;
    }

    body section {
        padding: 50px 0 !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        line-height: 36px;
        width: 80%;
        position: relative;
        font-size: 15px;
    }

    .dropdown-toggle::before {
        right: 0;
    }

    .dropdown-item {
        font-weight: 400;
    }

    #home-kent h2,
    h4 {
        font-size: 30px;
    }

    .navigation {
        padding: 0 15px;
    }

    .top-toolbar li {
        margin-left: 20px;
    }

    #home-banner {
        padding: 0 !important;
        height: 380px;
    }

    #home-banner h1 {
        margin-top: 21px;
    }

    #home-kent .box2 {
        padding: 50px 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .drain-unblocking #home-kent .box2 {
        padding: 50px 30px;
    }

    .drain-unblocking .kent-two .box2 {
        margin-left: 28px;
    }

    .d-flex.v-align.v-align-custom-none {
        align-content: normal;
        align-items: normal;
    }

    #building-contractors .yellow-btn {
        margin-bottom: 38px;
    }

    #building-contractors h6 {
        margin-bottom: 44px;
    }

    body #home-kent {
        padding: 0 !important;
    }

    #home-banner.inner h1 {
        margin-bottom: 50px;
        margin-top: 50px;
        font-size: 44px;
    }

    #home-kent.boxes-layout .box2 {
        width: 400px;
        padding: 50px 0;
        margin-right: 50px;
    }

    #home-kent.boxes-layout .box2 p {
        margin-bottom: 15px;
    }

    .wrap h4 {
        font-size: 28px;
    }

    #welcome.bt-design a {
        margin-bottom: 40px;
    }

    body .bt-ideas {
        padding: 0 !important;
    }

    .text-wrap {
        width: 100%;
    }

    #welcome.inner-plumbing a {
        margin-bottom: 35px;
        margin-top: 10px;
    }

    .cctv-drain {
        padding: 50px 0;
    }

    .cctv-drain.cctv-2 {
        padding-bottom: 46px;
    }

    #welcome.inner.driveway a {
        margin-bottom: 40px;
    }

    #welcome.driveway .common-button {
        margin-top: 20px;
    }

    .roofing-img .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .roofing-img .wrap.left,
    .roofing-img .wrap.right {
        padding-right: 0;
        padding-left: 0;
    }

    .roofing-img.em-build .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .roofing-img.em-build .wrap.left p + p {
        margin-bottom: 70px;
    }

    #welcome.inner a,
    .fitted-kitchen-cabinets #welcome.inner a {
        margin-bottom: 40px;
    }

    .kitchen-layout-designs #home-kent.boxes-layout .box2 {
        margin-left: 23px;
    }

    #offer {
        padding: 40px 0;
    }

    #offer .offer h3 {
        padding: 0 46px;
    }

    .about #home-banner h2 br {
        display: none;
    }

    .img-box {
        height: 100%;
        position: relative;
        overflow: hidden;
    }

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

    a#pop-up {
        top: 35%;
    }

    #home-banner.contact,
    #home-banner.gallery {
        padding: 100px 0 !important;
    }

    #home-banner.contact h1 {
        margin: 0 0 20px;
        font-size: 44px;
    }

    #score-on-checkatrade {
        padding: 40px 0 !important;
    }
    #score-on-checkatrade h2 {
        font-size: 25px;
        margin: 0px 0 20px;
        text-align: left;
    }
    #score-on-checkatrade ul {
        width: 100%;
    }
    #score-on-checkatrade ul li {
        width: 100%;
        padding: 0px 0 10px 30px;
        font-size: 15px;
        position: relative;
        background: url(../images/check-icon.png) no-repeat top left / 18px;
    }
    #score-on-checkatrade p {
        margin-top: 0px;
        margin-bottom: 0;
        text-align: left !important;
    }
}

@media (max-width: 991px) {
    .new-bg-img img {
        display: block;
    }
    .new-bg-img {
        background: none;
    }
}
@media (min-width: 1024px) and (max-width: 1150px) {
    .dropdown-toggle::before {
        right: 20px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        width: auto;
    }

    .navbar-brand.mr-auto.mr-lg-0.p-0 {
        max-width: 190px;
    }

    .img-box {
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .img-box img {
        width: auto;
        height: 100%;
        max-width: none;
    }
}
.bnr-row {
    width: 100%;
    max-width: 1000px;
}
#home-banner .bnr-row a.yellow-btn:not(.play-btn) {
    margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    #welcome h3,
    h1 {
        font-size: 50px;
    }

    body section {
        padding: 50px 0 !important;
    }
    body.general-building-services-welling-kent section {
        padding: 50px 0 10px !important;
    }

    .owl-stage {
        display: flex;
        justify-content: center;
    }

    #building-contractors .yellow-text br,
    #home-kent .headh4 br,
    .caption p br,
    .loc-el h2 br,
    .roofing-img.em-build h2 br {
        display: none;
    }

    .owl-item {
        margin: 0 auto !important;
    }

    #welcome h3 {
        margin-bottom: 31px;
    }

    #welcome p {
        margin: 0 auto 43px;
    }

    .index #welcome p {
        margin: 0 auto 20px;
    }

    body #welcome {
        padding: 50px 0 2px !important;
    }

    #building-contractors.abt-cnt h2,
    #welcome.inner .fitted-kitchen-ideas h2,
    .em-lo-build h2,
    .loc-el h2,
    .roofing-img .wrap h2,
    h4 {
        font-size: 32px;
    }

    #home-kent h2 {
        font-size: 30px;
    }

    #home-banner h2 {
        font-size: 32px;
    }

    #home-banner h1 {
        margin-top: 0;
        font-size: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #home-banner {
        padding: 0 !important;
        height: 500px;
    }

    .yellow-btn {
        font-size: 15px;
    }
    .part-2 a,
    .part-3 a {
        transform: translateX(0px);
    }
    .navigation {
        padding: 0 15px;
    }

    ul.navbar-nav.mr-auto {
        float: left;
        width: 100%;
    }

    .d-flex.v-align.v-align-custom-none {
        flex-direction: column !important;
    }

    .row-50 {
        width: 100%;
    }

    #home-kent .box2 {
        padding: 40px 15px;
        width: 100%;
        text-align: left;
        margin-right: 0;
    }

    .kent-two .box2 {
        margin-left: 0;
    }

    .top-toolbar li {
        margin-left: 20px;
    }

    #offer .offer h3 {
        font-size: 45px;
        line-height: 45px;
        padding: 0 46px;
    }

    #offer .offer a.btn-offer {
        padding: 0 0 0 12px;
        font-size: 15px;
    }

    .bathroom-tiling-services #home-kent .box2 p {
        margin-bottom: 20px;
    }

    #building-contractors .yellow-btn,
    #building-contractors h6 {
        margin-bottom: 41px;
    }

    #main-service .box .caption h3 {
        font-size: 25px;
        margin: 0 auto 27px;
    }

    #testimonial h5 {
        margin-bottom: 50px;
    }

    footer .common.build,
    footer .common.service {
        padding-left: 0;
    }

    footer h4 {
        margin-bottom: 25px;
    }

    footer ul li a {
        font-size: 15px;
    }

    body #home-kent {
        padding: 0 !important;
    }

    footer {
        padding: 60px 0 0;
    }

    .copyright-div {
        margin-top: 70px;
    }

    #home-banner.inner h1 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    #home-banner.inner h1 br {
        display: none;
    }
    #welcome.inner h3 {
        font-size: 40px;
    }

    #welcome.inner p {
        margin-bottom: 22px;
    }

    #welcome.inner a {
        margin-bottom: 37px;
    }

    #building-contractors.kitchen-units .bottomunits {
        margin-top: 25px;
    }

    #welcome.inner {
        padding-bottom: 0 !important;
    }

    #home-kent .box2 p {
        margin-bottom: 0;
    }

    #home-kent.boxes-layout .box2,
    .kitchen-repairs-kent #home-kent.boxes-layout .box2,
    .shower-room-ideas #home-kent.boxes-layout .box2 {
        padding: 40px 15px;
        width: 100%;
        text-align: left;
        margin-right: 0;
    }

    .bt-ideas .wrap {
        margin: 0 0 30px;
    }

    .bt-ideas .wrap img {
        margin-top: 25px;
        margin-bottom: 32px;
    }

    .text-wrap {
        width: 100%;
        transform: translateX(0);
    }

    .part-2,
    .part-3 {
        margin-top: 50px;
    }

    body .wet-room {
        padding: 0 0 30px !important;
    }

    body.cctv-drain-surveys #building-contractors {
        padding: 30px 0 50px !important;
    }

    .repairs a {
        margin-top: 30px;
    }

    #building-contractors.wet-room h2,
    .bath-tilling .yellow-btn {
        margin-top: 25px;
    }

    #building-contractors.wet-room p {
        margin-bottom: 15px;
    }

    #welcome.inner-plumbing a {
        margin-top: 0;
    }

    .cctv-drain {
        padding: 32px 0;
    }

    .cctv-drain.cctv-2 {
        padding-bottom: 46px;
    }

    .service-img {
        text-align: center;
    }

    .build-service ul {
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .build-service ul li {
        margin-bottom: 10px;
    }

    #welcome.driveway {
        padding: 60px 0 !important;
    }

    #welcome.driveway .common-button {
        margin-top: 20px;
    }

    #welcome.driveway .yellow-btn {
        margin-top: 35px;
    }

    .em-lo-build p,
    .roofing-img.em-build .wrap.right p + p {
        margin-top: 20px;
    }

    .roofing-img .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .roofing-img .wrap.left,
    .roofing-img .wrap.right {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 50px;
    }

    .roofing-img .wrap p:last-child {
        margin-bottom: 40px;
    }

    body .roofing-img {
        padding: 50px 0 0 !important;
    }

    .list1 {
        padding: 0 1px;
    }

    .roofing-img.em-build .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .roofing-img.em-build .wrap.left p + p {
        margin-bottom: 70px;
    }

    #testimonial .carousel-inner p {
        font-size: 15px;
        line-height: 21px;
        text-align: left;
    }

    #testimonial .carousel-inner {
        padding: 0 20px;
    }

    .general-building-services #welcome.layout a {
        margin-bottom: 56px;
    }

    .test-wrap {
        padding: 35px 9px;
    }

    body.local-electricians .em-lo {
        padding: 0 0 50px !important;
    }

    .about .firstbtn,
    .about .yellow-btn,
    .index .yellow-btn.common-button {
        margin-top: 30px;
    }

    .index #home-kent .box2 {
        width: 100%;
    }

    .bathroom-design-ideas #building-contractors h2,
    .bathroom-design-ideas #building-contractors p {
        text-align: right;
    }

    .em-lo-build ul li {
        font-size: 15px;
        flex: 0 0 35%;
    }

    .em-lo-build ul li:nth-child(3n + 2) {
        flex: 0 0 30%;
    }

    .em-lo-build p {
        font-size: 16px;
    }

    .test-box {
        margin: 0 15px;
    }

    a#pop-up {
        top: 45%;
    }

    .pop-form {
        top: 15px;
    }

    #formpopContact {
        margin: 25px 0;
    }

    .checktrade2 {
        display: inline-block;
        padding: 0 !important;
        width: 100% !important;
    }
    .checktrade2 img {
        width: 100%;
    }

    #score-on-checkatrade {
        padding: 40px 0 !important;
    }
    #score-on-checkatrade h2 {
        font-size: 25px;
        margin: 0px 0 20px;
        text-align: left;
    }
    #score-on-checkatrade ul {
        width: 100%;
    }
    #score-on-checkatrade ul li {
        width: 100%;
        padding: 0px 0 10px 30px;
        font-size: 15px;
        position: relative;
        background: url(../images/check-icon.png) no-repeat top left / 18px;
    }
    #score-on-checkatrade p {
        margin-top: 0px;
        margin-bottom: 0;
        text-align: left !important;
    }
}

@media (max-width: 991px) {
    section#home-banner.finance {
        height: 210px;
    }

    div#testimonial-slider {
        margin: 0 auto;
    }

    .owl-carousel .owl-stage-outer {
        text-align: center;
    }

    #home-banner.contact h1 {
        font-size: 38px;
    }

    #home-kent.bath-tilling h2 br {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    body section {
        padding: 50px 0 !important;
    }
    body.general-building-services-welling-kent section {
        padding: 50px 0 10px !important;
    }

    .owl-stage {
        display: flex;
        justify-content: center;
    }

    #building-contractors .yellow-text br,
    #home-banner h2 br,
    #home-kent .box2 h4 br,
    #home-kent .headh4 br,
    #main-service p br,
    .cnt p br,
    .loc-el h2 br,
    .roofing-img .wrap h2 br,
    .roofing-img.em-build h4 br {
        display: none;
    }

    .owl-item {
        margin: 0 auto !important;
    }

    .navigation {
        padding: 0 15px;
    }

    .top-toolbar li {
        margin-left: 20px;
        font-size: 15px;
    }

    #welcome h3,
    h1 {
        font-size: 40px;
    }

    #home-banner h1 {
        font-size: 40px;
    }

    #welcome h3 {
        margin-bottom: 31px;
    }

    #welcome p {
        margin: 0 auto 43px;
    }

    .em-lo-build h2,
    h4 {
        font-size: 26px;
    }

    #home-kent h2,
    #welcome.inner .fitted-kitchen-ideas h2,
    .loc-el h2,
    .wet-room h2,
    .wrap h2 {
        font-size: 26px;
        text-align: center;
    }

    h4 {
        text-align: center;
    }

    #building-contractors h2 {
        font-size: 27px;
        text-align: center;
    }

    h5 {
        font-size: 27px;
    }

    #home-banner h2 {
        font-size: 30px;
    }

    #home-banner h1 {
        margin-top: 0;
    }

    #home-banner {
        padding: 0 !important;
        height: 500px;
    }

    .d-flex.v-align.v-align-custom-none {
        flex-direction: column !important;
    }

    .row-50 {
        width: 100%;
    }

    #home-kent .box2 {
        padding: 40px 15px;
        width: 100%;
        text-align: left;
        margin-right: 0;
    }

    .copyright-div,
    .service-img {
        text-align: center;
    }

    .index #home-kent .box2 {
        width: 100%;
        text-align: center;
    }

    .fitted-kitchen-units-kent #home-kent .box2 {
        padding: 27px 0 40px 17px;
    }

    .kent-two .box2 {
        margin-left: 0;
    }

    .box2.order-2.second-order {
        margin-top: 10px;
    }

    #building-contractors .yellow-btn,
    #building-contractors h6 {
        margin-bottom: 41px;
    }

    #offer .offer {
        border-bottom: solid 1px #282828;
    }

    #offer .offer-right {
        padding: 50px 0;
    }

    body #offer {
        padding: 0 !important;
    }

    #offer .offer h3 {
        font-size: 40px;
        line-height: 40px;
    }

    #testimonial h5 {
        margin-bottom: 45px;
    }

    footer .common.build,
    footer .common.service {
        padding-left: 19px;
    }

    footer .common.service {
        margin-bottom: 20px;
    }

    footer h4 {
        margin-bottom: 25px;
    }

    footer ul li a {
        font-size: 15px;
    }

    footer {
        padding: 49px 0 0;
    }

    .copyright-div {
        margin-top: 55px;
    }

    #home-banner.inner h1 {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    #welcome.inner h3 {
        font-size: 36px;
    }

    #welcome.inner a {
        margin-bottom: 37px;
    }

    #welcome.inner {
        padding-bottom: 0 !important;
    }

    #home-kent .box2 p {
        margin-bottom: 0;
    }

    #home-kent.boxes-layout .box2 {
        padding: 40px 15px 47px;
        width: 100%;
    }

    #home-kent.boxes,
    #home-kent.boxes-layout {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #building-contractors.kitchen-layout p {
        margin-bottom: 13px;
    }

    #building-contractors.black-bg {
        padding: 42px 0 !important;
    }

    #main-service .box .caption h3 {
        font-size: 24px;
        margin: 0 auto 21px;
    }

    #main-service h6 {
        margin-bottom: 25px;
    }

    #main-service .box img {
        margin-bottom: 23px;
    }

    #main-service {
        padding: 47px 0 30px !important;
    }

    #welcome.inner .fitted-kitchen-ideas h2 {
        margin-bottom: 20px;
    }

    #building-contractors.kitchen-units .bottomunits {
        margin-top: 6px;
    }

    .bt-ideas .wrap {
        margin: 0 0 50px;
    }

    .bt-ideas .wrap img {
        margin-top: 25px;
        margin-bottom: 32px;
    }

    .text-wrap {
        width: 100%;
        transform: translateX(0);
    }

    .part-2,
    .part-3 {
        margin-top: 50px;
    }

    body .wet-room {
        padding: 0 0 50px !important;
    }

    body .bt-ideas {
        padding: 50px 0 30px !important;
    }

    #welcome.inner.layout p {
        margin-bottom: 15px;
    }

    .bath-tilling .yellow-btn {
        margin-top: 25px;
    }

    .drain-pipe-relining .yellow-btn {
        margin-top: 34px;
    }

    body #home-kent.bath-tilling {
        padding: 0 !important;
    }

    .cctv-drain {
        padding: 50px 0;
    }

    .cctv-drain.cctv-2 {
        padding-bottom: 46px;
    }

    .build-service ul {
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .build-service ul li {
        margin-bottom: 10px;
    }

    #welcome.driveway {
        padding: 60px 0 !important;
    }

    #welcome.driveway .common-button {
        margin-top: 20px;
    }

    #welcome.driveway .yellow-btn {
        margin-top: 35px;
    }

    .roofing-img .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .roofing-img .wrap.left,
    .roofing-img .wrap.right {
        padding-right: 0;
        padding-left: 0;
    }

    .roofing-img .wrap p:last-child {
        margin-bottom: 40px;
    }

    body .roofing-img {
        padding: 50px 0 0 !important;
    }

    .em-lo-build ul li {
        font-size: 17px;
        margin-bottom: 13px;
    }

    .list1,
    .list2,
    .list3 {
        max-width: 100%;
    }

    .em-lo-build ul {
        margin-top: 40px;
    }

    .em-lo-build p,
    .roofing-img.em-build .wrap.right p + p {
        margin-top: 20px;
    }

    body .em-lo {
        padding: 15px 0 50px !important;
    }

    .roofing-img.em-build .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .roofing-img.em-build .wrap.left p + p {
        margin-bottom: 40px;
    }

    .loc-el h2 {
        margin-bottom: 19px;
    }

    #testimonial .carousel-inner p {
        font-size: 16px;
        line-height: 21px;
        text-align: left;
    }

    #testimonial-slider .owl-nav .owl-next,
    #testimonial-slider .owl-nav .owl-prev {
        width: 70px;
        height: 80%;
    }

    body #testimonial {
        padding: 50px 0 6px !important;
    }

    body.about .abtbtn {
        padding: 40px 0 0 !important;
    }

    .about .firstbtn,
    .about .yellow-btn {
        margin-top: 30px;
    }

    body.about #welcome p {
        margin: 0 auto 13px;
    }

    body.about #home-kent .box2 {
        padding: 15px 15px 30px;
        text-align: center;
    }

    .index #home-kent {
        padding: 0 !important;
    }

    .index #welcome {
        padding: 50px 0 10px !important;
    }

    .index #home-kent .yellow-btn.common-button {
        margin-top: 30px;
    }

    .cnt {
        text-align: center;
    }

    .copyright-div .row {
        flex-direction: column-reverse;
    }

    .bathroom-tiling-services #home-kent .box2 p {
        margin-bottom: 20px;
    }

    .copyright-div span {
        display: inline-block;
        margin-top: 12px;
    }

    .bathroom-design-ideas .yellow-btn.mb-0 {
        margin-top: 30px;
    }

    .shower-room-ideas #home-kent.boxes-layout .box2 {
        padding: 40px 15px 45px;
    }

    .bathroom-tiling-services #welcome.layout a {
        margin-bottom: 40px;
    }

    .drain-unblocking #building-contractors.wet-room p,
    .emergency-plumbing #welcome.inner a {
        margin-bottom: 20px;
    }

    .emergency-plumbing #home-kent h2 {
        width: 100%;
    }

    .general-building-services #welcome.layout a {
        margin-bottom: 32px;
    }

    .build-service ul li {
        font-size: 18px;
    }

    section#brand-logo img {
        width: 140px;
    }

    .em-lo-build ul li {
        flex: 0 0 50%;
    }

    .roofers h4 br {
        display: none;
    }

    #home-banner.contact h1 {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    #home-banner.contact h1,
    #home-banner.gallery h1 {
        font-size: 50px;
    }

    #home-banner.contact,
    #home-banner.gallery {
        padding: 80px 0 !important;
    }
    #home-banner.contact {
        padding: 120px 0 !important;
    }

    .contact-details .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .contact-form {
        max-width: 100%;
        padding: 50px;
    }

    .contact-details #formFiveStrCaptcha {
        font-size: 20px;
    }

    .fitted-kitchen-units-kent #welcome.inner a {
        margin-bottom: 36px;
    }
}

@media (max-width: 991px) {
    #home-banner.contact h1,
    #home-banner.gallery h1 {
        font-size: 45px;
    }

    .contact-form {
        margin-bottom: 50px;
        padding: 25px;
    }

    .contact-details .form-group {
        margin-bottom: 20px;
    }

    .contact-details textarea.form-control {
        min-height: 150px;
        max-height: 150px;
    }

    .contact-details .form-control {
        font-size: 13px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        width: 100%;
        position: relative;
    }

    .dropdown-toggle::before {
        right: 20px;
    }

    #offer .offer h3 {
        padding: 0 45px;
    }

    #welcome p span {
        display: block;
    }
}

@media (max-width: 767px) {
    .box2.new-box-2 li:before {
        position: relative;
        display: inline-block;
        margin: 0 8px 0 0;
        left: auto;
        top: -3px;
    }

    .service-row .box {
        margin-top: 25px;
    }
    #home-banner h1 {
        font-size: 33px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .em-lo h4 br,
    .map p br,
    .rendering-and-plastering h1 br,
    video {
        display: none;
    }

    #building-contractors h2,
    .box2,
    section a,
    section h5,
    section p {
        text-align: center !important;
    }

    #home-banner.contact h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    #building-contractors.kitchen-units p,
    #welcome.inner p {
        margin-bottom: 18px;
    }

    #home-banner.gallery h1 {
        font-size: 42px;
    }

    #home-banner.contact a {
        width: auto;
        padding: 10px 15px;
        line-height: inherit;
        height: auto;
    }

    #welcome p,
    #welcome.inner .fitted-kitchen-ideas p,
    #welcome.inner p,
    p {
        line-height: 26px;
        font-size: 16px;
    }

    #home-banner.contact,
    #home-banner.gallery {
        padding: 60px 0 !important;
    }
    #home-banner.contact {
        padding: 100px 0 !important;
    }
    .contact-details #formFiveSubmit {
        width: 160px;
        height: 50px;
        font-size: 14px;
    }

    .contact-details .form-control {
        height: 45px;
        font-size: 14px;
    }

    .contact-details textarea.form-control {
        min-height: 120px;
        max-height: 120px;
    }

    .map iframe {
        height: 300px;
    }

    .yellow-btn {
        font-size: 16px;
        width: auto;
        padding: 0 20px;
    }
    .part-2 a,
    .part-3 a {
        transform: translateX(0px);
    }

    #welcome.inner {
        padding-bottom: 22px !important;
    }

    .kitchen-repairs-kent #home-kent.boxes-layout .box2 {
        padding: 40px 0 40px 20px;
    }

    .bathroom-design-ideas .bt-ideas .wrap p {
        font-size: 17px;
    }

    .repairs a {
        margin-top: 20px;
    }

    .shower-room-ideas #welcome.inner a {
        margin-bottom: 0;
        margin-right: 0;
    }

    .drain-pipe-relining #welcome.inner a {
        margin-top: 23px;
    }

    .fitted-kitchen-ideas.drain-lining {
        margin-top: 37px;
    }

    .test-wrap {
        padding: 15px;
    }

    .test-wrap .content p {
        font-size: 16px;
        line-height: 28px;
    }

    #welcome.inner.em-lo a {
        margin-top: 36px;
    }

    .caption {
        max-width: 450px;
        margin: 0 auto;
    }

    .em-lo-build {
        padding: 20px 0 50px !important;
    }

    .firstbtn {
        margin-bottom: 0;
    }

    .map h5 {
        margin-bottom: 10px;
    }

    .map {
        text-align: center;
    }

    .pop-form {
        top: 15px;
    }

    .index #home-banner {
        padding-top: 70% !important;
    }

    body #galleries-content section {
        padding: 5px 0 0 !important;
    }

    body #galleries-content h2 {
        font-size: 28px;
    }
    .accred-logo {
        flex: 0 0 calc(33.33% - 30px);
    }
    ul.d-flex.justify-content-between.align-items-center {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .checktrade2 {
        margin-bottom: 30px;
        display: inline-block;
        padding: 0;
        width: 100%;
        text-align: left;
    }
    .checktrade2 img {
        width: 100%;
    }
    .textLeft p {
        text-align: left !important;
    }
    .textLeft h3 {
        margin-top: -10px;
    }

    #score-on-checkatrade {
        padding: 40px 0 !important;
    }
    #score-on-checkatrade h2 {
        font-size: 25px;
        margin: 0px 0 20px;
        text-align: left;
    }
    #score-on-checkatrade ul {
        width: 100%;
    }
    #score-on-checkatrade ul li {
        width: 100%;
        padding: 0px 0 10px 30px;
        font-size: 15px;
        position: relative;
        background: url(../images/check-icon.png) no-repeat top left / 18px;
    }
    #score-on-checkatrade p {
        margin-top: 0px;
        margin-bottom: 0;
        text-align: left !important;
    }

    .play-btn {
        background-size: 250px !important;
        height: 51px !important;
        font-size: 10px !important;
        line-height: 14px !important;
        padding-left: 45px !important;
    }

    #home-banner a.yellow-btn.play-btn {
        width: 254px;
    }

    #video-home iframe,
    #video-testimonial iframe {
        height: 300px;
    }
}

@media (max-width: 575px) {
    #testimonial-slider .owl-nav,
    .wet-room h2,
    .wrap h2,
    h4 {
        text-align: center;
    }

    #offer .offer-right img,
    .row-50 {
        width: 100%;
    }

    .top-toolbar li:first-child {
        margin-left: 0;
    }

    #home-banner.contact h1,
    #home-banner.gallery h1 {
        font-size: 30px;
    }

    #home-banner.contact h1 {
        font-size: 26px;
    }

    #home-banner.contact,
    #home-banner.gallery {
        padding: 50px 0 !important;
    }
    #home-banner.contact {
        padding: 80px 0 !important;
    }
    body section {
        padding: 20px 0 !important;
    }

    body.general-building-services .build-service {
        padding: 50px 0 15px !important;
    }

    body #welcome {
        padding: 50px 0 0 !important;
    }

    body #testimonial {
        padding: 50px 0 6px !important;
    }

    .owl-stage {
        display: flex;
        justify-content: center;
    }

    #building-contractors .yellow-text br,
    #home-banner h2 br,
    #home-kent .headh4 br,
    .caption p br,
    a#pop-up span,
    footer p br {
        display: none;
    }

    .owl-item {
        margin: 0 auto !important;
    }

    .navigation {
        padding: 0 15px;
        min-height: 80px;
    }

    .top-toolbar li {
        margin-left: 14px;
        font-size: 12px;
    }

    #welcome h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    #welcome p {
        margin: 0 auto 22px;
        font-size: 16px;
    }

    .navbar-brand {
        max-width: 220px;
        line-height: inherit;
        height: auto;
    }

    body {
        padding-top: 120px;
    }

    #home-kent h2 {
        font-size: 25px;
    }

    h1 {
        font-size: 32px;
    }

    #welcome.inner .fitted-kitchen-ideas h2,
    .loc-el h2 {
        font-size: 25px;
        text-align: center;
    }

    .wet-room h2,
    .wrap h2 {
        font-size: 26px;
    }

    .em-lo-build h2,
    h4 {
        font-size: 25px;
    }

    #building-contractors h2,
    h5 {
        font-size: 24px;
    }

    #home-banner h2 {
        font-size: 25px;
    }

    #home-banner h1 {
        margin-top: 0;
    }

    #home-banner {
        padding: 0 !important;
        height: 430px;
    }

    .d-flex.v-align.v-align-custom-none {
        flex-direction: column !important;
    }

    .index #home-kent .box2 {
        padding: 35px 15px;
        width: 100%;
        text-align: left;
        margin-right: 0;
    }

    #home-kent .box2,
    .copyright-div,
    .map,
    footer {
        text-align: center;
    }

    .kent-two .box2 {
        margin-left: 0;
    }

    .box2.order-2.second-order {
        margin-top: 10px;
    }

    #building-contractors .yellow-btn {
        margin-bottom: 35px;
    }

    #building-contractors h6 {
        margin-bottom: 35px;
        font-size: 18px;
    }

    #building-contractors h2 {
        margin-bottom: 25px;
    }

    body #home-kent,
    body #offer {
        padding: 0 !important;
    }

    #offer .offer {
        margin-bottom: 0;
        border-bottom: solid 1px #282828;
    }

    #offer .offer-right {
        padding: 20px 135px 27px 123px;
    }

    #offer .offer h3 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    #main-service .box .caption h3 {
        font-size: 20px;
        margin: 0 auto 15px;
    }

    footer ul li,
    footer ul li a {
        font-size: 16px;
    }

    #testimonial h5,
    footer ul li:last-child {
        margin-bottom: 20px;
    }

    #testimonial-slider .owl-nav .owl-next,
    #testimonial-slider .owl-nav .owl-prev {
        width: 60px;
        height: 70%;
    }

    footer .common.build,
    footer .common.service {
        padding-left: 19px;
    }

    footer h4 {
        margin-bottom: 18px;
    }

    footer {
        padding: 40px 0 0;
    }

    footer ul li:not(:last-child):after {
        width: 1px;
        height: 14px;
        content: "";
        background: #fff;
        display: block;
        position: absolute;
        top: 7px;
        right: -3px;
        opacity: 0.6;
    }

    footer ul li {
        color: #fff;
        display: inline-block;
        padding: 0 11px;
        position: relative;
    }

    .copyright-div {
        margin-top: 50px;
        padding: 20px 0;
    }

    .copyright-div .row {
        flex-direction: column-reverse;
    }

    .terms {
        flex-direction: row !important;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 320px;
        margin: 0 auto;
    }

    .copyright-div .terms a {
        max-width: 50%;
        margin: 0;
        padding: 0;
        flex: 0 0 100%;
        font-size: 14px;
    }

    .copyright-div .terms a:first-child,
    .copyright-div .terms a:last-child {
        flex: 0 0 100%;
    }

    .copyright-div .terms a:nth-child(2) {
        padding-left: 10px;
        max-width: 150px;
    }

    .copyright-div .terms a:nth-child(1) {
        max-width: 130px;
    }

    .copyright-div .terms a img {
        top: 0;
        margin: 20px 0;
    }

    .contact-form {
        padding: 15px;
        margin-bottom: 30px;
    }

    .contact-details .form-control {
        height: 40px;
        font-size: 12px;
        padding: 0 10px;
    }

    .map a,
    a#pop-up {
        height: 50px;
        line-height: 50px;
    }

    .contact-details textarea.form-control {
        min-height: 90px;
        max-height: 90px;
    }

    .map a {
        width: 160px;
        font-size: 14px;
    }

    a#pop-up {
        right: 10px;
        top: auto;
        bottom: 10px;
        border-radius: 50px;
        transform: rotate(0) scale(0.8);
        padding: 0;
        width: 50px;
    }

    a#pop-up i {
        font-size: 25px;
        line-height: 47px;
        display: block;
    }

    .drain-unblocking #home-kent .box2 h4 br,
    .em-lo h4 br,
    .em-lo-build p br,
    .emergency-locksmith h4 br,
    .fitted-kitchen-ideas h4 br,
    .local-electricians h4 br,
    .roofing-img.em-build h4 br {
        display: none;
    }

    #home-banner.inner h1 {
        margin-bottom: 30px;
        margin-top: 0;
    }

    #welcome.inner h3 {
        font-size: 32px;
    }

    #welcome.inner p {
        margin-bottom: 14px;
        font-size: 17px;
    }

    #welcome.inner a,
    .fitted-kitchen-units-kent #welcome.inner a {
        margin-bottom: 20px;
    }

    #welcome.inner .fitted-kitchen-ideas p {
        font-size: 17px;
    }

    #welcome.inner a {
        margin-right: 0;
    }

    .bathroom-tiling-services #welcome.layout a {
        margin-top: 10px;
    }

    .fitted-kitchen-units-kent #home-kent .box2 {
        padding: 27px 15px 10px;
    }

    #welcome.inner .fitted-kitchen-ideas h2 {
        margin-bottom: 25px;
    }

    #welcome.inner {
        padding-bottom: 0 !important;
    }

    #home-kent .box2 p {
        margin-bottom: 30px !important;
        padding: 0 5px;
    }

    .about #home-kent .box2 p {
        margin-bottom: 10px;
    }

    #building-contractors.kitchen-units .bottomunits {
        margin-top: 19px;
    }

    #home-kent.boxes-layout .box2 {
        width: 100%;
        padding: 40px 15px 15px;
        margin: 0 auto;
    }

    .bathroom-tiling-services #home-kent .box2 {
        padding: 50px 15px 35px;
        width: 100%;
        margin: 0 auto;
    }

    #building-contractors.black-bg {
        padding: 42px 0 40px !important;
    }

    #main-service h6 {
        margin-bottom: 30px;
    }

    .repairs a {
        margin-top: 20px;
    }

    .bt-ideas .wrap {
        margin: 0 0 30px;
    }

    .bt-ideas .wrap img {
        margin-top: 25px;
        margin-bottom: 32px;
    }

    .text-wrap {
        width: 100%;
        transform: translateX(0);
    }

    .part-2,
    .part-3 {
        margin-top: 50px;
    }

    body .wet-room {
        padding: 0 0 30px !important;
    }

    body .bt-ideas {
        padding: 50px 0 30px !important;
    }

    .cctv-drain {
        padding: 50px 0 0;
    }

    .cctv-drain.cctv-2 {
        padding-bottom: 46px;
    }

    .build-service ul {
        margin-top: 26px;
        margin-bottom: 26px;
    }

    .build-service ul li {
        margin-bottom: 10px;
        font-size: 18px;
    }

    #welcome.driveway {
        padding: 50px 0 !important;
    }

    #welcome.driveway .common-button {
        margin-top: 20px;
    }

    #welcome.driveway .yellow-btn {
        margin-top: 35px;
    }

    .em-lo-build p,
    .em-lo-build ul {
        margin-top: 20px;
    }

    .roofing-img .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .roofing-img .wrap.left,
    .roofing-img .wrap.right {
        padding-right: 0;
        padding-left: 0;
    }

    .roofing-img .wrap p:last-child {
        margin-bottom: 40px;
    }

    body .roofing-img {
        padding: 50px 0 0 !important;
    }

    .em-lo-build p {
        padding: 10px 0 0 10px;
    }

    .em-lo-build ul li {
        font-size: 17px;
        margin-bottom: 13px;
        flex: 0 0 100%;
    }

    .list1,
    .list2,
    .list3 {
        max-width: 100%;
    }

    body .em-lo {
        padding: 15px 0 50px !important;
    }

    #welcome.inner.em-lo a,
    .loc-el a {
        margin-top: 35px;
    }

    .roofing-img.em-build .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .roofing-img.em-build .wrap.left p + p {
        margin-bottom: 40px;
    }

    .roofing-img.em-build .wrap.right p + p {
        margin-top: 20px;
    }

    .loc-el h2 {
        margin-bottom: 19px;
    }

    .bathroom-design-ideas .bt-ideas .wrap p {
        font-size: 18px;
    }

    .cctv-drain-surveys #home-kent .box2,
    .drain-excavations-kent #home-kent .box2,
    .drain-pipe-relining #home-kent .box2,
    .drain-unblocking #home-kent .box2,
    .emergency-plumbing #home-kent .box2,
    .fitted-kitchen-cabinets #home-kent .box2,
    .fitted-kitchen-units-kent #home-kent .box2,
    .kitchen-layout-designs #home-kent .box2,
    .shower-room-ideas #home-kent .box2 {
        width: 100%;
        margin: 0 auto;
    }

    .cctv-drain-surveys #home-kent .box2,
    .drain-pipe-relining #home-kent .box2,
    .drain-unblocking #home-kent .box2,
    .emergency-plumbing #home-kent .box2 {
        padding: 15px;
    }

    .drain-unblocking #home-kent .box2,
    .fitted-kitchen-cabinets #home-kent .box2 {
        padding: 40px 15px;
    }

    .drain-unblocking #welcome.inner a {
        margin-top: 19px;
    }

    .emergency-plumbing #home-kent h2 {
        width: 100%;
    }

    .drain-pipe-relining #welcome.inner a {
        margin-top: 31px;
    }

    .kitchen-repairs-kent #home-kent.boxes-layout .box2,
    .shower-room-ideas #home-kent.boxes-layout .box2 {
        padding: 27px 0 40px 17px;
        margin-right: 16px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .cctv-drain .yellow-btn {
        margin-top: 15px;
    }

    body.cctv-drain-surveys #home-kent.bath-tilling {
        padding: 30px 0 !important;
    }

    body.cctv-drain-surveys #home-kent.bath-tilling .kent-two .box2 {
        padding: 30px 15px 40px;
    }

    .fitted-kitchen-units-kent .kent-two .box2,
    .kitchen-repairs-kent .kent-two .box2,
    .shower-room-ideas .kent-two .box2 {
        margin-left: 6px;
    }

    body.emergency-locksmith #welcome.inner.em-lo {
        padding: 10px 0 0 !important;
    }

    body.about #home-kent .box2 {
        padding: 35px 15px;
        width: 100%;
    }

    body.about #home-kent .box2 .yellow-btn.common-button {
        margin-top: 30px;
        margin-right: 0;
    }

    .bathroom-tiling-services #welcome.layout a {
        margin-bottom: 40px;
    }

    #home-kent .box2 {
        margin: 0 auto;
    }

    .test-wrap {
        padding-right: 30px;
    }

    .about #welcome p {
        margin: 0 auto 35px;
    }

    .firstbtn {
        margin-top: 30px;
    }

    .bathroom-design-ideas #building-contractors .yellow-btn,
    .cctv-drain-surveys #building-contractors .yellow-btn,
    .kitchen-repairs-kent #building-contractors .yellow-btn,
    .wet-room-design #building-contractors .yellow-btn {
        width: auto;
        padding: 0 20px;
    }

    footer h4 {
        font-size: 20px;
    }

    .general-building-services #welcome.layout a {
        margin-bottom: 30px;
    }

    .inner.contact-form label {
        font-size: 16px;
    }

    .formbox {
        padding: 15px 5px;
    }

    .pop-form {
        right: 2%;
        top: 50px;
        width: 96%;
        padding: 0 0 40px;
        z-index: 9999;
        height: 90vh;
        overflow-y: scroll;
    }

    .pop-form button.close {
        right: 0;
    }

    #formpopContact {
        margin: 25px 0;
    }
    .accred-logo {
        flex: 0 0 calc(33.33%);
    }

    .checktrade2 {
        width: auto;
        text-align: center;
        margin: 0 auto 30px;
    }
    .checktrade2 img {
        width: auto;
    }
    .textLeft p {
        text-align: center !important;
    }
    .textLeft {
        text-align: center;
    }

    #score-on-checkatrade ul li {
        width: 100%;
        padding: 0px 0 10px 0px;
        font-size: 15px;
        position: relative;
        background: none;
        text-align: center;
    }
    #score-on-checkatrade ul li::before {
        display: inline-block;
        content: "";
        background: url(../images/check-icon.png) no-repeat top left / 18px;
        width: 30px;
        height: 18px;
        position: relative;
        padding-right: 0;
        top: 3px;
    }
    #score-on-checkatrade p {
        margin-top: 0px;
        margin-bottom: 0;
    }
    #score-on-checkatrade h2 {
        text-align: center;
    }
    #score-on-checkatrade p {
        text-align: center !important;
    }

    .textCenter {
        text-align: center;
    }
}
.top-fin:hover {
    color: #030209;
}
#welcome.inner a.fin-page-btn {
    background: #fff;
    color: #030209;
    width: 300px;
}

.ben-ul li {
    position: relative;
    padding-left: 45px;
    margin-top: 15px;
}
.ben-ul li::before {
    display: inline-block;
    content: "";
    background: url(../images/icons-tick.png) no-repeat top left / 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    padding-right: 0;
    top: 3px;
    left: 0;
}
.ben-ul li h3 {
    font-weight: 700;
    font-size: 22px;
}
@media (max-width: 576px) {
    .bnr-ul li {
        justify-content: center;
        margin-top: 10px;
    }
    .top-fin {
        font-size: 13px;
        line-height: 15px;
        padding: 5px 10px !important;
    }
    #home-banner a {
        line-height: 46px;
        height: 46px;
        width: 234px !important;
    }
    .play-btn {
        padding-left: 38px !important;
    }
}
@media (max-width: 480px) {
    #home-banner h1,
    #home-kent.bath-tilling .box2.order-2.second-order,
    #welcome.inner-plumbing a {
        margin-top: 0;
    }

    #home-banner h2 br,
    .local-electricians h4 br {
        display: none;
    }

    h1 {
        font-size: 26px;
    }

    #home-banner h1 {
        font-size: 23px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #home-kent h2,
    #welcome.inner .fitted-kitchen-ideas h2,
    h4 {
        font-size: 20px;
    }

    #building-contractors h2,
    h5 {
        font-size: 22px;
    }

    #building-contractors h6,
    p {
        font-size: 16px;
    }

    #home-banner .container {
        padding: 0;
    }

    #home-banner a,
    #welcome a {
        width: auto;
        padding: 0 20px;
    }

    #home-banner h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #building-contractors.kitchen-layout p,
    .cctv-drain h5 {
        margin-bottom: 10px;
    }

    #home-banner {
        padding: 0 !important;
        height: 350px;
    }

    #home-banner a {
        height: 40px;
        line-height: 36px;
        font-size: 12px;
    }

    .yellow-btn {
        font-size: 14px;
    }

    #welcome h3 {
        font-size: 35px;
    }

    .about #welcome h3 {
        font-size: 26px;
    }

    #welcome p {
        font-size: 15px;
    }

    #offer .offer a.btn-offer {
        padding: 0 0 0 9px;
        line-height: 55px;
        font-size: 12px;
    }

    #offer .offer a.btn-offer::after {
        width: 60px;
    }

    #welcome.inner h3 {
        font-size: 26px;
    }

    #welcome.inner .fitted-kitchen-ideas p,
    #welcome.inner p {
        font-size: 16px;
    }

    body #home-kent {
        padding: 0 !important;
    }

    .wet-room a {
        width: 192px;
        font-size: 13px;
        height: 45px;
        line-height: 42px;
    }

    .part-2 a,
    .part-3 a {
        transform: translateX(0);
    }

    #building-contractors .yellow-btn,
    .bathroom-design-ideas #building-contractors .yellow-btn,
    .bathroom-design-ideas .yellow-btn,
    .shower a.yellow-btn {
        width: 192px;
        height: 40px;
        line-height: 36px;
        font-size: 12px;
    }

    #welcome.inner a {
        width: auto;
        height: 40px;
        padding: 0 20px;
        line-height: 36px;
        font-size: 12px;
    }

    #home-kent.boxes-layout .box2 {
        padding: 30px 15px 15px;
    }

    .wet-room-design #home-kent.boxes-layout .box2 {
        padding: 35px 15px;
    }

    .bath-tilling .yellow-btn {
        width: 192px;
        font-size: 13px;
        height: 45px;
        line-height: 42px;
    }

    .emergency-plumbing #home-kent.bath-tilling .box2.order-2.second-order {
        margin-top: 20px;
    }

    .bath-tilling .jetting .yellow-btn {
        max-width: 100%;
    }

    .cctv-drain h5 {
        font-size: 20px;
    }

    .cctv-drain .yellow-btn {
        margin-top: 7px;
    }

    #welcome.driveway .yellow-btn {
        margin-top: 16px;
    }

    #welcome.driveway .common-button {
        margin-top: 20px;
    }

    .fitted-kitchen-cabinets #home-kent .box2,
    .kitchen-layout-designs #home-kent .box2 {
        padding: 27px 0 40px 17px;
        margin-right: 16px;
    }

    .fitted-kitchen-units-kent #home-kent .box2 {
        padding: 40px 0 40px 17px;
    }

    .kitchen-repairs-kent #home-kent.boxes-layout .box2 {
        padding: 27px 0 40px 17px;
        margin-right: 16px;
    }

    .fitted-kitchen-units-kent .kent-two .box2,
    .kitchen-repairs-kent .kent-two .box2 {
        margin-left: 6px;
    }

    #offer .offer-right {
        padding: 20px 50px 27px;
    }

    #offer .offer a.btn-offer span::after,
    #offer .offer a.btn-offer span::before {
        background-position:
            49px 12px,
            0 24px;
    }

    #offer .offer a.btn-offer::before {
        width: 60px;
    }

    #offer .offer h3 {
        padding: 0 46px;
    }

    #home-banner.contact h1 {
        padding: 0 5px;
        font-size: 18px;
    }

    .accred-logo {
        padding: 0 2px;
    }

    .g-recaptcha {
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    .play-btn {
        background-size: 234px !important;
        height: 48px !important;
        font-size: 10px !important;
        line-height: 14px !important;
        padding-left: 37px !important;
    }

    #home-banner a.yellow-btn.play-btn {
        width: 234px;
    }

    #video-home iframe,
    #video-testimonial iframe {
        height: 280px;
    }
}

video,
video source {
    width: 100%;
}

@media (max-width: 360px) {
    footer ul li:not(:last-child):after {
        display: none;
    }
    .top-toolbar ul li .fa {
        font-size: 18px;
    }
    footer ul li {
        display: block;
    }

    .checktrade2 img {
        width: 100%;
    }
}

video {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    margin-bottom: -10px;
}
