



@media only screen and (min-width: 960px) and (max-width:1069px) {



}



@media only screen and (min-width: 768px) and (max-width: 1024px) {





	

}

@media only screen and (max-width: 991px) {

	/*Responsive menu CSS Start*/
	.bd_toggle.navbar-toggler{display:block;}
	.mob_nav{
		position: absolute;
		background: #1c1c1a;
		top: 100%;
		z-index: 99;
		width: 250px;
		right: 0;
	}
	.mob_nav:after{
		content: "";
		width: 0px;
		height: 0px;
		position: absolute;
	    border-left: 8px solid transparent;
	    border-right: 8px solid transparent;
	    border-bottom: 8px solid #1c1c1a;
	    top: -8px;
	    right: 9px;

	}
	.bd_menu .nav-item a{
		color: #fff !important;
	}
	.mob_nav li a {
	    margin: 0;
	    padding:12px 10px !important;
	    display: block;
	    text-align: left;
	    position: relative;
	    border-bottom: 1px solid #797878;
	}

/*Responsive menu CSS End*/



	.banner-content-fld h2{
		font-size: 45px;
		line-height: 48px;
	}
	.heading h2{
		font-size: 30px;
	    line-height: normal;
	}
	.catcatbox{
		padding: 15px;
	}
	.heading {
	    margin-bottom: 15px;
	}
	.ftr_box1, .ftr-box {
	    margin-bottom: 20px;
	}
	.ftr-box h3{
	   margin-bottom: 5px;
	}
	.copy-right{
		margin-top: 0;
		padding-top: 10px;
	}
	.main-ftr{
		padding: 30px 0;
	}

	.bd_logo{
		order: 1;
	}
	.bd_toggle.navbar-toggler{
		order: 3;
	}
	.bdhead_rgt{
		order: 2;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		height: unset;
		padding: 8px 15px 8px 15px!important;
	}

}


@media (min-width: 991px){
	.navbar-collapse.collapse {
	    display: block!important;
	    height: auto!important;
	    padding-bottom: 0;
	    overflow: visible!important;
	}

}

@media only screen and (max-width: 767px) {

.ab_img {
	margin-bottom: 15px;
}

}




.bdhead_rgt a .mobiletxt{
	display: none;
}

@media only screen and (max-width: 575px) {
	.banner-content-fld h2 {
	    font-size: 38px;
	    line-height: 48px;
	}
	.heading h2 {
	    font-size: 22px;
	    line-height: normal;
	}
	.testimonial_box p{
		padding: 70px 0px 5px 0px;
	    font-size: 14px;
	    line-height: normal;
	}
.testimonial_box{
	padding: 25px;
}
.testimonial_box h2{
	font-size: 18px;
}
.ftr_box1 p{
	font-size: 13px;
}
.bdhead_rgt a span{
	display: none;
}

.bdhead_rgt a .mobiletxt{
	display: inline-block;
	font-size: 14px;
}
.bd_btn{
padding: 0 10px;
}
.bd_btn i{
	margin-left: 0;
}

}


@media only screen and (max-width: 480px){

.banner-content-fld h2{
	font-size: 28px;
}

.heading h2 {
	    font-size: 18px;
	    line-height: normal;
	}	

.testimonial_box {
    padding: 15px;
}

}


