/************ MARGIN ****************/
.top-10{
	margin-top: 10px;
}
.top-20{
	margin-top: 20px;
}
.top-30{
	margin-top: 30px;
}
.top-40{
	margin-top: 40px;
}
.top-50{
	margin-top: 50px;
}
.bottom-10{
	margin-bottom: 10px;
}
.bottom-20{
	margin-bottom: 20px;
}
.bottom-30{
	margin-bottom: 30px;
}
.bottom-40{
	margin-bottom: 40px;
}
.bottom-50{
	margin-bottom: 50px;
}

.bottom-line{
	border-bottom: 2px solid #555;
}

.row-product .new .product-image .badge span {
    background: #222ed;
}
.row-product .product-image .badge span {
	position: absolute;
    top: 250px;
	left: 50px;    
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    padding: 2rem;
	width: 250px;
    height: auto;
    color: #fff;
    transform: unset;
    box-shadow: unset;
    z-index: 90;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #e20f0f;
    border-color: #e20f0f;
}
/*testimoni*/
element.style {
    width: 577px;
}
.slick-initialized .slick-slide {
    display: block;
}
element.style {
    display: block;
}
.slick-dots li.slick-active button {
    background: #000000;
}
.slick-dots li button {
    text-indent: -9999px;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,1,1,0.5);
    margin: 5px;
    border: none;
    outline: none;
    transition: .3s ease;
}
.slick-dots {
    text-align: center;
    list-style: none;
    margin: 10px 0 0;
}
.slick-dots li {
    display: inline-block;
}
#story{
    text-align: center;
    padding: 20px 0;
    /*ganti backgrond warna*/
    /*background: #434c73 url(../images/background/story-bg.jpg) no-repeat center;*/
    background: #999;
    background-size: cover;
    position: relative;
    color:#fff;
}
#story:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    /*background: #434c73;*/
    background: #ffffff;
    opacity: 0.8;
}
#story .heading{
    position: relative;
    margin:0 0 10px;
}
#story .heading h3{
    color:#000000 !important;
}
.testimonial-slider .text{
    color:#000000 !important;
    font-weight: 200;
    margin:0 0 30px;
}
.testimonial-slider .avatar{
    width: 100px;
    height: 100px;
    overflow:hidden;
    border:5px solid #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    border-radius: 50%;
    margin:15px auto;
}
.testimonial-slider .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-slider .name{
    color:#000000 !important;
    font-weight: bold;
}
/******* Sticky Nav **********/
.stickynav{
    position: fixed;
    margin-bottom: 10px;
    bottom: 0;
    left: 10px;
    list-style: none;
    z-index: 999;
}

.stickynav li a .fa{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #333;
    color:#fff;
    border-radius: 50%;
    text-decoration: none;
    font-size:20px;
    transition: .3s ease;
}
.stickynav li.dropdown.open a.dropdown-toggle .fa{
    transform: rotate(30deg);
}
.stickynav li.dropdown.open a.dropdown-toggle span{
    display: none;
}
.stickynav li a span{
    display: inline-block;
    margin-left: 5px;
    padding:5px;
    background: rgba(0,0,0,0.5);
    font-size: 10px;
    color:#fff;
    text-decoration: none;
    border:none;
    border-radius: 5px;
}
.stickynav li a.dropdown-toggle .fa{
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.stickynav li a .fa-bell-o{
    background: #2980b9;
}
.stickynav li a .fa-phone{
    background: #222;
}
.stickynav li a .fa-whatsapp{
    background: #2ecc71;
}
.stickynav li a .fa-phone-square{
    background: #ffc107;
}
.stickynav li a .fa-ambulance{
    background: #f44336;
}
.stickynav li .dropdown-menu{
    top:auto;
    bottom:100%;
    background: none;
    width: auto;
    min-width: auto;
    border:none;
    border-radius: 0;
    box-shadow: none;
    padding:0;
    margin-left: 10px;
}
.stickynav li .dropdown-menu li{
    padding:0;
    margin-bottom: 5px;
}
.stickynav li .dropdown-menu li a{
    padding:0;
}


/******************* Sticky Nav-4 ******************/
.stickynav-4{
    position: fixed;
    margin-bottom: 10px;
    bottom: 0;
    left: 20%;
    list-style: none;
    z-index: 999;
}

.stickynav-4 li a .fa{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #333;
    color:#fff;
    border-radius: 50%;
    text-decoration: none;
    font-size:20px;
    transition: .3s ease;
}
.stickynav-4 li.dropdown.open a.dropdown-toggle .fa{
    transform: rotate(30deg);
}
.stickynav-4 li.dropdown.open a.dropdown-toggle span{
    display: none;
}
.stickynav-4 li a span{
    display: inline-block;
    margin-left: 5px;
    padding:5px;
    background: rgba(0,0,0,0.5);
    font-size: 10px;
    color:#fff;
    text-decoration: none;
    border:none;
    border-radius: 5px;
}
.stickynav-4 li a.dropdown-toggle .fa{
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.stickynav-4 li a .fa-bell-o{
    background: #2980b9;
}
.stickynav-4 li a .fa-stethoscope{
    background: #7AA600;
}
.stickynav-4 li a .fa-calendar{
    background: #E86122;
}
.stickynav-4 li a .fa-users{
    background: #F1A600;
}
.stickynav-4 li a .fa-bed{
    background: #36A1A7;
}
.stickynav-4 li .dropdown-menu{
    top:auto;
    bottom:100%;
    background: none;
    width: auto;
    min-width: auto;
    border:none;
    border-radius: 0;
    box-shadow: none;
    padding:0;
    margin-left: 10px;
}
.stickynav-4 li .dropdown-menu li{
    padding:0;
    margin-bottom: 5px;
}
.stickynav-4 li .dropdown-menu li a{
    padding:0;
}

.partner{
    height: 150px;
    margin: 10px 0px;
    border: 10px solid #fff!important;
    box-shadow: 0 8px 50px -20px rgb(62, 73, 117);
    border-radius: 5%;
}
.img-partner{
    position: absolute;
    margin: auto;
    padding: 0 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.partner-slider a.item {
    height: unset;
}
.partner-slider a.item img {
    filter: unset;
}

.poli-klinik{
    float: left;
    margin: 20px 0 50px;
}
.padding-10{
    padding: 10px 0;
}
.btn-poliklinik{
    width: 185px;
    font-size: 12px;
}
.form-search{
	width: 200px;
}
.navbar-nav{
	float:none;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
header .navbar-nav li a{
	color:#333;
}
header .navigation{
	background: #fff;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
}
.text-white{
	color: #fff !important;
}

.title .wrapper {
    position: relative;
}
.title .wrapper h3{
	display: inline-block;
    padding: 15px 36px;
    margin: 40px 10px;
    font-size: 21px;
    -webkit-text-stroke: 0px!important;
    -webkit-font-smoothing: antialiased !important;
}
.title .wrapper:after {
    content: "";
    top: -10px;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-left: -28px;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}
.title .wrapper:before {
    content: "";
    top: -10px;
	width: 30px;
    height: 30px;    
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}
.btn-like {
    float: right;
    margin: 0 10px;
    padding: 1px 7px;
    background: #d9534f;
    color: #fff !important;
    border: 1px solid #d9534f;
    border-radius: 2px;
}
.btn-wishlist {
	color: #fff !important;
	background-color: #222 !important;
	border-color: #222;
}
.btn-wishlist:hover {
	color: #fff !important;
	background-color: #222 !important;
	border-color: #222;
}
.harga .btn-whatsapp{
	float: right;
    margin: 0;
    padding: 0px 7px;
	color: #fff;
    border-radius: 2px;
}
.bg-grey{
	background-color: #f5f5f5;
}
#product{
	padding:15px 0;
}
.heading{
	font-weight: bold;
	border-bottom: 1px solid #eee;
}
.row-product .product-info {
    text-align: left;
}
.row-product .product-image{
	padding: 0;
}

#info .item{
	padding: 20px 0;
}
#blog h4{
	color: #222;
}
#blog h4 a:hover{
	color: #222;
}
.meta {
    color: #333;
    font-size: 12px;
    margin: 15px 0 5px 0;
}
/* Make the container relative */
.swap-on-hover {
	position: relative;	
	margin:  0 auto;
	height: 530px;
}

/* Select the image and make it absolute to the container */
.swap-on-hover img {
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	width: 100%;
	min-height: 400px;
}

/* 
We set z-index to be higher than the back image, so it's alwyas on the front.
We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
*/
.swap-on-hover .swap-on-hover__front-image {
	z-index: 9;
	transition: opacity .2s linear;
	cursor: pointer;
}

/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
.swap-on-hover:hover > .swap-on-hover__front-image{
	opacity: 0;
}

.btn-danger {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.product-info{
	color: #333;
}
.product-thumbnail{
	margin-top: 30px;
}
.menu-toggler{
	background: #222;
}
.shadow{
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
@media (max-width: 480px){
	.sidenav a {
		font-size: 14px !important;
		color: #fff !important;
	}
}

@media (max-width: 320px){
	.sidenav a {
		font-size: 14px !important;
		color: #fff !important;
	}
	.row-product .product-image .badge span{
		top: 175px;
		width: 175px;
	}
	.row-product{
		height: auto !important;
	}
	.btn.btn-success.btn-wide{
		margin-top: 10px;
	}
}