@media (min-width: 768px){
	.navbar-nav {
	    margin-left: 15%;
	}
	.dropdown-menu {
	    min-width: 275px;
	    padding: 0px 0;
	    margin: 0 0 0 !important;
	}
	.dropdown-menu>li>a {
	    display: block;
	    padding: 10px 30px;
	    clear: both;
	    font-weight: 400;
	    line-height: 1.42857143;
	    color: #f3f3f3;
	    background: #2a2b59;
	    white-space: nowrap;
	    border-bottom: 1px solid #e6e6e6;
	}

}
@media screen and (min-width:768px) and (max-width: 1200px){
	.navbar-nav {
	    margin-left: 0%;
	}
}

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

	.carousel-inner {
	    position: relative;
	    width: 100%;
	    overflow: hidden;
	    height: 300px;
	}
	.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	    margin: auto;
	    width: 100% !important;
	    height: 300px;
	    object-fit: cover;
	}
	.moblogo img{
		height: 60px;
	}
	.navbar-brand {
	    float: left;
	    height: 60px;
	     padding: 0 5px; 
	}
	.specialsect {
	     padding:0; 
	}
	#myBtn {
	    bottom: 9%;
	    right: 10px;
	    padding: 10px 12px;
	}
	#order_form{
	    margin-top:40px;
	}
	.carousel-indicators {
	    position: absolute;
	    bottom: 0% !important;
	}
	.product_desc p {
        margin: 0px;
	    margin-top: 20px;
	    text-align: justify;
	}
	.products_inner .overlay {
	    opacity: 1;
	}
	.products_inner h3 {
	    min-height: auto;
	}
	.inner_products {
	    padding: 30px 0;
	}
	.newsletter h3 {
	    text-align: center;
	}
	.newslettercont {
	    text-align: center;
	}

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}

@media screen and (min-width:768px) and (max-width: 991px){
	.nav>li>a {
	    position: relative;
	    display: block;
	    padding: 15px 10px !important;
	    font-size: 13px;
	    font-weight: 600;
	    color: #f1f1f1 !important;
	}
	.specialsect {
	    text-align: center;
	    padding: 0;
	    min-height: 175px;
	}
	.logofoot img {
	     height: auto; 
	    width: 50%;
	    text-align: center;
	    padding: 20px;
	}
}