/* screenwidth less than or equal 1700px
--------------------------------------------------------------------- */
@media only screen and (min-width: 1500px) {

}


/* screenwidth less than or equal 1024px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
/* Top Section
   ------------------------------------------------------------------ */


}

/* width less than or equal 900px ----------------------------------- */
@media only screen and (max-width: 900px) {




/* Footer
   ------------------------------------------------------------------- */
footer .right-cols .columns {
	width: 50% !important;
}
footer .right-cols .columns:last-child {
	clear: left;
	float: left;
}
}

/* width less than 768px - mobile/smaller tablets --------------------- */
@media only screen and (max-width: 767px) {
/* General and Common Styles */
.section-head {
	padding: 0 10px;
}
a.btnA {
	width:100%;
	margin: 10px auto 0px;
}
a.btnBtm,
a.btnBtmC {
    margin: 0 auto;
	margin-top: 20px;
}
#top {
	height: 520px;
	background:  url(../images/top-mainSp.jpg) no-repeat left -90px top;
	background-size: auto 100%;
   	overflow: hidden;
	padding: 100px 0 100px;
}
.top_text {
	padding: 0 20px 0 160px;
}

.topAptBtn {
	margin-top: 0px;
	z-index: 100;
}
/* Header Styles
   -------------------------------------------------------------------- */
header {
	height: auto;
	background: rgba(255,255,255,1.0);
}
header .logo a {
	width: 100%;
}
header .logo {
	margin-right: 2%;
	margin-top: 10px;
	width: 60%;
}
header .tel {
	margin-top: 0;
	margin-right: 0;
	padding: 9px 0 1px;
	width: 100%;
	text-align: center;
	float: right;
	opacity: 1;
	background: #F7E1DC;
}
header .tel a {
	display: block;
	width: 100%;
}
header .form {
	width: 30%;
	padding: 9px 0 6px;
}
/* Top Section
   -------------------------------------------------------------------- */


.top_text {
	margin: 0 auto 5px;
}
.top_text p {
	margin: 0 auto;
}
.top_text h1 {
	margin-top: 20px;
}

a.btn {
	width: 100%;
	height: auto;
	margin-top: 6px;
}

p {
	margin: 0 0 10px 0;
}
#top_btm .five .top_btmL {
	margin-top: 20px;
}

.bgwhite {
	margin: 0 auto;
	padding: 50px 20px;
}
/*----------------------------------------------*/
/*	term
/*----------------------------------------------*/
#align {
	padding: 150px 0 50px;
}

#term {
	height: auto;
	padding: 70px 0;
}

#lingual h2 {
	margin-top: 30px;
}

/* Equipment
   --------------------------------------------------------------------- */  
#eauip {
	height: auto;
}

#feature {
	height: auto;
}

/* message
   --------------------------------------------------------------------- */  

/* Appointment Section
   ----------------------------------------------------------------- */
   
#appointment .header-col h1:before {
	content: none;
}
#access .six {
	margin-top: 20px;
}
#access iframe.movie {
	display: block;
	width: 100%;
	height: 170px;
}
/* fast
   --------------------------------------------------------------------- */  
p.expBox {
	min-height: 0;
	height: auto;
}

/* Price
   ------------------------------------------------------------------- */
#price {
	width: 100%;
	margin: 0 auto;
}
#price p {
	padding: 0 7%;
}
#price .txt01 {
	text-align: left;
}
#price .row {
	margin: 0 auto;
	margin-bottom: 20px;
}
#price .columns {
	margin-bottom: 20px;
}
/* Doctor Section
   ------------------------------------------------------------------- */
  

/* footer
   ------------------------------------------------------------------------ */
footer {
	text-align: center;
}

.bdr01 {
	min-height: 100px;
	border-right: none;
}
.ftrinfo p {
	text-align: left;
	margin-left: 50px;
}
.ftr_left {
	height: auto;
	margin-bottom: 20px;
}
.f_logo img{
	width: 80%;
}

footer .right-cols {
	width: 90% !important;
	margin: 0 auto;
	margin-bottom: 42px;
	text-align: center;
}
footer .right-cols .columns {
	float: left;
	padding: 0 30px;
}
footer .right-cols .columns:last-child {
	clear: both;
	float: left;
}
/* Go To Top Button */
#go-top {
	margin-left: -22px;
}
#go-top a {
	width: 54px;
	height: 54px;
	font-size: 18px;
	line-height: 54px;
}
}

/* screenwidth less than or equal 480px - mobile wide
  -------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
/* mobile navigation
   -------------------------------------------------------------------- */
#nav-wrap {
	width: 100%;
}
#nav-wrap ul#nav {
	width: 100%;
	float: none;
	right: 0;
}
/* Top Section
   -------------------------------------------------------------------- */

#top_btm {
	height: auto;
	padding: 20px 0;
}

/* Footer
   ------------------------------------------------------------------- */
footer .right-cols .columns {
	padding: 0 10px;
}
}

/* screenwidth less than or equal 420px - mobile narrow
  -------------------------------------------------------------------------- */
@media only screen and (max-width: 420px) {
/* Top Section
   -------------------------------------------------------------------- */

#top {
	height: 450px;
}
a.btn {
	margin-bottom: 0;
}

.top_text {
}
header .logo {
	margin-right: 3%;
	width: 60%;
}


header .logo a {
	width: 100%;
}

#message {
			height: 850px;
	background-size: auto 30%;
}
}

/* make sure the menu is visible on larger screens
  -------------------------------------------------------------------------- */

@media only screen and (min-width: 768px) {
#nav-wrap ul#nav {
	display: block !important;
}
}
@media only screen and (max-width: 320px) {
	#top {
	height: 390px;
}
header .logo {
	margin-top: 15px;
}
.top_text {
	padding: 0 20px 0 123px;
}
}