.header-bottom {
  height: 100px;
  background-color: #fafafa;
  -webkit-box-shadow: 0 2px 12px -4px #ccc;
          box-shadow: 0 2px 12px -4px #ccc;
}
.fa {
  color: #fff;
  font-size: 16px;
  margin: 5px 10px;
  -webkit-transition: all .7s;
  transition: all .7s;
  padding: 10px;
}
.fa:hover,
.fa:active {
  background-color: ;
}
.main-info .fa {
  margin-left: 30px;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #636363;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}
.uppercase {
  text-transform: uppercase;
}
.brand {
  max-width: 200px;
}
.navbar {
  margin-bottom: 0;
}
.navbar-header {
  float: none;
}
.navbar-brand {
  position: absolute;
  top: 0px;
  height: auto;
  display: block;
  max-width: 200px;
  padding: 0;
  z-index: 10;
}
.header-upper-row {
  background: #74ebf3;
}
.menu-title {
  float: left;
  margin-top: 10px;
  color: #fff;
  font-family: 'Italianno', cursive;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.02em;
}
.header-bottom-row {
  position: relative;
  background: #74ebf3;
}
.navbar-nav {
  float: right;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-toggle {
  border-color: rgba(255, 255, 255, 0);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu {
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.main-info-wrapper {
  position: absolute;
  z-index: 2;
  padding: 20px;
  width: 510px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #74ebf3;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.main-info-wrapper h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 5em;
  padding-bottom: 6px;
  margin-bottom: 4px;
  border-bottom: 1px solid #666666;
}
.main-info-wrapper p {
  font-style: italic;
}
.main-info-wrapper a{
    color: #636363;
}
.main-info-wrapper a .fa{
    color: #636363;
}
.hp-slider-container {
  padding: 0;
}
.content-col {
  position: relative;
  background: #fff;
  padding: 20px 10px;
}
.text-wrapper {
  max-width: 767px;
  margin: 0 auto;
  padding: 20px 20px 40px;
}
.main-title {
  position: relative;
  text-align: center;
  font-size: 55px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-bottom: 50px;
  padding: 10px 0 15px;
}
.main-title:before {
  content: '';
  position: absolute;
  top: 0;
  width: 320px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #666666;
}
.main-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #666666;
}
.wrapper-img-01 {
  float: left;
  width: 49%; 
}

.wrapper-img-02 {
  float: left;
  width: 30%; 
  min-width: 200px; 
  height: 100%;
}
.wrapper-img-02 img{
  width: 95%;
  height: auto;
}

.about-text {
  float: right;
  width: 48%;
  font-size: 20px;
  line-height: 30px;
}
.goals-col {
  min-height: 280px;
}
.hp-our-goals,
.bckg-fixed-container {
  position: relative;
  padding: 40px 0;
  background: url('../img/main_background_img.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.hp-our-goals:before,
.bckg-fixed-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(232, 244, 247, 0.85);
}
.goals-icon-wrapper {
  background: #74ebf3;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 18px;
  border: 2px solid #666666;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 20px;
}
.goals-icon-wrapper img {
  opacity: 0.5;
}
.goals-text p{
  max-width: 300px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.01em;
}
.hp-our-team {
  padding: 40px 0;
}
.eq-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.eq-wrap .member-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.team-member-wrapper {
  margin: 140px 0 20px;
  padding: 140px 30px 20px;
  position: relative;
  border: 1px solid #666666;
  height: -webkit-calc(100% - 120px);
  height: calc(100% - 120px);
  background: #b8eef1;
}
.member-img-wrapper {
  position: absolute;
  overflow: hidden;
  width: 240px;
  height: 240px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.member-name {
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.member-name .job-title {
  display: block;
  max-width: 200px;
  margin: 5px auto 20px;
  padding-top: 5px;
  border-top: 1px solid #666666;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
.member-desc {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: justify;
}
.our-form label {
  display: none;
}
.our-form input {
  background: #e5e5e5;
  padding: 10px 20px;
  height: auto;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  /*text-transform: capitalize;*/
  font-weight: 300;
}
.our-form textarea {
  background: #e5e5e5;
  padding: 10px 20px;
  height: 100px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  /*text-transform: capitalize;*/
  font-weight: 300;
  resize: none;
}
.our-form .main-btn-style {
  font-family: 'Lato', sans-serif;
  color: #fff;
  background: #74ebf3;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 10px 20px;
}
.our-form .main-btn-style:hover,
.our-form .main-btn-style:focus,
.our-form .main-btn-style:active {
  background: #74ebf3;
}
.video-wrapper {
  margin: 20px auto;
  max-width: 560px;
}
.price-list {
  padding-left: 25px;
}
.price-list li {
  position: relative;
  padding-right: 80px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666666;
  margin-bottom: 10px;
}
.price-list li .price-right {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
}
.our-map-col {
  padding: 0;
  height: 400px;
}
.our-map-col iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.footer {
  background-color: #333333;
  padding: 10px 0 0;
}
.footer h4 {
  color: #f5f5f5;
  text-transform: uppercase;
}
.footer p {
  color: #f5f5f5;
}
.footer a {
  color: #74ebf3;
  text-decoration: none;
}
.footer .fa {
  padding: 0;
}
.footer .medical-lab {
  font-size: 18px;
}
.footer .footer-bottom {
  padding: 10px 0;
  background: #3a3a3a;
}
.footer .footer-bottom p {
  margin-bottom: 0;
}

.footer marquee{
  padding-top: 5px;

}
.scroll-top {
  position: fixed;
  background-color: #74ebf3;
  background-size: 48px;
  bottom: 70px;
  right: 30px;
  display: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.scroll-top .fa {
  padding: 15px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .member-desc {
    text-align: initial;
  }
}
@media only screen and (max-width: 800px) {
  .wrapper-img-01,
  .about-text {
    float: none;
    width: 100%;
  }

  .wrapper-img-02 {
    float: none;
    width: 100%;    
  }
  .about-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-nav {
    float: none;
    padding-top: 30px;
  }
  .brand {
    max-width: 80px;
  }
  .bar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .hp-our-goals,
  .bckg-fixed-container {
    padding: 20px 0;
  }
  .main-title {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 30px;
    padding: 10px 0 15px;
  }
  .main-title:before {
    width: 260px;
  }
  .main-title:after {
    width: 260px;
  }
  .goals-col {
    min-height: auto;
  }
  .main-info-wrapper {
    padding: 0 20px;
    width: 440px;
  }
  .main-info-wrapper h1 {
    font-size: 30px;
  }
  .eq-wrap {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .video-wrapper {
    max-width: 320px;
  }
  .video-wrapper iframe {
    width: 320px !important;
    height: 200px !important;
  }
}
@media only screen and (max-width: 480px) {
  .main-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 10px 0 15px;
  }
  .main-title:before {
    width: 200px;
  }
  .main-title:after {
    width: 200px;
  }
  .member-col {
    padding: 0;
  }
}

.notification-container {
    position: fixed; /* Stay in place */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center on screen */
    z-index: 1050; /* Ensure it's on top of other elements */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    cursor: pointer;
}

.notification {
    background-color: white;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Add a subtle shadow */
    position: relative; /* For close button positioning */
    max-width: 500px; /* Adjust as needed */
    cursor: pointer;
}

