@charset "utf-8";
/* CSS Document */

.siteContainer .homeSlider:after { background: url(../--image/slider-shape.png) center bottom no-repeat; position: absolute; width: 100%; content: ''; height: 100px; bottom: 0; }
h1 { font-size:50px !important; color:#1F98DF !important; margin-bottom:10px !important; }
h3 { font-size:30px !important; color:#1F98DF !important; margin-bottom:10px !important; line-height:40px; }
h4 { font-size:22px !important; color:#1F98DF !important; margin-bottom:10px !important; }
h5 { font-size:18px !important; color:#333 !important; margin-bottom:10px !important; }
h1.red { font-size:40px !important; color:#ff0000 !important; margin:25px 0 !important; }

.greenheadsmall { font-size:20px !important; font-weight:bold; color:#1F98DF !important; margin-bottom:10px !important; }

.blue-title { font-size:35px; color:#1F98DF; padding:0; margin:30px 0 20px 0; }
.general-text { font-size:18px; line-height:26px !important; }
.general-text-s { font-size:14px; line-height:22px; border:1px solid #CCC; padding:10px; margin-top:10px; }
.general-text a { font-size:17px; color:#333; font-weight:bold; }
.general-text a:hover { font-size:17px; color:#333; font-weight:bold; }

.blue-title-m { font-size:26px; color:#1F98DF; padding:0; margin:30px 0 20px 0; font-weight:bold; }
.grey-title-s { font-size:20px; color:#666; padding:0; margin:20px 0 0px 0; font-weight:bold; }

.blue-bg-points { margin:20px 0; }
.blue-bg-points ul {}
.blue-bg-points ul li { list-style-type:none; line-height:38px; margin:5px 0; border-radius:5px; background-color:#FFF; border:1px solid #166FA3; }
.blue-bg-points ul li a { font-size:17px; color:#1F98DF; font-weight: bold; padding:0 0 0 10px; text-decoration:none; }

.blue-points { margin:20px 0; }
.blue-points ul {}
.blue-points ul li { list-style-type:circle; line-height:30px; color:#1F98DF; font-weight:bold; }
.blue-points ul li a { font-size:16px; color:#1F98DF; font-weight:bold; }

.grey-points { margin:0px; }
.grey-points ul {}
.grey-points ul li { list-style:none; line-height:30px; font-size:18px; color:#666; }
.grey-points ul li::before {
  content: "\2022";
  color: #1F98DF;
  font-size:25px;
  display: inline-block; 
  width: 0.7em;
  margin-left: -0.7em;
}
.grey-points ul li ul { margin-left:30px; }
.grey-points ul li ul li {list-style-type:none; }

.middle ul li { padding-top:0px !important; }

#content .middle ul { padding-left:0px; line-height:30px; }

.padding-left { padding-left:20px; }

.left-box-blue { background-color:#1F98DF; padding:20px !important; color:#FFF; border-radius:5px; }
.left-box-blue h3 { font-size:25px; color:#FFF; border-bottom:1px solid #FFF; padding:0 0 10px 0; }

.margin30 { margin-bottom:30px; }

.blue-bg { background-color:#D2EBF9; color:#000; padding:10px 5px 3px 10px; line-height:30px; font-weight:bold; }
.line { padding:10px 5px 3px 10px; line-height:30px; }
.line-grey { background-color:#eaeaea; padding:10px 5px 3px 10px; line-height:30px; }

.new-banner h1 {
    color: #FFF !important;
    font-size:60px !important;
    font-weight:700 !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin: 0 0 35px;
}
.new-banner h4 {
    color: #0060a0;
    font-size:20px;
    font-weight:600;
	line-height:30px;
    margin: 0 0 25px;
}
.siteContainer .treeBoxList {
    margin-top: 50px;
    margin-bottom: 50px;
}
.siteContainer .treeBoxList ul li {
    background: #FFF;
    border:1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    box-shadow: 10px 10px 10px rgba(93, 93, 93, 0.15);
    padding: 25px;
    margin: 0 41px 0 0;
    width: 329px;
    text-align: center;
    float: left;
}
.bluebox { margin:30px auto 0 auto; }
.bluebox .box {
    background: #1F98DF;
    box-shadow: 5px 5px 5px rgba(93, 93, 93, 0.3);
    padding:15px 10px 5px 10px;
    margin: 10px 0px;
	text-align: left;
	}
.bluebox a, .bluebox a:hover { text-decoration:none; }
.bluebox .box h2 { font-size:17px; color:#FFF !important; text-transform:capitalize; margin-top:16px; font-weight:400; }
.bluebox .box p { font-size:16px; color:#FFF; margin-bottom:30px; }
.bluebox .box img { float:left; margin-right:0px; }

.button2 {
    background-color: #eaf8fe;
    color: #0060a0;
    cursor: pointer;
    border: 1px solid #beddea;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size:16px;
    padding:10px 15px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
	display:inline-block;
}

.table { font-size:16px; color:#333; }
.tablegreen { font-size:18px; color: #FFF; font-weight: bold; background-color: #1F98DF; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding:9px; }

.table .bluetext { color:#0060A0; background-color:#eaf8fe; padding:10px; border-left:1px solid #aed8ea; }
.table .greybg { background-color:#f3f3f3; }
.siteContainer .OurHealthServices { margin-bottom:0; }

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display:none !important;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  height:500px;
}

.button {
	background-color: #333;
	color: #ffffff !important;
	cursor: pointer;
	border:0px solid #34a9ee;
	height: 45px;
	font-weight: 400;
	font-size:18px;
	border-radius:25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	margin-bottom:10px;
}

.siteContainer .homeSlider .owl-theme .owl-controls .owl-pagination .owl-page span {
    display: inline-block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	border-radius: 20px;
	background: rgba(31, 152, 223, 0.3);
    transform: translateY(-60px) translateX(620px);        
}.siteContainer header .logo {
    width: 35%;
    float: left;
    padding: 0;
    margin: 0 0% 0 0;
}
.marginleft { margin:0 0 0 10px;}

.dropbtn { background-color:transparent; color:white; padding:16px; font-size:16px; border:none; }
.dropdown { position: relative; display: inline-block; }
.dropdown-content { display: none; position: absolute; background-color: #f1f1f1; width:420px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }
.dropdown-content a { color:black; padding:5px 16px; line-height:40px !important; text-decoration:none; text-align:left !important; text-transform:capitalize !important; }
.dropdown-content a:hover {background-color: #ddd; color:#333 !important; }
.dropdown:hover .dropdown-content {display: block; }
.dropdown:hover .dropbtn {background-color: #FFF; }

/* new style SD Date:25/08/2020 Tuesday */

.customer-healtheir { margin:30px auto; }
.customer-healtheir h2 { font-size:27px; color:#333; margin:0; }
.customer-healtheir h3 { font-size:20px; color:#333; margin:0; }
.customer-healtheir p { font-size:16px; margin-bottom:10px; line-height:22px; color:#333; padding-left: 50px; }
.customer-healtheir img { float:left; margin-right:10px; }
.greyline { border:1px solid #aaaaaa; margin:10px 0; }
.margin30 { margin-bottom:30px;}

.account-part { color:#FFF; }
.account-part .account-box { background-color:#1F98DF; padding:35px 30px; min-height:504px; }
.account-part .account-box .title { font-size:48px; font-weight:500; margin-bottom:10px; }
.account-part .account-box p { font-size:18px; color:#FFF; }
.account-part .grey-light { background-color:#ededed; color:#000; padding:23px 20px; margin:0; min-height:251px; }
.account-part .padding0 { padding:0; }
.account-part .grey-light p { margin:10px 0; line-height:20px; font-size:14px; }

.points ul { margin-top:25px; padding: 0 0 0 10px; }
.points ul li::before {  content: '✓'; color: #FFF; display: inline-block; width:20px; margin-left: 0px; margin-right:10px; }
.points ul li { font-size:23px; list-style-type:none; color: #FFF; margin-bottom:18px; font-weight:300; }

.general-points ul { margin-top:10px; padding: 0 0 0 20px; text-align:left; }
.general-points ul li::before {  content: '✓'; color: #666; display: inline-block; width:20px; margin-left: -20px; }
.general-points ul li { font-size:18px; list-style-type:none; color: #666; margin-bottom:12px; font-weight:400; }

.button span { cursor: pointer; display: inline-block; position: relative; transition: 0.3s; }
.button span:after {  content:'»'; position: absolute;  opacity: 0;  top: 0;  right: -20px;  transition: 0.5s; }
.button:hover span {  padding-right: 25px; }
.button:hover span:after { opacity: 1; right:0; }

.btn-green { background-color:#1F98DF; padding:10px 50px; color:#FFF !important; font-size:18px; text-decoration:none; font-weight:500; border-radius:25px; border:0; margin:15px 0 10px 0; }
.btn-green:hover { background-color:#333; color:#FFF; }

.btn-red { background-color:#cd2127; padding:10px 50px; color:#FFF; font-size:18px; text-decoration:none; font-weight:500; border-radius:25px; border:0; margin:15px 0 10px 0; }
.btn-red:hover { background-color:#333; color:#FFF; }

.btn-red-weight { background-color:#FE0000; padding:10px 50px; color:#FFF; font-size:18px; text-decoration:none; font-weight:500; border-radius:25px; border:0; margin:15px 0 10px 0; }
.btn-red-weight:hover { background-color:#333; color:#FFF; }

.btn-green-m0 { background-color:#1F98DF; padding:10px 50px; color:#FFF; font-size:18px; text-decoration:none; font-weight:500; border-radius:25px; border:0; margin:0 0 10px 0; }
.btn-green-m0:hover { background-color:#333; color:#FFF; }

.btn-white { background-color:#FFF; padding:12px 50px; color:#666; font-size:18px; text-decoration:none; font-weight:500; border-radius:25px; border:0; margin:15px 0 10px 0; }
.btn-white:hover { background-color:#E2E2E2; color:#000; }

.pharmacy-mini-clinic { margin:50px auto; text-align:center; }
.pharmacy-mini-clinic .red-title { color:#1F98DF; font-size:35px; font-weight:600; margin-bottom:10px; }
.pharmacy-mini-clinic .grey-title { color:#333; font-size:28px; margin-bottom:10px; }
.pharmacy-mini-clinic p { color:#333; font-size:20px; font-weight:500; }

.mobile-app-reward-card { text-align:center; background-color:#f4f4f4; margin-top:50px; padding:0 0 20px 0; }
.mobile-app-reward-card .red-title { color:#1F98DF; font-size:30px; font-weight:600; margin-bottom:10px; }
.mobile-app-reward-card .grey-title { color:#333; font-size:22px; margin-bottom:10px; }
.mobile-app-reward-card p { color:#333; font-size:20px; font-weight:500; }
.mobile-app-reward-card .left-part { padding:25px 30px 30px 30px; }
.mobile-app-reward-card .right-img { background-image: url(../image/img-reward-card.jpg); background-repeat:no-repeat; background-size: cover; background-position:center; height:487px; padding:25px 0px 0px 0px; }

.login { font-size:16px; color:#333; margin:40px auto; }	
.login .account-box { background-color:#1F98DF; padding:70px 50px !important; color:#FFF; min-height:540px;  }
.login .account-box .title { font-size:48px; font-weight:500; margin-bottom:10px; }
.login .account-box p { font-size:18px; color:#FFF; }
.login .signin-box { background-color:#ebebeb; padding:70px 80px !important; min-height:540px; font-size:18px; }
.login .signin-box .greytitle { font-size:50px; color:#333; font-weight:600; }
.login .signin-box input {}

input[type=text], input[type=password] { width:100% !important; padding:15px 10px; margin:0 0 10px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; }

.connecting-records-part {}
.connecting-records-part .left-box { background-color:#ebebeb; padding:50px 30px !important; min-height:500px; }
.connecting-records-part .left-box .grey-title { font-size:28px; font-weight:500; margin-bottom:10px; color:#333; }
.connecting-records-part .left-box img { float:left; margin-right:20px; }
.connecting-records-part .left-box p { font-size:18px; color:#333; line-height:25px !important; }
.connecting-records-part .right-part { background-color:#1F98DF; color:#FFF; padding:23px 20px !important; margin:0; min-height:258px; }
.connecting-records-part .padding0 { padding:0 !important; }
.connecting-records-part .right-part p { margin:10px 0; line-height:20px; font-size:14px; line-height:19px !important; color:#FFF; }

.text-center { text-align:center;}
.text-left { text-align:left;}
.text-right { text-align:right;}

.nav-pills>li>a { font-size: 20px; font-weight:bold; }
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { color: #fff;  background-color: #1F98DF; border-radius:0; }
.nav-pills { border-bottom:3px solid #1F98DF; }
.tab-pane { background-color:#f3f3f3; padding:10px; }

.panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd; height: 40px !important; }

.grey-box { background-color:#f1f1f1; padding:20px !important; overflow:hidden;  }
.grey-box-create { background-color:#f1f1f1; overflow:hidden; text-align:center; margin-bottom:20px; margin-top:40px; }

.green-right { margin:0 0 0 45px; }
.green-right ul { list-style: none; padding:0; margin-top:0px; text-align:left; }
.green-right ul li:before { content: '✓'; color:#1F98DF; font-weight: bold; width:20px; display: inline-block; margin-left:-30px; }
.green-right ul li { list-style-type:none; color: #666; line-height:26px; margin-bottom:5px; font-weight: normal; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { background-color: #1F98DF; border-color: #1F98DF; }
.text-info { color: #1F98DF !important; }

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #1F98DF;
    border-color: #1F98DF;
	border-radius:25px;
}
.services-box {
    width: 100%;
    height: 200px;
    background-color: #FFF !important;
	border:1px solid #1F98DF !important;
    margin: 0px 20px 20px 0px;
  /*  padding: 30px;*/
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.services-box-miniclinic-outerpage {
    width: 18%;
    height: 200px;
    background-color: #FFF !important;
	border:1px solid #1c9ed4 !important;
    margin: 0px 20px 20px 0px;
    padding: 30px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.services-box h5 { color:#1F98DF !important; }
.services-box a p { color:#1F98DF !important; }

.progressbar { counter-reset: step; }
ul.progressbar { margin:0; padding:0; }
.progressbar li { list-style-type: none; width: 20%; float: left; font-size: 12px; position: relative; text-align: center; text-transform: uppercase; color: #7d7d7d; }
.progressbar li:before { width: 40px; height: 40px; content: ""; line-height: 40px; border: 2px solid #7d7d7d; display: block; text-align: center; margin: 0 auto 3px auto;
    border-radius: 50%; position: relative; z-index: 2; background-color: #fff; }
.progressbar li:after { width: 100%; height: 2px; content: ''; position: absolute; background-color: #7d7d7d; top: 21px; left: -50%; z-index: 0; }
.progressbar li:first-child:after { content: none; }
.progressbar li.active { color: #fff; font-weight: bold; }
.progressbar li.active:before { border-color: #1F98DF; background: green; }
.progressbar li.active + li:after { background-color: #1F98DF; }
.progressbar li.active:before { background: #1F98DF  url(user.svg) no-repeat center center; background-size: 60%; }
.progressbar li::before { background: #fff url(user.svg) no-repeat center center; background-size: 60%; }
.progressbar li:before { content: counter(step); counter-increment: step; }

.registration-form { color:#333; font-size:16px; }
.registration-form h3 { font-size:22px !important; color:#1F98DF; text-align:center; margin-top:10px; }
.registration-form h4 { font-size:20px !important; color:#1F98DF; text-align:center; margin-top:10px; font-weight:normal; }
.registration-form p { font-size:18px; text-align:center; }
.registration-form p.small { font-size:16px;}
.registration-form p.small a { text-decoration:underline; }
.registration-form .form-control { height:40px; margin:5px 0 0 0; }
.registration-form select { height:40px;}
.registration-form .checkbox { margin:0; }

.personal_report {
    background-color: #1F98DF;
}
table.results th {
    background: #1F98DF;
    font-size: 16px;
    font-weight: 500;
}
.modal-header {
    padding: 0 15px 0 0;
}
table.results tr:nth-child(even) {
    background: #e4e4e4;
}
table.results {
    border: 0px solid #85D80C;
}
table.comments th {
    background: #999;
	padding:5px;
}
table.comments tr:nth-child(even) {
    background: #ececec;
}
table.comments {
    border: 0px solid #7EA2CE;
    font-size: 16px;
}
.modal-header .close {
    padding: 1rem;
	margin: -1rem -1rem -1rem 0; 
}
.close {
    font-size: 40px;
 }
 .form_success h3 {
    background-color: #1F98DF;
    padding: 11px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 18px !important;
}
.margin0 { margin:0 0 5px 0 !important; }
.green-round { background-color:#039040; border-radius:100px; width:100px; height:100px; color:#FFF; font-size:42px; line-height:90px; margin:0 auto 5px auto; }
.green-bg { background-color:#039040; text-align:center; color:#FFF; padding:50px 0 30px 0; overflow:hidden; }
.green-bg h1 { color:#FFF !important; font-size:60px !important; }
.green-bg h2 { color:#FFF !important; font-size:40px !important; line-height:50px; }
.green-bg p { color:#FFF; font-size:20px; line-height:30px !important; }

.grey-title20 { font-size:20px; color:#666; font-weight:bold; text-align:center; }
.grey-title18 { font-size:18px; color:#666; text-align:center; font-weight:500; }

.green-belt { background-color:#039040; width: auto; height:55px; color:#FFF; font-size:28px; font-weight:500; line-height:45px; text-align:center; margin-bottom:30px; }

.mt-80 { margin-top:80px; }
.mt-0 { margin:0; }
.mb-25 { margin-bottom:25px !important; }
.padding0 { padding:0px 0 0 0 !important; }

.grey-rate-box { background-color:#f0f0f0; box-shadow:5px 5px 5px #CCC; text-align:center; padding:30px 30px 30px 30px !important; }
.grey-rate-box .greyhead { font-size:50px; color:#666; font-weight:bold; margin:20px 0; }

p.small12 { font-size:12px; line-height:18px !important; }

.grey-points-in { margin:0px; }
.grey-points-in ul {}
.grey-points-in ul li { list-style:none; line-height:30px; font-size:18px; color:#666; }
.grey-points-in ul li::before {
  content: "\2022";
  color: #1F98DF;
  font-size:25px;
  display: inline-block; 
  width: 0.7em;
}
.card-header {
    padding:0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.btn-link {
    font-weight: 500;
    color: #1F98DF;
    cursor: pointer;
    border-radius: 0;
    font-size: 18px;
}
.text-italic { font-style:italic; }

.team-title { font-size:24px; color:#666; font-weight:400; text-align:center; }
.team-description { font-size:17px; color:#666; text-align:center; font-weight:400; }

.red-bg { background-color:#8D002F; text-align:center; padding:5px; min-height:480px; }
.red-bg .title { color:#ffc876; font-size:22px; margin-top:10px; }
.red-bg .description { color:#FFF; font-size:16px; margin:0 0 10px 0; }

.blooddrop { text-align:center; background-color:#FFF; margin-bottom:50px; padding:0 0 0px 0; }
.blooddrop .red-title { color:#cd2127; font-size:30px; font-weight:400; line-height:40px; }
.blooddrop p { color:#333; font-size:18px; font-weight:400; line-height:30px !important; }
.blooddrop p.red { color:#CC0909; font-size:18px; font-weight:400; line-height:30px !important; }
.blooddrop p.small { font-size:16px !important; line-height:20px !important; }
.blooddrop .right-part { padding:20px 0px 20px 0px; background-color:#f5f5f5; }
.blooddrop .left-img { background-image: url(../image/blooddrop-bg-lady.jpg); background-repeat:no-repeat; background-size: cover; background-position:center; height:455px; padding:10px 0px 0px 20px; }
.blooddrop h2 { font-size:30px !important; color:#444 !important; margin-bottom:10px; text-align:center; }
.diabetes-remission { background-image: url(../image/home_img002.png); height: 286px; background-repeat: no-repeat; padding: 0px 0px 50px 350px; }

.flex-container { display: flex; flex-wrap: nowrap; font-size: 15px; }
.flex-container > div { text-align:center; }
.flex-container > .metabolic-icons { background-color: transparent; width: 33%; margin: 7px 20px 15px 20px; text-align: center !important; }

.step3-flex-container { display: flex; margin: 0px auto 30px auto; flex-wrap: wrap; align-items: center; justify-content: center; }
.step3-box { width: 31%; height: 210px; margin: 0px 10px 20px 10px; padding: 20px 0 0 0; color: #FFF; text-align: center; font-weight: bold; }
.step3-box p { color: #505050; font-size: 16px; font-weight:bold; text-align: left; margin-top: 25px !important; }
.step3-box h4 { color: #505050 !important; font-size: 19px; font-style: normal; margin-top:0 !important; }
.steps-icons p { font-size:20px; line-height:24px !important; }
.greybelt { background-color: #666; padding:15px 15px; color: #FFF; margin:5px 0 0px 0; text-align: center; font-size: 17px; }

.red-points ul { margin-top:10px; padding: 0 0 0 20px; text-align:left; }
.red-points ul li::before {  content: '•'; color: #cd2127; display: inline-block; width:15px; margin-left: 0; }
.red-points ul li { font-size:17px; list-style-type:none; color: #666; margin-bottom:12px; line-height:20px; font-weight:400; }

.weight-management { }
.weight-management .wmc-logo { margin-top:80px; }
.weight-management .red-title { color:#FE0000; font-size:35px; font-weight:500; line-height:40px; text-align: center; }
.weight-management .red-title-small { color:#FE0000; font-size:30px; font-weight:400; line-height:32px; }
.weight-management .red-title26 { color:#FE0000; font-size:24px; font-weight:400; line-height:40px; }
.weight-management .greyhead45 { color:#666; font-size:45px; font-weight:400; line-height:55px; }
.weight-management .grey-title { color:#333; font-size:22px; font-weight:500; }
.weight-management p { color:#333; font-size:16px; font-weight:400; line-height:18px; text-align:center; }
.weight-management p.general { color:#333; font-size:18px; font-weight:400; text-align:center; line-height:25px; }

.weight-management .stepboxes3 span { font-size:20px; color:#333; }
.weight-management .stepboxes3 p { background-color:#FE0000; padding:10px 40px; color:#FFF;  font-size:18px; margin:0 !important; }

.fa-sort-down { color: #ed1d23; }
.fa-sort-up { color: #ed1d23; }
.fa-map-marker, .fa-phone, .fa-envelope { margin-right:10px; width:20px; }
.social-icons { margin:40px 0; }
.fa-facebook, .fa-twitter, .fa-instagram, .fa-linkedin { font-size:40px; color:#1f98df; margin:0 30px 0 0; }

.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:100%;
	padding:10px;
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile { display: block; }
video { width: 100%; height: auto; }

p.greentext { font-size:18px; color:#1F98DF; }
.greenhead22 { font-size:22px; font-weight:normal; color:#1F98DF; }
.greenhead22 span { font-weight:bold;  }

.qa-green-btn-outline { background-color:#FFF; padding:8px 40px 8px 20px !important; color:#666 !important; font-size:18px !important; text-decoration:none; font-weight:400; border-radius:7px!important; border:1px solid #029341 !important; margin:0 0 10px 0; display:block; box-shadow:5px 5px 5px #CCCCCC; }
.qa-green-btn-outline:hover { background-color:#029341; border:1px solid #029341; color:#FFF !important; }

.progressbar-pre { counter-reset: step; }
ul.progressbar-pre { margin:0; padding:0; }
.progressbar-pre li { list-style-type: none; width:33%; float: left; font-size: 12px; position: relative; text-align: center; text-transform: uppercase; color: #7d7d7d; }
.progressbar-pre li:before { width: 40px; height: 40px; content: ""; line-height: 40px; border: 2px solid #7d7d7d; display: block; text-align: center; margin: 0 auto 3px auto;
    border-radius: 50%; position: relative; z-index: 2; background-color: #999; }
.progressbar-pre li:after { width: 100%; height: 2px; content: ''; position: absolute; background-color: #7d7d7d; top: 21px; left: -50%; z-index: 0; }
.progressbar-pre li:first-child:after { content: none; }
.progressbar-pre li.active { color: #fff; font-weight: bold; }
.progressbar-pre li.active:before { border-color: #1F98DF; background: green; }
.progressbar-pre li.active + li:after { background-color: #1F98DF; }
.progressbar-pre li.active:before { background: #1F98DF  url(user.svg) no-repeat center center; background-size: 60%; }
.progressbar-pre li::before { background: #fff url(user.svg) no-repeat center center; background-size: 60%; }
.progressbar-pre li:before { content: counter(step); counter-increment: step; }

.progressbar-pre h2 { color:#1F98DF !important; font-size:18px !important; font-weight:bold; text-transform:none; line-height:26px; }
.progressbar-pre h2 span { color:#333; font-size:18px; }

.greencolor { background-color:#4a4a4a; height: auto; color:#FFF; font-size:22px; min-height:50px; }

.whitecolor { background-color:#FFF; height:auto; color:#333; font-size:22px; min-height:50px; display:grid; }
.border-grey-outline { border:1px solid #CCC; height:auto; border-radius:7px; }
.greencolor-selected { background-color:#4a4a4a; height: auto; color:#FFF; font-size:22px; min-height:50px; border-radius:7px; }
.padding-left-30 { padding-left:30px; }

.white-tab-btn a { background-color:#FFF; height:auto; color:#333; font-size:22px; min-height:50px; display:grid; }
.white-tab-btn a:hover { background-color:#1F98DF; height: auto; color:#FFF; font-size:22px; min-height:50px;  }

.margin-top-10 { margin-top:10px; }

.greyline3 { border-bottom:2px solid #aaaaaa; margin:10px 0 25px 0; }

.steps-background { background-color:#1F98DF; text-align:left; padding:15px 10px 5px 20px !important; }
.steps-background h3 { font-size:32px !important; font-weight:500; color:#FFF !important; text-shadow:3px 3px 3px #666; }
.steps-background p { font-size:18px; font-weight: normal; color:#FFF; padding-left:120px; }

 .readio_repeat {
  margin: 10px;
}

.readio_repeat input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.readio_repeat label {
     background-color:#FFF; padding:10px 40px !important; color:#333 !important; font-size:18px !important; text-decoration:none; font-weight:500; border-radius:25px!important; border:1px solid #1F98DF !important; margin:0px 5px;
}

.readio_repeat label:hover {
  /*background-color: #dfd;*/
  background-color:#1F98DF; border:1px solid #029341; color:#FFF !important;
}

.readio_repeat input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.readio_repeat input[type="radio"]:checked + label {   
    background-color:#1F98DF; border:1px solid #1F98DF; color:#FFF !important;
}
  .radio-nhs {
  margin: 10px;
}

.radio-nhs input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-nhs label { background-color:#FFF; padding:8px 40px 8px 20px !important; color:#666 !important; font-size:18px !important; text-decoration:none; font-weight:400; border-radius:7px!important; border:1px solid #1F98DF !important; margin:0 0 10px 0; display:block; box-shadow:5px 5px 5px #CCCCCC;
}

.radio-nhs label:hover {
  /*background-color: #dfd;*/
   background-color:#1F98DF; border:1px solid #1F98DF; color:#FFF !important;
}

.radio-nhs input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.radio-nhs input[type="radio"]:checked + label {   
     background-color:#1F98DF; border:1px solid #1F98DF !important; color:#FFF !important;
}

	.fc-header-toolbar { padding: 20px; width: 100%; background: #1F98DF; text-align: center; }
    #content h2, .subheading { color:#FFF; margin:0; }
    .fc-button-primary, .fc-button-primary:hover { color: #fff; background-color: transparent; border-color: transparent; }
    .fc-head-container span { font-size:20px; color:#666; font-weight:normal; }
    .fc-toolbar.fc-header-toolbar { margin-bottom: 0; }
    .fc-widget-header  { border-right-width:0px; margin-right: 0px; background-color: #ececec; padding:10px; }
    .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody,
	.fc-unthemed td, .fc-unthemed th, .fc-unthemed thead { border-color: #999; color:#FFF; }
    .fc-ltr .fc-axis { text-align: right; font-weight: bold; color: #1F98DF; }
	.fc-unthemed td.fc-today { background-color: #FFF; }
	.fc-unthemed td { border-color:#CCC; }
	.fc-unthemed .fc-row { width:460px; border-color:#ECECEC; }
	.fc-unthemed th { border-color:#ECECEC; }	
	.fc-toolbar h2 { color:#FFF !important; }
	
@media only screen and (max-width: 767px) {
	.new-banner h4 { font-size: 18px; line-height: 25px; text-align:center; }
	.bluebox { margin: 0px auto 0 auto; }
	.account-part .account-box { padding: 20px 10px; height:auto; }
	.points ul li { font-size: 18px; margin-bottom: 5px; }
	.account-part .grey-light { padding: 20px;  margin: 0; min-height:inherit; height: auto; text-align:center; }
	.mobile-app-reward-card .left-part { padding: 20px; }
	.mobile-app-reward-card .right-img { background-image: url(../image/img-reward-card.jpg); background-repeat:no-repeat; background-size: cover; background-position:center;
	height:487px; padding:0px 0px 0px 0px; }
	.mobile-app-reward-card .grey-title { font-size: 18px; }
	
	.login .signin-box { padding: 30px 40px !important; min-height: auto; font-size: 18px; }
	.login .account-box { padding: 20px !important; }
	.connecting-records-part .right-part { min-height: inherit; }
	.connecting-records-part { margin: 0; }
	.customer-healtheir { margin: 0px auto; }
	
	.button { background-color: #333; border-radius:25px; margin-bottom:10px; }
	.red-bg { background-color:#8D002F; text-align:center; padding:5px; min-height:inherit; }
	
	.weight-management { background-image: none; padding:0px 0px 0px 0px; }
	.blooddrop .left-img { height: auto; }
	.weight-management { height: auto; }
	.weight-management .red-title { color:#fe0000; font-size:35px; font-weight:500; line-height:40px; text-align: center; }
	
	.siteContainer header .logo { width: 100%; }
	.green-belt { height: auto; }

	.step3-box p { text-align: left; margin-top: 0px !important; line-height: 20px !important; }
	.step3-box { width: 100%; height: auto; margin: 0px 10px 20px 10px; padding: 0px 0 0 0; }	
	
	.diabetes-remission { height: auto; background-repeat: no-repeat; padding: 300px 0px 50px 0px; }
	.flex-container { display: block; flex-wrap: nowrap; font-size: 15px; }
	.flex-container > .metabolic-icons { width: 100%; margin: 0px 0px 0px 0px; }	
	.button { height:auto; }
	 a:not([href]):not([tabindex]) { color:#FFF; text-decoration: none; }
	.text-center { text-align:center; }
	
	.connecting-records-part .right-part { text-align: center; }
	.padding-left-30 { padding-left:0px; }
	
	.steps-background { text-align: center; }
	.steps-background p { padding-left:0px; }
}