.landing-bg {
  height: 600px;
}

.accordion-style .btn-link {
  background: unset !important;
  color: #000;
  border-bottom: 1px solid #ed3237;
}

.accordion-style .btn-link::after {
  color: #000;
}

.accordion-style .btn-link:hover {
  background: #f5f5f5 !important;
  border-bottom: 1px solid #ed3237;
}

.card-header .btn.btn-link {
  background: #f5f5f5 !important;
  color: #ed3237;
}

.card-header .btn.btn-link.collapsed {
  background: #fff !important;
  color: #000;
}

.inner-products-carousel .item img {
  width: 100%;
}

#allLoader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(../img/loading2.gif) no-repeat center center;
  z-index: 10000;
}

.bg-grey-dark {
  background-color: #ececec;
}

.section-heading p.landing-title-para {
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

.landing-main-heading::after {
  content: unset !important;
}

.list-style-3.landing-ul li::before {
  background-color: #ed3237;
}

.list-style-3 li::before {
  border-top: 1px solid #ed3237;
}

.table-responsive>.table-bordered {
  border: 1px solid #dee2e6;
}

.results-icon-box {
  display: flex;
  flex-direction: column;
}

.feature-flex-square-content {
  padding-left: 0px;
}

.feature-flex-square-content h4 {
  margin-top: 15px;
}

.section-heading {
  margin-bottom: 25px;
}

.feature-flex-square-content h4::after {
  content: unset;
}

.table thead tr th {
  color: #ed3237 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.table .landing-ul li h6.preferred-choice::after {
  content: unset;
}

.project-grid-style2 .portfolio-title.encoder-title {
  text-align: left !important;
  padding-left: 0;
}

.project-grid-style2 .encoder-title h4 {
  font-weight: 400;
}

.project-grid-style2 .encoder-title h4::after {
  content: unset;
}

.fa-link::before {
  content: "\f0c1";
  top: 40%;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 18px;
}

.tab-sections {
  padding-top: 0px;
}

.portfolio-title.encoder-title h4 {
  font-size: 14px;
  line-height: 22px;
}

.tab-sections p {
  text-align: justify;
}

.services-block-three>a::after {
  border-top: 3px solid #0077bd;
  border-left: 3px solid #0077bd;
}

.services-block-three>a::before {
  border-bottom: 3px solid #0077bd;
  border-right: 3px solid #0077bd;
}

.indus-we-serve {
  width: 25%;
}

.services-block-three,
.services-block-three>a {
  height: 100%;
}

.sticky-buttons {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: space-evenly;
  z-index: 1000;
  padding: 0;
  top: unset;
  background: #000000cf;
  color: #fff;
  padding: 15px 0;
}

.bottom-buttons {
  font-size: 18px;
  color: #fff;
}

.title-style2::before {
  content: unset;
}

section:has(.position-sticky-form) {
  overflow: visible;
}

.position-sticky-form {
  position: sticky;
  top: 20%;
  z-index: 0;
  display: flex;
  flex-direction: column;
}

.bg-blue {
  background: #0077bd;
}

.sub-menu-list li a:hover {
  color: #fff !important;
}

.sub-menu-list li a {
  color: grey !important;
}

.card .card-header h5::after {
  content: unset;
}

.accordion-style .card-body {
  padding: 0 20px;
}

.padding-40px-tb {
  padding-top: 15px;
  padding-bottom: 25px;
  border-radius: 5px;
}

.w-50px {
  width: 50px;
}

.feature-box-05 .package-detail {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.package-detail h4 {
  font-size: 18px;
}

.feature-box-05 .fetaure-image::after {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: #0000006e;
}

.feature-box-05 .fetaure-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

table.gsc-search-box td {
  height: 20px;
}

form.gsc-search-box {
  max-width: 225px !important;
  margin: 0 !important;
}

.service-grids .service-block .number.newIndust {
  padding: 0px 8px;
}

@media (max-width: 575px) {
  .section-heading h2::after {
    content: unset !important;
  }

  .tab-sections {
    padding-top: 20px;
  }

  .whatsapp {
    display: none;
  }

  .sticky-buttons {
    display: flex;
  }

  .sm-display-none {
    display: none;
  }
}