body { font-family: Roboto, Arial, Helvetica, sans-serif; }

h1 { font-size:42px; color: #EC2028; line-height:52px; }
@media (max-width: 575.98px) { h1 { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { h1 { text-align:center; } }

h2 { font-size:36px; color: #ec2028; margin:20px 0; line-height:46px; font-weight:400; }
@media (max-width: 575.98px) { h2 { margin:0px 0; } }
h3 { font-size:30px; color:#333; margin:20px 0; line-height:50px; font-weight:400; }
h4 { font-size:20px; color: #63cced; font-weight:400; line-height:30px; }
@media (max-width: 575.98px) { h4 { text-align:center; } }

p { font-size:16px; color: #333; margin-top:10px !important; line-height:24px; }
@media (max-width: 575.98px) { p { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { p { text-align:center; } }

.pb-10 { padding-bottom:10px; }
.pb-20 { padding-bottom:20px; }
.pb-30 { padding-bottom:30px; }
.pb-40 { padding-bottom:40px; }
.pb-50 { padding-bottom:50px; }
.pt-10 { padding-top:10px; }
.pt-20 { padding-top:20px; }
.pt-30 { padding-top:30px; }
.pt-40 { padding-top:40px; }
.pt-50 { padding-top:50px; }

.mt-1 { margin-top:10px; }
.mt-2 { margin-top:20px; }
@media (min-width: 992px) and (max-width: 1199.98px) { .mt-2 { margin-top: 0px; } }

.mt-3 { margin-top:30px; }
@media (max-width: 575.98px) { .mt-3 { margin-top:10px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .mt-3 { margin-top: 10px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .mt-3 { margin-top: 10px; } }

.mt-4 { margin-top:40px; }
@media (max-width: 575.98px) { .mt-4 { margin-top:0px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .mt-4 { margin-top:0px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .mt-4 { margin-top: 10px; } }

.mt-5 { margin-top:50px; }
@media (max-width: 575.98px) { .mt-5 { margin-top:10px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .mt-5 { margin-top:10px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .mt-5 { margin-top: 10px; } }

.mt-6 { margin-top:60px; }
@media (max-width: 575.98px) { .mt-6 { margin-top:10px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .mt-6 { margin-top: 10px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .mt-6 { margin-top: 10px; } }

.mb-1 { margin-bottom:10px; }
.mb-2 { margin-bottom:20px; }
.mb-3 { margin-bottom:30px; }
.mb-4 { margin-bottom:40px; }
.mb-5 { margin-bottom:50px; }

.margin20 { margin-bottom:20px; }

.btn-red-general { background-color:#ec2028; color:#FFF; font-size:20px; padding:6px 22px; border-radius:6px; display: inline-block; text-align:center; margin-top:10px; }
.btn-red-general:hover { color:#FFF; font-size:20px; }

.btn-login { background-color:#64cdef; color:#FFF !important; font-size:20px; padding:4px 15px !important; border-radius:6px; display: inline-block; text-align:center; box-shadow:2px 2px 4px #ccc; margin-top:10px; }
.btn-login:hover { color:#FFF; font-size:20px; }

.btn-red-big { background-color:#EC2028; color:#FFF; font-size:24px; padding:10px 60px; border-radius:6px; display: inline-block; text-align:center; box-shadow:4px 4px 6px #999; margin-top:10px; }
.btn-red-big:hover { color:#FFF; font-size:24px; }

.light-grey-bg { background-color:#f4f7f6; padding:40px 0; }
@media (max-width: 575.98px) { .light-grey-bg { padding:5px; text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .light-grey-bg { padding:20px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .light-grey-bg { padding:20px; text-align:center; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .light-grey-bg { padding:20px; text-align:center; } }

.video-text { font-style:italic; font-weight:bold; }

.header { padding:30px 0px 0px 0px; }
@media (max-width: 575.98px) { .header { padding:10px; text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .header { padding:10px 0px 0px 0px; text-align:center; } }
@media (min-width: 768px) and (max-width: 991.98px) { .header { padding:10px 0px 0px 0px; text-align:center; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .header { padding:30px 0px 0px 0px; text-align:center; } }

.logo { margin:0 0 30px 0; text-align:left; }
@media (min-width: 768px) and (max-width: 991.98px) { .logo { margin:20px 0 20px 0; text-align: center; } }
img { max-width: 100%; height: auto; }

.top-line { border-top:1px solid #ececec; }

.navbar { position: relative; min-height: 50px; margin-bottom:0px; border: 1px solid transparent; }
.navbar-default { background-color: #FFF; border:0; }
.navbar-default .navbar-nav>li>a { color: #878787; 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; }

.bg-light { background-color: transparent !important; } 
@media (max-width: 575.98px) { .bg-light { margin-top: 0px; } }

.providing { background-color:#ec2028; padding:40px 0; text-align:left; margin-top:30px; }
@media (max-width: 575.98px) { .providing { padding: 0px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .providing { padding:30px 30px 0px 30px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .providing { padding:30px; height: auto; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .providing { padding:30px 30px 30px 30px; } }

.providing h2 { margin-top:0; color:#FFF; text-shadow: 1px 1px 2px #333; }
@media (max-width: 575.98px) { .providing h2 { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .providing h2 { text-align:center; } }

.providing h3 { color:#FFF; font-size:40px; font-weight:normal; margin-top:40px; }

.providing h4 { color:#FFF; text-shadow: 1px 1px 2px #333; }
@media (max-width: 575.98px) { .providing h4 { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .providing h4 { text-align:center; } }

.providing ul { margin:0px 0px 0 0; padding:0; }
.providing ul li { font-size:16px; color:#fff; line-height:23px; width:23%; margin-bottom:8px; margin-right:0%; float:left; font-weight:normal; list-style-type:none; margin-left:20px; }
@media (max-width: 575.98px) { .providing ul li { width:100%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .providing ul li { width:46%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .providing ul li { width:31%; } }
.providing ul li:before { height:10px; content: ''; background-color:#fff; margin: 0px 10px 0 -17px; padding:0 10px 0 0; border-radius:10px; vertical-align:middle; display:inline-block; }

.providing p { color:#FFF; font-size:16px; }
@media (max-width: 575.98px) { .providing p { text-align:center; } }

.providing .mt80 { margin-top:20px; }
@media (max-width: 575.98px) { .accuracy .mt40 { margin-top:0px; } }

.providing .absolute-img001 { position: absolute; top: 0px; right: 0px; left:535px; width: fit-content; width:54%; }
@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:180px; right: 0px; left:760px; width: fit-content; width:52%; }
@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%; } }

.providing .absolute-img003 { position: absolute; top: 0px; right: 0px; left:600px; width: fit-content; width:60%; }
@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-img004 {  position: absolute; top:170px; right: 0px; left:800px; 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%; } }

.patients-section-005 { background-color: transparent; text-align:center; padding:20px 0; }
.patients-section-005 h3 { font-size:18px; line-height:26px; color:#444; font-weight:bold; padding:0 25px; }

.building-blocks { margin:0 0 0 0; }
.building-blocks h5 { color:#ec2028; font-size:20px; line-height:30px; }
@media (max-width: 575.98px) { .building-blocks h5 { text-align:center; } }

.building-blocks ul { margin:0px 0px 0 0; padding:0; }
.building-blocks ul li { font-size:16px; color:#333; line-height:29px; font-weight:normal; list-style-type:none; margin-left:20px; }
.building-blocks ul li:before { height:10px; content:''; background-color:#ff0000; margin: 0px 10px 0 -17px; padding:0 10px 0 0; border-radius:10px; vertical-align:middle; display:inline-block; }

.building-blocks .mt20 { margin-top:20px; }
@media (max-width: 575.98px) { .building-blocks .mt20 { margin-top:0px; } }

.healthcare-ecosystem { text-align:center; margin:20px 0 0px 0; }
@media (max-width: 575.98px) { .healthcare-ecosystem { text-align:center; margin:0px 0 0px 0; } }

.biomed-instight { background-color:#62ccef; text-align:center; margin:40px 0 0 0; padding:35px 0; }
@media (max-width: 575.98px) { .biomed-instight { margin:20px 0 0 0; padding:25px 0; } }

.biomed-instight h2 { color:#FFF; margin-top:0; font-weight:normal; }
.biomed-instight h3 { color:#FFF; font-weight:normal; line-height:40px; }
.biomed-instight p { color:#333; }
.biomed-instight img { margin-top:20px; }

.steps-area { margin:40px auto; text-align:center; }
.steps-area .redbg-title { background-color:#666; font-size:22px; color:#FFF; text-align:center; border-radius:10px; padding:8px; }
.steps-area h3 { font-size:22px; color:#62ccef; font-weight:bold; }

.bluebg-text { background-color:#62ccef; color:#FFF; font-size:25px; text-align:center; padding:50px 0; }
.select-patient-healthcare-drop { background-color:#ec2028; padding:50px 50px; margin-top:0px; }
@media (max-width: 575.98px) { .select-patient-healthcare-drop { background-color:#ec2028; padding:20px; margin-top:0px; } }

.select-patient-healthcare-drop h2 { font-size:30px; color:#FFF; font-weight:normal; margin-top:0; }
.select-patient-healthcare-drop select { border:0; height:40px; padding:10px; color:#000; width:100%; }

.footer { background-color:#efefef; margin-top:0px; padding:40px 0; font-size:16px; color: #666; }
@media (max-width: 575.98px) { .footer { margin-top:0px; padding:10px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .footer { margin-top:40px; padding:30px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .footer { margin-top:40px; padding:30px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .footer { margin-top:40px; padding:30px; } }

.footer p { font-size:16px; color: #666; }
@media (max-width: 575.98px) { .footer p { text-align:left; } }
@media (min-width: 576px) and (max-width: 767.98px) { .footer p { text-align:left; } }

.footer h5 { font-size:22px; color: #666; }
.footer a { font-size:16px; color: #666; font-weight:normal; text-decoration:none; }
.footer a:hover { color: #333; }
.fa-facebook, .fa-google-plus, .fa-linkedin, .fa-youtube { margin:0 10px 0 0; }
.footer ul { padding:0; }
.footer ul li { list-style-type:none; margin:0; padding:0; line-height:30px; }
.border-bottom { border-bottom:1px solid #999 !important; margin:0 0 10px 0; }
.list-group { padding-left: revert; }


.how-it-works { background-color:#62ccef; padding:20px 100px 30px 100px; text-align:center; }
@media (max-width: 576px) { .how-it-works { padding:20px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .how-it-works { padding:20px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .how-it-works { padding:20px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .how-it-works { padding:40px; } }

.how-it-works h3 { color:#FFF; font-size:30px; margin-top:20px; padding:0 150px; }
@media (max-width: 576px) { .how-it-works h3 { padding:0; } }
@media (min-width: 576px) and (max-width: 767.98px) { .how-it-works h3 { padding:0; } }
@media (min-width: 768px) and (max-width: 991.98px) { .how-it-works h3 { padding:0; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .how-it-works h3 { padding:0 50px; } }
.how-it-works p { color:#FFF; font-size:18px; }

.steps-area { margin:40px auto; text-align:center; }
.steps-area .redbg-title { background-color:#F00; font-size:22px; color:#FFF; text-align:center; border-radius:10px; padding:8px; }
.steps-area h3 { font-size:18px; color:#666; font-weight:normal; line-height:28px; margin-top:0; }

.bluebg-text { background-color:#62ccef; color:#FFF; font-size:20px; text-align:center; padding:40px 0; }

.health-cellular-check { background-color:#f0f0f0; padding:40px 0; margin:0px 0 40px 0; }
.health-cellular-check h2 { font-size:30px; color:#ff0000; text-align:center; line-height:40px; }
.health-cellular-check h4 { font-size:22px; color:#666; text-align:center; margin:20px 0; }
.health-cellular-check p { font-size:16px; color:#666; text-align:center; line-height:26px; }

.health-cellular-check ul { list-style-type:none; padding:0 0 0 20px; }
.health-cellular-check ul li:before {  content: '✓'; color:#ff0000; margin-left:-30px; padding-right:13px; font-weight:bold; }
.health-cellular-check li { font-size:18px; font-weight:normal; color:#333; margin-top:1px; padding-left: 0.5em; list-style-position: inside; line-height:30px; }
@media (min-width: 576px) and (max-width: 767.98px) { .health-cellular-check li { font-size:14px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .health-cellular-check li { font-size:14px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .health-cellular-check li { font-size:17px; } }
.health-cellular-check .image { text-align:center; margin:3px 0; }


.accuracy { text-align:left; }
.accuracy p { font-size:16px; color:#666; line-height:26px; margin-top:0px; padding:0; }
@media (max-width: 575.98px) { .accuracy p { text-align:center; } }

.accuracy .bg-grey { background-color:#f2f3f3; margin-bottom:50px; }

.accuracy h2 { color: #EC2028; line-height:38px !important; margin-bottom:20px; font-weight:normal; font-size:30px; }
@media (max-width: 575.98px) { .accuracy h2 { text-align:center; } }

.accuracy h3 { font-size:30px; color: #0776ba; line-height:40px; margin-bottom:20px; }
@media (max-width: 575.98px) { .accuracy h3 { text-align:center; } }

.accuracy .topslide { padding:0px 0 0px 0; }
.accuracy .topslide h1 { font-size:42px !important; color:#EC2028; font-weight:600; margin:80px 0 20px 0 !important; text-align:left; }
@media (max-width: 575.98px) { .accuracy .topslide h1 { text-align:center; margin:40px 0 20px 0 !important; } }

.accuracy .topslide h5 { font-size:20px; color:#333; line-height:30px; font-weight:400; margin-bottom:0; }
@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; } }

.button-red-new { background-color: #ed1c24; 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; }

.employees-section-002 .blue-bg { background-color:#63caec; padding:10px 120px 30px 50px; margin-top:30px; }
@media (max-width: 575.98px) { .employees-section-002 .blue-bg { padding: 20px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .employees-section-002 .blue-bg { background-color:#63caec; padding:30px; margin-top:30px; height:1600px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .employees-section-002 .blue-bg { padding:30px 30px 30px 30px; height:1660px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .employees-section-002 .blue-bg { padding:30px 50px 30px 30px; } }

.employees-section-002 ul { list-style-type:none; padding:0 0 0 20px; }
.employees-section-002 ul li:before {  content: '✓'; color:#F00; margin-left:-30px; padding-right:13px; font-weight:bold; }
.employees-section-002 li { font-size:22px; font-weight:normal; color:#FFF; margin-bottom:20px; padding-left: 0.5em; list-style-position: inside; }
.employees-section-002 h3 { font-size:30px; color:#FFF; line-height:40px; font-weight:normal; margin-bottom:10px; }
.employees-section-002 h4 { font-size:22px; color:#FFF; line-height:32px; font-weight:normal; margin-bottom:10px; }
.employees-section-002 p { font-size:16px; color:#FFF; line-height:25px; font-weight:normal; }

.employees-section-002 .img001 { position: absolute; top: 0px; right: -380px; left:850px; width: fit-content; width:42%; }
@media (max-width: 575.98px) { .employees-section-002 .img001 { position: relative; left:0px; top:10px; width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .employees-section-002 .img001 { position: relative; left:0px; top:20px; width:55%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .employees-section-002 .img001 { position: relative; left:0px; top:20px; width:60%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .employees-section-002 .img001 {top:0px; right: 20px; left: 600px; position: absolute; width:58%; } }

.employees-section-002 .img002 { position: absolute; top: 210px; right: -380px; left:730px; width: fit-content; width:42%; }
@media (max-width: 575.98px) { .employees-section-002 .img002 { position: relative; left:0px; top:10px; width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .employees-section-002 .img002 { position: relative; left:200px; top:-110px; width:55%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .employees-section-002 .img002 { position: relative; left:270px; top:-150px; width:60%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .employees-section-002 .img002 {top:275px; right: 20px; left: 600px; position: absolute; width:58%; } }

.employees-section-002 .img003 { position: absolute; top: 460px; right: -380px; left:850px; width: fit-content; width:42%; }
@media (max-width: 575.98px) { .employees-section-002 .img003 { position: relative; left:0px; top:10px; width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .employees-section-002 .img003 { position: relative; left:0px; top:-240px; width:55%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .employees-section-002 .img003 { position: relative; left:0px; top:-310px; width:60%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .employees-section-002 .img003 {top:550px; right: 20px; left: 600px; position: absolute; width:58%; } }

.employees-section-003 { margin-top:50px; }
.employees-section-003 .blue-bg { background-color:#63caec; padding:15px 30px 30px 30px; left:600px; margin-top:-450px; height:auto; }
@media (max-width: 575.98px) { .employees-section-003 .blue-bg { padding:20px; left:0px; margin-top:0px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .employees-section-003 .blue-bg { padding:20px; left:0px; margin-top:0px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .employees-section-003 .blue-bg { padding:20px; left:0px; margin-top:0px; text-align:center; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .employees-section-003 .blue-bg { padding: 20px; left: 500px; margin-top: 105px; height: auto; right: 0px; } }

.employees-section-003 .blue-bg h2 { color:#FFF; font-size:32px; font-weight:bold; }
@media (max-width: 575.98px) { .employees-section-003 .blue-bg h2 { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .employees-section-003 .blue-bg h2 { text-align:center; } }

.employees-section-003 .blue-bg h3 { color:#FFF; font-size:16px; font-weight:normal; margin-top:0px; line-height:25px; }
@media (max-width: 575.98px) { .employees-section-003 .blue-bg h3 { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .employees-section-003 .blue-bg h3 { text-align:center; margin-top:20px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .employees-section-003 .blue-bg h3 { text-align:center; margin-top:20px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .employees-section-003 .blue-bg h3 { font-size:16px; margin-top:20px; } }

.employees-section-003 .blue-bg h3 { color:#FFF; font-size:22px; }
@media (max-width: 575.98px) { .power .blue-bg h4 { text-align:center; } }

@media (min-width: 576px) and (max-width: 767.98px) { .employees-section-003 .position-absolute { position:relative !important; } }

.employees-section-003 .blue-bg p { color:#FFF; font-size:16px; line-height:26px; }
.employees-section-003 .btn-power { position:absolute; width:100%; text-align:center; }

.mission-vision { text-align:left; }
.mission-vision .bg-grey { background-color:#f2f3f3; margin-bottom:20px; }

.mission-vision .blue-bg-mission { background-color:#62ccef; margin-bottom:30px; padding:30px 0; text-align:center; }
.mission-vision .blue-bg-mission h3 { font-size:18px; color: #fff; line-height:28px; margin-bottom:10px; margin-top:10px; font-weight:normal; }
.mission-vision .blue-bg-mission p { font-size:16px; color: #fff; line-height:26px; }

.mission-vision .topslide { padding:0px 0 0 0; }
.mission-vision .topslide h1 { font-size:42px !important; color:#333; font-weight:normal; margin:80px 0 20px 0 !important; }
@media (max-width: 575.98px) { .mission-vision .topslide h1 { text-align:center; margin:40px 0 20px 0 !important; } }

.mission-vision .topslide h5 { font-size:20px; color:#333; line-height:30px; font-weight:400; margin-bottom:0; }
@media (max-width: 575.98px) { .mission-vision .topslide h5 { text-align:center; } }

.patients-section-006 { background-image:url(../img/healthplans-002.jpg); background-color:#efefef; background-repeat: no-repeat; padding:30px 580px 30px 50px; }
@media (max-width: 575.98px) { .patients-section-006 { background-image:none; padding:20px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .patients-section-006 { background-image:none; padding:40px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .patients-section-006 { background-image:none; padding:40px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .patients-section-006 { padding:40px; background-position:right top; padding:30px 50px 30px 400px; } }

.patients-section-006 h2 { color:#ec2028; font-size:32px; font-weight:500; }
@media (max-width: 575.98px) { .patients-section-006 h2 { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .patients-section-006 h2 { text-align:center; } }
@media (min-width: 768px) and (max-width: 991.98px) { .patients-section-006 h2 { text-align:center; } }

.patients-section-006 h3 { color:#63caec; font-size:22px; font-weight:500; line-height:30px; }
.patients-section-006 p { color:#666; font-size:16px; line-height:26px; }

.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:#ec2028 !important; font-size:40px !important; text-align:center; font-weight:normal; margin:30px 0 20px 0; }
.research h4 { font-size:22px; color: #62ccef; 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; }

.btn-red-general, .btn-red-general:hover { background-color: #ec2028; color: #FFF; font-size: 18px; padding: 8px 30px; border-radius: 25px !important; display: inline-block; text-align: center; margin:20px 5px; font-weight: 500; text-align:center; white-space:break-spaces; }

@media (max-width: 575.98px) { .btn-red-general, .btn-red-general:hover { margin:15px 5px 10px 5px;} }

.btn-blue, .btn-blue:hover { background-color: #62ccef; color: #FFF; font-size: 18px; padding:8px 30px; border-radius:25px !important; display: inline-block; text-align: center; margin:10px 5px; font-weight:500; white-space:normal; }

.btn-blue100, .btn-blue100:hover { background-color: #62ccef; width:100%; color: #FFF; font-size: 18px; padding:8px 30px; border-radius:25px !important; display: inline-block; text-align: center; margin:10px 5px; font-weight:500; white-space:normal; }

.btn-red-grey-general { background-color: #333; color: #FFF; font-size: 18px; padding: 8px 30px; border-radius: 25px !important; display: inline-block; text-align: center; margin:20px 5px; font-weight: 500; text-align:center; white-space:break-spaces; }
.btn-red-grey-general:hover { background-color: #EC2028; color: #FFF;  padding: 8px 30px; }

.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 { background-color: #63caec; color: #FFF; font-size: 17px; padding:8px 24px; width:100%; border-radius:25px !important; display:block; text-align: center; margin:10px 5px; font-weight:500; white-space:normal; box-shadow: 4px 4px 5px #ccc; }
.btn-blue-general:hover { background-color: #333; color:#FFF; }

.research .box-white { padding:40px; margin-top:30px; }
@media (max-width: 575.98px) { .research .box-white { padding:20px; margin-top:20px; text-align:center; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .research .box-white {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
  }
}

.research .box-white img { box-shadow:5px 5px 5px #CCC; border-radius:10px; }
.research .box-white h2 { color:#0776bb !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; text-align:center; } }

.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:#ec2028; margin-top:30px; padding:40px; border-radius:10px; }
@media (max-width: 575.98px) { .research .box-red { margin-top:20px; padding:20px; text-align:center; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .research .box-red {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
  }
}

.research .box-red img { box-shadow:5px 5px 5px #9f0606; 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; text-align:center; } }

.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; }

.pointleft li { float:left; width:50%; }
.pointleft33 li { float:left; width:33%; }

.address-box { margin: 25px 0 0 0; }
.greyline-address { border-bottom: 1px solid #CCC; padding: 15px 0 15px 0; width: 100%; overflow: hidden; }

.form-control { border: 2px solid #c2c2c2; margin-bottom:10px; }
.padding0 { padding: 0; }
.button-blue-auto, .button-blue-auto:hover { background-color: #127cbd; border: none; color: white; width: auto; padding: 10px 40px; text-align: center; text-decoration: none; display: inline-block; font-size: 18px; cursor: pointer; border-radius: 25px; margin-top: 20px; white-space: normal; }
.search-result-blue-belt { background-color: #f2f2f2; height: auto; padding: 20px 0; }

.aboutus { padding:0 0 0 0; }
.aboutus .bg-grey { background-image: url(../img/aboutus-slide-img.jpg); background-repeat:no-repeat; min-height:468px; background-color: #ededed; padding:0px 0; margin:0px 0; background-position:center; }
@media (max-width: 575.98px) { .aboutus .bg-grey { background-image: none; background-repeat:no-repeat; min-height:408px; background-color: #ededed; padding:0px 0; margin:0px 0; } }

.how-it-works .bg-grey { background-color: #f2f3f3; margin-bottom: 50px; }
.aboutus .topslide h2 { margin-top:40px; font-size:40px; line-height:50px; text-align:center; }
@media (max-width: 575.98px) { .aboutus .topslide h2 { margin-top:40px; } }

.aboutus .topslide h3 { margin-top:30px; font-size:20px; line-height:30px; margin-top:250px; text-align:center; }
@media (max-width: 575.98px) { .aboutus .topslide h3 { margin-top:30px; } }

.aboutus h4 { color:#63caec; font-size:22px; font-weight:normal; line-height:32px; margin-bottom:0px; margin-top:8px; }
.aboutus h5 { color:#333; font-size:20px; font-weight:500; line-height:30px; margin-bottom:0px; margin-top:10px; letter-spacing:1px; }
.aboutus h6 { color:#666; font-size:16px; font-weight:400; line-height:24px; margin-bottom:0px; margin-top:0px; }
@media (max-width: 575.98px) { .aboutus h6 { margin-bottom:20px; } }

.about-points ul { margin:20px; 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 -19px; vertical-align: middle; display: inline-block; width: 8px; height: 8px; background: #0676b9; border-radius:10px; content: ""; }

.support { padding:0 0 0 0; }
.support .bg-blue { background-color: #587f89; padding:0px 0; margin:0px 0; }
.support .topslide h1 { color:#FFF; margin-top:50px; font-size:42px; font-weight:bold; line-height:50px; }
.support .topslide h5 { color:#FFF; margin-top:30px; font-size:20px; line-height:30px; }

.support h2 { color:#ec2028; font-size:40px; font-weight:700; line-height:36px; margin-bottom:20px; margin-top:50px; text-align:center; }
.support h3 { color:#ec2028; font-size:30px; font-weight:500; line-height:40px; margin-bottom:20px; margin-top:10px; }
.support h4 { color:#62ccef; font-size:30px; font-weight:500; line-height:30px; margin-bottom:40px; margin-top:20px; text-align:center; }
.support p { color:#666; font-size:16px; font-weight:400; line-height:26px; }

.support ul { margin:20px; padding:0; text-align:left; }
.support ul li { font-size:18px; color:#333; margin:5px 0; font-weight:500; margin-left:20px; }
.support ul li:before { top: 8px; margin: 0px 10px 0 -19px; vertical-align: middle; display: inline-block; width: 8px; height: 8px; background: #0676b9; border-radius:10px; content: ""; }

.support .mt20 { margin-top:20px; }
@media (max-width: 575.98px) { .support .mt20 { margin-top:0px; } }
	
.support .mt40 { margin-top:40px; }
@media (max-width: 575.98px) { .support .mt40 { margin-top:0px; } }
	
.support .mt60 { margin-top:60px; }
@media (max-width: 575.98px) { .support .mt60 { margin-top:0px; } }
	
.support .mt80 { margin-top:80px; }
@media (max-width: 575.98px) { .support .mt80 { margin-top:0px; } }
	
.support .mt100 { margin-top:100px; }
@media (max-width: 575.98px) { .support .mt100 { margin-top:0px; } }
	
.support .mt120 { margin-top:120px; }
@media (max-width: 575.98px) { .support .mt120 { margin-top:0px; } }

.red-box { border-radius:10px; padding:0px; margin:0px 0 0 0; display: inline-block; text-align:center; }
@media (max-width: 575.98px) { .red-box { padding:0px; margin:0px 0; } }
.red-box h2 { font-size:40px; color:#eb2028; margin-bottom:10px; line-height:52px; }
.border-box { border:5px solid #44c4db; border-radius:35px; padding:10px 20px; margin-top:20px; box-shadow:5px 5px 7px #ccc; }
@media (max-width: 575.98px) { .border-box { padding:10px 10px; margin-top:20px; } }

.border-box h3 { font-size:22px; color:#ec2028; line-height:32px; margin:10px 0 0 0; }

.border-box p { font-size:16px; color:#333; }

.testimony-bg { background-image:url(../img/testimony-bg.png); background-repeat:no-repeat; height:465px; margin-top:30px; padding:20px 40px; }
@media (max-width: 575.98px) { .testimony-bg { background-image: none; background-color:#333; background-repeat:no-repeat; height: auto; margin-top:30px; padding:20px 40px; } }
.testimony-bg h2 { color:#FFF; }
.testimony-bg p { font-size:18px; font-style:italic; color:#FFF; }

.fitness-man { background-color:none; padding:0px 0; margin:0px 0; text-align:center; }
.fitness-man p { font-size:16px; color:#fff; line-height:24px; text-align:left; }
.fitness-man h3 { font-weight:bold; font-size:20px; color:#FFF; text-align:left; }
.red-bg { background-color:#ec2028; padding:30px 30px 20px 30px; border-radius:10px; }

.steps { text-align:center; }
.steps h3 { font-size:26px; color:#333; }

.delivering-section-002 .blue-bg { background-color:#666666; padding:20px 50px 20px 30px; margin-top:0px; margin-bottom:50px; }
@media (max-width: 575.98px) { .delivering-section-002 .blue-bg { padding: 20px; text-align:center; } }
@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:#fff; 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:400; color:#FFF; line-height:24px; 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: -361px; left:715px; width: fit-content; width:54%; }
@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%; } }

.fitness-report {}

.blood-genomics {}
.blood-genomics .grey-color { background-color:#ff0000; padding:30px; min-height:411px; }
.blood-genomics h2 { text-align:left; }
.blood-genomics h3 { color:#fff; font-size:28px; font-weight:600; }
.blood-genomics h4 { color:#fff; font-size:22px; font-weight:600; display:block; margin-top:15px; }
.blood-genomics ul { margin:0 0 0 20px; padding:0; }
.blood-genomics ul li { list-style-type:circle; color:#fff; font-size:16px; margin-bottom:5px; width:48%; float:left; }
@media (max-width: 575.98px) { .blood-img { display:none; } .blood-genomics ul li { width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .blood-img { display:none; } .blood-genomics ul li { width:33%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .blood-img { display:none; } .blood-genomics ul li { width:50%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .blood-genomics ul li { width:33%; } }

.gut-genomics {}
.gut-genomics .grey-color { background-color:#1c3564; padding:30px; min-height:420px; }
.gut-genomics h2 { text-align:left; }
.gut-genomics h3 { color:#fff; font-size:28px; font-weight:600; }
.gut-genomics h4 { color:#fff; font-size:22px; font-weight:600; display:block; margin-top:15px; }
.gut-genomics ul { margin:0 0 0 20px; padding:0; }
.gut-genomics ul li { list-style-type:circle; color:#fff; font-size:16px; margin-bottom:5px; width:48%; float:left; }
@media (max-width: 575.98px) { .gut-img { display:none; } .gut-genomics ul li { width:100%; } }
@media (min-width: 576px) and (max-width: 767.98px) { .gut-img { display:none; } .gut-genomics ul li { width:33%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .gut-img { display:none; } .gut-genomics ul li { width:50%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .gut-genomics ul li { width:33%; } }

.healthcare-genomics {}
.healthcare-genomics .grey-color { background-color:#f1f1f1; padding:25px 30px; min-height:461px; }
.healthcare-genomics h2 { text-align:left; }
.healthcare-genomics h3 { color:#1c3564; font-size:28px; font-weight:600; }
.healthcare-genomics h4 { color:#1c3564; font-size:22px; font-weight:600; display:block; margin-top:15px; }
.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:5px; width:48%; 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:499px; }
.nutrition-genomics h2 { text-align:left; }
.nutrition-genomics h3 { color:#FFF; font-size:28px; font-weight:600; }
.nutrition-genomics h4 { color:#fff; font-size:22px; font-weight:600; display:block; margin-top:15px; }
.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:4px; width:48%; 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 { }
.fitness-genomics .grey-color { background-color:#44c4db; padding:30px; min-height:445px; }
.fitness-genomics h2 { text-align:left; }
.fitness-genomics h3 { color:#FFF; font-size:28px; font-weight:600; }
.fitness-genomics h4 { color:#fff; font-size:22px; font-weight:600; display:block; margin-top:15px; }
.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:5px; width:48%; 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%; } }

.red-box-home { background-color:#f6f6f6; border-radius:35px; text-align:center; color:#59c3e6; font-size:16px; font-weight:normal; height:165px; margin:10px 0px 20px 0px; padding:20% 5%; box-shadow:7px 7px 7px #b1b1b1; }
@media (max-width: 575.98px) { .red-box-home { height: auto; padding:4% 4%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .red-box-home { height: auto;padding:4% 4%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .red-box-home { height: 212px; padding:23% 4%; } }

.blue-box-home { background-color:#f6f6f6; border-radius:35px; text-align:center; color:#ec2028; font-size:16px; font-weight:normal; height:165px; margin:10px 0px 20px 0px; padding:20% 5%; box-shadow:7px 7px 7px #b1b1b1; }
@media (max-width: 575.98px) { .blue-box-home { height: auto; padding:4% 4%; } }
@media (min-width: 768px) and (max-width: 991.98px) { .blue-box-home { height: auto; padding:4% 4%; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .blue-box-home { height: 212px; padding:29% 4%; } }

.benefits .cloud-bg { background-image: url(../img/benefits-img.jpg); background-repeat:no-repeat; height:438px; padding:60px 0; }
@media (max-width: 575.98px) { .benefits .cloud-bg { height: auto; padding:15px 0; } }
@media (min-width: 768px) and (max-width: 991.98px) { .benefits .cloud-bg { height: auto; padding: 15px 0; text-align: center; } }

.benefits .cloud-bg h1 { color:#333; font-weight:normal; margin-bottom:20px; }
.benefits .cloud-bg p { font-size:20px; color:#333; font-weight:normal; }
.benefits h2 { text-align:center; margin-top:0; }
.benefits p span { color:#ec2028; font-weight:bold; }
.benefits video { margin-top:22px; }
@media (max-width: 575.98px) { .benefits video { margin-top:20px; } }

.benefits .mt40 { margin-top:40px; }
@media (max-width: 575.98px) { .benefits .mt40 { margin-top:10px; } }

.brand-logos { text-align:center; }
.brand-logos img { margin:10px 0; }

.ourstory {}
.topslide-story { background-image:url(../img/story-slide-bg.jpg); height:460px; background-position:center; }
.topslide-story h1 { font-size:42px; color:#333; font-weight:normal; margin:120px 0 20px 0 !important; }
.topslide-story p { font-size:20px; color:#333; font-weight:normal; }

.ourstory h2 { text-align:center; margin-top:40px; }
.ourstory h3 { font-size:40px; color:#666; text-align:center; }
.ourstory h4 { font-size:22px; color:#ff0000; text-align:center; }
.ourstory .italic { font-style:italic; }
.ourstory .mt80 { margin-top:60px; }
@media (max-width: 575.98px) { .ourstory .mt80 { margin-top:0px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .ourstory .mt80 { margin-top:0px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .ourstory .mt80 { margin-top: 10px; } }

.ourstory .mt100 { margin-top:100px; }
@media (max-width: 575.98px) { .ourstory .mt100 { margin-top:20px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .ourstory .mt100 { margin-top:0px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .ourstory .mt100 { margin-top: 10px; } }

.ourstory ul { margin:10px 0; padding:0; }
.ourstory ul li { font-size:16px; color:#333; line-height:30px; font-weight:normal; list-style-type:none; margin-left:20px; }
.ourstory ul li:before { height:10px; content:''; background-color:#ff0000; margin: 0px 10px 0 -17px; padding:0 10px 0 0; border-radius:10px; vertical-align:middle; display:inline-block; }
.ourstory .border-box-story { border:5px solid #63cced; border-radius:35px; padding:0px; margin-top:20px; box-shadow:5px 5px 7px #ccc; text-align:center; }
@media (max-width: 575.98px) { .ourstory .border-box-story { padding:0px; } }

.ourstory .border-box-story h4 { color:#fff; background-color:#63cced; height:80px; margin-top:0; border-top-left-radius:25px; border-top-right-radius:25px; padding:10px 30px; }
@media (max-width: 575.98px) { .ourstory .border-box-story h4 { height: auto; } }
.ourstory .border-box-story p { padding:10px 35px; }

.ourstory .grey-box { background-color:#d6f9ff; padding:20px; border-radius:12px; text-align:center; margin:10px 0 20px 0; }

.services { padding:0 0 0 0; }
.services .bg-blue { background-color: #587f89; padding:0px 0; margin:0px 0; }
@media (min-width: 768px) and (max-width: 991.98px) { .services .bg-blue { text-align: center; } }

.services .topslide h1 { color:#FFF; margin-top:60px; font-size:36px; font-weight:normal; line-height:44px; }
@media (min-width: 768px) and (max-width: 991.98px) { .services .topslide h1 { margin-top:30px; } }

.services .topslide h5 { color:#FFF; margin-top:30px; font-size:20px; line-height:30px; font-weight:normal; }

.services h2 { font-weight:normal; margin-top:40px; }
@media (max-width: 575.98px) { .services h2 { margin-top:20px; } }
.services h3 { line-height:40px; margin-bottom:20px; margin-top:10px; }
.services h4 {}
.services p {}

.services ul { margin:20px; padding:0; text-align:left; }
.services ul li { font-size:18px; color:#333; margin:5px 0; font-weight:500; margin-left:20px; }
.services ul li:before { top: 8px; margin: 0px 10px 0 -19px; vertical-align: middle; display: inline-block; width: 8px; height: 8px; background: #0676b9; border-radius:10px; content: ""; }

.services .border-box-red { border:5px solid #ec2028; border-radius:35px; padding:0px; margin-top:20px; box-shadow:5px 5px 7px #ccc; text-align:center; }
@media (max-width: 575.98px) { .services .border-box-red { padding:0px; } }

.services .border-box-red h4 { color:#fff; background-color:#ec2028; height:60px; margin-top:0; border-top-left-radius:25px; border-top-right-radius:25px; padding:10px 10px; line-height:23px; }
.services .border-box-red p { padding:10px 35px; }

.services p span { color:#ec2028; font-weight:bold; }
.services .mt20 { margin-top:20px; }
.services .mt40 { margin-top:40px; }
.services .mt60 { margin-top:60px; }
@media (max-width: 575.98px) { .services .mt60 { margin-top:20px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .services .mt60 { margin-top:10px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .services .mt60 { margin-top:10px; } }

.services .mt80 { margin-top:80px; }
@media (max-width: 575.98px) { .services .mt80 { margin-top:20px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .services .mt80 { margin-top:10px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .services .mt80 { margin-top:10px; } }

.services .mt100 { margin-top:100px; }
@media (max-width: 575.98px) { .services .mt100 { margin-top:20px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .services .mt100 { margin-top:10px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .services .mt100 { margin-top:50px; } }

.biomed-lives { text-align:left; }
.biomed-lives .bg-grey { background-color:#fff; margin-bottom:20px; }
@media (max-width: 575.98px) { .biomed-lives .bg-grey { text-align: center; } }
@media (min-width: 768px) and (max-width: 991.98px) { .biomed-lives .bg-grey { text-align: center; } }
.biomed-lives .topslide { padding:0px 0 0 0; }
.biomed-lives .topslide h1 { font-size:42px !important; color:#333; font-weight:normal; margin:20px 0 20px 0 !important; }
@media (max-width: 575.98px) { .biomed-lives .topslide h1 { text-align:center; margin:40px 0 20px 0 !important; } }
.biomed-lives .topslide h5 { font-size:20px; color:#333; line-height:30px; font-weight:400; margin-bottom:0; }
@media (max-width: 575.98px) { .biomed-lives .topslide h5 { text-align:center; } }

.biomed-lives { padding:0 0 0 0; }

.biomed-lives h2 { font-weight:normal; margin-top:30px; }
.biomed-lives h3 { line-height:40px; margin-bottom:20px; margin-top:10px; }

.biomed-lives ul { margin:20px; padding:0; text-align:left; }
.biomed-lives ul li { font-size:16px; color:#333; margin:10px 0; line-height:26px; font-weight:normal; margin-left:0px; list-style-type:none; }
.biomed-lives ul li:before { top: 8px; margin: 0px 10px 0 -19px; vertical-align: middle; display: inline-block; width: 8px; height: 8px; background: #ec2028; border-radius:10px; content: ""; }

.biomed-lives p span { color:#ec2028; font-weight:bold; }
.biomed-lives .mt20 { margin-top:20px; }
.biomed-lives .mt40 { margin-top:40px; }
.biomed-lives .mt60 { margin-top:60px; }
.biomed-lives .mt80 { margin-top:80px; }
@media (max-width: 575.98px) { .biomed-lives .mt80 { margin-top:0px; } }

.biomed-lives .mt100 { margin-top:100px; }
@media (max-width: 575.98px) { .biomed-lives .mt100 { margin-top:0px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .biomed-lives .mt100 { margin-top:0px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .biomed-lives .mt100 { margin-top: 10px; } }

.biomed-insight h2 { text-align:center; margin-top:40px; }
.biomed-insight h3 { font-size:32px; color:#62ccef; line-height:42px; }
.biomed-insight h4 { font-size:22px; color:#62ccef; }

.biomed-insight .brand-logos { }
@media (max-width: 575.98px) { .biomed-insight .brand-logos { text-align:center; } }

.topslide-insight { background-image:url(../img/insight-slide-bg.jpg); height:660px; background-position:center; }
@media (max-width: 575.98px) { .topslide-insight { background-image: none; height:auto; text-align:center; } }
@media (min-width: 768px) and (max-width: 991.98px) { .topslide-insight { background-image: none; height: auto; text-align: center; } }

.topslide-insight h1 { font-size:50px; color:#ec2028; font-weight:normal; margin:130px 0 20px 0 !important; }
@media (max-width: 575.98px) { .topslide-insight h1 { font-size:40px; color:#ec2028; font-weight:normal; margin:20px 0!important; } }
@media (min-width: 768px) and (max-width: 991.98px) { .topslide-insight h1 { margin: 20px 0 !important; } }

.topslide-insight h3 { font-size:32px; color:#62ccef; font-weight:normal; }
@media (max-width: 575.98px) { .topslide-insight h3 { text-align:center; } }

.topslide-insight p { font-weight:500; font-size:18px; }

.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:16px; color:#333; line-height:30px; font-weight:normal; list-style-type:none; margin-left:20px; }
.biomed-insight ul li:before { height:10px; content:''; background-color:#62ccef; margin: 0px 10px 0 -17px; padding:0 10px 0 0; border-radius:10px; vertical-align:middle; display:inline-block; }
.biomed-instight input { height:45px !important; border-radius:25px; border:0; width:300px; padding:5px 10px; }

.home-doctor { background-color:#62ccef; padding:40px 0 20px 0; text-align:left; margin-top:10px; }
@media (max-width: 575.98px) { .home-doctor { padding: 20px 0 0 0; margin-bottom:20px; } }
@media (min-width: 576px) and (max-width: 767.98px) { .home-doctor { padding:30px 30px 0px 30px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .home-doctor { padding:30px; height: auto; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .home-doctor { padding:30px 30px 30px 30px; } }

.home-doctor h2 { margin-top:0; color:#FFF; text-shadow: 1px 1px 2px #333; }
@media (max-width: 575.98px) { .home-doctor h2 { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .home-doctor h2 { text-align:center; } }

.home-doctor h3 { color:#FFF; font-size:40px; font-weight:normal; margin-top:40px; }

.home-doctor h4 { color:#FFF; text-shadow: 1px 1px 2px #333; }
@media (max-width: 575.98px) { .home-doctor h4 { text-align:center; } }
@media (min-width: 576px) and (max-width: 767.98px) { .home-doctor h4 { text-align:center; } }

.home-doctor ul { margin:0px 0px 0 0; padding:0; }
.home-doctor ul li { font-size:16px; color:#fff; line-height:22px; margin-right:0%; font-weight:normal; list-style-type:none; margin-left:20px; margin-bottom:10px; }
.home-doctor ul li:before { height:10px; content: ''; background-color:#fff; margin: 0px 10px 0 -19px; padding:0 10px 0 0; border-radius:10px; vertical-align:middle; display:inline-block; }

.home-doctor p { color:#FFF; font-size:16px; line-height:24px; }
@media (max-width: 575.98px) { .home-doctor p { text-align:center; } }

.home-doctor .mt80 { margin-top:20px; }
@media (max-width: 575.98px) { .home-doctor .mt40 { margin-top:0px; } }

.country-flag { text-align:right;}
@media (max-width: 575.98px) { .country-flag { text-align: center;} }
@media (min-width: 768px) and (max-width: 991.98px) { .country-flag { text-align: center;} }

.wrapper {
	width: auto;
}
.dropdown dd, .dropdown dt, .dropdown ul {
	margin: 0px;
	padding: 0px;
}
.dropdown dd ul li a span:first-child, .dropdown dt a span span:first-child {
	background-image: url('https://i.imgur.com/OQiDoZe.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	display: inline-block;
	margin:7px;
	vertical-align: top;
	text-align:left;
}
.dropdown dt a span {
	cursor: pointer;
	display: block;
	padding: 6px;
	white-space: nowrap;
}
.dropdown dt a img {
	position: relative;
	z-index: 1;
}
.dropdown dt a span span:first-child:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
}
.dropdown dt a span span {
	display: inline-block;
	padding: 0;
}
.dropdown dt a span span:first-child {
	padding: 0;
}
.dropdown dd {
	position: relative;
}
.dropdown a, .dropdown a:visited {
	color: #4a535f;
	text-decoration: none;
	outline: none;
}
.dropdown a:hover {
	color: #333;
}
.dropdown dt a:hover, .dropdown dt a:focus {
	color: #333;
}
.dropdown dt a {
	position: relative;
	background: #e3e6ef;
	display: block;
	padding-right: 20px;
	border:1px solid #cccccc;
	width:250px;
	text-align:left;
}
.dropdown dt a:after {
	content: '';
	background: #999;
	position: absolute;
	
	height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}

.dropdown dt a:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 3px;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 20px;
    z-index: 2;
	box-shadow:0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF;
}
.dropdown dd ul {
	background: #f0f2f7;
	color: #C5C0B0;
	display: none;
	left: 0px;
	padding: 5px 0px;
	position: absolute;
	width: 250px;
	border:1px solid #cccccc;
	list-style: none;
	max-height: 170px;
	top:10px;
	z-index: 2;
	text-align:left;
}

li a {
	font-size:13px;

}

li a span:nth-child(2) {
    line-height: 2em;
}
.dropdown dd ul::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
 border-left:1px solid rgba(0,0,0,0.1);
}
.dropdown dd ul::-webkit-scrollbar-thumb {
 background: rgba(0,0,0,0.4);
/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
    border-radius:10px;*/
}
.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
 background: blue;
}
.dropdown span.value {
	display: none;
}
.dropdown dd ul li a {
	padding: 2px;
	display: block;
	font-size: 14px !important;
}
.dropdown dd ul li a:hover {
	background-color: rgba(0,0,0,0.05);
}
dl.dropdown {
	display: inline-block;
	width: 240px;
	margin: -3px 0 0 1px;
}
dl.dropdown span:nth-child(3) {
	color: rgba(0,0,0,0.4)
}
dl.dropdown > span:nth-child(2) {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}
dl.dropdown span:nth-child(3) {
	float: right;
}
dl.dropdown dt span:nth-child(2) {
	color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
}
dl.dropdown dt span:nth-child(3) {
	display: none;
}

.doctor { padding:0 0 0 0; }
.doctor .bg-light-doc { background-color: #fff ; padding:0px 0; margin:0px 0; }
@media (min-width: 576px) and (max-width: 767.98px) { .doctor .bg-light-doc { text-align:center; } }
@media (min-width: 768px) and (max-width: 991.98px) { .doctor .bg-light-doc { text-align:center; } }

.doctor .topslide h1 { color:#000; margin-top:30px; font-size:42px; font-weight:normal; line-height:50px; text-shadow: 1px 1px 2px #999; }
@media (max-width: 575.98px) { .doctor .topslide h1 { margin-top:20px; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .doctor .topslide h1 { margin-top:15px; font-size:35px; font-weight:normal; line-height:45px; } }
.doctor .topslide h5 { color:#000; margin-top:20px; font-size:20px; line-height:30px; font-weight:normal; text-shadow: 1px 1px 2px #999; }
@media (max-width: 575.98px) { .doctor .topslide h5 { text-align:center; } }

.doctor h2 { font-weight:normal; margin-top:40px; }
@media (max-width: 575.98px) { .doctor h2 { margin-top:20px; } }
.doctor h4 { color:#ec2028; font-weight:bold; }
@media (min-width: 576px) and (max-width: 767.98px) { .doctor h4 { text-align:center; } }
@media (min-width: 768px) and (max-width: 991.98px) { .doctor h4 { text-align:center; } }

.doctor p { font-size:16px; line-height:25px; }
@media (min-width: 768px) and (max-width: 991.98px) { .doctor p { text-align:center; } }

.doctor .red-bg-doctor { background-color: #ec2028; padding:50px 0; margin:50px 0 0 0; }
@media (min-width: 768px) and (max-width: 991.98px) { .doctor .red-bg-doctor { margin:10px 0 0 0; } }
@media (min-width: 768px) and (max-width: 991.98px) { .doctor .red-bg-doctor img { margin:10px 0 0 0; } }

.doctor .red-bg-doctor h2 { text-align:center; color:#FFF; margin-top:0; }
.doctor .red-bg-doctor h3 { color:#FFF; text-shadow:none; margin-bottom:0; margin-top:15px; margin-left:20px; font-size: 20px; line-height: 32px; font-weight: 500; }
.doctor .red-bg-doctor h4 { color:#FFF; text-shadow:none; margin-bottom:0; margin-top:15px; margin-left:20px; }
.doctor .red-bg-doctor p { color:#FFF; text-shadow:none; margin-bottom:0; margin-top:15px; padding:0 50px; }

.doctor .red-bg-doctor h4:before { background-image: url(../img/arrow-white.png); background-repeat:no-repeat; margin:0px 10px 0 -28px; vertical-align: middle; display: inline-block; width: 18px; height: 18px; content: ""; }

.doctor .red-bg-doctor ul { margin:8px 0 0 0; padding:0; text-align:left; }
.doctor .red-bg-doctor ul li { font-size:16px; color:#333; margin:6px; font-weight:400; margin-left:38px; color:#FFF; line-height:22px; list-style-type:none; }
.doctor .red-bg-doctor ul li:before { top:8px; margin: 0px 10px 0 -19px; vertical-align: middle; display: inline-block; width: 8px; height: 8px; background: #fff; border-radius:10px; content: ""; }

.doctor .topslide { background-image: url(../img/doctor-slide.jpg); background-repeat:no-repeat; min-height:438px; background-color:#585959; padding:0px 0; margin:0px 0; background-position:center; }
@media (max-width: 575.98px) { .doctor .topslide { background-image: none; background-repeat:no-repeat; min-height:438px; background-color: #585959; padding:0px 0; margin:0px 0; } }
@media (min-width: 768px) and (max-width: 991.98px) { .doctor .topslide { background-image: none; min-height: inherit; text-align:center; padding:0px 0; margin:0px 0; } }

.doctor .doctor-dark-bg { padding:0; }

.doctor .topslide h1 { color:#FFF; margin-top:30px; font-size:42px; font-weight:normal; line-height:50px; text-shadow: 1px 1px 2px #333; }
@media (min-width: 992px) and (max-width: 1199.98px) { .doctor .topslide h1 { color:#FFF; margin-top:30px; font-size:32px; font-weight:normal; line-height:35px; } }

.doctor .topslide h5 { color:#FFF; margin:20px 0; font-size:20px; line-height:30px; font-weight:normal; text-shadow: 1px 1px 2px #333; }
.doctor .topslide p { color:#FFF; }

.technology .slide-technology { background-image:url(../img/slide-technology-bg.jpg); background-repeat:no-repeat; background-position:center; height:407px; text-align:center; padding:80px 0 50px 0; }
@media (max-width: 575.98px) { .technology .slide-technology { background-image:url(../img/slide-technology-bg.jpg); background-repeat:no-repeat; background-position:center; height:407px; text-align:center; padding:20px 0 50px 0; } }
.technology .slide-technology h1 { color:#FFF; font-size:50px; font-weight:400; }
.technology .slide-technology h2 { color:#FFF; font-size:40px; font-weight:400; }
.technology .slide-technology h3 { color:#FFF; font-size:30px; font-weight:400; margin-bottom:20px; line-height:40px; }
.technology .slide-technology p { color:#FFF; font-size:18px; padding:0 150px; }
@media (max-width: 575.98px) { .technology .slide-technology p { color:#FFF; font-size:18px; padding:0 50px; } }

.technology p { font-size:16px; font-weight:400; margin-bottom:30px; line-height:24px; }
.technology ul { margin-top:0px; }
.technology ul li { font-size:18px; margin-bottom:4px; text-align:left; margin-left:0px; list-style-type:none; color:#000; font-weight:400; float:left; width:50%; padding:0 30px 0 0; }
.technology ul li span { font-weight:500; }
@media (min-width: 992px) and (max-width: 1199.98px) { .technology ul li { font-size:16px;  margin-left:50px; margin-bottom:0px; } }
.technology ul li:before { display: inline-block; content: ""; width:18px; height:18px; background-image: url(../img/arrow-red.png); background-repeat:no-repeat; margin:0px 10px 0 -27px; vertical-align: middle; background-color:transparent; }

.technology .shade-tech { box-shadow:0px 0px 10px #333; border-radius:80px; margin:20px 0; }
@media (max-width: 575.98px) { .technology .shade-tech { margin:15px 0; border-radius:28px; } }
@media (min-width: 768px) and (max-width: 991.98px) { .technology .shade-tech { margin:20px 0; border-radius:50px; } }

.technology h4 { font-size:20px; text-align:center; }

.technology .dark-grey-bg { background-color:#525252; padding:30px 0 40px 0; margin-top:0px !important; margin-bottom:30px !important; }
@media (max-width: 575.98px) { .technology .dark-grey-bg { text-align:center; } }
@media (min-width: 768px) and (max-width: 991.98px) { .technology .dark-grey-bg { text-align:center; } }

.technology .dark-grey-bg h2 { color:#FFF; margin:0; text-align:center; }
.technology .dark-grey-bg h4 { color:#FFF; margin:0 0 20px 0; text-align:center; font-size:24px; }
.technology .dark-grey-bg p { font-size:16px; color:#FFF; font-weight:400; margin-bottom:10px; line-height:24px; text-align:center; margin-bottom:20px; }

.technology .card { margin-bottom:20px; }
.technology .card p { text-align:left; margin:0; line-height:22px; font-size:16px; margin-top:0 !important; }
@media screen and (min-width: 280px) and (max-width: 767px) { .technology .card p { text-align: center; } }
@media (min-width: 768px) and (max-width: 991.98px) { .technology .card p { text-align: center; } }
@media (min-width: 992px) and (max-width: 1199.98px) { .technology .card p { font-size:16px; line-height:24px; } }

.technology .card .padding0 { padding-right:0; padding-left:0; }
@media screen and (min-width: 280px) and (max-width: 767px) { .technology .card { text-align:center; } }
@media (min-width: 768px) and (max-width: 991.98px) { .technology .card { text-align:center; } }

.technology .red-bg { background-color:#ec2028; margin-top:20px; border-radius:0; padding:20px 10px 40px 10px; }
.technology .red-bg h2 { color:#FFF; }
.technology .red-bg h4 { color:#FFF; }
.technology .red-bg p { color:#FFF; }


.countryFlag {
	padding: 0;
	background-image: url("https://i.imgur.com/OQiDoZe.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 11px;
	margin-right: 4px;
	width: 16px;
	cursor: pointer;
	white-space: nowrap;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #BFBFC1 #B6B6B6 #969696;
	border-image: none;
	border-radius: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}