@charset "utf-8";

@media only screen and (max-width: 500px) {
.header_logo{
	bottom:20px;
	right:-100px;
}
.header_logo img{
	margin-right:5px;
}
.header_logo.active{
	right:0px;
}
.but_nav_sc{
	display:inline-block!important;
}
#main_nav.active{
	position:fixed;
	right:0px;
	background-color:#ffffff;
}

#main_nav{
	position:fixed;
	display:block;
	top:55px;
	bottom:0px;
	right:-100%;
	left:auto;
	text-align:left;
	width:auto;
	padding-right:0px;
	box-shadow:0px 0px 5px #dedede;
}
#main_nav > div{
	display:block;
	padding:0px;
}
#main_nav > div > div:nth-child(1){
	padding:20px 25px;
	border:none;
}
#main_nav > div:hover > div:nth-child(1){
	border:none;
}
#main_nav > div:hover > div:nth-child(2){
	max-height:500px;
}
.subnav{
	position:static;
	max-height:0px;
	left:0px;
	transform:translateX(0%);
}
.subnav > div{
	text-align:left;
}
.sec_pad{
	padding-bottom:80px;
}
img{
	max-width:100%;
	height: auto;
}

.sec_des{
	width:100%!important;
	font-size:14px;
	line-height:20px;
	
}
.sec_des_container .sec_des{
	margin-bottom:20px;
	line-height:20px!important;
}

.footer_sitemap{
	float:inherit;
	padding-right:0px;
}

.sec_heading{
	font-size:28px;
	line-height:30px!important;
	padding-bottom:5px!important;
	clear:both;
}
.sec_heading3{
	font-size:16px;
	width:100%!important;
}
.sec_heading4{
	font-size:13px;
	padding:10px 0px;
}
.sub_heading3{
	font-size:14px;
	width:100%!important;
}
.sub_heading4{
	font-size:24px;
	text-align:center;
}
.footer{
	display:none;
}
.footer_sitemap .page_sec > div{
	display:block;
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
	padding-right:0px;
}
.footer_sitemap .page_sec > div:nth-last-child(1){
	border:none;
}
.footer_sitemap .page_sec > div > div:nth-child(1){
	padding:0px 0px;
	border-bottom:2px solid #003da6;
	margin-bottom:5px;
}
.locator_box{
	display:none;
}

.enquiry_container > div{
	margin-right:0px;
	flex-basis:100%;
}
}