@charset "utf-8";

/* CSS Document */

body { font-family: "Roboto", Arial, Helvetica, sans-serif; font-size:16px; color:#505050; font-weight:300; line-height:26px; }
img { max-width: 100%; }


/** tool tip */
.info-hover {
  position: relative;
}
.info-hover p {
  display: inline-block;
  background: #666;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 1em;
}

.info-hover figure {
  display: none;
  position: absolute;
  top: 2em;
  left: 1em;
  padding: 0;
  margin: 0;
  border: 0px solid #fd0;
  background: white;
  border-radius: 1em;
  z-index: 999;
}

.info-hover img {
  display: block;
  border-radius: 0.8em;
  max-width: 100%;
  height: auto;
}

.info-hover:focus figure,
.info-hover:hover figure {
  display: block;
}
.info-hover:focus p,
.info-hover:hover p {
  background: #666;
}

/* end */

.container-fluid { padding:0; }
.margin10 { margin-bottom:10px; }
.margin20 { margin-bottom:20px; }
.margin30 { margin-bottom:30px; }
.margin50 { margin-bottom:70px; }
.margin100 { margin-bottom:100px; }
a:hover, :hover { -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; -o-transition: ease-out 0.5s; transition: ease-out 0.5s; text-decoration:none; }

.mtb { margin:40px auto 30px auto; }
input { height:40px; border:0; border-radius:5px; width:100%; margin-top:0px !important; }

a { color:#505050; }
a:hover { color:#ec1f27; }

.padding0 { padding:0; }

ul { margin:0; padding:0; }
ul li { list-style-type:none; line-height:30px; }

.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}
.mt90 { margin-top: 90px;}
.mt100 { margin-top: 100px;}

.brand-logos img { padding: 10px 0;}

h1, h2, h3, h4, h5, h6 {  margin:0px; padding:0; }
h1 { font-size:45px !important; font-weight:normal; color:#1c3564; text-align:center; line-height:60px; }

h2 { font-size:40px; font-weight:normal; color:#1c3564; line-height:50px; }
h3 { font-size:30px; color:#44c4db; font-weight:normal; line-height:40px; text-align: left; }
@media (max-width: 575.98px) { h3 { text-align:center; } }

h4 { font-size:22px; color:#1c3564; margin:20px 0; font-weight:normal; line-height:32px; }

h5 { font-size:26px; color:#44c4db; margin:30px 0; font-weight:normal; line-height:36px; font-style:italic; }
@media (max-width: 575.98px) { h5 { text-align:center; } }

p { font-size:18px; color: #333; line-height:28px; }
@media (max-width: 575.98px) { p { text-align: center; } }

p span {
    font-size: 18px;
    color: #44c4db;
	font-weight: bold;
    text-decoration: none;
}

.shopping-cart { text-align:right; }
@media (max-width: 575.98px) { .shopping-cart { text-align: center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .shopping-cart { text-align: center; } }

.shopping-cart select { background-color: #E6E6E6; border:1px solid #ccc; line-height:inherit; padding:10px; }

.shopping-cart a { margin:0 5px;}
.header { padding:30px 0; }

.dropdown-menu { border: 0px; }

.services-blue-belt { background-color:#44c4db; height: auto; box-shadow:0px 15px 15px #CCCCCC; margin-bottom:50px; }
@media (max-width: 575.98px) { .services-blue-belt { margin-bottom:20px; } }

.services { padding:18px 0 0 0px; color:#FFF; text-align:center; }
@media (max-width: 575.98px) { .services { padding:10px 0 0 0px; } }

.services p { font-size:18px !important; font-weight:normal; color:#FFF !important; line-height:28px !important; margin:0 0 15px 0; }
@media (min-width: 992px) and (max-width: 1199.98px) { .services p { font-size:16px !important; } }

.btn-general-login { background-color: #1c3564; color:#fff; text-align:center; text-decoration:none; font-size:16px; font-weight:600; border-radius:20px; margin:50px 0 0px 0; padding:6px 20px; border:0; }
.btn-general-login:hover { background-color:#21aac3; color:#FFF; }

@media (max-width: 575.98px) { .btn-general-login {  margin:10px 0 0px 0; } }

.btn-general { background-color: #44c4db; color:#fff; text-align:center; text-decoration:none; font-size:18px; font-weight:600; border-radius:25px; margin:20px 0; padding:8px 30px; border: 0; }
.btn-general:hover { background-color:#21aac3; color:#FFF; }

.btn-general100 { background-color: #44c4db; color:#fff; text-align:center; width:100%; text-decoration:none; font-size:18px; font-weight:600; border-radius:25px; margin:10px 0; padding:8px 30px; }
.btn-general100:hover { background-color:#21aac3; color:#FFF; }

.btn-darkblue { background-color: #1c3564; color:#fff; text-align:center; text-decoration:none; border:0; font-size:18px; font-weight:600; border-radius:25px; margin:20px 0 20px 5px; padding:8px 30px; }
.btn-darkblue:hover { background-color:#333; color:#FFF; }

.btn-white { background-color: #FFF; color:#44c4db; border:0; text-align:center; text-decoration:none; font-size:18px; font-weight:600; border-radius:5px; margin:20px 0; padding:8px 30px; }
.btn-white:hover { background-color:#1c3564; color:#FFF; }

.gut-logo { margin:0; }
@media (max-width: 575.98px) { .gut-logo { margin:0; text-align:center; margin-bottom:10px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .gut-logo { margin:0; text-align:center; margin-bottom:10px; } }
.top-line { border-top:1px solid #ececec; }

.navbar { position: relative; min-height: auto; margin:0px 0px; border: 1px solid transparent; }
.navbar-default { background-color: #FFF; border:0; }
.navbar-default .navbar-nav>li>a { color: #fff; font-weight:600; font-size:16px; }
@media (min-width: 768px) and (max-width: 991.98px) { .navbar-default .navbar-nav>li>a { font-size:14px; } .nav > li > a { padding: 10px 10px; } }

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #000; background-color: #e7e7e7; }
.navbar-collapse { padding:0; }

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover { background-color:#1c3564; border-color: #1c3564; }
.navbar-toggle { width:100%; position: relative; float: none; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-image: none; border: 1px solid #fff; border-top-color: rgb(255, 255, 255); border-right-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); border-radius: 0px; }
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color:#1c3564; border-color: #1c3564; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #333; }

.navbar-nav { margin: 7.5px 0px; }

.blue-bg { background-color:#1c3564; padding:12px 16px; color:#FFF; text-align:center; }

@media (max-width: 575.98px) { .home { text-align:center; } }

.home h2 { margin-bottom:30px; margin-top:20px; text-align: left; }
@media (max-width: 575.98px) { .home h2 { text-align:center; margin-bottom:20px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .home h2 { text-align:center; margin-bottom:15px; } }

.home p { font-size:18px; line-height:28px; }
.home mt40 { margin-top:40px; }

.mobileslide { display: none;}
.round-shadow { box-shadow:0px 0px 15px #999; border-radius:50%; }

.how-it-works { padding:0px 0 20px 0; text-align:center; }
@media (max-width: 575.98px) { .how-it-works { padding:0px 0 0 0; } }

.how-it-works h2 { color:#1c3564; text-align: center; }

.how-it-works h3 { color:#1c3564; text-align:center; font-size:24px; font-weight:500; line-height:30px; }
@media (min-width: 992px) and (max-width: 1199.98px) { .how-it-works h3 { color:#44c4db; text-align:center; font-size:22px; font-weight:500; line-height:30px; } }

.how-it-works h4 { color:#44c4db; font-size:26px; font-weight:500; }
@media (max-width: 575.98px) { .how-it-works h4 { margin-top:0; } }

.how-it-works p { font-size:16px; line-height:24px; } 
.how-it-works .dark-blue-color { background-color: #1c3564; padding:15px 15px 10px 15px; min-height:135px; }
@media (max-width: 575.98px) { .how-it-works .dark-blue-color { min-height: inherit; padding:10px 10px 5px 10px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .how-it-works .dark-blue-color { min-height: inherit; padding:10px 10px 5px 10px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .how-it-works .dark-blue-color { min-height: inherit; padding:10px 10px 5px 10px; } }

.healthcare-management { padding:20px 0; text-align:center; }
.healthcare-management h2 { color:#1b3565; }
.healthcare-management h3 { color:#1c3564; text-align:center; font-size:22px; font-weight:600; margin-top:20px; }
.healthcare-management p { font-size:16px; line-height:24px; } 

.power-control { background-color:#1c3564; text-align:center; background-image:url(../image/power-graphics.png); background-repeat:no-repeat; background-position:bottom left; padding:0 50px 80px 50px; margin:20px auto 20px auto; }
@media (max-width: 575.98px) { .power-control { background-image:none; padding: 0 10px 20px 10px; } }

.power-control h3 { color:#44c4db; font-size:30px; font-weight:600; margin-top:20px; text-align:center; }
.power-control h4 { color:#FFF; font-size:22px; font-weight:500; margin-top:20px; margin-bottom:20px; }
.power-control ul {}
.power-control ul li:before { content: '✓'; margin-right:10px; }
.power-control ul li { font-size:18px; color:#FFF; display:block; line-height:36px; text-align:left; }
.power-control .btntop { margin-top:-15px; }

.providing { margin-bottom:50px; }
.providing .blue-bg { background-color:#1c3564; padding:30px 30px 10px 30px; text-align:left; }
@media (max-width: 575.98px) { .providing .blue-bg { padding: 20px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .providing .blue-bg { padding:30px 30px 0px 30px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .providing .blue-bg { padding:30px; height:1050px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .providing .blue-bg { padding:30px 30px 30px 30px; } }

.providing .blue-bg h2 { color:#44c4db; font-size:32px; font-weight:500; text-align:left; line-height:40px; }
@media (max-width: 575.98px) { .providing .blue-bg h2 { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .providing .blue-bg h2 { text-align:center; } }

.providing .blue-bg h4 { color:#FFF; font-size:20px; font-weight:600; margin-top:20px; }
@media (max-width: 575.98px) { .providing .blue-bg h4 { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .providing .blue-bg h4 { text-align:center; } }

.providing .blue-bg p { color:#FFF; font-size:16px; text-align:left; line-height:24px; }
@media (max-width: 575.98px) { .providing .blue-bg p { text-align:center; } }

.providing .absolute-img001 { position: absolute; top: 0px; right: 0px; left:540px; width: fit-content; width:55%; }
@media (max-width: 575.98px) { .providing .absolute-img001 { top:20px; right: 0px; left: 0px; position: relative; width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .providing .absolute-img001 { top:80px; right: 0px; left: 0px; position: relative; width:55%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .providing .absolute-img001 { top:90px; right: 0px; left: 0px; position: relative; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .providing .absolute-img001 {top:30px; right: 20px; left: 460px; position: absolute; width:60%; } }

.providing .absolute-img002 {  position: absolute; top:150px; right: 0px; left:775px; width: fit-content; width:60%; }
@media (max-width: 575.98px) { .providing .absolute-img002 { top:-20px; right: 0px; left: 0px; position: relative; width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .providing .absolute-img002 { top:-40px; right: 0px; left:170px; position: relative; width:65%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .providing .absolute-img002 { top:-80px; right: 0px; left: 250px; position: relative; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .providing .absolute-img002 { top:180px; right: 20px; left: 630px; position: absolute; width:70%; } }

.delivering-section-002 .blue-bg { background-color:#1c3564; padding:40px 50px 40px 30px; margin-top:0px; margin-bottom:50px; }
@media (max-width: 575.98px) { .delivering-section-002 .blue-bg { padding: 20px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .delivering-section-002 .blue-bg { background-color:#1c3564; padding:30px; margin-top:30px; height: auto; } }
@media (min-width: 768px) and (max-width: 991.98px) { .delivering-section-002 .blue-bg { padding:30px 30px 30px 30px; height: auto; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .delivering-section-002 .blue-bg { padding:30px 50px 30px 30px; } }

.delivering-section-002 h2 { color:#44c4db; font-size:32px; font-weight:600; text-align:left; line-height:40px; margin-bottom:20px; }
@media (max-width: 575.98px) { .delivering-section-002 h2 { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .delivering-section-002 h2 { text-align:center; } }

.delivering-section-002 h3 { font-size:22px; font-weight:500; color:#FFF; line-height:30px; margin-bottom:30px; }
@media (max-width: 575.98px) { .delivering-section-002 h3 { text-align: center; } }

.delivering-section-002 h4 { font-size:16px; font-weight:500; color:#FFF; line-height:26px; margin-bottom:20px; text-align:left; }
@media (max-width: 575.98px) { .delivering-section-002 h4 { text-align: center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .delivering-section-002 h4 { text-align: center; } }
@media (min-width: 768px) and (max-width: 991.98px) { .delivering-section-002 h4 { text-align: center; } }

.delivering-section-002 .img001 { position: absolute; top: 0px; right: -380px; left:850px; width: fit-content; width:35%; }
@media (max-width: 575.98px) { .delivering-section-002 .img001 { position: relative; left:0px; top:10px; width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .delivering-section-002 .img001 { position: relative; left:0px; top:20px; width:55%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .delivering-section-002 .img001 { position: relative; left:0px; top:20px; width:60%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .delivering-section-002 .img001 {top:0px; right: 20px; left: 665px; position: absolute; width:45%; } }

.delivering-section-002 .img002 { position: absolute; top: 160px; right: -380px; left:730px; width: fit-content; width:35%; }
@media (max-width: 575.98px) { .delivering-section-002 .img002 { position: relative; left:0px; top:10px; width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .delivering-section-002 .img002 { position: relative; left:200px; top:-110px; width:55%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .delivering-section-002 .img002 { position: relative; left:270px; top:-150px; width:60%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .delivering-section-002 .img002 {top:220px; right: 20px; left: 580px; position: absolute; width:45%; } }

.delivering-section-002 .img003 { position: absolute; top: 340px; right: -380px; left:850px; width: fit-content; width:35%; }
@media (max-width: 575.98px) { .delivering-section-002 .img003 { position: relative; left:0px; top:10px; width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .delivering-section-002 .img003 { position: relative; left:0px; top:-240px; width:55%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .delivering-section-002 .img003 { position: relative; left:0px; top:-310px; width:60%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .delivering-section-002 .img003 {top:465px; right: 20px; left: 665px; position: absolute; width:45%; } }

.search-result-blue-belt { background-color: #f2f2f2; height: auto; padding:20px 0; }
.search-result-blue-belt ul li { color:#FFF; font-size:20px; line-height:40px; }

.red-boxes-3 { margin:50px auto 30px auto; }
.red-boxes-2 { margin:30px auto; }
.red-boxes-2 a { font-size:16px; color:#FFF; text-decoration:underline; font-weight:bold; }
.red-boxes-2 h2 { font-size:36px; margin-bottom:20px; font-weight:bold; }

.red-box-1 { background-color:#ed2227; padding:30px 30px 0 30px; color:#FFF; font-size:25px; display:flex; min-height:310px; height:auto; }
.red-box-1 p { font-size:16px; }

.red-box-2 { background-color:#ed2227; padding:0px; color:#FFF; font-size:25px; display:flex; min-height:310px; height:auto; }
.red-box-2 .section {  padding:30px; }

.flex-container { display: flex; flex-wrap: nowrap; background-color: transparent; justify-content: space-around; }

.flex-container h4 { font-size: 18px; font-weight: bold; color: #444; font-style: normal; margin: 0 0 10px 0; }
.flex-container p { font-size: 14px; line-height: 20px; }
.step3-flex-container { display: flex; margin: 0px auto 30px auto; flex-wrap: wrap; align-items: center; justify-content: center; }
@media (max-width: 575.98px) {.step3-flex-container { display:none; } } 

.step3-box { width: 31%; height: 210px; margin: 0px 10px 20px 10px; padding: 20px 0 0 0; color: #FFF; text-align: center; font-weight: bold; }
.travel-health { background-image: url(../image/home_img001.png); height: 295px; background-repeat: no-repeat; padding: 50px 0px 50px 350px; margin: 0 0 30px 0; }
@media (max-width: 575.98px) { .travel-health { background-image: url(../image/home_img001.png); height: auto; background-repeat: no-repeat; padding: 300px 0px 0px 0px;  margin: 0 0 30px 0; } }
.diabetes-remission { background-image: url(../image/home_img002.png); height: 286px; background-repeat: no-repeat; padding: 0px 0px 50px 350px; }
@media (max-width: 575.98px) { .diabetes-remission { background-image: url(../image/home_img002.png); height: auto; background-repeat: no-repeat; padding: 291px 0px 0px 0px; } }
.metabolic-syndrome { text-align: center; margin-top: 30px; }

.flex-container { display: flex; flex-wrap: nowrap; font-size: 15px; }
@media (max-width: 575.98px) { .flex-container { display: flex; flex-wrap: wrap; font-size: 15px; } }
@media (max-width: 575.98px) { .flex-container > div { margin-right: 0px; width: 200px; } }

.flex-container > .metabolic-icons { background-color: transparent; width: 20%; margin: 7px 20px 15px 20px; text-align: center; }
.healthcare { text-align: center; margin-top: 30px; }
.flex-container > .metabolic-icons { background-color: transparent; width: 20%; margin: 7px 20px 15px 20px; text-align: center; }

.blood-drop { margin:40px auto; }
@media (max-width: 575.98px) { .blood-drop { margin:40px auto; padding:0 10px; } }
.blood-drop h1 { font-size: 40px; font-weight: bold; color: #cc0909; text-align: center; margin: 0; }
.blood-drop h2 { color:#000; font-size:30px; margin-bottom:10px; }
.blood-drop h4 { font-size:18px; font-weight:500; color:#f00; text-align:center; line-height:22px; }
.blood-drop p { text-align:center; font-size:16px; }
.steps-icons { text-align: center; }
.redbelt { background-color: #0776ba; padding: 15px 15px; color: #FFF; margin: 5px 0 15px 0; text-align: center; font-size: 17px; }

.two-ways { display: none;}

@media (max-width: 575.98px) { .two-ways { background-image: url(../image/2ways-option.jpg); background-repeat: no-repeat; background-position: center top; display: block; height: 520px; } }

.healthcare-genomics {}
.healthcare-genomics .grey-color { background-color:#f1f1f1; padding:30px; min-height:485px; }
.healthcare-genomics h2 { text-align:left; }
.healthcare-genomics h3 { color:#1c3564; font-size:28px; font-weight:600; }
.healthcare-genomics p { color:#1c3564; font-size:16px; font-weight:600; text-align:left; }
.healthcare-genomics ul { margin:0 0 0 20px; padding:0; }
.healthcare-genomics ul li { list-style-type:circle; color:#1c3564; font-size:16px; margin-bottom:3px; width:33%; float:left; }
@media (max-width: 575.98px) { .healthcare-img { display:none; } .healthcare-genomics ul li { width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .healthcare-img { display:none; } .healthcare-genomics ul li { width:33%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .healthcare-img { display:none; } .healthcare-genomics ul li { width:50%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .healthcare-genomics ul li { width:33%; } }

.nutrition-genomics {}
.nutrition-genomics .grey-color { background-color:#1c3564; padding:30px; min-height:526px; }
.nutrition-genomics h2 { text-align:left; }
.nutrition-genomics h3 { color:#FFF; font-size:28px; font-weight:600; }
.nutrition-genomics p { color:#FFF; font-size:16px; font-weight:600; text-align:left; }
.nutrition-genomics ul { margin:0 0 0 20px; padding:0; }
.nutrition-genomics ul li { list-style-type:circle; color:#FFF; font-size:16px; margin-bottom:0px; width:33%; float:left; }
@media (max-width: 575.98px) { .nutrition-img { display:none; } .nutrition-genomics ul li { width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .nutrition-img { display:none; } .nutrition-genomics ul li { width:50%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .nutrition-img { display:none; } .nutrition-genomics ul li { width:50%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .nutrition-genomics ul li { width:50%; } }

.fitness-genomics { margin-bottom:60px; }
.fitness-genomics .grey-color { background-color:#44c4db; padding:30px; min-height:468px; }
.fitness-genomics h2 { text-align:left; }
.fitness-genomics h3 { color:#FFF; font-size:28px; font-weight:600; }
.fitness-genomics p { color:#FFF; font-size:16px; font-weight:600; text-align:left; }
.fitness-genomics ul { margin:0 0 0 20px; padding:0; }
.fitness-genomics ul li { list-style-type:circle; color:#FFF; font-size:16px; margin-bottom:3px; width:33%; float:left; }
@media (max-width: 575.98px) { .fitness-img { display:none; } .fitness-genomics ul li { width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .fitness-img { display:none; } .fitness-genomics ul li { width:50%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .fitness-img { display:none; } .fitness-genomics ul li { width:50%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .fitness-genomics ul li { width:50%; } }


footer { padding:40px 0 50px 0; font-size:16px; margin:0px 0 0 0; }
footer p { line-height:25px; color:#FFF; font-size:16px; text-align:left; }
footer h4 { font-size:22px; color:#FFF; font-style: normal; }
footer ul { margin:0; padding:0; }
footer ul li { list-style-type:none; display:block; }
footer ul li a, footer ul li a:hover { color:#FFF; line-height:26px; white-space:nowrap; }

.copy-part {  padding:15px 0; }
.copy-part p { font-size:15px; color:#FFF; }
@media (max-width: 575.98px) { .copy-part p { text-align:center; } }

.genomics { margin:40px 0; }
.genomics h2 { text-align:center; margin-bottom:20px; }
.genomics h3 { text-align:center; margin-top:10px; margin-bottom:20px; }
.genomics p { font-size:18px; margin-top:0; }
.genomics .img-round img { border-top-left-radius:50px; border-top-right-radius:50px; }

.genomics .predictive { margin-top:20px; }
.genomics .predictive img { box-shadow:5px 5px 10px #CCC; border-radius:50%; }

.genomics .blue-bg p { font-size:18px; color:#FFF; }
.genomics .greycolor { background-color:#333; width:40px; height:40px; }
.genomics .greencolor { background-color:#81c36b; width:40px; height:40px; }
.genomics .lightgreencolor { background-color:#91dc5a; width:40px; height:40px; }
.genomics .yellowcolor { background-color:#fab63f; width:40px; height:40px; }
.genomics .orangecolor { background-color:#ff6a2f; width:40px; height:40px; }
.genomics .redcolor { background-color:#ff0000; width:40px; height:40px; }

.genomics .general { margin-top:20px; }
.genomics .general p { font-size:15px; line-height:24px; margin-top:10px; }
.genomics .general img { box-shadow:0px 0px 15px #CCC; border-radius:50%; }

.genomics .mt20 { margin-top:20px; }
.genomics .mt40 { margin-top:40px; }
.genomics .mt60 { margin-top:60px; }
.genomics .mt80 { margin-top:80px; }

.table { border: 1px solid #ddd; text-align: center; }
.table th { text-align: center; padding:4px !important; }
.table>tbody>tr>td { vertical-align:inherit; padding:0; }


.alltest { margin:50px auto; text-align:center; }
.alltest h2 { color:#1c3564; }

.services-btn { background-color: #44c4db; border:none; color:white; width:100%; min-height:155px; text-align: center; text-decoration:none; display:inline-block; font-size: 20px; cursor: pointer; border-radius:10px; box-shadow:4px 4px 12px #ccc; margin-bottom:30px; padding:10px 0; }
.services-btn:hover { background-color: #1c3564; box-shadow:0px 10px 20px #999999;  }

@media screen and (max-width:720px) { .services-btn { line-height: inherit; text-align:center; } }

.services-btns { margin:50px 0; }

.margin-up-down { margin:0px auto; background-color:#1c3564;  border-radius:10px; padding:20px; }

.search-result-blue-belt { background-color:#f2f2f2; height:auto; padding:20px 0; }
.search-result-blue-belt h2 { color:#FFF; margin-bottom:0px; font-size:40px; font-weight:bold; }
.search-result-blue-belt h3 { color:#FFF; margin-bottom:0px; font-size:30px; margin-top:10px; }
.search-result-blue-belt p { font-size:16px; color:#FFF; margin-top:15px; }
.search-result-blue-belt a { color: #FFF; font-size:20px; line-height:35px; }
.search-result-blue-belt a:hover { color: #FFF; }
.search-result-main-section { margin:50px auto; }

.desease { margin:22px auto;    }
.desease h2 { font-size:36px; color:#444; margin-bottom:10px; font-weight:bold; margin-bottom:30px; }
.desease h3 { font-size:22px; color:#444; margin-bottom:10px; text-align:left; font-weight:bold; }
.desease h4 { font-size:20px; font-weight:bold; color:#000; font-weight:normal; font-style: normal; }

.desease p { color:#000; font-size:16px; }
.desease .small-title { color:#1C3564 !important; font-size:16px; font-weight:bold; margin:20px 0 0 0; }
.desease ul { margin:0px; padding:0; font-size:16px; }
.desease ul li { list-style-type: circle; color:#666; line-height:30px; font-weight:normal; font-size:16px; }
.desease-points ul { margin:10px 0 20px 20px; padding:0; font-size:16px; }
.desease-points ul li { list-style-type: square; line-height:25px; font-weight:normal; font-size:16px; }
.fa-check-circle, .fa-dna, .fa-home, .fa-clock { margin-right:10px; text-align:center; color:#fff; }

.button-red { background-color: #44c4db; border:none; color:white; width:100%; height:auto; text-align:center; text-decoration:none; display:inline-block; font-size:20px; cursor: pointer; border-radius:5px; margin-bottom:10px; white-space: initial; padding:8px 0; }
.button-red:hover { background-color:#1c3564; color:#FFF; }

.button-blue { background-color: #1C3564; border:none; color:white; width:100%; height:auto; text-align:center; text-decoration:none; display:inline-block; font-size:20px; cursor: pointer; border-radius:5px; margin-bottom:10px; white-space: initial; padding:8px 0; }
.button-blue:hover { background-color:#44C4DB; color:#FFF; }

.button-white { background-color:#44c4db; border:0px solid #CC0909; color:#fff; width:100%; text-align:center; text-decoration:none; display:inline-block; font-size:20px; cursor: pointer; border-radius:5px; margin:10px 5px 20px 0; padding:2px 15px; }
.button-white:hover { background-color: #fff; color:#1c3564; }

.border-box h3 { font-size:30px; color:#FFF; }
.border-box p { font-size:18px; color:#FFF; }

.about-us .bg-grey { background-color: #f2f3f3; }
.about-us .topslide { padding:0px 0 0px 0; }
.about-us .topslide h1 { font-size:50px !important; color:#1b3664; font-weight:600; margin:100px 0 20px 0 !important; text-align:left; }
.about-us h2 { margin-top:40px; text-align:center; color:#1c3564; }
.about-us .topslide h5 { font-size:20px; color:#333; line-height:30px; font-weight:600; text-align:left; }

.how-it-works {}
.how-it-works p { font-size:17px; color:#333; line-height:26px; }
.how-it-works .bg-grey { background-color:#fff; margin-bottom:0px; }
.img-shadow { box-shadow:5px 5px 10px #CCC; border-radius:50%; margin:20px 0; }
.mt220 { margin-top:220px; }
@media (max-width: 575.98px) { .mt220 { margin-top:0px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .mt220 { margin-top:0px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .mt220 { margin-top:0px; } }

.how-it-works .topslide { padding:0px 0 0px 0; text-align:left; }
@media (max-width: 575.98px) { .how-it-works .topslide { text-align: center; } }

.how-it-works .topslide h1 { font-size:50px !important; color:#1c3564; font-weight:normal; margin:70px 0 20px 0; text-align:left; }
@media (max-width: 575.98px) { .how-it-works .topslide h1 { text-align: center; margin:10px 0; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .how-it-works .topslide h1 { text-align: left; margin:15px 0; } }

.how-it-works .topslide h5 { font-size:20px; color:#000; line-height:30px; font-weight:600; }
.how-it-works .topslide ul { margin:0; padding:0; }
.how-it-works .topslide ul li { font-size:20px; color:#000; margin:5px 0; }

.how-it-works .three-step { text-align:center; margin:0px 0 50px 0; }
.how-it-works .three-step img { margin:20px 0; }
.how-it-works .three-step h2 { font-weight:bold; color:#1c3564; line-height:45px; }
.how-it-works .three-step h3 { font-weight:bold; color:#0776ba; line-height:35px; }
.how-it-works .three-step h4 { font-weight:bold; margin:10px 0; font-size:20px ; }

.how-it-works .include-kit {}
.how-it-works .include-kit h2 { margin:20px 0 30px 0;}

.how-it-works .video { text-align:center; margin:0 0 40px 0; }
.how-it-works .video h2 { font-weight:normal; color:#1c3564; margin:40px 0; }
.how-it-works .video h4 { font-weight:bold; color:#44c4db; font-size:20px; margin-top:10px; }

.report-dashboard {}
@media (max-width: 575.98px) { .report-dashboard { text-align:center; } }

.report-dashboard h2 { text-align:center; margin-bottom:40px; }
.report-dashboard h3 { margin-bottom:20px; }
.report-dashboard h4 { }
.report-dashboard p {}

.report-dashboard .mt20 { margin-top:20px; }
@media (max-width: 575.98px) { .report-dashboard .mt20 { margin-top:0px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .report-dashboard .mt20 { margin-top:0px; } }

.report-dashboard .mt40 { margin-top:40px; }
@media (max-width: 575.98px) { .report-dashboard .mt40 { margin-top:0px; } }

.report-dashboard .mt60 { margin-top:60px; }
@media (max-width: 575.98px) { .report-dashboard .mt60 { margin-top:10px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .report-dashboard .mt60 { margin-top:20px; } }

.report-dashboard .mt80 { margin-top:80px; }
@media (max-width: 575.98px) { .report-dashboard .mt80 { margin-top:10px; } }

.report-dashboard .mt100 { margin-top:100px; }
@media (max-width: 575.98px) {.report-dashboard .mt100 { margin-top:10px; } }

.report-dashboard .mt120 { margin-top:120px; }
@media (max-width: 575.98px) {.report-dashboard .mt120 { margin-top:20px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {.report-dashboard .mt120 { margin-top:60px; } }

.report-dashboard .topslide { padding:50px 0 40px 0; }
@media (max-width: 575.98px) { .report-dashboard .topslide { padding:0px 0 10px 0; text-align:center; } }
.report-dashboard .topslide h1 { font-size:50px !important; color:#1c3564; font-weight:400; margin:20px 0 10px 0; text-align:left; }
@media (max-width: 575.98px) { .report-dashboard .topslide h1 { margin:20px 0 10px 0; text-align: center; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .report-dashboard .topslide h1 { margin:0px 0 10px 0; } }

.report-dashboard ul { margin:0px 0; padding:0; text-align:left; }
@media (max-width: 575.98px) { .report-dashboard ul { margin:0px 0; padding:0; text-align:left; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .report-dashboard ul { margin:20px 0 0 0; padding:0; text-align:left; } }

.report-dashboard ul li { font-size:18px; color:#333; width:45%; margin:2px 0; font-weight:500; margin-left:20px; float:left; }
@media (max-width: 575.98px) { .report-dashboard ul li { width:100%; } }

.report-dashboard ul li:before { top: 8px; margin: 0px 10px 0 -15px; vertical-align: middle; display: inline-block; width:8px; height: 8px; background: #44c4db; border-radius:10px; content: ""; }

.result_list .fa { color: #1c3564 !important; font-size: 18px !important; }

.accuracy { text-align:left; }
@media (max-width: 575.98px) { .accuracy { text-align: center; } }
@media (max-width: 575.98px) { .accuracy p { text-align:center; } }

.accuracy h2 { margin-bottom:0px; font-weight:normal; font-size:40px; }
@media (max-width: 575.98px) { .accuracy h2 { text-align:center; } }

.accuracy h3 { margin-bottom:20px; }
@media (max-width: 575.98px) { .accuracy h3 { text-align:center; } }

.accuracy .topslide { padding:0px 0 0px 0; margin-bottom:40px; }
.accuracy .topslide h1 { margin:80px 0 0px 0; text-align:left; }
@media (max-width: 575.98px) { .accuracy .topslide h1 { text-align:center; margin:20px 0 0px 0; } }

.accuracy .topslide h5 { font-size:22px; color:#000; line-height:32px; margin-bottom:0; font-style:normal; }
@media (max-width: 575.98px) { .accuracy .topslide h5 { text-align:center; } }

.accuracy .topslide ul { margin:0; padding:0; }
.accuracy .topslide ul li { font-size:20px; color:#000; margin:5px 0; }

.accuracy .mt20 { margin-top:20px; }
@media (max-width: 575.98px) { .accuracy .mt20 { margin-top:0px; } }
	
.accuracy .mt40 { margin-top:40px; }
@media (max-width: 575.98px) { .accuracy .mt40 { margin-top:0px; } }
	
.accuracy .mt60 { margin-top:60px; }
@media (max-width: 575.98px) { .accuracy .mt60 { margin-top:0px; } }
	
.accuracy .mt80 { margin-top:80px; }
@media (max-width: 575.98px) { .accuracy .mt80 { margin-top:0px; } }
	
.accuracy .mt100 { margin-top:100px; }
@media (max-width: 575.98px) { .accuracy .mt100 { margin-top:0px; } }
	
.accuracy .mt120 { margin-top:120px; }
@media (max-width: 575.98px) { .accuracy .mt120 { margin-top:0px; } }

.support {}
@media (max-width: 575.98px) {.support { text-align:center; } }

.support .topslide { padding:0px 0 0px 0; margin-bottom:40px; }
.support .topslide h1 { margin:100px 0 0 0; text-align:left; }
@media (max-width: 575.98px) { .support .topslide h1 { margin:20px 0 0 0; text-align:center; } }

.support h2 { color: #1c3564; line-height:50px; margin-bottom:20px; text-align:center; padding:10px; }
.support h4 { font-size:20px; color:#1c3564; line-height:30px; font-weight:500; margin-top:20px; }
.support .icon-text { text-align:center; }

.support .provide img { box-shadow:5px 5px 10px #CCC; border-radius:50%; }

.button-red-new { background-color: #44c4db; border:none; color:#fff; padding:12px 40px; text-decoration:none; font-size:18px; border-radius:25px; width:auto; margin-top:20px; font-weight:600; box-shadow:5px 5px 5px #ccc; vertical-align:top; margin-bottom:30px; white-space:normal; }
.button-red-new:hover { background-color: #1c3564; border:none; color:#fff; padding:12px 40px; text-decoration:none; font-size:18px; border-radius:25px; }

input[type=radio], input[type=checkbox] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; width: 25px; height: 25px; }

.service-details h2 { font-size:40px !important; color:#1c3564; margin-top:30px; }

.research-library {}
.research-library h2 { font-size:30px; line-height:40px; color:#0776ba; margin:20px 0; }
.research-library h3 { font-size:26px !important; line-height:32px; color:#0776ba; margin:5px 0; font-weight:bold; }
.research-library h3 a { font-size:26px !important; line-height:32px; color:#0776ba; margin:5px 0; font-weight:bold; }
.research-library h4 { font-size:16px; color:#666; line-height:22px; font-weight:normal; margin:0; }
.research-library p { margin:0; font-size:16px; color:#666; }
.research-library p.small { margin:0; font-size:14px;  color:#999; margin:10px 0 5px 0; }
.research-library .research-margin { margin:10px 0 0 0; }
.img-content { margin-top:30px; margin-bottom:50px; }

.greyline-address { border-bottom: 1px solid #CCC; padding: 15px 0 15px 0; width: 100%; overflow: hidden; }
.address-box { margin: 40px 0 0 0; }

.img-tb10 { margin:10px 0; border-radius:16px;}

.test-details ul { margin:0; padding:0; text-align:left; }
.test-details ul li { font-size:16px; color:#000; font-weight:500; margin-left:30px; list-style-type:none; }
.test-details ul li:before { top: 8px; margin: 0px 10px 0 -15px; vertical-align: middle; display: inline-block; width: 8px; height: 8px; background: #0676b9; border-radius:10px; content: ""; }

.panel-heading { padding: 8px 8px; }
.panel-default>.panel-heading { background-color:#44c4db; color:#FFF; text-decoration:none; border:none; }
.panel-title a, .panel-title a:hover { color: #FFF; font-size: 18px; }

.panel-heading h4 { color:#FFF; text-decoration:none; font-size:17px; border:none; }
.float-right { float:right; border:0px solid #FFF; border-radius:7px; color:#FFF; font-size:13px; padding:0px 7px; line-height:32px; background-color:#1c3564; }
.panel-group>a, .panel-group>a:hover .panel-group>a:focus { color:#000; text-decoration:none !important; }
.panel-group .panel { margin-bottom: 5px; border-radius: 4px; text-decoration:none; }
.note-right { float:right; color:#666; font-size:16px; }
.panel-body { color:#000; font-size:16px; }

.popular-tests img { text-align:center; }
.popular-tests h4 { text-align:center; }
.popular-tests h2 { text-align:center; }

.preferred { margin:0 auto 0px auto; }

.preferred h2 { text-align:center; margin-bottom:50px; }
@media (max-width: 575.98px) { .preferred h2 { margin-bottom:20px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .preferred h2 { margin-bottom:20px; } }

.preferred p { font-size:18px; margin-top:20px; line-height:28px; }

.preferred .mt20 { margin-top:20px; }
@media (max-width: 575.98px) { .preferred .mt20 { margin-top:10px; } }
.preferred .mt40 { margin-top:40px; }
@media (max-width: 575.98px) { .preferred .mt40 { margin-top:10px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .preferred .mt40 { margin-top:0px; } }

.preferred .mt60 { margin-top:60px; }
@media (max-width: 575.98px) { .preferred .mt60 { margin-top:10px; } }
.preferred .mt80 { margin-top:80px; }
@media (max-width: 575.98px) { .preferred .mt80 { margin-top:10px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .preferred .mt80 { margin-top:10px; } }

.single-provider { text-align:center; margin:30px auto 0 auto; }
@media (max-width: 575.98px) { .single-provider { margin:0px auto 0 auto; } }

@media (max-width: 575.98px) { .customer-love { text-align:center; } }
.customer-love h2 { text-align:center; }
.customer-love ul { margin-top:0px; }
.customer-love ul li { font-size:18px;  margin-left:50px; line-height:22px; margin-bottom:5px; text-align:left; }
@media (min-width: 992px) and (max-width: 1199.98px) { .customer-love ul li { font-size:16px;  margin-left:50px; margin-bottom:0px; } }
.customer-love ul li span { color:#44c4db; font-weight:bold; }
.customer-love ul li:before { display: inline-block; content: ""; width: 50px; height: 50px; background-image: url(../image/arrow-round.png); background-repeat:no-repeat; margin: 0px 10px 0 -60px; vertical-align: middle; }
@media (min-width: 992px) and (max-width: 1199.98px) { .customer-love ul li:before { height: 45px; } }

@media (max-width: 575.98px) {.biomed-insight { text-align:center; } }

.biomed-insight h2 { text-align:center; margin-top:30px; margin-bottom:30px; }
@media (max-width: 575.98px) { .biomed-insight h2 { margin-top:0px; margin-bottom:10px; } }

.biomed-insight h3 { font-size:30px; color:#62ccef; line-height:40px; }
.biomed-insight h4 { font-size:22px; color:#62ccef; margin:20px 0; }

.biomed-insight .brand-logos { }
@media (max-width: 575.98px) { .biomed-insight .brand-logos { text-align:center; } }

.biomed-insight .brand-logos img { margin:8px 0; }

.topslide-insight { background-image:url(../image/insight-slide-bg.jpg); height:660px; background-position:center; margin-bottom:20px; }
@media (max-width: 575.98px) { .topslide-insight { background-image: none; height:auto; } }

.topslide-insight h1 { font-weight:normal; margin:130px 0 20px 0 !important; text-align:left; }
@media (max-width: 575.98px) { .topslide-insight h1 { font-size:40px; font-weight:normal; margin:20px 0!important; text-align: center; } }

.topslide-insight h3 { font-size:32px; color:#62ccef; font-weight:normal; margin-bottom:20px; }
@media (max-width: 575.98px) { .topslide-insight h3 { text-align:center; } }

.topslide-insight p { font-weight:500; font-size:18px; }

.biomed-insight .mt20 { margin-top:20px; }
@media (max-width: 575.98px) { .biomed-insight .mt20 { margin-top:10px; } }

.biomed-insight .mt40 { margin-top:30px; }
@media (max-width: 575.98px) { .biomed-insight .mt40 { margin-top:0px; } }

.biomed-insight .mt80 { margin-top:60px; }
@media (max-width: 575.98px) { .biomed-insight .mt80 { margin-top:0px; } }
.biomed-insight .mt100 { margin-top:100px; }
@media (max-width: 575.98px) { .biomed-insight .mt100 { margin-top:20px; } }

.biomed-insight ul { margin:10px 0; padding:0; }
.biomed-insight ul li { font-size:18px; color:#333; line-height:28px; font-weight:normal; list-style-type:none; margin-left:20px; margin-bottom:8px; }
@media (max-width: 575.98px) { .biomed-insight ul li { text-align:left; } }
.biomed-insight ul li:before { height:10px; content:''; background-color:#44c4db; margin: 0px 10px 0 -18px; padding:0 10px 0 0; border-radius:10px; vertical-align:middle; display:inline-block; }

.download h2 { margin-top:80px; }
@media (max-width: 575.98px) { .download h2 { margin-top:0px; } }

.about { margin:20px auto 0px auto; }
@media (max-width: 575.98px) {.about { margin:0px auto 0px auto; text-align:center; } }

.about .topslide { padding:0px 0 0px 0; margin-bottom:10px; }
.about .topslide h1 { margin:20px 0 0px 0; text-align:left; }
@media (max-width: 575.98px) { .about .topslide h1 { text-align:center; margin:20px 0 0px 0; } }
.about h2 { text-align:center; margin:20px 0; }
.about h3 { margin-bottom:10px; }

.about .topslide h5 { font-size:22px; color:#000; line-height:32px; margin-bottom:0; font-style:normal; }
@media (max-width: 575.98px) { .about .topslide h5 { text-align:center; } }

.about .three-step { text-align:center; }

.about-points { text-align:center; margin:30px 60px; }
@media (max-width: 575.98px) { .about-points { text-align:center; margin:10px 10px; } }

.about-points ul { margin:0px 0; padding:0; text-align:left; }
.about-points ul li { font-size:18px; color:#333; margin:5px 0; font-weight:500; margin-left:20px; }
.about-points ul li:before { top: 8px; margin: 0px 10px 0 -15px; vertical-align: middle; display: inline-block; width: 8px; height: 8px; background: #0676b9; border-radius:10px; content: ""; }

.red-box { padding:0px; margin:25px 0 0px 0; display:block; text-align:center; }
@media (max-width: 575.98px) { .red-box { padding:0px; margin:30px 0; } }
.red-box h2 { font-size:40px; color:#1c3564; margin-bottom:10px; line-height:50px; }

.border-box-about { border:4px solid #44c4db; border-radius:10px; padding:10px 20px; margin-top:20px; box-shadow:5px 5px 7px #ccc; }
@media (max-width: 575.98px) { .border-box-about { padding:10px 10px; margin-top:20px; } }
.border-box-about h2 { font-size:26px; color:#44c4db; line-height:36px; }
.border-box-about p { line-height:28px; }

/* admin css start */

.admin .big-title { font-size:30px; color:#1c3564; margin-top:18px; }
.admin .medium-title { font-size:24px; color:#45c3da; margin:10px 0; }
.admin .medium-title-dark { font-size:26px; color:#1c3564; padding:10px; }
.admin .small-title { font-size:22px; color:#1c3564; }
.admin .small-title-white { font-size:22px; color:#fff; }
.admin .general-text { font-size:16px; color:#333; }

.admin-dashboard-help-you-box { background-color: #c2eff7; text-align: center; }

.admin .teal-bg-small { background-color: #3fb1cb; padding:20px 60px; text-align: center; }
.admin .border-box { border: 1px solid #CCC; padding: 15px 10px; text-align: left; margin-top: 10px; }
.admin .border-box h3 { font-size:22px; color:#333; margin:0; }
.admin .border-box p { font-size:16px; color:#333; line-height:26px; margin:0 0 10px 0; }

.admin .btn-blue { color: #FFF; background-color: #44c4db; border-radius:50px; margin:20px 0; padding:10px 30px; font-size:18px; }
.admin .btn-blue:hover { background-color:#1c3564; color:#fff; }

.admin .btn-greylight { color: #FFF; background-color: #44c4db; padding: 3px 15px; margin-bottom:3px; margin-top:3px; border-radius:15px; }
.admin .btn-greylight:hover { background-color: #1c3564; color: #FFF; padding: 3px 15px; }

.admin thead tr { background-color:#1c3564; height:42px; color: #FFF; }
.admin tbody tr { background-color:#f5f5f5; }

.admin .table { border:0px solid #ddd; text-align:left; }
.admin .table td { font-size:14px; padding:10px; }

.table>thead>tr>th { vertical-align: middle; border-bottom: 0px solid #c2eff7; text-align:left; }

.admin label { font-weight: 500; }
.admin input { margin-top:3px !important; margin-bottom:10px !important; }

.admin select { border: 1px solid #cbcbcb; border-radius:5px; font-size:14px; height:35px; width: 100%; margin-bottom: 10px !important; margin-top:5px; }

.admin h2 a { color:#1c3564 !important; }

.admin p { font-size:15px !important; line-height:20px; }

.admin .blue-bg p { font-size:18px; color:#FFF; }
.admin .greycolor { background-color:#333; width:40px; height:40px; }
.admin .greencolor { background-color:#81c36b; width:40px; height:40px; }
.admin .lightgreencolor { background-color:#91dc5a; width:40px; height:40px; }
.admin .yellowcolor { background-color:#fab63f; width:40px; height:40px; }
.admin .orangecolor { background-color:#ff6a2f; width:40px; height:40px; }
.admin .redcolor { background-color:#ff0000; width:40px; height:40px; }

.admin .general-guide { padding:0 100px; }
.admin .general-guide img { margin:10px 0; }
.admin .general-guide p { margin:30px 0 0 0; }

.admin input { margin-bottom: 10px; border: 1px solid #dcdcdc; padding: 5px 5px 5px 10px; border-radius: 5px; }

.checkout-box { border-radius:7px; border:1px solid #e0e0e0; box-shadow:0px 0px 10px #ccc; padding:25px 25px; }
.checkout-box-package { border-radius:7px; border:1px solid #e0e0e0; box-shadow:0px 0px 10px #ccc; padding:20px 20px 20px 25px; }
.checkout-box textarea { height:100px; width:100%; border-radius:4px; border-color:#dcdcdc; }
.checkout { margin-bottom:20px; }
.checkout-box-package h2 { font-size:20px; font-weight:bold; margin-bottom:0; color:#333; }
.checkout h2 { font-size:20px; font-weight:bold; margin-bottom:0; color:#333; line-height:32px; }
.checkout h4 { font-size:17px; font-weight:bold; margin-bottom:0; color:#333; margin-top:5px; }
.checkout h4 span { font-size:14px; color:#666; font-weight:normal; }
.checkout p { font-size:14px; color:#777; }
.checkout label { padding:10px 0; font-size:14px; color:#333; }

input[type=radio], input[type=checkbox] {
    margin: 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.research-toppart { text-align:center; }
.research-toppart p { font-weight:bolder; font-size:18px !important; margin-bottom:30px; }

.research h1 { font-size:40px; color:#cc0808 !important; font-weight:normal; text-align:center; margin:40px 0 30px 0 !important; }
.research h2 { color:#1c3564 !important; font-size:40px !important; text-align:center; font-weight:normal; margin:30px 0 20px 0; }
.research h4 { font-size:22px; color: #44c4db; font-weight:normal; }
.research p { color:#333; font-size:16px; line-height:26px; }
.research ul { margin:20px 0 20px 0px; padding:0; }
.research ul li { color:#0776bb; list-style-type:none; }
.research ul li a { color:#0776bb; font-size:20px; font-weight:600; line-height:35px; }

.research .box-white { padding:40px; margin-top:30px; }
@media (max-width: 575.98px) { .research .box-white { padding:20px; margin-top:20px; text-align:center; } }

.research .box-white img { box-shadow:5px 5px 5px #CCC; border-radius:10px; }
.research .box-white h2 { color:#1c3564 !important; font-size:35px !important; text-align:left; font-weight:400 !important; margin:0; line-height:42px; }
@media (max-width: 575.98px) { .research .box-white h2 { margin:10px 0 0 0; text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .research .box-white h2 { margin:10px 0 0 0; } }
@media (min-width: 768px) and (max-width: 991.98px) { .research .box-white h2 { margin:10px 0 0 0; } }

.research .box-white h2 span { color:#ff0000 !important; font-size:20px !important; font-weight:600; margin:0 0 0 10px; }
.research .box-white h4 { color:#333 !important; font-size:20px !important; font-weight:700; text-align:left; margin-top:10px !important; }
.research .box-white p { color:#666 !important; font-size:16px !important; margin:10px 0 !important; line-height:26px; }
.research .box-white ul { margin:10px 0 0 20px; padding:0; }
.research .box-white ul li { color:#333; list-style-type: none; font-size:16px; line-height:24px; }
.research .box-white ul li::before { content: "\2022"; color: #83badd; font-weight: bold; display: inline-block; width:1em; margin-left: -1em; }

.research .box-red { background-color:#44c4db; margin-top:30px; padding:40px; border-radius:10px; }
@media (max-width: 575.98px) { .research .box-red { margin-top:20px; padding:20px; text-align:center; } }

.research .box-red img { box-shadow:5px 5px 5px #238fa3; border-radius:10px; }
.research .box-red h2 { color:#fff !important; font-size:36px !important; text-align:left; font-weight:400 !important; margin:0; line-height:42px; }
@media (max-width: 575.98px) { .research .box-red h2 { margin:10px 0 0 0; text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) {  .research .box-red h2 { margin:10px 0 0 0; } }
@media (min-width: 768px) and (max-width: 991.98px) {  .research .box-red h2 { margin:10px 0 0 0; } }

.research .box-red h2 span { color:#fff !important; font-size:20px !important; font-weight:600; margin:0 0 0 10px; }
.research .box-red h4 { color:#fff !important; font-size:20px !important; font-weight:700; text-align:left; margin-top:10px !important; }
.research .box-red p { color:#fff !important; font-size:16px !important; margin:10px 0 !important; line-height:26px; }
.research .box-red ul { margin:10px 0 0 20px; padding:0; }
.research .box-red ul li { color:#fff; list-style-type: none; font-size:16px; line-height:24px; }
.research .box-red ul li::before { content: "\2022"; color: #fff; font-weight: bold; display: inline-block; width:1em; margin-left: -1em; }

.btn-bluebook-general, .btn-bluebook-general:hover { background-color: #333; color: #FFF; font-size: 18px; padding: 8px 30px; border-radius: 25px !important; display: inline-block; text-align: center; margin:10px 5px 0 5px; font-weight: 500; text-align:center; }

.btn-blue-general, .btn-blue-general:hover { background-color: #44c4db; color: #FFF; font-size: 18px; padding:5px 30px; width:100%; border-radius:25px !important; display:block; text-align: center; margin:10px 5px; font-weight:500; white-space:normal; }

.biomed-insight-footer { background-color:#44C4DB; text-align:center; margin:40px 0 0 0; padding:35px 0; }
@media (max-width: 575.98px) { .biomed-insight-footer { margin:20px 0 0 0; padding:25px 0; } }

.biomed-insight-footer h2 { font-size:38px; margin-bottom:20px; color:#FFF; margin-top:0; font-weight:normal; }
.biomed-insight-footer h3 { color:#FFF; font-weight:normal; line-height:40px; }
.biomed-insight-footer p { color:#fff; font-weight:bold; }
.biomed-insight-footer img { margin-top:20px; }

.biomed-insight-footer input { height:41px; border-radius:25px; border:0; width:300px; padding:5px 10px; }
@media (max-width: 575.98px) { .biomed-insight-footer input { width:90%; } }

.fa-angle-double-left, .fa-angle-double-right { font-size:21px; color:#F00; }

.hub-section { background-color:#44C4DB; padding:40px 0; margin:40px 0 30px 0; text-align:center; }
.hub-section h2 { color:#FFF; }
.hub-section h4 { color:#FFF; font-weight:normal; margin:10px 0 30px 0; }