
* { 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: #020202; font-family: 'Inter'; 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; }

#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-top:55px; z-index: 999999999; }
.ad_container { width: 100%; transition: all 350ms; -webkit-transition: all 350ms; min-height: 110px; overflow: hidden; 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; }

.ad_container.is-mobile-ad { min-height: 70px; }


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

header { float: left; width: 100%; background: #FFFFFF; text-align: center; position: fixed; z-index:999999; left:0; top: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; 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: 85px; vertical-align: middle; }
header .logobar a.site-logo.health { width: 100px; }
header .logobar a.brand-logo { display:inline-block; width: 85px; vertical-align: middle; }
header .logobar .plus { margin: 0 17px 0 17px; 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%; 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: 13px;}
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;}

header .paid-info { margin: -8px 0 0 -48px; position: absolute; top: 50%; left: 50%; cursor: pointer; display: inline-block; vertical-align: top; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; line-height: 17px; text-transform: uppercase; color: #000000; text-decoration: none; }
header .paid-info svg { margin: 2px 2px 0px 0px; width: 11px; display: inline-block; vertical-align: top; }
header .paid-info svg .i-circle { fill: #000000; }
header .paid-info svg .i-pin { fill: #ffffff; }
header .paid-info span { padding: 7px 10px; font-weight: normal; color: #000000; will-change: filter; visibility: hidden; align-items: center; position: absolute; top:calc(100% + .5rem); left: -76px; text-align: left; width: 280px; height: fit-content; background: #fff; text-transform: none; cursor: pointer; filter: drop-shadow(0 0 0.1em #000) drop-shadow(0 0 0.1em #000) }
header .paid-info span:before { content: ""; position: absolute; bottom:calc(100% - .0625rem);
left: 77px; height:.375rem; width:.75rem; background: #ffffff; clip-path: polygon(50% 0, 0 100%, 100% 100%); -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%) }
header .paid-info:hover span { opacity: 1; visibility: visible; }

.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; }
header .back-btn { display: block; font-size: 0px; position: absolute; top: 80px; left: 30px; width: 61px; height: 61px; background: url(../images/back.png) center center no-repeat; background-size: cover; }
	
	.slick-dots { padding: 22px 0px 0px 0px; margin: 0px; width: 100%; list-style-type: none; display: flex !important; align-items: center;     justify-content: center; }
	.slick-dots li { padding: 0px 5px !important; line-height: 17px; }
	.slick-dots li:before { display: none; }
	.slick-dots li a { display: block; cursor: pointer; -webkit-appearance: none; font-size: 0px; line-height: 0px; border-radius: 100%; -webkit-border-radius: 100%; border: 0px; width: 12px; height: 12px; transition: all 350ms !important; -webkit-transition: all 350ms !important; background: #ffffff; }
	.slick-dots li.slick-active a, .slick-dots li a:hover { background: #D03B31; }
	.slick-arrow { visibility: hidden; opacity: 0; font-size: 0px; line-height: 0px; border: 0px; cursor: pointer; width: 30px; height: 18px; position: absolute; bottom: 2px; z-index: 10; background-position: center center; background-repeat: no-repeat; background-size: 24px auto; }
	.slick-arrow.slick-prev { margin-left: 50px; left: 0px; background-image: url(../images/previous-arrow.png); }
	.slick-arrow.slick-next { margin-left: 222px; left: 0px; background-image: url(../images/next-arrow.png); }
	
	.home-banner { text-align: center; background: url(../images/banner-bg.jpg) top center no-repeat; background-size: cover; }
	.home-banner .wrapper { min-height: 430px; align-items: center; }
	.home-banner .inner { width: 100%; }
	.home-banner h1 { padding: 0 0 2px; font-size: 150px; line-height: 150px; font-family: 'Epilogue'; font-weight: 600; letter-spacing: -0.025em; color: #FFFFFF; opacity: 0.9; }
	.home-banner p { font-size: 25px; line-height: 35px; color: #FFFFFF; font-family: 'Epilogue'; font-weight: normal; }
	
	.tile-bar { padding: 70px 0px 56px; }
	.tile-bar .flex-wrap { margin: 0 -13px; }
	.tile-bar .flex-wrap .repeat { padding: 0 13px 25px; width: 50%; }
	.tile-bar .flex-wrap .repeat.full { width: 100%; }
	.tile-bar .flex-wrap .inner { min-height: 100%; display: block; box-shadow:0px 8px 18px rgba(0, 0, 0, 0.09), 0px 4.52206px 5.42647px rgba(0, 0, 0, 0.0781907), 0px 1.87823px 2.25388px rgba(0, 0, 0, 0.06), 0px 0.67932px 0.815184px rgba(0, 0, 0, 0.0418093); }
	.tile-bar .flex-wrap .inner:hover .image img { transform: scale(1.1); -webkit-transform: scale(1.1); }
	.tile-bar .image { width: 100%; overflow: hidden; }
	.tile-bar .image img { width: 100%; object-fit: cover; transition: all 0.5s; -webkit-transition: all 0.5s; }
	.tile-bar .text { padding: 27px 40px 26px; min-height: 163px; }
	.tile-bar h2 { padding: 0 0 9px; font-size: 20px; line-height: 26px; color: #000000; font-weight: 600; font-family: 'Epilogue'; }
	.tile-bar p { color: #393939; font-size: 18px; line-height: 25.2px; }
	
	.bottom-tile-bar { padding: 0px; margin: 0px; position: relative; }
	.bottom-tile-bar .repeat { width: 100%; }
	.bottom-tile-bar .note { padding: 9px 30px 7px 52px; position: absolute; top: 0px; left: 0px; font-size: 22px; line-height: 35px; color: #FFFFFF; font-family: 'Inter'; font-weight: 500; background: rgba(0, 0, 0, 0.4); z-index: 3; }
	.bottom-tile-bar .inner { display: block; text-decoration: none; position: relative; }
	.bottom-tile-bar .inner:hover .image img { transform: scale(1.1); -webkit-transform: scale(1.1); }
	.bottom-tile-bar .image { position: relative; overflow: hidden; }
	.bottom-tile-bar .image:before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1; background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 9.72%, rgba(0, 0, 0, 0) 48.33%); }
	.bottom-tile-bar .image img { width: 100%; object-fit: cover; transition: all 0.5s; -webkit-transition: all 0.5s; }
	.bottom-tile-bar .text { padding: 0 120px 58px 132px; position: absolute; bottom: 0px; left: 0px; width: 100%; max-width: 740px; z-index: 2; }
	.bottom-tile-bar .text h3 { padding-bottom: 15px; font-size: 31px; line-height: 37.2px; color: #FFFFFF; font-family: 'Epilogue'; font-weight: 600; }
	.bottom-tile-bar .text p { font-size: 25px; line-height: 35px; color: #FFFFFF; }
	
	.intro-bar { padding: 49px 0px 52px; text-align: center; position: relative; }	
	.intro-bar .wrapper { max-width: 680px; }
	.intro-bar h1 { padding-bottom: 5px; font-size: 49px; line-height: 63.7px; letter-spacing: -0.025em; color: #1E0C74; font-family: 'Epilogue'; font-weight: 500; }
	.intro-bar p { font-family: 'Epilogue'; }
	.intro-bar.space1 .wrapper { max-width: 700px; }
	.intro-bar.space2 .wrapper { max-width: 780px; }
	
	.hero-bar { padding: 0px 0px 23px; }
	.hero-bar img { width: 100%; box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.09), 0px 4.52206px 5.42647px rgba(0, 0, 0, 0.0781907), 0px 1.87823px 2.25388px rgba(0, 0, 0, 0.06), 0px 0.67932px 0.815184px rgba(0, 0, 0, 0.0418093); }
	
	.text-bar { padding: 60px 0px 0px; }
	.text-bar .wrapper { max-width: 670px; }
	.text-bar p { padding-bottom: 28px; }
	.text-bar p.first-letter:first-letter { padding: 12px 10px 9px; margin: 5px 15px 0 0px; float: left; font-size: 51px; line-height: 51px; letter-spacing: 2px; text-align: center; font-family: 'Graphik'; font-weight: 700; color: #FFFFFF; background: url(../images/first-letter-bg.png) center center no-repeat; background-size: cover; }
	.text-bar p strong { font-family: 'Inter'; font-weight: bold; }
	.text-bar p.first-letter.width:first-letter { padding-left: 16px; padding-right: 16px; }
	.text-bar p.first-letter.width2:first-letter { padding-left: 20px; padding-right: 20px; }
	.text-bar p.first-letter.width3:first-letter { padding-left: 26px; padding-right: 26px; }
	.text-bar h2 { padding: 0px 0px 23px; font-size: 31px; line-height: 40.3px; color: #020202; letter-spacing: -0.025em; font-family: 'Epilogue'; font-weight: 500; }
	.text-bar p + h2 { padding-top: 37px; }
	.text-bar .link { padding: 10px 10px 10px 31px; margin-top: 32px; max-width: 498px; height: 133px; display: flex; flex-wrap: wrap; align-items: center; font-size: 23px; line-height: 32px; color: #FFFFFF; font-family: 'Inter'; font-weight: 500; box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.09), 0px 4.52206px 5.42647px rgba(0, 0, 0, 0.0781907), 0px 1.87823px 2.25388px rgba(0, 0, 0, 0.06), 0px 0.67932px 0.815184px rgba(0, 0, 0, 0.0418093); background: url(../images/tip-bg.png) center center no-repeat; background-size: cover; }
	.text-bar .link .icon { margin: 0 33px 0px 0px; width: 70px; height: 70px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; box-shadow: 0px 1.25px 2.5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0px 1.25px 2.5px rgba(0, 0, 0, 0.25); border-radius: 100%; -webkit-border-radius: 100%; background: #fff; }
	.text-bar .link .icon img { width: 30px; }
	.text-bar .link .underline { text-decoration: underline; display: block; }
	.text-bar ul { padding: 0px 0px 0px 16px; margin: 0px; list-style-type: none; }  
	.text-bar ul li { padding: 0 0 27px 19px; position: relative; }
	.text-bar ul li:before { content: ""; width: 6px; height: 6px; position: absolute; top: 12px; left: 0px; border-radius: 100%; -webkit-border-radius: 100%; background: #000; }
	.text-bar .name { position: absolute; top: 15px; left: -55px; writing-mode: tb-rl; transform: rotate(180deg); font-size: 16px; line-height: 22.4px; color: #F15A29; font-family: 'Graphik'; font-weight: 500; }
	.text-bar .name span { padding-top: 30px; color: #00B6EE; }
	.text-bar.space1 { padding-top: 30px; }
	.text-bar .name.change-top { top: 90px; }
 	
	.image-column-bar { padding: 31px 0px 0px; }
	.image-column-bar .wrapper { max-width: 1016px; }
	.image-column-bar .flex-wrap { margin: 0 -13px; }
	.image-column-bar .repeat { padding: 0 13px; }
	.image-column-bar .threecol { width: 33.333333%; }
	.image-column-bar .one { width: 60%; }
	.image-column-bar .two { width: 40%; }
	.image-column-bar .three { width: 70%; }
	.image-column-bar .four { width: 30%; }
	.image-column-bar .full { width: 100%; }
	.image-column-bar img { min-height: 100%; object-fit: cover; width: 100%; box-shadow:0px 8px 18px rgba(0, 0, 0, 0.09), 0px 4.52206px 5.42647px rgba(0, 0, 0, 0.0781907), 0px 1.87823px 2.25388px rgba(0, 0, 0, 0.06), 0px 0.67932px 0.815184px rgba(0, 0, 0, 0.0418093); }
	.image-column-bar.space1 .wrapper { max-width: 815px; }
	.image-column-bar .full img { min-height: inherit; }
	.image-column-bar .image-caption { padding: 15px 0px 0px; font-size: 16px; line-height: 22px; color: #7D7D7D; display: block; text-align: right; }
	
	.explore-bar { padding: 54px 0px 50px; margin-top: 81px; background: url(../images/explore-bg.jpg) center center no-repeat; background-size: cover; }
	.explore-bar .wrapper { padding: 0 8px; max-width: 1040px; }
	.explore-bar h3 { margin: 0 auto 42px; max-width: 780px; overflow: hidden; text-align: center; font-size: 18px; line-height: 24px; letter-spacing: 5.4px; text-transform: uppercase; color: #FFFFFF; }
	.explore-bar h3 span { padding: 0 35px; position: relative; }
	.explore-bar h3 span:before { content: ""; width: 700px; height: 1px; position: absolute; top: 50%; right: 100%; right: 100%; background: #FFFFFF; }
	.explore-bar h3 span:after { content: ""; width: 700px; height: 1px; position: absolute; top: 50%; left: 100%; right: 100%; background: #FFFFFF; }
	.explore-bar .repeat { padding: 0 12px; width: 20%; }
	.explore-bar .image { padding: 0px; margin: 0 0 15px; overflow: hidden; position: relative; box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.09), 0px 4.52206px 5.42647px rgba(0, 0, 0, 0.0781907), 0px 1.87823px 2.25388px rgba(0, 0, 0, 0.06), 0px 0.67932px 0.815184px rgba(0, 0, 0, 0.0418093); }
	.explore-bar .image img { width: 100%; transition: all 0.5s; -webkit-transition: all 0.5s; }
	.explore-bar .title { padding: 0 5px 0px 0px; display: block; font-size: 16px; line-height: 21.68px; min-height: 65px; color: #FFFFFF; text-transform: capitalize; font-weight: 500; font-family: 'Epilogue'; }
	.explore-bar .note { padding: 5px 15px 4px; position: absolute; top: 0px; left: 0px; font-size: 12px; line-height: 16px; color: #FFFFFF; font-family: 'Inter'; font-weight: 500; background: rgba(0, 0, 0, 0.4); }
	.explore-bar .repeat a { display: block; }
	.explore-bar .repeat a:hover .image img { transform: scale(1.1); -webkit-transform: scale(1.1); }	

.flex-wrap { display: flex; flex-wrap: wrap; }

/*footer*/
.footer { float: left; width: 100%; background: #ffffff; padding: 22px 0; text-align: center; z-index: 99; line-height: 20px; }
.footer .wrapper { max-width: 100%; }
.footer a.footer_logo { display: inline-block; vertical-align: top; line-height: 20px; vertical-align: top; width: 157px; }
.footera.footer_logo img { vertical-align: top; width: 169px; }
.footer ul { margin-left: auto; list-style: none; padding: 0; line-height: 10px; }
.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 3px; 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: #151515; }

.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 }