.nav-link{
	color: black;
	font-weight: bold;
		font-family: 'Poppins', sans-serif;
	font-size:15px;

}
.nav-link:hover{
color: #17752c!important;

}
.nav-border{
	border-right: 1px solid #00000014;
	padding-left:15px!important;
	padding-right:15px!important;
}

.text{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight:bolder;
}
.carousel-caption{
	
}
#caption{
	bottom:130px;
	left: 230px;
	color: white!important;
	background: #04a6af;

}
.banner{
    background-image:url("../svg/squbebanner.png");
    background-size:cover;
    height:800px;
}
@media only screen and (max-width: 600px) {
	#caption{
		display: none;
	}
	.h-xs{
    display:none;
    
}
.contact-para{
    display:none!important;
}
}
.banner-about{
	background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url("../svg/abouts.jpg");
	background-size:100% 100%;
	height: auto;
}
.abouttext{
	padding: 130px!important;
	
}
.Contact-banner{
	background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),  url("../svg/stethoscope-2617701_1920.jpg");
	background-size:cover;
	
}
.process-banner{
	background-image:url("../svg/process-09.jpg");
	background-size: cover;
	height: 300px;
}
.main-heading{
	font-family: 'Roboto Slab', serif;
	font-size: 32px;
}
.sub-heading{
font-family: 'Crimson Text', serif;
font-size: 22px;
font-weight:bold;
letter-spacing: 1px;
}
.para-content{
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	
}
.tri{
        width:0;
        height:0;
        border-left:40px solid transparent;
        border-right:40px solid transparent;
        border-bottom:40px solid transparent;
        border-top:40px solid #006442;
    }
    .hr{
  width:150px;
  background: #12882d;}

  
    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      
    }

    .slick-active {
     
    }

    .slick-current {
     
    }
    
.process-banner{
	background-image: url("../svg/process-09.jpg");
	background-size: cover;
	height: 300px;
}
.main-heading{
	font-family: 'Roboto Slab', serif;
	font-size: 25px;
}
.sub-heading{
font-family: 'Crimson Text', serif;
font-size: 18px;
font-weight:bold;
letter-spacing: 1px;
}
.para-content{
	font-family: 'Karla', sans-serif;
	font-size: 15px;
	
}  
.btn-getstarted{
    background: #0084b6!important;
}
.btn-getstarted:hover{
   color:#17752c !important;
   background:white!important;
}
.service-section-right{
	background-image: url("../svg/about-img.jpg");
	background-size: cover;
	height: 400px;
}
.service-section-left{
	background: #04a6af ;
}
.para-services{
	color: black;
}
.banner-bg{
	background-image:url("../svg/banner-bg.jpg") ;
	background-size: cover;
	height:300px;
}

.banner-text{
  	color: black;
	background: #ffffff6b!important;  
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #0084b6 !important;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
  }
  
  .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: white !important;
	display: block;
	transition: 0.3s;
  }
  
  .sidenav a:hover {
	color: #f1f1f1;
  }
  
  .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }
  .dropdown-container {
	display: none;
	background-color: #0084b6 !important;
	padding-left: 8px;
  }
  
  /* Optional: Style the caret down icon */
  .fa-caret-down {
	float: right;
	padding-right: 8px;
  }
  .dropdown-btn {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 20px;
	color: white !important;
	display: block;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: none !important;
  }

    
    
    