html,
body,
p {
  /*font-family: Arial !important;*/
  font-weight: 400;
  font-size: 16px;
}

#body {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

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: 1;
  background-color: white;
  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 .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.51vh;
  z-index: 999;
}

.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;
    background-color: #437FD7;
}

.sideMenu .nav .sideMenu-cta2 {
    background-color: #568CDB;
}

.sideMenu .nav .sideMenu-cta3 {
    background-color: #6999DF;
}

.sideMenu .nav .sideMenu-cta4 {
    border-radius: 0px 0px 0px 8px;
    background-color: #7BA5E3;
}

.sideMenu .nav .nav-link {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 100px;
  text-align: center;
  padding: 8px 4px !important;
  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-cta1.selected {
  border-radius: 8px 0px 0px 0px;
  border: 2px #437FD7;
  border-style: solid;
  background-color: white;
  color: #437FD7;
}

.sideMenu .nav .sideMenu-cta2.selected {
  border: 2px #568CDB;
  border-style: solid;
  background-color: white;
  color: #568CDB;
}

.sideMenu .nav .sideMenu-cta3.selected {
  border: 2px #6999DF;
  border-style: solid;
  background-color: white;
  color: #6999DF;
}

.sideMenu .nav .sideMenu-cta4.selected {
  border-radius: 0px 0px 0px 8px;
  border: 2px #7BA5E3;
  border-style: solid;
  background-color: white;
  color: #7BA5E3;
}

.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-rebrand {
  position: relative;
  text-decoration: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-size: 300%;
  transition: all 0.4s;

}

.btnHover {
  position: relative;
  text-decoration: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-size: 300%;
  transition: all 0.4s;
  color: white;
  background-color: #ed7547 !important;
}

.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-style1-rebrand .ctaBtn-txt {
  display: table-cell;
  vertical-align: middle;
  padding-left: 14px;
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
  color: white;
}

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

.ctaBtn-style1-rebrand:hover{
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
  background-color: rgb(255, 89, 0) !important;
}
.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: 20px;
  line-height: 24px;
  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: 10px 10px;
}

.findHospital table td a img {
  padding: 13px 4px;
  width: 40px;
}

.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: 160px;
  background-color: #437fd7;
  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 .navbar .nav{
  align-items: flex-end;
}
header .nav-item {
  text-decoration: none;
  position: relative;
}

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 {
  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 li>a {
  min-width: max-content;
}

header nav .nav-item>.dropdown-menu {
  margin: 0;
  padding: 0;
  margin-top: 2px;
  box-shadow: 3px 3px 3px rgb(209 209 209 / 23%);
  border: none;
  background-color: #ffffff;

  width: max-content;
  min-width: 100%;
}

header nav .nav-item>.dropdown-menu.left {
  left: -100%;
}

header nav .nav-item .dropdown-submenu .dropdown-menu {
  margin: 0;
  padding: 0;
  box-shadow: 3px 3px 3px rgb(209 209 209 / 23%);
  border: none;
  background-color: #ffffff;
  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 {
  padding-right: 15px;
  position: relative;
  font-size: 20px;
  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;
}

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

header .menu .nav-item>.dropdown-menu:before {
  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 40px 10px 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  display: block;
  text-align: left;
}

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

.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;
  height: auto;
  width: 200px;
  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:#4AB647;
}

.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 {
  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: #4AB647;
}

/* .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%;
}

#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;
}


.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;
}

/* Rex added */
#nav-contact .select-style-2+i.fa {
  font-size: 0px;
}

.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-hashtagFeed .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #50b1e6;
  font-size: 20px;
  background-color: transparent;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 0px !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #50b1e6;
  font-size: 20px;
  background-color: transparent;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 17px;
}

.feedDetails img{
  width: 600px;
}

.feedDetails.card{
  border: none !important;
}

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

@media screen and (max-width:1445px) {

  .steps-content-m1{
    margin-bottom: 40px !important;
  }
  .steps-content-m2{
    margin-bottom: 25px !important;
  }
  .steps-content-m3{
    margin-bottom: 40px !important;
  }
  .steps-content-m4{
    margin-bottom: 50px !important;
  }
}




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

@media screen and (max-width:1440px) {
  .ourPillars-bg {
    height: 690px !important;
}

/* .navbar-nav li:hover>ul.dropdown-menu{
  margin-left: 100px;
} */
}

@media screen and (max-width: 1200px) {
  .kidswithbike-bg {
      height: 615px !important;
  }

  .section-title {
    font-size: 40px !important;
}

.prizes-bg {
  height: 568px !important;
}

.section-title-Winner{
  margin-top: 25px !important;
}

}

@media screen and (max-width: 1025px) {

    .text-box-mt {
        margin-top: 45px !important;
    }

  .ourPillars-bg {
    height: 455px !important;
}

  .KV-standfor-bg-2{
    height: 515px !important;
  }

  .KV-standfor-bg-3{
    height: 515px !important;
  }

  #nav-ourPillars ol.carousel-indicators-numbers {
    bottom: 85px !important;
    width: 290px !important;
}

  .ourPillars-img-position{
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
  


  .Prizes-box{
    padding-top: 20px !important;
  }

  .TnC-margin {
    margin-top: 245px !important;
}

  .text-box-mt {
    margin-top: 15px !important;
}

  .about-us-p-2{
    margin-top: 20px !important;
  }

  .section-title-video360 {
    margin-top: 90px !important;
    font-size: 33px !important;
  }

  .confetti-bg {
    background-size: cover !important;
    height: 650px !important;
    background-position: center !important;
}

.section-title-Winner{
  margin-top: 5px !important;
}

  .Winner-box .nav {
    width: 81% !important;
}

  .section-title-Prizes {
    font-size: 35px !important;
}



  .kidswithbike-bg {
      height: 515px !important;
  }

  .section-title {
    font-size: 35px !important;
}

.section-sub-title {
  font-size: 25px !important;
}

.section-paragraph{
  font-size: 14px !important;
}

ol.carousel-indicators-numbers {
  margin-bottom: -30px !important;
}

html, body, p {
  font-size: 15px !important;
}

.strongerTgt-textbox {
  margin-top: 55px !important;
}

.strongerTgt-bg {
  background: linear-gradient(180deg, #4cb748 68%, #ed7547 25%) !important;
}

.section-title-strongerTgt {
  font-size: 43px !important;
}

.prizes-bg {
  height: 486px !important;
}

}



@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 (max-width:769px) {


  .d-view-fb-icon-margin{
    margin: -5px !important;
    padding: 5px !important;
  }

  .d-view-twitter-icon-margin{
    padding: 5px !important;
    margin-left: 10px;
  }
  

  .social-icons-width{
    padding: 0px !important;
  }

  .steps-content-m1{
    margin-bottom: 15px !important;
  }

  .steps-content-m2{
    margin-bottom: 15px !important;
  }

  .steps-content-m3{
    margin-bottom: 15px !important;
  }

  .steps-content-m4{
    margin-bottom: 20px !important;
  }

  .md-width-howtojoin{
    margin-left: auto;
  }

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    font-size: 16px !important;
  }

  .tab-title-steps-style{
    font-size: 16px !important;
  }

  #nav-ourPillars ol.carousel-indicators-numbers {
    bottom: 67px !important;
    width: 245px !important;
}

  .ourPillars-bg {
    height: 425px !important;
}

 .kidswithbike-bg .section-box{
    padding-top: 25px !important;
  }

  .KV-standfor-bg-2 .section-box{
     padding-top: 25px !important;
   }


   .KV-standfor-bg-3 .section-box{
      padding-top: 25px !important;
    }

  .KV-standfor-bg-2 {
    height: 385px !important;
}

.KV-standfor-bg-3 {
  height: 385px !important;
}

  .Prizes-box {
    padding-top: 10px !important;
}

  .section-title-Prizes {
    font-size: 33px !important;
}


  .TnC-margin {
    margin-top: 165px !important;
}
 
 
  .about-us-p-769px{
    margin-right: auto !important; 
    margin-left: 40px !important;
    padding: 0px !important;
    margin-top: 50px !important;
  }

  .PR-kissbaby-position {
    margin-top: -30px;
    margin-left: -45px;
    padding: 0;
}

.bg-blue-pattern {
  height: 445px !important;
}

.kidswithbike-bg {
  height: 385px !important;
}

.section-title{
  font-size: 22px !important;
}


.about-us-content{
  font-size: 13px !important;
}

.section-sub-title {
  font-size: 16px !important;
  padding: 2px 0px !important;
}

.section-sub-title {
  font-size: 12px !important;
  padding: 2px 0px !important;
}

.margin-left-text {
  margin-top: 0px !important;
}

.section-sub-title {
  font-size: 18px !important;
}

.section-paragraph{
  font-size: 12.5px !important;
}

.our-pillars-box{
  padding: 0px !important;
  margin-top: 50px !important;
  margin-left: 10px !important;
}

.carousel-indicators-numbers li {
 
  line-height: 20px !important;
  font-size: 11px !important;
  width: 20px !important;
  height: 20px !important;
}

ol.carousel-indicators-numbers {
  margin-bottom: -10px !important;
}

.ourPillars-img-position {
  margin-left: 50px !important;
  margin-top: 20px !important;
}

/* .ourPillars-bg {
  height: 445px !important;
} */

.section-title-strongerTgt {
  font-size: 24px !important;
}

.p-strongerTgt-textbox{
  font-size: 16px !important;
  margin-top: 20px !important;
}

.strongerTgt-textbox {
  margin-top: 40px !important;
  padding-right: 45px;
}

.strongerTgt-img-position {
  padding: 25px !important;
  margin: auto !important;
}

.sub-title-strongerTgt {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  font-size: 22px !important;
  padding-top: 10px !important;
}

.strongerTgt-bg {
  background: linear-gradient(
180deg
, #4cb748 60%, #ed7547 25%) !important;
}

.prizes-bg {
  height: 370px !important;
}


.Winner-box .nav {
  width: 95% !important;
}

.Winner-box .nav-pills .nav-link {
  font-size: 15px !important;
  margin: 3px 3px !important;
  padding: 7px 35px !important;
}

.section-title-video360 {
  margin-top: 76px !important;
  font-size: 24px !important;
  padding-left: 15px;
}

}

@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; */
    width: max-content;
  }

  header .nav .nav-item {
    flex: unset;
  }

header .nav .nav-item{
    margin-right: 50px;
  }

  header nav .nav-item:hover .nav-link,
  header nav .nav-item .nav-link.active {
    color: #e589ac !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: 15px;
    /* width:150px; */
  }

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

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

	.id-id-version header nav .nav-item {
	    margin-left: 48px;
	}
  .hospitalPage header nav .nav-item {
    margin-left: 42px;
  }
  .hospitalPage .ms-my-version header nav .nav-item {
    margin-left: 20px;
  }
  .hospitalPage .zh-cn-version header nav .nav-item {
    margin-left: 70px;
  }
  .hospitalPage .id-id-version header nav .nav-item{
  	margin-left: 15px;
  }
  header nav .nav-item:first-child {
    /*font-size: 2.65rem;*/
    margin-left: 0rem !important;
  }
}

@media screen and (min-width: 1200px) {
  header nav .nav-item {
    /* margin-left: 20px; */
    /* width: 160px; */
  }
  .ms-my-version header nav .nav-item {
    margin-left: 70px;
  }
  .zh-cn-version header nav .nav-item {
    margin-left: 135px;
  }
  .id-id-version header nav .nav-item {
    margin-left: 85px;
  }
  .hospitalPage header nav .nav-item {
    margin-left: 69px;
  }
  .hospitalPage .ms-my-version header nav .nav-item {
    margin-left: 35px;
  }
  .hospitalPage .zh-cn-version header nav .nav-item {
    margin-left: 100px;
  }
  .hospitalPage .id-id-version header nav .nav-item{
  	margin-left: 37px;
  }
}

@media screen and (max-width: 1023.9px) {

  .navbar .navbar-nav{
    flex-direction: column;
  }
  .navbar .navbar-nav .dropdown-menu{
    position: static;
  }
  
  .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: #e589ac;
    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;
    margin-right: 20px !important;
  }

  .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 {
    margin-left: 1rem;
    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;
  }

  #nav-contact .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;
  }

  #navbar header .nav .nav-item .nav-link.join-now {
    margin-top: 1rem;
    text-align: center;
  }
}


@media screen and (max-width:426px) {

    .sub-title-strongerTgt{
        font-size: 26px !important;
    }

  #carouselExampleIndicators-m   ol.carousel-indicators-numbers {
    top: 450px !important;
  }
  
  ol.carousel-indicators-numbers{
    top: 247px !important;
  }
  
  .nav-hashtag .nav-link{
    margin: 0px !important;
  }

  .p-Winner-textbox{
    width:90% !important;
  }

  .fb-icon-margin{
    margin-left:-25px
  }

  header nav .nav-item {
    margin-left: 0px;
    margin-right: 55px !important;
}

  
  .winnerProfile-box {
    margin: 0px !important;
}

  .video-size{
    width: 90%;
  }

  .video360-video-img {
    margin-top: 0px !important;
     margin-bottom: 0px !important;
    
    }


  .section-title-video360{
    margin-top: 30px !important;
    text-align: center !important;
    padding-left: 0px !important;
    margin-bottom: 30px !important;
    width: 300px;
    margin: auto;
  }

  .pillar-kv-mt{
    margin-top: 65px !important;
  }
  
  
  .section-paragraph {
    font-size: 16px !important;
    text-align: center;
    padding-left: 25px;
    padding-right: 26px;
  }


  #nav-ourPillars ol.carousel-indicators-numbers {
    top: 315px !important;
    width: unset !important;
}

  /* .accordion .link{
    color: #00b4eb !important;
    background-color: #ffbc29 !important;
    border-bottom: 5px solid #ef8f26 !important;
    border-radius: 0px !important;
  } */

  #nav-strongerTgt .submenu {
    background: #ed7547 !important;
  }

  #nav-standFor-dview .carousel-inner {
    /* padding: 35px; */
    margin-top: 60px;
    padding-top: 20px !important;
}

  /* .accordion li.open .link{
    color: #00b4eb !important;
    background-color: #ffbc29 !important;
    font-weight: bolder !important;
  } 

  .accordion li i{
    position: unset !important;
    font-size: 25px !important;
  }

  .accordion li i.fa-chevron-down {
    font-size: 25px !important;
  } */

  .section-title-Winner {
    font-size: 35px !important;
  }

  .TnC-p
    {
      text-align: center;
      margin-top: 190px;
      font-size: 14px !important;
  }
  
  

  .confetti-bg {
    height: 590px !important;
}

.confetti-m-view-bg{
  background-image: url(/itrustpantai/stg/asset/images/rebrand/winner-bg-m-v2.png) !important;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;

}

#nav-howtoJoin-view .nav-pills .nav-link{
  margin-bottom: 0px !important;

}

  .section-title-strongerTgt {
    font-size: 30px !important;
    margin: auto;
    margin-top: 20px;
}

  .section-title-Prizes {
    font-size: 24px !important;
    padding-top: 5px !important;
    padding-left: 0px !important;
    margin: auto !important;
    text-align: center;
}

  #nav-allaboutYou .carousel-indicators > li {
    border-radius: 50%;
    height: 10px !important;
    width: 11px !important;
  }


  .our-pillars-box{
    padding: 0px !important;
    margin-top: 15px !important;
    margin-left: 0px !important;
  }

  .about-us-p-2{
    padding-bottom: 30px !important;
  }


  body{
    font-size: 16px !important;
  }

  .about-us-content{
 font-size: 16px !important;
 text-align: center !important;
  }


ol.carousel-indicators-numbers {
    justify-content: center !important;
    margin-bottom: -30px !important;
    margin: auto;
  }

  .section-paragraph{
    font-size: 16px !important;
    text-align: center;
    line-height: 1.3;
  }

  .section-title {
    font-size: 35px !important;
    text-align: center;
}

.carousel-indicators-numbers li {
  line-height: 31px !important;
  font-size: 16px !important;
  width: 30px !important;
  height: 30px !important;
}
  
.section-sub-title {
  font-size: 25px !important;
  text-align: center;
}

.p-strongerTgt-duration-normal {
  margin: 0;
  font-size: 22px !important;
}

.p-strongerTgt-duration{
  font-size: 26px !important;
}

}

@media screen and (max-width:376px){

  ol.carousel-indicators-numbers {
    top: 315px !important;
}

  .fb-icon-margin{
    margin-left: 15px
  }

  header nav .nav-item {
    margin-left: 0px;
    margin-right: 20px !important;
}

.sideMenu .nav .nav-link {
  font-size: 12px;
  font-weight: 400;
}

  .sideMenu .nav .nav-link {
    height: 100px !important;
  }

.carousel-indicators-numbers li{
  /* margin-top: 45px !important; */
}

.pillar-kv-mt {
  margin-top: 115px !important;
}

  #nav-hashtagFeed .title1{
    color: #ed7547 !important;
    font-size: 22px !important;
  }
  
  .title1 {
    color: #ed7547 !important;
    font-size: 22px !important;
}

.mview-title{
  margin-top: 80px !important;
}


  #nav-standFor-dview .carousel-inner {
    padding: 0px;
}

  .bike-kids-mview-bg {
    height: 795px !important;
}

  .confetti-bg {
    height: 790px !important;
}
}

@media screen and (max-width:321px) {

  .nav-hashtag .nav-link {
    margin: -3px !important;
}

  ol.carousel-indicators-numbers {
    top: 255px !important;
}

#carouselExampleIndicators-m   ol.carousel-indicators-numbers {
  top: 380px !important;
}

  .fb-icon-margin {
    margin-left: -5px;
}

  header nav .nav-item {
    margin-left: 0px;
    margin-right: 35px !important;
}


  #nav-ourPillars ol.carousel-indicators-numbers {
    top: 288px !important;
}


  #nav-hashtagFeed .title1{
    color: #ed7547 !important;
    font-size: 19px !important;
  }
  

  .section-sub-title {
    font-size: 20px !important;
    text-align: center;
}

  .section-title {
    font-size: 25px !important;
    text-align: center;
    padding-top: 0px !important;
}

.section-paragraph {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

  .bike-kids-mview-bg {
    height: 665px !important;
}

  .title1 {
    color: #ed7547 !important;
    font-size: 19px !important;
}

  .Prizes-box {
    padding-top: 5px !important;
}


.confetti-bg {
  height: 765px !important;
}




  .section-title-strongerTgt {
    font-size: 25px !important;
    width: 285px;
    margin: auto;
    margin-top: 20px;
}


.prizes-m-view-bg {
  height: 395px !important;
}

  .section-title-Prizes {
    font-size: 20px !important;
    padding-left: 0px !important;
    margin: auto !important;
    text-align: center;
}

.section-title-Prizes {
    padding-top: 0px !important;
}

}
 



/*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: 120px;
    height: auto;
  }

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

  #navbar .container {
    padding: 15px;
  }

  .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) {
  .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;
  }

  .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 {
    height: 100px;
    padding: 10px !important;
    font-size: 10px;
    border-bottom: none;
    border-right: 1px solid #fff;
  }

  .sideMenu .nav .sideMenu-cta1,
  .sideMenu .nav .sideMenu-cta4 {
    height: 100px;
    font-size: 10px;
    padding: 10px !important;
    border-radius: 0px;
  }

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

  .sideMenu .nav .nav-link img {
    width: 50px;
    padding: 6px 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 15px 110px;
  }

  #return-to-top {
    bottom: 135px;
    right: 6px;
    width: 60px;
    height: 60px;
  }

  #return-to-top i {
    left: 20px;
    top: 19px;
  }

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

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

  .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: 17px 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: 426px) {
  .m-pantai-logo {
    width: 200px;
    height: auto;
  }
}


@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;
  }
}




/* Rebrand Microsite styling START */

.carousel-indicators {
  z-index: 7 !important;
}

#navbar i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#navbar #navbarDropdown:hover i{
  color: #ed7547 !important;
  transform: rotate(180deg);
      
}

#navbar #navbarDropdown:active i{
  color: #ed7547 !important;
  transform: rotate(180deg);
}

#navbar #navbarDropdown i:hover{
  color: #ed7547 !important;
  transform: rotate(180deg);
      
}

#navbar #navbarDropdown i:active{
  color: #ed7547 !important;
  transform: rotate(180deg);
}

#form-tnc .form-tnc body{
  color: #59595b !important;
}

ul.dropdown-menu show{
  margin-left: 100px;
}

html {
  --scrollbarBG: #CFD8DC !important;
  --thumbBG: #90A4AE !important;
}

#modal-emergency-contact, #modal-international-patients{
  color: #000;
}

#modal-emergency-contact .title-style-11 {
  color: #f68821;
  font-weight: 900;
  font-size: 15px;
}

header span.menu-control-open, header span.menu-control-close, header nav, header .nav-item, header .nav-item .nav-link{
    /* padding-right: 15px;  */
    text-transform: uppercase;
    color: #212529;
    font-weight: bold;

}

header nav .nav-item .nav-link.selected
{
  text-transform: uppercase;
  color: #307fde !important;
  font-weight: bold;
  border-bottom: 2px solid #327eb7;
  border-radius: 0px;
  padding-bottom: 6px;
}

header nav .nav-item:hover .nav-link{
  text-transform: uppercase;
  color: #307fde !important;
  font-weight: bold;
  border-bottom: 2px solid #327eb7;
  border-radius: 0px;
  /* padding-bottom: 6px;
  transform: scale(1.02); */
}

.dropdown-menu a{
  text-decoration: none;
  color: #307fde ! important;
  font-weight: bold;
}

.dropdown-menu a:hover {
  text-decoration: none;
  color: #fff ! important;
  background: #307fde ! important;
}





.kidswithbike-bg{
  background-image: url(/itrustpantai/stg/asset/images/rebrand/KV-2kidswithbike-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
}

.KV-standfor-bg-2{
  background-image: url(/itrustpantai/stg/asset/images/rebrand/KV-standfor-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
}

.KV-standfor-bg-3{
  background-image: url(/itrustpantai/stg/asset/images/rebrand/KV-standfor-bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
}

.prizes-bg{
  background-image: url(/itrustpantai/stg/asset/images/rebrand/Public-Prize-v2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 710px;
  background-position: center !important;
}

.prizes-m-view-bg{
  background-image: url(/itrustpantai/stg/asset/images/rebrand/Public-Prize-v2-mview.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  height: 415px;
}

.bike-kids-mview-bg{
  background-image: url(/itrustpantai/stg/asset/images/rebrand/KV-2kidswithbike-mview-bg-426.jpg);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  height: 850px;
}

.confetti-bg{
  background-image: url(/itrustpantai/stg/asset/images/rebrand/confetti-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 645px;
}

.btn-main{
  border: 2px solid #ed7547 !important;
  color: #ed7547 !important;
  background-color: white !important;
}

.btn-main:hover {
  background-color: #ed7547 !important;
  color: #fff !important;
}



.title1 {
  color: #ed7547 !important;
  font-size: 28px !important;
}


.TnC-margin{
  margin-top: 435px;
    text-align: center;
}

.steps-content-m1{
  margin-bottom: 40px;
}

.steps-content-m2{
  margin-bottom: 25px;
}

.steps-content-m3{
  margin-bottom: 40px;
}

.steps-content-m4{
  margin-bottom: 50px;
}




.bg-blue-pattern{
  background: #307fde;
  width: 1041px;
  height: 550px;
  margin-left: 100px;
}

.bg-blue-pattern-textbox{
  background: #307fde;
  width: 1041px;
  height: 400px;
}

.text-box-mt{
  margin-top: 100px;
}

.PR-kissbaby-position{
  margin-top: -30px;
    margin-left: -80px;
}

.about-us-p{
  padding: 30px;
  color: white;
  margin-top: 30px;  
}

.about-us-p-2{
  padding: 0px 30px;
  margin-top: 30px;
}

.section-title{
  font-size:  50px;
  font-weight: 700;
  line-height: 1;

}

.bg-blue-pattern-m{
  background: #307fde;
}


.section-sub-title{
  font-size: 35px;
  font-weight: bold;
  padding: 10px 0px;
}

.carousel-indicators-numbers li {
  width: 30px;
    height: 30px;
    margin-right: 10px!important;
    margin-left: 10px!important;
    border-radius: 50%!important;
    border: 0!important;
    background-color: transparent!important;
    box-shadow: 0 0 0 0.2rem white;
    text-indent: 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: all 0.25s ease;
    font-size: 15px;

  }

ol.carousel-indicators-numbers{
  margin-right: 0;
  margin-bottom: -50px;
  justify-content: flex-end;
}

#nav-ourPillars ol.carousel-indicators-numbers{
  bottom: 130px;
  justify-content: flex-end;
  width: 360px;
}

.margin-left-text{
  margin-left: auto;
  margin-right: 35px;
}



.ourPillars-bg{
 background:linear-gradient(180deg, #00b4eb 85%, white 15%);
}

.ourPillars-bg-2{
background:linear-gradient(180deg, #307fde 85%, white 15%);
}

.ourPillars-bg-3{
  background:linear-gradient(180deg, #ed7547 85%, white 15%);
}

.strongerTgt-bg{
  background: linear-gradient(180deg, #4cb748 75%, #ed7547 25%);
}


.ourPillars-img-position{
  margin-left: 80px;
  margin-top: 30px;
}


.sectionbox-ourPillars{
padding: 40px 15px 40px;
}


.section-title-strongerTgt{
  font-size:  55px;
  font-weight: 700;
  line-height: 1;
  color: white;

}

.strongerTgt-textbox{
  margin-top: 90px;
}

.p-strongerTgt-textbox{
  margin-top: 30px;
  font-size: 18px;
  color: white;
}

.sub-title-strongerTgt{
  color: white;
 font-weight: bold;
 margin-top: 75px;
 margin-bottom: 10px;
 font-size: 33px;
}


.p-strongerTgt-duration{
  margin: 0;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

.p-strongerTgt-duration-normal{
  margin: 0;
  font-size: 18px;
  color: white;
  margin-top: 15px;
  margin-bottom: 15px;
}

.strongerTgt-img-position{
  margin-left: 80px;
  margin-top: 30px;
  padding: 25px;
}


.howtoJoin-bg{
  background-color: #ffbc29;
}

.howtoJoin-title{
  color: #307fde;
  font-weight: bold;
  margin-top: 75px;
  margin-bottom: 10px;
  font-size: 33px;
}

.icon-size{
  width: 52px;
}

.tab-title-steps-style{
  color: #307fde;
  font-size: 20px;
  background-color: transparent;
  font-weight: bold;
  margin-bottom: 25px;
}

.steps-content{
  font-size: 15px;
    color: black;
    font-weight: bold;
}


.section-title-Prizes {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: #ffbc29;
  text-align: center;

}


.section-title-Winner{
  font-size:  55px;
  font-weight: 700;
  line-height: 1;
  color: #ed7547;
  margin-top: 45px;

}

.Winner-content{
  text-align: center;
}

.p-Winner-textbox{
  font-size: 20px;
  color: black;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: normal;
  margin: auto;
  margin-bottom: 25px;
  width: 50%;
}

.Winner-box .nav-pills .nav-link.active{
  color: white;
  background-color: #ed7547;
}

.Winner-box .nav-pills .nav-link {
  font-weight: bold;
  font-size: 17px;
  margin: 5px 5px;
  border: #F46B3D 2.5px solid;
  border-radius: 25px;
  background-color: #fff;
  color: #F46B3D;
  padding: 10px 40px;
}

.Winner-box .nav{
  /* border: #F46B3D 2.5px solid; */
  width: 68%;
  align-items: center;
  margin: auto;
  border-radius: 50px;
}

.winner-name-p{
  color: #307fde;
  font-size: 18px;
  font-weight: bold;
}

.winner-p-style{
  font-size: 15px;
    color: black;
}

.video360-bg{
  background: linear-gradient(180deg, #4cb748 75%, #fff 25%);
}

.video360-mview-bg{
  background: linear-gradient(180deg, #4cb748 80%, #fff 25%);
}

.video360-video-img{
    margin-top: 90px;
    margin-bottom: 62px
}

.section-title-video360{
  color: white;
  font-weight: bold;
  margin-top: 85px;
  margin-bottom: 10px;
  font-size: 38px;
  padding-left: 40px;
}

.imageBox-1 {
  position: relative;
  float: left;
}

#nav-howtoJoin-view .imageBox-1 {
  position: relative;
  float: left;
  padding: 17px !important;
}

.imageBox-1 .hoverImg-1 {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.imageBox-1:hover .hoverImg-1 {
  display: inline;
}


#nav-howtoJoin-view .imageBox-1 .hoverImg-1, #nav-howtoJoin-view .imageBox-1 .imageInn-1 {
  position: absolute;
  left: 90px !important;
  top: 8px;
}

/* 
#v-pills-1-tab:hover .imageBox-1,
#v-pills-1-tab .imageBox-1.active,
#v-pills-2-tab:hover .imageBox-1,
#v-pills-2-tab .imageBox-1.active,
#v-pills-3-tab:hover .imageBox-1,
#v-pills-3-tab .imageBox-1.active,
#v-pills-4-tab:hover .imageBox-1,
#v-pills-4-tab .imageBox-1.active,
#v-pills-5-tab:hover .imageBox-1,
#v-pills-5-tab .imageBox-1.active {
    display: none !important;
}


#v-pills-1-tab:hover .hoverImg-1,
#v-pills-1-tab .imagesBox-1.active .hoverImg-1,
#v-pills-2-tab:hover .hoverImg-1,
#v-pills-2-tab .imagesBox-1.active .hoverImg-1,
#v-pills-3:hover .hoverImg-1,
#v-pills-3-tab .imagesBox-1.active .hoverImg-1,
#v-pills-4-tab:hover .hoverImg-1,
#v-pills-4-tab .imagesBox-1.active .hoverImg-1,
#v-pills-5-tab:hover .hoverImg-1,
#v-pills-5-tab .hoverImg-1.active {
    display: inline !important;
} */

#nav-howtoJoin-view .imageBox-1:hover .imageInn-1, #nav-howtoJoin-view .imageBox-1.active .imageInn-1{
  display: none !important;
}

#nav-howtoJoin-view .imageBox-1:hover .hoverImg-1, #nav-howtoJoin-view .imageBox-1.active .hoverImg-1{
  display: inline !important;
}


#nav-howtoJoin-view .submenu{
  background-color: #ed7547;
}

.hoverImg-1 .icon-size{
  width: 52px;
}

.section-title-mt{
    margin-top: 50px;
}

/* Rebrand Microsite styling END */

/* Image Upload Style Start */
.image-pastable {
	border-style: dotted;
	border-color: #ccc;
	text-align: center;
	transition: all 0.3s;
}

.image-pastable:hover {
	border-style: dotted;
	border-color: #808080;
	cursor: pointer;
	font-size: 20px;
}
/* Image Upload Style End */


/* navbar css
.navbar .nav-item{
  position: relative;
}

.navbar .sub-menu{
  visibility: hidden; 
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}


.nav-item:focus .sub-menu,
.nav-item:focus-within .sub-menu,
.nav-item:hover .sub-menu{
  visibility: visible; 
  opacity: 1;
  z-index: 1;
  box-shadow: 1px 0px 7px -5px #9b9b9b;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.sub-menu li{
  list-style-type: none;
  padding: 7px;
}

.sub-menu li:hover a{
  color: rgb(255, 255, 255);
}

.sub-menu li:hover {
  background-color: #307fde;
}
 */

/*PHKL-CSS*/

.main-phkl {
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: #707070;
    font-size: 16px;
}


.main-phkl h1{
  color: #437FD7;
  font-size: 30px;
  font-weight: bold;
}

.main-phkl h2 {
  color: #437FD7;
  font-size: 22px;
  font-weight: bold;
}

.phkl-container h3 {
  font-size: 24px;
}

.banner-image .banner-background h1{
    font-size: 3vw;
    line-height: 3vw;
    color: #095CC1;
}

.banner-image .banner-background h2{
  font-size: 3vw;
  color: #FFFFFF;
}

.main-phkl .banner-text {
  position: absolute;
  vertical-align: middle;
  top: 30%;
  display: table-cell;
}

.phkl-container .content-container {
    display: flex;
    align-self: center;
    justify-content: center;
    margin: auto;
}

 .phkl-container .about-clinical-trials{
    display: flex; 
    height: auto;
    max-width: 100%;
 }

.section1-background h3{
    /*max width and max height can be modify again after checking*/
    color: #F5BC4D;
    font-weight: bold;
    padding-bottom: 10px;
}

.background-section {
  /*height: auto;*/
  /* background-image: linear-gradient(to bottom, 50%, transparent 50%); */
  background-color: #FFF9F0 ;
  color: #707070;
}

.section2 .section2-picture img{
    align-self: center;
}
.section2 .dark-white-background-right h3 {
    color:#ED83D2;
    font-weight: bold;
    padding-bottom: 10px;
}

.section2 {
    color: #707070;
    /* background-image: linear-gradient(to bottom, #FFFAFE 50%, transparent 50%); */
    background-color: #FFFAFE;
}

.section3 .light-green-background-left h3 {
    color: #69B356;
    font-weight: bold;
    padding-bottom: 10px;
}

.section3 {
    color: #707070;
    /* background-image: linear-gradient(to bottom, #F7FFF5 50%, transparent 50%); */
    background-color: #F7FFF5;
}

.section4 {
  align-self: center;
  justify-content: center;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 30px;
}

.section4 .orange-box {
    background-color: #F5BC4D;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.2);
    font-size: 16px;
}

.section4 .orange-box-content {
  /*  width: 445px;
    height: 165px;*/
    justify-content: right;
    margin: auto;
    color: #1A1A1A;
}

.section4 .orange-box h3{
    color: #0D5AAC;
    font-weight: bold;
}

.section4 img {
  object-fit: contain;
  transform-origin: bottom;
  height: 256px;
  transform: scale(1.15);
}

.award-section h1{
  color: #437FD7;
  padding-bottom: 15px;
}

.award-section {
  background-color: #F7FAFF;
}

.awards-list {
    color: #707070;
}

.awards-image p{
  font-size: 14px;
  margin: 7px;
}

.main-phkl .main-faq p {
    font-weight: bold;
}

.main-phkl .main-faq .light-pink-background {
    background-color: #FFF9F0;
}

.main-phkl .main-faq .light-green-background {
  background-color: #F7FFF5;
}

.main-phkl .main-faq .light-shade-pink-background {
  background-color: #FFFAFE;
}

.main-phkl .main-faq .light-pink-background p{
  color: #F5BC4D;
}

.main-phkl .main-faq .white-background p{
  color: #437FD7;
}

.main-phkl .main-faq .light-green-background p{
  color: #69B356;
}

.main-phkl .main-faq .light-shade-pink-background p{
  color: #ED83D2;
}

.main-phkl .phases-content h3 {
  font-weight: bold;
  font-size: 16px;
}

.main-phkl .grey-h2 h2{
  color: #707070;
}

.main-phkl .step1 .ligth-blue-background {
  background-color: #F7FAFF;
  border-radius: 0px 38px 38px 0px;
  display: grid;
}

.main-phkl .step1 img{
  border: 1px solid #437FD7;
  border-radius: 38px 0px 0px 38px;
}

.main-phkl .step1 .ligth-blue-background h1{
  color: #437FD7;
  font-size: 36px;
  font-weight: bold;
}

.main-phkl .step1 .light-blue-background h2{
  color: #437FD7;
  font-size: 24px;
  font-weight: bold;
}

.main-phkl .step2 img{
  border: 1px solid #F5BC4D;
  border-radius: 0px 38px 38px 0px;
}

.main-phkl .step2 .pink-background {
  background-color: #FFF9F0;
  border-radius: 38px 0px 0px 38px;
  display: grid;
}

.main-phkl .step2 .pink-background h1{
  color: #F5BC4D;
  font-size: 36px;
  font-weight: bold;
}

.main-phkl .step2 .pink-background h2{
  color: #F5BC4D;
  font-size: 24px;
  font-weight: bold;
}

.main-phkl .step3 img{
  border: 1px solid #ED83D2;
  border-radius: 38px 0px 0px 38px;
}

.main-phkl .step3 .light-pink-background {
  background-color: #FFFAFE;
  border-radius: 0px 38px 38px 0px;
  display: grid;
}

.main-phkl .step3 .light-pink-background h1 {
  color: #ED83D2;
  font-size: 36px;
  font-weight: bold;
}

.main-phkl .step3 .light-pink-background h2 {
  color: #ED83D2;
  font-size: 24px;
  font-weight: bold;
}

.main-phkl .step4 img{
  border: 1px solid #69B356;
  border-radius: 0px 38px 38px 0px;
  height: 100%;
  object-fit: cover;
}

.main-phkl .step4 .light-green-background {
  background-color: #F7FFF5;
  border-radius: 38px 0px 0px 38px;
  color: #5F5F5F;
  display: grid;
}

.main-phkl .step4 .light-green-background h1 {
  color: #69B356;
  font-size: 36px;
  font-weight: bold;
}

.main-phkl .step4 .light-green-background h2 {
  color: #69B356;
  font-size: 24px;
  font-weight: bold;
}

.main-phkl .cancer-category {
  font-size: 20px;
  font-weight: bold;
}

.main-phkl .cancer-category p {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 20px !important;
  font-weight: bold;
  color: white;
}

.main-phkl .cancer-category a {
  width: 100%;
}

.main-phkl .cancer-category img {
  mix-blend-mode: overlay;
  width: 100%;
  transform: scale(1.05);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.7s;
}

.main-phkl .cancer-category .parent {
  background-color: #000000ab;
  border-radius: 25px;
  border: 2px #437FD7;
  border-style: solid;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.main-phkl .cancer-category .parent:hover {
  background-color: #00000096;
}

.main-phkl .cancer-category .parent img:hover {
  transform: scale(1.15);
}

.main-phkl .main-volunteer-bg {
  background-color: rgba(67, 127, 215, 0.1);
  border-radius: 20px 0px 0px 20px;
}

.main-phkl .bg-picture img{
  object-fit: cover;
  object-position: right;
  border-radius: 0px 20px 20px 0px;
}

.main-phkl .main-volunteer-bg .submit-btn,
.main-phkl.phkl-ce-about .submit-btn {
  margin: 20px 0px 30px 0px;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #4AB647;
  border: 2px solid #4AB647;
  display: block;
  width: max-content;
  height: max-content;
  transition: all 0.3s linear;
}

.main-phkl .main-volunteer-bg .submit-btn:hover,
.main-phkl.phkl-ce-about .submit-btn:hover,
.footer-btn:hover {
  color: #4AB647;
  background-color: white;
}

.main-phkl .main-clinical-trial .blue-title{
  font-weight: 600;
  font-size: 18px;
  color: #2c69c1;
  margin-bottom: 3px;
}

.main-phkl .main-clinical-trial .share-button a{
  padding-right: 10px;
}

.main-phkl .main-research-publication .share-button a{
  padding-right: 10px;
}
.main-phkl .main-research-publication .blue-title{
  font-weight: 600;
  font-size: 18px;
  color: #2c69c1;
  margin-bottom: 3px;
}

.main-phkl .chosen-color-bg {
  display: table;
}

.main-phkl .chosen-color-bg:nth-child(odd) {
  color: #437FD7;
  background-color: #70707005;
}

.main-phkl .chosen-color-bg:nth-child(2) {
  color: #F5BC4D;
  background-color: #FFF9F0;
}

.main-phkl .chosen-color-bg:nth-child(2) a{
  color: #F5BC4D;
}

.main-phkl .chosen-color-bg:nth-child(4) {
  color: #ED83D2 !important;
  background-color: #FFFAFE !important;
}

.main-phkl .chosen-color-bg:nth-child(4) a{
  color: #ED83D2 !important;
}

.main-phkl .chosen-color-bg:nth-child(6) {
  color: #69B356 !important;
  background-color: #F7FFF5 !important;
}

.main-phkl .chosen-color-bg:nth-child(6) a{
  color: #69B356 !important;
}

.main-phkl .chosen-color-bg:last-child {
  margin-bottom: 30px;
}

.main-phkl .card-font-size img{
  height: 100%;
  object-fit: cover;
}

.main-phkl .badge {
  color: white;
  background-color: #437FD7;
}
.main-phkl .card-font-size h3{
  font-size: 22px;
  color: #437FD7;
  font-weight: bold;
}

.main-phkl .card-font-size h4 {
  font-size: 22px;
  font-weight: bold;
}

.main-phkl .card-font-size h5 {
  font-size:  16px;
  font-weight: bold;
}

.main-phkl .card-font-size p {
  font-size: 16px;
  font-style: italic;
}

.main-phkl .bg-color-roles {
  background-color: rgb(231, 232, 234, 0.2);
}

.main-phkl .bg-color-roles h2{
  color: #437FD7;
  font-size: 24px;
  font-weight: bold;
}

.main-phkl .role-responsibilities h3 {
  font-size: 22px;
  font-weight: bold;
}

.main-phkl .BI-RADS h2 {
  font-size: 24px;
}

.main-phkl .BI-RADS a {
  font-weight: bold;
  color: #437FD7;
}

.main-phkl .BI-RADS strong {
  color: #437FD7;
}

.main-phkl .colonoscopy-ref a {
  /* color: grey; */
  /* color:#437FD7; */
}

.main-phkl .rate-img img {
  width: 100%;
}

.main-phkl .upper-case {
  list-style-type: upper-alpha;
}

.main-phkl .card-header {
  background-color: #437FD7;
}

.main-phkl .card-link {
  color: white;
}

.main-phkl .BCID2-Panel-table{
  empty-cells: hide;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  padding: 10px;
  box-shadow: 3px 3px 10px 1px rgb(0 0 0 / 30%);
}

.main-phkl .BCID2-Panel-table td,
.main-phkl .Pneumonia-Plus-Panel-table td{
  padding: 5px 15px;
}

.main-phkl .BCID2-Panel-table tr:nth-child(even),
.main-phkl .Pneumonia-Plus-Panel-table tr:nth-child(even){
  background: #ecf3ff;
}

.main-phkl .BCID2-Panel-table th {
  color: white;
  padding: 8px 0px;
  background-color: #437FD7;
}

.main-phkl .Pneumonia-Plus-Panel-table {
  empty-cells: hide;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  padding: 10px;
  box-shadow: 3px 3px 10px 1px rgb(0 0 0 / 30%);
}


.main-phkl .Pneumonia-Plus-Panel-table th {
  color: white;
  padding: 8px 0px;
  background-color: #437FD7;
  
}

.main-phkl .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

.footer-btn {
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #4AB647;
  border: 2px solid #4AB647;
  display: block;
  width: max-content;
  transition: all 0.3s linear;
  margin-top: 15px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px){
  .main-phkl .accordion-section table {
    overflow-wrap: anywhere;
    width: 100%;
    table-layout: fixed;  
  }

  .main-phkl .card-font-size .col-md-6:nth-child(4n + 1) > .container,
  .main-phkl .card-font-size .col-md-6:nth-child(4n + 1) > .container .card-body,
  .main-phkl .card-font-size .col-md-6:nth-child(4n + 4) > .container,
  .main-phkl .card-font-size .col-md-6:nth-child(4n + 4) > .container .card-body {
    background-color: transparent !important;
  }

  .main-phkl .card-font-size .col-md-6:nth-child(odd) > .container,
  .main-phkl .card-font-size .col-md-6:nth-child(odd) > .container .card-body {
    background-color: #F7FAFF !important;
  }
}

@media only screen and (min-width: 767.98px){
  .main-phkl .img-venn img{
    height: 400px;
    object-fit: contain;
  } 
}

.main-phkl .section1-picture img, 
.main-phkl .section2-picture img, 
.main-phkl .section3-picture img{
  height: 100%;
  object-fit: cover;
}

.main-phkl ol,
.main-phkl ul{
  padding-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.main-phkl .card-font-size .light-blue-bg{
  /* background-color: #F7FAFF; */
}

.main-phkl .card-font-size .container{
  padding: 16px;
}

.main-phkl .card-font-size .light-blue-bg .card-body{
  /* background-color: #F7FAFF; */
}

.main-phkl .card-font-size .col-md-6:nth-child(4n + 1) > .container,
.main-phkl .card-font-size .col-md-6:nth-child(4n + 1) > .container .card-body,
.main-phkl .card-font-size .col-md-6:nth-child(4n + 4) > .container,
.main-phkl .card-font-size .col-md-6:nth-child(4n + 4) > .container .card-body {
  background-color: #F7FAFF;
}

.main-phkl .card-font-size .card-body{
  padding: 10px 0px 0px 0px;
}

@media only screen and (max-width: 767.98px){
  .main-phkl .card-font-size .col-md-6 {
    padding: 0px;
  } 

  .main-phkl .main-volunteer-bg .submit-btn,
  .main-phkl.phkl-ce-about .submit-btn {
    margin: 20px auto 30px;
  }
}

.main-phkl .BI-RADS u{
  color:#437FD7;
}

.main-phkl .patient-safety img{
  max-height: 370px;
  width: 100%;
  object-fit: contain;
}

.main-phkl .rate-img .light-blue-bg{
  background-color: #F7FAFF;
}

.main-phkl .hidden{
  display: none;
}

.main-phkl .contact-form .textarea{
  width: 100%;
  padding: 5px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.main-phkl .contact-form .textarea:focus{
  box-shadow: none !important;
  border-color: #337eb7 !important;
}

.main-phkl .contact-form .textarea:focus-visible{
  outline: none;
}

.accordion-section a.collapsed i.fa-chevron-up{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-section a i.fa-chevron-up{
  transition: 0.5s;
}

.main-phkl .contact .main-volunteer-bg {
  background-color: rgba(67, 127, 215, 0.1);
  border-radius: 20px;
  box-shadow: 2px 2px 10px -2px #b9b9b9;
}

.main-phkl .contact h1,
.main-phkl .volunteer h1{
  text-align: center;
  padding-bottom: 20px;
}

.main-phkl .volunteer .box-shadow{
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0px #aeaeae;
}

.main-phkl .accordion-section#phkl-accordion a{
  background-color: #0d5aac;
  border-radius: 3px;
  padding: 15px 35px;
  font-size: 18px;
}

.main-phkl .accordion-section#phkl-accordion a.collapsed
{
  background-color: #437fd7;
}

.main-phkl .accordion-section#phkl-accordion a:hover{
  background-color: #0d5aac;
}

/* Rex testing */
.main-phkl .volunteer .main-volunteer-bg::before {
  content: '';
}

.main-phkl .volunteer .bg-picture::before {
  content: '';
}

.main-phkl .back-btn a{
  color: #437fd7;
  font-weight: 700;
  cursor: pointer;
  padding: 5px 50px 5px 0px;;
  font-size: 18px;
}

.main-phkl .back-btn a:hover{
  color:#0d5aac;
  border-bottom: 1px solid #0d5aac;
  box-shadow: 0px 6px 9px -10px #7ba5e3;
}

.navbar-expand-lg .navbar-nav {
    align-items: center !important;
    justify-content: space-around;
}

@media (max-width: 1023px){
  .navbar-expand .navbar-nav {
    flex-direction: column;
  } 

  .navbar-expand-lg .navbar-nav {
    align-items: inherit !important;
  }
}

@media (min-width: 1023.9px){
  .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}


.btn-disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}

.volunteer .form-group {
    margin-bottom: 1rem;
}

/* act sooner */
@keyframes floating {
    0% {
        translate: 0 0%;
    }

    50% {
        translate: 0 1rem;
    }

    0% {
        translate: 0 0%;
    }
}

#floating-image {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 90px;
    height: auto;
    text-decoration: none;
    animation: floating 3s ease-in-out infinite 0.5s;
    font-size: 14px;
    z-index: 1000;
}

    #floating-image img {
        width: 100%;
        height: 100%;
    }

    #floating-image .hover-tooltip {
        background: #307fde;
        color: white;
        padding: 0.25rem 0.5rem;
        text-align: center;
        border-radius: 0.25rem;
        margin-bottom: 0.5rem;
        opacity: 0;
        visibility: none;
        transition: all 0.3s ease;
    }

    #floating-image:hover {
        animation-play-state: paused;
    }

        #floating-image:hover .hover-tooltip {
            opacity: 1;
            visibility: visible;
        }

@media (max-width: 768px) {
    #floating-image {
        bottom: calc(100px + 1rem);
    }
}