/*------------------------------------------------------------------
[Master SASS Stylesheet]

Project  :  klinik Template
Version  :  1.2
Author   :  Pepdev
Website  :  www.pepdev.com
Theme Color : Blue
-------------------------------------------------------------------*/
/**
* Table of Contents :
* 1.0 - BASIC CSS START
* 2.0 -  DEFAULT CSS START
*        2.1 - OVERRIDING CSS START
*        2.2 - COMMON CSS START
*        2.3 - LAYOUT CSS START
*        2.4 - FONT SIZE CSS START
*        2.5 - COLOR CSS START
*        2.6 - BUTTON CSS START
*        2.7 - THEME BLOCK CSS START
*        2.8 - THEME ACCORDION CSS START
*        2.9 - THEME DROPCAP CSS START
*        2.10 - THEME CATEGORY LIST CSS START
*        2.11 - THEME MATERIAL CARD CSS START
*        2.12 - THEME TAG CSS START
*        2.13 - THEME PAGINATION CSS START
*        2.14 - THEME FLEXSLIDER CSS START
*        2.15 - SOCIAL BUTTON CSS START
*        2.16 - THEME DROPDOWN CSS START
*        2.17 - THEME TABLE CSS START
*        2.18 - THEME IMAGE CSS START
*        2.19 - THEME QUOTE CSS START
*        2.20 - PAGE TITLE CSS START
*        2.21 - NOT FOUND PAGE CSS START
* 3.0 -  HEADER CSS START   
* 4.0 -  HEADER 2 CSS START
* 5.0 -  HOME PAGE CSS START
*        5.1 - BANNER CSS START
*        5.2 - HOME SERVICE CSS START
*        5.3 - HOME ABOUT CSS START
*        5.4 - HOME DOCTOR SLIDER CSS START
*        5.5 - HOME FEATURE CSS START
*        5.6 - HOME TESTIMONIAL CSS START
* 6.0 -  SERVICE PAGE CSS START
*        6.1 - SERVICE CARD CSS START
*        6.1 - FEATURE CSS START
* 7.0 -  DOCTOR PAGE CSS START
*        7.1 - DOCTOR CARD CSS START
*        7.2 - DEPARTMENT CSS START
* 8.0 -  ABOUT PAGE CSS START
* 9.0 -  CONTACT PAGE CSS START
*        9.1 - CONTACT CSS START
*        9.2 - MAP CSS START
* 10.0 - LOGIN PAGE CSS START
* 11.0 - FORM INPUT CSS START
* 12.0 - MYAPPOINTMENT PAGE CSS START
* 13.0 - GALLERY PAGE CSS START
* 14.0 - BLOGS LIST PAGE CSS START
* 15.0 - BLOG PAGE CSS START
* 16.0 - FOOTER CSS START
*        16.1 - EMERGENCY LAYER CSS START
*        16.2 - MAIN FOOTER CSS START
*        16.3 - FOOTER COPYRIGHT CSS START
* 17.0 - MEDIA QUERIES START


[Color codes]

Background: #FCFCFC ( Body Color )
Content:    #555 ( Light black )
Content:    #777 ( Lighter black )
Content:    #DDD ( Lighter White )
Content:    #EEE ( Light White )
Header h1:  #333 ( Black )
Header h2:  #555 ( Light Black )
Footer:     $footerColor ( Check 'sass/partials/variable.scss' file )
a (active): $color-primary-0 ( Check 'sass/partials/variable.scss' file)
Primary Color: $color-primary-0 ( Check 'sass/partials/variable.scss' file )
Blue Color = #32C1CE ( Blue Theme Color )
Green Color = #54C798 ( Green Theme Color )
Orange Color = #EFA752 ( Orange Theme Color )
Purple Color = #A675D4 ( Purple Theme Color )

[Typography]

Body copy:  14px/ font-family: "Montserrat", sans-serif;
h1, h2, h3, h4, h5, h6: 36px/ font-family: "lato", sans-serif;
Sidebar heading:  font-family: "lato", sans-serif;
Input, textarea:  font-family: "Montserrat", sans-serif;

-------------------------------------------------------------------*/

/************************************************
[ 1.0 - BASIC CSS START ] ***********************
*************************************************/
html {
  height: 100% !important; }

/* top style */
<!--
.header-top{
/*	background: #2d3e50 none repeat scroll 0 0;*/
	background: #ECECEC none repeat scroll 0 0;
	
    color: #ffffff;
    font-size: 13px;
    position: relative;

}

.header-top-right {
}

.menu > li > a {
	padding:0px;
/*    color: #D3D3D3;
   color: #615e5e;*/ 
	font-size:98%;	
	
}

.menu > li > a.active {
	background: rgba(158, 158, 158, 0);
	color:#2daab5;	
/*	color:#FFFFEC;
*/	font-weight:bold;
}
.page-ttl::before, .parallax-background::before {
/*	background: linear-gradient(-90deg, rgba(255, 64, 129, 0.9), rgba(1, 82, 89, 0.9));*/	

	background: linear-gradient(-90deg, rgba(255, 64, 129, 0.7), rgba(0, 0, 0, 0.9));

	}
.animation.animated-item-3
{
	animation: fadeInUp 300ms linear 1200ms both;
}


/*.main-container {
	float:left;
	position:relative;
	left:50%;
}
.fixer-container {
	float:left;
	position:relative;
	left:-50%;
}*/
.menu {
    text-align: center;
}

h4.section_header.color4 {
    border-left-color: #03a8cb;
}

h4.section_header {
	color:#000000;
    margin-bottom: 0.5em;
    font-size: 32px;
    position: relative;
    word-wrap: break-word;
    line-height: 1;
    border-left: 2px solid #e85242;
    padding: 10px 0 10px 20px;
}

.menu-megamenu, .menu-dropdown {
	left:35%;
}

/*# sourceMappingURL=style.css.map */
.layer-stretch ul li
{
	font-size:110%;
	line-height:180%;
}
p
{
	font-size:105%;
	line-height:170%;
	margin-bottom:20px;
}
.layer-container p
{
	font-size:136%;
}
.tab-content
{
	font-size:105%;
	line-height:180%;
}
.tab-pane h6
{
	font-size:105%;
}
.tab-pane > row
{
	margin-top:50px;
}

.section_padding_bottom_15 > [class*="container"] {
    padding-bottom: 15px;
}
.section_padding_top_15 > [class*="container"] {
    padding-top: 15px;
}

.page_copyright >[class*="col-"] {
    margin-top: 10px; 
   margin-bottom: 10px; 
}
.li_none ul li
{
	list-style:none;
	margin-left:-20px;
}
.li_none> ul> li >ol >li
{
	margin-left:-20px;
}

.pad30
{
	padding-bottom:30px;
	}

.progress-bar-purple {
    background-color:#639;
}
.progress-bar-red {
    background-color:#F06;
}

.filter-menu button {
line-height: 12px;
background-image:none;
font-size: 130%;
padding: 10px 5px;
}
.filter-menu {
    background-color: #FFFFFF;
}

.filter-menu button
{cursor:pointer;}

.filter-menu button:first-child
{
	font-size:130%;
	text-decoration:none;
	
}
.filter-menu button.active:first-child
{
	background:#FFFFFF;
}



#toTop {
    bottom: 10px;
    right: 10px;
    display: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    z-index: 9999;
    font-size: 0;
    color: transparent;
    border-radius: 10px;
    color: #ffffff;
    background: #17a2b8;
}
#toTop:after {
    color: #ffffff;
    content: "\f106";
    font-size: 16px;
    line-height: 50px;
    font-family: FontAwesome;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.2s linear;
}

.table1 {
    border: #cb8911 2px solid;
	width:80%;
	margin-top:10px;
	margin-bottom:10px;

}
.table1 th, .table1 td{
	padding:3px 10px;	
}

table.table1 th {
    text-align: left;
    font-size: 120%;
    border-bottom: #cb8911 1px solid;
    color: #cb8911;
}
.table1 th {
    background-color: #FDE9D9;
}


@media (min-width: 992px)
{
#toTop {
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 60px;
}
#toTop:after {
    line-height: 60px;
}
}
@media only screen and (max-width: 768px) {
.layer-stretch ul li
{
	font-size:120%;
}	
p
{
	font-size:105%;
}	
.tab-content
{
	font-size:100%;
	}
}
@media only screen and (max-width: 480px) {
.layer-stretch ul li
{
	font-size:110%;
}
p
{
	font-size:105%;
}
.tab-content
{
	font-size:100%;
	}
h4{
	font-size:155%;
}
	
h4 >.small
{
	font-size:70%;
}

.filter-menu button
{
	font-size:90%;
}
.filter-menu button {
line-height: 12px;
background-image:none;
font-size: 130%;
padding: 10px 0px;
}

.paragraph-medium {
    font-size: 130%;
}

.mvlink 
{
	padding:18% 0 5% 10%;
	width:90%;
}
.video-container iframe, .video-container object, .video-container embed {
	margin-left: -10px;
	}
	}

