html:focus-within {
    scroll-behavior: smooth;
}

body {
    font-family: "Tangerine", 'Roboto' 'Raleway', 'Serif', 'Franklin Gothic Medium', 'Arial Narrow', 'sans-serif', ;
    overflow-x: hidden;
}

.site-header {
    background: #5bc1ac;
    padding-top: 15px;

}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand span {
    display: inline-block;
    vertical-align: middle;
}
.navbar .navbar-nav .nav-link {
    color: #052c61;
    font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover {
    color: #0b3268;
    background-color: #f78222;

}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*---------------------------------------
  FEATURE BLOCK
-----------------------------------------*/
#featured-block {
    text-align: center;
    transition: all 0.5s ease;
    min-height: 256px;
    padding: 15px;
    border: none;
  }

#featured-block:hover {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);

  }


.content1 {
    padding-top: 150px;
    font-size: 22px;

}
.aboutcleanrooms {
    font-size: 20px;
}

#gallery img:hover{
    transform:scale(1);
}

/*--desktop top margin --*/




@media (min-width: 576px) {
    .whyusicon {
        font-size: 10vw;
        color: #1db6ee;
        }
    }

@media (min-width: 576px) and (max-width:1199.98px) {
        .card-group {
            display: block;
            }
        }


/*-- testimonail slider--*/
.carousel .carousel-indicators {
    bottom: -60px;
}
.carousel .media img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 0 15px 0 60px ;
	position: relative;
}


.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
/* WhatsApp Button */

.whatsAppfloat{
    position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#00bb2d;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:99;


}
.whatsAppfloat:hover {
	text-decoration: none;
	color: #00bb2d;
  background-color:#fff;
}
.mywhatsapp{
    margin-top:16px;





}