
/* CSS Document */

/* iPhone landscape and iPad portrait */
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
.home-txt h1 {
	font-size: 26px;
}
.home-txt {
	font-size: 16px;
}
.home-txt h3{
	font-size:16px;
	margin-top: 2px;
}
.home-txt .reception {
	font-size: 18px;
	text-align:center;
	margin-bottom: -25px;
}
#home-banner{
	height:410px !important; 
}
.jfilestyle {
	color: #8f8f8f;
}
​#user_image{
color:#8f8f8f;
}​
}

@media (min-width:0px) and (max-width:600px) {
	
	.home-txt h2 {
	font-weight: 600;
	font-size: 18px;
	margin-top: -35px;
	margin-bottom: 0px;
}

	.home-txt h4 {
	font-weight: 500;
	font-size: 19px;
	margin-top: -25px;
	margin-bottom: -10px;
}
.home-txt .reception {
	font-size: 18px;
	text-align:center;
	margin-bottom: -25px;
}

.content-wrap .title-wrap p {
	font-size: 20px;
}
.form-field-ul li {
	margin-bottom: 15px;
}
.form-field-ul li .lbl {
	width: 100%;
}
.form-field-ul li .lbl::after {
	position: relative;
	right: auto;
	margin-left: 5px;
}
.form-field-ul li .input-txt {
	width: 100%;
}
.action-btn-wrap {
	text-align: center;
}
.footer {
	text-align: center;
}
.jfilestyle {
	color: #8f8f8f;
}
​#user_image{
color:#8f8f8f;
}​
}

@media (min-width:0px) and (max-width:500px) {
.home-txt h1 {
	font-size: 26px;
}
.home-txt {
	font-size: 16px;
}
.home-txt h3 {
	font-size: 16px;
	margin-top: 2px;
}
.home-txt .reception {
	font-size: 18px;
	text-align:center;
	margin-bottom: -25px;
}
.jfilestyle {
	color: #8f8f8f;
}
​#user_image{
color:#8f8f8f;
}​
}

@media (min-width:0px) and (max-width:400px) {
.home-txt h1 {
	font-size: 26px;
}
.lion {
	width: 28px;
	height: auto;
	top: 30px;
}
.banner-cnt {
	padding-top: 28px;
}
.mob-br {
	display: block;
}
.mob-hide {
	display: none
}
.jfilestyle {
	color: #8f8f8f;
}
​#user_image{
color:#8f8f8f;
}​
}
