@charset "UTF-8";
/* CSS Document */

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, block quote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ing, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, field set, form, label, legend, table, caption, tbody, toot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size;100%; vertical-align:baseline; background:transparent;} body {line-height:1;} ol, ul {list-style:none;} block quote, q {quotes:none;} blockquote:before, block quote:after, q:before, q:after {content:’ ‘; content:none;} :focus {outline:0;} ins {text-decoration:none;} del {text-decoration:line-through;} table {border-collapse:collapse; border-spacing:0;}

* {
	box-sizing: border-box;
}

body {
	font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	margin: 0;
	background-color: #FFFFFF;
}

header {
	margin-top: 20px;
	width: 100%;
	height: 100%;
	display: table;
}

#logo {
	margin: 0 auto;
	background:url("../images/ZBeauty_logo.png") no-repeat center;
	display: block;
}

img {
	max-width:100%;
	height:auto;
}


.menubar {
	display: block;
	width:100%;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 0 auto;
}

nav {
	width: 83%;
	margin: 0 auto;
}

nav ul {
	list-style: none;
	display: table;
	margin:0 auto;
	padding: 0;
	overflow: hidden;	
}

nav ul li {
	float: left;
}

nav ul li:last-child {
	padding-right: 0px;
}

nav ul li a {
	color: #4F076D;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 10px 10px;
	display: inline-block;
	transition: all 0.5s ease 0s;
	text-decoration: none;
	font-weight: 400;
}

nav ul li a:hover {
	background-color: #9C3;
	color: #4F076D;
	transition: all 0.5s ease 0s;
}

nav a:link { color:#4F076D;}
nav a:active { color:#4F076D;}

.toggle-menu ul {
	display: table;
	align: center;
	width: 35px;
	margin: 10px;
}

.toggle-menu ul li {
	width: 100%;
	height: 5px;
	color: #282626;
	background-color:#CCC;
	margin-bottom: 4px;
}

.toggle-menu ul li:last-child {
	margin-bottom: 0px;
}

input[type=checkbox], label {
	display: none;
}

/* Dropdown Menu */

li a, .dropbtn {
	display: inline-blcok;
	color: #CCC;
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #9C3;
}

li.dropdown {
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #CCC; 
	min-width: 150px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 10px 10px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {background-color: #9C3;}

.dropdown:hover .dropdown-content {
	display: block;
}

h1 {
 	font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: 400;
	color: #535151;
	letter-spacing: 10px;
	margin: 150px 50px;
}

h2 {
	font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-weight: 350;
	color: #262323;
	letter-spacing: 1px;
	line-height:50px;
	margin: 15px;
}

h3 {
	font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 38px;
	font-weight: 400;
	color: #807008;
	letter-spacing: 2px;
	line-height:70px;
}

h4 {
	font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 350;
	color: #2A2929;
	letter-spacing: 1px;
	line-height:50px;
}

h5 {
	font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 33px;
	font-weight: 350;
	color: #3155E5;
	letter-spacing: 2px;
	line-height:50px;
	margin: 30px 0;
}

h6 {
	font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-weight: 400;
	color: #2A2929;
	letter-spacing: 1px;
	line-height:50px;
	margin: 50px;
}

p {
	font-family:"Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #444;
	letter-spacing: 1px;
	line-height: 60px;
}

p2 {
	font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #444;
	letter-spacing: 1px;
	line-height:40px;
}

p3 {
	font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	color: #444;
	letter-spacing: 1px;
	line-height:30px;
}
		
p4 {
	font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFF;
	letter-spacing: 1px;
	line-height:30px;
}

a:link {color:#FFF; text-decoration:none;}
a:hover {opacity: 0.8;}

#myVideo { 
	display: block;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	filter: brightness(60%);
	background: url("../images/Video_back1.jpg") no-repeat;
}

#myVideo2 { 
	display: block;
	right: ;
	bottom: ;
	width: 50%;
	height: auto;
	filter: brightness(60%);
	margin: 0 auto;
	background: url("../images/Video_back2.jpg") no-repeat;
}

.topleft {
	position: absolute;
	top: 70px;
	left: 30px;
	font-family: "Noto Sans TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 50px;
	letter-spacing: 5px;
	color: #FFFFFF;
	-webkit-animation: mymove 2s 1;
  animation: mymove 2s 1;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	animation-fill-mode:forwards;
}

@-webkit-keyframes mymove {
  from {left: 0px;}
  to {left: 80px;}
}

@keyframes mymove {
  from {left: 0px;}
  to {left: 80px;}
}

.mySlides {display:none;}
.mySlides img {vertical-align: middle;}

.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	background-color: #717171;
}

.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {opacity: 0.4}
	to {opacity: 1}
}

.banner {
	position: relative;
}

.main {
	width: 60%;
	margin: 0 auto;
}

.products {
		width: 80%;
margin: 0 auto;
	text-align: center;
	}

.awards ul li {
	font-size: 20px;
}

.media {
	margin-left: 150px;
	width: 70%;
}

.grid-container2 {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 20px;
	padding: 10px;
}

.grid-container2 > div {
	padding: 10px;
	text-align: center;
}


.item1 {
	grid-area: myArea;
	grid-column: 1 / 2;
}

.item2 {
	grid-area: myArea;
	grid-column: 1 / 2;
}


.grid-container {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 10px;
	background-color: transparent;
	padding: 10px;
}

.grid-container > div {
	background-color: #FFFFFF;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
}


@keyframes mymove-website {
	50% {grid-template-areas: '...myArea myArea';}
}

#HAnima {
	position: relative;
	font-size: 60px;
	font-weight: 350;
	letter-spacing: 5px;
	color:#3155E5;
	animation: Hmove 3s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

@keyframes Hmove {
	from {left: 50px;}
	to {left: 600px;}
}

.parallax {
	background-image: url("../images/ZBeauty_store1.jpg");
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonial_h {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 80px;
}

#testimonial1 {
	float:left;
	width: 26%;
	height: 1000px;
	background: #FFF;
	opacity: 80%;
	padding: 30px 15px;
	border-radius: 15px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
	
#testimonial2 {
	float: left;
	width: 26%;
	height: 1000px;
	background: #FFF;
	opacity: 80%;
	padding: 30px 15px;
	margin: 0 80px;
    border-radius: 15px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#testimonial3 {
	float: left;
	width: 26%;
	height: 1000px;
	background: #FFF;
	opacity: 80%;
	padding: 30px 15px;
	border-radius: 15px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content {
	position: absolute;
	top: 0;
	bottom: 0;	 
	width: 100%;	
}

.responsive {
    float: left;
    width: 33.33333%;
}

div.gallery {
    border: 0px solid #ccc;
	margin: 0;
}

div.gallery:hover {
    border: 0px solid #777;
	opacity: 0.5;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 30px;
    text-align: center;
}

.button {
	display: inline-block;
	background-color: transparent;
	border-radius: 4px;
	border: none;
	color: #FFF;
	text-align: center;
	font-size: 25px;
	letter-spacing: 2px;
	width: 200px;
	padding: 10px;
	transition: all 0.5s;
	curson: pointer;
	margin: 20px;	
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.8s;
}

.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.8s;
}

.button:hover span {
	padding-right: 15px;
	color: #9C3;
}

.button:hover span:after {
	opacity: 1;
	right: 0;
}

.button a:active {color:#9C3;}

	
.button2 {
	background-color: #439C04;
	color: #FFFFFF;
	font-size:40px;
	width: 600px;
	height: 600px;
	padding: 8px 24px;
	border-radius:50%;
	-webkit-animation-name: ZBeauty; 
  -webkit-animation-duration: 4s; 
  animation-name: ZBeauty;
  animation-duration: 4s;
	animation-iteration-count: infinite;
}

@-webkit-keyframes ZBeauty {
  from {background-color: #D6BB0E;}
  to {background-color: #AA5BAF;}
}

@keyframes ZBeauty {
  from {background-color: #D6BB0E;}
  to {background-color: #AA5BAF;}
}

.button3 {
	background-color: #FFF;
	color: #FFFFFF;
	font-size:40px;
	width: 50px;
	height: 50px;
	padding: 40px 24px;
	border-radius:50%;
	-webkit-animation-name: ZBeauty2; 
  -webkit-animation-duration: 4s; 
  animation-name: ZBeauty2;
  animation-duration: 4s;
	animation-iteration-count: infinite;
}

@-webkit-keyframes ZBeauty2 {
  from {background-color:#CCB72A;}
  to {background-color: #A34FD5;}
}

@keyframes ZBeauty2 {
  from {background-color: #CCB72A;}
  to {background-color: #A34FD5;}
}

.button4 {
	background-color: #B9A40C;
	color: #FFF;
	font-size:40px;
	width: 50px;
	height: 50px;
	padding: 40px 24px;
	border-radius:50%;
}

.store {
	margin-left: 100px;
	width: 80%;
}

#home1 {
	width: 100%;
	background:url("../images/GoldRose.png") repeat center;
	background-size: contain;
	background-color: #46087D;
	padding-top: 30px;
}

.home2 {
	width: 100%;
	background-color: #209C0E;
	padding: 50px 0;
}

.feature1 {
	display: inline-block;
	float: left;
	width: 50%;
}

.feature2 {
	display: inline-blcok;
	vertical-align: middle;
	float: right;
	width: 50%;
	padding: 80px;
}

.feature3 {
	display: inline-block;
	float: left;
	width: 50%;
	padding: 15px 50px;
}

.feature4 {
	display: inline-blcok;
	vertical-align: middle;
	float: right;
	width: 50%;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.DrCBrand {
	width: 80%;
	height: auto;
	background-color: #CCC;
	padding: 30px;
	margin: 0 auto;
}

#BacktoTop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	cursor: pointer;	
}

#BacktoTop:hover {opacity: 0.5;}

footer {
	padding: 30px 0px 15px 0px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	color: #FFF;
	background-color: #209C0E;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #FFF;
}

#Habout {
	width: 100%;
	background:url("../images/ZBeauty_logo2.png") no-repeat center;
	background-size: contain;
	padding: 100px;
}

.Habout1 {
	display:block;
	float: left;
	width: 50%;
	padding: 0 60px;
}

.Habout2 {
	display: block;
	float: right;
	width:50%;
	padding: 0 60px;
}
	
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.Habout3 {
	display: block;
	float: left;
	width:60%;
	padding: 0 60px;
}

.Habout4 {
	display: block;
	float: right;
	width: 40%;
	padding-right:60px;
}


.about {
	background:#333;
	opacity:0.7;
}

.about1 {
	display:block;
	float: left;
	width: 50%;
	margin:0;
	padding: 40px;
}

.about2 {
	display: block;
	float: right;
	width:50%;
	margin:0;
	padding: 40px;
}
	

.main ul {
	list-style: inside;
	font-size: 25px;
	letter-spacing: 1px;
	line-height:50px;
}


/* Gallery */


div.gallery3 {
    border: 0px solid #ccc;
	box-shadow:3px 3px 3px 3px rgb(102,102,102);
}

div.gallery2 img {
    width: ;
    height: auto;
}

div.desc2 {
    padding: 50px;
    text-align: center;
}

div.gallery4 {
	float: left;
	padding: 20px;
	width: 20%;
}

div.gallery4:hover {
	border: 1px solid #777;
}

div.gallery4 img {
	width: 100%;
	height: auto;
}


.responsive1 {
    padding: 0 30px;
	float: left;
    width: 50%;
}

.responsive2 {
    padding: 0 15px;
	float: left;
    width: 33.33333%;
}

.clearfix: after {
	content: "";
	display: table;
	clear: both;
}


@media only screen and (max-width: 980px) {
input[type=checkbox] {position: absolute; top: -9999px; left: -9999px; background:none;}
input[type=checkbox]:fous{background:none;}
label { padding:8px 0px; display:inline-block; cursor:pointer; }
input[type=checkbox]:checked ~ nav {display:block;}

nav{display:none; position:absolute; right:0px; top:0px; background-color:#999; padding:0px; z-index:99;}
nav ul{width:auto;}
nav ul li{float:none; padding:0px; width:100%; display:table;}
nav ul li a{color:#FFF; font-size:20px; padding:10px 20px; display:block; border-bottom: 1px solid rgba(225,225,225,0.1);}

	#logo {
	width: 60%;
}	
	.menubar {
	width: 100%;
	padding-top: 10px;		
}
	
nav {
	width: 100%;
}
	
h1 {
font-size: 35px;
line-height: 1.5;
letter-spacing: 5px;
margin: 50px 10px;
}
	
h3 {
	font-size: 30px;
}
	
h5 {font-size:30px;}
	
h6 {font-size: 30px;}
		
p {
	font-size: 20px;
	line-height: 40px;
}
	
p2 {
font-size: 18px;
}
	
#Habout {
	padding: 20px;
}
	
.Habout1, .Habout2, .Habout3, .Habout4 { 
width: 100%;
padding: 15px;
 }
	
.button3 {
	font-size:20px;
	width: 100%;
	height: auto;
	padding: 40px 24px;
}
	
.button4 {
	font-size:28px;
	width: 30px;
	height: 30px;
	padding: 20px 18px;
}
	
.responsive {
	width:  100%;
	padding: 10px 5px;
}
	
#myVideo { 
	Width: 100%;
	Height: auto;
}
	
#myVideo2 { 
	width: 80%;	
}
	
.testimonial_h {
	margin: 0 auto;
}
	
#testimonial1, #testimonial2, #testimonial3 {
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 30px 10px;
}
	
.main {
	width: 90%;
}

.media {
	width: 90%;
	margin: 0 auto;
}
	
.store {
	margin-left: 10px;
	width: 80%;
}
	
.feature3, .feature4 {
	width: 100%;
	padding: 10px;
}

.feature1, .feature2 {
	width: 100%;}
	
.grid-container2 {
	display: none;
}	

.DrCBrand {
	width: 90%;	
	padding: 10px;
}	
	
.grid-container > div {
	font-size: 12px;
}


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

#logo {
	width: 60%;
}	
	.menubar {
	width: 100%;
	padding-top: 10px;		
}
	
nav {
	width: 83%;
	margin: 0 auto;
}
	
h1 {
font-size: 35px;
line-height: 1.5;
letter-spacing: 5px;
margin: 50px 10px;
}
	
h3 {
	font-size: 30px;
	font-weight: 400;
}
	
h5 {font-size:30px;}
	
h6 {font-size: 30px;}

p {
	font-size: 20px;
	line-height: 40px;
}
	
p2 {
font-size: 18px;
}

#Habout {
	padding: 20px;
}
	
.Habout1, .Habout2, .Habout3, .Habout4 { 
width: 100%;
padding: 15px;
 }
	
.button3 {
	font-size:20px;
	width: 100%;
	height: auto;
	padding: 40px 24px;
}
	
.responsive {
	width:  100%;
	padding: 10px 5px;
}
	
#myVideo { 
	Width: 100%;
	Height: auto;
}
		
#myVideo2 { 
	width: 80%;	
}
	
.testimonial_h {
	margin: 0 auto;
}
	
#testimonial1, #testimonial2, #testimonial3 {
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 30px 10px;
}
	
.main {
	width: 90%;
}
	
.media {
	width: 90%;
	margin: 0 auto;
}

.store {
	margin-left: 10px;
	width: 80%;
}
	
.feature3, .feature4 {
	width: 100%;
	padding: 10px;
}

.feature1, .feature2 {
	width: 100%;}
	
.grid-container2 {
	display: none;
}

.about1, .about2 {width: 100%;}

}
	
.DrCBrand {
	width: 90%;	
	padding: 10px;
}	
	
.grid-container > div {
	font-size: 12px;
}

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

#logo {
	width: 60%;
}	
	
	.menubar {
	width: 100%;
	padding-top: 10px;	
}
	
	nav {
	width: 83%;
	margin: 0 auto;
}

h1 {
font-size: 35px;
line-height: 1.5;
letter-spacing: 5px;
margin: 50px 10px;
}
	
h3 {
	font-size: 30px;
}
	
h5 {font-size:30px;}
	
h6 {font-size: 30px;}

p {
	font-size: 20px;
	line-height: 40px;
}
	
p2 {
font-size: 18px;
}
	
#Habout {
	padding: 20px;
}
	
.Habout1, .Habout2, .Habout3, .Habout4 { 
width: 100%;
padding: 15px;
 }
	
.button3 {
	font-size:20px;
	width: 100%;
	height: auto;
	padding: 40px 24px;
}
	
.responsive {
	width:  100%;
	padding: 10px 5px;
}
	
#myVideo { 
	Width: 100%;
	Height: auto;
}
		
#myVideo2 { 
	width: 80%;	
}
	
.testimonial_h {
	margin: 0 auto;
}
	
#testimonial1, #testimonial2, #testimonial3 {
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 30px 10px;
}
	
.main {
	width: 90%;
}
	
.media {
	width: 90%;
	margin: 0 auto;
}
	
.store {
	margin-left: 10px;
	width: 80%;
}
	
.feature3, .feature4 {
	width: 100%;
	padding: 10px;
}
	
.feature1, .feature2 {
	width: 100%;}


.about1, .about2 {width: 100%;}

.grid-container2 {
	display: none;
}

.DrCBrand {
	width: 90%;	
	padding: 10px;
}	
	
.grid-container > div {
	font-size: 12px;
}	
	
	
}

@media only screen and (max-width: 360px) {
	
#logo {
	width: 60%;
}	
	
	.menubar {
	width: 100%;	
	padding-top: 10px;	
}
	
nav {
	width: 83%;
	margin: 0 auto;
}

h1 {
font-size: 35px;
line-height: 1.5;
letter-spacing: 5px;
margin: 50px 10px;
}
	
h3 {
	font-size: 30px;
}
	
h5 {font-size:30px;}
	
h6 {font-size: 30px;}
	
p {
	font-size: 20px;
	line-height: 40px;
}
	
p2 {
font-size: 18px;
}
	
#Habout {
	padding: 20px;
}
	
.Habout1, .Habout2, .Habout3, .Habout4 { 
width: 100%;
padding: 15px;
 }
	
.button3 {
	font-size:20px;
	width: 100%;
	height: auto;
	padding: 40px 24px;
}
	
.responsive {
	width:  100%;
	padding: 10px 5px;
}
	
#myVideo { 
	Width: 100%;
	Height: auto;
}
	
#myVideo2 { 
	width: 80%;	
}
	
.testimonial_h {
	margin: 0 auto;
}
	
#testimonial1, #testimonial2, #testimonial3 {
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 30px 10px;
}
	
.main {
	width: 90%;
}
	
.media {
	width: 90%;
	margin: 0 auto;
}
	
.store {
	margin-left: 10px;
	width: 80%;
}
	
.feature3, .feature4 {
	width: 100%;
	padding: 10px;
}

.feature1, .feature2 {
	width: 100%;}

.about1, .about2 {width: 100%;}

.grid-container2 {
	display: none;
}
	
.DrCBrand {
	width: 90%;	
	padding: 10px;
}	
	
.grid-container > div {
	font-size: 12px;
}
	
}

@media only screen and (max-width: 320px) {
	#logo {
	width: 60%;
}	
	
	.text { font-size: 11px;
	}
	
.menubar {
	width: 100%;
	padding-top: 10px;		
}
	
h1 {
font-size: 35px;
line-height: 1.5;
letter-spacing: 5px;
margin: 50px 10px;
}
	
h3 {
	font-size: 30px;
}
	
h5 {font-size:30px;}
	
h6 {font-size: 30px;}
	
p {
	font-size: 20px;
	line-height: 40px;
}
	
p2 {
font-size: 18px;
}
	
#Habout {
	padding: 20px;
}
	
.Habout1, .Habout2, .Habout3, .Habout4 { 
width: 100%;
padding: 15px;
 }
	
.button3 {
	font-size:20px;
	width: 100%;
	height: auto;
	padding: 40px 24px;
}
	
	
.responsive {
	width:  100%;
	padding: 10px 5px;
}
	
#myVideo { 
	Width: 100%;
	Height: auto;
}
	
#myVideo2 { 
	width: 80%;	
}
	
.testimonial_h {
	margin: 0;
}
	
#testimonial1, #testimonial2, #testimonial3 {
	width: 100%;
	height: auto;
	padding: 230px;
	margin: 30px 0;
}
	
.main {
	width: 90%;
}
	
.media {
	width: 90%;
	margin: 0 auto;
}
	
.store {
	margin-left: 10px;
	width: 80%;
}
	
.feature3, .feature4 {
	width: 100%;
	padding: 10px;
}
	
.feature1, .feature2 {
	width: 100%;}

.about1, .about2 {width: 100%;}

.grid-container2 {
	display: none;
}
	
.DrCBrand {
	width: 90%;	
	padding: 10px;
}	
	
.grid-container > div {
	font-size: 12px;
}

}