@import url("../fonts/amsipro/stylesheet.css");
@import url("../fonts/bree/stylesheet.css");

body,
html {
  width: 100%;
  overflow-x: hidden;
  background-color: #fef3e1;
}

.sm-title {
  font-size: 17px;
  text-transform: capitalize;
  padding-bottom: 7px;
}
.leader-title {
  font-size: 17px;
}
.bg-light-1 {
  background-color: #fef3e1 !important;
  height: auto;
}
.ml20 {
  margin-left: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt100 {
  margin-top: 60px;
}
.pt20 {
  padding-top: 20px;
}
.pt50 {
  padding-top: 50px;
}
.pt80 {
  padding-top: 80px;
}
.pt30 {
  padding-top: 30px;
}
.pt100 {
  padding-top: 100px;
}
.pb30 {
  padding-bottom: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mt60 {
  margin-top: 60px;
}
.mb30 {
  margin-bottom: 30px;
}
.c-light {
  color: #f9eedc;
}
.c-yellow {
  color: #faee0f;
}
.c-green {
  color: #0d753e;
}
.c-orange {
  color: #e17024 !important;
}
.bg-orange {
  background-color: #e17024;
}
.bg-green {
  background-color: #0c743c;
}
.bg-yellow {
  background-color: #f5e90f;
}
.align-center {
  text-align: center;
}

.plr5 {
  padding-right: 5%;
  padding-left: 5%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "breeregular";
}
p {
  font-family: "AmsiPro";
}
.font-bree {
  font-family: "breeregular";
}
.btn {
  font-size: 17px !important;
  font-weight: 300;
  font-family: "breelight";
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-style-1 {
  background-color: #faee0f;
  border-radius: 50px;
  padding: 7px 31px;
  text-transform: capitalize;
  color: #0d753e;
  font-size: 20px;
  font-weight: 600;
}
.btn-style-1:hover {
  background-color: #faee0f;
  color: #0d753e;
}

.link-style-2 {
  font-size: 20px;
  font-family: "breeregular";
  color: #e27023;
  display: inline-block;
  border-bottom: 3px solid #faee0f;
  text-transform: capitalize;
  text-decoration: none;
}
.link-style-3 {
  font-size: 19px;
  font-family: "breeregular";
  color: #faee0f;
  display: inline-block;
  border-bottom: 2px solid #faee0f;
  text-decoration: none;
  font-weight: 400;
}
.btn-style-4 {
  background-color: #0d753e;
  border-radius: 6px;
  text-transform: capitalize;
  color: #f1e4ca;
}
.btn-style-4:hover {
  background-color: #0d753e;
  color: #f1e4ca;
}
.link-style-5 {
  font-size: 20px;
  font-family: "breeregular";
  color: #faee0f;
  display: inline-block;
  border-bottom: 2px solid #faee0f;
  text-transform: capitalize;
  text-decoration: none;
}
.btn-style-6 {
  background-color: #e27023;
  border-radius: 5px;
  text-transform: capitalize;
  color: #f1e4ca;
  font-size: 16px;
  font-weight: 500;
}
.btn-style-6:active {
  background-color: #e27023;
  color: #f1e4ca;
}

.btn-style-6:hover {
  background-color: #e27023;
  color: #f1e4ca;
}
.btn-style-7 {
  background-color: #0d753e;
  text-transform: capitalize;
  color: #fdf3e1;
  font-size: 15px;
  font-family: "breeregular";
  height: 38px;
  padding-left: 23px;
  padding-right: 23px;
}

.btn-style-7:hover {
  background-color: #0d753e;
  color: #fdf3e1;
}
.btn-style-8 {
  background-color: #ffee00;
  text-transform: capitalize;
  color: #0d753e;
  font-size: 15px;
  font-family: "breeregular";
  height: 38px;
  padding-left: 23px;
  padding-right: 23px;
}
.btn-style-8:hover {
  background-color: #ffee00;
  color: #0d753e;
}
.more-product-button {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.nav-right {
  margin-left: auto;
}
.navbar-toggler {
  background-color: transparent !important;
}
.navbar-toggler img {
  width: 40px;
  margin-top: 1px;
  margin-right: 5px;
  position: relative;
  z-index: 2;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0 !important;
  box-shadow: none !important;
}
#collapsibleNavbar .nav-item a {
  color: #0d753e !important;
  font-family: "AmsiPro";
  font-size: 21px;
  margin-right: 40px;
  display: inline-block;
  border-bottom: 3px solid #faee0f00;
  padding-bottom: 0;
  transition-delay: 0.1s;
  padding: 0px;
}
#collapsibleNavbar .nav-item a:hover {
  border-bottom: 3px solid #f9ed0f;
  padding-bottom: 0;
  transition-delay: 0.1s;
}
#collapsibleNavbar .nav-item-btn a {
  border-bottom: 0px !important;
}
#collapsibleNavbar .nav-item-btn a:hover {
  border-bottom: unset !important;
}
.menu-active {
  border-bottom: 3px solid #f9ed0f;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.navbar-brand img {
  width: 230px;
}
.navbar {
  background-color: #fef3e1 !important;
  padding-top: 15px;
  padding-bottom: 20px;
}
.home-banner-cover {
  background-image: url("../images/home/home-banner-img.jpg");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  width: 100%;
}
/* .banner-head {
  padding-top: 80px;
  padding-bottom: 10px;
} */
.home-banner-cover .home-banner-inner h1 {
  font-size: 100px;
  font-family: "breeregular";
  font-weight: 600;
  line-height: 100px;
  margin-bottom: 21px;
}
#collapsibleNavbar .nav-item a {
  color: #0d753e !important;
  font-size: 16px;
  font-weight: 600;
  padding-top: 6px;
}
.next-day-delivery img {
  width: 190px;
  margin-top: 10px;
}
.next-day-delivery {
  padding-top: 70px !important;
}
.home-delivery-main {
  background-color: #fdf3e1;
}
.home-delivering-cover {
  background-color: #0d753e;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  top: -50px;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 10px;
}
.product-range {
  margin-top: 50px;
}
.product-single-box {
  height: 430px;
  padding: 20px;
  background-size: cover;
  border-radius: 5px;
}
.product-nuts {
  background-image: url(../images/products/product-bg-01.jpg);
}
.prodcut-dryfruit {
  background-image: url(../images/products/product-bg-02.jpg);
}
.product-spices {
  background-image: url(../images/products/product-bg-03.jpg);
}
.growth-cover-inner {
  padding: 10px 100px 10px 100px;
}
.growth-cover-inner .heading-cover h2 {
  font-size: 48px;
  line-height: 62px;
}
.head-underline {
  border-bottom: 2px solid #e27023;
}
.product-single-box {
  display: table;
  width: 100%;
}
.product-single-box .psbox-inner {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}
.product-single-box .psbox-inner h6 {
  font-size: 25px;
  margin-bottom: -5px;
}
.product-single-box .psbox-inner h4 {
  font-size: 50px;
  font-weight: 600;
}

.home-delivering-cover h2 {
  font-size: 55px;
}
.home-delivering-cover p {
  font-size: 17px;
  width: 95%;
  font-weight: 300;
  text-align: justify;
  word-spacing: 3px;
}
.dc-left-cont {
  width: 100%;
}
.dc-right-cont {
  width: 100%;
}

.home-delivering-cover .delivery-cont h2 {
  color: #faee0f;
  font-size: 35px;
  line-height: 35px;
  font-family: "breeregular";
  font-weight: 600;
}
.home-delivering-cover .delivery-cont p {
  color: #fff;
  font-size: 18px;
  padding-top: 30px;
  line-height: 31px;
  font-family: "AmsiPro";
}
.dsp-table {
  display: table;
}
.dsp-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.delivery-img img {
  max-width: 100%;
  /* margin-top: 40px; */
  transform: scale(1.1);
}
.growth-cont-cover p {
  font-size: 18px;
  width: 350px;
  font-weight: 300;
  padding-top: 0px;
}
.together-img {
  text-align: right;
}
.together-img img {
  max-width: 78%;
}
.home-together-cover {
  background-color: #fef3e1;
  padding: 80px;
}
.together-inner {
  background-color: #e27023 !important;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 5%;
  padding-left: 5%;
}
.home-together-cover h2 {
  color: #faee0f;
  font-size: 35px;
  line-height: 35px;
  font-family: "breeregular";
  font-weight: 600;
}
.home-together-cover p {
  color: #fff;
  font-size: 18px;
  padding-top: 30px;
  line-height: 31px;
  font-family: "AmsiPro";
}
.home-product-cover {
  background-color: #fef3e1;
  padding: 80px;
}
.home-product-inner {
  background-color: #f2e5c8;
  height: auto;
  padding-top: 70px;
  box-shadow: 5px 5px 10px #eae8e8;
  border-radius: 10px;
  padding-left: 5%;
  padding-right: 5%;
}
.home-product-cover .inner-heading span {
  color: #0d753e;
  font-family: "AmsiPro";
  font-size: 17px;
}
.home-product-cover .inner-heading h3 {
  font-size: 35px;
  line-height: 51px;
  font-family: "breeregular";
  font-weight: 600;
  color: #0d753e;
}
.together-grow-cover {
  margin-top: 100px;
  margin-bottom: 100px;
}
.together-grow-inner {
  background-image: url(../images/together-grow-main-bg.png);
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  display: table;
  width: 100%;
}
.tg-bottom-cover {
  display: table-cell;
  vertical-align: bottom;
}

.together-grow-bottom {
  background-image: url(../images/toghether-grow-green-bg.png);
  height: 250px;
  background-size: cover;
  background-position: top;
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  width: 50%;
  background-repeat: no-repeat;
}
.tgb-box h3 {
  font-size: 52px;
}
.tgb-box p {
  font-size: 18px;
  /* width: 90%; */
  width: 448px;
  margin-left: auto;
  margin-right: auto;
}
.delivery-grid-cover {
  padding-top: 0;
  padding-bottom: 70px;
}
.dgrid-single-box {
  background-color: #fff0d6;
  height: auto;
  height: 500px;
  border-radius: 10px;
  padding: 40px;
}
.dgrid-single-box .image-cover {
  text-align: center;
  min-height: 230px;
}
.dgrid-single-box .image-cover img {
  width: 100%;
  margin-bottom: 30px;
}

.bd-single-box h3 {
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 20px;
}
.bd-single-box p {
  font-size: 17px;
}
.d-grid-cover-inner .col-md-6 {
  padding: 0px 60px;
}
.dgrid-single-box .cont-cover p {
  font-size: 17px;
  font-family: "AmsiPro";
  font-weight: normal;
  font-weight: 300;
  width: 102%;
}
.better-deals-cover {
  padding-bottom: 100px;
}
.better-deals-inner {
  background-color: #f5e90f;
  height: auto;
  padding: 50px 50px 15px 50px;
  border-radius: 6px;
}
.about-cta-cover .better-deals-inner {
  padding: 0px 50px 15px 100px !important;
  background-color: #f5e90f;
  height: auto;
  border-radius: 6px;
  margin-bottom: 60px;
}
.quality-mob-v {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mob-product-quality-img img {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.quality-mob-v-inner h5 {
  font-size: 30px;
}
.quality-mob-v-inner p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.product-better-deals-inner {
  background-color: #f5e90f;
  height: auto;
  padding: 50px 50px 15px 50px;
  border-radius: 6px;
}

/* Home product */

.single-product-box {
  background-color: #e27023;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  padding-bottom: 40px;
}
.product-img img {
  margin-top: -138px;
}
.product-img-1 {
  max-width: 257px;
}
.product-img-2 {
  max-width: 257px;
}
.product-img-3 {
  max-width: 257px;
}

.product-inner-cover {
  margin-top: 150px;
}
.single-product-box .product-details h6 {
  color: #fdf3e1;
  font-size: 26px;
  font-family: "breeregular";
  padding-top: 22px;
  padding-bottom: 30px;
}
.single-product-box .product-details p {
  color: #fdf3e1;
  font-size: 19px;
  font-family: "AmsiPro";
  padding: 0px 15px 27px 15px;
}

/* End home product */
.home-cta-cover {
  background-color: #0d753e;
  padding-top: 100px;
}
.home-cta-cover .cta-left-box h3 {
  color: #fef3e1;
  font-size: 50px;
  font-family: "breeregular";
  padding-top: 40px;
  padding-bottom: 20px;
}
.h-footer {
  background-color: #0d753e;
  margin-bottom: 0px;
  padding-top: 50px;
}
.f-content-box .f-logo {
  width: 202px;
}
.f-content-box h6 {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 14px;
  color: #f1e4ca;
  font-family: "breeregular";
}
.f-content-box p {
  font-size: 17px;
  padding-bottom: 14px;
  color: #f1e4ca;
  font-family: "AmsiPro";
  line-height: 30px;
}
.socialmedia-links {
  /* text-align: right; */
  padding-top: 10px;
}
.socialmedia-links ul li {
  display: inline-block;
  padding-right: 10px;
}
.socialmedia-links img {
  width: 40px;
}
.f-content-box ul {
  margin-left: 0px;
  padding-left: 0px;
}
.f-content-box ul li {
  list-style-type: none;
}
.f-content-box a {
  color: #f1e4ca;
  font-size: 18px;
  text-decoration: none;
}
.sp-text-1 {
  padding-top: 20px;
  color: #f1e4ca;
  font-size: 18px;
}
.f-sitemap {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.f-sitemap ul li {
  display: inline-block;
}
.f-sitemap ul li a {
  color: #f1e4ca;
  text-decoration: none;
  font-size: 18px;
  padding: 15px;
}
.f-copy-right {
  text-align: center;
  border-top: 1px solid #fef3e1;

  padding-top: 12px;
  padding-bottom: 10px;
}
.f-copy-right p {
  color: #f1e4ca;
  font-size: 16px;
}

.delivery-van-img {
  width: 400px;
}
.inner-fd-van .van-cover {
  margin-top: -100px;
  padding-right: 1%;
}
.align-right {
  text-align: right !important;
}
.delivery-badge-img {
  width: 130px;
  text-align: center;
  margin-top: -65px;
  margin-left: 46px;
}

/* About us page */
.about-banner-cover {
  background-image: url("../images/about/about-banner-bg.png");
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.establisment-img img {
  width: 90%;
}
.decade-market-box {
  background-color: #0d753e;
  height: auto;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
  top: -50px;
  padding-left: 70px;
  padding-right: 70px;
  border-radius: 8px;
}
.banner-head h1 {
  font-size: 100px;
  color: #f1e4c7;
  font-family: "breeregular";
  font-weight: 600;
  line-height: 97px;
}
.decade-market-cover {
  padding-left: 80px;
  padding-right: 80px;
}

.decade-market-box h3 {
  color: #ffee00;
  font-size: 45px;
  /* font-weight: 600; */
  font-weight: 300;
  line-height: 45px;
}
.decade-market-box p {
  color: #fef3e1;
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 30px;
  width: 90%;
}
.partenig-cover {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
}
.partenig-cover .container {
  padding: 0px;
}
.partening-box {
  border-radius: 10px;
  min-height: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
}
.partening-box .content-img-box {
  text-align: left !important;
}
.partening-box .content-box h3 {
  font-size: 50px;
  color: #0d753e;
  padding-bottom: 15px;
  line-height: 51px;
}
.partening-box .content-box P {
  color: #0d753e;
  padding-bottom: 30px;
  font-size: 16px;
  width: 436px;
}
.content-img-box {
  text-align: right;
}
.content-img-box img {
  width: 85%;
}
.distributor-cover {
  background-color: #e27023;
  padding-top: 80px;
}

.distributor-cover .content-img img {
  width: 85%;
}
/* .distributor-cover .content-img {
  background-image: url(../images/distributor-img.png);
  background-position: bottom;
  background-size: cover;
  height: 300px;
} */
.distributor-cover .content-box h3 {
  font-size: 50px;
  padding-bottom: 6px;
  line-height: 52px;
}
.distributor-cover .content-box p {
  font-size: 16px;
  color: #f1e4ca;
  width: 70%;
  padding-bottom: 30px;
}
.leader-cover {
  background-color: #fef3e1;
  padding-top: 100px;
  padding-bottom: 100px;
}
.leader-cont h3 {
  font-size: 50px;
}
.leader-cont p {
  font-size: 18px;
  width: 90%;
}
.leader-img img {
  width: 80%;
}
.leader-name {
  font-size: 33px;
  padding-top: 22px;
  color: #e17024;
}
.about-footer {
  background-color: #fef3e1;
  margin-bottom: 0px;
}

.about-footer .f-content-box h6 {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 14px;
  color: #0b743a;
  font-family: "breeregular";
}
.about-footer .f-content-box p {
  font-size: 17px;
  padding-bottom: 14px;
  color: #0b743a;
  font-family: "AmsiPro";
  line-height: 23px;
}
.about-footer .f-content-box a {
  color: #0b743a;
  font-size: 18px;
  text-decoration: none;
}
.about-footer.sp-text-1 {
  padding-top: 20px;
  color: #0b743a;
  font-size: 18px;
}
.about-footer .f-sitemap ul li a {
  color: #0b743a;
  text-decoration: none;
  font-size: 18px;
  padding: 15px;
}
.about-footer .f-copy-right {
  text-align: center;
  padding-bottom: 20px;
}
.about-footer .f-copy-right p {
  color: #0b743a;
  font-size: 18px;
  padding: 10px;
}
.about-footer .sp-text-1 {
  padding-top: 20px;
  color: #0b743a;
  font-size: 18px;
}
.abt-product-cover {
  background-color: #e27023;
  padding-top: 100px;
  padding-bottom: 100px;
}
.abt-product-cover .sec-heading h4 {
  font-size: 45px;
  text-align: center;
}
.abt-product-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
.owl-carousel .item {
  margin: 20px;
}
.product-slide-box {
  min-height: 300px;
  border: 1px solid #fef3e1;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}
.product-slide-box .title h6 {
  font-size: 20px;
  color: #fef3e1;
}
.product-slide-box .title h5 {
  font-size: 25px;
  color: #fef3e1;
  padding-bottom: 20px;
}
.product-slide-box .sale-count p {
  color: #faee0f;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
}
.product-slide-box img {
  height: 150px;
}
.contact-form-cover {
  height: auto;
  background-color: #f5ead8;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-form-inner {
  border-radius: 10px;
}
.contact-left {
  background-image: url(../images/contact/contact-bg.jpg);
  height: auto;
  padding: 0px;
  overflow: hidden;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: table;
}
.contact-left .left-cont {
  vertical-align: bottom;
  text-align: right;
  padding-right: 30px;
  padding-bottom: 30px;
  display: table-cell;
}
.contact-left .left-cont h6 {
  font-weight: 400 !important;
  font-size: 19px;
  color: #fdf3e1;
  font-family: "breelight";
}
.contact-left .left-cont h3 {
  font-size: 67px;
  line-height: 64px;
}
.contact-left .left-cont h4 {
  font-size: 40px;
  color: #f5ead8;
}
.contact-right {
  background-color: #eee1c4;
  padding-top: 54px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.form-cover .title h5 {
  font-size: 30px;
  padding-bottom: 20px;
  color: #0d753e;
}
.form-control {
  margin-bottom: 15px;
  background-color: #f5ead8;
  color: #0d753e !important;
  font-size: 15px;
  padding: 10px;
  border: none !important;
}
.form-control:focus {
  color: unset;
  background-color: #f5ead8;
  border-color: unset;
  border: 0px;
  outline: none;
  box-shadow: none;
}
.c-image-cover img {
  position: absolute;
  bottom: 0px;
}
.f-bt-cover {
  padding-top: 20px;
  padding-bottom: 30px;
}
.form-message p {
  color: #0d753e;
  font-size: 22px;
  font-weight: 400;
  font-family: "breelight";
  padding-top: 31px;
  padding-left: 8px;
}
.c-text-area {
  height: 150px;
}
.offerings-banner {
  background-image: url(../images/products/product-banner-bg-2.jpg);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
}
.offering-b-cont {
  padding-top: 40px;
}
.offering-b-cont h4 {
  font-size: 50px !important;
  line-height: 56px;
  color: #0d753e;
}
.offering-b-cont p {
  font-size: 19px;
  color: #dd7023;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 30px;
}
.product-category-cover {
  background-color: #f1e4c7;
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-category-cover .title h5 {
  font-size: 50px;
  color: #0d753e;
}
.spciel-card-1 h6 {
  padding-top: 23px;
}
.catg-card-1 {
  height: auto;
  padding: 30px 10px 20px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.catg-no-mergin {
  margin-bottom: 0px;
}
.catg-card-1 .card-cont {
  padding: 0px 10px 0px 10px;
  margin-top: 0px;
}
.catg-card-1 .c-margin-1 img {
  margin-top: -25px !important;
}
.catg-card-1 .c-margin-2 img {
  margin-top: -25px;
}
.catg-card-2 {
  height: auto;
  padding: 21px 10px 21px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 470px;
}
.catg-card-2 .card-cont {
  padding: 10px 10px 10px 10px;
}
.catg-card-2 .badge-cover {
  text-align: right;
}
.catg-card-2 .badge-cover img {
  width: 80px;
  margin-top: -30px;
  margin-right: 15px;
}
.catg-card-3 {
  height: auto;
  padding: 21px 10px 21px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  /* height: 470px; */
}
.catg-card-3 .card-cont {
  padding: 10px 10px 10px 10px;
}
.catg-card-3 .badge-cover {
  text-align: right;
}
.catg-card-3 .badge-cover img {
  width: 80px;
  margin-top: -30px;
  margin-right: 15px;
}
.offr-img .roasted {
  transform: scale(1.1);
  margin-top: 40px;
}
.mt-6 {
  margin-top: 3px;
}
.mt-50 {
  margin-top: -50px;
}
.catg-card-2 .card-cont p {
  width: 100%;
}

.ctg-card-cover .card-cont h6 {
  font-size: 31px;
  font-family: "breelight";
  margin-bottom: -8px;
  padding-left: 3px;
}
.ctg-card-cover .card-cont p {
  font-size: 11px !important;
  padding-top: 5px;
}
.quality-speak-cover {
  background-image: url(../images/products/product-quality-bg-2.jpg);
  height: 100vh;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
}
.quality-speak-cover h5 {
  font-size: 50px;
  line-height: 54px;
  padding-bottom: 30px;
  padding-top: 50px;
}

.dist-img-main {
  display: table;
}
.dist-img-main .content-img {
  display: table-cell;
  vertical-align: bottom;
}
.distributor-cover .content-box {
  padding-bottom: 100px;
}
.hide-mob {
  display: block;
}
.hide-desk {
  display: none;
}
.growth-cover-inner .btn-cover {
  padding-top: 65px;
}
.product-better-deal {
  padding-top: 100px;
}
.ctg-card-cover .card-cont h4 {
  font-size: 55px;
  font-weight: 600;
  /* padding-top: 10px; */
}
.card-p-nuts .c-row {
  display: grid;
  grid-template-columns: auto auto auto auto;
}
.card-p-nuts .c-row .col-1 {
  width: 30%;
}
.card-p-nuts .c-row .col-2 {
  width: 168px;
  margin-left: 26px;
}

@media screen and (max-width: 1300px) {
  .decade-market-box p {
    width: 400px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-delivering-cover h2 {
    font-size: 44px;
  }
  .home-delivering-cover {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .product-single-box {
    height: 380px;
  }
  .product-single-box .psbox-inner h4 {
    font-size: 39px;
  }
  .product-single-box .psbox-inner h6 {
    font-size: 20px;
  }
  .tgb-box p {
    font-size: 17px;
  }
  .growth-cont-cover p {
    font-size: 17px;
    width: 90%;
    font-weight: 300;
  }
  .growth-cover-inner .heading-cover h2 {
    font-size: 40px;
    line-height: 53px;
  }
  .socialmedia-links {
    padding-top: 17px;
  }
}
@media only screen and (max-width: 768px) {
  /* .ctg-card-cover .card-cont h4{
    font-size: 30px;
  } */
}
/* Mobile version */
@media only screen and (max-width: 560px) {
  .about-cta-cover .better-deals-inner {
    padding: 20px 50px 20px 50px !important;
  }
  .catg-card-2 {
    height: auto;
  }
  .catg-no-mergin {
    margin-bottom: 20px;
  }
  .quality-mob-v-inner p {
    width: 300px;
    font-size: 13px;
  }
  .tgb-box p {
    width: 300px;
  }
  .together-grow-bottom {
    height: 300px;
  }
  .contact-left {
    background-image: url(../images/contact/mob-contact-bg.jpg);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-position: center;
  }
  .contact-left .left-cont h3 {
    font-size: 50px;
    line-height: 46px;
  }
  .ctg-card-cover .card-cont h4 {
    font-size: 55px;
  }
  .ctg-card-cover {
    padding-top: 30px;
  }
  .hide-mob {
    display: none;
  }
  .hide-desk {
    display: block;
  }
  .delivery-img img {
    max-width: 100%;
  }
  .home-delivering-cover .delivery-cont h2 {
    padding-top: 30px;
  }
  .home-together-cover {
    padding: 0px;
  }
  .home-product-cover {
    padding: 0px;
  }
  .together-img img {
    margin-top: 30px;
    max-width: 100%;
  }
  .single-product-box {
    margin-bottom: 120px;
  }
  .f-sitemap ul {
    text-align: center;
    padding-left: 0;
  }
  .decade-market-cover {
    background-color: #f1e4c7;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .decade-market-cover P {
    padding-top: 22px;
    padding-left: 5px;
    padding-right: 0;
  }
  .decade-market-box h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
  }
  .decade-market-box p {
    font-size: 13px;
    width: 86%;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
  }
  .partenig-cover {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .partening-box {
    border-radius: 0px;
  }
  .partening-box .content-box h3 {
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 35px;
  }
  .partening-box .content-img-box {
    text-align: center !important;
  }
  .content-img-box img {
    width: 80%;
    margin-top: 10px;
  }

  .distributor-cover .content-box h3 {
    padding-bottom: 0px;
    font-size: 30px;
    line-height: 35px;
  }
  .distributor-cover {
    padding-top: 40px;
  }
  .distributor-cover .content-box p {
    font-size: 14px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .f-sitemap ul li a {
    padding: 10px;
  }

  .contact-left {
    height: 300px;
  }
  .delivery-badge-img {
    width: 87px;
    text-align: center;
    margin-top: -36px;
    margin-left: 42px;
  }
  .inner-fd-van .van-cover {
    margin-top: -40px;
    padding-right: 1%;
    margin-bottom: 36px;
  }
  .home-delivering-cover {
    padding-left: 20px;
    padding-right: 20px;
  }
  .growth-cover-inner {
    padding: 10px 20px 10px 20px;
  }
  .product-single-box {
    margin-bottom: 50px;
  }
  .dgrid-single-box {
    padding: 20px;
  }
  .home-delivering-cover {
    text-align: center;
  }
  .growth-cover-inner .heading-cover h2 {
    font-size: 39px;
    line-height: 51px;
    text-align: center;
  }
  .together-grow-bottom {
    text-align: center;
    height: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .together-grow-inner {
    height: 800px;
    background-size: cover;
    background-position: center center;
  }
  .tgb-box h3 {
    font-size: 30px;
  }
  .tgb-box p {
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
  }
  .dgrid-single-box p {
    text-align: center;
  }
  .better-deals-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-form-cover {
    padding-top: 0px;
  }
  .form-cover .title h5 {
    text-align: center;
  }
  .contact-form-cover {
    padding-bottom: 0px;
  }
  #collapsibleNavbar .nav-item a {
    padding-top: 21px;
  }
  .better-deals-inner {
    text-align: center;
  }
  .h-footer {
    text-align: center;
  }
  .navbar-brand img {
    width: 150px;
  }
  .bd-single-box h3 {
    font-size: 30px;
  }
  .home-delivering-cover h2 {
    font-size: 29px;
    padding-bottom: 20px;
  }
  .home-delivering-cover {
    padding-bottom: 50px;
    padding-top: 50px;
    border-radius: 6px;
    margin-left: 23px;
    margin-right: 23px;
  }
  .decade-market-box {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .partening-box .content-box {
    text-align: center;
    padding-top: 40px;
  }
  .partening-box {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .distributor-cover .content-img img {
    width: 85%;
  }
  .distributor-cover {
    text-align: center;
  }
  .distributor-cover .content-box p {
    width: 90%;
  }
  .content-img-box {
    text-align: center;
  }
  .content-img-box img {
    text-align: 80%;
  }
  .banner-head {
    padding-top: 0;
    margin-top: -147px;
    padding-left: 23px;
  }
  .banner-explore {
    padding-left: 23px;
  }
  .dgrid-single-box {
    background-color: #f2e8d0;
    height: auto;
    min-height: auto;
    border-radius: 4px;
    padding: 40px;
  }
  .banner-head h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .about-banner-cover {
    min-height: 400px;
    background-size: cover;
    background-position: center right;
    width: 100%;
  }
  .home-banner-cover {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    width: 100%;
    background-image: url(../images/home/mob-banner-img.png);
  }
  .btn {
    font-size: 17px !important;
    font-weight: 300;
    font-family: "breelight";
    font-style: normal;
    padding-left: 13px;
    padding-right: 13px;
  }
  .delivery-img img {
    margin-top: 0px;
    transform: scale(1);
  }
  .home-banner-cover .home-banner-inner h1 {
    font-size: 40px;
    line-height: 41px;
  }
  .distributor-cover .content-box {
    padding-bottom: 30px;
  }
  .offerings-banner {
    height: 400px;
  }
  .product-category-cover .title h5 {
    text-align: center;
    font-size: 30px;
  }
  .form-message p {
    text-align: center;
    font-size: 15px;
  }
  .btn {
    font-size: 13px !important;
  }
  .home-delivering-cover p {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .btn-style-7 {
    background-color: #0d753e;
    text-transform: capitalize;
    color: #fdf3e1;
    font-size: 15px;
    font-family: "breeregular";
    height: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  /* 07 Dec 23 */
  .mob-call-cover {
    position: absolute;
    right: 100px;
    top: 24px;
  }
  .f-copy-right p {
    font-size: 10px;
  }
  .dgrid-single-box .image-cover img {
    width: 95%;
    margin-bottom: 15px;
  }
  .dgrid-single-box .cont-cover p {
    font-size: 15px;
  }
  .dgrid-single-box .image-cover {
    min-height: unset;
  }
  .growth-cover-inner {
    padding: 10px 45px;
  }
  .together-grow-cover {
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .together-grow-inner {
    background-image: url(../images/home/mob-together-grow-inner.jpg);
  }
  .together-grow-cover {
    margin-bottom: 0px;
  }
  .delivery-grid-cover {
    padding-top: 0;
    padding-bottom: 18px;
  }
  .product-single-box {
    height: 363px;
    padding: 13px;
    background-size: cover;
    border-radius: 10px;
  }
  .growth-cover-inner .heading-cover h2 {
    font-size: 34px;
    line-height: 45px;
    text-align: center;
  }
  .home-delivering-cover h2 {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .home-delivering-cover p {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }
  .together-grow-inner {
    height: 630px;
    background-size: cover;
    background-position: center center;
  }

  .d-grid-cover-inner .col-md-6 {
    padding: 0px 31px 30px;
  }
  .bd-single-box p {
    font-size: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .better-deals-cover {
    padding-bottom: 50px;
  }
  #collapsibleNavbar .nav-item a {
    margin-right: 0px;
  }
  .growth-cover-inner .btn-cover {
    padding-top: 10px;
  }
  .about-banner-cover {
    background-image: url("../images/about/mob-about-main-banner.jpg");
    min-height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;
  }
  .establisment-img img {
    width: 100%;
  }
  .decade-market-box {
    margin-left: 18px;
    margin-right: 18px;
    padding-bottom: 0px;
  }
  .decade-market-cover {
    background-color: #fef3e1;
  }
  .partening-box .content-box P {
    font-size: 13px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-style-6 {
    padding-right: 27px !important;
    padding-left: 27px !important;
  }
  .offerings-banner {
    background-image: url(../images/products/mob-product-banner.jpg);
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
  }
  .product-category-cover {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .catg-card-2 .card-cont {
    text-align: center;
  }
  .catg-card-2 .card-cont {
    padding: 3px 10px 10px 10px;
  }
  .catg-card-2 {
    padding: 10px 10px 10px 10px;
  }
  .product-better-deal {
    padding-top: 30px;
  }
  .quality-mob-v {
    padding-bottom: 10px;
  }
  .f-sitemap ul li a {
    font-size: 14px;
  }
  .form-btn-cover {
    text-align: center;
  }
  .contact-right {
    padding-bottom: 50px;
  }
  .f-content-box p {
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px;
  }
  .f-content-box h6 {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 0;
    color: #f1e4ca;
    font-family: "breeregular";
    margin-bottom: 0px;
  }
  .f-content-box a {
    font-size: 14px;
  }
  .btn-style-8 {
    background-color: #ffee00;
    text-transform: capitalize;
    color: #0d753e;
    font-size: 17px !important;
    font-family: "breeregular";
    height: 38px;
    padding-left: 39px !important;
    padding-right: 40px !important;
    font-weight: 400 !important;
    margin-top: 20px;
  }
  .offerings-banner .banner-head h1 {
    padding-top: 30px;
  }
  .f-sitemap {
    padding-top: 5px;
    padding-bottom: 30px;
    text-align: center;
  }
  .product-range-mob-cont p {
    font-size: 13px;
  }
}
@media screen and (min-device-width: 370px) and (max-device-width: 393px) {
  .tgb-box p {
    width: 298px;
  }
  .dgrid-single-box .cont-cover p {
    font-size: 13px;
  }
  .dgrid-single-box {
    padding: 31px;
  }
  .dgrid-single-box .cont-cover p {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  .product-range-mob-cont p {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 370px) {
  .home-delivering-cover h2 {
    font-size: 19px;
  }
  .home-delivering-cover p {
    width: 97%;
  }
  .dgrid-single-box .cont-cover p {
    width: 100%;
    font-size: 14px !important;
  }
  .dgrid-single-box {
    padding: 18px;
  }
  .bd-single-box h3 {
    font-size: 25px;
  }
  .decade-market-box h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 31px;
  }
  .decade-market-box p {
    width: 102%;
  }
  .bd-single-box p {
    font-size: 14px;
  }
  .f-copy-right p {
    font-size: 9px;
  }
}

@media screen and (min-width: 1200px) {
  .decade-market-box p {
    width: 405px;
  }
  .distributor-cover .content-box p {
    width: 67%;
  }
  .partening-box .content-box P {
    width: 350px;
  }
  .catg-card-2 {
    height: auto;
  }
  .spciel-card-1 h6 {
    padding-top: 0px;
  }
}
