/*.banner-slide img {
  height: 100%;
  object-fit: cover;
}*/
.banner-slide .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.banner-slide .owl-nav button.owl-prev {
  left: 0;
}
.banner-slide .owl-nav button.owl-next {
  right: 0;
}

.banner-slide .owl-dots {
  text-align: center;
  /*padding-top: 15px;*/
  position: absolute;
  bottom: 12px;
}
.banner-slide .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #000;
  margin: 0 3px;
}
.banner-slide .owl-dots button.owl-dot.active {
  background-color: #ff9f02;
}
.banner-slide .owl-dots button.owl-dot:focus {
  outline: none;
}
.banner-slide .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.banner-slide span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.banner-slide .owl-nav button:focus {
  outline: none;
}
.banner-slide .owl-item {
  /*height: 300px !important;*/
  display: flex;
}
.banner-slide .item {
  width: 100%;
}
.banner-slide .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: unset;
}
.sticky-menu-bar {
    position: fixed;
    top: 50%;0%; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -75px;
    z-index: 9;
}
.sticky-menu-bar a {
    display: block;
    text-align: center;
    padding: 14px;
    transition: all 0.3s ease;
    color: white;
    font-size: 18px;
    transform: rotate(-90deg);
    /* right: 32px; */
    width: 189px;
    z-index: 9;
    height: auto;
    text-decoration: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    line-height: 20px;
}
.Message {
    background: #ff9f02;
    height: 130px;
}
.abt-tabs {
    margin-top: 30px;
}
.nav-tabs .nav-link{
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: 0 0;
    border: 1px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    border-bottom: 0;
    /* border-left: 0; */
    border-radius: 0;
    padding: 14px 24px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #ff9f02;
    background-color: transparent;
    border-color: #ddd;
    border-radius: 0;
    background: #ff9f02;
    color: #fff;
}
.nav-tabs .nav-link:nth-child(1) {
    border-right: 0;
    border-top-left-radius: 10px;
}
.nav-tabs .nav-link:nth-child(2) {
    border-top-right-radius: 10px;
}
.a_content p{
    margin-bottom: 0;
}
section.about {
    padding: 80px 0;
}
.pq-section-title .pq-section-main-title {
    font-size: 52px;
    line-height: 60px;
    text-transform: capitalize;
    color: var(--dark-color);
}
.pq-section-title .pq-sub-title {
  font-family: var(--subtitle-fonts);
  font-size: 18px;
  text-transform: capitalize;
  color: #ff9f02;
  letter-spacing: 1px;
}
.tab-content.abt-c {
    padding: 16px;
    /*border: 1px solid #dee2e6;*/
    border-radius: 5px;
    background: #f8f8f8;
    border-top-left-radius: 0;
    /*border-top-right-radius: 0;*/
}
div#nav-tab {
    border-bottom: 0;
}
.a_content ul {
    padding: 0;
    margin-bottom: 0;
}
.abt-btn {
    margin-top: 30px;
}
.abt-btn a {
    padding: 10px 30px;
}
section.our-products {
    background: var(--grey-color);
    padding: 60px 0;
}
section.our-products .pq-section-title {
    padding: 0 150px;
}
h3.heading-title {
    line-height: 1.4em;
    z-index: 3;
    color: #000;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h3.heading-title span {
    color: #ff9f02;
}
.prod-para {
    margin-bottom: 35px;
}
.prod-para p {
    font-size: 20px;
    line-height: 35px;
    text-transform: capitalize;
    color: var(--dark-color);
    font-weight: 500;
    margin-bottom: 0;
}
.men-pro-item {
    position: relative;
    box-shadow: 0px 0px 15px 0px #D6D6D6;
    padding-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    margin: 10px;
}
.men-thumb-item {
    position: relative;
}
.men-thumb-item::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
    padding: 30px 50px 20px;
    width: 100%;
}
.men-thumb-item:hover {
    cursor: pointer;
}
.men-thumb-item {
    position: relative;
}
.men-thumb-item .pro-image-front {
    opacity: 1;
    visibility: visible;
}
.pro-image-back {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.men-pro-item:hover .pro-image-front {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
}
.men-pro-item:hover .pro-image-back {
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
    background: #f7f7f7;
}
.item-info-product {
    text-align: center;
    margin: 5px 0px 0;
}
.item-info-product h4 {
    color: #000000;
    margin-top: 10px;
    text-shadow: none;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 0 20px;
}
.item-info-product a:hover {
    color: #ff9f02;
}
.item-info-product p{
    margin-bottom: 20px;
    padding: 0 15px;
}
.read-btn a {
    border: 1px solid #ff9f02;
    padding: 10px 26px 10px 26px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    color: #fff;
    background-color: #ff9f02;
    text-align: center;
    text-decoration: none;
    border-radius: 36px;
    font-size: 14px;
}
.read-btn a:hover {
    background: transparent;
    color: #ff9f02;
    border-color: #ff9f02;
}
.read-btn {
    margin-top: 18px;
}
.read-btn i {
    vertical-align: middle;
}
.abt-btn i{
  vertical-align: middle;
}
p.p-para {
    margin-bottom: 83px;
}
p.s-para {
    margin-bottom: 53px;
}
section.our-packagings {
    padding: 60px 0;
}
section.our-packagings h3.heading-title {
    margin-bottom: 35px;
}
section.our-packagings .pq-section-title {
    padding: 0 150px;
}
p.pp-para {
    margin-bottom: 51px;
}
.item-info-product hr {
    border-color: #aeaeae;
}
section.our-certificate {
    background: var(--grey-color);
    padding: 60px 0;
}
section.our-certificate h3.heading-title {
    margin-bottom: 35px;
}
.inner-box {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}
figure.image-box {
    position: relative;
    /* display: block; */
    overflow: hidden;
    /* background: -webkit-linear-gradient(-45deg, #ea7f18, #ff9f02 100%); */
    border-radius: 10px;
    /* background: transparent; */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
figure.image-box img {
    width: 100%;
    transition: all 500ms ease;
    border-radius: 10px;
}
.lower-content {
    position: relative;
    padding: 10px 40px 16px 40px;
    /* border: 1px solid #e9e9e9; */
    /* border-top: 0; */
}
.lower-content h3 {
    text-transform: uppercase;
    color: #000000;
    margin-top: 0;
    text-shadow: none;
    font-size: 18px;
    /* margin-bottom: 5px; */
    /* padding: 0 20px; */
    text-align: center;
}
.inner-box:hover figure.image-box img {
    transform: scale(1.1);
    /*opacity: 0.7;*/
}
/**start our client logo**/
section.client_wr {
    padding: 60px 0 60px;
}
.client-c-heading h3 {
    line-height: 1.4em;
    z-index: 3;
    /* font-weight: 900; */
    color: #000;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.new_arrivals ul.list-inline {
    display: none;
}
.client-l ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 0;
}
.client-l li {
    list-style: none;
/*    padding: 0 30px;*/
    padding: 0 8px;
}
.client-c-heading span {
    color: #FF9F02;
}
.wpb_single_image.vc_align_center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vc_custom_1579288050346 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.client_wr .vc_single_image-wrapper {
    position: relative;
    overflow: hidden;
}
.wpb_single_image a {
    border: none;
    outline: 0;
}
.client_wr img:first-child {
    -webkit-filter: grayscale(100%);
    /* filter: grayscale(100%); */
}
.client_wr .vc_single_image-wrapper img {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease, transform 0.4s ease;
}
.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.client_wr .vc_single_image-wrapper:hover img:not(.ltx-img-hover) {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.client_wr .vc_single_image-wrapper .ltx-img-hover {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.client_wr .vc_single_image-wrapper:hover .ltx-img-hover {
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
section.counter {
    padding: 60px 0;
    background: var(--grey-color);
}
section.slide-show {
    padding: 60px 0;
}
section.slide-show h3.heading-title {
    margin-bottom: 35px;
}
section.testimonial {
    padding: 60px 0;
    background: var(--grey-color);
}
.pq-testimonial-box.style-2.pq-bg-grey {
    background: var(--white-color);
}
section.footer {
    background: var(--dark-color);
    padding:70px 0 0;
}
.useful-link ul {
    columns: 2;
}
.widget ul.socials-links-box {
}
.widget ul.socials-links-box li a {
    background: #ff9f02;
    color: #fff;
    padding: 10px 13px;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ff9f02;
}
.widget ul.socials-links-box li a:hover{
    background: transparent;
} 
.widget ul.socials-links-box li a:hover i{
    color: #ff9f02;
}
.widget ul.socials-links-box li {
    display: unset;
    text-align: center;
    padding: 0 10px;
}
.footer .widget ul.socials-links-box li i {
    margin-right: 0;
}
.footer-logo img {
    width: 140px;
    margin-bottom: 20px;
}
.copyright-right ul li img {
    width: 30px;
}
.copyright-right ul {
    float: right;
}
.copyright-right ul li {
    display: inline;
}
.copyright-left {
    text-align: left;
}
/**start breadcrumb**/
.pq-breadcrumb {
    background: var(--dark-color);
    color: var(--white-color);
    padding: 130px 0 !important;
    position: relative;
    background-size: cover;
    background-position: center center;
    text-align: left;
}
/**end breadcrumb**/
p.abt-description {
    margin-bottom: 10px;
}
p.section-description.ezeebee-para{
    margin-bottom: 10px;
}
.about-inner span.pq-section-sub-title {
    font-weight: 600;
}
section.mission {
    background: var(--grey-color);
    padding: 60px 0;
}
.mission-img img {
    border-radius: 10px;
}
.row.m-flex {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mission-content h3 {
    margin-bottom: 20px;
}
section.vission {
    padding: 60px 0;
}
.mission-content ul li {
    position: relative;
}
.mission-content ul li:after {
    position: relative;
}
.mission-content ul {
    padding: 0;
}
.mission-content h3 {
    text-align: left;
}
.inner-box.Certificate-inner {
    margin-bottom: 30px;
}
section.our-certificate.c-innerpage figure.image-box {
    padding: 10px;
}
.mission-img.d-m {
    display: none;
}
section.director-message {
    padding: 80px 0;
}
section.director-message p {
    margin-bottom: 20px;
}
span.d-message {
    font-weight: 700;
    color: #000;
}
section.director-message img {
    margin-bottom: 20px;
}
h3.cnt-infor {
    margin-bottom: 10px;
}
h5.pq-section-main-title.ezeebee-cnt-h {
    margin-bottom: 10px;
}
h5.pq-section-main-title.ezeebee-cnt-h span {
    color: #ff9f02;
}
h3.cnt-infor span {
    color: #ff9f02;
}
button.button-flat.submit-btn {
   /* text-align: center;
    margin: 0 auto;
    display: flex;*/
    padding: 12px 40px;
}
.team-b .d-h {
    color: #ff9f02;
    font-weight: 700;
}
.team-b i {
    color: #000;
    vertical-align: middle;
    margin-right: 5px;
}
section.Our-gallery {
    padding: 60px 0;
}
.gallery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.pq-insta-gallery-img{
    margin-right: 20px;
    overflow: hidden;
}
.pq-insta-gallery-img img{
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    width: 100%;
}
.pq-insta-gallery-img img:hover{
    transform: scale(1.2);
}
h4.pq-footer-title.g-heading {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 35px;
}
.gallery-box .lower-content {
    position: relative;
    padding: 0;
}
section.Our-gallery.events .pq-insta-gallery-img {
    margin-bottom: 10px;
}
section.Our-gallery.events .gallery-box {
    margin-bottom: 20px;
}
p.Assurance-para {
    margin-bottom: 20px;
    margin-top: 10px;
}
p.d-para {
    margin-top: 20px;
    margin-bottom: 10px;
}
section.Our-gallery ul {
    padding: 0;
    margin-bottom: 10px;
}
p.u-para {
    margin-bottom: 0;
}
section.our-Recipes {
    padding: 60px 0;
}
section.our-Recipes ul {
    padding: 0;
}
section.our-Recipes ul li a {
    color: #000;
}
section.our-Recipes ul li a:hover {
    color: #ff9f02;
}
section.our-Recipes .lower-content {
    position: relative;
    padding: 10px 15px 10px 15px;
    text-align: center;
    min-height: 274px;
}
section.our-Recipes .lower-content h3{
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}
section.our-Recipes figure.image-box img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
section.product-details {
    padding: 80px 0;
}
section.product-details h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #ff9f02;
    text-transform: uppercase;
}
.product-l .list-group-item.active, .product-l .list-group-item.active:hover, .product-l .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #ff9f02;
    border-color: #ff9f02;
}
.product-l .list-group-item a:hover, .product-l .list-group-item a:focus {
    color: #ff9f02;
    text-decoration: none;
}
.product-l .list-group-item a {
    color: #252c30;
    text-decoration: none;
    font-weight: 500;
}
.list-group-item a.active {
    color: #ff9f02;
}
.prodt-content p {
    margin-bottom: 10px;
}
h3.sub-title-h {
    font-size: 22px;
    margin-bottom: 10px;
}
ul.bullet.clear {
    padding: 0;
}
.product-l{
    position: sticky;
    top: 100px;
}
ul.bullet.clear {
    padding: 0;
    margin-bottom: 10px;
}
p.prodt-details-para {
    margin-bottom: 10px;
}
p.prodt-details-para.pd-p {
    margin-bottom: 10px;
}
section.products-section{
    padding: 60px 0;
}
h4.prodt-heading {
    text-align: center;
    margin-bottom: 30px;
}
.serviceCard {
    display: block;
    width: 100%;
    background: #000;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}
.serviceCard:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.71);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.9s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.serviceCard img {
    width: 100%;
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
}
.serviceCard .service-title {
    position: absolute;
    bottom: -26px;
    width: 100%;
    text-align: center;
    background: #36363bc9;
    padding: 10px 0 3px;
    transition: all 0.4s ease-in-out;
}
.serviceCard .service-title h3 {
    margin: 0;
    color: white;
    font-size: 16px;
    line-height: 20px;
}
.serviceCard .service-title a {
    display: block;
    color: #ff9f02;
    font-weight: 600;
    margin: 5px 0 0 0px;
    font-size: 15px;
    text-decoration: none;
}
.serviceCard:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.serviceCard:hover img{
    transform: scale(1.1);
}
.serviceCard:hover .service-title {
    bottom: 0;
}
.row.t-flex {
    display: flex;
    justify-content: center;
}
.footer .widget ul li a:hover{
    color: #ff9f02;
}
.footer .widget ul li a:hover i {
    color: #ff9f02;
}
.packaging-inner h3.heading-title {
    font-size: 26px;
}
p.pack-para {
    margin-bottom: 30px;
}
tbody, td, tfoot, th, thead, tr {
    border: 1px solid #ddd;
}
.service-p figure img {
    position: relative;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.service-p figure figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    max-height: 40px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.do_more-grid-title {
    color:#ff9f02;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}
.product-i__wr .owl-nav {
    position: absolute;
/*    top: -66px;*/
    top: 0;
    right: 0;
    width: 92px;
    display: unset;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    background: 0 0;
    color: #fff;
    border: none;
    padding: 0 !important;
    font: inherit;
    background: #ff9f02;
    width: 35px;
    height: 35px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev {
    margin-left: 0;
    margin-right: 0;
}
.gallery.events-p {
    justify-content: center;
}
.pq-insta-gallery-img img {
    width: 405px;
}
h4.prodt-heading.c-heading {
    margin-bottom: 20px;
    text-align: left;
}
p.p-inner-para {
    margin-bottom: 10px;
}
ul.p-list {
   padding: 0;
}
ul.p-list li {
    list-style: disc;
    color: #000;
    font-weight: 500;
    margin-left: 20px;
}
a.honey-b {
    color: #000;
    font-weight: 500;
}
a.honey-b:hover {
    color: #ff9f02;
}
a.cnt-b {
    color: #000;
    font-weight: 500;
    width: 140px;
}
a.cnt-b:hover {
    color: #ff9f02;
}
.row.t-flex.prodt-r {
    margin-top: 50px;
}
.row.n-flex {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.n-flex h3.heading-title {
    margin-top: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.nutrit-content p {
    margin-bottom: 0;
}
.nutrit-img img {
    border-radius: 5px;
    width: 100%;
}
ul.n-bullet {
    padding: 0;
    margin-bottom: 0;
}
.nutrit-content.n-m img {
    display: none;
}
p.j-para {
    margin-bottom: 10px;
}
.seeds {
    text-align: left;
}
.seeds h4 {
    margin-bottom: 10px;
}
ul.seeds-list {
    padding: 0;
    margin-bottom: 10px;
}
.seeds p {
    margin-bottom: 10px;
}
.seeds .gallery.events-p {
    margin-top: 30px;
}
.seeds .gallery.events-p .lower-content h3 {
    margin-top: 10px;
}
p.peanut-butter-para-b {
    margin-bottom: 50px;
}
.prodt-content.must-oil-heading h2 {
    color: #000;
    font-size: 30px;
}
span.m-spn {
    color: #ff9f02;
}
.prodt-content.must-oil-heading p.pack-para {
    text-align: center;
    margin-bottom: 30px;
}
.oil-item {
    margin-bottom: 20px;
}
.oil-item h4 {
    text-align: center;
    margin-bottom: 20px;
}
.oil-item p {
    margin-bottom: 10px;
}
.oil-item.mustard-h h4 {
    text-align: left;
}
.oil-item.mustard-h ul {
    padding-left: 18px;
    margin-bottom: 10px;
}
p.sesame-para {
    margin-bottom: 0;
}
h4.sesame-oil-h {
    margin-top: 10px;
    margin-bottom: 10px;
}
p.s-para {
    margin-bottom: 0;
}
.table-responsive.jam-table {
    width: 600px;
    text-align: center;
    margin: 30px auto 10px;
}
p.ja-para {
    text-align: center;
}
h4.enquire-heading {
    text-align: center;
    margin-bottom: 50px;
}
p.pack-para.organic-para {
    margin-bottom: 10px !important;
}
.oil-item.mustard-h ul li {
    list-style: disc;
}
.oil-item.mustard-h.sid-h {
    margin-bottom: 0;
}
h4.bulk-p {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center !important;
}
p.eucalyptus-honey-para {
    margin-bottom: 30px;
}
p.s-para.h-para {
    margin-bottom: 53px;
}
/*.packaging-inner .serviceCard img {
    width: 100%;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.packaging-inner .serviceCard .service-title {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    padding: 10px 0 3px;
    transition: all 0.4s ease-in-out;
}
.packaging-inner .serviceCard {
    display: block;
    width: 100%;
    background: transparent;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0;
}
.packaging-inner .serviceCard .service-title h3 {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 20px;
}*/