body {
    background: #ffffff;
}

/*==== Start Title Section ====*/

.heading h2 {
    font-size: 40px;
    color: #1059a2;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.1;
}

.heading h2 b,
.heading h3 b {
    font-weight: bold;
}

.heading h3 {
    font-size: 32px;
    color: #1059a2;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1;
}

.heading p {
    color: #252525;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
}

.heading hr.divider {
    opacity: 1;
    margin: 20px 0 30px;
    border-bottom: 1px solid #cccfd5;
}

.btn-normal {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    border: none;
    background: #489aeb;
    padding: 6px 20px;
    border-radius: 3px;
}

.btn-normal:focus,
.btn-normal:hover {
    outline: none;
    background: #115aa2;
    color: #ffffff;
    text-decoration: none;
}

.btn-normal>i {
    color: #ffffff;
    padding-left: 3px;
}

.btn-secondary {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    border: none;
    background: #1059a2;
    padding: 6px 20px;
    border-radius: 3px;
}

.btn-secondary:focus,
.btn-secondary:hover {
    outline: none;
    background: #0b1732;
    color: #ffffff;
    text-decoration: none;
}

.btn-secondary>i {
    color: #ffffff;
    padding-left: 3px;
}

.btn-retailer {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    border: none;
    background: #ff9c00;
    padding: 6px 20px;
    border-radius: 3px;
}

.btn-retailer:focus,
.btn-retailer:hover {
    outline: none;
    background: #d97f00;
    color: #ffffff;
    text-decoration: none;
}

.btn-retailer>i {
    color: #ffffff;
    padding-left: 3px;
}

.btn-reseller {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    border: none;
    background: #5a5991;
    padding: 6px 20px;
    border-radius: 3px;
}

.btn-reseller:focus,
.btn-reseller:hover {
    outline: none;
    background: #43427a;
    color: #ffffff;
    text-decoration: none;
}

.btn-reseller>i {
    color: #ffffff;
    padding-left: 3px;
}

/*============== Home Page Area ===============*/

.about-summary-area {
    background: #83bace;
}

.about-summary-image {
    position: static;
}

.about-summary-image img {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-summary {
    padding: 3rem 0;
}

.about-summary h5 {
    color: #001d60;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.about-summary h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
}

.about-summary p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

.action-bg {
    position: relative;
    background: #1ec5e0 url("assets/images/quote-bg.jpg") no-repeat center center / cover;
    margin: 0 1px;
}

.action-content {
    padding: 30px;
}

.action-content h2 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
}

.action-content p {
    font-size: 16px;
    color: #0f365d;
    font-weight: normal;
}

.lab-action {
    position: relative;
    padding: 1px;
}

.lab-action img {
    width: 100%;
}

.lab-excerpt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.lab-excerpt h3 {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
}

.lab-excerpt h3 b {
    font-weight: bold;
}

.lab-excerpt h3 span {
    color: #ffde00;
    font-weight: bold;
}

/*======= Brand page =============*/

.partner-area {
    background: #ffffff;
}

.partner-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.partner-carousel .owl-item .partner-item img {
    width: auto;
    height: auto;
    max-height: 150px;
}

.partner-carousel .owl-nav button {
    background: transparent;
    color: #00112c;
    border-radius: 0;
    font-size: 30px;
    height: 26px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    bottom: 50%;
    width: 26px;
    outline: none;
}

.partner-carousel .owl-nav button i {
    color: #424141;
    font-size: 24px;
    line-height: 30px;
}

.partner-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -30px;
}

.partner-carousel .owl-nav button.owl-prev {
    left: -30px;
    right: inherit;
}

.partner-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-logo a {
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    border: 1px solid #ececec;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11);
}

.partner-logo img {
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 85%;
    padding: 10px;
    border-radius: 0;
}

/*======= Industry page =============*/

.support-area {
    background: #00112c;
}

.support-area .heading h2 {
    font-size: 34px;
    color: #fff;
}

.support-area hr.divider {
    border-color: #489aeb;
}

.support-flex img {
    width: auto;
    max-height: 64px;
}

.support-flex h4 {
    color: #489aeb;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 0;
}

.support-flex h4 a {
    color: #489aeb;
}

.support-flex p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
}

/*======= Resource Center page =============*/

.news-item img {
    width: 100%;
    border-radius: 8px;
}

.news-excerpt {
    padding: 15px 0 0;
}

.news-excerpt h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
}

.news-excerpt h3 a {
    color: #1059a3;
}

.news-excerpt p {
    color: #252525;
    font-size: 15px;
    margin-bottom: 0;
}

.download-area .summary-content hr.divider {
    margin: 15px 0;
}

.resource-item {
    padding-bottom: 10px;
}

.resource-item img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.resource-item p {
    color: #0b1732;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.5;
}

/*======= Product page =============*/

.product-tab .nav-tabs {
    justify-content: center;
    margin-bottom: 3rem;
}

.product-tab .nav-tabs li.nav-item button {
    background: transparent;
    border: none;
    padding: 0.5rem 1.5rem 0.8rem;
    color: #393939;
    font-size: 16px;
}

.product-tab .nav-tabs li.nav-item button.active {
    border-bottom: 3px solid #255a9f;
    font-weight: bold;
}

.product-item {
    background: #ffffff;
    border: 1px solid #e4e4e4;
}

.product-item:hover {
    background: #f6f6f6;
}

.product-image {
    padding: 15px;
}

.product-image a {
    display: flex;
    justify-content: center;
    height: 240px;
    align-items: end;
}

.product-carousel .product-image img,
.product-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-excerpt {
    padding: 15px 15px;
    min-height: 9.8rem;
}

.product-excerpt h4 {
    font-size: 16px;
    font-weight: 300;
}

.product-excerpt h4 a {
    color: #000000;
}

.product-excerpt p.price {
    color: #285ca4;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.product-tag {
    padding-bottom: 10px;
}

.product-tag a {
    background: #054b95;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 15px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 0 3px;
}

.product-tag a:first-of-type {
    margin-left: 0;
}

.product-tag a.tag-hot {
    background: #e15d5d;
}

.product-tag a.tag-pre {
    background: #93b267;
}

.product-tag small.tag-pre {
    background: #93b267;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}

.product-carousel .owl-nav button {
    background: transparent;
    color: #00112c;
    border-radius: 0;
    font-size: 30px;
    height: 26px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    bottom: 50%;
    width: 26px;
    outline: none;
}

.product-carousel .owl-nav button i {
    color: #424141;
    font-size: 24px;
    line-height: 30px;
}

.product-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -30px;
}

.product-carousel .owl-nav button.owl-prev {
    left: -30px;
    right: inherit;
}

.sort-area {
    display: flex;
    justify-content: end;
}

.sort-area label {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 300;
    padding-right: 10px;
}

.sort-area select,
.sort-area select:focus {
    width: auto;
    outline: none;
    box-shadow: none;
    border: 1px solid #cacaca;
    border-radius: 5px;
    font-size: 15px;
    color: #3e3e3e;
    background-color: #ffffff;
    min-width: 150px;
}

hr.title-divider {
    margin: 20px 0 30px;
    border-bottom: 1px solid #cccfd5;
    opacity: 1;
}

.summary-content h2 {
    color: #105aa2;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 0;
}

.summary-content h3 {
    color: #0b1732;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
}

.summary-content h4 {
    color: #0b1732;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}

.summary-content p {
    font-size: 15px;
    color: #0b1732;
    text-align: justify;
}

.summary-area hr.divider {
    margin: 20px 0;
    border-bottom: 1px solid #e5e7e9;
    opacity: 1;
}

.product-detail-area {
    background: #fff;
}

.product-gallery {}

.product-gallery .f-carousel__slide {
    align-items: center;
    justify-content: center;
    display: flex;
}

.product-gallery .f-carousel__slide img {
    cursor: zoom-in;
    width: 100%;
}

.product-gallery .f-thumbs__slide__button {
    border: 1px solid #e4e4e4;
}

.product-gallery .f-thumbs__slide.is-nav-selected .f-thumbs__slide__button {
    border-color: #489aeb;
}

.product-gallery .f-thumbs__slide__img {
    object-fit: contain;
}

.product-gallery .f-carousel__nav .f-button {
    color: #000000;
    width: auto;
}

.product-gallery .f-carousel__viewport {
    cursor: default;
}

.product-gallery .f-carousel__nav .f-button:hover,
.product-gallery .f-carousel__nav .f-button:focus {
    color: #115aa2;
}

.product-gallery .f-thumbs .f-thumbs__track {
    padding: 15px 0 10px 0;
}

.fancybox__viewport .fancybox-image {
    background-color: #fff;
}

.product-detail h3 {
    color: #0b1732;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.product-detail hr {
    margin: 15px 0;
    border-bottom: 3px solid #489aeb;
    opacity: 1;
}

.product-detail ul {
    padding: 5px 0 5px 15px;
}

.product-detail li {
    color: #0b1732;
    font-size: 15px;
    padding: 5px 0 5px 5px;
    list-style: disc;
}

.product-flex h5 {
    color: #296bac;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.product-flex p {
    color: #919191;
    font-size: 14px;
    margin-bottom: 0;
}

.product-flex i {
    color: #e5252a;
    font-size: 30px;
}

.specification-area .heading h3 {
    color: #0b1732;
}

.specification-table thead th {
    background: #489aeb;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 8px 20px;
    border: none;
}

.specification-table tbody td {
    color: #0b1732;
    font-size: 15px;
    font-weight: 300;
    border-color: #e5e7e9;
    text-align: center;
    padding: 8px 20px;
    vertical-align: middle;
}

.specification-table tbody tr td:nth-child(1),
.specification-table tbody tr td:nth-child(2) {
    text-align: left;
}

.specification-table tbody tr:last-of-type td {
    border-color: transparent;
}

.option-table.specification-table thead th {
    background: #1059a2;
    text-align: left;
}

.option-table.specification-table tbody td {
    text-align: left;
}

.option-table thead th:last-of-type {
    text-align: center;
}

.option-table tbody td.product-quantity .input-group {
    justify-content: center;
}

.product-quantity .input-group {
    position: relative;
}

.product-quantity .input-group-btn {
    margin: 0 5px;
}

.product-quantity .input-group-btn button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: #489aeb;
    border-radius: 0;
    height: auto;
    line-height: 30px;
}

.product-quantity .input-group-btn button i {
    color: #489aeb;
    font-size: 16px;
}

.option-table .product-quantity .input-group input {
    width: 40px;
    color: #0b1732;
    border-radius: 3px !important;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ececec;
    margin: 0 5px;
    height: 30px;
    line-height: 30px;
}

.option-table tbody td p {
    color: #0b1732;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}

.product-quantity span.mobile-price {
    text-align: center;
    padding-bottom: 25px;
    font-weight: bold;
    display: none;
}

.option-table .mobile-sku,
.option-table .mobile-sku,
.option-table .mobile-pack,
.item-table .mobile-sku,
.order-table .mobile-sku {
    display: none;
}

.option-table.specification-table .table tbody td {
    min-width: inherit;
}

.option-table.specification-table .table tbody td.product-quantity {
    padding-left: 0;
    padding-right: 0;
}

.option-table tbody td p b {
    font-weight: bold;
}

.cart-btn li {
    display: block;
}

.cart-btn li:first-of-type {
    text-align: right;
}

.cart-btn li:last-of-type {
    text-align: center;
    padding-top: 20px;
}

.cart-btn li:first-of-type a {
    background: #1059a2;
}

.cart-btn li a:hover {
    background: #115aa2;
}

.purchase-area .heading h3 {
    color: #0b1732;
}

.purchase-content img {
    width: 100%;
    border-radius: 15px;
}

.purchase-content h3 {
    color: #0b1732;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 5px;
}

.purchase-content h4 {
    color: #0b1732;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
}

.purchase-content p {
    color: #0b1732;
    font-size: 15px;
}

.purchase-content hr.divider {
    margin: 25px 0;
    border-bottom: 1px solid #e5e7e9;
    opacity: 1;
}

.happen-item {
    border-radius: 10px;
    padding: 20px 30px;
    background: #efefef;
    margin-top: 15px;
}

.happen-item h5 {
    color: #0b1732;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.happen-item p {
    font-size: 15px;
    color: #0b1732;
    margin-bottom: 0;
}

.order-area .heading h3 {
    color: #0b1732;
}

.order-table thead th {
    background: #489aeb;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 20px;
    text-align: center;
    border: none;
}

.order-table tbody td {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    border-color: #e5e7e9;
    text-align: center;
    padding: 8px 20px;
}

.order-table tbody tr:last-of-type td {
    border-color: transparent;
}

.order-table tbody td a {
    color: #0f3280;
    font-size: 15px;
}

.order-table thead th:first-of-type,
.order-table tbody tr td:first-of-type {
    text-align: left;
}

.order-table thead th.payment-option,
.order-table tbody td.payment-option {
    text-align: left;
}

.order-table thead th.amount,
.order-table tbody td.amount,
.order-table thead th.status,
.order-table tbody td.status {
    text-align: right;
}

.billing-info-area h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    background: #489aeb;
    padding: 8px 15px;
    margin-bottom: 5px;
}

.billing-info {
    border-bottom: 1px solid #e5e7e9;
}

.billing-info.no-border,
.billing-info-area .row>div:last-of-type .billing-info {
    border-color: transparent;
}

.billing-info p {
    padding: 4px 0;
    font-size: 14px;
    color: #484848;
    margin-bottom: 0;
}

.billing-info p span {
    padding-right: 15px;
    display: inline-block;
    min-width: 140px;
    text-align: right;
}

.item-table {
    margin-bottom: 5px;
}

.item-table thead th {
    background: #489aeb;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 20px;
    border: none;
}

.item-table tbody td {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    border-color: #e5e7e9;
    padding: 6px 15px;
    vertical-align: middle;
}

.item-table .product-thumbnail {
    padding: 10px;
}

.item-table .product-thumbnail img {
    width: auto;
    max-height: 64px;
}

.item-table tbody td h4 {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
}

.item-table tbody td h4 a {
    color: #000000;
}

.item-table tbody td a:hover,
.item-table tbody td h3 a:hover {
    color: #115aa2;
}

.item-table tbody td span.size {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    display: block;
}

.item-table tbody tr.item-no-divider td {
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.item-table tbody tr td b {
    font-weight: bold;
}

.item-table thead tr th.amount,
.item-table tbody tr td.amount {
    text-align: right;
}

.item-table thead tr th.quantity,
.item-table tbody tr td.quantity {
    text-align: center;
}

p.packaging {
    margin-bottom: 0;
    font-size: 15px;
    color: #000000;
}

p.packaging b {
    font-weight: bold;
}

.order-btn ul {
    text-align: center;
}

.order-btn li {
    display: inline-block;
    padding: 5px;
}

.order-btn li a {
    display: inline-block;
    padding: 5px 20px;
    background: #5a5991;
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
}

.order-btn li a i {
    color: #ffffff;
    padding: 0 3px;
}

.order-btn li:first-of-type a {
    background: #489aeb;
}

.order-btn li:last-of-type a {
    background: #ff9c00;
}

.order-btn li a:hover {
    background: #115aa2;
}

.pagination-area .page-item {
    padding: 0 5px;
}

.pagination-area .page-link {
    color: #ffffff;
    border: none;
    background: #054b95;
    font-size: 15px;
    font-weight: normal;
    border-radius: 5px;
}

.pagination-area .page-item.active .page-link {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
    border-radius: 5px;
    color: #000000;
}

.pagination-area .page-link:hover,
.pagination-area .page-link:focus {
    color: #000000;
    background: #d6d6d6;
    border-color: #d6d6d6;
    box-shadow: none;
}

.pagination-area li.active .page-link:hover,
.pagination-area li.active .page-link:focus {
    color: #000000;
    background: #d6d6d6;
    border-color: #d6d6d6;
    border-radius: 5px;
    box-shadow: none;
}

.pagination-area .page-item:last-child {
    padding: 0;
}

.pagination-area .page-item:last-child .page-link {
    color: #054b95;
    background: transparent;
}

/*======= Service page =============*/

.service-content h2 {
    color: #001044;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0;
}

.service-content h2 b {
    font-weight: bold;
}

.service-content h5 {
    color: #0b1732;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    text-align: justify;
}

.service-content h5 b {
    font-weight: bold;
}

.service-detail img {
    width: 100%;
    border-radius: 12px;
}

.service-detail p {
    color: #0b1732;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}

.solution-area .heading {
    padding-bottom: 10px;
}

.solution-area .heading h2 {
    color: #001044;
}

.solution-item {
    background: rgba(211, 231, 247, 1);
    padding: 48px 25px;
    border-radius: 10px;
    height: 100%;
}

.consultation-area .solution-item {
    background: rgba(183, 201, 216, 0.5);
}

.solution-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    padding-bottom: 25px;
}

.solution-icon img {
    width: auto;
    max-height: 60px;
}

.solution-item h4 {
    color: #0b1732;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.solution-item p {
    color: #0b1732;
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 0;
}

/*======= Industries page =============*/

.industry-title h3 {
    color: #0b1732;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
}

.industry-title p {
    color: #0b1732;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.industry-title+hr.divider {
    opacity: 1;
    margin: 20px 0 10px;
    border-bottom: 1px solid #e5e7e9;
}

.industry-content img {
    width: 100%;
    border-radius: 15px;
}

.industry-content h3 {
    color: #0b1732;
    font-size: 22px;
    font-weight: bold;
}

.industry-content p {
    color: #0b1732;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}

.industry-content ul {
    column-count: 2;
    column-gap: 2rem;
    padding: 5px 0 0 15px;
}

.industry-content li {
    list-style: disc;
    padding: 5px 0 0 5px;
    color: #115aa2;
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
}

.industry-content li::marker {
    color: #18273c;
}

/*======= About Us page =============*/

.about-box {
    background: rgba(15, 11, 39, 0.85);
    padding: 25px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.about-box h3 {
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 5px;
}

.about-box h3 b {
    font-weight: bold;
}

.about-box h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 1.1rem;
}

.about-box p {
    color: #ffffff;
    font-size: 15px;
    text-align: justify;
}

.about-box p:last-of-type {
    margin-bottom: 0;
}

.history-logo {
    text-align: center;
}

.history-logo img {
    width: auto;
    max-height: 350px;
}

.history-content h3 {
    color: #0b1732;
    font-size: 34px;
    font-weight: bold;
}

.history-content p {
    color: #0b1732;
    font-size: 15px;
    text-align: justify;
}

.history-content h4 {
    color: #0b1732;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.history-content ul {
    column-count: 2;
    padding-top: 15px;
    column-gap: 2.5rem;
}

.history-content li {
    background: #efefef;
    color: #0b1732;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 5px;
    margin: 0 0 10px;
}

.mission-item {
    background: #1159a3;
    border-radius: 10px;
    padding: 30px 25px;
}

.mission-item.vision-item {
    background: #162446;
}

.mission-item h3 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
}

.mission-item p {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}

.mission-item ul {
    padding: 5px 0 5px 15px;
}

.mission-item li {
    color: #ffffff;
    font-size: 15px;
    padding: 0 0 5px;
    list-style: disc;
}

.choose-area .heading h3 {
    color: #0b1732;
    font-weight: bold;
    margin-bottom: 10px;
}

.choose-area .heading h5 {
    color: #162446;
    font-weight: 300;
    margin-bottom: 0;
}

.choose-item {
    text-align: center;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
}

.choose-icon {
    padding-bottom: 15px;
}

.choose-icon img {
    width: auto;
    max-height: 60px;
}

.choose-item h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.choose-item p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 0;
}

.award-detail h3 {
    color: #002b54;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 5px;
}

.award-detail h3 b {
    font-weight: bold;
}

.award-detail h5 {
    color: #0b1732;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 1.3rem;
}

.award-detail p {
    color: #0b1732;
    font-size: 15px;
}

.award-table tr th:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.award-table tr th:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.award-table th {
    padding-left: 1.5rem;
    background: #002b54;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    border: none;
    box-shadow: none;
}

.award-table tr td {
    color: #0b1732;
    font-size: 15px;
    padding-left: 1rem;
    border-color: #eaeaea;
    box-shadow: none;
    vertical-align: middle;
}

.award-table tr:last-of-type td {
    border-color: transparent;
}

/*======= Member login & Signin page =============*/

.login-area {}

.login-box {
    background: #1059a2 url("assets/images/login-bg.png") no-repeat center center / cover;
    padding: 30px 25px;
    border-radius: 10px;
    height: 100%;
}

.login-heading h3 {
    font-size: 30px;
    font-weight: 300;
    color: #0b1832;
}

.login-heading span,
.login-heading b {
    font-weight: bold;
}

.login-heading p {
    font-size: 15px;
    color: #0b1732;
}

.login-heading p span {
    color: #bf1616;
}

.login-heading hr {
    color: #bf1616;
    margin: 15px 0;
    border-bottom: 1px solid #e5e7e9;
    opacity: 1;
}

.login-box .login-heading h3,
.login-box .login-heading p {
    color: #ffffff;
}

.login-box .login-heading span {
    display: block;
}

.login-form form {
    padding-right: 25%;
}

.login-form label {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
}

.login-form label span.required {
    color: #bf1616;
    font-weight: bold;
    padding-left: 3px;
}

.login-form .form-control,
.login-form .form-select {
    color: #282828;
    font-size: 15px;
    font-weight: 300;
    border-radius: 5px;
    background-color: #ffffff;
    border-color: #eaeaea;
    height: auto;
    padding: 8px 15px;
}

.login-form .form-control:focus,
.login-form .form-select:focus,
.login-form .form-check-input:focus {
    box-shadow: none;
    outline: none;
}

.login-form a {
    color: #489aeb;
    font-size: 15px;
    font-weight: 300;
}

.login-form a:hover {
    color: #115aa2;
}

.login-form .form-check-input {
    box-shadow: none;
    border-radius: 0;
}

.login-form .form-check-input:checked {
    background-color: #1059a2;
    border-color: #1059a2;
}

.register-form form {
    padding-right: 0;
}

.register-area .login-heading hr {
    border-bottom: 10px solid #489aeb;
    margin: 15px 0 5px;
}

.register-title h4 {
    color: #949494;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}

.register-title h4 b.required {
    color: #bf1616;
    font-weight: bold;
}

.register-title h4 span {
    font-size: 15px;
    color: #0b1832;
}

.register-title hr {
    opacity: 1;
    border-bottom: 1px solid #e5e7e9;
    margin: 15px 0 5px;
}

.register-form span.form-text {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    padding-top: 3px;
    display: inline-block;
}

.shipping-area {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.login-form h5 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.login-form p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
}

.register-title {
    padding-top: 3rem;
}

.login-form .recaptcha-area {
    justify-content: end;
    display: flex;
}

.login-form hr.separator {
    margin: 15px 0;
    border-bottom: 1px solid #e5e7e9;
    opacity: 1;
}

/*======= Contact Us page =============*/

.touch-area {
    background: #ffffff;
}

.contact-heading h2 {
    color: #0b1732;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-heading h3 {
    color: #0b1732;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.contact-heading p {
    color: #0b1732;
    font-size: 15px;
    margin-bottom: 0;
}

.touch-area hr.divider {
    margin: 20px 0 35px;
    border-bottom: 3px solid #489aeb;
    opacity: 1;
}

.contact-address img,
.contact-address iframe {
    width: 100%;
    border-radius: 0;
}

.contact-info h4 {
    color: #0b1732;
    font-size: 22px;
    font-weight: bold;
}

.contact-info p,
.contact-info p a {
    color: #0b1732;
    font-size: 15px;
    margin-bottom: 0;
}

.contact-info p span {
    color: #878787;
}

.contact-info p a:hover {
    color: #006cd0;
}

.contact-info p i {
    color: #006cd0;
    padding-right: 5px;
}

.contact-info ul {
    padding-top: 20px;
}

.contact-info li {
    display: inline-block;
    padding-right: 10px;
}

.contact-info li img {
    width: auto;
    max-height: 48px;
}

.contact-info li:last-of-type {
    padding-right: 0;
}

.contact-info li:last-of-type img {
    position: relative;
    top: -2px;
}

.enquiry-area {
    background: #00112c;
}

.enquiry-area .contact-heading h2,
.enquiry-area .contact-heading p {
    color: #ffffff;
}

.contact-form h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}

.contact-form hr {
    margin: 15px 0;
    border-bottom: 1px solid #ffffff;
    opacity: 1;
}

.contact-form h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.contact-form p {
    color: #f1f1f3;
    font-size: 15px;
    font-weight: 300;
}

.contact-form label {
    color: #f1f1f3;
    font-size: 15px;
    font-weight: 300;
}

.contact-form label span.required {
    color: #9d274d;
}

.contact-form .form-control,
.contact-form .form-select {
    color: #282828;
    font-size: 15px;
    font-weight: 300;
    border-radius: 5px;
    background-color: #ffffff;
    border: none;
    height: auto;
    padding: 8px 15px;
}

.contact-form .form-check-input {
    box-shadow: none;
    border-radius: 0;
}

.contact-form .form-check-input:checked {
    background-color: #1059a2;
    border-color: #1059a2;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus,
.contact-form .form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.recaptcha-area {
    justify-content: start;
    display: flex;
}

.contact-form button[type="submit"],
.contact-form input[type="submit"] {
    border: none;
    color: #ffffff;
    height: auto;
    padding: 6px 30px;
    font-size: 15px;
    font-weight: normal;
    box-shadow: none;
    text-transform: capitalize;
    background: #489aeb;
    border-radius: 5px;
}

.contact-form button[type="submit"] i {
    color: #ffffff;
}

.contact-form button[type="submit"]:hover,
.contact-form input[type="submit"]:hover {
    background: #115aa2;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.recaptcha-area {
    justify-content: end;
    display: flex;
    padding-top: 2rem;
}

/*==== Start scrollUp area ====*/

.scrollUp {
    position: fixed;
    bottom: 35%;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 2;
}

.scrollUp li {
    display: block;
    padding: 5px 0;
}

.scrollUp li a {
    width: 50px;
    height: 50px;
    background: #161241;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrollUp li a i {
    font-size: 20px;
    color: #ffffff;
}

.scrollUp li a img {
    width: auto;
    height: auto;
    max-height: 18px;
}

.scrollUp li a.phone-icon {
    background: #1159a3;
}

.scrollUp li a.whatsapp-icon {
    background: #62c412;
}

.scrollUp.show {
    opacity: 1;
    visibility: visible;
}

/*======= Checkout Page =============*/

.checkout-area {
    background: #ffffff;
}

.checkout-section {
    margin-bottom: 30px;
    margin-top: 30px;
}

.section-header {
    background: #489aeb;
    color: #ffffff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
}

.section-header i {
    font-size: 16px;
}

.section-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.section-heading {
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    margin: 0;
    padding: 0;
}

.shipping-address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shipping-address-header .section-heading {
    border-bottom: none;
    margin-bottom: 0;
    flex: 1;
}

.shipping-address-header .form-check {
    margin-left: 15px;
    white-space: nowrap;
}

.shipping-address-header .form-check-label {
    margin-bottom: 0;
    font-size: 14px;
    color: #252525;
}

.checkout-form {
    padding: 15px 0;
}

.checkout-form .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 8px;
    display: block;
}

.checkout-form .form-control,
.checkout-form .form-select {
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 10px 12px;
    font-size: 14px;
    color: #252525;
    background: #ffffff;
}

.checkout-form .form-control:focus,
.checkout-form .form-select:focus {
    border-color: #489aeb;
    box-shadow: 0 0 0 0.2rem rgba(72, 154, 235, 0.25);
}

.checkout-form .form-check {
    margin-top: 5px;
}

.checkout-form .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    border: 1px solid #ececec;
    border-radius: 2px;
}

.checkout-form .form-check-input:checked {
    background-color: #489aeb;
    border-color: #489aeb;
}

.checkout-form .form-check-label {
    margin-left: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #252525;
}

.optional {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
}

.forgot-password {
    color: #489aeb;
    text-decoration: none;
    font-size: 14px;
    margin-left: 15px;
}

.forgot-password:hover {
    text-decoration: underline;
    color: #1159a3;
}

.login-password-group {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.password-input-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.password-input-wrapper .form-label {
    display: block;
    margin-bottom: 8px;
}

.password-input-wrapper .form-control {
    margin-bottom: 5px;
}

.password-input-wrapper .forgot-password {
    align-self: flex-end;
    color: #489aeb;
    text-decoration: none;
    font-size: 14px;
}

.btn-login {
    padding: 10px 20px;
    align-self: flex-start;
    white-space: nowrap;
    margin-top: 28px;
}

/*======= Order Review Page Styles =============*/

.checkout-section .edit-link {
    color: #489aeb;
    font-size: 14px;
    text-decoration: none;
}

.checkout-section .edit-link:hover {
    color: #1159a3;
    text-decoration: underline;
}

/* Shipping Info Display */
.shipping-info-display {
    padding: 20px 0;
}

.info-row {
    display: flex;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.5;
}

.info-label {
    color: #666;
    min-width: 140px;
    flex-shrink: 0;
}

.info-value {
    color: #252525;
    font-weight: 500;
}

/* Checkout Table Styles */
.table-responsive {
    overflow-x: auto;
}

.checkout-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.checkout-table thead .table-header {
    background-color: #489aeb;
    color: #ffffff;
}

.checkout-table thead th {
    padding: 12px 15px;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    border: none;
}

.checkout-table tbody td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
}

.checkout-table .col-sku {
    width: 120px;
    color: #666;
}

.checkout-table .col-product {
    width: auto;
}

.checkout-table .col-price {
    width: 100px;
    text-align: right;
}

.checkout-table .col-qty {
    width: 120px;
    text-align: center;
}

.checkout-table .col-total {
    width: 100px;
    text-align: right;
    font-weight: 600;
}

.checkout-table .col-action {
    width: 50px;
    text-align: center;
}

/* Product Info in Table */
.product-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ececec;
}

.product-details h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #252525;
}

.product-details h6:hover {
    color: #115aa2;
}

.product-details small {
    font-size: 12px;
    color: #666;
    display: block;
    margin-bottom: 4px;
}

.badge-preorder {
    display: inline-block;
    background-color: #252525;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 3px;
    text-transform: uppercase;
}

/* Quantity Control */
.quantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.btn-qty {
    width: 24px;
    height: 24px;
    border: 1px solid #ececec;
    background: #ffffff;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-qty:hover {
    background: #f5f5f5;
    border-color: #489aeb;
    color: #489aeb;
}

.qty-input {
    width: 40px;
    height: 24px;
    border: 1px solid #ececec;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
}

/* Remove Button */
.btn-remove {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    font-size: 16px;
    padding: 5px;
    transition: color 0.2s;
}

.btn-remove:hover {
    color: #a71d2a;
}

/* Shipping Method Section */
.shipping-weight-info {
    font-size: 14px;
    color: #666;
}

.shipping-weight-info strong {
    color: #252525;
}

/* Order Summary */
.order-summary {
    max-width: 400px;
    margin-left: auto;
    padding: 20px 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.summary-row.total-row {
    border-top: 2px solid #252525;
    border-bottom: none;
    margin-top: 10px;
    padding-top: 15px;
    font-weight: 700;
    font-size: 16px;
}

.summary-label {
    color: #666;
}

.summary-row.total-row .summary-label,
.summary-row.total-row .summary-value {
    color: #252525;
}

.summary-value {
    font-weight: 500;
    color: #252525;
}

/* Payment Method Section */
.w-100 {
    width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 991px) {

    .checkout-table .col-sku,
    .checkout-table .col-action {
        display: none;
    }

    .product-thumb {
        width: 40px;
        height: 40px;
    }

    .product-details h6 {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .checkout-table .col-price {
        display: none;
    }

    .quantity-control {
        gap: 3px;
    }

    .btn-qty {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .qty-input {
        width: 35px;
        height: 20px;
        font-size: 12px;
    }

    .info-row {
        flex-direction: column;
    }

    .info-label {
        min-width: auto;
        margin-bottom: 2px;
    }

    .order-summary {
        max-width: 100%;
    }
}


/* download css */
.download-title {
    font-size: 16px;
    font-weight: 500;
    color: #061541;
    margin-bottom: 10px;
}

.download-title:hover {
    color: #115aa2;
}

/* video css */

.video-title {
    font-size: 16px;
    font-weight: 500;
    color: #061541;
    margin-top: 10px;
    margin-bottom: 10px;
}

.video-title:hover {
    color: #115aa2;
}

ul.list-icon {
    padding-left: 10px;
}

.list-icon li {
    color: #100f0d;
    font-size: 15px;
    list-style: disc;
    padding: 3px 0 3px 5px;
    margin-left: 20px;
}

.list-icon li::marker {
    color: #100f0d;
}