/* custom primary color */
.cbh-primary-color {
  background-color: #b2967d;
}
/* header section */

.header {
  background-color: #b2967d !important;
}
.header-phone {
  text-decoration: none;
  font-weight: bold;
}
.top-bar-right {
  margin-top: -5px;
}
.top-bar-right.pull-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-bar-right.pull-right ul li {
  display: inline-block;
  margin-right: 10px;
}

.top-bar-right.pull-right ul li:last-child {
  margin-right: 0;
}

.top-bar-right.pull-right ul li a.btn {
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 5px;
}

.top-bar-right.pull-right ul li a.btn.header-button-1 {
  background-color: #b2967d;
  color: white;
  border: 1px solid white;
  border-radius: 12px;
}

.top-bar-right.pull-right ul li a.btn.header-button-2 {
  background-color: white;
  color: #906a54;
  border: none;
  border-radius: 12px;
}
.home-go-green {
  color: #babb6e !important;
}

/* End header section */

/*home banner*/
.homebanner-text {
  margin-top: 122.22px;
}
.homebanner-text .homebanner-heading {
  font-size: 40px;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 47px;
}
.homebanner-text .homebanner-para {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  color: #1c1c1c;
  margin-top: 20px;
}
.homebanner-text .home-banner-buttons {
  margin-top: 38.39px;
}
/* .home-banner-buttons .slider_button {
    pointer-events: none;
} */

.section-2 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-2 > img {
  margin-left: 150px;
  height: 455.27px;
}
.section-2 .social-icons-list {
  margin-top: 90.22px;
  margin-left: 55.65px;
  margin-right: 96px;
}
.social-icons-list i {
  color: #b2967d;
  height: 25px;
}
.slider_button {
  border: none;
}
.slider_button-2 {
  border-color: #b2967d;
  color: #b2967d;
}
.brands-section .brands-div1 .vertical-line {
  content: "";
  border-left: 1px solid black;
  height: 21.09px;
  margin: 0px 10px 0px 10px;
  width: 1.17px;
}
.brands-section .brands-div1 {
  display: flex;
  align-items: center;
}
.brands-section > div > h2 {
  font-size: 13px;
  margin-top: 11px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #1c1c1c;
}
.biggest-brand-logos {
  margin-top: 19px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .homebanner-text {
    margin-top: 40.22px;
  }
  .homebanner-text .homebanner-heading {
    font-size: 33px;
    line-height: 39px;
  }
  .homebanner-text .homebanner-para {
    font-size: 14px;
    line-height: 21px;
  }
  .section-2 {
    display: none;
    /* margin: 10px 0px 0px 0px;
        text-align: center; */
  }
  .homebanner-text {
    text-align: center;
  }
  .home-banner-buttons {
    margin-top: 30px !important;
  }
  .section-2 > img {
    /* margin-left: 12px;
        width: 59%;
        height: auto; */
  }
  .section-2 .social-icons-list {
    /* margin-top: 72.22px;
        margin-left: 10px;
        margin-right: 10px; */
  }
  .brands-section .vertical-line {
    content: "";
    border-left: 1px solid black;
    height: auto;
    margin: 0px 10px 0px 10px;
    width: 1.17px;
  }
}
/* end home banner */

/* Products Section */
.products-section {
  background-color: #f7f2ed;
  margin: 0;
  padding: 0;
}
.products-section-container {
  margin-top: 56.25px;
  margin-bottom: 56.25px;
}
.products-sections .col-md-6 h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #1c1c1c;
  line-height: 40px;
}
.product-para {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.6px;
  color: #1c1c1c;
  text-align: justify;
}
.products-section-container .products-part .product-div {
  display: flex;
  justify-content: center;
}

.homepage-product-image img {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 16px;
  width: 290px;
  height: 320px;
}
.section-product-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 44px;
  color: #1c1c1c;
  letter-spacing: -1.1px;
}
.section-meta-tag {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  margin-top: -10px;
  margin-bottom: 40px;
}
.product-section-info {
  margin-top: 51.15px;
  margin-bottom: 76.22px;
}
.product-section-info p {
  color: #1c1c1c;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.5px;
  margin: 30.15px 20px 0px 0px;
  text-align: justify;
}
.view-all-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-all-image-div {
  position: relative;
}
.view-all-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}

@media (max-width: 768px) {
  .view-all-image {
    margin-bottom: 20px;
  }
}
/* End Product Section */

/* Contact Section */
.contact-us-top img {
  color: #1c1c1c;
}
.contact-us-top span {
  font-size: 20px;
  letter-spacing: -0.5px;
}
.home-contact-form {
  background-color: #fafafa;
  padding: 46.45px;
  border-radius: 16px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 60px;
}
.home-contact-form-section .form-group label {
  color: #1c1c1c;
  font-size: 13px !important;
  line-height: 20px;
  letter-spacing: 0;
}
.home-contact-form-section .form-group input {
  padding: 10px 6px;
  width: 100%;
}
.home-contact-form-section .form-group input::placeholder {
  color: #1c1c1c !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.home-contact-form-section .form-group textarea::placeholder {
  color: #1c1c1c !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.home-contact-button {
  align-self: flex-end;
}

.home-contact-button button {
  border: none;
  border-radius: 8px;
  background: #b2967d;
  color: #fafafa;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 9px 20px;
}

/* End Conatct Section */

/* Brilliant Services */

.brilliant-services-heading {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #1c1c1c;
  margin-top: -20px;
}
.brillant-services-para {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.5px;
  color: #1c1c1c;
  margin-top: -20px;
  text-align: justify;
}
.services-icons {
  margin-top: 61px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-icons > img {
  height: 106.67px;
  width: 137px;
  margin-top: 12px;
  margin-right: 40px;
}
.services-icons div p {
  margin-top: 12px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.48px;
}
.services-icons div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .brilliant-services-heading {
    text-align: center;
  }
  .brillant-services-para {
    margin-top: 20px;
    text-align: center;
  }
  .home-contact-form-section .form-group input::placeholder {
    font-size: 11px;
  }
  .home-contact-form-section .form-group textarea::placeholder {
    font-size: 11px;
  }
  .services-icons div p {
    text-align: center;
  }
  .services-icons div img {
    margin-top: 10px;
  }
}
/* End Brilliant Services */

/* Home Green section */

.home-green-section {
  background-color: #babb6e;
  margin: 75px 0px 80px 0px;
}
.home-green-section .container .row .hg-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-green-section .container .row .hg-text .home-green-content {
  display: flex;
  flex-direction: column;
}
.home-green-content p {
  font-size: 38px;
  line-height: 44px;
  color: #fafafa;
  letter-spacing: -0.5px;
}
.home-green-content .eco-friendly-logos {
  margin-top: 46.09px;
}

.home-green-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 34px;
  border-radius: 12px;
  background: #fafafa;
  text-decoration: none;
  border: none;
  cursor: pointer;
  color: #b7b86d;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.home-green-btn img {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .home-green-image {
    margin-top: 30px;
  }
  .home-green-content p {
    font-size: 25px;
    line-height: 30px;
    color: #fafafa;
  }
}
/* End Home Green Section */

/* Reviews Section */
.reviews-section {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  margin-top: 100.09px;
}
.review-section-1 .review-section-heading {
  font-size: 40px;
  line-height: 38px;
  margin-bottom: 23px;
  color: #1c1c1c;
  margin-top: 30px;
}
.review-section-heading span {
  font-weight: 700;
}
.review-section-1 p {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.5px;
  color: #1c1c1c;
  margin-bottom: 33px;
}

.reviewer-name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 26.5px;
}
.review-slider-content p {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.5px;
  margin-top: 90.79px;
  color: #1c1c1c;
}

.slider-container {
  position: relative;
}

.custom-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  margin-top: 43.88px;
}
.custom-prev,
.custom-next {
  cursor: pointer;
  margin-top: 43.88px;
}
.custom-next {
  margin-left: 40.55px;
}
@media (max-width: 768px) {
  .review-section-1 .review-section-heading {
    margin-top: 0px;
  }
  .custom-arrows {
    margin-top: 20px;
  }
  .google-trust-section {
    display: flex;
    margin: 0px 10px;
    align-items: center;
    justify-content: center;
  }
  .google-trust-section img {
    width: 200px;
  }
  .reviewer-name {
    margin-top: 16.5px;
  }
  .review-slider-content p {
    margin-top: 25.79px;
  }
}
/* Industries Section */
.industries-content-section .col-md-6 h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.industries-content-section .col-md-6 p {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.6px;
  font-weight: 400;
  text-align: justify;
}
.industry-name-section {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  bottom: 0;
  left: 0;
  padding: 0px 40px 35px 40px;
  color: white;
  width: 100%;
  max-width: fit-content;
}

.position-relative:hover .industry-name-section,
.position-relative:active .industry-name-section,
.position-relative:focus .industry-name-section {
  display: inline-flex;
  flex-direction: column;
  opacity: 1;
}
.industry-name-section h3 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.industry-name-section p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.industry-pack {
  position: relative;
  overflow: hidden;
}
.industry-pack:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  opacity: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  transition: opacity 0.5s ease-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1c1c1c 100%);
  border-radius: 28px;
}

.industry-pack:hover:before,
.industry-pack:active:before,
.industry-pack:focus:before {
  height: 100%;
  opacity: 1;
}
.industry-container .ind-sec-row {
  margin-top: 32px;
}
.industry-container .ind-row-1,
.industry-container .ind-row-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.industry-container .ind-row-2 .row-2-sec-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.industry-container .ind-row-2 .row-2-sec-2 .row-2-sec-2-div-1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .industries-content-section {
    padding: 10px 16px;
  }
  .industry-img-section {
    display: flex;
    flex-direction: column;
  }
  .ind-row-1 {
    order: 2;
  }
  .ind-row-2 {
    order: 1;
  }
  .industry-img-mar {
    margin-top: 16px;
  }
  .industry-img-pad {
    margin: 8px 16px;
  }
  .industry-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .industry-container .ind-sec-row {
    margin-top: 0px;
  }
  .industries-mainheading {
    font-size: 28px;
    line-height: 32px;
  }
  .industries-para {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .industry-name-section {
    padding: 0px 20px 30px 20px;
  }
  .industry-name-section h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 19px;
  }

  .industry-name-section p {
    color: #fff;
    font-size: 12px;
    line-height: 11px;
    text-align: left;
  }
  .on-mob-lh-11 {
    line-height: 11px !important;
  }
  .on-mob-lh-15 {
    line-height: 15px !important;
  }
  .get-started-btn {
    margin-top: 8px;
  }
  .need-help-section {
    padding: 0px 15px;
  }
  .need-help-container {
    padding: 40px 30px !important;
    margin-bottom: 28px;
  }
}
.industry-container {
  padding: 0;
}
@media (min-width: 1399px) {
  .industry-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* End Industries */

/* WHY CBH */
.whyCBH-heading {
  color: #1c1c1c;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 54px;
}

.why-cbh-card {
  border-radius: 16px;
  background: #fafafa;
  padding: 36px;
  height: 370px;
}
.why-cbh-card .card-body h5 {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: -0.48px;
}
.why-cbh-card .card-body p {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.5px;
}
/* End WHY CBH */

/* FAQs */
.faq_heading h2 {
  color: #1c1c1c;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
.accordian-faq {
  border-radius: 16px;
  background-color: #f7f2ed;
  margin-bottom: 32.3px;
}
.accrodion-title h3 {
  color: #1c1c1c;
  font-size: 54px;
  line-height: 27px;
  letter-spacing: -0.72px;
}
.accordion-item-faq {
  border-radius: 16px;
  background: #f7f2ed;
  padding: 28px 20px 28px 37px;
  margin-bottom: 32px;
}
.accordion-item-faq .accordion-header h3 {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: -0.72px;
  position: relative;
  padding-right: 40px;
  font-size: 24px;
  font-style: normal;
}

.accordion-item-faq .accordion-header h3:before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 53%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0px 20px;
}
.accordion-item-faq .accordion-header.active h3 button :before {
  content: "\f068";
}
.accordion-item-faq .accordion-body p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.5px;
}
/* end FAQs */
/* Need Help Section */
.need-help-section {
  padding-top: 50px !important;
}
.need-help-sec-1 h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}
.need-help-sec-2 p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.5px;
  text-align: justify;
}
.get-started-btn {
  border-radius: 8px;
  background: #b2967d;
  padding: 9.86px 18.51px 6.14px;
  color: #fafafa;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.need-help-container {
  border-radius: 16px;
  border: 1px solid #b2967d;
  padding: 40px 100px;
}
/* End Need Help Section */
/* Footer section */
.footer-list li p {
  color: #fafafa;
}
