

body {
    color: #2d3f54;
     font-family: 'Open Sans', sans-serif;
}
.vertical-center-row {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex; 
  
    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center;
    width: 100%;
    -webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
}
.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
ul li i {
	margin-right: 10px;
}
.no-radius {
  border-radius: 0 !important;
}
.warning {
  color: #9f0000;
}
.success{
  color: green;
}
/* colors */
 .primary-color {
     color: #01BDBE;
}
 .secondary-color {
     color: #01BDBE;
}
 .primary-background-color {
     background-color: #01BDBE;
}
 .secondary-background-color {
     background-color: #01BDBE;
}
 .home-box1-background-color {
     background-color: #01BDBE;
}
 .home-box2-background-color {
     background-color: #349fb7;
}
 .home-box3-background-color {
     background-color: #0489a7;
}
 .home-box4-background-color {
     background-color: #037d98;
}
 .box-border-top {
     border-top: 10px solid #01BDBE;
}
.no-radius {
	border-radius: 0 !important;
}

.widget-title {
     text-transform: uppercase;
     color: #01BDBE;
     font-weight: 300;
}
/** header top */
header .top-bar {
	width: 100%; 
	height: 30px; 
	z-index: 200; 
	text-transform: uppercase; 
	background: #01BDBE;
	color: #ffffff;
	text-align: right;
	font-size: 14px;
}

@media (max-width: 400px) {
    header .top-bar {
        width: 100%;
        height: auto;
        z-index: 200;
        text-transform: uppercase;
        background: #01BDBE;
        color: #ffffff;
        text-align: initial;
        font-size: 14px;
        padding-bottom: 10px;
    }

    .navbar .navbar-toggler {
        margin-right: auto;
        margin-top: 1rem;
        margin-bottom: .5rem;
    }
}

/** footer */
footer {
     padding: 10px;
     display: block;
     color: #ffffff;
     background-color: #212934;
}
 footer ul {
     margin: 0;
     padding: 0;
     list-style: none outside none;
     color: #c2cfde;
}
 footer ul li {
     margin: 0 0 15px 0;
}
 footer ul li a, footer ul li a:hover, footer p {
     color: #c2cfde !important;
     text-decoration: none;
}
 footer .fa-ul {
     margin-left: 1.5em;
}
 .copyright {
     padding-top: 20px;
     border-top: 1px solid #5c6f83;
     margin-top: 50px;
     text-align: center;
}
 .copyright-application {
     padding-top: 20px;
     text-align: center;
}
 .link-disable {
     pointer-events: none;
     cursor: default;
}
/* links */
 a, a:hover {
     color: #01BDBE !important;
     text-decoration: none;
}
/* button */
 .btn-transparent {
     background: transparent;
}
 .btn-default {
     color: #fff;
     background: #01BDBE;
}

.btn-back{
  color: #01BDBE;
  cursor: pointer;
}

 .btn-border-default {
     color: #fff;
     border: 1px solid #01BDBE;
     background: #01BDBE;
}
 .btn-border-white {
     color: #fff;
     border: 1px solid #fff;
}
 .btn-default:hover, .btn-border-default:hover, .btn-border-white:hover {
     background-color: #03817e;
     color: #fff;
}

/* fluid panel */
 .fluid-panel-row-image {
     background-position: center center;
     background-size: cover;
     padding: 50px;
}
 .fluid-panel-row-solid {
     background-color: #f1f1f1;
}
/* carousel */
 .carousel {
     min-height: 600px;
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
}
 .carousel-caption {
     max-width: 600px;
     position: absolute;
     top: 45%;
     left: 65%;
     right: 0px;
     transform: translate(-50%, -50%);
     z-index: 0;
}
 .item h3, .item p {
     color: #01BDBE;
}
 .item h3 {
     font-size: 40px;
     font-weight: 900;
     text-transform: uppercase;
     text-align: center;
}
 .item p {
     font-size: 20px;
     text-align: center;
}
/* symptoms */
 .symptoms img {
     border-bottom: 6px solid #7c878e;
     display:flex;
}
 .symptoms .box {
     overflow: hidden;
}
 .symptoms .box button {
     background: #01BDBE;
     padding: 10px;
     -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
     border-radius: 0 !important;
}
 .symptoms .box .header {
     background: #d0d3d4;
     padding: 15px 30px 15px 20px;
     position: relative;
}
 .symptoms .box .header:after {
     position: absolute;
     top: 100%;
     left: 15%;
     margin-left: -10px;
     content:'';
     width: 0;
     height: 0;
     border-top: solid 10px #d0d3d4;
     border-left: solid 10px transparent;
     border-right: solid 10px transparent;
}
.symptoms ul {
     padding: 25px 20px;
     background: #F6F6F6;
     overflow: hidden;
     margin: 0;
}
.symptoms ul li {
     display: block;
     list-style: none;
     padding: 0;
     margin: 0;
     float: left;
     width: 50%;
     line-height: 1.8em;
     font-size: 14px;
}
.symptoms ul li.full {
     width: 100% !important;
}
/* timeline */
 #conference-timeline {
     position: relative;
     max-width: 920px;
     width: 100%;
     margin: 0 auto;
}
 #conference-timeline .timeline-start {
     display: table;
     font-size: 18px;
     font-weight: 400;
     text-transform: uppercase;
     background: #01BDBE;
     padding: 15px 23px;
     color: #fff;
     width: 100%;
     text-align: center;
     margin: 0 auto;
}
 #conference-timeline .conference-center-line {
     position: absolute;
     width: 2px;
     height: 100%;
     top: 0;
     left: 50%;
     margin-left: -2px;
     background: #01BDBE;
     z-index: -1;
}
 #conference-timeline .conference-timeline-content {
     padding-top: 50px;
     padding-bottom: 50px;
}
 .timeline-article {
     width: 100%;
     height: 100%;
     position: relative;
     overflow: hidden;
     margin: 40px 0;
}
 .timeline-article .content-left-container, .timeline-article .content-right-container {
     max-width: 44%;
     width: 100%;
}
 .timeline-article .header{
     position: relative;
     width: auto;
     background-color: #01BDBE;
     color: #fff;
     padding: 10px;
     overflow: hidden;
     text-transform: uppercase;
}
 .timeline-article .content-left, .content-right{
     position: relative;
     width: auto;
     border: 1px solid #ddd;
     background-color: #fff;
     box-shadow: 0 1px 3px rgba(0,0,0,.03);
     padding: 15px;
}
 .timeline-article .content-left-container {
     float: left;
}
 .timeline-article .content-right-container {
     float: right;
}
 .timeline-article .content-left:before, .timeline-article .content-right:before{
     position: absolute;
     top: 20px;
     font-size: 23px;
     color: #ddd;
}
 .timeline-article .content-left:before {
     font-family: 'Font Awesome 5 Free';
     content: "\f0da";
     right: -8px;
     font-weight: 900;
}
 .timeline-article .content-right:before {
     font-family: 'Font Awesome 5 Free';
     content: "\f0d9";
     left: -8px;
     font-weight: 900;
}
 .timeline-article .meta-date {
     position: absolute;
     top: 0;
     left: 50%;
     width: 50px;
     height: 50px;
     margin-left: -26px;
     color: #fff;
     border-radius: 100%;
     background: #01BDBE;
}
 .timeline-article .meta-year {
     display: block;
     text-align: center;
     font-weight: 400;
     font-size: 20px;
     line-height: 50px;
}
/* faq accordion */
 .accordion-section .panel-default > .panel-heading {
     border: 0;
     background: #f4f4f4;
     padding: 0;
     font-size: 20px;
}
 .accordion-section .panel-default .panel-heading a, .panel-heading a:hover {
     display: block;
     color: #01BDBE;
     text-decoration: none;
}
 .accordion-section .panel-default .panel-arrow a:after {
     font-family: 'Font Awesome 5 Free';
     font-style: normal;
     font-weight: 900;
     content: "\f106";
     float: right;
}
 .accordion-section .panel-default .panel-arrow a.collapsed:after {
     font-family: 'Font Awesome 5 Free';
     content: "\f107";
     font-weight: 900;
     color: #01BDBE;
}

/* login */
.login-body {
    background: #f6fbff;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-size: cover;
	width: 100%;
	min-height: 100vh;
  	padding-top: 80px;
}

.login-wrapper {
  display:table-cell;
  vertical-align:middle;
  padding:15px;
}

.login-box {
    border-radius: 10px;
  width: 500px;
  background: #fff;
  overflow: hidden;
  padding: 50px;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.login-form-input {
    border-radius: 10px;
    display: block;
    width: 100%;
    background: transparent;
    font-size: 17px;
    color: #3e3e3e;
    line-height: 1.2;
    height: 68px;
    padding: 0 25px 0 25px;
    outline: none;
	border: 1px solid #e6e6e6;
}

.list-group-item {
	border: 2px solid #ffffff;
    padding-right: 0;
}

/** panel **/
.services-panel {
	min-height: 377px;border: 
	1px solid #01BDBE;
}

.services-panel .header {
	background: #01BDBE;
	color: #ffffff;
	padding: 20px;
}

.services-panel .body {
	background: #fff;
	padding: 20px;
}


/** navigation **/
#nav-header {
     border-top: 10px solid #01BDBE;
     box-shadow: 0 2px 0 rgba(12, 13, 14, 0.1), 0 2px 6px rgba(59, 64, 69, 0.1);
}

.navbar {
	padding: 0;
	z-index: 1
}
 .navbar-nav > li {
     padding-left: 6px;
     padding-right: 6px;
     font-size: 16px;
}

.header-nav {
  padding: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.2s ease;
}

.dropdown-item:focus, .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.navbar-toggler {
  border: none;
  padding: 10px 6px;
  outline: none !important;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #01BDBE;
}
.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
}
.navbar-toggler span + span + span {
  width: 10px;
}

button.navbar-toggler{
    float: right;
    margin-right: 0;
}

button.navbar-toggler i{
    color: #01BDBE;
}

/** loader **/
#loading-fade {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(192,192,192,0.3);
  z-index: 2;
  cursor: pointer;
}

#loading-modal {
    display: none;
    position: fixed;
    top: 30%;
    left: 45%;
    width: 180px;
    height: 170px;
    padding:30px;
    border: 1px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:10px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}

/** video **/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.voucher-card-body {
	padding: 0.6rem;
}

.video-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border: 10px solid #fff;
}

.div-body {
	padding: 8px;
}

.big-checkbox
{
	width: 13px;
	height: 13px;
    vertical-align: middle!important;
    margin-left: 10px;
}

.funkyradio-primary {
	margin: 2px;
}

.col-3-justify {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.div-labs {
	padding: 5px 8px 8px 5px;
	font-size: 12px;
}

.checkB {
	height: 120px; 
	width: 10px; 
	float: left;
}

.divLabs {
	border: 1px solid #01BDBE; 
	padding: 5px; 
	height: 120px; 
	width: 325px; 
	float: right;
}

.margin-40 {
	margin-left: 35px;
}

.font-12 {
	font-size: 14px;
}

.navbar .navbar-toggler{
    white-space: normal!important;
}

.padding-display {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

@media (max-width: 990px) {
    ul.navbar-nav {
        display: flex;
        justify-content: center;
        padding: 0;
        list-style: none;
    }

    .navbar-nav li {
        margin: .3rem; /* Adjust margin as needed */
    }

    .navbar-nav li a, .navbar-nav li button {
        display: block;
        text-align: center;
    }

    .navbar-nav li button {
        margin-bottom: 1rem;
        margin-top: .7rem;
    }

    .navbar-brand img {
        margin-left: 1rem;
    }
}

@media (max-width: 430px) {
    .navbar-brand{
        width: 60%;
    }
}
@media (min-width: 991px) {
    .navbar-nav li {
        display: flex;
        align-items: center;
    }
}

.navbar-nav li a, .navbar-nav li button {
    display: block;
    text-align: center;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.btn-md {
    font-size: 16px;
}