.loader{
    animation: rotate 4s linear infinite;
}

.loader .dot{
	background: none;
	font-size: 35px;
}

.header-search a.user{
	color: #FFF;
}

.bannr-section h6{
	color: #FFF;	
}

.hero-img{
	justify-content: center;
}

.hero-img img{
	max-width: 450px;
}

h1{
	font-size: 50px;
}

.natural-img.about{
	display: block;
	text-align: center;
}

.natural-img.about img{
	width: 100%;
	max-width: 400px;
}

.natural-img img{
	width: 100%;
	max-width: 250px;
}


.plant-based a{
	text-transform: none;
	width: 100%;
}

.sustainability h5 a{
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
}

.sustainability p{
	line-height: 24px;
	font-size: 15px
}

.cbd-oil-dropper{
	margin-top: 20px;
	padding-bottom: 30px;
}

.heading.two{
	padding-bottom: 20px;
}

.heading.two p{
	padding-bottom: 0;
}

.strike{
	text-decoration: line-through;
	color: #ffc53c;
}

.blog{
	padding-bottom: 0;
}

.blog .dates{
	display: flex;
	background: #008136;
	margin-right: 20px;
	padding: 20px 0;
    min-width: 110px;
    justify-content: center;
}

.blog h4{
	width: auto;
	margin-right: 0;
	padding: 0;
}

.makes-conbiz:before{
	background: #01613B;
}

footer h5{
	color: #FFF;
	font-size: 16px;
}

footer h6 a{
	color: #FFF;
}

@media (max-width: 1400px) {
    .sustainability {
        min-height: 365px;
    }
}


/* CLOCK */

#countdown{
	margin-bottom: 0;
}

#countdown ul li {
    text-align: center;
    color: #fff;
    margin-right: 10px;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 18px;
    display: block;
    padding: 15px;
    font-size: 14px;
    text-transform: none;

    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
}

/* CLOCK end*/

.modal{

	z-index: 1000000;
}

@media (max-width: 1200px) {
	h1{
		font-size: 45px;
	}
	
	.top-bar{
		display: block;
		text-align: center;
		position: absolute;
		top: 55px;
	}
	
	.hero-section {
        padding-top: 200px;
    }
	
	.content-header{
		width: 90%;
	}
	
	.collnumber{
		justify-content: center;
	}
}