/*********************** 

	Responsive CSS
	
***********************/
@media screen and (max-width:1024px) {
header.tp {
		position:relative;
}
header .logo {
    width: 85%;
    margin: 10px 0 0;
}
header .menu_bx {
	display:none;
}
header .mob-menu-bar {
display:block;
position:fixed;
right:15px;
top:10px;
z-index:9;
background: #1b77fc;
padding: 2px 5px;
}
header .mob-menu-bar .main-menu {
padding-top:5px
}
.banner-slider-section {
	padding:0;
}
}
@media screen and (max-width:768px) {
.home-wlcome-cont-section h1 {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 5px;
    margin: 10px 0;
}
.home-cont-cnt-section h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 5px;
    margin: 10px 0;
}
.home-cont-cnt-section h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 5px;
    margin: 10px 0;
}
}
@media screen and (max-width:560px) {
header .clbtn a {
    font-size: 14px;
}
.our-testimonial-section .test-bx {
    margin: 20px;
    padding: 10px;
}
.our-testimonial-section .test-bx p{
    font-size: 14px;
    line-height: 24px;
}
.home-latest-blog-section {
    padding: 20px 0;
}
.home-latest-blog-section h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 10px;
    margin: 0 0 20px;
}
.inn-servs-section .serv-lft-mnu {
		display:none;
}
.inn-cty-section h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
}
.inn-city-cnt-section h2 {
    font-size: 24px;
    line-height: 30px;
}
.inn-city-cnt-section h3 {
    font-size: 24px;
    line-height: 30px;
}
.inn-cty-section .alignright {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
}
.inn-cty-section .alignleft {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
}
.inn-contact-us-section h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
}
inn-contact-us-section .contact-addr h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.inn-servs-section h1 {
	 font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
}
.inn-servs-section .alignright {
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
.home-latest-blog-section .pst-bx img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
}
header .mob-menu-bar .main-menu li a {
    font-size: 14px;
    font-weight: bold;
}
header .mob-menu-bar .main-menu ul ul.sub-menu li a {
    font-size: 12px;
    padding: 5px 0;
    line-height: 18px;
    font-weight: normal;
}
}
@media screen and (max-width:480px) {
header .call_bx {
    width: 100%;
}	
header .clbtn {
    float: left;
    width: 60%;
}
header .clbtn a {
	font-size: 13px;
	line-height: 22px;
    margin: 0;
}
header .reqbtn {
	margin-top: 5px;
    margin-left: 0;
    width: 40%;
}
header .reqbtn a {
	width:auto;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0;
    padding: 7px 7px 7px 25px;
	background: url(../images/reqicn.png) 8px 8px no-repeat #f5b619;
}
}