* { margin: 0px; padding: 0px; }
body {  font-family: 'Hero'; font-weight: normal; color: #000000; font-size:14px; }

input { outline: none; }

@font-face {
    font-family: 'Hero';
    src: url('fonts/hero/Hero-Bold.eot');
    src: url('fonts/hero/Hero-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/hero/Hero-Bold.woff2') format('woff2'),
    url('fonts/hero/Hero-Bold.woff') format('woff'),
    url('fonts/hero/Hero-Bold.ttf') format('truetype'),
    url('fonts/hero/Hero-Bold.svg#Hero-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hero';
    src: url('fonts/hero/Hero-Regular.eot');
    src: url('fonts/hero/Hero-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/hero/Hero-Regular.woff2') format('woff2'),
    url('fonts/hero/Hero-Regular.woff') format('woff'),
    url('fonts/hero/Hero-Regular.ttf') format('truetype'),
    url('fonts/hero/Hero-Regular.svg#Hero-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hero';
    src: url('fonts/hero/Hero-Light.eot');
    src: url('fonts/hero/Hero-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/hero/Hero-Light.woff2') format('woff2'),
    url('fonts/hero/Hero-Light.woff') format('woff'),
    url('fonts/hero/Hero-Light.ttf') format('truetype'),
    url('fonts/hero/Hero-Light.svg#Hero-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}   


/* font family */
.ff-primary { font-family: 'Hero'; }
.ff-secondary { font-family: 'Open Sans', sans-serif; }

/* font colors */
.fc-primary { color: #fc739d; }
.fc-secondary { color: #1a76dc; }
.fc-dark { color: #333333; }
.fc-lite { color: #666666; }
.fc-white { color: #ffffff; }

.fw-lite { font-weight: 300; }
.fw-normal { font-weight: normal; }
.fw-bold { font-weight: bold; }

/* buttons */
.primary-btn,.secondary-btn { font-size: 13px; font-weight: 400; text-transform: capitalize; padding: 8px 15px;  position:relative; display:table; border-radius: 3px; }
.primary-btn:after, .secondary-btn:after { content: "\e957"; font-family: 'icomoon' !important;
font-size: 13px;  color: white; padding-left: 10px; display: table-cell; vertical-align: middle;  }
.primary-btn { background:#fc739d; color: white; }
.primary-btn:hover {background:#ef6e95; color: white; }
.secondary-btn { background:#1a76dc; color: white;  }
.secondary-btn:hover {background:#1a70d0; color: white; }
.sm-btn { font-size: 14px; }
.md-btn { font-size: 16px; }
.lg-btn { font-size: 18px; }
.xl-btn { font-size: 20px; }

/* headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p { margin: 0; padding: 0; }
h1, .h1, h2, .h2 { font-family: 'Hero'; }
h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-family: 'Hero'; padding-bottom: 10px; color: #333333; }

h2,.h2 { font-size: 6.7vmin; color: #333333;  line-height: 1; font-weight: bold; padding: 0 0 15px 0; position: relative; 
 letter-spacing: -1px; }
h2 span,.h2 span { color:#ea333f;}
h3, .h3 { font-size: 28px; font-weight: normal; }
h4, .h4 { font-size: 26px; }
h5, .h5 { font-size: 24px; }
h6, .h6 { font-size: 22px; }
p { /*font-size: 14px;*/ }

p { font-weight: normal; padding: 0 0 15px; margin:0px; }

.center-hd1 {margin: 0 auto 25px auto;padding-bottom: 5px; display: table;position: relative;border-bottom: 1px solid #b9b9b9;font-size: 28px;}
.center-hd1:before {position: absolute;content: "";width: 50px;height: 3px;background: #fc739d;left: 0px;right: 0px;bottom: -2px;margin: auto;}

/*** theme sections padding ***/
.sec-padding-100 { padding:100px 0;} .sec-padding-90 { padding:90px 0;}
.sec-padding-80 { padding:80px 0;} .sec-padding-70 { padding:70px 0;}
.sec-padding-60 { padding:60px 0;} .sec-padding-xlarge { padding:50px 0; }
.sec-padding-large { padding:40px 0; } .sec-padding-medium { padding:30px 0; }
.sec-padding-small { padding:20px 0; } .sec-padding-xsmall { padding:10px 0; }

/*** theme sections margin ***/
.sec-margin-100 { margin:100px 0;} .sec-margin-90 { margin:90px 0;}
.sec-margin-80 { margin:80px 0;} .sec-margin-70 { margin:70px 0;}
.sec-margin-60 { margin:60px 0;} .sec-margin-xlarge { margin:50px 0; }
.sec-margin-large { margin:40px 0; } .sec-margin-medium { margin:30px 0; }
.sec-margin-small { margin:20px 0; } .sec-margin-xsmall { margin:10px 0; }

/*** no padding, no marging ***/
.p-0 { padding:0; }
.pt-0 { padding-top:0px; } .pb-0 { padding-bottom:0px; }
.pl-0 { padding-left:0px; } .pr-0 { padding-right:0px; }
.m-0 { margin:0; }
.mt-0 { margin-top:0px; } .mb-0 { margin-bottom:0px; }
.ml-0 { margin-left:0px; } .mr-0 { margin-right:0px; }

.title-para { font-size: 16px; padding-bottom: 30px; }
p strong { color: black; }
p span { color: black; }
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { border: 0px; outline: none; }
/*img { max-width: 100%;  }*/
ul,li { list-style-type: none; }
.relative { position:relative; }
.absolute { position:absolute; }

a { text-decoration: none; }
.list-simple { list-style: none; margin: 0 0 15px 0; width:100%; display:inline-block; }
.list-simple li {color: #0f0b1f;padding: 0 0 10px 16px;line-height: 20px;font-size: 14px;font-weight: 400;position:relative;}
.list-simple li:before {position: absolute; left: 0px;top: 0px;
font-size: 13px; color:#1f295d; content: "\e93a"; font-family: 'icomoon' !important; }

/*** morefull block link ***/
.moreFull { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; }

/*** transition ***/
.transition {-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }

/*** scale with transition ***/
.scale-with-transition { -webkit-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in; transition: all 200ms ease-in; -webkit-transform: scale(1.05);
-ms-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05); }

/* slick Dots general  */
.slick-dots { position: absolute; bottom: 0px; right: 0px; left: 0px; display:
 block; padding: 0; margin: 0 auto; border-radius: 3px; list-style: none; text-align:center;  }
.slick-dots li { position: relative; display: inline-block; margin: 0 6px 0 0; 
padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block;
  width: 8px; height: 8px; padding: 0; cursor: pointer; color: transparent;  outline: none; 
  background: #c5c5c5; border:none; border-radius: 200px; transition: all 0.5s ease; }
.slick-dots li.slick-active button { background: #fc739d; border:none; width: 12px; }
.slick-dots li button:before { display:none; }

/* slick arrows .home slider */
.slick-prev, .slick-next { font-size: 0; line-height: 0; 
position: absolute; top: 50%; z-index: 100; display: block;  padding: 0;
cursor: pointer; color: transparent; border: none; outline: none; background: transparent; 
-webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); 
transform: translate(0, -50%);}
.slick-prev { left: -15px; }
.slick-next { right: -15px; }
.slick-prev:before,.slick-next:before { font-family: 'icomoon' !important; color: #fc739d; font-size: 50px; line-height: 1; }   
.slick-prev:before { content: '\e958'; }
.slick-next:before { content: '\e957'; }
.slick-prev:hover:before,
.slick-next:hover:before { color:#ee6a93; }


/* mobile-nav start */
.app-container { position: relative; left: 0; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
.app-container.active { left: -80%; }
/**** Mobile Navigation ****/
.mobile-nav { position: fixed; width: 80%; height: 100%; overflow-y: scroll; top: 0; right: -80%; z-index: 12; background: #ea333f; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; /*overflow: hidden;*/ background: #e9e9e9; }
.mobile-nav nav { height: 100%; /* overflow: auto; margin-right: -10px;*/ }
.mobile-nav nav li { }
.mobile-nav nav li ul { display: none; background: #ffffff; }
.mobile-nav nav li ul.dropdown { margin-left: 25px; /* margin-bottom: 20px;*/
display: none; padding-bottom: 15px; }
.mobile-nav nav li ul.dropdown a { font-size: 12px; border: none; padding: 6px 39px; position: relative; }
.mobile-nav nav li ul.dropdown a:hover { color: #000000; background: transparent; }
.mobile-nav nav li ul li { }
.mobile-nav nav li ul li a { font-weight: 500; font-size: 12px; }
.mobile-nav nav li ul li a:hover, .mobile-nav nav li ul li a.active { background: transparent; font-weight: 600; color: #333333; }

.mobile-nav nav li ul li ul li a:before {
    position: absolute;
    content: "\e957";
    font-family: 'icomoon' !important;
    left: 24px;
    top: 9px;
    font-size: 13px;
    font-weight: 600;
    color: #ea333f;
}

.mobile-nav nav li a { color: #333333; font-weight: 400; display: block; padding: 10px 24px; border-top: 1px solid #d6d8db; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.mobile-nav nav li a.active { color: #ffffff; background: #ea333f; }
.mobile-nav nav li a .xicon { font-size: 20px; float: right; }
.mobile-nav.active { height: 100%; right: 0; }
.mobile-nav .logo-main { font-size: 16px; color: #8795a0; padding: 15px 0px 15px 24px; display: inline-block; }
.extra-link { }
.extra-link a { border: 2px solid #000000; width: 40%; margin: 40px auto 10px; padding: 7px 0; font-size: 15px; text-align: center; }
.extra-link:hover { color: #000000; border: 2px solid #000000; background: transparent; }
.close-nav { position: absolute; top: 10px; right: 10px; border: 1px solid #ffffff; width: 26px; height: 26px; line-height: 1.5; }
/*** Mobile Nav Button ***/

.mobile-nav-btn { display: none; position: fixed; top: 4px; height: 30px; padding: 6px 7px; border-radius: 4px; right: 2%; z-index: 100; cursor: pointer; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; z-index: 14;}

@media (max-width: 991px) {
.mobile-nav-btn { display: block; }
}
.mobile-nav-btn .lines:before { top: 6px; }
.mobile-nav-btn .lines:after { top: -6px; }
.mobile-nav-btn.active { transition: 0; }
.mobile-nav-btn span { display: none; height: 3px; width: 22px; background-color: #ea333f; display: block; margin-bottom: 6px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; position: relative; top: 8px; }
.mobile-nav-btn span:before, .mobile-nav-btn span:after { display: block; background-color: #ea333f; height: 3px; width: 22px; position: absolute; left: 0; content: ''; -webkit-transform-origin: .28571rem center; transform-origin: .28571rem center; right: 0; margin: 0 auto; }
.mobile-nav-btn.active { /*
        // -webkit-transform: scale3d(0.8, 0.8, 0.8);
        // transform: scale3d(0.8, 0.8, 0.8);
        // padding: 7px 11px 4px 3px;
        // border: 1px solid #ea333f;
        // height: 34px;
        */
right: 84%; }
.lines { /* @include transition(background .3s .5s ease);*/
}
.lines:before, .lines:after { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; transition: top .3s .6s ease, -webkit-transform .3s ease; transition: top .3s .6s ease, transform .3s ease; }
.mobile-nav-btn.regional-mobile { top: 4px; }
/* mobile-nav end */

/* header 
------------------------------------*/
.header-main { padding: 0 0 0 0; width: 100%; display: block; position: fixed; z-index: 999; }

.top-bar { color: white; background: #262422; padding: 15px 0; }
.header-social { float: left; margin:0;}
.header-social li { float: left; margin: 0 15px 0 0; position: relative; text-align: center; line-height: 13px; }
.header-social li a { display: block; padding: 0; text-align: center; }
.header-social li a i { color: white; font-size: 18px; margin: 0; }
.header-social li a:hover i { color: lightgray; }

.header-contact { float: left; font-size: 14px; color: white; padding: 0;  }
.header-contact a { font-size: 14px; color: white; }

.top-area { display: inline-block; width: 100%; }
.main-menu { display: inline-block; float: right; margin: 0;  }
.main-menu > ul { float: right; margin: 0px; }
.main-menu > ul > li { padding:0px 12px; float: left; position: relative; }
.main-menu > ul > li:last-child { padding-right: 0px; }
.main-menu > ul > li:first-child:before { display: none; }
.main-menu > ul > li > a { padding: 0px; font-size: 12px; color: #fff; font-weight: normal; 
-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;
}
.main-menu > ul > li.active > a,
.main-menu > ul > li > a:hover,
.main-menu > ul > li > a.active,
.main-menu > ul > li > a:focus
 { color: #fc739d; }      

.login-nav { list-style-type: none;; margin: 0 15px 0 0; float: right;  }
.login-nav li { float: left; padding: 0 12px; position: relative; }
.login-nav li:first-child { padding-left:0px;}
.login-nav li:before { position: absolute; content: ""; width: 1px; height: 13px; background: white; left: 0px; top: 30%; }
.login-nav li:first-child:before { display: none; }
.login-nav li a {font-size: 13px; font-weight: normal; color: white;
-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;  }
.login-nav li a:hover { color: #fc739d; }

.cart-top { float: right; margin:0;}
.cart-top li { float: left; margin: 0 0 0 0; position: relative; text-align: center; line-height: 13px; }
.cart-top li a { display: block; padding: 0; text-align: center; }
.cart-top li a span { color: white; font-size: 18px; margin: 0; 
-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
.cart-top li a:hover span { color: #fc739d; }

.logo-area-full { padding: 25px 0 10px 0; width: 100%; }
.logo { margin: 0; float: left; position: relative; display: block; width: 209px; }
.logo a { display: block; }

.top-health-advisor { float: left; width: 100%;}
.top-health-advisor ul {list-style-type: none;margin:0; float: left; width: 100%;}
.top-health-advisor li {float: left;padding: 0;position: relative;width: 50%;text-align: center;}
.top-health-advisor li.health-txt { font-weight: bold; color: white }
.top-health-advisor li.health-txt a { font-weight: bold; color: white; border-radius: 5px 0px 0px 5px; background: #fc739d; }
.top-health-advisor li.health-txt a:hover { color: white; background:#fc739d;  }
.top-health-advisor li a {font-size: 14px; font-weight: normal; color: white; background: #1a76dc; display: block; padding: 5px 8px;
border-radius: 0px 5px 5px 0px; }
.top-health-advisor li a:hover { color: white; background:#1967bd;  }

.stickyheader .logo-area-full {border-bottom: 1px solid #e4e4e4; background: rgba(255,255,255,0.9); padding: 10px 0 10px 0;  }
.stickyheader .logo-area-full .logo { width:100px; margin: 3px 0 0 0; }

/* sldier home 
------------------------------------*/
.slider-wrapper { width:100%;  /*margin-bottom: 20px;*/ position:relative; }
.home-banner { width: 100%; height: 768px; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; display: table; }
.home-slider-nav-wrapper { position: absolute; bottom: 10px; top: 0px; width: 100%; }
.home-slider-nav-wrapper .container { padding-top: 200px; }
.home-slider-nav-wrapper .container, .home-slider-nav-wrapper .row { height: 100%; }
.home-slider-nav-main { background: rgba(0,0,0,0.4); padding: 25px 25px; color: white; border-radius: 5px; min-height: 200px; }
.home-slider-nav h1 { font-size: 22px; font-weight: bold; color: white; padding: 0 0 10px 0; }
.home-slider-nav p { font-size: 14px; font-weight: normal color: white; padding: 0 0 10px 0; }
.home-slider-nav a.home-banner-link {margin: 0;font-size: 13px;line-height: 18px;font-weight: 400;text-transform: capitalize;padding:6px 12px;background:#fc739d;color: white;position:relative;display:table;-moz-border-radius: 3px 3px 3px 3px;-webkit-border-radius: 3px 3px 3px 3px;border-radius: 3px 3px 3px 3px;}
.home-slider-nav a.home-banner-link:after { content: "\e93a"; font-family: 'icomoon' !important;
font-size: 13px;  color: white; padding-left: 10px; display: table-cell; vertical-align: middle;  }
.home-slider-nav a.home-banner-link:hover {background:#ee6a93; }

/* slick arrows .home slider */
.home-slider-nav .slick-prev,.home-slider-nav .slick-next {font-size: 0;line-height: 0;position: absolute;bottom: -55px; left: initial; top: initial; z-index: 100;display: block;cursor: pointer;color: transparent;border: none;outline: none;background: black;padding: 5px 5px;width: 30px;height: 30px;
-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.home-slider-nav .slick-prev {right: 10px;}
.home-slider-nav .slick-next {right: -25px;}
.home-slider-nav .slick-prev:before,.home-slider-nav .slick-next:before {font-family: 'icomoon' !important;color: white;font-size: 25px;line-height: 20px; position: relative;
-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }   
.home-slider-nav .slick-prev:before { content: '\e958'; }
.home-slider-nav .slick-next:before { content: '\e957'; }
.home-slider-nav .slick-prev:hover:before,
.home-slider-nav .slick-next:hover:before { color:#ffffff; }
/*.home-slider-nav .slick-prev:hover:before { left:-2px; }
.home-slider-nav .slick-next:hover:before { right:-2px; }*/
.home-slider-nav .slick-prev:hover,
.home-slider-nav .slick-next:hover { background:#fc739d; }

/* tabs custom (place nav and tabs anywhere separately)
------------------------------------*/
.tabs-custom-nav li a {color: black; }
.tabs-custom-nav li.current a {color: #0076FB;}
.tab-content-main { /*border: 1px solid grey; padding: 15px;*/ }
.tab-content-main .tab-content {  display: none;overflow: hidden;width: 100%;}
.tab-content-main .tab-content.selected { display: block; }

/* points boxes area
------------------------------------*/
.points-boxes-area { background:#f7f7f7; position: relative; }
.points-boxes-area .col-lg-4:nth-child(3) { border-right:0px; }
.points-box {padding: 0px 20px 0px 65px;position:relative;}
.points-box:before { position: absolute; content: ""; width: 1px; height:60px; right: 10px; top: -10px; background: #eaeaea;  }
/*.points-box i.fas {position:absolute;left:0px;top: -5px;color: #1a76dc;font-size: 45px;}*/
.points-box .process-icon {position:absolute;left:0px;top: 3px;color: #1a76dc;font-size: 45px;}
.points-box h3 {color: #434343;font-size: 15px; font-weight: bold; margin:0px;padding: 0;}
.points-box p {color: #7b7b7b;font-size:13px; font-weight: bold; margin:0px;padding:0;}
.points-box.no-border:before { display: none; }
.points-box:hover i.fas { color:#fc739d;  }

.points-box.step2 {padding: 0px 20px 0px 50px;}
.points-box.step3 {padding: 0px 20px 0px 80px;}




/* venture boxes area
------------------------------------*/
.venture-tabs-area { position: relative; margin: -80px 0 0 0; }
.venture-box-main {background: #c4d2e0; color: #000000;padding: 25px 15px 15px 15px;text-align: center; position: relative;    border-radius: 5px 5px 0 0;
-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.venture-box-main.current {background: #e1e9f0; }
.venture-box-main img {display: table;margin: 0 auto 10px auto;}
.venture-box-main h3 { color: black; font-weight: bold; font-size: 18px; }
.venture-tab-content {
    background: #e1e9f0;
    padding: 80px 60px 80px 60px;
    color: white;
    min-height: 150px;
}
.venture-tab-content h4 { color: #455362; font-weight: bold; font-size: 24px;padding-bottom: 25px; }
.venture-tab-content p { color: #455362; font-weight: normal; font-size: 14px; }



.appointment-area {/*background: #f9f8f9 url('../images/video-slider-bg.jpg') no-repeat center top;*/  border-top:1px solid #eaeaea;}


/* play video area
------------------------------------*/



.how-we-can-help img {
    max-width: 160px;
}


.play-video-area {/*background: #f9f8f9 url('../images/video-slider-bg.jpg') no-repeat center top;*/  border-top:1px solid #eaeaea;}
.play-video-btn { width: 218px; height: 218px; overflow: hidden; position: relative; display: table; margin: 0 auto; }
.play-video-btn img {  }
.video-slide-content {  }
.video-slide-content-main { background: white; width: 380px; }
.video-slide-content-main .connect-txt {position: absolute;left: -140px;top: 70px;color: white;padding: 7px 15px;border-radius: 5px;
background: rgba(26,116,220,1);
background: -moz-linear-gradient(left, rgba(26,116,220,1) 0%, rgba(59,184,238,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26,116,220,1)), color-stop(100%, rgba(59,184,238,1)));
background: -webkit-linear-gradient(left, rgba(26,116,220,1) 0%, rgba(59,184,238,1) 100%);
background: -o-linear-gradient(left, rgba(26,116,220,1) 0%, rgba(59,184,238,1) 100%);
background: -ms-linear-gradient(left, rgba(26,116,220,1) 0%, rgba(59,184,238,1) 100%);
background: linear-gradient(to right, rgba(26,116,220,1) 0%, rgba(59,184,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a74dc', endColorstr='#3bb8ee', GradientType=1 );
}
.video-slide-content-main img { margin: 0 0 10px 0; width: 100%; }
.video-slide-content { padding: 0px 30px 0px 30px;  }
.video-slide-content h4 {  font-size: 26px; font-weight: normal; padding: 0 0 10px 0; position: relative;  line-height: 1;}
.video-slide-content h4:before { position: absolute; content: "\e964"; right: 0px; top: 0px; color: black; font-family: 'icomoon'; color: #aaaaaa; }
.video-slide-content p {  font-size: 20px; font-weight: 300; line-height: 1.2;  }
.video-slide-content2 p { color: #6d6d6d; font-weight: 300; font-size: 18px; position: relative; padding: 0 0 25px 0; margin:0 0 20px 0; line-height: 22px; }
.video-slide-content2 p span { color: #434343; font-weight: normal; }
.video-slide-content2 p:before { position: absolute; content: ""; width: 100%; height: 1px; bottom: 0px; left: 0px; 
background: rgba(45,115,185,1);
background: -moz-linear-gradient(left, rgba(45,115,185,1) 0%, rgba(241,113,156,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45,115,185,1)), color-stop(100%, rgba(241,113,156,1)));
background: -webkit-linear-gradient(left, rgba(45,115,185,1) 0%, rgba(241,113,156,1) 100%);
background: -o-linear-gradient(left, rgba(45,115,185,1) 0%, rgba(241,113,156,1) 100%);
background: -ms-linear-gradient(left, rgba(45,115,185,1) 0%, rgba(241,113,156,1) 100%);
background: linear-gradient(to right, rgba(45,115,185,1) 0%, rgba(241,113,156,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d73b9', endColorstr='#f1719c', GradientType=1 );
}
.aid-icon  { text-align: center; }
.aid-icon .fa-briefcase-medical { font-size: 120px; color: #ffffff; }

.video-slider-main .slick-dots { bottom: -45px; }

/* wellness area
------------------------------------*/
.app-download-area {/*background: #f9f8f9 url('../images/app-download-bg.jpg') no-repeat center center;*/  min-height: 650px;border-top:1px solid #eaeaea; }

.app-download-box-main { margin:0px auto 0 auto; display: table; }
.app-download-box { position: relative; margin: 0 0 30px 0; }
.app-download-box .android { position: relative; z-index: 1; }
.app-download-box .iphone { position: relative; z-index: 0; left:30px; }
.app-download-box .iphone:hover { z-index: 2; } 
.apps-button { padding-left: 30px; }
.apps-button a.playstore { margin: 0 10px 0 0; }

.wellness-box-main { margin: 90px auto 0 auto; display: table; width: 350px; height: 350px; position: relative; background: #dddddf; border-radius: 100%;
text-align: center; }
.wellness-box-main h4 { line-height: 350px; text-transform: uppercase; font-weight: bold; font-size: 30px; }
.wellness-circle-style {  background: #7d3e98; width: 130px; height: 130px; border-radius: 100%; text-align: center; color: white;
padding: 25px 0 5px 0; position: absolute; z-index: 10;
-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.wellness-circle-style > p { padding: 0; font-size: 16px;  font-weight: bold;color: white;text-transform: uppercase;  }
.wellness-circle-style span { margin: auto; font-size: 50px; }
.wellness-circle-style i { margin: auto; font-size: 50px; }

.wellness-circle-style.physical {left: 20px; top: -50px; }
.wellness-circle-style.mental { right: 20px;top: -50px; background: #f28a30; z-index: 50; }
.wellness-circle-style.environmental {left: 0px; top: 0; bottom: 0; margin: auto; left: -60px; background: #2e68b2;}
.wellness-circle-style.spiritual {right: 0px; top: 0; bottom: 0; margin: auto; right: -60px; background: #15b9ac; z-index: 40; }
.wellness-circle-style.social {left: 20px; bottom: -50px; background: #71bf43; }
.wellness-circle-style.emotional {right: 20px; bottom: -50px; background: #f3665c; z-index: 30; }
.wellness-circle-style:hover { -webkit-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in; transition: all 200ms ease-in; -webkit-transform: scale(1.2);
-ms-transform: scale(1.2); -moz-transform: scale(1.2); transform: scale(1.2); }

.tooltip-main-wrapper { position: absolute; right: 100%; top: 30px; width: 235px; display: none;  }
.tooltip-main {width: 235px; }
.tooltip-div { position: relative; right: 10px; background-color: white; padding: 8px 10px; color: #333333; font-size: 12px; font-weight: 400; border: 1px solid #e5e5e5; 
    text-align: center; line-height: 1.5; border-radius: 5px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); }
.tooltip-div p{ color: #333333; font-size: 12px; font-weight: 400;padding: 0px; }

.tooltip-div:before {position: absolute;content: "";right: -8px;top: 0;bottom: 0;margin: auto;width: 13px;height: 13px;background: white;border: 2px solid #e5e5e5;
transform: rotate(45deg);z-index: 0;}
.tooltip-div:after {position: absolute;content: "";right: 0px;top: 0;bottom: 0;margin: auto;width: 9px;height: 29px;background: white;border: 0;z-index: 0;}

.wellness-circle-style:hover > .tooltip-main-wrapper  { display: block; }

.tooltip-main-wrapper.right {  right: -50%; margin:auto;  top: 100%; }
.tooltip-main-wrapper.right .tooltip-div  { right:10px;  top: 10px; }
.tooltip-main-wrapper.right .tooltip-div:before { right: 0; left: 0; top: -8px; bottom: initial;}
.tooltip-main-wrapper.right .tooltip-div:after { right: 0px; left: 0; top: 0; bottom: inherit; width: 29px; height: 9px; }


.footer-apps-buttons { padding:30px 0 0 0; }
.footer-apps-buttons li { float: left; padding:0 10px 0 0;  }

/* services area
------------------------------------*/
.services-area {/*background: #f9f8f9 url('../images/services-bg.jpg') no-repeat center center; min-height: 750px;*/  border-top:1px solid #eaeaea;}
.services-box-main { margin:100px auto 0 auto; display: table; }
.services-list { margin: 0px; }
.services-list li { position: relative; text-align: right; padding: 0 60px 50px 0px;margin-bottom: 50px; }
.services-list li h4 { font-size: 22px; font-weight: normal; color: #000000; padding: 0 0 0px 0; }
.services-list li p { padding: 0px; }
.services-list li:last-child { padding-bottom: 0px; }
.services-list li:before { position: absolute; content: ""; width: 44px; height: 44px; right: 0px; top: -3px;
background: url('../images/service-icon.png') no-repeat 0 0; }
.services-list.right-side li { text-align: left;padding: 0 0px 50px 60px; }
.services-list.right-side li:before { right: initial; left: 0px; }
.services-list.right-side li:last-child { padding-bottom: 0px; }

.services-list li.current h4 { color: #fc739d; }

/* partners area
------------------------------------*/
.partners-area {/*background: white url('../images/partners-bg.jpg') no-repeat center center; min-height: 650px;*/ border-top:1px solid #eaeaea; }
.services-box-main { margin:100px auto 0 auto; display: table; }
.partners-para { font-size: 12px; }
.corporate-logos {padding: 15px;border: 1px solid #dddddf;margin: 120px auto 0 auto;display: table;background: white;}
/* .corporate-logos img:hover {   -webkit-filter: grayscale(100%); Safari 6.0 - 9.0
  filter: grayscale(100%); } */

/* thumb bid gallery
------------------------------------*/
.doctor-slider-nav { position: relative; }
.doctor-slider-nan. .nav-slide { position: relative;  }
.doctor-slider-nav .doctor { background: url('../images/doctor-testimonials.png') no-repeat 0 0; display: block; height: 200px;
left: 0px; top: 0px; position: relative; cursor: pointer; margin: 0 0 0px 0; }
.doctor-slider-nav .doctor-1 {  width: 70px; height: 167px;background-position: 0px -199px;   }
.doctor-slider-nav .doctor-2 {  background-position:  -73px -199px; width: 93px; height: 170px; left: -10px; }
.doctor-slider-nav .doctor-3 {  background-position:  -168px -199px; width: 56px; height: 103px; left: -5px; top: -6px; z-index: 8; }
.doctor-slider-nav .doctor-4 {  background-position: -225px -199px; width: 136px; height: 183px; left: -45px; top:-10px; }
.doctor-slider-nav .doctor-5 {  background-position: -362px -199px; width: 70px; height: 98px; left: -11px; top:-11px; z-index: 7; }
.doctor-slider-nav .doctor-6 {  background-position: -433px -199px; width: 101px; height: 177px; left: -46px; top:-5px; }
.doctor-slider-nav .doctor-7 {  background-position: -537px -199px; width: 77px; height: 182px; left: -25px; top:-5px; }
.doctor-slider-nav .doctor-8 {  background-position: -615px -199px; width: 69px; height: 166px;left: -24px; top:5px; z-index: 0; }

.doctor-slider-nav .slick-slide { padding-top: 15px; }
.doctor-slider-nav .slick-slide.slick-current .doctor-1 { background-position: 0px 0px;  }
.doctor-slider-nav .slick-slide.slick-current .doctor-2 { background-position: -73px 0px; }
.doctor-slider-nav .slick-slide.slick-current .doctor-3 { background-position: -168px 0;  }
.doctor-slider-nav .slick-slide.slick-current .doctor-4 { background-position: -225px 0;  }
.doctor-slider-nav .slick-slide.slick-current .doctor-5 { background-position: -362px 0;  }
.doctor-slider-nav .slick-slide.slick-current .doctor-6 { background-position: -433px 0;  }
.doctor-slider-nav .slick-slide.slick-current .doctor-7 { background-position: -537px 0;  }
.doctor-slider-nav .slick-slide.slick-current .doctor-8 { background-position: -615px 0;  }

.content-slide { text-align: center; }
.content-slide h4 { font-weight: 300; font-size: 26px; padding: 0px; color: #000000; }
.content-slide p { font-weight: normal; font-size: 14px; padding: 0px; }


/* home slider form
------------------------------------*/
.home-form-box-wrapper  {background: #e1e9f0; border-radius: 5px;
-webkit-box-shadow: 0px 0px 15px 5px rgba(72,121,158,0.26);
-moz-box-shadow: 0px 0px 15px 5px rgba(72,121,158,0.26);
box-shadow: 0px 0px 15px 5px rgba(72,121,158,0.26);
}
.home-form-box-main  {  padding: 30px 30px 0px 30px;  }
.home-form-box-main h3 { font-weight: bold; font-size: 22px; }
.form-box-main { background: #f6f6f6; padding: 30px 25px 30px 25px; border: 1px solid #e5e5e5; }
.form-box-main h2 { padding: 0 0 15px 0; }
.form-box-main form { width: 100%; }
.form-box-main form > ul { display: inline-block; width: 100%; margin-bottom: 0px; }
.form-box-main form > ul > li { width: 50%; margin: 0 0 20px 0; padding: 0 15px; float: left; box-sizing: border-box; }
.form-box-main form > ul > li:nth-child(even) { margin-right: 0; }
.form-box-main form > ul > li:last-child { margin-bottom: 0px; }
.form-box-main form > ul > li.full-field { width: 100%; }
.form-box-main form > ul > li label.field-txt {  font-weight: 500; font-size: 12px; color: #000303; text-transform: uppercase; margin: 0 0 7px; width: 100%; display: block }
.form-box-main form > ul > li label.field-txt span { color: #ec1d23; }

.suggested-content { padding: 20px 0 20px 0; display: inline-block; width: 100%; }
.suggested-content h4 { color: #fc739d; font-size: 16px; padding: 0 0 15px 0;  }
.suggested-content ul {}
.suggested-content ul li { position: relative; float: left; width: 50%; padding: 0 0 5px 22px; color: #434343; font-size: 14px; }
.suggested-content ul li:before { position: absolute; content: ""; left: 0px; top: 9px;  width: 13px; height: 1px; background: #434343; 
}
.suggested-content ul li a {  color: #434343; font-size: 13px; }
.suggested-content ul li a:hover {  color: #fc739d; }

.advance-search { padding: 15px 30px 15px 15px; border-radius: 5px; text-align: right;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(72,121,158,0.2);
-moz-box-shadow: 0px 0px 15px 5px rgba(72,121,158,0.2);
box-shadow: 0px 0px 15px 5px rgba(72,121,158,0.2);
 }
.advance-search a { color: #434343; font-size: 13px; position: relative; padding: 0 15px 0 0; }
.advance-search a:before {position: absolute;content: "\e957";right: 0px;top: 0;font-size: 20px;line-height: 15px;font-family: 'icomoon';
color: #434343; 
-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
.advance-search a:hover, .advance-search a:hover:before { color: #fc739d; }
.advance-search a:hover:before { right: -5px;  }


/* testimonial area
------------------------------------*/
.testimonial-area { }
.testimonials-slider-main { display:inline-block; width:100%; text-align: center; margin:20px 0 0 0; 
padding-bottom:0px; }
.testimonials-slider { padding:20px 0 0 0; }
.testimonials-slider img { border-radius: 200px; 
 margin: 0 auto 25px auto; box-shadow: 0 0 0 8px white, 0 0 0 10px #1a76dc; }
.testimonials-slider h4 { font-weight: 300; font-size: 26px; padding: 0px; color: #000000; }
.testimonials-slider p { font-size: 14px; font-weight: normal; margin: 0 auto 0px auto; padding: 0px;  position: relative; }

/*.testimonials-slider p:before,.testimonials-slider p:after{
    position:relative; display:inline-block; color:#1f295d; font-family: 'icomoon' !important;  font-size:15px; font-style: initial; }
.testimonials-slider p:before {  content:"\e90c"; left:-5px; top:-15px;  }
.testimonials-slider p:after { content:"\e90b";  right:-5px; bottom:-10px;  }*/

/* form commom styling
------------------------------------*/
input[type="text"],
input[type="number"],
input[type="tel"],
textarea { width: 100%; height: 40px; margin: 0 0 10px 0; border: 1px solid #c5d4e2; background: white; padding: 5px 15px; color: #9babb8; font-size: 13px; font-weight: 400;  
 border-radius: 5px; }
select { width: 100%; height: 40px; margin: 0 0 10px 0; border: 1px solid #c5d4e2; background: white; padding: 5px 15px; color: #9babb8; font-size: 13px; font-weight: 400;  
 border-radius: 5px; }
select[name="ddlMonth"], .form-box-main form ul > li select[name="ddlDay"], 
select[name="ddlYear"] { float: left; width: 32.5%; margin: 0 1% 0 0; }
select[name="ddlYear"] { margin: 0; }
textarea { width: 100%; margin: 0; padding: 8px 12px; height: 100px; }

/*select[name="txtPhoneCode"] { float: left; width: 24%; margin: 0 1% 0 0; cursor:pointer; }
input[name="txtPhone"] { width: 75%; }
.check-list { float:left; margin:0 15px 0 0; }
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){ width:28px; margin:0; padding:0; opacity:0;cursor:pointer;  }
input[type=checkbox]:not(old) + label, input[type=radio   ]:not(old) + label{
  display: inline-block; margin-left:-28px; padding-left:28px; background:url('/custom/assets/images/checks.png') no-repeat 0 0;
  line-height  : 24px; font-weight:400; font-size:13px;  }
input[type=checkbox]:not(old):checked + label{ background-position : 0 -24px; }
input[type=radio]:not(old):checked + label{ background-position : 0 -48px; }*/

form button { 
    background: #1a76dc;
    border: 0px;
    color: white;
    padding: 0 35px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    height: 40px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form button:hover { background: #1967bd;  cursor: pointer; }
/*form button:after { content: "\e93a";  font-family: 'icomoon' !important;  font-size: 13px; color: white; padding-left: 10px; }*/

input::-webkit-input-placeholder { color: #9babb8; opacity: 1 !important; }
input:-moz-placeholder { color: #9babb8; }
input::-moz-placeholder { color: #9babb8; }
input:-ms-input-placeholder { color: #9babb8; }
textarea::-webkit-input-placeholder { color: #9babb8; opacity: 1 !important; }
textarea:-moz-placeholder { color: #9babb8; }
textarea::-moz-placeholder { color: #9babb8; }
textarea:-ms-input-placeholder { color: #9babb8; }
input:focus, textarea:focus, button:focus, select:focus, option:focus, .selected-flag { outline: none; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type="number"] { -moz-appearance: textfield; }

.intl-tel-input { width: 100%; }
.intl-tel-input .country-list { width: 367px; }
.intl-tel-input .country-list .country { font-size: 12px; }

/* footer 
------------------------------------*/
.footer-main { padding: 0; border-top: 1px solid #eaeaea; margin: 0 0 0 0; }
.footer-main a { -webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;  }
.footer-top { padding: 30px 0 20px 0; }

.logo-footer { padding: 0 0 0 0; }
.footer-nav {list-style-type: none;margin: 0; padding: 0 0 0 25px; width: 100%;display: inline-block; position: relative; }
.footer-nav:before { position: absolute; content: ""; width: 15px; height: 14px; left: 0px; top:4px;
background: url("../images/footer-hamburger-icon.png") no-repeat 0 0; }
.footer-nav li { padding: 0 0 0px 15px; position: relative; }
.footer-nav li+li { padding-top: 30px;}
.footer-nav li a { font-size: 14px; font-weight: 400; color: #434343; }
.footer-nav li a:hover { color: #fc739d; }

.address-main  {width:100%;display: inline-block;margin: 0 0 10px 0;}
.address-main li{line-height:28px;font-size:14px;padding:0 0 5px 40px;position: relative; color:#434343; }
.address-main li a { color:#434343;}
.address-main li a:hover { color:#1a76dc;}
.address-main li i {position: absolute;left: 0px;top: 5px; color: #fc739d; font-size:15px;}
.address-main li.address { line-height: 20px; padding-bottom: 15px; }
.address-main li.phone { font-size: 27px; font-weight: bold; }
.address-main li.email {}
.address-main li.address i { font-size: 18px; top: 2px; }
.address-main li.phone i { font-size: 18px; }
.address-main li.email i { font-size: 18px; top: 3px; }

.subscribe-main { margin:0 0 10px 0; width:100%; display:inline-block;}
.subscribe-main input[type='text']{background: white;border: 1px solid #c6c6c6;color: #9d9d9d;padding:10px 10px 10px 20px; margin: 0px; font-size: 12px;font-weight: normal;float: left;height: 40px;line-height: 40px;width: 65%; border-radius: 5px 0 0 5px;}
.subscribe-main input[type='submit']{background: #1a76dc;border:0px;color:white;padding: 0;font-size: 12px;font-weight: normal; cursor:pointer;float: left;height: 40px;width: 35%; border-radius: 0px 5px 5px 0;
-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;  }
.subscribe-main input[type='submit']:hover{background: #1967bd;}
.subscribe-main input::-webkit-input-placeholder {color: #9d9d9d; opacity: 1 !important; }
.subscribe-main input:-moz-placeholder {color: #9d9d9d; }
.subscribe-main input::-moz-placeholder {color: #9d9d9d; }
.subscribe-main input:-ms-input-placeholder {color: #9d9d9d;}

.footer-social { float: right; margin:0;}
.footer-social li { margin: 0 0 0 0; position: relative; line-height: 13px; }
.footer-social li:first-child { margin-top: 15px; }
.footer-social li+li { margin-top: 40px; }
.footer-social li a { display: block; padding: 0; text-align: center; }
.footer-social li a i { color: #dcdcdc; font-size: 26px; margin: 0; 
-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;
}
.footer-social li a i.fa-facebook-f {color:#3b5998;}
.footer-social li a i.fa-twitter {color:#1da1f2;}
.footer-social li a i.fa-instagram {color:#bc5387;}

/*.footer-social li a:hover i { color: #fc739d; }*/

.footer-bottom { background: #e9e9e8; padding: 25px 0; }
.copyright {  padding: 0 0 0 45px; margin: 0px; font-size: 12px; color: #9d9c9c; position: relative; }
.copyright:before { position: absolute;content: ""; left: 0px; top: 0px; width: 35px; height: 19px; 
background: url("../images/copyright-icon.png") no-repeat 0 0;}
.copyright span.copyright-icon  { font-size: 28px; font-weight: 300; color: #9d9c9c; line-height: 6px; display: inline; top: 4px; position: relative; }
.copyright span.register-icon { font-size: 13px; font-weight: 300; color: #9d9c9c; line-height: 6px; display: inline; top: -4px; left: -3px; position: relative; text-transform: uppercase; font-family: 'Roboto', sans-serif; }

/********** Responsive **********/
@media only screen and (min-width: 768px) {
.home-banner-content h1 { font-size: 45px!important; }    
.number-banner-content h1 { font-size: 45px!important; }    
.inner-banner-content h1 { font-size: 40px!important; } 

h2, .h2{ font-size: 35px!important; }
}
@media only screen and (max-width: 1200px) {
.home-slider .slick-dots { width:auto; text-align:center; }
}
@media only screen and (max-width: 1024px) {
.home-banner { background-position: center left; }
.testimonials-slider-main .slick-prev { left:0px; }
.testimonials-slider-main .slick-next { right:0px; }
}
@media only screen and (max-width: 991px) {
.logo {width: 70px; }	
}
@media only screen and (max-width: 767px) {
.home-banner { height: 380px; }
.inner-banner { height: 300px; }

/*** theme sections padding ***/
.sec-padding-100 { padding:50px 0;}
.sec-padding-90 { padding:45px 0;}
.sec-padding-80 { padding:40px 0;}
.sec-padding-70 { padding:35px 0;}
.sec-padding-60 { padding:30px 0;}
.sec-padding-xlarge { padding:25px 0; }
.sec-padding-large { padding:20px 0; }
.sec-padding-medium { padding:15px 0; }
.sec-padding-small { padding:15px 0; }
.sec-padding-xsmall { padding:10px 0; }

/*** theme sections margin ***/
.sec-margin-100 { margin:50px 0;}
.sec-margin-90 { margin:45px 0;}
.sec-margin-80 { margin:40px 0;}
.sec-margin-70 { margin:35px 0;}
.sec-margin-60 { margin:30px 0;}
.sec-margin-xlarge { margin:25px 0; }
.sec-margin-large { margin:20px 0; }
.sec-margin-medium { margin:15px 0; }
.sec-margin-small { margin:15px 0; }
.sec-margin-xsmall { margin:10px 0; }

.sliderxs { padding-bottom:30px; }

.copyright { text-align:center;  }  
.footer-nav2 { margin: 10px auto 10px auto; display:table; float: none; }
.disclaimer { text-align:center; }
}





