@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*==================================================
 GENERAL 
==================================================*/
body, html {
  font-family: "Poppins", sans-serif;
  min-height: 100%;
  color: #303030;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: normal;
  font-weight: 300; }

body {
  padding: 0;
  margin: 0; }

p {
  margin: 5px 0;
  line-height: 20px; }

.text-justify {
  text-align: justify; }

.section-title {
  color:  #01BDF3;
  font-size: 18px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding-top: 10px; }

.theme-secondary-color {
  color: #969696; }

.label-checkbox {
  line-height: normal !important; }

[type="checkbox"].filled-in:checked + label::after {
  border: 2px solid  #01BDF3;
  background-color:  #01BDF3; }

.search-wrapper {
  margin: 0;
  padding: 10px 10px;
  color: #303030;
  position: relative; }

.no-margin-top {
  margin-top: 0px; }

.search-wrapper input#search {
  display: block;
  font-weight: 300;
  width: 100%;
  height: 35px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px 0 15px;
  border: 0;
  border: 0px solid  #01BDF3;
  border-radius: 90px;
  background: #ffffff; }

.search-wrapper i.material-icons {
  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;
  color: #303030;
  line-height: auto;
  height: auto; }

body input:focus:not([type]):not([readonly]),
body input[type="text"]:focus:not(.browser-default):not([readonly]),
body input[type="password"]:focus:not(.browser-default):not([readonly]),
body input[type="email"]:focus:not(.browser-default):not([readonly]),
body input[type="url"]:focus:not(.browser-default):not([readonly]),
body input[type="time"]:focus:not(.browser-default):not([readonly]),
body input[type="date"]:focus:not(.browser-default):not([readonly]),
body input[type="datetime"]:focus:not(.browser-default):not([readonly]),
body input[type="datetime-local"]:focus:not(.browser-default):not([readonly]),
body input[type="tel"]:focus:not(.browser-default):not([readonly]),
body input[type="number"]:focus:not(.browser-default):not([readonly]),
body input[type="search"]:focus:not(.browser-default):not([readonly]),
body textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid  #01BDF3;
  -webkit-box-shadow: 0 1px 0 0 #01BDF3;
  box-shadow: 0 1px 0 0  #01BDF3; }

body input:focus:not([type]):not([readonly]) + label,
body input[type="text"]:focus:not(.browser-default):not([readonly]) + label,
body input[type="password"]:focus:not(.browser-default):not([readonly]) + label,
body input[type="email"]:focus:not(.browser-default):not([readonly]) + label,
body input[type="url"]:focus:not(.browser-default):not([readonly]) + label,
body input[type="time"]:focus:not(.browser-default):not([readonly]) + label,
body input[type="date"]:focus:not(.browser-default):not([readonly]) + label,
body input[type="datetime"]:focus:not(.browser-default):not([readonly]) + label,
body input[type="datetime-local"]:focus:not(.browser-default):not([readonly]) + label,
body input[type="tel"]:focus:not(.browser-default):not([readonly]) + label,
body input[type="number"]:focus:not(.browser-default):not([readonly]) + label,
body input[type="search"]:focus:not(.browser-default):not([readonly]) + label,
body textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #01BDF3; }

form input.validate:not([type]) + label,
form input.validate[type="text"]:not(.browser-default) + label,
form input.validate[type="password"]:not(.browser-default) + label,
form input.validate[type="email"]:not(.browser-default) + label,
form input.validate[type="url"]:not(.browser-default) + label,
form input.validate[type="time"]:not(.browser-default) + label,
form input.validate[type="date"]:not(.browser-default) + label,
form input.validate[type="datetime"]:not(.browser-default) + label,
form input.validate[type="datetime-local"]:not(.browser-default) + label,
form input.validate[type="tel"]:not(.browser-default) + label,
form input.validate[type="number"]:not(.browser-default) + label,
form input.validate[type="search"]:not(.browser-default) + label,
form textarea.materialize-textarea.validate + label {
  width: auto; }

.theme-gradation {
  background: -moz-linear-gradient(-45deg, #d46016 0%, rgba(212, 96, 22, 0.97) 2%, rgba(238, 89, 16, 0.44) 44%, rgba(238, 89, 16, 0.22) 60%, rgba(238, 89, 16, 0) 100%);
  background: -webkit-linear-gradient(-45deg, #d46016 0%, rgba(212, 96, 22, 0.97) 2%, rgba(238, 89, 16, 0.44) 44%, rgba(238, 89, 16, 0.22) 60%, rgba(238, 89, 16, 0) 100%);
  background: -webkit-linear-gradient(315deg, #d46016 0%, rgba(212, 96, 22, 0.97) 2%, rgba(238, 89, 16, 0.44) 44%, rgba(238, 89, 16, 0.22) 60%, rgba(238, 89, 16, 0) 100%);
  background: -o-linear-gradient(315deg, #d46016 0%, rgba(212, 96, 22, 0.97) 2%, rgba(238, 89, 16, 0.44) 44%, rgba(238, 89, 16, 0.22) 60%, rgba(238, 89, 16, 0) 100%);
  background: linear-gradient(135deg, #d46016 0%, rgba(212, 96, 22, 0.97) 2%, rgba(238, 89, 16, 0.44) 44%, rgba(238, 89, 16, 0.22) 60%, rgba(238, 89, 16, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d46016', endColorstr='#00ee5910',GradientType=1 ); }

.fadetransition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

body a {
  color: #303030; }

img {
  max-width: 100%;
  max-height: 100%; }

.clear {
  clear: both; }

.owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 10px; }

.owl-dots .owl-dot {
  display: inline-block;
  margin: 0px 6px 0px 0px;
  height: 10px;
  width: 10px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px; }

.owl-dots .owl-dot.active {
  width: 20px;
  background: #ffffff; }

#page-content {
  padding: 0px 0px;
  min-height: calc( 100vh - 56px - 192px - 112px ); }

.row-no-margin {
  margin-bottom: 0px; }

/*---------- BUTTON ----------*/
.more-btn {
  text-decoration: none; }

.readmore-btn {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  padding: 3px 10px;
  color: #ffffff;
  background-color:  #01BDF3;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600; }

.readmore-btn:hover {
  background-color:  #01BDF3; }

body .btn,
body .btn-large {
  background-color:  #01BDF3; }

.theme-btn-rounded {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px; }

form .btn,
form .btn-large {
  margin-top: 20px; }

body .btn.transparent {
  border: 1px solid #ffffff;
  background-color: transparent; }

body .btn:hover {
  cursor: pointer;
  background-color:  #01BDF3; }

.main-slider {
  margin-bottom: 0px; }
.btn-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background:  #FF8811!important;
    border-color:  #FF8811 !important;
}

/*---------- FORM ----------*/
form a.forgot {
  font-size: 12px;
  color: #aaaaaa; }

form .row-forgot {
  margin-top: 20px; }

form .row {
  margin-bottom: 0px; }

/*---------- PAGINATION ----------*/
body .pagination li {
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  width: 30px;
  height: 30px; }

body .pagination li a {
  padding: 0px 0px;
  font-size: 12px; }

body .pagination li.active {
  background-color:  #01BDF3; }

ul.pagination {
  margin-top: 30px;
  text-align: center; }

/*==================================================
 SIDE NAVIGATION
==================================================*/
body nav {
  height: 56px !important; }

nav .collapsible-header i,
nav .side-nav li > a > i,
nav .side-nav li > a > [class^="mdi-"],
nav .side-nav li > a li > a > [class*="mdi-"],
nav .side-nav li > a > i.material-icons {
  height: auto;
  padding: 0px 0px;
  margin: 0px 0px;
  line-height: normal !important;
  color: #ffffff;
  font-size: 14px;
  width: 24px;
  text-align: left; }

nav .side-nav {
  background-color:  #01BDF3;
  color: #ffffff;
  height: 100%; }

nav .side-nav .sidenav-logo .fa {
  height: auto; }

nav .side-nav .sidenav-logo {
  text-align: center;
  padding: 10px 20px 0px;
  font-size: 20px;
  font-weight: 600; }

nav .side-nav li a {
  color: #ffffff;
  padding: 10px 25px; }

nav .side-nav li .collapsible-header {
  padding: 10px 0px 10px 25px; }

nav .side-nav li a,
nav .side-nav li .collapsible-header {
  font-weight: 300;
  border-bottom: 0px solid  #01BDF3;
  line-height: normal;
  height: auto;
  display: block; }

#nav-mobile-category li {
  border-bottom: 0px solid  #01BDF3; }

nav .side-nav.right-aligned li {
  border-top: 1px solid  #01BDF3; }

nav .side-nav.right-aligned li ul.sidenav-search-result li {
  border-top: 0px solid  #01BDF3; }

nav .side-nav.right-aligned li ul.sidenav-search-result li a:hover {
  background-color: transparent; }

nav .side-nav.right-aligned li ul.sidenav-search-result li.search-result-head a {
  font-weight: 600; }

nav .side-nav.right-aligned .populer-search {
  line-height: normal;
  margin-top: 10px; }

nav .side-nav.right-aligned .populer-search .list-tag-word {
  text-align: left;
  padding: 0px 15px; }

nav .side-nav.right-aligned .populer-search .tag-word {
  margin-bottom: 5px;
  background-color:  #01BDF3; }

nav .side-nav.right-aligned li ul.sidenav-search-result {
  padding: 15px 0px; }

nav .side-nav.right-aligned li ul.sidenav-search-result li a {
  padding: 0px 15px; }

nav .side-nav .collapsible-body ul li a {
  padding: 10px 25px 10px 25px; }

nav .side-nav li .fas,
nav .side-nav li .fab,
nav .side-nav li .far {
  color: #ffffff;
  margin-top: 2px; }

nav .side-nav li .fa.fa-sign-out,
nav .side-nav li .fa.fa-cog {
  font-size: 16px; }

nav .side-nav li .collapsible-header span i {
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  height: auto; }

nav ul.side-nav li ul.collapsible .collapsible-body ul li .fas {
  color: #ffffff; }

nav .side-nav li.divider {
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.2); }

nav .side-nav .collapsible-body,
nav .side-nav.fixed .collapsible-body {
  background-color: rgba(0, 0, 0, 0.05); }

nav .side-nav .profile {
  background-color:  #01BDF3;
  text-align: center;
  position: relative;
  padding: 30px 20px; }

nav .side-nav .profile .emailprofile {
  font-size: 12px;
  line-height: normal;
  padding: 5px 0px 0px; }

nav .side-nav .profile .li-profile-info {
  position: relative; }

nav .side-nav .profile .li-profile-info {
  position: relative;
  z-index: 2; }

nav .side-nav .profile .bg-profile-li {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-size: 100% auto; }

nav .side-nav .profile .bg-profile-li img {
  width: 100%;
  height: auto; }

nav .side-nav .profile .balance {
  line-height: normal;
  background: #ffffff;
  color: #303030;
  padding: 5px 0px;
  display: block;
  width: 150px;
  margin: 10px auto 0px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px; }

nav .side-nav .profile .balance span {
  font-weight: 600; }

nav .side-nav .profile .li-profile-info img {
  border-radius: 50%;
  width: 80px;
  height: 80px; }

nav .side-nav .profile h2 {
  font-size: 20px;
  cursor: default;
  margin: 0px 0px;
  font-weight: 600; }

nav .side-nav .profile h6 {
  color: #fff;
  font-size: 15px; }

/*==================================================
 HEADER
==================================================*/
header {
  height: 56px;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 5;
  border-bottom: 0px solid  #01BDF3; }

header.header-innerpage {
  border-bottom: 1px solid  #01BDF3; }

header .nav-wrapper.container {
  position: relative; }

header .header-icon-menu {
  position: absolute;
  width: 25px;
  height: 56px;
  min-height: 1px;
  text-align: center;
  z-index: 2;
  right: 0px; }

.header-menu-button {
  z-index: 2;
  left: 0px;
  position: absolute;
  width: 40px;
  height: 56px; }

header .header-icon-menu a {
  display: block; }

header .header-icon-menu .fas,
header .header-icon-menu .far {
  font-size: 25px;
  color: #01BDF3;
  padding: 16px 0px; }

.header-menu-button a .fas {
  font-size: 25px; }

header .cst-btn-menu {
  padding: 16px 13px; }

header .header-icon-menu .fas.fa-shopping-cart {
  font-size: 18px;
  padding: 19px 13px; }

header .header-logo {
  text-align: center;
  line-height: normal;
  width: 100%;
  position: absolute;
  left: 0px; }

header .nav-logo {
  color: #01BDF3;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0px 0px; }

@media screen and (min-width: 0px) and (max-width: 380px) {
  header .nav-logo {
    font-size: 18px;
    padding: 15px 0px 0px; } }
header .nav-logo .fab {
  color: #969696;
  height: auto; }

header .nav-logo img {
  max-width: 100%;
  height: 30px;
  }

header .header-icon-menu.cart-item-wrap {
  position: relative; }

header .header-icon-menu.cart-item-wrap .cart-item {
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 2px;
  min-height: 20px;
  min-width: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #e93619;
  text-align: center;
  font-size: 11px;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(50, 50, 50, 0.59);
  -moz-box-shadow: 1px 1px 0px 0px rgba(50, 50, 50, 0.59);
  box-shadow: 1px 1px 0px 0px rgba(50, 50, 50, 0.59); }

.header-menu-button a {
  color: #01BDF3;
  margin: 0px 0px 0px 0px;
  float: right; }

nav {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent; }

nav ul a {
  color: #333333; }

nav a.button-collapse {
  display: block !important; }

.section h5 {
  font-weight: 500;
  margin: 0 0 10px 0;
  font-size: 16px; }

/*==================================================
CATEGORY
==================================================*/
.section.home-category {
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0px; }

.section.home-category .row.icon-service {
  margin-bottom: 0px; }

.section.home-category .content {
  cursor: pointer;
  border: 0px solid #d1d1d1;
  text-align: center;
  padding-bottom: 100%;
  height: 0px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.1); }

.section.home-category a:hover .content {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }

.section.home-category .content .in-content {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute; }

.section.home-category .content .in-content .in-in-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 15px; }

.section.home-category .content .in-content .in-in-content img {
  width: 60%;
  height: auto; }

.section.home-category i {
  font-size: 30px;
  margin-bottom: 5px; }

.section.home-category .content .in-content .in-in-content h5 {
  font-weight: 600;
  font-size: 10px; }

/*==================================================
 POPULER SEARCH
==================================================*/
.populer-search {
  padding-top: 0px;
  padding-bottom: 0px; }

.populer-search .row .section-title {
  padding-top: 0px;
  margin-top: 0px; }

.populer-search .title-ps {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px; }

.populer-search .list-tag-word {
  text-align: center; }

.populer-search .tag-word {
  background-color: #01BDF3;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  color: #ffffff;
  padding: 5px 20px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer; }

/*==================================================
doctor and hospital list slider
==================================================*/
.section.product-item .section-title {
  text-align: center; }

#page-content .section.product-item .section-title {
  text-align: center; }

#page-content .section.product-item {
  padding-bottom: 0px; }

.section.product-item .slick-prev::before,
.section.product-item .slick-next::before {
  color: #01BDF3; }

.section.product-item .slick-prev,
.section.product-item .slick-next {
  left: 0px !important;
  top: auto;
  bottom: -30px; }

.section.product-item .slick-next {
  left: 23px !important; }

.box-product {
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.box-product .bp-top {
  width: 100%;
  overflow: hidden; }

.box-product .bp-top h5 {
  min-height: 0px; }

.box-product .bp-top .bp-top-b {
  min-height: 100px; }

@media screen and (max-width: 320px) {
  .product-item .container .row .col-product {
    width: 100%; } }
.box-product .bp-bottom {
  margin-bottom: 15px; }

.box-product .product-list-img {
  overflow: hidden;
  height: 0px;
  width: 100%;
  padding-bottom: 70%;
  position: relative; }

.box-product .product-list-img .pli-one {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  text-align: center; }

.box-product .product-list-img .pli-two {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.box-product .product-list-img .pli-two img {
  width: 60%;
  height: auto;
  margin: 0 auto; }

.box-product .price {
  font-weight: 600;
  font-size: 16px; }

.box-product .price span {
  font-weight: 400;
  color: #838181;
  font-size: 12px; }

.box-product .stock-item {
  font-style: italic;
  font-size: 10px;
  color: #e60d0d;
  font-weight: 600;
  padding: 0px 0px 20px;
  height: 35px; }

.box-product .item-info {
  font-size: 12px;
  height: 24px;
  overflow: hidden; }

.box-product .button-add-cart {
  font-size: 12px;
  font-weight: 600;
  font-size: 12px;
  font-weight: 600;
  width: 80px;
  margin: 0 auto;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  text-align: center;
  padding: 1px 0px 0px; }

.slick-product {
  margin-bottom: 0px; }

.section.product-item.si-featured {
  padding-top: 20px;
  padding-bottom: 20px; }

.section.product-item.si-featured .slick-list {
  padding: 10px 0px; }

.section.product-item.si-featured .slick-list {
  padding: 10px 0px; }

.section.product-item.si-featured .section-title {
  padding-top: 0px; }

.featured-product .box-product {
  border: 0px solid #e0e0e0;
  width: 100%;
  border-radius: 10px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.1); }

.slick-list.draggable {
  margin-left: -5px;
  margin-right: -5px; }

.slick-initialized .slick-slide {
  opacity: 1;
  padding: 0px 5px; }

.slick-slide img {
  width: 100%; }

.slick-prev:before,
.slick-next:before {
  color: black; }

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2; }

.slick-active {
  opacity: .5; }

.slick-current {
  opacity: 1; }

.more-product-list {
  text-align: right;
  color: #01BDF3; }

/*==================================================
 CONTACT
==================================================*/
.contact-wrap.theme-form {
  padding: 30px 20px 30px; }

/*==================================================
 PROMO
==================================================*/
.section.promo {
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px; }

.section.promo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px; }

/*==================================================
 SUBSCRIBE
==================================================*/
.section.subscribe {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  overflow: hidden; }

.section.subscribe .bg-subscribe {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0.2; }

.section.subscribe .bg-subscribe img {
  width: 100%;
  height: auto;
  max-height: 999999px; }

.section.subscribe .mail-subscribe-box {
  position: relative;
  padding-bottom: 35px;
  margin-top: 20px;
  padding: 0px 20px; }

.section.subscribe .mail-subscribe-box input {
  color: #303030;
  border: 1px solid #01BDF3;
  height: 50px;
  background: #ffffff;
  border-radius: 90px;
  margin-bottom: 0px;
  padding: 10px 50px 10px 20px;
  box-sizing: border-box; }

.section.subscribe .mail-subscribe-box i {
  position: absolute;
  color: #01BDF3;
  font-size: 18px;
  border: 1px solid #01BDF3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 4px 8px 4px 10px;
  right: 30px;
  top: 11px;
  cursor: pointer;
  width: 28px;
  height: 28px; }

#page-content #subscribe-page {
  bottom: -2px; }

/*==================================================
 LOGIN & REGISTER FORM
==================================================*/
.login-form,
.register-form {
  padding: 30px 20px 30px; }

.login-form input {
  margin-bottom: 0px; }

.login-form .forgot-password-link {
  text-align: center;
  margin: 20px 0px; }

.login-form .forgot-password-link a:hover {
  cursor: pointer; }

.login-form .or-line {
  position: relative; }

.login-form .or-line .ol-or {
  display: block;
  text-align: center;
  background: #ffffff;
  width: 40px;
  margin: 0 auto;
  color: #9e9e9e;
  position: relative;
  z-index: 1;
  font-size: 12px; }

.login-form .or-line .ol-line {
  height: 1px;
  width: 100%;
  background-color: #9e9e9e;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 0; }

.login-form .section-title,
.register-form .section-title {
  border-bottom: 0px solid #e0e0e0;
  padding-bottom: 0px; }

.login-form .sign-in-sosmed {
  width: 170px;
  margin: 0px auto 0px; }

.login-form .row.fp-text {
  margin-bottom: 0px; }

.login-form .sign-in-sosmed .sign-in-icon {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: table;
  color: #ffffff;
  text-align: center;
  float: left;
  margin: 0px 20px;
  cursor: pointer; }

.login-form .sign-in-sosmed .sign-in-icon .fa,
.login-form .sign-in-sosmed .sign-in-icon .fab,
.login-form .sign-in-sosmed .sign-in-icon .fas,
.login-form .sign-in-sosmed .sign-in-icon .fal,
.login-form .sign-in-sosmed .sign-in-icon .far {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px; }

.login-form .sign-in-sosmed .sign-in-icon.sii-twitter {
  background-color: #01BDF3; }

.login-form .sign-in-sosmed .sign-in-icon.sii-facebook {
  background-color: #01BDF3; }


/*==================================================
 NEWS - BLOG
==================================================*/
.section.list-news .row-list-news .news-item {
  position: relative;
  padding: 20px 15px 20px 80px;
  min-height: 57px;
  border-bottom: 1px solid #dedede;
  background-color: #f9f9f9;
  margin-bottom: 2px; }

.section.list-news .row-list-news {
  margin-bottom: 0px; }

.section.list-news .row-list-news .news-item .news-tem-image {
  width: 50px;
  position: absolute;
  left: 15px;
  top: 20px; }

.section.list-news .row-list-news .news-item .news-tem-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px; }

.section.list-news .row-list-news .news-item .news-item-info .list-news-title {
  font-weight: 600; }

.section.list-news .readmore {
  background-color: #01BDF3;
  color: #ffffff;
  padding: 0px 5px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 2px;
  font-size: 12px; }

.section.list-news .readmore:hover {
  background-color: #01BDF3; }

.section.list-news .more-news-list {
  text-align: right;
  margin-top: 10px; }

.section.news {
  padding-bottom: 5px; }

#page-content .section.news {
  padding-bottom: 5px; }

#page-content .section.news .news-content {
  border-bottom: 1px solid #e0e0e0; }

#page-content .section.news .news-content img {
  border-radius: 10px; }

.section.news .row.row-title {
  margin-bottom: 10px; }

.section.news .news-content {
  background-color: #ffffff;
  margin-top: 10px;
  padding-bottom: 30px; }

.section.news .news-content .news-title {
  font-weight: 600;
  color: #01BDF3;
  font-size: 18px;
  padding: 10px 0px 0px; }

.section.news .news-content .news-title a {
  color: #01BDF3; }

.section.news .news-content .date {
  padding: 0px 0px;
  color: #969696;
  width: 100%; }

.section.news .news-content p {
  text-align: left; }

.section.news .news-content .fa {
  padding-right: 6px;
  color: #969696; }

.section.news .news-content .readmore-news {
  width: 100%;
  padding-top: 10px; }

.share-via ul li.sharetext {
  margin-right: 10px;
  padding: 10px 0px; }

.share-via ul li.s-icon i {
  color: #01BDF3; }

.share-via ul li.s-icon a {
  cursor: pointer; }

.share-via ul li.s-icon {
  margin-right: 5px;
  font-size: 28px; }

.share-via ul li {
  float: left; }

/*---------- COMMENT ----------*/
.comment-wrap .v-comment {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2; }
.comment-wrap .comment-box {
  margin-bottom: 5px;
  background-color: #f9f9f9;
  border-bottom: 0px solid #dedede;
  padding: 10px 10px; }
  .comment-wrap .comment-box .cb-left {
    width: 30%;
    height: auto;
    float: left;
    padding-right: 20px; }
    .comment-wrap .comment-box .cb-left .cb-photo {
      position: relative;
      width: 100%;
      height: 0px;
      padding-bottom: 100%;
      background-size: 100% 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
      .comment-wrap .comment-box .cb-left .cb-photo img {
        width: 100%;
        position: absolute;
        height: auto;
        left: 0px;
        top: 0px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%; }
  .comment-wrap .comment-box .cb-right {
    width: 70%;
    height: auto;
    float: left; }
    .comment-wrap .comment-box .cb-right .cbr-name {
      font-size: 18px;
      font-weight: 600;
      color: #318bb1; }
.comment-wrap .c-form {
  margin-bottom: 20px; }
  .comment-wrap .c-form .button {
    cursor: pointer;
    border: 0px solid #000000;
    background-color: #01BDF3;
    color: #ffffff;
    padding: 10px 10px;
    margin: 10px 0px;
    font-weight: 600; }
  .comment-wrap .c-form input[type=text]:focus, .comment-wrap .c-form input[type=email]:focus, .comment-wrap .c-form textarea:focus {
    border: 2px solid #01BDF3 !important;
    -webkit-box-shadow: 0 0px 0 0 #000000 !important;
    box-shadow: 0 0px 0 0 #000000 !important; }
  .comment-wrap .c-form input[type=text]:active, .comment-wrap .c-form input[type=email]:active, .comment-wrap .c-form textarea:active {
    border: 2px solid #01BDF3 !important;
    -webkit-box-shadow: 0 0px 0 0 #000000 !important;
    box-shadow: 0 0px 0 0 #000000 !important; }
  .comment-wrap .c-form input[type=text], .comment-wrap .c-form input[type=email], .comment-wrap .c-form textarea {
    border: 1px solid #9e9e9e;
    margin: 0px 0px;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box; }
  .comment-wrap .c-form textarea {
    height: 100px;
    resize: vertical; }

/*==================================================
 OUR DOCTOR
==================================================*/
.section_team .wrap-team {
  padding: 20px 0px;
  position: relative; }

.section_team .row.row-title {
  margin-bottom: 10px; }

.section_team .row-team {
  margin-bottom: 5px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dedede; }

.section_team .section-title.row-title-team {
  border-bottom: 0px solid #333333; }

.section_team .wrap-team .wt-left {
  width: 100px;
  height: auto;
  padding-right: 10px;
  position: absolute;
  top: 20px;
  left: 10px; }

.section_team .wrap-team .wt-left .wt-photo {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  background-size: 100% 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }
  .section_team .wrap-team .wt-left .wt-photo img {
    width: 100%;
    position: absolute;
    height: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }

.section_team .wrap-team .wt-right {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 120px; }

.section_team .wrap-team .wt-right .wtr-name {
  font-size: 18px;
  font-weight: 600;
  color: #01BDF3; }

.section_team .wrap-team .wt-right .wtr-title {
  color: #636363;
  font-weight: 600; }

.section_team .wrap-team .wt-right .wtr-sosmed .sosmed-icon {
  margin-top: 10px; }

.section_team .wrap-team .wt-right .wtr-sosmed .icon-round {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: table;
  float: left;
  margin-right: 5px; }

.section_team .wrap-team .wt-right .wtr-sosmed .icon-round .wtr-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff; }

.facebook-bg {
  background-color: #3b5998; }

.twitter-bg {
  background-color: #4099ff; }

.linkedin-bg {
  background-color: #3372b9; }
/*=====================
  Bottom panel CSS start
==========================*/
.bottom-panel {
  position: fixed;
  left: 0;
  bottom: -1px;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); }
  .bottom-panel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0; }
    .bottom-panel ul li {
      text-align: center; }
      .bottom-panel ul li .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .bottom-panel ul li a {
        color: #222222; }
        .bottom-panel ul li a i {
          font-size: 20px; }
          .bottom-panel ul li a i.icbo {
            display: none; }
        .bottom-panel ul li a span {
          font-size: 9px;
          font-weight: 700;
          color: #222222;
          text-transform: uppercase;
          margin-top: 4px;
          display: block; }
      .bottom-panel ul li.active a span {
        color: #01BDF3; }
      .bottom-panel ul li.active a i.icbo {
        display: block;
        color: #01BDF3; }
      .bottom-panel ul li.active a i.icli {
        display: none; }

.panel-space {
  padding-top: 80px; }
/****************landing page css******************/
.landing ul.slick-dots {
  bottom: auto;
  margin: auto;
  text-align: center
}
.landing ul.slick-dots li {
  margin: 0;
  padding: 0;
  width: auto !important;
  height: auto !important
}
.landing ul.slick-dots li button {
  margin: 3px;
  padding: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  box-shadow: 0 0 1px #6e6e6e
}
.landing ul.slick-dots li button:before {
  display: none
}
.landing-slider-item img {
  height: 230px;
  object-fit: contain;
  margin: auto
}
.card-title{
  font-size: 20px;
}
/************appointment css******************/
.details-box-main .pay-securely-btn {
  padding-top: 0;
}

.appointment-page {
  background: #F3F8FF;
  margin-top: 40px;
}

.appointment-section {
  display: inline-block;
  width: 100%;
  box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.102);
  border-radius: 0 0 30px 30px;
}

.appointment-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 0;
}

.appointment-top h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 0;
  margin: 0;
}

.appointment-top .month {
  font-size: 14px;
  font-weight: 500;
  color: #1D3A62;
  position: relative;
}

.appointment-top .month span {
  position: relative;
  top: -1px;
  padding: 0 10px;
}

.appointment-top .month:before {
  font-family: 'medcure';
  content: "\e920";
  font-size: 12px;
}

.appointment-top .month:after {
  font-family: 'medcure';
  content: "\e921";
  font-size: 12px;
}

.appointment-bottom {
  padding: 0 20px;
  box-sizing: border-box;
}

.appointment-bottom ul {
  display: flex;
  padding: 25px 0;
  margin: 0 -5px;
  list-style: none;
}

.appointment-bottom ul li {
  width: 15%;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;
}

.appointment-bottom ul li .sun-sat {
  border-radius: 30px;
  padding: 8px 0;
}

.appointment-bottom ul li .sun-sat strong {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #1D3A62;
}

.appointment-bottom ul li .sun-sat span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.appointment-bottom ul li .sun-sat:hover {
  background: #01BDF3;
  border-radius: 20px;
  box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.102);
}

.appointment-bottom ul li .sun-sat:hover strong, .appointment-bottom ul li .sun-sat:hover span {
  color: #fff;
}

.appointment-bottom ul li .sun-sat.active {
  background: #01BDF3;
  box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.102);
}

.appointment-bottom ul li .sun-sat.active strong, .appointment-bottom ul li .sun-sat.active span {
  color: #fff;
}

.morning-main-box {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.morning-slot {
  padding: 20px 0 0 0;
}

.morning-slot h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0;
  padding: 0 0 12px 0;
}

.morning-slot ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -5px;
  list-style: none;
}

.morning-slot ul li {
  width: 22%;
  text-align: center;
  padding: 8px 10px;
  margin: 10px 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  color: #000;
  background: #fff;
  box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.102);
  border-radius: 5px;
  border: none;
}

.morning-slot ul li.active, .morning-slot ul li:hover {
  background: #01BDF3;
  color: #fff;
}

.morning-main-box .book-an-appoint {
  margin-top: 20px;
  margin-bottom: 30px;
}
/***************others css***************/
.text-bg-primary{
  color: #01BDF3;
  text-decoration: underline;
  font-weight: 800;
}

.details{
  color: red;
  font-weight: 700;
}
.hospital-d{
  font-size: 13px;
  font-weight: 500;
}
.hospital-name{
  font-weight: 700;
}