/* line 3, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
*, html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "sofia-pro", sans-serif;
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 767px) {
  /* line 3, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  *, html, body {
    font-size: 14px;
  }
}

/* line 14, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
* {
  scroll-behaviour: smooth;
}

/* line 17, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.w-30 {
  width: 30%;
}

/* line 21, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
ol, ul {
  list-style: none;
}

/* line 24, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
blockquote, q {
  quotes: none;
}

/* line 27, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 32, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 36, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
body {
  -webkit-font-smoothing: subpixel-antialiased;
  color: #000000;
  background-color: #FFFFFF;
}

@media (min-width: 2561px) and (max-width: 80000000px) {
  /* line 43, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  body, html {
    position: relative;
    width: 1920px !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
  }
  /* line 50, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .header {
    width: 1920px !important;
  }
}

/* line 54, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
a {
  outline: none;
  text-decoration: none;
  color: #0058b1;
}

/* line 58, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
a:hover {
  color: #B93322;
}

/* line 62, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.bg-theme {
  background-color: #024F9B;
  color: #FFFFFF;
}

/* line 66, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.container-fluid {
  padding: 0 12px;
}

/* line 72, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.text-primary {
  color: #024F9B !important;
}

/* line 75, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.text-secondary {
  color: #B93322 !important;
}

/* line 78, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 81, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn {
  height: 40px;
}

/* line 84, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.only_mobile {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  /* line 84, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .only_mobile {
    display: block !important;
  }
}

/* line 92, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
select option {
  background-color: #FFFFFF;
  border: none;
  color: #024F9B;
  padding: 5px !important;
  display: block !important;
}

/* line 100, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
section {
  position: relative;
}

/* line 103, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.grey-bg {
  background-color: #e9e9e9;
}

/* line 106, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.primary-bg {
  background-color: #024F9B;
}

/* line 109, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.secondary-bg {
  background: #B93322;
}

/* line 112, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.font-weight-600 {
  font-weight: 600;
}

/* line 115, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
  z-index: 1;
}

/* line 121, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.section-title span {
  color: #B93322;
  position: relative;
  font-size: 20px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  line-height: normal;
  font-weight: bold;
}

/* line 130, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.section-title span::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 0;
  background-color: #D9D9D9;
  left: 0;
  top: 8px;
}

/* line 141, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.section-title.section-title-right {
  text-align: right;
}

/* line 143, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.section-title.section-title-right span {
  padding-left: 0;
  padding-right: 25px;
  justify-content: end;
}

/* line 147, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.section-title.section-title-right span::before {
  right: 0;
  left: unset;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  /* line 115, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .section-title {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 1024px) {
  /* line 115, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .section-title {
    font-size: 24px;
    line-height: 34px;
  }
  /* line 160, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .section-title span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 115, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .section-title {
    text-align: center !important;
    padding-left: 0;
    display: block;
    margin-bottom: 0;
  }
  /* line 169, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .section-title span {
    justify-content: center !important;
    padding: 0 !important;
    font-size: 16px;
  }
  /* line 173, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .section-title span::before {
    content: none;
  }
}

@media only screen and (max-width: 576px) {
  /* line 115, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .section-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

/* line 184, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn {
  background-color: #024F9B;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  padding: 7px 30px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 0;
}

/* line 195, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn:hover, .custom_btn:active, .custom_btn:focus-visible {
  background-color: #B93322 !important;
  color: #FFFFFF !important;
}

/* line 199, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn .fa {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

/* line 205, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_secondary {
  background-color: #B93322;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-flex;
  padding: 7px 30px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 0;
  border: none;
}

/* line 216, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_secondary:hover, .custom_btn_secondary:active, .custom_btn_secondary:focus-visible {
  background-color: #024F9B !important;
  color: #FFFFFF !important;
  border: none !important;
}

/* line 221, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_secondary .fa {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

/* line 227, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_primary {
  background-color: #024F9B;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-flex;
  padding: 10px 15px;
  font-size: 16px;
  white-space: nowrap;
  border-radius: 0;
}

@media (max-width: 1199px) {
  /* line 227, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .custom_btn_primary {
    padding: 10px 10px;
  }
}

@media (max-width: 576px) {
  /* line 227, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .custom_btn_primary {
    padding: 5px 5px;
  }
}

/* line 242, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_primary:hover, .custom_btn_primary:active, .custom_btn_primary:focus-visible {
  background-color: #B93322 !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}

/* line 247, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_primary svg {
  width: 30px;
  margin-left: 10px;
}

/* line 251, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_primary .fa {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

/* line 257, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_secondary_sm {
  background-color: #B93322;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-flex;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 16px;
}

@media (max-width: 1024px) {
  /* line 257, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .custom_btn_secondary_sm {
    padding: 10px 10px;
  }
}

@media (max-width: 576px) {
  /* line 257, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .custom_btn_secondary_sm {
    padding: 8px 20px;
  }
}

/* line 272, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_secondary_sm:hover, .custom_btn_secondary_sm:active, .custom_btn_secondary_sm:focus-visible {
  background-color: #024F9B !important;
  color: #FFFFFF !important;
}

/* line 276, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_secondary_sm svg {
  width: 30px;
  margin-left: 10px;
}

/* line 280, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_secondary_sm .fa {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

/* line 286, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_primary_sm {
  background-color: #024F9B;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-flex;
  border-radius: 0;
  padding: 3px 10px;
  font-size: 16px;
}

@media (max-width: 1024px) {
  /* line 286, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .custom_btn_primary_sm {
    padding: 5px 10px;
  }
}

@media (max-width: 576px) {
  /* line 286, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .custom_btn_primary_sm {
    padding: 8px 20px;
  }
}

/* line 301, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_primary_sm:hover, .custom_btn_primary_sm:active, .custom_btn_primary_sm:focus-visible {
  background-color: #B93322 !important;
  color: #FFFFFF !important;
}

/* line 305, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_primary_sm svg {
  width: 30px;
  margin-left: 10px;
}

/* line 309, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_primary_sm .fa {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

/* line 315, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_sm {
  background-color: #B93322;
  color: #FFFFFF;
  font-size: 12px;
  display: inline-flex;
  padding: 5px 20px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 0;
}

/* line 326, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_sm:hover, .custom_btn_sm:active, .custom_btn_sm:focus-visible {
  background-color: #024F9B !important;
  color: #FFFFFF !important;
}

/* line 330, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_btn_sm .fa {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

/* line 336, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_link_btn {
  background-color: transparent;
  color: #024F9B;
  outline: none;
  border: none;
  font-size: 14px;
  padding: 6px 12px;
}

/* line 343, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_link_btn:hover, .custom_link_btn:active, .custom_link_btn:focus-visible {
  color: #B93322 !important;
}

/* line 347, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_white_btn {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  padding: 7px 30px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
  border-radius: 0;
  width: fit-content;
  margin: 0 auto;
}

/* line 360, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.custom_white_btn:hover, .custom_white_btn:active, .custom_white_btn:focus-visible {
  background-color: #024F9B !important;
  color: #FFFFFF !important;
}

/* line 367, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.quote_form .custom_btn:hover, .quote_form .custom_btn:active, .quote_form .custom_btn:focus-visible {
  background-color: #024F9B !important;
  color: #FFFFFF !important;
}

/* line 373, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.btt {
  position: fixed;
  display: none;
  color: #FFFFFF !important;
  font-size: 1.2em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index: 20000;
  bottom: 30px;
  right: 30px;
  transition: 0.2s;
}

@media only screen and (max-width: 1279px) {
  /* line 373, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
  .btt {
    bottom: 5px;
    right: 0px;
    padding: 0px 11px;
    font-size: 1em;
  }
}

/* line 392, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.red_text {
  color: #B30000;
}

/* line 396, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: rgba(2, 79, 155, 0.8);
}

/* line 408, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.preloader .svg-loader {
  display: flex;
  align-items: center;
  width: 230px;
  height: 230px;
  transform-origin: 115px 115px;
  animation: 1.4s linear infinite loader-spin;
}

/* line 415, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.preloader .svg-loader .loader__path {
  stroke: #FFFFFF;
  animation: 1.4s ease-in-out infinite loader-path;
}

/* line 419, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.preloader .svg-loader .loader__plane {
  fill: #B93322;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }
  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}

/* line 444, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_common.scss */
.w-100px {
  width: 100px;
}

/* line 5, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header {
  background-size: 100% 100%;
  padding-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 10000;
}

/* line 12, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header a {
  color: #000000;
  text-decoration: none;
}

/* line 17, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header a i {
  margin-right: 10px;
}

@media (max-width: 576px) {
  /* line 17, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .header a i {
    margin-right: 0px;
  }
}

/* line 25, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header a:hover {
  color: #B93322;
  text-decoration: none;
}

/* line 30, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header a svg {
  width: 100%;
  height: auto;
  max-width: 12%;
  fill: #024F9B;
  margin-right: 10px;
}

/* line 39, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .menu_bar, header .header .search_bar {
  display: none;
}

/* line 43, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .top_links {
  clear: both;
  color: #000000;
  border-radius: 0px;
  padding: 5px 0px;
}

/* line 50, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .top_links span {
  text-align: left;
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "sofia-pro", sans-serif;
  white-space: nowrap;
}

/* line 63, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .paddingScroll {
  padding: 10px 0px;
}

/* line 68, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .cta a {
  color: #FFFFFF;
  width: auto !important;
  font-size: 14px;
  margin-right: 0px;
  margin-left: 15px;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
  align-items: center;
}

/* line 79, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .cta a i {
  font-size: 16px;
  color: #B93322;
}

/* line 84, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .cta a:hover span, header .header .cta a:hover i {
  color: #B93322;
}

/* line 92, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .head_label span {
  text-align: left;
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "sofia-pro", sans-serif;
}

/* line 103, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .head_label .cta {
  font-size: 14px;
  padding: 8px 5px;
  margin-top: 0px;
  display: flex;
}

@media (min-width: 1280px) {
  /* line 103, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .header .head_label .cta {
    display: none;
  }
}

/* line 113, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .head_label .cta a {
  color: #FFFFFF;
  width: auto !important;
  font-size: 14px;
  margin-right: 0px;
  margin-left: 10px;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
}

/* line 125, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .head_label .cta a:first-child i {
  font-size: 16px;
  padding-top: 3px;
}

/* line 131, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .head_label .cta a i {
  padding: 0px 5px 0px 0px;
  color: #B93322;
}

/* line 137, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .head_label .cta a:hover span, header .header .head_label .cta a:hover i {
  color: #B93322;
}

/* line 142, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .head_label .cta a svg {
  width: 100%;
  height: auto;
  max-width: 20%;
}

/* line 150, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .head_label .searchBoxD {
  color: #000000;
  border-radius: 5px;
  margin-right: 5px;
  display: flex;
  justify-content: end;
  width: 100%;
}

@media (max-width: 1283px) {
  /* line 150, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .header .head_label .searchBoxD {
    border: none;
  }
}

/* line 164, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .head_label .dflexSm {
  display: none !important;
}

@media (max-width: 1279px) {
  /* line 164, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .header .head_label .dflexSm {
    display: block !important;
  }
}

/* line 255, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .inrfq {
  background-color: #B93322;
  position: relative;
  height: 45px;
  font-size: 16px;
  color: #FFFFFF !important;
  z-index: 1;
  transition: 0.3s;
  padding: 5px 20px 5px 20px;
  font-weight: 500;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-right: 0px;
  width: 120px;
}

@media (min-width: 0px) and (max-width: 1279px) {
  /* line 255, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .header .inrfq {
    box-shadow: none !important;
    padding: 10px;
    line-height: 12px;
    height: 32px;
    bottom: 8px;
    position: fixed;
    z-index: 100;
    right: 65px;
    width: auto;
  }
}

@media only screen and (max-width: 1440px) {
  /* line 255, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .header .inrfq {
    font-size: 14px;
  }
}

/* line 289, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .inrfq img {
  position: absolute;
  top: 50%;
  right: 6px;
  margin: auto;
  font-size: 2.5rem;
  width: 25px;
  transform: translateY(-50%);
}

/* line 299, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .inrfq:hover {
  background-color: #B93322;
}

/* line 304, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .search_form {
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  border-radius: 0;
  overflow: visible;
  display: flex;
  justify-content: end;
  width: 100%;
}

/* line 314, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .search_form .fixf {
  display: flex;
  align-items: center;
  height: 100%;
  width: 70%;
  background-color: rgba(255, 255, 255, 0.65);
  border: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 14px;
  position: relative;
}

@media (max-width: 1279px) {
  /* line 325, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .header .search_form .fixf .search-drp.show {
    position: static;
  }
}

/* line 331, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .search_form .fixf .dropdown-content {
  border: none;
}

/* line 333, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .search_form .fixf .dropdown-content a {
  color: #FFFFFF;
}

/* line 339, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .search_form .input_effect {
  border: none;
  background-color: transparent;
  color: #000000;
  outline: none;
  padding: 10px;
  width: 100%;
}

/* line 347, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .search_form .input_effect::placeholder {
  color: #000000;
}

/* line 352, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .search_form .select_holder {
  color: #FFFFFF;
  border-left: 1px solid #808080;
  display: inline-block;
  padding: 0px 10px;
}

/* line 358, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .search_form .select_holder select {
  border: none;
  background-color: transparent;
  height: 23px;
  margin-right: 10px;
  color: #000000;
  outline: none;
}

/* line 368, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .search_form .submit_btn {
  color: #FFFFFF;
  background-color: #024F9B;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0px 10px;
  font-size: 16px;
  transition: 0.3s;
  height: 45px;
  border-radius: 0;
  font-weight: 500;
}

/* line 381, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .search_form .submit_btn i {
  margin-right: 10px;
}

@media only screen and (max-width: 1440px) {
  /* line 368, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .header .search_form .submit_btn {
    font-size: 14px;
  }
}

/* line 387, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .search_form .submit_btn:hover {
  background-color: #B93322;
}

/* line 393, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .openform {
  position: relative;
  transition: 0.5s;
}

/* line 399, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header .search_form::after, header .header .openform::after {
  z-index: 10000;
  content: "";
  transition: 0.9s;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-position: 27px 7px;
  background-repeat: no-repeat;
}

/* line 413, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header.fixed {
  background: #FFFFFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  position: fixed;
  top: 0;
}

/* line 421, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .logo {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* line 425, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* line 432, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .header-bg {
  margin-top: 5px;
}

/* line 436, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .nav_holder {
  display: block;
  overflow: visible;
  clear: both;
}

/* line 442, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav {
  margin: 0px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  clear: both;
  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  margin-top: 0px;
  list-style: none;
}

/* line 453, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav li {
  display: inline-block;
  position: relative;
}

/* line 465, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav li.actmenu > a {
  color: #B93322;
}

/* line 470, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav li span {
  position: absolute;
  bottom: 0;
  height: 3px;
  display: block;
  left: 0px;
  width: 0%;
  right: 0px;
  transition: 1s;
}

/* line 482, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav li a i {
  padding-left: 5px;
  color: #000000;
}

@media only screen and (min-width: 1280px) {
  /* line 492, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .main_nav li:hover:nth-last-of-type(2) ul, header .main_nav li:hover:nth-last-of-type(3) ul {
    right: 0;
  }
}

/* line 501, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav > li > a {
  color: #000000;
  text-decoration: none !important;
  font-size: 14px;
  font-family: "sofia-pro", sans-serif;
  padding: 10px 6px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin-right: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {
  /* line 501, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .main_nav > li > a {
    padding: 10px 5px;
  }
}

/* line 516, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav > li > i {
  padding-right: 6px;
  color: #000000;
}

/* line 521, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav > li > ul {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 300px;
  z-index: 10000;
  display: none;
  background-color: #024F9B;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 531, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav > li > ul > li {
  display: block;
}

/* line 534, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav > li > ul > li > a {
  display: block;
  padding: 8px 10px !important;
  color: #FFFFFF !important;
  text-align: left;
  width: 100%;
  font-family: "sofia-pro", sans-serif;
  font-size: 16px !important;
  position: relative;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 549, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav > li > ul > li:hover ul {
  display: block;
  width: 100% !important;
}

/* line 554, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav > li > ul > li:hover a {
  background-color: #B93322 !important;
  color: #FFFFFF !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 566, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav > li:hover > a, header .main_nav > li:hover > i {
  color: #B93322;
}

@media only screen and (min-width: 1280px) {
  /* line 570, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .main_nav > li:hover > ul {
    display: block;
  }
}

/* line 577, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
header .main_nav > li:hover span, header .main_nav > li:focus span {
  width: 100%;
  animation: overspan 1s forwards;
  transition: 1s;
}

@-webkit-keyframes overspan {
  0% {
    width: 0%;
    left: 0px;
    right: 0px;
    background-color: #B93322;
  }
  50% {
    left: 0px;
    right: 0px;
    background-color: #B93322;
  }
  100% {
    width: 100%;
    left: 0px;
    right: 0px;
    background-color: #B93322;
  }
}

@keyframes overspan {
  0% {
    width: 0%;
    left: 0px;
    right: 0px;
    background-color: #B93322;
  }
  70% {
    left: 0px;
    right: 0px;
    background-color: #B93322;
  }
  100% {
    width: 100%;
    left: 0px;
    right: 0px;
    background-color: #B93322;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0.4);
    -moz-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0.4);
    box-shadow: 0 0 0 0 rgba(122, 122, 124, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(122, 122, 124, 0);
    -moz-box-shadow: 0 0 0 10px rgba(122, 122, 124, 0);
    box-shadow: 0 0 0 50px rgba(122, 122, 124, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0);
    -moz-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0);
    box-shadow: 0 0 0 0 rgba(122, 122, 124, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0.4);
    -moz-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0.4);
    box-shadow: 0 0 0 0 rgba(122, 122, 124, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(122, 122, 124, 0);
    -moz-box-shadow: 0 0 0 10px rgba(122, 122, 124, 0);
    box-shadow: 0 0 0 50px rgba(122, 122, 124, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0);
    -moz-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0);
    box-shadow: 0 0 0 0 rgba(122, 122, 124, 0);
  }
}

@media only screen and (max-width: 340px) {
  /* line 613, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .logo img {
    max-width: 210px !important;
  }
}

@media only screen and (max-width: 380px) {
  /* line 623, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .top_links {
    padding: 5px;
  }
  /* line 626, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .container {
    max-width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 1279px) {
  /* line 634, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header {
    height: 80px;
  }
  /* line 636, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .header {
    padding: 0px;
    height: 80px;
  }
  /* line 639, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .header.fixed {
    height: 80px;
  }
  /* line 643, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .menu_bar, .custom_header header .search_bar {
    display: block;
    color: #000000 !important;
    border: none;
    padding: 10px 15px;
    font-size: 1.8em;
    transition: 0.3s;
    position: absolute;
    top: 14px;
    z-index: 10;
    right: 10px;
  }
  /* line 654, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .menu_bar i, .custom_header header .search_bar i {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  /* line 660, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .menu_bar i.fa-close::before, .custom_header header .search_bar i.fa-close::before {
    content: "\f00d" !important;
  }
  /* line 666, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .menu_bar {
    right: 0px;
  }
  /* line 667, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .search_bar {
    right: 40px;
  }
  /* line 668, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .head_label {
    margin: 0 auto;
    left: 0px;
    right: 0px;
    border: none;
  }
  /* line 673, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .head_label span {
    font-size: 12px;
    padding: 0;
  }
  /* line 677, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .head_label .cta {
    position: fixed;
    z-index: 1;
    bottom: 0px;
    display: block;
    left: 0px;
    right: 0px;
    height: 50px;
    background-color: #e9e9e9;
    text-align: left;
    transition: 0.3s;
    padding-left: 15px;
    width: 100%;
    border-top: 1px solid #FFFFFF;
  }
  /* line 691, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .head_label .cta a {
    padding: 5px !important;
  }
  /* line 693, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .head_label .cta a i {
    font-size: 20px !important;
    color: #B93322;
  }
  /* line 697, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .head_label .cta a span {
    display: none !important;
  }
  /* line 703, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .top_links {
    margin: 0 auto;
    left: 0px;
    right: 0px;
    border: none;
  }
  /* line 708, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .top_links span {
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (min-width: 0px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 576px) {
  /* line 708, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .top_links span {
    font-size: 10px;
  }
}

@media (min-width: 0px) and (max-width: 1279px) {
  /* line 717, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .search_form {
    display: none !important;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 20px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    position: fixed !important;
    width: 90% !important;
    height: auto !important;
    overflow-y: scroll !important;
    text-align: center;
  }
  /* line 735, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .search_form .fixf {
    width: 100%;
    display: block !important;
    margin: 10px 0 !important;
    background-color: transparent !important;
    border: none;
  }
  /* line 742, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .search_form input {
    width: 100%;
    border-bottom: 1px #808080 solid !important;
    margin-bottom: 10px;
    padding: 10px 0 !important;
    margin-top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #000000 !important;
  }
  /* line 752, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .search_form input::placeholder {
    color: #000000 !important;
  }
  /* line 756, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .search_form .select_holder {
    border-left: 0px solid #e9e9e9 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px #808080 solid;
    padding: 8px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
  }
  /* line 767, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .search_form .select_holder select {
    width: 100%;
    color: #000000 !important;
  }
  /* line 772, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .search_form .submit_btn {
    height: auto !important;
    width: auto;
    color: #FFFFFF !important;
    border-radius: 5px !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
  }
  /* line 781, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .paddingScroll {
    padding: 0 !important;
  }
  /* line 784, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .logo {
    padding-bottom: 0px;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 1;
    height: 100%;
    max-width: 100%;
  }
  /* line 792, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .logo img {
    max-width: 250px;
    margin-bottom: 10px;
    margin-top: 2px;
  }
  /* line 798, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav {
    display: block;
    position: fixed;
    left: 100%;
    right: -50%;
    bottom: 100%;
    top: 80px;
    padding-top: 0px;
    text-align: left;
    height: 0%;
    width: 0%;
    opacity: 1;
    transition: 0.5s ease-out;
    -webkit-border-bottom-left-radius: 300%;
    -moz-border-radius-bottomleft: 300%;
    border-bottom-left-radius: 300%;
    opacity: 1;
  }
  /* line 815, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav.md-menu-view {
    width: 100%;
    display: block;
    transition: 0.5s ease-in;
    background-color: #024F9B !important;
    border-radius: 0%;
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0px;
    height: auto;
  }
  /* line 828, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header ul {
    height: 100%;
    overflow-y: auto;
    padding: 0;
    opacity: 0;
    transition: 0s ease-in;
    left: 100%;
  }
  /* line 835, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header ul li {
    display: block;
    position: relative;
    text-align: left;
  }
  /* line 839, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header ul li a {
    color: #FFFFFF !important;
    font-family: "sofia-pro", sans-serif !important;
    padding: 9px 15px !important;
    width: 100%;
    position: relative;
    font-size: 14px;
  }
  /* line 846, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header ul li a:hover {
    background-color: #B93322 !important;
    color: #fff !important;
  }
  /* line 853, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header ul li.actmenu > a {
    background-color: #B93322 !important;
    color: #FFFFFF !important;
  }
  /* line 858, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header ul li span {
    display: none !important;
  }
  /* line 863, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav {
    padding-bottom: 50px;
  }
  /* line 865, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li {
    margin: 5px 0;
  }
  /* line 867, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li:first-child {
    margin-top: 0;
  }
  /* line 870, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li.fix-mob-navbar {
    display: block;
  }
  /* line 873, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li > ul {
    width: 100% !important;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    padding: 5px 0px;
    background-color: #B93322;
    opacity: 1;
  }
  /* line 882, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li > ul > li > a {
    display: block;
    width: 100%;
    left: 0px;
    right: 0px;
    font-size: 12px !important;
  }
  /* line 889, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li > ul > li.d-flex {
    display: block !important;
  }
  /* line 892, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li > ul > li > .submenu {
    width: 100% !important;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    padding: 5px 0px;
    background-color: #B93322;
    opacity: 1;
  }
  /* line 901, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li > ul > li > .submenu > li > a {
    display: block;
    width: 100%;
    left: 0px;
    right: 0px;
    font-size: 12px !important;
  }
  /* line 911, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li > ul > li .fa-angle-down ~ ul {
    transition: 0.5s ease-out;
    display: none;
  }
  /* line 916, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li > ul > li .fa-angle-down.fa-angle-up ~ ul {
    transition: 0.5s ease-in;
    display: block;
  }
  /* line 924, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li i {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
    line-height: 42px;
  }
  /* line 933, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li .fa-angle-down ~ ul {
    transition: 0.5s ease-out;
    display: none;
  }
  /* line 938, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .main_nav > li .fa-angle-down.fa-angle-up ~ ul {
    transition: 0.5s ease-in;
    display: block;
  }
  /* line 946, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .pop {
    display: block !important;
    top: 90px;
    transition: 0.3s !important;
  }
  /* line 951, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .custom_header header .fix-navbar {
    display: none;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  /* line 962, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .header .logo img {
    width: 100%;
  }
  /* line 967, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .header .top_links span, header .header .head_label span {
    font-size: 12px;
  }
  /* line 973, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .header .head_label .search_form .input_effect {
    width: 100%;
  }
  /* line 980, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  header .header .main_nav > li > a {
    font-size: 12px;
  }
}

/* line 990, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 200px;
  overflow: auto;
  border: 0px solid #FFFFFF;
  z-index: 1;
}

/* line 997, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
.dropdown-content a {
  background: #024F9B;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.73);
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 20px;
  text-align: left;
  margin-right: 0;
  display: block;
}

/* line 1006, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
.dropdown-content a:hover {
  background-color: #B93322;
  color: #FFFFFF !important;
}

/* line 1011, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
.dropdown-content.show {
  display: block;
  top: 45px;
  left: 0px;
}

@media (max-width: 1279px) {
  /* line 990, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_header.scss */
  .dropdown-content {
    position: static;
    margin-bottom: 10px;
  }
}

/* line 3, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.certix {
  padding: 30px 0px 10px 0;
}

/* line 6, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.certix .content_section .sub_title_style {
  font-size: 22px;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.2em;
  color: #000000;
}

/* line 11, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.certix .content_section .sub_title_style i {
  vertical-align: middle;
}

/* line 14, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.certix .content_section .sub_title_style span {
  font-weight: 600;
  color: #000000;
}

@media only screen and (max-width: 769px) {
  /* line 6, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .certix .content_section .sub_title_style {
    font-size: 20px;
  }
  /* line 20, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .certix .content_section .sub_title_style span {
    font-size: 18px;
  }
}

/* line 26, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.certix .content_section .certificate {
  width: 100%;
}

/* line 31, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex {
  z-index: 11;
}

@media only screen and (min-width: 1600px) {
  /* line 34, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .bg-bluex .container {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 0) and (max-width: 1440px) {
  /* line 34, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .bg-bluex .container {
    max-width: 95%;
    width: 100%;
  }
}

/* line 46, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown {
  position: relative;
  margin-top: 0rem;
}

@media only screen and (max-width: 767px) {
  /* line 46, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .bg-bluex .nchanddown {
    padding-top: 50px 0;
  }
}

/* line 53, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown > div > div {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

/* line 62, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown > div > div .nochainax {
  float: left;
  margin-right: 21px;
}

/* line 66, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown > div > div > img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  /* line 66, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .bg-bluex .nchanddown > div > div > img {
    min-height: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 66, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .bg-bluex .nchanddown > div > div > img {
    height: 200px;
  }
}

/* line 77, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown > div > div > div {
  padding: 15px 10px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

@media (max-width: 1284px) {
  /* line 77, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .bg-bluex .nchanddown > div > div > div {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  /* line 77, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .bg-bluex .nchanddown > div > div > div {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 77, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .bg-bluex .nchanddown > div > div > div {
    flex-direction: column;
  }
}

/* line 97, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown > div > div .bg-bluex-txt img {
  margin-right: 10px;
}

@media (max-width: 1284px) {
  /* line 97, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .bg-bluex .nchanddown > div > div .bg-bluex-txt img {
    margin-bottom: 10px;
  }
}

/* line 103, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown > div > div .bg-bluex-txt p, .bg-bluex .nchanddown > div > div .bg-bluex-txt span, .bg-bluex .nchanddown > div > div .bg-bluex-txt li {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

/* line 108, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown > div > div .bg-bluex-txt li {
  padding-left: 0;
  list-style-type: none;
  margin-left: 25px;
}

/* line 112, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown > div > div .bg-bluex-txt li::before {
  content: "\f111";
  font-family: FontAwesome;
  left: -20px;
  position: absolute;
  top: 0;
  color: #B93322;
}

/* line 126, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown .nochina span {
  font-size: 18px !important;
  color: #000000;
  text-align: left;
}

/* line 132, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 136, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown ul li {
  margin-bottom: 3px;
  margin-left: 0px;
  padding-left: 10px;
  position: relative;
  font-size: 16px;
  font-weight: normal;
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  /* line 136, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .bg-bluex .nchanddown ul li {
    padding-left: 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  /* line 136, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  .bg-bluex .nchanddown ul li {
    font-size: 14px;
  }
}

/* line 153, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown .img_data_sec .table-responsive {
  border: none !important;
}

/* line 156, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown .img_data_sec .img_data_disc {
  width: 100%;
  text-align: left;
  font-size: 12px;
  padding-left: 5px;
  margin-bottom: 0;
}

/* line 162, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.bg-bluex .nchanddown .img_data_sec .img_data_disc a {
  font-size: 14px;
}

/* line 170, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
.full_footer {
  padding-top: 30px;
  margin-top: 10px;
}

/* line 176, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer {
  position: relative;
  font-size: 14px;
  z-index: 10;
  background: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  padding-top: 0px;
}

@media only screen and (max-width: 1199px) {
  /* line 176, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer {
    margin-top: 0px;
    padding: 40px 0 35px 0;
  }
}

/* line 189, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer p {
  padding: 20px 0 0;
  margin-bottom: 0;
}

/* line 193, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer a {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  /* line 193, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer a {
    white-space: normal;
  }
}

/* line 202, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer a:hover {
  color: #B93322;
}

@media only screen and (min-width: 1441px) {
  /* line 206, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .container {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (min-width: 0) and (max-width: 1440px) {
  /* line 206, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .container {
    max-width: 95%;
    width: 100%;
    margin-top: 15px;
  }
}

/* line 219, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .map_over {
  position: relative;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px 10px;
  overflow: hidden;
  z-index: 900;
}

/* line 230, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .map_over .payment-options {
  display: flex;
}

@media (max-width: 1440px) {
  /* line 230, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .map_over .payment-options {
    justify-content: center;
    align-items: center;
  }
}

/* line 238, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .map_over .payment-options img {
  margin: 5px;
  width: 100px;
}

@media (max-width: 1440px) {
  /* line 238, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .map_over .payment-options img {
    width: 50px;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
  }
}

/* line 252, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .map_over .payment-app-row {
  border: 1px solid #D9D9D9;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

/* line 259, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .map_over .payment-app-row .payment-row {
  text-align: left;
  width: 100%;
}

/* line 262, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .map_over .payment-app-row .payment-row p {
  padding: 10px 0 0;
}

/* line 265, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .map_over .payment-app-row .payment-row span {
  font-size: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 265, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .map_over .payment-app-row .payment-row span {
    font-size: 18px;
  }
}

/* line 271, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .map_over .payment-app-row .payment-row img {
  border-radius: 5px;
  margin-bottom: 5px;
}

/* line 276, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .map_over .payment-app-row .brand-img-block {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* line 281, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .map_over .payment-app-row .brand-img-block a {
  min-width: auto;
  display: block;
  text-align: center;
  margin: 10px 1%;
}

/* line 288, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .map_over .payment-app-row .app-row {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  /* line 293, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .map_over .payment-app-row .payment-row, footer .map_over .payment-app-row .app-row {
    text-align: center !important;
  }
}

/* line 302, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .nchanddown li {
  width: 100%;
  display: block;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: 1.5;
  font-size: 18px;
  display: flex;
  align-items: center;
}

/* line 318, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .nchanddown li .bg-bluex-txt {
  font-size: 14px;
  padding: 0 10px;
}

/* line 322, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .nchanddown li .bg-bluex-txt span:first-child {
  font-weight: 600;
  font-size: 16px;
}

/* line 329, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .nchanddown li .bg-bluex-txt .img_data_disc a {
  font-size: 14px;
}

/* line 333, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .nchanddown li .bg-bluex-txt .bg-bluex-ul {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}

/* line 337, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .nchanddown li .bg-bluex-txt .bg-bluex-ul li {
  padding-left: 0;
  list-style-type: none;
  font-size: 14px;
  align-items: start;
  font-weight: 600;
}

/* line 343, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .nchanddown li .bg-bluex-txt .bg-bluex-ul li::before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #024F9B;
  position: relative;
  right: 10px;
}

/* line 358, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .footer_nav {
  margin: 0px;
  padding: 0px;
  text-align: left;
  list-style: none;
  overflow: hidden;
  margin-bottom: 15px;
  z-index: 1000;
  position: relative;
}

@media (max-width: 767px) {
  /* line 358, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .footer_nav {
    text-align: center;
  }
}

/* line 370, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .footer_nav li {
  width: 100%;
  display: block;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: 1.3;
  font-size: 18px;
}

/* line 381, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: #024F9B;
  padding: 10px 0 0;
  border-radius: 5px;
}

@media (max-width: 991px) {
  /* line 381, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer address {
    flex-direction: column;
  }
}

/* line 397, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer address p {
  color: #FFFFFF;
  padding: 0;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
}

/* line 406, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer address p i {
  font-size: 25px !important;
  padding-right: 5px;
  width: 30px;
  color: #B93322;
}

/* line 412, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer address p a {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 1284px) {
  /* line 412, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer address p a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 397, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer address p {
    justify-content: center;
  }
}

/* line 426, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer address p.bigcall a {
  font-weight: 600;
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  /* line 426, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer address p.bigcall a {
    font-size: 18px;
  }
}

/* line 436, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer address .footer-detail {
  color: #B93322;
  padding: 0;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 443, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer address .footer-detail i {
  font-size: 25px !important;
  padding-right: 5px;
  width: 30px;
  color: #FFFFFF;
}

/* line 449, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer address .footer-detail p {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

@media only screen and (max-width: 576px) {
  /* line 449, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer address .footer-detail p {
    font-size: 14px;
  }
}

/* line 457, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer address .footer-detail a {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 1284px) {
  /* line 457, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer address .footer-detail a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 436, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer address .footer-detail {
    justify-content: center;
  }
}

/* line 471, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer address .footer-detail.bigcall a {
  font-weight: 600;
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  /* line 471, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer address .footer-detail.bigcall a {
    font-size: 18px;
  }
}

/* line 479, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer address .footer-detail .address-txt {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 600;
}

@media only screen and (max-width: 576px) {
  /* line 479, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer address .footer-detail .address-txt {
    font-size: 18px;
  }
}

/* line 489, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .download-exe {
  color: #000000;
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
}

/* line 496, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .downloadBrowExt {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 15px;
}

/* line 512, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .downloadBrowExt svg {
  width: 65px;
  padding: 0;
  object-fit: cover;
  object-position: center;
  margin-right: 15px;
}

/* line 519, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .downloadBrowExt .extention-text {
  width: calc(100% - 80px);
  font-size: 12px;
  line-height: normal;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

/* line 527, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .downloadBrowExt .extention-text h4 {
  border-radius: 15px;
  font-size: 18px;
  font-weight: 600;
}

/* line 532, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .downloadBrowExt .extention-text p {
  font-size: 14px;
  text-align: justify;
  width: 100%;
  padding-top: 0;
}

@media (max-width: 767px) {
  /* line 532, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .downloadBrowExt .extention-text p {
    text-align: left;
  }
}

/* line 543, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .downloadBrowExt .custom_btn {
  background-color: #B93322;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  color: #FFFFFF;
  width: fit-content;
}

/* line 551, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .downloadBrowExt .custom_btn svg {
  margin-left: 5px;
}

@media only screen and (min-width: 991px) and (max-width: 1279px) {
  /* line 557, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .downloadBrowExt img {
    width: fit-content;
    margin: 0 auto;
  }
}

@media (max-width: 1440px) {
  /* line 563, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .downloadBrowExt img {
    width: 120px;
  }
}

@media (max-width: 767px) {
  /* line 496, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .downloadBrowExt {
    margin: 5px 0;
  }
}

/* line 571, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .footer_line {
  text-align: center;
  color: #000000;
  padding: 10px 30px 15px 30px;
  font-size: 14px;
}

/* line 576, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .footer_line p {
  color: #000000;
  padding-bottom: 0px;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

/* line 584, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .footer_line p a {
  color: #000000;
  font-size: 12px;
}

/* line 590, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
footer .footer-title {
  color: #000000;
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  /* line 590, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .footer-title {
    margin-top: 15px;
    text-align: center;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  /* line 604, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .footer-title {
    font-size: 18px;
  }
  /* line 608, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer address p {
    font-size: 14px;
  }
  /* line 613, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .footer_nav li {
    font-size: 14px;
  }
  /* line 615, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .footer_nav li a {
    font-size: 14px;
  }
  /* line 620, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .download-exe {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  /* line 627, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .footer-title {
    font-size: 16px;
  }
  /* line 631, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer address p {
    font-size: 14px;
  }
  /* line 636, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .footer_nav li {
    font-size: 14px;
    padding-top: 0;
  }
  /* line 641, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_footer.scss */
  footer .footer_line {
    padding: 10px 0px 30px 0px;
    font-size: 14px;
  }
}

/* line 1, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite {
  background-image: url("../assets/images/spritesheet1.webp");
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 7, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-amex {
  width: 69px;
  height: 37px;
  background-position: -5px -5px;
}

/* line 13, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-apple-store {
  width: 113px;
  height: 40px;
  background-position: -88px -5px;
}

/* line 19, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-asap-small {
  width: 96px;
  height: 27px;
  background-position: -211px -5px;
}

/* line 25, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-asap-smallx {
  width: 96px;
  height: 27px;
  background-position: -728px -304px;
}

/* line 31, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-blog {
  width: 37px;
  height: 37px;
  background-position: -317px -5px;
}

/* line 37, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-discover {
  width: 73px;
  height: 37px;
  background-position: -364px -5px;
}

/* line 43, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-facebook {
  width: 34px;
  height: 37px;
  background-position: -503px -5px;
}

/* line 49, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-find-it-fast {
  width: 100px;
  height: 100px;
  background-position: -550px -5px;
}

/* line 55, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-get-it-fast {
  width: 100px;
  height: 100px;
  background-position: -660px -5px;
}

/* line 61, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-github {
  width: 30px;
  height: 30px;
  background-position: -770px -5px;
}

/* line 67, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-gmail {
  width: 30px;
  height: 30px;
  background-position: -211px -45px;
}

/* line 73, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-google-play {
  width: 135px;
  height: 40px;
  background-position: -5px -115px;
}

/* line 79, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-google-plus {
  width: 50px;
  height: 37px;
  background-position: -251px -45px;
}

/* line 85, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-linkedin {
  width: 30px;
  height: 30px;
  background-position: -770px -45px;
}

/* line 91, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-low-price {
  width: 100px;
  height: 100px;
  background-position: -150px -115px;
}

/* line 97, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-mastercard {
  width: 73px;
  height: 37px;
  background-position: -260px -115px;
}

/* line 103, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-no-chaina {
  width: 823px;
  height: 67px;
  background-position: -5px -225px;
}

/* line 109, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-pintrest {
  width: 37px;
  height: 37px;
  background-position: -343px -85px;
}

/* line 115, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-pwo01 {
  width: 90px;
  height: 90px;
  background-position: -390px -115px;
}

/* line 121, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-pwo02 {
  width: 90px;
  height: 90px;
  background-position: -490px -115px;
}

/* line 127, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-pwo03 {
  width: 90px;
  height: 90px;
  background-position: -590px -115px;
}

/* line 133, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-pwo04 {
  width: 90px;
  height: 90px;
  background-position: -690px -115px;
}

/* line 139, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-pwo05 {
  width: 90px;
  height: 90px;
  background-position: -5px -302px;
}

/* line 145, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-pwo06 {
  width: 90px;
  height: 90px;
  background-position: -105px -302px;
}

/* line 151, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-quality-guaranteed {
  width: 100px;
  height: 100px;
  background-position: -205px -302px;
}

/* line 157, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-stackoverflow {
  width: 30px;
  height: 30px;
  background-position: -790px -85px;
}

/* line 163, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-tumblr {
  width: 30px;
  height: 30px;
  background-position: -790px -125px;
}

/* line 169, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-twitter {
  width: 30px;
  height: 30px;
  background-position: -5px -165px;
}

/* line 175, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-twitter {
  width: 37px;
  height: 37px;
  background-position: -45px -165px;
}

/* line 181, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-visa {
  width: 69px;
  height: 37px;
  background-position: -315px -302px;
}

/* line 187, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-xml {
  width: 36px;
  height: 14px;
  background-position: -5px -85px;
}

/* line 193, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-youtube {
  width: 37px;
  height: 37px;
  background-position: -92px -165px;
}

/* line 199, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-no {
  width: 101px;
  height: 101px;
  background-position: -510px -300px;
}

/* line 205, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-yes {
  width: 101px;
  height: 101px;
  background-position: -402px -300px;
}

/* line 211, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-no-china {
  width: 110px;
  height: 110px;
  background-position: -615px -300px;
  display: inline-block;
}

@media only screen and (min-width: 361px) and (max-width: 400px) {
  /* line 211, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
  .sprite-no-china {
    width: 125px;
    height: 105px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 360px) {
  /* line 211, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
  .sprite-no-china {
    width: 140px;
    height: 105px;
    margin-right: 15px !important;
  }
}

@media (min-width: 1260px) and (max-width: 1355px) {
  /* line 228, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
  .sprite-no-china {
    width: 113px;
    height: 105px;
    background-position: -615px -300px;
    display: inline-block;
  }
  /* line 235, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
  .bg-blue {
    font-size: 0.8em;
  }
}

/* line 240, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.spritecerti {
  background-image: url("../images/certifications/certifications-sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 246, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-nbaa {
  width: 191px;
  height: 47px;
  background-position: -251px -351px;
}

/* line 253, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-ASA-Member-logo {
  width: 189px;
  height: 130px;
  background-position: -5px -5px;
}

/* line 259, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-FAA-0056-B-accredited-logo {
  width: 130px;
  height: 130px;
  background-position: -204px -5px;
}

/* line 265, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-Inc5000_medallion {
  width: 130px;
  height: 130px;
  background-position: -5px -145px;
}

/* line 271, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-cagecode {
  width: 96px;
  height: 130px;
  background-position: -145px -145px;
}

/* line 277, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-checkbca {
  width: 99px;
  height: 55px;
  background-position: -251px -145px;
}

/* line 283, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-duns {
  width: 144px;
  height: 130px;
  background-position: -344px -5px;
}

/* line 289, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-iso_9001 {
  width: 99px;
  height: 50px;
  background-position: -360px -145px;
}

/* line 295, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-visual-com {
  width: 196px;
  height: 130px;
  background-position: -251px -210px;
}

/* line 302, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-topd {
  width: 196px;
  height: 130px;
  background-position: -50px -283px;
}

/* line 308, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/layout/_sprite.scss */
.sprite-right-arrow {
  width: 48px;
  height: 48px;
  background-position: -764px -331px;
}

/* line 11, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.container {
  max-width: 90%;
}

/* line 14, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.container-fluid {
  padding: 0 20px;
}

@media (max-width: 576px) {
  /* line 14, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .container-fluid {
    padding: 0 10px;
  }
}

/* line 21, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.pageTitle-inner-h1 {
  font-size: 24px;
  color: #024F9B;
  font-weight: 600;
}

@media (max-width: 1366px) {
  /* line 21, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .pageTitle-inner-h1 {
    font-size: 18px;
  }
}

@media (max-width: 1284px) {
  /* line 21, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .pageTitle-inner-h1 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  /* line 21, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .pageTitle-inner-h1 {
    font-size: 18px;
    margin: 10px 0 !important;
  }
}

/* line 37, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.pageTitle-inner-h2 {
  font-size: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 1366px) {
  /* line 37, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .pageTitle-inner-h2 {
    font-size: 16px;
  }
}

/* line 46, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.pageTitle-inner-h3 {
  font-size: 18px;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 1366px) {
  /* line 46, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .pageTitle-inner-h3 {
    font-size: 16px;
  }
}

/* line 56, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.inner-header header {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
}

@media (max-width: 1550px) {
  /* line 56, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .inner-header header {
    height: 125px;
  }
}

@media (max-width: 1279px) {
  /* line 56, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .inner-header header {
    height: 80px;
  }
}

/* line 70, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.breadcrumb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 5px 0px;
  color: #000000;
}

@media (max-width: 576px) {
  /* line 70, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .breadcrumb {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 82, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .breadcrumb .breadcrumb_links {
    display: contents !important;
  }
}

/* line 87, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.breadcrumb a {
  color: #000000;
  font-weight: 600;
}

/* line 90, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.breadcrumb a:hover {
  color: #B93322;
}

/* line 95, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.breadcrumb span {
  font-weight: 600;
}

/* line 100, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.thank-you-section {
  text-align: center;
  padding: 40px 0;
}

/* line 105, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.thank-you-section .message .thankTitle {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 22px;
  color: #024F9B;
  margin-bottom: 10px;
  font-size: 32px;
}

@media (max-width: 576px) {
  /* line 105, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .thank-you-section .message .thankTitle {
    font-size: 16px;
  }
}

/* line 118, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.thank-you-section .message .thanks-images {
  width: 150px;
}

/* line 122, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.thank-you-section .message .Err404-img {
  width: 40%;
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
  -webkit-animation: float 1.8s ease-in-out infinite;
  animation: float 1.8s ease-in-out infinite;
  margin-bottom: -30px;
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

/* line 148, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.thank-you-section .message p {
  color: #000000;
  font-size: 14px;
}

/* line 152, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.thank-you-section .message p a {
  white-space: nowrap;
}

/* line 157, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.thank-you-section .message .search-part {
  margin: 30px 0;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 576px) {
  /* line 157, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .thank-you-section .message .search-part {
    font-size: 14px;
  }
}

/* line 167, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.thank-you-section .message h2 {
  font-weight: 400;
}

/* line 173, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
ul {
  list-style: none;
}

/* line 181, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.sitemap-section .site_map_list a {
  color: #024F9B;
  margin-top: 10px;
  border: 1px solid #024F9B;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 189, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.sitemap-section .site_map_list a:hover {
  background: #024F9B;
  color: #FFFFFF;
}

/* line 196, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.sitemap-section .site_map_list ul {
  border-left: 1px solid #024F9B;
}

/* line 198, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.sitemap-section .site_map_list ul li {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  list-style: none;
}

/* line 203, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.sitemap-section .site_map_list ul li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -28px;
  width: 2rem;
  height: 1px;
  background: #024F9B;
}

/* line 212, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.sitemap-section .site_map_list ul li ul {
  margin-top: -10px;
  border-left: 1px solid #024F9B;
  margin-left: 10px;
  padding-top: 10px;
}

/* line 217, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.sitemap-section .site_map_list ul li ul li {
  list-style: none;
  margin-bottom: 0px;
  font-weight: normal;
}

/* line 221, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.sitemap-section .site_map_list ul li ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -28px;
  width: 1rem;
  height: 1px;
  background: #024F9B;
}

/* line 238, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section {
  padding-bottom: 0px;
}

/* line 251, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .blog-listing .custom_card .card-header a {
  color: #000000 !important;
}

/* line 259, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section.uploadRfq .file-drop-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed rgba(196, 26, 26, 0.4);
  border-radius: 3px;
  transition: 0.2s;
}

/* line 271, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section.uploadRfq .file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 276, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section.uploadRfq .uplod-btns {
  flex-shrink: 0;
  background-color: #B93322;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 288, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section.uploadRfq .file-msg {
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 297, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section.uploadRfq .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

/* line 306, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section.uploadRfq .file-input:focus {
  outline: none;
}

@media (max-width: 991px) {
  /* line 312, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .page-inner-txt {
    font-size: 14px;
  }
}

/* line 318, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .main_paging {
  text-align: right;
}

@media (max-width: 1199px) {
  /* line 318, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .main_paging {
    text-align: center;
  }
}

@media (max-width: 667px) {
  /* line 325, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .main_paging .custom_btn_sm {
    margin-top: 0;
  }
}

@media (max-width: 430px) {
  /* line 325, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .main_paging .custom_btn_sm {
    margin-top: 20px;
  }
}

/* line 335, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .main_paging .custom_btn_primary_sm {
  margin-top: -4px;
}

@media (max-width: 667px) {
  /* line 335, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .main_paging .custom_btn_primary_sm {
    padding: 5px 10px;
    margin-top: -5px;
    font-size: 14px;
  }
}

@media (max-width: 416px) {
  /* line 335, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .main_paging .custom_btn_primary_sm {
    margin-top: 10px;
  }
}

/* line 350, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .main_paging .open > .dropdown-menu {
  background: #B93322;
  color: #000000;
  top: 30px;
  border-radius: 5px;
  display: inline-flex;
  justify-content: space-between;
  left: 0;
  padding: 2px;
  font-size: 14px;
  overflow: hidden;
}

/* line 363, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .main_paging .open.actl {
  background: #024F9B;
}

/* line 366, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .main_paging .open.actl > a {
  background: #024F9B;
  color: #FFFFFF !important;
}

/* line 374, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .main_paging .open.actl > .dropdown-menu li a:hover {
  color: #FFFFFF;
  font-weight: 600;
}

/* line 384, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .main_paging .pager {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  /* li {
                font-size: $font_12;
                display: inherit;
            }*/
}

/* line 389, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .main_paging .pager > li {
  display: inline-block;
  position: relative;
  font-size: 13px;
  border-radius: 5px;
}

/* line 395, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .main_paging .pager > li a {
  background: #B93322;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 6px 5px;
}

@media (max-width: 667px) {
  /* line 395, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .main_paging .pager > li a {
    padding: 7px 3px;
  }
}

/* line 409, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .main_paging .pager > li:last-child .dropdown-menu, .part-types-section .main_paging .pager > li:nth-last-of-type(2) .dropdown-menu, .part-types-section .main_paging .pager > li:nth-last-of-type(3) .dropdown-menu {
  left: unset;
  right: 0;
}

@media (max-width: 667px) {
  /* line 422, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner {
    margin-top: 0px;
  }
}

/* line 428, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom-pagination {
  padding-top: 14px;
}

/* line 432, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom-pagination .nato-search-box {
  padding: 25px 50px;
  background-color: #F3F3F3;
}

@media (max-width: 667px) {
  /* line 432, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom-pagination .nato-search-box {
    padding: 20px 10px;
  }
}

/* line 442, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom-pagination nav .page-link {
  margin: 0 3px;
}

/* line 445, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom-pagination nav .page-link.active {
  background-color: #B93322;
  color: #FFFFFF;
  border-color: #B93322;
}

@media (max-width: 667px) {
  /* line 452, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom-pagination nav .custom_btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 667px) {
  /* line 428, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom-pagination {
    text-align: center;
  }
  /* line 462, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom-pagination .pagination {
    display: inline-flex;
    margin: 10px 0 65px;
    position: static;
  }
  /* line 467, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom-pagination .pagination .page-link {
    padding: 5px;
  }
  /* line 471, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom-pagination .pagination .custom_btn {
    margin-top: 10%;
    position: absolute;
    left: 37%;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  /* line 428, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom-pagination {
    text-align: center;
  }
  /* line 482, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom-pagination .pagination {
    display: inline-flex;
    margin: 10px 0 20px;
    position: static;
  }
  /* line 487, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom-pagination .pagination .page-link {
    padding: 5px;
  }
  /* line 491, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom-pagination .pagination .custom_btn {
    margin-top: 14%;
    position: absolute;
    left: 37%;
  }
}

/* line 500, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card {
  border-radius: 5px;
  overflow: hidden;
  border: none;
}

/* line 505, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .table-title {
  margin-bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
}

@media (max-width: 1284px) {
  /* line 505, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .table-title {
    font-size: 16px !important;
  }
}

@media (max-width: 1199px) {
  /* line 505, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .table-title {
    font-size: 14px;
  }
}

/* line 521, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .btn-link {
  text-decoration: none;
  font-size: 12px;
  color: #000000;
}

/* line 527, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-header {
  padding: 3px 10px;
  background-color: #024F9B;
  color: #FFFFFF;
  min-height: 40px;
  border: none;
}

@media (max-width: 576px) {
  /* line 527, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-header {
    text-align: center;
    min-height: auto;
    padding: 10px !important;
  }
}

/* line 540, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-header a {
  color: #FFFFFF;
  background: #B93322;
  border-radius: 0;
}

/* line 545, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-header a:hover {
  background-color: #FFFFFF;
  color: #B93322;
  border-color: #FFFFFF;
}

@media (max-width: 576px) {
  /* line 540, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-header a {
    text-align: center;
    padding: 0;
    margin-top: 10px;
  }
  /* line 556, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-header a.btn-link {
    padding: 6px 12px;
    margin-top: 0;
  }
}

/* line 564, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body {
  padding: 15px;
  border: 1px solid #efefef;
}

/* line 569, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body .niin-list-table table {
  margin-bottom: 0;
}

/* line 572, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body .niin-list-table table td {
  width: 50% !important;
  float: left;
}

@media (max-width: 1199px) {
  /* line 583, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body .nsnparts table tr td span {
    display: block;
  }
}

/* line 593, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body .table_form {
  border-color: #efefef;
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
}

/* line 600, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body .table_form tr th,
.part-types-section .content-section-innner .custom_card .card-body .table_form tr td {
  border: 1px solid #efefef;
  padding: 5px;
}

/* line 606, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body .table_form tr th {
  font-weight: bold;
  background-color: #F6F6F6;
}

/* line 611, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body .table_form tr td {
  vertical-align: middle;
  font-size: 14px;
}

/* line 618, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body table {
  border-color: #efefef;
}

/* line 622, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body table thead th {
  font-weight: 500;
  font-size: 16px;
}

/* line 629, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body table tr td {
  border: 1px solid #efefef;
  vertical-align: middle;
  text-transform: capitalize;
}

/* line 630, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body table tr td.bp_rfq {
  text-align: center;
}

@media (max-width: 576px) {
  /* line 618, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body table {
    font-size: 14px;
  }
}

/* line 645, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body a {
  font-size: 14px;
  white-space: normal;
  z-index: 1;
  border-radius: 0;
}

/* line 653, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body form {
  padding: 10px;
}

/* line 657, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body #formFile {
  font-size: 14px;
}

/* line 661, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body ul {
  margin-bottom: 0;
  padding-left: 0px;
}

/* line 665, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .content-section-innner .custom_card .card-body ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  /* line 677, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body table tbody tr {
    display: block;
  }
  /* line 680, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body table tbody tr td {
    display: block;
    width: 100% !important;
  }
  /* line 689, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body table.innerTble tr td {
    width: 50% !important;
    float: left;
  }
  /* line 698, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body table.table_form tbody tr {
    display: table-row;
  }
  /* line 701, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body table.table_form tbody tr td {
    display: table-cell;
  }
  /* line 713, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body .niin-list-table table tbody tr {
    border: 0px;
  }
  /* line 716, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body .niin-list-table table tbody tr td {
    width: 50% !important;
    float: left;
  }
  /* line 727, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.board-level-components-inner-table table thead {
    display: none;
  }
  /* line 732, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.board-level-components-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 737, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.board-level-components-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 743, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.board-level-components-inner-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 749, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.board-level-components-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer :";
  }
  /* line 755, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.board-level-components-inner-table table tbody tr td:nth-of-type(3)::before {
    content: "Description :";
  }
  /* line 761, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.board-level-components-inner-table table tbody tr td:nth-of-type(4)::before {
    content: "QTY :";
  }
  /* line 766, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.board-level-components-inner-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 769, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.board-level-components-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 775, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.board-level-components-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 790, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-part-type-table-listing table thead {
    display: none;
  }
  /* line 795, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-part-type-table-listing table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 800, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-part-type-table-listing table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 806, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-part-type-table-listing table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 812, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-part-type-table-listing table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer :";
  }
  /* line 818, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-part-type-table-listing table tbody tr td:nth-of-type(3)::before {
    content: "Description :";
  }
  /* line 824, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-part-type-table-listing table tbody tr td:nth-of-type(4)::before {
    content: "QTY :";
  }
  /* line 829, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-part-type-table-listing table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 832, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-part-type-table-listing table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 838, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-part-type-table-listing table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 853, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-part-listing table thead {
    display: none;
  }
  /* line 858, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-part-listing table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 863, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-part-listing table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 869, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-part-listing table tbody tr td:first-child::before {
    content: "Part NO:";
  }
  /* line 875, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-part-listing table tbody tr td:nth-of-type(2)::before {
    content: "Part Type :";
  }
  /* line 881, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-part-listing table tbody tr td:nth-of-type(3)::before {
    content: "Description :";
  }
  /* line 887, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-part-listing table tbody tr td:nth-of-type(4)::before {
    content: "QTY :";
  }
  /* line 892, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-part-listing table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 895, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-part-listing table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 901, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-part-listing table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 918, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-table table thead, .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturer-table table thead, .part-types-section .content-section-innner .custom_card .card-body.connector-type-table table thead {
    display: none;
  }
  /* line 923, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-table table tbody tr, .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturer-table table tbody tr, .part-types-section .content-section-innner .custom_card .card-body.connector-type-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 928, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-table table tbody tr td, .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturer-table table tbody tr td, .part-types-section .content-section-innner .custom_card .card-body.connector-type-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 934, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-table table tbody tr td:first-child::before, .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturer-table table tbody tr td:first-child::before, .part-types-section .content-section-innner .custom_card .card-body.connector-type-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 940, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-table table tbody tr td:nth-of-type(2)::before, .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturer-table table tbody tr td:nth-of-type(2)::before, .part-types-section .content-section-innner .custom_card .card-body.connector-type-table table tbody tr td:nth-of-type(2)::before {
    content: "Description :";
  }
  /* line 946, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-table table tbody tr td:nth-of-type(3)::before, .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturer-table table tbody tr td:nth-of-type(3)::before, .part-types-section .content-section-innner .custom_card .card-body.connector-type-table table tbody tr td:nth-of-type(3)::before {
    content: "Part Type :";
  }
  /* line 952, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-table table tbody tr td:nth-of-type(4)::before, .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturer-table table tbody tr td:nth-of-type(4)::before, .part-types-section .content-section-innner .custom_card .card-body.connector-type-table table tbody tr td:nth-of-type(4)::before {
    content: "QTY :";
  }
  /* line 957, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-table table tbody tr td:last-child, .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturer-table table tbody tr td:last-child, .part-types-section .content-section-innner .custom_card .card-body.connector-type-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 960, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-table table tbody tr td:last-child a, .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturer-table table tbody tr td:last-child a, .part-types-section .content-section-innner .custom_card .card-body.connector-type-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 966, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.electronic-manufacturer-table table tbody tr td::before, .part-types-section .content-section-innner .custom_card .card-body.connector-manufacturer-table table tbody tr td::before, .part-types-section .content-section-innner .custom_card .card-body.connector-type-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 981, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-types-inner-table table thead {
    display: none;
  }
  /* line 986, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-types-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 991, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-types-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 997, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-types-inner-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 1003, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-types-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
  }
  /* line 1009, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-types-inner-table table tbody tr td:nth-of-type(3)::before {
    content: "Manufacturer :";
  }
  /* line 1015, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-types-inner-table table tbody tr td:nth-of-type(4)::before {
    content: "QTY :";
  }
  /* line 1020, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-types-inner-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 1023, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-types-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1029, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-types-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1044, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-bearing-inner-table table thead {
    display: none;
  }
  /* line 1049, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-bearing-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1054, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-bearing-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1060, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-bearing-inner-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 1066, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-bearing-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
  }
  /* line 1072, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-bearing-inner-table table tbody tr td:nth-of-type(3)::before {
    content: "Manufacturer :";
  }
  /* line 1078, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-bearing-inner-table table tbody tr td:nth-of-type(4)::before {
    content: "QTY :";
  }
  /* line 1083, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-bearing-inner-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 1086, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-bearing-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1092, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-bearing-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1107, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-fastener-inner-table table thead {
    display: none;
  }
  /* line 1112, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-fastener-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1117, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-fastener-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1123, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-fastener-inner-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 1129, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-fastener-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
  }
  /* line 1135, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-fastener-inner-table table tbody tr td:nth-of-type(3)::before {
    content: "Manufacturer :";
  }
  /* line 1141, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-fastener-inner-table table tbody tr td:nth-of-type(4)::before {
    content: "QTY :";
  }
  /* line 1146, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-fastener-inner-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 1149, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-fastener-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1155, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-fastener-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1170, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-manufacturer-inner-table table thead {
    display: none;
  }
  /* line 1175, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-manufacturer-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1180, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-manufacturer-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1186, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-manufacturer-inner-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 1192, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-manufacturer-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
  }
  /* line 1198, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-manufacturer-inner-table table tbody tr td:nth-of-type(3)::before {
    content: "Manufacturer :";
  }
  /* line 1204, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-manufacturer-inner-table table tbody tr td:nth-of-type(4)::before {
    content: "QTY :";
  }
  /* line 1209, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-manufacturer-inner-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 1212, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-manufacturer-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1218, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-manufacturer-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1233, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-inner-table table thead {
    display: none;
  }
  /* line 1238, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1243, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1249, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-inner-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 1255, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "UNSPSC :";
  }
  /* line 1261, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-inner-table table tbody tr td:nth-of-type(3)::before {
    content: "Description :";
  }
  /* line 1267, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-inner-table table tbody tr td:nth-of-type(4)::before {
    content: "QTY :";
  }
  /* line 1272, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-inner-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 1275, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1281, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1296, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-inner-table table thead {
    display: none;
  }
  /* line 1301, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1306, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1312, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-inner-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 1318, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "UPC :";
  }
  /* line 1324, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-inner-table table tbody tr td:nth-of-type(3)::before {
    content: "Description :";
  }
  /* line 1330, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-inner-table table tbody tr td:nth-of-type(4)::before {
    content: "QTY :";
  }
  /* line 1335, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-inner-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 1338, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1344, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1359, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.manufacturers-inner-table table thead {
    display: none;
  }
  /* line 1364, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.manufacturers-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1369, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.manufacturers-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1375, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.manufacturers-inner-table table tbody tr td:first-child::before {
    content: "Part Number:";
    font-weight: bold;
  }
  /* line 1382, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.manufacturers-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "Description :";
    font-weight: bold;
  }
  /* line 1389, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.manufacturers-inner-table table tbody tr td:nth-of-type(3)::before {
    content: "NSN :";
    font-weight: bold;
  }
  /* line 1396, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.manufacturers-inner-table table tbody tr td:nth-of-type(4)::before {
    content: "FSC :";
    font-weight: bold;
  }
  /* line 1403, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.manufacturers-inner-table table tbody tr td:nth-child(5)::before {
    content: "QTY:";
    font-weight: bold;
  }
  /* line 1409, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.manufacturers-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1414, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.manufacturers-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1429, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.networking-device-inner-table table thead {
    display: none;
  }
  /* line 1434, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.networking-device-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1439, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.networking-device-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1445, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.networking-device-inner-table table tbody tr td:first-child::before {
    content: "Part Number:";
    font-weight: bold;
  }
  /* line 1452, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.networking-device-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer :";
    font-weight: bold;
  }
  /* line 1459, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.networking-device-inner-table table tbody tr td:nth-child(3)::before {
    content: "Description :";
    font-weight: bold;
  }
  /* line 1466, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.networking-device-inner-table table tbody tr td:nth-child(4)::before {
    content: "QTY :";
    font-weight: bold;
  }
  /* line 1472, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.networking-device-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1477, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.networking-device-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1492, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-parts-table table thead {
    display: none;
  }
  /* line 1497, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-parts-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1502, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-parts-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1508, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-parts-table table tbody tr td:first-child::before {
    content: "TSO No. :";
  }
  /* line 1514, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-parts-table table tbody tr td:nth-of-type(2)::before {
    content: "TSO Holder Name :";
  }
  /* line 1520, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-parts-table table tbody tr td:nth-of-type(3)::before {
    content: "TSO Title :";
  }
  /* line 1526, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-parts-table table tbody tr td:nth-child(4)::before {
    content: "Latest Update :";
  }
  /* line 1532, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-parts-table table tbody tr td:last-child::before {
    content: "Part Model No./Name :";
  }
  /* line 1537, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-parts-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1552, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.pma-list-table table thead {
    display: none;
  }
  /* line 1557, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.pma-list-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1562, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.pma-list-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1568, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.pma-list-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 1574, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.pma-list-table table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer :";
  }
  /* line 1580, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.pma-list-table table tbody tr td:nth-of-type(3)::before {
    content: "Description :";
  }
  /* line 1585, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.pma-list-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1590, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.pma-list-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1605, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model-parts-table table thead {
    display: none;
  }
  /* line 1610, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model-parts-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1615, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model-parts-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1621, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model-parts-table table tbody tr td:first-child::before {
    content: "Part NO:";
  }
  /* line 1627, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model-parts-table table tbody tr td:nth-of-type(2)::before {
    content: "	Aircraft Type :";
  }
  /* line 1633, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model-parts-table table tbody tr td:nth-of-type(3)::before {
    content: "Part Type :";
  }
  /* line 1639, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model-parts-table table tbody tr td:nth-of-type(4)::before {
    content: "	Description :";
  }
  /* line 1645, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model-parts-table table tbody tr td:nth-of-type(5)::before {
    content: "Condition :";
  }
  /* line 1650, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model-parts-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 1653, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model-parts-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1659, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model-parts-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1674, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table thead {
    display: none;
  }
  /* line 1679, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1684, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1690, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 1696, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer :";
  }
  /* line 1702, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:nth-of-type(3)::before {
    content: "Popular Name :";
  }
  /* line 1708, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:nth-of-type(4)::before {
    content: "Model Number :";
  }
  /* line 1714, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:nth-of-type(5)::before {
    content: "Per Engine :";
  }
  /* line 1719, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 1722, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1728, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-engine-mounts table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1743, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table thead {
    display: none;
  }
  /* line 1748, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1753, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1759, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 1765, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer :";
  }
  /* line 1771, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:nth-of-type(3)::before {
    content: "Description :";
  }
  /* line 1777, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:nth-of-type(4)::before {
    content: "Aircraft Application :";
  }
  /* line 1783, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:nth-of-type(5)::before {
    content: "NSN Number :";
  }
  /* line 1788, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1793, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-data-plates table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1808, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table thead {
    display: none;
  }
  /* line 1813, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1818, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1824, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 1830, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer :";
  }
  /* line 1836, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:nth-of-type(3)::before {
    content: "Description :";
  }
  /* line 1842, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:nth-of-type(4)::before {
    content: "Category :";
  }
  /* line 1847, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 1850, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1856, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1871, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table thead {
    display: none;
  }
  /* line 1876, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1881, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1887, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 1893, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer :";
  }
  /* line 1899, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td:nth-of-type(3)::before {
    content: "Description :";
  }
  /* line 1904, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 1907, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1913, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1928, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cabin-crew-safety-parts table thead {
    display: none;
  }
  /* line 1933, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cabin-crew-safety-parts table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1938, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cabin-crew-safety-parts table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 1944, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cabin-crew-safety-parts table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 1950, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cabin-crew-safety-parts table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer :";
  }
  /* line 1956, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cabin-crew-safety-parts table tbody tr td:nth-of-type(3)::before {
    content: "Description :";
  }
  /* line 1961, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cabin-crew-safety-parts table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 1964, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cabin-crew-safety-parts table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 1970, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cabin-crew-safety-parts table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 1985, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table thead {
    display: none;
  }
  /* line 1990, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 1995, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2001, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:first-child::before {
    content: "Part Number :";
  }
  /* line 2007, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer :";
  }
  /* line 2013, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:nth-of-type(3)::before {
    content: "Alternate Part Number :";
  }
  /* line 2019, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:nth-of-type(4)::before {
    content: "Model Name :";
  }
  /* line 2025, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:nth-of-type(5)::before {
    content: "Brake Type :";
  }
  /* line 2031, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:nth-of-type(6)::before {
    content: "Description :";
  }
  /* line 2036, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2039, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2045, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-brake-parts table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2060, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model table thead {
    display: none;
  }
  /* line 2065, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2070, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2076, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model table tbody tr td:first-child::before {
    content: "Part Number :";
  }
  /* line 2082, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model table tbody tr td:nth-of-type(2)::before {
    content: "Aircraft Type :";
  }
  /* line 2088, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model table tbody tr td:nth-of-type(3)::before {
    content: "Part Type :";
  }
  /* line 2094, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model table tbody tr td:nth-of-type(4)::before {
    content: "Description :";
  }
  /* line 2100, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model table tbody tr td:nth-of-type(5)::before {
    content: "Condition :";
  }
  /* line 2105, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2108, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2114, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-model table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2129, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table thead {
    display: none;
  }
  /* line 2134, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2139, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2145, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr td:first-child::before {
    content: "Part Number :";
    font-weight: bold;
  }
  /* line 2152, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
    font-weight: bold;
  }
  /* line 2159, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr td:nth-child(3)::before {
    content: "Item Name :";
    font-weight: bold;
  }
  /* line 2166, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr td:nth-child(4)::before {
    content: "CAGE Code :";
    font-weight: bold;
  }
  /* line 2173, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr td:nth-child(4)::before {
    content: "QTY :";
    font-weight: bold;
  }
  /* line 2179, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2184, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-manufacturers-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2199, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-table-listing table thead {
    display: none;
  }
  /* line 2204, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-table-listing table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2209, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-table-listing table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2215, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-table-listing table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 2221, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-table-listing table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
  }
  /* line 2227, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-table-listing table tbody tr td:nth-of-type(3)::before {
    content: "Item Name :";
  }
  /* line 2233, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-table-listing table tbody tr td:nth-child(4)::before {
    content: "FSC Code :";
  }
  /* line 2239, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-table-listing table tbody tr td:nth-child(5)::before {
    content: "QTY :";
  }
  /* line 2244, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-table-listing table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2247, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-table-listing table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2253, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-mfg-table-listing table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2268, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table thead {
    display: none;
  }
  /* line 2273, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2278, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2284, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 2290, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
  }
  /* line 2296, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:nth-of-type(3)::before {
    content: "Item Name :";
  }
  /* line 2302, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:nth-child(4)::before {
    content: "Manufacturer :";
  }
  /* line 2308, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:nth-child(5)::before {
    content: "QTY :";
  }
  /* line 2313, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2316, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2322, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-part-listing table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2337, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table thead {
    display: none;
  }
  /* line 2342, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2347, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2353, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 2359, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
  }
  /* line 2365, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td:nth-of-type(3)::before {
    content: "Item Name :";
  }
  /* line 2371, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td:nth-child(4)::before {
    content: "Manufacturer :";
  }
  /* line 2377, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td:nth-child(5)::before {
    content: "CAGE Code :";
  }
  /* line 2382, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2385, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2391, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.fsc-inner-part-listing-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2406, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-part-type-table-listing table thead {
    display: none;
  }
  /* line 2411, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-part-type-table-listing table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2416, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-part-type-table-listing table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2422, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-part-type-table-listing table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 2428, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-part-type-table-listing table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
  }
  /* line 2434, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-part-type-table-listing table tbody tr td:nth-of-type(3)::before {
    content: "Manufacturer :";
  }
  /* line 2440, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-part-type-table-listing table tbody tr td:nth-of-type(4)::before {
    content: "Item Name :";
  }
  /* line 2446, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-part-type-table-listing table tbody tr td:nth-of-type(5)::before {
    content: "QTY :";
  }
  /* line 2452, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-part-type-table-listing table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2455, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-part-type-table-listing table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2461, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-part-type-table-listing table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2476, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table thead {
    display: none;
  }
  /* line 2481, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2486, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2492, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 2498, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td:nth-of-type(2)::before {
    content: "Item Name :";
  }
  /* line 2506, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td:nth-of-type(3)::before {
    content: "NSN :";
  }
  /* line 2512, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td:nth-of-type(4)::before {
    content: "QTY :";
  }
  /* line 2518, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2521, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2527, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-inner table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2542, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-finder table thead {
    display: none;
  }
  /* line 2547, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-finder table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2552, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-finder table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2558, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-finder table tbody tr td:first-child::before {
    content: "CAGE Code :";
  }
  /* line 2564, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-finder table tbody tr td:nth-of-type(2)::before {
    content: "Address :";
  }
  /* line 2570, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-finder table tbody tr td:nth-of-type(3)::before {
    content: "Status :";
  }
  /* line 2576, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-finder table tbody tr td:last-child::before {
    content: "Type :";
  }
  /* line 2581, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.cage-code-finder table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2596, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-break-parts-table table thead {
    display: none;
  }
  /* line 2601, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-break-parts-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2606, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-break-parts-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2612, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-break-parts-table table tbody tr td:first-child::before {
    content: " Part Number:";
  }
  /* line 2618, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-break-parts-table table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer:";
  }
  /* line 2624, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-break-parts-table table tbody tr td:nth-child(3)::before {
    content: "	Alternate Part Number :";
  }
  /* line 2630, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-break-parts-table table tbody tr td:nth-child(4)::before {
    content: "Model Name:";
  }
  /* line 2636, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-break-parts-table table tbody tr td:nth-child(5)::before {
    content: "Brake Type :";
  }
  /* line 2642, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-break-parts-table table tbody tr td:nth-child(6)::before {
    content: "Description :";
  }
  /* line 2647, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-break-parts-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2650, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-break-parts-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2656, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-break-parts-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2671, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-cabin-crew-safety-parts-table table thead {
    display: none;
  }
  /* line 2676, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-cabin-crew-safety-parts-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2681, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-cabin-crew-safety-parts-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2687, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-cabin-crew-safety-parts-table table tbody tr td:first-child::before {
    content: " Part Number:";
  }
  /* line 2693, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-cabin-crew-safety-parts-table table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer:";
  }
  /* line 2699, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-cabin-crew-safety-parts-table table tbody tr td:nth-child(3)::before {
    content: "Description :";
  }
  /* line 2706, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-cabin-crew-safety-parts-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2709, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-cabin-crew-safety-parts-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2715, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-cabin-crew-safety-parts-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2730, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling-inner-table table thead {
    display: none;
  }
  /* line 2735, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2740, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2746, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling-inner-table table tbody tr td:first-child::before {
    content: " Part Number:";
  }
  /* line 2752, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer:";
  }
  /* line 2758, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling-inner-table table tbody tr td:nth-child(3)::before {
    content: "Description :";
  }
  /* line 2765, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling-inner-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2768, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2774, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-tooling-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2789, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings-parts table thead {
    display: none;
  }
  /* line 2794, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings-parts table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2799, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings-parts table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2805, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings-parts table tbody tr td:first-child::before {
    content: " Part Number:";
  }
  /* line 2811, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings-parts table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer:";
  }
  /* line 2817, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings-parts table tbody tr td:nth-child(3)::before {
    content: "Description :";
  }
  /* line 2823, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings-parts table tbody tr td:nth-child(4)::before {
    content: "Category :";
  }
  /* line 2828, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings-parts table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2831, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings-parts table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2837, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-hydraulic-fittings-parts table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2852, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-dataplates-inner-table table thead {
    display: none;
  }
  /* line 2857, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-dataplates-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2862, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-dataplates-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2868, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-dataplates-inner-table table tbody tr td:first-child::before {
    content: " Part Number:";
  }
  /* line 2874, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-dataplates-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer:";
  }
  /* line 2880, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-dataplates-inner-table table tbody tr td:nth-child(3)::before {
    content: "Description :";
  }
  /* line 2886, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-dataplates-inner-table table tbody tr td:nth-child(4)::before {
    content: "Aircraft Application :";
  }
  /* line 2892, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-dataplates-inner-table table tbody tr td:nth-child(5)::before {
    content: "NSN Number :";
  }
  /* line 2897, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-dataplates-inner-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2900, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-dataplates-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2906, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-dataplates-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2921, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-enginemounts-inner-table table thead {
    display: none;
  }
  /* line 2926, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-enginemounts-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 2931, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-enginemounts-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 2937, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-enginemounts-inner-table table tbody tr td:first-child::before {
    content: " Part Number:";
  }
  /* line 2943, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-enginemounts-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer:";
  }
  /* line 2949, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-enginemounts-inner-table table tbody tr td:nth-child(3)::before {
    content: "Popular Name :";
  }
  /* line 2955, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-enginemounts-inner-table table tbody tr td:nth-child(4)::before {
    content: "Model Number :";
  }
  /* line 2961, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-enginemounts-inner-table table tbody tr td:nth-child(5)::before {
    content: "Per Engine :";
  }
  /* line 2966, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-enginemounts-inner-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 2969, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-enginemounts-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 2975, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aircraft-enginemounts-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 2990, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.parts-manufacturer-approval-parts table thead {
    display: none;
  }
  /* line 2995, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.parts-manufacturer-approval-parts table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3000, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.parts-manufacturer-approval-parts table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3006, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.parts-manufacturer-approval-parts table tbody tr td:first-child::before {
    content: " Part Number:";
  }
  /* line 3012, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.parts-manufacturer-approval-parts table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer:";
  }
  /* line 3018, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.parts-manufacturer-approval-parts table tbody tr td:nth-child(3)::before {
    content: "Description :";
  }
  /* line 3024, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.parts-manufacturer-approval-parts table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3027, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.parts-manufacturer-approval-parts table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3033, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.parts-manufacturer-approval-parts table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3048, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-listing-parts table thead {
    display: none;
  }
  /* line 3053, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-listing-parts table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3058, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-listing-parts table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3064, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-listing-parts table tbody tr td:first-child::before {
    content: "TSO Number:";
  }
  /* line 3070, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-listing-parts table tbody tr td:nth-of-type(2)::before {
    content: "TSO Holder Name:";
  }
  /* line 3076, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-listing-parts table tbody tr td:nth-child(3)::before {
    content: "TSO Title :";
  }
  /* line 3082, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-listing-parts table tbody tr td:nth-child(4)::before {
    content: "Part Model Number/Name :";
  }
  /* line 3088, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-listing-parts table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3091, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-listing-parts table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3097, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.tso-listing-parts table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3112, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-part-type-table-listing table thead {
    display: none;
  }
  /* line 3117, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-part-type-table-listing table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3122, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-part-type-table-listing table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3128, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-part-type-table-listing table tbody tr td:first-child::before {
    content: "Part NO:";
  }
  /* line 3134, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-part-type-table-listing table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer:";
  }
  /* line 3140, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-part-type-table-listing table tbody tr td:nth-child(3)::before {
    content: "Description :";
  }
  /* line 3146, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-part-type-table-listing table tbody tr td:nth-child(4)::before {
    content: "QTY :";
  }
  /* line 3152, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-part-type-table-listing table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3155, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-part-type-table-listing table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3161, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-part-type-table-listing table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3176, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-mfg-listing table thead {
    display: none;
  }
  /* line 3181, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-mfg-listing table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3186, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-mfg-listing table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3192, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-mfg-listing table tbody tr td:first-child::before {
    content: "Part NO:";
  }
  /* line 3198, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-mfg-listing table tbody tr td:nth-of-type(2)::before {
    content: "Part Type:";
  }
  /* line 3204, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-mfg-listing table tbody tr td:nth-child(3)::before {
    content: "Description :";
  }
  /* line 3210, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-mfg-listing table tbody tr td:nth-child(4)::before {
    content: "QTY :";
  }
  /* line 3216, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-mfg-listing table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3219, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-mfg-listing table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3225, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.connector-mfg-listing table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3240, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-part-type-table-listing table thead {
    display: none;
  }
  /* line 3245, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-part-type-table-listing table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3250, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-part-type-table-listing table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3256, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-part-type-table-listing table tbody tr td:first-child::before {
    content: "Part NO:";
  }
  /* line 3262, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-part-type-table-listing table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer:";
  }
  /* line 3268, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-part-type-table-listing table tbody tr td:nth-child(3)::before {
    content: "Description :";
  }
  /* line 3274, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-part-type-table-listing table tbody tr td:nth-child(4)::before {
    content: "QTY :";
  }
  /* line 3280, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-part-type-table-listing table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3283, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-part-type-table-listing table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3289, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-part-type-table-listing table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3304, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-mfg-table-listing table thead {
    display: none;
  }
  /* line 3309, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-mfg-table-listing table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3314, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-mfg-table-listing table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3320, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-mfg-table-listing table tbody tr td:first-child::before {
    content: "Part NO:";
  }
  /* line 3326, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-mfg-table-listing table tbody tr td:nth-of-type(2)::before {
    content: "Part Type:";
  }
  /* line 3332, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-mfg-table-listing table tbody tr td:nth-child(3)::before {
    content: "Description :";
  }
  /* line 3338, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-mfg-table-listing table tbody tr td:nth-child(4)::before {
    content: "QTY :";
  }
  /* line 3344, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-mfg-table-listing table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3347, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-mfg-table-listing table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3353, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.hardware-mfg-table-listing table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3368, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-parts-inner table thead {
    display: none;
  }
  /* line 3373, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-parts-inner table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3378, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-parts-inner table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3384, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-parts-inner table tbody tr td:first-child::before {
    content: "Part NO:";
  }
  /* line 3390, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-parts-inner table tbody tr td:nth-of-type(2)::before {
    content: "UPC:";
  }
  /* line 3396, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-parts-inner table tbody tr td:nth-child(3)::before {
    content: "Description :";
  }
  /* line 3402, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-parts-inner table tbody tr td:nth-child(4)::before {
    content: "QTY :";
  }
  /* line 3408, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-parts-inner table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3411, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-parts-inner table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3417, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.unspsc-parts-inner table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3432, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-parts-inner table thead {
    display: none;
  }
  /* line 3437, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-parts-inner table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3442, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-parts-inner table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3448, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-parts-inner table tbody tr td:first-child::before {
    content: "Part NO:";
  }
  /* line 3454, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-parts-inner table tbody tr td:nth-of-type(2)::before {
    content: "UNSPSC:";
  }
  /* line 3460, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-parts-inner table tbody tr td:nth-child(3)::before {
    content: "Description :";
  }
  /* line 3466, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-parts-inner table tbody tr td:nth-child(4)::before {
    content: "QTY :";
  }
  /* line 3472, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-parts-inner table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3475, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-parts-inner table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3481, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.upc-parts-inner table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3496, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-mfg-table-listing table thead {
    display: none;
  }
  /* line 3501, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-mfg-table-listing table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3506, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-mfg-table-listing table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3512, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-mfg-table-listing table tbody tr td:first-child::before {
    content: "Part NO:";
  }
  /* line 3518, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-mfg-table-listing table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
  }
  /* line 3525, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-mfg-table-listing table tbody tr td:nth-child(3)::before {
    content: "Item Name :";
  }
  /* line 3531, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-mfg-table-listing table tbody tr td:nth-child(4)::before {
    content: "QTY :";
  }
  /* line 3536, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-mfg-table-listing table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3539, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-mfg-table-listing table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3545, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-mfg-table-listing table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3560, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-type-table-listing table thead {
    display: none;
  }
  /* line 3565, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-type-table-listing table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3570, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-type-table-listing table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3576, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-type-table-listing table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 3582, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-type-table-listing table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
  }
  /* line 3588, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-type-table-listing table tbody tr td:nth-of-type(3)::before {
    content: "Manufacturer :";
  }
  /* line 3594, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-type-table-listing table tbody tr td:nth-child(4)::before {
    content: "Item Name :";
  }
  /* line 3600, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-type-table-listing table tbody tr td:nth-child(5)::before {
    content: "QTY :";
  }
  /* line 3605, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-type-table-listing table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3608, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-type-table-listing table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3614, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.aviation-part-type-table-listing table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3629, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table thead {
    display: none;
  }
  /* line 3634, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3639, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3645, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 3651, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer :";
  }
  /* line 3657, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td:nth-child(3)::before {
    content: "Item Name :";
  }
  /* line 3663, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3666, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3672, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.nsn-parts-inner table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3687, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table thead {
    display: none;
  }
  /* line 3692, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3697, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3703, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 3709, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-of-type(2)::before {
    content: "Manufacturer :";
  }
  /* line 3715, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:nth-of-type(3)::before {
    content: "Description :";
  }
  /* line 3720, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3723, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3729, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3744, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-table table thead {
    display: none;
  }
  /* line 3749, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3754, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3760, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 3766, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
  }
  /* line 3772, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-table table tbody tr td:nth-of-type(3)::before {
    content: "Manufacturer :";
  }
  /* line 3778, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-table table tbody tr td:nth-of-type(4)::before {
    content: "Item Name :";
  }
  /* line 3784, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-table table tbody tr td:nth-child(5)::before {
    content: "QTY :";
  }
  /* line 3789, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3792, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3798, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-listing-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3813, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-type-inner-table table thead {
    display: none;
  }
  /* line 3818, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-type-inner-table table tbody tr {
    display: block;
    border-bottom: 3px solid #024F9B;
    margin-bottom: 10px;
  }
  /* line 3823, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-type-inner-table table tbody tr td {
    width: 100%;
    display: flex;
    text-align: left !important;
  }
  /* line 3829, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-type-inner-table table tbody tr td:first-child::before {
    content: "Part Number:";
  }
  /* line 3835, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-type-inner-table table tbody tr td:nth-of-type(2)::before {
    content: "NSN :";
  }
  /* line 3841, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-type-inner-table table tbody tr td:nth-of-type(3)::before {
    content: "Manufacturer :";
  }
  /* line 3847, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-type-inner-table table tbody tr td:nth-of-type(4)::before {
    content: "CAGE Code :";
  }
  /* line 3853, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-type-inner-table table tbody tr td:nth-child(5)::before {
    content: "FSC :";
  }
  /* line 3858, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-type-inner-table table tbody tr td:last-child {
    justify-content: center;
  }
  /* line 3861, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-type-inner-table table tbody tr td:last-child a {
    text-align: center;
    margin: 0 auto;
  }
  /* line 3867, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body.part-type-inner-table table tbody tr td::before {
    font-weight: 600;
    margin-right: 5px;
    min-width: 130px;
    display: block;
    float: left;
  }
  /* line 3882, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body .nsn-technical-charactarstics tbody tr {
    display: table-header-group;
  }
  /* line 3885, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .custom_card .card-body .nsn-technical-charactarstics tbody tr td,
  .part-types-section .content-section-innner .custom_card .card-body .nsn-technical-charactarstics tbody tr th {
    display: table-cell !important;
    width: auto !important;
  }
}

@media (min-width: 1279px) {
  /* line 3912, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .content-section-innner .pagination {
    justify-content: flex-end;
    margin: 10px 0;
  }
}

/* line 3922, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .related_components-card .card-header {
  background-color: #FFFFFF;
}

/* line 3926, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .related_components-card .related_components-section {
  background-color: #F6F6F6;
  border-radius: 5px;
}

/* line 3931, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .related_components-card .related_components-section .related_components a {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 576px) {
  /* line 3931, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .related_components-card .related_components-section .related_components a {
    font-size: 14px;
  }
}

/* line 3941, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .related_components-card .related_components-section .related_components ul {
  padding: 10px 0px;
  margin-bottom: 0;
  border-bottom: 1px dashed #dadada;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 3941, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .related_components-card .related_components-section .related_components ul {
    min-height: 70px;
  }
}

@media (max-width: 576px) {
  /* line 3941, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .related_components-card .related_components-section .related_components ul {
    min-height: auto;
  }
}

/* line 3956, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .related_components-card .related_components-section .related_components ul li {
  list-style: none;
  line-height: normal;
}

@media (max-width: 1199px) {
  /* line 3956, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .related_components-card .related_components-section .related_components ul li {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  /* line 3956, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .related_components-card .related_components-section .related_components ul li {
    margin-bottom: 0;
  }
}

/* line 3973, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .form_holder {
  background-color: #B93322;
  padding: 20px 10px;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  text-align: center;
  color: #FFFFFF;
}

/* line 3982, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .form_holder input::placeholder {
  color: #FFFFFF;
}

/* line 3988, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .form_holder .custom-form-inner .form-heading-inner {
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
}

/* line 3996, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part-types-section .form_holder p {
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  /* line 3973, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .part-types-section .form_holder {
    margin-top: 10px;
  }
}

/* line 4007, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 5px;
  border: 1px solid #efefef;
  overflow: hidden;
}

/* line 4014, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts.blog-twitter .twitter-timeline {
  width: 100% !important;
  max-height: 300px;
  min-height: 300px;
  overflow: auto;
}

/* line 4022, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts.certificate-block {
  margin-top: 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  /* line 4022, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .listed-parts.certificate-block {
    margin-top: 20px;
  }
}

/* line 4030, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts.certificate-block .list-group {
  padding: 0 30px;
}

/* line 4033, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts.certificate-block .list-group .list-group-item {
  display: list-item;
  padding: 10px 0;
  list-style: square;
  color: #024F9B;
  /* font-weight: $font_weight_600;*/
}

/* line 4039, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts.certificate-block .list-group .list-group-item::marker {
  color: #B93322;
}

/* line 4043, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts.certificate-block .list-group .list-group-item i {
  padding: 5px;
}

/* line 4049, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts.certificate-block .list-head {
  background-color: #024F9B;
  color: #FFFFFF;
}

/* line 4055, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts .list-head {
  font-size: 16px;
  background-color: #024F9B;
  margin-bottom: 0;
  padding: 10px;
  color: #FFFFFF;
}

@media only screen and (max-width: 1366px) {
  /* line 4055, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .listed-parts .list-head {
    font-size: 14px;
  }
}

/* line 4068, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts .list-group .border-radius-0 {
  border-radius: 0;
}

/* line 4072, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts .list-group li {
  font-size: 14px;
  border: 0;
}

/* line 4076, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts .list-group li a {
  color: #0058b1;
}

/* line 4080, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts .list-group li .btn {
  color: #FFFFFF;
}

/* line 4094, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.listed-parts .list-group .list-group-item.text-center {
  background-color: #f9f9f9;
  border-top: 1px solid #efefef;
}

/* line 4101, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blogCategories .list-group {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 10px;
}

/* line 4109, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blogCategories .list-group li {
  list-style-type: none;
  line-height: 1.9;
  padding: 2px 10px;
  border: 1px solid;
  margin-bottom: 5px;
  color: #f2f2f2;
}

/* line 4117, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blogCategories .list-group li a {
  font-size: 13px;
}

/* line 4124, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blogRecent .card-body {
  padding: 10px !important;
  border-bottom: 1px solid #F3F3F3;
}

/* line 4126, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blogRecent .card-body p {
  margin-bottom: 0;
  color: #B93322 !important;
}

/* line 4130, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blogRecent .card-body h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (max-width: 1366px) {
  /* line 4130, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .blogRecent .card-body h2 {
    font-size: 14px;
  }
}

/* line 4144, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section p {
  font-size: 14px;
}

/* line 4145, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section p.disclaimer {
  font-size: 12px;
  text-align: justify;
}

@media only screen and (max-width: 1024px) {
  /* line 4144, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .aviation-rfq-section p {
    text-align: justify;
  }
}

@media (max-width: 768px) {
  /* line 4160, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .aviation-rfq-section .manufacturer-details .cust_data-section::after {
    border-right: none;
  }
}

/* line 4172, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section .manufacturer-details .outer_cust_data {
  padding: 3px 0px 3px;
  width: 100%;
  border-bottom: 1px solid #efefef;
  font-weight: 600;
  display: flex;
}

@media (max-width: 768px) {
  /* line 4172, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .aviation-rfq-section .manufacturer-details .outer_cust_data {
    flex-direction: row;
  }
}

/* line 4185, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section .manufacturer-details .outer_cust_data span {
  padding-bottom: 5px;
}

/* line 4189, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section .manufacturer-details .outer_cust_data a {
  color: #0058b1;
}

@media (max-width: 576px) {
  /* line 4189, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .aviation-rfq-section .manufacturer-details .outer_cust_data a {
    white-space: pre-wrap;
  }
}

@media (max-width: 576px) {
  /* line 4172, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .aviation-rfq-section .manufacturer-details .outer_cust_data {
    font-size: 14px;
    padding: 10px 5px;
  }
}

/* line 4199, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section .manufacturer-details .outer_cust_data ul {
  padding-left: 0;
}

/* line 4201, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section .manufacturer-details .outer_cust_data ul li {
  list-style: none;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
}

/* line 4208, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section .manufacturer-details .outer_cust_data.applicable-section {
  padding: 10px 0 !important;
  border: none;
  font-weight: 500;
}

/* line 4212, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section .manufacturer-details .outer_cust_data.applicable-section ul {
  padding-left: 20px !important;
}

/* line 4214, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section .manufacturer-details .outer_cust_data.applicable-section ul li {
  list-style-type: disc !important;
}

/* line 4220, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section .manufacturer-details .discriptions-section {
  margin-top: 10px;
  border-top: 1px solid #efefef;
  padding-top: 10px;
}

/* line 4225, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section .manufacturer-details .discriptions-section p {
  margin-bottom: 0;
}

/* line 4227, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.aviation-rfq-section .manufacturer-details .discriptions-section p span {
  color: #008000;
  font-weight: 600;
}

/* line 4238, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect input[type="email"],
.custom-form-effect input[type="tel"],
.custom-form-effect input[type="text"],
.custom-form-effect textarea {
  height: 45px;
  width: 100%;
  border: none;
  border-bottom: 1px #efefef solid;
  background-color: transparent !important;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
  font-size: 14px;
}

/* line 4253, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .custom_btn_secondary {
  padding: 8px 16px;
}

/* line 4256, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .materialinput {
  position: absolute;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  background-color: transparent;
  z-index: 1;
  z-index: 1024;
  color: #000000;
}

/* line 4275, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .thanks-form .move_up {
  top: -25px;
}

/* line 4279, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .thanks-form .custom_btn {
  height: 45px;
}

/* line 4283, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .thanks-form .custom-bg-white {
  background-color: #efefef !important;
}

/* line 4287, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .thanks-form .custom-bg-gray {
  border: 1px solid gray;
}

@media (max-width: 1550px) {
  /* line 4291, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .custom-form-effect .thanks-form input[type="text"] {
    height: 35px;
  }
  /* line 4294, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .custom-form-effect .thanks-form .custom_btn {
    height: 35px;
  }
}

/* line 4300, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .move_up {
  z-index: 100;
  position: absolute;
  margin-top: 0px;
  opacity: 1;
  padding-left: 5px;
  font-weight: 700;
  color: #000000;
}

/* line 4310, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .tpage {
  position: relative;
  margin-top: 30px;
}

/* line 4313, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .tpage input {
  margin: 0;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 0 10px;
}

/* line 4321, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .tpage .materialinput {
  display: none;
}

/* line 4337, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .rfq_form {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4342, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .rfq_form .card-header {
  padding: 3px 10px;
  min-height: 40px;
  border: none;
  border-radius: 0 !important;
}

/* line 4357, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .rfq_form input[type="email"],
.custom-form-effect .rfq_form input[type="tel"],
.custom-form-effect .rfq_form input[type="text"],
.custom-form-effect .rfq_form select,
.custom-form-effect .rfq_form textarea {
  height: 40px;
  width: 100%;
  padding: 5px;
  border: none;
  border-bottom: 1px #efefef solid;
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
}

/* line 4373, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .rfq_form select {
  background-image: url("../assets/images/arrow_select.webp");
  background-repeat: no-repeat;
  background-position: right 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}

/* line 4383, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .rfq_form abbr {
  position: absolute;
  right: 0;
  bottom: 20px;
}

/* line 4388, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .rfq_form abbr .fa-check,
.custom-form-effect .rfq_form abbr .fa-thumbs-up {
  color: #008000;
}

/* line 4393, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .rfq_form abbr .fa-close,
.custom-form-effect .rfq_form abbr .fa-thumbs-down {
  color: #B30000;
}

/* line 4399, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .rfq_form .text-sm-center {
  text-align: center;
}

/* line 4405, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .rfq_form .custom_card .card-header a {
  margin-top: auto;
}

/* line 4410, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .rfq_form .custom_btn_secondary {
  margin-top: 0 !important;
}

/* line 4415, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .upload_rfq {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

/* line 4419, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .upload_rfq .card-body {
  background-image: url(../assets/images/upload-rfq.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px !important;
  background-position: center;
}

@media (max-width: 991px) {
  /* line 4419, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .custom-form-effect .upload_rfq .card-body {
    text-align: center;
    padding: 20px !important;
  }
}

/* line 4430, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .upload_rfq .card-body::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

/* line 4441, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .upload_rfq .card-body .formuploadLable {
  color: #FFFFFF;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  /* line 4441, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .custom-form-effect .upload_rfq .card-body .formuploadLable {
    font-size: 14px;
  }
}

/* line 4450, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .upload_rfq .card-body .custom_btn_secondary {
  position: relative;
  z-index: 1;
}

/* line 4454, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .upload_rfq .card-body svg {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  /* line 4454, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .custom-form-effect .upload_rfq .card-body svg {
    width: 70px;
    height: 70px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
  }
}

/* line 4468, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect .formuploadLable {
  text-align: center;
  width: 100%;
  font-weight: 600;
  color: #B93322;
  font-size: 20px;
}

/* line 4475, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.custom-form-effect span.field-validation-error {
  color: #B30000;
}

/* line 4479, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.inh {
  position: relative;
}

/* line 4533, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.captchabox {
  font-size: 12px;
  text-align: justify;
}

/* line 4536, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.captchabox ul {
  text-align: left;
  margin-top: 2px;
  padding-left: 20px !important;
  font-size: 12px;
}

/* line 4541, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.captchabox ul li {
  list-style: disc !important;
}

/* line 4545, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.captchabox .disclaimer {
  margin-top: 15px;
}

/* line 4547, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.captchabox .disclaimer p {
  font-size: 12px;
  text-align: justify;
}

/* line 4550, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.captchabox .disclaimer p.red-text {
  color: #B30000;
  font-size: 14px;
  text-align: right;
}

/* line 4558, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.captchabox .custom_btn {
  background-color: #B93322;
  font-size: 16px !important;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
}

/* line 4568, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.form_holder.blog-form_holder {
  background-color: #EBEBEB;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4572, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.form_holder.blog-form_holder .custom-form-inner .form-heading,
.form_holder.blog-form_holder .custom-form-inner .form-heading-inner,
.form_holder.blog-form_holder .custom-form-inner p {
  color: #000000;
}

/* line 4579, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.form_holder.blog-form_holder .custom-form-inner .quote_form .custom_btn:hover, .form_holder.blog-form_holder .custom-form-inner .quote_form .custom_btn:active {
  background-color: #B93322 !important;
}

@media only screen and (min-width: 991px) and (max-width: 1280px) {
  /* line 4585, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .form_holder.blog-form_holder .custom-form-inner .quote_form .btn_width {
    width: 100%;
  }
}

/* line 4594, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-search.blog-desktop {
  display: block;
}

@media (max-width: 991px) {
  /* line 4594, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .blog-search.blog-desktop {
    display: none;
  }
}

/* line 4602, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-search.blog-mobile {
  display: none;
}

@media (max-width: 991px) {
  /* line 4602, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .blog-search.blog-mobile {
    display: block;
  }
}

/* line 4610, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-search .list-head {
  background: #FFFFFF;
  color: #FFFFFF;
}

/* line 4615, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-search input {
  width: 98%;
  outline: none;
  border: 0;
  background: transparent;
  padding-right: 30px;
}

/* line 4623, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-search .search_btn {
  position: absolute;
  right: 15px;
  padding: 0;
  outline: none;
  border: none;
}

/* line 4630, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-search .search_btn:active {
  background: transparent;
  color: #FFFFFF !important;
}

/* line 4636, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-search .fa-search {
  position: absolute;
  right: 15px;
  height: 20px;
  width: 20px;
  font-size: 22px;
  color: #000000;
}

/* line 4645, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-card {
  border: 1px solid #efefef;
}

/* line 4648, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-card .card-body {
  padding: 20px;
  position: relative;
}

@media (max-width: 1199px) {
  /* line 4648, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .blog-card .card-body {
    padding: 10px;
  }
}

/* line 4654, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-card .card-body .card-categories {
  /* background-color: #000; */
  padding: 5px 18px;
  display: inline-block;
  color: #B93322;
  /* margin-bottom: 10px; */
  margin-left: -20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* line 4671, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-card .card-body .card-title a {
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #000000;
  min-height: 75px;
  font-weight: bold;
}

@media (max-width: 1366px) {
  /* line 4671, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .blog-card .card-body .card-title a {
    font-size: 16px;
    min-height: 50px;
  }
}

@media (max-width: 1024px) {
  /* line 4671, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .blog-card .card-body .card-title a {
    font-size: 16px;
    min-height: auto;
  }
}

/* line 4689, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-card .card-body .card-title a:hover {
  color: #B93322;
}

/* line 4694, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-card .card-body .custom_btn_secondary_sm {
  padding: 5px 10px !important;
}

/* line 4697, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-card .card-body p {
  color: #000000;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 4707, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.blog-card .card-body .btn-link-plane:hover {
  color: #B93322;
}

@media (max-width: 1024px) {
  /* line 4714, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .filter-row span {
    display: block;
  }
}

@media (max-width: 991px) {
  /* line 4714, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .filter-row span {
    display: inline-block;
  }
}

/* line 4730, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.filter-row span a {
  color: #000000 !important;
}

/* line 4734, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.filter-row span i {
  color: #B93322;
}

/* line 4738, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.filter-row img {
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  /* line 4744, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .contact-us-page p {
    font-size: 14px;
  }
}

/* line 4748, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.contact-us-page .contact-info {
  background-color: #024F9B;
  padding: 0px;
  color: #FFFFFF;
}

/* line 4752, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.contact-us-page .contact-info img {
  width: 100%;
}

/* line 4755, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.contact-us-page .contact-info .content-contact {
  padding: 25px;
}

@media (max-width: 576px) {
  /* line 4755, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .contact-us-page .contact-info .content-contact {
    padding: 35px 15px;
  }
}

/* line 4760, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.contact-us-page .contact-info .content-contact h3 {
  font-size: 20px;
}

@media (max-width: 576px) {
  /* line 4760, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .contact-us-page .contact-info .content-contact h3 {
    font-size: 16px;
  }
}

/* line 4766, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.contact-us-page .contact-info .content-contact p {
  font-size: 14px;
}

/* line 4769, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.contact-us-page .contact-info .content-contact ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 4773, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.contact-us-page .contact-info .content-contact ul li {
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  /* line 4773, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .contact-us-page .contact-info .content-contact ul li {
    font-size: 14px;
  }
}

/* line 4779, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.contact-us-page .contact-info .content-contact ul li a {
  color: #FFFFFF;
}

/* line 4782, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.contact-us-page .contact-info .content-contact ul li i {
  width: 15px;
  color: #FFFFFF;
  margin-right: 15px;
  font-size: 20px;
}

/* line 4789, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.contact-us-page .contact-info .content-contact ul:last-child {
  margin-bottom: 0;
}

/* line 4798, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.about-us h2 {
  font-size: 20px;
}

/* line 4802, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.about-us ul li {
  list-style-type: disc;
}

/* line 4807, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.Inner-rfq {
  border: 1px solid #EBEBEB;
}

/* line 4809, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.Inner-rfq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

/* line 4813, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.Inner-rfq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

/* line 4816, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.Inner-rfq .accordion-button::after {
  transition: all 0.5s;
}

/* line 4819, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.Inner-rfq .list-head {
  font-size: 18px;
  /* padding-bottom: 15px; */
  background-color: #024F9B;
  color: #FFFFFF;
  padding: 10px;
  margin-top: -30px;
}

@media (max-width: 1366px) {
  /* line 4819, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .Inner-rfq .list-head {
    font-size: 14px;
  }
}

/* line 4831, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.Inner-rfq .form-group input[type="text"] {
  border-radius: 5px;
  font-weight: 600;
  color: #000000;
}

/* line 4839, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.categories-listing.proudly-support {
  background-image: url("../assets/images/banner.webp");
  background-position: top right;
  margin-bottom: 30px;
  text-align: center;
}

/* line 4844, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.categories-listing.proudly-support h4 {
  margin-top: 20px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

@media (max-width: 1024px) {
  /* line 4844, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .categories-listing.proudly-support h4 {
    font-size: 14px;
  }
}

/* line 4856, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.categories-listing table {
  width: 100%;
}

/* line 4858, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.categories-listing table tr {
  border-bottom: 1px dotted #F3F3F3;
}

/* line 4861, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.categories-listing table tr td p {
  margin-bottom: 0;
  margin-left: 10px;
}

/* line 4868, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.categories-listing ul {
  padding-left: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 0;
}

/* line 4875, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.categories-listing ul.no-ul-coloumn {
  column-count: unset;
}

/* line 4879, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.categories-listing ul li {
  list-style-type: none;
  line-height: 1.8;
  border-bottom: 1px solid #808080;
}

/* line 4883, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.categories-listing ul li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* line 4891, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.categories-listing ul.ul-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  /* line 4891, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .categories-listing ul.ul-4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

/* line 4904, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.certified_cust_ic {
  background-color: #f9f9f9;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 5px;
}

@media (max-width: 991px) {
  /* line 4904, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .certified_cust_ic {
    margin-top: 15px;
  }
}

/* line 4914, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.certified_cust_ic .list-head {
  text-align: center;
  width: 100%;
  color: #000000;
  padding: 10px 0;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 1366px) {
  /* line 4914, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .certified_cust_ic .list-head {
    font-size: 14px;
  }
}

/* line 4926, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.certified_cust_ic .tb_pro {
  width: 100%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4930, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.certified_cust_ic .tb_pro tr {
  border-bottom: 1px dashed #cccccc;
}

/* line 4932, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.certified_cust_ic .tb_pro tr:last-child {
  border-bottom: none;
}

/* line 4936, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.certified_cust_ic .tb_pro tr td {
  padding: 10px 0px;
  width: calc(100% - 100px);
  text-align: left;
}

/* line 4938, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.certified_cust_ic .tb_pro tr td:first-child {
  width: 100px;
  text-align: center;
}

/* line 4941, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.certified_cust_ic .tb_pro tr td:first-child svg {
  width: 50px;
  height: 50px;
}

/* line 4945, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.certified_cust_ic .tb_pro tr td:first-child svg#primary path,
.certified_cust_ic .tb_pro tr td:first-child svg#primary circle,
.certified_cust_ic .tb_pro tr td:first-child svg#primary ellipse {
  fill: #B93322;
}

/* line 4952, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.certified_cust_ic .tb_pro tr td:first-child svg#ellipse path,
.certified_cust_ic .tb_pro tr td:first-child svg#ellipse circle {
  fill: #B93322;
}

/* line 4961, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.certified_cust_ic .tb_pro tr td p {
  font-weight: 400;
  color: #000000;
  margin: 0 auto;
}

@media only screen and (min-width: 991px) and (max-width: 1179px) {
  /* line 4974, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .address .col-lg-12 .emailaddr {
    font-size: 13px !important;
  }
  /* line 4976, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .address .col-lg-12 .emailaddr strong {
    font-size: 14px !important;
  }
  /* line 4983, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .custom-form-effect .rfq_form select,
  .custom-form-effect input[type="email"],
  .custom-form-effect input[type="tel"],
  .custom-form-effect input[type="text"],
  .custom-form-effect textarea {
    font-size: 12px;
    color: #000000 !important;
  }
  /* line 4991, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .custom-form-effect label {
    font-size: 12px;
  }
}

/* line 4997, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.close {
  position: absolute;
  right: 40px;
  height: 20px;
  width: 20px;
  font-size: 20px;
}

/* line 5004, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.dropdown {
  position: relative;
  display: inline-block;
}

/* line 5010, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.search-drp.show {
  display: block;
  top: 45px;
  left: 10px;
}

/* line 5014, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.search-drp.show a {
  background: #024F9B;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.451);
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 20px;
  text-align: left;
}

/* line 5021, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.search-drp.show a:hover {
  background-color: #B93322;
  color: #FFFFFF !important;
}

/* line 5025, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.search-drp.show a li {
  list-style-type: none;
}

/* line 5032, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.viewed_parts a.btn.btn-sm.btn-warning {
  width: 70px;
  padding: 4px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 5%;
  margin: auto;
  margin-right: 10px;
  color: #FFFFFF;
  display: flex;
  letter-spacing: 2px;
  justify-content: center;
  align-content: center;
}

/* line 5049, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.viewed_parts .clearfix {
  font-size: 12px;
  margin-top: 5px;
}

/* line 5054, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.viewed_parts {
  padding: 0 8px 5px;
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
}

@media (min-width: 991px) and (max-width: 1199px) {
  /* line 5054, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .viewed_parts {
    flex-direction: column;
    position: relative;
    width: auto;
  }
}

/* line 5065, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.viewed_parts .txt_no {
  width: calc(100% - 80px);
  float: left;
  word-break: break-all;
}

@media (min-width: 991px) and (max-width: 1199px) {
  /* line 5065, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .viewed_parts .txt_no {
    width: 100%;
  }
}

/* line 5073, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.viewed_parts .txt_no h4 {
  font-size: 16px;
}

/* line 5076, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.viewed_parts .txt_no a {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 991px) and (max-width: 1199px) {
  /* line 5076, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .viewed_parts .txt_no a {
    width: auto !important;
  }
}

@media (max-width: 1300px) and (min-width: 1280px) {
  /* line 5065, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .viewed_parts .txt_no {
    width: 175px;
  }
}

@media (max-width: 1280px) and (min-width: 1024px) {
  /* line 5065, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .viewed_parts .txt_no {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
}

/* line 5095, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.part_rfq {
  margin-bottom: 15px;
}

/* line 5099, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.viewed_parts .part_rfq a {
  width: 70px;
  padding: 5px 20px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  right: 0%;
  margin: auto;
  margin-right: 0px;
}

@media (max-width: 768px) {
  /* line 5099, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .viewed_parts .part_rfq a {
    right: 5%;
  }
}

/* line 5119, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.content-section-innner {
  display: block;
  width: 100%;
  /*overflow-x: auto;*/
}

/* line 5124, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.content-section-innner .table_form {
  width: 99.99%;
}

/* line 5128, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.content-section-innner .tale_form tbody tr td {
  border: 1px solid #efefef;
  vertical-align: middle;
  font-size: 14px;
  border: 3px solid #efefef;
  padding: 8px;
}

/* line 5138, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.search_long .deleteicon {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

/* line 5144, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.search_long .deleteicon .deletable {
  padding-right: 25px;
}

/* line 5148, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.search_long .deleteicon span {
  position: absolute;
  display: block;
  right: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: black;
  background-color: lightgray;
  font: 13px monospace;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
}

/* line 5163, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.search_long .deleteicon .input {
  padding-right: 18px;
  box-sizing: border-box;
}

/* line 5169, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
.search_long .btn {
  background-color: #B93322;
  color: #FFFFFF;
  margin-left: 5px;
}

@media only screen and (max-width: 1199px) {
  /* line 5137, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  .search_long {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

/* line 5181, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
[data-pagination] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  font-size: 12px;
  font-weight: 400;
  font-family: "sofia-pro", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  transition: font-size 0.2s ease-in-out;
}

/* line 5196, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
[data-pagination] .custom_btn_sm {
  margin-top: -7px !important;
}

/* line 5199, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
[data-pagination] ul {
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0px;
}

@media (max-width: 576px) {
  /* line 5199, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  [data-pagination] ul {
    font-size: 14px;
  }
}

/* line 5209, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
  margin: 2px;
}

@media (max-width: 576px) {
  /* line 5209, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  [data-pagination] ul li {
    margin: 1px;
  }
}

/* line 5220, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
[data-pagination] > a {
  font-size: 140%;
}

/* line 5223, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
[data-pagination] a {
  color: #000000;
  font-size: 100%;
  padding: 0.5em;
  border: 1px solid #F3F3F3;
  display: inline-flex;
  border-radius: 10px;
}

/* line 5231, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
[data-pagination] li.current {
  color: #FFFFFF !important;
}

/* line 5234, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
[data-pagination] li.current a {
  color: #FFFFFF !important;
  background: #B93322;
}

/* line 5239, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
[data-pagination] .disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 5243, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
[data-pagination] [hidden] {
  opacity: 0.5;
  pointer-events: none;
}

/* line 5247, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
[data-pagination] [disabled] {
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 350px) {
  /* line 5253, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  [data-pagination] {
    font-size: 12px;
  }
}

@media (min-width: 500px) {
  /* line 5258, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  [data-pagination] {
    font-size: 12px;
  }
}

@media (min-width: 700px) {
  /* line 5263, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  [data-pagination] {
    font-size: 14px;
  }
}

@media (min-width: 900px) {
  /* line 5268, G:/FuturismProjects/FuturismCMS/ASAP/ASAP360Unlimited/Blog/wwwroot/scss/asap_inner.scss */
  [data-pagination] {
    font-size: 16px;
    white-space: nowrap;
  }
}

/*# sourceMappingURL=asap_inner.css.map */