.product-header {
    color: #fff;
    margin-bottom: 10px;
}
.product-sub-header {
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 30px;
}
.product-bg {
    background: #014f6e;
    background: linear-gradient(90deg, #3086a4, #014f6e 40%);
}
.product-bg.product-lvl-2 {
    background: url(../img/sbx_product/banner.jpg) #0b3546;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}
.product-bg.product-lvl-2 .product-title {
    font-size: 2.5rem;
}
.product-bg.product-lvl-2 .product-sub-header {
    font-size: 1.1rem;
}
.product-overview-container.product-lvl-2 .overview-title {
    text-align: center;
    margin-bottom: 28px;
}
.key-container.product-lvl-2 h2.overview-title.sub-title {
    font-size: 1.1rem;
}
.product-overview-container.product-lvl-2 .overview-details span,
.product-overview-container.product-lvl-2 .overview-details li {
    font-size: 1.2rem;
}
.product-overview-container.product-lvl-2 {
    background: #f2f6f9;
}
.center-container {
    text-align: center;
}
.product-overview-container.product-lvl-2 .overview-title {
    text-align: center;
}
section.key-container.product-lvl-2 .key-details {
    font-size: 1.2rem;
    margin: 20px 0;
}
section.section-bg-gray {
    background: #f4f4f4;
}
.key-container.product-lvl-2 {
    padding: 30px 20px;
}
.key-container.product-lvl-2 h2.overview-title {
    text-align: center;
    margin: 20px 0;
}
img.product-img {
    width: 420px;
    margin: 20px;
    max-width: 100%;
}
.breadcrumb-cont {
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 0.8rem;
}
.download-btn {
    position: fixed;
    background: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    right: 50px;
    top: 280px;
    box-shadow: 0 0 10px -1px #6b6969;
    z-index: 10000;
    cursor: pointer;
}
.download-btn a
{
color: #212529;
}
.download-btn:hover i {
    transform: scale(1.2);
    transition: transform .5s linear;
}

li.nav-item.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background: #4098b6;
    top: calc(100% + 5px);
}
li.nav-item.active {
    position: relative;
}
.breadcrumb-cont a+a {
    padding-left: 7px;
    border-left: 1px solid #fff;
    margin-left: 7px;
}
.main-container {
    position: relative;
}
.breadcrumb-cont a {
    color: #fff;
}
h2.overview-title {
    font-size: 1.7rem;
    font-weight: 700;
}
.overview-details span {
    display: block;
    margin-bottom: 20px;
}
.overview-details .more-btn {
    margin-top: 20px;
}
span.key-img img {
    max-width: 100%;
    margin:auto;
}
section.section-bg-blue.key-container {
    background: #f2f6f9;
    padding: 70px 0;
}
section.section-bg-blue.key-container .more-btn {
    background: transparent;
}
section.section-bg-blue.key-container .more-btn:hover
{
    background:#004257;
}
.key-item-info div {
    margin-bottom: 20px;
}
.key-list-title {
    margin-right: 10px;
    color: #2bb7e6;
}
.key-list-title:after {
    content: ':';
    padding-left: 3px;
}
.key-item-info {
    margin-top: 20px;
}
.key-item-info li {
    list-style: none;
    margin-top: 8px;
    position: relative;
    padding-left: 30px;
  }
  .key-item-info li:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 8px;
    padding: 3px;
    color: #4b98b6;
    border-radius:3px;
    background: #244f6f;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .key-item-info ul {
    padding: 0;
  }
  .key-item-info li.bullet_none:before {
    display: none;
  }
  .key-item-info .key-title
  {
    margin-bottom: 5px;
    color: #2bb7e6;
    display: block;
  }
  .key-bridge
  {
      position: relative;
  }
  .key-bridge-box-pos
  {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .key-bridge-box
  {
    background: #f2f6f9;
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0px 7px 24px #222222;
    margin-bottom: 10px;
    margin-top:10px;
  }
.keyrow {
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}
.insights-sub-title {
    display: block;
    max-width: 550px;
    margin: 10px auto 30px;
}
.reach-us-container h2 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 2.5rem;
    color: #fff;
}
.reach-us-container {
    background: url(../img/0003.jpg) #00000045;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode:overlay;
}
span.overview-img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

@media screen and (max-width: 1024px) {
    span.overview-img img {
        max-width: 80%;
    }
    .reach-us-container .row {
        gap: 0!important;
        align-items: flex-start;
        justify-content: space-between;
    }
}
@media screen and (max-width:768px) {
    .overview-img-cont {
        display: none;
    }
    .keyrow {
        flex-wrap: wrap;
    }
    .reach-us-container .col-md-7 {
        padding: 15px;
        background: rgba(0,0,0,0.25);
        border-radius: 10px;
        text-shadow: 0 2px 3px white;
    }
    .key-bridge-box-pos
    {
        position: relative;
    }
}