body{
	font-size:16px;
    color: #000;
	font-family: 'Outfit', sans-serif;
    font-family: 'Philosopher', sans-serif;
	line-height: 26px;
	font-weight: 400;
}
p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
}
li, a{
    font-family: 'Outfit', sans-serif;
}
.container{
    max-width: 1170px;
}
.face{
    margin: 0px 5px;
}
/*-------loader css start----------*/
#hb_preloader_wrapper {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}
#hb_preloader_wrapper #hb_preloader_box {
    background-position: center center; 
    background-repeat: no-repeat;
    position: absolute;
    left: 50%; 
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Outfit', sans-serif;
    font-weight: 400;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.flower {
  position: relative;
  width: 128px;
  height: 128px;
  margin: 20px;
}
.flower__leaf {
  width: 28px;
  height: 44px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: loader 0.78s linear infinite;
          animation: loader 0.78s linear infinite;
  opacity: 0;
  fill: #395f13;
}
.flower__leaf--default:nth-child(1) {
  -webkit-transform: rotate(60deg) translate3d(0, -42px, 0);
          transform: rotate(60deg) translate3d(0, -42px, 0);
  -webkit-animation-delay: 0.13s;
          animation-delay: 0.13s;
}
.flower__leaf--default:nth-child(2) {
  -webkit-transform: rotate(120deg) translate3d(0, -42px, 0);
          transform: rotate(120deg) translate3d(0, -42px, 0);
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.flower__leaf--default:nth-child(3) {
  -webkit-transform: rotate(180deg) translate3d(0, -42px, 0);
          transform: rotate(180deg) translate3d(0, -42px, 0);
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}
.flower__leaf--default:nth-child(4) {
  -webkit-transform: rotate(240deg) translate3d(0, -42px, 0);
          transform: rotate(240deg) translate3d(0, -42px, 0);
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.flower__leaf--default:nth-child(5) {
  -webkit-transform: rotate(300deg) translate3d(0, -42px, 0);
          transform: rotate(300deg) translate3d(0, -42px, 0);
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.flower__leaf--default:nth-child(6) {
  -webkit-transform: rotate(360deg) translate3d(0, -42px, 0);
          transform: rotate(360deg) translate3d(0, -42px, 0);
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
@-webkit-keyframes loader {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes loader {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.response {
    color: #ff0000;
}
.position-img {
    position: relative;
}
img.left-img1 {
    position: absolute;
    left: -25px;
    top: 0px;
    width: 100%;
    max-width: 370px;
}
/*-------loader css end----------*/
/*--------normal css start-------*/
.hb_toppadder10{
	padding-top:10px;
}
.hb_toppadder20{
	padding-top:20px;
}
.hb_toppadder30{
	padding-top:30px;
}
.hb_toppadder40{
	padding-top:40px;
}
.hb_toppadder50{
	padding-top:50px;
}
.hb_toppadder60{
	padding-top:60px;
}
.hb_toppadder70{
	padding-top:70px;
}
.hb_toppadder75{
	padding-top:75px;
}
.hb_toppadder80{
	padding-top:80px;
}
.hb_toppadder90{
	padding-top:90px;
}
.hb_toppadder100{
	padding-top:100px;
}
.hb_bottompadder10{
	padding-bottom:10px;
}
.hb_bottompadder20{
	padding-bottom:20px;
}
.hb_bottompadder30{
	padding-bottom:30px;
}
.hb_bottompadder40{
	padding-bottom:40px;
}
.hb_bottompadder42{
	padding-bottom:32px;
}
.hb_bottompadder50{
	padding-bottom:50px;
}
.hb_bottompadder60{
	padding-bottom:60px;
}
.hb_bottompadder70{
	padding-bottom:70px;
}
.hb_bottompadder80{
	padding-bottom:80px;
}
.hb_bottompadder90{
	padding-bottom:90px;
}
.hb_bottompadder100{
	padding-bottom:100px;
}
.hb_padder0{
	padding:0;
}
.clear{
	clear:both;
}

/*--------normal css end-------*/

/*.hb_logo {*/
/*    padding:10px 0px;*/
/*}*/
.hb_logo img {
    display: inline-block;
}
.hb_header_right_links ul{
    display: flex;
}
.hb_header_right_links ul li {      
    padding: 10px 0;
}
.hb_header_right_links ul li a {
	color: #fff;
    text-decoration: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
   
    height: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}
.hb_header_right_links ul li a i:before {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}
.hb_header_right_links ul li a:hover {
	color:#ffffff;
}
.hb_header_right_links ul li ul.hb_cart {
    position: absolute;
    right: 0;
    min-width: 200px;
    width: 200px;
    background: #395f13;
    top: 150%;
    display: block;
    z-index: 2;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
}
.hb_header_right_links ul li:hover ul.hb_cart {
	opacity: 1;
    visibility: visible;
    top: 100%;
}
.hb_header_right_links ul li ul.hb_cart li {
    display: flex;
    margin: 0;
    padding: 10px 10px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.hb_header_right_links ul li ul.hb_cart li .hb_right {
    padding-left: 15px;
}
.hb_header_right_links ul li ul.hb_cart li .hb_right h3 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 400;
}
.hb_header_right_links ul li ul.hb_cart li .hb_right h6 {
    margin: 0;
	color: #d8d8d8;
}
.hb_menu_right.hb_header_right_links ul li a {
    background: #395f13;
}
.hb_menu_right.hb_header_right_links ul li a:hover {
    color: #ffffff;
}

.hb_menu_right.hb_header_right_links {
    padding: 12px 0px;
}
.hb_menu ul.my_navbar li:hover path{
	fill:#395f13;
}
.hb_menu ul.my_navbar li a svg{
	vertical-align:middle;
}
.hb_header_right_links ul li a svg {
    width: 18px;
    height: 18px;
	vertical-align:middle;	
}
.hb_header_right_links .hb_header_rsearch svg{
    position: absolute;
    right: 10px;
    top: 10px;
}
.hb_about_overlay_inner a.hb_btn:hover {
    text-decoration: none;
}
.hb_main_header .my_navbar_collapse {
    padding-left: 0;
    padding-right: 0;
}
.hb_main_header .hb_menu_box {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.hb_header_right_links ul li.hb_search_wrapper .hb_search_form {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background: #000000a8;
    z-index: 999999;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.hb_header_right_links ul li.hb_search_wrapper .hb_search_form .form-control {
    color: #ffffff;
    background: #ffffff00;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-color: #fff;
    padding: 0 30px 5px 0px;
	width:100%;
	font-size: 20px;
}
form.input_frm {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 50%;
}
.hb_header_right_links ul li.hb_search_wrapper .hb_search_form svg.cancle_searchbar {
    position: absolute;
    top: 20px;
    right: 20px;
}
.hb_header_right_links ul li.hb_search_wrapper .hb_search_form ul li svg.cancle_searchbar {
    transition:1s;
}
.hb_header_right_links ul li.hb_search_wrapper.open_form .hb_search_form ul li svg.cancle_searchbar {
    transform: rotate(180deg);
	cursor: pointer;
}
.hb_header_right_links ul li.hb_search_wrapper .hb_search_form svg {
    position: absolute;
    top: 0;
    right: 0;
}
.hb_header_right_links ul li.hb_search_wrapper .hb_search_form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.hb_header_right_links ul li.hb_search_wrapper .hb_search_form input::placeholder {
    color: #fff;
}
.hb_header_right_links ul li.hb_search_wrapper .hb_search_form input::-ms-input-placeholder {
    color: #fff;
}
.hb_header_right_links ul li.hb_search_wrapper .hb_search_form input::-ms-input-placeholder {
    color: #fff;
}
.hb_header_right_links .hb_search_wrapper.open_form .hb_search_form{
	opacity:1;
	visibility:visible;
}
.hb_header_right_links.hb_search ul li {
    padding: 0;
    display: inline-flex;
}
.hb_header_right_links.hb_search ul li>a{
	padding: 20px 20px;
}
.hb_header_right_links.hb_search ul li>a:last-child {
    padding-right: 0;
}

.hb_topheader_right_links ul li {
    float: left;
    list-style: none;
    margin-left: 20px;
    position: relative;
}
.hb_topheader_right_links ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}
.hb_topheader_right_links ul li a i:before {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}
.hb_topheader_right_links ul li a:hover {
    color: #395f13;
}
.hb_topheader_right_links ul li a svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.hb_topheader_right_links ul li a:hover path{
     fill: #395f13;
	transition: all 0.5s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
} */
li.hb_border_right:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: rgb(255 255 255 / 10%);
    top: 0;
    bottom: 0;
    margin: auto;
}
/*-------top header end------*/
/*------custom popup start----*/
.hb_custom_popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
}
.hb_custom_popup .hb_popup_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
}
.hb_custom_popup .hb_popup_inner .hb_popup_img {
    float: left;
    width: 350px;
    position: relative;
}
.hb_custom_popup .hb_popup_inner .hb_popup_img img{
	border-radius: 5px 0px 0px 5px;
}
.hb_popup_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(84, 188, 89, 0.8);
}
.hb_popup_overlay img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hb_custom_popup .hb_popup_inner .hb_popup_content {
    float: left;
    width: calc(100% - 350px);
    padding: 50px 30px;
    min-height: 430px;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content h3 {
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
    color: #363636;
    margin-bottom: 30px;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content .hb_popup_form .form-group {
    width: 100%;
    margin-bottom: 25px;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content .hb_popup_form .form-group .input-group {
    width: 100%;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content .hb_popup_form .form-group .input-group .input-group-addon {
    background: #395f13;
    border: none;
    box-shadow: none;
    border-radius: 5px 0 0 5px;
    width: 40px;
    color: #fff;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content .hb_popup_form .form-group .input-group .form-control {
	height: 45px;
    background: #f4f4f4;
    border: none;
    border-radius: 0 5px 5px 0;
    box-shadow: none;
    padding: 0px 20px;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content .hb_popup_form .form-group P{
	margin:0px;
    text-align: left;
    padding: 0;
}
.hb_popup_form .form-inline .form-group p [type="checkbox"]:not(:checked),
.hb_popup_form .form-inline .form-group p [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.hb_popup_form .form-inline .form-group p [type="checkbox"]:not(:checked) + label,
.hb_popup_form .form-inline .form-group p [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
    text-transform: capitalize;
}
/* checkbox aspect */
.hb_popup_form .form-inline .form-group p [type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 1.25em; height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.hb_popup_form .form-inline .form-group p [type="checkbox"]:not(:checked) + label:after,
.hb_popup_form .form-inline .form-group p [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 15px;
    line-height: 0.8;
    color: #09ad7e;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
/* checked mark aspect changes */
.hb_popup_form .form-inline .form-group p [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.hb_popup_form .form-inline .form-group p [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.hb_custom_popup .hb_popup_inner .hb_popup_content .hb_popup_form .form-group a {
    float: right;
    font-size: 14px;
    text-transform: capitalize;
    color: #363636;
    text-decoration: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content .hb_popup_form .form-group a:hover {
	color:#395f13;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content .hb_popup_form .hb_btn {
    min-width: 100px;
	height: 45px;
    line-height: 45px;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content p {
    margin: 0;
    padding-top: 10px;
    font-size: 14px;
	text-align:center;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content p a {
    color: #363636;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content p a:hover {
    color: #395f13;
}
.hb_close_btn {
    position: absolute;
    right: 0px;
    top: -1px;
    background: #395f13;
    border: none;
    color: #fff;
    box-shadow: none;
    border-radius: 0px 5px 0px 0px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hb_close_btn:before {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #395f13;
    border-radius: 0px 5px 0px 0px;
}	
.hb_close_btn:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
div#loginpopup .modal-dialog {
    max-width: 750px;
}
/*------custom popup end----*/
/*--------main header start----*/

.hb_main_header {
    background: #ffffff;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0px;
}
.hb_menu ul.my_navbar {
    display: flex;
    padding: 25px 0px;
}
.hb_menu ul.my_navbar li {    
	transition:0.5s;
}
.hb_menu ul.my_navbar li:hover {
   background: white;
}
.hb_menu ul.my_navbar>li:hover a {
   color: #395f13;
}
.hb_menu ul.my_navbar li a {
    padding: 20px 10px;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
    font-weight: 800;
    margin: 0px 15px;
    position: relative;
    display: inline-block;
}
.hb_menu ul.my_navbar li a:hover, .hb_menu ul.my_navbar li a:focus{
	background:transparent;
	outline:none;
}
.hb_menu ul.my_navbar li a i{
    padding-left: 10px;
}
/*--------main header end----*/
/*------submenu start-------*/
.hb_menu ul.my_navbar li ul.sub-menu {
    position: absolute;
    top: 66px;
    margin: 0;
    padding: 0;
    z-index: 2;
    background: #395f13;
    min-width: 200px;
	width: 258px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
	webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
}
.hb_menu ul.my_navbar li ul.sub-menu li {
	border-bottom: 1px solid rgb(255 255 255 / 11%);
}
.hb_menu ul.my_navbar li ul.sub-menu li a {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 5px 25px;
	color: white;
}
.hb_menu ul.my_navbar li ul.sub-menu li:hover a {
	color: #395f13;
}
.hb_menu ul.my_navbar li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
      top: 73px;
}
.hb_menu ul.my_navbar li:hover ul.sub-menu li a:before {
    opacity: 0;
    height: 3px;
    width: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.hb_menu ul.my_navbar li ul.sub-menu li:hover a:before {
    opacity: 1;
    width: 100%;
}
/*------submenu end-------*/
/*--------main slider start-------*/
.hb_slider_wrapper {
    background-image: url(../images/rewnew.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	padding: 151px 150px 503px;
}
.hb_slider_wrapper02 {
    background-image: url(../images/rewnew02.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	padding: 151px 150px 503px;
}
.hb_banner_content.effect01 {
    padding: 26px 0 0px;
}
.hb_banner_content h2 {
    font-size: 65px;
    color: #363636;
	margin: 0 0 20px;
	font-weight: 700;
}
.hb_banner_content span {
    color: #395f13;
}
.hb_banner_content p {
    font-size: 18px;
	margin: 0 0 30px;
	color: #363636;
}
.hd_container .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 40px;
    background-color: #395f13;
    padding: 30px;
    background-size: 30%;
    border-radius: 5px;
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.hd_container .swiper-button-prev:hover, .hd_container .swiper-button-next:hover {
	background-color: #363636;
}
.hd_container .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 40px;
    background-color: #395f13;
    padding: 30px;
    background-size: 30%;
    border-radius: 5px;
	transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.hd_container .swiper-button-next, .swiper-button-prev {
	top: 49%;
}
.swiper-slide-active .effect01 h2 {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.swiper-slide-active .effect01 p {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.swiper-slide-active .effect01 a {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
}
/*--------main slider end-------*/
/*--------main heading start-------*/
.hb_mainheading {
    text-align: center;
}
.hb_mainheading h2 {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    color: #395f13;
    font-family: 'Philosopher', sans-serif;
    text-transform: capitalize;
}
.hb_mainheading h3 {
    font-size: 20px;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
    padding: 10px 0px 0px;
}
.heading-svg {
    width: 100%;
    max-width: 300px;
    margin: 8px auto 0;
}
/*--------main heading end-------*/
/*-----categories section start------- */


/*-----categories section end------- */
.img1 img{
    width: 100%;
}
/* banner new design */
.hb-banner-wrapper {
    background-image: url(../images/images/banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
   height: 900px;
    position: relative;
    background-size: cover;
}
a.hb_btn.hb-btn-banner-btn:hover {
    color: #ffffff;
    border-color: #ffffff;
}
.hb-bnner-right h1 {
    color: #395f13;
    margin: 0;
    font-size: 80px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}
/* .hb-bnner-right {
    padding: 30% 240px 0 100px;
} */
.hb-bnner-right h2 {
    margin: 0;
    font-size: 60px;
    letter-spacing: 5px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 0 18px;
}
.hb-bnner-right p {
    color: #ffffff;
    padding: 5px 0 0 20px;
    margin: 0;
    border-left: 5px solid #395f13;
    margin-left: 10px;
}
.hb-bnner-right img {
    width: 100%;
    max-width: 210px;
    margin: 30px 0px 0px 10px;
}












/*-------add banner start---------*/

/*-------add banner end---------*/
/*------feature section start-------*/
.hb_white_wrapper.features {
    padding-bottom: 90px;
}
.hb-categories-new-img{
    position: relative;
    overflow: hidden;
}
.hb-categories-new-img img {
    width: 100%;
    border-radius: 5px;
}
.hb-herbal-banner1 img {
    width: 100%;
    position: relative;
    border-radius: 5px;
}
.hb_add_banner_wrapper{
    /* background-image: url(../images/pureoils.jpg); */
    background-size: cover;
    padding: 80px 0;
    position: relative;
    text-align: center;
    background-attachment: fixed;
}
.hb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 66%);
}
.herbal_title_bar {
    background: rgb(255 255 255 / 10%);
    text-align: left;
}
.hb_add_banner_wrapper h3 {
    margin: 0 0 30px;
    font-size: 25px;
    color: #395f13;
    text-transform: capitalize;
}

/* feature section end */
.hb_feature_image {
    position: relative;
}

.hb_left_top_border:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    height: 3px;
    width: 120px;
    background: #395f13;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hb_left_top_border:after {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    width: 3px;
    height: 120px;
    background: #395f13;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hb_right_bottom_border:before {
    content: '';
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 120px;
    height: 3px;
    background: #395f13;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hb_right_bottom_border:after {
    content: '';
    position: absolute;
    right: -3px;
    bottom: 0px;
    width: 3px;
    height: 120px;
    background: #395f13;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hb_feature_data {
    margin-bottom: 30px;
    text-align: center;
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    padding: 40px 40px;
    border-radius: 10px;
}
.hb_feature_data .hb_feature_icon {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #395f13;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.hb_feature_data .hb_feature_icon:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #395f13;
}
.hb_feature_data .hb_feature_icon:hover i:before{
	color:#fff;
}
.hb_feature_data .hb_feature_icon:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.hb_feature_data .hb_feature_icon i:before {
    color: #395f13;
    margin: 0;
}
.hb_feature_content {
    padding-top: 20px;
}
.hb_feature_content h4 {
    margin: 0;
    font-size: 22px;
    color: #395f13;
    text-transform: capitalize;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hb_feature_content p {
    margin: 0;
}
/*------feature section end-------*/
/*-------testimonial section start-------*/

.hb_testimonial_wrapper {
    padding: 75px 0 30px 0;
    position: relative;
    background-repeat: no-repeat;
}
.hb_testimonial_wrapper .hb_overlay {
    background: rgba(0, 0, 0, 0.8);
}
.hb_tslider_inner {
    display: inline-block;
    margin-bottom: 62px;
    background: #fff;
    padding: 0px 30px;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); */
    transition: 0.2s;
    padding-bottom: 110px;
    padding-top: 30px;
	border-radius: 10px;
	 height: 410px;
}
.hb_tslider_img .hb_left_top_border:before {
    height: 0px;
    background: #fff;
    width: 35px;
}
.hb_tslider_img .hb_left_top_border:after {
    width: 0px;
    background: #fff;
    height: 35px;
}
.hb_tslider_img .hb_right_bottom_border:before {
    height: 35px;
    width: 0px;
    background: #fff;
}
.hb_tslider_img .hb_right_bottom_border:after {
    height: 0px;
    width: 35px;
    background: #fff;
}
.hb_feature_newdata .hb_feature_icon {
    position: absolute;
    top: -70px;
    border: 3px solid #4e8516;
    left: 0;
    margin: 0 auto;
    right: 0;
    background-color: #4e8516;
    width: 110px;
    height: 110px;
    border-radius: 80px;
}
.hb_tslider_data svg path{
	fill:#395f133b;
}
.hb_feature_newdata {
    background-color: #395f13;
    padding: 40px 40px;
    position: relative;
}
.hb_tslider_img .right {
    display: inline-block;
    vertical-align: text-bottom;
	padding-left: 15px;
}
.hb_tslider_img .left {
    display: inline-block;
}
.hb_tslider_img .left img {
    width: 80px;
    border-radius: 10%;
    box-shadow: 0 4px 16px -2px rgb(0 0 0 / 29%), 0 0 0 1px rgb(0 0 0 / 2%);
    border: 3px solid rgb(57 95 19 / 46%);
}
.hb_tslider_img .right span {
    color: #395f13;
    font-weight: 500;
}
.hb_tslider_data svg {
    position: absolute;
    bottom: -70px;
    right: 200px;
    transform: rotateY(185deg);
}
.hb_tslider_data {
    position: relative;
}

.hb_feature_newdata .hb_feature_content h4 {
    color: #ffffff;
}
.hb_feature_newdata .hb_feature_content p {
    color: #ffffff;
}
/*-------testimonial section end-------*/
/*-------product section start-----*/
.hb_product_div {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    margin: 0 0 30px 0;
    padding: 10px 10px;
    background-color: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.hb_product_div .hb_product_img {
    position: relative;
    overflow: hidden;
}

.hb_product_div .hb_product_img:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #395f1359;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.hb_product_img img {
    border-radius: 5px;
    width: 100%;
}

.hb_product_div .hb_product_img .product-image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -100%;
    transition: all 0.5s;
    background: #395f136b;
    width: 100%;
    height: 100%;
}
.hb_product_div:hover .hb_product_img .product-image-overlay {
    bottom: 0;
}
.hb_product_div .hb_product_img .product-image-overlay ul.cart_icons{
    top: 40%;
}
.hb_product_div .hb_product_img .product-image-overlay ul.cart_icons {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0px;

}
.hb_product_div .hb_product_img .product-image-overlay ul.cart_icons li {
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
    clear: both;
    display: inline-block;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.hb_product_div .hb_product_img:hover .product-image-overlay ul.cart_icons {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.hb_product_div .hb_product_img .product-image-overlay ul.cart_icons li a {    
    display: block;
    color: #395f13;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    padding-right: 11px;
	text-decoration:none;
    font-size: 14px;
    overflow: hidden;
    border-radius: 5px;
    background: #ffffff;
}
.hb_product_div .hb_product_img .product-image-overlay ul.cart_icons li a:focus{
	outline:none;
}
.hb_product_div .hb_product_img .product-image-overlay ul.cart_icons li a span {    
    width: 40px;
    height: 40px;    
    position: relative;
}

.hb_product_div .hb_product_img .product-image-overlay ul.cart_icons li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: transparent;    
    text-align: center;
    margin-right: 10px;
}
.hb_product_div .hb_product_img .product-image-overlay ul.cart_icons li a i:before {
    margin: 0;
    font-size: 16px;
}
.hb_product_div .hb_product_img:hover .product-image-overlay ul.cart_icons li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: left;
}

.hb_product_div .hb_product_img .product-image-overlay ul.cart_icons li:hover a {
    font-size: 14px;
}
.hb_product_div .hb_product_data {
    padding: 20px;
    text-align: left;
    border-radius: 10px;
}
.hb_product_div .hb_product_data h5 {
    font-size: 22px;
    text-transform: capitalize;
    color: #395f13;
    margin: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.rating-svg svg {
    width: 15px;
    fill: #FFC107;
}
.hb_product_div .hb_product_data h5 a{
	text-decoration:none;
	color:inherit;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}
.hb_product_div .hb_product_data p {
    background-color: #ffffff;
    margin: 0;
    display: inline-block;
    padding:5px 0 0;
    border-radius: 20px;
    color: #395f13;
}

.hb_product_div .hb_product_data p del {
    /* color: #ffffff; */
    margin-right: 10px;
}
/*-------product section end-----*/
/*-------blog section start------*/
.hb_gray_wrapper {
    background: #f7f7f7;
}
.hb_blog_div {
    margin-bottom: 50px;
    display: inline-block;
    box-shadow: 0px 0 20px 0px #eaeaea;
	border-radius: 10px;
}
.hb_blog_img {
    position: relative;
}
.hb_blog_img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.hb_blog_img:hover .hb_img_overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.hb_overlay_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hb_overlay_icon a {
	border:1px solid #395f13;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
	border-radius: 5px;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: #fff;
}
.hb_overlay_icon a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #395f13;
}
.hb_overlay_icon a:hover:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.hb_overlay_icon a:hover {
    color: #fff;
    border: 1px solid #fff;
}
.hb_overlay_icon a i:before {
    margin: 0;
    font-size: 15px;
}
.hb_blog_img:hover .hb_overlay_icon a {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.hb_overlay_icon a:focus{
	outline:none;
}
.hb_blog_content {
    padding: 20px 20px 25px;
	position: relative;
}
.hb_blog_content span.post-author {
    width: 65px;
    height: 65px;
    border-radius: 5px;
    position: absolute;
    top: -35px;
    right: 20px;
    overflow: hidden;
    border: 3px solid rgb(57 95 19 / 46%);
}
.hb_blog_content span.post-author img {
    width: 100%;
    height: auto;
}
.hb_blog_content ul.hb_categories li a {
	position: absolute;
    top: -275px;
    left: 0px;
    display: inline-block;
    border-radius: 0px 0px 20px 0;
    padding: 10px 15px;
    font-size: 14px;
    background: #395f13;
    color: #fff;
    text-transform: capitalize;
    line-height: 25px;
    text-decoration: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.hb_blog_content span.hb_date {
    font-size: 14px;
}
.hb_blog_content span.hb_date i:before {
    margin-left: 0;
    margin-right: 10px;
    font-size: 14px;
}
.hb_blog_content h3 {
    margin: 0;
    padding: 0 0 10px 0px;
    font-size: 22px;
    font-weight: 400;
    color: #395f13;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    text-transform: capitalize;
}
.hb_blog_content h3 a{
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
	color:inherit;
	text-decoration:none;
}
.hb_blog_content p {
    margin-bottom: 20px;
}
.hb_blog_content .hb_authorname {
    text-transform: capitalize;
    float: left;
    font-family: 'Outfit', sans-serif;
}
.manage_blog_section{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hb_custom_links ul {
    display: flex;
    align-items: center;
}
.hb_custom_links ul li {    
    margin-left: 15px;
}
.hb_custom_links ul li a {
    display: inline-block;
    text-decoration: none;
    color: #777777;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.hb_custom_links ul li a i:before {
    margin-left: 0;
    font-size: 14px;
    margin-right: 7px;
}
.hb_blog_content h3:hover, .hb_custom_links ul li a:hover {
	color:#363636;
}
.hb_blog_content:hover ul.hb_categories li a {
	background:#363636;
}
/*-------blog section end------*/
/*-------footer section start-----*/
.hb_footer_wrapper {
	background-image: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	position:relative;
	z-index: 0;
	padding-bottom: 30px;
	padding-top: 60px;
}
.hb_footer_wrapper:after {
    content: "";
    position: absolute;
    background: #000000e0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;	
}
.hb_footerdiv {
    margin-bottom: 40px;
}
.hb_footerdiv p {
    margin: 20px 0;
	color:#fff;
    font-weight: 300;
}
.hb_social_icon ul li {
    display: inline-block;
    margin-right: 5px;
}
.hb_footerdiv .hb_social_icon ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    width: 35px;
    height: 35px;
    border: 1px solid #395f13;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    position: relative;
    border-radius: 5px;
    background: #395f13;
}
.hb_social_icon ul li a:hover {
	color: #395f13;
    border-color: #ffffff;
}
.hb_footerdiv h3 {
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 15px 0 9px;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
}
.hb_footerdiv .hb_subscribe_form .form-group .form-control {
    height: 45px;
    font-size: 14px;
    border: none;
    padding-right: 115px;
    border-radius: 5px 0px 0px 5px;
    box-shadow: inset 3px 5px 5px 0 rgba(0,0,0,.1);
    width: 98%;
    padding: 0px 50px 0 10px;
}
.hb_footerdiv .hb_subscribe_form .form-group .form-control:focus{
	box-shadow:none;
	outline:none;
	border:none;
}
.hb_footerdiv ul.hb_footer_gallery {
    padding: 0;
    margin: 0;
    margin-top: 5px;
	display:inline-block;
}
.hb_footerdiv ul.hb_footer_gallery li {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.hb_footerdiv ul.hb_footer_gallery li a{
    float: left;
	text-decoration:none;
	position:relative;
}
.hb_footerdiv ul.hb_footer_gallery li:nth-child(3n) {
    margin-right: 0;
}
.hb_img_overlay {
    position: absolute;
	border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.hb_footerdiv ul.hb_footer_gallery li a:hover .hb_img_overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.hb_footerdiv ul.hb_footer_contact {
    display: inline-block;
    margin-top: 20px;
}
.hb_footerdiv ul.hb_footer_contact li {
    display: flex;
    align-items: center;
}
.hb_footerdiv ul.hb_footer_contact li:last-child {
    margin-bottom: 0;
}
.hb_footerdiv ul.hb_footer_contact li span {
    text-align: center;
    color: #395f13;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hb_footerdiv ul.hb_footer_contact li:hover span {
    border-color: #395f13;
}
.hb_footerdiv ul.hb_footer_contact li:hover span:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.hb_footerdiv ul.hb_footer_contact li span i:before {
    margin: 0;
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
}
.hb_footerdiv ul.hb_footer_contact li p {
    padding-left: 20px;
    margin: 10px 0;
}
.hb_footerdiv ul.hb_footer_contact li p a {
    color: #fff;
	text-decoration:none;
}
/* vilash */
.hb_footerdiv ul.hb_footer_blog {
    width: 100%;
	margin-top: 20px;
}
.hb_footerdiv ul.hb_footer_blog li {    
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.hb_footerdiv ul li .hb_fb_img {    
    position: relative;
}
.hb_footerdiv ul li .hb_fb_img img {
    border-radius: 5px;
}
.hb_footerdiv ul.hb_footer_blog li .hb_fb_data {    
    padding-left: 20px;
}
.hb_footerdiv ul.hb_footer_blog li .hb_fb_data a {
    text-decoration: none;
}
.hb_footerdiv ul.hb_footer_blog li .hb_fb_data a h2{
    font-size: 16px;
}
.hb_footerdiv ul.hb_footer_blog li .hb_fb_data h2 {
    margin: 0;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    padding-bottom: 10px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    font-weight: 300;
    font-family: 'Montserrat';
}
.hb_footerdiv ul.hb_footer_blog li .hb_fb_data a:hover{
	text-decoration:none;
}
.hb_footerdiv ul.hb_footer_blog li .hb_fb_data span {
    color: #fff;
    font-weight: 300;
	font-size:14px;
}
.hb_footerdiv ul.hb_footer_blog li .hb_fb_data i {
	margin-right: 5px;
}
.hb_footerdiv ul.hb_footer_blog li .hb_fb_data i:before {
	margin-left: 0px;
}
.hb_footerdiv ul.hb_footer_blog li .hb_fb_overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.hb_footerdiv ul.hb_footer_blog li .hb_fb_img:hover .hb_fb_overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.hb_subscribe_form button.hbb_btn {
   position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #395f13;
    background: #395f13;
    color: #fff;
    transition: 0.5s;
    width: 45px;
    height: 45px;
	border-radius: 0 5px 5px 0;
}
 .hb_subscribe_form button.hbb_btn:hover {
	 background: #363636;
	 border-color: #363636;
 }
.hb_subscribe_form button.hbb_btn:focus {
    outline: none;
}
.hb_footer_wrapper .hb_subscribe_form{
	position:relative;
}
.hb_footerdiv .hb_social_icon ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #ffffff;
	border-radius: 5px;
}
.hb_footerdiv .hb_social_icon ul li:hover a:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.hb_footerdiv .hb_social_icon ul li:hover a {
    color: #395f13;
    border-color: #ffffff;
	z-index: 1;
}
.hb_about_box {
    padding-bottom: 20px;
}
/*-------footer section end-----*/
/*-----button css start------*/
.hb_btn {
    font-family: 'Outfit', sans-serif;
    display: inline-block;
    background: transparent;
    border: 1px solid #395f13;
    border-radius: 5px;
    color: #fff;
    line-height: 50px;
    padding: 0px 30px;
    font-size: 18px;
    min-width: 150px;
    text-transform: capitalize;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    text-decoration:none !important;
    text-align:center;
}
.hb_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #395f13;
}
.hb_btn:hover {
    color: #395f13;
}
.bg-color {
    background-color: #395f1317;
}
.white_btn:hover{
    color: #fff;
    border: 1px solid #fff;
    background-color: red;
}
.hb_btn:hover:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.hb_btn:focus{
	outline:none;
}
/*-----button css end------*/
/*-------copyright section start--------*/
.hb_copyright_wrapper {
    padding: 17px 0;
    background: #395f13;
    text-align: center;
}
.hb_copyright_wrapper p {
    margin-bottom: 0;
    color: #fff;
	text-transform: capitalize;
}
/*-------copyright section end--------*/
/*------about page start---------*/
.hb_breadcrumbs_wrapper {
    position: relative;
    background-image: url(../images/breadcrumbs_bg.jpg);
    padding: 100px 0;
    text-align: center;
    height: 300px;
}
.hb_pageheading {
    position: relative;
    text-align: center;
        padding: 61px 0px;
}
.hb_pageheading h3 {
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 5px;
}
.hb_pageheading ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hb_pageheading ol.breadcrumb li {
    color: #fff;
    text-transform: capitalize;
    padding: 0px 10px;
}
.hb_pageheading ol.breadcrumb li a {
    text-decoration: none;
    color: #6caf2a;
    font-weight: 400;
}
.hb_about_data {
    position: relative;
}
.hb_about_overlay_inner {
    background: rgba(255, 255, 255, 0.95);   
}
.hb_about_overlay_inner h4 {
	font-size: 25px;
    color: #395f13;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
}
.hb_about_overlay_inner p {
    margin: 20px 0 10px;
}
.hb_about_img {    
	height: 466px;
	position:relative;
}
.hb_about_img img{
	height:100%;
}
.hb_about_overlay_inner span {
    color: #395f13;
}
.hb_about_overlay_inner h3.hp {    
    color: #395f13;
	margin: 0;
	font-size: 18px;
    font-weight: normal;
    font-family: 'Streamster', cursive;
}
/* vilash */
.hb_about_overlay_inner .border_right {
    position: relative;
    padding-left: 15px;
}
.hb_about_overlay_inner .border_right:after {
    content: "";
    width: 3px;
    height: 84%;
    background: #395f13;
    left: 0;
    bottom: 10px;
    position: absolute;
}
.hb_about_img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 75%;
    background: #ff000000;
    left: -40px;
    bottom: 55px;
    border: 46px solid #395f13;
    z-index: -1;
}
.hb_about_overlay_inner ul {
	margin-bottom: 30px;
}
.hb_about_overlay_inner ul li {
    display:inline-block;
	width: 49%;
    padding-bottom: 15px;
    color: #363636;
}
.hb_about_overlay_inner ul li svg {
    width: 17px;
    height: 17px;
    margin-right: 3px;
    vertical-align: middle;
    border: 1px solid #395f13;
    padding: 4px;
    border-radius: 15px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet {
    background: #ffffff;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
    width: 13px;
    height: 13px;
}

/*------about page end---------*/
/*-----sidebar start-------*/
.widget {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.widget .widget-title {
    margin: 0;
    font-size: 22px;
    text-transform: capitalize;
    color: #395f13;
    margin-bottom: 20px;
    font-weight: 400;
}
.widget_categories ul li, .widget_featured_product ul li {
    width: 100%;    
    padding: 0 0 20px 0;
}
.widget_categories ul li a, .widget_featured_product ul li a {
    position: relative;
    color: #777;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    padding-left: 20px;
}
.widget_categories ul li a:before, .widget_featured_product ul li a:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #395f13;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.widget_categories ul li a span, .widget_featured_product ul li a span {
    float: right;
}
.widget.widget_recentpost.wow.fadeInUp {
    border-bottom: 1px solid #ffffff2b;
    padding: 0px 0px 20px 0;
}
.widget.widget_gallery.wow.fadeInUp {
    border-bottom: 1px solid #ffffff2b;
    padding: 0px 0px 10px 0;
}
.widget.widget_tag_cloud.wow.fadeInUp {
    border-bottom: 1px solid #ffffff2b;
    padding: 0px 0px 20px 0;
}
.widget_recentpost ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.widget_recentpost ul li:last-child {
	margin-bottom:0;
}
.widget_recentpost ul li .hb_post_img {    
	position:relative;
}
.widget_recentpost ul li .hb_post_img img {
    border-radius: 5px;
}
.widget_recentpost ul li .hb_post_img:hover .hb_img_overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.widget_recentpost ul li .hb_post_data {    
    padding-left: 20px;
}
.widget_recentpost ul li .hb_post_data h3 {
    margin: 0;
    font-size: 21px;
    color: #ffffff;
    font-weight: 100;
    line-height: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.widget_recentpost ul li .hb_post_data h3 a {
    color: inherit;
    text-decoration: none;
    line-height: 25px;
    font-size: 18px;
    font-weight: 400;
}
.widget_recentpost ul li .hb_post_data span {
    font-size: 14px;
    color: #ffffff;
}
.widget_recentpost ul li .hb_post_data span i {
    margin-right: 5px;
}
.widget_recentpost ul li .hb_post_data span i:before {
    margin: 0;
    font-size: 14px;
}
.widget_recentpost ul li .hb_post_data h3:hover{
	color:#395f13;
}
.widget_gallery ul {
    display: flex;
    flex-wrap: wrap;
}
.widget_gallery ul li {
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.widget_gallery ul li a img {
    border-radius: 5px;
}
.widget_gallery ul li:nth-child(3n) {
    margin-right: 0;
}
.widget_gallery ul li a:hover .hb_img_overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.tagcloud {
    display: flex;
    flex-wrap: wrap;
}
.widget_tag_cloud .tagcloud a {
    padding: 2px 14px;
    border: 1px solid #ffffff;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #395f13;
    border-radius: 25px;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: #ffffff;
}
.widget_tag_cloud .tagcloud a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #395f13;
    background: #f4f3f3;
}
.widget_tag_cloud .tagcloud a:hover {
    color: #395f13;
    border-color: #395f13;
}
.widget_tag_cloud .tagcloud a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(0);
}
.widget_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}
.widget_text p:last-child{
	margin-bottom:0;
}
/*-----sidebar end-------*/
/*------blog single start----*/
.hb_blog_content blockquote {
    background: #f3f3f3;
    padding: 30px;
    border-left: 4px solid #395f13;
	border-radius: 5px
}
.hb_blog_content blockquote p {
    font-size: 16px;
}
.hb_commentdiv {
    margin-bottom: 60px;
    display: inline-block;
}
.hb_commentdiv h3, .hb_comment_respond h3 {
    margin: 0;
    font-size: 25px;
    text-transform: capitalize;
    color: #395f13;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.hb_commentdiv ol.comment-list {
    margin: 0;
    padding: 0;
}
.hb_commentdiv ol.comment-list li.comment {    
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.hb_commentdiv ol.comment-list li.comment:last-child {
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}
form.hb_comment_form {
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
}
.hb_blog_comment {
    display: flex;
    align-items: center;
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 10px;
}
.hb_comment_text p {
    margin: 0 0 2px 0;
}
.hb_commentdiv ol.comment-list li.comment .hb_author_img img {
    border-radius: 5px;
}
.hb_commentdiv ol.comment-list li.comment .hb_comment_text {
    max-width: 703px;
    width: 100%;
    padding-left: 20px;
}
.hb_commentdiv ol.comment-list li.comment .hb_comment_text h4 {
    margin: 0;
    font-size: 20px;
    color: #363636;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.hb_commentdiv ol.comment-list li.comment .hb_comment_text h4 a {
    text-decoration: none;
    font-size: 20px;
    color: #395f13;
}
.hb_commentdiv ol.comment-list li.comment .hb_comment_text span {
    font-size: 14px;
}
.hb_commentdiv ol.comment-list li.comment .hb_comment_text span i:before {
    font-size: 14px;
    margin: 0;
    margin-right: 5px;
}
.hb_commentdiv ol.comment-list li.comment .hb_comment_text h4:hover {
	color:#395f13;
}
.hb_commentdiv ol.comment-list li.comment ul.children li.comment {
	padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #ddd;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;	
}	
.hb_commentdiv ol.comment-list li.comment ul.children li.comment:first-child {
    border-top: none;
}
.hb_comment_respond{
	margin-bottom:40px;
	display:inline-block;
	width:100%;
}
.hb_comment_respond .hb_comment_form .form-group {
    margin-bottom: 20px;
}
.hb_comment_respond .hb_comment_form .form-group .form-control {
    display: inline-block;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #395f13;
    font-size: 16px;
    color: #777777;
}
.hb_comment_respond .hb_comment_form .form-group textarea.form-control {
    height: auto;
	resize:none;
}
/*------blog single end----*/
/*------contact page start--------*/
.hb_contact_wrapper .justify-content-center{
	display:flex;
	justify-content:center;
}
#real_map {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}
.hb_contact_form_div {
    background: #ffffff;
    padding: 50px;
    position: relative;
    z-index: 1;
	border-radius: 5px;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
}
.hb_contact_form_div h3 {
    color: #395f13;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 25px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}
.hb_contact_form_div .hb_contact_form .form-group {
    margin-bottom: 30px;
}
.hb_contact_form_div .hb_contact_form .form-group .form-control {
    height: 40px;
    box-shadow: none;
    border-radius: 0;
    border-color: #eee;
    font-family: 'Outfit', sans-serif;
}
.hb_contact_form_div .hb_contact_form .form-group textarea.form-control {
    height: auto;
    resize: none;
}
.contact-page-form {
    width: 50%;
}
.row.rowform {
    position: relative;
}
.box .icon {
    padding-top: 0;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.box .content {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    padding: 10px;
}
.box .content:after {
    position: absolute;
    content: "";
    width: 175px;
    height: 0.6px;
    background: #ffffff45;
    bottom: 0;
}
.box .icon i:before {
    color: #395f13;
    margin-left: 0;
    font-size: 25px;
}
.hb_contact_info_div .box {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.hb_contact_wrapper .social {
    margin-top: 30px;
}
.hb_contact_form_div p {
    margin-bottom: 22px;
}
.hb_mapcontact_wrapper {
    position: relative;
}
.hb_mapcontact_wrapper iframe {
    width: 100%;
    height: 400px;
}
.nav-tabs .nav-link {
    font-size: 18px;
}
.hb_contact_wrapper .hb_contact_info_div {
    background: #395f13;
    padding: 20px 40px;
    border-radius: 5px;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
    position: absolute;
    top: 54px;
    right: 70px;
    z-index: 1;
    width: 460px;
}
.hb_contact_info_div h3 {
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    color: white;
    font-weight: normal;
    margin: 0;
    padding-bottom: 30px;
    font-size: 25px;
}
.hb_contact_info_div p {
    color: white;
    font-weight: normal;
	margin: 0;
}
.hb_contact_wrapper {
    background: #eee;
}
.hb_contact_wrapper .social ul {
    margin:0;
	padding:0;
}
.hb_contact_wrapper .social ul li {
    display: inline-block;
	padding-right: 14px;
}
.hb_contact_wrapper .social ul li a{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 26px;
    line-height: 20px;
    text-align: center;
	display:block;
	box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(0, 0, 0, 0);
	transition:all 0.5s;
}
.hb_contact_wrapper .social ul li a i {
    line-height: 40px;
    color: #395f13;
	transition:all 0.5s;
}
.hb_contact_wrapper .social ul li a:hover{
      box-shadow: none;
}
.hb_contact_wrapper .social ul li.twitter a:hover i {
    color: #1da1f2;
}
.hb_contact_wrapper .social ul li.fb a:hover i {
    color: #3b579d;
}
.hb_contact_wrapper .social ul li.google a:hover i {
    color: #d54836;
}
.hb_contact_wrapper .social ul li.youtube a:hover i {
    color: #c71f1e;
}
/*------contact page end--------*/
/*------shop page start-------*/
.hb_white_wrapper.hb_shop {
    padding-top: 80px;
}
.hb_shoppage .padding_left {
    padding-left: 0;
    padding-right: 0;
}
.hb_shoppage {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
.hb_shop_view ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.hb_shop_view ul li {
    float: left;
    font-size: 14px;
    color: #777777;
    text-transform: capitalize;
    line-height: 40px;
	padding-right: 10px;
}
.hb_shop_view ul li:first-child {
    margin-right: 5px;
}
.hb_shop_view ul li a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #777777;
	text-decoration:none;
	border-radius: 5px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	border: 1px solid #395f13;
}
.hb_shop_view ul li a i:before{
	margin:0;
	font-size:14px;
}
.hb_shop_view ul li.active a, .hb_shop_view ul li:hover a {
    background: #395f13;
    color: #ffffff;
}
.hb_showing_product p {
    text-align: center;
    line-height: 40px;
    margin: 0;
    font-size: 18px;
	/* color: #fff; */
}
.hb_sorting .hb_select {
	border-radius: 5px;
    height: 40px;
    font-size: 14px;
    padding: 0px 20px;
    text-transform: capitalize;
    border: 1px solid #e1e1e1
}
.hb_sorting .hb_select:focus{
	outline:none;
}
.list-group-item .hb_product_div {
    display: inline-block;
}
#products .list-group-item .hb_product_img{
    width: 263px;
	float:left;
}
#products .list-group-item .hb_product_img .product-image-overlay{
	display:none;
}
#products .list-group-item .hb_product_data{
    width: calc(100% - 263px);
	float:left;
	padding-left:20px;
	padding-top: 0px;
}
#products .list-group-item{
	padding:0px 15px;
	margin:0px;
	border:none;
	background:transparent;
}
#products .item.list-group-item{
    float: left;
    width: 100%;
    background-color: #fff;
}
.list-group .hb_product_div .hb_product_detail, .list-group .hb_product_div .hb_product_btn {
    display: none;
}
#products .item.list-group-item .hb_product_detail, #products .item.list-group-item .hb_product_btn {
    display: block;
}
#products .item.list-group-item .hb_product_detail p {
    color: #777777;
    margin-bottom: 20px;
}
#products .item.list-group-item .hb_product_btn .hb_btn i {
    margin-right: 10px;
}
#products .item.list-group-item .hb_product_btn .hb_btn i:before {
    margin-left: 0;
    font-size: 16px;
}
#products .item.list-group-item .hb_product_btn .hb_btn {
    margin-right: 10px;
}
#products .item.list-group-item .hb_product_btn .hb_btn:last-child {
    margin-right: 0;
}
#products .item.list-group-item .hb_product_img:hover .hb_img_overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#products .item.list-group-item .hb_product_img:hover .hb_overlay_icon a {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.hb_pagination {
    margin-bottom: 40px;
}
.hb_pagination ul.pagination {
    margin: 0;
}
.hb_pagination ul.pagination li a {
    margin-right: 10px;
    border: none;
    border-radius: 0;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    color: #777777;
	border-radius: 5px;
	padding: 10px 18px;
    text-decoration: none;
    font-size: 14px;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
	transition: all 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;	
}
.hb_pagination ul.pagination li a:hover {
	color:#fff;
     background: #395f13;
}
.hb_pagination ul.pagination li a.active{
    color: #fff;
    background: #395f13;
}
/*------shop page end-------*/
/*-----product sidebar start-------*/

.widget_product_search .hb_product_search .form-group .form-control {
    background: transparent;
    box-shadow: none;
    border-radius: 5px;
    height: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.widget_product_search .hb_product_search .form-group .form-control::placeholder{
    color: #ffffff;
}
.widget_product_search .hb_product_search .hb_btn {
    width: 20%;
    min-width: auto;
    float: left;
    padding: 0;
    height: 40px;
	line-height: 40px;
	border-radius: 0px 5px 5px 0;
}
form.hb_product_search {
}
.widget_product_search .hb_product_search .hb_btn i:before {
    margin: 0;
	font-size:14px;
}
.widget_rangeslider #slider-range {
    border: none;
    border-radius: 0;
    background: #dadada;
    height: 4px;
    margin-bottom: 20px;
}
.widget_rangeslider #slider-range .ui-slider-range.ui-corner-all.ui-widget-header {
    background: #395f13;
}
.widget_rangeslider #slider-range .ui-slider-handle.ui-corner-all.ui-state-default {
    background: #395f13;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    top: -4px;
}
.widget_rangeslider .hb_range label {
    font-size: 14px;
    text-transform: capitalize;
    float: left;
    font-weight: 400;
    margin: 0;
    margin-right: 10px;
}
.widget_rangeslider .hb_range #amount {
    border: none;
    width: 80px;
    font-size: 14px;
    color: #777;
    float: left;
}
.hb_filter{
	float:right;
}
.hb_filter a {
    text-transform: capitalize;
    color: #777;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.hb_filter a:hover {
    color: #395f13;
}
/* vilash */
.hb_shoppage .hb_shop_view {
    float: left;
}
/*-----product sidebar end-------*/
/*------product single start------*/
.hb_white_wrapper.shop_single {
    padding-top: 80px;
}
.hb_shop_slider {
    margin-bottom: 40px;
}
.hb_product_single {
    margin-bottom: 40px;
}
.hb_product_single h5 {
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin: 0px;
    margin-bottom: 15px;
    color: #395f13;
    text-transform: capitalize;
}
.hb_product_single p {
    color: #777;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}
.hb_product_single p del {
    color: #395f13;
    margin-right: 10px;
}
.hb_product_single .hb_quantity {
    margin-bottom: 20px;
}
.hb_product_single .hb_quantity label {
    color: #363636;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    margin-right: 15px;
    line-height: 40px;
    margin-bottom: 0;
}
.hb_product_single .hb_quantity .hb_input {
    background: #f3f3f3;
    border: none;
    height: 40px;
    width: 120px;
    padding: 0px 10px;
}
.hb_product_btn .hb_btn {
    text-decoration: none;
	margin-right:10px;
}
.hb_product_btn .hb_btn i:before {
    margin: 0;
    font-size: 14px;
    margin-right: 10px;
}
.hb_tabdiv ul.nav-tabs {
    border-bottom: 1px solid #f3f3f3;
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 0 0 10px 0;
}
.hb_tabdiv ul.nav-tabs li{
    margin-bottom: -2px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}
.hb_tabdiv ul.nav-tabs li a {
    font-size: 16px;
    color: #363636;
    font-weight: 400;
    border: 2px solid #f3f3f3;
    border-radius: 0;
    padding: 12px 50px;
    text-transform: capitalize;
    margin: 0;
    border-left: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.hb_tabdiv ul.nav-tabs li a:hover {
    color: #395f13;
}
.hb_tabdiv ul.nav-tabs li:first-child a {
    border-left: 2px solid #f3f3f3;
}
.hb_tabdiv ul.nav-tabs li.active a, .hb_tabdiv ul.nav-tabs li.active a:hover, .hb_tabdiv ul.nav-tabs li.active a:focus {
    border: 2px solid #f3f3f3;
    border-bottom-color: transparent;
    border-left: none;
	color:#395f13;
	background:#fff;
	border-top: 2px solid;
}
.hb_tabdiv ul.nav-tabs li a:hover, .hb_tabdiv ul.nav-tabs li a:focus{
	outline:none;
	background:transparent;
}
.hb_tabdiv ul.nav-tabs li:first-child.active a, .hb_tabdiv ul.nav-tabs li:first-child.active a:hover, .hb_tabdiv ul.nav-tabs li:first-child.active a:focus {
    border-left: 2px solid #f3f3f3;
}
.hb_tab_content {
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    border-top: none;
   border-radius: 10px;
}
.nav-link:focus, .nav-link:hover {
    color: #395f13;
}
.hb_tab_content p {
    line-height: 30px;
}
.hb_tab_content h3.tab_head {
    font-size: 25px;
    text-transform: capitalize;
    color: #395f13;
    margin-top: 0;
}
.hb_tab_content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}
.hb_tab_content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.hb_tab_content ul li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #395f13;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.hb_review_div {
    display: inline-block;
    width: 100%;
}
.hb_review_div ul {
    margin: 0;
}
.hb_review_div ul li {    
    display: inline-block;
    margin-bottom: 30px;
}
.hb_review_div ul li:before{
	display:none;
}
.hb_review_div ul li .hb_review_img {
    float: left;
    width: 84px;
}
.hb_review_div ul li .hb_review_data {
    float: left;
    width: calc(100% - 84px);
    padding-left: 20px;
}
.hb_review_div ul li .hb_review_data h3 {
    margin: 0;
    color: #395f13;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.hb_review_div ul li .hb_review_img img {
    border-radius: 10px;
}
.hb_review_div ul li .hb_review_data p {
    line-height: 26px;
}
.hb_review_div ul li .hb_review_data h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #395f13;
}
.hb_review_div ul li .hb_review_data h6 i {
    margin-right: 5px;
}
.hb_review_div ul li .hb_review_data h6 a {
    float: right;
    color: #395f13;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.hb_review_div ul li .hb_review_data h6 a:hover {
	color:#395f13;
}
.hb_review_form_div {
    display: inline-block;
    width: 100%;
}
.hb_review_form_div h3 {
    margin: 0;
    text-transform: capitalize;
    color: #395f13;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
}
.hb_review_form_div .hb_review_form {
    display: inline-block;
    width: 100%;
}
.hb_review_form_div .hb_review_form .form-group {
    margin-bottom: 20px;
}
.hb_review_form_div .hb_review_form .form-group .form-control {
    background: #f1f1f1;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
    padding: 0 15px;
    resize: none;
}
.hb_review_form_div .hb_review_form .form-group textarea.form-control {
    height: auto;
    padding: 10px 15px 0;
}
.hb_review_form_div .hb_review_form .hb_btn:hover {
    text-decoration: none;
    color: #395f13;
}
.hb_related_product {
    margin: 40px 0 0;
}
.hb_related_product h3 {
    text-align: center;
    text-transform: capitalize;
    font-size: 25px;
    margin: 0;
    padding-bottom: 50px;
    color: #395f13;
}
/*------product single end------*/
/*--------cart page start--------*/
.hb_white_wrapper.hp_cart {
    padding-bottom: 80px;
}
.woocommerce {
    width: 100%;
}
.woocommerce .shop_table {
    width: 100%;
}
.woocommerce .shop_table tr th {
    text-align: left;
    padding: 15px;
    font-size: 16px;
    color: #363636;
    font-weight: 500;
    border-bottom: 1px solid #f3f3f3;
    text-transform: capitalize;
}
.woocommerce .shop_table tr td {
    text-align: left;
    padding: 15px;
}
.woocommerce .shop_table tr td img {
    display: inline-block;
	border-radius: 5px;
}
.woocommerce .shop_table tr td p {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.woocommerce .shop_table tr td p a{
	color:inherit;
	text-decoration:none;
}
.woocommerce .shop_table tr td p a:hover {
	color:#395f13
}
.woocommerce .shop_table tr td .hb_quantity {
    display: inline-block;
    width: 110px;
}
.woocommerce .shop_table tr td .hb_quantity .hb_input {
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
    border: none;
    box-shadow: none;
    height: 40px;
	border-radius: 5px;
    padding: 0px 10px;
}
.woocommerce .shop_table tr td .hb_quantity .hb_input:focus{
	outline:none;
}
.woocommerce .shop_table tr:last-child td {
	border-bottom: 1px solid #f3f3f3;
}
.woocommerce .shop_table tr td .hb_closebtn {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ff2323;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.woocommerce .coupon {
    margin-top: 20px;
    padding-left: 15px;
}
.woocommerce .coupon h3 {
    margin: 0;
    font-size: 22px;
    color: #395f13;
    text-transform: capitalize;
    padding-bottom: 20px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}
.woocommerce .coupon .input-text {
    background: #f3f3f3;
    border: none;
    height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    width: 80%;
}
.woocommerce .coupon .input-text:focus {
	outline:none;
}
.woocommerce .coupon .hb_coupon_btn {
    background: #395f13;
    border: none;
    height: 50px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0px 20px;
    line-height: 40px;
    margin-left: 10px;
	border-radius: 5px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.woocommerce .coupon .hb_coupon_btn:hover {
	background:#363636;
}
.cart_totals {
    text-align: center;
    margin-top: 30px;
}
.cart_totals .cart_total_inner {
    width: 100%;
    background: #395f13;
    padding: 30px 0;
    border-radius: 5px;
}
.cart_totals .cart_total_inner h2 {
    margin: 0;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.cart_totals .cart_total_inner .shop_table tr th, .cart_totals .cart_total_inner .shop_table tr td {
    color: #fff;
    border-bottom: none;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    padding: 7px 30px;
}
.cart_totals .cart_total_inner .shop_table tr td {
    text-align: right;
}
.cart_totals .cart_total_inner .shop_table tr:nth-child(2) th, .cart_totals .cart_total_inner .shop_table tr:nth-child(2) td {
    padding-bottom: 20px;
}
.cart_totals .cart_total_inner .shop_table tr:last-child th, .cart_totals .cart_total_inner .shop_table tr:last-child td {
    border-top: 1px solid #fff;
    padding-top: 20px;
}
.cart_totals .cart_total_inner .checkout-button.hb_btn {
    border-color: #f3f3f3;
    color: #395f13;
    text-decoration: none;
    background: #f3f3f3;
    margin-top: 20px;
}
.cart_totals .cart_total_inner .checkout-button.hb_btn:before {
    background: #363636;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.cart_totals .cart_total_inner .checkout-button.hb_btn:hover{
    color: #fff;
	border-color: #363636;
}
.cart_totals .cart_total_inner .checkout-button.hb_btn:hover:before{
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
/*--------cart page end--------*/
/*-----checkout page start-----*/
.hb_white_wrapper.hb_checkout {
    padding-top: 78px;
}
.checkout.woocommerce-checkout {
    margin-bottom: 40px;
}
.woocommerce-billing-fields h3 {
    margin: 0;
    font-size: 25px;
    color: #395f13;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}
.row.checkout-form {
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background: #ffffff;
    padding: 40px 20px 40px 20px;
    border-radius: 10px;
}
.woocommerce-billing-fields .form-group {
    margin-bottom: 28px;
}
.woocommerce-billing-fields .form-group .form-control {
    background: transparent;
    border: none;
    box-shadow: none;
    height: 50px;
    border-radius: 0;
    color: #777777;
    border:1px solid #395f13;
    border-radius: 3px;
}
.woocommerce-billing-fields .form-group textarea.form-control {
    height: 205px;
    resize: none;
}
.hb_payment_mode h3 {
    margin: 0;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    color: #395f13;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
ul.payment-div {
    background-color: #395f13;
    padding: 20px;
    border-radius: 5px;
}
.hb_payment_mode ul li {
    position: relative;
    margin-bottom: 25px;
}
.hb_payment_mode ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
    margin: 0;
}
.hb_payment_mode ul li label{
	display: block;
    position: relative;
    font-size: 16px;
    padding: 0;
    color: #ffffff;
    height: auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    margin: 0;
    padding-left: 25px;
    font-weight: 400;
    line-height: 15px;
}
.hb_payment_mode ul li .check {
    display: block;
    position: absolute;
    border-radius: 100%;
    height: 13px;
    width: 13px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); */
    border: 1px solid #ffffff;
}
.hb_payment_mode ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    top: 1px;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.hb_payment_mode ul li input[type=radio]:checked ~ .check::before{
  background: #ffffff;
}
.checkout.woocommerce-checkout .cart_totals .cart_total_inner h2 {
    font-size: 25px;
    text-align: left;
    padding-left: 25px;
    margin-bottom: 16px;
}
.checkout.woocommerce-checkout .cart_totals .cart_total_inner, .checkout.woocommerce-checkout .cart_totals .cart_total_inner .shop_table {
    width: 100%;
}
.checkout.woocommerce-checkout .cart_totals .cart_total_inner .shop_table tr th, .checkout.woocommerce-checkout .cart_totals .cart_total_inner .shop_table tr td {
    padding: 7px 25px;
}
.checkout.woocommerce-checkout .cart_totals .cart_total_inner .shop_table tr:nth-child(2) th, .checkout.woocommerce-checkout .cart_totals .cart_total_inner .shop_table tr:nth-child(2) td {
    padding-bottom: 20px;
}
.checkout.woocommerce-checkout .cart_totals .cart_total_inner .shop_table tr:last-child th, .checkout.woocommerce-checkout .cart_totals .cart_total_inner .shop_table tr:last-child td {
    padding-top: 20px;
}
/* extra css */
.hb_feature_image.hb_feature_four-img {
    position: relative;
    overflow: hidden;
}
.hb_testimonial_slider_new {
    position: relative;
    text-align: center;
}
.swiper-container.testimonialslider{
    position: relative;
    overflow: hidden;
}
.hb_tslider_inner.hb_tslider_innerinner .hb-testimonial-profile img {
    border-radius: 100px;
    border: 5px solid #395f13;
    width: 120px;
    padding: 5px;
    margin-bottom: 20px;
}
.hb_tslider_inner.hb_tslider_innerinner .hb_tslider_data svg {
    position: absolute;
    bottom: -60px;
    right: 0;
    transform: rotateY(185deg);
    opacity: 0.4;
    left: 0;
    text-align: center;
    margin: 0 auto;
}
.hb_tslider_inner.hb_tslider_innerinner {
    padding-bottom: 15px;
}
.hb-testimonial-arrow .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.hb-testimonial-arrow .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}
.hb-testimonial-arrow .swiper-button-next {
    width: 50px;
    background-color: #395f13;
    height: 50px;
    border-radius: 100px;
    position: absolute;
    right: -80px;
    top: 200px;
}
.hb-testimonial-arrow .swiper-button-prev {
    width: 50px;
    background-color: #395f13;
    height: 50px;
    border-radius: 100px;
    position: absolute;
    left: -80px;
    top: 200px;
}
.hb-testimonial-arrow .swiper-button-next svg{
    width: 70px !important;
    height: 70px !important;
    fill: #ffffff;
    outline: none;
}
.hb-testimonial-arrow .swiper-button-prev svg{
    width: 70px !important;
    height: 70px !important;
    outline: none;
    transform: rotate(180deg);
    fill: #ffffff;
}
.hb_blog_div.hb_blog_divnew .hb_blog_img img {
    width: 100%;
}
.hb_blog_div.hb_blog_divnew .hb_blog_content {
    padding: 20px 0px 0px 0px;
}
.hb_blog_div.hb_blog_divnew .hb_blog_content h3 {
    padding: 0 0 10px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}
.hb_blog_div.hb_blog_divnew .hb_blog_content p {
    padding: 10px 20px;
}
.hb_blog_div.hb_blog_divnew .hb_blog_content .manage_blog_section .hb_authorname span.hb_date {
    color: #395f13;
}
.hb_blog_div.hb_blog_divnew .hb_blog_content .manage_blog_section .hb_custom_links ul li a {
    color: #395f13;
}
.hb_blog_div.hb_blog_divnew ul.hb_categories li a {
    text-decoration: none;
    background: #395f13;
    display: block;
    color: #ffffff;
    padding: 4px 11px;
    border-radius: 0px 0px 5px 5px;
    z-index: 1;
    transform: rotate(-90deg);
    position: absolute;
    left: -39px;
    top: 85px;
}
.hb_sidebar {
    background-color: #395f13;
    padding: 40px 20px 30px;
    border-radius: 5px;
}
.hb_sidebar h3.widget-title {
    color: #ffffff;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}
.hb_sidebar .widget.widget_categories {
    border-bottom: 1px solid #ffffff2b;
    padding: 0px 0px 20px 0;
}

.hb_sidebar ul li a {
  color: #ffffff;
}
.hb_sidebar ul li a:before {
    background-color: #ffffff;
}
.widget.widget_text p {
    color: #ffffff;
}
.item.list-group-item .hb_product_data {
    background-color: transparent;
}
.item.list-group-item .hb_product_div {
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 10px;
}
.item.list-group-item .hb_product_data h5 {
    color: #395f13;
    font-size: 25px;
}
.item.list-group-item .hb_product_data {
    text-align: left;
}
.hb_testimonial_slider_new.productnew-slider .swiper-container.productslider {
    position: relative;
    overflow: hidden;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    border-radius: 5px;
    background-color: #395f13;
    border-color: #395f13;
}
.nav-link {
    color: #395f13;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
    
}
.hb-categories-new-img {
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
    transition: all 0.5s;
    height: 300px;
}
.hb-categories-new-img{
    text-align: left;
    position: relative;
}

.hb-categories-new-img svg {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 20px 0 0 0;
}
/* .hb-categories-new-img:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 20px;
    width: 60px;
    height: 60px;
    background: #edf1ea;
    border-radius: 100px;
} */
.hb-categories-new-img h2 a {
    font-size: 22px;
    padding: 20px 0px 0px;
    color: #395f13;
    text-decoration: none;
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
    display: block;
}
.sale {
    position: absolute;
    left: 7px;
    top: 7px;
    padding: 0px 15px;
    background: #395f13;
    color: #ffffff;
    font-size: 14px;
    border-radius: 20px;
    z-index: 1;
}
.herbal_title_bar.aboutwrapper {
    padding: 70px 0 0 0;
}
.hb_blog_div.hb_blog_divnew {
    background-color: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 10px 10px 30px 10px;
}
.login-img img {
    width: 100%;
}
.login-popup {
    display: flex;
}
.hb-remember-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hb-forgot-link a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #395f13;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.hb-forgot-link a:hover{
	color: var(--hb-blue-color);
}
.hb-checkbox {
    position: relative;
    padding: 0px 0 0 30px;
    cursor: pointer;
    color: #395f13;
    font-weight: 400;
    font-size: 14px;
}
.hb-forgotLink a {
    font-size: 15px;
    font-weight: 500;
    color: #395f13;
}
.hb-checkbox input {
	display: none;
}
.hb-checkbox>span {
    height: 20px;
    width: 20px;
    border: 2px solid #395f13;
    position: absolute;
    content: '';
    border-radius: 3px;
    left: 2px;
    top: 3px;
}
.hb-checkbox>span:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 5px;
	border: 2px solid #395f13;
	border-top: none;
	border-right: none;
	left: 3.1px;
	top: 5px;
	transform: rotate(-45deg) scale(0);
}
.hb-checkbox input:checked ~ span:after {
	transform: rotate(-45deg) scale(1);
}
.login-img {
    width: 50%;
}
.login-form {
    width: 50%;
    padding: 0px 0px 0px 30px;
}
.form-field label {
    font-family: 'Outfit', sans-serif;
    margin: 0 0 10px;
    font-size: 18px;
    color: #395f13;
    font-weight: 500;
}
.form-field input {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    height: 50px;
}
.form-field {
    padding: 0 0 20px 0;
}
a.loginBtn {
    text-decoration: none;
    font-size: 18px;
    display: block;
    background-color: #395f13;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 20px 0px 0px 0px;
}
.no-account p {
    text-align: center;
    line-height: initial;
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 16px;
}
.no-account p a{
    color: #395f13;
    text-decoration: none;
}
div#loginpopup .modal-header {
    position: relative;
    display: flex;
    text-align: center;
}
div#loginpopup .modal-header h1 {
    font-size: 25px;
    margin: 0;
    color: #395f13;
    text-align: left;
}
.aboutFlex {
    display: flex;
    align-items: center;
}
ul.about-ul li {
    position: relative;
    border-bottom: 1px solid #395f131f;
    margin: 0 0 20px;
}
ul.about-ul li .about-li {
    padding: 0 0 0 50px;
}
ul.about-ul li .about-li span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #395f13;
}
ul.about-ul li .about-li h1 {
    font-size: 20px;
    margin: 0;
    color: #395f13;
}
.hb-categories-new-img:hover{
    transform: translateY(-5px);
}
.mySwiper02  .swiper-slide img {
    width: 100%;
    padding: 0px;
    border-radius: 10px;
    margin: 0px 0px 10px;
}
.mySwiper01  .swiper-slide img {
    width: 100%;
    padding: 0px;
    border-radius: 10px;
}
.swiper-button-next.swiperNext:after, .swiper-rtl .swiper-button-next.swiperPrev:after {
    display: none;
}
.swiper-button-prev.swiperPrev:after, .swiper-rtl .swiper-button-next.swiperNext:after {
    display: none;
}
.swiper-button-next.swiperNext {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #395f13;
}
.swiper-button-prev.swiperPrev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #395f13;
    transform: rotate(180deg);
}
.swiper-button-next.swiperNext svg {
    fill: #ffffff;
}
.swiper-button-prev.swiperPrev svg{
    fill: #ffffff;
}
range-slider:before {
    background: linear-gradient(#ffffff,#ffffff) 0/var(--value-percent,0) 100% no-repeat #ffffff;
}
.thumb {
    background: #ffffff;
}
.hb_range p {
    color: #ffffff;
    margin: 0;
}
.hb_range output {
    color: #ffffff;
    position: absolute;
    padding: 2px 0 0 140px;
    font-size: 18px;
}
.widget.widget_featured_product.wow.fadeInRight {
    border-bottom: 1px solid #ffffff2b;
    padding: 0px 0px 20px 0;
}
.widget.widget_rangeslider.wow.fadeInRight {
    border-bottom: 1px solid #ffffff2b;
    padding: 0px 0px 20px 0;
}
.hb_white_wrapper.shop-page-padding {
    padding: 80px 0px 50px;
}
.hb_subscribe_form form {
    position: relative;
    overflow: hidden;
}
.about-padding {
    padding: 70px 0px 65px;
}
.tabsWrapper {
    padding: 80px 0px;
}
.shop-single-shop-wrapper {
    padding: 70px 0px 50px;
}
.hb_white_wrapper.shop-single-slider {
    padding: 80px 0px;
}
.index-category {
    padding: 60px 0px 50px;
}
.hb_white_wrapper.shop-page-padding1 {
    padding: 80px 0px;
}
.hb-herbal-img1 img {
    width: 100%;
}
.hb_feature_image.hb_feature_four-img img {
    width: 100%;
}
.hb-herbal-img1 {
    padding: 40px 0 0 0;
}
.res-toggle svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
}
.res-toggle {
    display: none;
}
button.btn-close.BtnPopup {
    position: absolute;
    right: 20px;
    top: 20px;
}
/*-----checkout page end-----*/
/*--------responsive css start------*/
@media(max-width:1875px){
    .swiper-pagination.swiper-paginationbanner {
        text-align: left;
        bottom: 190px;
        left: 0;
        transform: none;
        padding: 0 0 0 90px;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
.hb_banner_content.effect01 {
    padding: 56px 0 0;
}

.hb_banner_content h2 {
	font-size: 45px;
}

}
@media(max-width:1200px){
    .hb_contact_wrapper .hb_contact_info_div {
        top: 30px;
        right: 70px;
        width: 400px;
    }
}
@media(max-width:1400px){
    .hb-testimonial-arrow .swiper-button-next {
        right: 0;
    }
    .hb_tslider_data {
        padding: 0 40px;
    }
    .hb-testimonial-arrow .swiper-button-prev {
     left: 0;
    }
    .woocommerce .coupon .input-text {
        width: 60%;
    }
}
@media (max-width: 1199px) {
.hb_blog_content ul.hb_categories li a {
    top: -185px;
}
.manage_blog_section{
    display: block;
    text-align: center;
}

}
@media (min-width: 768px) {

.hb_menu ul.my_navbar li.active svg path {
    fill: #395f13;
}	
}
@media (min-width: 992px) and (max-width: 1199px) {
.hb_footerdiv ul.hb_footer_gallery{
    margin-top: 15px;
}
.hb_footerdiv ul.hb_footer_gallery li{
    margin-right: 10px;
    margin-top: 10px;
    width: 64px;
}
.hb_feature_content h4{
    font-size: 16px;
    padding-bottom: 10px;
}
.hb_feature_content p{
    font-size: 14px;
    line-height: 22px;
}
.hb_about_data img {
    height: 100%;
}
.hb_about_overlay_inner h4{
	font-size: 25px;
	margin-bottom:20px;
}
.hb_about_overlay_inner p {
    margin-bottom: 25px;
}
.hb_about_overlay_inner h3.hp {
    font-size: 16px;
}
.hb_about_overlay_inner p{
    font-size: 15px;
}
.cart_totals .cart_total_inner{
	width: 90%;
}
.woocommerce .coupon{
	padding-left:30px;
}
.checkout.woocommerce-checkout .cart_totals .cart_total_inner .shop_table tr th, .checkout.woocommerce-checkout .cart_totals .cart_total_inner .shop_table tr td {
    padding: 7px 15px;
    font-size: 14px;
}
.checkout.woocommerce-checkout .cart_totals .cart_total_inner .checkout-button.hb_btn {
    padding: 0 20px;
}
.widget_recentpost ul li .hb_post_data h3{
    font-size: 13px;
    line-height: 16px;
}
.widget_gallery ul li{
  
}
.widget_tag_cloud .tagcloud a{
    padding: 2px 7px;
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 13px;
}
.hb_sliderimg {
    margin-top: 20%;
}
.hb_banner_content{
    padding: 50px;
}  
.hb_banner_content h2{
    font-size: 40px;
    line-height: 45px;
}
.hb_banner_content p {
    font-size: 16px;
}
.left-side {
    left: -49px;
}
.hb_contact_wrapper .hb_contact_info_div {
    padding: 40px 54px;
}
.hb_white_wrapper.features {
    padding-bottom: 33px;
}
.hb_slider_wrapper, .hb_slider_wrapper02 {
    padding: 80px 80px 320px;
}
.hd_container .swiper-button-next, .swiper-button-prev {
    top: 47%;
}
.hd_container .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 20px;
    padding: 25px;
}
.hd_container .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 20px;
    padding: 25px;
}
.herbal_title_bar {
    padding: 50px 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hb_contact_inner{
    position: relative;
}
.herbal_title_bar {
    padding: 50px 20px;
}
.hb_contact_wrapper:after{
	display:none;
}
#map{
    margin-top: -140px;
}
#map:after {
    content: '';
    opacity: 0.4;
    background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 99%, rgba(0,0,0,0.8) 100%);
    background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 99%, rgba(0,0,0,0.8) 100%);
    background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 99%, rgba(0,0,0,0.8) 100%);
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
}
.hb_shop_view ul li:first-child {
    margin-right: 10px;
}
.woocommerce .coupon{
    padding-left: 0;
}
.cart_totals .cart_total_inner{
    width: 100%;
}
.hb_payment_mode {
    margin-top: 40px;
}
.hb_about_data img {
    height: 100%;
}
.hb_about_overlay_inner p{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px
}
.hb_feature_image{
    text-align: center;
}
.hb_feature_image img {
    display: inline-block;
}
.hb_product_div .hb_product_img img {
    width: 100%;
}
.hb_custom_popup .hb_popup_inner{
    width: 700px;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content{
    padding: 40px 20px;
}
.widget_gallery ul li:nth-child(3n) {
    margin-right: 20px;
}
.hb_banner_content{
    padding: 40px;
    margin-top: 20px;
}
.hb_banner_content h2{
    font-size: 40px;
    line-height: 45px;
}
.hb_banner_content p {
    font-size: 16px;
}
.hb_banner_content:before, .hb_banner_content:after{
    width: 60px;
    height: 60px;
}
.hb_menu ul.my_navbar li a {
	margin: 0;
}
.hb_header_right_links.hb_search ul li a {
    padding: 20px 9px;	
}
.hb_header_right_links ul li ul.hb_cart li .hb_right a {
    padding: 0;
}
.hb_header_right_links ul li ul.hb_cart li .hb_left a {
    padding: 0;
}

.left-side {
    left: -109px;
}
.hb_white_wrapper.blog_single.hb_bottompadder40 {
    padding-bottom: 54px;
}
.row.checkout-form {
    padding: 20px 0;
}
}
@media (max-width: 991px) {
    .hb_main_header .hb_menu_box {
        justify-content: center;
    }
    .hb-banner-wrapper {
        background-image: url(../images/images/banner.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right;
        padding: 80px 0px;
        position: relative;
        z-index: 1;
        background-size: cover;
    }
    .hb-banner-wrapper .swiper-pagination.swiper-paginationbanner.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;
    }
    .hb_product_single {
        margin-bottom: 0;
        padding: 40px 0 0;
    }
    .hb_contact_wrapper .hb_contact_info_div {
        width: 500px;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .hb_contact_form_div {
        width: 500px;
        margin: 0 auto;
    }
    .row.checkout-form {
        margin: 0px 0px;
    }
    img.left-img1{
        display: none;
    }
.hb_about_img {
    margin-bottom: 60px;
}
.hb_about_box {
    padding-bottom: 0;
}
.hb_white_wrapper.hb_shop {
    padding-top: 40px;
	padding-bottom: 10px;
}
.hb_white_wrapper.hb_blog.hb_bottompadder42 {
    padding-bottom: 54px;
}
.hb_feature_image.hb_feature_four-img img {
    padding: 0 0 40px 0;
}
.hb_white_wrapper.features.hb_toppadder75 {
    padding-bottom: 40px;
}
.hb_slider_wrapper, .hb_slider_wrapper02 {
    padding: 60px 100px 100px;
}
.hd_container .swiper-button-next, .swiper-button-prev {
    top: 46%;
}
.hd_container .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 20px;
    padding: 25px;
}
.hd_container .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 20px;
    padding: 25px;
}
.herbal_title_bar {
    padding: 50px 20px;
}
.manage_feature{
    margin-top: 40px;
}
.hb_about_img:after{
    display: none;
}
.hb_about_img img{
    margin: auto;
}
.contact-page-form {
    width: 100%;
}
}
@media (max-width: 767px) {
    html, body{
        overflow-x:hidden;
    }
    .chat-icon {
    position: fixed;
    z-index: 99;
    right: 11px !important;
    bottom: 133px;
}
.hb_menu ul.my_navbar li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 60px !important;
}
.headdecor{
    width:65% !important;
}
    .carousel-control-next, .carousel-control-prev {
        top: 60px !important;
    }
    .number, .mailf{
        text-align:center;
        padding:5px 0px;
    }
    .hb-bnner-right img{
        display:none;
    }
    .spara{
        display:none;
    }
    .organic{
        color:green !important;
        font-size:25px !important;
    }
    #demo{
            padding-top: 94px !important;
    }
    .logo{
        width: 30% !important;
    }
    .mail {
        font-size: 15px;
    }
    .hb_sorting .hb_select {
        display: block;
        width: 100%;
        margin: 10px 0 0 0;
    }
    .hb_shoppage{
        display: block;
    }
    .hb_shoppage .hb_shop_view {
        float: none;
    }
    .hb_shoppage .hb_showing_product {
        float: none;
    }
    .hb_contact_form_div {
        width: auto;
    }
    .hb_contact_wrapper .hb_contact_info_div {
        width: auto;
    }
.hb_header_social_icon{
    display: inline-block;
    width: 100%;
}
.hb_header_social_icon ul {
    float: none;
    display: inline-block;
}
.hb_header_right_links{
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.hb_main_header .hb_header_right_links {
    float: none;
    width: auto;
    vertical-align: middle;
}
.hb_header_right_links ul {
    float: none;
    width: auto;
}
.hb_header_right_links ul li ul.hb_cart li .hb_right{
    text-align: left;
}
.hb_custom_popup .hb_popup_inner{
    width: 95%;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content .hb_popup_form .form-group a {
    float: left;
}
.hb_custom_popup .hb_popup_inner .hb_popup_img{
    width: 40%;
    min-height: 380px;
}
.hb_custom_popup .hb_popup_inner .hb_popup_img img{
	height: 100%;
}
.hb_custom_popup .hb_popup_inner .hb_popup_img .hb_popup_overlay img{
	height:auto;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content{
    width: calc(100% - 40%);
    padding: 20px;
    min-height: 380px;
}
.navbar-toggle{
    background-color: #395f13;
	float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
	padding: 17px 0px 17px 20px;
}
.navbar-toggle .icon-bar{
	background:#fff;
	transition:all 0.3s;
}
.hb_menu {
    text-align: left;
}
.hb_menu ul.my_navbar li{
	width:100%;
	position: relative;
    padding: 0px 14px;
}
.hb_menu ul.my_navbar li a {
    padding: 15px 0px;
    margin: 0;
	color: #395f13;
}
.my_navbar_collapse.in {
    overflow-y: visible;
}
ul.hb_rev_slider, ul.hb_rev_slider li {
    overflow: hidden !important;
}
.hb_tslider_data{
	width:100%;
}
.hb_product_div .hb_product_img img {
    width: 100%;
}
.hb_blog_img img{
	width:100%;
}
.hb_feature_image{
    text-align: center;
}
.hb_feature_image img {
    display: inline-block;
}
.hb_about_overlay{
	position:relative;
}
.hb_footerdiv ul.hb_footer_gallery li:nth-child(3n) {
    margin-right: 20px;
}
.hb_shop_view ul{
    float: none;
    width: auto;
    display: inline-block;
}
.hb_sorting{
    float: none;
}
#products .list-group-item .hb_product_img {
    width: 100%;
}
#products .list-group-item .hb_product_data {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}
#products .item.list-group-item .hb_product_btn .hb_btn, .hb_product_btn .hb_btn{
    margin-bottom: 10px;
}
.hb_related_product_slider .hb_product_div .hb_product_img .product-image-overlay{
	left:0;
}
.hb_related_product_slider .hb_product_div .hb_product_img .product-image-overlay ul.cart_icons li a span:before{
	display:none;
}
.hb_payment_mode {
    margin-top: 30px;
}
#map {
    margin-top: -140px;
}
.hb_contact_wrapper:after{
	display:none;
}
#map:after {
    content: '';
    opacity: 0.4;
    background-image: -moz-radial-gradient( 50% 50%, circle closest-side, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 99%, rgba(0,0,0,0.8) 100%);
    background-image: -webkit-radial-gradient( 50% 50%, circle closest-side, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 99%, rgba(0,0,0,0.8) 100%);
    background-image: -ms-radial-gradient( 50% 50%, circle closest-side, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 99%, rgba(0,0,0,0.8) 100%);
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
}
.woocommerce .coupon{
    padding-left: 0;
}
.cart_totals .cart_total_inner{
	width:100%;
}
.widget_gallery ul li:nth-child(3n) {
    margin-right: 20px;
}
.hb_banner_content{
    padding: 50px;
    margin-top: 0;
    margin-bottom: 20px;
}
.hb_banner {
    position: relative;
}
.hb_banner_content h2 {
    font-size: 40px;
    line-height: 45px;
}
.hb_banner_content p {
    font-size: 14px;
}
.hb_blog_div {
    margin-bottom: 20px;
}
.hb_toppadder80 {
    padding-top: 40px;
}
.hb_toppadder80 {
    padding-top: 40px;
}

.hb_testimonial_wrapper {
    padding: 35px 0px 32px 0;
}
.hb_feature_data {
    margin-bottom: 20px;
}
.hb_toppadder70 {
    padding-top: 35px;
}
.hb_add_banner_wrapper{
    padding: 37px 0;
}
.hb_main_header .hb_menu {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 250px;
    z-index: 100;
    float: none;
    background: #fff;
    transition: all 0.5s;
}
body.menu-open span.hb_menu_overlay {
    display: block;
}
body.menu-open .hb_main_header .hb_menu {
    left: 0;
}
.hb_main_header span.hb_menu_overlay {
    position: fixed;
    top: 0;
    right:0;
    left: 0;
    bottom: 0;
    z-index: 90;
    float: none;
    background: #00000052;
    transition: all 0.3s;
	display:none;
}
.open_menu .hb_main_header .hb_menu {
	left:0;
}
.open_menu .hb_main_header span.hb_menu_overlay {
    display:block;
}
.open_menu .navbar-toggle span:nth-child(1) {
    transform: rotate(-45deg) translate(-7px,2px);
}
.open_menu .navbar-toggle span:nth-child(2) {
    opacity: 0;
}
.open_menu .navbar-toggle span:nth-child(3) {
    transform: rotate(45deg) translate(-6px ,-2px)
}
.hb_header_social_icon ul li {
    margin-right: 10px;
}
.hb_header_social_icon ul li a {
    font-size: 13px;
}
.hb_header_social_icon a i:before {
    font-size: 13px;
}
.hb_topheader_right_links ul li a i:before {
    font-size: 13px;
}
.hb_header_right_links.hb_search ul li>a:last-child {
    padding-right: 20px;
}
.navbar-toggle:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #ffffff45;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.hb_menu ul.my_navbar li a:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #395f13;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hb_menu ul.my_navbar li a svg path {
    fill: #395f13;
}
.hb_menu ul.my_navbar li:hover {
    background: #395f13;
}
.hb_menu ul.my_navbar>li:hover a{
    color: #fff;
}
.hb_menu ul.my_navbar li a:after {
    background:#395f13;
}
.hb_menu ul.my_navbar li:hover path {
    fill: #fff;
}
.hb_menu ul.my_navbar li:hover ul.sub-menu li a{
    color: white;
    font-size: 13px;
}
.hb_menu ul.my_navbar li:hover a:after {
    background: #ffffff;
}
.hb_menu ul.my_navbar li ul.sub-menu li a {
    padding: 7px 0px;
}
.hb_about_img img {
    height: auto;
}
.hb_about_img {
    height: auto;
}
.hb_about_img:after {
   display:none;
}
.hb_white_wrapper.about_sec.hb_bottompadder80 {
    padding-bottom: 40px;
}
.hb_contact_form_div {
    padding: 30px 50px;
}

.hb_shoppage .hb_shop_view {
    padding-right:0px;
}
.hb_tabdiv ul.nav-tabs li a {
    padding: 12px 30px;
}
.hb_white_wrapper.our_store.hb_bottompadder42{
	padding-bottom: 12px;
}
.hb_footerdiv {
    margin-bottom: 20px;
}
.hb_footer_wrapper {
    padding-bottom: 12px;
    padding-top: 20px;
}
.hb_herbs_heal{
    width: 500px;
    margin: 0 auto 20px auto;
}
.hb_blog_div {
    width: 500px;
    margin: 0 auto 20px auto;
    display: block;
}
.hb_white_wrapper.shop_single {
    padding-top: 40px;
	padding-bottom: 12px;
}
.hb_white_wrapper.hp_cart {
    padding-bottom: 40px;
}
.hb_white_wrapper.hb_checkout {
    padding-top: 38px;
}
.hb_white_wrapper.hb_checkout.hb_bottompadder40 {
    padding-bottom: 0;
}

.hb_pagination.blog_pagination {
    width: 500px;
    margin: 20px auto 50px;
}
.hb_slider_wrapper, .hb_slider_wrapper02 {
    padding: 0;
}
.hd_container .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .hd_container .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none;
}
.hb_slider_wrapper, .hb_slider_wrapper02 {
    padding: 80px 20px 80px;
}
.hb_blog_content ul.hb_categories li a {
    top: -245px;
}
.hb_footerdiv ul.hb_footer_blog li{
    justify-content: flex-start;
}
.hb_footerdiv p{
    max-width: 500px;
    width: 100%;
}
.hb_menu ul.my_navbar{
    display: block;
}
.manage_blog_section{
    display: flex;
}
.res-toggle {
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 999;
}
.hb-banner-content {
    max-width: 100%;
    margin: 0;
}
.hb-banner-content h1 {
    color: #ffffff;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 500;
}
}

@media (max-width: 650px){ 
.hb_slider_wrapper, .hb_slider_wrapper02 {
    padding: 40px 20px 40px;
}

.cart_totals{
	width:100%;
}
.woocommerce .coupon{
	padding-left: 0;
}
.cart_totals .cart_total_inner{
    width: 100%;
}
.woocommerce .coupon .input-text{
	margin-bottom:10px;
}
.hb_tabdiv ul.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}
} 
@media (max-width: 576px) {
    .tabsWrapper {
        padding: 40px 0px;
    }
    .hb_white_wrapper.shop-single-slider {
        padding: 40px 0px;
    }
    .index-category {
        padding: 40px 0px 20px;
    }
    .hb_white_wrapper.WhoWeAre {
        padding: 40px 0 0;
    }
    .hb_contact_wrapper.hb_toppadder75.hb_bottompadder80 {
        padding: 40px 0px 80px;
    }
    .hb_mainheading h2 {
        font-size: 30px;
    }
    .hb_pageheading h3 {
        font-size: 30px;
    }
    .hb_breadcrumbs_wrapper {
        padding: 50px 0;
    }
    .hb_author_img {
        text-align: center;
    }
    .about-padding {
        padding: 30px 0px 35px;
    }
.hb-testimonial-arrow .swiper-button-next{
    display: none;
}
.hb_white_wrapper.features.hb_toppadder75 {
    padding-bottom: 10px;
}
.hb_tslider_data {
    padding: 0;
}
.hb_tslider_inner {
    margin-bottom: 10px;
}
.hb-testimonial-arrow .swiper-button-prev{
    display: none;
}
.hb_testimonial_wrapper {
    padding: 30px 0px 32px 0;
}
.hb_topheader .w-100 {
    width: 100%;
	display: flex;
    justify-content: center;
}	
.hb_topheader_right_links {
    float: none;
}	
.hb_topheader_right_links ul {
    float: none;
}
.hb_topheader_right_links ul li {
    margin-left: 0;
    margin-right: 15px;
}
.hb_header_social_icon ul li a {
    font-size: initial;	
}
.hb_header_social_icon a i:before {
    font-size: 15px;
}
.hb_topheader_right_links ul li a i:before {
    font-size: 16px;
}
.hb_header_social_icon ul li:first-child {
    padding-bottom: 8px;
}
.hb_header_social_icon ul li {
    width: 100%;
	display: flex;
    justify-content: center;
}
.hb_header_right_links ul li.hb_search_wrapper .hb_search_form .form-control {
    font-size: 18px;
}
.hb_footerdiv {
    margin-bottom: 20px;
}
.hb_contact_wrapper .w-100{
	width:100%;	
}
.hb_shoppage .padding_left {
    width: 100%;
}
.hb_shoppage .hb_showing_product {
    float: left;
}
.hb_tabdiv ul.nav-tabs li a {
    padding: 12px 18px;
}

.hb_blog_div {
    width: 400px;
}
.hb_sidebar {
    width: 400px;
}
.hb_pagination.blog_pagination {
    width: 400px;
}
.hb_blog_comment{
    display: block;
}
.hb_author_img img{
    margin: auto;
}
.hb_commentdiv ol.comment-list li.comment .hb_comment_text {
    text-align: center;
    margin-top: 20px;
}
.hb_white_wrapper.hb_blog.hb_bottompadder42 {
    padding-bottom: 40px;
}
.hb_white_wrapper.shop-page-padding1 {
    padding: 40px 0px 40px;
}
.res-toggle {
    top: 30px;
}
.hb-banner-content h1 {
    font-size: 30px;
}
.hb-banner-wrapper {
    padding: 30px 0px;
}
}	
@media (max-width: 479px) {
.heading-svg {
    max-width: 200px;
}
.hb_slider_wrapper, .hb_slider_wrapper02 {
    text-align: center;
}
.hb_custom_popup .hb_popup_inner .hb_popup_img {
	display:none;
}
.hb_custom_popup .hb_popup_inner .hb_popup_img img {
    height: 200px;
    width: 100%;
}
.hb_custom_popup .hb_popup_inner .hb_popup_img .hb_popup_overlay img {
    height: auto;
    width: auto;
}
.hb_custom_popup .hb_popup_inner .hb_popup_content {
    width: 100%;
    min-height: auto;
}
.hb_contact_form_div{
	padding: 30px;
}
.hb_contact_form_div h3{
    font-size: 25px;
}
.hb_commentdiv ol.comment-list li.comment ul.children{
	padding:0;
}
.hb_banner_content {
    padding: 25px;
}
.hb_banner_content:before, .hb_banner_content:after{
    width: 40px;
    height: 40px;
}
.hb_banner_content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
}
.hb_banner_content p{
     text-transform: capitalize;   
}
.hb_add_banner_wrapper h3{
    font-size: 45px;
    line-height: 55px;
}
.hb_tabdiv ul.nav-tabs li a{
    padding: 10px 15px;
}
.hb_main_header .w-100 {
    width: 100%;
}
.hb_main_header .hb_menu {
    width: 225px;
}
.hb_menu ul.my_navbar li ul.sub-menu {
    min-width: 190px;
    width: 190px;
}
.hb_header_right_links ul li.hb_search_wrapper .hb_search_form .form-control {
    font-size: 14px;
}
.hb_header_right_links ul li.hb_search_wrapper .hb_search_form svg {
    top: 4px;
    width: 15px;
    height: 16px;
}
.hb_tslider_inner {
    border-bottom: 10px solid #395f13;
	border-left:none;
	}
.hb_about_overlay_inner h3.hp {
    font-size: 16px;
}
.hb_about_overlay_inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.hb_about_overlay_inner p {
    margin-bottom: 15px;
}
.hb_about_overlay_inner ul {
    margin-bottom: 10px;
}
.hb_contact_wrapper .hb_contact_info_div {
    padding: 40px 0px 40px 20px;
}
.hb_shoppage .hb_shop_view {
	float: none;
}
.hb_shoppage {
    text-align: center;
}
.hb_shoppage .hb_showing_product {
    float: none;
	text-align:center;
}
.hb_tabdiv ul.nav-tabs li a {
    border-left: 2px solid #f3f3f3;
}
.hb_tabdiv ul.nav-tabs li.active a, .hb_tabdiv ul.nav-tabs li.active a:hover, .hb_tabdiv ul.nav-tabs li.active a:focus {
   border-left: 2px solid #f3f3f3;
}
.hb_review_div ul li .hb_review_img {
    float: none;
    width: 100%;
}
.hb_review_div ul li .hb_review_data {
    margin-top: 15px;
    float: none;
    width: 100%;
    padding-left: 0;
}
.hb_herbs_heal, .hb_product_div, .hb_blog_div {
    width: 100%;
}
.hb_sidebar {
    width: 100%;
}
.hb_pagination.blog_pagination {
    width: 100%;
}
.hb_commentdiv ol.comment-list li.comment .hb_comment_text {
    width: auto;
    padding-left: 0;
    padding-top: 20px;
}
.hb_main_header .hb_menu_box{
    justify-content: center;
}
}
@media (max-width: 360px) {
.hb_about_overlay_inner ul li {
    width: 100%;
}
}
@media(max-width:345px){
    .manage_blog_section{
        display: block;
    }
}
@media (max-width: 320px) {
.cart_totals .cart_total_inner .shop_table tr th, .cart_totals .cart_total_inner .shop_table tr td {
    padding: 7px 10px;
    font-size: 15px;
}

}
@media (max-width: 767px) and (orientation: landscape) {
.hb_custom_popup .hb_popup_inner{
	height: 250px;
    overflow-y: scroll;
}
}
/*--------responsive css end------*/

.who_bg{
    background-image: url(../images/promotion-bg.jpg);
    background-position: right top;
    padding: 40px 0px;
}

.topbar{
    background-color: #000;
    padding: 10px;
}
.env{
    color: #55e555;
    margin: 3px 9px;}
   
.who{
    overflow: hidden;
}
.who img{
    transition: 0.5s  all ease-in-out; 
}
.who img:hover{
    transform: scale(1.5);
}
.who_head{
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: black;
    padding-top: 15px;
}
.dis {
    width: 15%;
    color: black;
    border: 1px solid green;
    margin: 6px 100px;
}
.para{
    color: #000;
    text-align: center;
}
.diss{
    display: flex !important;
    justify-content: center !important;
    border-bottom: none !important;

}
.all{
    color: #ffffff !important;
    border-radius: 25px !important;
    background-color: #8cbe34 !important;
    border: none;
    
}
.alll{
    border: 1px solid green !important;
    border-radius: 25px !important;
    margin: 0px 10px !important;
    font-size: 12px !important;
}
.alll:hover{
    background-color: #8cbe34 !important;
    border: none;
    color: white;
}
.cardd{
    background-color: #f5f6fb;
}
.card_con{
    padding: 20px 0px;
    margin: auto;
    display: block; 
}
.dgl{
    font-weight: 800;
    text-align: center;
}
.view{
    color: #6caf2a;
    font-weight: 800;
    text-decoration: none;
    display: flex;
    justify-content: center;
}
.view:hover{
    color: #6caf2a;
}
.c-img{
    overflow: hidden;
}
.card_img{
    transition: 0.5s all ease-in-out;
    height: 160px;
}
.card_img:hover{
    transform: scale(1.5);
}
.cardd:hover{
    box-shadow: 0 9pt 12pt rgba(0, 0, 0, .12);

}
.cardd {
    background-color: #f5f6fb;
    border: 1px solid #edf0ff;
}
.arrow{
    font-size: 20px;
    color: rgb(52, 185, 52);
}
.organicc{
    height: 210px;
}
.cardiv{
    padding: 140px 0px;
}
.headd{
    color: #3be13b;
    font-size: 20px;
    font-weight: 800;   
}
.paraa{
    font-size: 15px;
    padding: 0px !important;

}
.vis{
    font-size: 20px;
    color: black;
    
}
.pure{
    padding: 10px 20px;
}
.star{
    color: gold;
    margin-right: 10px;
}

.carousel-indicatorss [data-bs-target] {
    box-sizing: content-box !important;
    flex: 0 1 auto !important;
    width: 40px !important;
    height: 21px !important;
    border-radius: 50%;
    padding: 0 !important;
    margin-right: 3px;
    margin-left: 3px !important;
    text-indent: 0 !important;
    cursor: pointer !important;
    border: 0 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    transition: opacity .6s ease;
    background: #56d956 !important;
    color: white !important;
}

.carousel-indicatorss {
    position: absolute;
    right: 0px;
    bottom: -76px !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.list li{
    color: white;
}
.list li a{
    color: #fff;
    text-decoration: none;
}
.list{
    padding: 20px 0px;

}
.arrow {
    color: white;
    font-size: 20px;
    transition: padding 0.5s ease; /* Apply transition to padding */
    margin-right: 5px;
}

.arrow:hover {
    padding: 10px; /* Increase padding on hover */
}

.read{
    color: red;
    text-decoration: none;
}
.read:hover{
    color: red;
}
.iic i{
    margin: 0px 10px;
}
.iic{
    justify-content: center;
}
.chat-icon {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 133px;
}
.chat-icon img {
    width: 50px;
}
.shopweb{
    text-decoration: none;
    font-weight: 900;
    color: white;
}
.shopweb:hover{
    color: #fff;
}
.mail{
    color: white;
    text-decoration: none;
}
.mail:hover{
    color: white;
}
.red-hb-main-header {
    background-color: white !important;
}
.res-toggle svg {
    fill: black;
    width: 20px;
    height: 20px;
}
.logo{
    width: 44%;
}
.headdecor{
    width:30%;
}
  .box_sh{  
      box-shadow: 0px 0px 5px #008000;
    border: 2px solid green;
    padding: 80px;
  

}

