@import url("./behrrx.css");
@import url("./rating.css");
@import url("./header.css");
@import url("./footer.css");
@import url("./newsletter.css");


.home-banner-wrap {
    background: url(../images/home/homepage-header.png) no-repeat;
    background-size: 100%;
    position: relative;
    background-position: top;
}
.btn-all-story {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    background-color: #475c6b;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
}
.btn-all-story:hover {
    background: #709ca5;
    color: #fff;
    text-decoration: none;
}
.btn-all-story:focus {
    background: #90a1ab;
    color: #fff;
    text-decoration: none;
}
.story-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #65686a;
    padding: 10px 0px;
    margin-bottom: 30px;
}
.our-story {
    background-size: contain;
}
.delivery-imgs {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.small-img-container {
    width:80%;
    margin:0 auto;
    max-height:250px;
}
.delivery-see-wrap  .custom-container .row div:nth-of-type(3) .small-img-container img{
    width:75% !important;
}
.delivery-see-wrap {
	padding-top:1rem!important;
}
.delivery-see-wrap .custom-container {
    margin:10px auto;
}
.rating-wrapper {
    padding-top: 30px;
    margin-top:3px;
}

.pos-absolute-story .btn-all-story {
    margin:0 auto;
}
.home-banner-wrap .description-container {
    padding-top:17%;
}
.delivery-content{
    padding:50px 0px;
}
@media  (min-width: 100px) and (max-width: 991px){
    .our-story h3 {
        padding-top:20px;
    }
    .pos-absolute-story {
        position: initial;
        padding-bottom:20px;
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
    }
    .home-banner-wrap .description-container {
        padding-top: 10%;
    }
    .home-banner-wrap .text-center {
        text-align: left !important;
    }
	.delivery-content{
		padding:30px 0px;
	}
	.np-left-right {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin: 0 auto;		
	}	
	
}
@media (min-width: 992px) {
	.our-story .nm-left-right {
		margin-left: 0px;
		margin-right: 0px;
		width: 95%;
		margin: 0 auto;
		display: block;	
	}
	.pos-absolute-story {
		text-align: center;
		padding: 20px 30px;
	}	
}

@media (min-width: 992px) and (max-width: 1024px) {
    .home-banner-wrap .description-container {
        padding-top:10%;
    }
}
@media (max-width: 480px) and (min-width: 100px) {
   .np-left-right {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin: 0 auto;
   }	
}	