/* ========================= breadcrumb ================================= */
.breadcrumb .breadcrumb-item {
    list-style: none;
    font-size: 17px;
    text-decoration: none;
}
.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #222;
}
.breadcrumb .breadcrumb-item a:hover {
    text-decoration: none;
    color: #0055ad;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: " > " !important;
}
/* ========================= button ================================= */
.ps-btn {
    font-weight: 600;
    border-radius: 6px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    padding: 12px 12px;
    line-height: 1.5;
    cursor: pointer;
    color: #fff;
    font-size: 15px !important;
}
.ps-btn.ps-btn--outline {
    color: #0055ad !important;
}
.ps-btn--warning {
    border: 1px solid #0055ad !important;
    background-color: #0055ad !important;
}
.ps-btn--warning:hover {
    color: #0055ad !important;
}
.ps-btn--warning:hover {
    background-color: #fff !important;
}
.ps-btn--outline {
    border: 1px solid #0055ad !important;
    background-color: #fff !important;
}
.ps-btn--outline:hover {
    color: #fff !important;
}
.ps-btn--outline:hover {
    background-color: #0055ad !important;
}
/*=============================== header =================================*/
.search-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 90px;
    font-weight: 500 !important;
    padding: 0 !important;
}
.search-btn:hover svg path {
    fill: #0055ad !important;
}
.site-nav-link {
    font-size: 13px;
    color: #0055ad !important; 
    text-decoration: underline !important;
}
.site-nav-link:hover {
    text-decoration: none !important;
}
@media screen and (max-width: 991px)
{
    .cmpny_nme_loc_gst,
    .jk-header-right {
        display: none !important;
    }
    .menu-mob {
        display: flex;
    }
}
.ps-footer--contact {
    cursor: pointer;
    height: 52px;
    border: 1px solid #2f333a;
    border-radius: 6px;
    padding: 6px 8px;
    line-height: 1.5;
}
.ps-footer--contact svg {
    margin-right: 10px;
    fill: #0055ad;
}
.ps-footer--contact .pns_details {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #181818;
}
.ps-footer--contact .ps-footer__work {
    font-size: 12px;
    color: #181818;
}
.ps-footer--contact:hover {
    border: 1px solid #0055ad;
    background-color: #0055ad;
}
.ps-footer--contact:hover .pns_details,
.ps-footer--contact:hover .ps-footer__work {
    color: #fff;
}
.ps-footer--contact:hover svg {
    fill: #fff;
}
.ps-header__right {
    display: table-cell;
    vertical-align: middle;
    padding: 0 !important;
}
.ps-header__right button {
    display: flex;
    width: 200px;
    height: 52px;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid #0055ad !important;
    background-color: #0055ad !important;
}
.ps-header__right button svg {
    fill: #fff;
    vertical-align: middle;
}
.ps-header__right button span {
    color: #fff !important;
}
.ps-header__right button:hover {
    background-color: #fff !important;
}
.ps-header__right button:hover svg {
    fill: #0055ad !important;
}
.ps-header__right button:hover span {
    color: #0055ad !important;
}
/*=============================== footer =================================*/
.footer-head-link:hover a {
    color: #0055ad !important;
}
.footer .view-all {
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 18px;
    line-height: normal;
    color: #4f4f4f;
}
.jk-social {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}
.jk-footer-work .work-item {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.jk-footer-work .work-item .work-icon {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 5.336px 5.991px 5.608px 4.953px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: rgba(112, 112, 112, .1);
}
.jk-footer-work .work-item a {
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
}
/* ===== footer top ======= */
.jk-contact-section {
    padding: 20px 0;
    background: #2f333a;   
}
.jk-contact-info h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.jk-contact-info .jk-contact-box {
    display: flex;
    gap: 15px;
    margin-bottom: 14px;
}
.jk-contact-info .jk-contact-box .contact-icon-box {
    flex: 0 0 4%;
}
.jk-contact-info .contact-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}
.jk-contact-info .contact-content a {
    text-decoration: none;
}
.fw6, .jk-contact-info .contact-content a span {
    font-weight: 600;
}
.jk-contact-info .contact-content span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
.jk-contact-info .jk-social-box {
    display: flex;
    gap: 16px;
}
.jk-contact-info .jk-social-box span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
}
.jk-contact-form {
    border-radius: 6px;
    background: #fff;
    padding: 32px 40px;
}
.jk-contact-form .jk-form-group {
    position: relative;
    margin-bottom: 20px;
}
.jk-contact-form .jk-form-group input {
    height: 52px;
}
.jk-contact-form .jk-form-group label {
    position: absolute;
    top: -10px;
    left: 15px;
    color: #4f4f4f;
    font-size: 14px;
    background: #fcfcfc;
}
.jk-contact-form input, .jk-contact-form textarea {
    border-radius: 6px;
    border: 1px solid #c1bebe;
    font-size: 16px;
}
textarea.form-control {
    height: 90px;
    padding: 2rem;
    resize: none;
}
textarea.form-control {
    min-height: calc(1.5em +(.75rem + 2px));
}
.footer-top-btn {
    width: 200px;
    height: 52px;
}
/* ==================================== sidebar ================================= */
.sbar {
    padding: 0;
    margin: 0;
}
.sbar>li {
    padding: 1em;
    background-color: #f7f7f7;
    border-radius: 4px;
    margin-top: .5em;
    list-style: none;
    font-size: 15px;
}
.sbar>li a {
    font-weight: 500;
    color: #4f4f4f;
    text-decoration: none;
}
.sbar>li:first-child {
    margin-top: 0;
}
.sbar>li.actv {
    background-color: rgba(0, 85, 173, .1);
}
.sbar>li.actv>a {
    color: #0055ad;
}
/* ======================================== About us ================================ */
.about h2 {
    margin-bottom: 18px;
    font-size: 35px;
    color: #222;
    margin-top: 0;
    font-weight: 600;
    text-transform: capitalize;
}
.about h3 {
    font-size: 24px;
    color: #383838;
    margin-top: 0;
    font-weight: 600;
}
.about p {
    color: #181818;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.about table td:first-child {
    width: 35%;
}
.about table td {
    padding-bottom: 10px;
    font-size: 16px;
    color: #484747;
}
.about ul li {
    font-size: 16px;
    color: #484747;
}
/* ======================================== Product card ================================ */
.ci_page:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
}
.ps-section__product {
    padding: 10px;
    transition: .3s ease-out;
}
.ci_img {
    border: 1px solid #ededed;
    overflow: hidden !important;
}
.ci_img, .ci_img>a  {
    width: 280px;
    height: 280px;
    border-radius: 10px;
}
.ci_img img {
    max-width: 280px;
    max-height: 280px;
    vertical-align: middle;
}
.jk-banner-product-content {
    padding: 10px 5px;
}
.jk-banner-product-content h2 {
    font-size: 19px;
    line-height: 26px;
    color: #4a4848;
    margin-top: 0;
    font-weight: 600;
    text-transform: capitalize;
}
.jk-banner-product-list-info {
    margin-bottom: 20px;
    max-height: 92px;
    overflow: hidden !important;
}
.jk-banner-product-list-info ul li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.jk-banner-product-list-info ul li a {
    color: #5c5959;
    text-decoration: none;
}
.ci_vall {
    padding-bottom: 10px;
    font-weight: 500;
    bottom: 0;
    font-size: 14px;
    text-decoration: none;
    color: #222;
}
.jk-banner-product-content h2 a:hover, .jk-banner-product-list-info ul li a:hover, .ci_vall:hover {
    color: #0055ad;
}
/* ======================================== Product Accordian ================================ */
.accordion-item {
    margin-bottom: 10px;
    border: none !important;
}
.accordion-item h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    background-color: #f7f7f7 !important;
    color: #424242;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px;
}
.accordion-item:hover h2 {
    background-color: rgba(0, 85, 173, .1) !important;
}
.accordion-item:hover .accordion-button  {
    background-color: transparent !important;
}
.accordion-item .accordion-button {
    display: inline-block;
    background-color: #f7f7f7 !important;
    width: auto !important;
    padding: 0px !important;
}
.accordion-button::after {
    content: none;
}
.accordion-button:focus {
    z-index: 3 !important;
    border-color: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: #212529 !important;
    box-shadow: none !important;
}
.accordion-collapse.show {
    background-color: rgba(0, 85, 173, .1) !important;
}
.accordion-body {
    padding: 10px 16px !important;
}
.accrd {
    padding: 0;
    margin: 0;
}
.accrd>li {
    border-bottom: 1px solid rgba(0, 85, 173, .1);
    padding: 10px 0;
    list-style: none;
    font-size: 13px;
}
.accrd>li a {
    font-weight: 500;
    color: #4f4f4f;
    text-decoration: none;
}
.accrd>li:first-child {
    margin-top: 0;
}
.accrd>li:last-child {
    border-bottom: none !important;
}
.accrd>li a:hover {
    color: #0055ad;
}
/* ======================================== Product Sidebar ================================ */
.pdp_img_txt {
    margin-bottom: 16px;
}
.pdp-heading {
    background-color: #f8f8f8;
    padding: 10px;
}
.pdp_img_txt .btn-a {
    padding: 6px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px !important;
}
.pdp_img_txt h3 {
    font-size: 21px;
    margin-bottom: 0px;
    color: #444343;
}
.pdp_img_txt .btn-a:hover svg {
    fill: #fff !important;
}
.pdp_img_txt .btn-a svg {
    fill: #0055ad !important;
}
.prod-price {
    font-size: 22px;
}
.prod-price>a {
    font-size: 17px;
}
.pdp_img_txt table tr > td:first-child {
    width: 40%;
    font-weight: 700;
}
.pdp_img_txt .prd-p {
    margin-top: 10px;
}
.pdp_img_txt .btn-intr {
    border-radius: 12px;
    padding: 12px 48px;
}
.pdp_img_txt .btn-intr svg {
    fill: #fff;
}
.pdp_img_txt .btn-intr:hover svg {
    fill: #0055ad;
}
.simple-gallery {
    width: 100%;
    display: block;
}  
.main-slide {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}
.main-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb-slide {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.thumbnail {
    width: 100px;
    height: 100px;
    cursor: pointer;
    object-fit: cover;
    transition: transform 0.3s;
}
.thumbnail:hover {
    transform: scale(1.1);
}
  