@media screen and (min-width: 200px) and (max-width: 546px){
	.footer_nav {
		display: inline-block;
		margin-top: 0px;

	}
	.footer_nav li a:after{
		display: none;

	}
	.logo{
		width: 60% !important;
	}
	.footer_logo{
		margin-top: 30px;
	}
	.main_wrapper{
   		margin-top: 60px !important;
   }
	
	
}
@media screen and (min-width: 200px) and (max-width: 768px) {
   .main_wrapper{
   		margin-top:0px;
   }
   .carousel .carousel-item {
  height: 250px;
}
.carousel-caption {
    right: -29%;
    left: -30%;
    margin-bottom: 30px;
}
.carousel-caption h3{
    font-size: 30px;
}

.home_card {
    width: 100%;
}
.home_card img{
    width: 100%;
}
.welcome_section_inner {
    background-size: 200px 200px;
}
.welcome_section_inner h2{
	font-size: 21px;
}
.para_inner{
	width: 80%;

}
.para_inner p{
	font-size: 12px;
}
.space{
	padding: 35px 0;
}
.shadow_box_header {
    padding: 10px;
}
.product_skincare_header,.product_cosmetics_header,.product_hair_care_header,.product_fra_header,.product_salon_spa_header{
	background-size: 100% 40%;
}
h2.page_title{
	clear: both;
}
.carousel-indicators{
		display: none;
	}
.front_service{
		margin-top: 30px;
	}


}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.home_card {
	    width: 30%;
	}
	.home_card img{
	    width: 100%;
	}
	.dropdown-content {
    min-width: 750px;
    z-index: 1;
    margin-left: -333px;
    margin-top: 0px;
    padding: 20px;
}
	.drop_menu>a>img{
		clear: both;
		margin: auto;
		text-align: center;
	}
	.drop_menu>a>span{
		font-size: 12px;
		clear: both;
		width: 100%;
		text-align: center;
		text-transform: capitalize;
	}
	.navbar-nav,a.nav-link{
		font-size: 12px !important;
	}
	.navbar-brand>img {
    display: inherit;
    width: 150px;
    margin-top: 17px;
	}
	.navbar-nav li a {
	    padding: 60px 10px !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1194px) {
	.dropdown-content {
	min-width: 870px;
	z-index: 1;
	margin-left: -429px;
	margin-top: 0px;
	padding: 20px;
}
.drop_menu>a>img{
	clear: both;
	margin: auto;
	text-align: center;
}
.drop_menu>a>span{
	font-size: 12px;
	clear: both;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
}	
}