
html {
  font-family: sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.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******************/

.navOrange{
    width: 100%;
    padding: 3px;
    transition: padding .5s linear 0s;
    height: 30px;
    background-color: orange;
    
}


.navSection{
	
	width: 100%;
        padding: 3px;
        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;
        position: relative;
       
}


.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-size:15px;
        font-family: nav_btn_font, Helvetica, Arial;
	background-color: transparent;
	color: white;
	transition: color .25s linear 0s;
	border: none;
	margin: 0px;
	padding: 5px 30px;
	
}

.nav_btn:hover{
	
	/*background-color: black;*/
	color: lightgray;
	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******************/

/*************cust fonts******************/
@font-face {
    font-family: nav_btn_font;
    src: url(/fonts/Quicksand.ttf);
}

@font-face {
    font-family: title;
    src: url(/fonts/Cinzel.ttf);
}

@font-face {
    font-family: script;
    src: url(/fonts/Corinthia-Regular.ttf);
}





/*************cust fonts******************/




/*************body section**************/

.hero_slide{
	
	width: 100%;
	height: 560px;
}




.section_black{
	padding: 50px 0px;
	background-color: black;
	width: 100%;
	color: white;
	
	
}

.section_gray{
	padding: 50px 0px;
        background-color: #f5f5f5;
	width: 100%;
	
	
}

.section_orange{
	padding: 50px 0px;
        background-color: orange;
	width: 100%;
	
	
}

.section_white{
	padding: 50px 0px;
	background-color: white;
	width: 100%;
	
	
}



/*************body section**************/




/*************title, text, link**************/
.title{
    
    margin-top: 0px;
    font-family: title, Helvetica, Arial;
    
    
}


.sub_title{
    margin-top: 0px;
    font-family: nav_btn_font,  Arial, sans-serif;
    color: gray;
    
}

.prof_box{
    
    position: relative; 
    z-index: 0;
    
}


.title_script{
    
    font-family: script, Arial, sans-serif;
    font-size: 60px;
}


.prof_title_top{
    
    font-family: script, Arial, sans-serif;
    font-size: 40px;
    position: absolute; 
    z-index: 1; 
    top: -30px; 
    color: black;
    
}



.prof_title{
    
    font-family: script, Arial, sans-serif;
    font-size: 55px;
    position: absolute; 
    z-index: 1; 
    bottom: -15px; 
    right: 21px;
    color: black;
    
}




.pro_detail{
    
    font-family: nav_btn_font,  Arial, sans-serif;
    color: black;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    left: -5px;
    bottom: 45px;
    position: absolute;
    z-index: 1;
    margin: 0;
}

.img_full{
    width: 100%;
    padding: 5px;
}



.para{
    
    font-family: nav_btn_font,  Arial, sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
    color: black;
}

.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;
	
}

.displayText{
    
    font-family: title, Arial, sans-serif;
    text-align: center;
    font-size: 65px;  
    color: gray;
    
}


/*************text & link**************/
a{
    color: black;
}

a:hover{
	
    text-decoration: none;
    color: gray;
    
}


/*
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 red;
	border-radius: 5px;
	width: 100%;
	padding: 5px;
	transition: color 1s linear 0s;
	font-size:18px;
	font-weight:bold;
	color: red;
	background-color:white;
}

.btn_100:hover{
	border: solid 1px orange;
	color: orange;
	
}

.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;
        
}

.btn_cus{
    
    color: white;
    background-color: black;
    width: 200px;
    height: 50px;
    padding: 10px 20px;
    transition: all 0.25s linear 0s;
    
}

.btn_cus:hover{
    color: gray;
}

/*************button**************/





/*************footer**************/

.footerTx{
	font-size: 15px;
	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: gray;
    transition: color .25s linear 0s;
}

.icon_color:hover{
    color: lightgray;
     
}

/*************social icon**************/

/*************img**************/

.img_arch{
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 250px 250px 0 0;
  
}



.img_fit{
    
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 5px;
  
}

.img_gallery{
    
  width: 100%;
  object-fit: cover;
  height: 500px;
  border-radius: 5px;
  margin-bottom: 35px;
}

.img_hero{
   
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  
}

.hero_video{
    
    width:100%;
    height: 100%;
    
}


.profileImage{
    width: 100%; 
    max-height: 650px;
    object-fit: cover;
    border-radius: 5px;
    
}

.logoImage{
    height: 90px;
    transition: all 1s linear 0s;
    margin: 0;
}
/*
.parallax {
  /* The image used 
  background-image: url("https://www.haileymaidllc.com/img/room.jpg");
  

  /* Set a specific height 
  min-height: 600px;

  /* Create the parallax scrolling effect 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/

.bg_img{
     /* The image used */
  background-image: url("https://media-api.xogrp.com/images/70e7aaaa-8899-421e-b78b-9d6902334ca1~rs_1016.678");

  /* Set a specific height */
  min-height: 450px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    
    
}


.bg_rental{
     /* The image used */
  background-image: url("https://media-api.xogrp.com/images/d6f8bb73-db88-446e-b41d-0f3a9ad0ec71~sc_1016.678");

  /* Set a specific height */
  min-height: 700px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    
    
}

/*************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;
}

/*
.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;
}


/*************vertical text **************/















/*************below 900px width********/
@media (max-width:950px){
	
       .navBar{
	
        margin: 0px;
        }
    
    
       .hero_video{
        height: 280px;
       }
       .condBox{
            height: auto;
        }
    
       .logoImage{
        
        height: 90px;
        
       }
    
    
       .navSection{
        padding: 2px;
        
       }
    
    
	.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;
        }
        
       
	.img_gallery{
            height: 350px;
           
         }
}






















