/*Home Page*/
/*----------------------------------Top Header------------------------------*/
.top_bar 
{ 
     min-height:34px;  
     background: #3CB889; 
     border-bottom: 2px solid #ECF87F;
     padding: 5px 0;
}

@media only screen and (max-width: 576px)
{
   .top_bar 
   { 
     min-height:34px;  
     background: #3CB889; 
     border-bottom: 2px solid #ECF87F;
     padding: 5px 0;
     font-size:12px;
   }
}
/*----------------------------------Blink Text------------------------------*/
@-webkit-keyframes blinker 
{
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink
{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
/*----------------------------------Menu------------------------------*/
li
{
    display:inline;
    padding: 10px 10px;
}

li a
{
    color:black;
    font-weight:bold;
}
li a:hover
{
    color:black;
}
.navbar-toggler
{
	padding: 10px 8px 8px 8px;
	border-radius: 0px;
	border-color: #6E0D3E;
	float: right;
	margin-top: 12px;
}
.navbar-toggler .icon-bar
{
	width: 24px;
	height: 3px;
	background: #6E0D3E;
	display: block;
	margin-bottom: 3px;
}
.dropdown:hover .dropdown-menu
{
    display: block;
    margin-top: 0; 
 }
/*----------------------------------Title------------------------------*/
 .widget-title
{
    position: relative;
    padding-left: 10px;
    border-left: 4px solid #EB018A;
}

/*----------------------------------Treatment Overlay Text------------------------------*/
.carousel-caption
{
				position: absolute;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 10;
				padding-top: 20px;
				padding-bottom: 20px;
				color: #fff;
				font-weight:bold;
				text-align: center;
				background: rgba(0,0,0,0.4);
}
/*----------------------------------Timings------------------------------*/
table
{
    border:1px solid #D4D4D4;
    border-collapse:collapse ;
	padding:0px;
}
th
{
    padding:8px;
    border:1px solid #D4D4D4;
}
td
{
    padding:8px;
    border:1px solid #D4D4D4;
	text-align:left;
}
/*---------------------------------Why Choose us (List)------------------------------*/
.why_choose  ul
{
   margin: 0; padding: 0; list-style: none; position: relative; 
}
.why_choose  ul li .icon 
{ 
    width: 60px; height: 60px; border-radius: 60px;  background: #3CB889; margin-right: 10px; left: 10px; position: absolute;
}    
.why_choose  ul li 
{ 
    background: #fff; padding: 8px; padding-left: 85px; margin: 40px 0px; border: solid 1px #ccc; border-radius: 10px;     display: flex;
    align-items: center; 
}
.why_choose  ul li .icon img 
{ 
    width: 100%; padding: 10px;
}
.why_choose  ul li h3 
{ 
    font-size: 17px;  margin:0px 0px 3px 0px; font-weight: 500;
}
/*---------------------------------Footer List------------------------------*/
footer 
{
  background-color: #232c3b;
  min-height: 350px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 30px
}
.footer-ul 
{
  list-style-type: none;
  padding-left: 0px;
  margin-left: 2px;
}
.footer-ul li 
{
  line-height: 29px;
  font-size: 12px;
  margin-top: 5px;
}
.footer-ul li a 
{
  font-size: 17px;
  text-decoration: none;
  font-weight: 200;
  color: #fff;
  transition: color 0.2s linear 0s, background 0.2s linear 0s;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px dotted #fff;
}
.footer-ul i 
{
  margin-right: 10px;
}
.footer-ul li a:hover 
{
  transition: color 0.2s linear 0s, background 0.2s linear 0s;
  
}
/*Our Service's Page*/
/*----------------------------------Mission List------------------------------*/
.custom-bullet li 
{
    display: block;
}
.custom-bullet li:before
{
    content: "\f0a4";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 16px;
    float: left;
    margin-top: 0px;
    margin-left: -25px;
    color: #3CB889;
    font-weight:bold;
     
}

