/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.category_slidermin1 .e-n-carousel.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
	margin: 0;
	width: 100%;
}

.category_slidermin1 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ACC7E2;
}

.category_slidermin1 span.swiper-pagination-bullet {
	height: 24px;
	background: #E7E7E7;
	opacity: 1;
	width: 24px;
	box-shadow: 0px 3px 0px #033060;
}

.elementor .category_box4listmin1 a.tlp-btn {
	font-size: 17px;
	padding: 12px;
}


.cc-primary-color {
	color: #82E0A1;
}

.cc-secondary-color {
	color: #FECE01;
}

.elementor-slide-heading {
	text-shadow: 4px 4px 1.6px #033060;
}

.elementor-slide-description h4 {
	background-image: linear-gradient(to bottom, #FFB001, #FE6F10, #FE6F10);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
}

.tlp-cta-feature-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: radial-gradient(#0045A8, #033060);
	border-radius: 12px;
	padding: 40px 50px;
	color: #fff;
	gap: 40px;
	box-shadow: 0 4px 0 #0663C6;
}

.tlp-cta-left {
	width: 50%;
}

.tlp-cta-left h2 {
	font-weight: 700;
	font-size: 44px;
	text-transform: uppercase;
	line-height: 1.4;
	font-family: 'Montserrat';
}

.tlp-cta-right {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.tlp-feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.tlp-feature-item i,
.tlp-feature-item svg {
	color: #f6921e;
	font-size: 18px;
}

.tlp-feature-item p {
	margin-bottom: 0;
}

.elementor-element.faq_specific_page1:before {
	background-size: 100% 100% !important;
}

.tlp-feature-item strong {
	color: #f6921e;
	font-weight: 700;
}

.tlp-testimonial-author.category-testimonial-author {
	display: block;
}

.tlp-testimonial-author.category-testimonial-author .tlp-stars {
	padding: 0 0 10px;
}

.tlp-testimonial-card {
	background: radial-gradient(ellipse at center, #0045a8 0%, #033060 100%);
	color: #fff;
	border-radius: 16px;
	padding: 30px;
	position: relative;
	border-bottom: 5px solid #0663C6;
}

.tlp-testimonials-slider .swiper-pagination .swiper-pagination-bullet {
	width: 22px;
	height: 22px;
	background-color: #e7e7e7;
	box-shadow: 0 4px 0 #033060;
	opacity: 1;
}

.tlp-testimonials-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ACC7E2;
}

.tlp-author span.name {
	font-size: 22px;
	font-family: 'Montserrat';
}

.tlp-testimonials-slider .swiper-wrapper {
	padding-bottom: 80px;
}

.tlp-stars i.fas.fa-star {
	margin: 0 0 0 5px;
}

.tlp-quote-icon {
	background: url(https://toplocalrepair.com/wp-content/uploads/2025/11/Frame-60.png) no-repeat center center;
	color: #fff;
	font-size: 0;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 15px;
}

.tlp-content {
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 15px;
	font-family: 'Montserrat';
	font-weight: 200;
	color: #fff;
	height: 185px;
}

.tlp-testimonial-author {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tlp-author {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: bold;
}

.tlp-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}

.tlp-stars {
	color: #f6921e;
	font-size: 25px;
}

.tlp-btn:hover {
	opacity: 0.85;
}

.tlp-dual-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.tlp-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	padding: 12px 28px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	border: 2px solid #033060;
	box-shadow: 0 4px 0 #033060;
	transition: all 0.3s ease;
}

.elementor a.tlp-btn {
	box-shadow: 0 4px 0 #033060;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Montserrat';
}

.tlp-btn i {
	font-size: 16px;
}

.tlp-btn-blue {
	background: linear-gradient(180deg, #0663C6, #1C9DD9);
}

.tlp-btn-orange {
	background: linear-gradient(180deg, #FE6F10, #FFB001);
}

.tlp-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}

.tlp-icon-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.tlp-icon-box.align-left {
	align-items: flex-start;
	text-align: left;
}

.tlp-icon-box.align-right {
	align-items: flex-end;
	text-align: right;
}

.elementor-element .elementor-widget-tlp_icon_box {
	border-right: 1px solid #EEEEEE;
}

.elementor-element .elementor-widget-tlp_icon_box:last-child {
	border-right: 0;
}

.tlp-icon {
	font-size: 48px;
	margin-bottom: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tlp-icon i {
	display: inline-block;
	background: linear-gradient(90deg, #f6921e, #f36c00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tlp-icon-blue i {
	background: linear-gradient(90deg, #1a68e5, #2873ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.tlp-icon-title {
	font-size: 18px;
	font-weight: 700;
	color: #0e2b5c;
	margin: 0;
}

.tlp-icon-step-box {
	position: relative;
	padding: 20px;
	color: #0a275c;
}

.tlp-icon-step-box .tlp-icon {
	font-size: 48px;
	color: var(--tlp-icon-color, #f7931d);
	margin-bottom: 10px;
}

.tlp-icon-step-box .tlp-title {
	font-weight: 700;
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Montserrat';
}

.tlp-icon-step-box .tlp-desc {
	font-size: 22px;
	color: #B9E1FF;
	line-height: 1.5;
	font-family: 'Montserrat';
}

.videspopup1_embed_overlay .elementor-custom-embed-play {
	left: 0;
	background: url(https://toplocalrepair.com/wp-content/uploads/2025/11/Group-1.png) no-repeat center center;
	height: 180px;
	width: 170px;
}

.elementor-element.videspopup1_embed_overlay {
	overflow: visible;
}

.videspopup1_embed_overlay .elementor-custom-embed-play svg {
	display: none;

}

.videspopup1_embed_overlay iframe.elementor-video {
	border-radius: 17px;
}

.videspopup1_embed_overlay .elementor-custom-embed-image-overlay {
	border-radius: 17px;
}

.tlp-icon-step-box.has-border {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.home_howworks .col-4:last-child .tlp-icon-step-box.layout-step.has-arrow::after {
	display: none !important;
}

.tlp-icon-step-box.has-arrow::after {
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
	color: #033060;
}

.tlp-coupon-card {
	color: #fff;
	text-align: center;
	border-radius: 15px;
	padding: 40px 20px;
	position: relative;
	clip-path: inset(0 round 15px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.tlp-coupon-card .tlp-discount {
	font-size: 64px;
	line-height: 1;
	font-family: Impact;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 4px;
}

.tlp-coupon-card .tlp-discount .symbol {
	font-size: 28px;
	align-self: flex-start;
}

.tlp-coupon-card .tlp-discount .off {
	font-size: 22px;
	align-self: flex-end;
}

.tlp-coupon-card .tlp-desc {
	font-size: 20px;
	margin: 20px 0;
	font-family: Impact;
}

.tlp-coupon-card .tlp-code {
	font-size: 18px;
	font-family: Impact;
	padding: 6px 12px;
	display: inline-block;
	border-radius: 6px;
}

.tlp-coupon-card .tlp-code strong {
	font-weight: normal;
}

.tlp-customer-testimonial {
	display: flex;
	gap: 30px;
}

.tlp-customer-testimonial__image img {
	border-radius: 12px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.tlp-customer-testimonial__content h2 {
	font-size: 30px;
	font-weight: 800;
	color: #0B2B5C;
	line-height: 1.3;
	font-family: 'Montserrat';
	margin-bottom: 12px;
}

.tlp-customer-testimonial__content p {
	color: #444444;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'Montserrat';
	font-weight: 500;
}

.tlp-customer-testimonial__image img {
	width: 1000px;
	border-radius: 10px;
}

/* .tlp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #F89521, #F05A24);
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #143774;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
} */
.tlp-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tlp-faq {

	background: radial-gradient(ellipse at center, #0045a8 0%, #033060 100%);

	border-radius: 16px;
	padding: 30px;
	color: #fff;
	margin: auto;
}

.tlp-faq-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 16px 0;
	transition: all 0.3s ease;
}

.tlp-faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
}

.tlp-faq-answer {
	display: none;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.tlp-faq-item.active .tlp-faq-answer {
	display: block;
}

.tlp-faq-toggle {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	transition: transform 0.3s ease;
}

.tlp-faq-item.active .tlp-faq-toggle {
	transform: rotate(180deg);
}

footer {
	margin-top: -90px;
}


/* */


.heading_repair_tagline1 h2.elementor-heading-title.elementor-size-default {
	background: linear-gradient(to bottom, #456896 0%, #033060 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.heading_repair_tagline1 h2.elementor-heading-title.elementor-size-default font {
	background: linear-gradient(to bottom, #ffb001 -35%, #fe6f10 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}


.box {
	height: 200px;
	background: red;
	margin: 10px;
	padding-bottom: 70px;
	mask: radial-gradient(60% 70px at bottom, #0000 98%, #000);
	clip-path: ellipse(80% 100% at bottom);
}


.elementor-element.aboutus_testimonial_bg1:before {
	background-size: 100% 98% !important;
}


.aboutus_repair_list1 figure.elementor-image-box-img {
	position: relative;
	top: 7px;
}

.aboutus_repair_list1 .elementor-image-box-description strong {
	color: #FE750F;
}


/* Home2 css */


.header_top_bar p {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #033060;
	margin: 0;
	text-align: center;
}

.header_top_bar {
	background: #FFB001;
	padding: 14px 0;
}

.header_min {
	margin-bottom: -5px;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-direction: row;
	padding-right: 14%;
	justify-content: flex-end;
	padding: 23px 0;
}


.header-image-box-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

figure.header-image-box-img {
	margin: 0;
}


.header-image-box-description {
	text-decoration: none;
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #033060;
	margin: 0;
}


.header-button-content-wrapper {
	background-color: transparent;
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	fill: #FFFFFF;
	text-decoration: none;
	align-items: center;
	gap: 10px;
	color: #FFFFFF;
	background-image: linear-gradient(180deg, #1C9DD9 0%, #0663C6 100%);
	box-shadow: 0px 4px 0px 0px #033060;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #033060;
	border-radius: 10px 10px 10px 10px;
	display: flex;
	padding: 13px 20px 13px 20px;
}

span.header-button-icon {
	width: 15px;
}

.header-button-content-wrapper:hover {
	background-color: transparent;
	color: #fff;
	background-image: linear-gradient(180deg, #0663C6 0%, #1C9DD9 100%);
}

.header-image-box-img img {
	width: 43px;
	display: block;
	max-width: fit-content;
}

.logo a img {
	width: 200px;
	margin: -60px 0 0 0;
}

ul.nav-menu {
	list-style: none;
	margin: 0 -12px 0 0;
	background: #033060;
	padding: 0px 15px 0px 30px;
	border-radius: 20px 0 0 0;
	display: flex;
	gap: 25px;
}

ul.sub-menu {
	display: none;
}

ul.nav-menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-family: "Montserrat", Sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 16px 0px;
}

ul.nav-menu li a:hover {
	color: #FFB001;
}

.logo a {
	display: block;
	text-align: center;
}

.home-hero-sliderbg {
	padding: 120px 0 0;
	background: url(assets/images/herohome_bg.png) no-repeat center center / 100% 100%;
}

.home-hero-sliderbg.home-hero-sliderbg2 {
	background: url(assets/images/Rectangleslider19.png) no-repeat center center / 100% 100%;
}

.home-hero-sliderbg svg {
	fill: #fff;
}

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

.home-hero-slider.swiper {
	padding: 0 0 100px;
}

.home-hero-card h1 {
	font-family: "Montserrat", Sans-serif;
	font-size: 90px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 4px 4px 1.6px #033060;
	text-align: center;
}

.home-hero-card h2 {
	padding: 10px 0 10px;
	background-image: linear-gradient(to bottom, #FFB001, #FE6F10, #FE6F10);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px;
}

.home-hero-card p {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-weight: 400;
}


.home-hero-slider .swiper-button-prev {
	color: #fff;
}

.home-hero-slider .swiper-button-next {
	color: #fff;
}

.slider-pagination .swiper-pagination-bullet {
	background: #E7E7E7;
	width: 20px;
	height: 20px;
	opacity: 1;
	box-shadow: 0 3px 0 0 #033060;
	margin: 0 15px !important;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ACC7E2;
}


.home-service-box {
	background: linear-gradient(180deg, #1C9DD9, #0663C6);
	color: #fff;
	border-radius: 20px;
	padding: 20px 20px;
	text-align: center;
	box-shadow: 0 4px 0 #033060;
	transition: transform .3s, box-shadow .3s;
	margin: 0 0 30px;
	
}

.home-service-box:hover {

	transform: translateY(-6px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.home_service_titel {
	font-family: "Montserrat", Sans-serif;
	font-size: 50px;
	padding: 20px 0 30px;
	text-align: center;
	font-weight: 700;
	color: #033060;
}

.home-cta-feature-list {
	display: flex;
	align-items: center;
	margin: 30px 0 0 0;
	justify-content: space-between;
	background: radial-gradient(#0045A8, #033060);
	border-radius: 12px;
	padding: 40px 50px;
	color: #fff;
	gap: 40px;
	box-shadow: 0 4px 0 #0663C6;
}

.home-cta-feature-list h2 {
	font-weight: 700;
	font-size: 44px;
	text-transform: uppercase;
	line-height: 1.4;
	font-family: 'Montserrat';
	color: #fff;
}


.home-testimonials-content .tatsu-shape-divider svg {
	fill: #FF9507;
}

.home-testimonials-bg {
	margin: 50px 0;
	background: url(assets/images/img_bg1.png) no-repeat center top / 100%;
}


.home-testimonials-bg .tatsu-shape-divider.tatsu-bottom-divider {
	position: relative;
	z-index: -1;
	top: -18px;
}

.home-testimonials-bg .tatsu-shape-divider.tatsu-bottom-divider svg {
	fill: #FF9607;
}

h2.home_testimonials_titel {
	text-align: center;
	font-family: "Montserrat", Sans-serif;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 30px 0 30px;
}

.home-testimonials-bg .tlp-dual-buttons {
	padding: 40px 0 90px;
}

.home-testimonials-bg .home-testimonials-slider {
	padding: 0 0 70px;
}

.home-dual-buttons.tlp-dual-buttons a.tlp-btn {
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Montserrat';
}

.home-lefttext-imagesright {
	padding-top: 50px;
}

.home-lefttext1 h2 {
	font-family: "Montserrat", Sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #033060;
}

.home-lefttext1 p {
	font-family: "Montserrat", Sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #444444;
}


.home-lefttext1 {
	padding: 0 0 10px 0;
}

.home-mask-boxicon1 {
	padding: 70px 0;
}

.mask-icon.tlp-icon-orange {
	font-size: 48px;
	margin-bottom: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mask-icon-box {
	display: flex;
	flex-direction: column;
	border-right: 1px solid #EEEEEE;
	align-items: center;
	text-align: center;
}

.mask-icon-title {
	font-size: 18px;
	font-weight: 700;
	color: #0e2b5c;
	margin: 0;
}

.mask-icon-box.mask-icon-boxlast {
	border: none;
}

.home-hero-sliderbg2 {
	padding-bottom: 80px;
	position: relative;
	z-index: 1;
}

.home_locationmaps {
	background: #E7F2FA;
	padding: 60px 0 0;

}

.home_locationmaps h2 {
	font-family: "Montserrat", Sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #033060;
	padding: 0 0px 40px 0;
	text-align: center;
}


#map {
	width: 100%;
	height: 600px;
}


.home_listcities h2 {
	text-transform: uppercase;
	font-family: "Montserrat", Sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #033060;
	text-align: center;
	padding: 0 0 35px 0;
}

ul.home_listcitiesbox {
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	column-count: auto;
	grid-template-columns: auto auto auto;
	column-gap: 15px;
}

ul.home_listcitiesbox li {
	padding: 0 0 10px;
	font-family: "Montserrat", Sans-serif;
	font-size: 30px;
	font-weight: 500;
}

ul.home_listcitiesbox li a {
	text-decoration: none;
	color: #212529;
}

.home_listcities {
	padding: 50px 0;
}

iframe#cartoonVideo {
	width: 100%;
}

a.videsembed-image {
	display: block;
}

ul.nav-menu li ul.sub-menu li a {
	text-transform: none;
	font-size: 14px;
	padding: 12px;
	/*font-weight: 600;*/
	display: block;
}

ul.nav-menu li {
	position: relative;
}

ul.nav-menu li ul.sub-menu {
	padding: 0 12px;
	list-style: none;
	position: absolute;
	left: -20px;
	width: 215px;
	background: #033060;
	top: 53px;
}

.home_howworks {
	padding: 0 0 270px;
	background: url(assets/images/Rectangle-14.png) no-repeat center top / 100% 77%;
	position: relative;
	margin: 0 0 -165px;
}

.home_howworks:before {
	background: url(assets/images/Vector-2.png) no-repeat 50% 20px / 100% 96%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.home_howworks_titel {
	font-family: "Montserrat", Sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #FFFFFF;
	padding: 130px 0 40px;
	position: relative;
	text-align: center;
}

.tlp-icon-step-box {
	text-align: center;
}

.home_logobrands {
	background: #E7F1FA;
	padding: 100px 0 100px;
	margin: 0 0 0;
}

.home_logobrands h2 {
	font-family: "Montserrat", Sans-serif;
	font-size: 42px;
	font-weight: 700;
	color: #033060;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 30px;
}

.logo-carousel .swiper-wrapper {
	text-align: center;
	align-items: center;
}

.logo-carousel .swiper-wrapper figure.swiper-slide-inner {
	margin: 0;
}

.logo-carousel.swiper {
	padding: 0 0 70px;
}


.videspopup1_embed {
	padding: 100px 0;
}

.videspopup1_embed h2.home_howworks_titel {
	color: #033060;
	text-align: left;
	padding: 0 0 15px;
}

.vides-image-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 0 0 20px;
}

figure.vides-image-img {
	margin: 0;
	width: 36px;
}

.vides-image-content h3.vides-image-title {
	margin: 0;
	margin-bottom: 0px;
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #444444;
}

.videspopup1_embed .tlp-dual-buttons.home-dual-buttons {
	padding: 20px 0 0;
}

.videsembed-image img {
	border-radius: 20px;
	border-bottom: 5px solid #033060;
}

.videsembed-image {
	position: relative;
}

.videsembed-image:before {
	position: absolute;
	left: -86px;
	display: block;
	top: 33%;
	content: "";
	background: url(assets/images/play_icon1.png) no-repeat center center;
	height: 180px;
	width: 170px;
	cursor: pointer;
}


.home-lefttext-plumbing {
	background: url(assets/images/Rectangle-15.png)no-repeat bottom center / cover;
	padding: 80px 0 130px;
}


.home-couponstitel1 {
	font-family: "Montserrat", Sans-serif;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	color: #033060;
}

.home-couponstext1 {
	text-align: center;
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	padding: 0 0 30px;
	color: #444444;
}

.home-couponsbg .tlp-coupon-card {
	background: linear-gradient(180deg, #D20003, #640002);
	border: 3px dashed #fff;
}

.home-couponsbg {
	padding: 0 0 50px;
}

.customer-testimonialtitel {
	padding: 0 0 30px;
	font-family: "Montserrat", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	color: #033060;
	text-transform: uppercase;
}

.customer-testimonialbg {
	padding: 50px 0;
}

.faq_content:before {
	background: url(assets/images/Vector-3.png) no-repeat 50% 20px / auto;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.faq_content {
	padding: 70px 0 270px;
	background: url(assets/images/Rectangle-14.png) no-repeat center top;
	position: relative;
}

.faq_content .container {
	position: relative;
}

.faq_content h2.customer-testimonialtitel {
	color: #fff;
}


.footer_bg {
	padding: 90px 0 60px;
	margin: -130px 0 0 0;
	background: url(assets/images/Rectangle-14.png) no-repeat center top / 100% 125%;
	position: relative;
}

.footer_bg:before {
	background: url(assets/images/Rectangle-16.png) no-repeat 50% 20px / auto;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.footer_bg .container {
	position: relative;
}

h2.footer_widget_titel {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	background: -webkit-linear-gradient(#FFB001, #FFB001);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 0 20px;
}

ul.footer_menu li a {
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	color: #646464;
	padding: 0 0 22px;
	display: block;
}

ul.footer_menu {
	margin: 0;
	list-style: none;
	padding: 0;
}

.footer-heading-title a {
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	color: #033060;
	padding: 0;
	display: block;
}

.footer-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	color: #033060;
	padding: 0;
	display: block;
}

.footer-element {
	padding: 0 0 10px;
	display: flex;
	align-items: center;
	gap: 15px;
}

h2.footer-heading-title {
	margin: 0;
}

ul.social_iconpng {
	list-style: none;
	display: flex;
	gap: 13px;
	border-top: 1px solid #ccc;
	padding: 20px 0;
	margin: 20px 0;
}

.footer_bottom {
	padding: 20px;
	background-image: linear-gradient(180deg, #0663C6 0%, #1C9DD9 100%);
	border-top: 2px solid #033060;
}

p.footer_copyright {
	margin: 0;
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
}

ul.footer-nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	float: right;
}

.footer-nav-menu li a {
	color: #fff;
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	padding: 0 0 0px 30px;
}


.header_mobile {
	display: none;
}

.header_mobile_button {
	display: none;
}

.home-service-slider {
	display: none !important;
}


.menu-item-has-children>a:before {
	top: 18px;
	content: "";
	background: url(assets/images/arrow_bottom_down.png) no-repeat center center / 13px;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0;
}

.menu-item-has-children:hover>a:before {
	content: "";
	background: url(assets/images/arrow_bottom_down1.png) no-repeat center center / 13px;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0;
}

ul.nav-menu li.menu-item-has-children>a {
	padding-right: 24px;
}

.header_mobile_menu1 ul.nav-menu {
	display: block;
	border-radius: 0;
}

.header_mobile_menu1 {
	display: none;
}

.header_mobile_menu1.change {
	display: block;
}

.header_mobile_menu1 ul.nav-menu li ul.sub-menu {
	position: relative;
	top: 0;
}


.about-hero {
	padding: 80px 0 120px;
	background: url(assets/images/about-herobg.png) no-repeat center center / 100% 100%;
}

.about-hero h2 {
	font-family: "Montserrat", Sans-serif;
	font-size: 78px;
	font-weight: 700;
	text-shadow: 4px 5px 2px #033060;
	color: #FFFFFF;
}


hr.about-divider-separator {
	height: 4px;
	display: block;
	width: 200px;
	background: #fff;
	opacity: 1;
	margin: 20px 0 30px;
}

.about-hero h4 {
	font-family: "Montserrat", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	text-shadow: 4px 5px 2px #033060;
	color: #FFFFFF;
}


.aboutus-textimgtitel {
	font-family: "Montserrat", Sans-serif;
	font-size: 50px;
	margin: 0 0 35px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 70px;
	color: #033060;
}

.aboutus-textimgleft h2 {
	font-family: "Montserrat", Sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0 0 15px;
	color: #033060;
}

.aboutus-textimgleft h3 {
	font-family: "Montserrat", Sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0 0 15px;
	color: #033060;
}

.aboutus-textimgleft p {
	font-family: "Montserrat", Sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #444444;
}


.aboutus-textimgbg {
	padding: 110px 0 100px;
}

.aboutus-hero-sliderbg2 {
	background-size: 100% 140%;
	padding-bottom: 80px;
	margin: 70px 0 0px 0;
}

.aboutus-hero-sliderbg2 h2 {
	font-size: 70px;
}

.faq_content.aboutus_faq_content {
	background: #E7F2FA;
	/*margin: -70px 0 0 0;*/
	padding: 90px 0 140px;
}

.faq_content.aboutus_faq_content:before {
	background: none;
}

.aboutus_faq_content.faq_content h2.customer-testimonialtitel {
	color: #033060;
}

.home-testimonials-bg.aboutus-testimonials-bg {
	margin: -60px 0 -180px;
	background: url(assets/images/Rectangle-14.png) no-repeat center top / 100%;
	position: relative;
	padding: 40px 0 140px;
}

.home-testimonials-bg.aboutus-testimonials-bg:before {
	background: url(assets/images/Vector-2.png) no-repeat 50% 20px / 130% 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.aboutus-testimonials-bg .container {
	position: relative;
	z-index: 1;
}


.aboutus_repair_bg {
	background: #E7F2FA;
	padding: 200px 0 110px;
	margin: 0;
}

.aboutus_repair_bg h2 {
	font-family: "Montserrat", Sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #033060;
	margin: 0 0 20px;
}

.aboutus_repair_bg .tlp-feature-item p {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: #444444;
	font-family: "Montserrat", Sans-serif;
}

.aboutus_repair_bg .tlp-feature-item svg {
	width: 60px;
	margin: 10px 0 0;
}

.aboutus_repair_bg .tlp-cta-right .tlp-feature-item {
	align-items: flex-start;
}

.aboutus_howworks .container {
	position: relative;
}


.home_howworks.aboutus_howworks {
	margin: -60px 0 0;
}

.aboutus_howworks h2.home_howworks_titel {
	padding: 70px 0 10px;
	text-transform: uppercase;
}

.aboutus_howworks p {
	text-align: center;
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
}

.cta2_text {
	text-align: center;
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
}

.aboutus-howworks-image-box-wrapper {
	text-align: center;
	border-right: 1px solid #fff;
}

h3.aboutus-howworks-image-box-title {
	margin-bottom: 0px;
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
}

.row.aboutus_howworkspadding {
	padding: 40px 0 0;
}

.aboutus-howworks-image-box-wrapper.list1 {
	border-right: none;
}

.home_howworks.aboutus_howworks::before {
	background-size: 100% 97%;
}

.home_howworks.aboutus_howworks {
	margin: -60px 0 0;
	padding: 0px 0 200px 0px;
	z-index: 9;
}

.aboutus_cta_bottom {
	background: #E7F2FA;
	position: relative;
	margin: -140px 0 0;
	padding: 160px 0 200px;
}

.aboutus_cta_bottom h2 {
	font-family: "Montserrat", Sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 44px;
	color: #444444;
	text-align: center;
	padding: 0 0 20px;
}

img.aboutus_cta_bottomlogo {
	width: 265px;
	margin: auto;
	display: table;
}

hr.aboutus_cta_bottomhr {
	opacity: 1;
	background: #0963AC;
	height: 4px;
	border: none;
	margin: 0;
}

.aboutus_cta_bottom .row {
	align-items: center;
}


.aboutus-testimonials-bg .tlp-content {
	height: 255px;
}

.aboutus-testimonials-bg .tlp-testimonial-author {
	display: block;
}

.aboutus-testimonials-bg div.swiper-wrapper {
	padding-bottom: 70px;
}

.specifichero1-element {
	padding: 40px 20px 30px 20px;
	background-image: linear-gradient(180deg, #DC2326 0%, #BF2122 100%);
	border-radius: 15px 15px 0px 0px;
}

.specifichero2-image-box-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

.specifichero4-image-box-content h3 {
	margin-bottom: 0px;
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}


.specifichero4-image-box-content p {
	font-family: "Montserrat", Sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
}

.specifichero3-about1-box-img {
	border-radius: 0px 0px 15px 15px;
	background: #fff;
	padding: 20px;
}

.specifichero5-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 19px;
	font-weight: 500;
	color: #000000;
}


.specifichero6-heading-titl {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	color: #575757;
}

.specifichero7-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #3C0EB9;
}

.row.specific_heropb {
	margin: 40px 0 0 0;
}

.swiper-slide.content1-hero-card p {
	font-size: 22px;
	color: #444444;
	font-family: "Montserrat", Sans-serif;
}

.content-hero-slider {
	padding: 170px 0;
	background: #fff;
}

h2.content_minslidertitel1 {
	color: #033060;
	text-transform: uppercase;
	text-align: center;
	font-size: 50px;
	margin: 0 0 40px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.swiper-slide.content1-hero-card h2 {
	color: #033060;
	font-family: "Montserrat", Sans-serif;
	font-size: 43px;
	font-weight: 600;
}


.content-hero-slider .swiper-button-next:after,
.content-hero-slider .swiper-button-prev:after {
	color: #033060;
	font-weight: bold;
}


.content-hero-slider .home-hero-slider .swiper-button-prev {
	left: 0px;
}

.content-hero-slider .home-hero-slider .swiper-button-next {
	right: 0;
}


.content-hero-slider .home-hero-slider.swiper {
	padding-left: 40px;
	padding-right: 40px;
}

.content-hero-slider .home-hero-slider.swiper .swiper-wrapper {
	padding: 0 50px;
	margin: 0 0 0 -50px;
}


.content-hero-slider .row {
	padding: 0 10px;
}
.ul_breadcrum {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.ul_breadcrum li {
    display: flex;
    align-items: center;
}

.ul_breadcrum li + li:before {
    content: "›"; /* arrow */
    margin: 0 10px;
    color: #999;
    font-size: 18px;
}

.ul_breadcrum a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: .3s ease;
}

.ul_breadcrum a:hover {
    color: #0073e6;
}


@media (max-width:2000px) {
	.header-right {
		padding-right: 14%;
	}

}

@media (max-width: 1780px) {
	.header-right {
		padding-right: 8%;
	}

	.home-testimonials-bg {
		background-size: 120% 100%;
		background-position: center -25px;
	}
}

@media (max-width: 1660px) {
	.header-right {
		padding-right: 2%;
	}

	.header-repair {
		width: 360px;
	}

	ul.nav-menu li a {
		font-size: 14.5px;
	}
    .header-image-box-description {font-size: 17px;}

}


@media (max-width: 1500px) {
	.header-repair {
		width: 360px;
	}

	ul.nav-menu li a {
		font-size: 14px;
	}


	.home-testimonials-bg {
		background-size: 120% 100%;
		background-position: center -25px;
	}
}


@media (max-width: 1450px) {
	ul.nav-menu li a {
		font-size: 13px;
	}

	.header-right {
		padding-right: 10px;
	}

	.elementor-element.aboutus_testimonial_bg1:before {
		background-size: 140% 98% !important;
	}

	.header-repair {
		width: 310px;
	}

	.header-image-box-description {
		font-size: 13px;
	}
}

@media (max-width: 1241px) {
	.header-repair {
		width: 290px;
	}

	ul.nav-menu li a {
		font-size: 11px;
	}

	.menu-item-has-children>a:before {
		top: 14px;
	}
}

@media (max-width: 1210px) {
	.header-repair {
		width: 250px;
	}

	ul.nav-menu li a {
		font-size: 18px;
	}

	ul.nav-menu {
		gap: 18px;
	}

	.menu-item-has-children>a:before {
		top: 12px;
	}


}

@media (max-width: 1025px) {

	.home-testimonials-bg {
		background-size: 160% 100%;
		background-position: center -55px;
	}

	.home-testimonials-bg .tatsu-shape-divider.tatsu-bottom-divider {
		top: -26px;
	}
}

@media (max-width: 768px) {
	.header_mobile_button {
		display: block;
        margin-bottom: 10px;
	}

	.home-service-box h3 {
		font-size: 18px;
	}

	.home-service-slider.swiper {
		padding: 0 0 40px;
	}

	.slider-pagination .swiper-pagination-bullet {
		margin: 0 6px !important;
	}

	.header_mobile {
		display: block;
	}

	.tlp-cta-feature-list {
		flex-direction: column;
		text-align: center;
	}

	.tlp-cta-right {
		align-items: center;
	}


	.header_top_bar p {
		font-size: 13px;
	}

	body .mobile_hidden {
		display: none !important;
	}

	.row {
		display: block !important;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100% !important;
	}

    ul.nav-menu {padding: 10px 30px 0px 30px;}
	.menu-toggle {
		display: inline-block;
		cursor: pointer;
	}
     .header_min.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 9999;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15); /* subtle shadow */
    transition: all 0.3s ease;
        width: 100%;
}
    .header_mobile_button.hide{display: none;}
    .header_mobile_menu1.fixed{top:107px;}

    .tlp-icon-step-box.has-arrow::after {display: none;}
	.bar1,
	.bar2,
	.bar3 {
		width: 35px;
		height: 5px;
		background-color: #0867C8;
		margin: 6px 0;
		transition: 0.4s;
	}

	.change .bar1 {
		transform: translate(0, 11px) rotate(-45deg);
	}

	.change .bar2 {
		opacity: 0;
	}

	.change .bar3 {
		transform: translate(0, -11px) rotate(45deg);
	}

	.header_mobilelogo .logo a img {
		margin: 0;
		width: 100px;
	}

	.header_mobilelogo {
		float: left;
	}

	.header_mobile {
		width: 100%;
		display: table;
	}

	.header_phone_mobile {
		float: right;
		display: flex;
		gap: 15px;
		padding: 35px 0 0 0;
	}
    .header-image-box-wrapper {
       
        width: 210px;
    }
	.header_mobile_button .home-dual-buttons.tlp-dual-buttons a.tlp-btn {
		font-size: 14px;
		margin: 10px 0 15px;
	}

	.header_mobile_menu1 {
		position: absolute;
		background: #fff;
		width: 100%;
		top: 227px;
		z-index: 9;
		left: 0;
		padding: 0;
	}

	.header_mobile_menu1 ul.nav-menu-mobile {
		list-style: none;
		margin: 0;
		padding: 0;
	}
    .home-hero-card h1{font-size: 36px;}
	.home-hero-card h2 {
		font-size: 18px;
	}

	.home-hero-card h4 {
		font-size: 16px;
	}

	.home-hero-card p {
		font-size: 14px;
	}

	.home-hero-sliderbg {
		padding: 60px 0 0;
	}

	.home-hero-slider.swiper {
		padding: 0px 25px 40px;
	}

	.home_service_titel {
		font-size: 30px;
		padding: 20px 0 10px;
	}

	.home-cta-feature-list h2 {
		text-align: center;
		font-size: 24px;
	}

	.home-cta-feature-list {
		padding: 20px 20px;
	}

	h2.home_testimonials_titel {
		font-size: 22px;
		padding: 15px 0 10px;
	}

	.tlp-quote-icon {
		width: 50px;
		height: 50px;
		background-size: 100%;
	}

	.tlp-content {
		font-size: 14px;
		height: 100px;
	}

	.tlp-testimonial-card {
		padding: 15px;
	}

	.tlp-avatar {
		width: 30px;
		height: 30px;
	}

	.tlp-author span.name {
		font-size: 15px;
	}

	.tlp-stars {
		font-size: 18px;
	}
    
	.home-testimonials-bg {
		background-position: center -30px;
		background-size: 160% 103%;
		padding: 60px 0 0;
	}

	.tlp-btn {
		padding: 12px 15px;
	}

	.home-dual-buttons.tlp-dual-buttons a.tlp-btn {
		font-size: 13px;
	}

	.home-testimonials-bg .tlp-dual-buttons {
		padding: 20px 0 70px;
	}

	.home-lefttext1 h2 {
		font-size: 25px;
	}

	.home-mask-boxicon1 {
		padding: 0 0 0;
		overflow: hidden;
	}

	.home-lefttext1 p {
		font-size: 14px;
	}

	img.imagesright1 {
		padding: 30px 0 30px;
	}

	.home-mask-boxicon1 .col-3 {
		width: 50% !important;
		float: left;
	}

	.mask-icon-title {
		font-size: 13px;
		margin: 0 0 20px;
	}

	.mask-icon-box {
		border: none;
	}

	.home-mask-boxicon1 .mask-icon img {
		width: 30px;
	}

	.home-lefttext-imagesright .tlp-dual-buttons {
		padding: 0 0 40px;
	}

	.home-lefttext-imagesright {
		padding: 20px 0 0 0;
	}

	.home-hero-sliderbg.home-hero-sliderbg2 {
		background-size: 200% 120%;
		padding: 40px 0;
	}

	.home_locationmaps h2 {
		font-size: 28px;
	}

	.home_listcities h2 {
		font-size: 28px;
	}

	ul.home_listcitiesbox li {
		font-size: 16px;
	}

	.home_howworks_titel {
		font-size: 30px;
		padding: 50px 0 0px;
	}

	.tlp-icon-step-box .tlp-title {
		font-size: 18px;
	}

	.tlp-icon-step-box .tlp-desc {
		font-size: 18px;
	}

	.tlp-icon-step-box {
		padding: 0;
	}

	.home_howworks:before {
		background-size: 320% 100%;
	}

	.home_howworks {
		padding: 0 0 140px;
	}

	.home_logobrands h2 {
		font-size: 30px;
	}

	.vides-image-content h3.vides-image-title {
		font-size: 18px;
	}

	.videsembed-image {
		padding: 80px 0 0 0;
	}

	.videsembed-image:before {
		top: 30px;
		width: 100px;
		left: 50%;
		margin: 0 0 0 -50px;
		height: 103px;
		background-size: 100%;
	}

	.videspopup1_embed {
		padding: 40px 0;
	}

	.home-lefttext-plumbing {
		padding: 40px 0 90px;
	}

	.home-couponstitel1 {
		font-size: 30px;
	}

	.home-couponstext1 {
		font-size: 16px;
		padding: 0 0 10px;
	}

	.tlp-coupon-card {
		margin: 0 0 20px;
	}

	.customer-testimonialbg {
		padding: 0 0 40px;
	}

	.customer-testimonialtitel {
		padding: 0 0 30px;
		font-size: 28px;
	}

	.tlp-customer-testimonial__content h2 {
		font-size: 18px;
	}

	.tlp-customer-testimonial__content p {
		font-size: 13px;
	}

	.customer-testimonialbg .tlp-dual-buttons.home-dual-buttons.justify-content-sm-start {
		justify-content: flex-start;
		margin: 0 0 30px;
	}

	.footer_bg {
		background-size: 230%;
		padding: 30px 0 40px;
	}

	.faq_content {
		padding: 70px 0 170px;
	}

	.footer_leftimage img {
		width: 115px;
		margin: auto;
		display: table;
	}

	h2.footer_widget_titel {
		text-align: center;
	}

	ul.footer_menu {
		text-align: center;
	}

	ul.social_iconpng {
		justify-content: center;
	}

	.footer-element {
		justify-content: left;
        padding: 7px 20px;
	}

	p.footer_copyright {
		text-align: center;
		margin: 0 0 20px;
	}

	.footer-nav-menu li a {
		padding: 4px 0;
		display: block;
		font-size: 15px;
	}

	ul.footer-nav-menu {
		float: none;
		margin: auto;
		display: table;
		text-align: center;
	}

	.footer_bg:before {
		background-size: 450% 100%;
	}

	.home-service-slider {
		display: block !important;
	}

	img.aboutus-textimgmin {
		margin: 30px 0 0;
	}


	.home-testimonials-bg {
		margin: 50px 0 0;
	}


	.aboutus-textimgbg {
		padding: 20px 0 70px;
	}

	.home-lefttext-imagesright {
		padding: 0px 0 0 0;
	}

	.aboutus-textimgleft p {
		font-size: 14px;
	}

	.aboutus-textimgleft h2 {
		font-size: 25px;
	}

	.home-hero-sliderbg.aboutus-hero-sliderbg2 {
		padding: 30px 0;
	}


	ul.home_listcitiesbox {
		display: grid;
		grid-template-columns: auto auto;
	}

	.home_howworks {
		background-size: 100%;
	}

	h2.footer-heading-title {
		font-size: 15px;
	}

	.footer-heading-title a {
		font-size: 15px;
	}

	.about-hero h2 {
		font-size: 35px;
	}

	.about-hero h4 {
		font-size: 22px;
		line-height: normal;
	}

	.about-hero {
		padding: 50px 0 60px;
		background-size: auto 100%;
	}

	.home-testimonials-bg.aboutus-testimonials-bg:before {
		background-size: auto 97%;
		z-index: 1;
	}

	.content-hero-slider {
		padding: 90px 0;
	}


	h2.content_minslidertitel1 {
		font-size: 30px;
	}

	.swiper-slide.content1-hero-card h2 {
		font-size: 25px;
	}

	.swiper-slide.content1-hero-card p {
		font-size: 15px;
	}

	.content-hero-slider .home-hero-slider.swiper .swiper-wrapper {
		padding: 0;
		margin: 0;
	}

	.content-hero-slider .home-hero-slider.swiper {
		padding-left: 0;
		padding-right: 0;
	}

	.home_howworks.aboutus_howworks::before {
		background-size: 310% 108%;
	}

	.row.aboutus_howworkspadding .col-3 {
		width: 50% !important;
	}

	.row.aboutus_howworkspadding {
		display: flex !important;
	}

	.row.aboutus_howworkspadding .col-3:nth-child(even) .aboutus-howworks-image-box-wrapper {
		border: none;
	}

	.aboutus_cta_bottom {
		padding-top: 100px;
	}

	img.aboutus_cta_bottomlogo {
		width: 130px;
		margin: 15px auto 20px;
		display: none;
	}

	.aboutus_cta_bottom h2 {
		font-size: 22px;
		line-height: normal;
	}

	.row.specific_heropb .col-6 {
		width: 50% !important;
	}

	.specifichero1-element {
		padding: 20px 10px 20px 10px;
	}

	.specifichero4-image-box-content h3 {
		font-size: 11px;
	}

	.specifichero4-image-box-content p {
		font-size: 15px;
		margin: 0;
	}

	.specifichero5-heading-title {
		font-size: 15px;
	}


	.specifichero6-heading-titl {
		font-size: 12px;
		line-height: normal;
	}

	.specifichero7-heading-title {
		font-size: 12px;
		line-height: normal;
	}

	.specifichero3-about1-box-img {
		padding: 10px;
	}

	.row.specific_heropb {
		display: flex !important;
		margin: 30px -10px 30px;
	}

	.aboutus-textimgtitel {
		font-size: 30px;
		line-height: normal;
	}

	.aboutus_repair_bg {
		padding: 100px 0 110px;
	}

	.tlp-cta-right {
		margin: 0 0 30px;
	}

	.home-testimonials-bg .tatsu-shape-divider.tatsu-bottom-divider {
		display: none;
	}

	.home-testimonials-bg {
		position: relative;
	}

	.home-testimonials-bg:before {
		background: url(assets/images/Vector6tg.png) no-repeat 50% 17px / 160% 103%;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		top: -60px;
		z-index: -1;
	}

	.content-hero-slider .swiper-slide.content1-hero-card {
		background: #E7F2FA;
		padding: 15px;
		border-radius: 15px;
		margin-bottom: 30px;
	}

	.content-hero-slider .home-hero-slider .swiper-button-prev {
		display: none;
	}

	.content-hero-slider .home-hero-slider .swiper-button-next {
		display: none;
	}

	h3.aboutus-howworks-image-box-title {
		font-size: 17px;
	}

	hr.aboutus_cta_bottomhr {
		display: none;
	}

	.footer_leftimage {
		margin-bottom: 30px;
	}

	.aboutus-howworks-image-box-wrapper {
		border-right: none;
		margin: 0 0 30px;
	}
}