p {
	font-family: 'Titillium Web';
	color: #4a5354;
}

.navlogo {
	width: 200px;
}

#clip-img {
	margin-top: 15em;
}

#wrist-img {
	margin-top: 10em;
	width: 75%
}

@media (max-width: 1199px) {
	#clip-img {
		margin-top: 15em;
	}

	#wrist-img {
		margin-top: 7em;
		width: 100%
	}
}

@media (max-width: 991px) {
	#clip-img {
		margin-top: 5em;
	}

	#wrist-img {
		margin-top: 3em;
		width: 100%
	}
	
	#clip-top-img {
		width: 70%;
	}
}

@media (max-width: 767px) {
	#clip-img {
		margin-top: 2em;
	}

	#wrist-img {
		margin-top: 0em;
		width: 100%
	}
	
	.choicewrist {
		margin-top: 2em;
	}
}

.testfig {
	color: white;
	background-color: #00c189;
	padding: 4em 1em 1em 1em;
	overflow: hidden;
	font-size: 20px;
}
.ui-device-slider {
	position: relative;
	width: 300px;
	margin: 0 auto;
	padding-bottom: 2rem;
}

.ui-device-slider .screens {
	position: absolute;
	width: 231px;
	top: 12.5%;
	left: 11.5%;
	right: 11.5%;
	bottom: 14%;
}

.owl-carousel.owl-drag {
	cursor: url(/image/openhand.cur), move;
}

.ui-device-slider .owl-carousel.owl-theme .owl-dots {
	margin-top: 5rem;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

[data-vertical_center="true"] {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ui-tabs .nav-pills {
	font-family: "Source Sans Pro", sans-serif;
	margin-bottom: 2rem;
}

.ui-tabs .nav-pills li {
	margin-right: .25rem;
}

.ui-tabs .nav-pills li a {
	border-radius: 0.25rem;
	transition: background-color 0.35s ease-out, box-shadow 0.35s ease-out;
	color: #59687c;
	font-weight: 700;
	text-transform: uppercase;
}

.ui-tabs .nav-pills li a.active {
	background-color: #00c189;
	box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
	color: #fff;
}

.ui-tabs .tab-pane {
	padding-top: 1rem;
}

.ui-tabs .tab-pane .sub-heading {
	font-weight: 600;
	margin-bottom: 2rem;
}

.ui-checklist {
	list-style: none;
	padding-left: 0;
	margin-bottom: 2rem;
}

.ui-checklist li {
	position: relative;
	padding-left: 1rem;
	margin-bottom: 1rem;
}

/*
.ui-checklist li::before {
	content: '\f058';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 50%;
	line-height: 1;
	margin-top: -0.5rem;
	font-size: 1.2rem;
}
*/

.ui-checklist li .heading {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: .05rem;
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}

.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.nowrap {
    white-space: nowrap;
}

div.navbar-collapse {
	justify-content: flex-end;
}

.nav-link {
	font-family: 'Titillium Web';
	font-weight: bold;
}

.relative {
	position: relative;
}

div#darkrings {
	position: absolute;
}

div.darkrings {
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../img/rings_dark.png.png");
}

.hands-img {
	width: 100%;
	height: 45em;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../img/hands2.jpg");
}

.banner-img {
	width: 100%;
	height: 60em;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../img/life_saving_device2.jpg");
}

div.banner-img {
	text-align: center;
	padding-top: 19em;
}

.banner-img h1 {
	font-size: 3em;
	font-weight: 500;
}

div.clearfix {
	margin-top: 50px;
}

h1 {
	font-family: 'Titillium Web';
	color: #00c189;
}

h4 {
	font-family: 'Titillium Web';
	color: #00c189;
}

.border-middle:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid lightgrey;
  transform: translate(-50%);
}

.here {
  margin: 10px auto;
  position: relative;
}

.msrp {
	color: #4a5354;
	font-size: 14px;
	font-style: italic;
}

p.text-white {
	color: #fff;
}

ul.square {
	list-style-type: none;
}

ul.square li::before{
	content: "\25AA";
	color: #00c189;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
	font-size: 40px;
	position: absolute;
}

ul.square li {
	font-family: 'Titillium Web';
	color: #9fadac;
	line-height: 2.3em;
	position: relative;
	font-size: 25px;
}

ul.squaref {
	list-style-type: none;
}

ul.squaref li::before{
	content: "\25AA";
	color: #00c189;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
	font-size: 40px;
	position: absolute;
}

ul.squaref li {
	font-family: 'Titillium Web';
	color: #4a5354;
	font-weight: 600;
	line-height: 1.3em;
	position: relative;
	font-size: 20px;
	margin-bottom: 20px;
}

ul.squarecolors {
	list-style-type: none;
}

ul.squarecolors li::before{
	content: "\25AA";
	color: #00c189;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
	font-size: 40px;
	position: absolute;
}

ul.squarecolors li {
	font-family: 'Titillium Web';
	color: #4a5354;
	line-height: 1.3em;
	position: relative;
	font-size: 20px;
	margin-bottom: 20px;
}

div.bottom-container {
	background-color: #00c189;
	padding-top: 5em;
	padding-bottom: 4em;
}

div.appbtn {
	text-align: right;
}

div.contact-container {
	background-color: #f2f2f2;
	padding-top: 10em;
	padding-bottom: 10em;
}

div.testimonial-container {
	background-color: #f2f2f2;
	padding-top: 8em;
	padding-bottom: 8em;
}

div.failsafe-container {
	background-color: #f2f2f2;
	padding-top: 8em;
	padding-bottom: 8em;
}

div.howitworks-container {
	background-color: #f6f7f8;
	padding-top: 8em;
	padding-bottom: 8em;
}

div.feature-container {
	background-color: #f2f2f2;
	padding-top: 10em;
	padding-bottom: 10em;
}

div.download-container {
	background-color: #00bbd3;
	padding-top: 10em;
	padding-bottom: 10em;
}

div#phonecontainer {
	position: absolute;
	bottom: 0;
	left: 18%;
}


@media only screen and (max-width: 991px) {
    #phonecontainer {
        display: none;
    }
}

@media only screen and (max-width: 1640px) {
    div#phonecontainer {
        left: 13%;
    }
}

@media only screen and (max-width: 1400px) {
    div#phonecontainer {
        left: 8%;
    }
}

@media only screen and (max-width: 1200px) {
    div#phonecontainer {
        left: 5%;
    }
}

@media only screen and (max-width: 1120px) {
    div#phonecontainer {
        left: 0%;
    }
}

@media only screen and (max-width: 1023px) {
    div#phonecontainer img {
        width: 75%;
    }
}

div.cdc-container {
	background-color: #00c189;
	padding-top: 5em;
	padding-bottom: 5em;
}

div.cdc-container h1 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 25px;
}

div.include-container {
	background-color: #f2f2f2;
	padding-top: 10em;
	padding-bottom: 15em;
}

div#picture1 {
	position: absolute;
	top: -20%;
	left: 50%;
}

@media only screen and (max-width: 991px) {
    div#picture1 {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    div#picture1 {
        display: none;
    }
}

div.oneofkind-container {
	padding-top: 7em;
	padding-bottom: 10em;
}

div.oneofkind-container p {
	font-size: 18px;
	font-weight: 500;
}

div.cdc-container p {
	color: #fff;
	font-weight: 300;
	margin-bottom: 25px;
}

div.fourp-container {
	padding-top: 10em;
	padding-bottom: 10em;
}

div.color2-container {
	padding-top: 10em;
	padding-bottom: 10em;
}

div.sensor-container {
	padding-top: 10em;
	padding-bottom: 10em;
}

div.other-container {
	padding-top: 2em;
	padding-bottom: 2em;
}

div.color-container {
	background: #0fe5a2; /* Old browsers */
	background: -moz-linear-gradient(top, #0fe5a2 0%, #21a17e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0fe5a2 0%,#21a17e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0fe5a2 0%,#21a17e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fe5a2', endColorstr='#21a17e',GradientType=0 ); /* IE6-9 */
	padding-top: 10em;
	padding-bottom: 10em;
}

@media only screen and (max-width: 768px) {
    .colorband {
        display: none;
    }
}

.footer-text {
	text-align: right; 
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .footer-text {
        text-align: center;
    }
	.footer-logo {
		text-align: center;
	}
}

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

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

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

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

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

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

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

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

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

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-100 {
	margin-bottom: 100px;
}

.mr-35 {
	margin-right: 35px;
}

.mr-50 {
	margin-right: 50px;
}

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

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

.btn {
  border-radius: 3rem;
  padding: 1rem 2rem;
}

.callnow {
  border-radius: 1rem;
  padding: .5rem;
}

@media only screen and (max-width: 991px) {
	.resbut {
		text-align: center;
		margin-bottom: 10px;
	}
}

form .btn {
	border-radius: 0rem;
	text-align: left;
	padding: 1.5rem 2rem;
}

.btn-theme {
  color: #fff;
  font-weight: 600;
  background-color: #00c189;
  border-color: #00c189;
}

.btn-theme:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-theme:focus, .btn-theme.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-theme.disabled, .btn-theme:disabled {
  background-color: #00c189;
  border-color: #00c189;
}

.btn-theme:active, .btn-theme.active,
.show > .btn-theme.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

.btn-theme-inverse {
  font-family: 'Titillium Web';
  color: #00c189;
  font-weight: 600;
  background-color: #fff;
  border-color: #00c189;
}

.btn-theme-inverse:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-theme-inverse:focus, .btn-theme-inverse.focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-theme-inverse.disabled, .btn-theme-inverse:disabled {
  background-color: #fff;
  border-color: #fff;
}

.btn-theme-inverse:active, .btn-theme-inverse.active,
.show > .btn-theme-inverse.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

/* Spacing */

@media only screen and (max-width: 360px) {
	div.contact-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.failsafe-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.howitworks-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.download-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	div.include-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.color-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.feature-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.fourp-container {
		margin-top: 0em;
		padding-bottom: 5em;
	}
	
	div.sensor-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.oneofkind-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
}

@media only screen and (max-width: 768px) {
	div.contact-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.failsafe-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.howitworks-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.download-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	div.include-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.color-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.feature-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.fourp-container {
		margin-top: -10em;
		padding-bottom: 5em;
	}
	
	div.sensor-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	
	div.oneofkind-container {
		padding-top: 5em;
		padding-bottom: 5em;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.fimg {
		
	}
}

/* Phone Mobile */

a.callus {
	display: block !important;
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 20px;
	background: #00c189 url(/image/icon-phone.png) no-repeat;
	background-position: 10px center;
	background-size: 20px;
	border-radius: 1000px;
	padding: 5px 10px 5px 40px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
	a.callus {
		display: block !important;
		position: fixed;
		z-index: 9999;
		bottom: 20px;
		left: 20px;
		right: initial;
		background: #00c189 url(/image/icon-phone.png) no-repeat;
		background-position: 10px center;
		background-size: 20px;
		border-radius: 1000px;
		padding: 5px 10px 5px 40px;
		font-weight: 700;
		font-size: 18px;
		line-height: 30px;
		color: #fff;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}

/*
.callus {
	display: none;
}
*/

.desktop-nav {
	display: block;
}

.mobile-nav {
	display: none;
}

.navbar-header {
	float: none;
	width: 100%;
}

@media (max-width: 767px) {
	.desktop-nav {
		display: none;
	}
	
	.desktop-nav {
		height: 0px;
	}
	
	.mobile-nav {
		display: block;
	}
	
	.navbar {
		padding: 10px 0px;
	}
	
	.navlogo {
		width: 150px;
		margin-left: 20px;
	}
}

@media (max-width: 375px) {
	.navlogo {
		width: 125px;
		margin-left: 20px;
	}
	
	.callnow {
		font-size: 14px;
	}
	
	.navbar-toggler-icon {
		font-size: 16px;
	}
}

@media (max-width: 334px) {
	.navlogo {
		width: 115px;
		margin-left: 15px;
	}
	
	.callnow {
		font-size: 12px;
	}
	
	.navbar-toggler-icon {
		font-size: 14px;
	}
}

.linebreak {
	display: none;
}

@media (max-width: 419px) {
	.linebreak {
		display: block;
	}
	
	.ui-device-slider {
		width: 200px;
	}
	
	.ui-device-slider .screens {
		width: 152.46px;
	}
	
	.screens .item img {
		width: 152.46px;
	}
}

/*Second Header */
.header2 {
	background: #00c189;
	color: white;
	font-weight: 700;
	font-size: 20px;
	padding: 10px 40px 10px 0px;
	text-align: right;
}

.header2 a {
	color: white;
}

@media (max-width: 767px) {
	/*
	.header2 {
		text-align: center;
		padding: 10px 0px 10px 0px;
	}
	*/
	.header2 {
		display: none;
	}
}

/* footer */
.footwhitespace {
	height: 50px;
}

/* Collapse Menu */
