/*
html {
  font-family: sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}
*/

.inline{
    
    display: inline;
}

.mainColor{
    background-color: #2c8d7a;
}

.secColor{
    background-color: green;
}

.mobile{
    
    display: none;
    overflow: hidden;
}



text_right{
    text-align: right;
}

text_center{
    text-align: center;
}

.showborder{
    
    border: 1px red dashed !important;
    
}














/*************Navi Bar******************/

.navSection{
	
	width: 100%;
        height: 80px;
        padding: 10px;
        transition: padding .5s linear 0s;
}

.navBar{
	
        padding: 0;
	transition: width .5s linear 0s;
}

.navBar_left{
	float: left;
	transition: width 2s linear 0s;
}

.navBar_right{
	float: right;
	transition: width 1s linear 0s;
	text-align: right;
        height: 50px;
        position: relative;
        top: 5px;
}


.nav_text{
	
	text-align:center;
	font-weight:bold;
	font-size:16px;
	background-color: transparent;
	color: white;
	transition: background-color .25s linear 0s;
	border: none;
	margin: 0px;
	padding: 10px;
	
}


.nav_btn{
	
	font-weight:bold;
	font-size:15px;
	background-color: transparent;
	color: green;
	transition: color .25s linear 0s;
	border: none;
	margin: 0px;
	padding: 5px 10px;
	
}

.nav_btn:hover{
	
	/*background-color: black;*/
	color: black;
	text-decoration: none;
}

.nav_expandBtn{
	overflow: hidden;
	display: none;
	transition: width .5s linear 0s; 
	height: 0px;
	width: 0px;
	padding: 0;
	margin:0;
        color: green;
}

.mobileMenu{
    
    padding: 0px; 
    background-color: #2c8d7a;
    
    
}

.desktopMenu{
    
    border: 1px gray solid;
    background-color: white;
    padding: 5px;
    box-shadow: 0px 2px 2px lightgray;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 5px;
    float: right;
    transition: height .15s linear 0s;
}

.subMenuTag{
    
    position: relative;
    width: 0px;
    height: 0px;
    transition: height 0.25s ease-in 0s;
    border-radius: 0px 0px 5px 5px;
    z-index: 1;
    overflow: hidden;
    padding: 0px;
    box-shadow: 0 3px 5px black;
    background-color: white;
    text-align: center;
    
}


#providers{
    left: 67px;
}

#diseases{
    left: 244px;
}

#services{
    left: 473px;
}

#contact{
    left: 704px;
}

#patient{
    left: 860px;
}

.ul_cus{
    
    padding: 0;
    margin: 0;
    list-style: none;
    
}

.li_cus{
    
    padding: 10px 0;
    margin: 0;
    width: 100%;
    background-color: white;
    transition: all 0.25s linear 0s;
    border-bottom: 1px solid lightgray;
    
}

.li_cus:hover{
    
    background-color: green;
    
    
}

/*************Navi Bar******************/

/*************body section**************/

.hero_slide{
	
	width: 100%;
	height: 560px;
}




.sectionBlack{
	padding: 50px 0px;
	background-color: black;
	width: 100%;
	color: white;
	position: relative;
	
}

.sectionGray{
	padding: 50px 0px;
        background-color: #f5f5f5;
	width: 100%;
	position: relative;
}

.sectionWhite{
	padding: 50px 0px;
	background-color: white;
	width: 100%;
	position: relative;
	
}

.divRelative{
    border: 1px solid transparent;
    position: relative;
   
   
}

.acl{
    border: 1px solid transparent;
    position: relative;
}
/*************body section**************/




/*************title, text, link**************/
.title{
    
    margin-top: 0px;
    font-family: Teko, Helvetica, Arial;
    color: green;
}


.sub_title{
    margin-top: 0px;
    font-family: Helvetica,  Arial, sans-serif;
    font-size: 20px;
    color: orange;
    
}



.para{
    
    font-family: Helvetica,  Arial, sans-serif;
    text-align: justify;
    font-size: 14px;
    
}

.heroTitle{
    font-family: teko, Arial, sans-serif;
    text-align: center;
    font-size: 55px;
    color: white;
}

.heroSubTitle{
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 35px;  
    color: gray;
}

.heroDisplay{
    background-color: rgba(0,0,0,0.1);
    
    top: 50%;
    transform: translateY(-50%);
    
}


.cus_link{
	color: gray;	
}

.cus_link:hover{
	
	color: black;	
        text-decoration: none;
	
}




/*************text & link**************/


/*
h1{
	font-family: Helvetica,  Arial, sans-serif;
	font-weight:bold;
}

a:link{
	
    text-decoration: none !important;
    color: black;
    
}


p{
	font-family: Helvetica,  Arial, sans-serif;
	font-size: 16px;
}
*/





/*************default css**************/

/*******************float**************/

.floatRight{ float: right; }
.floatLeft{ float: left; }




/*******************float**************/


/*************button**************/
.btn_100{
	border: 1px solid gray;
	border-radius: 5px;
	width: 100%;
	padding: 5px;
	transition: color 1s linear 0s;
	font-size:18px;
	font-weight:bold;
	color: gray;
	background-color:white;
}

.btn_100:hover{
	border: solid 1px red;
	color: red;
	
}

/*
.btn_med{
    
        border: 1px solid black;
	border-radius: 3px;
	padding: 5px 10px;
	transition: color 1s linear 0s;
	font-size:15px;
	font-weight:bold;
	color: gray;
	background-color:white;
        
}

.btn_med:hover{
    
	color: white;
	background-color:green;
        text-decoration: none;
        
}
*/


/*************button**************/





/*************footer**************/

.footerTx{
	font-size: 10px;
	color: lightgray;
	
}

/*************footer**************/







/*************social icon**************/
.icon_l{
    font-size: 35px;	
    padding: 3px;
    
}

.icon_m{
    font-size: 25px;	
    padding: 2px;
}

.icon_s{
    font-size: 10px;	
    padding: 1px;
}

.icon_color{
    color: green;
    transition: color .25s linear 0s;
}

.icon_color:hover{
    color: black;
     
}

/*************social icon**************/

/*************img**************/
.img_fit{
    
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 5px;
}


.img_hero{
   
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  
}

.profileImage{
    width: 100%; 
    max-height: 450px;
    object-fit: cover;
    border-radius: 5px;
    
}

.logoImage{
    max-height: 150px;
    max-width: 350px;
    transition: all 1s linear 0s;
    margin: 0;
}

/*************img**************/


/*************animation**************/
/*
.fadeRight{
    opacity: 0;
    position: relative;
    right: -100px;
    transition: all 2s ease-out;
}

.fadeRightShow{
    opacity: 1;
    right: 0px;
    
}

.fadeLeft{
    opacity: 0;
    position: relative;
    left: -100px;
    transition: all 2s ease-out;
}

.fadeLeftShow{
    opacity: 1;
    left: 0px;
}

.fadeUp{
    opacity: 0;
    position: relative;
    bottom: -100px;
    transition: all 2s ease-out;
}

.fadeUpShow{
    opacity: 1;
    bottom: 0px;
}

.fadeDown{
    opacity: 0;
    position: relative;
    top: -100px;
    transition: all 2s ease-out;
}

.fadeDownShow{
    opacity: 1;
    top: 0px;
}

.fadeIn{
    opacity: 0;
    transition: all 3s ease-out;
}

.fadeInShow{
    opacity: 1;
}

.btnFadeOut{
    
    opacity: 1;
    transition: all 3s ease-out;
    
}

*/

/*
.fadeInLeft{
    
    -webkit-animation: fadeInLeft 2s both;
    -moz-animation: fadeInLeft 2s both;
    -o-animation: fadeInLeft 2s both;
    
    animation: fadeInLeft 2s both;
    animation-delay: 1s;
    
}

@-webkit-keyframes fadeInLeft{
    0%{ opacity: 0; -webkit-transform: translateX(-100px);   }
    100%{ opacity: 1; -webkit-transform: translateX(0px);   }
}
@-moz-keyframes fadeInLeft{
    0%{ opacity: 0; -moz-transform: translateX(-100px);   }
    100%{ opacity: 1; -moz-transform: translateX(0px);   }
}
@-o-keyframes fadeInLeft{
    0%{ opacity: 0; -o-transform: translateX(-100px);   }
    100%{ opacity: 1; -o-transform: translateX(0px);   }
}

@keyframes fadeInLeft{
    0%{ opacity: 0; transform: translateX(-100px);   }
    100%{ opacity: 1; transform: translateX(0px);  }
}

@keyframes fadeInLeft{
    0%{ opacity: 0; transform: translateX(-100px) scale(.25,.25);   }
    100%{ opacity: 1; transform: translateX(0px) scale(1,1);  }
}



.fadeInRight{
    
    -webkit-animation: fadeInRight 2s both;
    -moz-animation: fadeInRight 2s both;
    -o-animation: fadeInRight 2s both;
    
    animation: fadeInRight 2s both;
    animation-delay: 2s;
}

@-webkit-keyframes fadeInRight{
    0%{ opacity: 0; -webkit-transform: translateX(100px);   }
    100%{ opacity: 1; -webkit-transform: translateX(0px);   }
}
@-moz-keyframes fadeInRight{
    0%{ opacity: 0; -moz-transform: translateX(100px);   }
    100%{ opacity: 1; -moz-transform: translateX(0px);   }
}
@-o-keyframes fadeInRight{
    0%{ opacity: 0; -o-transform: translateX(100px);   }
    100%{ opacity: 1; -o-transform: translateX(0px);   }
}
@keyframes fadeInRight{
    0%{ opacity: 0; transform: translateX(100px);   }
    100%{ opacity: 1; transform: translateX(0px);   }
}


.fadeInUp{
    
    -webkit-animation: fadeInUp 2s both;
    -moz-animation: fadeInUp 2s both;
    -o-animation: fadeInUp 2s both;
    
    animation: fadeInUp 2s both;
    animation-delay: 2s;
}

@-webkit-keyframes fadeInUp{
    0%{ opacity: 0; -webkit-transform: translateY(100px);   }
    100%{ opacity: 1; -webkit-transform: translateY(0px);   }
}
@-moz-keyframes fadeInUp{
    0%{ opacity: 0; -moz-transform: translateY(100px);   }
    100%{ opacity: 1; -moz-transform: translateY(0px);   }
}
@-o-keyframes fadeInUp{
    0%{ opacity: 0; -o-transform: translateY(100px);   }
    100%{ opacity: 1; -o-transform: translateY(0px);   }
}
@keyframes fadeInUp{
    0%{ opacity: 0; transform: translateY(100px);   }
    100%{ opacity: 1; transform: translateY(0px);   }
}

*/
/*************animation**************/


.condBox{
    
    height: 255px;
    background-color: white;
    border-radius: 5px;
    transition: all 0.5s linear 0s;
    padding: 5px;
}


.condBox:hover{
    background-color: #f5f5f5;
}


/*************below 900px width********/
@media (max-width:950px){
	
    
       .condBox{
            height: auto;
        }
    
       .logoImage{
        
        max-height: 50px;
        max-width: 100px;
        
       }
    
    
       .navSection{
        padding: 0;
        height: 50px;
       }
    
    
	.nav_expandBtn{
		overflow: visible;
		border: none;
		display:inline;
		background-color: transparent;
		width: auto;
		color: white;
                
	}
	
	
	
	.desktop{
    
            display: none;
	    overflow: hidden;
    
        }   
	
	.mobile{
            display: inline;
            overflow: auto;
        }
        
       
	
}




/*************canvas CSS***************/
.blockPanel{
    
    background-color: black;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    transition: all 0.25s linear 0s;
    
}

.contentCenter{
    
    position: absolute; 
    top: 50%; left: 50%; 
    z-index: 1; 
    transform: translate(-50%, -50%);
    transition: all 1s linear 0s;
    
    
}