.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mb-20,
.sb_title {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.aspect-7-5 {
  aspect-ratio: 7 / 5;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
ul.whitepaper-list.reference-list li a {
  color: var(--primary-color);
}
ul.whitepaper-list.reference-list li a:hover {
  text-decoration: underline;
}
.whitepaper-details-sub-content-section .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.whitepaper-details-sub-content-section .table > :not(caption) > * > * {
  padding: 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.whitepaper-details-sub-content-section table {
  caption-side: bottom;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}
.whitepaper-details-sub-content-section
  .table-bordered
  > :not(caption)
  > *
  > * {
  border-width: 0 1px;
}
.whitepaper-details-sub-content-section
  .table
  > :not(:last-child)
  > :last-child
  > * {
  border-bottom-color: currentColor;
}
.whitepaper-details-sub-content-section .table-responsive {
  margin-bottom: 30px;
  margin-top: 5px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.whitepaper-details-sub-content-section .table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-dark);
  --bs-table-striped-bg: var(--bs-black-05);
  --bs-table-active-color: var(--bs-dark);
  --bs-table-active-bg: var(--bs-black-10);
  --bs-table-hover-color: var(--bs-dark);
  --bs-table-hover-bg: var(--bs-black-75);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-dark);
  vertical-align: top;
  border-color: var(--bs-light-glow-blue);
}
.whitepaper-details-content-inner .table > thead {
  vertical-align: bottom;
}
.whitepaper-details-content-inner .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.whitepaper-details-content-inner .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.whitepaper-details-content .container,
section.section.blog-dev-section.blog-details-dev-section.first-section
  .container,
.whitepaper-details-content .container-fluid,
section.section.blog-dev-section.blog-details-dev-section.first-section
  .container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .whitepaper-details-content-inner .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .whitepaper-details-content-inner .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .whitepaper-details-content-inner .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .whitepaper-details-content-inner .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .whitepaper-details-content-inner .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

.whitepaper-sub-cards .col-md-6 {
  display: flex;
}

.whitepaper-sub-cards .col-md-6 {
  display: flex;
}

h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: var(--bs-light-black);
  letter-spacing: 0;
}
.blog-details-dev-section ul li,
.blog-details-dev-section ol li {
  font-size: 18px;
  color: var(--bs-metal-80);
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  margin: 0 0 15px 0;
}
.blog-details-dev-section .blog-dev-div {
  margin-top: 42px;
  padding: 80px 100px 0;
}
.blog-details-dev-section .blog-dev-div .back-div {
  margin: 0 0 30px;
}

.blog-details-dev-section .blog-dev-div .back-div .back-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-dark-black);
  letter-spacing: 0;
  transition: all 0.8s;
  text-align: center;
}
.blog-details-dev-section .blog-dev-div .blog-heading-title h1 {
  font-weight: 700;
  font-size: 42px;
  color: var(--bs-dark-black);
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 20px;
}
.whitepaper-details-banner {
  padding: 30px 0;
}
.whitepaper-sub-card .card-icon img.img-fluid {
  width: 30px;
  height: auto;
}
.whitepaper-sub-card .card-icon {
  background: #ed5c37;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.whitepaper-sub-card .card-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.whitepaper-sub-card {
  border: 1px solid #ed5c37;
  padding: 60px 30px;
  position: relative;
  text-align: center;
  margin-top: 30px;
  height: auto;
  margin-bottom: 50px;
}

.whitepaper-sub-card h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #181818;
}
.whitepaper-sub-card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.9);
}
.whitepaper-sub-card.separate-icon-card .card-icon {
  position: static;
  transform: none;
  margin-bottom: 20px;
}
.whitepaper-sub-card.separate-icon-card {
  box-shadow: 0px 4px 5px 0px rgb(252 232 227 / 40%);
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 30px;
}
.whitepaper-sub-card.separate-icon-card h3 {
  margin-bottom: 12px;
}
.whitepaper-details-sub-content-section h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}
.whitepaper-details-sub-content-section h2.subtitle {
  font-size: 28px;
}
.whitepaper-details-sub-content-section p.whitepaper-paragraph,
.whitepaper-details-sub-content-section ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 40px;
}
p.whitepaper-bold-paragraph {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
  padding-bottom: 30px;
}
.whitepaper-details-sub-content-section > h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 70px 0;
  text-align: center;
}
.whitepaper-details-sub-content-section > h3 + img {
  margin-bottom: 70px;
}
.column-section.row {
  margin-bottom: 50px;
}
.whitepaper-details-sub-content-section > img.img-fluid {
  margin-bottom: 30px;
}
.whitepaper-listing-page .cb_new_nav_wrapper .cb_new_nav_inner > ul > li > a {
  color: var(--bs-white);
}
.whitepaper-details-banner img {
  width: 100%;
}
.whitepaper-sub-cards .col-md-6 {
  display: flex;
}

table.table.whitepaper-table td,
table.table.whitepaper-table th {
  border: 1px solid #dee2e6 !important;
  padding: 10px;
  min-width: 100px;
}
table.table.whitepaper-table {
  margin-bottom: 5px;
}
.whitepaper-details-sub-content-section .table-responsive {
  margin-bottom: 30px;
  margin-top: 5px;
}
.whitepaper-details-sub-content-section ul ul {
  margin-top: 15px;
  list-style-type: circle;
  padding-left: 0;
}
.whitepaper-details-sub-content-section > img {
  margin-left: auto;
  display: block;
  max-width: 100%;
  max-height: 470px;
  margin-right: auto;
  object-fit: contain;
  object-position: center;
  margin-bottom: 30px;
}
.whitepaper-details-sub-content-section img.trust-icon {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  object-position: center;
}
.whitepaper-3-banner-image img {
  width: auto !important;
}
.whitepaper-3-banner-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.whitepaper-details-sub-content-section img.max-h-250,
.max-h-250 {
  max-height: 250px !important;
}
.whitepaper-details-sub-content-section img.max-h-300,
.max-h-300 {
  max-height: 300px !important;
}
.whitepaper-details-sub-content-section img.max-h-400,
.max-h-400 {
  max-height: 400px !important;
}
.whitepaper-details-sub-content-section img.max-h-500,
.max-h-500 {
  max-height: 500px !important;
}
.whitepaper-details-sub-content-section img.trust-icon.max-h-600,
.max-h-600 {
  max-height: 600px !important;
}
.whitepaper-details-sub-content-section ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}
.whitepaper-details-sub-content-section ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 40px;
}
.whitepaper-details-sub-content-section ul li {
  margin-bottom: 15px;
}
.whitepaper-details-sub-content-section ol li {
  margin-bottom: 15px;
}
.whitepaper-details-sub-content-section > img.img-fluid.gradcam-icon {
  width: auto;
  max-height: 270px;
}
section.whitepaper-details-content + .contact-dev-section,
section.whitepaper-details-content + strong .contact-dev-section {
  background: #ed5b38 url(../../images/conatct-us-shape.jpg) center;
  background-size: 1400px;
  background-repeat: no-repeat;
}
section.whitepaper-details-content + strong {
  font-weight: normal;
}
.plr-78 {
  padding-left: 78px;
  padding-right: 78px;
}
.contact-dev-section .contact-dev-root {
  padding: 100px 22px;
  margin: 0;
  position: relative;
}
.contact-dev-section .header-common-center-div .title-div span.h4 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin: 0 0 10px;
}
.contact-dev-section .header-common-center-div .title-div h2 {
  max-width: 750px;
  margin: 0 auto 30px auto;
}
.header-common-center-div h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 24px 0;
}
.contact-dev-section .header-common-center-div .banner-btn-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-dev-section
  .header-common-center-div
  .banner-btn-div
  .btn.btn-custom-white {
  min-width: 280px;
  font-weight: 600;
}
.btn.btn-custom-white {
  background: #fff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #181818;
  letter-spacing: 0;
  text-align: center;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 30px 3px;
}
section.section.blog-dev-section.blog-details-dev-section.first-section {
  padding: 0;
}
section.whitepaper-details-content.blog-details-dev-section {
  padding: 0;
}
section.section.contact-dev-section {
  padding: 0;
}
@media (max-width: 1024px) {
  .blog-details-dev-section .blog-dev-div {
    margin-top: 0px;
    padding: 80px 40px;
  }
  .contact-dev-section .contact-dev-root {
    padding: 60px 22px;
  }
  .contact-dev-section .header-common-center-div .title-div span.h4 {
    font-size: 22px;
  }
  .contact-dev-section .header-common-center-div .title-div h2 {
    font-size: 36px;
  }
  .blog-details-dev-section .blog-dev-div {
    padding-top: 60px;
  }
  .blog-details-dev-section .blog-dev-div .blog-heading-title h1 {
    font-size: 30px;
}
}
@media (max-width: 991px) {
  .whitepaper-sub-card {
    margin-bottom: 30px;
  }
  .whitepaper-details-sub-content-section h2 {
    font-size: 28px;
  }
  .whitepaper-details-sub-content-section h2.subtitle {
    font-size: 24px;
  }
  p.whitepaper-bold-paragraph {
    font-size: 20px;
  }
  .whitepaper-details-sub-content-section > h3 {
    font-size: 28px;
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .whitepaper-details-banner {
    padding: 0px 0px 30px;
  }
  .whitepaper-details-sub-content-section h2 {
    font-size: 24px;
  }
  .whitepaper-details-sub-content-section h2.subtitle {
    font-size: 20px;
  }
  .whitepaper-details-sub-content-section p.whitepaper-paragraph,
  .whitepaper-details-sub-content-section ul li {
    font-size: 16px;
  }
  p.whitepaper-bold-paragraph {
    font-size: 18px;
  }
  .whitepaper-sub-card {
    padding: 45px 30px;
  }
  .whitepaper-sub-card h3,
  .whitepaper-sub-card p {
    font-size: 16px;
  }
  .whitepaper-details-sub-content-section > h3 {
    font-size: 20px;
    padding: 10px 0 30px;
  }
  .whitepaper-details-sub-content-section h3, .whitepaper-details-sub-content-section h4 {
    font-size: 20px;
  }
  .whitepaper-sub-card {
    height: auto;
  }
  body.blog.whitepaper-detail-page .blog-details-dev-section .blog-dev-div {
    padding: 80px 0px 0 !important;
  }
  .blog-details-dev-section .blog-dev-div {
    padding: 60px 0px;
  }
  .whitepaper-details-sub-content-section h2 {
    font-size: 20px;
  }
  .blog-details-dev-section .blog-dev-div .blog-heading-title h1 {
    font-size: 24px;
  }
  .blog-details-dev-section ul li,
  .blog-details-dev-section ol li {
    font-size: 16px;
  }
  .blog-details-dev-section .blog-dev-div .back-div .back-link {
    font-size: 16px;
  }
  .plr-78 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .contact-dev-section .contact-dev-root {
    padding: 50px 10px;
  }
  .contact-dev-section .header-common-center-div .title-div span.h4 {
    font-size: 16px;
  }
  .contact-dev-section .header-common-center-div .title-div h2 {
    font-size: 24px;
  }
  .contact-dev-section .header-common-center-div .banner-btn-div .btn.btn-custom-white {
    min-width: 240px;
    font-weight: 600;
    font-size: 16px;
    min-height: 50px;
  }
}
