﻿h1,
h2,
h3,
.bold-font {
  font-family: "iranyekanextrablack", Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  font-weight: bold;
}
.pbx-options-box {
  background: url("/content/images/landing/pbx-page/pbx-options-bg.jpg") center
    no-repeat fixed;
}
.bpx-vs-section-bg {
  background: rgb(19, 92, 206);
  background: linear-gradient(
    180deg,
    rgb(0, 72, 170) 0%,
    rgb(0, 72, 130) 70%,
    rgba(0, 212, 255, 0) 70%
  );
}
.table-vs-pbx-box-ul-options li::before,
.pbx-repaier-ul-li li::before {
  content: "\2022";
  color: #0048aa;
  font-weight: bold;
  display: inline-block;
  width: 12px;
  font-size: 25px;
  position: relative;
  top: 4px;
  line-height: 1;
}
.pbx-repaier-ul-li li::before {
  color: #ffc700;
}
.table-vs-pbx-box-options-btn,
.call-to-action-telephone {
  background: #ffc700;
}
.heading-middle-border::before {
  border-top: 6px solid #d2dbe3;
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  width: 100%;
}
.heading-middle-border h2 {
  top: 4px;
}
.table-vs-pbx-box-1-bg {
  background: #fff url("/content/images/landing/pbx-page/pbx-vs-box-bg-1.png")
    bottom 65px left 12px no-repeat;
}
.table-vs-pbx-box-2-bg {
  background: #fff url("/content/images/landing/pbx-page/pbx-vs-box-bg-2.png")
    bottom 65px left 12px no-repeat;
}
.clients .clients-img {
  -webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
  filter: grayscale(100%) brightness(10%) contrast(10%);
  cursor: pointer;
}
.clients:hover .clients-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.clients-sections-span {
  font-size: 42px;
  color: #d2dbe3;
}
.faq-side {
  height: 380px;
  overflow-y: scroll;
  direction: ltr;
}

.faq-side::-webkit-scrollbar {
  width: 5px;
}

.faq-side::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: #d2dbe3;
}

.faq-side::-webkit-scrollbar-thumb {
  background: #0048aa;
  border-radius: 100px;
}
@media only screen and (max-width: 600px) {
  .table-vs-pbx-box {
    padding: 45px 6px 0px 45px;
  }
  .clients-sections-span {
    font-size: 20px;
  }
  .question {
    font-size: 14px !important;
  }
  .question::before {
    font-size: 22px;
    padding-left: 4px;
    bottom: 6px;
  }
  .answer {
    padding-left: 17px !important;
  }
}
@media screen and (min-width: 992px) {
  .landing-breadcrumb-custom {
    margin-top: 0px;
  }
}
