
/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; }
html, body { font-size: 14px; color: #141920; font-family: 'Muli', sans-serif; }
body { background: #fff; font-family: 'Muli', sans-serif; }
input, select, textarea { font-size: 14px; }
img { border: 0; display: block; }
ul, li { list-style: none; margin:0; padding: 0; }
:focus { outline: none; }
a { transition: all 0.3s; text-decoration:none; }
p { line-height: 1.8; }

h1 { font-size:34px; font-weight:700; color: #fff; line-height: normal; position: relative; padding-bottom: 5px; margin-bottom:10px; }
h2 { font-size:30px; color: #08b9bf; font-weight: 400; position: relative; }
h2 span { font-size:30px; color: #333333; font-weight: 600; }
h2:after { content: ''; position: absolute; left: 50%; bottom: -30px; background: url("../images/icon.png") center bottom no-repeat; transform: translateX(-50%); width: 62px; height: 30px; }
h3 { font-size:26px; font-weight:700; }
h4 { font-size:20px; font-weight:700; }
h5 { font-size:18px; font-weight:500; }
h6 { font-size:16px; font-weight:500; }
.button { display: block; min-width: 150px; height: 44px; background: #08b9bf; border-radius: 5px; padding: 13px; color: #fff; font-weight: 700; z-index: 1; border: #08b9bf dotted 1px; transition: all ease 0.5s; }
.button:hover { background: none !important; border: #08b9bf dotted 1px; color: #141920; }

input, textarea { transition: all 0.3s; -webkit-transition: all 0.3s; }
input:focus, textarea:focus { outline: none; }

input, select { width: 100%; height: 40px; background: #fff; border: #d5d5d5 solid 1px; border-radius: 5px; padding: 5px 10px; margin-bottom: 10px;}

/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.center { margin: 0 auto; position: relative; max-width: 1280px; }
.centered { padding-right: calc((100% - 1260px) / 2); padding-left: calc((100% - 1280px)
/ 2); }
/* ### wrapper ### */
#wrapper { position: relative; overflow: hidden; display: block; width: 100%; min-height: 100%; }

/* ### main container ### */
#mainCntr { width: 100%; }

    /* ### header box ### */
	#header-part { width: 100%;  position: absolute; left: 0; top: 0; z-index: 1; padding-top: 20px; border-bottom: #ffffff42 solid 1px; padding-bottom: 20px; display: flex; justify-content: space-between; align-items: center; }
	#header-part a.logo { display: block; }
	#header-part a.logo img { display: block; }

/* nav-bar */
.nav-bar { padding-left: 20px; position: relative; }
.nav-bar ul { list-style: none; }
.nav-bar li { padding: 0 18px; float: left; font-size: 16px; position: relative; text-transform: uppercase; line-height: 44px; }
.nav-bar li a { display: block; color: #fff; }
.nav-bar li a:hover { color: #08b9bf; }
.nav-bar .mobileMenu { display: none; }

    /* content-part */
		#contentCntr { width: 100%; position: relative; }
		/* ### banner box ### */
			.bannerBox { display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; background: url("../images/banner.jpg") center top no-repeat; background-size: cover; padding-top: 90px; padding-bottom: 40px; }
			.bannerBox article { width: 100%; padding: 40px 0 50px; text-align: center; }
			.bannerBox article h1 span { background: #08b9bf; display: inline; padding: 0 5px 8px; }
			.bannerBox article h1:after { content: ''; position: absolute; left: 50%; bottom: -5px; transform: translateX(-50px); background: #08b9bf; height: 4px; width: 80px; }
			.bannerBox article p { color: #fff; padding-top: 20px;}

			.bannerBox .bottom { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
			.bannerBox .bottom .left { width: 70%; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; margin-top: 40px; margin-bottom: 30px; }
			.bannerBox .bottom .left .block { width: 200px; height: 200px; margin: 5px 0.5%; background: #e8f1cd; text-align: center; border-radius: 100px; border: #ffffff36 solid 1px; background: rgba(255, 255, 255, 0.2); }
			.bannerBox .bottom .left .block .heading { position: relative; padding: 30px 30px 10px; width: 100%; border-radius: 10px 10px 0 0; color: #fff; }
			.bannerBox .bottom .left .block .heading:after { content: ''; position: absolute; left: 0; bottom: -7px; height: 100%; width: 100%; background: url("../images/shap.png") center bottom repeat-x; display: none; }
			.bannerBox .bottom .left .block .heading h5 { font-size: 16px; font-weight: 700; color: #fff; }
			.bannerBox .bottom .left .block .intro { width: 100%; }
			.bannerBox .bottom .left .block .intro h6 { color: #fff; padding: 10px 0 20px;  }
			.bannerBox .bottom .left .block .intro h3 { transform: skew(-10deg, 0deg); background: #fff; padding: 0 36px; width: fit-content; margin: 0 auto; color: #08b9bf; }
			.bannerBox .bottom .left .block .intro h3 span { text-decoration: line-through;  font-size: 16px; color: #8d8d8d; }

			.bannerBox .bottom form { width: 28%; background: #fff; border-radius: 5px; }
			.bannerBox .bottom form h4 { border-radius: 5px 5px 0 0; background: #08b9bf; color: #fff; text-align: center; padding: 10px; }
			.bannerBox .bottom form .bottom {  padding: 15px 25px; }
			.bannerBox .bottom form .bottom input { margin-bottom: 10px; }
			.bannerBox .bottom form .bottom label { margin-bottom: 3px; }
			.bannerBox .bottom form .bottom .button { margin: 10px auto 10px ; }

        /* ### package box ### */
            .packageBox { width: 100%; padding-top: 60px; }
            .packageBox .slick-dots li { width: 25px; height: 6px; background: #08b9bf; border: #08b9bf solid 1px; box-shadow: none; text-indent: -100000px; cursor: pointer; }
            .packageBox .slick-dots { display: flex; justify-content: center; align-items: flex-start; width: 100%; margin: 20px 0 0; }
            .packageBox .slick-dots li { margin: 3px; }
            .packageBox h2 { text-align: center; }
            .packageBox .bottom { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin-top: 70px; }
            .packageBox .bottom .inner { position: relative; padding: 10px; }
            .packageBox .bottom .inner .block a { width: 100%; height: 100%; display: block; }
            .packageBox .bottom .block { position: relative; width: 100%; background: #fff; border: #e3e3e3 solid 1px; border-radius: 5px; text-align: center; margin: 0 0.5%; cursor: move; }
		.packageBox .slick-dots li.slick-active { background: #166bb4; border-color: #166bb4;}
            .packageBox .bottom .block:before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: url("../images/shape-2.png") left top repeat-y; background-size: contain; }
            .packageBox .bottom .block .top { padding: 20px; }
            .packageBox .bottom .block .top h4 { height: 50px; }
            .packageBox .bottom .block .top h6 { padding-top: 10px; }
            .packageBox .bottom .block .top h3 { padding: 15px 0; color: #08b9bf; }
            .packageBox .bottom .block .top h3 span { text-decoration: line-through; font-size: 16px; color: #8d8d8d }
            .packageBox .bottom .block .top ul { min-height: 480px; height: auto; }
            .packageBox .bottom .block .top ul li { border-bottom: #00000029 dotted 1px; padding: 10px 0; }
            .packageBox .bottom .block .col { position: relative; width: 100%;padding: 20px; z-index: 1; margin-top: 20px; }
            .packageBox .bottom .block .col:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url("../images/shap-3.png") center top no-repeat; background-size: cover; z-index: -1; border-radius: 0 0 5px 5px; }
            .packageBox .bottom .block .col .button { background: #fff; color: #141920;    margin: 30px 0 10px; }
            .packageBox .bottom .block .col .button:hover { color: #fff; border: #fff dotted 1px; }

        /* ### package box ### */
            .medlifeBox { width: 100%; text-align: center; background: url("../images/bg-1.jpg") center bottom no-repeat; padding-top: 60px; margin-top: 50px; padding-bottom: 60px; }
            .medlifeBox h2 { color: #fff; }
            .medlifeBox .bottom { width: 100%; color: #fff; padding-top: 50px; }

		/* ### most box ### */
		.mostBox { width: 100%; text-align: center; margin: 50px 0 60px; }
		.mostBox .intro { width: 100%; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin-top: 80px;}
		.mostBox .intro .item { position: relative; width: 32%; min-height: 160px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; border: #e3e3e3 solid 1px; border-radius: 5px; padding: 15px; overflow: hidden; margin: 0 0.5%; }
		.mostBox .intro .item:after { content: ''; position: absolute; left: -17px; bottom: -13px; transform: rotate(48deg); width: 30px; height: 30px; background: #08b9bf; }
		.mostBox .intro .item figure { width: 25%;  }
		.mostBox .intro .item article { width: 75%; text-align: left; border-left: #e3e3e3 solid 1px; padding-left: 20px }
		.mostBox .intro .item article h5 { font-weight: 700; color: #08b9bf; padding-bottom: 10px; }



/* footer-part */
		#footer-part { width: 100%; position: relative; background: #333333; padding: 50px 0 15px; }
		.footerBox { width: 100%; }
		.footerBox > a > img {margin: 0 auto; }
		.footerBox ul { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; background: #0000002e; padding: 15px; margin: 20px 0; }
		.footerBox ul li { position: relative; padding: 3px 20px; }
		.footerBox ul li:after { content: ''; position: absolute; left: 0; top: 8px; width: 4px; height: 4px; background: #08b9bf; }
		.footerBox ul li a { color: #fff; }
		.footerBox ul li a:hover { color: #08b9bf; }
		.footerBox p { color: #fff; text-align: center; }
		.footerBox p a { color: #08b9bf; }

/* #Media Queries
================================================== */

@media only screen and (max-width: 1320px) {

	.centered { padding-left: 20px; padding-right: 20px; }

}


@media only screen and (max-width: 1199px) {

	}


@media only screen and (max-width: 979px) {

	.mostBox .intro .item figure img { width: 50px; }
}


@media only screen and (max-width: 924px) {
	.bannerBox .bottom .left { width: 100%; }
	.bannerBox .bottom form { width: 100%; }
}

	@media only screen and (max-width: 767px) {
		h1 { font-size:30px; }
		h2 { font-size:26px; }
		h3 { font-size:24px; }
		h4 { font-size:20px; }
		h5 { font-size:18px; }
		h6 { font-size:16px; }
		.bannerBox article h1 span { display: inline-block; }
		.bannerBox .bottom .left { justify-content: center; }
		.mostBox .intro .item { justify-content: center; }
		.mostBox .intro .item figure { width: 100%; }
		.mostBox .intro .item figure img { margin: 0 auto 20px; }
		.mostBox .intro .item article { border: none; padding-left: 0; text-align: center; width: 100%; }

		.packageBox { padding-top: 20px; }
		.packageBox .bottom { margin-top: 50px;}

		.nav-bar ul { display: none; }
		.nav-bar .mobileMenu { display: block; cursor: pointer; z-index: 15; float: right; width: 94px; height: 40px; position: relative; transition: 0.2s; overflow: hidden; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 14px; line-height: 42px; }
		.nav-bar .mobileMenu span { display: block; height: 2px; border-radius: 5px; background: #000; position: absolute; top: 50%; right: 20%; left: 20%; transition: 0.2s; margin: 0 0 0 27px }
		.nav-bar .mobileMenu span:before,
		.nav-bar .mobileMenu span:after { display: block; width: 100%; height: 2px; content: ''; border-radius: 5px; background-color: #000; transition-duration: 0.2s,0.2s; position: absolute; left: 0; }
		.nav-bar .mobileMenu span:before { top: -7px; }
		.nav-bar .mobileMenu span:after { bottom: -7px; }

		.mm-opened .nav-bar .mobileMenu { text-indent: -9999px; }
		.mm-opened .nav-bar .mobileMenu span { background: none; }
		.mm-opened .nav-bar .mobileMenu.is-active span:before,
		.mm-opened .nav-bar .mobileMenu.is-active span:after { transition-delay: 0s, 0.2s; }
		.mm-opened .nav-bar .mobileMenu span:before { top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
		.mm-opened .nav-bar .mobileMenu span:after { bottom: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

	}

	@media only screen and (max-width: 479px) {
		h1 { font-size:28px; }
		h2 { font-size:24px; }
		h3 { font-size:22px; }
		h4 { font-size:18px; }
		h5 { font-size:16px; }
		h6 { font-size:15px; }

		.mostBox .intro .item { width: 100%; margin-bottom: 20px;}
	}
