/**
	* Template Name: Medicio - v4.8.0
	* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
	* Author: BootstrapMade.com
	* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
	# General
--------------------------------------------------------------*/
body {
	/* font-family: "Open Sans", sans-serif; */
	font-family: "inter", sans-serif;
	color: #444444;
	margin: 0px;
}

a {
	color: #0E9F8D;
	text-decoration: none;
}

a:hover {
	/* color: #fff; */
	text-decoration: underline;
}

.email {
	color: #ffff59;
	text-decoration: none;
}

.email:hover {
	color: #fff;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: "Roboto", sans-serif; */
	font-family: "Inter", sans-serif;
	color: #0E9F8D;
}


/*--------------------------------------------------------------
	# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: absolute;
	 top: calc(50% - 75px);
	left: calc(50% - 75px); 
	/* left: 50%;
	top: 50%; */
	/* background-image: url(../../img/rsomh.png);
	background-repeat:no-repeat; */
	border: 6px solid #4169E1;
	border-top-color: #ecf8f9;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
	# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #0e9F8D;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #24a409;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}


/*--------------------------------------------------------------
	# Side on Bar button
--------------------------------------------------------------*/
.side-on-bar {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 65px;
	bottom: 15px;
	z-index: 700;
	background: #0e9F8D;
	width: 120px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
	font-size: small;
    color: antiquewhite;
	padding: 5px
}

.side-on-bar i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.side-on-bar:hover {
	background: #24a409;
	color: #fff;
}

.side-on-bar.active {
	visibility: visible;
	opacity: 1;
}
/*--------------------------------------------------------------
	# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/


/*--------------------------------------------------------------
	# Top Bar
--------------------------------------------------------------*/
#topbar {
	/* background: #3b9ca5;	 */
	background: #0e9F8D;	
	color: #fff;
	height: 40px;
	font-size: smaller;
	font-weight: 600;
	z-index: 996;
	transition: all 0.5s;
}

#topbar.topbar-scrolled {
	top: -40px;
}

#topbar i {
	padding-right: 6px;
	line-height: 0;
}

/*--------------------------------------------------------------
	# Header
--------------------------------------------------------------*/
#header {
	background: #fffc;
	transition: all 0.5s;
	z-index: 997;
	/* padding: 10px 0; */
	/* top: 40px; */
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

    height: 108px;
}



#header.header-scrolled {
	top: 0;
}

#header .logo {
	font-size: 28px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

#header .logo a {
	color: #555555;
}

#header .logo img {
	max-height: 40px;
}

/**
	* Appointment Button
*/
.appointment-btn {
	margin-left: 25px;
	background: #0E9F8D;
	color: #fff;
	/* border-radius: 4px; */
	border-radius: 8px;
	/* padding: 8px 25px; */
	white-space: nowrap;
	transition: 0.3s;
	font-size: 14px;
	display: inline-block;
}

.appointment-btn:hover {
	/* background: #E5E7EB; */
	/* color: #F9FAFB; */
}



/*--------------------------------------------------------------
	# Navigation Menu
--------------------------------------------------------------*/
/**
	* Desktop Navigation 
*/
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
	color:#009688;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	/* font-family: "Roboto", sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 16px;
	/* color: #ed2f36; */
	font-weight: bold;
	white-space: nowrap;
	transition: 0.3s;
	/* text-transform: uppercase; */
	font-weight: 600;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #ffc107;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
	/* font-weight: 600; */
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	text-transform: none;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: #ffc107;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}



/**
	* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #555555;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #fff;
}


.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(60, 60, 60, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}
	
	.navbar ul {
		display: none;
	}
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 8px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #555555;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #ffc107;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #ffc107;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}




/*--------------------------------------------------------------
	# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height:650px;
	/* height: calc(130vh - 650pxpx); */
	/* height: calc(130vh - 200px); */
	/* height: calc(100vh - 220px); */
	padding: 0;
	overflow: hidden;
	/* background: #000; */
	position: relative;
}

#hero .carousel-item {
	width: 100%;
	height: calc(130vh - 200px);
	/* height: calc(100vh - 220px); */
	background-size: 90%;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #d9f1f2;
	overflow: hidden;
}

#hero .carousel-item::before {
	content: "";
	/* background-color: rgba(13, 30, 45, 0.08); */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

#hero .carousel-container {
	display: flex;
	justify-content: center;
	align-items: end;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background :linear-gradient(to right, #6CC4A1, transparent);
	/* background :linear-gradient(120deg,rgb(212, 228, 65) 0%, rgba(212, 228, 65, 0) 20%); */
	/* background :linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%); */
	
}

#hero .carousel-content {
	text-align: left;
	/* background-color: rgba(13, 30, 45, 0.6); */
	/* background :linear-gradient(to right,#0e9F8D, #6CC4A1, transparent); */
    width: 100%;
    border-radius: 20px 20px 5px 5px;
    position: absolute;
    top: 200px;
    height: stretch;
	    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}




#hero h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 900;
}

#hero p {
	width: 80%;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	color: #fff;
}

#hero .carousel-inner .carousel-item {
	transition-property: opacity;
	background-position: 50% 5%;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
	opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
	opacity: 1;
	transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
	left: 0;
	transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
	width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
	background: none;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto;
}

#hero .carousel-indicators {
	position: absolute; 
	top: 400px;
	justify-content: 
	left; 
	margin-left: 10%;
}

#hero .carousel-indicators li {
	cursor: pointer;
}

#hero .btn-get-started {
	font-family: "inter", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 0;
	background: #428bca;
}

#hero .btn-get-started:hover {
	background: #ffc107;
}


@media (max-width: 992px) {
	
	#hero,
	#hero .carousel-item {
		height: calc(100vh - 70px);
	}
	
	#hero .carousel-content.container {
		padding: 0 50px;     
		display: flex;
		flex-direction: column;
		justify-content: center;
		top: -200px;
	}
}

@media (max-width: 600px) {
	
	#hero,
	#hero .carousel-item {
		height:650px;
	}
	
	#hero .carousel-content.container {
		padding: 0 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		top: -350px;
	}

	#hero .carousel-indicators {
		position: absolute; 
		top: 300px;
		justify-content: 
		left; 
		margin-left: 10%;
	}

	#hero .upper-div {
		position: absolute;
		top: 330px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10; /* Ensures it stays on top */
			width: 80%;
	}

	.blog-button {
		top: -7px;
    	position: relative;
	}

	.hasil-pencarian{
		position: relative;
		top: -140px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10; /* Ensures it stays on top */
		width: 120%;
		overflow: auto;
		max-height: 100vh;
	}

	

	

	
	
}

@media (max-width: 768px) {
	#hero h2 {
		font-size: 12px;
	}
	.services-grid {
				grid-template-columns: repeat(2, 1fr);
			}
}

@media (max-height: 500px) {
	
	#hero,
	#hero .carousel-item {
		height: 120vh;
	}
	.services-grid {
				grid-template-columns: repeat(2, 1fr);
			}
}

@media (min-width: 1024px) {
	#hero p {
		width: 60%;
	}
	
	#hero .carousel-control-prev,
	#hero .carousel-control-next {
		width: 5%;
	}
}

/*--------------------------------------------------------------
	# Sections General
--------------------------------------------------------------*/
section {
	padding: 30px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f7fcfc;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #7fa3dd;
	bottom: 0;
	/* left: calc(50% - 25px); */
	box-shadow: 0px 2px 15px rgb(0 0 0 / 50%);
}

.section-title p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
	# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 20px 0;
	background-color: #ecf8f9;
	min-height: 40px;
	margin-top: 120px;
}

@media (max-width: 992px) {
	.breadcrumbs {
		margin-top: 70px;
	}
}

.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

@media (max-width: 992px) {
	.breadcrumbs h2 {
		margin: 0 0 10px 0;
	}
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #6c757d;
	content: "/";
}

@media (max-width: 768px) {
	.breadcrumbs .d-flex {
		display: block !important;
	}
	
	.breadcrumbs ol {
		display: block;
	}
	
	.breadcrumbs ol li {
		display: inline-block;
	}
}

/*--------------------------------------------------------------
	# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
	padding: 10px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
	height: 130px;
	width: 130px;
}

.featured-services .icon-box::before {
	content: "";
	position: absolute;
	background: #d9f1f2;
	right: 0;
	left: 0;
	bottom: 0;
	top: 100%;
	transition: all 0.3s;
	z-index: -1;
}

.featured-services .icon-box:hover::before {
	background: #ffc107;
	top: 0;
	border-radius: 0px;
}

.featured-services .icon-box2 {
	padding: 10px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
}

.featured-services .icon-box2::before {
	content: "";
	position: absolute;
	background: #d9f1f2;
	right: 0;
	left: 0;
	bottom: 0;
	top: 100%;
	transition: all 0.3s;
	z-index: -1;
}

.featured-services .icon-box2:hover::before {
	background: #ffc107;
	top: 0;
	border-radius: 0px;
}

.featured-services .icon {
	margin-bottom: 15px;
}

.featured-services .icon i {
	font-size: 48px;
	line-height: 1;
	color: #7fa3dd;
	transition: all 0.3s ease-in-out;
}

.featured-services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 12px;
}

.featured-services .title a {
	color: #111;
}

.featured-services .description {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
	color: #fff;
}

.featured-services .icon-box:hover .icon i {
	color: #fff;
}

.featured-services .icon-box2:hover .title a,
.featured-services .icon-box2:hover .description {
	color: #fff;
}

.featured-services .icon-box2:hover .icon i {
	color: #fff;
}
/*--------------------------------------------------------------
	# Cta
--------------------------------------------------------------*/
.cta {
	background: #4169E1;
	color: #fff;
	background-size: cover;
	padding: 60px 0;
}

.cta h3 {
	font-size: 28px;
	font-weight: 700;
}

.cta .cta-btn {
	/* font-family: "Roboto", sans-serif; */
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 25px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #fff;
	color: #fff;
}

.cta .cta-btn:hover {
	background: #fff;
	color: #4169E1;
}

/*--------------------------------------------------------------
	# About Us
--------------------------------------------------------------*/
.about .content h3 {
	font-weight: 600;
	font-size: 26px;
}

.about .content ul {
	list-style: none;
	padding: 0;
}

.about .content ul li {
	padding-bottom: 10px;
}

.about .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #4169E1;
}

.about .content p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
	# Counts
--------------------------------------------------------------*/
.counts {
	padding-bottom: 30px;
}

.counts .count-box {
	box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: 100%;
}

.counts .count-box i {
	display: block;
	font-size: 30px;
	color: #4169E1;
	float: left;
}

.counts .count-box span {
	font-size: 42px;
	line-height: 24px;
	display: block;
	font-weight: 700;
	color: #555555;
	margin-left: 50px;
}

.counts .count-box p {
	padding: 30px 0 0 0;
	margin: 0;
	/* font-family: "Roboto", sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 14px;
}

.counts .count-box a {
	font-weight: 600;
	display: block;
	margin-top: 20px;
	color: #7b7b7b;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
	color: #4169E1;
}

/*--------------------------------------------------------------
	# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 5px 0 10px 60px;
}

.features .icon-box i {
	font-size: 48px;
	float: left;
	color: #4169E1;
}

.features .icon-box p {
	font-size: 15px;
	color: #848484;
	margin-left: 60px;
}

.features .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
}

/*--------------------------------------------------------------
	# Services
--------------------------------------------------------------*/
.services .icon-box {
	margin-bottom: 20px;
	text-align: center;
}

.services .icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 50%;
	transition: 0.5s;
	color: #4169E1;
	overflow: hidden;
	box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
	font-size: 36px;
	line-height: 0;
}

.services .icon-box:hover .icon {
	box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 18px;
	position: relative;
	padding-bottom: 15px;
}

.services .title a {
	color: #444444;
	transition: 0.3s;
}

.services .title a:hover {
	color: #4169E1;
}

.services .title::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 2px;
	background: #4169E1;
	bottom: 0;
	left: calc(50% - 25px);
}

.services .description {
	line-height: 24px;
	font-size: 14px;
}

/*--------------------------------------------------------------
	# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
	width: 100%;
}

.appointment .php-email-form .form-group {
	padding-bottom: 8px;
}

.appointment .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.appointment .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
	margin-top: 25px;
}

.appointment .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.appointment .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.appointment .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
	border-color: #4169E1;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
	height: 44px;
}

.appointment .php-email-form textarea {
	padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
	background: #4169e175;
	border: 0;
	padding: 10px 35px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
	background: #4169e175;
}

/*--------------------------------------------------------------
	# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
	border: 0;
}

.departments .nav-link {
	border: 0;
	padding: 20px;
	color: #555555;
	border-radius: 0;
	border-left: 5px solid #fff;
	cursor: pointer;
}

.departments .nav-link h4 {
	font-size: 18px;
	font-weight: 600;
	transition: 0.3s;
}

.departments .nav-link p {
	font-size: 14px;
	margin-bottom: 0;
}

.departments .nav-link:hover h4 {
	color: #4169E1;
}

.departments .nav-link.active {
	background: #f7fcfc;
	border-color: #4169E1;
}

.departments .nav-link.active h4 {
	color: #4169E1;
}

.departments .tab-pane.active {
	-webkit-animation: slide-down 0.5s ease-out;
	animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
	float: left;
	max-width: 300px;
	padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
	.departments .tab-pane img {
		float: none;
		padding: 0 0 15px 0;
		max-width: 100%;
	}
}

.departments .tab-pane h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #4169E1;
}

.departments .tab-pane p {
	color: #777777;
}

.departments .tab-pane p:last-child {
	margin-bottom: 0;
}

@-webkit-keyframes slide-down {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes slide-down {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

/*--------------------------------------------------------------
	# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
	overflow: hidden;
}

.testimonials .testimonial-item {
	box-sizing: content-box;
	min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
	/* width: 90px; */
	border-radius: 10%;
	/* margin: -40px 0 0 40px; */
	position: relative;
	z-index: 2;
	border: 6px solid #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px; 
    /* height: 100%; */
	aspect-ratio: 4/3;
    object-fit: cover; 
    object-position: center;
}

.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 45px;
	color: #111;
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: #b2e4e6;
	font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}

.testimonials .testimonial-item p {
	/* font-style: italic;
	margin: 0 15px 0 15px;
	padding: 20px 20px 60px 20px;
	background: #f0fafa;
	position: relative;
	border-radius: 6px;
	position: relative;
	z-index: 1; */
}

.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #4169E1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4169E1;
}

/*--------------------------------------------------------------
	# Doctors
--------------------------------------------------------------*/
.doctors .member {
	/* margin-bottom: 10px; */
	overflow: hidden;
	text-align: center;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.doctors .member .member-img {
	position: relative;
	overflow: hidden;
	width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.doctors .member .social {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	opacity: 0;
	transition: ease-in-out 0.3s;
	background: rgba(255, 255, 255, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
}

.doctors .member .social a {
	transition: color 0.3s;
	color: #555555;
	margin: 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.doctors .member .social a i {
	line-height: 0;
}

.doctors .member .social a:hover {
	color: #4169E1;
}

.doctors .member .social i {
	font-size: 18px;
	margin: 0 2px;
}

.doctors .member .member-info {
	padding: 10px 5px;
}

.doctors .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #555555;
}

.doctors .member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #aaaaaa;
}

.doctors .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color: #777777;
}

.doctors .member:hover .social {
	opacity: 1;
}

.doctors {
	overflow: hidden;
}

.doctors .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.doctors .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #4169E1;
}

.doctors .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4169E1;
}

.doctors .swiper-slide-active {
	text-align: center;
}
@media (max-width: 600px) {
	.doctors .member {
		/* margin-bottom: 10px; */
		overflow: hidden;
		text-align: center;
		border-radius: 4px;
		background: #fff;
		box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
	}
	
	.doctors .member .member-img .img-fluid {
		max-width: 70%;
		height: auto;
	}
	
	.doctors .member .member-img {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 250px;
		object-fit: cover;
		object-position: center;
	}
	
	.doctors .member .social {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 40px;
		opacity: 0;
		transition: ease-in-out 0.3s;
		background: rgba(255, 255, 255, 0.85);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.doctors .member .social a {
		transition: color 0.3s;
		color: #555555;
		margin: 0 10px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	
	.doctors .member .social a i {
		line-height: 0;
	}
	
	.doctors .member .social a:hover {
		color: #4169E1;
	}
	
	.doctors .member .social i {
		font-size: 18px;
		margin: 0 2px;
	}
	
	.doctors .member .member-info {
		padding: 10px 5px;
	}
	
	.doctors .member .member-info h4 {
		font-weight: 700;
		margin-bottom: 5px;
		font-size: 18px;
		color: #555555;
	}
	
	.doctors .member .member-info span {
		display: block;
		font-size: 13px;
		font-weight: 400;
		color: #aaaaaa;
	}
	
	.doctors .member .member-info p {
		font-style: italic;
		font-size: 14px;
		line-height: 26px;
		color: #777777;
	}
	
	.doctors .member:hover .social {
		opacity: 1;
	}
	
	.doctors {
		overflow: hidden;
	}
	
	.doctors .swiper-pagination {
		margin-top: 20px;
		position: relative;
	}
	
	.doctors .swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		background-color: #fff;
		opacity: 1;
		border: 1px solid #4169E1;
	}
	
	.doctors .swiper-pagination .swiper-pagination-bullet-active {
		background-color: #4169E1;
	}
	
	.doctors .swiper-slide-active {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.doctors .swiper-wrapper {
		padding: 40px 0;
	}
	
	.doctors .swiper-slide-active {
		border: 6px ;
		padding: 4px;
		background: #fff;
		z-index: 1;
		transform: scale(1.2);
		margin-top: 10px;
	}
}
/*--------------------------------------------------------------
	# Gallery
--------------------------------------------------------------*/
.gallery {
	overflow: hidden;
}

.gallery .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #4169E1;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4169E1;
}

.gallery .swiper-slide-active {
	text-align: center;
}

@media (min-width: 992px) {
	.gallery .swiper-wrapper {
		padding: 40px 0;
	}
	
	.gallery .swiper-slide-active {
		border: 6px solid #4169E1;
		padding: 4px;
		background: #fff;
		z-index: 1;
		transform: scale(1.2);
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------
	# Pricing
--------------------------------------------------------------*/
.pricing .box {
	padding: 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.pricing h3 {
	font-weight: 400;
	margin: -20px -20px 20px -20px;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: 600;
	color: #777777;
	background: #f8f8f8;
}

.pricing h4 {
	font-size: 36px;
	color: #4169E1;
	font-weight: 600;
	font-family: "inter", sans-serif;
	margin-bottom: 20px;
}

.pricing h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}

.pricing h4 span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300;
}

.pricing ul {
	padding: 0;
	list-style: none;
	color: #444444;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

.pricing ul li {
	padding-bottom: 16px;
}

.pricing ul i {
	color: #4169E1;
	font-size: 18px;
	padding-right: 4px;
}

.pricing ul .na {
	color: #ccc;
	text-decoration: line-through;
}

.pricing .btn-wrap {
	margin: 20px -20px -20px -20px;
	padding: 20px 15px;
	background: #f8f8f8;
	text-align: center;
}

.pricing .btn-buy {
	background: #4169E1;
	display: inline-block;
	padding: 8px 35px 10px 35px;
	border-radius: 4px;
	color: #fff;
	transition: none;
	font-size: 14px;
	font-weight: 400;
	/* font-family: "Roboto", sans-serif; */
	font-family: "Inter", sans-serif;
	font-weight: 600;
	transition: 0.3s;
}

.pricing .btn-buy:hover {
	background: #65c9cd;
}

.pricing .featured h3 {
	color: #fff;
	background: #4169E1;
}

.pricing .advanced {
	width: 200px;
	position: absolute;
	top: 18px;
	right: -68px;
	transform: rotate(45deg);
	z-index: 1;
	font-size: 14px;
	padding: 1px 0 3px 0;
	background: #4169E1;
	color: #fff;
}

/*--------------------------------------------------------------
	# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
	padding: 60px 0;
}

.faq .faq-list {
	padding: 0;
	list-style: none;
}

.faq .faq-list li {
	border-bottom: 1px solid #d9f1f2;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.faq .faq-list .question {
	display: block;
	position: relative;
	font-family: #4169E1;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 25px;
	cursor: pointer;
	color: #32969a;
	transition: 0.3s;
}

.faq .faq-list i {
	font-size: 16px;
	position: absolute;
	left: 0;
	top: -2px;
}

.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
	display: none;
}

.faq .faq-list .collapsed {
	color: black;
}

.faq .faq-list .collapsed:hover {
	color: #4169E1;
}

.faq .faq-list .collapsed .icon-show {
	display: inline-block;
	transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
	display: none;
	transition: 0.6s;
}

/*--------------------------------------------------------------
	# Contact
--------------------------------------------------------------*/
.contact .info-box {
	color: #444444;
	text-align: center;
	box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
	padding: 20px 0 30px 0;
}

.contact .info-box i {
	font-size: 32px;
	color: #4169E1;
	border-radius: 50%;
	padding: 8px;
	border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
	font-size: 20px;
	color: #777777;
	font-weight: 700;
	margin: 10px 0;
}

.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.contact .php-email-form {
	box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
	padding: 30px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 4px;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #4169E1;
}

.contact .php-email-form input {
	padding: 10px 15px;
}

.contact .php-email-form textarea {
	padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
	background: #4169E1;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
	background: #65c9cd;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/
#footer {
	/* background: #4169e175;*/
	background: #0e9F8D; 
	padding: 0 0 30px 0;
	color: #555555;
	font-size: 14px;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 30%);
}

#footer .footer-top {
	/* background: #4169e175; */
	background: #0e9F8D;
	padding: 60px 0 30px 0;
	color: #fff;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	/* font-family: "Roboto", sans-serif; */
	font-family: "Inter", sans-serif;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	/* background: #4169E1; */
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #65c9cd;
	text-decoration: none;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding-top: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;    
	font-size: large;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #fbfbfb;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	/* padding: 10px 0; */
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #fbfbfb;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	color: #4169E1;
}

#footer .footer-top .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
	border: 0;
	padding: 4px;
	width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: #4169E1;
	color: #fff;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
	background: #65c9cd;
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
	color: #fffFFF;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
}
#footer .footer-top .dropdown{
	padding: 10px 0px;
}

#footer .footer-top .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	/* top: calc(100% + 30px); */
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #6B7280;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
}

#footer .footer-top .dropdown ul li {
	min-width: 200px;
}

#footer .footer-top .dropdown ul a {
	padding: 10px 20px;
	text-transform: none;
}

#footer .footer-top .dropdown ul a i {
	font-size: 12px;
}

#footer .footer-top .dropdown ul a:hover,
#footer .footer-top .dropdown ul .active:hover,
#footer .footer-top .dropdown ul li:hover>a {
	color: #ffc107;
}

#footer .footer-top .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

#footer .footer-top .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

#footer .footer-top .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

.boxitemlyn{
	/* width: 150px; */
	/* padding: 10px;  */
   /*  margin: 5px; */
    /*  white-space: nowrap; */
    text-align: center;
	/*  font-size: 8px; */
    /* height: 150px; */
    vertical-align: top;
	margin-right: 12px;
    /* margin-bottom: 0; */
    /* margin-left: auto; */
}

.boxitem-unggulan{
	width: 550px;
   /*  margin: 5px; */
    /*  white-space: nowrap; */
    /* text-align: center; */
	text-align: justify;
	/*  font-size: 8px; */
	padding: 10px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
	vertical-align: top;
	margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}

.boxitem-unggulan::before {
	content: "";
	position: absolute;
	background: #d9f1f2;
	right: 0;
	left: 0;
	bottom: 0;
	top: 100%;
	transition: all 0.3s;
	z-index: -1;
}

.boxitem-unggulan:hover::before {
	background: #ffc107;
	top: 0;
	border-radius: 0px;
}

/*--------------------------------------------------------------
	# Blog
--------------------------------------------------------------*/
/* .blog-area {
	height: auto;
	width: 100%;
} */

.blog-text h4 a {
	color: #444;
	text-decoration: none;
}

.blog-text h4 {
	color: #444;
	margin-bottom: 15px;
}

.blog-text h4 a:hover{
	color: #0d22d7;
	text-decoration: none;
}

.blog-btn {
	border-bottom: 1px dotted #444;
	color: #444;
	text-decoration: none;
}

.blog-btn {
	border-bottom: 1px dotted #444;
	color: #444;
	display: inline-block;
	padding: 0 1px 5px 0;
	position: relative;
	text-decoration: none;
}

.blog-btn {
	position: relative;
}

.blog-btn::after {
	content: "\f178";
	font-family: fontawesome;
	position: absolute;
	right: -20px;
	top: 1px;
	transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
	right: -30px;
}

.blog-btn:hover {
	color: #333;
	text-decoration: none;
}

.blog_meta span.date_type i {
	margin-left: 5px;
}

.blog-meta span.comments-type {
	margin-left: 5px;
}

.blog-meta span i {
	padding-right: 10px;
}

.blog-content .blog-meta {
	border-bottom: 1px dotted #333;
}

.blog-meta {
	border-bottom: 1px dotted #fff;
	padding: 10px 0;
}

.comments-type>a,
.date-type,
.blog-meta span.comments-type {
	color: #333;
	letter-spacing: 1px;
	margin-right: 5px;
}

.blog-meta .comments-type i {
	padding-right: 0 !important;
}

.blog-content-right .comments-type>a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
	color: #fff;
	letter-spacing: 1px;
}



.blog-area .single-blog {
	padding: 10px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
	/* height: 130px;
	width: 130px; */
}

.blog-area .single-blog::before {
	content: "";
	position: absolute;
	background: #d9f1f2;
	right: 0;
	left: 0;
	bottom: 0;
	top: 100%;
	transition: all 0.3s;
	z-index: -1;
}

.blog-area .single-blog:hover::before {
	background: #ffc107;
	top: 0;
	border-radius: 0px;
}

.blog-button .ready-btn {
	/* border: 1px solid #444; */
	border-radius: 20px;
	/* color: #444; */
	/* background: #d9f1f2; */
	background: #0E9F8D;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
	padding: 10px 20px;
	text-align: center;
	/* text-transform: uppercase; */
	/* transition: all 0.4s ease 0s; */
}

.blog-button .unready-btn {
	/* border: 1px solid #444; */
	border-radius: 20px;
	color: #444;
	/* background: #d9f1f2; */
	background: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
	padding: 10px 20px;
	text-align: center;
	/* text-transform: uppercase; */
	/* transition: all 0.4s ease 0s; */
}

.blog-button .ready-btn:hover {
	border: 1px solid #3EC1D5;
	color: #fff;
}

.blog-button .unready-btn:hover {
	border: 1px solid #3EC1D5;
	color: #0E9F8D;;
}
/*--------------------------------------------------------------
	# Blog page
--------------------------------------------------------------*/
.page-area {
	position: relative;
}

.blog-page .banner-box {
	margin-bottom: 40px;
}

.search-option input {
	border: medium none;
	padding: 6px 15px;
	width: 80%;
}

.search-option {
	border: 1px solid #ccc;
	height: 42px;
	margin-bottom: 30px;
}

.search-option button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	font-size: 20px;
	padding: 8px 23px;
}

.search-option button:hover {
	color: #3ec1d5;
}

.left-blog h4 {
	border-bottom: 1px solid #ddd;
	color: #444;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 15px 10px;
	/* text-transform: uppercase; */
}

.left-blog {
	background: #f9f9f9 none repeat scroll 0 0;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 20px;
}

.left-blog li {
	border-bottom: 1px solid #ddd;
	display: block;
}

.left-blog ul li a {
	color: #444;
	display: block;
	font-size: 14px;
	padding: 10px;
	text-transform: capitalize;
}

.recent-single-post {
	border-bottom: 1px solid #ddd;
	display: block;
	overflow: hidden;
	padding: 15px 10px;
}

.ready-btn {
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	margin-top: 30px;
	padding: 12px 40px;
	text-align: center;
	/* text-transform: uppercase; */
	/* transition: all 0.4s ease 0s; */
	z-index: 222;
}

.ready-btn:hover {
	color: #fff;
	background: #3EC1D5;
	/* border: 1px solid #3EC1D5; */
	text-decoration: none;
}

.ready-btn2 {
	border: 1px solid #3EC1D5;
	border-radius: 30px;
	color: rgb(81, 133, 193);
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	margin-top: 30px;
	padding: 12px 40px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	z-index: 222;
}

.ready-btn2:hover {
	color: #fff;
	background: #3EC1D5;
	border: 1px solid #3EC1D5;
	text-decoration: none;
}

.link {
	/* border: 1px solid #fff;
	border-radius: 30px; */
	color: rgb(81, 133, 193);
	cursor: pointer;
	display: inline-block;
	/* font-size: 17px;
	font-weight: 600;
	margin-top: 30px;
	padding: 12px 40px;
	text-align: center; */
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	z-index: 222;
}

.link:hover {
	color: rgb(230, 36, 62);
	/* background: #3EC1D5;
	border: 1px solid #3EC1D5;
	text-decoration: none; */
}

.post-img {
	display: inline-block;
	float: left;
	padding: 0 5px;
	width: 35%;
}

.pst-content {
	display: inline-block;
	float: left;
	width: 65%;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
	color: #3EC1D5;
}

.blog-page .single-blog {
	margin-bottom: 40px;
}

.pst-content p a {
	color: #444;
	font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
	color: #fff;
}

.blog-tags {
	padding: 1px 0;
}

.left-blog li:last-child {
	border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
	color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
	padding: 0 10px;
}

.blog-1 .banner-box {
	margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
	border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
	padding: 3px 10px;
	width: auto;
}

.left-side-tags h4 {
	margin-bottom: 15px;
}

/*--------------------------------------------------------------
	# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
	color: #363636;
	font-size: 22px;
	text-transform: uppercase;
}

.post-information {
	padding: 20px 0;
}

.post-information .entry-meta span a {
	color: #444;
	display: inline-block;
	padding: 10px 0;
}

.entry-meta span a:hover {
	color: #3EC1D5;
}

.post-information .entry-meta {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

.post-information .entry-meta span i {
	padding: 0 10px;
}

.entry-content>p {
	color: #444;
}

.entry-meta>span {
	color: #444;
}

.entry-content blockquote {
	background: #fff none repeat scroll 0 0;
	border-left: 5px solid #3EC1D5;
	font-size: 17.5px;
	font-style: italic;
	margin: 0 0 20px 40px;
	padding: 22px 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #3EC1D5;
	border-color: #3EC1D5;
	color: #fff;
	cursor: default;
	z-index: 3;
}

.social-sharing {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	display: block;
	margin: 30px 0;
}

.social-sharing>h3 {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 20px 10px;
}

.sharing-icon {
	display: inline-block;
	float: right;
	padding: 13px 10px;
}

.sharing-icon a {
	border: 1px solid #444;
	color: #444;
	display: block;
	float: left;
	font-size: 18px;
	height: 34px;
	line-height: 30px;
	margin-left: 10px;
	text-align: center;
	width: 34px;
}

.sharing-icon a:hover {
	color: #3EC1D5;
	border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
	float: left;
	margin-right: 10px;
}

.single-blog .author-description h2 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px;
}

.author-info {
	background: #fff none repeat scroll 0 0;
	float: left;
	margin: 30px 0;
	padding: 15px;
	width: 100%;
}

.single-post-comments {
	margin-bottom: 60px;
	max-width: 650px;
}

.comments-heading h3,
h3.comment-reply-title {
	border-bottom: 1px solid #e8e8e9;
	color: #444;
	font-size: 18px;
	margin: 0 0 20px;
	padding: 0 0 5px;
	text-transform: uppercase;
}

.comments-list ul li {
	margin-bottom: 25px;
}

.comments-list-img {
	float: left;
	margin-right: 15px;
}

.comments-content-wrap {
	color: #42414f;
	font-size: 12px;
	line-height: 1;
	margin: 0 0 15px 80px;
	padding: 10px;
	position: relative;
}

.author-avatar {
	display: inline-block;
	float: left;
	width: 10%;
}

.author-description h2 {
	color: #777;
	font-size: 20px;
	text-transform: uppercase;
}

.author-description h2 a {
	color: #000;
}

.comments-content-wrap span b {
	margin-right: 5px;
}

span.post-time {
	margin-right: 5px;
}

.comments-content-wrap p {
	color: #909295;
	line-height: 18px;
	margin-bottom: 5px;
	margin-top: 15px;
}

li.threaded-comments {
	margin-left: 50px;
}

.comment-respond {
	margin-top: 60px;
}

span.email-notes {
	color: #42414f;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

.comment-respond p {
	color: #444;
	margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 32px;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
	width: 100%;
}

.comment-respond textarea#message-box {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	max-width: 100%;
	padding: 10px;
	height: 130px;
	width: 100%;
}

.comment-respond input[type=submit] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #3ec1d5;
	border-radius: 20px;
	box-shadow: none;
	color: #444;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	line-height: 14px;
	margin-top: 20px;
	padding: 10px 15px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
}

.comments-content-wrap span a {
	color: #000;
}

.comments-content-wrap span a:hover {
	color: #3EC1D5;
}

.comment-respond input[type=submit]:hover {
	border: 1px solid #3EC1D5;
	color: #fff;
	background: #3EC1D5;
}

.single-blog .blog-pagination {
	border-top: 1px solid #e5e5e5;
	margin: 0;
	padding-top: 10px;
}

/* video-container */ 
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content:'';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.organizations {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0.5rem;
    width: auto;
    z-index: 2;
    cursor: pointer;
}

.organizations-list {
    display: flex;
    flex-direction: column !important;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.organizations-list>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100rem;
    margin: 0.3rem;
    border: #122F4D solid 3px;
}

.organizations-list a:hover {
    transform: scale(1.5);
}

.control-label{
	font-weight: bold;
} 
.kuisione-isi{
	font-size: small;
} 

.entry-content a:hover {
	background-color: rgb(91, 41, 130);
  }
/* Grid Menu Layanan */
		.services-grid {
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
			gap: 15px;
			max-width: 1200px;
			margin: 10px auto 10px auto;
			padding: 0 20px;
		}

		.service-card {
			background: white;
			padding: 20px;
			border-radius: 12px;
			text-align: left;
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
			transition: transform 0.3s ease;
			cursor: pointer;
			height: 120px;
			width: 120px;
			/* border: solid;
    		color: #0e9F8D; */
			/* font-size: 24px; */
		}

		.service-card:hover {
			transform: translateY(-5px);
			box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
		}

		.icon-box {
			
			color: #009688;
			margin-bottom: 10px;
			height: 24px;
		}

		.service-card span {
			color: #009688;
			font-weight: 600;
			position: absolute;
    		bottom: 0px;
		}

.upper-div {
  position: absolute;
  top: 420px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; /* Ensures it stays on top */
    width: 80%;
}

/* Search Bar di Tengah */


		.search-card {
			background: white;
			width: 100%;
			padding: 12px;
			border-radius: 12px;
			/* text-align: center; */
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
			transition: transform 0.3s ease;
			cursor: pointer;    
			/* height: 51px; */
			height: 120px;
			margin: 10px auto 10px auto;
			/* border: solid; */
    		/* color: #0e9F8D; */
			margin-bottom: 30px;
		}

		.search-card span {
			color: #009688;
			font-weight: 600;
			font-size: 0.9rem;
			padding-left: 10px;
		}
		.search-container {
			background: white;
			/* padding: 15px 25px; */
			border-radius: 12px;
			display: flex;
			align-items: center;
			/*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
			/* max-width: 800px; */
			/* margin-bottom: -50px; */
			/* Menjorok ke bawah */
			position: relative;
			z-index: 10;
			
			padding-left: 10px;
			/* padding: 10px; */
		}

		.search-container input {
			flex: 1;
			/* border: none; */
			outline: none;
			font-size: 1rem;
			height: 51px;
		}

/*--------------------------------------------------------------
	# Unggulan
--------------------------------------------------------------*/
.unggulan .swiper-wrapper .swiper-slide .member {
	overflow: hidden;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
	
	/* background :linear-gradient(to top,#0e9F8D, #6CC4A1, transparent); */
	width: 100%;      /* Sesuaikan lebar div */
  height: 100%;
  overflow: hidden; /* Memotong bagian gambar yang keluar dari area div */
	
}

.unggulan .swiper-wrapper .swiper-slide .member .member-img {
	position: relative;
	overflow: hidden;
	width: 100%;
    height: 100%;
	aspect-ratio: 4/3;
    /* object-fit: cover; 
    object-position: center; */

  background-size: cover;
  background-position: center;
}

.unggulan .swiper-wrapper .swiper-slide .member .social {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	opacity: 0;
	transition: ease-in-out 0.3s;
	background: rgba(255, 255, 255, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
}

.unggulan .swiper-wrapper .swiper-slide .member .social a {
	transition: color 0.3s;
	color: #555555;
	margin: 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.unggulan .swiper-wrapper .swiper-slide .member .social a i {
	line-height: 0;
}

.unggulan .swiper-wrapper .swiper-slide .member .social a:hover {
	color: #4169E1;
}

.unggulan .swiper-wrapper .swiper-slide .member .social i {
	font-size: 18px;
	margin: 0 2px;
}

#unggulan .member-info {
	padding: 10px;    
	position: relative;
    bottom: 20%;
}

#unggulan .member-info h4 {
	/* position: absolute;
	bottom: 35px; */
	font-weight: 700;
	/* margin-bottom: 5px; */
	font-size: 22px;
	/* font-size: 18px; */
	color: #FFFFFF;
	position: absolute;
    bottom: 100%;
}

#unggulan .member-info span {
	/* position: absolute;
	bottom: 35px; */
	display: inline-block;
	/* padding: 10px; */
	/* font-size: 11px; */
	/* font-weight: 400; */
	color: #FFFFFF;
	/* text-transform: capitalize; */
}

.unggulan .swiper-wrapper .swiper-slide .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color: #777777;
}

.unggulan .swiper-wrapper .swiper-slide .member:hover .social {
	opacity: 1;
}

.unggulan {
	overflow: hidden;
}

.unggulan .swiper-pagination {
	margin-top: 40px;
	/* position: relative; */
}

.unggulan .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #4169E1;
}

.unggulan .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #4169E1;
}

.unggulan .swiper-slide-active {
	text-align: center;
}
@media (max-width: 600px) {
	.unggulan .swiper-slide {
		padding: 20px 0;
		aspect-ratio: 4 / 3; 
		overflow: hidden;
	}
	.unggulan .swiper-slide .member {
		/* margin-bottom: 10px; */
		overflow: hidden;
		text-align: center;
		border-radius: 4px;
		/* background: #fff; */
		background :linear-gradient(to right, #6CC4A1, transparent);
		box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
	}
	
	.unggulan .swiper-slide .member .member-img .img-fluid {
		max-width: 70%;
		height: auto;
	}
	
	.unggulan .swiper-slide .member .member-img {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
		/* height: 250px; */
		object-fit: cover;
		object-position: center;
	}
	
	.unggulan .swiper-slide .member .social {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 40px;
		opacity: 0;
		transition: ease-in-out 0.3s;
		background: rgba(255, 255, 255, 0.85);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.unggulan .swiper-slide .member .social a {
		transition: color 0.3s;
		color: #555555;
		margin: 0 10px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	
	.unggulan .swiper-slide .member .social a i {
		line-height: 0;
	}
	
	.unggulan .swiper-slide .member .social a:hover {
		color: #4169E1;
	}
	
	.unggulan .swiper-slide .member .social i {
		font-size: 18px;
		margin: 0 2px;
	}
	
	.unggulan .swiper-slide .member .member-info {
		padding: 10px 5px;
	}
	
	.unggulan .swiper-slide .member .member-info h4 {
		font-weight: 700;
		margin-bottom: 5px;
		font-size: 18px;
		color: #555555;
	}
	
	.unggulan .swiper-slide .member .member-info span {
		display: block;
		font-size: 13px;
		font-weight: 400;
		color: #aaaaaa;
	}
	
	.unggulan .swiper-slide .member .member-info p {
		font-style: italic;
		font-size: 14px;
		line-height: 26px;
		color: #777777;
	}
	
	.unggulan .swiper-slide .member:hover .social {
		opacity: 1;
	}
	
	.unggulan {
		overflow: hidden;
	}
	
	.unggulan .swiper-pagination {
		margin-top: 20px;
		position: relative;
	}
	
	.unggulan .swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		background-color: #fff;
		opacity: 1;
		border: 1px solid #4169E1;
	}
	
	.unggulan .swiper-pagination .swiper-pagination-bullet-active {
		background-color: #4169E1;
	}
	
	.unggulan .swiper-slide-active {
		text-align: center;
	}

	.icon-box {
			
			color: #009688;
			margin-bottom: 10px;
			height: 32px;
		}

		.service-card span {
			/* color: #009688;
			font-weight: 600;
			position: absolute;
    		bottom: 0px; */
			display: none;
		}

	
}
.banner-slider .swiper-wrapper .swiper-slide{
	/* padding: 40px 0; */
	width: 120px;
}

.umpanbalik-container {
    display: flex;
    gap: 20px;
    max-width: 1000px;
    padding: 20px;
}

.umpanbalik-container .card {
    background: #ecf6f7;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    flex: 1;
    cursor: pointer;
    transition: transform 0.2s;
    text-decoration: none;
    color: inherit;
    	height: fit-content;
}

.umpanbalik-container .card:hover {
    transform: translateY(-5px);
}

.umpanbalik-container .card .icon {
    font-size: 30px;
    margin-right: 15px;
    color: #555;
}

.umpanbalik-container .card .contentumpanbalik {
    flex-grow: 1;
}

.umpanbalik-container .card .contentumpanbalik h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.umpanbalik-container .card .contentumpanbalik p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #777;
    height: 36px;
}

.umpanbalik-container .card .arrow {
    color: #00bcd4;
    font-weight: bold;
    font-size: 24px;
    margin-left: 10px;
}


.gradient-bg {
    background: linear-gradient(90deg, #38a169 0%, #319795 40%, rgba(255,255,255,0) 100%);
}

.poli_eksekutif{
	height: 695px;    
	background-size: cover;
    background-position: center;
}

.poli_eksekuti_img{
	/* background :linear-gradient(to right, #6CC4A1, transparent); */
	object-fit: cover;
	width: 100%; 
	height: 100%;
	/* position: absolute; */
}

.poli_eksekuti_area{
	width: 60%;
	margin-bottom: 20px;
}

.poli_eksekuti_area h1{
	font-family: "Inter", sans-serif;
	color: #FFFFFF;;
}
.poli_eksekutif_footer_judul{
	font-family: "Inter", sans-serif;
	color: #FFFFFF;;
}

.poli_eksekuti_status {
	display: inline-block;
 	 width: 60%; /* Forces a break by taking full width */
}

.poli_eksekuti_logo {
	font-size: 28px;
}

.nav-slide{
	position: absolute;
    top: 20%;
    bottom: 0;
	left:5%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    transition: opacity .15s ease;
}

.nav-slide2{
	/* position: absolute;
    top: 20%;
    bottom: 0; */
	/* left:5%; */
    z-index: 1;
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    /* width: 15%; */
    padding-top: 10px;
    color: #fff;
    /* text-align: center; */
    background: 0 0;
    border: 0;
    transition: opacity .15s ease;
}
.ikon-lingkaran {
  width: 60px;
  height: 60px;
  /* background-color: #007bff;  */
  border-radius: 50%; /* Membuat kotak menjadi lingkaran sempurna */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; /* Warna ikon FA di dalamnya */
  font-size: 24px; /* Ukuran ikon FA */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
  border-style: solid;
}

.ikon-lingkaran2 {
  width: 30px;
  height: 30px;
  /* background-color: #007bff;  */
  border-radius: 50%; /* Membuat kotak menjadi lingkaran sempurna */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; /* Warna ikon FA di dalamnya */
  font-size: 14px; /* Ukuran ikon FA */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
  border-style: solid;
}

.ikon-lingkaran3 {
  width: 30px;
  height: 30px;
  /* background-color: #007bff;  */
  border-radius: 50%; /* Membuat kotak menjadi lingkaran sempurna */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0E9F8D;; /* Warna ikon FA di dalamnya */
  font-size: 14px; /* Ukuran ikon FA */
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
  border-style: solid;
}

.ikon-lingkaran3:hover {
    background-color: rgba(14,159,141, 0.9);
	color: #FFFFFF;
}


.top-bar {
    background-color: #009688;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10%;
    font-size: 13px;
}

.top-bar-left, .top-bar-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-bar-right {
    gap: 15px;
}

/* Lang Switcher Styling */
.lang-switcher {
    display: flex;
    gap: 5px;
    cursor: pointer;
    font-weight: bold;
}

.lang-btn {
    color: rgba(255, 255, 255, 0.7);
    padding: 2px 6px;
}

.lang-btn.active {
    color: #008f82;
    background-color: white;
    border-radius: 12px;
}

.lang-divider {
    color: rgba(255, 255, 255, 0.5);
}

.testimoni-info{
	position: absolute;
	bottom: 20px;
	color: #0E9F8D;
	font-style: italic;
}


@media (max-width: 600px) {
	.poli_eksekuti_area{
		width: 100%;
		margin-bottom: 20px;
	}

	.poli_eksekuti_status {
		display: inline-block;
  		width: auto;
padding-left: 40px;
	}

	.poli_eksekuti_logo {
		font-size: 12px;
	}

	.ikon-lingkaran {
		width: 30px;
		height: 30px;
		/* background-color: #007bff;  */
		border-radius: 50%; /* Membuat kotak menjadi lingkaran sempurna */
		/* display: flex; */
		justify-content: center;
		align-items: center;
		color: white; /* Warna ikon FA di dalamnya */
		font-size: 10px; /* Ukuran ikon FA */
		/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
		border-style: solid;
		position: absolute;
		}

	.poli_eksekutif_footer_judul {
		font-size: 16px;
	}

	.poli_eksekutif_footer_isi {
		font-size: 12px;
	}
	
	.testimoni-info{
		position: relative;
		bottom: auto;
		color: #0E9F8D;
		font-style: italic;
	}


}

@media (min-width: 992px) {
	.unggulan .swiper-wrapper {
		padding: 40px 0;
	}
	
	.unggulan .swiper-slide-active {
		border: 6px ;
		padding: 4px;
		background: #fff;
		z-index: 1;
		transform: scale(1.2);
		margin-top: 10px;
	}

	.banner-slider .swiper-wrapper .swiper-slide{
		/* padding: 40px 0; */
		width: 120px;
	}

}

@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}	
}

@media (max-width: 992px) {
	#header {
		/* padding: 15px 0; */
		height:101px;
	}
}

@media (max-width: 768px) {
	.appointment-btn {
		margin: 0 15px 0 0;
		padding: 6px 15px;
	}
	
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}
	
	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}


.carousel-container2 {
    position: relative;
    width: 90%;
    max-width: 1000px; /* Menyesuaikan ukuran layar besar */
    margin: auto;
    overflow: hidden; /* Menyembunyikan gambar ke-4 dan ke-5 */
}

.carousel-container3 {
    position: relative;
    /* width: 90%; */
    /* max-width: 1000px; Menyesuaikan ukuran layar besar */
    margin: auto;
    overflow: hidden; /* Menyembunyikan gambar ke-4 dan ke-5 */
}

/* Track/Jalur pembungkus semua gambar */
.carousel-track2 {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 100%;
	gap: 10px;
}

/* Setiap item gambar */
.carousel-item2 {
    /* Trik Utama: 100% dibagi 3 item = 33.333% */
    flex: 0 0 33.333%; 
    padding: 10px;
	color: #FFFFFF;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}


.carousel-item2 a{
    /* Trik Utama: 100% dibagi 3 item = 33.333% */
    /* flex: 0 0 33.333%; 
    padding: 10px; */
	color: #FFFFFF;
}


.carousel-item2 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    object-position: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.carousel-item3 {
    /* min-width: calc((100% - 30px) / 4);  */
	flex: 0 0 25%; 
    padding: 10px;
	color: #FFFFFF;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.carousel-item3 a{
    /* Trik Utama: 100% dibagi 3 item = 33.333% */
    /* flex: 0 0 33.333%; 
    padding: 10px; */
	color: #FFFFFF;
}


.carousel-item3 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    object-position: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Desain Tombol Navigasi */
.nav-btn {
    /* position: absolute; */
    top: 80%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    /* padding: 15px 20px; */
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    z-index: 10;
    transition: background-color 0.3s;
}

/* .nav-btn:hover {
    background-color: rgba(14,159,141, 0.9);
} */

.prev-btn {
    left: 15px;
}

.next-btn {
    /* right: 15px; */
}

		/* Indikator (Dots) */
.indicator-container {
    display: flex;
    justify-content: center;
    gap: 8px;
    /* margin-top: 15px; */
}

.dot {
	box-sizing: content-box;
    flex: 0 1 auto;
    width: 25px;
    height: 3px;
    padding: 0;
    /* margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px; */
    background-color: #bbb;
    /* border-radius: 50%; */
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #333;
}

.quick-link {
	display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 50px;
    width: 100%;
    height: 100%;
}
/* Responsif: Jika layar hp, cukup munculkan 1 gambar */
@media (max-width: 768px) {
    .carousel-item {
		flex: 0 0 100%;
    }

	.carousel-item2 {
    flex: 0 0 100%;
    padding: 10px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	}
	.top-bar-left{
    	display: none;
	}
	.top-bar-right {
		font-size: 8px;
	}

	.nav-slide {
		position: absolute;
		top: -15%;
		bottom: 0;
		left: 10%;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 15%;
		padding: 0;
		color: #fff;
		text-align: center;
		background: 0 0;
		border: 0;
		transition: opacity .15s ease;
	}

	.service-card {
		background: white;
		padding: 20px;
		border-radius: 12px;
		text-align: left;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
		transition: transform 0.3s ease;
		cursor: pointer;
		height: 70px;
		width: 70px;
		/* font-size: 24px;
	}

	.text-tengah{
	    justify-content: center;
	}
	
	.testimoni-info{
		position: relative;
		bottom: auto;
		color: #0E9F8D;
		font-style: italic;
	}
}