
* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { margin: 0px; width: 100%; font-size: 20px; line-height: 28px; color: #092D4D; font-family: 'Akkurat-Regular'; font-weight: normal; background: #fff; }
*::-webkit-input-placeholder { opacity:1; color: #000; }
*::-moz-placeholder {opacity:1;color: #000; }
*:-ms-input-placeholder {opacity:1;color: #000;}

input[type=checkbox]{ -webkit-appearance: checkbox; margin: 5px 0 0 5px; display: inline-block; vertical-align: top;}
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; }

:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

/* common */
b,strong { font-weight:600;}
a { transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; text-decoration: none; outline: none; }
sup { display: inline-block; vertical-align: super; line-height: 1; font-size: 70%; position: relative; top: 2px; }
sub { vertical-align: sub; }
ul { list-style: none; }
.clear { clear: both; overflow: hidden; font-size:0; line-height:0; }
img { border: 0px; outline: none; display: block; max-width: 100%; height: auto; }
p a { color: #171717; text-decoration:underline; }
p a:hover { text-decoration:none; }
h3 { font-weight: 500; color: #171717; font-size: 24px; line-height: 29.24px; }
h3 strong { font-weight: 500; }
.mob-show { display: none !important; }
h1, h2, h3, h4, h5, h6 { padding: 0px; margin: 0px; }  

#back-to-top { box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; -ms-box-shadow: 0px 0px 15px rgba(0,0,0,0.4) inset; position: fixed; bottom: 20px; display: none; right: 15px; z-index: 9999; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #006bb6; }
#back-to-top:after { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; top: 50%; border: 10px solid transparent; border-bottom-color: #fff; margin: -15px 0 0 -10px; }
#back-to-top.show { opacity: 0.8; }
#back-to-top.show:hover { opacity: 1; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; margin: 0; padding: 0; overflow: hidden; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

/* wrapper */
#wrapper { overflow: hidden; width: 100%; min-height: 100%; position: relative; }
.cont_wrapper { width:100%; max-width: 1190px; padding: 0 20px; margin: 0 auto; position: relative; }
.wrapper { width: 100%; max-width: 1216px; padding: 0 20px; margin: 0 auto; position: relative; }

.head-wrap { width: 100%; position: relative; padding-bottom:55px; z-index: 999999999; }

.ad_container { width: 100%; min-height:110px; background-color: #fff}
.ad_container .ad { display: block; width: 100%; text-align: center; max-width: 100%; margin: 0px auto; padding: 10px 0; max-height: 110px; }
.ad_container .ad img { vertical-align: top; }


/*********Header Css*********/

header { float: left; width: 100%; background: #FFFFFF; text-align: center; position:absolute; z-index:999999; left:0; bottom:0; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
header .header_inner{float:left; width:100%; padding:0 15px 0 20px; border-top:4px solid #bce2f1; position:relative; min-height:55px; z-index:99;}
header.show { position: fixed; top:0; bottom: auto; }

header .logobar { float: left; padding: 0px; display: flex; align-items: center; flex-wrap: wrap; min-height: 51px; }
header .logobar a.site-logo { display:inline-block; width: 133px; vertical-align: middle; }
header .logobar a.site-logo.health { width: 100px; }
header .logobar a.brand-logo { display:inline-block; width: 115px; vertical-align: middle; }
header .logobar .plus { margin: 0 10px; width: 11px; position: relative; }

header a.paid_logo{ display:inline-block;width:auto;  margin:0 auto;vertical-align:top; color:#000; text-transform:uppercase; font-family: 'Source Sans Pro', sans-serif; font-size:13px; line-height: 18px; font-weight:600; background:#bce2f1; padding:0 10px 3px 10px; position:absolute; top:0; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%);}
a.paid_logo img { margin: 3px 0px 0px 2px; display: inline-block; vertical-align: top; }
header .show_text { float:left; width:100%; font-family: 'Source Sans Pro', sans-serif; font-size:11px; font-weight:600; color:#151515; text-transform:uppercase; text-align:center; background:#fff; padding:8px 20px; margin:0; position:relative; display:none; line-height:14px; position:absolute; left:0; top:100%; z-index: 1; width:100%; box-shadow: 0px 2px 2px rgba(0,0,0,0.1); }
header .show_text a { color: #003865; }
header .show_text span.close{ position:absolute; right:2px; top:7px; width:20px; height:20px; cursor:pointer;}
header .show_text span.close:before, header .show_text span.close:after { position:absolute; left:10px; content:""; height:13px; width:1px; background-color:#151515; }
header .show_text span.close:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }
header .show_text span.close:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); }
header ul.social_icon{ list-style:none; float:right; width:auto; margin-top:9px;}
header ul.social_icon li{ list-style:none; display:inline-block; float:left; margin-left:7px;  }
header ul.social_icon li:first-child{ margin-left:0; }
header ul.social_icon li a{ display: flex; align-items: center; justify-content: center; width:30px; height:30px; opacity:1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
header ul.social_icon li a i{ font-size:15px; line-height:26px; vertical-align: top; color:#fff; display:inline-block; }
header ul.social_icon li a:hover{opacity:0.7;}
header .social_part .toggle_social { display: none; width: 29px;}

.social_icons_box {position: fixed; width: 100%; max-width: 100%; height: 100%; left: 0;
top: 100%; background: rgba(0, 0, 0, 0.7); z-index: 9999999;padding: 62px 30px 0;    overflow-y: scroll; }

.d-flex { display: flex; flex-wrap: wrap; }
.v-center { align-items: center; } 
.h-center { justify-content: center; }


/*content-part*/
#content-part { width: 100%; position: relative; }

	.sticky-menu-bar { padding: 9px 0px; position: absolute; top: 100%; left: 0px; width: 100%; background-blend-mode: normal, multiply; backdrop-filter: blur(300px); -webkit-backdrop-filter: blur(300px); }
	.sticky-menu-bar ul { padding: 0px; margin: 0px; list-style-type: none; }
	.sticky-menu-bar ul li { padding: 0 10px; }
	.sticky-menu-bar ul li a { padding: 4px 24px 3px; text-align: center; display: block; font-family: 'Knockout-HTF47'; font-size: 22px; line-height: 26px; letter-spacing: 0.5px; text-align: center; text-transform: uppercase; color: #FF4713; border-radius: 200px; background: #FFFFFF; }
	
	.home-banner { text-align: center; }
	.home-banner .text { order: -1; width: 50%; background: linear-gradient(0deg, #FF4713, #FF4713), linear-gradient(180deg, #E2E8EE -5.36%, #E1E8F0 34.1%); }
	.home-banner .inner { padding: 103px 20px 62px; margin: 0 auto; width: 100%; max-width: 600px; text-align: center; }
	.home-banner .inner.no-menu { padding-top: 52px; }
	.home-banner h1 { padding: 0 0 10px; font-family: 'NimbusSans'; font-size: 49px; line-height: 43px; letter-spacing: -0.01em; text-transform: uppercase; color: #FFFFFF; font-weight: normal; }
	.home-banner p { padding: 0 20px; font-size: 20px; line-height: 26px; color: #FFFFFF; font-family: 'Akkurat-Regular'; font-weight: normal; letter-spacing: -0.01em; }
	.home-banner .image { width: 50%; position: relative; }
	.home-banner .image img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
	.home-banner .image .mobile { display: none; }
	.home-banner .animation-wrapper { margin: 47px auto 0px; max-width: 369px; position: relative; }
	.home-banner .animation-wrapper .img { padding: 0 30px; position: absolute; top: 103px; left: 0px; }
	.home-banner .circle-aniamtion { position: relative; animation:spin 30s linear infinite; }
	
	@keyframes spin { 
		100% { 
			-webkit-transform: rotate(-360deg); 
			transform:rotate(-360deg); 
		} 
	}
	
	.intro-bar { padding: 70px 0px 63px; }
	.intro-bar .wrapper { max-width: 1060px; } 
	.intro-bar .cs-text { margin: 0 auto; max-width: 575px; }
	.intro-bar p { padding-bottom: 28px; }
	.intro-bar p span { color: #FF4713; }
	.intro-bar .image { margin: 45px auto 70px; max-width: 575px; }	
	
	.product-repeater { padding: 85px 0px 33px; color: #fff; background: #36A4F5 url(../images/bg1.jpg) top -1050px center no-repeat; }
	.product-repeater.orange-color { background: #FB5113 url(../images/bg2.jpg) top -1050px center no-repeat; }
	.product-repeater.blue-color { background: #104472 url(../images/bg3.jpg) top -1050px center no-repeat; }
	
	.product-repeater.orange-color .tabs { border-color: #B9480B; }
	.product-repeater.orange-color .tabs li { color: #B9480B; }
	.product-repeater.orange-color .tabs li:first-child { border-right-color: #B9480B; }
	.product-repeater.orange-color .tabs li:last-child { border-left-color: #B9480B; }
	
	.product-repeater.blue-color .tabs { border-color: #08233C; }
	.product-repeater.blue-color .tabs li { color: #08233C; }
	.product-repeater.blue-color .tabs li:first-child { border-right-color: #08233C; }
	.product-repeater.blue-color .tabs li:last-child { border-left-color: #08233C; }
	
	.product-repeater h2 { padding: 0px 0px 20px; margin: 0px; font-size: 95px; line-height: 99px; text-align: center; text-transform: uppercase; color: #FFFFFF; font-family: 'NimbusSans'; }
	.product-repeater .top { padding: 0 0 76px; margin: 0 auto; max-width: 575px; } 
	.product-repeater h3 { padding: 0px 0px 29px; margin: 0px; font-size: 61px; line-height: 64px; color: #FFFFFF; text-align: center; font-family: 'NimbusSans'; }
	.product-repeater .video { margin: 0 auto 149px; max-width: 1175px; position: relative; }
	.product-repeater .video .video-poster { box-shadow : 0px 100px 80px rgba(0, 0, 0, 0.14), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.10064), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.083455), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.07), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.056545), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0393604); }
	.product-repeater .video .play-btn { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
	.product-repeater .video .play-btn img { width: 97px; border-radius: 100%; -webkit-border-radius: 100%; box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06), 0px 4.52206px 7.53677px rgba(0, 0, 0, 0.0390953), 0px 1.87823px 3.13039px rgba(0, 0, 0, 0.03), 0px 0.67932px 1.1322px rgba(0, 0, 0, 0.0209047); }
	.product-repeater .middle-img { margin: 0 auto; width: 575px; box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.14), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.10064), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.083455), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.07), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.056545), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0393604); }
	.product-repeater .detail { padding: 54px 0px 55px; margin: 0 auto; border-bottom: 1px solid #fff; max-width: 575px; }
	.product-repeater h4 { font-size: 39px; line-height: 42px; color: #FFFFFF; text-align: center; font-family: 'NimbusSans'; font-weight: normal; text-transform: uppercase; }
	.product-repeater h5 { padding: 0 0 19px; font-weight: normal; font-size: 25px; line-height: 28px; color: #FFFFFF; font-family: 'Akkurat-Bold'; }
	.product-repeater .tabs { padding: 0px; margin: 39px auto 0px; max-width: 375px; list-style-type: none; border: 2px solid #277BB9; border-radius: 64px;
 } 
	.product-repeater .tabs li { padding: 6px 10px; width: 50%; font-size: 16px; line-height: 28px; text-align: center; color: #277BB9; cursor: pointer; font-family: 'SF Compact Display'; text-transform: uppercase; font-weight: 500; }
	.product-repeater .tabs li.is-active { background: #fff; }
	.product-repeater .tabs li:first-child { border-right: 1px solid #277BB9; border-radius: 64px 0px 0px 64px; }
	.product-repeater .tabs li:last-child { border-left: 1px solid #277BB9; border-radius: 0px 64px 64px 0px; }
	
	.product-repeater .tab-content .note { padding: 35px 0px; margin: 0px; border-bottom: 1px solid #fff; display: none; }
	.product-repeater .detail .note.is-show { display: block; }
	.product-repeater .tab-content .note p { font-family: 'Akkurat-Regular'; }
	
	.product-repeater .tab-content { margin: 0 auto; max-width: 575px; display: none; }
	.product-repeater .tab-content.is-show { display: block; }
	.product-repeater .tab-content .inner { padding: 64px 0; width: 100%; }
	.product-repeater .tab-content .inner .one { width: 52%; }
	.product-repeater .tab-content .inner .two { width: 48%; }
	.product-repeater .tab-content ul { padding: 0px; margin: 0px; font-size: 16px; line-height: 22px; color: #fff; }
	.product-repeater .tab-content ul li { padding: 0 0 14px 8px; position: relative; }
	.product-repeater .tab-content ul li:before { content: ""; width: 4px; height: 4px; position: absolute; top: 8px; left: 0px; border-radius: 100%; -webkit-border-radius: 100%; background: #fff; }
	.product-repeater .tab-content ul li strong { font-family: 'Akkurat-Bold'; font-weight: normal; }
	.product-repeater .tab-content .inner p { padding: 0 0 27px; font-size: 16px; line-height: 22px; }
	.product-repeater .tab-content .inner p strong { padding-bottom: 2px; font-family: 'Akkurat-Bold'; font-weight: normal; display: block; } 
	.product-repeater .copyright { padding-top: 15px; margin-bottom: -15px; font-size: 12px; line-height: 22px; font-family: 'Akkurat-Regular'; color: #A5D5FF; text-align: center; }

	.sticky-widget { width: 175px; position: fixed; bottom: 20px; right: 20px; z-index: 999; box-shadow: 0px 36px 80px rgba(0, 0, 0, 0.07), 0px 15.0399px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 8.04107px 17.869px rgba(0, 0, 0, 0.0417275), 0px 4.50776px 10.0172px rgba(0, 0, 0, 0.035), 0px 2.39404px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 0.996212px 2.21381px rgba(0, 0, 0, 0.0196802); border-radius: 8px; background: #FF4713; }
	.sticky-widget .text { padding: 20px 10px 27px; text-align: center; }
	.sticky-widget .text h3 { padding: 0px 0 19px; font-size: 22px; line-height: 22px; text-align: center; color: #FFFFFF; font-family: 'NimbusSans'; font-weight: normal; text-transform: uppercase; }
	.sticky-widget .btn { padding: 4px 24px 3px; font-family: 'Knockout-HTF47'; display: inline-block; vertical-align: top; font-size: 22px; line-height: 26px; text-align: center; text-transform: uppercase; color: #FF4713; border-radius: 200px; -webkit-border-radius: 200px; background: #FFFFFF; }
	.sticky-widget .image-slider { padding: 0px; margin: 0px; line-height: 0px; border-radius: 0px 0px 8px 8px; -webkit-border-radius: 0px 0px 8px 8px; }
	.sticky-widget .image-slider img { display: block; margin: 0px; width: 100%; max-width: 100%; height: auto; border-radius: 0px 0px 8px 8px; -webkit-border-radius: 0px 0px 8px 8px; }
	.sticky-widget .slick-autoplay-toggle-button { display: none; }
	.sticky-widget .image-slider:not(.slick-initialized) .repeat:not(:nth-of-type(1)) { display: none; }

/*footer*/
.footer { float: left; width: 100%; background: #ffffff; padding: 25px 0 17px; text-align: center; z-index: 9999; line-height: 20px; }
.footer a.footer_logo { display: inline-block; vertical-align: top; line-height: 20px; vertical-align: top; width: 175px; }
.footera.footer_logo img { vertical-align: top; width: 169px; }
.footer ul { list-style: none; padding: 10px 0 0; line-height: 20px; }
.footer ul li { display: inline-block; vertical-align: top; font-family: 'Source Sans Pro', sans-serif; font-size: 11px; line-height: 14px; font-weight: 500; color: #151515; padding: 0 7px 0 0px; border-right: 1px solid #151515; line-height: 10px; line-height: 10px;}
.footer ul li:first-child { background: none; }
.footer ul li:last-child { border-right: 0;} 
.footer ul li a { display: block; color: #151515; }
.footer ul li a:hover, footer ul li a:focus { color: #000000; }

.slick-sr-only { border: 0!important; clip: rect(1px,1px,1px,1px)!important; -webkit-clip-path: inset(50%)!important; clip-path: inset(50%)!important; height: 1px!important; margin: -1px!important; overflow: hidden!important; padding: 0!important; position: absolute!important; width: 1px!important; white-space: nowrap!important }

/****************************Video Popup Css********************************************/
.video-js { width: 100%; height: 0; padding-bottom: 56.2%; }
.v_box { position: relative; height: 0; width: 100%; /*padding-bottom:0%;*/ padding-bottom: 56.25%; }
.vid_box .video-js { height: 100%; width: 100%; position: absolute; top: 0; left: 0; }
.popup_view { overflow: hidden; }

/****** CSS LIGHTBOX ******/
.vid_box { pointer-events: none; position: fixed; top: 100%; left:0; background: rgba(0, 0, 0, .85); opacity: 0; -webkit-transition: opacity .5s ease-in-out; moz-transition: opacity .5s ease-in-out;  o-transition: opacity .5s ease-in-out;  transition: opacity .5s ease-in-out; overflow-y: scroll; z-index: 9999999999; width: 100%; max-width: 100%; padding: 0 35px 0; display:flex;  align-items:center;  justify-content: center;  flex-wrap: wrap; }
.vid_box_inner { display: block; /*width:100%;*/ width: 1100px; /*margin: 0 auto;*/ padding: 10px 0 10px; position: relative; max-width: 100%; }
.vid_box video { margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-height: 100%; max-width: 100%; border: none; box-shadow: 0px 0px 8px rgba(0, 0, 0, .3); box-sizing: border-box; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; }
span.vid-close { cursor: pointer; display: block; width: 18px; height: 20px; text-decoration: none; position: absolute; top: -80px; right: -30px; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; }
span.vid-close img{ vertical-align: top; width: 18px; height: 20px; }
.vid_box.active { opacity: 1; top: 0; bottom: 0; pointer-events: auto; }
.vid_box.active .v_box { padding-bottom: 56.25%; border:2px solid #fff; }
.vid_box.active .video-js { background: #000; }
.vid_box.active video { max-height: 100%; max-width: 100%; }
.vid_box.active span.vid-close { top: 0; }