:root {
  --primary: #00483A;
  --accent: #FF3D85;
  --secondary: #00B085;
  --success: #35bb78;
  --info: #05B4E1;
  --warning: #FAC14D;
  --danger: #FF4943;
  --grey: #B4B2C5;
  --dark: #2D2B3A;
  --light: #F6F5FC;
}
::placeholder {
  color: #6D7588;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #6D7588;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color:#6D7588;
}

body {
  /* font-family: "Work Sans", sans-serif */;
  line-height: 1.5;
  color: #212121;
}

a {
  color: #00b085;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #00b085;
  text-decoration: none;
}

h1 {
  font-weight: 700;
  color: #00483A;
}

.text-xs {
  font-size: 12px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-md {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 18px !important;
}

.text-xl {
  font-size: 20px !important;
}

/* Color systems */
.bg-primary {
  background-color: #00483a !important;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #5d47eb !important;
}

.bg-accent {
  background-color: #FF3D85 !important;
}

a.bg-accent:hover, a.bg-accent:focus {
  background-color: #e93577 !important;
}

.bg-secondary {
  background-color: #00B085 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: #00483A !important;
}

.bg-success {
  background-color: #35bb78 !important;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #28a868 !important;
}

.bg-info {
  background-color: #05B4E1 !important;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #07a2c8 !important;
}

.bg-warning {
  background-color: #FAC14D !important;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #ebb039 !important;
}

.bg-danger {
  background-color: #FF4943 !important;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e73832 !important;
}

.bg-grey {
  background-color: #00483A !important;
}

a.bg-grey:hover, a.bg-grey:focus {
  background-color: #00483A !important;
}

.bg-light {
  background-color: #F6F5FC !important;
}

a.bg-light:hover, a.bg-light:focus {
  background-color: #EDECF5 !important;
}

.bg-dark {
  background-color: #00483A !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: #1d1b25 !important;
}

.text-primary {
  color: #00483a !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #5d47eb !important;
}

.text-accent {
  color: #FF3D85 !important;
}

a.text-accent:hover, a.text-accent:focus {
  color: #e93577 !important;
}

.text-secondary {
  color: #00483A !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #00483A !important;
}

.text-success {
  color: #35bb78 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #28a868 !important;
}

.text-info {
  color: #05B4E1 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #07a2c8 !important;
}

.text-warning {
  color: #FAC14D !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ebb039 !important;
}

.text-danger {
  color: #FF4943 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #e73832 !important;
}

.text-grey {
  color: #00483A !important;
}

a.text-grey:hover, a.text-grey:focus {
  color: #00483A !important;
}

.text-light {
  color: #F6F5FC !important;
}

a.text-light:hover, a.text-light:focus {
  color: #EDECF5 !important;
}

.text-dark {
  color: #2D2B3A !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d1b25 !important;
}

.text-body {
  color: #3f3d4d !important;
}


.border-primary {
  border-color: #00483a !important;
}

.border-accent {
  border-color: #FF3D85 !important;
}

.border-secondary {
  border-color: #00B085 !important;
}

.border-success {
  border-color: #35bb78 !important;
}

.border-info {
  border-color: #05B4E1 !important;
}

.border-warning {
  border-color: #FAC14D !important;
}

.border-danger {
  border-color: #FF4943 !important;
}

.border-grey {
  border-color: #B4B2C5 !important;
}

.border-light {
  border-color: #F6F5FC !important;
}

.border-dark {
  border-color: #2D2B3A !important;
}

/* Social Color */
.bg-facebook,
.bg-hover-facebook:hover,
.bg-focus-facebook:focus {
  background-color: #3B5999 !important;
}

.bg-twitter,
.bg-hover-twitter:hover,
.bg-focus-twitter:focus {
  background-color: #1DA1F2 !important;
}

.bg-google-plus,
.bg-hover-google-plus:hover,
.bg-focus-google-plus:focus {
  background-color: #DB4437 !important;
}

.bg-youtube,
.bg-hover-youtube:hover,
.bg-focus-youtube:focus {
  background-color: #CD201F !important;
}

.bg-dribbble,
.bg-hover-dribbble:hover,
.bg-focus-dribbble:focus {
  background-color: #EA4C89 !important;
}

.bg-pinterest,
.bg-hover-pinterest:hover,
.bg-focus-pinterest:focus {
  background-color: #BD081C !important;
}

.bg-slack,
.bg-hover-slack:hover,
.bg-focus-slack:focus {
  background-color: #3AAF85 !important;
}

.bg-linkedin,
.bg-hover-linkedin:hover,
.bg-focus-linkedin:focus {
  background-color: #0077B5 !important;
}

.fg-facebook,
.fg-hover-facebook:hover,
.fg-focus-facebook:focus {
  color: #3B5999 !important;
}

.fg-twitter,
.fg-hover-twitter:hover,
.fg-focus-twitter:focus {
  color: #1DA1F2 !important;
}

.fg-google-plus,
.fg-hover-google-plus:hover,
.fg-focus-google-plus:focus {
  color: #DB4437 !important;
}

.fg-youtube,
.fg-hover-youtube:hover,
.fg-focus-youtube:focus {
  color: #CD201F !important;
}

.fg-dribbble,
.fg-hover-dribbble:hover,
.fg-focus-dribbble:focus {
  color: #EA4C89 !important;
}

.fg-pinterest,
.fg-hover-pinterest:hover,
.fg-focus-pinterest:focus {
  color: #BD081C !important;
}

.fg-slack,
.fg-hover-slack:hover,
.fg-focus-slack:focus {
  color: #3AAF85 !important;
}

.fg-linkedin,
.fg-hover-linkedin:hover,
.fg-focus-linkedin:focus {
  color: #0077B5 !important;
}

.btn.social-facebook {
  background-color: #3B5999;
  color: #fff;
  width: 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.btn.social-facebook:hover,
.btn.social-facebook:focus {
  background-color: #314e8f;
  color: #fff;
}

.btn.social-twitter {
  background-color: #000;
  color: #fff;
  width: 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.btn.social-twitter:hover,
.btn.social-twitter:focus {
  background-color: #000;
  color: #fff;
}

.btn.social-linkedin {
  background-color: #0077B5;
  color: #fff;
  width: 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.btn.social-linkedin:hover,
.btn.social-linkedin:focus {
  background-color: #02659b;
  color: #fff;
}

.btn.google-plus {
  background-color: #DB4437;
  color: #fff;
}

.btn.google-plus:hover,
.btn.google-plus:focus {
  background-color: #ca3224;
  color: #fff;
}


/* Buttons */
.btn-primary {
  color: #fff;
  background-color: #00483A;
  border-color: transparent;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.btn-primary:hover {
	background-color: #00483A;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #006e58;
  border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00483a;
  border-color: #5d47eb;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-accent {
  color: #fff;
  background-color: #FF3D85;
  border-color: transparent;
}

.btn-accent.disabled, .btn-accent:disabled {
  color: #fff;
  background-color: #e93577;
  border-color: transparent;
}

.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #FF3D85;
  border-color: #e93577;
}

.btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary {
  color: #fff;
  background-color: #00B085;
  border-color: transparent;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.btn-secondary:hover {
  background-color: #00B095;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #00483A;
  border-color: transparent;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #00B085;
  border-color: #00483A;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-success {
  color: #fff;
  background-color: #35bb78;
  border-color: transparent;
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a868;
  border-color: transparent;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #35bb78;
  border-color: #28a868;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-info {
  color: #fff;
  background-color: #05B4E1;
  border-color: transparent;
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #07a2c8;
  border-color: transparent;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #05B4E1;
  border-color: #07a2c8;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-warning {
  color: #343531;
  background-color: #FAC14D;
  border-color: transparent;
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #343531;
  background-color: #ebb039;
  border-color: transparent;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #343531;
  background-color: #FAC14D;
  border-color: #ebb039;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-danger {
  color: #fff;
  background-color: #FF4943;
  border-color: transparent;
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e73832;
  border-color: transparent;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #FF4943;
  border-color: #e73832;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-light {
  color: #00483A;
  background-color: #F5F9F6;
  border-color: transparent;
}

.btn-light:hover {
  color: #00483A;
  background-color: #F6F5FC;
  border-color: transparent;
}

.btn-light:focus, .btn-light.focus {
  color: #00483A;
  background-color: #d5dfdc;
  border-color: transparent;
  box-shadow: none;
}

.btn-light.disabled, .btn-light:disabled {
  color: #00483A;
  background-color: #d0ddd9;
  border-color: transparent;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #00483A;
  background-color: #F5F9F6;
  border-color: #d0ddd9;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-dark {
  color: #fff;
  background-color: #2D2B3A;
  border-color: transparent;
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #1d1b25;
  border-color: transparent;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2D2B3A;
  border-color: #1d1b25;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary:hover,
.btn-accent:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-dark:hover {
  opacity: 0.8;
  border-color: transparent;
}

.btn-primary:focus, .btn-primary.focus,
.btn-accent:focus, .btn-accent.focus,
.btn-secondary:focus, .btn-secondary.focus,
.btn-success:focus, .btn-success.focus,
.btn-info:focus, .btn-info.focus,
.btn-warning:focus, .btn-warning.focus,
.btn-danger:focus, .btn-danger.focus,
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #00483A;
  border-color: transparent;
  box-shadow: none;
}

.btn-outline-primary {
  color: #00483a;
  border-color: #00483a;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #00483a;
  border-color: #00483a;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: none;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00483a;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00483a;
  border-color: #00483a;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-accent {
  color: #FF3D85;
  border-color: #FF3D85;
}

.btn-outline-accent:hover {
  color: #fff;
  background-color: #FF3D85;
  border-color: #FF3D85;
}

.btn-outline-accent:focus, .btn-outline-accent.focus {
  box-shadow: none;
}

.btn-outline-accent.disabled, .btn-outline-accent:disabled {
  color: #FF3D85;
  background-color: transparent;
}

.btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent.dropdown-toggle {
  color: #fff;
  background-color: #FF3D85;
  border-color: #FF3D85;
}

.btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-secondary {
  color: #00B085;
  border-color: #00B085;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #00B085;
  border-color: #00B085;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: none;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #00B085;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #00B085;
  border-color: #00B085;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-success {
  color: #35bb78;
  border-color: #35bb78;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #35bb78;
  border-color: #35bb78;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: none;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #35bb78;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #35bb78;
  border-color: #35bb78;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-info {
  color: #05B4E1;
  border-color: #05B4E1;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #05B4E1;
  border-color: #05B4E1;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: none;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #05B4E1;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #05B4E1;
  border-color: #05B4E1;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-warning {
  color: #FAC14D;
  border-color: #FAC14D;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #FAC14D;
  border-color: #FAC14D;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: none;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FAC14D;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FAC14D;
  border-color: #FAC14D;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-danger {
  color: #FF4943;
  border-color: #FF4943;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #FF4943;
  border-color: #FF4943;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: none;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #FF4943;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #FF4943;
  border-color: #FF4943;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-light {
  color: #F6F5FC;
  border-color: #F6F5FC;
}

.btn-outline-light:hover {
  color: #343531;
  background-color: #F6F5FC;
  border-color: #F6F5FC;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: none;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F6F5FC;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #343531;
  background-color: #F6F5FC;
  border-color: #F6F5FC;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-dark {
  color: #2D2B3A;
  border-color: #2D2B3A;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #2D2B3A;
  border-color: #2D2B3A;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: none;
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2D2B3A;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #2D2B3A;
  border-color: #2D2B3A;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-link {
  font-weight: 400;
  color: #5d47eb;
  text-decoration: none;
}

.btn-link:hover {
  color: #5641df;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #00B085;
  pointer-events: none;
}


.btn {
  padding: 7px 14px;
}

.breadcrumb {
  padding: 15px 0;
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item.active {
  color: #333;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #00483A;
}

.breadcrumb-dark .breadcrumb-item a {
  color: #00483a;
}

.breadcrumb-dark .breadcrumb-item a:hover {
  color: #00483a;
  text-decoration: none;
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  content: "/";
}

.breadcrumb-dark .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.8);
}

.navbar {
  min-height: 40px;
  padding: 0;
}

/*
.navbar.sticky {
  z-index: 1080;
}
*/

.navbar.sticky.fixed ~ * {
  margin-top: 70px;
}

.navbar.sticky.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: navTransition .5s ease;
  box-shadow: 0 2px 6px rgba(100, 95, 136, 0.15);
  z-index: 1080;
}

@keyframes navTransition {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

.navbar-brand {
  font-weight: 600;
}

.navbar-nav {
  margin-top: 10px;
  border-top: 1px solid #e4e7ee;
  flex-shrink: 0;
}

.navbar-nav .nav-link {
  transition: all .2s ease;
}

.navbar-nav .btn {
  font-size: 14px;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  font-weight: 500;
  color: #00483A;
  opacity: 1;
}


@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-sm .navbar-nav {
    align-items: center;
  }
  
  .jadwal-poli-hp{
  	display:none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-md .navbar-nav {
    align-items: center;
  }
  .card-service .body {
    min-height: 240px;
  }
  .card-coe .body{
    min-height: 215px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 12px;
  }
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }
  #navbarContent .navbar-nav .nav-link {
    padding: 30px 12px 25px 12px;
  }
}



.form-control {
  padding: 8px 15px;
  height: calc(1.5em + 1.375rem + 3px);
  border-color: #d6dbd9;
}

.custom-select {
  height: calc(1.5em + 1.375rem + 2px);
}

.page-link {
  margin-left: 5px;
  min-width: 40px;
  color: #B4B2C5;
  border: 1px solid #dee1e6;
  text-align: center;
  border-radius: 4px;
}

.page-link:hover {
  color: #00B085;
  background-color: #F6F5FC;
  border-color: #dee1e6;
}

.page-link:focus {
  box-shadow: none;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00483a;
  border-color: #4330c2;
}

.page-item.disabled .page-link {
  color: #00B085;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}


.img-place {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.img-place img {
  width: auto;
  height: 100%;
}

.bg-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-image > * {
  position: relative;
  z-index: 10;
}

.bg-image-parallax {
  background-attachment: fixed;
}

.bg-image-overlay-dark {
  position: relative;
}

.bg-image-overlay-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #343531;
}

.bg-size-50 {
  background-size: 50% 50%;
}

.bg-size-75 {
  background-size: 75% 75%;
}

.bg-size-100 {
  background-size: 100% 100%;
}

.avatar {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.avatar-img {
  margin-right: 6px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-img img {
  width: 100%;
  height: 100%;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 176, 133, 0.7);
  visibility: hidden;
  cursor: pointer;
  transition: all .2s ease;
  z-index: 1100;
}

.back-to-top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -4px auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.back-to-top:hover {
  background: #00B085;
}

.back-to-top:hover::after {
  border-color: #fff;
}


.page-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
}

.page-banner {
  position: relative;
  border-radius: 10px;
  z-index: 10;
}

.page-banner.home-banner {
  height: auto;
}

.page-banner.home-banner .img-fluid {
  max-width: 400px;
  margin: 0 auto;
}

.page-banner.home-banner .btn-scroll {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 40px;
  line-height: 44px;
  background-color: #fff;
  color: #00B085;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0 2px 6px rgba(100, 95, 136, 0.24);
  transition: all .2s ease;
}

.page-banner.home-banner .btn-scroll:hover {
  text-decoration: none;
  background-color: #00483a;
  color: #fff;
}

@media (min-width: 768px) {
  .page-banner.home-banner {
    height: auto;
  }
}

.page-hero.overlay-dark::before,
.page-banner.overlay-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 53, 49, 0.7);
  z-index: 1;
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a {
  font-size: 14px;
}

.home-banner .row > *:first-child {
  padding-left: 8%;
}

.subhead {
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8CD50A;
  font-weight: 500;
  margin-bottom: 8px;
}

.title-section {
  color: #00483A;
  font-weight: 700;
  font-size: 40px;
}

.divider {
  display: block;
  margin-top: 16px;
  margin-bottom: 32px;
  width: 40px;
  height: 4px;
  border-radius: 40px;
  background-color: #00B085;
}



.btn-split {
  display: inline-flex;
  align-items: center;
  border-radius: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
}

.btn-split .fab {
  display: inline-block;
  margin-left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  color: #00483a;
}

.card-service {
  background-color: #f8f8f8;
  display: block;
  text-align: left;
  color: #6D7588;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 31px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.card-service .header img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-service .body {
  padding: 10px;
}
.card-service .footer {
  padding: 10px;
  background-color: rgba(1, 176, 122, 0.8);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #fff;
  font-weight: 600;
}
.card-service .footer a{
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.img-stack-element {
  position: relative;
  text-align: center;
}

.img-stack-element svg {
  display: inline-block;
  max-width: 460px;
}

@media (min-width: 992px) {
  .img-stack-element {
    transform: translateX(50px);
  }
}


.features {
  text-align: center;
}

.features .header {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  color: #00483a;
  font-size: 24px;
  box-shadow: 0 2px 4px rgba(95, 92, 120, 0.16);
}

.features h5 {
  color: #2D2B3A;
}

.features p {
  font-size: 13px;
  color: #898798;
}


.banner-seo-check {
  margin-top: -150px;
  padding-top: 150px;
  background: rgb(0,157,131);
  background: radial-gradient(circle, rgba(0,157,131,1) 0%, rgba(0,72,58,1) 100%); 
  color: #fff;
}
.banner-seo-check h2{
  font-weight: 700;
}
.banner-seo-check .wrap {
  padding: 20px 0;
}

.banner-seo-check form {
  position: relative;
}

.banner-seo-check form .form-control {
  border:1px solid #fff;
  border-radius: 5px;
  box-shadow: none !important;
}

.banner-seo-check form .btn {
  display: block;
  width: 100%;
  background-color: #01A673;
  color: #fff;
  padding: 12px 15px;
  border-radius: 5px;
  font-weight: 600;
} 

.card-pricing {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #fff;
  color: #00483A;
  text-align: center;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.card-pricing .header {
  min-height: 100px;
  display: block;
  position: inherit;
  background: rgb(248,248,248);
  background: linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(245,246,248,1) 80%, rgba(245,246,248,0) 100%); 
  padding:20px 10px 15px 10px;
  margin-bottom: -20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-pricing .body .pricing-type {
  display: block;
  color: #898798;
}

.card-pricing .body .dollar {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  font-size: 12px;
}

.card-pricing .body h2 {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.card-pricing .header .suffix {
  font-size: 24px;
  color: #C9C7DC;
}

.card-pricing .header h5 {
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  color:#353535;

}

.card-pricing .body {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.card-pricing .body .suffix {
  color: #a4a1c8;
  font-weight: 400;
}

.card-pricing .footer {
  padding: 0 15px 15px 15px;
}

.card-pricing .footer .btn-pricing {
  background-color: #00483A;
  color: #fff;
  font-size: 14px;
  box-shadow: none !important;
}

.card-pricing.marked {
  background-color: #00483a;
  color: #fff;
  box-shadow: 0 4px 16px rgba(107, 85, 249, 0.5);
}

.card-pricing.marked .header h5 {
  color: #fff;
}

.card-pricing.marked .header .pricing-type {
  color: #D7D5E9;
}

.card-pricing.marked .body .suffix {
  color: #D7D5E9;
}

.card-pricing.marked .footer .btn-pricing {
  background-color: #fff;
  color: #00483a;
  font-weight: 500;
}


.banner-info {
  padding: 0;
  background: rgb(0,157,131);
  background: radial-gradient(circle, rgba(0,157,131,1) 0%, rgba(0,72,58,1) 100%); 
  color: rgba(255, 255, 255);
}

.banner-info .wrap {
  padding: 30px 15px;
}

.banner-info .title-section {
  color: #fff;
}

.banner-info .divider {
  background-color: #fff;
}


.card-blog {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}

.card-blog .header {
  background-color: #ffffff;
  border-radius: 5px;
}

.card-blog .header .post-thumb {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.card-blog .header .post-thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.card-blog .header .post-thumb-news {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}

.card-blog .header .post-thumb-news img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.card-blog .body {
  padding: 15px 5px;
}

.card-blog .post-title a {
  color: #00483A;
  transition: color .2s ease;
  font-size: 16px;
  font-weight: 600;
}

.card-blog .post-title a:hover,
.card-blog .post-title a:focus {
  color: #00B085;
  text-decoration: none;
}

.card-blog .post-date {
  font-size: 13px;
  color:#8CD50A;
}
.layanan_ranap{
  margin-bottom: 34px;
}
.card-layanan {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.card-layanan:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card-layanan-kamar {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.card-layanan-kamar:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.card-layanan-kamar .header .post-thumb {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.card-layanan-kamar .header .post-thumb img {
  width: 100%;
  height: auto;
}
.card-layanan .header {
  background-color: #ffffff;
}
.card-layanan .header .post-thumb {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.card-layanan .header .post-thumb img {
  width: 100%;
  height: auto;
}
.card-layanan .body {
  padding: 15px;
  text-align: center;
  background: #f8f8f8;
  min-height: 250px;
}
.card-layanan .post-title{
  margin-bottom: 20px;
  line-height: 1;
}
.card-layanan .post-title:hover{
  color: #00483A;
}
.card-layanan .post-title a {
  color: #00483A;
  transition: color .2s ease;
  font-size: 18px;
  font-weight: 600;
}
.card-layanan .body p {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 0;
  color: #333;
}
.card-layanan .body .btn {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 10px 0;
  border-radius: 20px;
  background-color: rgb(0,72,58,0.8);
}
.card-layanan .body .btn:hover{
  background-color: rgb(0,72,58,1);
}

.form-search-blog .custom-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.card-spesial {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 35px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-spesial:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card-spesial .header {
  background-color: #ffffff;
}
.card-spesial .header .post-thumb {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.card-spesial .header .post-thumb img {
  width: 100%;
  height: auto;
}
.card-spesial .body{
  line-height: 70px;
  height: 70px;
  text-align: center;
  padding: 0 10px;
}
.card-spesial .body h5{
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  color:#555;
  font-weight: 500;
  font-size: 16px;
}


.page-footer {
  display: block;
  position: relative;
  width: 100%;
  
}
.bg-footer{
  padding-top: 50px;
  height:auto;
  padding-bottom: 50px;
  background-size: 200%;
  background-position: 0 0;
  background-repeat: repeat-x;
  -webkit-animation: 100s linear 0s normal none infinite animate;
	-moz-animation: 100s linear 0s normal none infinite animate;
	-ms-animation: 100s linear 0s normal none infinite animate;
	-o-animation: 100s linear 0s normal none infinite animate;
	animation: 100s linear 0s normal none infinite animate;
 
}
 
@keyframes animate {
  0% { background-position: left center; }
  100% { background-position: 200% center; }
}
@-moz-keyframes animate {
  0% { background-position: left center; }
 100% { background-position: 200% center; }
}
@-webkit-keyframes animate {
  0% { background-position: left center;}
  100% { background-position: 200% center; }
}
@-ms-keyframes animate {
  0% { background-position: left center; }
  100% { background-position: 200% center }
}
@-o-keyframes animate{
  0% { background-position:left center; }
  100% { background-position: 200% center }
}

.page-footer p a {
  color: #35bb78;
  transition: color .2s ease;
}

.page-footer p a:hover {
  color: #40d48a;
}

.page-footer h3,
.page-footer h4,
.page-footer h5 {
  color: #fff;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
}

.page-footer p {
  color: #ffffff;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.3px;
  opacity: 0.9;
}

.footer-menu {
  position: relative;
  padding-left: 0;
  list-style: none;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-link {
  display: inline-block;
  padding: 6px 0;
}

.footer-menu a,
.footer-link {
  color: #898798;
}

.footer-menu a:hover,
.footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.social-media-button a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all .2s linear;
  font-size: 20px;
  margin-right: 10px;
}

.social-media-button a:hover {
  background-color: #CEFFE6;
  color: #fff;
  text-decoration: none;
  transform: rotate(360deg);
}


.blog-single-wrap {
  display: block;
  padding: 0;
}

.blog-single-wrap .header {
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 12px rgba(100, 95, 136, 0.2);
  overflow: hidden;
}

.blog-single-wrap .header .post-thumb {
  width: 100%;
  height: 250px;
  background-color: #F6F5FC;
  overflow: hidden;
}

.blog-single-wrap .header .post-thumb img {
  width: 100%;
}

.blog-single-wrap .header .meta-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
  height: 50px;
  transform: translateY(-48px);
}

.blog-single-wrap .header .post-author .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(137, 135, 152, 0.4);
  transform: translateY(10px);
}

.blog-single-wrap .header .post-author .avatar img {
  width: 100%;
  height: 100%;
}

.blog-single-wrap .header .post-sharer a  {
 padding: 5px 10px;
 line-height: 1;
 box-shadow: none !important;
}

.blog-single-wrap .header .post-sharer a[class='btn'] {
  background-color: #ec9d1e;
  color: #fff;
}

.blog-single-wrap .header .post-sharer a[class='btn']:hover {
  background-color: #d88d14;
  color: #fff;
}

.blog-single-wrap .post-title {
  font-weight: 500;
  color: #212529;
}

.blog-single-wrap .post-meta {
  display: block;
  margin-bottom: 24px;
}

.blog-single-wrap .post-meta .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  background-color: #00B085;
  color: #fff;
}

.blog-single-wrap .post-meta .post-date,
.blog-single-wrap .post-meta .post-comment-count {
  display: inline-block;
}

.blog-single-wrap .post-meta .post-date a,
.blog-single-wrap .post-meta .post-comment-count a {
  color: #00B085;
}

.blog-single-wrap .post-content .quote {
  display: block;
  padding: 16px 20px;
  background-color: #00483a;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
}

.blog-single-wrap .post-content .quote .author {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}


.widget-box {
  display: block;
  padding: 15px 20px;
  margin-bottom: 32px;
  border-radius: 6px;
  background-color: #00483A;
}

.widget-box-white {
  display: block;
  padding: 15px 20px;
  margin-bottom: 32px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.widget-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-top: 5px;
}

.widget-title-white {
  color: #00483a;
  font-size: 20px;
  font-weight: 700;
  padding-top: 5px;
}

.search-widget .form-control {
  font-size: 16px;
  color: #00483a;
  background-color: #fff;
  border-color: transparent;
  box-shadow: none !important;
  padding: 0 10px;
  height: 38px;
}

.search-widget .btn {
  text-transform: uppercase;
}

.categories {
  position: relative;
  list-style: none;
  padding-left: 0;
}

.categories li a {
  display: block;
  padding: 6px;
  color: #a4a1c8;
  transition: all .2s ease;
}

.categories li a:hover {
  color: #00483a;
  text-decoration: none;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(107, 85, 249, 0.5);
}

.blog-item {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e7ee;
}

.blog-item .post-thumb {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  width: 100px;
  height: 80px;
  background-color: #F6F5FC;
  overflow: hidden;
}

.blog-item .post-thumb img {
  width: auto;
  height: 100%;
}

.blog-item .post-title a {
  color: #555;
  transition: all .2s ease;
  font-size: 14px;
}

.blog-item .post-title a:hover {
  color: #00483a;
  text-decoration: none;
}

.blog-item .meta a {
  margin-right: 6px;
  font-size: 12px;
  color: #00B085;
}

.blog-item .meta a:hover {
  text-decoration: none;
}

.tag-cloud-link {
  display: inline-block;
  margin-bottom: 6px;
  padding: 4px 10px;
  font-size: 13px;
  background-color: #EDECF5;
  color: #00B085;
  border-radius: 3px;
  transition: all .2s ease;
}

.tag-cloud-link:hover {
  background-color: #00B085;
  color: #fff;
  text-decoration: none;
}


.maps-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F6F5FC;
  overflow: hidden;
}

#google-maps {
  width: 100%;
  height: 100%;
}

.custom-img-1 {
  width: auto;
  max-width: 390px;
}

.custom-index {
  z-index: 11;
}


/* Custom Plugin */
.owl-nav {
  display: block;
  margin: 15px auto;
  text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  padding: 6px 0 !important;
  background-color: #00D9A5;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
  padding-right: 14px !important;
  padding-left: 7px !important;
  border-radius: 0 40px 40px 0;
}

.owl-carousel .owl-nav button.owl-prev {
  padding-right: 7px !important;
  padding-left: 14px !important;
  border-radius: 40px 0 0 40px;
}

.topbar{
  font-size: 14px;
  height: 45px;
  letter-spacing: 0.4px;
}
.topbar .topbar-text{
  color: #ffffff;
}
.topbar .navbar-nav .nav-link{
  color: #ffffff;
  font-size: 14px;
}
.topbar .navbar-nav .nav-link:hover{
  color: #CEFFE6;
}
.topbar .navbar-nav .nav-link:visited{
  color: #FFFFFF !important;
  text-decoration: none;
}
.topbar .navbar-nav .nav-link:active{
  color: #FFFFFF !important;
  text-decoration: none;
}
.topbar .navbar-nav .nav-link:focus{
  color: #FFFFFF !important;
  text-decoration: none;
}
.topbar .callUs span{
  color: #ffffff;
  font-size: 16px;
  margin-right: 7px;
  line-height: 16px;
}
.topbar button{
  background-color: #e40000;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 14px !important;
  letter-spacing: 0.4px;
}
.topbar .btn-danger:hover{
  background-color: #f90000;
}
.topbar .btn-danger:visited{
  background-color: #e40000 !important;
}
.topbar .btn-danger:active{
  background-color: #e40000 !important;
}
.topbar .btn-danger:focus{
  background-color: #e40000 !important;
}
.topbar .sosmed{
  font-size: 18px !important;
}
.topbar svg{
  overflow: hidden;
  vertical-align: sub;
  margin-right: 5px;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ 
    margin-top:0; 
    min-width: 200px;
    background-color: #f8f8f8;
    border: none;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item{ 
    padding: 7px 10px;
    font-size: 14px;
    color: #00483A;
  }
  .navbar .nav-item .dropdown-menu span{ 
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #00483A;
    line-height: 35px;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover{ 
    background-color:#baf0df;
    border-radius: 5px;
  }
}	

.home-banner img{
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.icon-coe{
  width: 80px;
  height: 80px;
  background-color:rgba(1, 176, 122, 0.8);
  border-radius: 50%;
  padding:10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  margin-bottom: 20px;
  margin-top: -50px;
}

.bahasa{
  color: #ffffff;
  margin-right: 10px;
  cursor: pointer;
}

#modal_bahasa .modal-header h5{
  color:#00483A;
  font-size: 20px;
  font-weight: 600;
}
#modal_bahasa .modal-body{
  background-color: #00483A;
  color:#ffffff;
}
.box-language {
  padding: 10px 80px;
  text-decoration: none !important;
}
.box-language li {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding: 10px;
  list-style-type: none;
  vertical-align: bottom;
  display: flex;
  justify-content: left;
  align-items: center;
  cursor: pointer;
}
.box-language li:hover {
  background-color: #00B085;
  border-radius: 5px;
}
.box-language li img {
  margin-right: 10px;
}
.schedule-btn{
  background-color: #FFFFFF !important;
  text-decoration: none;
}
.schedule-btn:hover{
  background-color: #CEFFE6 !important;
  text-decoration: none;
}
button:focus {
  outline:none !important;
  box-shadow: none !important;
}

.twitter-typeahead{
  width:100%;
}
.tt-menu{
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: left;
  margin-top: 4px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 999;
}
.tt-suggestion{
  padding: 0px 10px;
  margin-bottom: 5px;
}
.tt-suggestion:hover{
  background-color: #CEFFE6;
  border-radius: 5px;
}
.tt-suggestion a{
  text-decoration: none;
}
.klikDokter .col{
  padding: 5px 15px;
}
.klikDokter p{
  color: #00483A;
  margin:0;
  font-size: 16px;
}
.klikDokter span{
  color: #555;
  font-size: 13px;
  line-height: 1;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.select2-container .select2-selection--single {
  height: auto;
}
.select2-selection{
  padding: 12px 9px;
  text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
}
.select2-container--open .select2-dropdown--below {
  border: 1px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: 2px solid #00B085;
  outline: none;
  box-shadow: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #00B085;
  color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  margin-bottom: 0px !important;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 10px;
  margin-bottom: 5px;
}


@media (max-width: 767.98px) {
  .topbar{
    display:none;
  }
  .page-banner {
    border-radius: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .container-banner{
    padding:0;  
  }
  .banner-mobile{
    display: block;
  }
  .banner-web{
    display: none;
  }
  .banner-seo-check h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .banner{
    padding: 0 15px;
  }
  .home-banner img {
    border-radius: 5px;
  }
  .card-service {
    margin: 7px auto;
  }
  .banner-seo-check {
    margin-top: -70px;
    padding-top: 50px;
    color: #fff;
    font-size: 14px;
  }
  .banner-seo-check form .form-control {
    font-size: 16px;
    border-color: transparent;
    border-radius: 5px;
    box-shadow: none !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }

  .banner-seo-check{
    padding-bottom: 15px !important;
  }
  .title-section {
    color: #00483A;
    font-weight: 700;
    font-size: 24px;
  }
  .logo-ph{
    width:220px;
    height:49px;
  }
  .navbar-toggler{
    padding: 10px;
    background-color: #00483A;
    color: #ffffff !important;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  .navbar-toggler span{
    margin-right: 5px;
    font-size: 20px;
  }
  .kategori-mcu-mobile{
    display: block;
  }
  .kategori-mcu-desktop{
    display: none;
  }
}
@media (min-width: 767.99px) {
  .banner-mobile{
    display: none;
  }
  .banner-web{
    display: block;
  }
  .logo-ph{
    width:250px;
    height:55px;
  }
  .kategori-mcu-mobile{
    display: none;
  }
  .kategori-mcu-desktop{
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-collapse {
    position: fixed;
    top: 0; /* Height of navbar */
    bottom: 0;
    width: 100%;
    
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: #ffffff;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 100;
  }
  .offcanvas-collapse.open {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem); /* Account for horizontal padding on navbar */
  }
  .header-canvas{
    padding: 15px 10px;
  }
  .navbar-nav {
    
    border-top: 1px solid #e4e7ee;
    flex-shrink: 0;
  }
  .header-canvas .navbar-toggler{
    background:none;
    border: none;
    color: #00483A !important;
    border-radius: 30px;
    
  }
  .header-canvas .navbar-toggler span{
    font-size: 30px !important;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #00483A;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  #navbarsExampleDefault{
    display: none !important;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 3px solid transparent;
  }
  
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #01B07A;
    border-bottom: 3px solid #01B07A;
  }
}

.menu-mobile .nav-item{
  padding:5px 0;
  border-bottom: 1px solid #e4e7ee;
  font-weight: 500;
}
.menu-mobile li a{
  color: #00483A;
  opacity: 1 !important;
}
.menu-mobile .dropdown-menu{
  margin: 0;
  padding: 0;
  border: none;
}
.menu-mobile .dropdown-item{
  padding:10px 0 10px 15px;
  border-top: 1px solid #e4e7ee;
}
.menu-mobile .subheader{
  padding:10px 0 10px 15px;
  border-top: 1px solid #e4e7ee;
  font-weight: 500;
  color:#00B085;
}
.menu-mobile img{
    overflow: hidden;
    vertical-align: sub;
    margin-right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6D7588;
  line-height: 1.5;
}
.card-service h3{
  font-size: 18px;
  font-weight: 600;
  color: #00483a;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.card-service h5{
  font-size: 18px;
  font-weight: 600;
  color: #00483a;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.card-service p{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.card-service a{
  font-size: 14px;
}
.card-sidebar {
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  color: #666666;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.card-sidebar .header{
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color:#353535;
  padding: 12px;
  text-align: center;
}
.card-sidebar .header h5{
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}
.card-sidebar .body h5{
  margin: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #e0e0e0;
}
.card-sidebar .body p{
  padding: 10px 15px;
  border-top: 1px solid #e0e0e0;
  margin: 0;
  font-size: 14px;
  color:#353535;
}
.card-sidebar .body p:hover{
  background-color: #f8f8f8;
  color: #353535;
}
.card-sidebar .footer{
  min-height: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.paket-mcu h1{
  font-size: 28px;
  font-weight: 600;
  color: #00483A;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .row{
    padding: 0;
  }
	.card-dokter .doctor-name {
    	padding-top: 20px;
    	text-align: center;
	}
	.card-dokter .doctor-jabatan {
    	text-align:center;
	}
  .header-canvas{
    padding: 15px 15px 5px 15px;
  }
  .col-6{
    padding: 0 5px;
  }
  .paket-mcu h1 {
    font-size: 20px;
    font-weight: 600;
    color: #00483A;
    margin-bottom: 30px;
  }
  .card-pricing .header h5 {
    font-size: 14px;
    font-weight: 600;
  }
  .card-pricing .header {
    min-height: 90px;
  }
  .card-pricing{
    margin-bottom: 15px;
  }
  .navbar{
    padding: 15px;
  }

  #fixed-social{
    display:none;
  }
  .jadwal-poli{
    display:none;
  }
  .testimoni{
    margin-bottom:10px;
  }
  .bottom-left {
    font-weight: 300;
    font-size: 10px;
    padding: 40px 10px 10px 10px;
  }
}
.carousel-control-prev-icon {
  background: none !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: contents;
}
.content-about{
  letter-spacing: 0.5px;
  line-height: 1.8;
  font-size: 16px;
  opacity: 0.9;
}
.persadaLine{
  line-height: 0.5em;
  margin: 10px 0 20px;
  background: rgb(0,176,133);
  background: linear-gradient(90deg, rgba(0,176,133,1) 0%, rgba(0,176,133,1) 60%, rgba(140,213,10,1) 60%, rgba(140,213,10,1) 100%); 
}
.persadaLine span{
  background:#f8f8f8; 
  padding:0 10px;
  color: #00483A;
}
.persadaLine-white{
  line-height: 0.5em;
  margin: 10px 0 20px;
  background: rgb(0,176,133);
  background: linear-gradient(90deg, rgba(0,176,133,1) 0%, rgba(0,176,133,1) 60%, rgba(140,213,10,1) 60%, rgba(140,213,10,1) 100%); 
}
.persadaLine-white span{
  background:#fff; 
  padding:0 10px;
  color: #00483A;
}
.foto_detail{
  border-radius:10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.konten-detail h1{
  font-size: 24px;
  font-weight: 600;
  color: #00483A;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}
.konten-detail h2{
  font-size: 18px;
  font-weight: 600;
  color: #00483A;
  letter-spacing: 0.5px;
}
.service-price{
  font-size: 26px;
  font-weight: 600;
  color: #01B07A;
  padding: 10px 0;
  letter-spacing: 0.5px;
}
.service-detail{
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.service-detail img{
  width: 100%;
}
.service-detail p{
  margin-bottom: 1rem;
}
.service-detail ul{
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 15px;
}
.service-detail ol{
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 25px;
}
.service-detail li{
  margin-left: 0;
  padding-left: 10px;
}
.post-sharer{
  padding: 30px 0;
  margin-bottom: 15px;
  color: #555;
}
.post-sharer a  {
  padding: 5px 10px;
  line-height: 1;
  box-shadow: none !important;
 }
 
 .post-sharer a[class='btn'] {
   background-color: #ec9d1e;
   color: #fff;
   width: 40px;
 }
 
 .post-sharer a[class='btn']:hover {
   background-color: #d88d14;
   color: #fff;
 }
 .btn-kedua {
  color: #00483A;
  background-color: #baf0d4;
  border-color: transparent;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.page-item a{
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  background-color: #f0f0f0;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-item a:hover{
  background-color: #00483A;
  color:#ffffff;
}
.current a{
  background-color: #00483a;
  color: #fff;
}
.post-content p{
  margin-bottom:0;
  font-size: 16px;
}
.service-detail h2{
  font-size: 22px;
  color: #00b085;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 1rem;
}
.service-detail h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
}
.layanan_ranap .card-layanan:hover{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


.about-detail{
  margin-bottom: 30px;
  font-size: 15px;
  color: #00483A;
}
.about-detail p{
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
.about-detail ul{
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 15px;
}
.about-detail ol{
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 15px;
}
.about-detail li{
  margin-left: 0;
  padding-left: 10px;
  line-height:24px;
}
.about-detail h2{
  font-weight: 700;
  color: #00483a;
  letter-spacing: 0.1px;
  font-size: 26px;
}
.card-dokter {
  position: relative;
  display: block;
  background-color: #fff;
  color: #00483A;
  text-align: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 30px ;
}
.card-dokter img{
  width: 50%;
  height: auto;
  border-radius:50%;
  margin: 15px 0;
}
.card-dokter .doctor-name{
  font-weight: 700;
  font-size: 18px;
  color: #00483A;
  margin-top: 10px;
}
.card-dokter .doctor-jabatan{
  font-weight: 400;
  font-size: 16px;
  color: #01B07A;
}
.card-dokter .doctor-quote{
  font-weight: 400;
  font-size: 16px;
  padding: 20px 0 10px 0;
  color:#555;
}
.copyright{
  background-color: #012e2b;
  padding: 20px;
  color: #fff;
}
.subtitle-coe{
  margin-top: -45px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background-color: #01B07A;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 5px;
}
.deskripsi-coe{
  font-size: 16px;
  color: #555;
}
.detail-coe ul {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 15px;
}
.detail-coe li {
  margin-left: 0;
  padding-left: 10px;
  color:#555;
}
.layanan-coe ul {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 15px;
}
.layanan-coe li {
  margin-left: 0;
  padding-left: 10px;
  color:#555;
}
.layanan-coe p {
  margin-left: 0;
  color:#555;
}
.divider-coe{
  height: 1px;
  width: 100%;
  background-color: #D3D3D3;
  border-radius: 1px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.card-coe {
  position: relative;
  display: block;
  background-color: #fff;
  color: #555;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
}
.card-coe:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card-coe img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-coe .body{
  position: inherit;
  padding: 75px 10px 10px 10px;
  background: rgb(247,247,247);
  background: linear-gradient(180deg, rgba(247,247,247,0) 0%, rgba(247,247,247,1) 30%, rgba(247,247,247,1) 100%); 
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -70px;
  z-index: 100;
}
.card-coe .nama{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  color: #00483A;
}
.card-coe .spesialis{
  font-size: 14px;
  padding: 10px 0;
}
.content-about ul {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 15px;
}
.content-about li {
  margin-left: 0;
  padding-left: 10px;
}
.article-date {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 18px;
}
.entry-date{
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  width: 70px;
  height: 70px;
  background-color: #fff;
  opacity: 0.7;
  border-radius: 50%;
  padding-top: 15px;
  color: #00483A;
}
.entry-month{
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
}
.entry-year{
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
  padding-left: 3px;
}
.artikel-detail h1{
  font-size: 28px;
}
.e-leaflet{
  height:340px;
  background-position-x: right;
  background-size: auto 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-top: 30px;
}
.e-leaflet:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.foto-dokter{
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.profil-dokter h1{
  font-size: 24px;
  font-weight: 700;
}
.profil-dokter h2{
  font-size: 20px;
  font-weight: 700;
  color:#00483A;
  padding-top: 20px;
}
.profil-dokter h5{
  font-size: 17px;
  font-weight: 700;
  color:#00483A;
}
.profil-dokter span{
  font-size: 15px;
  font-weight: 400;
  color:#01B07A;
}
.profil-dokter .th-pendidikan{
  font-size: 18px;
  font-weight: 400;
  color:#01B07A;
}
.profil-dokter .spesialis{
  font-size: 18px;
  font-weight: 400;
  color: #00483a;
  margin-bottom: 20px;
}
.profil-dokter p{
  font-size: 15px;
  font-weight: 400;
  color: #555;
  line-height: 24px;
}
.profil-dokter li{
  font-size: 15px;
  font-weight: 400;
  color: #555;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.tabel-jadwal{
  width:100%;
  margin-top: 30px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
.tabel-jadwal .judul{
  font-size: 20px;
  font-weight: 700;
  color: #00483A;
  letter-spacing: 0.2px;
}
.tabel-jadwal table{
  width:100%;
}
.tabel-jadwal td{
  color:#00483A;
}
.jadwal-poli td{
  padding: 5px 0;
  color: #555;
  text-align: center;
  border: 1px solid #d3d3d3;
  height: 40px;
}

.jadwal-poli .headd{
  background: #f8f8f8;
  border: 1px solid #d3d3d3;
  text-align: center;
}
.jadwal-poli th td{
	background: #f8f8f8;
}
.list-jadwal{
  border-bottom: 1px solid #e0e0e0;
}
.list-jadwal td{
  padding: 6px 0;
}
.carousel-control-prev {
  margin-left: -25px;
  opacity: 1;
}
.carousel-control-prev:hover {
  opacity: 1;
}
.carousel-control-next {
  margin-right: -25px;
  opacity: 1;
}
.carousel-control-next:hover {
  opacity: 1;
}

.input-group {
  border-radius: 5px;
  background-color: #ffffff;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.subtitle {
  margin-bottom: 30px;
}
.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-size: 17px;
  width: 100%;
  padding: 40px 15px 15px 15px;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); 
  text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

.bottom-left-kamar{
  position: absolute;
  bottom: 10px;
  left: 0;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  width: 80%;
  padding: 10px 15px;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); 
}

/* fixed social*/
#fixed-social {
  position: fixed;
  top: 130px;
  right: 10px;
  z-index: 2
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  margin-bottom: 5px;
  width: 40px;
  z-index: 3;
  border-radius: 5px;
}

.fixed-facebook{
  background-color: #1877F2;
  padding:10px 5px;
}

.fixed-whatsapp{
  background-color: #23C760;
  padding:5px;
}

.fixed-facebook span{
 background-color: #1877F2;
}
.fixed-twitter{
 background-color: #000000;
 padding:8px;
}
.fixed-twitter span{
  background-color: #000000;
}
.fixed-tiktok{
  background-color: #000000;
  padding:5px;
}
.fixed-phone{
  background-color: #01B07A;
  padding:5px;
}
.fixed-maps{
  background-color: #4285F4;
  padding:7px;
}

 .fixed-tiktok span{
   background-color: #000000;
 }
.fixed-youtube{
  background-color: #ff0000;
  padding:5px;
}
.fixed-youtube span{
  background-color: #ff0000;
}
.fixed-gplus{
 background-color: #00AF54;

}
.fixed-gplus span{
  background-color: #00AF54;
}
.fixed-linkedin{
 background-color: #FFC41E;

}
.fixed-linkedin span{
  background-color: #FFC41E;
}
.fixed-instagram{
  background: rgb(255,214,0);
  background: linear-gradient(45deg, rgba(255,214,0,1) 0%, rgba(255,122,0,1) 25%, rgba(255,0,105,1) 50%, rgba(211,0,197,1) 75%, rgba(118,56,250,1) 100%); 
  padding:5px;
}
.fixed-instagram span{
  background: transparent;
}
.fixed-tumblr{
 background-color: #EB1471;

}
.fixed-tumblr span{
  background-color: #EB1471;
}
/*end fixed social*/

.carousel-control-prev, .carousel-control-next {
  width:5%;
}

.card-detailcoe{
  border:1px solid #01B07A;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 60px;
}
.detail-coe{
  padding-top: 20px;
  color: #555;
}
.nav-tabs {
  border-bottom: none;
}

.tab-pane{
  padding: 50px 30px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border: 1px solid #d3d3d3;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #01B07A;
  border-color: #01B07A #01B07A #01B07A;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: #fff;
  margin-right: 5px;
  border: 1px solid #d3d3d3;
}
	
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(50% + 58px);
    border-top: 2px solid #404247;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before{
    content: "";
    background: #404247;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: -5px;
    right: 0;
}
.main-timeline .timeline-content{
    color: #404247;
    text-align: center;
    padding: 15px 80px 15px 10px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: "";
    background: #00483a;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px;
}
.main-timeline .timeline-year{
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    right: -15px;
}
.main-timeline .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.main-timeline .description{
    font-size: 15px;
    margin: 0;
    color: #555;
}
.main-timeline .timeline:nth-child(even){ float: right; }
.main-timeline .timeline:nth-child(even):before{
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
    padding: 15px 10px 15px 80px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    right: auto;
    left: 51px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -15px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background: #01B07A; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background: #8CD409; }

@media screen and (max-width:767px){
    .main-timeline .timeline{ width: 100%; }
    #fixed-social{
      display: none;
    }
    .bottom-left {
      font-weight: 400;
      font-size: 12px;
      padding: 40px 10px 10px 10px;
    }
    .bg-footer {
      background-color: #014237 !important;
      background-size: cover;
    }
    .card-detailcoe {
      border: 1px solid #01B07A;
      border-radius: 10px;
      padding: 10px 20px;
      margin-bottom: 60px;
    }
    .subtitle-coe {
      margin-top: -35px;
      font-size: 18px;
      color: #fff;
      font-weight: 700;
      background-color: #01B07A;
      border-radius: 5px;
      padding: 10px 15px;
    }
    .deskripsi-coe {
      font-size: 16px;
      color: #555;
    }
    .paket-mcu .listt{
      margin: 0;
    }
    .klinik-list{
      margin: 0;
    }
    h1{
      font-size: 1.5rem;
    }
    .card-spesial {
      margin-bottom: 11px;
    }
    .card-spesial .body h5{
      font-size: 14px;
    }
    .card-layanan .body {
      min-height: 0;
    }
    .leaflet{
      margin: 0;
    }
    .leaflet .e-leaflet{
      height:344px;
      margin: 10px 5px;
    }
    .card-dokter{
      margin-bottom: 20px;
      min-height: 0;
    }
}

.sponsor{
  padding:15px 25px;
}

.youtube {
	background-color: #f8f8f8;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

@media screen and (max-width: 600px) {
  
  .jadwal-poli tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .jadwal-poli td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .jadwal-poli td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .jadwal-poli td:last-child {
    border-bottom: 0;
  }
}

#qontak-webchat {
  bottom: 10px !important;
  right: 10px !important;
}
#pilih_kategori{
	padding: 10px 15px;
	height: auto;
	border-radius: 10px;
	font-size: 14px;
}

.box-kontak-kami{
  background-color: #00483A;
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 15px;
  line-height: 27px;
  border-radius: 5px;
}

.box-kontak-kami h2{
  font-family: 'Inter', sans-serif;
  line-height: 1em;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}

.isi-kontak-kami{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #787878;
  line-height: 27px;
}

.isi-kontak-kami h1{
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #353535;
  line-height: 36px;
}

.isi-kontak-kami h2{
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #353535;
  line-height: 36px;
}

.form-kontak{
  margin-bottom: 30px;
}

.form-kontak input{
  width: 100%;
  padding: 15px 20px;
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.form-kontak input:focus{
  border: 1px solid #00B085;
  outline: none;
}

.form-kontak textarea{
  width: 100%;
  padding: 15px 20px;
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  resize: none;
}

.form-kontak textarea:focus{
  border: 1px solid #00B085;
  outline: none;
}

.form-kontak .button{
  padding: 12px 26px;
  background-color: #00483A;
  border: 1px solid #00483A;
  border-radius: 100px;
  color: #fff;
  width: auto;
  font-weight: 600;
  font-size: 16px;
}