/* new home page css */

/* header new  css */
.account-dropdown.dropdown a:focus,
.account-dropdown.dropdown a:active,
.account-dropdown.dropdown a:focus-visible {
    outline: unset !important;
}

.width-menu-open {
    overflow: hidden !important;
}

.custom-logout-btn {
    width: 100%;
    padding: 11px 30px;
    white-space: nowrap;
    font-size: 16px !important;
    color: #222221 !important;
    letter-spacing: -0.2px;
    text-align: left;
    font-family: "Conv_futuramediumbt";
    border-radius: 0 !important;
    background-color: #E8E8E8 !important;
    border: 1px solid #E8E8E8;
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
}

.custom-logout-btn:hover,
.custom-logout-btn:active,
.custom-logout-btn:focus {
    background-color: #FFC20F !important;
    border: 1px solid rgba(180, 134, 0, 0.5);
}

.new-header .sub-header {
    margin-top: 0 !important;
    border: 0;
    margin-left: auto;
}

.new-header .sub-header .subnav ul li a.submenu-link {
    display: block;
    font-size: 16px;
    color: #222221;
    letter-spacing: -0.1px;
    text-align: left;
    padding: 13px 20px 14px 20px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*font-family: "Conv_futuramediumbt";*/
    font-weight: 500;
    font-family: "futurabook";
    line-height: 25px;
    display: flex;
    align-items: center;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.new-header .sub-header .subnav ul li.account-dropdown a.submenu-link {
    font-family: "Conv_futuramediumbt";
}

.new-header .sub-header .subnav ul li.account-dropdown a.submenu-link:hover {
    background-color: transparent;
    border-radius: 30px;
}

.new-header .sub-header .subnav ul li.cart-btn a.submenu-link:hover {
    background-color: transparent;
}

.new-header li.dropdown.account-dropdown .submenu-link img {
    margin-right: 15px;
}

.new-header li.dropdown.account-dropdown .submenu-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-header .sub-header .subnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 40px;
    justify-content: space-between;
}

.new-header .account-dropdown .dropdown-menu .account-links ul li a {
    font-size: 16px;
    color: #222221;
    font-weight: 500;
    padding: 8px 20px;
}

.new-header .account-dropdown .dropdown-menu {
    -webkit-transform: none;
    transform: none;
    position: absolute;
    min-width: 174px;
    padding: 0;
    border: 1px solid rgba(162, 163, 166, 0.4);
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.11);
    transform: none !important;
    right: 15px;
    left: auto !important;
    top: 50px !important;
    -webkit-animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease-out 1;
    animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease-out 1;
}

.new-header .sub-header .subnav .dropdown-toggle:after {
    content: "\e92e";
    font-family: Feather;
    margin-left: auto;
    position: absolute;
    border: 0;
    right: 8px;
}

.new-header .account-dropdown .dropdown-menu .account-links ul li:hover {
    background: #FFC20F;
    background-blend-mode: multiply;
}

.new-header ul.member-list {
    display: flex;
    align-items: center;
    flex-flow: column;
}

.new-header .navbar {
    margin-top: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    background-color: #ffffff;
    z-index: 1030;
    /* padding: 14px 0 14px 0; */
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #ffc20f;
}

.pf-service-img-box a:hover {
    text-decoration-color: #000;
}

@media (min-width: 1025px) {
    .new-header .navbar-expand-md .navbar-collapse {
        display: none !important;
    }
}




.account-dropdown {
    display: inline-block;
    list-style: none;
    float: left;
}

.account-dropdown.dropdown a {
    border-right: 0;
}

.account-dropdown a {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    color: #222221;
    letter-spacing: 0;
    text-align: right;
    line-height: 15px;
    text-decoration: none;
    font-family: "Conv_futuramediumbt";
    border-right: 1px solid #cbcbcb;
    position: relative;
    cursor: pointer;
}

/* Updated header css */

.header .col-header.updated-col-header .col-30 {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 20%;
    max-width: 20%;
}

.header .col-header.updated-col-header .col-70 {
    width: 80%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 80%;
    max-width: 80%;
}

.updated-menu-class {
    display: flex;
    align-items: center;
    width: 100%;
}

.sub-header.updated-sub-header {
    width: 100%;
    margin: 0;
    height: auto;
}

.new-header .account-dropdown .dropdown-menu.member-dropdown ul {
    gap: 0 !important;
}

.new-header .sub-header.updated-sub-header .subnav ul {

    gap: 0 10px;
    justify-content: end;
}

.sub-header.updated-sub-header .custom-search-form {
    width: 40%;

}

.sub-header.updated-sub-header .serach-cart-option {
    width: 100%;
    margin: 0;
}

.sub-header.updated-sub-header .subnav {
    width: 60%;
}

.header .navbar .col-header.updated-col-header .navbar-brand,
.header .navbar .navbar-brand {
    width: auto;
    height: auto;
}



.mobile-tab-btn-group ul.nav.nav-tabs.btn-group {
    padding-bottom: 0;
    border-bottom: 0;
    flex-wrap: nowrap;
    gap: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.mobile-tab-content .account-links {
    margin-top: 110px;
    border-bottom: 2px solid rgba(172, 172, 172, 0.2);
}

.mobile-tab-btn-group ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    height: 100%;
    list-style-type: none;
    float: left;
}

.mobile-tab-btn-group ul li.active .btn {
    background-color: #FFC20F !important;
    border: 1px solid rgba(180, 134, 0, 0.5) !important;
}

.mobile-tab-btn-group ul li .btn {
    width: 100%;
    padding: 11px 18px;
    white-space: nowrap;
    line-height: 15px;
    font-size: 16px !important;
    color: #222221 !important;
    letter-spacing: -0.2px;
    text-align: left;
    font-family: "Conv_futuramediumbt" !important;
    border-radius: 0 !important;
}

.mobile-tab-btn-group ul li .btn {
    background-color: #E8E8E8 !important;
    border: 1px solid #E8E8E8;
    box-shadow: none !important;
    outline: none !important;
}

.mobile-tab-content ul.member-list {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.mobile-tab-content ul.member-list li a {
    font-size: 14px !important;
    color: #727272 !important;
    font-weight: 500;
    padding: 4px 10px;
    font-family: "Conv_futuramediumbt" !important;
}

.cart-btn.help-btn.dropdown.account-dropdown:focus-visible,
.cart-btn.help-btn.dropdown.account-dropdown:focus {
    outline: unset !important;
}

.middle-section.middle-inner-pages {
    margin-top: 75px;
}

.updated-main-menu.main-menu:before {
    display: none;
}

.sub-header.updated-sub-header .serach-cart-option .btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.header.updated-header-div .navbar .serach-form .search-group .search-select-prodcut .select2-container {
    width: 100% !important;
    max-width: unset;
    min-width: unset;
}

.updated-top-deal-section {
    padding-bottom: 10px !important;
}

@media (max-width:1366px) {
    .super-deal-updated-section .procust-btns a {
        padding: .375rem .25rem !important;
    }

    .footer {
        padding: 40px 0 0 0 !important;
    }

    .pf-service-img-box h2 {
        margin-bottom: 0 !important;
    }
}

@media (max-width:1440px) {
    .header.updated-header-div .sub-header.updated-sub-header .subnav ul {
        gap: 0 4px;
        justify-content: end;
    }

    .header.updated-header-div .sub-header .subnav ul li a.submenu-link {
        padding: 13px 10px 14px 10px;
        font-size: 15px;
    }

}

@media (max-width:1199px) and (min-width:992px) {
    .header.updated-header-div .navbar>.container {
        max-width: 1140px;
        padding: 0 0 0 15px !important;
    }

    .header.updated-header-div .sub-header .subnav ul li a.submenu-link {
        padding: 13px 8px 14px 8px;
        font-size: 14px;
    }

    .header.updated-header-div .sub-header .subnav ul li.cart-btn.help-btn>a {
        margin-left: 0;
    }

    .header.updated-header-div li.dropdown.account-dropdown .submenu-link img {
        margin-right: 4px;
    }

    .header.updated-header-div .navbar .sub-header.updated-sub-header .serach-form .search-group {
        margin-left: 0px !important;
    }
}

/* banner-section css */

.home-banner-section {
    width: 100%;
    margin: 50px 0 !important;
    background-color: transparent !important;
    min-height: unset !important;
}

.home-banner-section .banner-bg {
    background-image: url("../../assets/images/new-home-images/Jenganasisi_Banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 600px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* margin: 80px 0 0px; */
    margin: 40px 0 0px;
    position: relative;
}

.serach-cart-option {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto 0 0;
}

.serach-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.serach-form .search-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    position: relative;

}

.serach-form .search-group .form-control {
    height: 50px;
}

.serach-form .search-group .form-control {
    background: #ffffff;
    border: 1px solid #ffc20f;
    border-radius: 3px;
    border-radius: 3px;
    height: 46px;
    margin-right: -1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.serach-form .search-group .form-control {
    font-size: 16px;
    color: #222221;
    letter-spacing: 0;
    padding-right: 180px !important;
    font-weight: 500;
    line-height: 25px;
}

.serach-form .search-group button {
    color: #fff;
    height: 50px;
}

.serach-form .search-group button {
    height: 46px;
    width: 130px;
    background-color: #ffc20f;
    color: #000000;
    -webkit-appearance: none;
    border-radius: 0;
    border-radius: 0 3px 3px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 12px 0px;
    text-transform: uppercase;
    font-family: "Conv_futuramediumbt";
}

.serach-form .search-group button .fe {
    font-size: 24px;
    margin-left: -1px;
}

.banner-info-list-div {
    margin: auto 0 0;
    width: 100%;
}

.banner-info-list-div ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 18px;
    margin: 0;
    background: rgb(0 0 0 / 50%);
    border-radius: 0px 0px 2px 2px;
}

.banner-info-list {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.banner-info-list h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 0;
}

a.banner-info-list img {
    filter: invert(1);
}

.banner-info-list:hover {
    text-decoration: underline;
}

.banner-info-list:hover h2 {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border: none;
}





/* middle-section css */
.middle-section .middle-inner .oursupllier-section .section-heading {
    margin-bottom: 25px;
}

.middle-section .middle-inner .oursupllier-section {
    padding: 56px 0;
    background-color: #ffffff;
}

.middle-section .middle-inner .top-deal-section .section-heading {
    margin-bottom: 25px;
}

.middle-section .middle-inner .oursupllier-section .section-heading h2 {
    color: #222221;
    letter-spacing: 0;
    border-bottom: 1.69094px solid #FFC20F;
    width: fit-content;
    /*font-family: "futurabook" !important;*/
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    font-family: "Conv_Futura Bold";
}

/* services section css */
.middle-section .middle-inner .ourservice-section {
    background: #aaaaaa9e;
    padding: 10px 0;
}

.middle-section .middle-inner .ourservice-section .service-box {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #222221;
    border: 1px solid #E4E4E4;
}

.middle-section .middle-inner .ourservice-section .service-box h3 {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-family: 'futurabook';
    font-weight: 500;
}

.middle-section .middle-inner .ourservice-section .service-box p {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 26px;
    color: #AAAAAA;
    font-weight: 500;
}


/* request for quatation css */
.middle-section .middle-inner .request-for-quotation {
    background-color: #ffffff !important;
    padding: 50px 0;
}

.quatation-bg {
    background-image: url("../../assets/images/new-home-images/quatation-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.middle-section .middle-inner .request-for-quotation .quote-form {
    background-color: transparent;
    padding: 100px 0;
}

.middle-section .middle-inner .request-for-quotation .section-heading {
    margin-bottom: 25px;
}

.middle-section .middle-inner .request-for-quotation .section-heading h2 {
    letter-spacing: 0;
    /*font-family: 'futurabook';*/
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    border-bottom: 2px solid #FCB400;
    width: fit-content;
    color: #000000;
    font-family: "Conv_Futura Bold";
}


/* partner-with-us section */


.partner-with-us-section {
    background-image: url("../../assets/images/new-home-images/partner-with-us.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 34px 0;
}

.partner-with-us-inner .section-heading h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 25px;
    letter-spacing: -0.1px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-family: "Conv_futuramediumbt";
}

.partner-box {
    background: #FAFAFA;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    /*min-height: 300px;*/
    padding: 30px 40px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.partner-with-us-section .partner-box-btn {
    background-color: #ffc20f;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    height: 42px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
    border-radius: 2px;
    min-width: 163px;
    max-width: 163px;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    font-family: "Conv_futuramediumbt";
}

.partner-with-us-section .partner-box-btn:hover {
    background-color: #ffc20f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 12px 24px 0 rgba(255, 194, 15, 0.3);
    box-shadow: 0 12px 24px 0 rgba(255, 194, 15, 0.3);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    transition: all 0.3s ease-in-out;
}

.partner-img img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.partner-box h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    min-height: 50px;
    margin-bottom: 10px;
    font-family: "Conv_futuramediumbt";
}

.partner-img {
    margin-bottom: 12px;
}


/* testimonial section css */
.middle-section .middle-inner .testimonial-section .section-heading h2 {
    color: #222221;
    letter-spacing: 0;
    border-bottom: 1.69094px solid #FFC20F;
    width: fit-content;
    /*font-family: "futurabook" !important;*/
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    font-family: "Conv_Futura Bold";
}

.middle-section .middle-inner .testimonial-section {
    padding: 56px 0 0;
    background-color: transparent;
}

.middle-section .middle-inner .testimonial-section .testimonial-item .testimonial-box {
    margin-top: 25px;
}

.middle-section .middle-inner .testimonial-section .testimonial-item .testimonial-box span {
    font-family: "Conv_futuramediumbt";
    color: #000000;
}

/* super deal section css */

.middle-section .middle-inner .top-deal-section .section-heading h2 {
    color: #000;
    letter-spacing: 0;
    border-bottom: 2px solid #fcb400;
    width: fit-content;
    /*font-family: "futurabook" !important;*/
    font-family: "Conv_Futura Bold";
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 1px;
}

.middle-section .middle-inner .top-deal-section {
    padding: 56px 0 30px;
    background-color: #ffffff;
}

.middle-section .middle-inner .top-deal-section .topdeal-tabcontent .pad-7 {
    margin-bottom: 0;
}

.top-deal-section button.owl-prev {
    position: absolute;
    left: -30px;
    top: 39%;
    transform: translateY(-50%);
    background-color: unset !important;
    width: unset;
    height: unset;
    border-radius: unset !important;
    color: unset !important;
    margin: 0 !important;
}

.top-deal-section button.owl-next {
    position: absolute;
    right: -30px;
    top: 39%;
    transform: translateY(-50%);
    background-color: unset !important;
    width: unset;
    height: unset;
    border-radius: unset !important;
    color: unset !important;
    margin: 0 !important;
}

.top-deal-section .owl-dots {
    display: none;
}

.top-deal-section .owl-carousel .owl-nav.disabled {
    display: block;
}

.middle-section .middle-inner .top-deal-section .nav-topdeal ul {
    margin-bottom: 30px;
    border-bottom: 0;
    padding: 0 30px;
}

.middle-section .middle-inner .top-deal-section .nav-topdeal ul li a {
    /* min-width: 130px;
    max-width: 130px;
    width: 130px; */
    margin-right: 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 10px 10px;
    border: 1px solid #FFC20F;
    border-radius: 2px;
    background: #ffff;
    /*font-family: "futurabook";*/
    font-family: "Conv_futuramediumbt";
}

.middle-section .middle-inner .top-deal-section .nav-topdeal ul li a.active {
    background: #ffc20f;
    border: 1px solid #ffc20f;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.middle-section .middle-inner .top-deal-section .nav-topdeal ul li a:hover {
    background: #ffc20f;
    border: 1px solid #ffc20f;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* 
.top-deal-section .item {
    display: flex;
    justify-content: center;
}

.top-deal-section .item li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    flex-wrap: wrap;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
}


 */


.product-compare-box .product-compare-feature {
    position: relative;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 4px 30px 2px #fafafa;
    box-shadow: 0 4px 30px 2px #fafafa;
    min-height: 200px;
    margin-bottom: 20px;
}

.product-compare-box .product-compare-feature .faverouite {
    right: 20px !important;
    left: auto;
    position: absolute;
    top: 12px;
    z-index: 10;
}

.product-compare-box .product-compare-feature .faverouite a {
    display: block;
}

.product-compare-box .product-compare-feature .product-comapre-img {
    margin: 24px 22px;
    overflow: hidden;
}

.product-compare-box .product-compare-feature .product-comapre-img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 170px;
    margin-top: 18px;
}

.product-compare-box .product-compare-feature .product-comapre-detail {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-compare-box .product-compare-feature .product-comapre-detail .product-comapre-content h3 {
    font-size: 18px;
    color: #373738;
    letter-spacing: 0;
    font-family: "Conv_Futura Bold";
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    max-width: 98%;
    line-height: 25px;
}


.product-compare-box .product-compare-feature .product-comapre-detail .product-comapre-content h4 {
    font-size: 16px;
    color: #727272;
    letter-spacing: 0;
    font-family: "Conv_futuramediumbt";
    margin-bottom: 20px;
    line-height: 21px;
}

.product-compare-box .product-compare-feature .product-comapre-detail .product-comapre-price h2 {
    font-size: 24px;
    color: #222221;
    letter-spacing: 0;
    font-family: "Conv_futuramediumbt";
}

.product-compare-box .product-compare-feature .product-comapre-detail .product-comapre-price p {
    font-size: 14px;
    color: #cbcbcb;
    letter-spacing: 0;
    font-family: "Conv_futuramediumbt";
    margin-bottom: 8px;
}

.product-compare-box .product-compare-feature .product-comapre-detail .product-comapre-bottom {
    text-align: left;
    width: 100%;
}

.product-compare-box .product-compare-feature .product-comapre-detail .product-comapre-bottom p {
    font-size: 14px;
    line-height: 16px;
    font-family: "Conv_futuramediumbt";
    color: #727272;
    font-style: normal;
    margin-bottom: 10px;
}

.product-compare-box .product-compare-feature .product-comapre-detail .product-comapre-bottom .procust-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 4px;
}

.product-compare-box .product-compare-feature .product-comapre-detail .product-comapre-bottom .procust-btns .btn-addcart {
    background-color: transparent;
    width: 100%;
    font-family: "Conv_futuramediumbt";
    height: 34px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 19px;
    margin-right: 2px;
    white-space: nowrap;
}

.product-compare-box .product-compare-feature .product-comapre-detail .product-comapre-bottom .procust-btns .btn-buynow {
    background-color: #ffc20f;
    width: 100%;
    font-family: "Conv_futuramediumbt";
    height: 34px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 19px;
    white-space: nowrap;
}

.product-compare-box .product-compare-feature .faverouite a i {
    font-size: 22px;
    color: #000000;
}

.product-compare-box .product-compare-feature .faverouite a.active i {
    color: #ff0000;
}

.product-compare-box .product-compare-feature .product-comapre-detail .product-comapre-content h4 .tag-rating {
    background: #ffc20f;
    border-radius: 12.5px;
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    color: #222221;
    letter-spacing: 0;
    margin-right: 10px;
}

.product-comapre-bottom .btn-buynow {
    background-color: #ffc20f;
    width: 100%;
    font-family: "Conv_futuramediumbt";
    height: 34px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 19px;
    white-space: nowrap;
}

/* professional services section css */

.pf-service-img-box img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: center;
}

.pf-service-img-box h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    padding-top: 26px;
    font-family: "Conv_futuramediumbt";
}

.pf-service-box:hover {
    text-decoration: none;
}

button:focus {
    outline: 1px dotted;
    outline: unset;
}

.serach-form .search-group .form-control {
    border: none;
}

a.banner-info-list {
    color: #fff;
}

.new-header .sub-header {
    box-shadow: none;
}

.pf-service-img-box h2 {
    margin-bottom: 26px;
}

img.right_arrow_icon {
    transform: rotate(180deg);
}

.new-header .sub-header .subnav ul li.account-dropdown a.submenu-link {
    border-radius: 30px;
}

.sub-header .subnav ul li.dropdown.submenu-one a.submenu-link:hover {
    background: transparent;
}

.new-header .sub-header {
    box-shadow: none;
}

.middle-section .middle-inner .top-deal-section .topdeal-tabcontent .tab-content .tab-pane {
    min-height: inherit;
}

.middle-section .middle-inner .top-deal-section .nav-topdeal ul li {
    margin-bottom: 0;
}

.middle-section .middle-inner .top-deal-section .nav-topdeal ul {
    margin-bottom: 26px;
}







/* footer css */


.footer {
    background: #222221;
    padding: 65px 0 0 0;
}

.footer .footer-inner .footer-content p {
    color: #CBCBCB;
    letter-spacing: 0;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.footer .footer-inner .footer-nav .footer-links h3 {
    font-size: 22px;
    color: #FFC20F;
}

.footer .footer-inner .footer-nav .footer-links ul li a {
    font-size: 16px;
    letter-spacing: 0;
    color: #CBCBCB;
}

.footer .footer-inner .footer-nav .footer-links p {
    font-size: 16px;
    color: #CBCBCB;
    margin-bottom: 0;
}

.footer .footer-inner .footer-nav .footer-links p a {
    color: #CBCBCB;
}

.footer .copy-right-section {
    padding: 14px 0;
    background: #F3F3F3;
}

.footer .copy-right-section p {
    font-size: 18px;
    color: #AAAAAA;
    font-weight: 500;
}

.footer .copy-right-section .footer-copyright-links ul li a {
    font-size: 18px;
    color: #AAAAAA;
    font-weight: 500;
}

.owl_1.owl-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.top-deal-section .super-deal-list-carousel.owl-carousel .owl-nav.disabled {
    display: none;
}

/*.top-deal-section .owl-carousel.pf-service-list-carousel .owl-nav.disabled {
    display: none;
}*/

.pf-service-list-carousel .owl-nav.disabled button.owl-next {
    transform: translateY(-50%) rotate(180deg);
}


/* mobile menu slider  */


.banner-info-list-carousel .owl-item img {
    display: block;
    width: auto;
}

/* .topdeal-tabcontent .row.desktop-view {
    display: none;
} */

body {
    margin: 0 !important;
}

.home-banner-section .banner-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(69.71deg, rgba(0, 0, 0, 0.3) 75.09%, rgba(0, 0, 0, 0) 134.14%);
    z-index: 0;
}

.serach-cart-option {
    flex-direction: column;
    z-index: 10;
}

.serach-cart-option h2.banner-text {
    font-family: "Conv_Futura Bold";
    font-size: 40px;
    font-weight: 700;
    line-height: 53px;
    color: #Fff;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 64px;
}

.banner-info-list-div {
    z-index: 9;
}

.customer-form-box .form-group .form-control::placeholder {
    color: #727272;
    font-size: 14px;
    font-family: "futurabook";
    font-weight: 500;
}

.customer-form-box .form-group .form-control {
    border: 1.2px solid #DDD;
    background: #FFF;
    padding: 10px 20px;
    height: auto;
    color: #333;
    font-size: 14px;
    font-family: "futurabook";
    font-weight: 500;
}

.customer-form-box {
    border-radius: 40px;
    background: #eee;
    margin-top: 25px;
    padding: 40px 15px 0;
}

button.form-btn {
    background: #FFC20F;
    color: #222221;
    text-align: center;
    font-size: 16px;
    font-family: "Conv_futuramediumbt";
    font-weight: 500;
    width: 100%;
    padding: 8px 30px;
    border: none;
    outline: none;
    margin: 8px 0 0;
}

button.form-btn:hover {
    background-color: #ffc20f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 12px 24px 0 rgba(255, 194, 15, 0.3);
    box-shadow: 0 12px 24px 0 rgba(255, 194, 15, 0.3);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    transition: all 0.3s ease-in-out;
}

p.form-text {
    color: #000;
    font-size: 10px;
    font-family: "futurabook";
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    opacity: 0.4;
    margin: 0;
}

.footer .footer-inner .footer-nav .footer-links.social-links {
    margin-top: 20px;
}

.footer .footer-inner .footer-nav .footer-links.social-links h3 {
    margin-bottom: 15px;
}

.social-box {
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 36px;
}

.social-box a {
    font-size: 24px;
    color: #cbcbcb;
}

.social-box a:hover {
    color: #FFC20F;
}

div#menu-cloned-one li.dropdown.account-dropdown.d-flex {
    display: none !important;
}

div#menu-cloned-one li.cart-btn {
    display: none;
}

div#menu-cloned-two li.dropdown.account-dropdown {
    display: none;
}

.sub-header .subnav ul li.cart-btn.help-btn img {
    width: 24px;
    height: auto;
    margin-right: 0;
}

.sub-header .subnav ul li.cart-btn.help-btn>a {
    margin-left: 10px;
    padding: 0
}

.new-header .account-dropdown .dropdown-menu.member-dropdown button.btn {
    color: #222221;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.1px;
    border: none;
    border-radius: 2px !important;
    padding: 11px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-header .account-dropdown .dropdown-menu.member-dropdown {
    padding: 15px 18px;
}

.new-header .account-dropdown .dropdown-menu.member-dropdown .account-links ul li a {
    font-size: 14px;
    color: #727272;
    font-weight: 500;
    padding: 2px 10px;
    white-space: nowrap;
}

.new-header .account-dropdown .dropdown-menu.member-dropdown .account-links ul li:hover a {
    color: #222221;
}

.serach-form.flex-column {
    position: relative;
}

ul.search-content-list {
    padding: 0;
    list-style: none;
    background: #ffff;
    border-radius: 3px;
    margin-top: 2px;
    width: calc(100% - 112px);
    max-height: 160px;
    overflow-y: auto;
    position: absolute;
    top: 48px;
    z-index: 10;
    box-shadow: 0 0 2px 2px #cccccc6b;
}

ul.search-content-list li a {
    font-size: 16px;
    color: #222221;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 25px;
    display: block;
    padding: 8px 16px;
}

ul.search-content-list li a:hover {
    text-decoration: none;
    background: #eee;
    font-weight: 600;
}

.sub-header .subnav .submenu-one .submenu-option-one {
    width: auto;
}

.account-dropdown .dropdown-menu ul.btn-group .btn {
    background-color: #E8E8E8 !important;
    border: 1px solid #E8E8E8;
    box-shadow: none !important;
    outline: none !important;
}

.account-dropdown .dropdown-menu .btn-group .active .btn {
    background-color: #FFC20F !important;
    border: 1px solid rgba(180, 134, 0, 0.5);
}

.account-dropdown .dropdown-menu ul.btn-group {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    flex-wrap: nowrap;
    gap: 0;
}

.account-dropdown .dropdown-menu .btn-group li {
    width: 50%;
}

.account-dropdown .dropdown-menu ul.btn-group .btn {
    width: 100%;
}

.new-header .sub-header .subnav ul li.cart-btn a.submenu-link span.badge {
    position: absolute;
    top: -2px;
    right: 6px;
    width: 22px;
    height: 22px;
    background: #ffc20f;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    outline: none;
    box-shadow: none;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 11px;
    padding: 5px 0 4px 1px;
}

ul.search-content-list li a:hover {
    background: #ffc20f;
}

.new-header .sub-header .subnav ul li.cart-btn a.submenu-link {
    position: relative;
}

a.submenu-link.res-cart-icon span.badge {
    position: absolute;
    top: -13px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #ffc20f;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    outline: none;
    box-shadow: none;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 10px;
    padding: 5px 0 2px 1px;
    color: #222221;
}
.dashboard-notification-count, #cart_count {
    position: absolute;
    top: -2px;
    right: 6px;
    height: 22px;
    background: #ffc20f;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    outline: none;
    box-shadow: none;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 11px;
    padding: 2px 8px;
}
a.submenu-link.res-cart-icon {
    position: relative;
}


/* responsive media query  */

@media (min-width: 768px) {
    .container {
        max-width: 740px;
    }

    .sm-blue ul {
        max-width: 100% !important;
    }

    .sm-blue {
        background: transparent !important;
        background-image: unset !important;
        border-radius: 0 !important;
        box-shadow: unset;
    }

    .sm-blue a,
    .sm-blue a:hover,
    .sm-blue a:focus,
    .sm-blue a:active,
    .sm-blue a.highlighted {
        padding: 13px 24px;
        background: transparent !important;
        background-image: unset !important;
        color: #fff;
    }

    .sm-blue a:hover,
    .sm-blue a:focus,
    .sm-blue a:active,
    .sm-blue a.highlighted {
        background: transparent !important;
        background-image: unset !important;
    }

    .sm-blue a.current {
        background: transparent;
        background-image: unset;
        color: #fff;
    }

    .sm-blue a.disabled {
        background: transparent;
        background-image: unset;
        color: #a1d1e8;
    }

    .sm-blue a .sub-arrow::before {
        display: block !important;
    }

    .sm-blue>li:first-child>a,
    .sm-blue>li:first-child> :not(ul) a {
        border-radius: 8px 0 0 8px;
    }

    .sm-blue>li:last-child>a,
    .sm-blue>li:last-child> :not(ul) a {
        border-radius: 0 8px 8px 0 !important;
    }

    .sm-blue>li {
        border-left: 0;
    }

    .sm-blue>li:first-child {
        border-left: 0;
    }

    .sm-blue ul {
        border: 1px solid #a8a8a8;
        padding: 7px 0;
        background: #fff;
        border-radius: 0 0 4px 4px !important;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    }

    .sm-blue ul ul {
        border-radius: 4px !important;
        background: #fff;
    }

    .sm-blue ul a,
    .sm-blue ul a:hover,
    .sm-blue ul a:focus,
    .sm-blue ul a:active,
    .sm-blue ul a.highlighted {
        border: 0 !important;
        padding: 9px 23px;
        background: transparent;
        color: transparent;
        border-radius: 0 !important;
    }

    .sm-blue ul a:hover,
    .sm-blue ul a:focus,
    .sm-blue ul a:active,
    .sm-blue ul a.highlighted {
        background: transparent;
        background-image: unset;
        color: #fff;
    }

    .sm-blue ul a.current {
        background: transparent;
        background-image: unset;
        color: #fff;
    }

    .sm-blue a .sub-arrow {
        position: absolute;
        top: 50% !important;
        margin-top: -17px !important;
        left: auto !important;
        right: 4px !important;
        width: 34px !important;
        height: 34px !important;
        overflow: hidden;
        font: bold 16px/34px monospace !important;
        text-align: center;
        text-shadow: none;
        background: transparent !important;
        border-radius: 0 !important;
        border: 0 !important;
    }

    .sm-blue a .sub-arrow::before {
        content: '+' !important;
    }

    .sm-blue a.highlighted .sub-arrow::before {
        content: '-' !important;
    }



}

/* @media (min-width: 768px) and (max-width: 1023px) {

    a.submenu-link.res-cart-icon.d-lg-none,
    .cart-btn.help-btn.dropdown.account-dropdown.d-flex.d-lg-none {
        display: none !important;
    }
} */

@media (min-width: 768px) and (max-width: 900px) {
    .new-header .sub-header .subnav>ul {
        width: 100% !important;
    }
}

@media (min-width: 992px) {

    /* a.submenu-link.res-cart-icon.d-lg-none,
    .cart-btn.help-btn.dropdown.account-dropdown.d-flex.d-lg-none {
        display: block !important;
    } */

    .container {
        max-width: 960px;
    }

    .mobile-search-cart {
        display: none !important;
    }

    /* 
    .d-lg-none,
    .d-lg-none {
        display: none !important;
    } */
    .header.updated-header-div .col-header.updated-col-header .col-30 {
        width: 16%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
    }

    .header.updated-header-div .col-header.updated-col-header .col-70 {
        width: 84%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 84%;
        flex: 0 0 84%;
        max-width: 84%;
    }
}

@media (min-width: 1024px) {

    a.submenu-link.res-cart-icon.d-lg-none,
    .cart-btn.help-btn.dropdown.account-dropdown.d-flex.d-lg-none {
        display: none !important;
    }

    .home-banner-section {
        margin: 50px 0 !important;

    }
}

@media (max-width: 1024px) {

    a.submenu-link.res-cart-icon.d-lg-none,
    .cart-btn.help-btn.dropdown.account-dropdown.d-flex.d-lg-none {
        display: block !important;
    }

    .main-menu.sm-blue>li:last-child>a,
    .sm-blue>li:last-child> :not(ul) a {
        border-radius: 0 !important;
    }
}

@media (max-width: 1024px) and (orientation :landscape) {

    a.submenu-link.res-cart-icon.d-lg-none,
    .cart-btn.help-btn.dropdown.account-dropdown.d-flex.d-lg-none {
        display: none !important;
    }

}

@media (max-width: 767px) and (orientation :landscape) {

    a.submenu-link.res-cart-icon.d-lg-none,
    .cart-btn.help-btn.dropdown.account-dropdown.d-flex.d-lg-none {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

@media (max-width: 1199px) {
    .new-header .sub-header .subnav ul {
        gap: 0 10px;

    }

    .footer .footer-inner .footer-nav .footer-links {
        padding: 15px;
    }

    .footer .footer-inner .footer-nav .footer-links h3 {
        font-size: 21px;
    }

    .social-box {
        gap: 20px;
    }

    .serach-cart-option h2.banner-text {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 35px;
    }

    .new-header .account-dropdown .dropdown-menu.member-dropdown ul {
        gap: 0 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .navbar-toggler {
        position: static !important;
    }

    form.custom-search-form.ipad-search-bar {
        display: block !important;
        width: 100%;
        margin-right: 20px;
    }

}

@media (max-width: 991px) {
    form.custom-search-form.d-none.ipad-search-bar {
        display: none !important;
    }
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .header .col-header .col-70 {
        flex-direction: row;
        justify-content: flex-end;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .serach-cart-option .serach-form .search-group {
        margin-left: 0% !important;
    }
}

@media(max-width: 1024px) {
    .cart-btn.help-btn.dropdown.account-dropdown.d-flex.d-lg-none img {
        width: 30px;
    }

    .header.updated-header-div .navbar>.container {
        max-width: 1140px;
        padding: 0 15px 0 15px !important;
    }

    .sub-header.updated-sub-header .custom-search-form {
        width: 36%;

    }

    .sub-header.updated-sub-header .serach-cart-option {
        width: 100%;
        margin: 0;
    }

    .sub-header.updated-sub-header .subnav {
        width: 64%;
    }

    .header.new-header .sub-header .subnav .dropdown-item {
        height: 40px;
        line-height: 24px;
        padding: 8px 8px 8px 8px;
    }
}

@media (max-width: 991px) {

    .middle-inner-pages-2.jn_about_middle_section {
        margin-top: 106px !important;
    }

    .jn_about_middle_section.middle-section .middle-inner .ourservice-section {
        height: 100%;
        padding-bottom: 40px !important;
    }

    form.custom-search-form {
        width: 100%;
    }

    .updated-menu-class {
        display: block;
        align-items: unset;
        width: 100%;
    }

    .updated-header-div .navbar>.container,
    .updated-header-div .navbar>.container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .middle-section.middle-inner-pages {
        margin-top: 130px !important;
    }

    .sub-header.updated-sub-header .serach-cart-option {

        display: none;
    }

    .sub-header.updated-sub-header .subnav {
        width: 100%;
    }

    .header.updated-header-div .navbar .mobile-search-cart .serach-form .search-group {
        margin-left: 0 !important;
    }

    .cart-btn.help-btn.dropdown.account-dropdown.d-flex.d-lg-none {
        margin-left: 20px;
    }

    .cart-btn.help-btn.dropdown.account-dropdown.d-flex.d-lg-none img {
        width: 30px;
    }

    .new-header .sub-header .subnav ul li a.submenu-link {
        padding: 8px 4px 8px 4px;
    }

    .new-header li.dropdown.account-dropdown .submenu-link img {
        margin-right: 2px;
        margin-left: 6px;
    }

    .new-header .sub-header .subnav .dropdown-toggle:after {
        right: 8px;
    }

    .new-header .sub-header .subnav ul {
        gap: 0 7px;
    }

    .home-banner-section .banner-bg {
        height: 400px;
        margin-top: 30px;
    }

    .banner-info-list-div ul {
        padding: 16px 4px;

    }

    .banner-info-list {
        display: flex;
        align-items: center;
        gap: 0 2px;
        flex-wrap: wrap;
    }

    .serach-form .search-group button {
        font-size: 12px;

    }

    .pf-service-img-box h2 {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .middle-section .middle-inner .top-deal-section {
        padding: 40px 0 20px;
        background-color: #ffffff;
    }

    .footer .copy-right-section .footer-copyright-links ul li a {
        padding: 6px 8px;
    }

    .banner-info-list h2 {
        font-size: 14px;
        line-height: 20px;

    }

    .serach-cart-option {
        width: 100%;
        margin: auto 0 0;
        padding: 0 10px;
    }

    .middle-section .middle-inner .top-deal-section .nav-topdeal ul li a {
        min-width: 100px;
        max-width: 100%;
        width: 100%;
        display: block;
    }

    .middle-section .middle-inner .top-deal-section .nav-topdeal ul li {
        margin-bottom: 0px;
        display: block;
        width: 100%;
    }

    .owl_1.owl-carousel .item {
        width: 100%;
    }

    .partner-with-us-section {
        padding-bottom: 10px;
    }

    .middle-section .middle-inner .testimonial-section {
        padding: 40px 0 0;
    }

    .middle-section .middle-inner .oursupllier-section {
        padding: 40px 0;
    }

    .home-banner-section {
        margin: 0px 0 40px !important;
    }

    .serach-cart-option h2.banner-text {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 35px;
    }

    .header .col-header .col-30 {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .header .col-header .col-70 {
        width: 80%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .new-header .sub-header .subnav ul li.cart-btn a.submenu-link span.badge {
        top: -6px;
        right: -4px;
        width: 18px;
        height: 18px;
    }

    .middle-section {
        margin-top: 66px;
    }

    .sm-blue>li:last-child>a,
    .sm-blue>li:last-child> :not(ul) a {
        border-radius: 0 !important;
    }
}

@media (max-width: 860px) and (orientation: portrait) {
    .home-banner-section .banner-bg {
        height: 400px;
        margin: 0;
    }
}

@media (max-width: 700px) and (orientation: landscape) {
    .home-banner-section .banner-bg {
        height: 400px;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .owl-carousel.banner-info-list-carousel {
        display: none;
    }

    /* .owl-carousel.pf-service-list-carousel {
        display: none;
    }

    .owl-carousel.super-deal-list-carousel {
        display: none;
    }*/


}

@media (max-width: 767px) {
    .middle-section .middle-inner .oursupllier-section .supplier-box img {
        height: auto;
        width: auto !important;
        display: block;
    }

    .super-deal-updated-section .procust-btns {
        flex-direction: column !important;
    }

    .super-deal-updated-section .procust-btns a {
        margin-bottom: 2px;
    }

    /* .middle-section {
        margin-top: 50px;
    } */
    .middle-section:has(.home-banner-section) {
        margin-top: 66px !important;
    }

    .home-banner-section {
        margin: 0px 0 40px !important;
    }


    .banner-info-list-div ul {
        padding: 16px 4px;
        display: none;
    }

    .owl-carousel.banner-info-list-carousel {
        background: rgb(0 0 0 / 50%);
        padding: 10px 20px;
        text-align: center;
    }

    .owl-carousel.banner-info-list-carousel .owl-nav.disabled {
        display: none
    }

    .owl-carousel.banner-info-list-carousel .owl-nav.disabled+.owl-dots {
        margin-top: 0px;
    }

    .owl-carousel.banner-info-list-carousel .owl-dots .owl-dot.active span,
    .owl-carousel.banner-info-list-carousel .owl-dots .owl-dot:hover span {
        background: #000000;
    }

    .owl-carousel.banner-info-list-carousel .owl-dots .owl-dot span {
        width: 22px;
        height: 4px;
        margin: 0 4px;
        background: #D9D9D9;
        border-radius: 40px;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;

    }

    .banner-info-list {
        display: flex;
        align-items: center;
        gap: 0 4px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .partner-box {
        display: flex;
        flex-flow: row;
        align-items: center;
        gap: 0 20px;
        justify-content: start;
        padding: 18px 20px;
        min-height: 150px;
    }

    .partner-box-info {
        display: flex;
        flex-direction: column;
    }

    .partner-with-us-section .partner-box-btn {
        min-width: 150px;
        max-width: 150px;
        margin: 0;
        padding: 10px 0;
    }

    /* mobile view css */

    /* .topdeal-tabcontent .row.desktop-view {
        display: none;
    } */


    .pf-service-list-carousel .owl-nav.disabled button {
        position: unset;
        padding: 10px 22px !important;
        background: #FFC20F !important;
        border-radius: 2px !important;
        margin: 0 10px !important;
    }

    .middle-section .middle-inner .top-deal-section .topdeal-tabcontent .tab-content .tab-pane {
        min-height: unset;
    }

    .middle-section .middle-inner .top-deal-section .nav-topdeal ul li a {
        min-width: 100px;
        max-width: 100%;
        width: 100%;
        font-size: 12px;
        padding: 6px 10px;
        display: block;
    }

    .partner-img {
        margin-bottom: 0;
    }

    .partner-box h3 {
        min-height: inherit;
        margin-bottom: 20px;
        text-align: left;
    }


    /* footer css */

    .footer .footer_mob_click {
        margin-bottom: 15px;
    }

    .footer .footer_mob_click h3 {
        display: block;
    }

    .footer .footer_mob_click h3::before {
        content: "";
        position: absolute;
        top: 6px;
        right: 10px;
        width: 2px;
        height: 10px;
        background-color: #ffffff;
    }

    .footer .footer_mob_click.active h3::before {
        display: none;
    }

    .footer .footer_mob_click h3::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 6px;
        height: 2px;
        width: 10px;
        background-color: #ffffff;
    }



    .middle-section .middle-inner .top-deal-section .nav-topdeal ul li {
        margin-bottom: 0px;
        display: block;
        width: 100%;
    }

    .owl_1.owl-carousel .item {
        width: 100%;
    }

    .middle-section .middle-inner .oursupllier-section .supplier-box img {
        height: auto;
        width: 100%;
        display: block;
    }

    .serach-form .search-group .form-control {
        padding-right: 0.75rem !important;
    }

    /*.home-banner-section .banner-bg {
        margin: 20px 0 0;
    }*/
    .header .navbar .row-100 .col-12 {
        flex-direction: row;
        width: auto;
        min-width: initial;
        max-width: inherit;
        flex: none;
    }

    .row.row-100.col-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
    }

    .header .navbar .navbar-toggler {
        position: static;
        width: auto;
        margin-left: 20px;
    }

    .serach-cart-option h2.banner-text {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .owl-carousel.banner-info-list-carousel .owl-dots .owl-dot.active span,
    .owl-carousel.banner-info-list-carousel .owl-dots .owl-dot:hover span {
        background: #ffc20f;
    }

    p.form-text {
        font-size: 10px;
        line-height: 17px;
        opacity: 0.4;
        margin: 20px 0;
    }

    .cart-btn.help-btn.dropdown.account-dropdown.d-flex>a {
        padding: 0px;
        margin-left: 0px;
    }

    .cart-btn.help-btn.dropdown.account-dropdown.d-flex img {
        width: 24px;
    }

    .header .navbar .row-100 .navbar-brand {
        margin-right: 0;
    }

    .mobile-menu ul.updated-main-menu a {
        padding: 12px 10px;

    }
}

@media (max-width: 575px) {
    .super-deal-updated-section .procust-btns {
        flex-direction: row !important;
    }

    ul.search-content-list {
        width: 100%;
        max-height: 120px;
    }
}

@media (max-width: 480px) {
    .header.updated-header-div .navbar>.container {
        padding: 0 !important;
    }

    .cart-btn.help-btn.dropdown.account-dropdown.d-flex.d-lg-none {
        margin-left: 18px;
    }
}

@media(max-width: 360px) {
    .cart-btn.help-btn.dropdown.account-dropdown.d-flex>a {
        margin-left: 10px;
    }

    .header .navbar .navbar-toggler {
        margin-left: 10px;
    }
}

@media(max-width: 350px) {
    .header .navbar .row-100 .navbar-brand img {
        width: 100%;
        height: 40px;
    }

    .cart-btn.help-btn.dropdown.account-dropdown.d-flex.d-lg-none {
        margin-left: 8px;
    }
}