html,
body,
p {
  /*font-family: 'Lato', sans-serif !important;*/
  font-weight: 400;
  font-size: 14px;
} 

#body {
  overflow: hidden;
}

button:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none !important;
}

hr {
  margin-top: 3rem !important;
}

.btn-primary {
  background-color: #337eb7 !important;
  border-color: #337eb7 !important;
}

.btn-primary:hover {
  color: #337eb7 !important;
  background-color: #fff !important;
}

.form-control {
  font-size: 14px !important;
}

.icon-chevron-down {
  color: #000;
  font-size: 12px;
  font-family: FontAwesome !important;
  padding: 4px 0px 4px 8px;
}

.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
}

.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.hospitals-carousel .carousel-indicators {
  left: auto;
  margin-right: 5%;
}

.main-carousel .carousel-indicators {
  z-index: 9;
}

.main-carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #337eb7;
  border-radius: 45px;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 1;
  background-clip: unset;
}

.hospitals-carousel .carousel-indicators li {
  width: 11px;
  height: 11px;
  background-color: #fff;
  border: 1px solid #337eb7;
  border-radius: 45px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 1;
  background-clip: unset;
}

.main-carousel .carousel-indicators .active,
.hospitals-carousel .carousel-indicators .active {
  background-color: #337eb7;
}

.main-carousel .carousel-caption {
  bottom: auto;
  left: auto;
  left: 5%;
  top: 13%;
  text-align: left;
  width: 380px;
  background-color: rgba(227, 227, 227, .7);
  margin: 10px;
  padding: 15px;
  z-index: 8;
}

.main-carousel .carousel-caption .bannerTxt-style-1 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
}

.main-carousel .carousel-caption .bannerTxt-style-2 {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 700;
}

.main-carousel .carousel-caption .ctaBtn-style5 {
  background-color: #337eb7;
  border-radius: 45px;
  display: table;
  color: #fff;
}

.main-carousel .carousel-caption .ctaBtn-style5:hover {
  text-decoration: none;
  background-color: #2e9044;
}

.main-carousel .carousel-caption .ctaBtn-style5 .ctaBtn-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 22px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.main-carousel .carousel-caption .ctaBtn-style5 img {
  text-align: right;
  float: right;
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
  width: 75%;
}

.hospitals-carousel .carousel-caption {
  right: auto;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  padding: 1rem 1.5rem;
  text-align: left;
  width: 100%;
  background-color: #f2f2f3;
  opacity: 0.85;
  z-index: 4;
}

.hospitals-carousel .carousel-caption div {
  font-size: 22px;
  color: #337eb7;
  font-weight: 900;
  margin-bottom: 5px;
}

.hospitals-carousel .carousel-caption p {
  color: #59595b;
  margin-bottom: 5px;
}

.hospitals-carousel .carousel-caption a {
  color: #337eb7;
  font-weight: 700;
  padding-bottom: 10px 20px 10px 0px;
}

.hospitals-carousel .carousel-caption a:hover {
  color: #337eb7;
}

.hospitals-carousel .carousel-control-prev,
.hospitals-carousel .carousel-control-next {
  z-index: 3;
}

.hospitals-carousel .carousel-control-prev {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0001) 100%);
}

.hospitals-carousel .carousel-control-next {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.banner-menu {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #337eb7 50%, #2e9044 50%);
  color: #fff;
}

.banner-menu .banner-menu-child1 {
  padding: 13px 30px 13px 0px;
}

.banner-menu .banner-menu-child2 {
  padding: 13px 00px 13px 30px;
}

.banner-menu .banner-menu-child1 {
  background-color: #337eb7;
}

.banner-menu .banner-menu-child2 {
  background-color: #2e9044;
}

.banner-menu .title-style-3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.banner-menu .desc-style-3 {
  font-size: 13px;
  color: #fff
}

.banner-menu a .arrowImg {
  background-image: url(../images/icon_arrow.png);
  width: 46px;
  height: 48px;
}

.banner-menu a:hover .arrowImg {
  background-image: url(../images/icon_arrow2.png);
  width: 46px;
  height: 48px;
}

.sideMenu {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 999;
}

.sideMenu .nav .nav-link {
  background-color: #337eb7;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  width: 79px;
  text-align: center;
  padding: 5px 4px 10px;
  line-height: 1.2;
  cursor: pointer;
}

.sideMenu .nav .nav-link:hover {
  background-color: #1b6298;
  color: #fff !important;
}

.sideMenu .nav .nav-link img {
  display: block;
  margin: 0 auto;
  padding: 6px 0px 9px;
  transition: all 0.3s ease;
}

.sideMenu .nav .nav-link:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.sideMenu .nav .sideMenu-cta1,
.sideMenu .nav .sideMenu-cta2,
.sideMenu .nav .sideMenu-cta3 {
  border-bottom: 1px solid #fff;
}

.sideMenu .nav .sideMenu-cta1 {
  border-radius: 8px 0px 0px 0px;
}

.sideMenu .nav .sideMenu-cta4 {
  border-radius: 0px 0px 0px 8px;
}

.sideMenu .p-slideMenu-cta1 {
  position: relative;
}

#findDoctor-container {
  position: absolute;
  right: 79px;
  top: 0px;
  display: block;
  padding: 27px 20px;
  background-color: #fff;
  border-radius: 8px;
  width: 315px;
  box-shadow: -3px 0px 10px #ccc;
  display: none;
  z-index: -1;
  height: 328px;
}

.title-style-1 {
  font-size: 35px;
  font-weight: 700;
  color: #327eb7;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.subTitle-style-1 {
  font-size: 18px;
  font-weight: 700;
  color: #327eb7;
  text-align: left;
}

.desc-style-1 {
  font-size: 14px;
  color: #59595b;
  margin-bottom: 35px;
}

.specialist-slider .desc-style-2 {
  font-size: 14px;
  color: #59595b;
  padding: 5px 30px 0px;
  line-height: 2;
  max-height: 95px;
  min-height: 95px;
  overflow: hidden;
  margin-bottom: 45px;
}

.specialist-slider .card h3 {
  display: block;
  padding: 20px 0px 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  height: 59px;
  max-height: 59px;
  overflow: hidden;
}

.btnHover {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 300%;
  transition: all 0.4s;
  color: orange;
  background-image: linear-gradient(120deg, #337eb7, #337eb7, #2e9044, #2e9044, #2e9070);
}

.btnHover::before,
.btnHover::after {
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.btnHover:hover {
  color: #fff;
  background-position: -50% 100%;
  transform: translateX(0.5rem);
}

.ctaBtn-style1 {
  width: 275px;
  height: 50px;
  border-radius: 45px;
  display: table;
  margin: 0 auto;
  color: #fff;
}

/*.ctaBtn-style1:hover{
    text-decoration: none;
    background-color: #2e9044;
    color: #fff;
}*/
.ctaBtn-style1 .ctaBtn-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 14px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.ctaBtn-style2 {
  width: 189px;
  height: 50px;
  background-color: #337eb7;
  border-radius: 45px;
  display: table;
  margin: 0 auto;
  color: #fff;
}

.ctaBtn-style2:hover {
  text-decoration: none;
  background-color: #2e9044;
  color: #fff;
}

.ctaBtn-style2 .ctaBtn-txt2 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.ctaBtn-style1 img,
.ctaBtn-style2 img {
  text-align: right;
  float: right;
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
}

.ctaBtn-style3 {
  width: 110px;
  height: 31px;
  background-color: #337eb7;
  border-radius: 45px;
  display: table;
  margin-left: 20px;
  color: #fff;
}

.ctaBtn-style3:hover {
  text-decoration: none;
  background-color: #2e9044;
  color: #fff;
}

.ctaBtn-style3 .ctaBtn-txt3 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 21px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}

.ctaBtn-style3 img {
  text-align: right;
  float: right;
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
  width: 68%;
}

.slick-slide>div>div {
  position: relative;
}

.ctaBtn-style6 {
  position: absolute;
  width: 100%;
  bottom: -12px;
  text-align: center;
}

.ctaBtn-style6 a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #337eb7;
  border-radius: 45px;
  text-transform: uppercase;
  padding: 11px 40px;
  background-color: #fff;
}

.specialist-slider .card:hover .ctaBtn-style6 a {
  color: #fff;
  border: 2px solid #2e9044;
  background-color: #2e9044;
  text-decoration: none;
}

.specialist-slider .card:hover .btnHover2 {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.btnHover2 {
  transition: all 0.3s ease;
}

.btnHover2:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.eventPromo {
  margin-bottom: 40px;
}

.eventPromo .eventPromo-1 {
  position: relative;
}

.eventPromo .eventPromo-1 div:first-child {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #327eb7;
  padding: 8px;
  position: absolute;
  top: 6px;
  z-index: 2;
  text-align: center;
}

.eventPromo .eventPromo-1 img {
  display: block;
}

.eventPromo .eventPromo-2 {
  margin: 18px;
  font-size: 14px;
  text-align: left;
  min-height: 42px;
  max-height: 42px;
  overflow: hidden;
}

.eventPromo .eventPromo-2 table tr td img {
  padding-right: 6px;
}

.eventPromo .eventPromo-2 table tr td span {
  color: #327eb7;
}

.eventPromo .eventPromo-3 {
  margin: 18px;
  text-align: left;
  min-height: 110px;
  max-height: 110px;
  overflow: hidden;
}

.eventPromo .eventPromo-3 p:first-child {
  font-size: 18px;
  font-weight: 700;
  color: #59595b;
}

.eventPromo .eventPromo-3 p:nth-child(2) {
  font-size: 14px;
  color: #59595b;
}

.eventPromo-slider .slick-slide>div>div {
  background-color: #f1f1f2;
}

.specialist-slider .card,
.eventPromo-slider .card {
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
}

.healthAZ {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.05), 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.healthAZ>div {
  margin-top: -52px;
}

.healthAZ-1 {
  background-color: #327eb8;
}

.healthAZ-2 {
  background-color: #fff;
  border-right: 0.5px solid #ccc;
}

.healthAZ-3 {
  background-color: #fff;
}

.healthAZ-2>div,
.healthAZ-3>div {
  margin-top: 20px;
}

.healthAZ-table {
  width: 100%
}

.healthAZ-table .gender-txt {
  margin-left: 23px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  color: #327eb9;
}

.commSearch {
  margin-top: -100px;
  padding: 100px 0px 50px;
}

.commSearch .subTitle-style-1 {
  margin-bottom: 20px;
  margin-top: 43px;
}

.commSearch .row div {
  padding-top: 8px;
  padding-bottom: 8px;
}

.commSearch div a {
  color: #333;
}

.commSearch div a:hover {
  text-decoration: none;
  font-weight: 700;
}

.bottomNavbar table tr td:first-child {
  padding: 10px 18px 10px 0px;
}

.bottomNavbar table tr td {
  padding: 10px 18px;
  font-size: 14px;
  color: #fff;
}

.bottomNavbar table tr td a {
  color: #fff;
}

.bottomNavbar table tr td a:hover {
  text-decoration: none;
}

.findHospital ul li:first-child {
  padding: 17px 25px 17px 0px;
}

.findHospital ul li {
  padding: 17px 25px;
}

.findHospital .nav-pills .nav-link {
  padding: 0;
  padding-bottom: 7px;
  font-size: 18px;
  color: #a7a9ac;
}

.findHospital .nav-pills .nav-link.active,
.findHospital .nav-pills .show>.nav-link,
.findHospital .nav-pills .nav-link:hover {
  color: #327eb7;
  border-bottom: 2px solid #327eb7;
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
  padding-bottom: 7px;
}

.findHospital .title-style-2 {
  color: #2e9044;
  font-size: 18px;
  font-weight: 700;
}

.findHospital .ctaBtn-style4 a {
  color: #327eb8 !important;
}

.findHospital .ctaBtn-style4 a:hover {
  color: #fff !important;
}

.findHospital table td {
  font-size: 14px;
  color: #59595b;
  line-height: 1.3;
}

.findHospital table td span {
  color: #2e9044 !important;
  -webkit-color: #2e9044 !important;
}

.findHospital table td img {
  padding: 13px 10px;
}

.ctaBtn-style4 {
  margin: 10px 0px 35px;
}

.ctaBtn-style4 a {
  border: 1px solid #327eb8;
  border-radius: 45px;
  padding: 12px 19px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #327eb8;
  white-space: nowrap;
}

.ctaBtn-style4 a:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #2e9044;
  background-color: #2e9044;
}

.footer {
  padding: 20px 0px;
}

.footer .footer_content1 a {
  padding-right: 30px;
}

.footer .footer_content1 a {
  font-size: 14px;
  font-weight: 700;
  color: #59595b !important;
  display: inline-block;
}

.footer .footer_content1 a:hover {
  text-decoration: none;
  color: #337eb7 !important;
}

.footer .footer_content1 div p {
  font-size: 12px;
  color: #59595b;
  padding-top: 10px;
  margin-bottom: 0px;
}

.footer .footer_content2 table {
  width: 100%;
}

.footer .footer_content2 table tr td img {
  width: 85%;
}

/*Return to top*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #337eb7;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 97;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  font-family: FontAwesome !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}*/
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

#locationSelect {
  display: none;
}

/*Top Navbar*/
header {
  position: relative;
  overflow: visible;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  display: inline !important;
}

header .nav-item {
  text-decoration: none;
}

header .nav-item .nav-link {
  padding-left: 0rem;
  padding-right: 1rem;
}

header span.menu-control-open,
header span.menu-control-close,
header nav,
header .nav-item,
header .nav-item .nav-link {
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #000;
}

header nav .nav-item,
header nav .nav-item .dropdown-menu a {
  font-size: 14px;
  background-color: transparent;
}

header .menu .nav-item>.dropdown-menu>li:hover,
header .menu .nav-item>.dropdown-menu .hospital-list .placename-list a:hover {
  background-color: #fbfbfb;
}

header .menu .nav-item .dropdown-submenu>a:after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.55em;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 0.55em;
  color: #a8a9ac !important;
  float: right;
  position: absolute;
  top: 44%;
  right: 13px;
}

header nav .nav-item {
  margin-left: 70px;
}

header nav .nav-item>.dropdown-menu {
  margin: 0;
  padding: 0;
  top: 55px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  border: none;
  background-color: #efefef;
}

header nav .nav-item .dropdown-submenu .dropdown-menu {
  margin: 0;
  padding: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  border: none;
  background-color: #fbfbfb;
  border-radius: 0 0.25rem 0.25rem 0rem;
  border-left: 1px solid #ccc;
}

header nav .nav-item .dropdown-submenu .dropdown-menu li:hover {
  background-color: #fff;
}

header span.menu-control-open,
header span.menu-control-close {
  display: block;
  cursor: pointer;
}

header span.menu-control-open {
  position: relative;
  font-size: 30px;
  line-height: 150%;
  float: right;
}

header span.menu-control-open svg {
  position: absolute;
  top: -12px;
  left: 12px;
}

header span.menu-control-open svg line,
header span.menu-control-open svg circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
}

header span.menu-control-open:before {
  padding-top: 1px;
}

header span.menu-control-open:before,
header span.menu-control-open:after {
  /*content: '';
  display: block;
  width: 100%;
  border-top: 3px solid wheat;*/
}

header span.menu-control-close {
  font-size: 30px;
  text-align: right;
  margin: 0px;
}

header nav {
  padding: 0px !important;
  display: flex;
  flex-direction: column;
}

.menu {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #e7e7e7;
  color: #000;
  height: 100vh;
  width: 0;
  overflow: hidden;
  transition: all .3s ease-in-out;
  /* Unnecessary styles for the menu footer */
}

.menu .menu-inner {
  position: relative;
  height: 100%;
  width: 80vw;
  padding: 1.5rem;
}

.menu .version,
.menu .madeIn {
  position: absolute;
  bottom: 1.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.menu .version {
  right: 1.5rem;
}

.menu--active {
  overflow: hidden;
}

.menu--active nav .nav-item,
.menu--active nav .nav-item a {
  transform: translate3d(0, 0, 0);
  transition: transform 500ms ease-out;
  text-align: left;
  /* Handles items within the slide-out to give them the delayed slide-in */
}

.menu--active nav .nav-item:first-child {
  transition-delay: .1s;
}

.menu--active nav .nav-item:nth-child(2) {
  transition-delay: .2s;
}

.menu--active nav .nav-item:nth-child(3) {
  transition-delay: .3s;
}

.menu--active nav .nav-item:nth-child(4) {
  transition-delay: .4s;
}

.menu--active nav .nav-item:nth-child(5) {
  transition-delay: .5s;
}

.menu--active nav .nav-item:nth-child(6) {
  transition-delay: .6s;
}
.menu--active nav .nav-item:nth-child(7) {
  transition-delay: .7s;
}

header nav li.show .nav-link {
  text-decoration: none !important;
  color: #337eb7;
  /*background-color: #e4e4e6;*/
}

header .menu .nav-item>.dropdown-menu:before {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #efefef;
  position: absolute;
  top: -12px;
  left: 34px;
}

header .menu .nav-item>.dropdown-menu-right:before {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #efefef;
  position: absolute;
  top: -12px;
  right: 34px;
  left: auto;
}

/*.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 178px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
}*/
.dropdown-menu a {
  float: none;
  color: #333;
  padding: 10px 77px 10px 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  display: block;
  text-align: left;
}

.dropdown-menu a:hover {
  text-decoration: none;
  color: #337eb7;
}

.dropdown-menu .placename-group a:hover {
  text-decoration: none;
  color: #000;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-toggle i {
  font-size: 17px;
  color: #8b8a8a;
  padding: 0px 0px 0px 8px;
}

.hospital-list a {
  font-weight: normal;
}

.placename-group {
  background-color: #dcdcdc;
}

.placename-group a {
  cursor: auto;
}

.placename-group a span {
  font-weight: 700;
}

.hospital-list {
  padding: 0px;
  overflow: scroll;
  height: 300px;
  width: 300px;
  overflow-x: hidden;
}

.hospital-list li {
  list-style: none;
}

/*search box*/
.search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background: #ebebeb;
}

.search-icon {
  font-family: FontAwesome !important;
}

.search-box+label .search-icon {
  color: black;
}

.search-box:hover {
  color: white;
  background: #337eb7;
}

.search-box:hover+label .search-icon {
  color: white;
}

.search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 300px;
  border-radius: auto;
  background: #ebebeb;
  color: black;
}

.search-box:focus+label .search-icon {
  color: black;
}

.search-box:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  position: relative;
  left: -5000px;
  float: left;
}

.search-icon {
  position: relative;
  left: -31px;
  top: -1px;
  color: white;
  cursor: pointer;
}

.m-searchBtn {
  padding: 0px 10px !important;
}

i {
  font-family: FontAwesome !important;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #337eb7 !important;
}

/*Hospital page - accordion*/
.hospitals-page p,
.hospitals-page span,
.hospitals-page ul li {
  color: #59595b;
}

.hospitals-page #accordion .card {
  border: none !important;
}

.hospitals-page #accordion .card-header {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  cursor: pointer;
}

.hospitals-page #accordion .card-body {
  padding: 0;
}

/*Specialties Details - Accordion*/
.specialtiesDetail-page #accordion .card {
  border: none;
  border-radius: 0px;
}

.specialtiesDetail-page #accordion .card:nth-child(even) {
  background: #fff
}

.specialtiesDetail-page #accordion .card:nth-child(odd) {
  background: #f2f2f2;
  border-top: 0.5px solid #adadad;
  border-bottom: 0.5px solid #adadad;
}

.specialtiesDetail-page #accordion .card-header {
  background-color: transparent !important;
  border: none !important;
  padding: 0px;
  cursor: pointer;
}

.specialtiesDetail-page #accordion .card-header>div {
  padding: 15px 20px;
}

.specialtiesDetail-page #accordion .card-header img {
  margin-right: 5px;
}

.specialtiesDetail-page #accordion .card-header span {
  margin-right: 10px;
}

.specialtiesDetail-page #accordion .card-body {
  padding: 0px 50px 20px 77px;
  text-align: justify;
  transition: .3s transform ease-in-out;
}

.specialtiesDetail-page #accordion hr {
  margin-top: 0px !important;
}

.specialtiesDetail-page #accordion2 .card {
  border: none;
  border-radius: 0px;
}

.specialtiesDetail-page #accordion2 .card {
  background: #fff
}

.specialtiesDetail-page #accordion2 .card-header {
  background-color: transparent !important;
  border: none !important;
  padding: 0px;
  cursor: pointer;
}

.specialtiesDetail-page #accordion2 .card-body {
  text-align: justify;
  transition: .3s transform ease-in-out;
  padding: 1.25rem 0rem 0rem;
}

.specialtiesDetail-page #accordion2 hr {
  margin-top: 0px !important;
}

.specialtiesDetail-page ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.specialtiesDetail-page ul li {
  padding-left: 1.3em;
}

.specialtiesDetail-page ul>li:before {
  content: "-";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.specialtiesDetail-page .title-style-9 {
  margin: 0rem 0rem 1rem !important;
}

.title-style-4 {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #327eb7 !important;
}

.title-style-5 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #2d9045 !important;
}

.title-style-6 {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #327eb7 !important;
  margin-bottom: 2rem;
}

.title-style-7 {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #327eb7;
  text-transform: uppercase;
  display: inline;
}

.title-style-8 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #327eb7 !important;
  margin-bottom: 0rem;
  padding-top: 15px;
}

.title-style-9 {
  font-size: 20px;
  font-weight: 900;
  color: #327eb7 !important;
  margin: 1rem 0rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.title-style-10 {
  color: #327eb9;
  font-weight: 900;
  font-size: 16px;
  border-bottom: 0.7px solid #327eb7;
  line-height: 3;
  margin-bottom: 15px;
}

.title-style-11 {
  color: #2e9044;
  font-weight: 900;
  font-size: 15px;
}

.hospitals-page #accordion hr {
  margin-top: 0px !important
}

.hospitals-page #accordion table {
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  color: #327eb7;
}

.hospitals-page #accordion table th {
  font-weight: 700;
  color: #59595b;
}

.hospitals-page #accordion table tr td {
  padding: 10px 0px;
}

.hospitals-page #accordion table tr td:nth-child(2) {
  padding: 10px 0px 10px 15px;
}

.hospitals-page #accordion ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.hospitals-page #accordion ul li {
  padding-left: 1.3em;
}

.hospitals-page #accordion ul li:before {
  content: "-";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.ctaBtn-style7 {
  color: #2e9044;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.ctaBtn-style7:hover {
  color: #327eb7;
}

.contact-information a,
.findHospital #pills-tabContent a {
  color: #2e9044 !important;
  text-decoration: none;
}

.contact-information a:hover,
.findHospital #pills-tabContent a:hover {
  color: #337eb7 !important;
}

.contact-information .btn {
  color: #fff !important;
}

.contact-information div:first-child {
  background-color: #337eb7;
  color: #fff;
}

.contact-information table tr td {
  padding: 6px 0px;
}

.contact-information table tr td img {
  padding: 13px 13px 13px 0px;
}

.font-700 {
  font-weight: 700;
}

.color-green {
  color: #2e9044 !important;
}

.hospitals-page #accordion .card-header a:after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.55em;
  position: absolute;
  top: 0.5em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.55em;
  float: right;
  color: #333 !important;
  transition: all 0.5s;
  float: right;
  transition: all 0.5s;
  right: 15px;
}

.hospitals-page #accordion .card-header a.collapsed:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.specialtiesDetail-page #accordion .card-header a:after {
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.55em;
  position: absolute;
  top: 1.5em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.55em;
  float: right;
  color: #333 !important;
  transition: all 0.5s;
  float: right;
  right: 35px;
}

.specialtiesDetail-page #accordion2 .card-header a div:after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.55em;
  transform: rotate(-45deg);
  width: 0.55em;
  color: #327eb7 !important;
  transition: all 0.5s;
  margin-left: 8px;
  margin-bottom: 1px;
}

.specialtiesDetail-page #accordion .card-header a.collapsed:after,
.specialtiesDetail-page #accordion2 .card-header a.collapsed div:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.specialtiesDetail-page #accordion .card .show,
.specialtiesDetail-page #accordion2 .card .show {
  transition: all 0.5s;
}

/*Google Map*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*end*/
.ctaBtn-waze {
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #77d0eb;
  text-align: center;
}

.ctaBtn-waze2 {
  padding: 13px 27px;
  border-radius: 10px;
  background-color: #77d0eb;
  text-align: center;
  margin-right: 7px;
}

.ctaBtn-googlemap {
  padding: 15px 10px;
  border-radius: 10px;
  border: 1px solid #d8d8d7;
  background-color: #fff;
  text-align: center;
}

.ctaBtn-googlemap2 {
  padding: 13px 10px;
  border-radius: 10px;
  border: 1px solid #d8d8d7;
  background-color: #fff;
  text-align: center;
}

.breadcrumb {
  background-color: transparent !important;
  padding: 0.75rem 0rem 0rem !important;
  margin-bottom: 0rem !important;
}

.breadcrumb-item {
  font-size: 13px !important;
}

.breadcrumb-item a {
  color: #327eb7 !important;
}

.breadcrumb-item a:hover {
  color: #2e9044 !important;
}

.wrap {
  width: 100%;
}

.covinientCard {
  height: 100%;
}

#primary-content-wrap {
  position: relative;
}

.primary-content {
  float: left;
}

.sidebar {
  width: 33.33%;
  float: left;
}

.footer2 {
  clear: both;
}

.sticky2 {
  position: fixed;
  top: 77px;
  margin: 0;
}

.abs {
  position: absolute;
  bottom: 10px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.letterbox {
  padding: 0;
}

.letterbox li {
  text-align: center;
  float: left;
  padding: 5px 13px;
  background-color: transparent;
  color: #a8a9ac;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin: 0px 2.2px;
  cursor: pointer;
}

.letterbox li:hover {
  float: left;
  padding: 5px 13px;
  background-color: #337eb7;
  color: #fff !important;
  border-radius: 100%;
  width: 35px;
  height: 35px;
}

.findADoctor-page .form-control,
.eventsPromo-page .form-control {
  border: none !important;
  border-bottom: 1px solid #a8a9ac !important;
  border-radius: 0px !important;
  padding: 0.375rem 0px;
}

.eventsPromo-page .form-control {
  font-size: 15px;
  font-weight: 700;
  color: #2e9044;
}

::placeholder {
  color: #a8a9ac !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a8a9ac !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a8a9ac !important;
}

.findADoctor-page .card,
.specialties-page .card {
  margin: 10px 0px 85px;
  border: none !important;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.findADoctor-page .card .card-block {
  border-top: 3px solid #337eb7;
  padding: 0px 20px;
}

.findADoctor-page .card .card-title {
  padding: 15px 0px 0px;
  color: #333;
  min-height: 57px !important;
  max-height: 57px;
  overflow: hidden;
  margin-bottom: 5px !important;
}

.findADoctor-page .card h4,
.specialties-page .card h4 {
  font-size: 18px;
  font-weight: 700;
}

.findADoctor-page .card .card-desc>div {
  padding: 8px 10px 0px;
}

.findADoctor-page .card .card-desc div p {
  line-height: 1;
  color: #59595b;
  margin-top: 0.5rem;
}

.findADoctor-page .card .card-desc div img {
  margin-right: 3px;
}

.findADoctor-page .card .desc-spec {
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  overflow: hidden;
}

.findADoctor-page .card .desc-hpt {
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  overflow: hidden;
}

.findADoctor-page .card .card-btn {
  margin-bottom: -11px;
  padding-top: 28px;
}

.findADoctor-page .img-container {
  position: relative;
}

.findADoctor-page .viewProfile {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgb(51, 126, 183);
  color: #fff;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 8px;
  text-align: center;
}

.findADoctor-page .card:hover .viewProfile {
  opacity: 1;
}

.ctaBtn-style8 {
  transition: all 0.3s ease;
}

.ctaBtn-style8 a {
  color: #337eb7;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #d0dbdc;
  border-radius: 45px;
  text-transform: uppercase;
  padding: 11px 18px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.findADoctor-page .card .ctaBtn-style8:hover a {
  color: #fff;
  border: 1px solid #2e9044;
  background-color: #2e9044;
}

.findADoctor-page .card .ctaBtn-style8:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.ctaBtn-style9 {
  transition: all 0.3s ease;
}

.ctaBtn-style9 a {
  bottom: 0;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f79140 !important;
  border: 1px solid #f79140;
  padding: 0.375rem 3.35rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.65rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.ctaBtn-style9:hover a {
  background-color: #fff !important;
  color: #f79140 !important;
}

.findADoctor-page .form-control option {
  color: #59595b !important;
}

.specialties-page .card .card-block {
  padding: 20px 14px 0px;
}

.specialties-page .card .card-title {
  padding: 10px 0px 0px;
  color: #333;
  text-transform: uppercase;
}

.specialties-page .card .card-desc p {
  font-size: 13px !important;
  max-height: 43px;
}

.img-container {
  overflow: hidden;
  /* clip the excess when child gets bigger than parent */
  z-index: 1;
}

.img-container img {
  display: block;
  transition: transform .4s;
  /* smoother zoom */
}

.specialties-page .card .card-btn {
  margin-bottom: -12px;
  padding-top: 27px;
}

.ctaBtn-style10 {
  transition: all 0.3s ease;
}

.ctaBtn-style10 a {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #337eb7;
  border-radius: 45px;
  text-transform: uppercase;
  padding: 10px 38px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.ctaBtn-style11 {
  transition: all 0.3s ease;
}

.ctaBtn-style11 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 45px;
  text-transform: uppercase;
  padding: 13px 23px;
  background-color: #337eb7;
  transition: all 0.3s ease;
  width: 211px;
  cursor: pointer;
}

.ctaBtn-style11:hover {
  background-color: #2e9044 !important;
  color: #fff !important;
  webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.ctaBtn-style11 a {
  color: #fff;
}

.ctaBtn-style11:hover a {
  color: #fff;
}

.specialties-page .card:hover .ctaBtn-style10 a {
  color: #fff;
  border: 1px solid #2e9044;
  background-color: #2e9044;
}

.specialties-page .card:hover .ctaBtn-style10 {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.specialties-page .card:hover .img-container img,
.eventsPromo-page .card:hover .img-container img,
.specialist-slider .card:hover .img-container img,
.eventPromo-slider .card:hover .img-container img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.ongoing-events .event-date {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #327eb7;
  padding: 7px 20px;
  position: absolute;
  top: 21px;
  text-align: center;
}

.ongoing-events .event-mainImg img {
  border-radius: 15px;
}

.event-info {
  position: absolute;
  top: 89px;
  right: 14px;
  width: 358px;
  padding: 30px 34px;
  background-color: #fff;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
}

.event-info p span {
  color: #327eb7;
}

.event-info h5 {
  font-weight: 900;
  color: #28a745;
}

.event-info .ctaBtn-style5 {
  width: 180px;
  height: 41px;
  background-color: #337eb7;
  border-radius: 45px;
  display: table;
  color: #fff;
}

.event-info .ctaBtn-style5 .ctaBtn-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 22px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.event-info .ctaBtn-style5 img {
  text-align: right;
  float: right;
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
  width: 75%;
}

.card:hover .ctaBtn-style6 a {
  color: #fff;
  border: 1px solid #2e9044;
  background-color: #2e9044;
}

.card:hover .ctaBtn-style6 {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.eventsPromo-page .card {
  background-color: #f1f1f2;
  border: none;
  width: 100%;
  display: inline-block;
  min-height: 447px;
  margin-bottom: 5rem;
}

.eventsPromo-page optgroup {
  font-weight: 400;
}

.docDetail .title-style-8 {
  line-height: 0.8;
  font-size: 28px;
}

.docDetail h3 {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #337eb7;
  margin-bottom: 7px;
  letter-spacing: 0.1px;
}

.docDetail div span {
  color: #337eb7;
}

.docDetail .scrollable-box ul {
  list-style-type: none;
  padding-inline-start: 0px;
  max-height: 137px;
  height: 137px;
  overflow: scroll;
  overflow-x: hidden;
  border: 1px solid #ccc;
  margin-bottom: 0px;
}

.docDetail .scrollable-box li {
  padding: 3px 18px;
}

.docDetail .scrollable-box h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #337eb7;
  color: #fff;
  margin-bottom: 0px;
  padding: 10px 18px;
}

.docDetail .nav-tabs {
  display: table;
  width: 100%;
}

.docDetail .nav-link {
  display: table-cell;
  border: 0.5px solid #ccc !important;
  border-bottom: 0px !important;
  border-radius: 0px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #59595b !important;
  padding: 10px 5px;
}

.docDetail .nav-tabs .nav-link.active,
.docDetail .nav-tabs .nav-item.show .nav-link,
.docDetail .nav-tabs .nav-link:hover {
  color: #ffffff !important;
  background-color: #28a745;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b7b7b8;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #808080;
}

.docDetail .nav-tabs {
  border-bottom: 0px;
}

.docDetail .clinic-hours {
  width: 100%;
}

.docDetail .clinic-hours tr {
  border: 1px solid #ccc;
}

.docDetail .clinic-hours tr:first-child {
  background-color: #337eb7;
  color: #fff;
  border-top: 0px !important
}

.docDetail .clinic-hours tr td {
  padding: 12px 18px;
  text-align: center;
}

.docDetail .clinic-hours tr:first-child td {
  padding: 10px 18px;
  text-align: center;
}

.docDetail .clinic-hours tr td span {
  color: #337eb7;
}

.icon-whatsapp {
  content: url(../images/icon_whatsapp.svg);
  height: 30px !important;
  cursor: pointer;
}

.icon-whatsapp:hover {
  content: url(../images/icon_whatsapp2.svg);
  height: 30px !important;
}

.icon-fb {
  content: url(../images/icon_fb.svg);
  height: 30px !important;
  cursor: pointer;
}

.icon-fb:hover {
  content: url(../images/icon_fb2.svg);
  height: 30px !important;
}

.icon-email {
  content: url(../images/icon_email.svg);
  height: 30px !important;
  cursor: pointer;
}

.icon-email:hover {
  content: url(../images/icon_email2.svg);
  height: 30px !important;
}

.icon-add {
  content: url(background-repeat: no-repeat,icon_add.svg);
  height: 30px !important;
  cursor: pointer;
}

.ctaBtn-style12 {
  height: 41px;
  background-color: #337eb7;
  border-radius: 45px;
  display: table;
  color: #fff;
}

.ctaBtn-style12:hover {
  text-decoration: none;
  background-color: #2e9044;
}

.ctaBtn-style12 .ctaBtn-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 22px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2;
}

.ctaBtn-style12 img {
  text-align: right;
  float: right;
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
  width: 75%;
}

.internationalPatients-page .nav-tabs {
  width: 100%;
  display: table;
}

.internationalPatients-page .nav-tabs .nav-link {
  width: 20%;
  text-align: center;
  border-radius: 0px !important;
  border: none !important;
  padding: 15px 0px;
  display: table-cell;
}

.internationalPatients-page .nav-tabs a {
  color: #808080;
  font-weight: 700;
  font-size: 15px;
}

.internationalPatients-page .nav-tabs a:hover {
  background-color: #28a745 !important;
  color: #fff !important;
}

.internationalPatients-page .nav-tabs .nav-link.active {
  background-color: #28a745;
  color: #fff;
}

.internationalPatients-page .card .card-block {
  padding: 20px 14px 0px;
}

.internationalPatients-page .card .card-title {
  padding: 10px 0px 0px;
  color: #333;
  text-transform: uppercase;
  height: 53px;
  min-height: 53px;
  max-height: 53px;
}

.internationalPatients-page .card .card-desc p {
  font-size: 13px !important;
  max-height: 55px;
  overflow: hidden;
}

.internationalPatients-page .card h4,
.specialties-page .card h4 {
  font-size: 18px;
  font-weight: 700;
}

.internationalPatients-page .ip-style1 .card {
  border: none !important;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  cursor: pointer;
}

.internationalPatients-page .card:hover .ctaBtn-style10 a {
  color: #fff;
  border: 1px solid #2e9044;
  background-color: #2e9044;
}

.internationalPatients-page .card .card-btn {
  margin-bottom: -12px;
  padding-top: 27px;
}

.internationalPatients-page ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.internationalPatients-page ul li {
  padding-left: 1.3em;
}

.internationalPatients-page ul li:before {
  content: "-";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.internationalPatients-page .blue-arrow {
  content: url(../images/arrowRight_blue2.png);
  width: 80px;
  margin: 0 auto;
}

.ipg-style1 {
  background-color: #f3f2f3;
  text-align: center;
  padding: 40px 0px 10px !important;
  margin-top: 100px !important;
  box-shadow: 0 0 0 1px #f3f2f3;
  border-radius: 16px;
  border: 3px solid #fff;
}

.ipg-style1, .ipg-style1 p {
  font-size: 15px !important;
}

.ipg-style1 table img {
  margin-right: 10px;
}

.ipg-style1 table span {
  color: #28a745;
  font-weight: bold;
}

.ipg-style1>div {
  display: inline-block;
  text-align: left;
}

.ipg-icon {
  display: block;
  margin: 0 auto;
  margin-top: -146px;
}

.internationalPatients-page #accordion .card-header img,
.internationalPatients-page #accordion2 .card-header img {
  margin-right: 5px;
  width: 22px;
}

.internationalPatients-page #accordion .card,
.internationalPatients-page #accordion2 .card {
  border: 0px
}

.internationalPatients-page #accordion .card-body,
.internationalPatients-page #accordion2 .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.25rem 1.25rem;
}

.internationalPatients-page #accordion .card-body ul p,
.internationalPatients-page #accordion2 .card-body ul p,
.internationalPatients-page #accordion .card-body ol p,
.internationalPatients-page #accordion2 .card-body ol p {
  font-weight: 900;
  margin-bottom: 0px;
}

.internationalPatients-page #accordion .card-header a.collapsed:after,
.internationalPatients-page #accordion2 .card-header a.collapsed:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.internationalPatients-page #accordion .card-header a:after,
.internationalPatients-page #accordion2 .card-header a:after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  height: 0.55em;
  position: absolute;
  top: 1.3em;
  transform: rotate(-45deg);
  width: 0.55em;
  float: right;
  color: #333 !important;
  transition: all 0.5s;
  transition: all 0.5s;
  right: 15px;
}

#nav-hospitalService .hs-style1 {
  background-color: #ebebeb;
  border-radius: 16px;
  text-align: center;
}

#nav-hospitalService .hs-style1 .row>div {
  padding: 20px 0px;
}

#nav-hospitalService .hs-style1 span {
  font-size: 12px;
  font-style: italic;
  font-weight: normal !important;
  display: block;
}

#nav-travelGuide .tg-style1 {
  border-radius: 16px;
  background-color: #ebebeb;
}

#nav-travelGuide .tgImg-style1 img {
  border-radius: 16px 0px 0px 16px;
}

#nav-travelGuide .tgInfo-style1 {
  border-radius: 0px 16px 16px 0px;
}

#nav-travelGuide .tgInfo-style1 span,
#nav-travelGuide .tgInfo-style2 span {
  font-weight: 700;
}

#nav-travelGuide .tgImg-style2 img {
  border-radius: 0px 16px 16px 0px;
}

#nav-travelGuide .tgInfo-style2 {
  border-radius: 16px 0px 0px 16px;
}

#nav-travelGuide .tg-style2 {
  background-color: #ebebeb;
  height: 100%;
  border-radius: 16px;
  padding: 1.5rem;
}

#nav-travelGuide .tg-style2 p {
  font-weight: 700;
}

#nav-travelGuide .tg-style2 span {
  color: #327eb7;
  font-size: 16px;
}

#carousel-travelGuide1,
#carousel-travelGuide2 {
  background-color: #222;
}

#carousel-travelGuide1 .carouselInfo,
#carousel-travelGuide2 .carouselInfo {
  color: #fff;
  font-weight: bold;
}

#carousel-travelGuide1 .carouselInfo span,
#carousel-travelGuide2 .carouselInfo span {
  font-weight: normal;
  font-size: 12px;
}

#carousel-travelGuide1 .carousel-indicators li,
#carousel-travelGuide2 .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #337eb7;
  border-radius: 45px;
  margin-right: 8px;
  margin-left: 8px;
  opacity: 1;
  background-clip: unset;
}

#carousel-travelGuide1 .carousel-indicators .active,
#carousel-travelGuide2 .carousel-indicators .active {
  background-color: #337eb7;
}

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

.internationalPatients-page h3 {
  font-size: 20px;
  font-weight: 900;
  color: #327eb7 !important;
  margin: 1rem 0rem;
  letter-spacing: 0.5px;
}

.internationalPatients-page a {
  color: #327eb7;
}

#nav-findUs .fu-style1 {
  padding: 1rem 0rem;
}

.ctaBtn-style5 {
  background-color: #337eb7;
  border-radius: 45px;
  display: table;
  color: #fff;
}

.ctaBtn-style5 .ctaBtn-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 33px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.ctaBtn-style5 img {
  text-align: right;
  float: right;
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
  width: 75%;
}

.makeAppt-page .title-style-4 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #327eb7 !important;
}

.makeAppt-page .nav-tabs {
  border-bottom: none !important;
}

.makeAppt-page .nav-tabs .nav-link {
  width: 170px;
  border: 1px solid #909090;
  border-radius: 0px;
  border: none;
  text-align: center;
  color: #59595b;
  background-color: #fff;
  z-index: 1;
}

.makeAppt-page .nav-tabs .nav-link:first-child {
  border-radius: 5px 0px 0px 5px;
  border: 1px solid;
  border-color: transparent;
  border-color: #ccc transparent #ccc #ccc;
}

.makeAppt-page .nav-tabs .nav-link:nth-child(2) {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid;
  border-color: #ccc #ccc #ccc transparent;
}

.makeAppt-page .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #28a745;
  border-color: transparent;
}

.makeAppt-page .ctaBtn-style5 {
  background-color: #337eb7;
  border-radius: 45px;
  display: table;
  color: #fff;
  margin: 0 auto;
}

.makeAppt-page .tab-content {
  background-color: #f3f3f3;
  padding-bottom: 70px;
  padding-top: 60px;
}

.makeAppt-page .ctaBtn-style5 img {
  text-align: right;
  float: right;
  display: table-cell;
  vertical-align: middle;
  padding: 4px;
  width: 75%;
}

.makeAppt-page .ctaBtn-style5 .ctaBtn-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 33px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}

.makeAppt-page .makeAppt-sec1 {
  background-color: #337eb7;
  border-radius: 10px 10px 0px 0px;
}

.makeAppt-page .makeAppt-sec1 h4 {
  font-size: 16px !important;
  color: #fff;
  padding: 15px 10px;
  margin: 0px;
  display: inline-block;
}

.makeAppt-page .makeAppt-sec1 img {
  margin-left: 27px;
}

.makeAppt-page .form-control {
  height: calc(0.5em + 0.75rem + 2px);
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  padding: 0rem;
}

.makeAppt-page textarea.form-control {
  height: auto !important;
  border: 1px solid #ced4da !important;
}

.makeAppt-page .form-group {
  margin-bottom: 3rem;
}

.eventsPromoDetail-page .title-style-8 {
  font-size: 28px;
}

.eventsPromoDetail-page .eventTimetable {
  color: #59595b;
}

.eventsPromoDetail-page h4 {
  color: #2d9045;
  font-size: 15px;
  font-weight: 900;
}

.eventsPromoDetail-page span {
  font-weight: 900;
  display: block;
}

.eventsPromoDetail-page .eventTimetable td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none !important;
}

.eventsPromoDetail-page .eventTimetable td:first-child {
  padding-left: 0rem;
}

.eventsPromoDetail-page .eventTimetable thead {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.eventsPromoDetail-page .boothActivities p {
  margin-bottom: 0px;
}

.eventsPromoDetail-page .eventCountdown p {
  font-weight: 700;
  text-align: center;
}

.eventsPromoDetail-page .eventCountdown table {
  width: 100%
}

.eventsPromoDetail-page .eventCountdown table tr td {
  width: 25%;
  text-align: center;
  font-size: 13px;
}

.eventsPromoDetail-page .eventCountdown table tr:first-child td {
  font-size: 27px;
  color: #2d9145;
  font-weight: 900;
  line-height: 1;
}

.eventsPromoDetail-page .eventDetails-header,
.eventsPromoDetail-page .eventRegistration-header {
  background-color: #337eb7;
  text-align: center;
  padding: 10px 0px;
}

.eventsPromoDetail-page .eventDetails-header p,
.eventsPromoDetail-page .eventRegistration-header p {
  display: inline-block;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.eventsPromoDetail-page .eventDetails-body,
.eventsPromoDetail-page .eventRegistration-body {
  background-color: #f2f2f2;
  padding: 18px;
}

.eventsPromoDetail-page .eventDetails-body table {
  width: 95%;
  margin: 0 auto;
}

.eventsPromoDetail-page .eventDetails-body td {
  font-size: 13px;
  padding: 5px;
}

.eventsPromoDetail-page .eventDetails-body p {
  font-size: 13px;
  word-break: break-all;
  margin-top: 1rem;
}

.eventsPromoDetail-page .eventRegistration-body label {
  margin-bottom: 0px;
}

.eventsPromoDetail-page .eventRegistration-body .form-control {
  border: 0px;
  border-radius: 0px;
  background-color: #f2f2f2;
  border-bottom: 0.5px solid #ccc;
  line-height: 1;
  padding: 0px;
  height: calc(1em + 0.75rem + 2px);
}

.eventsPromoDetail-page .eventRegistration-body .ctaBtn-style5 .ctaBtn-txt {
  padding-left: 40px;
}

/*PATIENT CARE - ACCORDION*/
.patientCare-page #accordion .card {
  border: none;
  border-radius: 0px;
  background: #fff
}

.patientCare-page #accordion .card:nth-child(odd) {
  border-top: 0.5px solid #adadad;
  border-bottom: 0.5px solid #adadad;
  background: #fff;
}

.patientCare-page #accordion .card:nth-child(even) {
  background: #f2f2f2;
}

.patientCare-page #accordion .card-header {
  background-color: transparent !important;
  border: none !important;
  padding: 0px;
  cursor: pointer;
}

.patientCare-page #accordion .card-header div {
  padding: 15px 35px 15px 30px;
  padding-right: 35px;
}

.patientCare-page #accordion .card-header img {
  margin-right: 5px;
}

.patientCare-page #accordion .card-header span {
  margin-right: 10px;
}

.patientCare-page #accordion .card-body {
  padding: 0px 40px 20px 30px;
  text-align: justify;
  transition: .3s transform ease-in-out;
}

.patientCare-page #accordion hr {
  margin-top: 0px !important;
}

.patientCare-page ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.patientCare-page ul li {
  padding-left: 1.3em;
}

.patientCare-page ul li:before {
  content: "-";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.patientCare-page #accordion .card-header a:after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.55em;
  left: 0em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.55em;
  float: right;
  color: #333 !important;
  transition: all 0.5s;
  float: right;
  transition: all 0.5s;
}

.patientCare-page #accordion .card-header a.collapsed:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.patientCare-page #accordion .card .show {
  transition: all 0.5s;
}

.patientCare-page .room-rate {
  border: 0.5px solid #327eb9;
}

.patientCare-page .room-rate .room-rate-table {
  margin: 5%;
  width: 90%
}

.patientCare-page .room-rate .room-rate-table thead {
  background-color: #327eb9;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
}

.patientCare-page .room-rate .room-rate-table thead tr td {
  padding: 8px 0px;
}

.patientCare-page .room-rate .room-rate-table>thead>tr>td:first-child,
.patientCare-page .room-rate .room-rate-table tbody tr td table tr td:first-child {
  width: 55%;
  padding-left: 35px;
  text-align: left;
}

.patientCare-page .room-rate .room-rate-table>thead>tr>td:nth-child(2),
.patientCare-page .room-rate .room-rate-table tbody tr td table tr td:nth-child(2) {
  padding-left: 35px;
  text-align: center;
}

.patientCare-page .room-rate .room-rate-table>tbody>tr:nth-child(even) {
  background-color: #fff;
  border-bottom: 0.5px solid #adadad;
}

.patientCare-page .room-rate .room-rate-table>tbody>tr:nth-child(odd) {
  background-color: #f3f2f3;
  border-bottom: 0.5px solid #adadad;
}

.patientCare-page .room-rate .room-rate-table>tbody>tr {
  height: 45px;
  min-height: 45px;
}

.patientCare-page .room-rate .room-rate-table>tbody>tr>td tr:first-child {
  color: #327eb9;
  font-weight: 900;
  font-size: 16px;
}

.patientCare-page .room-rate .room-rate-table>tbody>tr>td {
  padding: 10px 0px;
}

.patientCare-page .title-style-4 {
  color: #2d9045 !important;
}

.patientCare-page .title-style-4.collapsed {
  color: #5b5b5b !important;
}

.facilitiesAmenities-page .nav-tabs {
  width: 100%;
  display: table;
}

.facilitiesAmenities-page .nav-tabs .nav-link {
  width: 20%;
  text-align: center;
  border-radius: 0px !important;
  border: none !important;
  padding: 15px 0px;
  display: table-cell;
}

.facilitiesAmenities-page .nav-tabs a {
  color: #808080;
  font-weight: 900;
  font-size: 17px;
}

.facilitiesAmenities-page .nav-tabs a:hover {
  background-color: #28a745 !important;
  color: #fff !important;
}

.facilitiesAmenities-page .nav-tabs .nav-link.active {
  background-color: #28a745;
  color: #fff;
}

.facilitiesAmenities-page #accordion .card,
.facilitiesAmenities-page #accordion2 .card,
.facilitiesAmenities-page #accordion3 .card {
  border: none;
  border-radius: 0px;
  border-bottom: 0.5px solid #adadad;
}

.facilitiesAmenities-page #accordion .card:nth-child(even),
.facilitiesAmenities-page #accordion2 .card:nth-child(even),
.facilitiesAmenities-page #accordion3 .card:nth-child(even) {
  background: #f2f2f2;
}

.facilitiesAmenities-page #accordion .card:nth-child(odd),
.facilitiesAmenities-page #accordion2 .card:nth-child(odd),
.facilitiesAmenities-page #accordion3 .card:nth-child(odd) {
  background: #fff;
}

.facilitiesAmenities-page #accordion .card-header,
.facilitiesAmenities-page #accordion2 .card-header,
.facilitiesAmenities-page #accordion3 .card-header {
  background-color: transparent !important;
  border: none !important;
  padding: 0px;
  cursor: pointer;
}

.facilitiesAmenities-page #accordion .card-header>div,
.facilitiesAmenities-page #accordion2 .card-header>div,
.facilitiesAmenities-page #accordion3 .card-header>div {
  padding: 15px 35px;
}

.facilitiesAmenities-page #accordion .card-header img,
.facilitiesAmenities-page #accordion2 .card-header img,
.facilitiesAmenities-page #accordion3 .card-header img {
  margin-right: 5px;
  width: 22px;
}

.facilitiesAmenities-page #accordion .card-header span,
.facilitiesAmenities-page #accordion2 .card-header span,
.facilitiesAmenities-page #accordion3 .card-header span {
  margin-right: 10px;
}

.facilitiesAmenities-page #accordion .card-body,
.facilitiesAmenities-page #accordion2 .card-body,
.facilitiesAmenities-page #accordion3 .card-body {
  padding: 0px 35px 20px 35px;
  text-align: justify;
  transition: .3s transform ease-in-out;
}

.facilitiesAmenities-page #accordion hr,
.facilitiesAmenities-page #accordion2 hr,
.facilitiesAmenities-page #accordion3 hr {
  margin-top: 0px !important;
}

.facilitiesAmenities-page ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.facilitiesAmenities-page ul li {
  padding-left: 1.3em;
}

.facilitiesAmenities-page ul li:before {
  content: "-";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.facilitiesAmenities-page #accordion .card-header a:after,
.facilitiesAmenities-page #accordion2 .card-header a:after,
.facilitiesAmenities-page #accordion3 .card-header a:after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.55em;
  position: absolute;
  top: 1.5em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.55em;
  float: right;
  color: #333 !important;
  transition: all 0.5s;
  float: right;
  transition: all 0.5s;
  right: 15px;
}

.facilitiesAmenities-page #accordion .card-header a.collapsed:after,
.facilitiesAmenities-page #accordion2 .card-header a.collapsed:after,
.facilitiesAmenities-page #accordion3 .card-header a.collapsed:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.facilitiesAmenities-page #accordion .card .show,
.facilitiesAmenities-page #accordion2 .card .show,
.facilitiesAmenities-page #accordion3 .card .show {
  transition: all 0.5s;
}

.facilitiesAmenities-page #accordion .card-header a div:last-child,
.facilitiesAmenities-page #accordion2 .card-header a div:last-child,
.facilitiesAmenities-page #accordion3 .card-header a div:last-child {
  padding-right: 12px;
}

.facilitiesAmenities-page h4 {
  font-size: 16px;
  font-weight: 900;
  color: #28a745;
}

.facilitiesAmenities-page h5 {
  font-size: 15px;
  font-weight: 700;
}

.facilitiesAmenities-page .roomService {
  border: 0.5px solid #327eb9;
}

.facilitiesAmenities-page .roomService .roomService-header {
  background-color: #327eb9;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  padding: 10px 0px 10px 20px;
}

.facilitiesAmenities-page .roomService .roomService-info {
  padding-top: 10px;
  padding-bottom: 10px;
}

.facilitiesAmenities-page .roomService .roomService-info .row {
  padding-left: 20px;
}

.facilitiesAmenities-page .room-rate .room-rate-table tbody tr td table tr td:first-child,
.facilitiesAmenities-page .room-rate .room-rate-table tbody tr td table tr td:first-child {
  /*width: 55%;*/
  padding-left: 35px;
  text-align: left;
}

.facilitiesAmenities-page .room-rate .room-rate-table>thead>tr>td:nth-child(2),
.facilitiesAmenities-page .room-rate .room-rate-table tbody tr td table tr td:nth-child(2) {
  padding-left: 35px;
  text-align: center;
}

.facilitiesAmenities-page .roomService .roomService-info:nth-child(odd) {
  background-color: #fff;
  border-bottom: 0.5px solid #adadad;
}

.facilitiesAmenities-page .roomService .roomService-info:nth-child(even) {
  background-color: #f3f2f3;
  border-bottom: 0.5px solid #adadad;
}

.facilitiesAmenities-page .room-rate .room-rate-table>tbody>tr {
  height: 45px;
  min-height: 45px;
}

.facilitiesAmenities-page .roomService .roomService-title {
  color: #327eb9;
  font-weight: 900;
  font-size: 16px;
}

.facilitiesAmenities-page .room-rate .room-rate-table>tbody>tr>td {
  padding: 10px 0px;
}

.ctaBtn-style13 a {
  bottom: 0;
  display: inline-block;
  color: #726f71;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff !important;
  border: 1px solid #d9d9d8;
  padding: 11px 3.35rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.65rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.keywords-btn input {
  background-color: #f3f2f3;
  border-radius: 25px 0px 0px 25px !important;
  border-top: 1px solid #337eb7 !important;
  border-bottom: 1px solid #337eb7 !important;
  border-left: 1px solid #337eb7 !important;
  padding-left: 10px;
  padding: 23px;
}

.keywords-btn button {
  border-radius: 0px 25px 25px 0px !important;
  background-color: #f3f2f3;
  border-top: 1px solid #337eb7 !important;
  border-right: 1px solid #337eb7 !important;
  border-bottom: 1px solid #337eb7 !important;
  padding: 2px 2px 0px 0px !important;
}

.keywords-btn button .arrowImg {
  background-image: url(../images/icon_arrow_blue.png);
  width: 44px;
  height: 44px;
}

.keywords-btn button:hover .arrowImg {
  background-image: url(../images/icon_arrow_blue.png);
  width: 44px;
  height: 44px;
}

.keywords-btn .form-control:focus {
  color: #495057;
  background-color: #f3f2f3 !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.keywords-btn .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.health-list {
  list-style: none;
  padding-left: 20px;
}

.health-list li {
  padding: 5px 0px;
}

.health-list li:before {
  content: "-";
  margin-left: -1.3em;
  width: 1.5em;
  color: #59595b;
}

.healthAZ-page hr {
  margin: 20px 0px !important;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.healthAZ-page .anatomy-wrapper .mainbody .nav-tabs .nav-link {
  min-width: auto;
}

.healthAZ-page .anatomy-wrapper .mainbody ul li {
  width: 50%;
}

.healthAZ-page .anatomy-wrapper .mainbody ul li:first-child {
  margin-top: 0px;
}

.title-style-2 {
  color: #2e9044;
  font-size: 18px;
  font-weight: 700;
}

.hospitalsList-table {
  border: 1px solid #ccc;
  margin: 0px !important;
}

.hospitalsList-table>div {
  padding-top: 6px;
  padding-bottom: 6px;
}

.hospitalsList-table>div:first-child {
  background-color: #327eb7;
  color: #fff;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 16px;
}

.emergencyContact {
  margin: 0px 15.5px;
  padding: 10px 55px;
}

.emergencyContact2 {
  margin: 0px 15.5px;
  padding: 10px 55px;
  background-color: #f3f2f3;
}

.emergencyContacts-modal {
  font-size: 13px;
}

.emergencyContacts-modal table td span {
  color: #2e9044 !important;
  -webkit-color: #2e9044 !important;
}

.emergencyContacts-modal table td img {
  padding: 13px 10px 13px 0px;
}

.enquiryForm-tile {
  color: #327eb7;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.formdisclaimer {
  font-size: 11px;
}

.selectHospitals .form-control:before {
  content: url('../images/icon_location.png');
  height: 30px;
}

.select-style-1 {
  border: 1px solid #327eb9 !important;
  height: auto !important;
  padding: 0.85rem 0.95rem !important;
  background-color: #fff !important;
}

/*Select Icon Dropdown*/
select.select-style-1 {
  -webkit-appearance: none;
  /* remove the original arrow */
  -moz-appearance: none;
  -o-appearance: none;
}

.select-style-1+i.fa {
  float: right;
  margin-top: -30px;
  margin-right: 5px;
  cursor: pointer;
  padding-right: 10px;
  color: #a8a9ac;
  font-size: 12px;
}

select.select-style-2 {
  -webkit-appearance: none;
  /* remove the original arrow */
  -moz-appearance: none;
  -o-appearance: none;
}

.select-style-2+i.fa {
  float: right;
  margin-top: -22px;
  margin-right: -5px;
  cursor: pointer;
  padding-right: 10px;
  color: #a8a9ac;
  font-size: 10px;
}

.career-page ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

.career-page ul li {
  padding-left: 1.3em;
}

.career-page ul li:before {
  content: "-";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

/* PRIVACY POLICY */
.privacy-policy ol {
  counter-reset: list;
  text-align: justify;
}

.privacy-policy ol>li {
  list-style: none;
  position: relative;
  padding: 5px 15px 5px 0;
}

.privacy-policy ol>li:before {
  counter-increment: list;
  content: counters(list, ".") " ";
  position: absolute;
  left: -2.5em;
}

.privacy-policy ol li ol li ol>li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  left: -2.5em;
}

.privacy-policy ol li ol li ol li ol>li:before {
  counter-increment: list;
  content: counter(list, lower-roman) ") ";
  position: absolute;
  left: -2.5em;
}

.sideInfo-header {
  background-color: #337eb7;
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.sideInfo-body {
  background-color: #f2f2f2;
  padding: 18px;
}

.sideInfo-body ul li a {
  color: #212529;
}

.sideInfo-body ul li a:hover {
  color: #337eb7;
}

.makeAnEnquiry-btn2 {
  background-color: #2e9044;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: block;
}

.makeAnEnquiry-btn2:hover {
  background-color: #337eb7;
  color: #fff;
}

.newsroom>div {
  border-bottom: 0.5px solid #ccc;
  margin-bottom: 1rem;
}

.newsroom>div .title-style-2:hover {
  color: #337eb7;
}

.newsroom>div span {
  font-style: italic;
  margin-bottom: 0.5rem;
}

.doctorOnCall-page .nav-tabs {
  width: 100%;
  display: table;
}

.doctorOnCall-page .nav-tabs .nav-link {
  width: 20%;
  text-align: center;
  border-radius: 0px !important;
  border: none !important;
  padding: 15px 0px;
  display: table-cell;
}

.doctorOnCall-page .nav-tabs a {
  color: #808080;
  font-weight: 700;
  font-size: 15px;
}

.doctorOnCall-page .nav-tabs a:hover {
  background-color: #28a745 !important;
  color: #fff !important;
}

.doctorOnCall-page .nav-tabs .nav-link.active {
  background-color: #28a745;
  color: #fff;
}

.doctorOnCall-page .form-control {
  height: calc(0.5em + 0.75rem + 12px);
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
}

.doctorOnCall-page textarea.form-control {
  height: auto !important;
  border: 1px solid #ced4da !important;
}

.doctorOnCall-page .form-group {
  margin-bottom: 3rem;
}

.doctorOnCall-page #nav-home div>span {
  font-size: 20px;
  color: #2d8f00;
  font-weight: 700;
}

.enquiry-nurse {
  position: absolute;
  right: -74px;
  top: -115px;
}

.enquiry-nurse img {
  width: 73%;
}

/* MOBILE_MAKE AN ENQUIRY */
.m-makeAnEnquiry {
  display: none;
}

.ol-list-style {
  padding: 0 0 15px 15px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #000;
  background-color: transparent;
}

@media (max-width: 1200px) {
  .enquiry-nurse {
    right: -104px;
  }
}

@media (min-width: 1200px) {
  .ctaBtn-style9 a {
    position: absolute;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu--active .menu {
    width: 40%;
  }

  /*.menu--active .menu .menu-inner {
    width: 40vw;
  }*/
}

@media screen and (min-width: 1024px) {

  /*header nav .nav-item:hover .dropdown-menu {
    display: block;
  }*/
  header .nav .nav-item .nav-link {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-right: 1.2rem !important;
  }

  header nav .nav-item:hover .nav-link,
  header nav .nav-item .nav-link.active {
    color: #337eb7 !important;
  }

  header span.menu-control-open,
  header span.menu-control-close {
    display: none;
  }

  header .menu {
    position: static;
    overflow: visible;
    background-color: transparent;
    width: auto;
    height: auto;
  }

  header .menu .menu-inner {
    padding: 0;
    width: 100%;
    z-index: 999;
  }

  header .menu a {
    transform: none;
    transition: none;
  }

  header .menu .version,
  header .menu .madeIn {
    bottom: -90.85vh;
    letter-spacing: 1px;
    font-size: 1.3rem;
  }

  header nav {
    flex-direction: row;
  }

  header nav .nav-item {
    /*font-size: 2.65rem;*/
    margin-left: 75px;
  }

  .globalpage header nav .nav-item {
    margin-left: 55px;
  }

  .ms-my-version header nav .nav-item {
    margin-left: 33px;
  }

  .zh-cn-version header nav .nav-item {
    margin-left: 96px;
  }

  .id-id-version header nav .nav-item {
    margin-left: 46px;
  }

  .hospitalPage header nav .nav-item {
    margin-left: 42px;
  }

  .hospitalPage .ms-my-version header nav .nav-item {
    margin-left: 3px;
  }

  .hospitalPage .zh-cn-version header nav .nav-item {
    margin-left: 70px;
  }

  .hospitalPage .id-id-version header nav .nav-item {
    margin-left: 25px;
  }

  header nav .nav-item:first-child {
    /*font-size: 2.65rem;*/
    margin-left: 0rem !important;
  }

  header .nav-item .nav-link {
    padding-left: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  header nav .nav-item {
    margin-left: 113px;
  }

  .globalpage header nav .nav-item {
    margin-left: 93px;
  }

  .ms-my-version header nav .nav-item {
    margin-left: 70px;
  }

  .zh-cn-version header nav .nav-item {
    margin-left: 132px;
  }

  .id-id-version header nav .nav-item {
    margin-left: 82px;
  }

  .hospitalPage header nav .nav-item {
    margin-left: 69px;
  }

  .hospitalPage .ms-my-version header nav .nav-item {
    margin-left: 32px;
  }

  .hospitalPage .zh-cn-version header nav .nav-item {
    margin-left: 100px;
  }

  .hospitalPage .id-id-version header nav .nav-item {
    margin-left: 57px;
  }
}

@media screen and (max-width: 1024px) {
  .menu--active .menu {
    width: 75%;
    height: 100%;
    background-color: #f1f1f2;
    z-index: 999;
  }

  .menu .menu-inner {
    padding: 1.5rem 0px;
    width: 100%;
    overflow: auto;
  }

  header span.menu-control-close {
    padding-right: 17px;
    margin-bottom: 15px;
  }

  .dropdown-menu a:hover {
    color: #337eb7;
    padding-left: 15px;
  }

  .menu .nav-item .nav-link .icon-chevron-down {
    color: #000;
    float: right;
  }

  .dropdown-menu {
    padding: 0px 30px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0px;
  }

  .dropdown-menu {
    position: relative;
  }

  header nav .nav-item {
    margin-left: 0px;
  }

  .navbar {
    align-items: normal !important;
  }

  header nav li .nav-link {
    padding: 0.75rem 1rem !important;
  }

  header nav li.show .nav-link {
    background-color: #cecdcd;
    color: #333;
  }

  header nav .nav-item>.dropdown-menu {
    box-shadow: none;
    background-color: #fbfbfb;
  }

  .navbar-nav .dropdown-menu a {
    padding-left: 25px;
    font-weight: normal;
  }

  .navbar {
    padding: 0px !important;
  }

  .navbar-nav .dropdown-menu {
    margin: 0px !important;
    border: none !important;
  }

  .dropdown-toggle i {
    float: right;
  }

  .hospital-list {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  header nav .nav-item .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
    box-shadow: none;
  }

  header .menu .nav-item .dropdown-submenu:hover>a:after {
    transform: rotate(135deg);
  }

  header nav .nav-item>.dropdown-menu>li>a,
  header nav .nav-item .dropdown-menu .hospital-list a {
    border-top: 0.2px solid #ccc !important;
  }

  .hospital-list .placename-group {
    display: none;
  }

  .dropdown-menu a {
    padding: 7px 10px;
  }

  header .nav-item .nav-link {
    letter-spacing: 0.3px;
  }
}

/*End Top NavBar*/
@media (max-width: 1024px) {
  #locationSelect {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #327eb8;
    background-image: none;
    border: 1px solid #327eb8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }

  #locationSelect:focus {
    box-shadow: none;
  }

  .locationTab {
    display: none !important;
  }

  .findHospital .tab-content {
    padding: 1rem 1rem 0rem;
    border-radius: 0.25rem;
    background-color: #f1f1f2;
  }

  .m-pantai-logo {
    width: 160px;
    height: auto;
  }

  .menu .nav-item {
    transform: translate3d(-150px, 0, 0);
    transition: transform .15s ease-in;
  }

  #navbar .container {
    /* padding: 10px; */
  }

  .findHospital #pills-tabContent .title-style-2 {
    margin-bottom: 0px;
  }

  .ongoing-events .event-info {
    position: relative;
    border-radius: 0px 0px 15px 15px;
    top: auto;
    right: auto;
    width: auto;
  }

  .ongoing-events .event-mainImg img {
    border-radius: 15px 15px 0px 0px !important;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .desc-style-2 {
    padding: 10px 20px 45px;
  }
}

@media (max-width: 991px) {
  .select-style-2+i.fa {
    display: inline;
    float: right;
    margin-top: -24px;
    margin-right: 10px;
    cursor: pointer;
    padding-right: 10px;
    color: #ffffff;
    font-size: 16px;
  }

  .header {
    display: flex;
  }

  .header .container {
    padding: 0px;
  }

  #main-navbar {
    text-align: right;
  }

  .navbar-brand {
    padding: 0px !important;
  }

  .main-navbar {
    display: block;
  }

  .main-navbar .navbar-nav {
    display: inline-block;
    width: 100%;
  }

  .main-navbar .nav-item {
    display: block;
  }

  .main-carousel .carousel-caption {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    padding: 20px;
    left: 0;
    margin: 0;
  }

  .main-carousel .carousel-caption .bannerTxt-style-1 {
    font-size: 25px;
    margin-bottom: 5px;
    line-height: 1;
  }

  .main-carousel .carousel-caption .bannerTxt-style-2 {
    font-size: 14px;
  }

  .main-carousel .carousel-caption .ctaBtn-style5 .ctaBtn-txt {
    font-size: 12px;
  }

  .main-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
  }

  .enquiry-nurse {
    right: -144px;
    top: -115px;
  }

  .main-carousel .carousel-indicators {
    left: auto;
    margin-right: 5%;
  }
}

@media (max-width: 767px) {
  .desc-style-2 {
    padding: 5px 20px 45px;
  }

  .covinientCard {
    height: auto;
  }

  .eventPromo .eventPromo-1 div:first-child {
    position: relative;
    top: 0;
    padding: 4px;
    font-size: 15px;
  }

  .eventPromo .eventPromo-3 p:first-child {
    font-size: 15px;
  }

  .eventsPromo-page .card {
    min-height: auto;
  }

  .ongoing-events .event-date {
    position: relative;
    top: 0;
    border-radius: 15px 15px 0px 0px !important;
  }

  .ongoing-events .event-mainImg img {
    border-radius: 0px !important;
  }

  .healthAZ>div {
    margin-top: 0px;
  }

  /*.healthAZ-2 {
        border-right: none;
        border-bottom: 0.5px solid #ccc;
    }*/
  .healthAZ-2>div,
  .healthAZ-3>div {
    margin: 0px;
  }

  .sideMenu {
    bottom: 0;
    top: auto;
    right: auto;
    width: 100%;
    background-color: #327eb8;
    z-index: 10;
  }

  .sideMenu nav {
    flex-direction: row !important;
  }

  .sideMenu .nav>div {
    font-size: 10px;
    padding: 0px;
    width: 25%;
  }

  .sideMenu .nav .nav-link {
    width: 100%
  }

  .sideMenu .nav .sideMenu-cta1,
  .sideMenu .nav .sideMenu-cta2,
  .sideMenu .nav .sideMenu-cta3 {
    border-bottom: none;
    border-right: 1px solid #fff;
  }

  .sideMenu .nav .sideMenu-cta1,
  .sideMenu .nav .sideMenu-cta4 {
    border-radius: 0px;
  }

  .sideMenu .nav .nav-link img {
    padding: 6px 0px 4px;
  }

  .sideMenu .p-slideMenu-cta1 {
    position: inherit;
  }

  #findDoctor-container {
    right: auto;
    top: -221px;
    width: 100%;
    height: auto;
    border-radius: 0px;
    box-shadow: 0px 0px 7px #ccc;
  }

  .footer {
    padding: 20px 0px 76px;
  }

  #return-to-top {
    bottom: 80px;
    right: 6px;
    width: 40px;
    height: 40px;
  }

  #return-to-top i {
    left: 11px;
    top: 8px;
  }

  .carousel-img {
    width: 150%;
    min-width: 150%;
    margin-left: -50%;
  }

  #return-to-top:hover i {
    top: 8px;
  }

  .eventPromo .eventPromo-1 div {
    font-size: 14px;
  }

  .healthAZ-2,
  .healthAZ-3 {
    margin: 30px 0px !important;
  }

  .healthAZ-table .gender-img {
    width: 75%;
  }

  .healthAZ-table .gender-txt {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .ctaBtn-style3 img {
    width: 61%;
  }

  .ctaBtn-style3 {
    margin-left: 10px;
  }

  .hospitals-carousel .carousel-caption {
    position: relative;
  }

  .findADoctor-page .card,
  .specialties-page .card {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
  }

  .findADoctor-page .card .card-title {
    min-height: 0px !important;
  }

  #navbar .container {
    padding: 10px 0px;
  }

  .findADoctor-page .ctaBtn-style9 a,
  .specialties-page .ctaBtn-style9 a,
  .eventsPromo-page .ctaBtn-style9 a {
    width: 100%;
    padding: 0.775rem 3.35rem;
  }

  .specialties-page .card .card-block {
    padding: 10px 14px 0px;
  }

  .facilitiesAmenities-page .nav-tabs a {
    font-size: 2vw;
  }

  .docDetail .scrollable-box ul {
    height: auto;
  }

  .findADoctor-page .viewProfile {
    opacity: 1;
    padding: 5px;
  }

  .m0-auto {
    margin: 0 auto !important;
  }

  .docDetail .title-style-8 {
    font-size: 23px;
  }

  .docDetail .nav-link {
    font-size: 12px;
  }

  .internationalPatients-page .blue-arrow {
    content: url(../images/arrowDown_blue2.png);
    width: 25px;
    margin: 20px auto;
  }

  #nav-travelGuide .tg-style1 {
    text-align: center;
    margin: 1rem;
  }

  #nav-travelGuide .tgImg-style1 img,
  #nav-travelGuide .tgImg-style2 img {
    border-radius: 16px;
    margin: 1.5rem;
  }

  #nav-travelGuide .tg-style3 {
    margin: 1rem 0rem;
  }

  #carousel-travelGuide1 .carouselInfo,
  #carousel-travelGuide2 .carouselInfo {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 28px 45px 58px;
  }

  #nav-travelGuide .ctaBtn-style5 {
    margin: 0 auto;
  }

  #carousel-travelGuide1 .carousel-control-prev,
  #carousel-travelGuide1 .carousel-control-next,
  #carousel-travelGuide2 .carousel-control-prev,
  #carousel-travelGuide2 .carousel-control-next {
    top: auto;
    bottom: 35%;
  }

  .m-makeAnEnquiry {
    display: block;
  }

  .makeAnEnquiry-btn {
    background-color: #2d8f00;
    color: #fff;
    position: fixed;
    padding: 7px 30px;
    right: -76px;
    top: 51%;
    transform: rotate(-90deg);
    z-index: 99;
  }

  .makeAnEnquiry-btn2 {
    display: none;
  }
}

@media (max-width: 600px) {
  .title-style-1 {
    font-size: 6vw;
    margin-bottom: 5px;
  }

  .desc-style-1 {
    margin-bottom: 15px;
  }

  .desc-style-2 {
    padding: 5px 30px 40px;
    line-height: 1.5;
    max-height: 185px;
    min-height: 185px;
  }

  .bottomNavbar table tr td {
    padding: 10px 16px;
  }

  .bottomNavbar table tr td:first-child {
    padding: 10px 16px 10px 0px;
  }

  .ctaBtn-style4 a {
    padding: 12px 10px;
    font-size: 11px;
  }

  .main-carousel .carousel-caption .ctaBtn-style5 .ctaBtn-txt {
    font-size: 11px;
    padding-left: 20px;
  }

  .main-carousel .carousel-caption .ctaBtn-style5 img {
    width: 64%;
    padding: 2px;
  }

  .facilitiesAmenities-page .nav-tabs a {
    font-size: 2.5vw;
  }

  .enquiryForm-tile {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .desc-style-2 {
    max-height: 110px;
    min-height: 110px;
  }
}

@media (max-width: 425px) {
  .title-style-1 {
    font-size: 7vw;
  }

  .ctaBtn-style1 {
    width: 240px;
  }

  .ctaBtn-style1 .ctaBtn-txt {
    font-size: 14px;
  }

  .ctaBtn-style1 img {
    width: 85%;
  }

  .desc-style-2 {
    max-height: 126px;
    min-height: 126px;
  }

  .ctaBtn-style6 a {
    font-size: 12px;
    padding-bottom: 11px 35px;
  }

  .ctaBtn-style2 {
    width: 175px;
  }

  .ctaBtn-style2 .ctaBtn-txt2 {
    font-size: 14px;
  }

  .ctaBtn-style2 img {
    width: 80%;
  }

  .ctaBtn-style3 {
    width: 82px;
    height: 30px;
  }

  .ctaBtn-style3 .ctaBtn-txt3 {
    padding-left: 10px;
  }

  .ctaBtn-style3 img {
    width: 90%;
  }

  .healthAZ-table .gender-img {
    width: auto;
  }

  .healthAZ-table .gender-txt {
    margin-left: 5px;
  }

  .ctaBtn-style3 {
    margin-left: 5px;
  }

  .title-style-8 {
    font-size: 7vw;
    padding-top: 10px;
  }

  .ongoing-events .event-info {
    padding: 30px 8vw;
  }

  .facilitiesAmenities-page .nav-tabs a {
    font-size: 3vw;
  }

  .facilitiesAmenities-page #accordion .card-header>div,
  .facilitiesAmenities-page #accordion2 .card-header>div,
  .facilitiesAmenities-page #accordion3 .card-header>div {
    padding: 15px;
  }

  .facilitiesAmenities-page #accordion .card-body,
  .facilitiesAmenities-page #accordion2 .card-body .facilitiesAmenities-page #accordion3 .card-body {
    padding: 0px 20px 20px 20px;
  }

  .patientCare-page .room-rate .room-rate-table>thead>tr>td:first-child,
  .patientCare-page .room-rate .room-rate-table tbody tr td table tr td:first-child {
    padding-left: 5px;
  }

  .patientCare-page .room-rate .room-rate-table>thead>tr>td:nth-child(2),
  .patientCare-page .room-rate .room-rate-table tbody tr td table tr td:nth-child(2) {
    padding-left: 5px;
  }

  .patientCare-page #accordion .card-header div {
    padding: 10px 5px 10px 5px;
    padding-right: 5px;
  }

  .patientCare-page #accordion .card-body {
    padding: 0px 5px 20px 5px;
  }

  .emergencyContact, .emergencyContact2 {
    padding: 10px 15px;
  }

  .specialtiesDetail-page #accordion .card-body {
    padding: 0px 25px 20px;
  }

  .specialtiesDetail-page #accordion .card-header a:after {
    right: 25px;
  }

  .specialtiesDetail-page #accordion .card-header a div:last-child {
    padding-right: 12px;
  }

  .internationalPatients-page .nav-tabs a {
    font-size: 3vw;
  }

  .enquiry-nurse img {
    width: 65%;
  }

  .enquiry-nurse {
    right: -173px;
    top: -99px;
  }

  .footer .footer_content1 a {
    padding-right: 15px;
  }

  .footer .footer_content1 a {
    font-size: 13px;
  }
}

@media (max-width: 375px) {
  .ongoing-events .event-info {
    padding: 7vw 5vw;
  }

  .facilitiesAmenities-page .nav-tabs a {
    font-size: 4vw;
  }
}

/*infinate scrolling*/
.clearfix,
.list {
  zoom: 1;
}

.clearfix:before,
.list:before,
.clearfix:after,
.list:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after,
.list:after {
  clear: both;
}

.is-hidden {
  display: none !important;
}

.load-more,
.loading {
  clear: both;
}

.load-more:hover {
  background-color: #333;
  color: white;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  cursor: pointer;
}

.list {}

.element {
  transform: scale(0.01);
}

.element-in {
  animation: listIn 0.4s ease;
  transform: scale(1);
}

@keyframes listIn {
  from {
    transform: scale(0.1);
  }

  to {
    transform: scale(1);
  }
}

.loading {
  height: 10px;
  width: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}

.loading:before,
.loading:after {
  position: absolute;
  display: block;
  content: '.';
  color: transparent;
  width: 15px;
  height: 15px;
  background: #333;
  border-radius: 50%;
  -webkit-animation: loading 1s infinite linear;
  margin-left: -7.5px;
  margin-top: -7.5px;
  transition: all .2s;
}

.loading:before {
  background: #e74c3c;
  bottom: auto;
  top: 0;
  right: 0;
  left: 0;
}

.loading:after {
  background: #c0392b;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  -webkit-animation-delay: -.5s;
}

@-webkit-keyframes loading {
  0% {
    top: 0%;
    left: 50%;
    right: auto;
    bottom: auto;
  }

  25% {
    top: 50%;
    left: 0%;
  }

  50% {
    bottom: auto;
    top: 100%;
    right: auto;
    left: 50%;
  }

  75% {
    top: 50%;
    bottom: auto;
    left: 100%;
    right: auto;
  }

  100% {
    top: 0%;
    bottom: auto;
    left: 50%;
    right: auto;
  }
}


/* ampang ehealth doctor list */
#nav-talkToDoctor .card-body .cardInfo-text2 {
  height: 39px;
}

#nav-talkToDoctor .card-body .cardInfo-box .cardInfo-box-child:last-child {
  height: 90px;
}

.cardInfo-box-2:has(.overlay){
    position: static;
}

.slick-slide {
    margin: 1.5rem;
}

/* act sooner */
@media (max-width: 768px) {
    #floating-image {
        bottom: 1rem !important;
    }
}