@media screen and (max-width: 400px) {}

/*end 400px*/

@media screen and (max-width: 480px) {
    footer {
        padding-top: 10px;
    }
}

/*end 480px*/

@media screen and (max-width: 1200px) {
    header .nest-hub{
        order: -1;
    }
}

/*end 1200px*/

@media screen and (max-width: 991px) {
    .lostItem .card .d-flex {
        display: block !important;
    }

    .lostItem .w-40 {
        width: 100%;
    }

    .lostItem .w-60 {
        width: 100%;
    }

    .lostItem .imageWrap,
    .lostItem .card {
        border-radius: 10px 10px 0 0;
    }

    .lostItem .imageWrap img {
        height: 190px;
    }

    .login-page .login-sec .img-box img {
        display: none;
    }
}

/*end 991px*/
@media (max-width: 1024px) {
    .innerHero {
        padding-top: 230px;
    }

    .login-page .img-box img {
        display: none;
    }

    .login-page {
        /* background: url(../images/login-left1.jpg); */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 40px 0px !important;
        position: relative;
    }

    /* .login-page::before {
        content: '';
        background: #000000a8;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    } */

    .product-listing-top-banner {
        height: 360px;
    }
    .single-product-text-box{
        margin-top: 30px;
    }
    .download-app-banner .text-box .title{
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .home-banner .img-caption h1 {
        font-size: 24px;
    }
    .flex-mobile-wrap{
        flex-wrap: wrap !important;
    }

    .form-group {
        padding: 10px;
    }

    .home-banner .img-caption {
        bottom: 55px;
    }

    .lostItem .imageWrap img {
        height: 250px;
    }

    .lostItem .owl-carousel .owl-nav {
        top: -12px;
    }

    .top_btn.btn-outline-success,
    .top_btn.btn-outline-danger {
        padding: 8px 10px;
        margin: 0 3px;
        /* font-size: 14px; */
    }

    .innerHero {
        padding-top: 140px;
    }

    #deals-of-the-day .box {
        /*width: 50%;*/
    }

    header {
        padding: 15px 0px;
    }

    header .right-sec {
        margin-top: 15px;
    }

    .header-banner .left-sec .text-box .title {
        font-size: 22px !important;
    }

    .header-banner .left-sec {
        background: rgb(37 141 199 / 90%);
        border-radius: 0px 0px 0px 0px;
        padding-top: 80px;
    }

    .header-banner .left-sec .text-box {
        transform: translate(-40px, -80px);
    }

    .heading-sec p {
        font-size: 14px;
    }

    .d-none-mobile {
        display: none;
    }

    .page-title h2 {
        font-size: 30px;
    }

    .product-listing-top-banner {
        height: 450px;
        background-position: center;
    }

    .download-app-banner{
        background-image: none;
    }
    .download-app-banner .text-box {
        margin-top: 40px;
        text-align: center;
    }
}

/*end 768px*/

@media screen and (max-width: 320px) {

    .btn-fill-green {
        font-size: 14px !important;
        padding: 8px 20px !important;
    }

    .btn-fill-blue {
        font-size: 14px !important;
        padding: 8px 20px !important;
    }

    .header-banner .left-sec .text-box .title {
        font-size: 18px !important;
    }
}

/*end 600px*/



@media screen and (max-width: 767px) {
    :root {
        --main-heading-size: 25px !important;
    }

    * {
        line-height: normal;
    }

    section {
        margin: 40px 0px;
    }

    .btn-fill-green {
        font-size: 16px;
        padding: 8px 20px;
    }

    .btn-fill-blue {
        font-size: 16px;
        padding: 8px 20px;
    }


    .header-banner .left-sec {
        background: rgb(37 141 199 / 90%);
        border-radius: 0px 0px 0px 0px;
        padding-top: 80px;
    }

    .header-banner .left-sec .text-box {
        transform: translate(-40px, -80px);
    }

    .journey-banner .box {
        border: 1px solid;
        border-radius: 20px;
        margin-bottom: 30px;
        padding: 20px;
    }

    .journey-banner {
        padding: 50px 0px;
        background-position: right;
    }

    .header-banner {
        padding-top: 0px;
    }

    .product-box .img-box img {
        height: 100px;
    }

    .product-box {
        padding: 20px 10px;
    }

    .featured-poducts .filter-tab .nav-tabs .nav-link {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .featured-poducts .filter-tab .nav-tabs {
        column-gap: 10px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        height: 30px !important;
        width: 30px !important;
    }

    footer .menu-box {
        margin-top: 30px;
    }

    .journey-banner .heading-sec {
        margin-bottom: 40px;
    }

    section {
        padding: 0;
    }

    .heading-sec {
        margin-bottom: 20px;
    }

    header .cart-icon {
        position: absolute;
        right: 15px;
        top: -35px;
    }

    header {
        padding: 15px 0px !important;
    }

    .navbar-brand {
        font-size: 25px;
    }

    #menuHamburger img {
        width: 20px;
        height: 16px;
        object-fit: contain;
    }

    header .search-box select {
        font-size: 12px;
    }

    header .search-box input {
        font-size: 12px;
    }

    header .search-box {
        padding: 10px 10px;
    }

    header .search-box input::placeholder {
        font-size: 12px;
    }

    p {
        font-weight: 300 !important;
    }

    header .right-sec {
        margin-top: 0px;
    }

    .owl-dots {
        margin-top: -20px !important;
    }

    .product-box .text-box p {
        line-height: normal;
        font-size: 14px;
    }

    .logo-sec {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .product-box .text-box p {
        min-height: 40px;
    }

    .product-box .chat-btn,
    .product-box-2 .chat-btn {
        position: absolute;
        width: 90px;
        height: 90px;
        top: -40px;
        right: -35px;
        border: 1px solid;
        box-shadow: 0px 0px 10px -5px #000;
        text-align: left;
        padding-left: 20px;
        border-radius: 100px;
        padding-top: 40px;
    }
    #single-item-sec .outer #thumbs img{
        height: 50px;
    }
}





@media screen and (max-width: 991px) {

    :root {
        --main-heading-size: 35px;
    }

    .journey-banner .box {
        border: 1px solid;
        border-radius: 20px;
        margin-bottom: 30px;
        padding: 20px;
    }

    .journey-banner {
        padding: 50px 0px;
        background-position: right;
    }

    .header-banner .left-sec .text-box .title {
        font-size: 35px;
    }

    .promice-banner .box {
        border: 1px solid #fff;
        border-radius: 20px;
        margin-bottom: 25px;
        padding: 20px;
    }

    footer .menu-box {
        margin-top: 30px;
    }

    header .col-xl-4.col-md-7.col-12 {
        order: -1;
    }

    header .col-xl-3.col-md-5.col-12 {
        order: -1;
    }

    header {
        padding: 25px 15px;
    }

    header .search-box {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1199px) {
    /* .col-xl-5.col-md-12.col-12 {
        order: 1;
    } */

    .header-banner .left-sec .text-box .title {
        font-weight: 600;
        font-size: 35px;
        color: #fff;
        margin-bottom: 15px;
    }

    header .search-box {
        margin-top: 15px;
    }
}