@media(min-width:320px) and (max-width:767px){

	 /*Top Logo Responsive -- Css -- Start Here*/
	.navbar-brand {
    width: 28%;
	}
	
	/*Top Banner Content Responsive -- Css -- Start Here*/
    .home-slider-content p{
    margin: 0px 38px;
    font-size: 15px;
	}
    .home-slider-content h2{
    	font-size: 38px;
    }
     /*Why ChosseUs Responsive -- Css -- Start Here*/

    .common-section-title {
    	text-align: center;
	}
    .whyChooseUs-content-img {
    padding-top: 0px;
	}
	/*Footer Logo Responsive -- Css -- Start Here*/
	.footer-info-wrapper img {
    width: 55%;
	}

	
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
	.banner-text{
		margin-top: 40px;
	}
}

@media(max-width:1000px){
	.nav-link{
		color: white!important;
	}
	/*OffCanvas direction Responsive -- Css -- Start Here*/
	.flex-direction-reverse{
		flex-direction: column-reverse;
	}
}