@media (max-width: 1000px) {	

.clickable {
	pointer-events: auto;
}

#up_btn {
	width: 30px;
	height: 30px;
	bottom:10px;
	right:10px;
}

#down_btn {
	width: 30px;
	height: 30px;
	bottom:10px;
	right:10px;	
}

h1{
	font-size: 18pt;
	line-height: 25px;
}

h2{
	font-size: 18pt;
	line-height: 25px;
}

h3{
	font-size: 18pt;
	line-height: 25px;
}

h4{
	font-size: 12pt;
	line-height: 20px;
}

h5{
	margin: 10px 0 20px 0;
	font-size: 12pt;
	line-height: 20px;
}

h6{
	width: 100%;
	font-size: 10pt;
	line-height: 15px;
}

h7{
	width: 100%;
	margin: 10px 0 20px 0;
	font-size: 12pt;
	line-height: 20px;
	text-align: center;
}

h8{
	width: 100%;
	font-size: 10pt;
	line-height: 15px;
	text-align: center;
}

h9{
	width: 100%;
	font-size: 15pt;
	line-height: 20px;
}

h10{
	width: 100%;
	font-size: 15pt;
	line-height: 20px;
}

p{
	font-size: 10pt;
	line-height: 15px;
}

#line1{
	width: 40px;
	margin: 10px auto 0;
	position: relative;
	border-bottom: 2px solid #8e4648;
}

#line2{
	width: 40px;
	margin: 25px auto 0;
	position: relative;
	border-bottom: 2px solid #ffffff;
}

#line3{
	width: 70px;
	margin: 25px auto 0;
	float: left;
	position: relative;
	border-bottom: 3px solid #ffffff;
}

#company_logo2 {
	width: 240px;
	height: 60px;
	left: calc(50% - 120px);
	top: calc(50% - 30px);
    position: absolute;
}

#home_BG {
    width: 100%;
	height: 40vh;
	padding: 60px 0 0 0;
}

#aboutus {
    width: 90%;
	height: auto;
	padding: 60px 0 0 0;
	margin: -100px auto 40px;
}

#about_box {
    width: 100%;
	height: auto;
	padding:0;
	margin: auto;
	position:relative;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 0 0 10px #000000;
	overflow: hidden;
}

#about_pic {
    width: 100%;
	height: 300px;
	padding:0;
	left: 0;
	float: left;
	position:relative;
}

#about_text {
    width: auto;
	height: auto;
	padding:20px;
	float: left;
	position:relative;
}

.container {
    width: 100%;
	height: auto;
	padding: 40px 0 40px;
}

.container2 {
    width: 100%;
	height: auto;
	padding: 40px 0 40px;
}

.content {
    width: 100%;
	height: auto;
	padding: 0;
	margin: 30px auto 0;
	position:relative;
	display: inline;
}

.partner {
    width: 90%;
	height: auto;
	padding: 0;
	margin: 30px auto 0;
	float: none;
	position:relative;
}

.partner_read{
	font-size: 10pt;
	line-height: 15px;
	margin: 15px auto 0;
}

.practice {
    width: calc(90% - 40px);
	height: auto;
	padding: 20px;
	margin: 30px auto 0;
	float: none;
	position:relative;
}

.icons {
    width: 100%;
	height: 40px;
	padding: 0;
}

#clientele {
    width: 90%;
	overflow: hidden;
}

#contact_pic {
    width: 100%;
	height: 150px;
	float: left;
	position:relative;
}

#contact_title {
    width: auto;
	height: auto;
	margin: 40px 0 0 10%;
	position:relative;
}

#contact_text {
    width: calc(100% - 80px);
	height: calc(100% - 80px);
	padding:40px;
	float: right;
	position:relative;
}

.contact {
    width: 100%;
	height: auto;
	margin: 0 0 10px;
	float: left;
	position:relative;
}

.contact_icons {
    width: 20px;
	height: 20px;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	position:relative;
}

.contact_text {
	font-size: 10pt;
	line-height: 15px;
}

#footer {
    width: 100%;
	height: auto;
	padding: 0;
	margin: auto;
	position:relative;
	display: inline;
}

.footer{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 20px auto 0;
	position: relative;
}

.footer_icons {
    width: 25px;
	height: 25px;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
	position:relative;
}

#company_logo3 {
	z-index: 10;
	width: 180px;
	height: 40px;
	margin: auto;
	float: none;
    position: relative;
}

#copyright{
	width: 100%;
	height: auto;
	padding: 20px 0 20px 0;
	font-size: 9pt;
	line-height: 20px;
}

.popup_box {
    width: 90%;
	height: auto;
	margin: auto;
	position:relative;
}

.popup_close {
	width: 40px;
	height: 40px;
	top: 15px;
	right: 15px;
}

.popup_text {
    width: auto;
	height: auto;
	padding: 30px;
}

.popup_read {
	font-size: 10pt;
	line-height: 20px;
	margin: 20px 0 30px;
}
	
}