@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* border: 1px solid red; */
}

body {
    background-color: #FFFBF3;
    font-family: 'Gilroy', sans-serif;
    font-family: 'Gilroy-Heavy', sans-serif;
    font-family: 'Gilroy-Light', sans-serif;
    font-family: 'Gilroy-Medium', sans-serif;
    font-family: 'Gilroy-Regular', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,p,
button {
    font-family: 'Gilroy', sans-serif;
}


a {
    text-decoration: none;
}

p {
    /* color: #a3a3a3; */
    line-height: 1.9rem;
    font-size: 18px;
}

.btn {
    padding: 0;
    background-color: #00607F;
	border:none;
}

.btn a {
    display: block;
    padding: 20px;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff !important;
    text-align: center;
    position: relative;
    transition: all .35s;
	font-weight:700;
	text-transform:uppercase;
	border:none;
}

.wpcf7-not-valid-tip {
	margin: 10px 0px;
}

.btn button {
    display: block;
    padding: 16px;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff !important;
    text-align: center;
    position: relative;
    transition: all .35s;
    background-color: #00607F;
    border: none;
}

.btn a span,
.btn button span {
    position: relative;
    z-index: 2;
}

.btn a:after,
.btn button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #F6B641;
    transition: all .35s;
	border-radius: 5px;
	border:none;
}

.btn a:hover,
.btn button:hover {
    color: #000000;
	border-radius: 5px;
	border:none;
}

.btn a:hover:after,
.btn button:hover:after {
    width: 100%;
	border-radius: 5px;
	border:none;
}

.headermenu {
    background-color: #00607F;
    color: #ffffff;
    width: 100%;
    z-index: 20;
}

.headericon {
    flex-direction: row-reverse;
    width: 100%;
}



.navbar-light .navbar-toggler {
    color: #ffffff;
}

.navbar-light .navbar-toggler {
    border-color: #ffffff;
}

.hcont {
    padding: 20px;
}

.hcont h5 {
    display: inline;
}

.logo img {
    width: 50%;
	padding:10px 0;
}

.navbar {
    padding: 0;
}

.bannerdata {
    padding: 50px 0 10px 0;
}

.videocontainer {
    position: relative;
    width: 100%;
    justify-content: center;
}

.videocontainer img {
    width: 100%;
    border-radius: 5px;
	height:600px;
	object-fit:cover;
}

.banner {
    background-color: #E7F2F5;
	
}

.sticky-offer {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #009A9A;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	padding-top: 15px;
    }
    
    .sticky-offer .container {
        width: 100%;
        padding: 0px 85px;
    }
    
    .sticky-offer img {
        width: 100%;
        height: auto;
        display: block;
    }

.countdown-text{
	font-size:20px;
	font-weight:600;
}

/* .videoembed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
} */
.home-cont {
    justify-content: center;
}

.home-cont h1 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 800;
    color: #009A9A;
}
.home-cont h4 {
	 font-size: 26px;
    font-weight: 600;
    color: #F6B641;

}
.home-cont P {
    font-size: 18PX;
    font-weight: 500;
    padding: 10PX 0;
}

.home-about {
    padding: 100px 0;
    background-color: #ffffff;
}

.home-about p {
    font-size: 18px !important;
    line-height: 30px;
}

.home-about li {
    font-size: 18px;
    line-height: 35px;
    font-family: 'Gilroy-Bold', sans-serif;
}
.home-about li span{
	color:#6a6a6a;
}
.heading-area h3 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Gilroy-Bold', sans-serif;
}

.review h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fb8e28;
    margin-right: 15px;
    margin-bottom: 0;
}

.review i {
    color: #fb8e28;
}

.wp-google-based {
    font-weight: 500;
    padding: 5px 0;
}

.wp-google-powered {
    font-size: 10px;
    font-weight: 400;
}

.banner-logos {
    justify-content: space-between;
    display: flex;
    padding: 50px 10px;
	gap:10px;
}

/* .banner-logos img {
    width: 70%;
    margin: 0px 20px;
} */
.certificate-logo{
	width:100%;
	height:56px;
	object-fit:contain;
}
.certificate-logo1{
    width:100%;
	height:56px;
	object-fit:contain;
}
.bannerrev {
    background-color: #ffffff;
    padding: 0 20px 60px 20px;
    border-radius: 20px;
    position: absolute;
    right: -48px;
    top: -75px;
    text-align: center;
	display:none;

}

.bannerrev h4 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bannerrev p {
    margin-bottom: 0;
}

.ishape {
    position: relative;
}

.ishape .icon {
    padding: 15px;
    background-color: #F6B641;
    font-size: 30px;
    border-radius: 50%;
    top: 0;
    text-align: center;
    position: absolute;
    right: 50%;
    content: '';
    width: 100px;
}

.shapeicon i {
    padding: 15px;
    background-color: #F6B641;
    font-size: 30px;
    border-radius: 50%;
    margin-top: -100px;
    text-align: center;
    right: 50%;
    content: '';
}

.bannerrev img {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: auto;
}

.videodivimg {
    position: relative;
    text-align: center;
    margin: auto;
    bottom: 0;
    right: 50%;
    justify-content: center;
}

.videodivimg img:nth-child(1) {
    position: absolute;
    margin-left: 0px;
}

.videodivimg img:nth-child(2) {
    position: absolute;
    margin-left: 40px;
}

.videodivimg img:nth-child(3) {
    position: absolute;
    margin-left: 80px;
}

.videodivimg img:nth-child(4) {
    position: absolute;
    margin-left: 120px;
}
   .waterdrop-static {
	  
    width: 250px;
    height: 250px;
    position: absolute;
    top: -130px;
    right: -70px;
   background: #f30b0b;
  clip-path: polygon(
    50% 0%,
    56% 8%,
    62% 3%,
    68% 13%,
    75% 8%,
    78% 18%,
    87% 15%,
    88% 25%,
    96% 27%,
    94% 36%,
    100% 42%,
    95% 50%,
    100% 58%,
    94% 64%,
    96% 73%,
    88% 75%,
    87% 85%,
    78% 82%,
    75% 92%,
    68% 87%,
    62% 97%,
    56% 92%,
    50% 100%,
    44% 92%,
    38% 97%,
    32% 87%,
    25% 92%,
    22% 82%,
    13% 85%,
    12% 75%,
    4% 73%,
    6% 64%,
    0% 58%,
    5% 50%,
    0% 42%,
    6% 36%,
    4% 27%,
    12% 25%,
    13% 15%,
    22% 18%,
    25% 8%,
    32% 13%,
    38% 3%,
    44% 8%
  );
       display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   color: white;
  font-family: Arial, sans-serif;
   padding-top: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
        }

/*         .price-original {
            font-size: 30px;
            text-decoration: line-through;
            color: #ffdede;
            margin-bottom: 5px;
			text-align:left;
			padding-left:30px;
			font-family:"Anton";
        } */

/*         .price-discount {
            font-size: 80px;
            position:relative;
            color: #f3e900;
			text-align:center;
			font-family:"Anton";
        } */
.price-discount sup{
	font-size:20px;
	position:absolute;
	top:24px;
	
}
.price-container {
    width: 100%;
    display: flex;
    flex-direction: row;
/*     align-items: flex-start;  */
    padding-left: 15px; 
}
.waterdrop-static p{
	margin-bottom:0;
	font-weight:600;
    font-size:15px;
	line-height:0;
}

.whats-changing{
 padding: 100px 0;
  background-color: #f5f5f5;
}
.whats-changing li{
	font-size: 18px;
    line-height: 35px;
    font-family: 'Gilroy-Bold', sans-serif;
}
.change-img img{
	width:100%;
}


.myth{
padding: 100px 0;
 background-color: rgb(234, 246, 246);
}
.fact-img img{
	width:100%;
}
.myth .heading-area h3{
	color:#009A9A;
}
.myth .heading-area h5{
 color:#F6B641;
	font-size:30px;
	font-weight:600;
}
.myth-content h6{
	font-size:18px
}

.myth .btn a {
    background-color: #F6B641;
    color: #585858;
    font-weight: 600;
	border-radius: 5px;
}

.myth .btn a::after {
    background-color: #009A9A;
    color: #ffffff;
		border-radius: 5px;
}



.smoke-alarm-quantity{
	padding:100px 0px;
	background-color:aliceblue;
}
.smoke-alarm-quantity .heading-area h3{
	color:#009A9A;
}


.aboutimg img {
    width: 100%;
}
.why-us-logos {
    justify-content: space-evenly;
      padding: 30px 0;
	gap:10px;
}
.why-us-logos .why-us-logo1{
	width:100%;
	height:60px;
	object-fit:contain;
}
.why-us-logos .why-us-logo{
    width:100%;
	height:60px;
	object-fit:contain;
}
.product {
    /* padding: 100px 0; */
    position: relative;
}

.product-cont {
    padding: 100px 0;
	position:relative;
}
.discount{
	width: 250px;
    height: 250px;
    position: absolute;
    bottom: -5px;
    right: 0;
    background: #f30b0b;
    clip-path: polygon(50% 0%, 56% 8%, 62% 3%, 68% 13%, 75% 8%, 78% 18%, 87% 15%, 88% 25%, 96% 27%, 94% 36%, 100% 42%, 95% 50%, 100% 58%, 94% 64%, 96% 73%, 88% 75%, 87% 85%, 78% 82%, 75% 92%, 68% 87%, 62% 97%, 56% 92%, 50% 100%, 44% 92%, 38% 97%, 32% 87%, 25% 92%, 22% 82%, 13% 85%, 12% 75%, 4% 73%, 6% 64%, 0% 58%, 5% 50%, 0% 42%, 6% 36%, 4% 27%, 12% 25%, 13% 15%, 22% 18%, 25% 8%, 32% 13%, 38% 3%, 44% 8%);
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, sans-serif;
    padding-top: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
	rotate:-10deg;
}
.discount p{
	padding:0 ! important;
	line-height:0;
	margin-bottom:0;
}
.product-price-discount{
	font-size: 90px;
    position:relative;
    color: #f3e900;
    font-family:"Anton";
    text-align: center
}
.product-price-discount sup{
	font-size: 20px;
    position: absolute;
    top: 24px
}
.product::after {
    /* clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    background-color: #00607F;
    height: 100%;
    width: 55%;
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    z-index: -1; */

    background-color: #00607F;
    height: 132%;
    width: 56%;
    top: -119px;
    position: absolute;
    left: -124px;
    content: '';
    z-index: -1;
    border: 12px solid rgb(255, 255, 255);
    rotate: 13deg;
}

.product::before {
    background-color: #EAF6F6;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    z-index: -1;
}

.product-image img {
    width: 100%;
}

.product-cont p {
    font-size: 18px;
    padding: 20px 0;
}

.pcatagories .pitem {
    font-size: 20px;
    font-weight: 600;
    width: 50%;
    display: flex;
    color: #ffffff;
    width: 70%;
    font-family: 'Gilroy-SemiBold';
    margin: 20px 0;
    line-height: 30px;
    font-size: 18px;
}

.product-cont .heading-area h3 {
    color: #F6B641;
	text-transform:capitalize;
}

.product-cont p {
    color: #ffffff;
}

.product-image {
    padding: 50px 0;
    justify-content: center;
}

/* .product .btn a {
    background-color: #F6B641;
    color: #585858;
    font-weight: 600;
	border-radius: 5px;
}

.product .btn a::after {
    background-color: #009A9A;
    color: #ffffff;
		border-radius: 5px;
}
 */





.count {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Gilroy-Bold';
    color: #F6B641;
/* 	padding-top:100px; */
}

.counter-wrapper {
    background-color: #00607F;
    background-position: center;
    position: relative;
}

.counter-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00607F;
}

.counter-inner {
    position: relative;
    z-index: 2;
}

.count-icon {
    font-size: 48px;
}

.work-process {
    padding: 100px 0;
    background-color: #ffffff;
}

.work-process .heading-area {
    margin: auto;
    width: 35%;
    text-align: center;
}

.vs-work-process img {
    width: 100%;
}

.vs-work-process h3 {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.2px;
    font-family: 'Gilroy-Bold';
    padding: 20px 0;
}

.vs-work-process a {
    font-size: 16px;
    color: #009A9A;
    font-family: 'Gilroy-Bold';
}







/* CSS variables */
:root {
    --primary-text: #ffffff;
    --secondary-text: #005f7f0a;
    --white-text-white: #ffffff;
}

.accordion-flush .accordion-item {
    margin: 15px 0;
}

/* .accordion-button:not(.collapsed) {
    background-color: #00607F;
    color: rgb(255, 255, 255);
} */

.accordion-body ul li a {
    color: black;
    font-weight: 700;
}

.faq-section .accordion {
    width: 100%;
}



.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:before {
    content: "";
    position: absolute;
    right: 0.75rem;
    top: 1.25rem;
    height: 2px;
    width: 1rem;
    background-color: #000000;
}

.accordion-button.collapsed:after {
    content: "";
    position: absolute;
    right: 1.1875rem;
    top: 0.8125rem;
    height: 1.0625rem;
    width: 0.125rem;
    border-style: none;
    background-color: #000000;
}

.accordion-button {
    padding: 25px 22px;
}

.accordion-button h5 {
    margin: 0;
}

.accordion-button::before,
.accordion-button::after {
    margin-top: 0.8rem;
}

.accordion-button:not(.collapsed) {
    background-color: #005F80;
    color: #ffffff !important;
    padding: 20px;

}


.faq-section .accordion-body {
    font-size: 18px;
}

.faq-section .accordion-button h5 {
    margin-right: 13px;
    font-weight: bold;
}

.accordion-body {
    background-color: #ffffff;
}

ul {
    list-style-type: none;
    list-style-type: disc;
    /* Default bullet points for ul */
}

ul li {
    margin-bottom: 5px;
}

.accordion-body ol {
    counter-reset: step-counter;
    list-style-type: none;
    padding-left: 0;
}

.accordion-body ol>li {
    counter-increment: step-counter;
    /* Increment custom counter */
    margin-bottom: 10px;
}

.accordion-body ol>li::before {
    content: "Steps " counter(step-counter) ": ";
    /* Custom prefix */
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    /*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

    .accordion-button:before {
        right: 0.75rem;
    }

    .accordion-button.collapsed:after {
        right: 1.1875rem;
    }

    .faq-section .accordion-button h5 {
        margin-right: 0px;
    }
	
}


.faq-section {
    padding: 100px 0;
    background-color: #f5f5f5;
}

.faq-section .heading-area {
    text-align: center;
    margin: auto;
    width: 35%;
}
.faq-section h6{
	font-size:40px;
	color:#000;
	font-weight:700;
}
.confused-box{
	padding:70px 0px 20px;
	background-color: #EAF6F6;
}




.hcont i {
    padding: 10px;
/*     background-color: #009A9A; */
    font-size: 20px;
/* 	margin-right: 10px; */
}

.hcont h5 {
    font-size: 17px;
    font-weight: 500;
}

.hcont h5 a {
    color: #ffff;
}

.contact-form .heading-area h3 {
    color: #009A9A;
}

.contact-usfrom {
    padding: 100px 0;
    background-color: #E7F2F5;
}

form #name,
form #number {
    width: 49%;
}

form {
    width: 100%;
}

form input {
    padding: 15px;
    margin-top: 15px;
    width: 100%;
}

.fcf-body textarea {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
}

.importent {
    padding: 50px 0;
    background-color: #005F80;
    color: #ffffff;
}

.importent h4 {
    font-size: 60px;
    color: #F6B641;
}

.importent p {
    color: #ffffff;
	font-size:35px;
}


.importent .btn a {
    background-color: #F6B641;
    color: #585858;
   	border-radius: 5px;
	margin:45px 0;
	font-size:17px;
}

.importent .btn a::after {
    background-color: #009A9A;
    color: #ffffff;
		border-radius: 5px;
}






.blog {
    padding: 100px 0;
    background-color: #f3f3f3;
}

.blog-box {
    background-color: #ffffff;
}

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

.blog .heading-area {
    width: 40%;
    text-align: center;
    margin: auto;
}

.blogcont {
    padding: 20px 30px;
}

.blogcont h5 {
    font-size: 14px;
    color: #a3a3a3;
    padding-top: 20px;
}

.blogcont h4 {
    font-size: 22px;
    padding: 10px 0;
    line-height: 40px;
    font-weight: 600;
}

.blogcont a {
    font-size: 16px;
    color: #009A9A;
    font-weight: 600;
}

.bimage img {
    width: 100%;
}

.sideblog:nth-child(2),
.sideblog:nth-child(3) {
    margin-top: 30px;
}

.sideblog {
    background-color: #ffffff;
    padding: 0;
}

.sideblog h5 {
    font-size: 14px;
    color: #a3a3a3;
    padding-top: 20px;
}

.sideblog h4 {
    font-size: 18px;
    padding: 8px 0;
    line-height: 30px;
    font-weight: 600;
}

.sideblog a {
    font-size: 16px;
    color: #009A9A;
}

.footer {
    background-color: #000000;
    padding: 100px 0 50px 0;
    color: #ffffff;
}

.slinks {
    padding: 0 20px;
}

.slinks i {
    color: #ffff;
    padding: 0 10px;
}

.support h4 {
    border: 2px solid rgb(255, 166, 0);
    padding: 15px;
    border-radius: 50px;
    font-size: 20px;
    justify-content: center;
}

.footermenu ul li {
    padding: 10px 0;
    list-style-type: none;

}

.footermenu h5 {
    color: #F6B641;
    font-weight: 600;
}

.footermenu ul li a {
    color: #f3f3f3;
    font-size: 18px;
}

.social-icon {
    justify-content: center;
    margin: auto;
}

.copyright-area p {
    color: #ffff;
    margin: 0;
    display: inline-block;
}

.copyright-area p a {
    color: #ffff;
}

#pum_popup_title_83,
#pum_popup_title_481 {
    text-align: center;
    font-weight: 700;
}

#popmake-83, #popmake-481 {
    border: none;
}

#popmake-83 textarea {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
}

.privacy-policy li,
.terms-container li {
	line-height: 1.9rem;
    font-size: 18px;
    color: black;
}











:root {
    --line-border-fill: #3498db;
    --line-border-empty: #ebebeb;
}






.progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
}

.progress-container::before {
    content: "";
    background-color: var(--line-border-empty);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    width: 100%;
    z-index: -1;
}

.progress {
    background-color: var(--line-border-fill);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
}

.circle {
    background-color: #fff;
    color: #999;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--line-border-empty);
    transition: 0.4s ease;
}

.circle.active {
    border-color: var(--line-border-fill);
}

.inner-form .btn {
    background-color: var(--line-border-fill);
    color: #fff;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    padding: 16px 50px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.inner-form .btn:active {
    transform: scale(0.98);
}

.inner-form .btn:focus {
    outline: 0;
}

.inner-form .btn:disabled {
    background-color: var(--line-border-empty);
    cursor: not-allowed;
}


.inner-form {
    padding: 50px 0;
    margin-top: -30px;
}

.inner-form h4 {
    font-weight: 600;
    color: #009A9A;
    margin-top: 50px;
}

.inner-form select {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgb(226, 226, 226);
    background-color: #ffffff;
    margin-top: 16px;
}

.property input,
.service input,
.contact input {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    outline: none;
    border: 1px solid rgb(226, 226, 226);
}

.agree input {
    width: 2%;
}

.agree h4 {
    font-size: 20px;
}

.agree h5 {
    font-size: 20px;
    font-weight: 600;
}

.agree p {
    display: inline;
    color: #000000;
}
.sal-discount {
	color: red;
}
.inner-form label span {
    color: red;
    font-size: 20px;
}

.anscountbox h3 {
    background-color: #d3ffff;
    display: inline;
    padding: 12px 30px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

.anscountbox h5 {
    color: #009A9A;
    font-weight: 500;
}

form input[type="radio"] {
    width: unset !important;
}

.contact hr {
    height: 2px;
    width: 100%;
    background-color: #e9e9e9;
    margin-top: 10px;
}



/* progressbar style */

.container .progress-container {
    margin-top: 60px;
}

.progress-container {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.progress-line {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
/*     max-width: 760px;
    padding: 0 25px; */
}

.progress-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    height: 3px;
    background-color: #e6e6e6;
    transform: translateY(-50%);
    z-index: 0;
}

.step-wrapper {
    position: relative;
    z-index: 1;
}

.circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #bbb;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #bbb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.circle.active {
    background-color: #0095ff;
    border-color: #0095ff;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 149, 255, 0.3);
}

/* progressbar style end */
/* tooltip style */
.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.tooltip-icon {
    background-color: #007bff;
    color: #fff !important;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    margin-left: 5px;
    transition: background 0.3s ease;
}

.tooltip-icon:hover {
    background-color: #0056b3;
}

.tooltip-content {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px 12px;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.tooltip-wrapper:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}
/* tooltip style end */

.step5 input[readonly] {
    background-color: #f0f0f0; /* Light grey background */
    color: #666;
    cursor: not-allowed;
}



.wrapper .table {

    width: 100%;
    display: table;
}

@media screen and (max-width: 580px) {
	.hcont h5 {
		font-size: 14px;
	}
	.wp-google-right .star {
		display: flex;
	}
    .wrapper .table {
        display: block;
    }
}

.wrapper .row {
    display: table-row;
    background: #f6f6f6;
}

.wrapper .row:nth-of-type(odd) {
    background: #e9e9e9;
}

.wrapper .row.header {
    font-weight: 900;
    color: #ffffff;
    background: #008EBE;
}

.wrapper .row.green {
    background: #27ae60;
}

.wrapper .row.blue {
    background: #2980b9;
}

@media screen and (max-width: 580px) {
    .wrapper .row {
        padding: 14px 0 7px;
        display: block;

    }

    .wrapper .row.header {
        padding: 0;
        height: 6px;
    }

    .wrapper .row.header .cell {
        display: none;
    }

    .wrapper .row .cell {
        margin-bottom: 10px;
    }

    .wrapper .row .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block;
    }
}

.wrapper .cell {
    padding: 10px;
    display: table-cell;
    width: 30%;
    font-weight: 500;
    font-size: 18px;
}

.wrapper .header .cell {
    padding: 20px;
}

.table> :not(caption)>*>* {
    padding: 0;
}

.total span {
    font-size: 15px;
}

@media screen and (max-width: 580px) {
    .wrapper .cell {
        padding: 2px 16px;
        display: block;
    }
	.product .btn a{
		margin-top: 0px;
	}
}

.cell img {
    height: 80px;
    width: 80px;
}

.inner-form label {
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0;
}

.inner-form ::placeholder {
    color: #e4e4e4;
}

.payment img {
    width: 200px;
    margin-top: 20px;
}

.inner-banner {
    padding: 50px 0;
	text-align: center;
}

.inner-banner h1 {
    font-size: 36px;
    font-weight: 600;
    color: #008EBE;
}

.inner-banner h5 {
    margin-top: 30px;
}





.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #009a9a7a;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #009A9A;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #009A9A;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #009A9A;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.discount {
    color: lightseagreen;
}

.inner-form .product::after {
    display: none !important;
}

.inner-form .product::before {
    background-color: #ffffff00;
}

.footermenu ul {
    padding-left: 0px !important;
}

/* Summary box style */
.summary-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.summary-box h5 {
    background-color: #f1f5f9;
    padding: 12px 18px;
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 8px;
}

.summary-box .section-content {
    padding: 15px 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #34495e;
}

.summary-box .section-content p {
    margin-bottom: 6px;
}

.summary-box strong {
    font-weight: 600;
}

.total-highlight {
    color: #0c9344;
    font-weight: 700;
    font-size: 1.2rem;
}
/* Summary box style end */

.default-page {
    margin-top: 60px;
    margin-bottom: 60px;
}

.woocommerce-additional-fields h3:nth-child(1) {
    display: none;
}
.woocommerce-additional-fields #sas_referral_field h3 {
	display: block !important;
}

.woocommerce-checkout #order_review_heading {
    margin-top: 50px;
}

/* Timmer css start */
.countdown-timer {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #007d99;
}

.countdown-timer div {
    text-align: center;
}

.countdown-timer span {
    font-size: 2.5rem;
    display: block;
}

.countdown-timer small {
    font-size: 0.9rem;
    color: #666;
}
/* Timmer css end */
/* checkout page post code display none and discount row */
/* full name fiels width 100% */
.woocommerce-billing-fields__field-wrapper #billing_first_name_field {
	width: 100%;
}
.woocommerce form .form-row.disclaimer input {
	width: unset;
}

/* checkout page post code display none */

/* Payway card style */
#payway-form {
	text-align: center;
}
#payway-credit-card {
    padding: 10px;
/*     border: 1px solid #ddd; */
    border-radius: 8px;
    background: #f9f9f9;
}

#payway-cc-submit {
    font-size: 16px;
    padding: 12px;
}

.failed-btn {
	padding: 8px;
	color: #ffff;
}
/* Payway card style end */

/* Display none defauld invoice download on thank you page */
.woocommerce-table .order-actions--heading {
    display: none !important;
}

td:has(> a.woocommerce-button.invoice.order-actions-button) {
    display: none !important;
}


td a.woocommerce-button.invoice.order-actions-button {
    display: none !important;
}

td a.woocommerce-button.invoice.order-actions-button:only-child {
    display: none !important;
}

td a.woocommerce-button.invoice.order-actions-button:only-child::after {
    display: none !important;
}
/* end */


#property_address_section {
	margin-top: 60px;
}

/* .show-error {
	margin-bottom: -60px;
} */

.show-error input[type='text'],
.show-error input[type='tel'] {
	width: 40% !important;
}

.referal .col-md-12 select#referral_source {
	width: 50%;
}

.referal .col-md-12 input {
	padding: 15px;
	width: 50%;
}

.property .controller input {
	width: unset;
}

.ceilings input {
	width: unset;
}

.inner-form .col-md-6 #extra_alarms {
	    margin-top: 22px;
    width: 50%;
}

/* responsive */

@media (max-width: 575px) {
	.referal {
		margin-bottom: 30px;
	}
	.referal .col-md-12 select#referral_source {
	width: 100%;
	}

.referal .col-md-12 input {
	width: 100%;
	}
	.show-error input[type='text'], .show-error input[type='tel'] {
    width: 100% !important;
	}	
	.show-error .btn {
		margin-top: 20px;
	}
    .bannerdata {
        padding: 25px 20px;
    }

    .home-cont h1 {
        font-size: 40px;
        line-height: 55px;

    }
.home-cont h4 {
	font-size: 25px;
	}
    .bannerrev {
        display: none;
    }
.waterdrop-static {
	width: 130px;
    height: 130px;
    top: -70px;
    left: 0;
	}
	.price-discount {
		font-size: 40px;
	}
	.price-original {
		font-size: 18px;
		padding-left:0;
	}
	.waterdrop-static p{
		font-size:10px;
	}
    .home-about {
        padding: 65px 20px;
    }

    .heading-area h3 {
        font-size: 26px;
        line-height: 40px;
    }

    .home-about .heading-area h3 {
        margin-top: 20px;
    }

    p {
        font-size: 15px;
    }

    .product-cont {
        padding: 65px 10px;
    }
.discount {
    width: 150px;
	height: 150px;
	}
	.product-price-discount {
		font-size: 60px;
	}
    .product::before {
        background-color: #000000;
    }

    .product::after {
        display: none;
    }

    .product-cont p {
        padding: 0;
    }

    .product-image {
        margin: 0;
        padding: 0;
    }

    .work-process {
        padding: 100px 20px;
    }

    .work-process .heading-area {
        width: 80%;
    }

    .vs-work-process {
        margin-top: 50px !important;
    }

    .faq-section {
        padding: 65px 20px;
    }

    .faq-section .heading-area {
        width: 90%;
    }

    .faq-section .accordion-button h5 {
        font-size: 18px;
    }

    .contact-usfrom {
        padding: 100px 20px;
    }

    .contact-form .heading-area {
        margin-top: 20px;
    }

    .importent {
        padding: 50px 20px;
    }

    .blog {
        padding: 100px 20px;
    }

    .blog .heading-area {
        width: 90%;
    }

    .rightsideblog .col-md-8 {
        padding: 20px 30px;
    }

    .wrapper .cell {
        width: 100%;
    }

    .inner-banner {
        padding: 45px 20px;
    }

    .property,
    .subscription,
    .inner-form .product,
    .service,
    .contact {
        padding: 20px;
    }

    .subscription h5 {
        line-height: 30px;

    }

    .agree input {
        width: 5%;
    }

    .navbar-light .navbar-brand {
        width: 80%;
        display: flex;
        padding: 10px;
    }

       .hcont {
        width: 100%;
		padding: 10px;

    }

    .hcont :nth-child(2) {
        padding: 0px;
    }
	.count {
		font-size: 26px;
	}
	.inner-form .btn{
		margin: 5px 10px;
	}
	.inner-banner h1{
		font-size: 30px;
	}
	.headericon{
		display: inline-block!important;
	}
	.importent h4 {
		font-size: 33px;
		margin-bottom: 25px;
	}
	.importent p{
		font-size:25px;
	}
	.confused-box {
		padding-top:40px;
	}
	.sticky-offer {
		padding-bottom: 15px;
	}
	.sticky-offer .container {
		padding: 0px 51px !important;
	}
	.whats-changing,
	.myth,
	.smoke-alarm-quantity {
		padding: 65px 0;
	}
	.fact-img img,
	.product .col-md-5 {
		display: none;
	}
	.change-img img {
		margin-bottom: 20px;
	}
	.support h4 {
		font-size: 16px;
	}
	.importent .btn a {
		margin: unset !important;
	}
	.videocontainer img {
		height: unset !important;
	}
	.inner-form {
		margin-top: -60px;
		padding: 0px 8px !important;
		margin-bottom: 30px;
	}
	.inner-form form div.ctabtn {
		text-align: center;
		margin-top: unset !important;
	}
	.inner-form .btn {
		    padding: 16px 40px;
	}
	.inner-form.last-step h4 {
		margin-top: 90px;
	}
	#payway-credit-card iframe {
		width: 100% !important;
		height: 265px !important;
	}
	.tooltip-content {
		width: 140px;
		transform: unset !important;
		left: -53%;
	}
	.inner-form .col-md-6 #extra_alarms {
    margin-top: unset !important;
    width: 100% !important;
	}
	em.text-danger {
	font-size: 12px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
    .bannerrev {
        display: none;
    }

    .bannerdata {
        padding: 100px 20px;
    }

    .home-cont h1 {
        font-size: 55px;
        line-height: 80px;

    }

    .bannerrev {
        display: none;
    }

    .home-about {
        padding: 100px 20px;
    }

    .heading-area h3 {
        font-size: 30px;
        line-height: 45px;
    }

    .home-about .heading-area h3 {
        margin-top: 20px;
    }

    p {
        font-size: 15px;
    }

    .product-cont {
        padding: 100px 20px;
    }

    .product::before {
        background-color: #000000;
    }

    .product::after {
        display: none;
    }

    .product-cont p {
        padding: 0;
    }

    .product-image {
        margin: 0;
        padding: 0;
    }

    .work-process {
        padding: 100px 20px;
    }

    .work-process .heading-area {
        width: 80%;
    }

    .vs-work-process {
        margin-top: 50px !important;
    }

    .faq-section {
        padding: 100px 20px;
    }

    .faq-section .heading-area {
        width: 90%;
    }

    .faq-section .accordion-button h5 {
        font-size: 18px;
    }

    .contact-usfrom {
        padding: 100px 20px;
    }

    .contact-form .heading-area {
        margin-top: 20px;
    }

    .importent {
        padding: 50px 20px;
    }

    .blog {
        padding: 100px 20px;
    }

    .blog .heading-area {
        width: 90%;
    }

    .rightsideblog .col-md-8 {
        padding: 20px 30px;
    }

    .wrapper .cell {
        width: 100%;
    }

    .inner-banner {
        padding: 100px 20px;
    }

    .property,
    .subscription,
    .inner-form .product,
    .service,
    .contact {
        padding: 20px;
    }

    .subscription h5 {
        line-height: 30px;

    }

    .agree input {
        width: 5%;
    }

    .blogcont h4 {
        line-height: 30px;
    }

    .navbar-light .navbar-brand {
        width: 80%;
        display: flex;
        padding: 10px;
    }

    .hcont {
        width: 100%;
		padding: 10px;

    }

    .sideblog:nth-child(1),
    .sideblog:nth-child(2) {
        margin-top: 30px;
    }
	.pcatagories .pitem{
		margin: 20px 15px;
	}
	 .headericon {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bannerrev {
        display: none;
    }

    .bannerdata {
        padding: 100px 20px;
    }

    .home-cont h1 {
        font-size: 55px;
        line-height: 80px;

    }

    .bannerrev {
        display: none;
    }

    .home-about {
        padding: 100px 20px;
    }

    .heading-area h3 {
        font-size: 30px;
        line-height: 45px;
    }

    .home-about .heading-area h3 {
        margin-top: 20px;
    }



    .product-cont {
        padding: 100px 20px;
    }

    .product::before {
        background-color: #000000;
    }

    .product::after {
        display: none;
    }

    .product-cont p {
        padding: 0;
    }

    .product-image {
        margin: 0;
        padding: 0;
    }

    .work-process {
        padding: 100px 20px;
    }

    .work-process .heading-area {
        width: 80%;
    }

    .vs-work-process {
        margin-top: 50px !important;
    }

    .faq-section {
        padding: 100px 20px;
    }

    .faq-section .heading-area {
        width: 90%;
    }

    .faq-section .accordion-button h5 {
        font-size: 18px;
    }

    .contact-usfrom {
        padding: 100px 20px;
    }

    .contact-form .heading-area {
        margin-top: 20px;
    }

    .importent {
        padding: 50px 20px;
    }

    .blog {
        padding: 100px 20px;
    }

    .blog .heading-area {
        width: 90%;
    }

    .rightsideblog .col-md-8 {
        padding: 20px 30px;
    }

    .wrapper .cell {
        width: 100%;
    }

    .inner-banner {
        padding: 100px 20px;
    }

    .property,
    .subscription,
    .inner-form .product,
    .service,
    .contact {
        padding: 20px;
    }

    .subscription h5 {
        line-height: 30px;

    }

    .agree input {
        width: 5%;
    }

    .blogcont h4 {
        line-height: 30px;
    }

    .navbar-light .navbar-brand {
        width: 80%;
        display: flex;
        padding: 10px;
    }

/*     .hcont {
        width: 50%;

    } */

    .bannerdata .col-md-6 {
        width: 100%;
    }

    .home-about .col-md-5,
    .home-about .col-md-7,
    .product .col-md-6,
    .product .col-md-5,
    .contact-usfrom .col-md-5,
    .contact-usfrom .col-md-7,
    .rightsideblog .col-md-4,
    .rightsideblog .col-md-8 {
        width: 100%;
    }

    .bimage img {
        display: none;
    }

    .sideblog h4 {
        font-size: 16px;
        padding: 8px 0;
        line-height: 25px;
    }

    .sideblog h5 {
        padding-top: 0;
    }

    .footer .col-md-4 {
        width: 100%;
    }

    .hcont :nth-child(2) {
        padding: 30px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
	.banner{
		padding-top:100px;
	}
}


@media screen and (min-width: 820px) and (max-width: 1180px) {
	.offer-section{
		    top: 8vh !important;
	}
}

/* Removed quentity from thanktoy page orderdetails */
.woocommerce-order-details .product-quantity {
	display: none;
}

.finaltotal {
	color: green;
    margin-left: 10px;
    font-weight: 900;
    font-size: 20px;
}

#sal-apply-coupon, #sal-remove-coupon {
	    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 10px;
}

#property-form #phone,
#property-form #storeys, 
#property-form #bedrooms {
	margin-top: 35px;
}

#service-selection-form #instructions {
	margin-top: 19px;
}

#payway-credit-card iframe {
	width: 100%;
}