/*============PAGE HOME=============*/
.blok-after-header{
	margin: 0 0 20px;
	background-color: var(--warna-primer);
}
.keteranganKonten1 { padding: 60px 20px 0 10px }
.judul-kecil{color: var(--warna-primer);}
.judul-utama{color: var(--warna-judul-hitam);}
.karosel1 img{
	width: 100%;
}
.kontainerKonten2{
	display: flex;
	flex-direction: column;
}
.kontainerGambarKonten2{

}
.gambarKonten2{
	width: 100%;
}
.keteranganKonten2{
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.section-kolom-konten > div:first-of-type{
	text-align: center;
}
.kontainer-kolom-konten-tipe1{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.kontainer-kolom-konten-tipe1 .kolom-konten{
	background-color: white;
	flex: 1;
}

.kontainer-kolom-konten-tipe1 .kontainer-gambar{
	/*max-width: 50%;*/	
	height: 200px;
	width: 200px;
	margin: auto;

	background-color: yellow;
}

.kontainer-kolom-konten-tipe1 .gbr{
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*object-position: center;
	object-fit: fill;*/
}

.blok-after-header{
	display: flex;
	flex-direction: column;
}
.blok-after-header .kontainer-gambar{
	padding: 25px 15px;
}

.blok-after-header img{
	border-radius: 5px;
	object-fit: cover;
	object-position: 0px -200px;
}

@media (min-width: 576px) {
	.blok-after-header{
		flex-direction: row;
	}
	.blok-after-header .keteranganKonten1{flex: 4}
	.blok-after-header .kontainer-gambar{
		position: relative;
		flex: 3;
		height: 500px;
	}
	.blok-after-header img{
		position: absolute;
		top: 35px;
		right: 25px;
	}
	.kontainer-kolom-konten-tipe1{
		flex-direction: row;
	}
	.kontainer-kolom-konten-tipe1 .kolom-konten .kontainer-gambar{
		max-width: 80%;
	}
}
.blok-after-header img{
	height: 400px;
}

.section-single-konten > div:first-of-type{
	text-align: center;
}
.kontainer-single-konten{
	display: flex;
	flex-direction: column;
}

.kontainer-single-konten .kontainer-gambar{
	height: 320px;
}
.kontainer-single-konten .gbr{
	object-fit: cover;
	object-position: center;
}
.kontainer-single-konten .kontainer-keterangan{
	background-color: rgb(233, 242, 238);
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 25px 15px;
}

@media (min-width: 576px) {
	.kontainer-single-konten{
		flex-direction: row;
	}

	.kontainer-single-konten .kontainer-gambar{
		flex: 1;
	}
	.kontainer-single-konten .kontainer-keterangan{
		flex: 1;
	}
}

.home-testimoni .kontainer-kolom-konten-tipe1{
	flex-direction: column;
}
.home-testimoni .kolom-konten{
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 15px;
}
.grup-identitas-user{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
}
.grup-identitas-user div{flex: 1}
.grup-identitas-user > div:first-of-type{max-width: 35px;}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 992px) {
	.home-testimoni .kontainer-kolom-konten-tipe1{
		flex-direction: row;
	}
}

/*.blok-before-footer{
	padding: 25px;
	background-color: var(--warna-primer);
	display: flex;
	flex-direction: column;*/
	/*justify-content: space-evenly;
	flex-wrap: wrap;*/
/*	text-align: center;
	gap: 25px;
}
.blok-before-footer img{
	mix-blend-mode: screen;
}
.blok-before-footer h6{color: var(--warna-primer-x);}
.blok-before-footer > div{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.blok-before-footer .kontainer-gambar{
	min-width: 35px;
	height: 35px;
}

@media (min-width: 576px) {
	.blok-before-footer{
		flex-direction: row;
		text-align: left;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.blok-before-footer > div{
		flex-direction: row;
		justify-content: flex-start;
		max-width: 50%;
	}
	.blok-before-footer > div:last-child{
		min-width: 100%;
		justify-content: center;
		display: flex;
		flex-direction: column;
	}

}

@media (min-width: 992px) {
	.blok-before-footer > div:last-child{
		min-width: inherit;
		flex-direction: row;
	}
}*/
/*============END PAGE HOME=============*/


/*============HEADER=============*/

/*.kontainerLogoWeb{background-color: salmon;}*/

header{
	padding-bottom: 10px;
}
nav{
	background-color: whitesmoke;
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 100px;
	left: 0;
	right: 0;
	z-index: 2;
}
.navMenu1 {
	display: flex;
	flex-direction: column;
	text-align: left;
	
	/*dummy*/
	/*background-color: salmon;*/
}
.navMenu1 a, .navMenu1 .navInduk{border-bottom: .8px rgba(51, 51, 51, 1.0) solid;}
.navMenu1 a:hover, .navMenu1 .navInduk:hover{background-color: #8de1ed;}
.navInduk a{ border-bottom:none }
.navMenu1 a{
	box-sizing: border-box;
	text-decoration: none;
	padding: 10px 15px;
}
.navInduk{
	display: flex;
	justify-content: space-between;

	/*dummy*/
	/*background-color: lightblue;*/
}
.navInduk a:first-child{width: 100%;}
.tombolTampilSubNavList{
	width: 10%;
	text-align: center;

	/*dummy*/
	/*background-color: yellow;*/
}
.subNavList{
	display: none;
	flex-direction: column;
}
.subNavList a{
	padding-left: 35px;
}
.subNavList a::before{ content: ">> " }
.tampilkanSubNav{display: flex;}

@media (min-width: 576px) {
	nav{
		background-color: inherit;
		position: inherit;
	}
	.navMenu1 {
		justify-content: space-between;
		flex-direction: row;
		text-align: center;

		/*dummy*/
		/*background-color: salmon;*/
    }
    .navMenu1 a, .navMenu1 .navInduk{
    	border-bottom: none;
    }
    .subNavList{
	   	/*flex-direction: column;*/
		position: absolute;
		padding: 3px 10px 3px 15px;
		background-color: lightgrey;
    }
    .subNavList a::before{ content: none }
    .subNavList a{border-bottom: 1px black solid;}
	.subNavList a:last-child{border-bottom: none;}
}

.namaKlinik{
	box-sizing: border-box;
	border: 2px solid lightgreen;
	border-radius: 25px;
	height: 80px;
	max-width: 375px;
	margin: 7px 0 0 5px;
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, .15);
	text-align: center;
}
.namaKlinik h1{
	color: darkblue;
}
.namaKlinik h4{
	color: red;
}

/*============END HEADER=============*/


/*============FOOTER=============*/
.kontainerFooter > .grupKolomFooter{ background-color: lightgrey; }
.kontainerKontenKolomFooter .logo{
	max-width: 100%;
	height: auto;
}
.icon-sosmed{ width: 25px; height: 25px; }
div:has(> a > .icon-sosmed){
	display: flex;
	justify-content: space-evenly;
}
/*============END FOOTER=============*/
