@charset "utf-8";
html{
	font-family: "Poppins";
}

body{
	margin: 0;
	padding: 0;
}

.menu{
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 9999;
}

.book a:hover{
	color: white;
	background: green;
}
	
.contacts p{
	margin: 0 auto;
}

.contacts a{
	text-decoration: none;
	color: #d92726;
}

.contacts a:link{
	color: inherit;
}


/*promos.html page*/
.intro img{
	margin: auto;
	display: block;
	width: 40%;
	box-shadow: 0px 0px 15px 1px #000000;
}

#fullpage{
	margin-top: 50px;
}

#footer2{
	display: none;
}

/*.promos{
	disabled:
	display: block;
	margin: 50px auto 20px; 
	width: 50%;
	margin: 0 auto;
	width: auto;
	height: 100%;
	border-radius: 20px;
	box-shadow: 0px 0px 15px 1px #000000;
}

.promos:hover{
	-webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}*/

/*.promosbutt{
	display: block;
	margin: 50px auto;
	width: 50%;
	border-radius: 12px;
	box-shadow: 0px 0px 15px 1px #000000;
}*/



/*covid pop-up*/
#main{
	width: 100%;
	height: 100vh;
	margin-top: 120px;
	background: #0008;
	position: absolute;
	top:0;
	left: 0;
	color: white;
}

/*.promo{
	width: 100%;
}*/

#pu{
	color: white;
}

#pop-up{
	text-align: center;
	width: 500px;
	background: #d92726;
	box-sizing: border-box;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*covid pop-up*/



/*Ziebart/CarSavers Restarting page*/
.restart{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.restarting{
	visibility: hidden;
	color: transparent;
	/*opacity: 0;*/
	color: rgba(0, 0, 0, 0.5);
	font-size: 25pt;
	font-family: arial, sans-serif;
}


/*Novus FAQ collapse*/
.containerfaq{
	width: 95%;
	margin-left: 20px;
}

.H3faq{
	margin-left: 20px;
}

.panel-title{
	font-weight: bold;
}
.panel-body{
	color: gray;
}


/*my add*/
header{
	background: linear-gradient(
    to right, 
    #d92726 0%, 
    #d92726 50%, 
    #e3e3e3 50%, 
    #e3e3e3 100%
  );
}

/*my add*/
.top{
	margin: 0 auto;
	display: block;
	width: 30%;
	
}

ul{
	/*background: white;*/
	margin: 0;
	padding: 0;
	text-align: center;/*my add*/
	list-style-type: none;
	/*background: #e3e3e3;*/
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

ul li{
	display: inline-block;
	text-align: left;/*my add*/
}

ul li a{ /*08142021*/
	color: #000000;
	text-decoration: none;
	padding: 10px 15px; /*orig 13px 15px*/
	display: block;
}

.fa-sort-desc{
	float: none;
	padding: 0 5px; /*08142021*/
}

ul li:hover{
	/*background: lightgray;*/
}

ul ul{
	position: absolute;
	min-width: 200px;
	background: #ffffff;
	display: none;
	font-size: 9px;
	/*font-weight: bolder;*/
}

ul ul li{
	display: block;
	/*background: #e3e3e3;*/
}

ul li:hover ul{
	display: block;
	box-shadow: 0px 0px 15px 1px #000000;
	border-radius: 10px;
}

ul li i{
	color: #000000;
	float: right;
	padding-left: 20px;
}

nav{
	box-shadow: 0 5px 15px rgba(0,0,0,.2);
	background: #ffffff;
}

nav div{
	/*background: lightgray;*/
	color: #000000;
	font-size: 24px;
	padding: 0.6em;
	cursor: pointer;
	display: none;
}

/* for different color of nav text over mouse*/
nav ul a:hover{
	color: #d92726;
	/*border-bottom: 2px solid #d92726;*/
}

/* for different color of nav text over mouse*/
nav ul ul a:hover{
	color: #ffffff;
	background: #d92726;
}

.wrapper{
	/*before fontawesome 6.7*/
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 8888;
	
	/*display: flex;*/
	/*gap: 15px;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	/*padding: 20px;*/
}

.share{
	width: 40px;
	height: 40px;
	background: red;
	position: relative;
	cursor: pointer;
	transition: all 0.2s linear;
}

.share .fa-brands{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 25px;
}

.share.facebook{
	background: #3b5998;
}

.share.twitter{
	background: #55acee;
}

.share.google{
	background: #dd4b39;
	
}

.share.instagram{
	background: #c32aa3;
}

.share:hover{
	width: 45px;
}

/*my add*/
.out-box{
	width: 100%;
	height: 115px;
	background: white;
}

.slide{
	width: 80%;
	margin: auto;
	display: block;
}

.hotlinks{
	margin-bottom: 150px;
}

.butt{
	width: 100%;
	margin: auto;
}

.butt img{
	width: 14.2%;
	float: left;
	cursor: pointer;
	margin: auto;
}

.butt img:hover{
	transform: scale(1.02);
}

.head-title1{
	height: 100px;
	margin-top: 50px;
	padding-top: 24px;
	background-color: #e3e3e3;
}

.head-title{
	height: 100px;
	margin-top: 50px;
	padding-top: 38px;
	background-color: #e3e3e3;
}

h1{
	width: 100%;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #d92726;
}
/*p{
	margin: 0 0 20px 0;
	text-align: center;
}*/

/*#carousel{
	margin: auto;
	width: 960px;
	border: 1px solid #D7D3D3;
	height: 300px;
	position: relative;
	clear: both;
	overflow: hidden;
}*/

/*#carousel img{
	visibility: hidden;
	cursor: pointer;
}

#callback-output{
	height: 250px;
	overflow: scroll;
}

.customers-content{
	display: flex;
	width: 100%;
	height: 120px;
}

.customers-article{
	width: 300px;
	height: 60px;
}*/

/*Customer Testimonials*/
/*.space{
	height: 150px
}*/
#contain{
	margin-top: 60px;
	font-size: 14px
}

.col{
	padding-top: 50px;
}

.col-1{
	margin: 0 auto;
	width: 25%;
	min-height: 100px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-top: thin solid #F5F0F0;
}

.col-2{
	margin: 0 auto;
	width: 74%;
	min-height: 100px;
	display: inline-block;
	vertical-align: top;
	border-top: thin solid #F5F0F0;
	border-left: thin solid #F5F0F0;
	padding-left: 5px;
	color: gray;
}

.customer-testimonials{
	/*background: #d92726;*/
	/*padding: 20px;*/
	/*margin-bottom: -20px*/
}

.customers-section{
	width: 100%;
	max-width: 1200px;
	text-align: center;
	padding: 0;
	/*position: relative;*/
	margin: 0 auto 0 auto;
}

.para{
	margin: 0;
	text-align: center;
}

/*.testimonial-section{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
*/

.container-testimonial{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	padding-top: 20px;
}

.testimonial{
	width: 320px;
	margin: 20px;
	padding: 10px;
	/*text-align: center;*/
	/*border: 1px solid gray;*/
	border-radius: 10px;
}

.testimonial:hover{
	box-shadow: 0px 0px 50px 1px black;
}

.testimonial-header{
	text-align: left;
}

.fa-quote-left{
	margin-right: 10px;
	color: black;
}

.fa-quote-right{
	margin-left: 10px;
	color: black;

}

.fa-star{
	color: #f2c431;
}

.article{
	font-size: .8em;
	text-align: left;
}

.view{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.allview{
	text-align: center;
}

.allview a{
	text-decoration: none;
	font-size: 14px;
	color: gray;
}

.allview a:hover{
	color: #d92726;
	border-bottom: 2px solid #d92726;
}

.clickme{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.clickme a:hover{
	color: #d92726;
	border-bottom: 2px solid #d92726;
}

/*.button{
	font-size: 20px;
	background-color: #e3e3e3;
	border-radius: 4px;
}*/
.button{
	position: absolute;
	margin-top: 250px;
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.promosbutt{
  	width: 150px;
  	height: 27px;
  	position: absolute;
	top: 48%;
	left: 46%;
  	/*font-family: 'Roboto', sans-serif;*/
  	font-size: 11px;
  	/*text-transform: uppercase;*/
  	letter-spacing: 1px;
  	font-weight: bold;
  	color: #000;
  	background-color: #fff;
  	border: none;
  	border-radius: 45px;
  	box-shadow: 0px 0px 15px 1px #000000;
  	transition: all 0.3s ease 0s;
  	cursor: pointer;
  	outline: none;
}

.promosbutt:hover{
  background-color: #ff4d4d;
  box-shadow: 0px 15px 20px rgba(255, 99, 71, 0.6);
  color: #fff;
  transform: translateY(-7px);
}


/*Awards-Recognitions*/
.awards-recognitions{
	/*background: #B3B3B3;*/
	/*padding: 30px 20px 20px 20px;*/
	text-align: center;
}

.cons{
	margin: auto;
	text-align: center;
}

.frannie{
	border-radius: 50%;
	box-shadow: 0px 0px 50px 1px black;
}

.awards{
	/*text-align: center;*/
	font-size: 15px;
	margin: auto 70px auto 70px;
}

table{
	/*margin: 20px 0 20px 150px;*/
	margin: auto;
}

tr td p {
	text-align: left;
}

/*.services{
	margin: 20px;
	padding: 20px;
}*/

/*Ziebart Services*/
.ziebart-services{
	width: 100%;
	/*background: #f2f2f2;*/
	padding-top: 20px;
	text-align: center;
}

.ziebart-services > img{
	width: 300px;
	margin-top: 20px;
	/*margin-bottom: 20px;*/
	padding-bottom: 5px;
	border-bottom: 3px solid #d9d9d9;
}

.about{
	font-size: .7em;
	margin: 0 70px 20px 70px;
}

.z-services-section{
	width: 100%;
	margin: 20px auto;
	/*max-width: 1200px;*/
	display: flex;
	flex-wrap:wrap ;
	justify-content: center;
}


.z-services{
	width: 95%;
	/*width: 100%;*/
}

.h3{
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 0 20px 100px;
}

.h3 a{
	color: black;
}

.h3 a:hover{
	color: #d92726;
}

.z-services-list{
	width: 180px;
	margin: auto 20px auto 50px;
	padding: 0px;
	text-align: center;
}

.z-services-list a{
	color: #A7A7A7;
	text-decoration: none;
}

.z-services-list a:hover{
	color: #000;
}

/*Carsavers Services*/
.carsavers-services, .novus-services{
	width: 100%;
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	text-align: center;
}

.carsavers-container{
	position: relative;
	margin: 20px;
}

.c-service{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 30px;
	color: white;
	font-size: 25px;
	/*background-color: rgba(215,46,46,0.33);*/
	text-shadow: -1px -1px 1px gray;
	margin: auto;
	display: none;
}

.carsavers-container img:hover{
	webkit-filter: blur(4px); /* Chrome, Safari, Opera */
    filter: blur(4px);
}

.carsavers-container:hover .c-service{
	display: block;
}

.c-service a{
	text-decoration: none;
	color: white;
}

.carsavers-services > img{
	width: 300px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: 3px solid #d9d9d9;
}

.c-services-section{
	margin: auto;
	padding-left: 0;
	width: 90%;
	/*max-width: 1200px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.c-services{
	width: 1200px;
	/*height: 100%;*/
}

.c-services > .h3{
	border: none;
}

.c-services > .h3:hover{
	border-bottom: 1px solid #d9d9d9;
	cursor: pointer;
}

.c-services-list{
	width: 1200px;
	margin: auto;
	padding: 0 20px 0 100px;
	text-align: justify;

}

/*Novus Section*/
.novus-services > img{
	width: 300px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 3px solid #d9d9d9;
}


h2{
	margin: 30px 0 0 120px;
	padding: 1px;
	text-align: left;
	font-size: 32px;
}

.sec{
	text-align: justify;
	margin: 50px 130px 0 130px;
}

.feat{
	width: 82%;
	height: 300px;
	display: block;
	margin: auto;
}

.zimg{
	width: 100%;
	margin-top: 100px;
}

/*h3{
	margin: 20px 0 5px 130px;
	padding: 1px;
	text-align: left;
}*/

/*check this for online survey*/
.main-service{
	text-align: justify;
}

.oooo{
	margin: 5px 0 10px 130px;
	padding: 1px;
	text-align: left;
}

.bullets{
	margin-left: 130px;
}

/*Ceramic Z-Gloss*/
.main-service{
	width: 1100px;
	margin: 10px auto;
	padding-top: 0px;
	overflow: hidden;
}

.startp{
	margin: 0 auto;
	color: #d92726;
}

.col1{
	width: 45%;
	float: left;
	margin: 0 auto;
}

.col2{
	margin: 0 auto;
	width: 45%;
	float: right;
}

.col2 > p{
	margin: 0;
}
.col1-img2{
	width: 35%;
	/*height: 200px;*/
}

.col22-img{
	width: 75%;
	height: auto;
}

.col2-img, .col2-vid{
	width: 500px;
	height: 450px;
	margin: 0 auto 20px;
}

.col2-img-vid{
	width: 500px;
	margin: 10px auto
}

.location-contacts{
	margin-top: 70px;
	text-align: center;
}

.google-maps{
	float: none;
	margin-bottom: 50px;
}

.google-maps iframe{
	max-width: 100%;
	/*height: 100%;*/
}

/*Footer*/

/*social*/
.fack{
	display: none;
}
.footer{
	background-color: #d92726;
	margin-top: 100px;
	margin-bottom: -50px;
	color: #fff;
	/*text-align: center;*/
}

.foot-ul li{
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 5px;
}

.foot-ul li li{
	list-style-type: none;
	font-size: 11px;
}

.foot-ul li a{
	text-decoration: none;
	color: white;
}

.footer-content{
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}

.column1{
	width: 20%;
	float: left;
	margin-left: 60px;
}

.column2{
	width: 20%;
	float: left;
}

.column3{
	width: 20%;
	float: left;
	/*border-right: solid 1px gray;*/
	/*margin-right: 20px;*/
}

.column4{
	width: 20%;
	float: left;
}


.c-right{
	font-size: 10px;
	text-align: center;
}

.c-right .cons img{
	width: 70px;
}

/*Footer-Promo*/

/*social*/
.fack{
	display: none;
}
.footer-promo{
	background-color: #d92726;
	margin-top: 500px;
	color: #fff;
	position: fixed;
	z-index: 9999
	/*text-align: center;*/
}

.foot-ul li{
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 5px;
}

.foot-ul li li{
	list-style-type: none;
	font-size: 11px;
}

.foot-ul li a{
	text-decoration: none;
	color: white;
}

.footer-content{
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}

.column1{
	width: 20%;
	float: left;
	margin-left: 60px;
}

.column2{
	width: 20%;
	float: left;
}

.column3{
	width: 20%;
	float: left;
	/*border-right: solid 1px gray;*/
	/*margin-right: 20px;*/
}

.column4{
	width: 20%;
	float: left;
}


.c-right{
	font-size: 10px;
	text-align: center;
}

.c-right .cons img{
	width: 70px;
}

/*.fifty-yrs img{
	width: 50%;
	margin-top: 30px;
}*/


/*Online Booking*/
.booking{
	margin: 50px 50px 5px 50px;
	box-shadow: 0px 0px 10px 1px black;
	padding: 20px;
}

.booking > h3{
	text-align: left;
}

.fillup{
	background: transparent;
	border: none;
	border-bottom: 1px dotted;
	width: 75%;
}

/*Privacy Data Consent*/
.cooks{
	padding: 0;
	margin: 0;
	font-size: 1rem;
}
.cook-container{
  width: 1600px;
  margin: auto;
}

.subcook-container{
  width: 85%;
  margin: auto;
}

#cookies{
  width: 100%;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}

.cookies{
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.cookies a{
  text-decoration: underline;
  font-weight: 500;
  color: white;
}

#cookies-btn{
  border-radius: 5px;
  padding: 8px 12px 8px 12px;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  border: 3px solid white;
  background-color: black;
  color: white;
}
/*Privacy Data Consent*/


@media(max-width: 2048px){
	
	.z-services-section{
		justify-content: center;
	}
	
	.sec{
		margin: 50px 70px;
		font-size: .9em;
	}
	
	#title-service{
		margin: 10px;
	}
	
	#title-service > h2{
		margin-left: 0;
	}
	
	.feat{
		width: 100%;
		height: 100%
	}
	
	.main-service{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		font-size: .9em
	}

	.startp{
		margin: 0 auto;
		color: #d92726;
	}	

	.col1{
		width: 45%;
		float: left;
		margin: auto;
	}

	.col2{
		margin: auto;
		width: 45%;
		float: right;
	}

	.col2-img, .col1-img, .col2-vid, .col2-img-vid{
		width: 75%;
	}
	
	.col22-img{
		width: 75%;
		height: auto;
	}
	
		/*Online Booking
	.booking{
		margin: 50px;
		box-shadow: 0px 0px 10px 1px black;
		padding: 20px;
	}*/
	
}

@media(max-width:1600px){
	/*Privacy Consent*/
	.cook-container{
		width: 100%;
	/*Privacy Consent*/
	}
}

@media(max-width: 1120px){
	#main{
		margin-top: 0;
		z-index: 20000;
	}
	.top{
		width: 40%;
	}
	nav div{
		display: block;
	}
	
	ul{
		display: none;
		position: static;
		background: #e3e3e3;
	}
	
	ul li{
		display: block;
	}
	
	ul ul{
		position: static;
		background: #e3e3e3;
	}
	
	.menu{
		position: fixed;
	}
		
	.out-box{
		/*display: none;*/
	}
	
	/*Promos Page*/
	.intro img{
		width: 70%;
	}
	
	.promosbutt{
		left: 43%
	}
	
	.testimonial{
		margin: auto 15px;
	}

	
	.share{
		width: 38px;
		height: 38px
	}
	
	.share .fa-brands{
		font-size: 15px;
	}
	
	.share:hover{
		width: 48px;
	}

	
	.slide{
		width: 100%;
	}
	
	.col-2{
	border-top: none;
	border-left: none;
	border-bottom: thin solid #F5F0F0;

	}

	
	/*kakaalis ko lang ngayon*/
	/*h2{
		margin-left: 72px;
		margin-bottom: 15px;
	}*/
	
	/*#carousel{
		width: 700px;
	}
	
	#carousel img{
		width: 400px;
	}*/
	
	#title-service{
		margin: 10px;
	}
	
	#title-service > h2{
		margin-left: 0;
	}
	
	.feat{
		width: 100%;
		height: 100%
	}
	
	.main-service{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		font-size: .9em
	}

	.startp{
	margin: 0 auto;
	;
	color: #d92726;
	border-bottom-width: 100%;
	}	

	.col1{
		width: 45%;
		float: left;
		margin: auto;
	}

	.col2{
		margin: auto;
		width: 45%;
		float: right;
	}

	.col2-img, .col1-img, .col2-vid, .col2-img-vid{
		width: 100%;
	}
	
	.col22-img{
		width: 100%;
	}
	
	.col-1, .col-2{
		display: block;
		width: 100%;
		margin: 0;
	}
	
	

	/*.sec{
		font-size: .8em;
		margin: 20px 72px auto 72px;
	}*/
	
	/*h3{
		margin: 20px 72px auto 72px;
	}*/
	
	.oooo, .bullets{
		font-size: .8em;
		margin: 20px 72px auto 72px;
	}
	.awards{
		margin: auto;
	}
	
	
	/*Ziebart Services*/
	.z-services-section{
		justify-content: center;
	}
	.sec{
		margin: 50px;
		font-size: .9em;
	}
	
	.main-service{
		width: 100%;
	}
	
	/*Carsavers Service*/
	.c-services-section{
		margin: auto;
	}
	
}

@media(max-width:1024px){
  	/*Privacy Consent*/
	.cookies{
    padding: 10px 0;
	/*Privacy Consent*/
  }
}

@media(max-width:768px){
  	/*Privacy Consent*/
	#cookies-btn{
    width: 100%;
	/*Privacy Consent*/
  }
}

@media(max-width: 667px){
		
	/*covid pop-up*/
	#main{
		margin-top: 0;
		z-index: 20000;
	}
	.menu{
		position: fixed;
	}
		
	.out-box{
		/*display: none;*/
	}
		
	.hotlinks{
		margin-bottom: 140px;
	}
	#title-service > .feat{
		height: 100px;
	}
	.c-service{
		display: block;
	}
		
	.alabang, .franchise, .frannie, .promo{
		width: 80%;
		margin: 0;
	}
	
	.awards{
		margin: auto 10px auto 30px;
	}
	
	table{
		margin-left: 50px;
	}
	
	.sec{
		margin: 50px;
		font-size: .8em;
	}
	
	#title-service > .feat{
		width: 100%;

	}
	
	.main-service{
		width: 100%;
	}
		
	.col{
		width: 100%;
		margin: 0;
		float: none;
	}
	
	.c-services > .h3{
		margin: 5px auto;
		text-align: center
	}
	
	/*.col2-vid{
		margin-left: 100px;
	}*/
	.col-1, .col-2{
		display: block;
		margin: 5% auto;
		width: 100%;
	}
	
	.column1{
		margin-left: 30px
	}
	
	.footer-content{
		display: none;
	}
	
		/*Online Booking*/
	.booking{
		margin: 0px;
		/*box-shadow: 0px 0px 10px 1px black;*/
		padding: 0px;
	}
	
	.booking > h3{
		text-align: center;
	}
	
	/*Promos Page*/
	.intro img {
		width: 85%;
	}
	
	.promosbutt {
		left: 38%;
	}
	
}

@media(max-width: 414px){
	
	ul li{ /*08142021*/
		padding: 0;
	}
	
	ul li a{ 
		padding: 7px;
	}
	.fa .fa-sort-desc{
		padding: 0px;
		
	}/*08142021*/
	
	/*covid pop-up*/
	#main{
		margin-top: 0;
	}
	#pop-up{
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	/*covid pop-up*/
	
	header{
		height: 50px;
	}
	
	
	.top{
		width: 100%;
		height: 60px;
	}
	
	.menu{
		position: fixed;
	}
		
	.out-box{
		/*display: none;*/
	}
	
	.hotlinks{
		margin-bottom: 50px;
	}
	
	#title-service > h2{
		font-size: 1.3em;
		font-weight: bolder
	}
	
	.butt{
		width: auto;
	}
	
	.wrapper{
		display: none;
	}
	
	.containerfaq{
		width: 100%;
		margin-left: 0;
	}
	
	/*.share{
		width: 30px;
		height: 30px
	}
	
	.share .fa{
		font-size: 10px;
	}
	
	.share:hover{
		width: 38px;
	}*/
	
	/*#carousel{
		width: 300px;
		height: 200px;
	}
	
	#carousel img{
		width: 200px;
	}*/
	
	.feat{
	width: 100%;
	}
	
	h1{
		font-size: 1.5em;
	}
	
	/*h2{
		font-weight: 400;
		font-size: 30px
	}*/
	
	.para{
		font-size: .8em;
	}
	
	.awards{
		font-size: .8em;
		margin: auto;
		width: 100%
	}
	
	table{
		margin: auto;
	}
	
	/*.services{
		padding: 10px;
	}*/
	
	.z-services > .h3{
		margin: 20px auto;
		text-align: center;
	}
	
	/*.h3{
		font-size: 15px;
	}*/
	
	.z-services-list{
		width: 150px;
		margin: auto auto 20px;
		padding: 0;
	}
	
	.z-services-list img{
		margin: 0;
		padding: 0;
	}
	
	.z-services-list p{
		margin: 0;
		padding: 0;
		font-size: 15px
	}
	
	.carsavers-services img, .novus-services img{
		width: 250px
	}
	
	
	/*Carsavers Service*/
	.c-services-section{
		margin: auto;
	}
	
	.carsavers-container{
		width: 100%
	}
	
	.carsavers-container img{
		width: 100%
	}
	
	.c-service{
		width: 100%;
	}
	
	.c-services > .h3{
		margin: 5px auto;
		text-align: center
	}
	
	.main-service{
		width: 100%;
		font-size: .8em;

	}
	
	.allview img{
		width: 20px;
	}
	
	.col{
		width: 100%;
		float: none;
	}
	
	/*.col{
		width: 90%;
		float: none;
	}*/
		
	.col2-vid, .col2-img, .col1-img{
		display: block;
		width: 100%;
		height: 100%;
		/*height: 184px;*/
		margin: auto;
	}
	
	.col2-img-vid{
		display: block;
		width: 100%;
		margin: auto;
	}
	
	.col-1, .col-2{
		display: block;
		width: 100%;
		margin: 0;
	}
	
	.fifty-yrs{
	width: 100%;
	margin-top: 30px;
	}
	
	/*.footer{
		font-size: .7em;
		padding: auto;
	}*/
	.footer-content{
		display: none;
	}
	
	.c-right img{
		margin-top: 10px;
	}
	
	.fack{
		display: block;
		padding-top: 15px
	}
	
	.fa-brands{
		padding: 5px 2px; /*orig 10px 08142021*/
		width: 25px;
		font-size: 20px;
		text-align: center;
		text-decoration: none;
		margin: 5px 2px;
		border-radius: 50%;
	}
	.fa-facebook-f {
  		/*background: #3B5998;*/
  		color: white;
	}

	.fa-x-twitter {
  		/*background: #55ACEE;*/
  		color: white;
	}

	.fa-google {
  		/*background: #dd4b39;*/
  		color: white;
	}

	.fa-instagram {
  		/*background: #125688;*/
  		color: white;
	}
	
	.head-title, .head-title1{
		background: 0;
		border-bottom: 2px solid #d92726;
		/*padding-top: auto;*/
		height: auto;
	}
	
		/*Online Booking*/
	.booking{
		box-shadow: none;
	}
	
	.booking > h3{
		font-size: 2em;
	}
	
	.fillup{
		width: 100%;
	}
	
	.button{
		margin-top: 130px;
		width: 160px;
	}
	
	/* Promos Page*/
	.promosbutt{
		left: 32%;
	}
	#footer2{
		display: block;
	}
		
	#fullpage{
		margin-top: auto;
	}
	
	.intro img{
		width: 95%;
	}
	
}	

	@media(max-width: 320px){
		
		/*covid pop-up*/
		#pop-up{
			width: 100%;
			height: 70%;
		}
		/*covid pop-up*/
		
		.z-services{
			width: 100%;
		}
		
		.sec{
			margin: 15px;
			font-size: .8em;	
	}
		.main-service{
			width: 100%;
			font-size: .8em;
			margin: 0;
		}
		
		.c-services-section{
			width: 100%;
			margin: auto;
		}
		
		.carsavers-container{
			width: 100%;
		}
		
		.carsavers-container img{
			width: 300px;
		}
		
		.c-service{
			width: 300px
		}
		
		.col{
			width: 100%;
			float: none;
		}
		
		.col2-vid, .col2-img, .col1-img{
			margin: 0;
			width: 100%;
			height: 100%;
		}
		
		.col-1, .col-2{
			display: block;
			width: 100%;
			margin: 0;
		}
		
		/*.c-right p{
			font-size: 8px;
		}*/
		
		.copyright{
			display: none;
		}
		
		.about{
			margin: 0;
		}
		
		.promosbutt{
			left: 27%
		}
		
}
