@media (max-width: 1399px) {
    .product-two-slider.custom-arrow .slick-arrow.prev {
        left: 0;
    }
    .product-two-slider.custom-arrow .slick-arrow.next {
        right: 0;
    }

    
}

@media (max-width: 1290px) {
    body {
        overflow-x: hidden;
    }
}

@media (min-width: 1200px) {
    .navbar-toggler-custom,
    li.user-dropdown-item,
    .header-search-popup-close,
    .header-menu-list .dropdown-login-menu.show {
        display: none;
    }
    .header-menu-list li {
        display: flex;
    }
    .header .main-menu li .sub-menu {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }
    .header .main-menu>li:last-child>.sub-menu {
        left: unset;
        right: 0;
    }
    .user-name-dropdown i {
        color: #fff;
        margin-right: 5px;
    }
    .post-card__content {
        min-height: 200px;
    }
}

@media (max-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .feature-product-slider.custom-arrow .slick-arrow { position: absolute; top: auto; bottom: -50px; left: auto; right: 0; width: 50px; height: 50px; background-color: #11BEF0; border-radius: 50%; display: -ms-flexbox; display: flex; align-items: center; align-content: center; justify-content: center; color: #fff !important; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
    .feature-product-slider.custom-arrow .slick-arrow:hover { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); background-color: #fff; color: #11BEF0 !important; }
    .feature-product-slider.custom-arrow .slick-arrow svg { width: 20px; height: auto; }
    .feature-product-slider.custom-arrow .slick-arrow.prev { right: auto; left: 50%; transform: translateX(-50%); margin-left: -30px; }
    .feature-product-slider.custom-arrow .slick-arrow.next { right: auto; left: 50%; transform: translateX(-50%); margin: 0; margin-left: 30px; }
    .feature-product-slider.custom-arrow { margin-top: 0; margin-bottom: 50px; }
}

@media (max-width: 1024px) {
    .header .main-menu li a {
        padding-right: 20px;
    }

    .hero {
        padding: 100px 0;
    }

    .custom--nav-tabs .nav-item .nav-link {
        padding: 8px 15px;
    }

    .more-gap {
        row-gap: 1rem!important;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .product-details-sidebar .nice-select {
        padding: 0 15px 0 0;
    }
    .product-price-form #product-price {
        font-size: 18px;
    }
    .product-details-sidebar .nice-select span.current {
        font-size: 14px;
    }

    .user-nav-tabs .nav-item .nav-link {
        padding: 11px 22px;
    }
}

@media (min-width: 992px) {
    /* header css  */
    .header .main-menu li .sub-menu {
        background-color: #ffffff;
        padding: 10px 0;
        -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #e5e5e5;
    }
    .header .main-menu li+li {
        margin-left: 20px;
    }
    .close-search {
        display: none;
    }
    .navbar-toggler-custom {
        display: none;
    }
    
}

@media (max-width: 992px) {
    /* @media (max-width: 1199px) { */
    *[class*="table-responsive--"].data-label--none tr th,
    *[class*="table-responsive--"].data-label--none tr td {
        padding-left: .75rem;
    }
    .user-nav-tabs .nav-item .nav-link {
        /* padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem; */
		padding:0.8rem;
    }
    #user-dropdown-mobile {
        cursor: pointer;
    }
    .dropdown-login-menu {
        min-width: 6rem;
    }
    
    .navbar-toggler-custom .navbar-toggler {
        font-size: 24px;
        color: #1f3667;
        padding-top: 2px;
    }
    .header__top .site-logo {
        padding-left: 15px;
    }
    .footer-logo {
        padding-left: 0;
    }
    /* .header__bottom {
        background-color: #001d4a !important;
    } */
    .header .main-menu li.menu_has_children::after {
        display: none;
    }
    .header .main-menu li.menu_has_children>a::before {
        display: block;
        top: 9px;
    }
    .header .main-menu li a {
        color: #ffffff;
        padding: 10px 0;
        font-weight: 500;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .header .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
    }
    .header .nav-right {
        margin-left: 0;
    }
    /* .navbar-collapse {
        background-color: #001d4a;
        padding-bottom: 15px;
    } */
    .menu-toggle {
        color: #ffffff;
    }
    .menu-toggle:before,
    .menu-toggle:after {
        background-color: #ffffff;
    }
    span.menu-toggle:hover {
        color: #ffffff;
    }
    .user-dekstop {
        display: none;
    }
    .menu-cart-btn {
        margin-right: 10px;
    }
    /* .single-info {
        padding: 20px;
        justify-content: center;
    }
    .single-info__content {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    } */
    .header .main-menu li .sub-menu li a {
        color: rgba(255, 255, 255, 0.8);
        padding-left: 10px;
        border-bottom: none;
        font-size: 13px;
        font-weight: 400;
    }
    .header .nav-right .header-top-search-area {
        position: fixed;
        z-index: 99;
        width: 100% !important;
        height: 100%;
        top: 0;
        left: 0;
        height: 100%;
        background: rgba(30, 54, 103, 1);
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header .nav-right .header-top-search-area.open {
        top: 0;
    }
    .header-search-popup-close {
        position: absolute;
        right: 15px;
        top: 10px;
        color: #fff;
    }
    .header-search-popup-close i {
        color: #fff !important;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    /* .navbar-toggler-custom .navbar-toggler[aria-expanded="false"] .la-bars,
    .navbar-toggler-custom .navbar-toggler[aria-expanded="false"] .la-times {
        display: none;
    }
    .navbar-toggler-custom .navbar-toggler[aria-expanded="true"] .la-bars,
    .navbar-toggler-custom .navbar-toggler[aria-expanded="true"] .la-times {
        display: block;
    } */

    .footer-middle-menu-wrapper > .row > [class^="col-"] {
        width: 33.33%;
    }
    .payment-block .payment-card {
        flex: 1 1 calc(33.33% - (1rem * 4) );
    }
    .header .site-logo img {
        width: 220px;
    }
    
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* home page -> best author section css  */
    .author-inner-wrapper {
        padding: 80px 40px;
    }
}

@media (min-width: 991px) {
    /* list page css (search result section css start) */
    .action-sidebar-close,
    .action-sidebar-open {
        display: none;
    }
    .action-widget.top-widget {
        margin-bottom: 20px;
    }
    .accordion {
        border: 1px solid rgba(133, 153, 171, 0.2);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        background-color: #fff;
    }
    /* header css  */
    
}

@media (max-width: 991px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    /* comman css  */
    .pb-100 {
        padding-bottom: 50px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pt-50 {
        padding-top: 25px;
    }
    .pb-50 {
        padding-bottom: 25px;
    }
    /* cookie wrapper css  */
    .cookie__wrapper p {
        font-size: 12px;
    }
    /* home page -> best selling section css  */
    .selling-inner-content {
        padding: 30px 0;
        text-align: center;
    }
    /* home page -> our features product section  */
    .features-wrapper .features-inner {
        text-align: center;
    }
    /* list page css (search result section css start) */
    .action-sidebar {
        width: 350px;
        position: fixed;
        top: 0;
        left: -105%;
        z-index: 4;
        max-width: 100%;
        box-shadow: -1px 0px 3px 0px rgba(179, 179, 179, 0.20);
        -webkit-box-shadow: -1px 0px 3px 0px rgba(179, 179, 179, 0.20);
        -moz-box-shadow: -1px 0px 3px 0px rgba(179, 179, 179, 0.20);
        max-height: 100%;
        overflow: auto;
        background-color: #ffffff;
        min-height: 100vh;
    }
    .navbar-toggler-custom {
        /* position: absolute;
        width: 35px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
		z-index: 6; */
        display: inline-block;
        vertical-align: middle;
    }
    #ms-form .back-drop {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 3;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }
    #ms-form:has(.action-sidebar.active) .back-drop {
        opacity: 1;
        visibility: visible;
    }
    .action-sidebar.active {
        left: 0;
    }
    .action-sidebar-close {
        display: inline-block;
        padding: 8px 10px;
    }
    .clear-all {
        margin-right: 10px;
    }
    .action-topbar {
        background-color: #f5f5f5;
        padding: 20px;
    }
    /* footer css  */
    .footer-top-info-wrapper .pay-btn-ul {
        margin-top: 5px;
    }
    .footer-top-info-wrapper .btn--base {
        font-size: 13px;
        padding: 10px 16px;
    }
    .footer-widget__title {
        margin-bottom: 10px;
    }
    /* h2 {
        font-size: 36px;
    } */
	/*
    .user-header-status .left {
        width: 100%;
        padding-right: 0;
    }
	.user-header-status .right {
        margin-top: 0.625rem;
    }
	*/
    .user-profile-content {
        padding-left: 32px;
        padding-right: 32px;
    }
    .user-profile-header {
        padding: 20px;
    }
    .caption-list li .caption {
        width: 100px;
    }
    .caption-list li {
        padding-bottom: 10px;
    }
    .profile-thumb {
        margin: 0 auto;
    }
    .product-profile-thumb .productPicPreview {
        height: 150px;
    }
    .user-profile-content {
        margin-top: -70px;
    }
    /* ul.caption-list {
        margin-top: 15px;
    } */
    .form-group-profile label {
        font-size: 14px;
    }
    .caption-list li .value {
        font-size: 0.9rem;
    }
    .caption-list li .caption {
        font-size: 0.9rem;
    }
    .btn.confirm-btn {
        min-width: 200px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .payment-title {
        font-size: 24px;
    }
    .withdraw-card__body .thumb {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }
    .table-responsive--md thead {
        display: none;
    }
    .table-responsive--md tbody tr:nth-child(even) {
        background-color: #afb1b50d;
    }
    .table-responsive--md tr th,
    .table-responsive--md tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
        min-height: 42px;
		word-break: break-word;
    }
    .table-responsive--md [data-label]::before {
        display: block;
    }
    .map-area iframe {
        height: 400px;
    }
    .single-info__content p {
        font-size: 14px;
    }
    .sidebar {
        padding-left: 0;
        margin-top: 50px;
    }
    .support-box {
        margin-bottom: 25px;
        padding: 1.25rem;
    }



    /* Contact css  */
    .single-info {
        padding: 10px 0 10px 0;
    }
    /* dashborad css  */
    .custom--table tbody td div.d-flex.align-items-center {
        justify-content: end !important;
    }


}

@media (min-width: 768px) {
    /* footer css  */
    .short-link-list li+li {
        margin-top: 8px;
    }
    /* home page -> newest items section  */
    .newest-product .tab-content {
        margin: 50px auto;
    }
    /* search any keyword result page (list view design)  */
    .list-view .card-view {
        width: 100% !important;
    }
    .list-view .product-card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px !important;
    }
    .list-view .product-card__thumb {
        width: 30%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .list-view .product-card__content {
        width: 70%;
        padding: 0 0 0 15px;
    }
    .list-view .product-card .product-card__btn-area a {
        width: auto;
        padding: 10px 25px;
    }
    /* search page -> listview / grid view icon css  */
    .list-grid-view li+li {
        margin-left: 10px;
    }
    .list-grid-view li a {
        color: #1e3667;
    }
    .list-grid-view li i {
        font-size: 26px;
    }
    /* list page css (search result section css start) */
    .sidebar-top-filter .custom--nav-tabs .nav-item+.nav-item {
        margin-left: 5px;
    }
    /* product details page css */
    .product-details-top ul.product-details-meta li:not(:last-child) {
        margin-right: 30px;
    }
}

@media (max-width: 830px) {
	.user-nav-tabs .nav-item {
        width: 21%;
        text-align: center;
    }
}

@media (max-width: 767px) {	
    /* preloader css  */
    .preloader .preloader-container,
    .preloader .preloader-container .animated-preloader,
    .preloader .preloader-container .animated-preloader:before,
    .preloader .preloader-container .animated-preloader:after {
        width: 60px;
        height: 60px;
    }
    /* comman css  */
    .section-header {
        margin-bottom: 15px;
    }
    .section-header h2.section-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 5px;
    }
    .best-selling-product-slider .product-card,
    .feature-product-slider .product-card {
        margin-bottom: 5px;
    }
    /* slik slider custom arrow css  */
    .custom-arrow {
        margin-top: auto;
    }
    .custom-arrow .slick-arrow {
        top: 98%;
        left: 50%;
        transform: translateX(-50%);
    }
    .custom-arrow .slick-arrow.prev {
        margin: 0 -20px;
    }
    .custom-arrow .slick-arrow.next {
        margin: 0 20px;
    }
    /* slik slider custom dots css  */
    .custom-dots .slick-dots {
        margin-top: -10px;
    }
    /* footer css  */
    .footer-top-subscribe,
    .footer-top-info-wrapper,
    .footer-middle-menu-wrapper {
        padding: 15px 0;
    }
    .footer-top-info-wrapper .footer-logo {
        margin: 15px auto;
        display: block;
        width: 100%;
        max-width: 225px;
        text-align: center;
    }
    .footer-top-info-wrapper .row [class^="col-"] {
        width: 100%;
        align-items: center;
        justify-content: center !important;
    }
    .footer-news {
        text-align: center;
    }
    .footer-top-info-wrapper .row [class^="col-"] .more-gap {
        width: 100%;
        align-items: center;
    }
    .footer-top-info-wrapper .row [class^="col-"] + [class^="col-"] {
        margin-top: 10px;
    }
    .footer-top-info-wrapper .header-menu-list li a {
        padding: 5px;
    }
    .footer-middle-menu-wrapper > .row > [class^="col-"] {
        width: 50%;
    }
    
    /* home page -> banner css  */
    .hero {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .hero__title {
        font-size: 28px;
        line-height: 32px;
    }
    /* category srection css  */
    .category-wrapper {
        padding-bottom: 60px;
    }
    .category-item {
        padding: 20px 15px 20px 15px;
    }
    .category-item__content {
        margin-top: 5px;
    }
    .category-item .category-item__content h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .category-item .category-item__icon {
        margin-top: 15px;
    }
    /* home page -> newest items section  */
    .newest-product .tab-content {
        margin: 15px auto;
    }
    .custom--nav-tabs .nav-item {
        /* margin: 3px; */
        padding: 0;
    }
    .custom--nav-tabs .nav-item .nav-link {
        padding: 8px 12px;
        font-size: 14px;
    }
    /* home page -> author section css  */
    .author-inner-wrapper {
        padding: 30px 15px;
        border-radius: 15px;
    }
    /* subscription form css  */
    .subscribe-section {
        padding: 25px 0;
    }
    .best-selling-product-slider.custom-arrow .slick-arrow {
        width: 40px;
        height: 40px;
    }
   
    .best-selling-product-slider.custom-arrow .slick-arrow svg {
        width: 16px;
    }

    .feature-product-slider.custom-arrow .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .feature-product-slider.custom-arrow .slick-arrow svg {
        width: 16px;
    }

    .testimonial-card__top {
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 15px;
    }
    .testimonial-card__top .quart-block i svg {
        width: 44px;
        height: auto;
    }

    .payment-block .payment-card {
        flex: 1 1 180px;
    }
    /* list page css (search result section css start) */
    .tab-to-dropdown {
        width: 160px;
        position: relative;
        background-color: #ffffff;
        border-radius: 5px;
        border: 1px solid #e5e5e5;
        padding: 5px 10px;
        z-index: 3;
    }
    .tab-to-dropdown::after {
        position: absolute;
        right: 10px;
        content: "\f107";
        top: 50%;
        transform: translateY(-50%);
        font-family: 'Line Awesome Free';
        font-weight: 900;
    }
    .tab-to-dropdown .custom--nav-tabs {
        position: absolute;
        background-color: #fff;
        z-index: 3;
        top: 39px;
        padding: 0 10px;
        width: 100%;
        left: 0;
        border: 1px solid #e8e8e8 !important;
        box-shadow: -1px 0px 3px 0px rgb(179 179 179 / 20%);
        -webkit-box-shadow: -1px 0px 3px 0px rgb(179 179 179 / 20%);
        -moz-box-shadow: -1px 0px 3px 0px rgba(179, 179, 179, 0.20);
        border-radius: 0.313rem;
        -webkit-border-radius: 0.313rem;
    }
    .sidebar-top-filter .tab-to-dropdown .custom--nav-tabs .nav-item .nav-link {
        padding: 5px;
        background-color: transparent;
        color: #1e3667 !important;
    }
    .sidebar-top-filter .tab-to-dropdown .custom--nav-tabs .nav-item:hover .nav-link {
        color: #11BEF0 !important;
    }
    .mt_60 {
        margin-top: -67px;
    }
    /* product details page css */
    .product-details-top ul.product-details-meta li:not(:last-child) {
        margin-right: 15px;
    }
    .product-thumb-slider-area .product-details-thumb .tending-badge-two {
        clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 0% 50%, 0 2%);
        -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 0% 50%, 0 2%);
        padding-right: 15px;
    }
    .product-thumb-slider-area .product-details-thumb .tending-badge-two span.caption {
        display: none;
    }
    .product-details-top .product-details-title {
        font-size: 20px;
        line-height: normal;
    }
    .product-more-details .product-details-content .custom--nav-tabs.nav-tabs {
        justify-content: center !important;
    }
    .product-more-details .product-details-content .custom--nav-tabs.nav-tabs .nav-item .nav-link {
        padding: 6px 12px;
        font-size: 14px;
    }
    .product-widget p,
    .product-widget a.text-base {
        font-size: 15px;
    }
    .info-icon,
    .product-widget p i {
        font-size: 18px;
        margin-right: 3px !important;
    }
    .product-widget-tags a {
        padding: 3px 5px;
        word-break: break-all;
        font-size: 14px;
        margin: 0px 5px 5px 0;
    }
    /*  privacy / terms and condition / support / help / refund page css */
    .conent_details_page h1,
    .conent_details_page h2,
    .conent_details_page h3,
    .conent_details_page h4,
    .conent_details_page h5,
    .conent_details_page h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .conent_details_page ol {
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .conent_details_page ol li:not(:last-child) {
        margin-bottom: 10px;
    }
    /* innerpage banner css  */
    .inner-page-hero {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
   /*  .user-nav-tabs .nav-item {
        width: 25%;
        text-align: center;
    } */
    #myChart {
        max-width: 100%;
    }
    .user-sidebar .user-widget {
        padding: 15px;
    }
    .order-summary {
        margin-bottom: 24px;
    }
    .single-cart__thumb {
        width: 50%;
        order: 1;
    }
    .single-cart__content {
        width: 100%;
        padding: 0;
        order: 3;
        margin-top: 10px;
    }
    .single-cart__price {
        width: 50%;
        order: 2;
    }
    .cart-page-title {
        font-size: 20px;
    }
    .table-responsive--sm thead {
        display: none;
    }
    .table-responsive--sm tbody tr:nth-child(even) {
        background-color: #afb1b50d;
    }
    .table-responsive--sm tr th,
    .table-responsive--sm tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    }
    .table-responsive--sm [data-label]::before {
        display: block;
    }
    .user-nav-tabs .nav-tabs {
        border-radius: 10px;
        padding: 15px;
    }
    .user-page-title {
        font-size: 22px;
    }
    .header .nav-right .header-top-search-area .header-search-form {
        width: 100%;
    }
    .navbar-collapse {
        overflow: auto;
    }
    .sidebar .widget+.widget {
        margin-top: 30px;
    }
    /* dashboard header css  */
    .user-header-status {
        margin-top: 20px;
    }
    .header .site-logo img {
        width: 109px !important; 
    }
    .btn-large {
        padding: 14px 18px;
        font-size: 12px;
    }
	.d-widget__icon{
		width:60px;
		height:60px;
	}
	.d-widget__icon i{
		font-size:2rem;
	}
	.withdraw-card__header .content .title{
		font-size:18px;
	}
	.withdraw-info-list li{
		font-size:13px;
	}

    .contact-form-wrap {
        padding: 20px;
        border-radius: 0 20px 0 20px;
    }

    .single-reply {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-reply .left {
        width: 100%;
    }
    .single-reply .right {
        width: 100%;
        padding: 15px 0 0 0;
        border: none;
    }
}

@media (max-width: 640px) {    
	.user-nav-tabs .nav-item .nav-link{
		padding:10px;
	}
	.footer-top-info-wrapper .row div.col-sm-auto{
		
		width:100%;
	}
}

@media (min-width: 575px) {
    /* footer css  */
    .amount-listing {
        flex-direction: column;
    }
    .amount-listing li+li {
        margin-top: 50px;
    }	
}

@media (max-width: 575px) {
    /* product box css  */
    .product-card .product-card__btn-area a {
        width: 100%;
        /* margin-bottom: 10px; */
    }
    /* home page -> author section css  */
    .section-header h2.section-title {
        text-align: center;
    }
    /* product details page css */
    .product-details-top {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    /* header css  */
    .header-menu-list .user-login-regi-item {
        display: none;
    }
    .header-menu-list .dropdown-menu {
        margin-top: 10px !important;
        padding: 5px 0;
    }
    .user-name-dropdown .name {
        display: none;
    }
    .user-header-status {
        flex-wrap: wrap;
    }
    /* added css ==== */
    h2 {
        font-size: 28px;
    }
    .user-wrapper .content {
        width: calc(100% - 60px);
        padding-left: 0.9375rem;
    }
    .user-wrapper .name {
        font-size: 1rem;
    }
    .user-wrapper .thumb {
        width: 60px;
        height: 60px;
    }
    .user-wrapper .content .name {
        font-size: 22px;
    }
    .user-wrapper .content .member-since {
        font-size: 14px;
    }
    /* .user-header-status .left {
        width: 70%;
        text-align: left;
        padding: 0 0.625rem;
    }
    .user-header-status .right {
        width: 30%;
        text-align: left;
        margin-top: 0;
        padding: 0 0.625rem;
    } */
    .single-cart__title {
        font-size: 15px;
    }
    .custom--table .product .content .title a {
        font-size: 0.875rem;
    }
    .user-profile-header .content {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .dashboard-area .tab-content-area {
        padding: 1.875rem;
    }
    .menu-cart-btn {
        margin-left: 5px;
    }
    .header-top-right-menu i {
        font-size: 26px;
        line-height: normal;
    }
    .withdraw-form {
        padding: 30px;
    }
    .header .nav-right .header-top-search-area {
        right: -70px;
        width: 300px;
    }
    blockquote {
        padding: 30px 40px;
        font-size: 16px;
    }
    .user-sidebar .user-widget{
        max-height: auto;
		min-height:140px;
    }
	/* .profile-thumb,
	.profile-thumb .profilePicPreview {
		width:120px;
		height:120px;
	} */
	.user-profile-content{
		margin:0;
		padding:0;
	}
	
	/* label and code for css  */
	label,
	code{
		line-height:normal;
		margin-bottom:3px;		
	}
	label{
		font-size:14px;
	}
	code{
		font-size:0.675rem;
		width:100%;
	}
	/* dashboard page menu listing css  */
	.user-nav-tabs .nav-item {
        width: 50%;
    }
	.logo-bg,
	.single-review__top,
	.single-review p{
		padding:10px;
	}
	.border-box{
		padding:15px;
		margin-top:15px;
	}
	.product-widget-info{
		padding:10px 0
	}
	.product-widget-info .title{
		font-size:16px;
		margin-bottom: 5px !important;
	}
	.faq-section .accordion .accordion-button,
	.faq-section .accordion .accordion-body{
		padding:8px;
	}	
    .footer-middle-menu-wrapper > .row > [class^="col-"] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    /* home page -> banner section css  */
    .hero-search-form {
        padding: 5px 15px;
    }
    /* product details page css */
    .product-more-details .product-details-meta .btn--group .btn-large {
        padding: 9px 18px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .product-more-details .product-details-meta .btn--group .btn-large i {
        display: none;
    }
    .withdraw-card__body .thumb {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .withdraw-card__body .right-content .withdraw-info-list {
        display: block;
    }
    .withdraw-info-list li {
        font-size: 13px;
    }
    .withdraw-card__body .right-check-box {
        width: 20px;
    }
    .payment-preview .list li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .btn.confirm-btn {
        min-width: 200px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .payment-title {
        font-size: 22px;
    }
    .custom--table .product {
        justify-content: flex-end;
    }
    .custom--table .product .thumb {
        width: 70px;
    }
    .custom--table .product .content {
        width: 100%;
        padding-left: 0;
        text-align: right;
        margin-top: 0.625rem;
    }
    .dashboard-area .tab-content-area {
        padding: 1.25rem;
    }
    /* footer css  */
    /* .footer-top-info-wrapper .pay-btn-ul li {
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer-top-info-wrapper .pay-btn-ul li+li {
        margin-top: 10px;
    } */
    .footer-top-info-wrapper .btn--base {
        font-size: 12px;
        padding: 10px 12px;
    }
    /* dashboard  page css  */
    .user-nav-tabs .nav-item .nav-link.active{
        padding: 10px;
    }
	.deposit_row .col-6{
		width:100%;
	}
}

@media (max-width: 420px) {
	.product-more-details .product-details-content .custom--nav-tabs.nav-tabs .nav-item .nav-link{
		padding: 6px;
		font-size: 13px;
		line-height:normal;
		/* border-radius: 10px; */
	}
	h2 {
		font-size: 22px;
	}
	.product-price-form #product-price{
		font-size : 18px;
	}	
}

@media (max-width: 380px) {
    .product-card__btn-area .cart-btn {
        width: 100%;
    }
    .product-card__btn-area .cart-btn+.cart-btn {
        margin-top: 10px;
    }
    .user-header-status{
        flex-direction: column;
		align-items: flex-start;
    }	
	.user-header-status .right{
		align-items:flex-start;
	}
	.custom--nav-tabs .nav-item .nav-link{
		font-size:13px;
		padding:8px 10px;
	}
	.caption-list li{
		flex-direction:column;
		align-items:flex-start;
	}
	.caption-list li span.ms-2{
		margin:2px 0 0 0px !important;
	}
}

@media (max-width: 360px) {
    /* home page -> author section css  */
    .logo-bg {
        margin-bottom: 10px;
    }
    /* subscribe section css */
    .subscribe-form {
        flex-direction: column;
    }
    .subscribe-form input,
    .subscribe-form .subs {
        width: 100%;
        border-radius: 30px !important;
    }
    .subscribe-form .subs {
        height: 50px;
        margin-top: 10px;
    }
}