@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech&display=swap');


*{ margin:0; padding:0; }
body{margin-bottom:0px !important;}
* {
  box-sizing: border-box;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
}

body{font-family: 'Raleway', sans-serif; font-size:16px; line-height:31px; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; padding-top:70px; }
img{ outline:none; max-width:100%; }
a, a:hover{ text-decoration:none; }
button:focus, input:focus{ outline:none; }
li{ list-style:none; }
ul{ margin:0px; }
input, button, textarea{ outline:none; border:none;  }
input[type=submit], button{ box-shadow:none; cursor:pointer; }
input:focus, button:focus, textarea:focus{ text-shadow:none; }

.form-control{
  font-size:18px;
  line-height:normal;
  color: #777777;
  border:none; border-radius:0px; box-shadow:none;
  background:#fff; transition:all 0.5s ease-in-out; padding:24px 15px;
  font-weight:300;
  text-align:center;
}

.form-control::-webkit-input-placeholder { /* Edge */
  color:#777777;
}

.form-control:-ms-input-placeholder { /* Internet Explorer */
  color:#777777;
}

.form-control::placeholder {
  color:#777777;
}

.green-btn{
  background:#199ca6;
  font-size:18px;
  font-weight: 700;
  color: #ffffff;
  padding:15px 40px;
  display:inline-block;
	}
.green-btn:hover{ background:#08243d; color:#fff; }
.red-btn{ background:#d0241d;}
.green-btn.red-btn:hover{ background:#199ca6;}

.show-mobile{ display:none; }
.heading-level-01{
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke: 1px #d0241d;
  font-family: "Share Tech", sans-serif;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.19;
  letter-spacing: 2.1px;
  color: #ffffff;
  text-align:center;
  text-transform:uppercase;
  margin:0px;
}
.heading-level-01 span{ text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); -webkit-text-stroke: 1px #08243d; text-transform:uppercase;}
.heading-level-02, .entry-title{
  font-family: "Share Tech", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #08243d;
  margin-bottom:40px;
}
.entry-title{text-transform: uppercase; text-align: center;}
.heading-level-03{
  font-size: 32px;
  font-weight: bold;
  line-height:48px;
  letter-spacing: normal;
  color: #000000;
  margin-bottom:30px;
}

.heading-level-02 span{
  color:#199ca6;
}

.heading-level-04{
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  font-family: 'Raleway', sans-serif;
  margin:0 0 20px 0;
}


.heading-level-05{
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom:30px;
}
.green-btn.sm-green-btn {
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
}
.canvas p{
  font-size: 22px;
  font-weight: 500;
  line-height:32px;
  letter-spacing: normal;
  color: #000000;
  margin-bottom:30px;
}
.overlay-link{ position:absolute; width:100%; height:100%; left:0; top:0; z-index:1; }
.shop-all-sec{ margin-top:50px; }
.header{ position:fixed; width:100%; top:0; left:0; padding:10px 0; transition:all 0.5s ease-in-out; z-index:9; }
.header .row{ align-items:center; } 
.header .brand img {
    max-width: 100%;
}
.fixed-header{ top:0; background:#f0f0f0; z-index:999;	 }
.header .navbar-nav{ display:block; }
.header div#bs-navbar{ width:100%; }
.header .navbar{ text-align:right; padding:0px; }
.header .navbar li{display:inline-block; font-family: 'Raleway', sans-serif; font-weight:500; font-size:17px;line-height:normal; color:#cbcdcd;  padding:0 13px;}
.header .navbar li a{ color:#000; display:block; position:relative; }
.header .navbar li a:after{ content:""; height:4px; width:0; position:absolute; bottom:-10px; background:#3fb8b3; left:0; transition:all 0.5s ease-in-out; }
.header .navbar li a:hover, .header .navbar li a.active { text-decoration:none; color:#3fb8b3;  }
.header .navbar li a:hover:after{ width:100%; }
.header .navbar li.current-menu-item a:after{ width:100%; }
.header .navbar li.current-menu-item a{ color:#3fb8b3; }
.header .navbar-header{ display:none; }
.header ul.user-icons li{ display:inline-block; padding:0 5px; }
.header ul.user-icons li img {
    width: 20px;
}
.header .right-header {
    text-align: right;
}
.header .container{ position:relative; }
.header .col-sm-2{ position:static; }
.header .right-header .media-list{ position:absolute; width:30px; right:15px; top:0; }
.header .right-header .media-list li{ width:100%; margin-bottom:3px; }
.media-list li a{ color:#fff; width:30px; height:30px; display:flex; align-items:center; justify-content:center; }
.media-list li.insta a{ background:#d0241d; }
.media-list li.fb a{ background:#061d37; }
.media-list li.tw a{ background:#219edc; }


.banner-wrapper .item{  background-size:cover !important; display: flex;
    align-items: center; }
.banner-wrapper .row{ align-items: center; } 
.banner-wrapper  .owl-carousel .owl-nav button.owl-prev{ background:url(../images/lt-arrow.png) 0 0 no-repeat !important; float:left; }
.banner-wrapper  .owl-carousel .owl-nav button.owl-next{ background:url(../images/rt-arrow.png) 0 0 no-repeat !important; float:right; }
.banner-wrapper  .owl-carousel .owl-nav{ position:relative; width:94%; top:-50px;  left:3%; z-index:1; }
.banner-wrapper  .owl-carousel .owl-nav button span{ display:none; }
.banner-wrapper .owl-carousel .owl-nav button.owl-prev, .banner-wrapper .owl-carousel .owl-nav button.owl-next{ background-size:40px !important; width:40px; height:40px; position:relative; top:-32vh; }

.banner-wrapper h1{
  font-family: "Share Tech", sans-serif;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.19;
  letter-spacing: 2.1px;
  color: #fff;
  text-transform:uppercase;
}
.banner-wrapper a{ position:relative; z-index:999; }
.banner-wrapper h1 span{  color:#08243d;}


.gallery-wrapper{ padding:60px 0 30px; }
.cordon-image-banner{ padding-bottom:70px; }
.gallery-wrapper .gallery-box{ margin-bottom:30px; }

.featured-wrapper{ padding:20px 0 70px; }
.featured-wrapper h2{ text-align:center; margin-bottom:50px;}
.featured-wrapper .feature-bx {
    box-shadow: 0 4px 20px 0 rgba(8, 36, 61, 0.1);
    padding: 30px 15px;
	height:100%;
	position:relative;
	 border: solid 1px rgba(33, 158, 220, 0);
}
.featured-wrapper .feature-bx:hover{ box-shadow: 0 4px 20px 0 rgba(8, 36, 61, 0.1);
  border: solid 1px rgba(33, 158, 220, 0.5); }

.featured-wrapper figcaption{
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  text-align:center;
  margin-bottom:25px;
  min-height:52px;
}
.feature-bx ul{ padding-left:20px; }
.feature-bx ul li {
    list-style: disc;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
	margin-bottom:15px;
}
.feature-bx .pack-parameter {
    background: #3fb8b3;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    margin: 0 -16px 15px;
    color: #fff;
}
.feature-bx .pack-price {
    display: inline-block;
    padding-left: 15px;
    font-family: Ubuntu,sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #1a9ca6;
    margin-bottom:20px;
}
.feature-bx p{ margin-bottom:15px; font-size:18px; }
.package-col{
    padding-top: 15px;
    padding-bottom: 15px;
}
.featured-wrapper figcaption span {
  font-weight: 700;
  display:block;
}
.featured-wrapper figure {
    text-align: center;
    height: 230px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.featured-wrapper figure img {
    width: 65%;
}
.parallax-bg{ background-attachment:fixed !important; background-size:100% !important; }


.popular-test-wrap {
    padding:70px 0;
    background:#f8f8e2; position:relative;
}
.popular-test-wrap .feature-bx {
    box-shadow: none;
    background: #fff;
}

.signup-wrapper{ padding:60px 0; background-size:cover !important; }
.signup-wrapper h2{
  font-size: 60px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  font-family: "Share Tech", sans-serif;
  text-align:center;
  margin-bottom:30px;
  line-height:60px;
}

.signup-wrapper h2 span{
  font-size:42px;
}
.signup-wrapper p{
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align:center;
}
.f-w-btn{ width:100%; text-transform:uppercase; text-align:center; }
.container.signup-cont {
    max-width: 500px;
}

.footer-top {
    padding: 50px 0;
    background: rgba(25, 156, 166, 0.1);
}
.footer-top ul.media-list li {
    display: inline-block;
}

.footer-top ul.media-list {
    margin-top: 70px;
}
.footer-top ul.media-list li a{ width:41px; height:41px; color:#fff; }
ul.media-list li a:hover{ color:#fff; opacity:0.7; }
.footer-top ul.media-list li{ margin-right:10px; }
.footer-new ul li, .footer-new address, .canvas .footer-new p{
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.footer-new ul li a:hover{opacity: 0.5;}
.footer-new address{ line-height:28px; }
.footer-new ul li a{color: #000000;}
.footer-top ul li{ margin-bottom:20px; }
time {
    margin-top: 10px;
    display: block;
}
.footer-new p a{ color:#000; }
.footer-new p.email a{ color:#0e5da6; }
.footer-bottom {
    background: #f0f0f0;
    padding: 19px 0 16px;
}
.footer-bottom ul li {
    display: inline-block;
    padding-right: 40px;
}
.animate{ opacity: 0;
    transform: translate(0, 200px);
    transition: all ease 1s; }
.animate.begin-animate {
    opacity: 1;
    transform: translate(0,0px);
    transition: all ease 1s;
}

.animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.banner-wrapper .active h1.animated {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.banner-wrapper .active .green-btn.animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.banner-wrapper .active .hero-logo.animated{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.search-top{ position:fixed; background:#fff; padding:15px; left:0; width:100%; top:-100%; z-index:9; }
.search-top .row{ align-items:center; justify-content:center; }
.search-top.show-search{ top:0; }
.search-btn{ background:#d0241d url(../images/search-w.png) center center no-repeat; background-size:20px; width:60px;font-size:0px; position:absolute; top:0; right:15px; height:100%; }
.search-top .form-control{ border:1px solid #dbdbdb; padding-right:60px; }
.search-top a#hide-search-btn {
    position: absolute;
    right: 20px;
    width: 20px;
}
.form-control:focus{ box-shadow:none; outline:none; }
.search-btn:hover{ background:#219edc; }
.owl-dots button {
    background:#3fb8b3!important;
    width: 12px;
    height: 12px;
    position: relative;
    margin: 4px;
}
.owl-dots button.owl-dot.active{background:#199ca6 !important;}
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
}
/* inner-page css start here */
.inr-banner-wrapper{ background-size:cover !important; height:400px; display: flex;
    align-items: center; }

.diabetes-content .card{ border-radius:0; border:none; }
.diabetes-content .card p{ margin:0px; }
.diabetes-content .card-header a{
  font-family: "Share Tech", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #08243d;
  display:block;
  position:relative;
  padding:24px 40px 24px 0;
  }
 .diabetes-content .card-header a:after{ 
  position:absolute;
  width:20px;
  height:100%;
  content:"";
  right:5px;
  background:url(../images/accordian-arrow.png) right center no-repeat;
  background-size:20px;
  transition:all 0.5s ease-in-out;
  top:0;
  }
  .diabetes-content .card-header a[aria-expanded="true"]:after{ transform:rotate(-180deg); }
.diabetes-content .card-header { padding:0; border-radius:0px; background:#fff; border:none; border-top:1px solid rgba(104, 104, 104, 0.3);}
.diabetes-content .card:first-child .card-header{ border-top:none }
.diabetes-content #accordion {padding:0 0 0 15px;}
.diabetes-content .card .card-body{padding:0 0 30px; }
/* inner-page css end here */
.pathlab-package-wrap{padding-top: 60px;}

@media(max-width:1199px){
	body{ padding-top:52px; }
	.header .brand img{ height:auto; }
	.header .navbar li{ font-size:15px; padding:0 8px; }
	.header ul.user-icons li{ padding:0 3px; }
	.media-list li a{ width:25px; height:25px; }
	.header .right-header .media-list li{ margin-bottom:2px; }
	.banner-wrapper h1, .heading-level-01{ font-size:50px; }
	.banner-wrapper .green-btn{ width:100%; display:block; text-align:center; }
	.green-btn{ font-size:20px; }
	.banner-wrapper .container{ padding:0 50px; }
	.featured-wrapper{ padding-top:50px; }
	.featured-wrapper figcaption{ font-size:18px; line-height:24px; }
	.featured-wrapper figure img{ width:90%; }
	.heading-level-02, .entry-title{ font-size:35px;  }
	.heading-level-03{ font-size:24px; line-height:36px; }
	.level-comp-wrap .heading-level-03{ font-size:26px; }
	.level-comp-wrap ul.level-comp-list li{ font-size:18px; }
	.signup-wrapper h2{ font-size:50px; line-height:50px; }
	.signup-wrapper h2 span{ font-size:34px; }
	.signup-wrapper p{ font-size:18px; }
	.container.signup-cont{ width:420px; }
	.heading-level-05{ font-size:18px; }
	.footer-new ul li, .footer-new address, footer p{ font-size:16px !important; line-height:24px !important; margin-bottom:10px; }
	time{ margin:0px; }
	.canvas p{ font-size:18px; line-height:28px; }
	.compression-sec-2 .comp-benefit-bx{ min-height:1px; }
	.inr-banner-wrapper{ height:270px; background-position: center !important;
}
	.comp-p-sec-1 {
    padding: 40px 0 50px;
}
.comp-p-sec-1 .heading-level-03 {
    font-size: 28px;
    line-height: 38px;
}
.comp-p-sec-1 .comp-flowchar-image{ padding-top:10px; }
.diabetes-wrap{ padding:40px 0; }
.diabetes-wrap.how-to-apply, .wrist-sprain-wrap, .fitness-wrapper{ padding:50px 0; }

	}
@media(max-width:991px){
.header #bs-navbar {width:100%;position:fixed;left:0;top:-100%;height:100%;display:flex;align-items:center;transition:all 0.5s ease-in-out;}
.header #bs-navbar.slide-menu{ top:0; background:#0e5da6; }
.header .navbar-header {display: block;position: absolute;right:-108px; top:-16px; z-index:1;}
.header .navbar li.current-menu-item a {
    color: #fff;
}
.header .navbar li.current-menu-item a:after{background:#fff;}
.header .navbar li{ display:block; font-size:24px; margin:5px 0; }
.header .navbar-nav{ width:100%; text-align:center; }
.menu-btn img{ width:24px; }
.navbar-header a img:last-child, .navbar-header.active-menu a img:first-child{width:0px; transition:all 0.5s ease-in-out; }
.navbar-header.active-menu a img:last-child{ width:20px; }
.header .col-sm-6 {position: absolute;top:14px;right:15px;}
.header .navbar li:last-child {
    padding-right: 0;
}
.header .navbar li a{ color:#fff; }
.header.fixed-header .navbar li, .header .navbar li{
    font-size: 24px;
    padding: 20px 0;
}
.header .right-header .media-list{ display:none; }
.green-btn{ padding:18px 30px; }
.heading-level-04{ font-size:20px; }

.header .right-header {
    position: absolute;
    right:42px;
    max-width: 120px;
	z-index:-1;
	z-index:1;
}
.featured-wrapper{ padding-bottom:40px; clear:both; }
.compression-sec-2 button.owl-dot, .featured-wrapper button.owl-dot, .trainer-wrap button.owl-dot{ margin:0 6px; }
.search-top{ padding:15px 0; }
.search-top a#hide-search-btn {
    position: relative;
    float: right;
    margin-top: 14px;
	z-index:9;
}
.gallery-wrapper{ padding-top:40px; }
.unique-compression-wrap .container{ padding:40px 15px; }

.diabetes-content .card-header a{ font-size:22px; }
section.compression-sec-2.comp-health-sec{ padding:40px 0 0; }
p br{ display:none }
.heading-level-02, .entry-title{ margin-bottom:30px; }
.inr-banner-wrapper {
    height: 200px;
}
.diabetes-wrap.how-to-apply, .wrist-sprain-wrap, .fitness-wrapper{ padding:40px 0; }
.diabetes-content{ padding-top:0px; }
.featured-wrapper

.featured-wrapper h2{ margin-bottom:30px; }
.banner-wrapper .owl-carousel .owl-nav{margin-top:-30px;}
}
@media(max-width:767px){
.feature-bx ul li {
    text-align: left;
}
.footer-new .brand img {
    max-width: 250px;
}
.featured-wrapper .feature-bx{
    box-shadow: 0 4px 20px 0 rgba(8, 36, 61, 0.1);
    border: solid 1px rgba(33, 158, 220, 0.5);
}
.banner-wrapper h1{ font-size:35px; margin-bottom:20px; }
.heading-level-01{ font-size:35px; }
.show-mobile{ display:block; }
.hide-mobile{ display:none; }
body{ text-align:center; padding-top:52px; }
.header .col-sm-6 {position:absolute;top:14px; right:0;}
.header .white-btn{ margin-top:10px; width:100%; }
.brand {
    text-align: left;
}
.form-control, .submit-btn{ padding:20px 15px; }
.gallery-wrapper .gallery-box{ margin-bottom:15px; }
.featured-wrapper figure{ height:auto; }
.featured-wrapper figure img {
    width: auto !important;
    height: 200px;
}

.footer-new .brand{ text-align:center; }
.footer-top ul.media-list{ margin-top:30px; }
.footer-top .heading-level-05{ margin:20px 0; }
.footer-bottom ul li{ display:block; }
.footer-bottom .col-md-4.text-right{
    text-align: center !important;
}
.footer-top{ padding:40px 0; }
.signup-wrapper{ padding:40px 0; }
.container.signup-cont{ width:100%; }
.signup-wrapper h2{ font-size:30px; line-height:30px; }
.signup-wrapper h2 span{ font-size:24px; }
.green-btn{ width:100%; }
.header .navbar-header{ right:-79px; }
.banner-wrapper .container{ padding:0 15px; }
.banner-wrapper .owl-carousel .owl-nav button.owl-prev, .banner-wrapper .owl-carousel .owl-nav button.owl-next{ top:-20px; }
.header .right-header { top:0; }
.comp-health-sec .col-md-3{ max-width:100%; flex:0 0 100%; border:none; }
.diabetes-content #accordion{ text-align:left; padding:10px 0 0; }
.diabetes-content{ padding-top:0px; }
}
@media(max-width:575px){
.header .navbar-header {
    right: 12px;
    top: -34px;
}
br{ display:none; }
.header .brand{ margin-bottom:-1px; }
	}