/*
		Material Design Icons
		*/

@import url("//cdn.materialdesignicons.com/2.8.94/css/materialdesignicons.min.css");

/*
		font-family: 'Roboto Slab', serif;
		*/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

/*
		font-family: 'Lato', sans-serif;
		*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

/*
		font-family: 'Raleway', sans-serif;
		*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/*
		font-family: 'Karla', sans-serif;
		*/
@import url("https://fonts.googleapis.com/css?family=Karla&display=swap");

/*
		font-family: 'Frank Ruhl Libre', serif;
		*/
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre&display=swap");

/*
		font-family: 'ZCOOL XiaoWei', serif;
		*/
@import url("https://fonts.googleapis.com/css?family=ZCOOL+XiaoWei&display=swap");
/*
		font-family: 'Open Sans', sans-serif;
		*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);

/*
		font-family: 'Roboto', sans-serif;
		*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/*
		font-family: 'Open Sans', sans-serif;
		*/
@import url("https://fonts.googleapis.com/css?family=Karla");

/*
		font-family: 'Karla', sans-serif;
		*/
@import url("https://fonts.googleapis.com/css?family=Montserrat");

/*
		font-family: 'Noto Serif SC', serif;
		*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+SC&display=swap");

/*UNIVERSAL CODE*/

* {
  margin: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.container {
  transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a,
a:hover,
a:focus,
a:visited,
a:hover {
  text-decoration: none;
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  padding: 0;
  margin: 0;
}

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

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/*Remove chrome Input Field’s Unwanted Yellow Background Color*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px white inset !important;
}

/*Input focus color removed*/

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

/*Bootstrap Form Control Focus*/

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.title_banner {
  margin-left: 20px;
}

.content_area {
  margin-left: 20px;
}

/***************************/

.zero_mp {
  padding: 0;
  margin: 0;
  display: inline;
}

.margin_btm {
  margin-bottom: 0px !important;
}

.sections {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.min-spacing {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}

/***********************************************/

/*header*/

/*Header Top header*/
#header .top_header {
  min-height: 20px;
  letter-spacing: 0.6px;
  margin: 10px 0;
}

#header .top_header .phone_email {
  font-family: "Karla", Arial, "Noto Sans SC", sans-serif;
  font-family: 1.2rem;

  /*border-left: 1px solid #E6E5E5;
			border-right: 1px solid #E6E5E5;*/
}

/*	#header .top_header .address {
			padding-left: 10px;
			padding-right: 10px;
		}
		#header .top_header .address p {
			font-size: 1.2em;
			padding-top: 2px;
			padding-bottom: 5px;
			padding-left: 10px;
			color: #000;
			font-family: "Karla", Arial, sans-serif;
		}*/
#header .top_header .external_links a:hover {
  opacity: 0.7;
}

.language_selection {
  font-family: "Karla", Times, "Noto Sans SC", serif;
  text-align: right;
  display: block;
  margin: 10px 0;
}

#header .language-link {
  padding: 5px 10px;
  font-weight: 600;
  border: 1px solid #aa7538;
  color: #aa7538;
  background: #fff;
  transition: 0.6s ease;
  margin: 5px 0;
}

#header .language-link:hover {
  color: #fff;
  background: #aa7538;
}

#header .language-link:active {
  position: relative;
  top: 1px;
}

@media screen and (max-width: 890px) {
  .top_header {
    display: none;
  }
}

#header .top_header .phone p {
  color: #000;
  font-family: "Karla", Arial, "Noto Sans SC", sans-serif;
}

#header .top_header .email p {
  color: #000;
  padding-top: 16px;
  font-family: "Karla", Arial, "Noto Sans SC", sans-serif;
  font-size: 12px;
}

#header .top_header .address i {
  padding: 3px 0;
  padding-left: 10px;
  font-size: 18px;
}

#header .top_header .email i {
  padding: 9px 13px;
  font-size: 15px;
}

/*End of top header*/

#header .header_menu {
  border-bottom: 1px solid rgb(236, 236, 236);
  min-height: 70px;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.3);
  z-index: 50;
}

#header .header_menu .navbar {
  border: 0px solid transparent;
  display: inline;
}

#header .header_menu .custom_navbar-brand {
  padding-left: 0;
}

#header .header_menu .navbar-default {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

#header .header_menu .navbar-default .navbar-nav > .active > a,
#header .header_menu .navbar-default .navbar-nav > .active > a:focus,
#header .header_menu .navbar-default .navbar-nav > .active > a:hover {
  background-color: rgba(255, 255, 255, 0);
}

#header nav.top-menu {
  box-sizing: border-box;
  padding: 10px 0;
}

#header ul#top-menu-list {
  font-family: "Karla", Arial, "Noto Sans SC", sans-serif;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#header #top-menu-list li {
  height: 20px;
  display: flex;
  align-items: flex-start;
  margin: 0 10px;
}

#header #top-menu-list li a {
  transition: 0.6s;
}

#header #top-menu-list li a:hover {
  opacity: 0.6;
}

#header .header_menu .main_menu {
  float: right;
  position: relative;
  margin: 0;
  display: inline-block;
  padding-top: 20px;
}

#header .title-text {
  display: block;
}

#header .header_menu ul.main_menu li {
  display: block;
}

#header .header_menu ul.main_menu li a {
  display: block;
}

#header .header_menu ul.main_menu li a,
#header .header_menu ul.main_menu .dropdown a,
#header .header_menu ul.main_menu .notdropdown a {
  color: #5d5e60;
  text-transform: uppercase;
  /*font: bold 1.4rem 'Frank Ruhl Libre', 'adobe-kaiti-std', Times, serif; */
  /* Font Important*/
  font: bold 1.2rem "Open Sans", sans-serif;
  /* Font Important*/
  padding-bottom: 3px;
  letter-spacing: 0.2px;
  z-index: 500;
}

@media screen and (max-width: 999px) {
  #header .header_menu ul.main_menu li a,
  #header .header_menu ul.main_menu .dropdown a,
  #header .header_menu ul.main_menu .notdropdown a {
    padding: 10px 0;
  }
}

#header .header_menu ul.main_menu li a:hover {
  color: #40a3d4;
}

#header .header_menu ul.main_menu .dropdown ul li a:hover {
  background: #40a3d4;
  color: #fff;
}

#header .header_menu ul.main_menu .dropdown_content li {
  margin: 5px 0;
  width: 100%;
}

#header .header_menu ul.main_menu .dropdown_content li a {
  padding: 10px 10px;
  padding-right: 50px;
}

#header .header_menu ul.main_menu .dropdown_content a:hover {
  background: #69a0ff;
  color: #fff;
}

#header .header_menu ul.main_menu li a:active {
  background: #4083ae;
  color: #fff;
}

#header .header_menu ul.main_menu ul.dropdown_content li a:active,
#header .header_menu ul.main_menu .dropdown a:active {
  background: #4083ae;
  color: #fff;
}

#header .header_menu ul.main_menu li,
#header .header_menu ul.main_menu li.active a {
  display: inline-block;
  position: relative;
}

#header .header_menu ul.main_menu .notdropdown:after,
#header .header_menu ul.main_menu .dropdown:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
  margin-top: 1px;
}

#header .header_menu ul.main_menu li:hover:after,
#header .header_menu ul.main_menu li.active:after {
  width: 90%;
  background: #40a3d1;
}

.dropdown_content {
  font: normal 700 1.5rem "Karla", Arial, sans-serif;
  opacity: 1;
  text-align: left;
  padding: 10px 10px;
  margin-top: 1px;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  z-index: 800;
  position: absolute;
  min-width: 350px;
  line-height: 30px;
  box-shadow: 0 3px 5px grey;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  border-bottom: 5px solid #4083ae;
}

.dropdown:hover .dropdown_content {
  display: block;
}

@media only screen and (max-width: 960px) {
  .dropdown_content {
    visibility: hidden;
  }

  .dropdown i {
    visibility: hidden;
  }
}

.title_banner {
  padding-right: 20px;
  margin-bottom: 20px;
  max-width: 98%;
}

/*About Us*/
#about_us {
  font-family: "Karla", Arial, "Noto Sans SC", sans-serif;
  padding-bottom: 40px;
}

#about_us .about_us_container {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

#about_us .sub-container {
  box-sizing: border-box;
  text-align: center;
  width: 260px;
  max-height: 400px;
  padding: 0;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.4);
  margin: 30px 10px;
  position: relative;
}

@media screen and (max-width: 1079px) {
  #about_us .sub-container {
    margin: 30px auto;
  }
}

/*#about_us .sub-container:nth-child(even) {
			background: rgba(64, 131, 174, 0.9);
		}
		#about_us .sub-container:nth-child(odd){
			background: rgba(115, 166, 185, 0.9);
		}*/
#about_us .inner-container {
  min-height: 290px;
  
}

#about_us .container-title {
  padding: 10px 10px;
  width: 240px;
  height: 80px;
  box-sizing: border-box;
  font-family: "Karla", Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  background: #4083ae;
  border-radius: 10px;
  margin: 0 auto;
  display: table;
  transform: translateY(-40px);
}

#about_us .container-title p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#about_us .container-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 10px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 5px;
  transition: 0.6s ease;
}

#about_us .container-link:hover {
  color: #fff;
  background: #808080;
}

#about_us .container-desc {
  letter-spacing: 1px;
  margin-top: -40px;
  text-align: left;
  color: #000;
  padding: 20px;
  line-height: 20px;
  font-size: 1.6rem;
  
}

#about_us .container-desc strong {
  font-size: 1.5rem;
}

#about_us .container-desc ol li {
  padding: 5px 0;
}

#about_us .container-desc span {
  font-size: 1.9rem;
  display: block;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-left: 5px solid #fff;
  margin: 5px 0;
  
}

#about_us .container-desc .container-img {
  max-width: 220px;
  padding: 0;
  margin: 5px auto;
  margin-bottom: 20px;
  display: block;
}

/*#about_us .triangle {
			position: absolute;
			bottom: 5px;
			right: 5px;
			width: 50px;
			height: 50px; 
			border-bottom: 70px solid #fff;
			border-left: 70px solid transparent;
			color: #317292;
			transition: 0.6s ease;	
		}
		#about_us .container-link:hover .triangle {
			border-bottom: 70px solid #18e0b8;
		}
		#about_us .triangle-content {
			font-family: 'Karla', Arial, sans-serif;
			text-transform: uppercase;
			font-weight: 600;
			font-size: 1.5rem;
			position: absolute;
			right: 5px;
			bottom: 20px;
			transform: rotate(315deg);
		}*/
/*#about_us .triangle-content:nth-child(even) {
			color: #4083ae;
		}
		#about_us .triangle-content:nth-child(odd){
			color: #5a91a7;
		}*/

/*Patient Guide*/
#patient_guide {
  font-family: "Karla", Arial, sans-serif;
  padding-bottom: 40px;
}

#patient_guide .patient_guide_container {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

#patient_guide .sub-container {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
  text-align: center;
  width: 260px;
  height: 300px;
  padding: 0;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.4);
  margin: 30px 10px;
  position: relative;
}

@media screen and (max-width: 1079px) {
  #patient_guide .sub-container {
    margin: 30px auto;
  }
}

/*#patient_guide .sub-container:nth-child(even) {
			background: rgba(64, 131, 174, 0.9);
		}
		#patient_guide .sub-container:nth-child(odd){
			background: rgba(115, 166, 185, 0.9);
		}
		#patient_guide .inner-container {
			min-height: 590px;
		}*/
#patient_guide .container-title {
  padding: 10px 10px;
  width: 240px;
  height: 80px;
  box-sizing: border-box;
  font-family: "Karla", Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  background: #4083ae;
  border-radius: 10px;
  margin: 0 auto;
  display: table;
  transform: translateY(-40px);
}

#patient_guide .container-title p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#patient_guide .container-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 10px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 5px;
  transition: 0.6s ease;
}

#patient_guide .container-link:hover {
  color: #fff;
  background: #808080;
}

#patient_guide .container-desc {
  letter-spacing: 1px;
  margin-top: -40px;
  text-align: left;
  color: rgb(51, 50, 50);
  padding: 20px;
  line-height: 20px;
  font-size: 1.6rem;
}

#patient_guide .container-desc ul li {
  padding: 10px 0;
}

#patient_guide .container-desc strong {
  font-size: 1.5rem;
}

#patient_guide .container-desc ol li {
  padding: 5px 0;
}

#patient_guide .container-desc span {
  font-size: 1.9rem;
  display: block;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-left: 5px solid #fff;
  margin: 5px 0;
}

#patient_guide .container-desc .container-img {
  max-width: 220px;
  max-height: 170px;
  padding: 0;
  margin: 5px auto;
  margin-bottom: 20px;
  display: block;
}

#patient_guide .triangle {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border-bottom: 70px solid #fff;
  border-left: 70px solid transparent;
  color: #317292;
  transition: 0.6s ease;
}

#patient_guide .container-link:hover .triangle {
  border-bottom: 70px solid #18e0b8;
}

#patient_guide .triangle-content {
  font-family: "Karla", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  position: absolute;
  right: 5px;
  bottom: 20px;
  transform: rotate(315deg);
}

#patient_guide .triangle-content:nth-child(even) {
  color: #4083ae;
}

#patient_guide .triangle-content:nth-child(odd) {
  color: #5a91a7;
}

/*Package Program*/
#package_program {
  font-family: "Karla", Arial, sans-serif;
  padding-bottom: 40px;
}

#package_program .package_program_container {
  box-sizing: border-box;
  border: 0px solid green;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

#package_program .sub-container {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.3rem;
  box-sizing: border-box;
  text-align: center;
  width: 324px;
  height: 580px;
  padding: 0;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.4);
  margin: -30px 20px 110px 20px;
  position: relative;
}

@media screen and (max-width: 1079px) {
  #package_program .sub-container {
    margin: 30px auto;
  }
}

/*#package_program .sub-container:nth-child(even) {
            background: rgba(64, 131, 174, 0.9);
        }
        #package_program .sub-container:nth-child(odd){
            background: rgba(115, 166, 185, 0.9);
        }
        #package_program .inner-container {
            min-height: 590px;
        }*/
#package_program .container-title {
  padding: 10px 10px;
  width: 306px;
  height: 72px;
  box-sizing: border-box;
  font-family: "Karla", Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  background: #560020;
  border-radius: 10px;
  margin: 0 auto;
  display: table;
  transform: translateY(-40px);
}

#package_program .container-title p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#package_program .container-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 10px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 5px;
  transition: 0.6s ease;
}

#package_program .container-link:hover {
  color: #fff;
  background: #808080;
}

#package_program .container-link-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 10px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 5px;
  transition: 0.6s ease;
}

#package_program .container-link-right:hover {
  color: #fff;
  background: #808080;
}

#package_program .container-desc {
  letter-spacing: 1px;
  margin-top: -40px;
  text-align: justify;
  color: rgb(51, 50, 50);
  padding: 20px;
  line-height: 20px;
  font-size: 1.3rem;
}

#package_program .container-desc ul li {
  padding: 10px 0;
}

#package_program .container-desc strong {
  font-size: 1.5rem;
}

#package_program .container-desc ol li {
  padding: 5px 0;
}

#package_program .container-desc span {
  font-size: 1.9rem;
  display: block;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-left: 5px solid #fff;
  margin: 5px 0;
}

#package_program .container-desc .container-img {
  max-width: 340px;
  max-height: 440px;
  padding: 0;
  margin: 5px auto;
  margin-bottom: 20px;
  display: block;
}

#package_program .triangle {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border-bottom: 70px solid #fff;
  border-left: 70px solid transparent;
  color: #560020;
  transition: 0.6s ease;
}

#package_program .container-link:hover .triangle {
  border-bottom: 70px solid #18e0b8;
}

#package_program .triangle-content {
  font-family: "Karla", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  position: absolute;
  right: 5px;
  bottom: 20px;
  transform: rotate(315deg);
}

#package_program .triangle-content:nth-child(even) {
  color: #560020;
}

#package_program .triangle-content:nth-child(odd) {
  color: #560020;
}


/*Dietitian Nutricare*/
#dietitian_nutricare {
  font-family: "Karla", Arial, sans-serif;
  padding-bottom: 40px;
}

#dietitian_nutricare .dietitian_nutricare_container {
  box-sizing: border-box;
  border: 0px solid green;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

#dietitian_nutricare .sub-container {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.3rem;
  box-sizing: border-box;
  text-align: center;
  width: 324px;
  height: 410px;
  padding: 0;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.4);
  margin: -30px 20px 110px 20px;
  position: relative;
}

@media screen and (max-width: 1079px) {
  #dietitian_nutricare .sub-container {
    margin: 30px auto;
  }
}

/*#dietitian_nutricare .sub-container:nth-child(even) {
            background: rgba(64, 131, 174, 0.9);
        }
        #dietitian_nutricare .sub-container:nth-child(odd){
            background: rgba(115, 166, 185, 0.9);
        }
        #dietitian_nutricare .inner-container {
            min-height: 590px;
        }*/
#dietitian_nutricare .container-title {
  padding: 10px 10px;
  width: 306px;
  height: 72px;
  box-sizing: border-box;
  font-family: "Karla", Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  background: #1abc9c;
  border-radius: 10px;
  margin: 0 auto;
  display: table;
  transform: translateY(-40px);
}

#dietitian_nutricare .container-title p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#dietitian_nutricare .container-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 10px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 5px;
  transition: 0.6s ease;
}

#dietitian_nutricare .container-link:hover {
  color: #fff;
  background: #808080;
}

#dietitian_nutricare .container-link-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 10px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 5px;
  transition: 0.6s ease;
}

#dietitian_nutricare .container-link-right:hover {
  color: #fff;
  background: #808080;
}

#dietitian_nutricare .container-desc {
  letter-spacing: 1px;
  margin-top: -40px;
  text-align: justify;
  color: rgb(51, 50, 50);
  padding: 20px;
  line-height: 20px;
  font-size: 1.3rem;
}

#dietitian_nutricare .container-desc ul li {
  padding: 10px 0;
}

#dietitian_nutricare .container-desc strong {
  font-size: 1.5rem;
}

#dietitian_nutricare .container-desc ol li {
  padding: 5px 0;
}

#dietitian_nutricare .container-desc span {
  font-size: 1.9rem;
  display: block;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-left: 5px solid #fff;
  margin: 5px 0;
}

#dietitian_nutricare .container-desc .container-img {
  max-width: 340px;
  max-height: 440px;
  padding: 0;
  margin: 5px auto;
  margin-bottom: 20px;
  display: block;
}

#dietitian_nutricare .triangle {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border-bottom: 70px solid #fff;
  border-left: 70px solid transparent;
  color: #1abc9c;
  transition: 0.6s ease;
}

#dietitian_nutricare .container-link:hover .triangle {
  border-bottom: 70px solid #18e0b8;
}

#dietitian_nutricare .triangle-content {
  font-family: "Karla", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  position: absolute;
  right: 5px;
  bottom: 20px;
  transform: rotate(315deg);
}

#dietitian_nutricare .triangle-content:nth-child(even) {
  color: #1abc9c;
}

#dietitian_nutricare .triangle-content:nth-child(odd) {
  color: #1abc9c;
}


/*Online Registration*/
#online_reg {
  font-family: "Karla", Arial, sans-serif;
  padding-bottom: 40px;
}

#online_reg .online_reg_container {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

#online_reg .sub-container {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.6rem;
  box-sizing: border-box;
  text-align: center;
  width: 260px;
  max-height: 440px;
  padding: 0;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.4);
  margin: 30px 10px;
  position: relative;
}

@media screen and (max-width: 1079px) {
  #online_reg .sub-container {
    margin: 30px auto;
  }
}

/*#online_reg .sub-container:nth-child(even) {
			background: rgba(64, 131, 174, 0.9);
		}
		#online_reg .sub-container:nth-child(odd){
			background: rgba(115, 166, 185, 0.9);
		}*/
#online_reg .inner-container {
  min-height: 650px;
}

#online_reg .container-title {
  padding: 10px 10px;
  width: 240px;
  height: 80px;
  box-sizing: border-box;
  font-family: "Karla", Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  background: #4083ae;
  border-radius: 10px;
  margin: 0 auto;
  display: table;
  transform: translateY(-40px);
}

#online_reg .container-title p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#online_reg .container-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 5px 10px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 5px;
  transition: 0.6s ease;
}

#online_reg .container-link:hover {
  color: #fff;
  background: #808080;
}

#online_reg .container-desc {
  letter-spacing: 1px;
  margin-top: -30px;
  text-align: left;
  color: rgb(51, 50, 50);
  padding: 20px;
  line-height: 20px;
  font-size: 1.3rem;
}

#online_reg .container-desc strong {
  font-size: 1.5rem;
}

#online_reg .container-desc ol li {
  padding: 5px 0;
}

#online_reg .container-desc span {
  font-size: 1.9rem;
  display: block;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-left: 5px solid #fff;
  margin: 5px 0;
}

#online_reg .container-desc .container-img {
  max-width: 220px;
  padding: 0;
  margin: 5px auto;
  margin-bottom: 20px;
  display: block;
}

#online_reg .triangle {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border-bottom: 90px solid #fff;
  border-left: 90px solid transparent;
  color: #317292;
  transition: 0.6s ease;
}

#online_reg .container-link:hover .triangle {
  border-bottom: 90px solid #18e0b8;
}

#online_reg .triangle-content {
  font-family: "Karla", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  position: absolute;
  right: 4px;
  bottom: 27px;
  transform: rotate(315deg);
}

#online_reg .triangle-content:nth-child(even) {
  color: #4083ae;
}

#online_reg .triangle-content:nth-child(odd) {
  color: #5a91a7;
}

/*Specialties & Services*/
#specialties_services .left_nav {
  max-width: 530px;
  margin-top: 20px;
  margin-bottom: 40px;
}

/*Breadcrumb
		#bread_crumbs {
			background-color: #f7f2f2;
		}
		ul.breadcrumb {
			position: relative;
			text-align: left;
			padding: 10px 0px;
			list-style: none;
			color: rgb(39, 38, 38);
			margin: auto 0;
		}
		ul.breadcrumb li {
			font-family: 'Raleway', Arial, sans-serif !important;
			font-size: 1.4rem !important;
			text-transform: uppercase;
			letter-spacing: 0;
		}
		ul.breadcrumb li+li:before {
			padding: 8px;
			color: black;
			content: "\003E";
		}
		ul.breadcrumb li a {
			color: #40a3d1;
			text-decoration: none;
		}
		ul.breadcrumb li a:hover {
			color: #01447e;
		}
	*/
.bod_title {
  max-width: 200px;
  margin: 20px 10px;
  font-size: 28px;
  margin-bottom: 30px;
}

.bod_content {
  margin: 10px 10px;
  min-width: 620px;
}

.bod_content h4 {
  font-family: "Raleway", Arial, sans-serif;
  color: red;
  font-size: 18px;
}

.bod_content h5 {
  font-family: "Raleway", Arial, sans-serif;
  color: red;
  font-size: 16px;
}

.left_nav {
  z-index: 1;
  background: #3c97e8;
  width: 250px;
  margin: 0 auto;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.left_info {
  font-family: "Karla", Times, serif;
  font-family: "adobe-kaiti-std", sans-serif;
  padding-bottom: 20px;
}

.left_info table tr th {
  padding: 20px 0;
}

.left_info table tr th h3 {
  font-size: 2.2rem;
}

.left_nav nav {
  background: #ffffff;
  width: 100%;
}

.left_nav nav header {
  background: #4083ae;
  padding: 35px;
}

.left_nav nav header h1 {
  font-family: "Quicksand";
  font-size: 22px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.left_nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: none;
}

.left_nav nav ul li {
  display: block;
  background: #3c97e8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #43dde6 0%, #3c97e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #43dde6 0%, #3c97e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#43dde6),
    to(#3c97e8)
  );
  background: -o-linear-gradient(left, #43dde6 0%, #3c97e8 100%);
  background: linear-gradient(left, #43dde6 0%, #3c97e8 100%);
  /* IE */
  background: -ms-linear-gradient(left, #43dde6 0%, #3c97e8 100%);
}

.left_nav nav ul li.active {
  font-weight: 600;
  background: #ffffff;
  color: #3c97e8;
  padding: 15px;
  padding-left: 25px;
  text-align: left;
  border-left: 2px solid #3c97e8;
}

.left_nav nav ul li ul li a {
  background: #ffffff;
  padding-left: 40px;
  color: #1abc9c;
}

.left_nav nav ul li a {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  display: block;
  padding: 15px 15px;
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
  border-left: 2px solid transparent;
  text-align: left;
}

.left_nav nav ul li a:hover {
  font-weight: 600;
  background: #ffffff;
  padding-left: 25px;
  border-left: 2px solid #3c97e8;
  color: #40a3d4;
}

.right {
  float: right;
}

.left {
  float: left;
}

/*accordions*/
.accordion {
  margin: auto;
  max-width: 100%;
}

.accordion input {
  display: none;
}

.accordion .box {
  position: relative;
  background: white;
  height: 64px;
  transition: all 0.15s ease-in-out;
}

.accordion .box::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12),
    0 2px 4px rgba(0, 0, 0, 0.24);
}

header.box {
  background: #40a3d1;
  z-index: 100;
  cursor: initial;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px -2px rgba(0, 0, 0, 0.12),
    0 2px 4px -4px rgba(0, 0, 0, 0.24);
}

header .box-title {
  font-family: "Raleway", Arial, sans-serif;
  margin: 0;
  font-weight: normal;
  font-size: 15pt;
  color: white;
  cursor: initial;
  letter-spacing: 1px;
}

.box-title {
  font-family: "Raleway", Arial, sans-serif;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #676868;
  width: 100%;
  height: 60px;
  line-height: 64px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box-content {
  width: calc(100% - 20px);
  padding: 30px 20px;
  font-size: 12pt;
  color: rgba(0, 0, 0, 0.54);
  display: none;
}

.box-content h4 {
  font-family: "Raleway", Arial, sans-serif;
  color: #993333;
  font-size: 16px;
  padding-top: 12px;
}

.box-close {
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.board_of_directors {
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
}

.board_of_directors .nav_table #table_image {
  padding: 13px;
}

input:checked + .box {
  height: auto;
  margin: 16px 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

input:checked + .box .box-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

input:checked + .box .box-content,
input:checked + .box .box-close {
  display: inline-block;
}

.accordions {
  margin-left: 20px;
  margin-bottom: 20px;
}

.arrows {
  max-width: 100%;
}

.arrows section .box-title {
  padding-left: 44px;
  max-width: 100%;
}

.past_presidents_table {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  padding: 10px 30px;
  margin: 10px 30px;
}

.past_presidents_table th {
  color: #40a3d1;
}

.past_presidents_table th,
.past_presidents_table td {
  padding: 5px;
}

.portrait {
  float: left;
  margin: 5px 20px;
}

/*nav-pills*/
.nav-pills {
  margin: 5px 47px;
  outline: none;
}

.nav-pills li a {
  font-size: 17px;
  font-family: "Raleway", Arial, sans-serif;
}

/*Offset anchors to adjust for sticky top menu*/
.anchor {
  display: block;
  height: 160px;
  margin-top: -160px;
  visibility: hidden;
}

/*Slider*/
#slider {
  height: 510px;
  width: 100%;
}

#slider .carousel-caption {
  max-width: 800px;
  left: 20px;
  top: -80px;
}

#slider .slider_text {
  left: 20px;
  font-family: "Karla", Arial, sans-serif;
  padding-bottom: 13%;
  padding-top: 13%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  max-width: 55%;
}

#slider .slider_text h2 {
  font-size: 30px;
  padding: 10px 0;
  font-weight: 500;
  font-family: "Raleway", Arial, sans-serif;
  text-transform: uppercase;
  color: #d43824;
}

#slider .slider_text h3 {
  font-weight: 1200;
  font-size: 20px;
  font-family: "Raleway", Arial, sans-serif;
  color: #1a7aba;
}

#slider .slider_text p {
  font-size: 16px;
  padding-bottom: 60px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  color: #000;
}

#slider .slider_text a.custom_btn {
  font-size: 14px;
  color: #fff;
  padding: 15px 25px;
  background: #1a7aba;
  border-radius: 2px;
  margin-top: 20px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 600;
}

#slider .slider_text h2,
#slider .slider_text h3,
#slider .slider_text p,
#slider .slider_text a.custom_btn {
  text-transform: uppercase;
}

#slider .slider_text h3 {
  font-size: 45px;
  padding: 10px 0;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: normal;
}

#slider .slider_overlay {
  position: relative;
}

#slider .slider_overlay:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Search Section */
#search_section {
  padding-left: 15vw;
  padding-right: 15vw;
  margin-top: 3vw;
  margin-bottom: 10vw;
}

#search_section .search_section__select {
  position: relative;
}

#search_section select,
#search_section #keyword {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center;
  width: 100%;
  padding: 1.5rem 0;
  border: 1px solid rgb(170, 128, 6);
  margin-bottom: 1rem;
  transition: 0.3s linear;
  font-size: 1.6rem;
}

#search_section #keyword:-webkit-autofill,
#search_section #keyword:-webkit-autofill:hover,
#search_section #keyword:-webkit-autofill:focus,
#search_section #keyword:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#search_section .select_dropdown:focus,
#search_section #keyword:focus {
  -webkit-box-shadow: -1px 2px 11px 5px rgba(122, 114, 68, 0.4);
  -moz-box-shadow: -1px 2px 11px 5px rgba(122, 114, 68, 0.4);
  box-shadow: -1px 2px 11px 5px rgba(122, 114, 68, 0.4);
}

#search_section .select_dropdown:active,
#search_section .select_dropdown.open {
  -webkit-box-shadow: -1px 2px 11px 5px rgba(122, 114, 68, 0.4);
  -moz-box-shadow: -1px 2px 11px 5px rgba(122, 114, 68, 0.4);
  box-shadow: -1px 2px 11px 5px rgba(122, 114, 68, 0.4);
}

#search_section .search_section__btn {
  margin: 2rem 0;
  background-color: rgb(170, 128, 6);
  color: #fff;
  padding: 1.5rem 0;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  border: none;
  border-radius: 5px;
}

@media only screen and (max-width: 400px) {
  #search-result .result-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#search_section .search_section__preset,
#search_section .search_section__keyword {
  padding: 5.5rem 5rem;
}

@media only screen and (max-width: 550px) {
  #search_section .search_section__preset,
  #search_section .search_section__keyword {
    padding: 3rem 1rem;
  }
}

#search_section .search_section__keyword {
  padding-top: 7rem;
}

@media only screen and (max-width: 550px) {
  #search_section .search_section__keyword {
    padding-top: 5rem;
  }
}

#search_section .search_section__preset {
  border-bottom: 1px solid rgb(102, 101, 101);
}

#search_section .search_desc {
  margin-bottom: 1vw;
  text-align: justify;
}

#search_section .search_title {
  display: inline-block;
}

@media only screen and (min-width: 991px) {
  #search_section #search_form_div:nth-child(2) {
    margin-top: 52px;
  }
}

#search_section h3 {
  margin-bottom: 2vw;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .keyword-section {
    margin-top: 7vw;
  }
}

/*Welcome Section*/
#home_search_section .home_search_section__box {
  border: 1px solid rgb(83, 83, 83);
  margin: 2rem 0;
  padding: 1rem;
}

#home_search_section .home_search_section__flex_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  flex-wrap: wrap;
}

#home_search_section .home_search_section__btn {
  line-height: 0 !important;
  height: 2.8rem;
  background-color: rgb(170, 128, 6);
  border-radius: 7px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 1px 7px;
  text-decoration: none;
  text-shadow: 0px 1px 0px rgb(170, 128, 6);
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 0.7rem;
  transition: 0.3s ease-in;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

#home_search_section .home_search_section__btn:hover {
  background-color: rgb(136, 108, 24);
}

#home_search_section select,
#home_search_section #keyword {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  font-size: 1.4rem;
  margin-top: 1.3rem;
  background-color: #fff !important;
}

#home_search_section #keyword {
  margin: 0.9rem 0;
}

#home_search_section #keyword:required {
  box-shadow: none;
}

#home_search_section select,
#search_section select,
#right_search_section select {
  display: none;
}

#home_search_section .select_dropdown {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 2rem;
  outline: none;
  padding: 1rem 30px 1rem 18px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 5px;
}

#search_section .select_dropdown {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 2rem;
  outline: none;
  padding: 1.5rem 0;
  position: relative;
  text-align: center !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border: 1px solid rgb(170, 128, 6);
  margin-bottom: 1rem;
  transition: 0.3s linear;
}

#right_search_section .select_dropdown {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 2rem;
  outline: none;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  border: 1px solid #adadad;
  transition: 0.3s ease-in;
  background-color: #fff !important;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

#home_search_section .select_dropdown:focus {
  background-color: #f1f1f1;
}

#home_search_section .select_dropdown:hover {
  background-color: #f3f3f3;
}

#home_search_section .select_dropdown:active,
#home_search_section .select_dropdown.open {
  background-color: #f0f0f0 !important;
  border-color: #e4e4e4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

#home_search_section .select_dropdown:after,
#search_section .select_dropdown:after,
#right_search_section .select_dropdown:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}

#home_search_section .select_dropdown.open:after,
#search_section .select_dropdown.open:after,
#right_search_section .select_dropdown.open:after {
  transform: rotate(-180deg);
}

#home_search_section .select_dropdown.open .list,
#search_section .select_dropdown.open .list,
#right_search_section .select_dropdown.open .list {
  transform: scaleX(1);
  opacity: 1;
  pointer-events: auto;
  max-height: 20rem;
  min-width: 29rem;
  overflow-y: scroll;
}

#home_search_section .select_dropdown.open .option,
#search_section .select_dropdown.open .option,
#right_search_section .select_dropdown.open .option {
  cursor: pointer;
}

#home_search_section .select_dropdown,
#search_section .select_dropdown,
#right_search_section .select_dropdown {
  width: 100%;
}

#home_search_section .select_dropdown.wide .list,
#search_section .select_dropdown.wide .list,
#right_search_section .select_dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}

#home_search_section .select_dropdown .list,
#search_section .select_dropdown .list,
#right_search_section .select_dropdown .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
}

#home_search_section .select_dropdown ul,
#search_section .select_dropdown ul,
#right_search_section .select_dropdown ul {
  max-height: 20rem;
}

#home_search_section .select_dropdown .list:hover .option:not(:hover),
#search_section .select_dropdown .list:hover .option:not(:hover),
#right_search_section .select_dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

#home_search_section .select_dropdown .option,
#search_section .select_dropdown .option,
#right_search_section .select_dropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

#home_search_section .select_dropdown .option:hover,
#home_search_section .select_dropdown .option:focus,
#search_section .select_dropdown .option:hover,
#search_section .select_dropdown .option:focus,
#right_search_section .select_dropdown .option:hover,
#right_search_section .select_dropdown .option:focus {
  background-color: #f6f6f6 !important;
}

#home_search_section .select_dropdown .option.selected,
#search_section .select_dropdown .option.selected,
#right_search_section .select_dropdown .option.selected {
  font-weight: 600;
}

#home_search_section .select_dropdown .option.selected:focus,
#earch_section .select_dropdown .option.selected:focus,
#right_search_section .select_dropdown .option.selected:focus {
  background: #f6f6f6;
}

#home_search_section #keyword {
  border-bottom: 1px solid rgb(83, 83, 83);
  width: 45rem;
}

#home_search_section select:focus,
#home_search_section #keyword:focus,
#search_section select:focus,
#search_section #keyword:focus,
#right_search_section select:focus,
#right_search_section #keyword:focus {
  outline: none;
}

#home_search_section #keyword:-webkit-autofill,
#home_search_section #keyword:-webkit-autofill:hover,
#home_search_section #keyword:-webkit-autofill:focus,
#home_search_section #keyword:-webkit-autofill:active,
#right_search_section #keyword:-webkit-autofill,
#right_search_section #keyword:-webkit-autofill:hover,
#right_search_section #keyword:-webkit-autofill:focus,
#right_search_section #keyword:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media only screen and (max-width: 530px) {
  #home_search_section #keyword {
    width: 25rem;
  }
}

@media only screen and (min-width: 993px) {
  #home_search_section .home_search_section__box:first-child {
    border-right: 3px solid rgb(83, 83, 83);
  }

  #home_search_section .home_search_section__box:last-child {
    border-left: 3px solid rgb(83, 83, 83);
  }
}

#welcome {
  min-height: 450px;
  background: #fff;
  padding: 10px 0;
  font-family: "" Raleway ", Arial, sans-serif";
  font-size: 1.8rem;
  z-index: 50;
}

.wel_header {
  text-align: center;
  color: #222222;
  padding-top: 0;
}

.fw-heading.fw-heading-center {
  padding-bottom: 40px;
}

.wel_header h2 {
  text-align: center;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 25px;
  color: #4083ae;
}

#welcome .single_item {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

#welcome .welcome_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #c4c4c4;
  transition: 0.7s;
  padding-bottom: 20px;
}

#welcome .welcome_icon i {
  margin-top: 25%;
  font-size: 50px;
  transition: 0.7s;
  color: #40a3d1;
}

#welcome .item_list h4 {
  padding: 20px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  color: #393939;
  transition: 0.7s;
}

#welcome .item_list p {
  font-size: 1.7rem;
  color: #646464;
  font-family: "Raleway", Arial, serif;
}

#welcome .item_list:hover .welcome_icon {
  background: #40a3d1;
  cursor: pointer;
}

#welcome .item_list:hover .welcome_icon i {
  color: #fff;
}

#welcome .item_list:hover h4 {
  color: #40a3d1;
  cursor: pointer;
}

/*nursing_education*/
#nursing_education_cmd .nursing_education_box {
  font-family: "Karla", Arial, sans-serif;
  max-width: 500px;
  border: 1px solid #d1d3d1;
  line-height: 23px;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 20px;
  height: auto;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 20px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.arrow_box {
  width: 100%;
  min-height: 250px;
  padding: 10px 30px;
  margin: 20px 0;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  background: transparent;
  border: 1px solid #ecf0ed;
}

.arrow_box > h3 {
  font-size: 2.7rem;
  font-family: "Futura", Arial, sans-serif;
  font-weight: 600;
  color: #4083ae;
  margin-top: 10px;
  margin-bottom: 20px;
}

.arrow_box > p {
  font-family: "Futura", Arial, sans-serif;
  text-align: justify;
  line-height: 28px;
  font-size: 1.6rem;
  font-weight: 600;
}

#doc_on_leave .btn_doc_on_leave {
  font-size: 1.6rem;
  position: absolute;
  bottom: 10px;
  padding: 10px 25px;
  color: #4083ae;
  border: 1px solid #4083ae;
  transition: 0.5s ease;
  font-weight: 600;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  max-width: 300px;
  height: auto;
}

#doc_on_leave .btn_doc_on_leave:hover,
.btn_doc_on_leave:active {
  background: #4083ae;
  color: #fff !important;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

/*cmd*/
#nursing_education_cmd .cmd_box,
#nursing_education_cmd .nursing_education_box {
  display: block;
  font-family: "Raleway", Arial, sans-serif;
  max-width: 100%;
  border: 1px solid #d1d3d1;
  line-height: 23px;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 20px;
  height: 170px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 0px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}

.nursing_education_header_img,
.cmd_header_img {
  margin: 0 auto;
}

/*history nav-tabs*/
.history-nav-tabs {
  font-family: "Raleway", Arial, sans-serif;
  text-align: center;
  margin-left: 10px;
  max-width: 100%;
  margin-bottom: 40px;
}

.history-tab {
  display: block;
  padding: 5px;
}

.history-tab .history-tab-head {
  box-shadow: 0px 5px 10px -1.25px rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 0 0;
  background: #40a3d1;
  padding: 10px;
  text-align: center;
}

.history_content_img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.fundraising_img {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

.fundraising_img2 {
  float: right;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fundraising_img3 {
  padding-bottom: 20px;
}

.farewell_img {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}

.farewell_img2 {
  padding: 30px 5px;
}

.farewell_img3 {
  padding: 30px 5px;
}

.farewell_img4 {
  padding: 30px 5px;
}

.management_img {
  float: right;
  padding-top: 20px;
  padding-left: 30px;
}

.history-tab .history-tab-head button.tab-controller {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  background: none;
  border: none;
  transition: 0.5s cubic-bezier(0, 0.4, 0.21, 1);
  padding: 10px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 600;
}

.history-tab .history-tab-head button.tab-controller:hover,
.history-tab .history-tab-head button.tab-controller:focus {
  background-color: rgba(255, 255, 255, 0.15);
  outline: none;
}

.history-tab .history-tab-head button.tab-controller.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.history-tab .history-tab-head button.tab-controller.active:hover,
.history-tab .history-tab-head button.tab-controller.active:focus {
  background-color: rgba(255, 255, 255, 0.275);
}

.history-tab .history-tab-body {
  box-shadow: 0px 5px 10px -1.25px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 2.5px 2.5px;
  background: #fff;
  background-size: 100%;
  color: #345282;
  padding: 10px 20px;
  text-align: justify;
}

.history-tab .history-tab-body .history-tab-part {
  font-family: "Raleway", Arial, sans-serif;
  padding: 25px;
  display: none;
  letter-spacing: 0.6px;
  line-height: 30px;
  font-size: 15px;
}

.history-tab-part h3 {
  margin: 10px 0;
}

.history-tab .history-tab-body .history-tab-part.active {
  display: block;
}

/*nav-tabs*/
#hours_section .tab-body {
  font-family: "Roboto Slab";
  text-align: center;
  margin-right: 400px;
  width: 100%;
}

.tab {
  display: block;
  padding: 15px;
}

.tab .tab-head {
  box-shadow: 0px 5px 10px -1.25px rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 0 0;
  background: linear-gradient(60deg, #4285f4, #0d5bdd);
  padding: 15px;
  text-align: center;
}

.tab .tab-head button.tab-controller {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  background: none;
  border: none;
  transition: 0.5s cubic-bezier(0, 0.4, 0.21, 1);
  padding: 12.5px;
  margin-right: 55px;
  cursor: pointer;
  border-radius: 10px;
  text-transform: uppercase;
}

.tab .tab-head button.tab-controller:hover,
.tab .tab-head button.tab-controller:focus {
  background-color: rgba(255, 255, 255, 0.15);
  outline: none;
}

.tab .tab-head button.tab-controller.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.tab .tab-head button.tab-controller.active:hover,
.tab .tab-head button.tab-controller.active:focus {
  background-color: rgba(255, 255, 255, 0.275);
}

.tab .tab-body {
  box-shadow: 0px 5px 10px -1.25px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 2.5px 2.5px;
  background: url(../img/rooms.jpg) repeat scroll top center / cover;
  background-size: 100%;
  min-height: 800px;
  color: #345282;
}

.tab .tab-body .tab-part {
  padding: 25px;
  display: none;
}

.tab .tab-body .tab-part.active {
  display: block;
}

/*Volunteer*/

#volunteer {
  max-height: 170px;
  background: #474e59;
  text-align: center;
}

#volunteer .volunteer_content h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding-bottom: 7px;
  font-family: "Raleway", Arial, sans-serif;
}

#volunteer .volunteer_content h3 span {
  color: #40a3d1;
}

#volunteer .volunteer_content p {
  font-size: 14px;
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
}

#volunteer .vol_area {
  padding: 15px 0;
}

.parallax {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-image: url("../img/hospital_front3.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin: 20px 0;
}

@media only screen and (max-width: 480px) {
  .parallax {
    display: none !important;
  }
}

.parallax-genetic {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-image: url("../img/genetic-header-k2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin: 20px 0;
}

@media only screen and (max-width: 480px) {
  .parallax-genetic {
    display: none !important;
  }
}

/*Event Section*/

#event_section {
  box-sizing: border-box;
  min-height: 600px;
  background: #fff;
  color: #000;
  padding: 10px 0px;
  margin: 20px 30px;
  font-family: "Raleway", Arial, "FZFangSong", sans-serif;
}

#event_section .event_header {
  padding-bottom: 40px;
}

#event_section .event_header h2 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #4083ae;
}

.event_header.text-center p {
  color: #393939;
  font-size: 16px;
}

#event_section .event_text {
  padding: 30px 30px;
  background: #eff0f2;
  min-height: 279px;
}

#event_section .public_talk_details {
  display: block;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 20px;
  font-size: 13px;
}

#event_section table.public_talk_details tr td {
  padding: 5px;
}

#event_section .event_img {
  width: 100%;
}

#event_section .event_text {
  padding: 30px 30px 0;
  width: 100%;
}

#event_section .event_text h4 {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 900;
  color: #454444;
  font-family: "Raleway", Arial, "FZKai", sans-serif;
}

#event_section .event_text h6 {
  padding-bottom: 20px;
  font-size: 14px;
  color: #6c6b6b;
}

#event_section .event_text p {
  font-size: 14px;
  color: #646464;
  padding-bottom: 35px;
}

#event_section h4.event_title {
  font-weight: 900;
}

#event_section h4.event_title:hover {
  color: #40a3d1;
  transition: 0.7s ease;
}

#event_section a.event_btn {
  background: #101010;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  transition: 0.7s ease;
  font-family: "Raleway", Arial, "FZFangSong", sans-serif;
  letter-spacing: 1.5px;
}

#event_section a.event_btn:hover {
  background: #40a3d1;
}

#event_section .event_news {
  padding-bottom: 25px;
}

.event_news_text {
  display: block;
  overflow: hidden;
}

.event_news_text h4 {
  color: #454444;
  font-size: 18px;
  font-weight: 700;
}

#event_section .event_news_text p {
  padding-top: 10px;
  font-size: 14px;
  color: #646464;
}

#event_section .event_news_img {
  padding-right: 10px;
}

#event_section .event_news_img:hover {
  opacity: 0.6;
}

.public_talk_details {
  font-family: "Raleway", Arial, "FZFangSong", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.public_talk_details td {
  padding: 5px;
}

/*Latest Blog*/

#blog {
  min-height: 500px;
  padding: 5px 0;
  font-family: "Raleway", Arial, sans-serif;
}

#blog p {
  display: inline-block;
}

#blog .blog_news {
  display: block;
  margin: 40px auto;
  width: 100%;
}

#blog .single_blog_item {
  border: 1px solid #d1d3d1;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 0px 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*@media screen and (max-width:990px) {
			#blog .single_blog_item {
				width: 600px;
				display: block;
				margin: 20px auto;
			}
		}
		@media screen and (max-width:586px) {
			#blog .single_blog_item {
			width: 400px;
			}
		}*/
#blog .blog_content {
  padding: 15px;
  height: 270px;
}

#blog .blog_content h3 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 12px;
  color: #646464;
  font-family: "Raleway", Arial, sans-serif;
  transition: 0.7s;
}

#blog .blog_content h3:hover {
  color: #40a3d1;
}

#blog .blog_news .blog_img img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#blog .blog_news span.right_msg span {
  font-size: 14px;
  color: #aeadad;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
}

#blog p.blog_news_content {
  color: #646464;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 25px;
  padding-bottom: 15px;
  font-family: "Raleway", Arial, sans-serif;
}

#blog .blog_content a.blog_link {
  position: absolute;
  bottom: 20px;
  right: 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #646464;
  transition: 0.7s;
  font-size: 1.3rem;
  font-family: "Raleway", Arial, sans-serif;
}

#blog .blog_content a.blog_link i {
  margin-left: 5px;
}

#blog a.blog_link:hover {
  color: #40a3d1;
}

/*Contact Form*/

#contact_form {
  min-height: 650px;
  background: #eeeeee;
  padding-bottom: 20px;
  padding-top: 20px;
  letter-spacing: 0.7px;
  font-family: "Raleway", Arial, sans-serif;
}

#contact_form h5 {
  font-weight: 800;
  font-size: 25px;
}

.msg {
  padding-top: 50px;
}

input#name,
input#email {
  margin-bottom: 10px !important;
}

.text_area textarea {
  resize: none;
  width: 500px;
}

.text_area textarea,
.form-inline .form-control,
input#name,
input#email,
input#subject {
  border-radius: 0px;
  margin-bottom: 20px;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d4d4d4;
  font-style: italic;
  color: #696969;
  font-family: "Raleway", Arial, sans-serif;
}

li.fw-flash-message {
  color: red;
  font-size: 4rem;
}

.msg_title h5 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 20px;
  font-family: "Raleway", Arial, sans-serif;
  color: #40a3d1;
}

.custom-btn {
  padding: 13px 82px;
  background: #40a3d1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: 0px;
  border-radius: 2px;
  letter-spacing: 5px;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  outline: 0 !important;
}

.office {
  padding-top: 50px;
  margin-bottom: 20px;
}

.office .title h5 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "Raleway", Arial, sans-serif;
  color: #40a3d1;
}

.office_location i span {
  text-indent: -10px;
  margin-left: 10px;
  color: #696969;
  font-size: 13px;
  font-family: "Raleway", Arial, sans-serif;
  line-height: 15px;
}

.office_location i {
  font-size: 16px;
  padding-bottom: 15px;
  color: #40a3d1;
}

.office_location {
  color: #696969;
}

.contact_area h3 {
  font-size: 35px;
  padding-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #40a3d1;
  font-family: "Raleway", Arial, sans-serif;
}

.contact_area p {
  font-size: 16px;
  color: #646464;
  font-family: "Raleway", Arial, sans-serif;
}

#map {
  width: 100%;
  margin: 20px 0;
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  min-height: 350px;
}

/*Sitemap*/
.site-footer {
  background: #2d3748;
  font-family: "Futura", Arial, sans-serif;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 40px;
  line-height: 23px;
}

.site-footer .widget_container {
  height: 540px;
  word-wrap: break-word;
}

.site-footer .widget-area {
  margin-top: 10px;
}

.site-footer .widget-area .widget {
  font-size: 14px;
  margin-bottom: 30px;
}

.site-footer .widget-area .widget-title {
  text-align: left;
  line-height: 30px;
  font-size: 1.7rem;
  color: #fff;
  height: 60px;
  margin-bottom: 10px;
}

@media screen and (max-width: 691px) {
  .site-footer .widget-area .widget-title {
    height: 30px;
  }

  .site-footer .widget-area .widget {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 380px) {
  .site-footer .widget-area .widget-title {
    height: 60px;
  }
}

.site-footer .widget-area ul li {
  line-height: 20px;
  font-size: 1.5rem;
  color: #bdbdbd;
  margin: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-footer .widget-area a {
  color: #bdbdbd;
}

.site-footer .widget-area a:hover {
  color: #969696;
}

.site-footer .widget-area ul {
  margin-top: 15px;
  list-style-type: none;
}

.site-footer .widget-area .no-bullet {
  text-align: left;
  padding: 10px 0;
  font-size: 14px;
  font-size: 0.875em;
}

.site-footer .widget-area .address {
  margin-top: -15px;
  color: #bdbdbd;
}

.site-footer .widget-area .address h4 {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}

/*Footer*/

#footer {
  background: #222222;
  color: #fff;
  padding-bottom: 20px;
}

@media screen and (max-width: 800px) {
  #footer {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 715px) {
  #footer {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 500px) {
  #footer {
    padding-bottom: 260px;
  }
}

#footer .footer-navigation {
  padding-top: 35px;
  display: inline-block;
}

#footer .footer-navigation a {
  font-family: "Raleway", Arial, sans-serif;
  letter-spacing: 0.5px;
  padding: 0px 10px;
  color: #fff;
  font-size: 13px;
  transition: 0.3s;
}

#footer .footer-navigation a:hover {
  color: #4083ae;
}

#footer .copyright {
  padding-top: 45px;
  font-size: 14px;
  font-family: "Raleway", Arial, sans-serif;
}

#footer .socialmedia {
  padding-top: 15px;
  font-size: 14px;
  font-family: "Raleway", Arial, sans-serif;
  margin-bottom: 20px;
}

#footer .socialmedia i {
  font-size: 20px;
  transition: 0.3s;
}

#footer .socialmedia a i {
  height: 35px;
  width: 35px;
  background: #757575;
  text-align: center;
  color: #ffffff;
  line-height: 35px;
  font-size: 18px;
  border-radius: 500px;
}

#footer .socialmedia i:hover {
  color: #fff;
  background: #4083ae;
}

#footer .copyright p {
  text-align: left;
}

#footer .socialmedia p {
  text-align: right;
}

#footer .copyright p {
  font-size: 13px;
  color: #ffffff;
  font-family: "Raleway", Arial, sans-serif;
  padding-left: 3px;
}

/*Back to Top*/

#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 50px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: rgba(84, 225, 0, 0.18);
  color: #ffffff;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: all 0.5s ease;
  opacity: 0;
  display: none;
  background: #40a3d1;
  border: 1px solid #fff;
}

#back-to-top:hover {
  color: #fff;
  border-radius: 50%;
}

#back-to-top.show {
  opacity: 1;
}

.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  padding-top: 0px;
}

/**/

.section-wraper {
  position: relative;
}

.section-edit {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.section-abc {
  background: rgba(255, 255, 255, 0.68);
  padding: 2px 5px;
  font-size: 12px;
  font-style: italic;
  display: none;
}

.section-edit:hover .section-abc {
  display: inline;
}

.section-edit .post-edit-link {
  margin: 10px 0;
  padding: 2px 12px;
}

.section-edit .post-edit-link {
  margin: 3px 0;
  padding: 2px 12px;
  font-size: 12px;
  line-height: 1.45;
}

.section-edit .post-edit-link {
  margin: 10px 0;
  display: inline-block;
  background: #e85757;
  color: #fff !important;
  padding: 2px 12px;
  border-radius: 3px;
}

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

.event_news_img img {
  width: 172px;
  height: 261px;
}

#market-place .fw-single-image img {
  margin: 0 auto;
}

/*.contact_us_padding {
			padding: 80px 0px;
		}*/
#contact-us .wel_header {
  padding-top: 0px;
  padding-bottom: 0;
}

#contact-us h3 {
  font-size: 36px;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  font-family: "Raleway", Arial, sans-serif;
}

#contact-us .wel_header h5 {
  text-align: left;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "Raleway", Arial, sans-serif;
  color: #222222;
  padding-top: 0px;
}

#contact-us .office_location i {
  padding-bottom: 15px;
}

#contact-us .office_location i span {
  padding-left: 15px;
  color: #696969;
  font-size: 14px;
  font-family: "Raleway", Arial, sans-serif;
}

#contact-us .form-group {
  margin-bottom: 0;
}

.wel_header.contact_us_h5 {
  margin-left: -15px !important;
}

/*input#name,label.input,label.textarea,textarea.form-control {
			width: 100%;
		}*/

ul.entry-meta {
  text-align: left;
}

.btn-primmary {
  background-color: #40a3d1;
  padding: 10px 30px;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #ffffff;
}

#commentform #comment {
  padding-left: 10px;
  margin-top: 10px;
}

.widget_search .search-form input[type="submit"],
.widget_search input[type="submit"] {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.widget_search .search-form input[type="search"],
.widget_search input[type="search"] {
  padding: 0 40px;
}

.main-content.blog-w.rap,
.main-content.container.blog-wrap.single-blog {
  margin-top: 80px;
}

/*Side buttons*/
#sidebuttons a {
  position: fixed;
  right: -242px;
  transition: 0.2s;
  padding: 15px;
  width: 290px;
  min-height: 30px;
  text-decoration: none;
  font-size: 15px;
  color: rgba(255, 255, 255);
  border-radius: 69px;
  z-index: 9999;
  background-color: rgb(107, 197, 163);
  opacity: 0.9;
  font-family: "Karla", Arial, sans-serif;
}

#sidebuttons i {
  color: rgba(255, 255, 255, 1);
}

#sidebuttons strong {
  color: #fff;
}

#sidebuttons a:hover {
  transition: 1s;
  background-color: #4083ae;
  right: -35px;
}

#find_a_doctor_button {
  background-color: #40a3d1;
  bottom: 300px;
}

#packages_button {
  background-color: #40a3d1;
  bottom: 240px;
}

#patient_guide_button {
  background-color: #40a3d1;
  bottom: 180px;
}

#news_button {
  background-color: #40a3d1;
  bottom: 120px;
}

#calendar_button {
  background-color: #40a3d1;
  bottom: 60px;
}

.navbar_bottom {
  box-sizing: border-box;
  bottom: -20px;
  left: 0;
  position: fixed;
  z-index: 800;
  overflow: hidden;
  width: 100%;
  padding: 0;
  background: rgb(223, 226, 230);
  background: linear-gradient(
    0deg,
    rgba(223, 226, 230, 1) 0%,
    rgba(214, 213, 213, 1) 16%,
    rgba(104, 217, 240, 1) 99%
  );
}

.navbar_bottom .nav {
  display: flex;
  flex-wrap: wrap;
}

.navbar_bottom .nav li {
  padding: 0;
  margin: 4px auto;
  box-shadow: 0px 5px 10px rgba(40, 123, 148, 0.4);
  transition: 0.7s ease;
}

.navbar_bottom .nav li:hover {
  transform: scale(1.1);
}

.navbar_bottom_btn {
  box-sizing: border-box;
  width: 200px;
  line-height: 15px;
  margin: 0 5px;
  text-align: center;
  overflow: hidden;
  padding: 3px;
  font-family: "Karla", Arial, sans-serif;
  font-size: 1.4rem;
  color: #2182af;
}

@media screen and (max-width: 708px) {
  .navbar_bottom_btn {
    font-size: 1.2rem;
    width: 140px;
  }
}

@media screen and (max-width: 528px) {
  .navbar_bottom_btn {
    font-size: 1rem;
    width: 120px;
  }
}

@media screen and (max-width: 469px) {
  .navbar_bottom_btn {
    font-size: 0.8rem;
    width: 75px;
  }
}

.navbar_bottom_btn .fa {
  color: #2182af;
  font-size: 3.5rem;
  display: block;
  text-align: center;
}

.navbar_bottom a {
  color: #fff;
}

.navbar_bottom ul {
  display: block;
}

.navbar_bottom ul li {
  display: inline-block;
  vertical-align: middle;
  list-style-position: inside;
  text-align: center;
  margin: 0;
  margin-left: 10px;
  color: #fff;
}

.navbar_bottom a strong {
  font-family: Franklin Gothic Medium;
}

.navbar_bottom a strong,
.navbar_bottom i {
  color: rgba(255, 255, 255);
  font-size: 12px;
  color: #fff;
}

.navbar_bottom a strong:hover {
  color: #03314f;
}

.navbar_bottom a strong:hover {
  color: #03314f;
}

/*donations*/
.donations-title {
  margin: 25px 20px;
}

.donations-title h2 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Raleway", Arial, sans-serif;
  display: block;
  margin-bottom: 20px;
  color: #993333;
}

.donations .left_nav {
  margin-top: 20px;
  margin-right: 15px;
}

.donations .donations_content {
  margin-left: 20px;
}

.table-bordered td {
  font-family: "Raleway", Arial, sans-serif;
}

/*Welfare*/
.welfare {
  font-family: "Raleway", Arial, sans-serif;
  padding: 0 20px;
}

.welfare .left_nav {
  margin-top: 20px;
}

.welfare .welfare_content {
  margin: 20px 0px;
  font-family: "Raleway", Arial, sans-serif;
}

.welfare .nav-pills {
  margin-left: 30px;
}

.welfare .nav-pills li a {
  font-weight: 200;
  font-size: 16px;
  font-family: "Raleway", Arial, sans-serif;
}

.welfare .tab-content {
  font-family: "Raleway", Arial, n "Microsoft Yahei", "微软雅黑", STXihei,
    "华文细黑", sans-serif;
  line-height: 29px;
  padding: 0px 20px;
  background: #f7f9ff;
  max-width: 820px;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

.welfare .tab-content p {
  font-size: 1.3rem;
}

.welfare .tab-content .tab-pane {
  background: none;
}

.welfare .title-image {
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-top: 0px;
  max-width: 65%;
}

/*welfare_facilities*/
.welfare_facilities .welfare_content {
  margin-top: 20px;
}

.welfare_facilities .title-image {
  padding: 5px;
  border: 1px #e0e0e0 solid;
  border-radius: 5px;
  margin-bottom: 40px;
  margin-top: 0px;
}

.welfare_facilities .nav-pills {
  margin-left: 0px;
}

.welfare_facilities .nav-pills li a {
  font-weight: 200;
  font-size: 16px;
  font-family: "Raleway", Arial, sans-serif;
}

.welfare_facilities .tab-content {
  font-size: 14px;
  font-family: "Raleway", Arial, sans-serif;
  line-height: 29px;
  padding: 0px 20px;
  background: #fff;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

.welfare_facilities .tab-content .tab-pane {
  background: none;
}

/*accreditations & awards*/
#accreditations {
  padding: 0 20px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
}

#accreditations .accreditations_content {
  margin: 20px 0;
  margin-left: 30px;
  line-height: 25px;
}

#accreditations h2.accreditations_title {
  margin-left: 20px;
  color: #4083ae;
  /*border: 1px solid #993333;
			border-right: 15px solid #993333;
			box-shadow: 0 3px 3px grey;
			text-shadow: 0 2px 2px grey;*/
  font-weight: 700;
  font-family: "Raleway", Arial, sans-serif;
  max-width: 900px;
  line-height: 60px;
  text-transform: uppercase;
}

#accreditations h2.accreditations_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
}

#accreditations .accreditations_sub_title {
  font-family: "Raleway", Arial, sans-serif;
  background: #fff;
  border: 1px solid #4083ae;
  border-right: 15px solid #4083ae;
  padding: 10px;
}

#accreditations .left_nav {
  margin-top: 20px;
  margin-right: 20px;
}

/*history*/
.history_content {
  padding-top: 20px;
}

.history .left_nav {
  margin-top: 20px;
  margin-right: 15px;
}

.history .history-tab-part table h3 {
  margin: 20px 0;
}

/*vision, mission & objectives*/
.vision {
  padding-top: 20px;
}

.vision_content {
  line-height: 25px;
}

.vision_text {
  box-sizing: border-box;
}

.vision .nav_table {
  margin-right: 30px;
}

.vision .nav_table #table_image {
  padding: 13px;
}

.vision-title-img {
  padding: 3px;
  border: 1px #c9c9c9 solid;
  border-radius: 5px;
  margin-bottom: 25px;
}

.vision_content .content-title {
  font-family: "Futura", Arial, sans-serif;
  font-size: 2.2rem;
  color: #fff;
  background: #4083ae;
  padding: 10px 15px;
  bottom: -1px;
  max-width: 150px;
  border: 1px solid #4083ae;
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 200;
}

.vision_content .vision_text p {
  color: #686868;
  font-size: 15px;
  font-family: "Raleway", Arial, sans-serif;
  letter-spacing: 0.2px;
  text-align: justify;
}

@media screen and (max-width: 510px) {
  .vision_content .vision_text p {
    font-size: 13px;
  }

  .vision_content .content-title {
    font-size: 1.8rem;
  }
}

.vision_content strong {
  color: #4083ae;
}

.vision_content ul.objectives_list {
  color: #686868;
  text-align: left;
  list-style-type: disc;
  margin-left: 40px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.vision_content ul.objectives_list li {
  font-family: "Raleway", Arial, sans-serif;
  text-align: justify;
}

.vision_content .vision_text .vision_text_desc {
  background: #f7f9ff;
  padding: 10px;
  max-width: 660px;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
  box-shadow: 5px 5px 15px rgba(43, 104, 132, 0.4);
}

/*board of directors*/
.board_of_directors_content {
  letter-spacing: 1px;
}

.board_of_directors_content .box-title {
  font-family: "Raleway", Arial, sans-serif;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #676868;
}

.board_of_directors_content .box .box-title-main {
  color: #4083ae;
  font-weight: 900;
  font-size: 16px;
  padding: 20px 0;
  padding-left: 20px;
  font-family: "Raleway", Arial, sans-serif;
}

.board_of_directors .nav_table {
  margin-top: 0px;
}

.board_of_directors .nav_table #table_image {
  padding: 13px;
}

.board_of_directors_content .accordions .box-content {
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
  padding: 30px 40px;
}

.board_of_directors_content .accordions. .box-content .desc {
  font-family: "Raleway", Arial, "Microsoft Yahei", "微软雅黑", STXihei,
    "华文细黑", sans-serif;
  font-weight: 600;
}

.viewProfileBtn {
  -moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
  -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
  box-shadow: 0px 0px 0px 2px #9fb4f2;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #7892c2),
    color-stop(1, #476e9e)
  );
  background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
  background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
  background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
  background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
  background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
  background-color: #7892c2;
  border: 1px solid #4e6096;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  padding: 0 8px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
}

.viewProfileBtn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #476e9e),
    color-stop(1, #7892c2)
  );
  background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
  background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
  background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
  background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
  background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
  background-color: #476e9e;
  cursor: pointer;
}

.viewProfileBtn:active {
  position: relative;
  top: 1px;
}

.innerDiv {
  padding-left: 60px;
  padding-bottom: 20px;
}

.innerDivRow {
  margin-left: 10px;
}

.profile-details {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 15px;
  margin-left: 65px;
  padding-bottom: 20px;
}

.profile-details-row {
  color: #000;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 15px;
  margin-left: 10px;
  padding-bottom: 20px;
}

/*specialties*/
#specialties {
  font-family: "Raleway", Arial, "Noto Sans SC", sans-serif;
}

#specialties .specialties-title {
  margin-left: 5px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.specialties_content {
  padding-top: 20px;
  letter-spacing: 1px;
}

#specialties .specialties-title h3 {
  margin-bottom: 10px;
  font-weight: 600;
}

.accordion_specialties {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

#specialties .specialties_table_img {
  padding: 5px;
  border: 1px #d8d8d8 solid;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

#specialties p.doctor_details {
  width: 240px;
  font-size: 1.5rem;
  line-height: 25px;
  text-align: center;
  margin: 10px 0;
}

#specialties p.doctor_details strong {
  font-weight: 600;
  color: #000;
  font-size: 1.6rem;
  text-transform: uppercase;
}

input {
  display: none;
}

#specialties .box {
  position: relative;
  background: white;
  height: 52px;
  transition: all 0.15s ease-in-out;
}

#specialties .box::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12),
    0 2px 4px rgba(0, 0, 0, 0.24);
}

.arrows .box-title {
  max-width: calc(100% - 40px);
  height: 52px;
  line-height: 64px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box-content {
  max-width: calc(100% - 40px);
  padding: 30px 30px;
  font-size: 11pt;
  color: rgba(0, 0, 0, 0.54);
  display: none;
}

.box-close {
  position: absolute;
  height: 64px;
  max-width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

input:checked + .box {
  height: auto;
  margin: 16px 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32);
}

input:checked + .box .box-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  color: #fff;
}

input:checked + .box .box-content,
input:checked + .box .box-close {
  display: inline-block;
}

.accordion_specialties .arrows section .box-title {
  padding-left: 44px;
  max-width: calc(100% - 64px);
}

.arrows section .box-title:before {
  position: absolute;
  display: block;
  content: "\203a";
  font-size: 18pt;
  left: 20px;
  top: -2px;
  transition: transform 0.15s ease-in-out;
  color: rgba(0, 0, 0, 0.54);
}

input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}

input:checked + section.box .box-title {
  background: #40a3d1;
}

/* Collapse
		---------------------------------- */
.panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}

.panel-default > .panel-heading {
  padding: 0;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #f0f0f0;
  border-top: none;
  background-color: #fafafa;
}

.panel-heading a {
  font-weight: 400;
  padding: 12px 35px 12px 15px;
  display: inline-block;
  width: 100%;
  background-color: #4083ae;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}

.panel-heading a.collapsed {
  color: #ffffff;
  background-color: #4083ae;
}

.panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f147";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f196";
}

.panel-heading a:hover {
  text-decoration: none;
  background-color: #55acee;
  color: #ffffff;
  transition: 0.5s;
}

.panel-title a i {
  padding-right: 10px;
  font-size: 20px;
}

/*facilities*/
.facilities_services {
  padding-bottom: 40px;
}

.facilities_services .facilities_content {
  padding: 20px 0;
  margin-left: 10px;
}

.facilities_services .facilities_content .facilities_table {
  font-family: "Raleway", Arial, sans-serif;
}

.facilities_services .left_nav {
  margin-top: 20px;
}

.facilites_content {
  margin-left: 15px;
}

.facilities_content ul.facilities_list {
  text-align: left;
  padding-right: 10px;
  padding-left: 30px;
}

.facilities_content ul.facilities_list li {
  padding: 4px 10px;
}

.facilities_icons {
  margin: 30px 0;
  display: block;
}

.copyright_credit {
  margin-top: 20px;
}

.facilities .facilities_table {
  -webkit-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 11px 40px -13px rgba(0, 0, 0, 0.14);
}

/*FAQ*/
#faq .left_nav {
  margin-top: 20px;
}

#faq .faq_title {
  color: #4083ae;
  font-weight: 700;
  margin-left: 10px;
}

#faq .faq_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

.faq_content {
  margin-top: 20px;
}

.faq_content_table {
  text-align: left;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 15px;
  margin-left: 10px;
  line-height: 28px;
  background: #fff;
  padding: 30px;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}

.faq_content_table tr td {
  padding: 5px;
}

.faq_content .faq_ul li {
  padding-left: 10px;
  text-indent: -10px;
}

/*Contact Page*/
.contact {
  padding-bottom: 40px;
}

.contact .hospital_location i h4 {
  font-family: "Raleway", Arial, sans-serif;
  line-height: 20px;
  letter-spacing: 0.5;
  display: inline;
}

.contact .hospital_location i {
  margin-right: 5px;
  font-size: 16px;
  display: inline;
}

.hospital_location_map_img {
  margin-top: 10px;
  margin-left: 20px;
}

.contact .hospital_location td,
.contact .cmd_contact td,
.contact .nursing_contact td,
.contact .office_hours td {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 6px;
  letter-spacing: 0.6px;
}

.cmd_contact,
.nursing_contact,
.office_hours {
  margin-top: 25px;
}

.hospital_location .hospital_location_contact_title,
.cmd_contact .cmd_contact_title,
.nursing_contact .nursing_contact_title,
.office_hours .office_hours_title {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 25px !important;
  color: #4083ae;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px;
  margin-bottom: 10px;
}

/*Cafeteria*/
.cafeteria_content {
  text-align: left;
  margin-bottom: 40px;
}

.cafeteria_content p {
  font-family: "Raleway", Arial, sans-serif;
  line-height: 25px;
  letter-spacing: 1px;
}

.cafeteria_content h2 {
  font-family: "Raleway", Arial, sans-serif;
  color: #4083ae;
  font-weight: 600;
  margin: 20px 0;
}

.cafeteria_tabs .tab h3,
.cafeteria_content .foodPromotion_list h3 {
  font-family: "Raleway", Arial, sans-serif;
  color: #4083ae;
  font-weight: 600;
  margin: 10px 0;
}

.cafeteria_content ul {
  margin-left: 20px;
  text-align: left;
  list-style-type: disc;
}

.cafeteria_content ul li {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 4px 0;
}

/**
		* Cafeteria_tabs
		*/
.cafeteria_tabs {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}

.cafeteria_tabs i {
  font-size: 16px;
  margin-right: 10px;
}

.cafeteria_tabs label {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 20px;
  order: 1;
  display: block;
  padding: 1rem 5rem;
  margin-left: 0.2rem;
  cursor: pointer;
  background: #40a3d1;
  color: #fff;
  font-weight: bold;
  transition: background ease 0.2s;
}

.cafeteria_tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
  width: 80%;
  display: none;
  padding: 2rem;
  background: #eee;
  border: 1px #eee solid;
}

.cafeteria_tabs input[type="radio"] {
  display: none;
}

.cafeteria_tabs input[type="radio"]:checked + label {
  background: #225c7a;
}

.cafeteria_tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

.breakfast_list,
.lunch_list,
.promotion_list,
.beverages_list {
  font-family: "Karla", Arial, sans-serif;
  line-height: 30px;
}

@media (max-width: 45em) {
  .cafeteria_tabs .tab,
  .cafeteria_tabs label {
    order: initial;
  }

  .cafeteria_tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

/*Imaging*/
.imaging_content_table {
  margin-left: 10px;
}

.imaging_content .imaging_title {
  color: #993333;
  font-weight: 600;
}

.imaging_content .imaging_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

.imaging_content .imaging_content_table h3 {
  color: #4083ae;
  font-weight: 700;
  font-family: "Karla", Arial, sans-serif;
  margin: 10px 0;
}

.imaging_content_table td {
  font-family: "Karla", Arial, sans-serif;
  line-height: 25px;
  letter-spacing: 0.5px;
}

ul.equipment_list {
  list-style-type: disc;
}

ul.equipment_list li {
  text-align: left;
  font-family: "Karla", Arial, sans-serif;
  margin-left: 20px;
  padding: 5px 0;
}

.imaging_content .imaging_workingHours_table {
  margin-top: 20px;
}

.half {
  float: left;
  width: 100%;
  padding: 0 1em;
}

/*Slider*/

/*GLOBALS*/

#wrapper {
  max-width: 900px;
  margin: 50px auto;
  height: 950px;
  position: relative;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
}

#slider-wrap {
  width: 500px;
  height: 750px;
  position: relative;
  overflow: hidden;
}

#slider-wrap ul#slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#slider-wrap ul#slider li {
  float: left;
  position: relative;
  width: 500px;
  height: 700px;
}

#slider-wrap ul#slider li > div {
  position: absolute;
  top: 20px;
  left: 35px;
}

#slider-wrap ul#slider li > div h3 {
  font-size: 36px;
  text-transform: uppercase;
}

#slider-wrap ul#slider li > div span {
  font-family: Neucha, Arial, sans serif;
  font-size: 21px;
}

#slider-wrap ul#slider li i {
  text-align: center;
  line-height: 400px;
  display: block;
  width: 100%;
  font-size: 90px;
}

/*btns*/
.btns {
  position: absolute;
  width: 50px;
  height: 60px;
  top: 50%;
  margin-top: -25px;
  line-height: 57px;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  z-index: 100;

  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;

  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.btns:hover {
  background: rgba(0, 0, 0, 0.3);
}

#next {
  right: -50px;
  border-radius: 7px 0px 0px 7px;
}

#previous {
  left: -50px;
  border-radius: 0px 7px 7px 7px;
}

#counter {
  top: 30px;
  right: 35px;
  width: auto;
  position: absolute;
}

#slider-wrap.active #next {
  right: 0px;
}

#slider-wrap.active #previous {
  left: 0px;
}

/*bar*/
#pagination-wrap {
  min-width: 20px;
  margin-top: 350px;
  margin-left: auto;
  margin-right: auto;
  height: 15px;
  position: relative;
  text-align: center;
}

#pagination-wrap ul {
  width: 100%;
}

#pagination-wrap ul li {
  margin: 0 4px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  position: relative;
  top: 0;
}

#pagination-wrap ul li.active {
  width: 12px;
  height: 12px;
  top: 3px;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}

/*ANIMATION*/
#slider-wrap ul,
#pagination-wrap ul li {
  -webkit-transition: all 0.3s cubic-bezier(1, 0.01, 0.32, 1);
  -moz-transition: all 0.3s cubic-bezier(1, 0.01, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(1, 0.01, 0.32, 1);
  -ms-transition: all 0.3s cubic-bezier(1, 0.01, 0.32, 1);
  transition: all 0.3s cubic-bezier(1, 0.01, 0.32, 1);
}

/* IPC Accordion*/
.IPC_tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.IPC_tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.IPC_tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #40a3d1;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  font-size: 20px;
  font-family: "Raleway", Arial, sans-serif;
}

.IPC_tab .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #eee;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
  letter-spacing: 0.3px;
  line-height: 20px;
  padding-top: 10px;
}

.IPC_tab .tab-content p {
  margin: 1px 1.7em;
  color: #000;
  font-family: "Raleway", Arial, sans-serif;
}

.IPC_tab .tab-content h3 {
  font-family: "Raleway", Arial, sans-serif;
  color: #4083ae;
  margin: 1.5em 1em;
  font-size: 22px;
  font-weight: 700;
}

.IPC_tab .tab-content h4 {
  font-family: "Raleway", Arial, sans-serif;
  color: #4083ae;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  margin-left: 1.3em;
  font-size: 18px;
}

.tab-content .IPC_overview_table {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* :checked */
.IPC_tab input:checked ~ .tab-content {
  max-height: 1200px;
}

/* Icon */
.IPC_tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.IPC_tab input[type="checkbox"] + label::after {
  content: "+";
}

.IPC_tab input[type="radio"] + label::after {
  content: "\25BC";
}

.IPC_tab input[type="checkbox"]:checked + label::after {
  transform: rotate(315deg);
}

.IPC_tab input[type="radio"]:checked + label::after {
  transform: rotateX(180deg);
}

.IPC_overview_table .IPC_clinic {
  margin: 15px 0;
}

.IPC_conditions_table {
  margin: 20px 0;
}

.IPC_conditions {
  margin: 20px 0;
}

.IPC_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
  max-width: 1140px;
}

.tab-content p {
  color: #000;
  font-family: "Raleway", Arial, sans-serif;
  margin: 20px 0;
}

.IPC_tab ol.conditions_list {
  margin-left: 200px;
  font-family: "Raleway", Arial, sans-serif;
  color: #000;
}

.IPC_tab ol.conditions_list li {
  padding: 5px 0;
}

/*IVF
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,800);*/

* {
  box-sizing: border-box;
}

.ivf_accordion {
  max-width: 1000px;
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
  margin-bottom: 40px;
  border: 1px solid #bdbdbd;
}

.ivf_accordion_title {
  padding: 35px 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #4083ae;
  letter-spacing: 0.25rem;
}

.ivf_accordion_items {
  position: relative;
  padding: 20px;
  color: #4083ae;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #bdbdbd;
}

.ivf_accordion_items:after {
  content: "";
  transition: transform 0.25s ease 0.1s;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.ivf_accordion_items:hover {
  background-color: #40a3d4;
  color: #fff;
}

.ivf_accordion_items.active {
  background-color: #40a3d4;
  color: #fff;
}

.ivf_accordion_items.active:after {
  transform: translateY(-50%) rotate(45deg);
}

.ivf_accordion_content {
  transition: opacity 1s ease 0.25s, height 0.25s ease;
  background-color: #fff;
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  font-family: "Karla", Arial, sans-serif;
  letter-spacing: 0.3px;
  color: #000;
  border-bottom: 1px solid #bdbdbd;
}

.ivf_accordion_content_caption {
  color: #40a3d1;
  margin: 20px 0;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 1.75rem;
  font-weight: 600px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

.ivf_accordion_content_txt {
  margin-bottom: 30px;
  color: #000;
  line-height: 25px;
}

.IVF_content .ivf_accordion_content_title {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "Karla", Arial, sans-serif;
}

/*Physiotherapy*/
#POT {
  margin-bottom: 40px;
}

.POT_content .POT_main_title {
  color: #4083ae;
  margin-top: 10px;
}

.POT_content .POT_main_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
  max-width: 580px;
}

.physio_table {
  margin-top: -73px;
  line-height: 24px;
  font-family: "Raleway", Arial, sans-serif;
  letter-spacing: 0.3px;
}

.physio_image {
  float: left;
  margin-right: 50px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.physio_txt_content {
  text-align: center;
}

.physio_content_title {
  font-family: "Raleway", Arial, sans-serif;
  color: #4083ae;
  font-weight: 700;
  text-shadow: 0 1px 1px grey;
}

.physio_table span {
  font-family: "Raleway", Arial, sans-serif;
  color: #4083ae;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-shadow: 0 2px 2px grey;
}

.physio_table_title {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  margin: 15px 0;
  color: #4083ae;
  font-size: 22px;
  border: 1px solid #fff;
  padding: 10px;
}

.physio_table em {
  color: #4083ae;
}

/* Psychosocial Accordion*/
.psychosocial_tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.psychosocial_tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.psychosocial_tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #40a3d1;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  font-size: 20px;
  font-family: "Karla", Arial, sans-serif;
}

.psychosocial_tab .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #eee;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
  letter-spacing: 0.3px;
  line-height: 20px;
  color: #000;
  font-family: "Karla", Arial, sans-serif;
}

.psychosocial_tab .tab-content p {
  margin: 1px 1.7em;
  color: #000;
  padding: 20px 10px;
}

.psychosocial_tab .tab-content ul {
  padding: 30px;
  margin-top: -15px;
  margin-left: 30px;
}

.psychosocial_tab .tab-content ul li {
  padding-bottom: 10px;
}

.psychosocial_tab .tab-content h3 {
  font-family: "Karla", Arial, sans-serif;
  color: #4083ae;
  margin: 1.5em 1em;
  font-size: 25px;
  font-weight: 700;
}

.psychosocial_tab .tab-content h4 {
  font-family: "Karla", Arial, sans-serif;
  color: #4083ae;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  margin-left: 1.3em;
  font-size: 20px;
}

/* :checked */
.psychosocial_tab input:checked ~ .tab-content {
  max-height: 1200px;
}

/* Icon */
.psychosocial_tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.psychosocial_tab input[type="checkbox"] + label::after {
  content: "+";
}

.psychosocial_tab input[type="radio"] + label::after {
  content: "\25BC";
}

.psychosocial_tab input[type="checkbox"]:checked + label::after {
  transform: rotate(315deg);
}

.psychosocial_tab input[type="radio"]:checked + label::after {
  transform: rotateX(180deg);
}

.psychosocial_content .psychosocial_main_title {
  color: #4083ae;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 15px;
}

.psychosocial_content .psychosocial_main_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
  max-width: 1140px;
}

.psychosocial_content .psychosocial_table {
  margin-left: 300px;
  padding: 20px;
}

.psychosocial_tab .psychosocial_table_title {
  font-family: "Raleway", Arial, sans-serif;
  color: #993333;
  font-weight: 600;
}

.tab-content p {
  color: #000;
  font-family: "Raleway", Arial, sans-serif;
  margin: 20px 0;
}

/*accommodations*/
#accommodations {
  padding-bottom: 40px;
  font-family: "Raleway", Arial, sans-serif;
}

.accommodations_content {
  padding-top: 20px;
}

.accommodations_title_img {
  border: 1px solid #bdbdbd;
  border-bottom: 15px solid #4083ae;
  margin-bottom: 20px;
}

.accommodations_content h1.entry-title {
  color: #4083ae;
  margin-top: 20px;
  font-weight: 800;
  font-size: 36px;
  line-height: 60px;
}

.accommodations_content h1.entry-title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

.accommodations_content h3.entry-title {
  color: #4083ae;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 800;
  margin-left: 15px;
}

.accommodations_content .types-title {
  margin: 20px 0;
}

.offer {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.offer .caption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  width: 100%;
  padding: 20px;
}

.offer.caption-top .caption {
  top: 0;
}

.offer.caption-bottom .caption {
  bottom: 0;
}

.offer img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.offer .offer-title {
  font-size: 18px;
  margin: 0;
}

.accommodations_description {
  line-height: 22px;
  margin-bottom: 20px;
}

#accommodations .modal {
  margin-top: 200px;
}

.accommodations_description_list li {
  padding: 5px 0;
}

#accommodations .img-responsive {
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: 0.3s;
}

#accommodations .img-responsive:hover {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/*Admissions*/
#admissions .left_nav {
  margin-top: 20px;
  margin-right: 10px;
}

#admissions .admissions_content {
  margin-bottom: 60px;
  margin-top: 20px;
}

#admissions {
  font-family: "Raleway", Arial, sans-serif;
}

#admissions .admissions_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

#admissions .admissions_content h3 {
  font-family: "Raleway", Arial, sans-serif;
  color: #4083ae;
  margin: 10px 0;
  font-size: 23px;
  font-weight: 600;
}

/*payment*/
.payment_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
  max-width: 700px;
}

.payment_content {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: "Raleway", Arial, sans-serif;
  line-height: 24px;
}

#payment .left_nav {
  margin-top: 20px;
}

.payment_content h2 {
  color: #993333;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

/*@import "compass/css3";*/

/*customisation*/
.cf:after,
.payment-nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}

.payment-nav-tabs {
  margin: 0;
}

.navi-tabs__nav {
  float: left;
  max-width: 450px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  background: #fff;
}

.navi-tabs__container {
  float: left;
  max-width: 800px;
  padding: 20px;
  border: 1px solid #ccc;
  min-height: 500px;
  margin: 0;
  background: #fff;
}

.navi-tabs__content > :first-child {
  margin-top: 0;
}

.payment-nav-tabs nav > ul {
  border: 1px solid #ccc;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 250px;
}

.payment_content .navi-tabs__container {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}

.payment-nav-tabs nav > ul > li:last-child {
  border-bottom: 0;
}

.payment-nav-tabs nav > ul > li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 40px;
  color: #666;
  font-size: 15px;
  text-align: justify;
}

.payment-nav-tabs nav > ul > li > a {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.payment-nav-tabs nav > ul > li > a:hover {
  color: #000;
  background: #e5e5e5;
}

.payment-nav-tabs nav > ul > li > a.active {
  background: #e5e5e5;
  color: #000;
}

.payment-nav-tabs nav > ul > li ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
}

.payment-nav-tabs nav > ul > li ul li {
  border-bottom: 1px solid #ccc;
}

.payment-nav-tabs nav > ul > li ul li a {
  font-size: 13px;
  padding: 7px 20px 7px 40px;
  text-align: left;
}

.payment-nav-tabs nav > ul > li ul li a:hover {
  color: #000;
}

.payment-nav-tabs nav > ul > li ul li a.active {
  position: relative;
  background: #e5e5e5;
  color: #000;
}

.payment-nav-tabs nav > ul > li ul li a.active:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #686868;
}

.payment-nav-tabs nav > ul > li.dropdown {
  position: relative;
}

.payment-nav-tabs nav > ul > li.dropdown:before {
  content: "+";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

.payment-nav-tabs nav > ul > li.dropdown.open:before {
  content: "-";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}

/*Phone Directory*/
#phoneDirectory .left_nav {
  margin-top: 20px;
}

.phoneDirectory_content {
  margin-top: 20px;
  margin-right: 20px;
  font-family: "Raleway", Arial, sans-serif;
  margin-bottom: 40px;
}

.phoneDirectory_content .wrapper p {
  margin-left: 10px;
}

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

.phoneDirectory_content .phoneDirectory_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

.phoneDirectory_content .phoneDirectory_content_title {
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  background: #4083ae;
  margin-bottom: 10px;
  border-bottom: 1px #fff solid;
  padding: 5px;
  text-align: center;
  transition: 0.5s;
}

.phoneDirectory_content strong {
  margin-right: 5px;
}

/*Staff Uniforms*/
#uniforms .left_nav {
  margin-top: 20px;
  margin-right: 10px;
}

#uniforms .uniforms_content {
  margin-bottom: 60px;
  margin-top: 20px;
}

#uniforms {
  font-family: "Raleway", Arial, sans-serif;
}

#uniforms .uniforms_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

#uniforms .uniforms_content h3 {
  font-family: "Raleway", Arial, sans-serif;
  color: #4083ae;
  margin: 10px 0;
  font-size: 23px;
  font-weight: 600;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/*Patient Guide*/
#patient_guide {
  padding-top: 20px;
}

#patient_guide .patient_guide_section {
  background: #fff;
  margin: 25px 0;
  margin-left: 20px;
  padding: 20px;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}

#patient_guide .patient_guide_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 30px;
}

#patient_guide .patient_guide_content {
  font-family: "Raleway", Arial, sans-serif;
  margin-left: 10px;
  padding-bottom: 20px;
  text-align: justify;
}

#patient_guide .patient_guide_content h2 {
  margin-top: 20px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 600;
  color: #993333;
}

#patient_guide .patient_guide_entry_description {
  font-family: "Raleway", Arial, sans-serif;
  margin: 20px 0;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}

#patient_guide .patient_guide_content .patient_guide_entry_description {
  margin-left: 20px;
}

@media screen and (max-width: 990px) {
  #patient_guide .patient_guide_content .patient_guide_entry_description {
    margin-left: 0;
  }
}

#patient_guide .back_to_list {
  display: inline;
  margin: 20px;
}

#patient_guide .patient_guide_content_title {
  display: inline;
  margin: 20px 0;
  color: #993333;
  font-family: "Raleway", Arial, sans-serif;
}

#patient_guide .patient_guide_content .admission,
#patient_guide .patient_guide_content .accident_emergency_service,
#patient_guide .patient_guide_content .admission_kit,
#patient_guide .patient_guide_content .lodger,
#patient_guide .patient_guide_content .valuables,
#patient_guide .patient_guide_content .visiting_hours,
#patient_guide .patient_guide_content .discharge_time,
#patient_guide .patient_guide_content .2-way_nursing_call_system,
#patient_guide .patient_guide_content .personal_data_protection_notice {
  margin: 40px 0;
}

#patient_guide_list li {
  line-height: 30px;
}
/*Package Program*/
#package_program {
  padding-top: 20px;
}

#package_program .package_program_section {
  background: #fff;
  margin: 25px 0;
  margin-left: 20px;
  padding: 20px;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}

#package_program .package_program_title:after {
  content: " ";
  display: block;
  border: 1px solid #8c0000;
  margin-bottom: 30px;
}

#package_program .package_program_content {
  font-family: "Raleway", Arial, sans-serif;
  margin-left: 10px;
  padding-bottom: 20px;
  text-align: justify;
}

#package_program .package_program_content h2 {
  margin-top: 20px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 600;
  color: #993333;
}

#package_program .package_program_entry_description {
  font-family: "Raleway", Arial, sans-serif;
  margin: 20px 0;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}

#package_program .package_program_content .package_program_entry_description {
  margin-left: 20px;
}

@media screen and (max-width: 990px) {
  #package_program .package_program_content .package_program_entry_description {
    margin-left: 0;
  }
}

#package_program .back_to_list {
  display: inline;
  margin: 20px;
}

#package_program .package_program_content_title {
  display: inline;
  margin: 20px 0;
  color: #993333;
  font-family: "Raleway", Arial, sans-serif;
}

#package_program .package_program_content .admission,
#package_program .package_program_content .accident_emergency_service,
#package_program .package_program_content .admission_kit,
#package_program .package_program_content .lodger,
#package_program .package_program_content .valuables,
#package_program .package_program_content .visiting_hours,
#package_program .package_program_content .discharge_time,
#package_program .package_program_content .2-way_nursing_call_system,
#package_program .package_program_content .personal_data_protection_notice {
  margin: 40px 0;
}

#package_program_list li {
  line-height: 30px;
}

/*Package Program*/
#dietitian_nutricare {
  padding-top: 20px;
}

#dietitian_nutricare .dietitian_nutricare_section {
  background: #fff;
  margin: 25px 0;
  margin-left: 20px;
  padding: 20px;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}

#dietitian_nutricare .dietitian_nutricare_title:after {
  content: " ";
  display: block;
  border: 1px solid #8c0000;
  margin-bottom: 30px;
}

#dietitian_nutricare .dietitian_nutricare_content {
  font-family: "Raleway", Arial, sans-serif;
  margin-left: 10px;
  padding-bottom: 20px;
  text-align: justify;
}

#dietitian_nutricare .dietitian_nutricare_content h2 {
  margin-top: 20px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 600;
  color: #993333;
}

#dietitian_nutricare .dietitian_nutricare_entry_description {
  font-family: "Raleway", Arial, sans-serif;
  margin: 20px 0;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
}

#dietitian_nutricare .dietitian_nutricare_content .dietitian_nutricare_entry_description {
  margin-left: 20px;
}

@media screen and (max-width: 990px) {
  #dietitian_nutricare .dietitian_nutricare_content .dietitian_nutricare_entry_description {
    margin-left: 0;
  }
}

#dietitian_nutricare .back_to_list {
  display: inline;
  margin: 20px;
}

#dietitian_nutricare .dietitian_nutricare_content_title {
  display: inline;
  margin: 20px 0;
  color: #993333;
  font-family: "Raleway", Arial, sans-serif;
}

#dietitian_nutricare .dietitian_nutricare_content .admission,
#dietitian_nutricare .dietitian_nutricare_content .accident_emergency_service,
#dietitian_nutricare .dietitian_nutricare_content .admission_kit,
#dietitian_nutricare .dietitian_nutricare_content .lodger,
#dietitian_nutricare .dietitian_nutricare_content .valuables,
#dietitian_nutricare .dietitian_nutricare_content .visiting_hours,
#dietitian_nutricare .dietitian_nutricare_content .discharge_time,
#dietitian_nutricare .dietitian_nutricare_content .2-way_nursing_call_system,
#dietitian_nutricare .dietitian_nutricare_content .personal_data_protection_notice {
  margin: 40px 0;
}

#dietitian_nutricare_list li {
  line-height: 30px;
}
/*Dietetics tabs*/
#dietetics .dietetics_tabs label:hover {
  opacity: 0.8;
}

/**
		* Cafeteria_tabs
		*/
.dietetics_tabs {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Raleway", Arial, sans-serif;
}

.dietetics_tabs .tab {
  order: 99;
  /*Put the tabs back*/
  flex-grow: 1;
  max-width: 90%;
  display: none;
  padding: 2rem;
  background: #eee;
  border: 1px #eee solid;
}

.dietetics_tabs input[type="radio"] {
  display: none;
}

.dietetics_tabs input[type="radio"]:checked + label {
  background: #225c7a;
  opacity: 0.8;
}

.dietetics_tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

.dietetics_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
  max-width: 1025px;
}

@media (max-width: 45em) {
  .dietetics_tabs .tab,
  .dietetics_tabs label {
    order: initial;
  }

  .dietetics_tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

/*PDPN*/
#pdpdn .pdpdn_content h2.pdpn_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 40px;
}

/*BMI Calculator*/
.bmi-calculator {
  margin: 20px 0;
  max-width: 500px;
  display: table;
  background: #2b2d41;
  color: #4e5279;
  border-radius: 5px;
}

.result {
  display: table;
  width: 100%;
}

.result-text {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #4ca456;
  background: -webkit-linear-gradient(left top, #4fd24d, #4ca456);
  background: -o-linear-gradient(bottom right, #4fd24d, #4ca456);
  background: -moz-linear-gradient(bottom right, #4fd24d, #4ca456);
  background: linear-gradient(to bottom right, #4fd24d, #4ca456);
  transition: all 0.4s ease-in;
  -webkit-transition-delay: 2s;
  /* Safari */
  transition-delay: 2s;
  box-shadow: 0px 5px 25px 2px #333;
}

.result-text h1 {
  color: #fff;
  font-size: 3em;
  margin: 8px 0;
  padding: 0;
}

.result-text small {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
}

.calculator {
  padding: 20px;
}

.calculator-title {
  font-weight: 400;
  font-size: 1.3em;
  padding: 15px;
}

.calculator-hr {
  margin-top: -10px;
  width: 90%;
  border: 1.2px solid #f73946;
  border-radius: 15px;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 75%;
  height: 4px;
  background: #27283a;
  border-radius: 5px;
  display: inline-block;
  margin-top: -15px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #f73946;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #f73946;
  cursor: pointer;
}

input[type="range"]::-ms-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #f73946;
  cursor: pointer;
}

.field-text {
  font-size: 2em;
  color: #f73946;
  font-weight: 700;
  padding: 8px;
  display: inline-block;
}

.label-height:after {
  content: " cm";
  font-size: 0.6em;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-top: -12px;
}

.label-weight:after {
  content: " kg";
  font-size: 0.6em;
  color: #fff;
  font-weight: 400;
}

.submit {
  text-align: center;
}

#submit {
  display: block;
  margin: 0 auto;
  background: #f73946;
  background: -webkit-linear-gradient(left top, #f73946, #ff3875);
  background: -o-linear-gradient(bottom right, #f73946, #ff3875);
  background: -moz-linear-gradient(bottom right, #f73946, #ff3875);
  background: linear-gradient(to bottom right, #f73946, #ff3875);
  border: none;
  border-radius: 30px;
  padding: 4px 25px;
  color: #2b2d41;
  font-size: 1.5em;
  font-weight: 300;
  transition: all 0.3s ease-in;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

#submit:hover,
#submit:focus {
  color: #fff;
  outline: none;
}

#dietetics table tr td {
  padding: 10px;
  font-family: "Raleway", Arial, sans-serif;
}

#dietetics table strong {
  font-size: 18px;
}

#dietetics table tr.underweight {
  color: #fff;
  background: -webkit-linear-gradient(left top, #27939d, #07658f);
  background: -o-linear-gradient(bottom right, #27939d, #07658f);
  background: -moz-linear-gradient(bottom right, #27939d, #07658f);
  background: linear-gradient(to bottom right, #27939d, #07658f);
}

#dietetics table tr.healthy_weight {
  color: #fff;
  background: -webkit-linear-gradient(left top, #4fd24d, #4ca456);
  background: -o-linear-gradient(bottom right, #4fd24d, #4ca456);
  background: -moz-linear-gradient(bottom right, #4fd24d, #4ca456);
  background: linear-gradient(to bottom right, #4fd24d, #4ca456);
}

#dietetics table tr.overweight {
  color: #fff;
  background: -webkit-linear-gradient(left top, #ef7532, #dc3a26);
  background: -o-linear-gradient(bottom right, #ef7532, #dc3a26);
  background: -moz-linear-gradient(bottom right, #ef7532, #dc3a26);
  background: linear-gradient(to bottom right, #ef7532, #dc3a26);
}

#dietetics table tr.obese {
  color: #fff;
  background: -webkit-linear-gradient(left top, #f73946, #ff3875);
  background: -o-linear-gradient(bottom right, #f73946, #ff3875);
  background: -moz-linear-gradient(bottom right, #f73946, #ff3875);
  background: linear-gradient(to bottom right, #f73946, #ff3875);
}

/*Elements that are only clickable on small screens*/
.smallscreens_clickable {
  pointer-events: none;
}

@media all and (max-width: 960px) {
  .smallscreens_clickable {
    pointer-events: all;
  }
}

/*Doctors' Profiles*/
#doctor_profile {
  font-family: "Raleway", Arial, sans-serif;
}

#doctor_profile h2 {
  font-family: "Raleway", Arial, sans-serif;
}

#doctor_profile table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 50px;
}

#doctor_profile table strong {
  color: #40a3d1;
  font-size: 22px;
  margin-bottom: 10px;
}

#doctor_profile .operating_days {
  font-weight: 600;
  color: #4083ae;
}

.find_other_doctors {
  margin: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  max-width: 225px;
  min-width: 200px;
  -moz-box-shadow: 3px 4px 0px 0px #2b6fab;
  -webkit-box-shadow: 3px 4px 0px 0px #2b6fab;
  box-shadow: 3px 4px 0px 0px #2b6fab;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #79bbff),
    color-stop(1, #5097de)
  );
  background: -moz-linear-gradient(top, #79bbff 5%, #5097de 100%);
  background: -webkit-linear-gradient(top, #79bbff 5%, #5097de 100%);
  background: -o-linear-gradient(top, #79bbff 5%, #5097de 100%);
  background: -ms-linear-gradient(top, #79bbff 5%, #5097de 100%);
  background: linear-gradient(to bottom, #79bbff 5%, #5097de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#5097de', GradientType=0);
  background-color: #79bbff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #4d8ac7;
  display: inline block;
  cursor: pointer;
  color: #ffffff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 11px 15px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #73ace6;
}

.find_other_doctors:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #5097de),
    color-stop(1, #79bbff)
  );
  background: -moz-linear-gradient(top, #5097de 5%, #79bbff 100%);
  background: -webkit-linear-gradient(top, #5097de 5%, #79bbff 100%);
  background: -o-linear-gradient(top, #5097de 5%, #79bbff 100%);
  background: -ms-linear-gradient(top, #5097de 5%, #79bbff 100%);
  background: linear-gradient(to bottom, #5097de 5%, #79bbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5097de', endColorstr='#79bbff', GradientType=0);
  background-color: #5097de;
}

.find_other_doctors:active {
  position: relative;
  top: 1px;
}

/*Koala Club*/
#koala_club .koala_club_title {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 600;
  color: #4083ae;
  line-height: 60px;
  font-size: 27px;
}

#koala_club .koala_club_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

#koala_club .koala_club_content {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 17px;
  text-align: justify;
  line-height: 23px;
}

/*Slider*/

/*GLOBALS*/

#koala_club .slider-wrapper {
  max-width: 750px;
  margin: 50px auto;
  position: relative;
  color: #fff;
  display: block;
  text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
}

#koala_club #slider-wrap {
  width: 750px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

#koala_club #slider-wrap ul#slider {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}

#koala_club #slider-wrap ul#slider li {
  float: left;
  position: relative;
  width: 750px;
  height: 500px;
}

#koala_club #slider-wrap ul#slider li > div {
  position: absolute;
  top: 20px;
  left: 35px;
}

#koala_club #slider-wrap ul#slider li > div h3 {
  font-size: 36px;
  text-transform: uppercase;
}

#koala_club #slider-wrap ul#slider li > div span {
  font-family: Neucha, Arial, sans serif;
  font-size: 21px;
}

#koala_club #slider-wrap ul#slider li i {
  text-align: center;
  line-height: 400px;
  display: block;
  width: 100%;
  font-size: 90px;
}

/*Vacancy*/
#vacancy .vacancy-title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

/*Slider*/

/*GLOBALS*/

#vacancy #wrapper {
  width: 495px;
  margin: 30px 0;
  margin-right: 10px;
  height: 650px;
  position: relative;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
}

#vacancy #slider-wrap {
  width: 495px;
  height: 615px;
  position: relative;
  overflow: hidden;
}

#vacancy #slider-wrap ul#slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#vacancy #slider-wrap ul#slider li {
  float: left;
  position: relative;
  width: 495px;
  height: 680px;
}

#vacancy #slider-wrap ul#slider li > div {
  position: absolute;
  top: 20px;
  left: 35px;
}

#vacancy #slider-wrap ul#slider li > div h3 {
  font-size: 36px;
  text-transform: uppercase;
}

#vacancy #slider-wrap ul#slider li > div span {
  font-family: Neucha, Arial, sans serif;
  font-size: 21px;
}

#vacancy #slider-wrap ul#slider li i {
  text-align: center;
  line-height: 400px;
  display: block;
  width: 100%;
  font-size: 90px;
}

#vacancy .vacancy_description {
  margin-bottom: 20px;
}

#vacancy .vacancy_content {
  margin-bottom: 30px;
}

/*Packages*/
#packages .packages-title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

#packages .packages_description {
  margin-left: 10px;
  margin-bottom: 30px;
}

#packages h3.packages_description_title {
  width: 700px;
  border: 1px solid #4083ae;
  border-right: 15px solid #4083ae;
  padding: 10px;
}

#packages .packages_description a:hover {
  opacity: 0.7;
}

#packages .programmes-title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

#packages .programmes_description {
  margin-left: 20px;
  margin-bottom: 30px;
}

#packages h3.programmes_description_title {
  width: 700px;
  border: 1px solid #4083ae;
  border-right: 15px solid #4083ae;
  padding: 10px;
}

#packages .programmes_description a:hover {
  opacity: 0.7;
}

#packages .packages_table {
  border: 0px solid rgba(0, 0, 0, 0);
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

#packages .packages_table img {
  height: auto;
  max-width: 100%;
  border: 10px solid #fff;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
}

#maternity_package h1.maternity-package-title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

#antenatal_class h1.antenatal-class-title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

#hsc_packages .clients-comments {
  background-image: url("../img/hsc/image_bg.png");
  background-position: center 118px;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}

#hsc_packages .clients-comments img {
  background: #dddddd;
  border: 1px solid #dddddd;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

#hsc_packages .clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

#hsc_packages .clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}

#hsc_packages .clients-comments h4 span {
  font-weight: 700;
  font-style: oblique;
}

#hsc_packages h1 {
  font-size: 36px;
  color: #fff;
}

#hsc_packages h2 {
  font-size: 20px;
}

#hsc_packages h3 {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 400;
  line-height: 24px;
}

#hsc_packages h4 {
  font-size: 16px;
}

#hsc_packages .media {
  margin-top: 10px;
  margin-bottom: 50px;
}

#hsc_packages .img-thumbnail {
  margin-bottom: 20px;
}

#hsc_packages .media-body {
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 0.4px;
}

#hsc_packages .media-body strong {
  font-size: 15px;
  font-weight: 900;
  color: #000;
}

.services-wrap {
  padding: 40px 30px;
  background: #f5f5f5;
  border-radius: 50px;
  margin: 30px 0 40px;
  min-height: 210px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

#services {
  background: #000 url(../img/hsc/slider-bg.jpg);
  background-size: cover;
  padding-bottom: 70px;
  text-align: center;
}

#services .lead,
#services h2 {
  color: #fff;
  text-align: center;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.center h2 {
  font-size: 36px;
  margin-top: 60px;
  margin-bottom: 20px;
}

/*birth_control*/
.birth_control_content p strong {
  color: #4083ae;
}

.birth_control_content .content-title {
  font-family: "Raleway", Arial, sans-serif;
  color: #4083ae;
  margin: 10px 0;
  font-weight: 600;
  font-size: 30px;
  border-bottom: 2px solid #4083ae;
}

.birth_control_text {
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 820px;
}

/*outpatient registration*/
#outpatient_registration {
  padding: 20px 0;
}

#outpatient_registration .admissions_title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

/*breast self exam*/
#breast_self_exam {
  padding: 20px 0;
}

#breast_self_exam .breast_self_exam_text h2.content-title {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #4083ae;
}

#breast_self_exam .breast_self_exam_text h2.content-title:after {
  content: " ";
  display: block;
  border: 1px solid #4083ae;
  margin-bottom: 20px;
}

#breast_self_exam table tr td {
  padding: 15px;
}

/* modal */
#hsc_packages .modal-dialog .modal-content {
  background: url("../img/hsc/modal-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  text-align: center;
  padding: 100px 50px 100px 50px;
  position: relative;
}

#hsc_packages .btn:focus {
  outline: none;
}

#hsc_packages .modal-header {
  border-bottom: 0px;
}

#hsc_packages .modal-dialog .close {
  color: #f1c11a;
  font-size: 40px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
}

#hsc_packages .modal-dialog .close:focus {
  outline: none;
}

#hsc_packages .modal-dialog form {
  padding: 20px;
}

#hsc_packages .modal-dialog form input {
  height: 55px;
}

#hsc_packages .modal-dialog form .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

#hsc_packages .modal-dialog form input[type="submit"] {
  background: #ffffff;
  color: #242424;
  text-transform: uppercase;
  margin-top: 30px;
}

#hsc_packages .modal-dialog form input[type="submit"]:hover {
  background: #f1c11a;
  border-color: transparent;
  color: #ffffff;
}

.carousel-caption {
  top: 15%;
  left: 4%;
  max-width: 50%;
  color: #cc612f;
  font-family: "Raleway", Arial, sans-serif;
  text-align: left;
}

.carousel-caption h2 {
  font-size: 36px;
  line-height: auto;
  text-transform: uppercase;
  font-weight: 400;
}

.carousel-caption h1 {
  font-size: 38px;
  line-height: auto;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
}

.carousel-caption p {
  font-size: 16px;
  color: #616060;
  font-family: "Raleway", Arial, sans-serif;
}

.carousel-indicators {
  top: 90%;
}

.carousel-indicators .active {
  background-color: #4083ae;
  height: 16px;
  margin: 0;
  width: 16px;
}

.carousel-indicators li {
  background-color: #64a6c4;
  border: 2px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  width: 12px;
}

.btn.btn-read {
  background: #d31d26 none repeat scroll 0 0;
  color: #fff;
  font-weight: 500;
  padding: 5px 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Karla", Arial, sans-serif;
  transition: 0.4s;
  position: absolute;
  bottom: 1vw;
  margin-left: 15px;
  border-radius: 0px;
  font-weight: 600;
}

@media screen and (max-width: 620px) {
  .btn.btn-read {
    display: none;
  }
}

.btn.btn-read:hover {
  color: #d31d26;
  background-color: transparent;
  border: 1px solid #d31d26;
}

.centres .centres_box {
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  border: 1px solid #bdbdbd;
  background: #fff;
  width: 270px;
  height: 410px;
  margin: 10px auto;
}

.centres .centres_box_title {
  margin: 10px 0;
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  background: #4083ae;
  text-align: center;
  border-radius: 10px;
  height: 75px;
  width: 100%;
  display: table;
}

.centres_box_title h3 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* Facilities & Services Overview Tables */
.facilities_overview_table {
  font-family: "Karla", Arial, sans-serif;
  margin: 1em 0;
  font-size: 15px;
  border-collapse: collapse;
  border-spacing: 5px;
  background: #34495e;
  color: #fff;
  border-radius: 0.4em;
  overflow: hidden;
  text-align: left;
  display: block;
}

.facilities_overview_table td {
  padding: 5px 15px;
}

.facilities_overview_table td:first-child {
  padding-top: 0.5em;
}

.facilities_overview_table td:last-child {
  padding-bottom: 0.5em;
}

.table_title {
  color: #dd5;
}

/* Calendar */
.calendar h1 {
  font-family: "Open Sans", sans-serif;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: #ededed 3px 2px 0;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.calendar h1:after {
  content: "2019 CALENDAR - JANUARY";
  position: absolute;
  left: 137px;
  top: 1px;
}

.calendar h1:after {
  /*background: url(https://subtlepatterns.com/patterns/crossed_stripes.png) repeat;*/
  background-image: -webkit-linear-gradient(
    left top,
    transparent 0%,
    transparent 25%,
    #555 25%,
    #555 50%,
    transparent 50%,
    transparent 75%,
    #555 75%
  );
  background-size: 4px 4px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -5;
  display: block;
  text-shadow: none;
}

#modal {
  position: fixed;
  z-index: 1;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(48, 93, 212, 0.9);
}

#modal .wrapper {
  height: 100%;
  width: 100%;
  display: table;
}

#modal .wrapper .content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 100%;
  width: 100%;
}

#modal .wrapper .content .close {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 15px;
  right: 15px;
  transform: rotate(45deg);
}

#modal .wrapper .content .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  height: 0%;
  width: 2px;
  background: rgba(255, 255, 255, 0.7);
}

#modal .wrapper .content .close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 0%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
}

#modal .wrapper .content .box {
  padding: 50px;
  width: 500px;
  max-width: 100%;
  background: white;
  border-radius: 5px;
  margin: 0 auto;
  transform: scale(0);
}

#modal .wrapper .content .box h2 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 25px;
}

#modal .wrapper .content .box p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

#modal .wrapper .content .box p:last-of-type {
  margin-bottom: 0;
}

#modal .wrapper .content .box a.button {
  display: inline-block;
  padding: 15px;
  color: white;
  text-decoration: none;
  background-color: #305dd4;
  border-radius: 5px;
  margin-top: 25px;
  box-shadow: inset 0 0 0 #1b3883;
  transition: 0.25s ease-in-out;
}

#modal .wrapper .content .box a.button:hover {
  box-shadow: inset 500px 0 0 #1b3883;
}

#modal.active {
  top: 8%;
  animation: fadeIn 0.25s ease-in-out;
}

#modal .surprise h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}

#modal.active.moveOut {
  animation: fadeOut 0.25s ease-in-out;
}

#modal.active .wrapper .content .box {
  -webkit-animation: scaleUp 750ms 0.25s linear both;
  animation: scaleUp 750ms 0.25s linear both;
}

#modal.active .wrapper .content .close:before {
  height: 100%;
  transition: 0.25s 0.5s ease-in-out;
}

#modal.active .wrapper .content .close:after {
  width: 100%;
  transition: 0.25s 0.25s ease-in-out;
}

#modal.active .wrapper .content .close:hover {
  cursor: pointer;
}

#modal.active .wrapper .content .close:hover:before,
#modal.active .wrapper .content .close:hover:after {
  transition: 0.25s 0s ease-in-out;
  background: rgba(255, 255, 255, 1);
}

#calendar {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  position: relative;
  z-index: 0;
}

#calendar #day-labels {
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  overflow: auto;
}

#calendar #day-labels .label {
  width: 14.28571%;
  float: left;
  text-align: right;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #7a7a7a;
  background: rgba(255, 255, 255, 0.95);
}

#calendar .week {
  width: 100%;
  overflow: hidden;
}

#calendar .week .day {
  width: 14.28571%;
  padding-bottom: 14.28571%;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  height: 0px;
  float: left;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
}

#calendar .week .day .date {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #7a7a7a;
}

#calendar .week .day .date_nothing {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #7a7a7a;
}

#calendar .week .day .date.today {
  color: white;
  background: #cd1b1b;
}

#calendar .week .day .surprise {
  display: none;
  text-align: center;
}

#calendar .week .day#christmas-day {
  text-align: center;
}

#calendar .week .day#christmas-day svg {
  height: 100%;
  fill: #348834;
}

#calendar .week .day#christmas-day:hover svg {
  fill: #cfdef4;
}

#calendar .week .day .past {
  background-image: url(http://www.designcouch.com/assets/images/christmaspresent11.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
}

#calendar .week .day.past#christmas-day {
  background-image: none;
}

#calendar .week .day:first-of-type,
#calendar .week .day:last-of-type {
  background-color: rgba(235, 235, 235, 0.95);
}

#calendar .week .day:first-of-type.noDate:hover,
#calendar .week .day:last-of-type.noDate:hover {
  background-color: rgba(235, 235, 235, 0.95);
  cursor: default;
}

#calendar .week .day:hover {
  background-color: #305dd4;
  cursor: pointer;
}

#calendar .week .day:hover.noDate {
  background: rgba(255, 255, 255, 0.95);
  cursor: default;
}

#calendar .week .day:hover .date {
  color: #cfdef4;
}

#calendar .week .day:hover .date.today {
  background: #cfdef4;
  color: #305dd4;
}

#bottom {
  position: fixed !important;
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
}

@keyframes fadeIn {
  0% {
    top: 0%;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  3.2% {
    -webkit-transform: matrix3d(
      0.345,
      0.098,
      0,
      0,
      0.065,
      0.345,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.345,
      0.098,
      0,
      0,
      0.065,
      0.345,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  4.5% {
    -webkit-transform: matrix3d(
      0.485,
      0.163,
      0,
      0,
      0.107,
      0.485,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.485,
      0.163,
      0,
      0,
      0.107,
      0.485,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  6.41% {
    -webkit-transform: matrix3d(
      0.673,
      0.242,
      0,
      0,
      0.158,
      0.673,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.673,
      0.242,
      0,
      0,
      0.158,
      0.673,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  9.01% {
    -webkit-transform: matrix3d(
      0.88,
      0.288,
      0,
      0,
      0.188,
      0.88,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.88,
      0.288,
      0,
      0,
      0.188,
      0.88,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  12.71% {
    -webkit-transform: matrix3d(
      1.064,
      0.241,
      0,
      0,
      0.159,
      1.064,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.064,
      0.241,
      0,
      0,
      0.159,
      1.064,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  13.51% {
    -webkit-transform: matrix3d(
      1.087,
      0.221,
      0,
      0,
      0.146,
      1.087,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.087,
      0.221,
      0,
      0,
      0.146,
      1.087,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  17.92% {
    -webkit-transform: matrix3d(
      1.139,
      0.105,
      0,
      0,
      0.07,
      1.139,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.139,
      0.105,
      0,
      0,
      0.07,
      1.139,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  18.92% {
    -webkit-transform: matrix3d(
      1.137,
      0.082,
      0,
      0,
      0.055,
      1.137,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.137,
      0.082,
      0,
      0,
      0.055,
      1.137,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  25.23% {
    -webkit-transform: matrix3d(
      1.075,
      -0.001,
      0,
      0,
      -0.001,
      1.075,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.075,
      -0.001,
      0,
      0,
      -0.001,
      1.075,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  29.03% {
    -webkit-transform: matrix3d(
      1.032,
      -0.015,
      0,
      0,
      -0.01,
      1.032,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.032,
      -0.015,
      0,
      0,
      -0.01,
      1.032,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  31.43% {
    -webkit-transform: matrix3d(
      1.012,
      -0.017,
      0,
      0,
      -0.011,
      1.012,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.012,
      -0.017,
      0,
      0,
      -0.011,
      1.012,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  34.63% {
    -webkit-transform: matrix3d(
      0.994,
      -0.014,
      0,
      0,
      -0.01,
      0.994,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.994,
      -0.014,
      0,
      0,
      -0.01,
      0.994,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  40.14% {
    -webkit-transform: matrix3d(
      0.985,
      -0.007,
      0,
      0,
      -0.005,
      0.985,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.985,
      -0.007,
      0,
      0,
      -0.005,
      0.985,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  56.46% {
    -webkit-transform: matrix3d(
      1,
      0.001,
      0,
      0,
      0.001,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  62.36% {
    -webkit-transform: matrix3d(
      1.002,
      0.001,
      0,
      0,
      0,
      1.002,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.002,
      0.001,
      0,
      0,
      0,
      1.002,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  81.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  84.68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  3.2% {
    -webkit-transform: matrix3d(
      0.345,
      0.098,
      0,
      0,
      0.065,
      0.345,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.345,
      0.098,
      0,
      0,
      0.065,
      0.345,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  4.5% {
    -webkit-transform: matrix3d(
      0.485,
      0.163,
      0,
      0,
      0.107,
      0.485,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.485,
      0.163,
      0,
      0,
      0.107,
      0.485,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  6.41% {
    -webkit-transform: matrix3d(
      0.673,
      0.242,
      0,
      0,
      0.158,
      0.673,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.673,
      0.242,
      0,
      0,
      0.158,
      0.673,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  9.01% {
    -webkit-transform: matrix3d(
      0.88,
      0.288,
      0,
      0,
      0.188,
      0.88,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.88,
      0.288,
      0,
      0,
      0.188,
      0.88,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  12.71% {
    -webkit-transform: matrix3d(
      1.064,
      0.241,
      0,
      0,
      0.159,
      1.064,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.064,
      0.241,
      0,
      0,
      0.159,
      1.064,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  13.51% {
    -webkit-transform: matrix3d(
      1.087,
      0.221,
      0,
      0,
      0.146,
      1.087,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.087,
      0.221,
      0,
      0,
      0.146,
      1.087,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  17.92% {
    -webkit-transform: matrix3d(
      1.139,
      0.105,
      0,
      0,
      0.07,
      1.139,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.139,
      0.105,
      0,
      0,
      0.07,
      1.139,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  18.92% {
    -webkit-transform: matrix3d(
      1.137,
      0.082,
      0,
      0,
      0.055,
      1.137,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.137,
      0.082,
      0,
      0,
      0.055,
      1.137,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  25.23% {
    -webkit-transform: matrix3d(
      1.075,
      -0.001,
      0,
      0,
      -0.001,
      1.075,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.075,
      -0.001,
      0,
      0,
      -0.001,
      1.075,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  29.03% {
    -webkit-transform: matrix3d(
      1.032,
      -0.015,
      0,
      0,
      -0.01,
      1.032,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.032,
      -0.015,
      0,
      0,
      -0.01,
      1.032,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  31.43% {
    -webkit-transform: matrix3d(
      1.012,
      -0.017,
      0,
      0,
      -0.011,
      1.012,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.012,
      -0.017,
      0,
      0,
      -0.011,
      1.012,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  34.63% {
    -webkit-transform: matrix3d(
      0.994,
      -0.014,
      0,
      0,
      -0.01,
      0.994,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.994,
      -0.014,
      0,
      0,
      -0.01,
      0.994,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  40.14% {
    -webkit-transform: matrix3d(
      0.985,
      -0.007,
      0,
      0,
      -0.005,
      0.985,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      0.985,
      -0.007,
      0,
      0,
      -0.005,
      0.985,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  56.46% {
    -webkit-transform: matrix3d(
      1,
      0.001,
      0,
      0,
      0.001,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1, 0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  62.36% {
    -webkit-transform: matrix3d(
      1.002,
      0.001,
      0,
      0,
      0,
      1.002,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(
      1.002,
      0.001,
      0,
      0,
      0,
      1.002,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
  }

  81.48% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  84.68% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

#newsletter_section {
  background-image: url("img/newsletterbg.jpg");
}

@media screen and (max-width: 990px) {
  .title_banner {
    margin-left: 0;
  }

  .content_area {
    margin-left: 0;
  }
}

@media screen and (max-width: 460px) {
  button.tab-controller {
    font-size: 1.2rem;
  }
}

#packages_test .packages_test_group,
#packages_test .programmes_test_group {
  box-sizing: border-box;
  margin: 20px 0;
  margin-left: 7px;
  width: 96%;
}

#packages_test .packages_test_box {
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
  max-width: 410px;
  height: auto;
  margin: 10px;
  background: #2980b9;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2c3e50, #2980b9);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2c3e50, #2980b9);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#packages_test .packages_test_box_img {
  width: 100%;
  height: auto;
  transition: 0.6s ease;
}

#packages_test .packages_test_box_caption {
  font-size: 2.3rem;
  background: #2980b9;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2c3e50, #2980b9);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2c3e50, #2980b9);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  font-family: "Karla", Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
}

#packages_test .packages_test-title {
  color: #2980b9;
  /* fallback for old browsers */
  color: -webkit-linear-gradient(to right, #2c3e50, #2980b9);
  /* Chrome 10-25, Safari 5.1-6 */
  color: linear-gradient(to right, #2c3e50, #2980b9);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-family: "Futura", Arial, sans-serif;
  margin: 10px 0;
  margin-left: 10px;
}

/* Floating buttons */
#floating-button {
  min-width: 125px;
  height: 55px;
  border-radius: 30px;
  background: #3597cc;
  position: fixed;
  bottom: 20px;
  right: 40px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
  transition: all 0.3s;
}

#floating-button.is-opened {
  background: #5446b3;
}

.main-toggle {
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-family: "Verdana";
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

#container-floating {
  font-size: 14px;
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
  z-index: 100;
}

.nds {
  min-width: 110px;
  height: 55px;
  border-radius: 30px;
  position: fixed;
  z-index: 300;
  transform: scale(0);
  transition: width 0.25s;
  cursor: pointer;
}

.nd1 {
  background: red;
  right: 40px;
  bottom: 85px;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

.nd2 {
  background: #4fce5d;
  right: 40px;
  bottom: 150px;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}

.nd3 {
  background: #4fce5d;
  right: 40px;
  bottom: 150px;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}

.nd4 {
  background: #4fce5d;
  right: 40px;
  bottom: 150px;
  animation-delay: 0.15s;
  animation-fill-mode: forwards;
}

@keyframes bounce-nds {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bounce-out-nds {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

#container-floating.is-opened .nds {
  animation: bounce-nds 0.1s linear;
  animation-fill-mode: forwards;
}

#container-floating.is-opened .nd2 {
  animation-delay: 0.08s;
}

.reminder {
  color: white;
  font-family: "Verdana";
  position: absolute;
  left: 21px;
  right: 0;
  margin: auto;
  top: 7px;
  bottom: 0;
  line-height: 40px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  transition: all 0.5s ease-in-out;
}

.reminder:hover {
  color: rgb(212, 212, 212);
}

/* Search Result Page */
#search-result {
  font-family: "Open Sans", sans-serif;
}

#search-result a:active {
  color: #fff;
}

.search-result__breadcrumb {
  padding: 3rem 0;
  margin: 3rem 0;
  font-weight: 500;
  font-size: 1.2rem;
}

#search-result .search-result__no-result {
  margin: 2rem 0;
}

.search-result__no-result ul {
  text-align: left;
  list-style-type: square;
  padding-left: 2rem;
}

.search-result__breadcrumb > ul {
  list-style: none;
  text-align: left;
}

.search-result__breadcrumb > ul > li {
  float: left;
}

.search-result__breadcrumb > ul > li:not(:first-child)::before {
  content: "\003E";
  padding: 0 0.5rem;
}

.search-result__breadcrumb > ul > li a,
#search-result .page_links a {
  color: #000;
  transition: 0.3s ease-in;
}

#search-result .page_links {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

#search-result .page_links a {
  padding: 0.1rem 0.5rem;
  font-size: 1.4rem;
}

#search-result a.active_page {
  text-decoration: underline;
}

.search-result__breadcrumb > ul > li a:hover,
.search-result__breadcrumb > ul > li a:active,
#search-result a:not(.active_page):hover,
#search-result a:not(.active_page):active {
  color: rgb(143, 143, 143);
}

.specialty-details {
  margin: 2rem 0;
}

.specialty-details .specialty-desc {
  text-align: justify;
  margin: 1rem 0;
}

.specialty-result-img,
.result-img,
.doctor-result-img {
  margin-bottom: 1rem;
}

.specialty-result-btn-group a {
  color: #fff;
}

#search-result .specialty-title #search-result .keyword-result {
  margin-bottom: 1rem;
}

#search-result .result-box {
  margin: 2rem 0;
  padding: 0;
}

#search-result .page_links {
  width: 100%;
  text-align: right;
  margin: 2rem 0;
}

#search-result .result-left {
  margin-bottom: 2rem;
}

#search-result .result-box > .row {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 448px) {
  #search-result .result-box .result-box-two {
    padding-left: 40px;
  }
}

@media screen and (max-width: 448px) {
  #search-result .result-box .result-box-two {
    margin-top: 20px;
  }
}

#search-result .specialty-result-img,
#search-result .result-img {
  padding: 0;
}

#search-result .specialty-result-img img {
  max-width: 170px;
}

#search-result .result-img img {
  max-width: 170px;
}

@media only screen and (max-width: 993px) {
  #search-result .result-desc {
    padding: 0 5rem 0 0;
  }
}

#search-result .result-box .result-box-one .result-img {
  margin: auto;
  margin-bottom: 4rem;
  text-align: center;
  width: 100%;
}

#search-result .result-ot-hours,
#search-result .result-night-clinic-hours {
  margin-top: 3rem;
}

@media screen and (min-width: 993px) {
  #search-result .result-operating-hours,
  #search-result .result-ot-hours,
  #search-result .result-night-clinic-hours {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 993px) {
  #search-result .result-left {
    margin-bottom: 4rem;
  }
}

#search-result .specialty-result-btn-group,
#search-result .keyword-result-btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#search-result .result-btn-group {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  margin-bottom: 2rem;
}

#search-result .result-btn-group .doctor-appointment-btn {
  margin-bottom: 1rem;
}

#search-result .doctor-name {
  color: rgb(170, 128, 6);
  line-height: 1.4;
}

#search_section .search_section__btn,
.doctor-detail-btn,
.doctor-appointment-btn,
.doctor-consultation-btn,
#right_search_section .right_search_section__btn {
  position: relative;
  color: #fff;
  background-color: rgb(170, 128, 6);
  transition: 0.5s ease-out;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  border: 0;
  white-space: nowrap;
  text-align: center;
  padding: 9px 25px;
}

#search_section .search_section__btn:focus,
.doctor-detail-btn:focus,
.doctor-appointment-btn:focus,
.doctor-consultation-btn:focus,
#right_search_section .right_search_section__btn:focus {
  outline: none;
}

#search_section .search_section__btn {
  padding: 1.2rem 0;
}

.doctor-detail-btn {
  padding: 9px 73.5px;
  margin-bottom: 1rem;
}

#search_section .search_section__btn:hover,
.doctor-detail-btn:hover,
.doctor-appointment-btn:hover,
.doctor-consultation-btn:hover,
#right_search_section .right_search_section__btn:hover {
  cursor: pointer;
  color: #fff;
  background-color: rgb(136, 108, 24);
}

#search_section .search_section__btn:before,
.doctor-detail-btn:before,
.doctor-appointment-btn:before,
.doctor-consultation-btn:before,
#right_search_section .right_search_section__btn:before {
  content: "";
  display: block;
  position: absolute;
  background: rgb(136, 108, 24);
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
}

#search_section .search_section__btn:after,
.doctor-detail-btn:after,
.doctor-appointment-btn:after,
.doctor-consultation-btn:after,
#right_search_section .right_search_section__btn:after {
  content: "";
  display: block;
  position: absolute;
  background: rgb(136, 108, 24);
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-15deg);
}

#search_section .search_section__btn:hover:before,
.doctor-detail-btn:hover:before,
.doctor-appointment-btn:hover:before,
.doctor-consultation-btn:hover:before,
#right_search_section .right_search_section__btn:hover:before {
  transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  transition: 0.7s;
}

#search_section .search_section__btn:hover:after,
.doctor-detail-btn:hover:after,
.doctor-appointment-btn:hover:after,
.doctor-consultation-btn:hover:after,
#right_search_section .right_search_section__btn:hover:after {
  transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  transition: 0.7s;
}

#search-result .doctor-detail-btn {
  margin-right: 1rem;
}

#search-result .result-desc {
  line-height: 1.5rem;
  padding-right: 5rem;
  margin-bottom: 2rem;
}

#search-result .result-desc .dato_ship {
  color: #000;
  font-size: 1.2rem;
}

#search-result .result-desc__hr {
  border: 0.5px solid rgb(196, 196, 196);
  margin: 3rem 0;
}

#search-result .result-desc .result-desc-details {
  margin-left: -5px;
}

#search-result .result-desc .result-desc-details-two {
  line-height: 1.5;
  text-align: justify;
  word-wrap: break-word;
}

#search-result .result-desc .result-desc-details-two ul,
#search-result .result-desc .result-desc-details-two ol {
  list-style-type: square !important;
  list-style-position: outside;
  text-align: left;
  padding: 0 10px;
  margin: 0 10px;
}

#search-result .result-desc-title {
  margin-bottom: 1rem;
  font-weight: 600;
}

#search-result .details-table td {
  padding: 0.5rem;
  line-height: 1.3;
}

#search-result .b-description_readmore {
  position: relative;
  text-align: justify;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
}

#search-result .b-description_readmore_wrapper {
  max-width: none !important;
  width: 100%;
  margin-bottom: 1.8rem;
}

#search-result .b-description_readmore_button {
  display: inline-block;
  cursor: pointer;
  color: #94c1c9;
  font-weight: 600;
}

#search-result .b-description_readmore_button:hover {
  color: #5d7478;
}

#search-result .b-description_readmore_ellipsis:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2.8rem;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 1) 90%
  );
}

/**
* Right Find A Doctor Component
**/
#right_search_section .right_search_section__preset,
#right_search_section .right_search_section__keyword {
  -webkit-box-shadow: 1px 1px 25px -2px rgba(87, 86, 87, 0.5);
  -moz-box-shadow: 1px 1px 25px -2px rgba(87, 86, 87, 0.5);
  box-shadow: 1px 1px 25px -2px rgba(87, 86, 87, 0.5);
  padding: 2rem 2rem 3rem 2rem;
  margin-bottom: 5rem;
}

#right_search_section .right_search_section__flex_container {
  display: flex;
  flex-direction: column;
}

#right_search_section .right_search_section__title {
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

#right_search_section select,
#right_search_section #keyword {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  border: 1px solid #adadad;
  transition: 0.3s ease-in;
  background-color: #fff !important;
}

#right_search_section .select_dropdown:focus,
#right_search_section #keyword:focus,
#right_search_section .select_dropdown:active,
#right_search_section .select_dropdown.open {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(132, 181, 207, 0.5);
  -moz-box-shadow: 0px 0px 5px 2px rgba(132, 181, 207, 0.5);
  box-shadow: 0px 0px 5px 2px rgba(132, 181, 207, 0.5);
  border: 1px solid rgba(132, 181, 207, 1);
}

#right_search_section .right_search_section__btn {
  margin: 1.5rem 0;
  padding: 0.7rem 4rem;
  align-self: center;
  font-size: 1.2rem;
}

.right_search_component {
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .right_search_component {
    padding: 0 1rem 0 5rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
