@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins';
    overflow-x: hidden;
}
p {
    font-size: 18px;
    color: #444;
    line-height: 30px;
    margin: 0;
    font-weight: 400;
}
* {
    margin: 0;
    padding: 0;
}
h2,h4 {
    color: #04004d;
}

a {
    text-decoration: none;
}
h1 {
  font-size: 60px;
}
h2 {
    font-size: 50px;
    line-height: 60px;
}
h4 {
    font-size: 30px;
}
h6 {
    font-size: 20px;
}
img{
    object-fit: cover;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
header {
    position: absolute;
    width: 100%;
    z-index: 111;
    padding-top: 30px;
}
.logo {
	max-width: 70%;
}
.heading > span,.bill-cost-count,.bill-cost-count h2{
    color: #971c0f;
}
.formbutton,.discount-offer:before,.feature-description:before,.get-a-quote:before{
    background-color:#971c0f ;
}
.hero-section:before {
    background-color: #971c0f;
    height: 1000px;
    content: "";
    position: absolute;
    width: 2000px;
    border-bottom-left-radius: 666px;
    transform: rotate(-10deg);
    top: 0;
    left: -100px;
    z-index: -11;
	border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 94px 0px 0px 88px rgb(237 237 237);
    -webkit-box-shadow: 94px 0px 0px 88px rgb(237 237 237);
    -moz-box-shadow: 94px 0px 0px 88px rgb(237 237 237);
	transform-origin: 0% 0%;
}
.hero-section {
    overflow: hidden;
    position: relative;
    padding-top: 140px;
	padding-bottom: 120px;
}
.hero-section:after {
    height: 1000px;
    content: "";
    position: absolute;
    width: 2000px;
    border-bottom-left-radius: 666px;
    transform: rotate(-10deg);
    top: 0;
    left: -100px;
    z-index: -11;
    opacity: .7;
    background-repeat: no-repeat;
    background-image: url(../img/hero01.jpg);
    background-size: cover;
    background-position: center bottom;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
	transform-origin: 0% 0%;
}
.p2:after{
	background-image: url(../img/hero02.jpg)!important;
	background-position: center;
}
.hero-section-text{
    position: relative;
}
.hero-section-text h1 {
    color: white;
    font-weight: 700;
}
.hero-section-text p {
    color: #e3e2e2;
    padding-bottom: 20px;
    width: 84%;
}

.check {
    border-bottom: 10px solid #f6f2f8;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 80px;
}

.get-a-quote h2 {
    font-weight: 40px;
    font-weight: 800;
}
.get-a-quote span {
    font-size: 16px;
    font-weight: bold;
    color: #858585;
}
.get-a-quote {
    background-color: white;
    padding: 60px;
    border-radius: 30px;
    margin-left: 30px;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.4);
    position: relative;
    margin-bottom: 50px;
}
.get-a-quote:before {
    position: absolute;
    width: 90%;
    top: -21px;
    height: 45px;
    content: "";
    left: 5%;
    border-radius: 26px;
    z-index: -1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.get-a-quote input[type="text"] {
    width: 100%;
    height: 64px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 30px;
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    border: 1px solid #d3d3d3;
}
.get-a-quote .error {
	border-color: red;
    background-color: #f8d7da;
}

.get-a-quote select {
    width: 100%;
    height: 64px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 30px;
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    border: 1px solid #d3d3d3;
	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position:
		calc(100% - 20px) calc(1.6em + 2px),
		calc(100% - 15px) calc(1.6em + 2px),
		calc(100% - 2.5em) 0.9em;
	background-size:
		5px 5px,
		5px 5px,
		1px 2em;
	background-repeat: no-repeat;
	margin: 0;      
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.get-a-quote select[disabled] {
	color: #DDD;
}
.get-a-quote p {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
.disclaimer {
	font-size: 12px;
}
.heading span {
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.heading{
    padding-bottom: 40px;
}
.heading h2 {
    font-weight: bold;
    width: 90%;
    margin-bottom: 0;
    text-transform: capitalize;
}
.headingline {
    display: block;
    margin-top: 10px;
    background-color: #9a9a9a;
    width: 40px;
    height: 1px;
    margin-bottom: 20px;
}
.what-we-do p {
    width: 84%;
}

.what-we-do span.bolo {
    border-radius: 50%;
    display: inline-block;
    border: 7px solid #971c0f;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.what-we-do ul li {
    font-weight: 600;
    padding-bottom: 20px;
    align-items: center;
    display: flex;
}

.average-repair-bill h4{
    font-weight: 800;
}
.bill-cost-count {
    font-size: 65px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.bill-cost-count h2 {
    font-size: 65px;
    margin: 0;
    font-weight: 800;
}
.bill-cost {
    border-left: 1px solid #9b9b9b;
    padding-left: 30px;
    padding-bottom: 13px;
}

.formbutton {
    color: white;
    padding: 16px 40px;
    border-radius: 20px;
    font-weight: bold;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: 0;
}
.formbutton:before {
    content: "";
    width: 20%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-out 0.1s;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
}
.formbutton:hover {
    color: white;
}
.formbutton:hover:before{
    width: 100%;
    opacity: 0.5;
    visibility: visible;
}

.feature-description {
    background-color: #f3f6fa;
    padding: 40px;
    border-radius: 30px;
    position: relative;
    margin-top: 25px;
    margin-right: 30px;
}
.feature-description:before {
    position: absolute;
    width: 85%;
    top: -15px;
    height: 45px;
    content: "";
    left: 8%;
    border-radius: 26px;
    z-index: -1;
}
.feature-description h6 {
    font-size: 20px;
    color: black;
    font-weight: 800;
    padding-top: 20px;
}

footer {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding-top: 20px;
}
footer:before {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #5d1109;
    opacity: .9;
    left: 0;
}

p.footer {
    color: white;
    position: relative;
    font-weight: bold;
    padding: 40px 0;
}

#button {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: #971c0f;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 44px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.testi-style {position: relative;margin-top: 20px;margin-bottom: 20px;}
.testi-style .testi-inner {position: relative;padding: 25px;overflow: hidden;border-radius: 5px 5px 5px 0;background: #fff;box-shadow: 0 0 10px 5px #dae3ef;}
.testi-style .testi-inner::after {content: '';display: inline-block;position: absolute;bottom: -20px;right: -20px;height: 60px;width: 60px;border-radius: 100%;background: #971c0f;box-shadow: 0px 0px 0px 20px #b66057, 0px 0px 0px 35px #d5a49f;}
.testi-style .testi-user-review {font-size: 13px;color: #787878;}
.testi-style .testi-review-rating {margin-top: 10px;font-size: 12px;color: #f0b43f;}
.testi-style .testi-user-info {position: relative;margin-top: 30px;padding-left: 55px;}
.testi-style .testi-user-info::before {content: '';display: inline-block;position: absolute;top: -34px;left: 0;border-left: 0 solid transparent;border-right: 30px solid transparent;border-top: 25px solid #fff;box-shadow: -5px 0 0 0 #e4eaf2;}
.testi-style .testi-user-image {position: absolute;left: 0;top: 0;height: 40px;width: 40px;border-radius: 100%;}
.testi-style .testi-user-image img {height: 40px;width: 40px;border-radius: 100%;}
.testi-style .testi-user-name {margin: 0px;font-size: 16px;color: #171717;}
.testi-style .testi-user-pos {display: inline-block;font-size: 12px;color: #515151;}

.card-price {
	display: inline-block;
    width: auto;
	height: 38px;
	background-color: #f7e337;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	border-left: 1px solid #f7e337;
	margin-left: 19px;
	position: relative;
	color: #000;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 38px;
	padding: 0 10px 0 10px;
}
.card-price:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #f7e337;
}
.card-price:after {
	content: "";
	background-color: #000;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}

.policies, .policies a {
    color: #b69490;
    position: relative;
    font-size: 12px;
	line-height: 20px;
}

@media(max-width: 1400px){
	h6{
		font-size: 18px;
	}
	h1 {
    font-size: 50px;
	}
	h2 {
	    font-size: 40px;
	    line-height: 50px;
	}
	h4 {
    	font-size: 26px;
	}
	.what-we-do-img img {
		width: 100%;
	}
	.bill-cost-count h2,.bill-cost-count {
	    font-size: 54px;
	}
	.what-we-do p {
		width: 90%;
		line-height: 32px;
	}
	.bill-cost p {
		line-height: 26px;
	}
	.heading {
		padding-bottom: 30px;
	}
	.average-repair-bill h4 {
		font-weight: 800;
		text-transform: capitalize;
		font-size: 30px;
	}
	.get-a-quote {
		padding: 40px;
		margin-left: 0px;
	}
	.hero-section:before, .hero-section:after {
		height: 950px;
		width: 1575px;
		left: -14%;
	}
	.hero-section-text p {
		padding-bottom: 20px;
		width: 100%;
	}
	.hero-section {
		padding-bottom: 50px;
	}
}

@media(max-width: 1200px){
	.check {
		flex-wrap: wrap;
    	justify-content: space-between;
		padding-top: 30px;
	}
	.hero-section:before, .hero-section:after {
	    height: 700px;
	    width: 1450px;
	    left: -22%;
	}
	.hero-section-text {
		padding-top: 250px;
		text-align: center;
	}
	.hero-section-text p {
		padding-bottom: 20px;
	}
	.heading h2,.what-we-do p,.what-we-do-img img {
 		width: 100%;
	}
	h4 {
		font-size: 24px;
	}
}

@media(max-width: 991px){
	.feature-description {
		margin-right: 0;
	}
	.what-we-do-img img {
	    margin-top: 40px;
	}
	.hero-section:before, .hero-section:after {
		height: 900px;
		width: 1300px;
		left: -25%;
		transform: rotate(0deg);
		top: -24%;
	}
	h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.hero-section {
		padding-bottom: 20px;
	}
}


/* center the blockquote in the page */
.blockquote-wrapper {
	display: flex;
	padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
	position: relative;
	font-family: 'Barlow Condensed', sans-serif;
	max-width: 500px;
	margin: 50px auto;
	align-self: center;
}

/* Blockquote header */
.blockquote h1 {
	position: relative; /* for pseudos */
	color: #17a2b8;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	border: 2px solid #fff;
	border: solid 2px;
	border-radius:20px;
	padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
	content:"";
	position: absolute;
	border: 2px solid #17a2b8;
	border-radius: 0 50px 0 0;
	width: 60px;
	height: 60px;
	bottom: -60px;
	left: 50px;
	border-bottom: none;
	border-left: none;
	z-index: 3; 
}

.blockquote h1:before {
	content:"";
	position: absolute;
	width: 80px;
	border: 6px solid #fff;
	bottom: -3px;
	left: 50px;
	z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
	.blockquote h1 {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}

/* Blockquote subheader */
.blockquote h4 {
	position: relative;
	color: #aaa;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding-top: 15px;
	z-index: 1;
	margin-left:150px;
	padding-left:12px;
}

 
.blockquote h4:first-letter {
	margin-left:-12px;
}

@media(max-width: 768px){
	.hero-section:before, .hero-section:after {
		height: 800px;
		width: 1100px;
		left: -28%;
		transform: rotate(0deg);
		top: -27%;
	}
	.bill-cost {
		border-left: 0px solid #9b9b9b;
		padding-left: 40px;
	}
	.hero-section {
		padding-top: 120px;
	}	
	.hero-section-text {
		padding-top: 150px;
		text-align: center;
	}
	.hero-section-text h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 36px;
		line-height: 46px;
	}
}

@media(max-width: 700px){
	.hero-section:before, .hero-section:after {
		height: 800px;
		width: 1100px;
		left: -40%;
		transform: rotate(0deg);
		top: -27%;
	}
}

@media(max-width: 576px){
	.hero-section-text h1 {
		font-size: 34px;
	}
	.get-a-quote p {
		font-size: 14px;
		line-height: 20px;
	}
	.hero-section:before, .hero-section:after {
		height: 700px;
		width: 1050px;
		left: -50%;
		transform: rotate(0deg);
		top: -18%;
	}
	h1 {
		font-size: 36px;
	}
}

@media(max-width: 480px){
	.hero-section:before, .hero-section:after {
		height: 630px;
		width: 700px;
		left: -20%;
		transform: rotate(0deg);
		top: -18%;
		border-bottom-left-radius: 200px;
	}
	.get-a-quote {
		padding: 30px;
		margin-left: 0px;
	}
	header {
		padding-top: 20px;
	}
	.hero-section-text {
		padding-top: 120px;
		text-align: center;
	}
	.hero-section-text h1 {
    	font-size: 24px;
	}
	.hero-section-text p {
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 24px;
	}
}

@media(max-width: 450px){
	h1 {
    	font-size: 30px;
	}
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.hero-section {
		padding-top: 120px;
	}
}