*{
  padding: 0;
  margin: 0;
}
.book-service {
  background: #0866c9;
  /* color: #f1f1f1!important; */
  padding: 7px;
  /* border-radius: 20px; */
  cursor: pointer;
  position: fixed;
  right: 5px;
  bottom: 0px;
  z-index: 99;
}




.book-service p {
  color: #f1f1f1!important;
}
body{
  font-family: 'Montserrat', sans-serif!important;
  letter-spacing: 1px;
}

.fit-car {
  display: flex;
  justify-content: space-between;
  margin-top: 27px!important;

}

input[type="datetime-local"]{
   width: 200px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   background: #fff url('./img/calendar.png');
   background-size: 30px;
   background-repeat: no-repeat;
   background-position: 90%;
   padding: 5px;
   font-size: 18px;
   font-weight: 999;
   border: none;
   outline: none;
}
input[type="datetime-local"]:after{
  opacity: 0!important;
}
.fit {
  width: 40%!important;
}
.fit1 {
  width: 60%;
}
.fit-value {
  padding: 3px 0px!important;
  width: 100%;
}
.prgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap!important;
}
.prgs-content {
  width: 33%;
}
.car-grm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.car-cont {
  width: 67%;
}
.car-cont1 {
  width: 32%;
  display: flex;
}
.small-car1 {
  width: 60%;
}
input.sml {
  width: 100%;
  padding: 3px 0px;
}
.small-car2 {
  width: 40%;
}

p{
   text-align: justify!important;
   color: #726f6f!important;
   font-size: 14px!important;
   font-weight: 400;
}
.vid{
  height: 80vh;
}
.marginTop{
  margin-top: 60px;
}
.btne{
   display: flex;
   justify-content: space-around;
}
.cove1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: 26px;
  align-items: center;
}
.cover{
  background: linear-gradient(#f4f4f5 ,#fafafb);
}

.cover-img {
  width: 35%;
  text-align: center;
}
section.cover {
  height: 80vh;
}
.cover-content {
  background: linear-gradient(#f4f4f5 ,#fafafb);
  height: 75vh;
}
button.btn1 {
  background: transparent;
  color: #000;
  border-radius: 20px;
  font-size: 12px;
  padding: 10px;
  border: 2px solid #e5e5e5;
  width: 45%;
  transition: box-shadow 1000ms ease-in-out;
}
button.btn1:hover{
  box-shadow: inset 200px 0px 5px 0px rgb(25 122 212);
  color: #ffffff;
}
button.btn2 {
  background: transparent;
  color: #000;
  border-radius: 20px;
  font-size: 12px;
  padding: 10px;
  border: 2px solid #e5e5e5;
  width: 45%;
  transition: box-shadow 1000ms ease-in-out;
}
button.btn2:hover{
  box-shadow: inset 200px 0px 5px 0px rgb(25 122 212);
  color: #fff;
}
nav.navbar.navbar-expand-lg.bg-body-tertiary {
  background: #ffffff!important;
  position: sticky!important;
  top: 0px;
  z-index: 99;
  box-shadow: 0px 0px 14px 2px rgb(0 0 0 / 7%);
  width: 100%;
}
h1 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 15px;
  border-color: #aa1ba1;
  border-bottom-style: solid;
  border-bottom-width: 3.1px;
  width: fit-content;
  margin: auto;
  margin-bottom: 55px;

}
h2{
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
h2:before{
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0;
  left: 25%;
  border-bottom: 1px solid #aa1ba1;
}
.nav-link{
  font-size: 12px!important;
  letter-spacing: 1px;
  color: #000!important;
  margin-bottom: 5px!important;
  text-decoration: none;
  cursor: pointer;
}
.nav-link:hover{
    color: #0866c9!important;
    padding-bottom: 3px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    width: fit-content;
}
.cover-para img{
   width: 17px;
}
.cover-content{
  display: flex;
}
.cover-img .coveimg {
  width: 57%;
}
.cover-para {
  margin-left: 127px;
  margin-top: 40px;
}

.van .vanimg {
  width: 30%;
  margin-left: 327px;
  /* margin-top: 55px; */
}
.van {
  text-align: center;
}

.imge {
  margin-left: 12px;
}


/* .prdimgpart2 img{
   width: 24%;
} */



.about-para {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-content{
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.about-para1 {
  width: 48%;
}
.about-para2 {
  width: 48%;
}
.our-values {
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  box-shadow: rgb(170 27 161 / 60%) 1px 2px 10px 0px;
  height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.our-services{
  margin-top: 36px;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  box-shadow: rgb(170 27 161 / 60%) 1px 2px 8px 0px;
  height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/* .prg-content {
  display: flex;
  flex-direction: column;
  width: 30%;
  text-align: center;
} */
/* .cleaning{
  box-shadow: 1px 3px 19px 0px #e5e5e5;
  padding: 30px;
  border-radius: 10px;
  cursor: pointer;
      height: 55vh;
} */

/* .programs {
  display: flex;
  justify-content: space-between;
}
.blitzclean-prgs{
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
} */
.blitz-prgg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blitzprg{
  height: 90vh;

}
.blitzprg-para {
  width: 32%;
  text-align: center;
  box-shadow: 1px 3px 19px 0px #e5e5e5;
  padding: 24px;
  border-radius: 10px;
  height: 70vh;
}
.blitzprg-para:hover{
  box-shadow: rgb(170 27 161 / 60%) 1px 2px 10px 0px;
}
.blitzprg-para:hover .cleaning-prg{
  background: #aa1ba1c6;
  color: #f1f1f1;
}

.cleaning-prg {
  font-size: 55px!important;
  border: 1px solid #999;
  padding: 12px;
  border-radius: 40px;
  margin-bottom: 13px;
  color: #999;
}
.cleaning-prg{

}
.buttone {
  display: flex;
  justify-content: space-between;
}

.buttone a{
  width: 49%!important;
}
.buttone button {
  width: 100%;
  font-size: 11px;
  padding: 6px;
  background: none;
  /* border: 1px solid pink; */
  background: linear-gradient(white, white) padding-box,
linear-gradient(to right, #224D88, #935893, #E896B8) border-box;
  border-radius: 50em;
  border: 1px solid transparent;
  box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
  transition: box-shadow 600ms ease-in-out, color 600ms ease-in-out;
  color: #999!important;
  font-weight: 800;
}
.buttone button:hover{
  box-shadow: inset 200px 0px 4px 0px #288bdc;
  color: #f1f1f1!important;
}

.blitzprg-para .buttone button{
    width:49%!important;
}

.quotee p {
  font-size: 18px!important;
  font-weight: 700;
  letter-spacing: 2px;
}

.quote{
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(153, 153, 153, 0.436);
}
.quote p{
  color: #000!important;
}
.quote1{
  background: rgba(128, 128, 128, 0.074);
  height: 40px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quote1 p{
  text-align: center!important;
}

.why{
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.why-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why-para {
  width: 22%;
  background: linear-gradient(white, white) padding-box,
  linear-gradient(to right, #224D88, #935893, #E896B8) border-box;
border-radius: 50em;
border: 2px solid transparent;
  /* text-align: center!important; */
}
.why-para p {
  margin-bottom: 0px;
  padding: 12px;
  text-align: center!important;
  font-weight: 800;
}
.blitzteam-quote {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
/* footer{
  background: #222122;
  color: #f1f1f1;
  padding: 40px 0px;
}
.footer-content{
  display: flex;
}
.social-content {
  display: flex;
  justify-content: space-between;
}
i.fa.fa-facebook-square {
  color: #3b5998;
  background: #f1f1f1;
  border-radius: 20px;
  font-size: 28px;
  cursor: pointer;
}
i.fa.fa-youtube-play {
  color: #c4302b;
  font-size: 30px;
  background: #f1f1f1;
  border-radius: 20px;
  cursor: pointer;
} */

/* .clean-prg {
  font-size: 55px!important;
} */
.cleans-content {
  width: 25%;
  border: 1px solid #e5e5e5;
  padding: 12px;
  border-radius: 100%;
  color: #8b8686;
  display: block;
    margin: auto;
    margin-bottom: 20px;
}

.cleaning:hover .cleans-content{
  background:rgba(170, 27, 161, 0.601);
  color: #fff;
}
.cleaning:hover{
  box-shadow: rgba(170, 27, 161, 0.601) 1px 2px 10px 0px;
}
.footer1 {
  width: 30%;
}
.footer-company {
  line-height: 7px;
}


.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 29px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-message-pulse {
	background: #0033CC!important;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 29px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pul;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}


@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
@keyframes pul {
	0% {
		box-shadow: 0 0 0 0 #0033CC;
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.whats {
    position: fixed;
    right: 46px;
    bottom: 60px;
    font-size: 31px;
    z-index: 2;
}

.whats i {
  font-size: 45px!important;
    background: #28D146;
    border-radius: 100%;
    padding: 9px;
    color: #fff!important;
}
.footer-full{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-full h2{
  font-weight: 700;
}

footer {
  padding-top: 50px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
footer p{
  color: #7c7676!important;
}
.footer-content {
  width: 22%;
}
.footer-content2 {
  width: 28%;
}
.footer-content3 {
  width: 20%;
}
.barcode-foot {
  width: 10%;
}
.nortofooter{
  text-align: left!important;
}
.foot-underline p:hover{
   /* padding-bottom: 1px;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   width: fit-content; */
   text-decoration: underline;
   text-decoration-thickness: 1px;
   text-decoration-color: rgba(0, 0, 0, 0.491);
   cursor: pointer;
}
.footer-head{
   margin-bottom: 30px;
}
.foot-service{
   margin-top: 84px;
}
.discrimer{
  background-color: rgb(122 122 124 / 49%);
}
.social-media-icon {
  margin: 9px 0px;
}
.ico {
  font-size: 20px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.202);
  border-radius: 100%;
  padding: 4px;
  color: #686565;
  transition: padding 50ms ease-in-out;
}
.ico:hover{
  border: 1px solid #000;
  padding: 6px;
  cursor: pointer;
}
.social-height{
  height: 10vh;
  margin-top: 64px!important;
}
.doorstep {
  display: flex;
  justify-content: space-between;
}



/* ABOUT US */
.about-us{
  background: #babcbf;
}


.hp-img{
  display: flex;
  justify-content: space-between;
}
.hp-img img{
  width: 32%;
  height: 40vh;
}
.bcp-top img{
  height: 30vh;
}

.blitz-servicess {
  margin-top: 50px;
}
.high-pressure {
  margin-top: 50px;
}
.why-blitz{
  margin-bottom: 50px;
}

.hp{
  width: 24%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inside-outside-bcp{
   display: flex;
   justify-content: space-between;
}


.outside-area-bcp {
  background: #a3a4a6;
  width:50%;
  cursor: pointer;
}
.inside-area-bcp{
  background: #babcbf;
  width:50%;
  cursor: pointer;
}
.outside-area-rec{
    width: 3vw;
    height: 5vh;
    background: #a3a4a6;
    transform: rotate(48deg);
    margin: auto;

}
.inside-area-rec{
  width: 3vw;
  height: 5vh;
  background: #a3a4a6;
  transform: rotate(48deg);
  margin: auto;
  visibility: hidden;
}
.inside-bcpp{
  display: none;
  margin-top: 50px;
}
.outside-bcpp{
   margin-top: 50px;
   margin-bottom: 50px;
}

.blitzprg-para a {
  text-decoration: none!important;
}

.step-content1 img{
  width: 34%;
}
.step-content1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
/* .step-content1 div {
  width: 30%;
} */
.steps-para1 {
  width: 10%;
}
.steps-para2 {
  width: 62%;
}
.steps-para3 {
  width: 20%;
}

.steps-para11 {
  width: 28%;
}
.steps-para22 {
  width: 28%;
}
.steps-para33 {
  width: 28%;
  text-align: left!important;
}
.blitzinsidesteps{
  margin-bottom: 50px;
}

.hcp-contnent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hcp1 {
  width: 25%;
  text-align: center;
  padding: 27px;
  border-radius: 10px;
  height: 50vh;
}
.hcp1 img{
  border-radius: 10px;
  margin-bottom: 5px;
}

.hcp-inside-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
.inside-hcp {
  width: 24%;
  box-shadow: rgb(170 27 161 / 60%) 1px 2px 4px 0px;
  padding: 8px 18px;
  border-radius: 10px;
}
.inside-hcp p{
  text-align: left!important;
  margin-bottom: 0px;
}
.inside-hcp img{
  text-align: center;
  display: block;
  margin: auto;
  height: 10vh;
}
.cg-wash{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.cg-wash1{
  width: 20%;
}
.cg-wash2{
  width: 78%;
}

.form-contact-msg {
  position: fixed;
  /* top: 0px; */
  width: 85%;
  z-index: 1000;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  display: none;
  margin-top: 15px;
}
.form-contact {
  padding: 30px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 98;
  display: none;
}

.cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 80vh;
}
iframe{
  height: 80vh;
}
.cont-data {
  width: 51%;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.cont-map {
  width: 45%;
}
i.fa.fa-times-circle {
  display: block!important;
  width: 100%!important;
  text-align: end!important;
  margin-bottom: 8px!important;
  cursor: pointer;
}
.form-group {
  margin-bottom: 4px;
}
.expert1 h2{
  font-size: 13px!important;
  display: block;
  text-align: center;
}
.expert2 h2{
  font-size: 13px!important;
}

i.wats {
  background: green;
  color: #fff;
  border-radius: 100%;
}
.fa-phone{
  color: #0866c9;
}

.whatsu {
  position: fixed;
  right: 45px;
  bottom: 120px;
  /* font-size: 31px; */
  /* width: 5%; */
  text-align: end;
  z-index: 99;
}
.accordion-item {
  margin-bottom: 23px;
}
.accordion-header{
   display: block;
    margin: auto;
    width: 100%;
    box-shadow: rgb(170 27 161 / 60%) 0px 1px 6px 0px;
}
.btn-trans{
    padding: 4px 16px;
    border-radius: 19px;
    border: transparent;
    background-color: #0866c9;
    color: #fff;
    height: 20%;
}
.btn-trans:hover{
  background: transparent;
  border: 1px solid #0866c9;
  color: #000;
}
.btn-trans:hover a{
  color: #000!important;
}
.car11{
  width: 20%;
}
.car11-content{
  width: 78%;
}
.form-group{
  margin-bottom: 10px;
}
.form-booking {
  padding: 46px 42px;
  border-radius: 14px;
  color: #f1f1f1!important;
}
.form-booki {
  width: 49%;
}
.frm-book{
  width: 49%;
}
.form-bg{
  background-image: linear-gradient(90deg, #00000082, #00000070), url(./img/form.png);
}

/* norton */
.norton-cover{
  position: relative;
  height: 377px;
} 

.cover-btn {
    position: absolute;
    top: 192px;
    height: 377px;
    width: 100%;
    right: 73px;
}
.cover-btn div {
    text-align: end;
    margin-bottom: 12px;
}
button.btn-trans.norton-btn {
    width: 18%;
    background-color: #aa21a0c9;
}
button.btn-trans.norton-btn2 {
    width: 16%;
    background-color: #0079C2;
}
.btnbook {
  background: green;
}
.booknort{
  font-size: 10px!important;color: #f1f1f1!important;
}
.btnbook:hover .booknort{
   color: #000!important;
}
.nortbtn {
  background: #0064a8;width:100%;height: 75px;border-radius:10px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  border: transparent;
  transform: scale(1);
  box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75), 0px 0px 5px 0px rgba(0,0,0,0.75);
  transition: transform 600ms ease-in-out, box-shadow 1000ms ease-in-out;
}
.nortbtn:hover{
  transform: scale(1.1);
  box-shadow: inset 0px 400px 5px 0px rgba(0,0,0,0.75), 0px 0px 20px 0px rgba(0,0,0,0.75);
}
.prodhov {
  position: fixed;
  right: 0px;
  bottom: 124px;
}
.prodimg{
  visibility:hidden;
  transform: scale(1);
  transition: transform 600ms ease-in-out;
}

.prodhov img {
  width: 243px;
}



.nor{
  margin-bottom: 0px;
  text-align: center!important;
  font-weight: 800;
  color: #fff!important;
  font-size: 14px!important;
}
.nori{
  /* font-size: 6px!important; */
}
.diy{
  text-align: center!important;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff!important;
}
.hr{
  margin: 0px;
}

.interiorexterior{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 250px!important;
  margin-bottom: 70px;
}
img.nortonbus {
    width: 19%!important;
}
.norton-cont{
    display: flex;
    justify-content: space-between;
}
.norton-img {
  /* width: 30%; */
    width: 100%;
    position: relative;
}
.norton-img> img {
  /* width: 85%; */
  width: 37%;
  height: 535px;
  position: relative;
  z-index: 98;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.nortansss {
  /* width: 60%;
  display: flex;
  justify-content: center;
  align-items: center; */
  width: 100%;
  display: block;
  text-align: left!important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  position: absolute;
  top: 0px;
  background: #0163A7;
  height: 551px;
  padding: 70px;
  color: #fff;
}
img.acimg {
  width: 68px;
}
.nortansss p{
   width: 49%;
   color: #fff!important;
}
.norton-img1 {
  order: 2;
}
.tbody tr {
  border: 1px solid black;
  text-align: center!important;
}
.tr-code th{
  text-align: center;
  background: #000;
  color: #f1f1f1;
}
.addresmap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addressvisit {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inputnorton{
  width: 30%;
}
.adtocart{
  font-size: 10px;
}




.cont-data {
  width: 51%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
  padding: 40px;
}
.cont-map {
  width: 49%;
}
input[type="datetime-local"] {
  position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="datetime-local"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f073";
  color: #555;
  padding: 0 5px;
}

/* change color of symbol on hover */
input[type="datetime-local"]:hover:after {
  color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

/* adjust increase/decrease button */
input[type="datetime-local"]::-webkit-inner-spin-button {
  z-index: 1;
}

/* adjust clear button */
input[type="datetime-local"]::-webkit-clear-button {
   z-index: 1;
}
.cove1 p{
  font-size: 18px!important;
  margin-left: -66px;
}
.cove1para p{
  font-size: 15px!important;

}
footer a {
  text-decoration: none!important;
}
.doorstep1{
  font-size: 18px!important;
  margin-left: 71px;
}
.doorstep2{
  font-size: 18px!important;
}
.marqueee h2{
  font-size: 18px!important;
  margin-bottom: 0px!important;
}
.blitzpar{
  height: 20vh;
}
.book-service {
  border-radius: 15px;
}
.steam-clean .clean-stea{
  width: 30%;
}
.insidehc-para1{
  height: 80vh;
}
.insidehc-para2{
  height: 40vh;
}
.insidehc-para3{
  height: 30vh;
}
.insidehc-para2 h2 {
  font-size: 15px;
}
.hcp1 img{
  height: 30vh;
}
.success-form p {
  font-size: 37px!important;
  color: #fff!important;
}
.success-form {
  background: #11a5ce;
  padding: 27px;
}
.exclusion-content {
  display: none;
  position: fixed;
  top: 107px;
  background: white;
  left: 74px;
  padding: 30px;
  border-radius: 10px;
  z-index: 9999;
  width: 90%;
}
.exclusion-content h2{
  width: 30%;
}
.btn-red{
  background: rgb(169, 33, 33)!important;
}
.flyer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flyer-content{
  width: 48%;
    margin-bottom: 31px;
    border: 1px solid #cbc7c7;
    border-radius: 10px;
}
.flyer img{
  height: 350px;
  margin-bottom: 10px;
}


.insideoutsideBcp{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.insideoutsideBcp p{
  color: #f1f1f1!important;
}
.insideClean{
  width: 100%!important;
}

.input-group {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bcpiPrg1 {
  width: 42%;
}
.bcpiPrg1 p {
  text-align: start!important;
  color: #f1f1f1!important;
}
input.bcpiinput {
  width: 19%;
  height: 30%;
}
.input-group-text{
  background: #00000070;
  margin-bottom: 5px;
}
.selectcars {
  width: 100%!important;
}
#cars{
  padding: 2px;
}
.carformm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inpu{
  height: 27px!important;
}
.clean12img{
  visibility: hidden; 
  height:126px;
  position: relative;
  bottom: 31px;
  right: 13px;
}
.diy{
  font-size: 11px!important;
    letter-spacing: 1px;
    margin-top: 4px;
}
.allnortan{
  height: 747px; 
  margin: 53px 0px
}
.productallres{
  display: flex;
  justify-content: space-between;
  width: 52%;
}
.cvr-nort {
  margin-top: 10px;
}
.prdimgpart1 button, .prdimgpart3 button {
  height: 30px;
  justify-content: center;
  /* align-items: center; */
  /* flex-direction: column; */
}
.prdimgpart1, .prdimgpart3 {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prdimgpart2 {
  width: 22%;
}
.prdcarimg{
  width: 23%;
}
.prdimgpart2 img {
  width: 100%;
}
.nortonupbtn{
  width: 15%;
  position: fixed;
  right: 0px;
  z-index: 999;
}
.banonza{
  width: 12%;
  position: relative;
  top: 54px;
}
@media only screen and (max-width: 700px){
  .interiorexterior img{
     width: 100%;
  }
  .cover-btn{
    top: 67px;
    right: 2px;
  }
  .interior, .exterior{
    width: 100%;
  }
  button.btn-trans.norton-btn{
    font-size: 9px;
    width: 45%;
  }
  button.btn-trans.norton-btn2{
    width: 45%;
    font-size: 9px;
  }
  .norton-cover {
    height: 0px;
  }
  .nortansss{
    position:inherit;
  }
  .norton-img> img{
     width: 100%;
     clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  table#nortonprod {
    font-size: 6px;
  }
  .addressvisit{
    width: 100%;
  }
  .cont-map{
    width: 100%;
  }
  .allnortan{
    height: 338px;
  }
  .nortansss{
    height: auto;
    padding: 20px;
  }
  .nortansss p{
    width: 100%;
  }
  .productallres {
    width: 100%;
    font-size: 10px;
  }
  .norton-cont{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.307);
    border-radius: 10px;
    padding: 39px;
  }
  .norton-img> img{
    border-radius: 10px 10px 0px 0px;
    height: 365px;
  }

  

  .nortbtn{
    height: 49px;width: 100%;
  }

  .cvr-nort div{
    width: 100%!important;
  }
  .clean12img{
    height: 59px;
    bottom: 1px;
    right: 0px;
  }
  .nor{
    font-size: 7px!important;
  }
  .diy{
    font-size: 6px!important;
  }



  .fit-car{
    margin-top: 0px!important;
  }

  .flyer-content{
    width: 100%;
  }
  .exclusion-content{
    left: 24px;
  }
  .vid {
    height: 30vh;
  }
  .barcode-foot {
    width: 24%!important;
  }
  .cg-wash1{
    width: 100%;
  }
  .cg-wash1 img{
    height: 152px;
  }
  .cg-wash2{
    width: 100%;
  }
  .cover-img img{
     width: 95%!important;
  }
  .steps-para1 {
    width: 20%;
  }
  .step-content1 img {
    width: 74%;
}
  iframe {
    height: 40vh;
  }

  .cont{
    height: unset;
  }
  .cont-data{
    width: 100%;
  }
  .cont-map{
    width: 100%;
  }
  .insidehc-para1 {
    height: 352px;
  }
  .insidehc-para2 {
    height: 168px;
  }
  .insidehc-para3{
    height: 65px;
  }
  .insidenew1{
    height: 135px!important;
  }
  .insidenew2{
    height: 115px!important;
  }
  .insidenew3 {
    height: 55px!important;
}
  .inside-hcp{
    width: 100%;
  }
  .ipp1 {
    height: 390px!important;
   }
   .ipp2 {
    height: 150px!important;
  }
  .ip1 {
    height: 250px!important;
  }
  .ip2 {
    height: 119px!important;
  }
  .ip3 {
    height: 109px;
  }

  .hcp1{
    width: 100%;
    height: 276px;
  }
  
  .cover-content{
    height: 330px;
  }
  section.cover{
    height: 380px!important;
  }
  .whatsu{
    bottom: 63px!important;
  }
  .blitzpar {
    height: 14vh;
  }
  .buttone button{
    width: 100%!important;
    margin-bottom: 10px;
  }
  .social-height{
    margin-top: 0px!important;
  }
  footer{
    padding-top: 10px;
  }
  .foot-service{
    margin-top: 0px;
  }
  .footer-content {
    width: 100%;
  }
  .footer-content2 {
    width: 100%;
  }
  .footer-content3 {
    width: 100%;
    margin-top: 31px;
  }
  .why {
    margin-top: 30px;
  }
  .footer-head{
    margin-bottom: 0px;
  }
  .quotee p{
    font-size: 10px!important;
  }
  .marquee h2{
    font-size: 7px!important;
    margin-bottom: 0px!important;
  }
  p{
    font-size: 10px!important;
  }
  h1{
    font-size: 18px!important;
    margin-bottom: 12px;
  }
  h2{
    font-size: 12px!important;
  }
  .cove1{
    width: 60%;
  }
  .cover-img{
    width: 40%;
  }
  .cover-para{
    margin-left: 0px;
  }
  .van .vanimg{
    margin-left: 232px;
  }
  .cvr-nort {
    display: flex;
    flex-wrap: wrap;
  }



  .cove1 p{
    margin-left: 0px;
    font-size: 10px!important;
    text-align: left!important;
  }
  .doorstep1{
    font-size: 9px!important;
    margin-left: 0px;
    margin-right: 24px;

  }
  .doorstep2{
    font-size: 9px!important;
  }
  .about-para1 {
    width: 100%;
  }
  .about-para2 {
    width: 100%;
    margin-top: 20px;

  }
  .our-services{
    margin-top: 0px;
  }
  .blitzprg-para{
    width: 100%;
  }
  .blitzprg {
    height: 100%;
  }
  .why-para{
    width: 100%;
    margin-bottom: 10px;
  }
  .about-content,.blitzprg, .quotee{
    margin-top: 0px;
  }
  .blitzprg-para {
    margin-bottom: 20px;
  }
  .buttone{
    flex-direction: column;
  }
  .blitzprg-para{
    height: 390px;
  }
  .do-away{
    margin-bottom: 0px!important;
  }

  .bcp-top img {
    height: 14vh;
  }
  .hp{
    width: 100%!important;
  }
  .hp-img img{
    height: 16vh;
  }
  .steam-clean .clean-stea{
    width: 100%;
  }
  .hcp1 img{
    height: 150px!important;
  }
  .prgs-content {
    width: 100%!important;
    margin-bottom: 3px!important;
}
    .car-cont {
      width: 100%!important;
      margin-bottom: 3px!important;
    }
    .car-cont1{
      width: 100%!important;
    }



    .insideClean {
        width: 100%!important;
    }
    .outsideClean {
        width: 100%!important;
    }
    .bcpioption{
       width: 26%!important;
    }
    #cars{
       width: 100%!important;
    }
    .otherss {
      width: 100%;
  }
  .carclon{
    width: 100%!important;
  }
  .buttone a {
    width: 100%!important;
  }
  .nortonupbtn{
      width: 35%;
  }
  .prdcarimg {
    width: 39%;
  }
  .blitzprg-para .buttone button{
      width: 100%!important;
  }
}

@media (max-width: 396px){
  .cove1{
     width: 80%;
  }
   .blitzprg-para .buttone button{
      width: 100%;
  }
}




.multiSelect {
  position: relative;
}

.multiSelect *, .multiSelect *::before, .multiSelect *::after {
  box-sizing: border-box;
}

.multiSelect_dropdown {
  font-size: 14px;
  min-height: 35px;
  line-height: 35px;
  border-radius: 4px;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  color: #444f5b;
  border: 1px solid #d9dbde;
  font-weight: 400;
  padding: 0.5px 13px;
  margin: 0;
  transition: .1s border-color ease-in-out;  
  cursor: pointer;
}

.multiSelect_dropdown.-hasValue {
  padding: 5px 30px 5px 5px;
  cursor: default;
}

.multiSelect_dropdown.-open {
  box-shadow: none;
  outline: none;
  padding: 4.5px 29.5px 4.5px 4.5px;
  border: 1.5px solid #4073FF;
}

.multiSelect_arrow::before,
.multiSelect_arrow::after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 8px;
  border-radius: 20px;
  border-bottom: 8px solid #99A3BA;
  top: 40%;
  transition: all .15s ease;
}

.multiSelect_arrow::before {
  right: 18px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.multiSelect_arrow::after {
  right: 13px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.multiSelect_list {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(10 * 31px);
  top: 28px;
  left: 0;
  z-index: 9999;
  right: 0;
  background: #fff;
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease, visibility 0.1s ease, -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: scale(0.8) translate(0, 4px);
  transform: scale(0.8) translate(0, 4px);
  border: 1px solid #d9dbde;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
}

.multiSelect_option {
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
  transition: all .15s ease;
}

.multiSelect_option.-selected {
  display: none;
}

.multiSelect_option:hover .multiSelect_text {
  color: #fff;
  background: #4d84fe;
}

.multiSelect_text {
  cursor: pointer;
  display: block;
  padding: 5px 13px;
  color: #525c67;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all .15s ease;
}

.multiSelect_list.-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0, 12px);
  transform: scale(1) translate(0, 12px);
  transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

.multiSelect_list.-open + .multiSelect_arrow::before {
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
}

.multiSelect_list.-open + .multiSelect_arrow::after {
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
}

.multiSelect_list.-open .multiSelect_option {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.multiSelect_list.-open .multiSelect_option:nth-child(1) {
transition-delay: 10ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(2) {
transition-delay: 20ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(3) {
transition-delay: 30ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(4) {
transition-delay: 40ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(5) {
transition-delay: 50ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(6) {
transition-delay: 60ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(7) {
transition-delay: 70ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(8) {
transition-delay: 80ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(9) {
transition-delay: 90ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(10) {
transition-delay: 100ms;
}

.multiSelect_choice {
  background: rgba(77, 132, 254, 0.1);
  color: #444f5b;
  padding: 4px 8px;
  line-height: 17px;
  margin: 5px;
  display: inline-block;
  font-size: 13px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
}

.multiSelect_deselect {
  width: 12px;
  height: 12px;
  display: inline-block;
  stroke: #b2bac3;
  stroke-width: 4px;
  margin-top: -1px;
  margin-left: 2px;
  vertical-align: middle;
}

.multiSelect_choice:hover .multiSelect_deselect {
  stroke: #a1a8b1;
}

.multiSelect_noselections {
  text-align: center;
  padding: 7px;
  color: #b2bac3;
  font-weight: 450;
  margin: 0;
}

.multiSelect_placeholder {
  position: absolute;
  left: 20px;
  font-size: 14px;
  top: 8px;
  padding: 0 4px;
  background-color: #fff;
  color: #b8bcbf;
  pointer-events: none;
  transition: all .1s ease;
}

.multiSelect_dropdown.-open + .multiSelect_placeholder,
.multiSelect_dropdown.-open.-hasValue + .multiSelect_placeholder {
  top: -11px;
  left: 17px;
  color: #4073FF;
  font-size: 13px;
}

.multiSelect_dropdown.-hasValue + .multiSelect_placeholder {
  top: -11px;
  left: 17px;
  color: #6e7277;
  font-size: 13px;
}







  .img-video-content{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
     .img-all1{
        width: 40%;
        margin: 20px;
     }
     .img-all1 img, .img-all2 img{
        height: 300px;
     }
     .img-all2{
        width: 40%;
        margin: 20px;
     }
     .img-all1 p, .img-all2 p{
        text-align: center!important;
        font-weight: 800;
        background: #4298D3!important;
        color: #f1f1f1!important;
        margin: 0px;
        padding: 10px;
        letter-spacing: 1px;
        text-decoration: none;
     }
     .img-video-content a{
         text-decoration: none;
     }
     @media (max-width: 600px){
        .img-all1, .img-all2{
            width: 100%;
        }
        .img-all1 img, .img-all2 img{
            height: 220px!important;
            border: 1px solid #000;
        }
     }
     @media (max-width: 770px){
        .img-all1, .img-all2{
            width: 100%;
        }
        .img-all1 img, .img-all2 img{
            height: 340px!important;
        }
        .flyer img{
            height: 56vh;
        }
     }