* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #F9F9F9;
}

.NAV {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vh;
    z-index: 4;
    background-color: #fff;
}

.NAVBAR {
    background-color: white;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 1rem;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 1rem;
    background-color: #fff;

}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.navbar .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-brand {
    color: #05275B;
    font-family: Inria Serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.navbar span {
    color: #000;
    font-family: Inria Serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: -5px;
    margin-left: -15px;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.menu a {
    text-decoration: none;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 520;
    line-height: normal;
}

.dropbtn {
    width: 176px;
    height: 34px;
    flex-shrink: 0;
    background-color: #3498DB;
    color: white;
    text-align: left;
    padding: 5px 10px;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 176px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.carousel {
    margin-top: 8rem;
}

.container-flui {
    margin-top: 5.3rem;
}

.categories {
    display: flex;
    justify-content: space-between;
    padding: 10px 2rem;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    /* height: 20vh; */
    z-index: 3;
    background-color: #fff;
}

.search form input {
    width: 515px;
    border-radius: 15px;
    background: #DFF0FF;
    height: 35px;

}

.categories {
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
}

.carousel-item img {
    width: 100%;
    height: 58vh !important;
}

.Row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
}

.col {
    flex: 0 0 0%;
}

.Row .col img {
    height: 24vh;
    width: 250px;
}

@media(max-width:900px) {
    .Row {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .Row .col img {
        text-align: center;
        height: auto;
        width: 180px;
    }

    .search form input {
        width: 100%;


    }
}

@media(max-width:500px) {
    .categories {
        gap: 1rem;
        padding: 10px 1rem;
    }

    ::placeholder {
        font-size: 12px;
    }

    .carousel-item img {
        height: 20vh !important;
    }
}

#container {
    background-color: #FFF;
    border-radius: 11px;
    border: 1px solid #B3D0EB;
    width: 50%;
    margin: 0;
    padding: 0;
    padding-right: 20px;
    display: grid;
    place-items: center
}

#slider-container {
    height: 450px;
    width: 100%;
    max-width: 1800px;
    /* background: #54d5e4; */
    /* box-shadow: 5px 5px 8px gray inset; */
    position: relative;
    overflow: hidden;
    padding: 20px;
}

#slider-container .btn {
    position: absolute;
    top: calc(60% - 30px);
    height: 30px;
    width: 30px;
    border-left: 8px solid rgb(0, 0, 0);
    border-top: 8px solid rgb(0, 0, 0);
}

#slider-container .btn:hover {
    transform: scale(1.2);
}

#slider-container .btn.inactive {
    border-color: rgb(153, 121, 126)
}

#slider-container .btn:first-of-type {
    transform: rotate(-45deg);
    left: 10px
}

#slider-container .btn:last-of-type {
    transform: rotate(135deg);
    right: 5px;
}

#slider-container #slider {
    display: flex;
    width: 1000%;
    height: 100%;
    transition: all .5s;
}

#slider-container #slider .slide {
    padding: .8rem 0;
    border-radius: 12px;
    border: 1px solid #B3D0EB;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
    /* width: 220px; */
    margin: auto 10px;
    background-color: #ffffff;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .08), -2px -2px 4px 2px rgba(0, 0, 0, .08);
    display: grid;
    place-items: center;
}

#slider-container #slider .slide span {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 15px;
}

@media only screen and (min-width: 1100px) {

    #slider-container #slider .slide {
        width: calc(3.1% - 28px);
    }

}

@media only screen and (max-width: 1100px) {

    #slider-container #slider .slide {
        width: calc(3.3333333% - 20px);
    }

}

@media only screen and (max-width: 900px) {

    #slider-container #slider .slide {
        width: calc(5% - 20px);
    }

}

@media only screen and (max-width: 550px) {

    #slider-container #slider .slide {
        width: calc(10% - 20px);
    }

}

#slider-container #slider .slide img {
    width: 120px;
    height: 180px;
}

.slide .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.content span:nth-child(1) {
    color: #005382;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.content span {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media(max-width:1400px) {
    .content span:nth-child(1) {
        font-size: 15px !important;
    }

    .content span {
        font-size: 15px;
    }
}

.recentlyviewed {
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.tips {
    background-color: #FFF;
    width: 50%;
}

label {
    color: #000;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.recentlyviewed .tips {
    height: 60vh;
    border-radius: 11px;
    border: 1px solid #B3D0EB;
    padding: 1rem;
}

.recentlyviewed .tips .col {
    display: flex;
    justify-content: flex-start;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 10px;
    padding: .6rem;
    border-radius: 11px;
    border: 1px solid #B3D0EB;

}

.recentlyviewed .tips .col div span {
    color: #005382;
    font-family: Inter;
    font-size: 16.5px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.recentlyviewed .tips .col div p {
    text-align: justify;
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.recentlyviewed .tips .col div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.recentlyviewed .tips .col img {
    width: 100px;
    height: 80px;
}

.Category-section {
    padding: 10px;
}

.Category-section .category-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Category-section .category-1 img {
    width: 100px;
    border-radius: 57.5px;
    height: 100px;
}

.Category-section .Category {
    flex-wrap: wrap;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    justify-content: flex-start;
}

.coupons {
    border-radius: 15px;
    padding: 1rem;
    border: 1px solid #B3D0EB;
    border-radius: 15px;
    border: 1px solid #B3D0EB;
    background: #FFF;
}

.offer1 {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: flex-start;
}

.offer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 361px;
    height: 183px;
    border-radius: 23px;
    border: 1px solid #B3D0EB;
    background: #FFF;
}

.flatoffer {
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flatoffer span:nth-child(1) {
    text-align: center;
    padding: 8px 0;
    width: 157px;
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 38px;
    background: linear-gradient(0deg, #1782E6 0%, #1782E6 100%), linear-gradient(0deg, #1782E6 0%, #1782E6 100%), #1782E6;

}

.flatoffer span:nth-child(2) {
    padding: 8px 0;
    color: #F2A42E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    width: 157px;
    height: 38px;
    border: 1px solid #1782E6;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(0deg, #1782E6 0%, #1782E6 100%), #1782E6;
}

.text-center {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    text-align: justify !important;
    padding: 10px 15px;
    font-weight: 400;
    line-height: normal;
}

.offer .storename {
    color: #005382;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

a {
    text-decoration: none !important;
}

.sponsered {
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 15px;
    border: 1px solid #B3D0EB;
    background: #FFF;
}

.sponsercards {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.sponsercards .sponserd1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.sponserd1 p {
    color: #005382;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sponserd1 img {
    width: 190px;
    height: 156px;
}

.grocery {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 15px;
    border: 1px solid #B3D0EB;
    background: #FFF;
}

.groceryimages {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.groceryimages .grocery1 img {
    width: 280px;
    height: 190px;

}

.strike {
    text-decoration: line-through;
}

.posts {
    margin-top: 1rem;
}

.ap {
    border-radius: 15px;
    border: 1px solid #B3D0EB;
    background: #FFF;
}

.availabelpost {
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.Slide {
    min-width: 196px;
    width: 200px;
    min-height: 300px;
    height: auto;
    padding: 2rem 0rem 1rem 0rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #B3D0EB;
    background: #FFF;
}

.Slide img {
    width: 150px;
    height: 162px;

}

@media(max-width:1400px) {
    .Slide {

        min-width: 180px;
        width: 160px;

    }

    .Slide img {
        width: 120px;
        height: 135px;

    }
}

.querysection {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem;
}

.querysection .q1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.help {
    padding: 1rem 0 10px 0;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #1C3481;
}

.help span {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

footer {
    padding: 1rem;
    background: #000067;
}

footer .ourapps {
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.ourapps span {
    color: #FFF;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fieldcategory {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.fieldcategory span,
a {
    /* padding: 5px; */
    text-align: justify;
    color: #3498db; /* rgba(179, 208, 235, 0.64); */
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ROw .COL {
    gap: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.COL p {
    color: #6AC9FF;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.COL a {
    text-align: left;
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ROw {
    display: flex;
    gap: 2rem;
    padding: 0px 3rem;
    justify-content: space-between;
    align-items: flex-start;
}

.links {
    display: flex;
}

@media(max-width:1368px) {
    .Row .col img {
        height: 24vh;
        width: 200px;
    }

    .section3 #img-card {

        min-width: 180px !important;
        width: 160px !important;
    }

}

.section3 .fa-angle-double-right,
.section3 .fa-angle-double-left {
    margin-top: 11% !important;
}

.recentlyviewed .tips .col div span {
    font-size: 15px;
}

.recentlyviewed .tips .col div p {
    font-size: 14.1px;
}


/* grocery category */
.Favourite {
    border: 1px solid rgba(69, 69, 69, 0.15);
}

.sidebar {
    width: 259px;
    position: sticky;
    top: 20.3%; /* 18% */
    height: 100vh;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, .15);
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
}

.sidebar .feild {
    color: #000;
    height: 7vh;
    font-family: Inter;
    font-size: 18px;
    padding-top: 13px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #ADD6FB;
}

.menu-parent {
    background:
        #ffffff;
    color:
        #000000;
    text-align: left;
}

.menu-parent.style1 {
    margin-top: 1.2rem;
    color: black;
    /* background: #1e7cdc; */
}

.menu-parent.style2 {
    background: #f77528;
}

.menu-parent.style3 {
    background: #50bd0b;
}

.menu-parent * {
    margin: 0;
    padding: 0;
}

.menu-parent li {
    list-style: none;
}

.menu-parent ul ul {
    display: none;
}

.menu-parent li.active>ul {
    display: block;
}

.menu-parent>ul>li>a {
    position: relative;
    display: block;
    /* background: #003040; */
    /* background: linear-gradient(#003040, #002535); */
    padding: 0 15px;
    font-size: 16px;
    line-height: 3;
    color: #05275B;
    text-decoration: none;
}

.menu-parent>ul>li>a .fa {
    margin-right: 8px;
}

.menu-parent ul ul li a {
    color: #1782E6;
    text-decoration: none;
    font-size: 14px;
    font-weight: 450;
    line-height: 2.5;
    display: block;
    padding: 0 30px;
    position: relative;
}

.menu-parent ul ul li a:hover {
    background: #1782E6;
    color: #fff;
}

.menu-parent ul ul ul {
    background: rgba(0, 0, 0, .1);
    padding: 0;
}

.menu-parent a:not(:only-child):after {
    position: absolute;
    right: 20px;
    content: "\f0da";
    top: -1px;
    font-size: 17px;
    font-family: FontAwesome;
}

.menu-parent .active>a:not(:only-child):after {
    content: "\f0d7";
    top: -1px;
    font-size: 17px;
    font-family: FontAwesome;
}

.Grocery {
    /* border-radius: 15px; */
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 80.5vw;
    min-height: 100vh !important;
    height: auto !important;
    /* padding-bottom: 2rem; */
    padding: 1.5rem;

    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

@media(max-width:1400px) {
    .menu-parent>ul>li>a {
        padding: 0 0px;
        font-size: 14px;
    }

    .sidebar .feild {
        font-size: 16px;
    }

    .menu-parent ul ul li a {

        font-size: 14px;
        line-height: 3;
        padding: 0 10px;

    }

    .menu-parent a:not(:only-child):after {
        right: 10px;
    }

    .Grocery {
        height: auto !important;
    }
}

.Grocery img {
    width: 100%;
    height: 43vh;
}

.container-flui {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-start;
}

.listofitems {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* padding: 0px 3rem; */
    /* margin: 1.5rem; */
    width: 300px;
    height: 99px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #81b2df;
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.listofitems img {
    width: 78px !important;
    height: 75px !important;
    flex-shrink: 0;
}

.listofitems div p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.listofitems div p:nth-child(2) {
    margin-top: 10px;
    color: #F2A42E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.listoffieldcategories {
    padding: 2rem 0px;
    /* margin: 1.5rem; */
}

.fieldcategories {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.specialoffers {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.specialoffers img {
    width: 250px !important;
    height: 150px !important;

}

.Listofitems {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.Listofitems .item1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Listofitems .item1 img {
    width: 114px;
    height: 114px;
    flex-shrink: 0;
}

.Listofitems .item1 span {
    color: #005382;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.listoffieldcategories input {
    border-left: white 1px solid;
    border-top: 1px solid white;
    border-right: 1px solid white;
    width: 628px;
    padding: 10px;
    border-bottom: 1px solid #6AC9FF;
    /* background: #6AC9FF; */
    /* height: 1px; */
    /* flex-shrink: 0; */
}

.listoffieldcategories input:focus,
.listoffieldcategories input:hover {
    border-left: white 1px solid;
    border-top: 1px solid white;
    border-right: 1px solid white;
    width: 628px;
    padding: 10px;
    border-bottom: 1px solid #6AC9FF;

}

.listoffieldcategories .dropbtn {
    background-color: #6AC9FF;
    color: white;
    width: 141px;
    height: 35px;
    flex-shrink: 0;
    /* padding: 16px; */
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.listoffieldcategories .dropdown {
    position: relative;
    display: inline-block;
}

.listoffieldcategories .dropdown-content {
    display: none;
    position: absolute;
    background-color: #6AC9FF;
    min-width: 141px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.listoffieldcategories .dropdown-content a {
    color: #1477B0;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.listoffieldcategories .dropdown-content a:hover {
    background-color: #f1f1f1
}

.listoffieldcategories .dropdown:hover .dropdown-content {
    display: block;
}

.listoffieldcategories .dropdown:hover .dropbtn {
    background-color: #6AC9FF;
}

.categoryitems {
    display: flex;
    /* margin-left: -180px; */
    justify-content: center;
    align-items: center;
}

.categoryitems a {
    color: #052E6C;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pepsi {
    padding: 1rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.product {
    width: 214px;
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .9rem;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #B3D0EB;
    background: #FFF;
}

.product img {
    width: 180px;
    height: 150px;
}

.product span {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product span:nth-child(2) {
    font-size: 16px !important;
}

.product .btn-warning {
    width: 84px;
    color: #FFF;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 31px;
    border-radius: 4px;
    background: #F2A42E;
    border: none;
}

.productimage {
    width: 45%;
}

.productimage img {
    width: 100%;
    height: 70vh;
}

.productdetail {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.productdetail p:nth-child(1) {
    color: #1782E6;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.productdetail p:nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


@media(max-width:1400px) {
    .product {
        width: 190px;
    }

    .Grocery {
        padding: 1rem !important;
    }

    .product span:nth-child(3) {
        font-size: 14px !important;
    }
}


.directions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
}

.ML {
    display: flex;
    gap: 1rem;
}

.ML span {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px;
    width: 116px;
    text-align: center;
    background: #ADD6FB;
}

.cost {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.cost p:nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cost p:nth-child(2) {
    color: rgba(0, 0, 0, 0.49);
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    text-decoration: line-through;
    line-height: normal;
}

.addtocart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.addtocart button:nth-child(1) {
    width: 200px;
    height: 40px;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 6px;
    background: #033887;
    border: none;
}

.addtocart .button {
    width: 255px;
    height: 40px;
    border-radius: 6px;
    background: #F2A42E !important;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}

.description {
    padding: 1rem;
}

.description hr {
    background: #73afe7;
    height: 3px;
}

.description p:nth-child(1) {
    color: #1C3481;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: justify;
}

.description p:nth-child(2) {
    color: #888383;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: justify;
}

.comment {
    padding: 1rem;
}

.checked {
    color: orange;
}

.fa-star {
    font-size: 30px;
}

textarea {
    width: 50% !important;
}

.submit {
    width: 128px;
    height: 50px;
    border-radius: 8px;
    background: #1782E6;
    border: none;
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.comment form {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.allcomments {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 1.2rem;
}

.ALLComments {
    margin: 0 .9rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 13px;
    border: 1px solid #6AC9FF;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.ALLComments p:nth-child(1) {
    color: #1782E6;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ALLComments span:nth-child(1) {
    color: #F2A42E;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.allcomments p:nth-child(1) {
    color: #3c9bf3;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.allcomments span:nth-child(2) {
    color: #F2A42E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.allcomments img {
    width: 20px;
    height: 20px;

}

.allcomments p:nth-child(2) {
    margin-top: -10px;
}

.likes {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.likes span:nth-child(1) {
    color: #1782E6;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.likes span:nth-child(2) {
    color: #F2A42E;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.relatedproducts {
    padding: 1rem;
    color: #000;
    font-family: Inter;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #FFF;
    margin: 1rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.relatedproducts .products {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.Coupons .offer1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.Offer .flatoffer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.Offer {
    border: 1px solid #B3D0EB;
    background: #FFF;
    width: 100%;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    padding: 1rem;
}

.Offer span:nth-child(2) {
    color: #1782E6;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Offer span:nth-child(3) {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.view {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-info {
    width: 87px;
    height: 36px;
    border-radius: 7px;
    background: #1782E6;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Off {
    color: #F2A42E !important;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.banner img {
    width: 100%;
    height: 60vh;
    margin-top: 2.5rem;
    object-fit: cover;
}

.shopdetails {
    display: flex;
    gap: 1rem;
    padding: 1rem;

}

.shopdetails div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;

}

.shopdetails div span:nth-child(1) {
    color: #1477B0;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.shopdetails div span:nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.favourites {
    display: flex;
    gap: 1rem;
    padding: 1rem;
}

.favourites span:nth-child(3) {
    color: #FF1741;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.favourites span:nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.Grocerydetails {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 2rem;
    padding: 1rem;
}

.share div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.share div:nth-child(2) a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.share div:nth-child(1) span {
    color: #F2A42E;
    font-family: Inter;
    font-size: 21px;
    font-weight: 500;
}

.share div:nth-child(2) span {
    color: #1782E6;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.video h5 {
    color: #1477B0;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.watchourvideo {
    display: flex;
    gap: 1rem;
}

.video {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 2.5rem;
    border: 2px solid #DFF0FF;
    border-radius: 16px;
    background: #FFF;
}

.videoImage {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.videoImage .videoimg {
    width: 300px;
    position: relative;
    border-radius: 15px;
}

.videoImage a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.product {
    position: relative;
}

.fa-heart:hover,
.fa-heart:focus {
    color: rgb(238, 5, 5);
}

.fa-heart {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    fill: red;
    font-size: 25px;

    color: rgb(161, 158, 158);

}

@media(max-width:1400px) {
    .VIDEO #img-card {
        min-width: 327px !important;
        width: 160px !important;
    }

    .VIDEO :is(.fa-angle-double-left),
    .GALLERY :is(.fa-angle-double-left) {
        margin-top: 6% !important;
    }

    .VIDEO :is(.fa-angle-double-right),
    .GALLERY :is(.fa-angle-double-right) {
        margin-top: 6% !important;
    }

    .GALLERY :is(#img-card) {
        min-width: 300px !important;
        width: 160px !important;
    }

    .OURSPECIAL :is(#img-card) {
        min-width: 297px !important;
        width: 160px !important;
    }

    .OURSPECIAL :is(.fa-angle-double-left) {
        margin-top: 6% !important;
    }


    .OURSPECIAL :is(.fa-angle-double-right) {
        margin-top: 6% !important;
    }

    .pepsi {
        gap: 1rem;
    }

    .product span:nth-child(2) {
        font-size: 15px !important;
    }

    .product img {
        width: 150px;
        height: 130px;
    }

    .product .btn-warning {
        font-size: 15px;
    }

    .container-flui {
        margin-top: 8rem;
    }

}

.services {
    display: flex;
    gap: 1px;
    margin-top: 1rem;
}

.services .itemslist {
    width: 50%;
    display: flex;
    padding: 1.2rem;
    gap: 1.4rem;
    min-height: 30vh;
    height: auto;
    border-radius: 9px;
    background-color: #fff;
    border: 3px solid #DFF0FF;

}

.services .timings {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    width: 50%;
    min-height: 30vh;
    height: auto;
    border-radius: 9px;
    background-color: #fff;
    border: 3px solid #DFF0FF;
}

.services .itemslist .box1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 150px;
    border-radius: 9px;
    background: #169C00;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.services .itemslist .box2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 150px;
    border-radius: 9px;
    background: #1782E6;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.services .timings p:nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.services .timings p:nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.services .timings p:nth-child(3) {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.services .timings span {
    color: #169C00;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.announcement {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.announcement .anounce {
    width: 50%;
    min-height: 40vh;
    height: 55vh;
    background-color: #fff;
    border-radius: 9px;
    padding: 1rem;
    background-color: #fff;
    border: 3px solid #DFF0FF;
}

.anounce p {
    text-align: justify;
}

.announcement .adress {
    padding: 1rem;
    width: 50%;
    min-height: 40vh;
    height: 55vh;
    background-color: #fff;
    border-radius: 9px;
    background-color: #fff;
    border: 3px solid #DFF0FF;
}

.adress iframe {
    width: 100%;
    min-height: 19vh;
    height: auto;
}

.adress .socialmedia img {
    width: 45px;
    height: 45px;

}

@media(max-width:1400px) {

    .services .itemslist .box2,
    .services .itemslist .box1 {
        width: 280px;
        height: 200px;
    }

    .services .timings p:nth-child(1) {

        font-size: 20px;
    }

    .services .timings p:nth-child(3) {

        font-size: 20px;
    }

    .services .timings span {

        font-size: 20px;
    }

    .services .timings p:nth-child(2) {
        font-size: 19px;
    }

    .adress .socialmedia img {
        width: 35px;
        height: 35px;

    }
}

.groceryimages .grocery1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.groceryimages .grocery1 span {
    color: #1477B0;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.groceryimages .grocery1 span:last-child {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

::placeholder {
    color: #B3D0EB !important;

}

/* sidebar */

.header-title {
    background-color: #303F9F;
    color: #fff;
    height: 3rem;
    margin-bottom: 3rem;
    box-shadow: 0 .25rem .25rem rgba(0, 0, 0, 0.4);
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
}

main {
    transition: transform .7s ease-in-out;
    color: #fff;
}

h4 {
    color: #303F9F;
}

.move-to-left {
    transform: translateX(-400px);
}

.move-to-left-partly {
    transform: translateX(-200px);
}

.Sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0rem;
    z-index: 1;
    right: -400px;
    /* border: 1px solid rgba(73, 234, 242, 0.9); */
    background-color: #FFF;
    box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.4);
    transition: transform .7s ease-in-out;
}

.container-liner {
    margin-top: 1rem;
    margin-left: 1rem;
}

.sidebar-tab {
    height: 100%;
    width: 1.5rem;
    position: fixed;
    top: 1rem;
    z-index: 1;
    right: -5px;
    /* background-color: #FFF; */
    /* box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.5); */
    transition: transform .7s ease-in-out;
}

#sidebar-tab-text {
    width: 250px;
}

.sidebarclose {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebarclose img {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.sidemenulinks {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
}

.sidemenulinks a {
    color: #1477B0;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.vertical-text {
    transform: rotate(90deg);
    transform-origin: left 2rem;
    vertical-align: middle;
}

.arrow {
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    width: 32px;
    height: 32px;
    z-index: 1;
}

.arrow:after,
.arrow:before {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    transition: all 0.25s ease-in-out;
    border-radius: 10px;
    background: #042a7c;
    width: 16px;
    height: 3.2px;
    top: 14.4px;
}

.arrow:after {
    transform: rotate(44deg);
    left: 3.2px;
}

.arrow:before {
    right: 3.2px;
    transform: rotate(-44deg);
}

.arrow.active:after {
    transform: rotate(-44deg);
}

.arrow.active:before {
    transform: rotate(44deg);
}


.btn.btn-primary {
    background-color: #F50057;
    border-color: #F50057;
}

.jobcategories {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 0rem;

}

.jobcategories .job1 img {
    width: 157.019px;
    height: 142px;

}

.jobcategories .job1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;

}

.jobcategories .job1 div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.jobcategories .job1 div span:nth-child(1) {
    color: #1782E6;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.jobcategories .job1 div span {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.viewbutton {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
    min-width: 30%;
    width: auto;
    padding: 1rem;
    border: 2px solid rgb(221, 232, 254);
    border-radius: 5px;
    margin-bottom: 10px;
    /* box-shadow: 2px 2px 3px rgba(0, 0, 0,.1); */

}

.viewbutton button {
    width: 87px;
    height: 36px;
    border-radius: 7px;
    background: #1782E6;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}

.jobdescription {
    padding: 1rem 2.5rem 0px 2.5rem;
}

.jobdescription .line {
    width: 100%;
    height: 2px;
    background: #B3D0EB;
}

.Favourite .div:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #D1E7FC80;
    width: 80vw;
    padding: 10px;
}

.Favourite div:nth-child(1) h3 {
    color: #000;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;

}

.Store1 {
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .6rem;
}

.storedetails {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;

}

.storedetails p:nth-child(1) {
    color: #1782E6;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.storedetails .review .rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.storedetails .review .rating p {
    color: #F2A42E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.storedetails .review {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}

.storedetails .review p {
    color: #A8A5A5;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p {
    margin-bottom: 3px;
}

.review p span {
    color: #169C00;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.storedetails p:nth-child(3) {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Store1 .storeimg {
    width: 175px;
    height: 170px
}

.storedetails p:nth-child(4),
.storedetails p:nth-last-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Slide {
    position: relative;
}

.favouritelove {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3rem;
}

.favouritelove .flove {
    width: 45px;
    height: 45px;
    margin-top: 1rem;

}

.favproduct {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    padding: 1rem;
    flex-wrap: wrap;
}

.product1 {
    width: 220px;
    min-height: 45vh;
    height: auto;
    position: relative;
    padding: 2.8rem 1rem 1rem 1rem;
    border-radius: 12px;
    border: 1px solid #B3D0EB;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.product1 img:nth-child(1) {
    width: 150px;
    height: 150px;

}

.prodetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.prodetails p:nth-child(1) {
    color: #005382;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.prodetails p:nth-child(2) {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media(max-width:1400px) {
    .product1 {
        width: 200px;
    }

    .product1 img:nth-child(1) {
        width: 150px;
        height: 150px;

    }

    .prodetails p:nth-child(1) {
        color: #005382;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .prodetails p:nth-child(2) {
        color: #000;
        font-family: Inter;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

}

.product1 div .price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.product1 div .price p:nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product1 div .price p:nth-child(2) {
    color: rgba(0, 0, 0, 0.49);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.profav {
    position: absolute;
    top: 5px;
    right: 5px;
}

.editprofile {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #C6EBFF;
    height: 35vh;
    width: 100%;
}

.profileform {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.profile {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.profiledetails {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
}

.profiledetails p {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.profiledetails a {

    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.profile img {
    width: 170px;
    border-radius: 50%;
    height: 170px;
}

.w3-container {
    width: 81vw;
}

@media(max-width:1400px) {
    .w3-container {
        width: 80vw;
    }
}

.w3-black {
    background: #C6EBFF !important;
    color: #1477B0 !important;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.w3-container,
.w3-panel {
    padding: 10px 0px !important;
}

.w3-red,
.w3-hover-red:hover {
    /* padding:1px  2rem!important; */
    border: 1px solid #8195d7 !important;
    background: #FFF !important;
    color: #1477B0 !important;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.w3-bar-item {
    margin: 5px;
    margin-left: 10px;
    width: 30% !important;
    height: 55px;
    flex-shrink: 0;
    padding: 10px 20px;
}

.w3-button:hover {
    /* border: 1px solid #1C3481 !important; */
    background: #FFF !important;
    color: #1477B0 !important;
}

#London h4,
#Paris h4,
#Tokyo h4 {
    color: #1782E6;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#London p:nth-child(1),
#Paris p:nth-child(1),
#Tokyo p:nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.totalamount {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}

.totalamount p:nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.totalamount p:nth-child(2) {
    color: #169C00;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Order1 {
    padding: 1rem;
    margin: 0px 10px;
    border: 1px solid #6AC9FF;
    background: #FFF;
}

.orderdetails {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px;
}

.orderdetails .Box1,
.Box2 {
    width: 250px;
    height: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #A9C9E7;
    background: #FFF;
    justify-content: center;
    align-items: center;
}

.orderdetails .Box1 p:nth-child(1),
.orderdetails>.Box2>p:nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.orderdetails .Box1 p:nth-child(2) {
    color: #1782E6 !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.orderdetails>.Box2>p:nth-child(2) {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

table {
    width: 100%;
    margin-top: 1rem;
    background-color: #fff;
}

table thead {
    border-bottom: none !important;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2) !important;
    background: #C3E7FB !important;
}

.table>:not(caption)>*>* {
    padding: 1rem 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

th img {
    width: 70px;
    height: 70px;
}

.thh {
    width: 18% !important;
}

td,
th {
    border: 1px solid rgba(0, 0, 0, .2);
    text-align: center;
}

td {
    transform: translateY(20px);
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.table>:not(caption)>*>* {
    padding: 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.shippingdetails {
    height: 7.5vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #1782E6;
    background: #FFF;
    /* padding: 1rem; */
}

.shippingdetails p {
    color: #000;
    font-family: Inter;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ShippingAddress p {
    color: #000;
    width: 50%;
    font-family: Inter;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ShippingAddress {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ShippingAddress .Table {
    background-color: transparent;
    border: none !important;
    width: 40% !important;
}

.ShippingAddress .Table th,
.Table td {
    border: none;
    font-size: 15px;
    text-align: left;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ShippingAddress .Table td {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transform: translateY(0px);
    text-align: left;
}

.storynote {
    padding: 1rem;
}

.storynote .form-control {
    width: 100% !important;
    border-radius: 7px;
    border: 1px solid #1782E6;
    background: #FAFAFA;
}

.trackinginfo {
    padding: 1rem 3rem;
}

.trackinginfo .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #27CA0D;
}

.confirmed {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    align-items: flex-start;
}

.sline {
    /* min-width: 190px; */
    width: 100px;
    height: 5px;
    background-color: #27CA0D;

}

.packed {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.Circle1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.confirmed p {
    margin-left: -5px;
    color: #169C00 !important;
    font-family: Inter;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    margin-top: 5px;
    line-height: normal;
}

.deliverypartner {

    width: 240px;
    height: 85px;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    border: 1px solid #1782E6;
    background: #FFF;
}

.deliverypartner img {
    width: 50px;

}

.deliverypartner div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.deliverypartner a {
    color: #1477B0 !important;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.deliverypartner div p:nth-child(1) {
    color: #000;
    font-family: Inter;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500;
    margin-left: 5px !important;
    line-height: normal;
}

.DP>.form-label {
    transform: translateX(-60px) !important;
}

.DP {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 5px;
    margin: auto !important;
    margin-right: 50px !important;
}

.businessdetails {
    margin: 1rem;
    border-radius: 5px;
    padding: 1rem;
    border: 1px solid #6AC9FF61;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.businessdetails p:nth-child(1) {
    color: #1782E6 !important;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.businessdetails img {
    width: 50px;
    height: 50px;
}

.businessdetails p:nth-child(2) {
    color: #000 !important;
    font-family: Inter;
    font-size: 16px;
    margin-top: 5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.mybasket {
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 10vh;
    background: rgba(106, 201, 255, 0.38);
}

.mybasket p {
    min-width: 200px;
    height: 50px;
    padding: 12px 50px;
    border: 1px solid #1782E6;
    background: #FFF;
    color: #033887;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.quantity button {
    border: none;
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F2A42E;
}

.itemName {
    margin-top: -15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 13px;
}

.itemName div:nth-child(2) p {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-width: 50px;
    width: auto;
    padding: 5px 10px;
    background: rgba(179, 208, 235, 0.64);
}

.pricedetails p:nth-child(1) {
    color: #000000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pricedetails p:nth-child(2) {
    color: #A8A5A5;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.applycoupon .form-control {
    background-color: transparent !important;
    border: none !important;
    height: 65px !important;
}

.couponsection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.couponsection a {
    color: #F2A42E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.couponsection label {
    margin-bottom: 10px;
}

.usecoupons {
    width: 70%;
    display: flex;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column;
    gap: 5px;
}

.applycoupon {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 65px;
    align-items: center;
    /* border: 1px solid #1782E6; */
    background: rgba(206, 232, 255, 0.64);
}

.applycoupon input {
    padding-left: 20px;
    font-size: 22px !important;
}

.applycoupon .btn-primary {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 10px;
    padding: 11px;
    width: 200px;
    border: none;
    background: #1782E6 !important;
    height: 45px !important;
    flex-shrink: 0;
}

.changeaddress {
    margin: auto;
    margin-right: 0 !important;
    color: #1782E6;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Checkout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 12px;
    background: #F2A42E;
    display: flex;
    margin: auto !important;
    margin-right: 15px !important;
    width: 300px;
    height: 70px;
    margin-bottom: 1rem !important;

}

.Checkout img {
    width: 70px;
    height: 70px;
}

.Checkout p {
    color: #000;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.CARTPage {
    min-height: 100vh !important;
    height: auto !important;
}

@media(max-width:1400px) {
    .jobcategories .job1 img {
        width: 119.019px;
        height: 113px;
    }
}

@media(max-width:1050px) {

    .services .itemslist .box2,
    .services .itemslist .box1 {
        width: 180px;
        height: 160px;

    }
}

.AboutSection {
    display: flex;
    justify-content: flex-start;
    gap: 1.5rem;
    padding: 10px;
    align-items: center;
}

.AboutSection img {
    min-width: 50%;
    width: 100%;
    min-height: 40vh;

}

.members {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.member1 img {
    width: 25vw;
    height: 70vh;
}

.member1 .content h4 {
    color: #000000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.member1 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.member1 .content p {
    color: #005382;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.followus {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.followus p {
    color: #000 !important;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.followus img {
    width: 35px;
    height: 35px;
}

.connectus {
    width: 50%;

}

.connectus p {
    text-align: justify;
}

.contactus {
    display: flex;
    gap: 1rem;
}

.contactus .address {
    width: 100%;
}

.messageus {
    width: 50%;
    display: flex;
    flex-direction: column;

}

.contactdetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactdetails .mail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
    width: 50%;
}

.contactdetails .phonenumbers {
    width: 45%;
    margin-top: 2rem;
    padding: 10px;
    display: flex;
    box-shadow: 0px 2px 2px 0px rgb(206, 203, 203);
    flex-direction: column;
    justify-content: flex-end;
    /* border: 1px solid rgba(0, 0, 0, .1); */
    align-items: flex-end;
    gap: 10px;
}

.number1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.number1 a {
    color: rgb(19, 169, 233);
    font-size: 15px !important;
}

.number1 p {
    text-align: right !important;
    font-weight: 600;
    font-size: 16px !important;
}


@media(max-width:950px) {
    .fieldcategories {
        flex-wrap: wrap;
    }

    .productimage img {
        width: 100%;
        height: 35vh;
    }

    .Grocery img {
        /* width: 100%; */

        height: 30vh;
    }

    .banner img {
        height: 30vh;
    }

    .hh {
        gap: 2rem !important;
    }
}

@media(max-width:850px) {


    .services .itemslist .box2,
    .services .itemslist .box1 {
        width: 130px;
        height: 120px;

    }

    .recentlyviewed {
        flex-direction: column;

    }

    .tips {
        width: 100%;
    }

    .carousel-item img {
        width: 100%;
        height: 40vh !important;
    }

    .ROw {
        padding: 0px 1rem;

    }

    .fieldcategory {
        padding: 0px 1rem;

    }

    .fieldcategory span,
    .fieldcategory a {
        padding: 0;

    }

    .querysection {
        flex-wrap: wrap;

    }

    .categoryitems {
        flex-wrap: wrap;
    }

    .viewbutton {
        justify-content: space-between;
        gap: 0;
        width: 100%;
    }

    .listoffieldcategories div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .listoffieldcategories input {
        width: 100%;
    }

    .listoffieldcategories input:focus,
    .listoffieldcategories input:hover {
        border-left: white 1px solid;
        border-top: 1px solid white;
        border-right: 1px solid white;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #6AC9FF;
    }

    .AboutSection {
        flex-direction: column;
    }

    .member1 img {
        height: 30vh;
    }

    .followus img {
        width: 35px !important;
        height: 35px !important;
    }
}


@media(max-width:600px) {

    iframe,
    .messageus,
    .contactdetails .phonenumbers {
        width: 100% !important;
    }

    .contactus,
    .contactdetails {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .connectus {
        width: 100%;
    }

    .member1 img {
        width: 41vw;

    }

    .member1 .content h4 {
        font-size: 16px;

    }

    .member1 .content p {
        font-size: 14px;
    }

    .followus img {
        width: 20px !important;
        height: 20px !important;
    }

    .Grocerydetails {
        padding: 0px;
    }

    .share {
        gap: 10px;
        padding-top: 10px;
    }

    .share div:nth-child(2) span,
    .shopdetails div span:nth-child(2) {

        font-size: 16px;
    }

    .video {
        gap: 10px;
    }

    .services .itemslist,
    .services .timings {
        min-height: 25vh;
    }

    .services .timings p:nth-child(1),
    .services .timings span {
        font-size: 16px !important;
    }

    .services .timings p:nth-child(2),
    .services .timings p:nth-child(3) {
        font-size: 16px !important;
    }

    .services {
        flex-direction: column;
    }

    .services .itemslist {
        width: 100%;
    }

    .services .timings {
        width: 100%;
    }

    .services .itemslist .box2,
    .services .itemslist .box1 {
        width: 150px;
        height: 130px;
    }

    .OURSPECIAL :is(#img-card) {
        width: 200px !important;
    }

    .announcement {
        flex-direction: column;
    }

    .announcement .anounce,
    .announcement .adress {
        width: 100%;
        height: auto !important;
    }

    .VIDEO #img-card {
        width: 200px !important;
    }

    .Listofitems .item1 {
        min-width: 150px;
        width: 100%;
        min-height: 150px;
        border: #73afe7 1px solid;
    }

    .Listofitems .item1 span {
        font-size: 15px;
    }

    .Listofitems .item1 img {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
    }

    .product img {
        width: 100px !important;
        height: 100px !important;
    }

    .product span {
        text-align: center !important;
        font-size: 14px;
    }

    .categoryitems a {
        font-size: 15px;
        margin: 5px 10px;
    }

    .listofitems {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .listofitems div {
        flex-direction: column;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .specialoffers img {
        width: 175px !important;
        height: 150px !important;
    }

    .Grocery img {
        /* width: 100%; */
        height: 20vh;
    }

    .listofitems {
        width: 85vw !important;
        display: flex !important;
        justify-content: space-evenly !important;
        align-items: center !important;
    }

    .product {
        width: 171px;
        min-height: 305px;
        height: auto;
    }

    textarea.form-control {
        width: 100% !important;
    }

    .submit {
        font-size: 16px;
    }

    .productimage {
        width: 100%;
    }

    .productimage img {
        width: 100%;
        height: 300px;
        object-fit: fill !important;
    }

    .share div:nth-child(1) span {
        font-size: 14px;
        font-weight: 500;
    }

    .shopdetails {
        padding: 1rem 0px;
    }

    .jobdescription {
        padding: 1rem;
    }

    .banner img {
        width: 100%;
        height: 19vh;
        margin-top: 1rem;
        object-fit: cover;
    }

    .jobcategories .job1 div span {
        font-size: 16px;
    }

    .listoffieldcategories {
        padding: 0rem 0 10px 0px;
        /* margin: 1.5rem; */
    }

    .container-flui {
        margin-top: 6rem !important;
    }

    .jobcategories .job1 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 2rem;
    }

    .viewbutton a {
        margin: auto !important;
        margin-right: 0 !important;
    }

    .Grocery {
        width: 100%;
        margin: 10px;
    }

    .fieldcategory .Grocery {
        width: 100vw;
        margin: 10px;
    }

    .sidebar {
        display: none;
    }

    .viewbutton {
        flex-direction: column;
        justify-content: space-between;
        /* align-items: flex-end; */
    }

    .categoryitems {
        flex-wrap: wrap;
    }

    .categories {
        padding: 5px 1rem 4px 1rem;
        top: 57px;
        height: 6vh;
    }

    .navbar,
    .container-fluid {
        padding: 0rem;
    }

    .menu {
        padding-bottom: 10px;
        width: 100%;
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        gap: 9px;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, .5);
    }

    .profav {
        width: 25px;
    }

    .product1 img:nth-child(1) {
        width: 130px;
        height: 130px;
    }

    .navbar .logo {
        padding-left: 10px;
    }

    .nav-item {
        padding-left: 10px;
    }

    .navbar-toggler-icon {
        margin-left: -40px !important;
    }

    .menu a {
        font-weight: 700;
        font-size: 14px;
    }

    .navbar-nav {
        border-bottom: 1px solid #B3D0EB;
        justify-content: flex-start;
        align-items: flex-start;
        background-color: #fff;
    }

    .ROw {
        flex-direction: column;
        gap: 1rem;
        padding: 0;
    }

    .querysection {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        background-color: #f5f5f5;
        gap: 6px;
        padding: 6px 0rem;
    }

    .Slide {
        min-width: 188px;
    }

    .availabelpost {
        padding: 12px;
        gap: 10px;
    }

    footer .ourapps span {
        display: none;
    }

    footer .ourapps {
        padding: 1rem 0;
        justify-content: space-between;
        align-items: center;
    }

    footer .ourapps img {
        width: 150px;
    }

    .help span {
        font-size: 12px;
    }

    .help {
        padding: 10px;
    }

    .fieldcategory {
        padding: 0;
    }

    .recentlyviewed .tips .col div p {
        font-size: 11.1px;
    }

    .Category-section .category-1 img {
        width: 65px;
        border-radius: 57.5px;
        height: 65px;
    }

    .w3-container {
        width: 100% !important;
    }

    .w3-bar-item {
        font-size: 15px !important;
        width: 28% !important;
    }

    #London p:nth-child(1),
    #Paris p:nth-child(1),
    #Tokyo p:nth-child(1),
    #London h4,
    #Paris h4,
    #Tokyo h4 {
        font-size: 14px !important;
    }

    .totalamount p:nth-child(2) {
        font-size: 16px;
    }

    .Order1 {
        margin: 0 5px;
    }

    .ShippingAddress {
        flex-direction: column;
    }

    .ShippingAddress p {
        width: 100%;
    }

    .ShippingAddress .Table {
        width: 100% !important;
    }

    .sline {
        width: 80px;
    }

    th img {
        width: 50px;
        height: 50px;
    }

    thead th {
        padding: 5px 3px !important;
        font-size: 14px;
    }

    tbody td {
        font-size: 14px !important;
    }

    .orderdetails .Box1,
    .Box2 {
        width: 193px;
    }

    .orderdetails .Box1 p:nth-child(2) {
        font-size: 14px;
    }

    .orderdetails>.Box2>p:nth-child(2) {
        font-size: 14px;
    }

    .businessdetails {
        width: 90%;
    }

    .businessdetails p:nth-child(2) {
        font-size: 14px;
    }

    .shippingdetails p {
        font-size: 14px !important;
    }

    .confirmed p {
        margin-left: -15px;
    }

    .address {
        width: 99vw;
    }

    .address p:nth-child(1) {
        font-size: 15px !important;
    }

    .address a {
        font-size: 15px !important;
    }

    .homeaddress p {
        font-size: 15px !important;
    }

    input[type='radio'] {
        accent-color: blue;
        width: 30px !important;

        height: 25px !important;
    }

    .container-flui .address {

        justify-content: flex-start;
        align-items: flex-start;
        min-height: 50vh !important;
        height: 80vh;
        width: 99vw !important;
    }

    .address .form {
        width: 100% !important;
    }


}

@media(max-width:500px) {

    .profile img {

        width: 100px;
        height: 100px;
    }

    .profiledetails p {
        font-size: 16px;
    }

    .profiledetails a {
        font-size: 16px;
    }

    .editprofile {
        height: 20vh;
    }

    .profileform {
        gap: 1rem;
        justify-content: flex-start;
        align-items: flex-start;
        /* padding: 0px .5rem; */
    }

    .Store1 {
        padding: 1rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.6rem;
        flex-direction: column;
    }

    .storedetails p:nth-child(4),
    .storedetails p:nth-last-child(1) {
        font-size: 15px;
        text-align: left;
        line-height: 21px;
    }

    .Store1 .storeimg {
        width: 100%;
        height: 200px;
    }

    .favouritelove .flove {
        width: 30px;
        height: 30px;
        margin-top: 1rem;
        margin-right: 10px;
    }

    .Favourite .div:nth-child(1) {
        width: 100%;
    }

    .favouritelove {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1rem;
    }

    .addtocart button:nth-child(1) {
        width: 180px;
        font-size: 16px;
    }


    .Grocery {
        border: none;
        box-shadow: none;
        margin: 0;
    }

    .flatoffer span:nth-child(1) {
        width: 110px;
        font-size: 16px;
    }

    .flatoffer span:nth-child(2) {
        width: 110px;
        font-size: 16px;
    }

    .Offer span:nth-child(2) {
        color: #1782E6 !important;
        font-size: 16px;
        padding-bottom: 10px;
    }

    .Offer span:nth-child(3) {
        text-align: justify;
        line-height: 20px;
        font-size: 13px;
    }

    .btn-info {
        width: 70px;
        height: 34px;
        font-size: 16px;

    }

    .carousel-item img {
        width: 100%;
        height: 20vh !important;
    }

    .Category-section .Category {
        flex-wrap: wrap;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .category-1 p {
        font-size: 14px;
        font-weight: 400 !important;
    }

    .grocery {
        padding: 10px 0;
    }

    label {
        font-size: 16px;
        font-weight: 700;
    }

    .product1 {
        padding: 10px;
        width: 190px;
        min-height: 35vh;
        height: auto;
    }

    .prodetails p:nth-child(1) {
        text-align: left;
    }

    .prodetails p:nth-child(2) {

        text-align: left;

    }

}

@media(max-width:400px) {
    .text-center {
        font-size: 15px;
    }
    .offer {
        width: 340px;
    }

    .section3 #img-card {
        min-width: 160px !important
    }

    .Freshposts #img-card {
        padding: 10px;

    }

    .section3 #img-card p {
        font-size: 14px;

    }

    .Slide {
        min-width: 165px !important
    }

    .addtocart button:nth-child(1) {
        width: 160px;
    }

    .product1 img:nth-child(1) {
        width: 130px;
        height: 130px;
    }

    .product1 {
        width: 167px;
    }

    .prodetails p:nth-child(1),
    .prodetails p:nth-child(2) {
        text-align: center;
        font-size: 14px;
    }

    .grocery1 img {
        width: 150px !important;
        height: 130px !important;
    }

    .shopdetails div {
        padding-left: 10px;
    }

    .orderdetails .Box1,
    .Box2 {
        width: 170px;
    }

    .sline {
        width: 68px;
    }

    label {
        font-size: 15px;
    }

    .section3 #img-card h3 {
        font-size: 14px !important;
    }

    .profav {
        width: 25px;
    }

    .menu {
        flex-wrap: wrap;
        gap: 10px;
    }

    .menu a {
        font-size: 13.5px;
    }

    .Freshposts #img-card {
        padding: 10px !important;
    }

    .Freshposts #img-card img {
        height: 150px !important;
    }

    .section3 #img-card p {
        overflow: hidden;
    }

    .member1 img {
        height: 25vh;
    }

    .COL a {
        font-size: 15px;
    }

    .container-fluid p {
        /* padding: 13px; */
        font-size: 14px;
        line-height: 23px;
        text-align: justify;
    }

}

@media(max-width:385px) {
    .jobcategories .job1 div span {
        font-size: 16px;
    }

    .jobcategories .job1 {
        gap: .5rem;
    }

    .querysection {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 1rem;
    }
}

.contactusmain .querysection{border-top: 1px solid rgba(0,0,0,.2); margin-top: 1rem;}

label.error { color: red; font-size: small;}

@media(min-width:1180px) {
    .jobcategories .job1 div span:nth-child(1) {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 204px;
    }
}

.imground{
    border-radius: 15px;
}