body, html{
	font-family: 'db_heaventregular';
}
::selection {
    background: #68594c;
    text-shadow: none;
    color: #ffffff;
}
header {
    background-color: #E0251B;
	position: absolute;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;
}
header.inner-page{
	position: relative;
	background-color:#E0251B;
}
header .navbar{
	padding-top: 0;
	padding-bottom:0.6rem;
}
.sec-spacer {
    padding: 50px 0;
}
.navbar-brand {
	padding-left:1rem;
	padding-top:1rem;
}
.navbar-brand img{
	width:140px;
	max-width : inherit;
}
.navbar-nav{
	padding-right:1rem;
	padding-top:1rem;
}
.navbar-nav .nav-item {
    margin: 0 10px;
}
.navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
}
.dropdown-menu .dropdown-item {
    margin-bottom: 10px;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #008489;
    color: #fff;
}
.dropdown-mega .dropdown-menu {
    width: 100%;
	background:#E0251B;
	border-radius: 0px;
    border: none;
	margin-top:0px;
	left: 0;
	top:100%;
	opacity: 0;
  display: inline-block;
   -webkit-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
   transition: all 0.4s ease 0s;
   transform: rotateX(90deg);
   transform-origin: top;
}
.dropdown-mega .dropdown-menu.show{
    opacity: 1;
	transform: rotateX(0deg);
    transform-origin: top;

}
.dropdown-mega h2 {
    font-family:'db_heaventbold';
	font-size:38px;
	line-height:38px;
	margin-bottom:40px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	display:inline-block;
	border-bottom:1px solid #fff;
}
.dropdown-menu .mega-content .menu-heading{
	padding-top:20px;
	color:#fff;
	text-align:center;
}
.dropdown-menu .mega-content .menu-items .menu-group h3{
	text-transform:uppercase;
	letter-spacing:2px;
	font-family:'db_heaventbold';
	font-size:28px;
	margin-bottom:10px;
}
.dropdown-menu .mega-content .menu-items .menu-group h3 a{
	color:#fff;
}
.dropdown-menu .mega-content .menu-items .menu-group h3 a:hover{
	opacity:0.6;
}
.dropdown-menu .mega-content .menu-items .menu-group ul{
	margin-left:5px;
}
.dropdown-menu .mega-content .menu-items .menu-group ul li{
	margin-bottom:5px;
}
.dropdown-menu .mega-content .menu-items .menu-group ul li a{
	color:#fff;
	font-size:24px;
	font-family:'db_heaventregular';
	letter-spacing:1px;
}
.dropdown-menu .mega-content .menu-items .menu-group ul li a:hover{
	opacity:0.6;
}
.dropdown-menu .mega-content{
		padding-bottom:60px;
	}
.dropdown-menu .mega-content .menu-items ul.level-1 li a img{
	 font-family:'db_heaventregular';
	 font-size:32px;
	 text-transform:uppercase;
	 color:#fff;
	 letter-spacing:1px;
	 transition: all 0.3s ease-in-out 0.1s;
	 transform: scale(1);
	 max-width:200px;
}
.dropdown-menu .mega-content .menu-items ul.level-1 li a:hover{
	opacity:1;
}
.dropdown-menu .mega-content .menu-items ul.level-1 li a:hover img{
	 transform: scale(1.1);
	 opacity:1;
}
.search-box a svg{
	font-size:0.8rem;
}
.navbar-nav .nav-item a, .search-box a,.lang-box a{
transition: all 0.3s ease 0s;
}
.navbar-nav .nav-item a:hover,.search-box a:hover,.lang-box a:hover{
  opacity:0.6 !important;
  color:#fff;
}

ul.level-1 li a:hover {
    opacity:0.4;
	 transform: scale(1);
}
ul.level-1 li {
	margin-bottom:15px;
}
.list-group-item {
    font-size: 16px;
    color: #3F3B51;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
     padding: 12px 0;
}
.list-group-item:hover {
     color: #008489;
}          
.dropdown-toggle::after {
    content : none;
}
a{
	color:#fff;
}
a:active,a:hover{
	color:#68594c;
}
.logo-area a img{
	width:150px;
}
.navbar-nav > li > .search-box{
	margin-top:5px;
}
.navbar-nav > li > a.nav-link {
	line-height:14px;
	font-size:16px;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase;
}
.navbar-nav > li > .lang-box > a {
	line-height: 16px;
    font-size: 18px;
	text-align:center;
	color:#fff;
	letter-spacing:1px;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	font-family:'db_heaventbold'
}
.navbar-nav > li > .lang-box{
	color:#fff;
	border : 1px solid #fff;
	padding-left:8px;
	padding-right:8px;
	text-align:center;
	margin-top:2px;
}
.navbar-nav > li > .lang-box > a.th {
	padding-left:0px;
	padding-right:2px;
}

.navbar-nav > li > .lang-box > a.en {
	padding-left:2px;
	padding-right:0px;
}
.navbar-nav > li > .lang-box > .divide{
	font-size: 24px;
    vertical-align: middle;
}
.university-home .searce-box i {
	color:#fff;
}
.navbar-nav a {
    padding: 8px 8px;
}
.university-home .rs-header .menu-area .rs-menu .searce-box{
	padding-top:0px;
}


footer{
	background : url('../images/footer.png') no-repeat !important;
	background-size: cover !important;
	background-position:left top !important;
	margin-left:-1px;
	
}
.rs-footer{
	margin-top:0px;
}
.rs-footer .footer-top {
    padding-top: 100px;
}
.university-home .rs-footer .footer-title:after{
	content:none !important;
}
.university-home .rs-footer .footer-top .sitemap-widget li a {
    color: #fff !important;
	font-size:20px;
}
.university-home .rs-footer .footer-bottom{
	border:none;
	text-align:inherit;
}
.university-home .rs-footer .footer-bottom .border-top{
	border-top:1px solid #eee !important;
}
.rs-footer .footer-bottom .copyright p {
	color:#fff;
	font-size:20px;
}
.university-home .rs-footer .footer-title{
	 color: #fff !important;
	 font-family:'db_heaventbold';
	 letter-spacing:2px;
	 font-size:32px;
	 margin-bottom:20px;
	
}
.rs-footer .footer-title:after{
	background:#fff;
}
.rs-footer .footer-top .about-widget img {
	width:200px;
}
.contact-widget p{
	color:#fff;
	font-size:24px;
	margin-bottom:10px;
	font-family: 'db_heaventregular';
}
.contact-widget p.company-title{
	font-family: 'db_heaventbold';
	font-size:28px;
}
.contact-widget p svg{
	vertical-align:middle;
	margin-right:5px;
}
.footer-bottom {
	background:none !important;
	border-color: #fff !important;
}
.university-home .rs-footer .footer-share ul li a{
	background:none;
	border:2px solid #fff;
	font-size:24px;
	line-height:45px;
}
.university-home .rs-footer .footer-share ul li a:hover{
	background:#68594c;
	color:#fff;
	border-color:#68594c;
}
.university-home .rs-footer .footer-share ul li.line a img{
	width: 28px;
    vertical-align: middle;
    margin-top: -7px;
}
.university-home .rs-footer ul.policy-widget li{
	display:inline;
	margin-right:20px;
}
.university-home .rs-footer ul.policy-widget li a{
	font-size:20px;
}
.home-inter-section{
	background : url('../images/home/section-inter-bg.jpg') no-repeat !important;
}
.home-message-section{
	background : url('../images/home/section-message-bg.jpg') no-repeat !important;
}
.home-message-section,.home-inter-section{
	background-size: cover !important;
	background-position:center center !important;
	min-height: 550px;
	justify-content: center !important;
    align-items: center !important;
	margin-left: -1px;
	margin-bottom:-1px;
	padding:0px !important;
	display: flex !important;
}
a:hover .home-inter-section .content-part .title,a:hover .home-message-section .content-part .title{
	transform: scale(1.1);
}

.rs-about-style8 .content-part .title{
	font-family: 'db_heaventbold';
	font-size: 3.5rem;
    letter-spacing: 2px;
    /*text-shadow: -1px 3px 10px #50524B;*/
	text-transform:uppercase;
	transition: all 0.3s ease 0s;
	transform: scale(1);
}
.university-home #scrollUp i{
	background:#565656;
}
.university-home #scrollUp:hover i{
  background: #68594c;
}
.rs-banner-section2 .banner-inner {
	top:52%;
  } 
.rs-banner-section2 .banner-inner .banner-title{
	letter-spacing:2px;
	font-family : 'db_heaventregular';
	font-weight : normal;
	line-height: 35px;
	font-size:40pt;
}
.rs-banner-section2 .banner-inner .banner-title.title-lg{
	color:#68594c;
}
.sec-title h2{
	font-family : 'db_heaventregular';
	letter-spacing:3px;
	font-size:28pt;
	font-weight:700;
	line-height: 28pt;
	color:#565656;
}
.sec-title:after {
	content:none;
}
.nature-choice-carousel .owl-stage, .nature-tips-carousel .owl-stage {
    left: -50px;
}
 .owl-nav > div {
	 opacity:1;
 }
 .owl-next.disabled, .owl-prev.disabled {
    display: none !important;
}
.owl-carousel .owl-nav .owl-next{
	right:-20px;
}
.owl-carousel .owl-nav .owl-next img{
	padding:10px;
	margin-top:-2px;
}
.owl-carousel .owl-nav .owl-prev{
	left:-20px;
}
.owl-carousel .owl-nav .owl-prev img{
	padding:10px;
	margin-top:-2px;
}
.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover{
	background: #565656;
}
.nature-choice-carousel .item .image-container .image-label{
	text-align:center;
	font-family : 'db_heaventregular';
	position : absolute;
	bottom:20px;
	background:#68594c;
	padding:5px 10px 5px 10px;
	border-radius:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:16px;
	margin: auto;
	left:0;
	right:0;
	width:40%;
	line-height:20px;
	transition: all 0.3s ease 0s;
}
.nature-choice-carousel .item a:hover .image-container .image-label{
	background:#565656;
	color:#fff;
}
.nature-tips-carousel .item .blog{
	padding:40px;
	background:#fff;
	
}
.nature-tips-carousel .item .blog .blog-detail{
	color:#565656;
	margin-top:20px;
	margin-bottom:30px;
	min-height:230px;
}
.nature-tips-carousel .item .blog .blog-detail .title{
	font-family:'db_heaventbold';
	font-size:28px;
	margin-bottom:20px;
}
.nature-tips-carousel .item .blog .blog-detail .detail{
	font-size:22px;
	
}
.nature-tips-carousel .item .blog button{
	border-radius:50%;
	width:40px;
	height:40px;
	text-align:center;
	background:#68594c;
	border:none;
}
.nature-tips-carousel .item .blog button img{
    vertical-align: middle;
	width:20px;
	margin: 0 auto;
	
}
.gray-bg{
	background:#e9e4df;
}
#the-creations .main-thumbnail{
	/*padding:30px;*/
	background:#fff;
}
.owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fc0;
    margin: 10px;
    border-radius: 50%;
	display:none;
}

.owl-carousel .owl-dot.active {
    background: #ff3f4d;
}

.owl-carousel .owl-dot.active:before {
    content: "";
    height: 10px;
    background: rgba(247, 97, 139, 1);
    background: -moz-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 97, 139, 1)), color-stop(100%, rgba(42, 120, 247, 1)));
    background: -webkit-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: -o-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: -ms-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: linear-gradient(to right, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7618b', endColorstr='#2a78f7', GradientType=1);
    position: absolute;
    z-index: 99;
    left: 0;
}

.owl-scrollbar {
    margin-top: 20px;
    border-radius: 10px;
    height: 5px;
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #e4e4e4;
    box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
    position: relative;
}

.owl-scrollbar .owl-scroll-handle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #68594c;
    position: absolute;
    top: -5px;
    left: -1px;
}

.owl-scrollbar .owl-scroll-handle:hover {
    transform: scale(2);
    transition: transform .2s ease-in-out;
}

.owl-scrollbar .owl-scroll-progress {
    background: #68594c;
    height: 5px;
    border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.offcanvas-header{ display:none; }
.offcanvas-header .logo img {
	width : 120px;
	margin-left: 5px;
}
.offcanvas-header .btn-close-nav {
	float:right;
	border : none;
	background:none;
	margin-top:3px;
	border-radius:50%;
	width:30px;
	height:30px;
	transition: all 0.3s ease 0s;
	margin-right: 5px;
}
.offcanvas-header .btn-close-nav:active, .offcanvas-header .btn-close-nav:hover {
	opacity:0.4;
}
.offcanvas-header .btn-close-nav svg{
	font-size:1rem;
	color:#fff;
	transition: all 0.3s ease 0s;
	border:none;
}
.navbar-toggler{
	border-radius: 50%;  
	width: 45px;
    height: 45px;
	transition: all 0.3s ease 0s;
	border:none;
	outline: none;
	box-shadow: none;
}
.navbar-toggler:active, .navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler:target{
	border:none;
	outline: none;
	box-shadow: none;
	transform: scale(1.1);
}


form[role=search] .form-group {
    margin:0;
    padding:20px ;

    &:first-child { border-color: transparent; }
}

form[role=search] .form-control {
	font-family : 'db_heaventitalic';
	letter-spacing:1px;
	padding: 0px 10px 0 30px;
	color: #333;
	font-size: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height:60px;
    height: auto;
	border: none;
    border-radius: 50px 0  0 50px !important;
	background:#fff;
}
form[role=search] .form-control :focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: transparent;}

form[role=search] #searchbtn
{ 
	border:0;
	background:#fff;
	padding: 0px 30px;
	color: #565656;
	font-size: 27px;
	font-weight: 500;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height:60px;
    height: auto;
	border-radius: 0 50px 50px 0 !important;
}
.product-cat-container{
	margin-top:30px;
	margin-bottom:30px;
}
.product-cat-container .title{
	padding: 20px;
	text-align:center;
	font-size: 2rem;
	letter-spacing:1px;
	font-family : 'db_heaventitalic';
}
.juice-box .title{
	color:#fff;
}
.juice-box .cat-logo{
	position:absolute;
	margin-left:-50px;
    margin-top: -45px;
	line-height: 20px;
}
.juice-box .cat-logo img{
	width: 120px;
	height:120px;
}
.juice-box.C .title{
	background: rgba(223, 118, 29, 0.5);
}
.juice-box.C .content{
	background: rgba(223, 118, 29, 0.2);
}
.juice-box.A .title{
	background: rgba(7, 159, 71, 0.5);
}
.juice-box.A .content{
	background: rgba(7, 159, 71, 0.2);
}
.juice-box.B6 .title{
	background: rgba(112, 82, 151, 0.5);
}
.juice-box.B6 .content{
	background: rgba(112, 82, 151, 0.2);
}
.product-cat-container .content{
	background:#fff;
}
.product-cat-container .content .product-item{
	padding:40px 30px 30px 30px;
}
.product-cat-container .content .product-item .product-thumbnail{
	margin:0 auto;
	text-align:center;
	height: 36.7vh;
}
.product-cat-container .content .product-item a .product-thumbnail img{
	transition: transform .3s;
	width:auto;
	height:100%;
}
.product-cat-container .content .product-item a .product-title{
	margin-top:20px;
	font-family:'db_heaventbold';
	font-size: 24px;
	text-align:center;
	color:#565656;
	min-height:52px;
	letter-spacing:1px;
}
.product-cat-container .content .product-item a:hover .product-title{
	color:#68594c;
}
.light-gray-bg{
	background:#f5f4f2;
}
.sec2-spacer{
	padding:150px 0px 180px 0px;
}
.color-brown{
	color:#68594c !important;
}
.color-white{
	color:#fff !important;
}
.bg-brown-pattern{
	background: url('../images/home/pd-bg.png') no-repeat;
	background-size:cover;
	background-position:center center;
}
.bg-gray-green{
	background:#B6B19B;
}
.bg-brown{
	background:#9C8670;
}
.product-cat-container .content .product-item a:hover .product-thumbnail img{
	transform: scale(1.1);
}

.product-single .product-image{
	padding:60px 40px 60px 40px;
}
.product-single.other .product-image{
	background:#fbfaf8;
}
.product-single.juice-box-C .product-image{
	background: rgba(223, 118, 29, 0.2) ;
}
.product-single.juice-box-A .product-image{
	background: rgba(7, 159, 71, 0.2);
}
.product-single.juice-box-B6 .product-image{
	background: rgba(112, 82, 151, 0.2);
}
.product-single .product-image .image-preview-block{
	max-width: 468px;
    margin: 0 auto;
}
.product-single .product-image .image-preview-block .image-preview{
	background-size: contain !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
	image-rendering: -webkit-optimize-contrast;
	-webkit-transform: translate3d(0,0,0);
}
.product-single .product-info .category-heading .desc-logo{
	position:absolute;
	margin-top: -35px;
	margin-left:-30px;
	line-height:20px;
}
.product-single .product-info .category-heading .desc-logo img{
	width:120px;
	height:120px;
}
.product-single .product-info .category-heading .desc-title{
	padding: 15px 15px 15px 110px;
    font-size: 2rem;
    letter-spacing: 1px;
    font-family: 'db_heaventitalic';
	color:#fff;
}
.product-single.juice-box-C .product-info .category-heading .desc-title,
.product-single.juice-box-C .product-packsize .title{
	background: rgba(223, 118, 29, 0.5) ;
}
.product-single.juice-box-A .product-info .category-heading .desc-title,
.product-single.juice-box-A .product-packsize .title{
	background: rgba(7, 159, 71, 0.5);
}
.product-single.juice-box-B6 .product-info .category-heading .desc-title,
.product-single.juice-box-B6 .product-packsize .title{
	background: rgba(112, 82, 151, 0.5);
}
.product-single .product-info .product-subheading{
	margin-right:80px;
	padding:50px 40px 30px 0px;
	border-bottom:2px solid #565656;
	color:#565656;
}
.product-single .product-info .product-subheading .category-title{
	font-size:38px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family:'db_heaventbold';
	margin-bottom:10px;
}
.product-single .product-info .product-subheading .product-title{
	font-size:28px;
	letter-spacing:1px;
	font-family:'db_heaventbold';
}
.product-single .product-packsize .title{
	padding:10px 10px 10px 10px;
	font-size:22px;
	font-family:'db_heaventbold';
	letter-spacing:1px;
}
.product-single .product-info .product-desc{
	font-size:22px;
	font-family:'db_heaventregular';
	margin-right:80px;
	padding:25px 40px 25px 0px;	
	color:#565656;
	border-bottom:2px solid #565656;
	margin-bottom:50px;
	letter-spacing:1px;
}
.product-single .product-info .product-desc p{
	margin-bottom:8px;
}
.product-single .product-packsize .content{
	background:#fff;
	padding:30px;
}
.product-single .product-packsize .content .packsize-detail .packsize-thumbnail{
	text-align:center;
	padding-top:20px;
}
.product-single .product-packsize .content .packsize-detail .packsize-thumbnail a{
	color:#565656;
}
.product-single .product-packsize .content .packsize-detail .packsize-thumbnail a img{
	margin:0 auto;
	max-width:90px;
	transition: transform .3s;
}
.product-single .product-packsize .content .packsize-detail .packsize-thumbnail a:hover img{
	transform: scale(1.1);
}

.product-single .product-packsize .content .packsize-detail .packsize-title{
	margin-top:20px;
	text-align:center;
	font-size:22px;
	font-family:'db_heaventbold';
	letter-spacing:1px;
}
.product-single:not(.malee-100-uht-fruit-juice) .product-info .category-heading .desc-title{
	padding-left:0px;
}
.product-single:not(.malee-100-uht-fruit-juice) .product-info .product-subheading {
	padding-top:30px;
}
.parent-category{
	position: relative;
	margin-bottom:30px;
}
.parent-category a img{
  display: block;
  width: 100%;
  height: auto;
}
.parent-category a .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #68594c;
  mix-blend-mode: multiply;
}
.parent-category:hover a .overlay {
  opacity: 0.7;
}
.parent-category:hover a .text {
  opacity: 1;
}
.parent-category a .text {
  color: white;
  font-family:'db_heaventbold';
  letter-spacing:1px;
  font-size: 26px;
  line-height:26px;
  text-transform:uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity:0;
  transition: .5s ease;
  width:100%;
  padding:0px 30px 0px 30px;
}
.inter-business{
	color:#565656;
}
.inter-business .maps {
	background:url('../images/ib/ib-maps.png') no-repeat;
	background-size:contain;
	background-position:center center;
	text-align:center;
	padding-top:250px;
	padding-bottom:250px;
}
.inter-business .maps p {
	font-size:30px;
	line-height:34px;
	font-family:'db_heaventregular';
	font-weight:400;
	letter-spacing:1px;
	color:#565656;
}
.inter-business .detail {
	text-align:center;
	padding-top:0px;
	padding-bottom:40px;
}
.inter-business .detail p {
	font-size:24px;
	font-family:'db_heaventregular';
	font-weight:400;
	line-height:38px;
	letter-spacing:1px;
	color:#565656;
}
.inter-business .contact{
	text-align:center;
	padding-bottom:50px;
}
.inter-business .contact h2{
	font-family:'db_heaventbold';
	font-size:38px;
	letter-spacing:3px;
	color:#565656;
}
.inter-business .contact p{
	font-size:34px;
	font-family:'db_heaventregular';
	font-weight:400;
	line-height:38px;
	letter-spacing:1px;
	color:#565656;
	margin-bottom:5px;
}
.inter-business .contact p a{
	color:#565656;
}
.inter-business .contact p a:hover{
	color:#68594c;
}
.inter-business .product .button{
	margin-top:-60px;
	margin-bottom:50px;
}
.inter-business .product .button a{
	background:#68594c;
	padding:8px 25px 8px 25px;
	border-radius:50px;
	color:#fff;
	letter-spacing:1px;
	font-size:22px;
	font-family:'db_heaventbold';
	text-align:center;
	text-transform:uppercase;
}
.inter-business .product .button a:hover{
	background:#565656;
}

.inter-business .banner h2{
	font-family:'macariaregular';
	font-size:32px;
	color:#433930;
	letter-spacing:1px;
	text-transform:uppercase;
}
.inter-business .banner .btn-area{
	padding-top:20px;
}
.inter-business .banner img{
	margin:0 auto;
	text-align:center;
}
.inter-business .banner .btn-area a{
	color:#fff;
	background:#433930;
	font-family:'db_heaventbold';
	letter-spacing:1px;
	padding:10px 50px 10px 50px;
	border-radius:30px;
	text-transform:uppercase;
	font-size:22px;
	transition: .3s ease;
}
.inter-business .banner .btn-area a:hover{
	background:#565656;
}
.inter-business .site-content p{
	font-size:24px;
	color:#433930;
}
.inter-business .site-content p.first{
	font-family:'db_heaventitalic';
	font-weight:600;
	line-height:38px;
}
.inter-business .site-content p.second{
	font-family:'db_heaventregular';
	line-height:38px;
}
.inter-business .content-part a img{
	transform: scale(1);
	transition: all 0.3s ease-out;
}
.inter-business .content-part a:hover img{
	transform: scale(1.1);
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}



.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.view-more{
	margin-top: 80px;
    text-align: center;
    margin-bottom: 60px;
}
.view-more a{
	background: #E0251B;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 45px;
    border: none;
	text-transform: uppercase;
    font-size: 18px;
	font-weight:600;
	border-radius: 30px;
	transition: .3s ease;
}
.view-more a:hover, .view-more a:focus{
	color:#E0251B;
	background:#fff;
}
.single-blog-details .top-title-block .top-title{
	font-size:32px;
	font-family:'db_heaventbold';
	padding-bottom:10px;
	margin-bottom:30px;
	border-bottom:3px solid #68594c;
	color:#565656;
}
.single-blog-details .blog-image{
	text-align:center;
	margin-bottom:40px;
}
.single-blog-details .blog-image img{
	max-width: 500px;
	width:100%;
    margin: 0 auto;
}
.single-blog-details .except{
	font-weight:700;
	margin-bottom:30px;
	font-size:22px;
	line-height:32px;
	color:#565656;
}
.single-blog-details .content p{
	margin-bottom:5px;
	font-size:24px;
}
.single-blog-details .content{
	font-size:22px;
	line-height:32px;
	color:#565656;
	font-family:'db_heaventregular';
	padding-bottom:30px;
	border-bottom:3px solid #68594c;
}
.single-blog-details .content h3{
	font-family:'db_heaventregular';
	font-size:28px;
	color:#565656;
}
.single-blog-details .like-section h3.title-bg{
	font-family:'db_heaventbold';
	letter-spacing:2px;
	font-size:28px;
	color:#565656;
}
.single-blog-details .like-section .popular-post-img img{
	transition: .3s ease;
}
.single-blog-details .like-section .popular-post-img img:hover{
	opacity:0.6;
}
.single-blog-details .like-section h5 a{
	font-family:'db_heaventbold';
	font-size:22px;
	color:#565656;
	transition: .3s ease;
}
.single-blog-details .like-section h5 a:hover{
	color:#68594c;
}
.blog-page-area .blog-inner{
	border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}
.blog-page-area .blog-inner .blog-content h4 a {
	color:#565656;
	font-size:32px;
	font-family:'db_heaventbold';
	line-height: 32px;
}
.blog-page-area .blog-inner:hover .blog-content h4 a {
	color:#68594c;
}
.blog-page-area .blog-inner:hover .blog-content h4 a:hover {
	color:#68594c;
}
.blog-page-area .blog-inner .blog-content p{
	font-size:24px;
	line-height:30px;
}
.blog-page-area .blog-inner .blog-content a.primary-btn {
	background: #E0251B;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 45px;
    border: none;
	text-transform: uppercase;
    font-size: 18px;
	font-weight:600;
	border-radius: 30px;
	transition: .3s ease;
	line-height:18px;
	height:auto;
}
.blog-page-area .blog-inner .blog-content a.primary-btn:hover {
	background:#fff;
	color:#E0251B
}
.blog-page-area .blog-inner .blog-images:after {
	content:none;
}
.blog-page-area .blog-inner:hover .blog-images:after {
	content:none;
}
.mfp-bottom-bar {
	display:none;
}
.zoom-image{
	overflow: hidden;
    position: relative;
}
.zoom-image img {
	transform: scale(1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.zoom-image:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
}
.opacity-image{
	transition: all 0.3s ease 0s;
}
.opacity-image:hover{
	opacity:0.7;
}
.sec-title p {
	font-size:24px;
	letter-spacing:1px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
	font-size:24px !important;
	letter-spacing:1px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-size:24px  !important;
	letter-spacing:1px  !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
	font-size:24px !important;
}
div.wpforms-container-full .wpforms-form button[type=submit]{
	background:#68594c  !important;
	font-family:db_heaventbold !important;
	letter-spacing:1px;
	border-radius:50px;
	color:#fff !important;
	font-size:22px !important;
	padding:10px 30px 10px 30px  !important;
	text-transform:uppercase;
	border:none  !important;
	transition: .3s ease;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background:#565656 !important;
	border:none !important;
}
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form textarea{
	border:1px solid #eee !important;
	font-size:22px !important;
}
.sec-title h3{
	font-size:22pt;
	line-height:24pt;
	font-family : 'db_heaventbold';
	letter-spacing:2px;
	color:#565656;
}
.normal-page p{
	font-size: 24px;
    letter-spacing: 1px;
    font-family: 'db_heaventregular';
	line-height:32px;
}
.normal-page h3.elementor-heading-title{
	font-weight:bold;
	letter-spacing: 1px;
    font-size: 28px;
}
.normal-page a{
	color:#565656;
	text-decoration:underline !important;
}
.normal-page a:hover{
	color:#68594c;
}
.gridTab a{
    background: transparent;
    border: 0;
    font-size: 22px;
    font-weight: 700;
    outline: none;
    text-transform:uppercase;
	color: #505050;
    cursor: pointer;
	margin-right:30px;
	background:#EEE;
	padding:20px;
	font-family:'db_heaventbold';
	letter-spacing:1px;
	text-decoration:none !important;
}
.gridTab a.active, .gridTab a:hover {
    color: #FFF;
    background: #565656;
}
.data-subject h2.form-title{
	color:#565656;
	font-family:'db_heaventbold';
}
.data-subject h4{
	color:#565656;
	font-family:'db_heaventbold';
	font-size:28px;
}
.data-subject h5{
	color:#565656;
	font-family:'db_heaventbold';
	font-size:24px;
}
.data-subject form label{
	font-size:24px;
}
.data-subject form .form-text,.data-subject form .text-secondary{
	font-size:20px !important;
}
.data-subject textarea.form-control{
	font-size:22px;
}
.data-subject .btn{
	font-size:24px;
	letter-spacing:1px;
	background:#565656;
	font-family:'db_heaventbold';
	padding:10px 30px 10px 30px;
	border:none;
	border-radius:50px;
}
.data-subject .btn:hover{
	background:#68594c;
}
.normal-page .contact-footer p{
	margin-bottom:10px;
}
.normal-page .contact-footer p a{
	text-decoration:none !important;
}

#scrollUp svg {
	width: 42px;
    height: 40px;
    color: #fff;
    background: #68594c;
    padding: 8px;
    transition: .3s ease;
}
#scrollUp svg:hover{
	background:#565656;
}
.nature-choice-carousel .item a .image-container {
	overflow: hidden;
    position: relative;
}
.nature-choice-carousel .item a .image-container img{
	transform: scale(1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}
.nature-choice-carousel .item a:hover .image-container img{
	transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.nature-tips-carousel .item a .blog{
	transition: all 0.3s ease 0s;
}
.nature-tips-carousel .item a:hover .blog{
	background:#e9e4df;
}
.nature-tips-carousel .item a .blog .blog-image{
	overflow: hidden;
    position: relative;
}
.nature-tips-carousel .item a .blog .blog-image img{
	transform: scale(1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
	height : 400px;
	object-fit:contain;
}
.nature-tips-carousel .item a:hover .blog .blog-image img{
	transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.owl-nav > div{
	background:#68594c;
}
.search-modal{
	height:auto;	
}
.modal-backdrop {
   background-color:#000;
}
.search-modal .close{
	border:none;
	background:none !important;
}
.search-modal .close:hover{
	opacity:0.6;
	background:none;
}
.rs-banner-section2 .banner-inner .readon{
	background:#E0251B;
	color:#fff;
	letter-spacing:2px;
	padding: 10px 45px;
	border:none;
	margin-left:-20px;
	font-size:18px;
}
.rs-banner-section2 .banner-inner .row{
	min-height:26rem;
}
.cli-bar-message{
	font-size:20px;
	line-height:22px;
}
.cli-bar-message a{
	color:#68594c;
	font-weight:700;
}
.cli-bar-message a:hover{
	color:#E0251B;
}
.cli-bar-btn_container a,.cli-tab-header a.cli-nav-link,span.cli-necessary-caption,.wt-cli-sr-only,.wt-cli-cookie-description{ 
	font-size:18px !important;
}
.cli-tab-container p, .cli-privacy-content-text{
	font-size:16px !important;
}
.cli-tab-container h4, .cli-tab-container h1{
	font-size:22px !important;
}
a.cli-privacy-readmore{
	font-size:16px !important;
}
.modal-backdrop.show {
    opacity: 0.9 !important;
}
.shop-now img{
	width:150px;
	vertical-align:middle;
}
.shop-now.shopee img{
	margin-top:-16px;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container{
	text-align:center;
}
footer .footer-nav h5{
	font-family:'db_heaventbold';
	font-size:28px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
}
footer .footer-nav ul{
	width:50%;
	float:left;
}
footer .footer-nav ul li{
	margin-bottom:10px;
}
footer .footer-nav ul li a {
	color: #fff;
    display: inline-block;
    position: relative;
	font-size:20px;
	line-height:22px;
}
footer .footer-nav ul li a:hover{
	color: #68594c;
}
footer .footer-nav ul li a svg{
	margin-right:10px;
	vertical-align:middle;
}
.message-from-nature-page.dark-theme h2,
.message-from-nature-page.dark-theme p
{
	color:#fff;
}
.message-from-nature-page.dark-theme h1{
	font-family : 'db_heaventbold';
	font-size:3rem;
	line-height:3rem;
	color:#fff;
}
.message-from-nature-page.dark-theme h2{
	font-family : 'db_heaventbold';
	font-size:36px;
	margin-bottom:0px;
}
.message-from-nature-page.dark-theme p{
	font-family : 'db_heaventregular';
	font-size:28px;
	    line-height: 38px;
		margin-bottom:0px;
}
.message-from-nature-page.light-theme h2,
.message-from-nature-page.light-theme p
{
	color: #565656;
}
.message-from-nature-page.light-theme h1{
	font-family : 'db_heaventbold';
	font-size:3rem;
	line-height:3rem;
	color: #565656;
}
.message-from-nature-page.light-theme h2{
	font-family : 'db_heaventbold';
	font-size:36px;
	margin-bottom:0px;
}
.message-from-nature-page.light-theme p{
	font-family : 'db_heaventregular';
	font-size:28px;
	    line-height: 38px;
		margin-bottom:0px;
}


.message-from-nature-page.regular h1{
	font-family : 'db_heaventbold';
	font-size:5rem;
	line-height:5rem;
}
.message-from-nature-page.regular h2{
	font-family : 'db_heaventbold';
	font-size:3.5rem;
	line-height:3.5rem;
	margin-bottom:0px;
}
.message-from-nature-page.regular h3{
	font-family : 'db_heaventbold';
	font-size:3rem;
	line-height:2.5rem;
	margin-bottom:0px;
}
.message-from-nature-page.regular h4{
	font-family : 'db_heaventbold';
	font-size:2rem;
	line-height:2rem;
	margin-bottom:0px;
}
.message-from-nature-page.regular p{
	font-family : 'db_heaventregular';
	font-size:38px;
	line-height: 42px;
	margin-bottom:0px;
}

.blog_btn span{
	font-weight:700;
	margin-right:10px;
	font-size:28px;
}
.blog_btn a{
	    background: #E0251B;
    color: #fff;
    padding: 10px 45px;
    border: none;
    font-size: 32px;
    font-weight: 600;
    border-radius: 30px;
    transition: .3s ease;
    line-height: 18px;
    height: auto;
}
.blog_btn a:hover {
	background:#fff;
	color:#E0251B;
}
.blog_btn.text-white a{
	background: #E9E4DF;
	color: #68594c;
}
.blog_btn.text-white a:hover{
	background: #68594c;
	color:#fff;
}
.power-plant-btn span{
	font-weight:700;
	margin-right:10px;
	font-size:28px;
		color:#000;
}
.power-plant-btn a{
	background: #639CC2;
	font-size:2rem;
	padding:8px 50px 8px 50px;
	margin-right:5px;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 30px;
    transition: .3s ease;
    line-height: 18px;
    height: auto;
}
.power-plant-btn a:hover {
	background:#fff;
	color:#E0251B;
}
.power-plant-btn-block{
	margin-top:-50px !important;
}
/*---Typho for malee coco liposos---*/
.liposos h1{
	font-family : 'db_heaventbold' !important;
	font-size:6rem;
	line-height:6rem;
}
.liposos .text-stroke h1{
	font-family : 'db_heaventbold' !important;
	font-size:10rem;
	line-height:7rem;
	color: #016251;
	text-fill-color: white;
	text-stroke: 2px #016251;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke: 2px #016251;
  letter-spacing:1px;
}
.liposos h4{
	font-family : 'db_heaventbold' !important;
	font-size:4rem;
	line-height:4rem;
}
.liposos h3{
	font-family : 'db_heaventregular' !important;
	font-size:5rem;
	line-height:4rem;
}
.liposos p{
	font-family : 'db_heaventregular';
	font-size:2.5rem;
	line-height:2.5rem;
	margin-bottom:0px;
}
.liposos .coco-img img{
	margin-top:-30px;
	width:200px;
	height:200px;
}
.liposos .text-mine p{
	font-family : 'db_heaventbold' !important;
	font-size:2rem;
	line-height:2rem;
}
.liposos .ask p{
	font-family : 'db_heaventbold' !important;
	font-size:2.8rem;
	line-height:2.5rem;
	color:#016150;
}
/* On Full HD Screen */
@media screen and (min-width: 1920px) {
   .home-message-section,.home-inter-section {
	    background-size: cover  !important;
		background-position:center center !important;
		min-height: 980px;
	}
	.nature-tips-carousel .item .blog{
		min-height:280px;
	}
	.rs-banner-section2 .banner-inner .row{
		min-height:40rem;
	}
}
/* On screens that are 1299px or less */
@media only screen and (max-width: 1299px) {
	.navbar-nav .nav-item {
		margin: 0 20px;
	}
	.navbar-brand img {
		width: 120px;
	}
	
}
/* On screens that are 1199px or less */
@media only screen and (max-width: 1199px) {
	.contact-widget p{
		font-size:24px !important;
	}
	.contact-widget p.company-title{
		font-size:28px !important;
	}
	.nature-tips-carousel .item .blog .blog-detail{
	   min-height:280px;
   }
   .navbar-toggler{
	   padding-top:20px;
   }
   .navbar-brand {
	   padding-left:0.5rem;
	   margin-right:0;
   }
  .navbar{ padding-top: 0; padding-bottom: 0; }
	.navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
	.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
  
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
      overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
  .offcanvas-header{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
	padding-bottom : 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #E0251B;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
  .navbar-nav {
	  padding-right:0;
	  padding-left:0rem;
	  padding-top:2rem;
  }
  .navbar-nav > li > a {
	  font-size:22px !important;
  }
  .navbar-nav > li > a > div{
	  display:inline;
	  margin-right:5px;
  }
  .navbar-nav > li > .lang-box {
	  width:72px;
	  margin-top: 10px;
	  margin-left:20px;
  }
  .search-box {
	padding-top:20px;
	margin-right: 10px;
  }
  .search-box .rs-search svg{
	     font-size: 19px;
 }
  .dropdown-mega .dropdown-menu{
	  display:none;
  }
  .dropdown-mega .dropdown-menu.show{
	  display:block;
  }
  .rs-banner-section2 .banner-inner .row{
	min-height:22rem;
  }
  
}
/* On screens that are 992px or less */
@media only screen and (max-width: 992px) {
	.rs-footer .footer-top .about-widget img {
		width:150px;
	}
	.home-message-section,.home-inter-section{
		min-height: 320px;
	}
	.rs-about-style8 .content-part .title{
		font-size:3rem;
	}
	.rs-banner-section2 .banner-inner .banner-title{
		font-size:34pt;
	}
	.navbar-nav > li > a.nav-link {
		font-size:20px;
	}
	.navbar-nav > li > a.nav-link > div{
		display:inline;
		margin-right:5px;
	}
	.logo-area a img {
		width: 150px;
	}
	.nav-menu > li > .lang-box {
		margin-top:10px;
		text-align:center;
		border:none;
	}
	.product-single .product-packsize .content .packsize-detail .packsize-thumbnail img{
		max-width:70px;
	}
	.blog-page-area .blog-inner .blog-content{
		margin-top:20px;
	}
	.dropdown-menu .mega-content .menu-items .menu-group ul li a{
		font-size:22px;
	}
	.dropdown-menu .mega-content{
		padding-bottom:10px;
	}
	.dropdown-menu .mega-content .menu-items .menu-group h3{
		font-size:24px;
	}
	.navbar-nav > li > a.nav-link{
		font-family:'db_heaventbold';
		font-size:28px ;
	}
	.dropdown-menu .mega-content .menu-items ul.level-1 li a img{
		max-width:180px;
	}
	.rs-banner-section2 .banner-inner .row{
		min-height:18rem;
   } 
   .rs-banner-section2 > img{
		margin-top:20px;
	}
	.dropdown-mega h2 {
		font-size:30px;
		line-height:30px;
	}
}
/* On screens that are 767px or less */
@media only screen and (max-width: 767px) {
 .home-inter-section, .home-message-section{
	  min-height: 220px;
  }
  .rs-about-style8 .content-part .title{
	  font-size:1.5rem;
  }
   footer {
	 background-position: right top !important; 
  }
  .rs-footer .footer-top {
    padding-top: 60px;
  }
  .university-home .rs-footer ul.policy-widget li{
	display:inline;
	margin-right:8px;
  }
  
  .rs-banner-section2 .banner-inner .banner-title{
	font-size:14pt;
	margin-right:15px;
  }
  .nature-tips-carousel .item .blog{
	padding:20px;
  }
   .nature-tips-carousel .item .blog .blog-detail{
	   min-height:280px;
   }
   .nature-choice-carousel .item .image-container .image-label {
	   font-size:14px;
	   line-height:16px;
   }
   #nature-choice-carousel .owl-stage, #nature-tips-carousel .owl-stage {
		padding-left:0px !important;
	}
   .owl-carousel .owl-nav .owl-next {
		right: -10px;
	}
	 .owl-carousel .owl-nav .owl-prev {
		left: -10px;
	}
	.nature-tips-carousel .item .blog .blog-detail .title{
		font-size:22px;
		line-height:24px;
	}
	.nature-tips-carousel .item .blog .blog-detail .detail{
		font-size:18px;
		height: 180px;
		overflow: hidden;
	}
	.sec-spacer{
		padding:40px 0;
	}
	.navbar-brand img {
		width: 100px;
	}
	.juice-box .cat-logo img{
		width :70px;
		height :70px;
	}
	.juice-box .cat-logo {
		margin-left: -30px;
		margin-top: -20px;
	}
	.product-cat-container .title{
		font-size:1.5rem;
		padding:10px;
	}
	.product-single .product-info .product-subheading .category-title {
		font-size:28px;
	}
	.product-single .product-info .product-subheading .product-title {
		font-size:22px;
	}
	.product-single .product-packsize .content .packsize-detail .packsize-thumbnail img{
		max-width:60px;
	}
	.product-single .product-info .product-subheading,
	.product-single .product-info .product-desc {
		margin-right: 50px;
	}
	.product-single .product-info .category-heading .desc-logo img {
		width:90px;
		height:90px;
	}
	.product-single .product-info .category-heading .desc-title {
		font-size:1.5rem;
	}
	.product-single .product-info .category-heading .desc-logo {
		margin-top:-15px;
	}
	.product-single .product-packsize .content .packsize-detail .packsize-thumbnail a img {
		max-width:80px;
	}
	.parent-category a .text {
		font-size:24px;
		line-height:24px;
	}
	.inter-business .maps{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.inter-business .maps p {
		font-size:22px;
		line-height:26px;
	}
	.inter-business .detail{
		padding-bottom:30px;
	}
	.inter-business .detail p {
		font-size:20px;
		line-height:26px;
	}
	.gridTab a {
		display: block;
		margin-right: 0px;
		margin-top: 10px;
	}
	.sec2-spacer{
		padding:80px 0px 100px 0px;
	}
	.rs-banner-section2 .banner-inner{
		top:auto;
		bottom:2%;
	}
	.rs-banner-section2 .banner-inner .row{
		min-height:auto;
	}
	.rs-banner-section2 .banner-inner .readon{
		margin-left:0px;
	}
	.sec-title h2{
		font-size:24px;
		line-height:24px;
	}
	.nature-tips-carousel .item .blog .blog-detail{
		min-height:auto;
		height:220px;
		overflow:hidden;
	}
	.rs-banner-section2 .banner-inner .readon{
		font-size:18px;
	}
	.contact-widget p.company-title{
		font-size:24px !important;
	}
	.rs-footer .footer-top .about-widget p{
			font-size:22px !important;
	}
	.rs-footer .footer-top .about-widget img{
		width:100px;
	}
	.inter-business .banner h2{
		font-size:24px;
	}
	.inter-business .banner .btn-area a{
		font-size:18px;
	}
	.inter-business .content-part h2{
		font-size:20px;
		margin-bottom:5px;
	}
	.inter-business .content-part p{
		font-size:16px;
		margin-bottom:3px;
	}
	.inter-business .content-part{
		padding:10px 20px 10px 20px;
	}
	.nature-tips-carousel .item .blog button img{
		max-width:inherit;
		margin-left:-6px;
	}
	.shop-now img{
		margin-bottom:20px;
	}
	.shop-now img {
		width:120px;
	}
	.sec-title h3{
		font-size:20pt;
		line-height:20pt;
		letter-spacing:1px;
	}
	.normal-page p {
		font-size: 18px;
		line-height:18px;
	}
	.message-from-nature-page.dark-theme h1{
		font-family : 'db_heaventbold';
		font-size:2.5rem;
		line-height:2.5rem;
		color:#fff;
	}
	.message-from-nature-page.dark-theme h2{
		font-family : 'db_heaventbold';
		font-size:28px;
		margin-bottom:0px;
	}
	.message-from-nature-page.dark-theme p{
		font-family : 'db_heaventregular';
		font-size:20px;
			line-height: 26px;
			margin-bottom:0px;
	}
	.message-from-nature-page .image-blog img{
		width:70%;
	}
	.message-from-nature-page.regular h1{
	font-family : 'db_heaventbold';
	font-size:3rem;
	line-height:3rem;
}
.message-from-nature-page.regular h2{
	font-family : 'db_heaventbold';
	font-size:2.5rem;
	line-height:2.5rem;
	margin-bottom:0px;
}
.message-from-nature-page.regular h3{
	font-family : 'db_heaventbold';
	font-size:2rem;
	line-height:1.5rem;
	margin-bottom:0px;
}
.message-from-nature-page.regular h4{
	font-family : 'db_heaventbold';
	font-size:1rem;
	line-height:2rem;
	margin-bottom:0px;
}
.message-from-nature-page.regular p{
	font-family : 'db_heaventregular';
	font-size:28px;
	line-height: 28px;
	margin-bottom:0px;
}

	/*---Typho for malee coco liposos---*/
	.liposos h1{
		font-family : 'db_heaventbold' !important;
		font-size:4rem;
		line-height:4rem;
	}
	.liposos .text-stroke h1{
		font-family : 'db_heaventbold' !important;
		font-size:6rem;
		line-height:4rem;
		color: #016251;
		text-fill-color: white;
		text-stroke: 2px #016251;
	  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
	  -webkit-text-stroke: 2px #016251;
	  letter-spacing:1px;
	}
	.liposos h4{
		font-family : 'db_heaventbold' !important;
		font-size:3rem;
		line-height:3rem;
	}
	.liposos h3{
		font-family : 'db_heaventregular';
		font-size:3.5rem;
		line-height:3rem;
	}
	.liposos p{
		font-family : 'db_heaventregular';
		font-size:2rem;
		line-height:2rem;
	}
	.liposos .coco-img img{
		/*display:none;*/
	}
	.liposos .text-mine p{
		font-family : 'db_heaventbold' !important;
		font-size:1.5rem;
		line-height:1.5rem;
	}
	
.power-plant-btn span{
	font-weight:700;
	margin-right:10px;
	font-size:20px;

}
.power-plant-btn a{
	background: #639CC2;
	font-size:1rem;
	padding:5px 40px 5px 40px;
	margin-right:5px;
    color: #fff;
    border: none;
    font-weight: normal;
    border-radius: 30px;
    transition: .3s ease;
    line-height: 16px;
    height: auto;
}
.power-plant-btn a:hover {
	background:#fff;
	color:#E0251B;
}
.power-plant-btn-block{
	background:#C8DEF3;
	margin-top:0px !important;
}

}
/* On screens that are 599px or less */
@media screen and (max-width: 599px) {
	
	.product-cat-container .title{
		font-size:1.5rem;
	}
	.product-single .product-image .image-preview-block .image-preview{
		height:60vh;
	}
	
}
/* On screens that are 480px or less */
@media screen and (max-width: 480px) {
  .home-inter-section, .home-message-section{
	  min-height: 180px;
  }
  .rs-footer .footer-top .about-widget img {
	  width:120px;
  }
  .rs-about-style8 .content-part .title{
	  font-size:1rem;
  }
  .product-single .product-info .category-heading .desc-title {
		font-size:1.2rem;
	}
  .product-single .product-info .category-heading .desc-title {
    padding: 10px 10px 10px 50px;
	}
	.product-single .product-info .category-heading .desc-logo {
		margin-top:-10px;
	}
	.product-single .product-info .category-heading .desc-logo img {
		width:70px;
		height:70px;
	}
	.product-single .product-info .product-subheading, .product-single .product-info .product-desc {
		margin-right: 30px;
	}
	.rs-banner-section2 > img{
		margin-top:20px;
	}
	.inter-business .banner h2{
		font-size:20px;
	}

}
@media screen and (max-width: 350px) {
  .product-cat-container .title{
		font-size:18px;
	}
}