*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}
.bg-white {
    background: #009245 !important;
}
.text-uppercase {
    text-transform: uppercase !important;
	color: #fff;
}
.jasper{ color: #black !important; }
.span{ color: #fff !important; }
p {
    margin-top: 0;
    margin-bottom: 1rem;
	color: #fff;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
}
a {
    text-decoration: none;
}


html {
    font-size: 16px;
}

h1,h2,h5 {color: #fff;}

.bg{		background: #009245;

}

.whatapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#e12454;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:40px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.line {
    width: 40px;
    height: 3px;
    background: #fff;
}


body {
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    overflow-x: hidden;
	background: #009245;

}

.headerTop{
	background: #1d5136;
    font-size: 14px;
    padding: 10px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: #fff !important;
    border-color: #fff !important;
}

.navbar-dark .nav-link.active{
    color: #fff !important;
background: #1d5136;
}
.nav-link:hover {
    color: #fff !important;
    background-color: #1d5136  !important;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 7px 25px;
    margin: 0 10px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
background: #1d5136;

}

.banner {
    /* position: relative; */
    overflow: hidden;
	background: linear-gradient(90deg, hsla(350, 86%, 59%, 1) 0%, hsla(0, 94%, 33%, 1) 100%);
    background: url(../images/slider-bg-1.jpg) no-repeat;
    background-size: cover;
	width: 100%; /* Ensure the container spans the entire width */
      height: 500px; /* Set a fixed height or adjust as needed */
      background-position: center; /* Center the image */
}

.banner .block {
    padding: 80px 0px 160px;
}
.banner .block h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    color: #fff;
}

.features {
    margin-top: -70px;
    
}
.feature-item {
    margin: 50px 10px;
    padding: 40px 30px;
	background: #1d5136;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
    z-index: 100 !important;
    min-height: 410px !important;
}
.feature-item .bi {
    font-size: 50px;
    color: #fff;
}
.feature-item h4 {
    color: #fff;
    font-weight: bold;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.w-hours li {
    padding: 6px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	color: #fff;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.btn-main {
    background: #009245;
    color: #fff;
    border-color: #000 !important;
}


.section {
    padding: 100px 0;
}

.title-color {
    color: #fff;
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: .5px;
    padding: .75rem 2rem;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all .35s ease;
}
.btn-round-full {
    border-radius: 50px;
}
.btn-main-2 {
    background: #1d5136;
    color: #fff !important;
    border-color: #000;
}


.cta-section {
    margin-bottom: -80px;
}

.cta {
    
    background-size: cover;
    position: relative;
}
.cta:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
}
.counter-stat {
    text-align: center;
    padding: 55px 0px 40px 0px;
    position: relative;
	background: linear-gradient(90deg, rgba(248,6,6,1) 0%, rgba(242,3,84,0.9726015406162465) 61%, rgba(255,0,31,1) 100%);
}
.counter-stat span {
    font-size: 70px;
    color: #fff;
}
.counter-stat p {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
}


.serviceBox{
    background: #1d5136;
    padding: 30px;
    border-radius: 5px;
}

.appoinment{
    position: relative;
}
.appoinmentText {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 20px;
    background: #1d5136;
    padding: 48px;
}
.appoinmentText a{
    text-decoration: none;
    color: #FFF !important;
}

.testimonial{
    background: linear-gradient(90deg, rgba(248, 6, 6, 1) 0%, rgba(242, 3, 84, 0.9726015406162465) 61%, rgba(255, 0, 31, 1) 100%);
    padding: 30px;
    margin: 0px 4px;
    margin-bottom: 30px;
}
.testimonial-block .bi{
    font-size: 60px;
    position: absolute;
    right: 46px;
    bottom: 89px;
    opacity: .08;
}
.testimonial .bi{bottom: -20px;
    color: #e12454;
    opacity: .3; font-size: 30px;}
.testimonial .bi:hover{color: #e12454; font-size: 30px;}


footer{background: #1d5136;
}
footer h3 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;    
}
footer a {text-decoration: none;
    color: #6F8BA4;font-size: 14px;
    padding-bottom: 5px;
}
footer a:hover, footer a:focus {
    color: #e12454;
    text-decoration: none;
}
footer .list-link li {
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
}
footer ul li {
    list-style: none;
}
footer .list-link li a {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
	color: #fff;
}

.socials {
    width: 55px;
    height: 55px;
    background: #6F8BA4;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 6px;
}
.socials .bi{color: #fff; font-size: 30px;}
.socials .bi:hover{color: #e12454; font-size: 30px;}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .banner .block h1 {
        font-size: 30px;
    }
    .banner .block {
        padding: 30px 0px 100px;
    }

    .section {
        padding: 0px 0;
    }

    
}

.nowcalling {
			display: none;
}
@media only screen and (max-width: 768px) {
  .nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100% !important;
    z-index: 9999 !important;	
  }
.lcol {
  background-color: #0466ff;
}
.rcol {
  background-color: #099f05;
}
.lcol a, .rcol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.lcol, .rcol {
  float: left;
  width: 50%;
}
}