* {
  font-family: "Jost", sans-serif !important;
  box-sizing: border-box;
}
p {
  margin-bottom: 0px !important;
  line-height: 150%;
}
section,
footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.flexBox {
  display: flex;
  align-items: center;
}
nav {
  box-shadow: 0px 4px 4px 0px rgba(15, 177, 246, 0.15);
}
.navbar-toggler {
  border: none !important;
  padding: none !important;
}
.headerLinks {
  width: 90%;
  margin: 0 auto;
  margin-top: 1rem;
  justify-content: space-between;
}
.headerLinks .nav-link:hover {
  color: #0fb1f6;
}
.headerLinks2 {
  width: 92%;
  margin: 0 auto;
}

.nav1 {
  height: 48px;
  width: 48px;
  padding: 10px;
  background-color: #e4f4ff;
  border-radius: 50%;
}
.joinBtn {
  background-color: #e4f4ff !important;
  color: #0fb1f6 !important;
  padding: 10px !important;
  width: max-content;
  margin-bottom: 10px;
}
.joinBtn:hover {
  color: #e4f4ff !important;
  background-color: #0fb1f6 !important;
}
.loginBtn {
  padding: 10px 4px !important;
  color: #0fb1f6 !important;
  font-weight: 500 !important;
  width: max-content;
}
.loginBtn:hover {
  background-color: #e4f4ff !important;
}

.heroText,
.carouselText {
  font-size: 46px;
  font-weight: 600;
  line-height: 140%;
}
.carouselText {
  color: #0fb1f6;
}
.heroSubtext {
  margin-top: 1rem;
  color: #656565;
}
.primary_btn {
  background: linear-gradient(270deg, #0fb1f6 0%, #0fb1f6 100%);
  color: white;
  border: none;
  font-size: 18px;
  padding: 12px 2rem;
  font-weight: 600;
  margin-top: 1.3rem;
}
.heading {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.heading2 {
  font-size: 20px;
  font-weight: 600;
}
.subHeading {
  color: #0fb1f6;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.subHeading2 {
  color: #0fb1f6;
  font-size: 18px;
  font-weight: 500;
}
.productCard {
  border: 1px solid #d2d2d2;
  text-align: center;
  cursor: pointer;
  padding: 8px;
  background-color: #fbfefe;
  color: #000;
  height: 100%;
}
a {
  text-decoration: none !important;
}
.productCard img {
  width: 70px;
  height: 70px;
}
.productCard p {
  font-size: 13px;
  font-weight: 500;
  text-wrap: nowrap;
  text-decoration: none !important;
}
.productCard .cs {
  font-size: 8px;
}
.howCard {
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 0 7px;
}
.howCard img {
  width: 50%;
}
.howCard p:nth-of-type(1) {
  font-weight: 600;
  margin-top: 10px;
}
.howCard p:nth-of-type(2) {
  margin-top: 1rem;
  color: #6e6e6e;
  font-size: 14px;
}
.testiClass {
  text-align: center;
}
.testiClass img {
  width: 50%;
  margin-bottom: 10px;
}
.testiClass p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 600;
}
.testiClass p:nth-of-type(2) {
  color: #4c4c4c;
  font-size: 16px;
}
.testiClass p:nth-of-type(3) {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}
.carousel-control-next,
.carousel-control-prev {
  height: max-content;
  top: 65px !important;
}

.carousel-control-next img,
.carousel-control-prev img {
  width: 70%;
}
.brands div {
  text-align: center;
  margin-bottom: 1.5rem;
}
.brands img {
  filter: grayscale(100%);
  opacity: 0.4;
  width: 85%;
  height: 40px;
}

.brands img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.blogSection .subHeading {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-top: 2rem;
  color: #000;
}
.blogSection .content {
  color: #4c4c4c;
  margin-top: 1rem;
}

.blogSection .content span {
  color: #000;
  font-weight: 600;
}

.blogSection .readFull a {
  color: #0fb1f6;
  font-weight: 500;
  margin-right: 1rem;
}

.blogSection .readFull {
  color: #9f9f9f;
  font-weight: 500;
  margin-top: 1rem;
}
.blogCard {
  box-shadow: 0px 2px 6px 2px rgba(15, 177, 246, 0.15);
  margin-top: 1.5rem;
}
.blogCard img {
  width: 100%;
}
.blogCard .body {
  padding: 12px;
  color: #000;
}
.blogCard p:nth-of-type(1) {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.blogCard p:nth-of-type(2) {
  color: #4c4c4c;
  font-size: 14px;
  margin-top: 10px;
}
.blogCard p:nth-of-type(3) {
  font-size: 14px;
  margin-top: 10px;
}
.accordion-button {
  background-color: white !important;
  border: none !important;
  outline: 0 !important;
  font-size: 22px;
  font-weight: 500;
  width: 98% !important;
}
.accordion-button:focus {
  border: none !important;
}
.accordian {
  --bs-accordion-btn-focus-box-shadow: white !important;
}
.accordion-item {
  border: none !important;
}
.accordion-button::after {
  background-image: url("./assets/home/accPlus.svg") !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("./assets/home/accMinus.svg") !important;
}
footer {
  background: #eff4f6;
}
.footerLogoContainer {
  display: flex;
  align-items: center;
}
.footerLogoContainer #logo {
  width: 20%;
  margin-right: 10px;
}
.byBrix {
  display: flex;
  align-items: center;
  background-color: #e3eef2;
  border-radius: 100px;
  padding: 6px 16px;
}
.byBrix img {
  width: 10%;
}
.byBrix p {
  font-size: 12px;
  color: #0fb1f6;
  margin-left: 10px;
  font-weight: 500;
}
footer .darkGray {
  color: #5a5a5a;
  text-decoration: none;
}
footer .lightGray {
  color: #8d8d8d;
  text-decoration: none;
  font-size: 14px;
}
.talkToAdvisor {
  display: flex;
  align-items: center;
  background-color: #0fb1f6;
  border-radius: 100px;
  padding: 10px 1rem;
  width: max-content;
  margin-top: 1rem;
  margin-bottom: 1.6rem;
  cursor: pointer;
}
.talkToAdvisor img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.talkToAdvisor p {
  width: max-content;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.emailContainer,
.phoneContainer {
  display: flex;
  align-items: center;
}
.emailContainer img {
  margin-right: 5px;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  height: 30px;
  width: 30px;
}
.phoneContainer img {
  margin-right: 5px;
  height: 30px;
  width: 30px;
}
.socials {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}
.socials img {
  width: 26px;
  height: 26px;
  margin-right: 1.5rem;
}
.giText {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 1.2rem;
}
.giList,
.retailList,
.corporateList {
  list-style: none;
  padding-left: 0;
}
.giList li,
.retailList li,
.corporateList li {
  margin-bottom: 0.8rem;
}
.giList a,
.retailList a,
.corporateList a {
  text-decoration: none;
  color: #5a5a5a;
}
footer p {
  margin: 0 !important;
}
.error {
  margin-top: -2rem;
  color: red !important;
  margin-bottom: 1rem !important;
  font-size: 16px;
  text-align: left;
}
#queryModal .modal-body {
  color: #0fb1f6;
  text-align: center;
}
#queryModal .modal-body input {
  width: 100%;
  height: 50px;
  margin-bottom: 2rem;
}
#queryModal .modal-body form {
  margin-top: 2rem;
}
#queryModal .modal-body #querySubmit {
  width: 100%;
  height: 50px;
  margin-bottom: 1rem;
}
.carousel-indicators [data-bs-target] {
  background-color: #0fb1f6 !important;
  height: 4px !important;
  width: 20px !important;
}
.carousel-indicators {
  bottom: -40px !important;
  margin-bottom: 0 !important;
}
#queryModal img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .hideMobile {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #queryModal .modal-dialog {
    max-width: 40% !important;
  }
  .loginBtn {
    padding: 10px 14px !important;
  }
  .joinBtn {
    background-color: #e4f4ff !important;
    color: #0fb1f6 !important;
    padding: 10px !important;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .headerLinks2 {
    align-items: center;
    width: initial;
  }
  .headerLinks li:first-of-type {
    margin-left: 4rem;
  }
  .headerLinks {
    width: 70%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  .productsSection {
    padding: 0 10rem !important;
  }
  .hideDesktop {
    display: none;
  }
  p {
    font-size: 120%;
  }
  .productCard p {
    font-size: 16px;
  }
  .productCard:hover {
    border: 1px solid #0fb1f6;
    color: #0fb1f6 !important;
  }

  .heading {
    font-size: 36px;
  }
  section,
  footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .subHeading2 {
    font-size: 22px;
  }
  .howCard img {
    width: 35%;
  }
  .testiClass img {
    border: 5px #0fb1f6;
    width: 26%;
  }
  .testi1 {
    width: 25% !important;
  }
  .testi2 {
    width: 35% !important;
  }
  .testiClass p:nth-of-type(2) {
    color: #4c4c4c;
    font-size: 16px;
    width: 45%;
    margin: auto;
  }
  .carousel-control-next img,
  .carousel-control-prev img {
    width: 30%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 95px !important;
  }
  .brands img {
    width: 90%;
    height: 55px;
  }
  .brands div {
    margin-bottom: 3rem;
  }
  .brands p:nth-of-type(2) {
    width: 65%;
    margin: auto;
  }
  .blogCard {
    height: 100%;
  }
  #faqsAccordion {
    width: 65% !important;
    margin: auto !important;
  }
  .byBrix p {
    font-size: 16px;
  }
  .footerLogoContainer #logo {
    width: 15%;
    margin-right: 20px;
  }
  .blogSection .subHeading {
    font-size: 26px;
  }
  .howCard p:nth-of-type(2) {
    font-size: 18px;
  }
}
