.topbar-v3 {
    background: var(--bg-3);
    color: var(--text-color);
    line-height: normal;
    z-index: 999;
    position: initial;
}

.topbar-v3 ul.right-topbar li.logindropdown {
        margin-left: 12px;
}
.topbar-v3 .header-container-p {
    background: none;
}
.wsmenu-list li a {
    padding: 22px 15px 29px;
}
.site-header .topbar-v3 .shop-badge a i {
 background-image: var(--icontopheader);
}
.wsshoptabing {
    top: 70px;
}
.logodiv {
    z-index:999;
}
/*.wsmenu .wsmenu-list > li:last-child a {
    padding: 6px 15px;
    border: var(--btnborder);
    line-height: 24px;
    height: 38px;
    background: var(--headerbtnbg);
    color: var(--headerbtncolor);
    border-radius: var(--headerbtnradius);
}*/
.site-header .searchpopup .input-group .search_btn:hover:before, .site-header .searchpopup .input-group .search_btn:hover:after {
    color: var(--foundation-black-black-500, var(--color-black));
}
.searchpopup.search-hd .input-group input.form-control {
    opacity:0;
}
.searchpopup.search-hd .closeiconserch .input-group input.form-control {
     opacity:1;
}
.searchpopup .input-group .search_btn:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    left: 5px;
    display: inline-block;
    background-image: var(--iconblack);
    background-size: 400px 250px;
    background-position: -607px -215px;
    width: 30px;
    height: 27px;
}
.searchpopup .input-group .search_btn:after {
    content: "Search";
    padding-left: 9px;
    font-size: var(--font-base);
    color: var(--foundation-black-black-500, var(--color-black));
    font-weight: 400;
    letter-spacing: 0px;
}
.searchpopup .input-group .search_btn:hover:before {
    right: 100%;
    left: auto;
}
.searchpopup:hover .input-group .search_btn:before {
    left: auto;
    right: 0%;
}
.searchpopup .input-group .search_btn:hover:after {
display: inline-block;
    opacity: 1;
}
.searchpopup:hover .input-group input.form-control {
    padding-left: 28px;
    border-bottom: 1px solid #d5d5d5;
}
.searchpopup:hover .input-group.searchsinglerow-close input.form-control {
    border-bottom: 2px solid #999999;
    opacity:1;
}
.searchpopup:hover .input-group input.form-control~.search_btn:after {
    opacity:1;
}
.searchpopup .input-group input.form-control {
    opacity: 1;
    cursor: pointer;
}
.searchpopup .input-group form {
    left: 0px;
    top: -2px;
}
.searchpopup .input-group.searchsinglerow-close form {
    left: 0px;
    top: 0px;
}

.searchpopup .input-group .search_btn:before {
    position: relative;
    top: 10px;
}

.searchpopup .input-group .search_btn:after {
    position: relative;
    top: 0px;
}
.searchpopup .search_btn .btn-u, .searchpopup .input-group.searchsinglerow-close .search_btn:before, .searchpopup .input-group.searchsinglerow-close .search_btn:after {
    display: none;
}
.searchpopup .searchsinglerow-close .search_btn .btn-u {
    display: block;
}
.site-header .searchpopup .input-group .search_btn {
    right: 18px;
    top: 2px;
    width: 100px;
    text-align: right;
    cursor: pointer;
    transition: width 0.3s ease;
}

.site-header .searchpopup .searchsinglerow-close.input-group .search_btn {
    width: auto;
}

/*--------------------Material Design Icons Light - Start----------------------*/
header .iconcomn:after {
    font-size: 30px;
}
/*UserStart*/
header .usericon {
    display: flex;
    gap: 0px 8px;
    background-position: -516px -254px;
}

header .logindropdownlist .usericon {
    display: inline-block;
    position: relative;
    top: 3px;
}
/*UserEND*/
.right-topbar .logindropdownlist li #frmlogout a {
    padding: 5px 18px;
}

header .right-topbar .logindropdownlist li a {
    display: flex;
    gap: 7px;
    align-items: center;
}

/*--------------------Material Design Icons Light - End----------------------*/
.search-hd #rs-searchsinglerow.searchsinglerow-close {
    display: block !important;
}

.site-header a.usericon:after {
    font-size: 30px;
    background: #e2ecf2;
    padding: 8px 4px;
    border-radius: 4px;
}

/* 2. Header */
.header-top-wrap {
    padding: 8px 0px;
}

.header-container-p {
    max-width: 144rem;
    padding: 86.5px 80px;
    margin: 0 auto;
}

.search-hd .input-group form {
    position: relative;
}

.visible-phone {
    display: none;
}

.wstabitem {
    display: block;
    margin: 0px;
    padding: 0px;
    border-radius: 0px 0px 8px 8px;
    border: none;
    box-shadow: none;
    background: var(--bg-white);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.header-contact ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-contact ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background: var(--bg-white);
}

.header-contact ul li:last-child::before {
    display: none;
}

.header-contact ul li i {
    margin-right: 8px;
    transition: .3s linear;
}

.header-contact ul li:hover i {
    color: #00467a;
}

.header-social ul li {
    display: inline-block;
    font-size: var(--font-sm);
    color: var(--color-white);
    margin-left: 10px;
}

    .header-social ul li:first-child {
        margin-left: 0;
    }

    .header-social ul li a {
        color: var(--color-white);
        display: inline-block;
    }

        .header-social ul li a:hover {
            color: var(--color-white);
        }

.mean-container a.meanmenu-reveal span {
    background: #ff3700 none repeat scroll 0 0 !important;
    display: block;
    height: 3px;
    margin-top: 3px;
}

.mean-container a.meanmenu-reveal {
    border: 2px solid #ff3700 !important;
    color: #ff3700;
}

.icon-dropdown .fa-angle-down {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 700;
}

.header-social {
    position: relative;
    margin-left: 25px;
    padding-left: 25px;
}

.header-country .nice-select {
    border-radius: 0px;
    font-size: var(--font-sm);
    font-weight: 500;
    padding-left: 25px;
    padding-right: 23px;
    color: #d8d8d8;
}

    .header-country .nice-select::after {
        border-bottom: 2px solid #d8d8d8;
        border-right: 2px solid #d8d8d8;
        right: 3px;
    }

    .header-country .nice-select .list {
        margin-top: 10px;
        min-width: 125px;
    }

    .header-country .nice-select::before {
        content: "\f0ac";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 700;
        font-family: "Font Awesome 5 Free";
        font-size: var(--font-sm);
    }

.main-header {
    padding: 0px 0px;
    background: var(--bg-white);
}

/*.wsmenu {
    position: relative;
}*/

/*.menu-area .main-menu {
    display: flex;
    width: auto;
    align-items: center;
    flex-shrink: 0;
    justify-content: flex-end;
}*/

/* ----------------------Header Cart Wish list ----------------------------*/
.menu-area {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;*/
}
    
    .main-menu ul li:first-child,
    .third-main-header .main-menu ul li:first-child {
        margin-left: 0;
    }
.main-menu ul li:hover > a,
.main-header .main-menu ul li .submenu li:hover > a {
    color: #00467a;
}

.main-menu ul li.active > a,
.main-header .main-menu ul li .submenu > li.active > a {
    color: #00467a;
}

.main-menu ul li::before {
    content: "\f116";
    position: absolute;
    font-family: Flaticon;
    font-style: normal;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    font-size: 17px;
    color: #00467a;
    transition: .3s linear;
    line-height: 1;
    opacity: 0;
}

.pb-120 {
    padding-bottom: 99px !important;
}

.main-menu ul li.active::before {
    left: -25px;
    opacity: 1;
}

.main-menu ul li:hover::before {
    opacity: 1;
    left: -25px;
}

.header-search a {
    font-size: 17px;
    color: #52465e;
    display: block;
    padding: 5px;
    line-height: 1;
}

.transparent-header .header-search a {
    color: var(--color-white);
}

.header-search a:hover {
    color: #00467a;
}

.extra-footer-margin .inner-form-subscribe .btn:hover {
    background: #800916;
    color: var(--color-white);
}

.header-btn {
    margin-left: 30px;
}

    .header-btn .btn {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0;
        padding: 13px 15px;
    }

        .header-btn .btn img {
            width: 16px;
            margin-right: 6px;
        }

.transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
    border-bottom: 1px dashed #432f68;
    background: #1d102d;
    background: -webkit-linear-gradient(to bottom, rgb(29, 16, 45), rgba(32, 19, 48, .1));
    background: linear-gradient(to bottom, rgb(29, 16, 45), rgba(32, 19, 48, .1));
}

    .transparent-header.sticky-menu {
        border: none;
    }

.third-main-header {
    padding: 0;
    background: #e32222;
    position: relative;
}

.logo-none {
    display: none;
}

.third-main-header .main-menu ul li.active a {
    color: var(--color-white);
}

.third-main-header .main-menu ul li:hover a {
    color: var(--color-white);
}

.third-main-header .main-menu ul li::before {
    color: var(--color-white);
}

.third-main-header::before {
    content: "";
    position: absolute;
    width: 695px;
    background: #1a1c27;
    height: 100%;
    top: 0;
    clip-path: polygon(0px 0px, 94% 0px, 100% 100%, 0% 100%);
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    background: var(--bg-white);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    transition: top 0.2s ease-in-out;
}

header.site-header.nav-down .sticky-menu {
    top: 0px;
}

.leftsictmenu.newClass.newClass2.nav-up {
    top: 74px;
}

.leftsictmenu.newClass.newClass2.nav-down {
    top: 75px;
}

.sticky-menu .logo-none {
    display: block;
}

.s-logo-none {
    display: none;
}

.sticky-menu .s-logo-none {
    display: block;
}

.sticky-menu .logo-sticky-none {
    display: none;
}

.sticky-menu .main-menu ul li.active > a,
.sticky-menu .main-menu ul li:hover > a {
    color: #00467a;
}

.sticky-menu .header-search a {
    color: #52465e;
}

.main-header.sticky-menu {
    padding: 0;
}

.third-header-form form {
    position: relative;
}

    .third-header-form form input {
        width: 398px;
        border: 1px dotted #333438;
        background: #161824;
        font-size: var(--font-xsm);
        color: var(--color-white);
        padding: 15px 30px;
        border-radius: 50px;
    }

        .third-header-form form input::placeholder {
            font-size: var(--font-xsm);
            color: #797979;
        }

    .third-header-form form button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 25px;
        border: none;
        padding: 0;
        background: none;
        color: #e22222;
        line-height: 1;
        cursor: pointer;
    }

.third-header-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shopbagview form .colrecent, .shopbagview form .coleye, .shopbagview form .colwishlist, .shopbagview form .colviewcart {
    width: 100%;
}

.shopbagview .commonbadgecol {
    min-width: 50px;
    width: auto;
}

.shopbagview form, .shopbagview form, .shopbagview .colrecent, .shopbagview .colwishlist {
    min-width: 50px;
}

.phnsrchbghead {
    /*display: flex;
    justify-content: space-evenly;*/
    width: 83%;
    padding-right:0px;
}

header .shopbagview {
    margin-top: 0px;
    width: auto;
    padding-left: 1%;
    padding-right: 0%;
    position: relative;
}

.shop-badge:hover .badge-open .wish-cart {
    background: #f7f7f7;
    text-align: left;
    border: 1px solid #ddd;
}


    .shop-badge:hover .badge-open .wish-cart h3 {
        font-size: 16px;
        padding: 9px 9px;
        margin: 0px;
        display: inline-block;
    }

    .shop-badge:hover .badge-open .wish-cart a.btn-u-sea-shop {
        float: right;
        background: #013e6a;
        border: 1px solid #013e6a;
        color: #fff;
        padding: 1px 10px;
        margin-top: 4px;
        margin-right: 6px;
        font-size: 14px;
    }

        .shop-badge:hover .badge-open .wish-cart a.btn-u-sea-shop:hover {
            background: #fff;
            border: 1px solid #013e6a;
            color: #013e6a !important;
        }

.shopbagview {
    padding-left: 0px;
    text-align: center;
    margin-top: 0px;
    display: flex;
    float: right;
    flex-wrap: nowrap;
    align-items: center;
}

header .badge-open li:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0px;
}

header .badge-open li:after, header .badge-open li:before {
    content: " ";
    display: table;
}

header .badge-open li:after {
    clear: both;
}

header .badge-open .close {
    line-height: 1.9;
}

.shop-badge.badge-icons {
    position: relative;
    margin-bottom: 0px;
}

header .badge-open {
    top: 22px;
    right: -15px;
    display: none;
    list-style: none;
    min-width: 300px;
    background: var(--color-white);
    position: absolute;
    border-top: 2px solid #212261;
    box-shadow: 0 5px 5px 0px rgba(90,90,90,0.075);
    z-index: 999999;
}

.shop-badge .badge-open .btnblue.btn-bg {
    padding: 6px 6px;
    float: right;
    margin: 5px 5px 0px 0px;
    font-size: 13px;
}

header .badge-open small {
    color: #999;
    font-size: var(--font-sm);
}

/*Subtotal*/
header .subtotal {
    padding: 10px 15px 10px;
    background: var(--color-white);
}

    header .subtotal .margin-bottom-10 {
        margin-bottom: 0px;
    }

    header .subtotal .subtotal-cost {
        color: #212261;
    }

    header .subtotal .btn-u {
        font-size: var(--font-xsm);
    }

    header .subtotal .col-xs-6:first-child {
        padding-right: 8px;
    }

    header .subtotal .col-xs-6:last-child {
        padding-left: 8px;
    }


header.menu_area-light .navbar-default {
    height: 100px;
}

/*.header-v5 .shop-badge.badge-icons i {
    color: #063870 !important;
    font-size: var(--font-size24);
    min-width: 25px;
    line-height: 17px;
}*/

#ModalGeneralQuery .hmpopupform .responsive.resphide {
    display: none;
}

.product-ratings li {
    display: inline-block;
}

    .product-ratings li i {
        color: #f3c621;
    }

ul#ProductAttr {
    min-height: 20px;
    padding: 0px;
}

#ProductAttr li {
    list-style: none;
}

#ProductLinkRelated li {
    list-style: none;
}

ul#ProductAttrDealOfMonth {
    padding: 0px;
}

#ProductAttrDealOfMonth li {
    list-style: none;
}

.prdctdsblkk {
    display: block;
}

.filter-pl ul.deal-serch {
    text-align: right;
    margin-right: 0px;
    display: inline-block;
}

    .filter-pl ul.deal-serch li.sort-list-btn h3 {
        display: inline-block;
        font-size: 15px;
    }

    .filter-pl ul.deal-serch li.sort-list-btn .btn-group select {
        border: 1px solid #c3c1c1;
        text-align: left;
        padding: 4px 8px;
        border-radius: 0;
        margin-bottom: 7px;
        background: var(--bg-white);
        color: #333;
        font-weight: 400;
    }

.txtrgt-sde {
    text-align: right;
}

.menu_area-light .navbar-nav > li > a {
    font-size: var(--font-lg);
    font-weight: 700;
    padding: 39px 10px 7px;
}
.navbar > ul > li.has-sub > a:after {
    top: 50px;
    right: -8px;
}
.navbar-brand img {
    max-height: 100px;
    padding: 12px 6px 10px;
    padding-left: 0px;
}
/* ----- Cat List page design start------- */
.catelistpage .ultpsld {
    top: 0px;
}
.secsec.catelistpage.maincatelistpage {
    background: var(--bg-white);
    padding: 65px 0px 50px;
}
.secsec.catelistpage {
    background: #f9f9f9;
    padding: 65px 0px 50px;
}
    .secsec.catelistpage h1.h1 {
        text-align: center;
        margin-bottom: 38px !important;
        color: var(--color-black);
        font-weight: 500;
    }

    .secsec.catelistpage.hmpgcatelist h2.h1 {
        text-align: left;
        font-weight: 500;
        position: relative;
        margin-bottom: 20px !important;
    }

        .secsec.catelistpage.hmpgcatelist h2.h1:before {
            content: '';
            position: absolute;
            right: 255px;
            top: 25px;
            height: 2px;
            width: 63px;
            background: #003f73;
        }

    .secsec.catelistpage .wide--one-quarter {
        width: 23%;
        margin-bottom: 25px;
        margin-right: 25px;
    }

.catvideosec {
    background: #f7f7f7;
    padding: 90px 0px;
}

.catfeaturssecicons {
    background: #f7f7f7;
    padding: 90px 0px;
}

.catfeaturssec ul {
    padding: 0px;
}

    .catfeaturssec ul li {
        width: 45%;
        margin-right: 50px;
        margin-bottom: 50px;
        display: inline-block;
        text-align: justify;
        float: left;
        min-height: 170px;
    }

        .catfeaturssec ul li span {
            font-weight: 900;
            font: 22px;
            display: block;
        }

    .catfeaturssec ul.ululli li {
        width: 100%;
        margin: 0px 0px 12px;
        min-height: auto;
    }

        .catfeaturssec ul.ululli li .fa-chevron-right {
            display: none;
        }

.catfeaturssecicons ul {
    padding: 0px;
}

    .catfeaturssecicons ul li {
        width: 22%;
        margin-right: 15px;
        margin-bottom: 22px;
        display: inline-block;
        float: left;
    }

        .catfeaturssecicons ul li h5 {
            display: inline-block;
            padding-left: 12px;
            font-size: var(--font-sm);
            font-weight: 700;
            width: 60%;
            padding-top: 0px;
            min-height: 62px;
        }

.catgloblbrndsec {
    background: var(--bg-white);
    padding: 0px 0px 90px;
}

.catfaqsec {
    background: #f7f7f7;
    padding: 90px 0px;
}

.catgloblbrndsec:before {
    display: none;
}

.catgloblbrndsec h2 {
    text-align: center;
    color: #013e6a;
    margin-bottom: 34px;
}

.catgloblbrndsec .catbrnds-carousel {
    background: #ffffff00;
    padding: 18px;
    border-radius: 0px;
}

    .catgloblbrndsec .catbrnds-carousel h3 {
        font-size: var(--font-base);
        font-weight: 400;
    }

    .catgloblbrndsec .catbrnds-carousel img {
        width: 50%;
    }

#detaillist button.owl-prev {
    position: absolute;
    top: 32px;
    width: 25px;
    height: 36px;
}

#detaillist button.owl-next {
    position: absolute;
    top: 32px;
    right: 0px;
    width: 25px;
    height: 36px;
}

.product-in-table.product-details .pro-det-lft {
    font-size: var(--font-sm);
}

.product-in-table.product-details ul.product-ratings li.like-icon a.bagselect {
    color: #333;
    background: none;
    font-size: 13px;
    padding: 0px 6px 0px 0px;
    border-radius: 0;
    border: none;
    border-right: 2px solid #333;
}

    .product-in-table.product-details ul.product-ratings li.like-icon a.bagselect:hover {
        color: var(--color-black);
        font-size: 13px;
    }


/* ----- Cat List page design End------- */
.search-hd .input-group .search_btn {
    position: absolute;
    right: 12px;
    top: 6px;
    width: 17px;
    z-index: 99999;
}

.search-hd .input-group .form-control::placeholder {
    color: var(--color-black);
    font-size: var(--font-xsm);
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.search_btn {
    width: 20px;
    height: 20px;
}

    .search_btn .btn-u {
        border: none;
        background: none;
        padding: 0;
        line-height: initial;
    }

.header-search-area {
    margin-right: 50px;
}

/*.menu-area .main-menu {
    display: flex;
    width: auto;
    align-items: center;
    flex-shrink: 0;
    justify-content: flex-end;
}*/

.header-contact ul li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    color: #cacaca;
    font-size: 13px;
    margin-bottom: 0;
}

.shopbagview .shop-badge.badge-icons span.badge.badge-sea {
    top: -5px;
    right: 0px;
    position: absolute;
        border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 4px 2px;
    background: #0e3c5ede;
    border: 1px solid #ffffff29;
}

span#SpanCartListCount {
    position: absolute;
}

header .shop-badge.badge-icons i {
    color: var(--i-color);
    vertical-align: middle;
}

header .fa-user-tie {
    color: var(--i-color);
    font-size: 18px;
}

header .badge {
    display: inline-block;
    min-width: 18px;
    padding: 3px 2px;
    font-size: var(--font-xsm);
    font-weight: 400;
    line-height: 1;
    color: var(--color-white);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.header-v5 .shop-badge span.badge {
    top: -10px;
    right: 15px;
    position: absolute;
}

.header-top-wrap {
    padding: 8px 0px;
}

.header-container-p {
    max-width: 144rem;
    padding: 6.96px 90px;
    margin: 0 auto;
    background-color: #fff;
}

.search-hd .input-group form {
    position: relative;
}

.search-hd .input-group input.form-control {
    color: var(--color-black);
    font-size: var(--font-sm);
    font-weight: 500;
    line-height: 20px;
    min-height: auto;
    border-radius: 4px;
    border: none;
    background: var(--base-white, var(--bg-white));
    /*box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);*/
    display: flex;
    padding: 0px 12px;
    align-items: center;
    gap: 8px;
    z-index: 999;
    position: relative;
    padding-right: 30px;
    height: 44px;
}

.mob-banner {
    margin-bottom: -5px;
}

.search-hd .input-group .search_btn {
    position: absolute;
    right: 12px;
    top: 3px;
    width: 20px;
    z-index: 9999;
}

.search-hd .input-group .form-control::placeholder {
    color: #000;
    font-size: var(--font-sm);
    font-weight: 500;
    line-height: 20px;
}

.search_btn {
    width: 20px;
    height: 20px;
}
.login_section .logindropdownlist li a i, .topbar-v3 .login_section .logindropdownlist li a i{
    background-image: var(--iconheaderaccountdropdown);
    width: 27px;
    height: 27px;
}
    .search_btn .btn-u {
        font-size: 18px;
        color: #5f5f5f;
        border: none;
        border-left: none;
        padding: 7px 0px;
        font-weight: normal;
        background: none;
        line-height: normal;
    }
    .topbar-v3 .right-topbar .logindropdownlist li a {
    display: flex;
    gap: 7px;
    align-items: center;
}
.header-search-area {
    min-width: auto;
    margin-right: 0;
    transition: width 0.3s ease;
}
.menu-area .main-menu {
    display: flex;
    justify-content: space-between;
    padding-left:50px;
}

.header-contact ul li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    color: #cacaca;
    font-size: 13px;
    margin-bottom: 0;
}

    .header-contact ul li:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .header-contact ul li::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 28px;
        background: var(--bg-white);
    }

    .header-contact ul li:last-child::before {
        display: none;
    }

    .header-contact ul li i {
        margin-right: 8px;
        transition: .3s linear;
    }

    .header-contact ul li:hover i {
        color: #00467a;
    }

.header-social ul li {
    display: inline-block;
    font-size: var(--font-sm);
    color: var(--color-white);
    margin-left: 10px;
}

    .header-social ul li:first-child {
        margin-left: 0;
    }

    .header-social ul li a {
        color: var(--color-white);
        display: inline-block;
    }

        .header-social ul li a:hover {
            color: var(--color-white);
        }


.header-panel-top {
    height: auto;
    line-height: inherit;
}

    .header-panel-top.header-top-wrap {
        display: none !important;
    }

.tp-hdr-pdf.top-message p.top_message {
    height: auto;
    line-height: inherit;
}
.menu-area .icon-dropdown .fa-angle-down {
    color: #3333339c;
}

.header-btn {
    margin-left: 15px;
}

.header-logo-fix {
    display: block;
    position: relative;
    left: 0;
}

.header-panel-top .header-social {
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
}

.header-social::before {
    display: none;
    margin-left: 0px;
    padding-left: 0px;
}

.top_message, .top_message a {
    font-size: var(--font-xxsm);
    color: var(--color-white);
}

a.headerappbutn {
    background: #47cce5;
    color: var(--color-white);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 10px 15px;
    margin-top: 1px;
    display: inline-block;
}

.header-social ul {
    padding-left: 0px;
    margin: 0;
}

ul.customer-links-new {
    margin: 0;
}

.header-contact ul li {
    line-height: 22px !important;
}

.header-btn a {
    background: #003e74;
    padding: 10px 9px;
    color: var(--color-white);
}

.maindiv-section .main-menu ul li {
    margin-left: 19px;
}
.maindiv-section .main-menu ul li ul li {
    margin-left: 0;
}
.site-nav > li.mega-menu {
    display: inline-block;
    position: relative;
}

.main-menu ul li:hover::before {
    left: -15px;
}
.menuicon {
    float: left;
    padding: 3px 4px;
    margin-right: 8px;
}

    .menuicon img {
        width: 50px;
    }

.menuwdesc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
}

.submenuname {
    font-size: var(--font-sm);
    display: block;
    width: 100%;
}

.menudesc {
    font-size: 9px;
    color: #333;
    line-height: 12px;
    margin-top: 2px;
    font-weight: normal;
    overflow: hidden;
    width: 90%;
    height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

li.mega-menu .site-nav-dropdown {
    width: 100%;
    position: fixed;
    left: 0;
    top: 108px;
    right: auto;
    padding: 0px 0px 4px;
    border-top: 2px solid #0e3053;
    background: var(--bg-white);
}

.header-btn .btn {
    float: right;
}

.wrapper-container .site-nav li.mega-menu .site-nav-dropdown {
    position: absolute;
    top: auto;
}

.main-header.sticky-menu .site-nav li.mega-menu .site-nav-dropdown {
    position: absolute;
    top: auto;
    width: auto;
}

.wrapper-container .site-nav li.mega-menu .site-nav-dropdown .menuwdth .inner {
    margin: 0px;
    float: none;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 100%;
    padding: 0px 0px;
    margin-left: 0;
}

.mega-menu .menuwdth {
    padding: 0px;
}

.menuwdth {
    margin: 0px;
    margin-top: 0;
    display: -ms-flexbox;
    display: inherit;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.main-menu ul li:hover::before {
    left: -22px !important;
    font-size: var(--font-sm);
    color: #00467a;
}

.nav-bar .site-nav li.dropdown:hover > a > .icon-dropdown i {
    color: #00467a;
}

.main-menu ul li:hover > a, .main-header .main-menu ul li .submenu li:hover > a {
    color: #00467a;
}
.main-menu ul li.wstheading:hover > a, .main-header .main-menu ul li .submenu li.wstheading:hover > a {
    color: #fff;
}
.mega-menu .submenuname {
    line-height: 25px;
    font-size: var(--font-lg);
    font-weight: 500;
}

.mega-menu .menuicon {
    padding: 0px;
    margin-right: 9px;
    float: left;
}

    .mega-menu .menuicon img {
        width: 70px;
    }

.top_message {
    display: none;
}

button#show-search-box {
    background: none;
    color: #003e74;
    border: none;
    font-size: var(--font-lg);
    cursor: pointer;
}

.site-nav-dropdown .menuwdth ul.dropdown li a, .site-nav-dropdown .col ul.dropdown li a, .grid-view-item_title a, .nav-bar .site-nav-dropdown li a {
    color: #2d2d2d;
    display: inline-block;
    padding: 5px 0;
    background: none;
}

.site-nav-dropdown .menuwdth .inner .dropdown li a:hover {
    color: #093a74;
}

.site-nav-dropdown .menuwdth ul.dropdown li:hover > a, .site-nav-dropdown .col ul.dropdown li:hover > a {
    padding-left: 5px;
}

.site-nav-dropdown .menuwdth .inner .dropdown li a .menuicon {
    display: none;
    border: none;
}

.site-nav-dropdown .menuwdth .inner .dropdown li a:hover .menuicon {
    display: block;
    border: none;
}

.site-nav-dropdown .col-1 ul.dropdown li a:hover span {
    border-color: #093a74;
    line-height: 34px;
}

.header-contact ul li:hover i {
    color: var(--color-white) !important;
}

header.site-header {
    padding: 0px;
    z-index: 9999;
    position: relative;
    background: #f9f8f2;
}

.have-fixed .site-nav > li > a {
    padding: 0px;
}

.have-fixed .nav-bar {
    top: 0px;
}

.bg-blog #myTabContent #collapse-tab1 .table-responsive {
    overflow-x: hidden;
}

.have-fixed .header-logo {
    display: none;
}

a.login {
    border-right: solid 1px #61656b;
}

.nav-bar .logindropdown:hover .logindropdownlist {
    display: block;
    top: 26px;
}

.nav-bar .logindropdown .logindropdownlist li a:hover {
    color: #000;
    background: #66666614 !important;
    border-radius: 0px;
}

.nav-bar .logindropdown .logindropdownlist {
    position: absolute;
    background: #7d7d7d;
    display: none;
    border-top: 0;
    z-index: 11;
    top: 27px;
    left: auto;
    z-index: 9999;
    opacity: 1;
    background: #ffffff !important;
    width: 200px;
}

    .nav-bar .logindropdown .logindropdownlist:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        background-color: transparent;
        height: 15px;
        top: -9px;
    }

    .nav-bar .logindropdown .logindropdownlist li {
        font-size: 13px;
        display: contents;
        padding: 0px 0px;
        margin: 0px;
    }

        .nav-bar .logindropdown .logindropdownlist li a {
            color: #000;
            font-size: 14px;
            display: block;
            padding: 5px 15px;
            margin: 0px;
            text-align: left;
            line-height: 32px;
        }

.nav-bar .logindropdownlist {
    background: var(--i-color);
    top: 22px;
    right: 0;
    border-radius: 5px;
}
.nav-bar .logindropdown .logindropdownlist li a:hover {
    color: #278bed;
    background: #b7b7b73d !important;
    border-radius: 0px;
}
.nav-bar .logindropdown .logindropdown:hover .logindropdownlist {
    display: block !important;
}
.nav-bar .logindropdown .logindropdownlist li a {
    line-height: 32px;
}
.logindropdown:hover .logindropdownlist {
    display: block;
    top: 37px;
}
.logindropdown:hover.FirstName .logindropdownlist {
        top: 32px;
    right: 3px;
}
    .logindropdown:hover .logindropdownlist:before {
        content: '';
        position: absolute;
        left: auto;
        right: 0px;
        top: 0;
        width: auto;
        margin-top: -14px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #d2e0ea;
    }
.logindropdownlist li a:hover {
    color: #000;
    background: #66666614 !important;
    border-radius: 0px;
}

.logindropdownlist {
    position: absolute;
    background: #7d7d7d;
    display: none;
    border-top: 0;
    z-index: 11;
    top: 27px;
    left: auto;
    z-index: 99999;
    opacity: 1;
    background: #ffffff !important;
    width: 200px;
    box-shadow: 0px 1px 2px #d6d6d6;
}

    .logindropdownlist:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        background-color: transparent;
        height: 15px;
        top: -9px;
    }

.right-topbar .logindropdownlist li {
    font-size: 13px;
    display: contents;
    padding: 0px 0px;
    margin: 0px;
}

    .right-topbar .logindropdownlist li a {
        color: #000;
        font-size: 14px;
        display: block;
        padding: 5px 15px;
        margin: 0px;
        text-align: left;
    }

.logindropdownlist {
    background: var(--i-color);
    top: 22px;
    right: 7px;
    border-radius: 5px;
}

    .logindropdownlist li a:hover {
        color: #278bed;
        background: #e4ecf2 !important;
        border-radius: 0px;
    }

.logindropdown:hover .logindropdownlist {
    display: block !important;
}

.logindropdownlist li a {
    line-height: 32px;
}

.topbar-v3 .login_section li a i {
    background-image: var(--icontopheader);
    width: 30px;
    height: 28px;
    margin: 0px;
}
.topbar-v3 .shop-badge a i {
    background-image: var(--icontopheader);
}
.topbar-v3 .login_section li a i.usericon {
    background-position: -512px -10px;
}
.topbar-v3 .shop-badge a i.filelisticon {
    background-position: -658px -258px;
}
.topbar-v3 .shop-badge a i.eyeicon {
    background-position: -464px -357px;
}
.topbar-v3 .shop-badge a i.hearticon {
    background-position: -661px -208px;
}
.login_section {
    position: relative;
}

.pages-content h1 {
    color: var(--color-black);
    font-size: var(--font-size22);
    font-weight: 900;
    border-bottom: none;
    position: relative;
    padding-bottom: 4px;
}

.about-style-01 h2 {
    font-weight: bold;
    font-size: 46px;
    margin-bottom: 24px;
    position: relative;
}

.new-sec-part {
    margin-bottom: 27px;
}

.pages-content h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 165px;
    height: 3px;
    background: url(/DMS/images/band.png);
    background-size: 100%;
}

.pages-content h2.innerheddings {
    color: var(--color-black);
    font-size: var(--font-size22);
    font-weight: 900 !important;
    border-bottom: none !important;
    position: relative;
    padding-bottom: 4px !important;
    text-align: left !important;
    margin: 0px 0px 20px;
}

.pages-content h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 165px;
    height: 3px;
    background: url(/DMS/images/band.png);
    background-size: 100%;
}

.page-header h1.categorylistheding {
    padding: 10px !important;
    padding-top: 0px !important;
    font-size: var(--font-size26) !important;
    margin-bottom: 0 !important;
}

.page-header h2.categorylistheding {
    padding: 10px !important;
    font-size: var(--font-size26) !important;
    margin-bottom: 0 !important;
}

.product-shop h1.product-vendor.prdtdtlpghed {
    font-size: var(--font-size24);
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin-bottom: 0.2em;
}

.pages-content {
    margin-top: 50px;
    margin-bottom: 30px;
}

ul.product li {
    list-style-type: none;
    float: left;
}

.header-bottom .top-cart {
    border: solid 1px #61656b;
}

    .header-bottom .top-cart #cartCount {
        background: #78808d;
    }
/*  Header -------------------------- */
.right-header-top {
    padding-right: 0px;
    text-align: right;
}
.header-bottom {
    background: #f2f2f2;
}
.top-message a,
.top-message {
    color: #093a74;
}
.header-bottom .top-cart a span,
.customer-links a,
.customer-links,
.customer-links li.wishlist .fa-heart,
.header-bottom .selectize-input,
.header-bottom .selectize-input input,
.customer-area a,
.menu-block a, .nav-search .icon-search {
    color: var(--color-white);
}
.header-mobile .customer-area a,
.icon-search .fa-search,
.header-bottom .selectize-dropdown,
.header-bottom .selectize-control div.item,
.customer-area .dropdown-menu a, .free-shipping {
    color: #3c3c3c;
}

.free-shipping {
    text-align: left;
    padding: 0;
    font-size: var(--font-sm);
    font-weight: 400;
    color: var(--color-black);
}

.search-bar input.input-group-field::placeholder, .header-bottom .search-bar input.input-group-field {
    color: var(--color-black);
}

.header-logo a img,
.header-logo a img, .header-logo {
    max-height: 70px;
    position: relative;
    bottom: 0px;
    top: 10px;
}

.nav-search-mb .btn-search,
.header-bottom .dropdown-menu .btn-search {
    background: #787f8d;
    color: var(--color-white);
}

.phone-number {
    background: #093a74;
    color: var(--color-white);
}

    .phone-number .fa-phone-square {
        color: var(--color-white);
    }
/* ----------------------------Search Dropdown Css Start------------------------- */

#dvAutoComplete.autocompletearea {
    position: absolute;
    z-index: 666;
    width: 100%;
    top: 0px;
    left: auto;
    right: -1px;
    background: #fff;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    min-width: 346px;
    box-shadow: none;
    border-radius: 20px;
    border-top: none;
}

    #dvAutoComplete.autocompletearea ul li:first-child a {
        padding: 42px 0px 5px;
    }
.searchpopup .input-group.searchsinglerow-close #dvAutoComplete.autocompletearea ul li a span b {
    font-size: 10px;
    color: #000000;
    font-weight: 100;
}

    #dvAutoComplete.autocompletearea ul.autocategitem li:first-child a {
        padding: 5px 0px;
    }

    #dvAutoComplete.autocompletearea ul {
        background: #ffffff;
        /*border: 1px solid #3333;*/
        margin: 0;
        padding: 0;
        min-height: 45px;
    }
.searchpopup .input-group.searchsinglerow-close .form-control {
        opacity: 1 !important;
}
        #dvAutoComplete.autocompletearea ul li a {
            font-size: 14px;
            display: block;
            padding: 5px 0px;
            text-align: left;
        }

        #dvAutoComplete.autocompletearea ul li.autocompletefirst {
            background: #f0f0f0ab;
            padding: 0px;
            list-style: none;
            width: 100%;
            text-align: left;
            margin: 0;
        }

        #dvAutoComplete.autocompletearea ul li.autocompletesecond {
            background: #f7f7f7;
            padding: 0px;
            list-style: none;
            width: 100%;
            text-align: left;
            margin: 0;
        }

        #dvAutoComplete.autocompletearea ul li.autocompletesecond {
            background: #fff;
            padding: 0px;
            list-style: none;
        }

        #dvAutoComplete.autocompletearea ul li a span {
            display: block;
        }

    #dvAutoComplete.autocompletearea .btn_view_srh {
        background: #ffffff;
        /*border: 1px solid #3333;*/
        border-top: none;
        margin: 0;
        color: #343434;
        font-size: 12px;
        padding: 1px 6px;
        font-weight: 400;
    }

        #dvAutoComplete.autocompletearea .btn_view_srh a {
            background: #003f6a;
            text-align: left;
        }

            #dvAutoComplete.autocompletearea .btn_view_srh a:hover {
                color: #fff;
            }

        #dvAutoComplete.autocompletearea .btn_view_srh a {
            color: #000;
            padding: 5px 12px;
            border: none;
            background: #e6e5e5;
            display: inline-block;
            margin: 4px 0px;
            font-size: 12px;
        }

            #dvAutoComplete.autocompletearea .btn_view_srh a:hover {
                background: #003f6a;
                color: #fff;
            }

    #dvAutoComplete.autocompletearea h2.autocomplcategory {
        background: #00467a;
        color: #fff;
        border: 1px solid #3333;
        margin: 0;
        font-size: 15px;
        font-weight: bold;
        padding: 6px 13px;
    }

    #dvAutoComplete.autocompletearea hr {
        margin: 0;
    }

    #dvAutoComplete.autocompletearea a:hover {
        text-decoration: underline;
        color: #333;
    }

    #dvAutoComplete.autocompletearea ul li a:hover span {
        color: #333;
    }

.header-container-p .logo {
    max-width: 165px;
}
.punchline{
    background-color: #e9e9e9f2;
    padding: 5px 1px;
}
.punchline marquee a{
    color:#333;
    margin-right: 10px;
    display: inline-block;
}
.punchline marquee {
    width: 100%;
    display: block;
    margin: 0px auto;
}
.punchline a span{line-height:24px;display:block;}
.topmarquee marquee a{color:#fff;}
.topmarquee a span{line-height:22px;display:block;}
.desktopmarquee {
    display:flex;
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.marquee-content {
    display: flex;
    animation: marquee 30s linear infinite;
    gap: 0px 20px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}
@media only screen and (min-width:1651px) and (max-width: 1800px) {
    .shopbagview .shop-badge.badge-icons span.badge.badge-sea {
        right: 12px;
    }
}

@media only screen and (min-width:1501px) and (max-width: 1650px) {
    
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
    .shopbagview .shop-badge.badge-icons span.badge.badge-sea {
        right: 5px;
    }
    .shopbagview form, .shopbagview form, .shopbagview .colrecent {
        min-width: 50px;
    }
    .colwishlist {
        width: 50px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1400px) {
    .maindiv-section .main-menu ul li {
    margin-left: 0px !important;
    }
    .shopbagview .shop-badge.badge-icons span.badge.badge-sea {
        right: 5px;
    }

    .shopbagview form, .shopbagview form, .shopbagview .colrecent {
        min-width: 50px;
    }

    .colwishlist {
        width: 50px;
    }
    .search-hd .input-group input.form-control {
        padding-right: 33px;
        width: 92%;
    }

    .search-hd .input-group .search_btn {
        width: 45px;
    }

    #dvAutoComplete.autocompletearea {
        min-width: 300px;
        max-height: 490px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
 .wsmenu-list .wsshoptabing {
        top: 54px !important;
    }
     header .wstabitem li ul .fourthlevel {
        left: 31%;
    }
.singlerowmenu .mulimegamenubtnmain {
    width: auto !important;
}
.wsmain {
     padding: 0.5px 0 0.5px 0px !important;
}
.header-search-area:hover {
    width: 40px;
}
.searchpopup:hover .input-group .search_btn:after {
    display:inline-block;
}
.menu-area .main-menu{
    padding-left: 0;
}
}

@media (max-width:1024px) {
    .header-panel-bottom {
        background: #f5f5f5;
    }
}

.have-fixed .header-bottom .top-cart #cartCount {
    background: #093a74;
}

.header-bottom.on .top-cart a #cartCount,
.header-bottom.on .nav-search-fix .icon-search,
.header-bottom .top-cart .icon {
    color: var(--color-white);
}



.site-nav li.dropdown .icon-dropdown {
    border-top-color: var(--color-white);
}

.site-nav-dropdown .col-3 a {
    padding: 0 !important;
}

.nav-bar .site-nav-dropdown li a .icon-dropdown .level-1 {
    color: #b1b1b1;
}

.nav-bar .site-nav-dropdown li a:hover .icon-dropdown .level-1 {
    color: #093a74;
}

.icon-dropdown .fa-angle-down {
    color: #b1b1b1;
    font-size: 15px;
    font-weight: 700;
}

.nav-bar .site-nav li.dropdown:hover > a > .icon-dropdown {
    border-top-color: #093a74;
}

    .nav-bar .site-nav li.dropdown:hover > a > .icon-dropdown i {
        color: var(--color-white);
    }

.have-fixed .header-bottom .top-cart .icon .fa-shopping-cart,
.have-fixed .nav-bar .site-nav > li > a {
    color: var(--color-black);
}

.have-fixed .site-nav > li > a:hover {
    color: #093a74;
}

.have-fixed .nav-search .icon-search .fa-search {
    color: var(--color-white);
}

.have-fixed .nav-search {
    border: 1px solid #787f8d;
    border-top: none;
    border-bottom: none;
}

.site-nav-dropdown .menuwdth ul.dropdown li a:hover span {
    border-color: #093a74;
}

.site-nav-dropdown li:hover > a:before {
    background: #093a74;
}

.site-nav-dropdown .menuwdth .inner .dropdown li a:hover {
    color: #093a74;
}


.site-nav .widget-featured-product .widget-title h3,
.site-nav-dropdown .menuwdth .inner > a {
    color: #093a74;
}

.site-nav-dropdown .inner > .current,
.site-nav-dropdown .inner > .current,
.site-nav-dropdown .grid-view-item h3.title {
    color: #093a74;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.site-nav-dropdown .menuwdth ul.dropdown li a,
.site-nav-dropdown .col ul.dropdown li a,
.grid-view-item_title a,
.nav-bar .site-nav-dropdown li a {
    color: #2d2d2d;
}

.site-nav > li:hover > a > span > span {
    border-bottom: 1px dotted #093a74;
}

.site-nav-dropdown li:hover > a {
    color: #093a74;
}
a.button-menu {
    border-width: 1px;
    border-style: solid;
    padding: 3px 6px;
    letter-spacing: 0.1em;
    font-weight: 500;
}
    a.button-menu:hover {
        text-decoration: none;
    }
/*-------------------------- */
.header-bottom.on .top-cart a #cartCount,
.header-bottom.on .nav-search-fix .icon-search,
.header-bottom .top-cart .icon {
    color: var(--color-white);
}

.site-nav > li > a {
    color: var(--color-black);
    font-weight: normal;
    position: relative;
}
    .site-nav > li > a:hover:before {
        width: calc(100% - 2rem);
        display: none;
    }

    .site-nav > li > a:before {
        content: "";
        position: absolute;
        height: 1px;
        width: 0;
        background-color: #b8b8b8;
        bottom: 20px;
        left: 14px;
        transition: .3s;
    }

.site-nav > li:first-child > a:before {
    left: 0px;
}

.site-nav > li:hover > a {
    color: #797c81;
}

.site-nav li.dropdown .icon-dropdown {
    border-top-color: var(--color-white);
}

.site-nav-dropdown .col-3 a {
    padding: 0 !important;
}

.nav-bar .site-nav-dropdown li a .icon-dropdown .level-1 {
    color: #b1b1b1;
}

.nav-bar .site-nav-dropdown li a:hover .icon-dropdown .level-1 {
    color: #093a74;
}

.icon-dropdown .fa-angle-down {
    color: #333;
    font-size: 15px;
    font-weight: 700;
}

.have-fixed .nav-bar .site-nav > li > a .icon-dropdown .fa-angle-down {
    color: #333;
}

.nav-bar .site-nav li.dropdown:hover > a > .icon-dropdown {
    border-top-color: #093a74;
}

.have-fixed .nav-bar {
    box-shadow: none;
    padding: 0;
    height: auto;
}

.have-fixed .mrg-src {
    position: fixed;
    right: 14%;
    z-index: 999;
}

.have-fixed .nav-bar .site-nav-dropdown .container {
    width: 96%;
}

.have-fixed .header-bottom .top-cart .icon .fa-shopping-cart,
.have-fixed .nav-bar .site-nav > li > a {
    color: #333;
}

.have-fixed .site-nav > li > a:hover {
    color: var(--color-white);
}

.have-fixed .nav-bar .site-nav > li:hover > a {
    color: #00467a;
}

.have-fixed .nav-search .icon-search .fa-search {
    color: var(--color-white);
}
.have-fixed .nav-search {
    border: 1px solid #787f8d;
    border-top: none;
    border-bottom: none;
}
/* dropdown menu */
.site-nav-dropdown {
    background: #fefefe;
    border: 1px solid #f1f1f1;
    box-shadow: -3px 6px 6px #e2e2e233;
    padding: 0;
    border-top: 2px solid #cecece;
}
    .site-nav-dropdown .menuwdth ul.dropdown li a:hover span {
        border-color: #093a74;
        line-height: 34px;
    }
    .site-nav-dropdown li:hover > a:before {
        background: #093a74;
    }
    .site-nav-dropdown .menuwdth .inner .dropdown li a:hover {
        color: #093a74;
    }
.nav-bar .item.mega-menu .container {
    padding-right: 15px;
    width: 96%;
    margin: auto !important;
}

.site-nav .widget-featured-product .widget-title h3,
.site-nav-dropdown .menuwdth .inner > a {
    display: flex;
    color: var(--color-black);
    border-bottom: none;
    font-weight: normal;
    padding: 7px 4px;
    font-size: 15px;
    text-transform: capitalize;
    border-bottom: 1px solid #e1e1e1;
}

    .site-nav .widget-featured-product .widget-title h3,
    .site-nav-dropdown .menuwdth .inner > a:hover {
        color: var(--color-black);
        background: #dbdbdb52;
        border-bottom: 1px solid #b8b8b8;
    }

        .site-nav-dropdown .menuwdth .inner > a:hover .menudesc {
            color: var(--color-black);
        }

.site-nav-dropdown .inner > .current,
.site-nav-dropdown .inner > .current,
.site-nav-dropdown .grid-view-item h3.title {
    color: #093a74;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.site-nav-dropdown .menuwdth ul.dropdown li a,
.site-nav-dropdown .col ul.dropdown li a,
.grid-view-item_title a,
.nav-bar .site-nav-dropdown li a {
    color: #2d2d2d;
}

.site-nav > li:hover > a > span > span {
    border-bottom: 1px dotted #093a74;
}

.site-nav-dropdown li:hover > a {
    color: #093a74;
}

@media (min-width: 768px) {
    .have-fixed .header-bottom .top-cart {
        border: 0;
        padding-left: 0;
    }

    ; .have-fixed .nav-search .icon-search {
        color: #787f8d;
    }
}

@media (max-width: 1024px) {
    .header-bottom .top-cart #cartCount {
        background: #093a74;
    }
}

a.button-menu {
    border-width: 1px;
    border-style: solid;
    padding: 3px 6px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

    a.button-menu:hover {
        text-decoration: none;
    }

#dvMainBanner .nav {
    display: block;
    text-align: center;
    margin-top: -23px;
    position: absolute;
    top: 94%;
    height: 23px;
}

    #dvMainBanner .nav > li {
        border: none;
        width: 30px;
        display: inline-block;
        background: none;
    }

#dvMainBanner .nav-pills > li:before {
    content: '';
    width: 14px;
    height: 14px;
    top: -15px;
    left: 45%;
    position: absolute;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-bottom: 16px solid #ddd;
    background-position: 0 0;
    border: none;
    background: #d7d7d791;
    border-radius: 50%;
}

#dvMainBanner .nav-pills > li.active:before {
    content: '';
    width: 22px;
    height: 22px;
    top: -15px;
    left: 45%;
    position: absolute;
    border-right: 30px solid transparent;
    border-left: 23px solid transparent;
    border-bottom: 16px solid var(--color-white);
    background-position: 0 0;
    border: none;
    background: var(--bg-white);
}

#dvMainBanner .nav > li > a {
    padding: 0px 15px;
    max-height: 36px;
    overflow: hidden;
    line-height: 18px;
    margin-top: -15px;
    font-size: 0;
    height: 14px;
}

    #dvMainBanner .nav > li > a:hover, #dvMainBanner .nav > li > a:focus {
        text-decoration: none;
        background: none;
    }

#dvMainBanner .nav-pills > li.active > a, #dvMainBanner .nav-pills > li.active > a:hover, #dvMainBanner .nav-pills > li.active > a:focus {
    background: none;
}

.no-padding {
    padding: 0px;
}

.contact-address .social-footer li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
}

.contact-address .social-footer ul li a .fa {
    color: var(--color-white);
    line-height: 36px;
}

.contact-address .social .Facebook {
    background: #4a73bd;
}

.contact-address .social .Twitter {
    background: #46b0e2;
}

.contact-address .Rss {
    background: #f9bc2e;
}

.contact-address .youtube {
    background: #ea3b02;
}

.contact-address .Pinterest {
    background: #cc2127;
}


.btnwhatsapp {
    border-color: #25D366;
    color: #25D366;
}

    .btnwhatsapp .fa {
        font-size: var(--font-base);
    }

.contact-address .Google-plus {
    background: #ea3b02;
}

.zi-banner img {
    width: 100%;
}

.home-logo {
    clear: both;
    text-align: center;
    margin: 20px 0px;
    padding-top: 20px;
}

.social li {
    background: #a5afbf;
    border-radius: 50%;
}

.social .Facebook:hover {
    background: #4a73bd;
}

.social .Twitter:hover {
    background: #46b0e2;
}

.social .Rss:hover {
    background: #f9bc2e;
}

.social .youtube:hover {
    background: #ea3b02;
}

.social .Pinterest:hover {
    background: #cc2127;
}

.social .Google-plus:hover {
    background: #ea3b02;
}

.social-footer ul li a .fa {
    color: var(--color-black) !important;
    background: #f5f5f5 !important;
}

footer .contact .fa {
    margin-right: 8px;
    font-size: var(--font-base);
    line-height: 30px;
    color: var(--color-white);
}

    footer .contact .fa.fa-mobile {
        font-size: var(--font-size20);
    }

    footer .contact .fa.fa-globe {
        font-size: var(--font-size20);
        line-height: 14px;
    }

footer .contact p {
    text-align: left;
    display: flex;
    line-height: 22px;
    align-items: baseline;
}

.contact-pdng {
    margin-top: -13px;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
}

    .breadcrumb ul li {
        display: inline-block;
        list-style: none;
        margin-left: 10px;
        margin-bottom: 0;
        border-right: 1px solid #cecece;
        padding-right: 10px;
    }

        .breadcrumb ul li::before {
            float: left;
            padding-right: var(--bs-breadcrumb-item-padding-x);
            color: var(--bs-breadcrumb-divider-color);
            content: var(--bs-breadcrumb-divider, "/");
        }

        .breadcrumb ul li:first-child {
            margin-left: 0px;
        }

.theme_button {
    background: var(--bg-white);
    color: #343434;
    border-color: #093a74;
    width: 150px;
    line-height: 38px;
    padding: 0px;
    border-width: 2px;
    display: inline-block;
    text-align: center;
    font-size: var(--font-base);
    border: 1px solid #093a74;
}

.captcha-log .theme_button {
    float: right;
    border-radius: 4px;
}

.theme_button:hover {
    cursor: pointer;
    background: var(--bg-white);
    color: #00cfe7;
    border: 1px solid #00cfe7;
    text-decoration: none;
}

.btnwhite {
    background: var(--bg-white);
    color: #00cfe7;
    border-color: #00cfe7;
    width: 100%;
    line-height: 38px;
    padding: 0px;
    border-width: 2px;
    display: block;
    text-align: center;
    font-size: var(--font-base);
    border: 2px solid #00cfe7;
    font-weight: 500;
    letter-spacing: 0.5px;
}

    .btnwhite:hover {
        cursor: pointer;
        background: #00cfe7;
        color: var(--color-white);
        text-decoration: none;
    }

.owl-carousel .owl-prev {
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 15%;
    font-size: 42px;
    padding: 0px;
    position: absolute;
    left: -28px;
    top: 21%;
    background: none;
    color: #51585F;
}

.owl-carousel .owl-next {
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 15%;
    font-size: 42px;
    padding: 0px;
    position: absolute;
    right: -28px;
    top: 21%;
    background: none;
    color: #51585F;
}

.owl-carousel .owl-nav .fa {
    font-size: 36px;
    color: #b3b3b3;
}

.owl-carousel .owl-prev {
    left: -6px;
    top: 30%;
}

.owl-carousel .owl-next {
    right: -6px;
    top: 30%;
}

.sendquery {
    border: 0;
    z-index: 2;
    position: absolute;
    top: 5px;
    left: 5px;
    overflow: hidden;
    font-size: var(--font-base);
    line-height: 30px;
    width: 140px;
    height: 34px;
    background: #093a74;
    color: var(--color-white);
    border-color: #093a74;
    border-radius: 5%;
    display: inline-block;
    padding: 0;
}

a.sendquery span {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-white);
}

.latestlist {
    margin-top: 75px;
}

    .latestlist .widget-title {
        margin-bottom: 0;
    }

        .latestlist .widget-title h2 {
            color: var(--color-black);
            font-size: var(--font-size22);
            font-weight: 500;
            border-bottom: 1px dashed #bebebe;
            position: relative;
            padding-bottom: 4px;
            margin: 0;
        }

            .latestlist .widget-title h2::before {
                content: '';
                position: absolute;
                top: 26px;
                width: 55px;
                height: 3px;
                background: #ffb700;
            }
    .latestlist .products-grid .grid-item {
        padding: 0;
    }
.about-us-image {
    max-width: 500px;
    margin: 50px auto 50px;
    position: relative;
}
    .about-us-image img {
        border-radius: 15px;
    }
.section.hero {
    min-height: 280px;
    min-height: 280px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 0px;
}
.hero_text {
    margin: 0;
}
.contact-address .tag-box p {
    text-align: left;
    display: flex;
}
.contact-address .fa {
    margin-right: 8px;
    font-size: var(--font-base);
    line-height: 30px;
    color: #093a74;
}

.contact-pdng iframe {
    border: 0;
    margin-bottom: 25px;
}

.contct-frm {
    margin-bottom: 30px;
}

.right {
    float: right;
}

.product-vendor a {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: var(--foundation-black-black-400, #333);
    text-align: center;
    font-size: var(--font-lg);
    font-style: normal;
    line-height: 28px;
    text-transform: capitalize;
}

.clients-sec {
    margin: 30px 0px;
}

.clients-img img {
    transition: all ease-in-out .3s;
}

.clients-img:hover img {
    transform: scale(1.1);
}

.clients-col:hover {
    border: 1px solid #017ac3;
}

.clients-img {
    width: 100%;
    background: var(--bg-white);
    box-shadow: 0 1px 5px 2px rgb(84 84 84 / 18%);
    padding: 20px 30px;
    margin-bottom: -2px;
    height: 130px;
    margin-bottom: 28px;
    border-radius: 20px 0px;
}

    .clients-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.short-description ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0;
}

    .short-description ul li strong {
        float: left;
        min-width: 215px;
        font-weight: 600;
        padding-right: 5px;
        letter-spacing: 0.04em;
    }
.catlistmain .page-header {
    margin-bottom: 15px;
}
.catlistmain .products-grid .grid-item {
    padding: 0px 10px 20px;
    width: 32%;
}


.footer-middle h6 {
    font-size: var(--font-base);
    letter-spacing: 1.6px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ffffff73;
    margin-top: 40px;
}

.whats-app-div {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    left: 15px;
}

    .whats-app-div a {
        background-color: #25D366;
        color: var(--color-white);
        padding: 7px 22px;
        border-radius: 30px;
        font-size: var(--font-base);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

.product-shop .btnwhatsapp {
    margin-left: 10px;
}

.captcha-log .btnwhite {
    width: 135px;
    float: right;
    border-radius: 5px;
}

.modal-footer .btnwhite {
    width: 135px;
    float: right;
    border-radius: 5px;
}

#latest-pslider.owl-carousel .owl-prev {
    left: -7px;
}

#latest-pslider.owl-carousel .owl-next {
    right: -7px;
}

.main-menu ul li::before {
    display: none;
}

.search-hd .input-group .form-control::-moz-placeholder {
    color: #7d7d7d;
}

.search-hd .input-group .form-control::-webkit-input-placeholder {
    color: #7d7d7d;
}


.autocompletearea {
    position: absolute;
    z-index: 99999;
    background-color: var(--bg-white);
    width: 405px;
    box-shadow: 0px 2px 8px 0px #C7C7C7;
    top: 35px;
}

    .autocompletearea ul li {
        padding-left: 0px;
    }

.autocompletefirst {
    padding: 3px 5px;
    margin-bottom: 2px;
    background: rgb(247 247 247 / 60%);
}

.autocompletesecond {
    padding: 3px 5px;
    margin-bottom: 2px;
    background: #04bfff14;
}

.btn_view_srh .view_search {
    background: var(--bg-white);
    padding: 6px 13px;
    color: #093a74;
    border: 2px solid #093a74;
}

.autocompletearea ul li a {
    color: #5F5C5C;
    line-height: 25px;
}

.autocompletearea span {
    top: 2px;
    display: inline-block;
    position: relative;
    padding: 0px 5px;
    left: 10px;
    color: #00405D;
}
.autocompletearea ul {
    padding-left: 0px;
    list-style-type: none !important;
}
.autocompletearea span {
    top: 2px;
    display: inline-block;
    position: relative;
    padding: 0px 5px;
    left: 10px;
    color: #00405D;
    width: 100%;
}
.autocomplcategory {
    font-size: var(--font-base);
    padding-bottom: 10px !important;
}
.autocompletearea hr {
    margin: 15px 0px 5px 0px;
}
.search-hd .input-group {
    display: block;
}
.autocompletearea ul li:hover {
    padding-left: 0px;
    background-color: #1967bd;
    color: var(--color-white);
}
.autocompletearea span:hover {
    color: var(--color-white);
}
.autocompletearea h2 {
    top: 2px;
    display: inline-block;
    position: relative;
    background: #f0f0f0 none repeat scroll 0% 0%;
    padding: 7px 15px !important;
    left: 0px;
    color: #232323;
    margin: 0px;
    width: 100%;
    font-weight: bold;
}
.autocompletearea ul .search-select {
    background-color: #1967bd;
}
.autocompletearea ul li:hover {
    padding-bottom: 3px;
    background-color: #003c74;
    color: var(--color-white);
}
.autocompletearea {
    position: absolute;
    z-index: 99999;
    background-color: var(--bg-white);
    width: 100%;
    box-shadow: 0px 2px 8px 0px #C7C7C7;
    top: 35px;
}
.btn_view_srh {
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.catlistmain {
    margin-top: 50px;
}

.social .whatsapp:hover {
    background: var(--color-black);
}

.about-us-con {
    margin-top: 50px;
}



.kk .pages-content h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 165px;
    height: 3px;
    background: url(/DMS/images/band.png);
    background-size: 100%;
    display: none;
}
/* -----------------10-10-2022----------------- */
.tp-hdr-pdf.top-message p {
    text-align: left;
    font-size: 11px;
    color: var(--color-white);
    font-weight: bold;
}

.tp-hdr-pdf.top-message span a {
    font-size: var(--font-xxsm);
    color: var(--color-white);
    font-weight: normal;
}

.right-header-top ul.customer-links-new {
    display: inline-block;
    width: 100%;
}

    .right-header-top ul.customer-links-new li {
        display: inline-block;
        margin-bottom: 0;
    }

        .right-header-top ul.customer-links-new li .fa {
            color: var(--color-white);
        }

#maindiv-section-header {
    background: #ffffff54;
    width: 100%;
    z-index: 999;
}

.header-panel-top, .header-mobile {
    background: #003e74;
}

#maindiv-section-header .container.header-panel-bottom {
    background: #ffffff00;
    height: auto;
    min-height: auto;
}

.header-panel {
    margin: 0px auto;
    min-height: 66px;
    height: 66px;
}

.tp-cl-msg {
    list-style: none;
}

    .tp-cl-msg a {
        color: var(--color-white);
        font-size: var(--font-sm);
    }

.tp-hdr-pdf.top-message span a:hover {
    color: var(--color-white);
}

.header-logo {
    width: 16.66666667%;
}

.welcome-content .welcome-image {
    padding: 5px;
    border: 1px solid #f0f0f0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    text-align: center;
}

#welcome-section.padding {
    padding: 78px 0px;
    margin-top: -2px;
    position: relative;
}

    #welcome-section.padding:before {
        content: '';
        position: absolute;
        background-repeat: no-repeat;
        background-size: 37%;
        background-clip: border-box;
        width: 100%;
        height: 558px;
        opacity: 0.4;
        top: -1px;
        background-attachment: fixed;
        background-position: left !important;
        background-repeat: no-repeat !important;
        min-height: 20px;
    }

#welcome-section .section-title {
    margin-bottom: 60px;
    padding-bottom: 0;
    font-weight: 400;
    font-size: var(--font-base);
    position: relative;
    display: block;
}

.section-title h1 {
    font-size: var(--font-size20);
    font-weight: 900;
    color: #363636;
    margin-bottom: 7px;
    text-transform: uppercase;
    margin-top: 20px;
}

.section-title h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #093a74;
    font-weight: 900;
    margin-top: 0;
    line-height: 46px;
}

.welcome-info p {
    font-family: Arimo;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin-top: 22px;
}

#recent-projects, #project-list, #architect {
    background-color: #eaeaea21;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
}

.bott {
    padding-bottom: 70px !important;
}

.arg-imm {
    padding-bottom: 0px !important;
}

    .arg-imm .mt-1-9 img {
        width: 70%;
        margin: 28px auto !important;
        display: block;
    }

    .arg-imm h1 {
        font-size: var(--font-base);
        text-align: center;
    }

    .arg-imm .mt-1-9::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        background-image: url(/Design10/img/kz.png);
        height: 100%;
        width: 100%;
        background-size: 30% !important;
        background-repeat: no-repeat;
    }

section.about-style-02 {
    padding: 50px 0px 1px;
    overflow: hidden;
    background: var(--bg-white);
    position: relative;
}

#recent-projects .section-title {
    margin-bottom: 30px;
    padding-bottom: 0;
    font-weight: 400;
    font-size: var(--font-base);
    position: relative;
    display: block;
}

    #recent-projects .section-title:before {
        top: -100px;
        margin-left: -0.5px;
        height: 50px;
        width: 1px;
    }

    #recent-projects .section-title:before, #recent-projects .section-title:after {
        position: absolute;
        content: "";
        left: 50%;
        background-color: #093a74;
    }

    #recent-projects .section-title:after {
        top: -50px;
        margin-left: -7px;
        height: 14px;
        width: 14px;
        border-radius: 50%;
    }

.project-content {
    margin-bottom: 30px;
}

    .project-content .project-item {
        width: 100%;
        margin-left: 0%;
        position: relative;
        background-color: var(--bg-white);
    }

        .project-content .project-item a:after {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            background-color: #093a7485;
            -moz-transform: scale(.5);
            -webkit-transform: scale(.5);
            -o-transform: scale(.5);
            -ms-transform: scale(.5);
            transform: scale(.5);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            opacity: 0;
        }

        .project-content .project-item a:after, .entry-thumb:after, .footer-widget.instagram li a:after, .feature-image a:after {
            background: linear-gradient(174deg, #093a74 0%, #093a747a 35%, #093a74f5 100%);
        }

        .project-content .project-item a:hover:after {
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

    .project-content .project-info {
        border-top: 0;
        border-bottom: 1px solid #d7d7d7;
        color: #6d6d6d;
    }

    .project-content .project-title, .project-content .project-info {
        padding: 20px 18px 15px;
        background-color: var(--bg-white);
        border: 1px solid #d7d7d7;
        border-bottom: 0;
        box-shadow: 0 0 3px 1px #d7d7d7;
        -webkit-box-shadow: 0 0 3px 1px #d7d7d7;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

.project-info h3 {
    margin: 0;
    font-size: var(--font-base);
    font-weight: bold;
    text-align: center;
    color: var(--color-black);
}

.project-item img {
    width: 100%;
}

#amazing-features {
    color: #848484;
    padding: 80px 0px 16px;
}

    #amazing-features .section-title {
        margin-bottom: 50px;
    }

    #amazing-features .section-title {
        margin-bottom: 60px;
        padding-bottom: 0;
        font-weight: 400;
        font-size: var(--font-base);
        position: relative;
        display: block;
    }

        #amazing-features .section-title:before, #amazing-features .section-title:after {
            left: 35px;
        }

        #amazing-features .section-title:before {
            top: -100px;
            margin-left: -0.5px;
            height: 50px;
            width: 1px;
        }

        #amazing-features .section-title:before, #amazing-features .section-title:after {
            position: absolute;
            content: "";
            left: 50%;
            background-color: #093a74;
        }

        #amazing-features .section-title h1 {
            font-size: var(--font-base);
            font-weight: 900;
            color: #363636;
            margin-bottom: 0;
            text-transform: uppercase;
            margin-top: 20px;
        }

        #amazing-features .section-title h2 {
            margin-bottom: 25px;
        }

            #amazing-features .section-title h2:before {
                content: '';
                position: absolute;
                top: 68px;
                width: 186px;
                height: 3px;
                background: url(/DMS/images/band.png);
                background-size: 100%;
            }

.about-style-01 h2:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -5px;
    width: 68%;
    height: 3px;
    background: url(/DMS/images/band.png);
    background-size: 100%;
}

#amazing-features .section-title:before, #amazing-features .section-title:after {
    position: absolute;
    content: "";
    left: 50%;
    background-color: #093a74;
}

#amazing-features .section-title:before, #amazing-features .section-title:after {
    left: 35px;
}

#amazing-features .section-title:after {
    top: -50px;
    margin-left: -7px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}

#amazing-features .features {
    margin-bottom: 35px;
}

    #amazing-features .features h4 {
        color: #363636;
        margin-bottom: 15px;
    }

    #amazing-features .features i {
        font-size: var(--font-size24);
        margin-right: 15px;
    }

#amazing-features p {
    line-height: 24px;
    font-family: Arimo;
    font-size: 15px;
    font-weight: 400;
}

.twentytwenty-wrapper {
    margin-top: 0px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}

    .twentytwenty-container img {
        max-width: 100%;
        position: absolute;
        top: 0;
        display: block;
    }

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-before-label:before {
    content: "Before";
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255,255,255,.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: var(--color-white);
    font-size: 13px;
    letter-spacing: .1em;
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-after-label:before {
    content: "After";
}

.twentytwenty-handle {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -29px;
    margin-top: -29px;
    border: 5px solid #595959;
    background-color: #db1920;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    z-index: 40;
    cursor: e-resize;
    display: none;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 25px;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 1px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background-color: #595959;
    position: absolute;
    z-index: 30;
}

.twentytwenty-left-arrow {
    border-right: 6px solid var(--color-white);
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-right-arrow {
    border-left: 6px solid var(--color-white);
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 25px;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 1px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background-color: #595959;
    position: absolute;
    z-index: 30;
}

.logintphrd {
    border-right: none;
    padding: 0px;
}

    .logintphrd a i {
        color: var(--i-color);
    }

#clients {
    overflow: hidden;
    padding: 80px 0px 40px;
    background: #ededed36;
    margin: 0;
}

    #clients .slick-slide img {
        border: 5px solid #ece9e94f;
    }

    #clients .section-title {
        margin-bottom: 30px;
        padding-bottom: 0;
        font-weight: 400;
        font-size: var(--font-base);
        position: relative;
        display: block;
    }

        #clients .section-title:before {
            top: -100px;
            margin-left: -0.5px;
            height: 50px;
            width: 1px;
        }

        #clients .section-title:before, #clients .section-title:after {
            position: absolute;
            content: "";
            left: 50%;
            background-color: #093a74;
        }

        #clients .section-title h1 {
            font-size: var(--font-base);
            font-weight: 900;
            color: #363636;
            margin-bottom: 0;
            text-transform: uppercase;
            margin-top: 20px;
        }

        #clients .section-title h2 {
            font-size: 36px;
            text-transform: uppercase;
            color: #093a74;
            font-weight: 900;
            margin-top: 0;
            line-height: 46px;
        }

        #clients .section-title:after {
            top: -50px;
            margin-left: -7px;
            height: 14px;
            width: 14px;
            border-radius: 50%;
        }

        #clients .section-title:before, #clients .section-title:after {
            position: absolute;
            content: "";
            left: 50%;
            background-color: #093a74;
        }

ul.list-inline li:first-child {
    padding-left: 1px;
}

ul.logindropdownlist li:first-child {
    background: #f3f3f3;
    padding: 0px 0px;
    display: block;
}

    ul.logindropdownlist li:first-child a {
        background: #f3f3f3;
        padding: 5px 15px;
        line-height: 22px;
    }

    ul.logindropdownlist li:first-child .useridsmll {
        padding: 0;
        display: block;
        font-size: 11px;
        color: #00447a;
    }

    ul.logindropdownlist li:first-child a:hover .useridsmll {
        color: #00447a;
    }

ul.logindropdownlist li:last-child {
    border-top: 1px solid #e2ecf2;
    display: block;
}

.clients ul li {
    width: 24%;
    padding: 2px 35px;
    overflow: hidden;
}

    .clients ul li img {
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -ms-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
        -moz-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -o-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        transform: skewX(0deg);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
    }



#promotion .typed-cursor {
    position: relative;
    top: -5px;
    font-size: 52px;
}

#promotion {
    color: var(--color-white);
    background-image: url(/DMS/images/io002qaphf1[1].png);
    padding: 80px 0px;
    text-transform: uppercase;
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 6px solid;
}

    #promotion h1 {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 25px;
        position: relative;
        z-index: 2;
    }

    #promotion .btn-primary {
        background-color: transparent;
        text-transform: uppercase;
        border: 3px solid var(--color-white);
        color: var(--color-white);
        display: block;
        width: 20%;
        margin: 23px auto 0;
    }

        #promotion .btn-primary:hover {
            background-color: var(--bg-white);
            border: 3px solid #003b74;
            color: #003b74;
        }

.rte p a {
    color: #ffa429;
}

#promotion .btn-primary.btn-animated:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    z-index: -1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -o-transform: scale(0) rotate(-360deg);
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
}

#dvMainBanner .carousel.slide {
    top: -21px;
}

.header-bottom .header-search {
    width: auto;
}

#maindiv-section-navigation {
    width:100%;
}

    #maindiv-section-navigation .nav-bar {
        border-bottom: none;
    }

.header-bottom .header-search {
    display: inline-block;
}

.site-nav > li > a {
    padding: 38px 10px 38px 10px;
    font-size: var(--font-base);
    letter-spacing: 1.1px;
    font-weight: 500;
}

.section-title:before {
    top: -100px;
    margin-left: -0.5px;
    height: 50px;
    width: 1px;
}

.section-title:before, .section-title:after {
    position: absolute;
    content: "";
    left: 50%;
    background-color: #093a74;
}

.section-title:after {
    top: -50px;
    margin-left: -7px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}

.section-title:before, .section-title:after {
    display: none;
}

.footer-middle ul.category-2 {
    margin-top: 0px;
}

.footer-middle ul.footer-menu li::before {
    display: none;
}

.footer-middle ul.category-2 li i.fa {
    font-size: var(--font-xsm);
}

.col-lg-3.information {
    border-left: 1px solid #fafafa33;
    padding-bottom: 32px;
    border-right: 1px solid #fafafa33;
    height: 330px;
}

.lft-br {
    border-left: 1px solid #fafafa33;
}

.social-footer {
    margin-top: 2px;
    margin-bottom: 18px;
}

    .social-footer ul {
        text-align: left;
        justify-content: left;
    }

.footer-middle ul li p span {
    line-height: 22px;
}

.footer-middle {
    padding-bottom: 0px;
    border-top: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.extra-footer-margin .inner-form-subscribe .btn {
    width: 100%;
    margin-top: 3px;
    background: #003e74;
}

.extra-footer-margin .inner-form-subscribe input {
    margin-right: 1px !important;
}

#maindiv-section-navigation .header-btn {
    margin-left: 15px;
}

#headersolution.owl-carousel .owl-item {
    width: auto !important;
}

#headersolution.owl-carousel .owl-nav {
    display: none;
}

#headersolution.owl-carousel .owl-stage {
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.solutionbtnsmenu {
    display: flex;
    margin: 0;
    padding: 0;
}

    .solutionbtnsmenu li {
        margin-bottom: 0;
        display: flex;
        margin-left: 16px;
    }
        .solutionbtnsmenu li a {
            border-radius: 0px;
            border-left: 1px solid #999;
            display: flex;
            width: 125px;
            padding: 6px 8px 6px 8px;
            align-items: center;
            height: 36px;
            color: #000;
            background: none;
            gap: 6px;
            justify-content: center;
        }

            .solutionbtnsmenu li a .hoverhide {
                display: block;
                width: 24px;
            }

        .solutionbtnsmenu li:hover a .hoverhide {
            display: none;
            width: 24px;
        }

        .solutionbtnsmenu li:hover a .hovershow {
            display: block;
            width: 24px;
        }

        .solutionbtnsmenu li a .hovershow {
            display: none;
            width: 24px;
        }

        .solutionbtnsmenu li a span {
            height: 15px;
        }

        .solutionbtnsmenu li a:hover {
            background: #01477a;
            color: #fff;
            border: 1px solid #01477a;
        }

.solutionheader span.headingheader {
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.menuhd h2 {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: bold;
    width: 40%;
}

.menusecond h2 {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    margin-top: 8px;
    text-transform: initial;
}

.wstliststy02.subsecond li:hover a {
    width: 23%;
    background: var(--bg-white);
    color: #da4b38;
}

.dropdown-submenu .wsmenu-icon {
    display: block;
}
.dropdown-submenu .wsmenu-icon .fa-angle-right {
    transform: rotate(0deg);
}
.wsmenu-icon {
    cursor: pointer;
    display: block;
    position: initial;
    float: right;
    right: 0;
    top: 0;
    z-index: 999999;
}
    .wsmenu-icon i {
        display: block;
        margin-top: 11px;
        margin-right: 8px;
        font-size: 21px;
        color: rgba(0, 0, 0, 0.25);
        float: right;
        text-align: center;
    }

.wstliststy02 {
    padding: 5px 0px 10px 0px;
    margin: 0px;
    text-align: left;
}

.solutionheader {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 12px 80px 12px 24px;
    width: 75%;
    justify-content: flex-end;
    margin-left: 0%;
    position: absolute;
    background: #f5f5f5;
    left: 25%;
}
.formobile {
    display: none;
}

.logindropdown a .nameuser {
    overflow: hidden;
    white-space: nowrap;
    max-width: 90px;
    display: inline-block;
    text-overflow: ellipsis;
    width: 28px;
    height: 28px;
    background: #d2e0ea;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    border: 1px solid #bccedc;
    font-size: 20px;
    line-height: 22px;
    position: relative;
    top: 4px;
}

.singlerowmenu .mulimegamenubtnmain {
    background: none;
    padding: 0;
}
.singlerowmenu .wsmenu-list>li {
    padding: 6px 0px;
}
.site-header .fa-angle-right {
    transform: rotate(90deg);
}
.btnheaderbox {
    display: flex;
    gap: 0px 16px;
    margin-left: 2%;
}
.btnheaderbox .btncommon {
    padding: 6px 15px;
    border: var(--btnborder);
    line-height: 24px;
    height: 38px;
    background:var(--headerbtnbg);
    color: var(--headerbtncolor);
    border-radius: var(--headerbtnradius);
}
.btnheaderbox .btncommon:hover {
    color: #fff;
}
.btnheaderbox .btncommon img{
    width: 24px;
}
.btnheaderbox .btncommon.btnwhite {
    line-height: 24px;
    background: var(--bg-white);
    color:#333;
    border: 1.12px solid #BFBFBF;
}

@media only screen and (min-width:1000px) and (max-width: 1500px) {
.header-search-area:hover {
    width: 40px;
}
    .searchpopup:hover .input-group .search_btn:after {
    display:inline-block;
}
.searchpopup:hover .input-group input.form-control {
    padding-left: 18px;
}
    .maindiv-section .main-menu ul li {
        margin-left: 12px;
    }
header .maindiv-section .wstabitem>li {
        width: 23%;
    }
header .maindiv-section .wstabitem li ul {
        left: 23%;
        width:78.5%;
    }
header .wstabitem li ul .fourthlevel {
        left: 33%;
    }
.header-search-area:hover .searchpopup .input-group .search_btn {
    width: 95px;
}
.searchpopup:hover .input-group input.form-control {
    border-bottom: none;
}
.searchpopup:hover .input-group input.form-control~.search_btn:after {
    opacity: 1;
}
.searchpopup:hover .input-group.searchsinglerow-close input.form-control~.search_btn:after {
    opacity: 0;
}
.header-search-area:hover .searchpopup .input-group.searchsinglerow-close .search_btn {
    width: initial;
}
.searchpopup:hover .input-group .search_btn:before {
    right: auto;
        left: 5px;
}
}
@media only screen and (min-width:1280px) and (max-width: 1360px) {
    .login_section {
        padding: 0;
    }

    .logindropdown a .nameuser {
        max-width: 68px;
    }
}

@media only screen and (min-width:1024px) and (max-width: 1279px) {
    .main-menu ul li a {
        font-size: var(--font-sm);
    }
    .searchpopup .searchsinglerow-close .headersearchheading, .searchpopup .input-group.searchsinglerow-close .form-control { 
        width: 92%;
    }
    
   
}

@media only screen and (min-width:901px) and (max-width: 1023px) {
    .search-hd .input-group input.form-control {
        height: 40px;
    }

    .fordesktop {
        display: none;
    }

    header .shopbagview {
        display: flex;
    }

    /*.login_section {
        width: 13%;
        display: block;
    }*/
    .phnsrchbghead {
        width: 75%;
    }
    header .formobile {
        display: none;
        top: 2px;
        left: 0%;
        justify-content: flex-end;
        padding: 0;
    }

    .shopbagview form, .shopbagview form, .shopbagview .colrecent {
        min-width: 55px;
    }

    .colwishlist {
        width: 50%;
    }

    .shopbagview form, .shopbagview form, .shopbagview form {
        width: 50%;
    }

    .phnsrchbghead {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .logo.main-menu__shape-1 {
        padding: 10px 10px;
        margin-left: 35px;
    }

    .header-container-p .logo {
        max-width: 130px;
    }

    header .badge {
        padding: 1px 3px;
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        background: #00437a;
        width: 25px;
        height: 3px;
    }

    header .wsshoptabing {
        width: 100%;
        left: 0rem;
    }

    /*.shop-badge.badge-icons {
        margin-top: 10px;
        height: 32px;
        margin-bottom: 0;
    }*/

    .shopbagview .shop-badge.badge-icons span.badge.badge-sea {
        top: -4px;
        right: 9px;
        position: absolute;
    }
}

@media only screen and (min-width:601px) and (max-width: 767px) {
    .fordesktop {
        display: none;
    }

    header .formobile {
        display: flex;
        top: 2px;
        left: 0%;
        justify-content: flex-end;
        padding: 0;
    }

    .shopbagview form, .shopbagview form, .shopbagview .colrecent {
        min-width: 55px;
        line-height: 34px;
    }

    .colwishlist {
        width: 50%;
    }

    .shopbagview form, .shopbagview form, .shopbagview form {
        width: 50%;
    }

    .phnsrchbghead {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    .logo.main-menu__shape-1 {
        padding: 10px 10px;
        margin-left: 35px;
    }

    .header-container-p .logo {
        max-width: 130px;
    }

    header .badge {
        padding: 1px 3px;
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        background: #00437a;
        width: 25px;
        height: 3px;
    }

    header .wsshoptabing {
        width: 100%;
        left: 0rem;
    }

    .logodiv {
        width: 73.333333%;
    }

    .shop-badge.badge-icons {
        margin-top: 8px;
        height: 28px;
    }
}

@media only screen and (min-width:768px) and (max-width: 900px) {
    .wsoffcanvasopener .wsmain {
        top: 50px;
    }
    .wstabitem li.wstheading {
        width: 100%;
        display: none !important;
    }
    .wsmenu-list .wsshoptabing {
        top:0px !important;
    }
    .singlerowmenu .wsmenu-list>li {
    padding: 0px 0px;
}
.maindiv-section .main-menu ul li {
    margin-left: 0;
}
    .search-hd .input-group input.form-control {
        height: 40px;
    }

    .fordesktop {
        display: none;
    }

    header .shopbagview {
        display: flex;
    }
 header .formobile {
        display: none;
        top: 2px;
        left: 0%;
        justify-content: flex-end;
        padding: 0;
    }

    .shopbagview form, .shopbagview form, .shopbagview .colrecent {
        min-width: 55px;
    }

    .colwishlist {
        width: 50%;
    }

    .shopbagview form, .shopbagview form, .shopbagview form {
        width: 50%;
    }

    .phnsrchbghead {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
      width: 75%;
    }

    .logo.main-menu__shape-1 {
        padding: 10px 10px;
        margin-left: 35px;
    }

    .header-container-p .logo {
        max-width: 130px;
    }

    header .badge {
        padding: 1px 3px;
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        background: #00437a;
        width: 25px;
        height: 3px;
    }

    header .wsshoptabing {
        width: 100%;
        left: 0rem;
    }

    .shop-badge.badge-icons {
        margin-top: 0px;
        height: 28px;
        margin-bottom: 0;
    }

    .shopbagview .shop-badge.badge-icons span.badge.badge-sea {
        top: -4px;
        right: 9px;
        position: absolute;
    }
.topbar-v3 .header-container-p {
    padding: 5px 15px;
}
}

@media only screen and (min-width:601px) and (max-width: 767px) {
    .fordesktop {
        display: none;
    }

    header .formobile {
        display: flex;
        top: 2px;
        left: 0%;
        justify-content: flex-end;
        padding: 0;
    }

    .shopbagview form, .shopbagview form, .shopbagview .colrecent {
        min-width: 55px;
        line-height: 34px;
    }

    .colwishlist {
        width: 50%;
    }

    .shopbagview form, .shopbagview form, .shopbagview form {
        width: 50%;
    }

    .phnsrchbghead {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    .logo.main-menu__shape-1 {
        padding: 10px 10px;
        margin-left: 35px;
    }

    .header-container-p .logo {
        max-width: 130px;
    }

    header .badge {
        padding: 1px 3px;
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        background: #00437a;
        width: 25px;
        height: 3px;
    }

    header .wsshoptabing {
        width: 100%;
        left: 0rem;
    }

    .logodiv {
        width: 73.333333%;
    }

    .shop-badge.badge-icons {
        margin-top: 8px;
        height: 28px;
    }
}

@media only screen and (min-width:481px) and (max-width: 767px) {
.have-fixed .phnsrchbghead {
        margin-bottom: 0px;
    }
    .sticky-menu #wsnavtoggle.animated-arrow {
        top: 6px !important;
    }
    .site-header .searchpopup .input-group .search_btn {
               right: 0;
        top: 2px;
    }
  .have-fixed .site-header .searchpopup .input-group .search_btn {
        right: 8px;
        top:0px;
    }
    .have-fixed .header-container-p .logo img {
        height:30px;
    }
    .wsoffcanvasopener .wsmain {
        top: 50px;
    }
    .wsmenu-list .wsshoptabing {
        top:0px !important;
    }
.footer-last-menu {
    display: block;
}
.searchpopup .searchsinglerow-close {
     top: 50px !important;
    }
    .have-fixed .searchpopup .searchsinglerow-close {
        top: 34px !important;
    }
.searchpopup .searchsinglerow-close .closeiconserch:before {
            top: -36px !important;
        }

    .shop-badge.badge-icons {
        margin-top: 0px;
        height: 29px;
    }

    .fordesktop {
        display: none;
    }

    header .formobile {
        display: flex;
        top: 2px;
        left: 0%;
        justify-content: flex-end;
        padding: 0;
    }

    .shopbagview form, .shopbagview form, .shopbagview .colrecent {
        min-width: 55px;
    }

    .colwishlist {
        width: 50%;
    }

    .shopbagview form, .shopbagview form, .shopbagview form {
        width: 50%;
    }
    #header-sticky .header-container-p .row.align-items-center {
    display: flex;
    justify-content: space-around;
    }
    .phnsrchbghead {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        width:25%;
    }
    .animated-arrow {
        top: 55px !important;
    }
    .maindiv-section .main-menu ul li {
         margin-left: 0;
        padding: 0px;
    }
    .logo.main-menu__shape-1 {
        padding: 8px 10px;
        margin-left: 35px;
    }
     .have-fixed .logo.main-menu__shape-1 {
        padding: 2px 10px;
    }
    .wstabitem li.wstheading {
        width: 100%;
        display: none !important;
    }
    .header-container-p .logo {
        max-width: 130px;
    }

    header .badge {
        padding: 1px 3px;
    }

    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        background: #00437a;
        width: 25px;
        height: 3px;
    }

    header .wsshoptabing {
        width: 100%;
        left: 0rem;
    }
}

@media only screen and (min-width:320px) and (max-width: 480px) {
    .topbar-v3 .login_section li a i.usericon {
    background-position: -512px -8px;
}
    .wsshoptabing {
    top: 0px !important;
}
    .right-topbar .logindropdownlist li #frmlogout a {
    padding: 5px 0px;
}
    .searchpopup .searchsinglerow-close .closeiconserch:before {
         top: -34px !important;
        right: 16px !important;
    }
    .mulimegamenubtnmain .wsoffcanvasopener .wsmain {
                padding-top: 0 !important;
        margin-top: 34px !important;
    }
    .wsoffcanvasopener .animated-arrow span{
        border: 1px solid #fff !important;
    }
    .wsoffcanvasopener .animated-arrow span{
        border: 1px solid #fff !important;
    }
   .wsoffcanvasopener .animated-arrow span:before, .wsoffcanvasopener .animated-arrow span:after {
        background: #ffffff !important;
    }
    #wsnavtoggle.animated-arrow {
        top:62px;
    }
    .wsoffcanvasopener #wsnavtoggle.animated-arrow {
        top: 8px !important;
        right: auto;
        left: 0 !important;
    }
   .sticky-menu #wsnavtoggle.animated-arrow {
    top: 6px !important;
    }
    
.topbar-v3 {
    padding: 8px 8px;
}
.wsmenu .wsmenu-list > li:last-child a {
    border: #fff;
    line-height: 24px;
    background: #ffffff;
    color: #333;
}
    .searchpopup .search_btn .btn-u {
        display: block;
    }
    .phnsrchbghead .search-hd .input-group input.form-control {
    display: none;
}
.phnsrchbghead .search-hd .input-group.searchsinglerow-close input.form-control {
    display: inline-block;
    opacity: 1;
}
    .searchpopup .input-group input.form-control {
        opacity: 1;
    }

    .searchpopup .input-group .search_btn:before, .searchpopup .input-group .search_btn:after {
        display: none;
    }

    .searchpopup .input-group form {
        left: 0;
        top: 2px;
    }

   .site-header .searchpopup .input-group .search_btn {
        right: 10px;
        left: auto;
        text-align: right;
        width: auto;
        position: absolute;
        top: -15px;
        right: 15px;
    }
    .btnheaderbox {
    display: none;
}
.header-search-area:hover .searchpopup .input-group .search_btn {
    width: auto;
}
    .search-hd.searchpopup #rs-searchsinglerow.searchsinglerow-close {
        top: -52px;
    }

    .site-header .searchpopup .input-group.searchsinglerow-close .search_btn {
        text-align: right;
        left: auto;
        right: 0;
    }

    .search_btn .btn-u {
        padding: 4px 0px;
    }

    .search-hd.searchpopup #rs-searchsinglerow.searchsinglerow-close {
        top: 34px !important;
    }

    .site-header #header-sticky .header-container-p .row {
        justify-content: space-evenly;
    }

    .shopbagview .commonbadgecol {
        min-width: auto; 
    }
    .login_section.topbaruser.shopbagview .commonbadgecol {
    margin: 0px 5px;
}
    .login_section.topbaruser.shopbagview form .commonbadgecol {
    margin: 0px 0px;
}
    /*Header Search Responsive Start*/
    .phnsrchbghead {
        position: absolute;
    }

        .phnsrchbghead #maindiv-section-navigation {
            margin-top: 0;
            padding: 0;
            margin-bottom: 0px;
            width: -webkit-fill-available;
            display: inline-block;
        }

    .search-hd #rs-searchsinglerow {
        top: 0;
        left: -5px;
    }

        .search-hd #rs-searchsinglerow.searchsinglerow-close {
            top: auto;
            position: absolute;
            bottom: 14px;
            left: 10px;
            width: 95%;
        } 

            .search-hd #rs-searchsinglerow.searchsinglerow-close form .search_btn {
                right: 38px;
            }


                    .search-hd #rs-searchsinglerow.searchsinglerow-close form .search_btn .btn-u img {
                        width: 15px;
                    }

            .search-hd #rs-searchsinglerow.searchsinglerow-close #dvAutoComplete {
                display: block;
            }

        .search-hd #rs-searchsinglerow #dvAutoComplete {
            display: none;
        }

        .search-hd #rs-searchsinglerow.searchsinglerow-close::before {
            color: #1e2260;
            content: "\f00d";
            font-family: var(--fa-style-family, "Font Awesome 6 Free");
            font-weight: var(--fa-style, 600);
            font-size: 16px;
            line-height: 24px;
            position: absolute;
            top: 0; 
            z-index: 999999;
            right: 0px;
            background: #ffffff;
            border-left: 1px solid #ccbdbd33;
            padding: 6px 6px;
            border-radius: 0;
            width: 28px;
            height: 35px;
            text-align: center;
        }

    header .shopbagview {
        margin-top: -12px;
    }
    /*Header Search Responsive End*/
   

    header .shop-badge.badge-icons {
        margin-top: -15px;
    }
    .wsmenu-click i {
        color: #fff !important;
    }

    .wsmenu-click.ws-activearrow i.wsmenu-arrow {
        margin-top: 10px;
    }

    .logindropdown a .nameuser {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 24px;
        top: 4px;
    }

    .site-header a.usericon:after {
        font-size: 24px;
        padding: 8px 6px;
    }

    .main-header .mean-container.mobile-menu a.meanmenu-reveal.meanclose {
        top: -40px !important;
    }

    .mobile-menu.mean-container .mean-nav {
        position: fixed;
        left: 0;
        box-shadow: 0px 12px 9px #dfdfdf3d;
    }

    .logindropdown:hover .logindropdownlist {
        top: 34px;
        right: -5px;
    }

       .shop-badge.badge-icons {
        margin-top: 0;
        height: 28px;
    }

    .col-compare {
        bottom: 58px;
    }

    span#SpanWishListCount {
        width: initial;
    }

    header .badge {
        padding: 1px 3px;
        font-weight: 500;
    }

    header .shopbagview {
        margin-top: 0px;
        padding-right: 0%;
        display:none;
    }

  .shopbagview .shop-badge.badge-icons span.badge.badge-sea {
        right: -8px;
        top: -4px;
    }

    .main-header .mean-container.mobile-menu a.meanmenu-reveal {
        bottom: 60px;
    }

    .shopbagview form, .shopbagview form, .shopbagview .colrecent {
        min-width: 50%;
    }

    .colwishlist {
        width: auto;
    }

    .shopbagview form, .shopbagview form, .shopbagview form {
        width: auto;
    }

    .shopbagview form, .shopbagview form, .shopbagview .colrecent, .shopbagview .colwishlist {
          min-width: auto;
        line-height: 28px;
        padding: 0px 10px;
    }

    header .shop-badge.badge-icons i {
        font-size: 18px;
    }

    .fordesktop {
        display: none;
    }

    header .formobile {
        display: flex;
        top: 0px;
        left: -1%;
        justify-content: flex-end;
        padding: 0;
        width: 33.33333333%;
    }

    .col-compare {
        bottom: 58px;
    }

    .header-v5 .col-compare .badge-open {
        bottom: 83px;
    }

    .header-container-p .logo {
        max-width: 120px;
    }
.sticky-menu .header-container-p .logo {
        max-width:115px;
    }
.sticky-menu .logo.main-menu__shape-1 {
        padding: 2px 10px; 
    }
.site-header .sticky-menu .searchpopup .input-group .search_btn {
        top: -18px;
        right: 15px;
    }
    #maindiv-section-navigation .nav-bar {
        display: none;
    }

    .wstabitem li ul {
        box-shadow: none;
        transform: translateX(100%); 
        transition: transform 400ms ease-in;
    } 

    header .wstabitem li ul.active {
        transform: translateX(0%);
    }
    .wsmenu-click { 
        display: none;
    }
    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        background: #00437a;
        width: 25px;
        height: 1px;
    }

    .animated-arrow {
        left: 5px;
        top: 17px;
    }
}

@media only screen and (min-width:320px) and (max-width: 360px) {
    .shopbagview .shop-badge.badge-icons span.badge.badge-sea {
        right: 1px;
    }
}
