
.font-family-main {
  font-family: "Roboto", Helvetica, Sans-serif;
}

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


/*-----------------------------------------
 Align Holders
-------------------------------------------*/
.left-holder {
  text-align: left !important;
}

.right-holder {
  text-align: right !important;
}

.center-holder {
  text-align: center !important;
}

/*------------------
    Margin top
--------------------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

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

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

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

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}



.mb-0 { margin-bottom: 0 !important}
.mb-5 { margin-bottom: 5px !important;}
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-65 { margin-bottom: 65px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-95 { margin-bottom: 95px }
.mb-100 { margin-bottom: 100px }
.mb-105 { margin-bottom: 105px }
.mb-110 { margin-bottom: 110px }
.mb-115 { margin-bottom: 115px }
.mb-120 { margin-bottom: 120px }
.mb-125 { margin-bottom: 125px }
.mb-130 { margin-bottom: 130px }
.mb-135 { margin-bottom: 135px }
.mb-140 { margin-bottom: 140px }
.mb-145 { margin-bottom: 145px }
.mb-150 { margin-bottom: 150px }

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-50 {
  padding: 50px;
}

.padding-60 {
  padding: 60px;
}

.padding-70 {
  padding: 70px;
}

.padding-r-20 {
  padding-right: 20px;
}

.padding-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.border-radius-25 {
  border-radius: 25px;
}

.html, .body {
  width: 100%;
  height: 100%;
}

.body {
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  color: #333333;
  font-family: 'Roboto',  sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  color: #6D6E72;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.link-item {
  color: #32BDC7;
  text-decoration: none;
}

.footer-notes {
  font-size: 14px;
  color: #6D6E72;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.footer-notes a {
  color: #00E2FF;
  text-decoration: none;
}

.footer-text {
  font-size: 10px;
  color: #6D6E72;
  font-family: 'Roboto',sans-serif;
}

.footer-text ol {
  padding-left: 10px;
}

.footer-text ol li {
  text-align: left;
  font-style: italic;
  font-style: 7px;
}

.footer-text a {
  color: #00E2FF;
  text-decoration: none;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.bullet-list {
  margin-left: -10px;
}

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

.bullet-list ul li {
  font-style: 'Roboto', sans-serif;
  color: #6D6E72;
  font-size: 16px;
}

.underline {
  cursor: pointer;
}

.underline1 {
  -webkit-box-shadow: inset 0 -0.5em 0 rgba(236, 252, 252, 0.3);
          box-shadow: inset 0 -0.5em 0 rgba(236, 252, 252, 0.3);
  -webkit-transition: 250ms;
  transition: 250ms;
}

.line-height-100 {
  line-height: 100%;
}

.line-height-110 {
  line-height: 110%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-130 {
  line-height: 130%;
}

.line-height-140 {
  line-height: 140%;
}

.line-height-150 {
  line-height: 150%;
}

.line-height-160 {
  line-height: 160%;
}

.line-height-170 {
  line-height: 170%;
}

.line-height-180 {
  line-height: 180%;
}

.line-height-190 {
  line-height: 190%;
}

.line-height-200 {
  line-height: 200%;
}

.bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*height:100vh;*/
}

.btna {
  font-size: 12px;
  text-align: center;
  text-transform: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #FFFFFF;
  /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
  border-radius: 40px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  border: 1px solid transparent;
  padding: 10px 25px 10px 25px;
}

.btna:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #FFFFFF;
}

.btn-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#54cdd6), color-stop(51%, #54cdd6), to(#17a2ac));
  background-image: linear-gradient(to right, #54cdd6 0%, #54cdd6 51%, #17a2ac 100%);
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 10px 53px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 40px;
  letter-spacing: 1px;
  background-color: #32BDC7;
  text-transform: capitalize;
  font-family: 'Roboto',Helvetica Neue, Helvetica, Sans-serif;
}

.btn-style-one:hover {
  background-color: #17A2AC;
  color: #FFFFFF;
}

.btn-style-two {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 10px 53px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 40px;
  letter-spacing: 1px;
  background-color: #3D4056;
  text-transform: capitalize;
  font-family: 'Roboto', Helvetica Neue, Helvetica, Sans-serif;
}

.btn-style-two i {
  font-style: normal;
}

.btn-style-three {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #32BDC7;
  padding: 10px 53px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 10px;
  letter-spacing: 1px;
  background-color: #ECFCFC;
  text-transform: capitalize;
  font-family: 'Roboto', Helvetica Neue, Helvetica, Sans-serif;
}

.btn-style-three:hover {
  background-color: #17A2AC;
  color: #FFFFFF;
}

.accordion {
  -webkit-box-shadow: 40px 40px 40px -20px #10101014;
          box-shadow: 40px 40px 40px -20px #10101014;
  border-radius: 25px;
}

.accordion .card {
  border-radius: 35px;
  border: none;
  padding: 10px 20px;
}

.accordion .card .card-head img {
  width: 40px;
}

.accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 1px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 14px;
}

.accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.cgl-table table {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
  border-bottom: 1px #32BDC7;
}

.cgl-table table thead {
  background-color: #32BDC7;
}

.cgl-table table thead th {
  color: #FFFFFF;
}

.cgl-table table td {
  padding: 20px;
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}

.cgl-table .btna {
  font-family: 'Roboto', Helvetica Neue, Helvetica, Sans-serif;
  font-size: 12px;
  padding: 5px 5px;
  width: 140px;
}

.cgl-table .td-text {
  font-size: 25px;
}

.top-header {
  height: 80px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #ECFCFC;
  padding-left: 51px;
}

.top-header .nav-header {
  display: inline-block;
}

.top-header .nav-header img {
  width: 70%;
}

.top-header .nav-brand {
  line-height: 70px;
  padding: 0px 15px 0px 0px;
  color: #70798b;
  font-size: 24px;
  text-decoration: none !important;
}

.top-header .top-info {
  display: inline-block;
}

.top-header .top-info ul {
  padding-left: 10px;
  padding-bottom: 41px;
  margin-bottom: 0px;
  padding-top: 15px;
}

.top-header .top-info li {
  font-family: 'Roboto', Helvetica Neue, Helvetica, Sans-serif;
  letter-spacing: 0.54px;
  text-align: left;
  color: #6D6E72;
  list-style-type: none;
  display: inline-block;
  font-size: 10px;
  padding-right: 20px;
}

.top-header .top-info li:hover {
  color: #32BDC7;
}

.top-header .top-info-right {
  display: inline-block;
}

.top-header .top-info-right ul {
  padding-left: 20px;
  padding-bottom: 41px;
  margin-bottom: 0px;
  padding-top: 35px;
}

.top-header .top-info-right li {
  font-family: 'Roboto',Helvetica Neue, Helvetica, Sans-serif;
  font-weight: bold;
  text-align: right;
  color: #32BDC7;
  list-style-type: none;
  display: inline-block;
  font-size: 10px;
  padding-right: 20px;
}

.top-header .top-info-right li:hover {
  color: #32BDC7;
}

.top-header .top-info-right li img {
  height: 22px;
}

.top-header span {
  color: #6D6E72;
}

.navigation {
  width: 100%;
  height: 86px;
  display: table;
  position: relative;
  font-family: 'Roboto', Helvetica Neue, Helvetica, Sans-serif;
  background-color: #FFFFFF;
}

.navigation .outer-box {
  padding-top: 20px;
  padding-left: 10px;
  display: inline-block;
}

.navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 991px) {
  .navigation {
    padding: 15px 0px;
  }
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  /*will-change: opacity;*/
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}

.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

@media (min-width: 991px) {
  .nav-header {
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nav-header-center {
  float: none;
  text-align: center;
  display: block;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0px 15px 0px 0px;
  color: #70798b;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover, .nav-brand:focus {
  color: #70798b;
}

@media (max-width: 991px) {
  .nav-brand {
    padding: 0px 15px;
  }
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
          box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}

.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f7f7f7;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  margin: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  text-transform: normal;
  color: #222;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: -3px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 99999;
}

.no-scroll {
  -ms-touch-action: none;
      touch-action: none;
  overflow-x: hidden;
}

/* SEARCH PANEL */
.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 40px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  margin-top: 3px;
}

.nav-search-button i {
  font-size: 15px;
  font-weight: 600;
}

/*Extra Class*/
@media (max-width: 991px) {
  .nav-search-button {
    margin-top: 0px;
    width: 25px !important;
    height: 50px;
    padding-top: 3px;
  }
  .nav-search-button i {
    font-size: 17px;
    font-weight: 600;
  }
  .nav-search-inner input {
    margin-top: 15px !important;
  }
  .nav-search-close-button {
    top: 25px !important;
  }
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-search-icon:after {
  content: '';
  pointer-events: none;
}

.nav-search-icon:before {
  content: '';
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  -webkit-box-shadow: inset 0 0 0 32px;
          box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 85px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type=text], .nav-search-inner input[type=search] {
  height: 85px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type=text], .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  line-height: normal;
  color: #222;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  outline: none;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button:hover, .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-dropdown {
  min-width: 200px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.04);
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.04);
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  /*border: solid 1px #f0f0f0;*/
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 11px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: #70798b;
  background-color: #fff;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* HORIZONTAL DROPDOWN EXTENSION */
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* MEGAMENU EXTENSION */
.megamenu-panel {
  border-radius: 20px;
  width: auto;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border: solid 1px #f7f7f7;
  -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half, .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

/* GRID */
.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before {
  display: table;
  content: "";
  line-height: 0;
}

.megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

/* MEGAMENU TABS */
.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.megamenu-tabs-nav > li.active a, .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #eff0f2;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

/* MEGAMENU LIST */
.megamenu-lists {
  width: 100%;
  display: table;
}

/* The list */
.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 11px;
  font-weight: 700;
  text-transform: normal;
  opacity: 0.8;
  color: #222;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 1;
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  /*width: 50%;*/
  width: 150px;
}

.navigation-landscape .list-col-3 {
  /*width: 33%;*/
  width: 180px;
}

.navigation-landscape .list-col-4 {
  /*width: 25%;*/
  width: 180px;
}

.nav-menu > li:hover > a {
  color: #101010;
}

.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: #101010;
}

.nav-menu > li.active > a {
  color: #101010;
}

.nav-menu > li.focus > a {
  color: #101010;
}

.nav-menu > .active > a .submenu-indicator-chevron {
  border-color: #101010;
}

.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: #101010;
}

.megamenu-list > li > a:hover {
  background-color: #ECFCFC;
}

.nav-dropdown > li:hover > a {
  color: #ECFCFC;
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #101010 #101010 transparent;
}

.nav-dropdown > li.focus > a {
  color: #ECFCFC;
}

.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #101010 #101010 transparent;
}

@media (min-width: 991px) {
  #nav-transparent .nav-menu > li:hover > a {
    color: #ECFCFC;
  }
  #nav-transparent .nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #101010 #101010 transparent;
  }
  #nav-transparent .nav-menu > li.active > a {
    color: #ECFCFC;
  }
  #nav-transparent .nav-menu > li.focus > a {
    color: #ECFCFC;
  }
  #nav-transparent .nav-menu > .active > a .submenu-indicator-chevron {
    border-color: transparent #101010 #101010 transparent;
  }
  #nav-transparent .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #101010 #101010 transparent;
  }
  #nav-transparent .nav-dropdown > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #101010 #101010 transparent;
  }
  #nav-transparent .nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #101010 #101010 transparent;
  }
}

.stemcell-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.stemcell-menu .menu-item {
  display: table-cell;
}

.stemcell-menu .menu-item .inner {
  padding: 15px 15px;
}

.stemcell-menu .menu-item .inner a {
  display: block;
  font-size: 14px;
  color: #101010;
  font-weight: 700;
  text-decoration: none;
}

#blue-menu:after {
  content: '';
  display: block;
  width: 0;
  height: 7px;
  background-color: #3685f0;
  -webkit-transition: width .4s;
  transition: width .4s;
  padding: 0px 0px 0px 0px;
}

#blue-menu:hover::after {
  width: 100%;
}

#green-menu:after {
  content: '';
  display: block;
  width: 0;
  height: 7px;
  background-color: #00e0ac;
  -webkit-transition: width .6s;
  transition: width .6s;
  padding: 0px 0px 0px 0px;
}

#green-menu:hover::after {
  width: 100%;
}

#yellow-menu:after {
  content: '';
  display: block;
  width: 0;
  height: 7px;
  background-color: #ffc33b;
  -webkit-transition: width .6s;
  transition: width .6s;
  padding: 0px 0px 0px 0px;
}

#yellow-menu:hover::after {
  width: 100%;
}

#red-menu:after {
  content: '';
  display: block;
  width: 0;
  height: 7px;
  background-color: #ef4e4e;
  -webkit-transition: width .6s;
  transition: width .6s;
  padding: 0px 0px 0px 0px;
}

#red-menu:hover::after {
  width: 100%;
}

.side-navbar {
  background-color: #fff;
}

.side-navbar ul {
  padding-left: 5px;
}

.side-navbar ul .side-list {
  border-radius: 5px;
  list-style-type: none;
  /* removes bullet points */
  padding: 10px 10px;
}

.side-navbar ul .side-list a {
  text-decoration: none;
  color: #6D6E72;
  font-size: 14px;
  font-family: 700;
  font-weight: 400;
}

.side-navbar ul .side-list:hover {
  background-color: #ECFCFC;
}

.side-navbar .active {
  background-color: #32BDC7;
  border-radius: 5px;
  list-style-type: none;
  /* removes bullet points */
  padding: 10px 10px;
}

.side-navbar .active a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 700;
  font-weight: 400;
}

.side-navbar .btna {
  font-size: 12px;
  padding: 5px 20px;
}

.banner-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.section-heading {
  margin-bottom: 10px;
  padding-bottom: 40px;
}

.section-xs {
  padding: 50px 0;
}

.section-xs.bg-image .container, .section-xs.bg-image .container-fluid {
  padding: 50px 30px;
}

.section-sm {
  padding: 70px 0;
}

.section-sm.bg-image .container, .section-sm.bg-image .container-fluid {
  padding: 70px 30px;
}

.section, .section-md {
  padding: 100px 0;
}

.section.bg-image .container, .section.bg-image .container-fluid, .section-md.bg-image .container, .section-md.bg-image .container-fluid {
  padding: 100px 30px;
}

.section-lg {
  padding: 160px 0;
}

.section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
  padding: 160px 30px;
}

.section-fullscreen {
  width: 100%;
  height: 100vh;
}

.banner-section {
  position: relative;
}

.banner-section .auto-container {
  position: relative;
}

.banner-section .banner-carousel {
  position: relative;
}

.banner-section .banner-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-section .banner-carousel .slide-item .clearfix {
  clear: both;
}

.banner-column {
  position: relative;
  padding: 110px 0px 170px;
}

.banner-column .title {
  position: relative;
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 300;
  /*font-style:italic;*/
  margin-bottom: 20px;
  padding-top: 0px;
  display: inline-block;
  /*text-decoration:underline;*/
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
}

.banner-column h2 {
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
}

.banner-column .text {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 27px;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 35px;
}

.xs-banner-container-parent {
  position: relative;
}

.banner-carousel .image {
  position: absolute;
  right: -120px;
  bottom: 0px;
}

.banner-carousel .owl-dots {
  display: none;
}

.banner-carousel .owl-nav {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -50px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-carousel:hover .owl-nav {
  opacity: 1;
}

.banner-carousel .owl-prev, .banner-carousel .owl-next {
  position: relative;
  height: 60px;
  width: 60px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  line-height: 58px;
  margin-top: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-carousel .owl-prev:hover, .banner-carousel .owl-next:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #32BDC7;
}

@media (max-width: 767.98px) {
  .banner-column h2 {
    font-size: 40px;
  }
}

.feature-box {
  -webkit-box-shadow: 0 18px 40px 0 rgba(51, 51, 51, 0.1);
  box-shadow: 40px 40px 40px -40px #10101014;
  background: #ffffff;
  border-radius: 25px;
  padding: 50px 30px 10px;
}

.feature-box .default-image {
  padding-bottom: 10px;
}

.feature-box .default-image img {
  width: 30%;
}

/*--------------
	Welcome Menu
----------------*/
.welcome-heading-left {
  border-right: solid 1.5px #6D6E72;
}

.welcome-heading-left h1 {
  font-size: 55px;
}

.welcome-heading-right h1 {
  font-size: 55px;
}

.welcome-menu-box {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 25px;
  text-align: center;
  height: 120px;
  margin: 20px 0px 20px 0px;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
  box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.welcome-menu-box a {
  text-decoration: none;
}

.welcome-menu-box img {
  text-align: center;
  margin: -15px 0px;
  width: 75px;
}

.welcome-menu-box h4 {
  color: #111;
  font-size: 11px;
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
  font-weight: 700;
  line-height: 100%;
  margin: 15px 0px;
}

.welcome-menu-box:hover {
  background-color: #32BDC7;
  -webkit-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
  box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
}

.welcome-menu-box:hover img {
  cursor: pointer;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.welcome-menu-box:hover h4 {
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .welcome-menu-box {
    padding: 20px;
    border-radius: 25px;
    text-align: center;
    height: 100px;
    margin: 20px 0px 20px 0px;
  }
  .welcome-menu-box img {
    margin: -15px 0px;
    width: 30px;
  }
  .welcome-menu-box h4 {
    font-size: 8px;
    margin: 15px 0px;
  }
}

@media (max-width: 575.98px) {
  .welcome-heading-left {
    border-right: none;
  }
  .welcome-menu-box {
    padding: 20px;
    text-align: center;
    height: 120px;
    margin: 20px 0px 20px 0px;
  }
  .welcome-menu-box img {
    margin: -15px 0px;
    width: 65px;
  }
  .welcome-menu-box h4 {
    font-size: 11px;
    margin: 15px 0px;
  }
}

/*--------------------
 Video Box
----------------------*/
.video-video-box {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.video-video-box img {
  width: 100%;
}

.video-video-box-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.video-video-box-button {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.video-video-box-button button {
  color: #FFFFFF;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 5px;
  padding-left: 12px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.video-video-box-button button:hover {
  color: #111;
  background: #fff;
}

@media (max-width: 991px) {
  .video-video-box-button button {
    color: #222;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.7);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-top: 1px;
    padding-left: 9px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }
}

.get-in-touch {
  position: relative;
  margin-top: -50px;
  border-radius: 25px;
  padding: 30px 40px;
  margin-bottom: 80px;
}

.get-in-touch .section-heading {
  padding-bottom: 10px;
}

.get-in-touch h3 {
  font-size: 25px;
  line-height: 130%;
  margin-bottom: 10px;
}

.get-in-touch .btn {
  background-color: #32BDC7;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 40px;
  text-align: center;
  padding: 10px 25px 10px 25px;
  width: 100%;
}

.get-in-touch .btn:hover {
  background-color: #17A2AC;
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .get-in-touch {
    margin-top: -50px;
    border-radius: 25px;
    padding: 30px 40px;
    margin-bottom: 80px;
  }
  .get-in-touch h3 {
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .get-in-touch .btn {
    border-radius: 30px;
    padding: 5px 15px 5px 15px;
    width: 100%;
    font-size: 11px;
    margin: 10px 0;
  }
}

.stem-cell .text-stemcell {
  padding-top: 1px;
}

.stem-cell .text-stemcell p {
  font-size: 19px;
}


.why-cordlife .border-bottom {
  margin-top: -30px;
}

.why-cordlife .firstrow {
  padding: 10px 0px;
  text-align: center;
  position: relative;
  line-height: 100%;
}


.why-cordlife .firstrow h1 {
  line-height: 90%;
  color: #FFFFFF;
  margin-top: -50px;
}

.why-cordlife .firstrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10;
  height: 80%;
  width: 50%;
  border-right: 1px solid #FFFFFF;
}

.why-cordlife .secondrow {
  text-align: center;
  padding: 10px 10px;
  position: relative;
  line-height: 100%;
  padding-right: 12px;
}


.why-cordlife .secondrow h1 {
  color: #FFFFFF;
  margin-top: -40px;
  padding-bottom: 12px;
}

.why-cordlife .secondrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10;
  height: 80%;
  width: 50%;
  border-right: 1px solid #FFFFFF;
}

.why-cordlife .thirdrow {
  padding: 10px 0px;
  text-align: center;
  position: relative;
  line-height: 100%;
  padding-right: 12px;
}

.why-cordlife .thirdrow h1 {
  line-height: 90%;
  color: #FFFFFF;
  margin-top: -50px;
}

.why-cordlife .thirdrow:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10;
  height: 80%;
  width: 50%;
  border-right: 1px solid #FFFFFF;
}

.why-cordlife .fourthrow {
  text-align: center;
  padding: 10px 10px;
  position: relative;
  line-height: 100%;
  padding-right: 12px;
}


.why-cordlife .fourthrow h1 {
  color: #FFFFFF;
  margin-top: -40px;
  padding-bottom: 12px;
}

.gettingstarted {
  padding: 10px 25px;
}

.gettingstarted .btna {
 color: #FFF;
}
.gettingstarted img {
  padding-top: 10px;
  width: 30%;
  height: auto;
}

.gettingstarted h4 {
  padding-top: 10px;
  color: #101010;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
}

.gettingstarted p {
  text-align: left;
  padding-bottom: 10px;
  color: #6D6E72;
}

.gettingstarted p a {
  color: #00E2FF;
  text-decoration: none;
}

.gettingstarted .btna {
  margin-bottom: 20px;
  position: absolute;
}

.gettingstarted span {
  color: #00E2FF;
}

.find-out-why {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 0px 0px;
}

.find-out-why .section-heading {
  padding-top: 70px;
}

.find-out-why .section-heading h4 {
  text-align: left;
  line-height: 140%;
  width: 60%;
  color: #FFFFFF;
  font-weight: 700;
}

.latest-events {
  margin-top: -20px;
  padding-bottom: 80px;
}

.latest-events .section-heading {
  padding-top: 40px;
}

.latest-events .section-heading p {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
}

.latest-events .events-button {
  padding-top: 40px;
  float: right;
}

.latest-events .events-thumbnail img {
  width: 100%;
  padding-bottom: 10px;
}

.latest-events .date {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
  color: #101010;
  font-weight: 700;
  font-size: 14px;
}

.latest-events .tags {
  padding: 2px 10px 2px;
  background: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  color: black;
  float: right;
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
}

.latest-events h4 {
  padding-top: 10px;
  color: #101010;
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
}

.pregnancy-tips {
  margin-top: -20px;
  padding-bottom: 10px;
}

.pregnancy-tips .section-heading {
  padding-top: 40px;
}

.pregnancy-tips .section-heading p {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
}

.pregnancy-tips .events-button {
  padding-top: 40px;
  float: right;
}

.pregnancy-tips .tips-thumbnail img {
  width: 100%;
  padding-bottom: 10px;
}

.pregnancy-tips h4 {
  padding-top: 10px;
  color: #101010;
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
}

.pregnancy-tips ul li {
  padding-right: 10px;
}

.pregnancy-tips ul li .active, .pregnancy-tips ul li .btna:hover {
  background-color: #32BDC7;
  color: white;
}

.pregnancy-tips .border-bottom {
  padding-top: 80px;
}

.pregnancy-tips .btn-style-one {
  background-color: #ECFCFC;
  color: #32BDC7;
}

.pregnancy-tips .btn-style-one:hover {
  background-color: #32BDC7;
  color: #FFFFFF;
}

.testimonials .section-heading {
  padding-top: 10px;
}

.testimonials .section-heading h5 {
  padding-top: 10px;
  color: #6D6E72;
}

.testimonials .testimonial-slides .stars {
  padding: 10px 10px;
}

.testimonials .testimonial-slides i {
  color: #FFFF00;
}

.testimonials .testimonial-slides h5 {
  font-weight: 700;
  color: #32BDC7;
}

.testimonials .testimonial-slides p {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  color: #101010;
}

.testimonials .testimonial-slides h6 {
  color: #6D6E72;
}

.testimonials .border-bottom {
  padding-top: 70px;
}

footer {
  background: #ECFCFC;
  padding: 20px 0px 0px 0px;
  border-radius: 80px 80px 0px 0px;
}

footer h6 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

footer p {
  color: #3D4056;
  font-size: 16px;
}


footer .footer-social-icons {
  padding-inline-start: 0;
}

footer .footer-social-icons li {
  text-align: left;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

footer .footer-social-icons a {
  margin-right: 10px;
  display: block;
}

footer .footer-social-icons img {
  width: 80%;
}

footer .footer-list {
  margin-top: 20px;
  margin-left: -30px;
}

footer .footer-list li {
  line-height: 100%;
  list-style-type: none;
  color: #aaa;
  padding: 6px 0px;
}

footer .footer-list li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #3D4056;
}

footer .footer-bar {
  border-top: 1px solid #17A2AC;
  padding-top: 20px;
  margin-top: 5px;
}

footer .footer-bar p {
  text-align: center;
  color: #6D6E72;
  font-size: 14px;
 
}

footer .footer-bar span {
  color: #17A2AC;
}

footer .footer-menu {
  display: inline-block;
}

footer .footer-menu ul {
  padding-top: 15px;
  margin-left: -40px;
  margin-bottom: 2px;
}

footer .footer-menu li {
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Sans-serif;
  letter-spacing: 0.54px;
  text-align: left;
  color: #17A2AC;
  list-style-type: none;
  display: inline-block;
  font-size: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #17A2AC;
}

footer .footer-menu li:last-child {
  border-right: none;
}

.we-mega-menu-submenu {
  border-radius: 20px;
  width: auto;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border: solid 1px #f7f7f7;
  -webkit-box-shadow: 0 6px 50px rgb(0 0 0 / 6%);
  box-shadow: 0 6px 40px rgb(0 0 0 / 6%);
  background-color: #fff;
}

.navbar>.container-fluid{
  justify-content: flex-start;
}

.we-mega-menu-col.span3 {
  border-right: 1px solid #f7f7f7 !important;
}

.we-mega-menu-ul>.we-mega-menu-li>a{
  color:#222 ! important;
  font-size:11px;
  text-transform:capitalize;
  background-color: transparent !important;
  font-weight: 700 ! important;
}

a.we-megamenu-nolink {
  font-size: 11px;
  font-weight: 700;
  text-transform: normal;
  color: #222;
  text-decoration: none;
}

a.we-mega-menu-li {
  text-decoration: none !important;
  border-bottom: none !important;
  width: 100%;
  padding: 10px 15px;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.we-mega-menu-li:hover{
  background-color:#ECFCFC;
}

.navbar-we-mega-menu{
  background-color: transparent;
}

.we-mega-menu-ul>.we-mega-menu-li>a:hover, .we-mega-menu-ul>.we-mega-menu-li>a:focus{
  background-color: transparent !important;
}

.we-mega-menu-ul>.we-mega-menu-li{
  border:0px !important;
}

.we-mega-menu-submenu a{
}

.we-mega-menu-group>.we-megamenu-nolink{
  font-size: 11px;
  font-weight: 700;
  text-transform: normal;
  opacity: 0.8;
  color: #222;
}

.we-mega-menu-submenu>.we-mega-menu-li{
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.remove-right-arrow>a::before,.remove-right-arrow>a::after{
  background-image:none !important;
}

.blue-icon>.subul::before{
  content: '';
  background:url('sg-beta/sites/default/files/images/header/health.svg');
  width: 100%;
  height: 50px;
  display: block;
  background-size: contain;
  background-position: center left -10px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.green-icon>.subul::before{
  content: '';
  background:url('/sg-beta/sites/default/files/images/header/parenting.svg');
  width: 100%;
  height: 50px;
  display: block;
  background-size: contain;
  background-position: center left -9px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.yellow-icon>.subul::before{
  content: '';
  background:url('/sites/default/files/images/header/viewcontact.svg');
  width: 100%;
  height: 50px;
  display: block;
  background-size: contain;
  background-position: center left -10px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.red-icon>.subul::before{
  content: '';
  background:url('/sites/default/files/images/header/paybills.svg');
  width: 100%;
  height: 50px;
  display: block;
  background-size: contain;
  background-position: center left -10px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

.we-mega-menu-submenu>.we-mega-menu-submenu-inner{
  min-height: 7.25rem;
}

.resources-menu>.subul{
  flex-direction: column;
}

.resources-menu>.subul>.blue-icon::before{
  content: '';
  background:url('/sites/default/files/images/header/health.svg');
  width: 100%;
  height: 50px;
  display: block;
  background-size: contain;
  background-position: center left -10px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.resources-menu>.subul>.green-icon::before{
  content: '';
  background:url('/sites/default/files/images/header/parenting.svg');
  width: 100%;
  height: 50px;
  display: block;
  background-size: contain;
  background-position: center left -9px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.resources-menu>.subul>.yellow-icon::before{
  content: '';
  background:url('/sites/default/files/images/header/viewcontact.svg');
  width: 100%;
  height: 50px;
  display: block;
  background-size: contain;
  background-position: center left -10px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.resources-menu>.subul>.red-icon::before{
  content: '';
  background:url('/sites/default/files/images/header/paybills.svg');
  width: 100%;
  height: 50px;
  display: block;
  background-size: contain;
  background-position: center left -10px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.resources-menu>.subul>.blue-icon,
.resources-menu>.subul>.green-icon,
.resources-menu>.subul>.yellow-icon,
.resources-menu>.subul>.red-icon{
  margin-bottom:10px;
}

.slider_name,.slider_description{
  display:none;
}

#jssor_3{
  width:100% ! important;
  height:600px ! important;
}

#jssor_3>div:first-child,
#jssor_3>div:first-child div{
  width:100% ! important;
  height:600px ! important;
}

#jssor_3>div>div>div[data-u="slides"],
#jssor_3>div>div>div[data-u="slides"] div,
#jssor_3>div>div>div[data-u="slides"] img{
  width:100% ! important;
  height:600px ! important;
  border-radius: 0px;
}
/*# sourceMappingURL=style.css.map */
