@import url('navigation.css');
@import url('responsive.css');
@import url('section.css');
@import url('user-interface.css');
@import url('utilities.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
    font-family: 'FontAwesome';
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot');
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}




:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}
.about-home-section{
    background-color: #f4f8fb;
    padding-top: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

a {
    color: #002d58;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #001a34;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}



.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

input[type='text'],
input[type='number'],
textarea {
    font-size: 16px;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 1 0 20%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}





.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}



.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-user:before {
    content: "\f007"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-comments:before {
    content: "\f086"
}

.fa-phone:before {
    content: "\f095"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-close,
.fa-chevron-down {
    position: absolute;
    right: 0;
    top: 0;
    margin: 14px;
    margin-left: -12px !important;
    cursor: pointer;
    color: #7b92a8;
}

.fa-close:before {
    content: "\f00d"
}

.fa-chevron-down:before {
    content: "\f078"
}

* {
    margin: 0;
    padding: 0
}

a,
a:hover {
    text-decoration: none
}

li {
    list-style: none
}

body {
    font-family: Helvetica, sans-serif;
    position: relative
}

body:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
    display: none;
    z-index: 9
}

.body-overlay:before {
    display: block;
    z-index: 9999
}


header {
    background: #f4f5f6;
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%
}


.top-header-title h1 {
    font-size: 14px;
    color: rgb(0 45 88 / 60%);
    margin-bottom: 0
}

.top-header-list>ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0
}

.top-header-list>ul>li {
    position: relative
}

.top-header-list>ul>li>a {
    color: #658dbc;
    font-size: 14px;
    padding: 12px 18px;
    border-left: 1px solid #d6d8db;
    display: block
}

.top-header-list>ul>li>a i {
    color: #7b92a8
}

.top-header-list>ul>li:last-child>a {
    border-right: 1px solid #d6d8db
}

.top-header-list>ul>li:hover>a {
    background: #002d58;
    color: #fff
}

.top-header-list>ul>li:hover>a i {
    color: #fff
}

.logo-area img {
    width: 100%;
    height: auto
}

.form-control {
    border: 1px solid #658dbc;
    height: 45px;
    font-size: 16px;
    color: rgb(0 45 88 / 50%);
    background: #fff
}

.form-control::placeholder {
    color: #a3abb7
}

.form-group {
    position: relative
}

.form-control:focus {
    box-shadow: 0;
    border-color: #658dbc
}

.cart-area {
    position: relative;
    padding: 5px;
    padding-right: 18px;
    cursor: pointer
}

.cart-area i {
    color: #002c58;
    font-size: 22px;
    margin-right: 15px
}

.cart-area p {
    font-size: 11px;
    color: #ffffff;
    background-color: #ed8906;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    padding: 5px;
    position: absolute;
    top: -5px;
    right: 13px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-area h4 {
    color: rgb(0 45 88 / 80%);
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-list>ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0
}

.menu-list>ul>li>a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: block;
    transition: all .5s ease-in-out;
    padding: 15px 0;
    text-align: center
}

.menu-list>ul>li:last-child>a {
    border-right: 0
}

.menu-list>ul>li:hover>a {
    background: #597aa8
}

footer {
    background: #f6f7f8;
    padding: 50px 0 20px 0
}

.footer-1 h4 {
    text-transform: uppercase;
    color: #272b2f;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 18px
}

.footer-1 ul {
    margin-bottom: 0
}

.footer-1 ul li a {
    color: #002c58;
    font-size: 14px;
    display: inline-block;
    padding: 5px 0
}

.contact-detail {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 5px #dbdbdb;
    margin-bottom: 15px
}

.address {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.address-icon i {
    color: #002b57;
    background: #e9ecee;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 16px;
    margin-right: 5px
}

.address-para p {
    font-size: 14px;
    color: #505050;
    line-height: 16px;
    margin-bottom: 0
}

.call {
    display: flex;
    align-items: center
}

.call .address-para p {
    margin-bottom: 0
}

.call .address-para p a {
    text-decoration: underline
}

.footer-row-1 {
    border-bottom: 1px solid #e3e6e9;
    padding-bottom: 50px;
    margin-bottom: 50px
}

.footer-row-2 {
    border-bottom: 1px solid #e3e6e9;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.newsletter-area h4 {
    text-transform: uppercase;
    color: #272b2f;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px
}

.newsletter-area p {
    font-size: 14px;
    color: #525252;
    line-height: 18px;
    margin-bottom: 15px
}

.newsletter-input {
    border-right: 0;
    border-radius: 5px 0 0 5px;
    width: 310px;
    border: 0;
    box-shadow: 0 0 5px #dbdbdb;
    font-size: 16px;
    color: #686b6e
}

.subscribe-btn {
    background: #f59a1f;
    border-radius: 0 5px 5px 0;
    border: 0;
    height: 45px;
    width: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: relative
}

.newsletter-input::placeholder {
    color: #333
}

.newsletter-area form {
    margin-bottom: 20px
}

.newsletter-area ul {
    display: flex
}

.newsletter-area ul li {
    margin-right: 10px
}

.newsletter-area ul li a {
    font-size: 0
}

.newsletter-area .form-group {
    position: relative
}

.certify-area ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px
}

.certify-area ul li {
    margin: 0 8px
}

.certify-area ul li a {
    font-size: 0
}

.social-icons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.social-icons li {
    margin-right: 10px;
}

.social-icons li a {
    display: block;
    font-size: 0;
}

.certification-badges,
.payment-icons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    align-items: center;
}

.certification-badges li,
.payment-icons li {
    margin: 0 8px;
}

.certification-badges li a,
.payment-icons li a {
    display: block;
    font-size: 0;
}

.copy-text p {
    font-size: 14px;
    color: #545454;
    margin-bottom: 0
}

.policy-list ul {
    margin-bottom: 0;
    display: flex;
    justify-content: center
}

.policy-list ul li a {
    padding: 0 10px;
    color: #002c58;
    font-size: 14px
}

.menu-toggler {
    display: inline-block;
    cursor: pointer;
    text-align: center
}

.bar1 {
    width: 28px;
    height: 3px;
    background: #002d58;
    margin: 0 auto 5px auto
}

.bar2 {
    width: 28px;
    height: 3px;
    background: #002d58;
    margin: 5px auto
}

.bar3 {
    width: 28px;
    height: 3px;
    background: #002d58;
    margin: 5px auto 7px auto
}

.menu-toggler p,
.user-login p {
    text-align: center;
    color: #002d58;
    font-size: 15px;
    margin-bottom: 0
}

.mob-bottom-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 15px 0
}

.mob-bottom-list ul li {
    padding: 0 15px;
    border-right: 1px solid #fff
}

.mob-bottom-list ul li:last-child {
    padding-right: 0;
    border-right: 0
}

.mob-bottom-list .account-tools i {
    color: #fff;
    font-size: 25px
}

.mob-bottom-list .account-tools p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold
}


.mob-bottom-list .search-input {
    width: 200px
}

.bottom-header {
    position: relative
}



.nav-tabs .nav-link {
    border: 0;
    border-radius: 0
}


.nav-tabs {
    border-bottom: 1px solid #869bb8
}


.menu-list ul li:hover .mega-dropdown,
.flex-item:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu-list ul li:hover .mega-dropdown > *,
.flex-item:hover .mega-dropdown > * {
    opacity: 1;
    transform: translateY(0);
}

.mega-dropdown .tab-content {
    position: relative;
    overflow: hidden;
}

.mega-dropdown .tab-pane {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mega-dropdown .tab-pane.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.menu-list ul li:hover ~ li .mega-dropdown > * {
    opacity: 0;
    transform: translateY(10px);
}

.account-tools {
    position: relative;
    cursor: pointer;
    padding: 5px
}

.tool-list {
    position: absolute;
    min-width: 150px;
    height: auto;
    background: #fff;
    border: 1px solid #a3a3a3;
    box-shadow: 0 0 27px rgba(0, 43, 88, 0.17);
    border-radius: 5px;
    z-index: 9;
    padding: 15px 20px;
    right: -20px;
    top: 55px;
    width: 100%;
    
    
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.5s ease-in-out;
    pointer-events: none;
}

.account-tools:hover .tool-list {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto;
}

.account-tools:hover .tool-list > * {
    transform: translateY(0) translateX(0);
}

.header-actions li:hover ~ li .tool-list > * {
    transform: translateY(15px) translateX(-30px);
}

.tool-list ul {
    margin-bottom: 0;
    position: relative
}

.tool-list ul li a {
    font-size: 14px;
    color: #597baa;
    display: block;
    padding-bottom: 8px;
    text-align: left;
    transition: all 0.5s ease-in-out;
}

.tool-list ul li:last-child a {
    padding-bottom: 0
}

.top-arrow img {
    position: absolute;
    top: -10px;
    right: 20px
}

.top-header-list ul li:hover .contact-tab {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto;
}

.container {
    max-width: 1440px
}


.why1 {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #f4f8fb;
    padding: 20px;
    border-radius: 0;
    border: 1px solid #e3e6e9;
    margin-bottom: 20px;
}

.why-img {
    flex: 0 0 auto
}

.why-text {
    text-align: left
}

.why1.nobtm-border {
    border-bottom: 0
}

.footer-support-img {
    position: relative
}

.footer-support-img img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    object-position: center
}

.menu-toggler p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #002d58;
    text-transform: uppercase;
    line-height: 1
}

.who-area .topcategory-img a {
    font-size: 0
}

.sprite-img {
    background: url(../images/sprit-img1.png)
}

.tool-icon {
    width: 20px;
    height: 25px;
    display: inline-block;
    background-position: -5px 0
}

.fb-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-position: 0 -40px
}

.insta-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-position: -40px -40px
}

.twitter-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-position: -81px -40px
}

.linkedin-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-position: -121px -39px
}

.youtube-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-position: -161px -39px
}

.social-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-position: -201px -39px
}

.google-rate {
    width: 137px;
    height: 49px;
    display: inline-block;
    background-position: 0 -88px
}

.bbb-logo {
    width: 141px;
    height: 53px;
    display: inline-block;
    background-position: -153px -83px
}

.download-icon {
    width: 100px;
    height: 59px;
    display: inline-block;
    background-position: -308px -77px
}

.pci-icon {
    width: 99px;
    height: 49px;
    display: inline-block;
    background-position: -424px -86px
}

.paypal {
    width: 93px;
    height: 36px;
    display: inline-block;
    background-position: -1px -160px
}

.visa {
    width: 50px;
    height: 33px;
    display: inline-block;
    background-position: -113px -160px
}

.mastercard {
    width: 62px;
    height: 36px;
    display: inline-block;
    background-position: -177px -158px
}

.discover {
    width: 53px;
    height: 53px;
    display: inline-block;
    background-position: -252px -151px
}

.american {
    width: 68px;
    height: 24px;
    display: inline-block;
    background-position: -314px -168px
}

.call-back {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: -121px 0
}

.support-ticket {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: -157px -2px
}

.fax-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-position: -80px 0;
    margin-right: 5px
}

.menu-contact-img {
    width: 275px;
    height: 92px;
    display: inline-block;
    background-position: 0 92px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px
}

.support-text ul li {
    position: relative
}

.support-text ul li a {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}





.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}


.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}



.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}



.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}




.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}


.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}



.modal-footer> :not(:first-child) {
    margin-left: .25rem
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}


.input-group-custom {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}


.input-group-text-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 0;
    font-size: 16px;
    color: #555;
    height: 45px;
}
.input-group-icon-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-right: none;
    border-radius: 0;
    font-size: 16px;
    color: #555;
    height: 45px;
}


.search-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-left: none;
    
    border-radius: 0;
    font-size: 16px;
    outline: none;
}


.search-btn {
    padding: 10px 15px;
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    margin-left: -1px;
    
}

.cart-img img {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group {
    position: relative;
}

.search-input {
    padding-right: 60px;
    
}

.search-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    pointer-events: none;
}

.clear-icon {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    cursor: pointer;
    display: none;
    .clear-icon {
    background: #002d58;
    z-index: 9999;
}
}
.top-header-bar {
        width: 100%;
        background-color: #ffffff;
        border-bottom: 1px solid #e4e7eb;
        padding: 6px 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }

    .top-header-text {
        color: #555;
        font-weight: 500;
        line-height: 1.2;
    }

    .top-header-utility {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    @media (max-width: 767px) {
        .top-header-utility {
            justify-content: center;
            width: 100%;
            padding: 4px 0;
        }
    }

    .top-header-list {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;
        margin: 0;
        padding: 0;
    }

    .header-item {
        display: flex;
        align-items: center;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: #1f5da8;
    }

    .header-item.phone {
        font-weight: 700;
    }

    .header-item a {
        text-decoration: none;
        color: inherit;
    }

    .header-item i {
        font-size: 12px;
    }

    .header-item a:hover {
        text-decoration: underline;
    }

    .divider {
        color: #9aa3ad;
        font-size: 14px;
        line-height: 1;
    }

    .middle-header {
        background: #ffffff;
        border-bottom: 1px solid #e5e5e5;
        padding: 12px 0;
        font-family: Arial, Helvetica, sans-serif;
    }

    .logo-area img {
        max-width: 210px;
        width: 100%;
        height: auto;
    }

    @media (min-width: 992px) {
        .logo-area img {
            margin-left: 10px;
            margin-right: 20px;
        }
    }

    .header-col-6 {
        
        flex: 0 0 50%;
        max-width: 100%
    }

    
    .search-bar {
        display: flex;
        border: 1px solid #cfd6dc;
        height: 40px;
    }

    .search-bar input {
        flex: 1;
        border: none;
        padding: 0 12px;
        font-size: 14px;
        outline: none;
    }

    .search-bar button {
        width: 44px;
        background: #2b7dbd;
        border: none;
        color: #fff;
        cursor: pointer;
    }

    .search-bar button i {
        font-size: 16px;
    }

    
    .header-actions {
        list-style: none;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        gap: 22px;
        margin: 0;
        padding: 0;
    }

    .header-actions li {
        display: flex;
        align-items: center;
        font-size: 10px;
        color: #333;
        cursor: pointer;
        position: relative;
    }

    .header-actions i {
        font-size: 15px;
        color: #444;
    }

    .header-actions span {
        font-weight: 600;
    }

    .header-actions small {
        display: block;
        font-size: 11px;
        color: #777;
    }

    
    .support {
        gap: 10px;
    }

    
    .icon-action {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
    }

    .icon-action span {
        font-size: 11px;
        margin-top: 4px;
        line-height: 1;
    }

    
    .cart em {
         position: absolute;
        top: -5px;
        right: 0;
        background-color: #fa8029;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        min-width: 15px;
        
        line-height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-style: normal;
        
    }

    
    .support-popup-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 999;
    }

    .support-popup-overlay.active {
        display: block;
    }

    
    .support-popup {
        display: none;
        position: fixed;
        top: 80px;
        right: 20px;
        width: 520px;
        background: white;
        border-radius: 8px;
        
        z-index: 1000;
        overflow: hidden;
    }

    .support-popup.active {
        display: block;
    }

    
    .popup-header {
        background: #f8f9fa;
        padding: 16px 20px;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .popup-header-title {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .popup-header-title img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        object-fit: cover;
    }

    .popup-header-title h3 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }

    .popup-header-close {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color: #999;
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .popup-header-close:hover {
        color: #333;
    }

    
    .popup-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 350px;
    }

    .popup-section {
        padding: 24px 20px;
        border-right: 1px solid #e0e0e0;
    }

    .popup-section:last-child {
        border-right: none;
    }

    .popup-section-title {
        font-size: 12px;
        font-weight: 700;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
       
    }

    
    .contact-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
        cursor: pointer;
        transition: opacity 0.2s;
        color: black;
    }

    .contact-item:hover {
        opacity: 0.8;
    }

    .contact-item:last-child {
        margin-bottom: 0;
    }

    .contact-item-icon {
        font-size: 18px;
        color: #000000;
        min-width: 20px;
        margin-top: 2px;
    }

    .contact-item-content {
        flex: 1;
    }

    .contact-item-title {
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        margin: 0 0 4px 0;
        text-decoration: none;
        display: block;
    }

    .contact-item-subtitle {
        font-size: 12px;
        color: #999;
        margin: 0;
    }

    
    .support-link {
        display: block;
        font-size: 13px;
        color: #0066cc;
        margin-bottom: 16px;
        text-decoration: none;
        cursor: pointer;
        transition: opacity 0.2s;
    }

    .support-link:hover {
        opacity: 0.8;
        text-decoration: underline;
    }

    .support-link:last-child {
        margin-bottom: 0;
    }
    .support-section {
        background-color:#e0e0e0;
    }

    
    @media (max-width: 768px) {
        .support-popup {
            width: 90vw;
            right: 5vw;
            left: auto;
        }

        .popup-content {
            grid-template-columns: 1fr;
        }

        .popup-section {
            border-right: none;
            border-bottom: 1px solid #e0e0e0;
            padding: 20px;
        }

        .popup-section:last-child {
            border-bottom: none;
        }
    }
    

@media (max-width: 991px) {

    
    .top-header-bar {
        padding: 6px 10px;
        font-size: 12px;
    }

    .top-header-list {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .header-item {
        font-size: 11px;
        gap: 4px;
    }

    .divider {
        display: none;
    }

    
    .middle-header {
        padding: 10px 0;
        width: 100%;
    }

    .logo-area img {
        max-width: 140px;
        margin-left: 0;
        margin-right: 0;
    }

    
    .header-col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    
    .search-bar {
        height: 40px;
        margin: 10px auto;
        max-width: 92%;
    }
    .col-6 {
    -ms-flex: 0 0 50%;
    flex: 1 0 20%;
    max-width: 46%;
}

    .search-bar input {
        font-size: 13px;
        padding: 0 10px;
    }

    .search-bar button {
        width: 42px;
    }

    
    .header-actions {
        justify-content: center;
        gap: 18px;
        margin-top: 10px;
    }

    .header-actions li {
        font-size: 9px;
    }

    .header-actions i {
        font-size: 20px;
    }

    .icon-action span {
        font-size: 10px;
    }

    
    .cart em {
        top: -5px;
        right: -6px;
        font-size: 9px;
        padding: 0;
    }

}



@media (max-width: 576px) {

    
    .top-header-text {
        display: none;
    }

    .top-header-list {
        gap: 8px;
    }

    .header-item {
        font-size: 10px;
    }

    
    .logo-area img {
        max-width: 120px;
    }

    
    .search-bar {
        height: 38px;
    }

    .search-bar button i {
        font-size: 14px;
    }

    
    .header-actions {
        gap: 14px;
    }

    .header-actions small {
        display: none;
    }

    .icon-action span {
        font-size: 9px;
    }
}

.fa-user-circle {
    font-size: 11.5px !important;
    margin-top: 5px !important;
}

.fa-shopping-cart {
    font-size: 15px !important;
}

.fa-shopping-cart span {
    font-size: 1px !important;

}

.middle-header .logged-out-only .header-actions {
    align-items: flex-end !important;
}

.middle-header .logged-out-only .header-actions #signInBtn span,
.middle-header .logged-out-only .header-actions .cart span {
    font-size: 12px;
    font-weight: 600;
    margin-top: 4px;
    line-height: 1;
}

.middle-header .logged-out-only .header-actions #signInBtn i.fa-user-circle,
.middle-header .logged-out-only .header-actions .cart i.fa-shopping-cart {
    font-size: 32px !important;
    line-height: 1;
}

.middle-header .logged-out-only .header-actions .icon-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.middle-header .logged-out-only .header-actions .icon-action i {
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
}

.middle-header .logged-in-actions .header-actions .icon-action {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.middle-header .logged-in-actions .header-actions .icon-action i {
    font-size: 24px !important;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
}

.middle-header .logged-in-actions .header-actions .icon-action span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.mobile-icon-main {
    display: none;
}

@media (max-width: 991px) {
    .middle-header .logged-out-only .header-actions #signInBtn i.fa-user-circle,
    .middle-header .logged-out-only .header-actions .cart i.fa-shopping-cart {
        font-size: 32px !important;
    }

    .middle-header .logged-out-only .header-actions #signInBtn span,
    .middle-header .logged-out-only .header-actions .cart span {
        font-size: 10px;
    }

    .middle-header .logged-in-actions .header-actions .icon-action i {
        font-size: 20px !important;
    }

    .middle-header .logged-in-actions .header-actions .icon-action span {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .middle-header .logged-out-only .header-actions #signInBtn i.fa-user-circle,
    .middle-header .logged-out-only .header-actions .cart i.fa-shopping-cart {
        font-size: 30px !important;
    }

    .middle-header .logged-out-only .header-actions #signInBtn span,
    .middle-header .logged-out-only .header-actions .cart span {
        font-size: 9px;
    }

    .middle-header .logged-in-actions .header-actions .icon-action i {
        font-size: 18px !important;
    }

    .middle-header .logged-in-actions .header-actions .icon-action span {
        font-size: 9px;
    }
}

@media (max-width: 480px) {
    .middle-header .logged-out-only .header-actions #signInBtn i.fa-user-circle,
    .middle-header .logged-out-only .header-actions .cart i.fa-shopping-cart {
        font-size: 28px !important;
    }

    .middle-header .logged-out-only .header-actions #signInBtn span,
    .middle-header .logged-out-only .header-actions .cart span {
        font-size: 8px;
    }

    .middle-header .logged-in-actions .header-actions .icon-action i {
        font-size: 16px !important;
    }

    .middle-header .logged-in-actions .header-actions .icon-action span {
        font-size: 8px;
    }

    .middle-header .logged-out-only .header-actions,
    .middle-header .logged-in-actions .header-actions {
        gap: 10px !important;
    }
}

@media (max-width: 767px) {
    .category-list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .category-list ul li {
        width: 100%;
    }

     .logo-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mobile-icon-main {
        display: flex;
        margin-left: 20px;
        align-items: center;

    }

    .mobile-icon-main .mobile-icon-divider {
        width: 1px;
        height: 42px;
        background: #cfd8e3;
        margin: 0 20px;
        flex-shrink: 0;
    }

    .home-knowhow-card {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #4b86ad;
        border-radius: 8px;
        padding-top: 8px;
        margin: 12px 12px 16px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
        overflow: visible !important;
    }

    .home-knowhow-img {
        width: 124px;
        height: auto;
        border-radius: 6px 0 0 6px;
        overflow: visible;
        flex-shrink: 0;
        margin-top: -24px;
        align-self: flex-start;
        position: relative;
        z-index: 2;
    }

    .home-knowhow-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .home-knowhow-text h3 {
        font-size: 12px !important;
        font-weight: 700;
        color: #fff !important;
        padding: 0px !important;
        border-bottom: none !important;
    }

    .home-knowhow-text p {
        margin: 0;
        font-size: 13px;
        color: #e8f1f7;
    }

    .mobile-icon-main .mobile-call-icon,
    .mobile-icon-main .mobile-menu-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        color: #002d58;
    }

    @media (max-width: 991px) {
        body.mobile-header-hidden header {
            transform: translateY(-110%);
            transition: transform 0.25s ease;
        }

        header,
        header.header-down {
            position: fixed !important;
            top: 0;
            left: 0;
            right: 0;
            z-index: 9999;
            background: #fff;
        }

        body {
            padding-top: 120px;
        }
    }

    .mobile-icon-main .mobile-call-icon svg,
    .mobile-icon-main .mobile-menu-icon svg {
        display: block;
    }

    .mobile-icon-main .mobile-call-icon svg path,
    .mobile-icon-main .mobile-menu-icon svg path {
        fill: currentColor !important;
    }

    .mobile-icon-main .mobile-call-icon h3,
    .mobile-icon-main .mobile-menu-icon h3 {
        line-height: 1;
        text-align: center;
        padding-top: 5px;
        font-weight: bolder !important;
    }
    

    .mobile-icon-main .mobile-call-icon h3{
        font-size: 11px;
        font-weight: bolder;
        color: #002d58;
    }
      .mobile-icon-main .mobile-menu-icon h3{
        font-size: 11px;
        font-weight: bolder;
        color: #002d58;
    }
    .space-between {
       justify-content: space-between;
    }
    .custom-width-logo{
        display: none;
    }
    .container-fluid{
        padding-inline: 4px;
    }
    .middle-header .logo-area{
      padding-inline: 20px;
      padding-top: 10px;
    }
    .top-header-bar{
        display: none;
    }
    .mob-bottom-list ul{
        display: block;
    }

    .why1{
        border: none;
        border-top: 1px solid #e3e6e9;
            border-radius: 0;
    }
}
