:root {
    --bs-body-line-height: 1.5;
}

*, ::after, ::before {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
}

    *::-webkit-scrollbar-thumb {
        background-image: linear-gradient(45deg, #148fa6, #20488d);
        border-radius: 10px;
        border: 3px solid #ffffff;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar {
        width: 12px;
    }

body {
    line-height: var(--bs-body-line-height);
    font-family: 'Archivo', sans-serif;
    overflow-x: hidden;
}

.card {
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2, h2 {
        font-size: 2rem
    }
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3, h3 {
        font-size: 1.75rem
    }
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4, h4 {
        font-size: 1.5rem
    }
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.container, .container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }

    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }

    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.d-flex {
    display: flex !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-center {
    align-items: center !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1, .pb-1 {
    margin-bottom: .25rem !important
}

.mb-2, .pb-2 {
    margin-bottom: .5rem !important
}

.mb-3, .pb-3 {
    margin-bottom: 1rem !important
}

.mb-4, .pb-4 {
    margin-bottom: 1.5rem !important
}

.p-0, .m-0 {
    padding: 0 !important
}

.p-1, .m-1 {
    padding: .25rem !important
}

.p-2, .m-2 {
    padding: .5rem !important
}

.p-3, .m-3 {
    padding: 1rem !important
}

.p-4, .m-4 {
    padding: 1.5rem !important
}

.p-5, .m-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1, .mx-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2, .mx-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3, .mx-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4, .mx-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5, .mx-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1, .my-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2, .my-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3, .my-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4, .my-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5, .my-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1, .mt-1 {
    padding-top: .25rem !important
}

.pt-2, .mt-2 {
    padding-top: .5rem !important
}

.pt-3, .mt-3 {
    padding-top: 1rem !important
}

.pt-4, .mt-4 {
    padding-top: 1.5rem !important
}

.pt-5, .mt-5 {
    padding-top: 3rem !important
}

.bg-dark {
    background-color: #212529 !important;
}

a {
    text-decoration: none;
}

svg {
    width: 18px;
    height: 18px;
}

header {
    position: sticky;
    left: 0px;
    top: 0px;
    background-color: white;
    width: 100%;
    z-index: 9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.top-part {
    background: linear-gradient(267deg, #18b8cd 0, #233b88 100%);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.top-row {
    width: 85%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .top-row ul a {
        color: white;
    }

    .top-row ul {
        display: flex;
        align-items: center;
        justify-content: space-around;
        color: white;
    }

    .top-row a {
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.immediate {
    background: #233d89;
    padding: 2px 13px;
    margin-right: 10px;
    border-right: 2px solid white;
}

header ul li {
    cursor: pointer;
}

.immediate:hover {
    background: #001e8d;
}

.login {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .login svg {
        fill: white;
        margin-left: 0.4rem;
        width: 20px;
        height: 17px;
    }

.top-row a svg {
    fill: white;
    margin-right: 0.4rem;
    width: 18px;
    height: 18px;
}

nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    width: 85%;
    margin: auto;
    position: relative;
}

.menue ul li {
    margin-left: 3px;
    font-size: 18px;
    position: relative;
}

.submenue {
    position: absolute;
    left: -35px;
    top: 100px;
    flex-direction: column;
    width: 220px;
    padding: 0px 0px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background: #0c94c9;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    align-items: baseline !important;
    max-height: 450px;
    overflow-y: auto;
}

.menue ul li:hover > .submenue {
    visibility: visible;
    transition: 0.5s;
    top: 38px;
    opacity: 1;
}

.submenue li {
    width: 100%;
    margin-left: 0px !important;
    border-bottom: 1px solid white;
    font-size: 16px !important;
}

    .submenue li:hover {
        background: #233d89;
    }

    .submenue li a {
        color: white !important;
        border: 0px !important;
        padding: 8px 18px !important;
        width: 100%;
    }

.search-bar {
    height: 60px;
    line-height: 60px;
    background: #ebebeb;
    position: absolute;
    left: 22%;
    width: 67%;
    border: 1px solid #233d89;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
}

.closesearch {
    display: none;
}

.show-search-close {
    display: block;
}

.show-search {
    visibility: visible;
    opacity: 1;
}

.toggle-bar svg {
    height: 24px;
    display: none;
    width: 30px;
}

.search, .add-to-cart {
    cursor: pointer;
}

.searc-btn {
    width: 99%;
    margin: auto;
    background: transparent;
}

    .searc-btn input {
        width: 100%;
        height: 58px;
        display: block;
        border: 0px;
        outline: none;
        font-size: 18px;
        color: #081741;
        padding-left: 1rem;
        background: transparent;
    }

.vouchersvg svg {
    fill: #233d90;
}

.vouchersvg {
    position: absolute;
    top: 12px;
    right: 1px;
}

.menue ul li a {
    color: #233D89;
    padding: 9px 22px;
    display: inline-block;
}

.flex-div ul svg {
    width: 42px;
    height: 26px;
    margin-left: 1.6rem;
}

.menue ul li a:hover {
    color: #057aa7;
}

.active-m {
    color: #057aa7 !important;
}

.flex-div ul svg:hover {
    fill: #057aa7;
}

.flex-div, .flex-div ul {
    display: flex;
    align-items: center;
}

.add-to-cart {
    position: relative;
}

    .add-to-cart .cout-number {
        position: absolute;
        top: 0px;
        right: 1px;
        background: linear-gradient(267deg, #18b8cd 0, #233b88 100%);
        color: white;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        text-align: center;
        line-height: 24px;
        font-size: 15px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }

.bg-gray {
    background: linear-gradient(267deg, #18b8cd17 0, #233b8826 100%);
}

.gst, .items, .view-d {
    border-bottom: 1px solid #ebebeb;
}

.add-to-cart {
    padding: 10px 0px;
}

.view-cart {
    visibility: hidden;
    position: absolute;
    right: -80%;
    width: 400px;
    overflow: hidden;
    background: #fff;
    line-height: 1.6;
    font-size: 17px;
    top: 56px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
}

.add-to-cart:hover > .view-cart {
    visibility: visible;
    top: 54px;
    transition: .5s;
    opacity: 1
}

.items {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.totalam {
    margin-bottom: 1rem;
}

.view-d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .7rem 0
}

.view-cart h4.product-title {
    font-size: 17px;
    padding-right: 5px;
    line-height: 1.4
}

.view-cart .cart-product-info {
    color: #676363;
    font-size: 14px
}

.view-cart img {
    width: 90px;
    height: 60px
}

.cart-total {
    line-height: 2;
    padding: .7rem 0
}

.totalam {
    padding: .4rem 0
}

.gst {
    padding-bottom: .7rem
}

.checkbtn {
    width: 86%;
    height: 34px;
    line-height: 32px;
    background: #233d89;
    outline: 0;
    border: 0;
    font-size: 16px !important;
    border-radius: 17px;
    display: block;
    color: #fff !important;
    text-align: center;
    margin: auto !important;
}

    .checkbtn:hover {
        background: #15a8be;
        cursor: pointer
    }

.view-cart a {
    padding: 0;
    color: #233d89;
}

.view-cart .cart-total-price {
    color: #5c5c5c
}

@media(max-width:300px) {
    .view-cart {
        width: 260px
    }

        .view-cart h4.product-title {
            font-size: 14px;
            padding-right: 1px
        }
}

.cart-total {
    display: block !important;
}

.view-cart .items, .view-d {
    padding: 0.6rem 1rem;
    background-color: #233d8914;
    border-bottom: 1px solid #e3e3e3;
}

.cart-total li {
    justify-content: space-between;
    display: flex;
    padding: 0.2rem 1rem;
}

.mobile-logo, .close-btn {
    display: none;
}

@media(max-width:1200px) {
    .heading {
        font-size: 35px;
    }

    p {
        font-size: 14px;
        text-align: left;
    }

    .menue {
        margin-right: 0rem;
    }

        .menue ul li a {
            color: #233D89;
            font-size: 15px;
        }

    .login, .immediate {
        font-size: 15px;
    }

    .logo img {
        width: 140px;
    }
}

@media(min-width:868px) {
    .menue ul {
        display: flex;
        align-items: center;
    }

    .link-box1 {
        height: 364px;
        overflow-y: auto;
    }
}

@media(max-width:868px) {
    main {
        /* margin-top: 100px !important; */
    }

    .add-to-cart .cout-number {
        top: -15px;
    }

    .add-to-cart {
        padding: 0px;
    }

    .menue ul li a:hover {
        background: #2c4691;
    }

    .submenue {
        position: static;
        padding-top: 0px !important;
        width: 90%;
        margin: auto;
        margin-bottom: 1rem;
        border-radius: 0px;
        visibility: visible;
        display: none;
        opacity: 1;
        display: none;
    }

    .toggle-bar svg {
        display: block;
    }

    .top-row {
        width: 93%;
    }

    nav {
        width: 100%;
        padding: 10px 20px;
    }

    .menue {
        position: fixed;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        background: #233D89;
        opacity: 0;
        overflow-x: hidden;
        left: -510px;
        transition: 0.5s;
        z-index: 9;
    }

    .shownav {
        left: 0px;
        opacity: 1;
        transition: 0.5s;
    }

    .show-overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        z-index: 2;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.19);
    }

    .mobile-logo {
        display: block !important;
        height: 70px;
        line-height: 103px;
        background: white;
        padding: 0px 25px;
        border-top: 3px solid #2196F3;
        position: absolute;
        width: 100%;
    }

    .close-btn:hover {
        color: rebeccapurple;
    }

    .close-btn {
        display: block;
        position: absolute;
        top: 13px;
        cursor: pointer;
        right: 25px;
        font-size: 30px;
        color: #191e2f;
    }

    .menue ul li a {
        color: white;
        padding: 17px 22px;
        display: inline-block;
        /*width: 100%;*/
    }

    .menue ul {
        flex-direction: column;
        padding-top: 7rem;
    }

        .menue ul li {
            width: 100%;
            border-bottom: 1px solid gray;
        }
}



@media(min-width:500px) and (max-width:1208px) {
    .banner-css {
        height: 256px !important;
    }
}

@media(max-width:1100px) {
    .search-bar {
        left: 2.8%;
        width: 95%;
        height: 50px;
        line-height: 50px;
        top: 107%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        transition: 0.5s;
    }

    .searc-btn input {
        height: 50px;
        font-size: 14px !important;
    }

    .show-search {
        top: 102%;
        transition: 0.5s;
    }
}

.v-box {
    display: flex;
    width: 180px;
    height: 70px;
    background: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    margin-right: 1.7rem;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .v-box:hover {
        box-shadow: 0 2px 9px rgba(0, 0, 0, 0.19), 0 2px 2px rgba(0, 0, 0, 0.2);
    }

.check-li {
    line-height: 2.5;
}

    .check-li li {
        display: flex;
        align-items: center;
        font-size: 17px;
    }

        .check-li li svg {
            width: 23px;
            height: 23px;
            background: #233d89;
            border-radius: 50%;
            fill: white;
            padding: 2px;
            margin-right: 0.6rem;
        }

.themecolor {
    color: #0c94c9;
}

.about-part {
    color: #071640;
}

main {
    /* margin-top: 125px; */
}

.about-img {
    text-align: center;
}

.product1 {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.19), 0 2px 2px rgba(0, 0, 0, 0.2);
}

    .product1:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }

.price-div span {
    font-size: 18px;
}

.price-div {
    margin-top: .5rem;
    padding-top: 10px;
    line-height: 1.9;
    border-top: 1px solid #233d898a;
}

    .price-div li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.pro-details {
    padding: 5px 25px 25px 25px;
}

.pro-title {
    font-size: 13px;
}

.pro-heading {
    font-size: 22px;
    height: 82px;
    overflow: hidden;
}

    .pro-heading a {
        color: #233d89;
    }

.price-div {
    padding-left: 0px !important;
}

.describe-line {
    font-size: 14px;
    padding: 0.2rem 0px;
}

.btn-group {
    display: flex;
    justify-content: space-between;
}

    .btn-group a {
        background: #233d89;
        border-radius: 5px;
        color: white;
        font-size: 15px;
        display: flex;
        align-items: center;
        width: 180px;
        height: 42px;
        line-height: 40px;
        padding: 0px 5px;
        margin-right: 2px;
    }

.product-part h2 {
    position: relative;
    width: fit-content;
    margin: auto;
    color: #071640;
}

    .product-part h2::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 67%;
        height: 3px;
        background: #0c94c9;
        transform: translate(67px, 50px);
        background-size: 100% 100%;
    }

.pro-img {
    width: 100%;
    text-align: center;
    padding: 10px;
}

    .pro-img img {
        width: 85%;
        margin: auto;
    }

.text-center {
    text-align: center;
}

.product1 svg {
    width: 23px;
    height: 20px;
    margin-right: 0.5rem;
    fill: white;
}

.heading2 {
    font-size: 34px;
    font-weight: 600;
}

.form-part {
    border: 1.5px solid #18b7cd;
    box-shadow: 6px 2px 22px rgba(0, 0, 0, 0.19), 0 6px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: white;
    z-index: 5;
    background: #f1f1f1;
    padding: 0px 20px;
    position: relative;
    z-index: 5;
}

.input1 {
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}

.myform-group {
    margin-top: 2rem;
}

.text-left {
    text-align: left !important;
}

.input1 input, .input1 select, .input1 .multi {
    width: 100%;
    height: 40px;
    outline: none;
    border-radius: 10px;
    padding-left: 35px;
    border: 1px solid #537e91;
    background: white;
}
    .input1 input[type=checkbox]{
        height:unset !important;
        width:unset !important;
    }
    .dropdown-content label{
        display:inline-flex;
        gap:0.25rem;
        align-items:center;
    }

    .input1 svg {
        position: absolute;
        fill: #0c94c9;
        left: 8px;
        top: 12px;
        z-index: 15;
    }

.bgbacground {
    background: #dddedf;
}

.button {
    position: relative;
}

    .button svg {
        position: absolute;
        fill: white;
        left: 90px;
        top: 10px;
    }

.myinput {
    text-align: center;
}

.button .Mybutton:hover {
    background: #18b7cd;
}

.button .Mybutton, .Mybutton5 {
    width: 100%;
    height: 40px;
    border: 1px solid #557f92;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    background: #233d89 !important;
    cursor: pointer;
    color: white !important;
}

.input1 input::placeholder, .input1 textarea::placeholder, select {
    font-size: 15px;
    color: #081935eb;
}

.themecolor2 {
    background: #233d89;
}

.testimonials h3 {
    color: black;
}

.testimonials .swiper-pagination-bullets {
    bottom: -3px !important;
}

.t-name {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-top: 1rem;
}

.text-center {
    text-align: center;
}

.text-white {
    color: white;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ffa520;
    margin: auto;
}

    .profile-img img {
        width: 100%;
    }

.testimonials p {
    width: 70%;
    margin: auto;
    text-align: center;
    margin-top: 2rem;
}

.blog1 {
    padding: 10px 10px;
    border: 2px solid #233d8987;
    border-radius: 5px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.19), 0 2px 2px rgba(0, 0, 0, 0.2);
}

    .blog1:hover {
        box-shadow: 6px 2px 22px rgba(0, 0, 0, 0.19), 0 6px 5px rgba(0, 0, 0, 0.1);
    }

.blog-page table {
    width: 100%;
}

.heading-4 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: #09163f;
    margin-top: 0.6rem;
}

.blog1 p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.author img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    padding: 1px;
    margin-right: 4px;
}

.author a {
    color: #07143b;
}

.blog-profile .date {
    font-size: 13px;
    margin-top: 11px;
}

.blog-profile {
    display: flex;
}

.arrow-sp {
    margin: 9px 5px 0px 5px;
}

.author {
    margin-top: .7rem;
}

    .author a {
        display: flex;
        align-items: center;
    }

    .author .a-name {
        font-size: 13px;
    }

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
    width: 42px !important;
    height: 40px !important;
    background: #18b7cd;
    overflow: hidden;
    border-radius: 50%;
    color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.my-text-slider {
    background: url(../images/banner/h-b-back1.webp);
    background-size: 100% 100%;
    padding: 2rem 0px;
    font-family: century gothic;
}

.my-text-slider2 {
    background: url(../images/banner/h-b-back2.webp) !important;
    background-size: 100% 100%;
    padding: 2rem 0px !important;
    font-family: century gothic;
}

.banner-css {
    background-size: 100% 100%;
    height: 390px;
    line-height: 390px;
    display: flex;
    align-items: center;
    font-family: century gothic;
}

    .banner-css h1 {
        margin-left: 6.8%;
    }

    .myswiper-image-content h1, .myswiper-image-content h2, .banner-css h1 {
        color: #205f9c;
        font-size: 50px;
        margin-bottom: 1rem;
    }

.myswiper-image-content h1 {
    color: white !important;
}

.myswiper-image-content p {
    font-size: 18px;
    color: lightgrey;
}

.myswiper-image-content img {
    margin: 0px 0px 0px auto;
    width: 100% !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    color: white;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

    .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: var(--swiper-theme-color);
        fill: none;
        stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
    }

.accordion-item h5 {
    font-size: 18px;
}

.accordion-item {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.accordion-header {
    background-color: #233d89;
    color: #FFFFFF;
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
}

    .accordion-header:hover {
        background-color: #18b7cd;
    }

.accordion-content {
    background-color: #FAFAFA;
    overflow: hidden;
    padding: 0 15px;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.myactive {
    max-height: 100%;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
}

.icon {
    transition: transform 0.3s ease;
}

.active .icon {
    transform: rotate(45deg);
}

.show-my-pro {
    /* width: 100%;
    height: 100%; */
    background: red;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background: white;
}

.top-details .heading6 {
    color: #233d89;
    margin-bottom: 1rem;
}

.product-dec ul li {
    display: flex;
    line-height: 1.6;
    padding: 2px 0px;
}

.price-p {
    border-bottom: 1px solid #233d897a;
    padding-bottom: 0.7rem;
    margin-bottom: 0.7rem;
}

.product-dec ul li b {
    margin-right: 1.5rem;
    font-size: 20px;
}

.product-dec ul li p {
    color: #1c90b7;
    font-size: 20px;
    font-weight: 600;
}

.product-dec ul li p {
    margin-bottom: 0px;
    margin-right: .3rem;
}

.u-save {
    color: #090C51;
}

.line-through {
    text-decoration: line-through;
    text-decoration-color: red;
}
@media(max-width:500px) {
    .flex-div ul svg {
        width: 35px;
        height: 22px;
        margin-left: 0.4rem;
    }

    .my-slider1 {
        height: 500px !important;
    }

    .myswiper-image-content img {
        width: 90% !important;
    }

    .logo img {
        width: 99px;
    }

    .top-row {
        justify-content: space-between !important;
        width: 100% !important;
    }
    .top-row a {
        font-size: 14px;
    }
    .immediate {
    margin-right: 0px;
    border-right: unset;
    }
    /* .email {
        display: none;
    } */

    .banner-css {
        height: 130px !important;
    }
}
@media(min-width:1600px) {
    .blog-details .my-container2 {
        width: 86%;
    }

    .myswiper-image-content p {
        font-size: 18px;
        width: 80%;
    }
}

@media(max-width:1420px) {
    .blog-details .my-container2 {
        width: 92%;
    }

    .myswiper-image-content h1, .myswiper-image-content h2, .banner-css h1 {
        font-size: 40px;
    }
}

@media(max-width:992px) {
    .product-dec {
        margin: 1.5rem 0px;
    }

    .myswiper-image-content p {
        font-size: 15px;
    }
}

.adto-cartbtn {
    width: 169px;
    padding: 10px 5px !important;
    background: #233d89;
    border-radius: 33px;
    font-size: 17px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    margin-top: 1rem;
    cursor: pointer;
}

    .adto-cartbtn svg {
        margin-right: 0.4rem;
        fill: white;
        width: 20px;
        height: 20px;
    }

    .adto-cartbtn:hover {
        background: #18b7cd;
    }

    .adto-cartbtn a {
        color: white;
        display: flex;
        margin: auto;
        align-items: center;
        justify-content: center;
    }

.add-btn-number span {
    width: 50px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background: #18b7cd;
    border: 1px solid #18b7;
    color: white;
    font-size: 28px;
    cursor: pointer;
    outline: none;
}

.add-btn-number input:nth-child(2) {
    width: 79px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #18b7;
    font-size: 22px;
    outline: none;
    margin: 0px 5px;
}

.add-btn-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .7rem;
}

.blog-details .breadcrumbs {
    padding: 5px;
    margin-top: 1.7rem;
    background: #ebebeb;
}

.heading3 {
    font-size: 30px;
    font-weight: 600;
}

.v-img-d {
    background: white;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.19), 0 2px 2px rgba(0, 0, 0, 0.2);
}

.v-img-d {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-table table {
    width: 80%;
    text-align: left;
    line-height: 2.6;
}

.link-box1 h4 {
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    margin-bottom: 1rem;
}

.link-box1 ul a {
    padding: 5px 0px;
    display: block;
    color: #0b284f;
}

.link-box1 {
    background: #dfdfdf;
    padding: 20px 35px;
    border-radius: 5px;
    border: 1px solid #18b7cd;
    margin: .5rem;
}

.review-img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #233d89;
}

    .review-img img {
        width: 100%;
    }

.name-star .h5 {
    font-size: 16px;
    margin-left: .8rem;
    margin-bottom: 0px;
}

.stars img {
    width: 18px;
    height: 18px;
}

.dates {
    margin-left: .6rem;
    font-size: 14px;
}

.blog-details .flex-div {
    align-items: flex-start;
}

.pro-desc-re {
    margin-top: 1rem;
}

    .pro-desc-re p {
        font-size: 16px;
    }

.pro-review1 {
    padding: 20px 16px;
    background: white;
    height: 180px;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.mm-auto {
    margin: auto;
    margin-top: 1rem;
}

.service-f1 img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.social-m {
    margin-top: 2rem;
}

    .social-m svg {
        height: 20px;
        width: 23px;
        margin-right: 5px;
        fill: white;
    }

.footer-part ul li a:hover {
    color: #001e8d;
}

.social-m svg:hover {
    fill: #001e8d;
}

.br-2 {
    border-right: 2px solid #c7c7c7;
}

footer {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-top: 1px solid #233d89;
}

.service-f1 {
    display: flex;
}

    .service-f1 p {
        font-size: 15px;
    }

    .service-f1 h5 {
        color: #142e7a;
    }

.footer-logo img {
    margin-bottom: 1rem;
}

.footer-logo p {
    color: white;
    font-size: 15px;
}

.about-img .a-img1 {
    max-width: 450px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.19), 0 2px 3px rgba(0, 0, 0, 0.23);
}

.about-img {
    position: relative
}

    .about-img img {
        width: 100%;
    }

.secondabout .about-img .a-img2 {
    bottom: 112px;
}

.about-img .a-img2 {
    position: absolute;
    bottom: -29px;
    right: 124px;
    max-width: 337px;
    background: #f8f9fb;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.19), 0 2px 3px rgba(0, 0, 0, 0.23);
    padding: 10px;
}

.mission {
    color: white;
    background: #0c94c9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.19), 0 2px 3px rgba(0, 0, 0, 0.23);
    text-align: center;
    margin-bottom: .5rem;
    border: 1px solid #0c94c9;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.vision {
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.19), 0 2px 3px rgba(0, 0, 0, 0.23);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #0c94c9;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.heading6 {
    font-size: 30px;
    font-weight: 600;
}

.my-container2 {
    width: 90%;
    margin: auto;
}

.top-footer {
    padding: 25px 0px !important;
    display: block;
}

.footer-part {
    background: linear-gradient(267deg, #18b8cd 0, #233b88 100%);
    padding: 3.5rem 0px;
}

.copy-right {
    padding: 8px 0px;
    background: black;
    color: white;
}

.flexdv {
    display: flex;
    justify-content: end;
}

.copy-right ul {
    display: flex;
}

    .copy-right ul a {
        color: white;
        padding-left: 10px;
    }

.copy-right p {
    margin-bottom: 0px;
}

    .copy-right p a {
        color: #0c94c9;
    }

.br-1 {
    border-left: 1px solid white;
    padding: 0px 15px;
}

.footer-part h5 {
    height: 46px;
    color: white;
}

.footer-part ul {
    line-height: 2.2;
}

    .footer-part ul li a {
        color: white;
        font-size: 15px;
    }

.copy-right ul a:hover {
    color: #0c94c9;
}

.add {
    color: white;
    line-height: 1.4;
    margin-bottom: .8rem;
}

.contact-d li a {
    display: flex;
    align-items: center;
}

    .contact-d li a svg {
        fill: white;
        margin-right: 5px;
    }

@media(max-width:950px) {
    .v-box {
        width: 150px;
    }

    .product1 svg {
        width: 18px;
        height: 20px;
        margin-right: 0.3rem;
    }

    .pro-details {
        padding: 5px 10px 10px 10px;
    }
}

@media(min-width:1600px) {
    .my-container2 {
        width: 85%;
    }

    .home-p .heading-4 {
        height: 80px !important;
    }

    .home-p .blog1 {
        height: 436px !important;
    }

    .banner-css {
        height: 450px;
    }
}

.my-row {
    width: 100%;
    margin: auto
}

@media(max-width:1320px) {
    .pro-heading {
        font-size: 20px;
    }

    .check-li li {
        font-size: 15px !important;
    }
}

@media(max-width:1400px) {
    .btn-group a {
        font-size: 14px;
    }

    .about-img .a-img2 {
        right: 55px;
    }
}

.pro-details {
    padding: 5px 15px 25px 15px;
}

.heading {
    font-weight: 600;
}

@media(min-width:1320px) {
    .home-p .heading-4 {
        height: 100px;
    }

    .home-p .blog1 {
        height: 420px;
    }

    .form-part {
        margin-left: 30px;
    }

    p {
        font-size: 17px;
    }

    .mySwiper4 .v-box {
        width: 256px;
        height: auto;
    }

    .heading {
        font-size: 38px;
    }
}

@media(max-width:768px) {
    .vendor-page .v-box {
        height: auto !important;
    }

    .vendor .col-lg-10, .vendor p, .vendor h4 {
        margin-bottom: 0px !important;
    }

    .top-details {
        margin-top: 1rem;
    }

    .service-f-tex p {
        margin-bottom: .5rem !important;
    }

    .top-footer .row.py-5 {
        padding: 0px !important;
    }

    .vendors-part .v-box {
        height: auto !important;
    }

    .pro-table tr, .pro-desc-re p, .breadcrumbs {
        font-size: 13px;
    }

    .pro-table table {
        width: 100%;
    }

    .myswiper-image-content img {
        margin: auto;
    }

    .mypopup-form .myform-part {
        width: 95% !important;
    }

    .myswiper-image-content h1, .myswiper-image-content h2, .banner-css h1 {
        font-size: 28px !important;
        /* font-weight: 500; */
        margin-bottom: .5rem;
    }

    .my-text-slider {
        /* padding-bottom: 0px !important; */
        padding-top: 10px;
    }

    .social-m {
        margin-top: 1rem;
        margin-bottom: .5rem;
    }

    .br-2 {
        border-right: 0px !important;
        border-bottom: 1px solid #233d8980;
        padding: 10px 0px;
    }

    .product-dec ul li b, .product-dec ul li p {
        font-size: 17px;
    }

    .pro-review1 .pro-re-part {
        height: auto;
    }

    .link-box1 h4 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .link-box1 {
        padding: 20px 15px;
    }

    .heading3, .heading6 {
        font-size: 25px;
    }

    .v-box {
        width: 100%;
        padding: 5px;
    }

    .testimonials p {
        width: 95%;
    }

    .heading {
        font-size: 27px;
    }

    .stock li {
        justify-content: center;
    }

    .stock .adto-cartbtn {
        margin: 1rem auto auto auto;
    }

    .br-1 {
        border-left: 0px solid white;
        padding: 11px 15px;
        border-bottom: 1px solid white;
    }

    .top-row ul {
        width: unset;
        justify-content: space-between;
    }

    .form-part {
        margin-top: 1rem;
    }

    .blog-details .breadcrumbs {
        font-size: 12px;
    }

    .copy-right p, .copy-right ul li {
        font-size: 12px;
        text-align: center;
    }

    .copy-right .flexdv {
        justify-content: center;
    }

    .footer-part h5 {
        height: 20px;
    }

    .service-f1 h5 {
        font-size: 18px
    }

    .service-f1 p, .blog1 p, .footer-part ul li a, .footer-logo p, .add {
        font-size: 14px !important;
    }

    .footer-part {
        padding: 1.5rem 0px;
    }

    .top-footer {
        padding: 15px 0px !important;
    }

    .service-f1 img {
        width: 50px;
        height: 50px;
    }

    .about-part h4 {
        font-size: 18px;
    }

    .px-5, .mx-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .btn-group a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pro-heading {
        height: auto;
    }

    .py-5, .my-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .heading2 {
        font-size: 25px;
    }

    .pt-5, .mt-5 {
        padding-top: 2rem !important;
    }

    .about-part p {
        margin: 0.8rem 0px;
    }

    .add-to-cart:hover > .view-cart {
        top: 40px;
    }

    .about-part .row {
        flex-direction: column-reverse;
    }
}

@media(max-width:550px) {
    .product1 {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }

    .pro-heading {
        font-size: 14px;
        height: 52px !important;
        overflow: hidden;
    }

    .content-ul ul {
        padding-left: 1.5rem !important;
    }

    .product-part h2::after, .product-part h2::before {
        background-color: transparent;
    }

    .product-part .swiper-slide img {
        display: block;
        width: 82%;
    }

    .pro-details {
        padding: 0px 7px 10px 7px;
    }

    .pro-title {
        font-size: 11px;
    }

    .describe-line {
        font-size: 10px;
    }

    .btn-group {
        flex-direction: column;
    }

        .btn-group a {
            font-size: 11px;
            height: 30px;
            line-height: 30px;
            width: 90%;
            margin: 0px auto .2rem auto;
        }

    .price-div span {
        font-size: 13px;
    }

    .describe-line {
        margin-bottom: 0.2rem;
    }

    .price-div {
        padding-top: 5px;
        border-bottom: 1px solid #a5a5a530;
        line-height: 1.7;
        border-top: 1px solid #233d898a;
    }

    .pro-img {
        padding: 0px;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 26px !important;
    }

    .accordion-item h5 {
        font-size: 16px;
    }

    .accordion-header .active .accordion-content {
        max-height: 100%;
    }
}

.deletesvg {
    width: 25px;
    height: 25px;
    fill: #3a70aa;
}

    .deletesvg:hover {
        fill: red;
    }

@media(max-width:450px) {
    .vendor-slider .v-box {
        width: 100px;
        height: 45px;
    }

    .py-4, .my-4 {
        padding-top: .9rem !important;
        padding-bottom: .9rem !important;
    }

    .v-box {
        width: 100px;
        height: 45px;
    }
}

@media(max-width:390px) {
    .vendor-slider .v-box {
        width: 90px;
        height: 40px;
    }

    .v-box {
        width: 90px;
    }
}

@media(max-width:350px) {
    .pro-heading {
        height: 50px;
    }
}

.swiper-pagination1 {
    text-align: center;
}

.my-animate-down {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.my-animate-backin {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: backInDown;
    animation-delay: 0.3s;
}

.my-animate-top {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7;
        transition: 2s;
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7;
        transition: 2s;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition: 2s;
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7;
        transition: 2s;
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7;
        transition: 2s;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition: 2s;
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

.mypopup-form .myform-part {
    width: 400px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 9;
}

.mypopup-form {
    position: fixed;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: hidden;
    display: none;
}

.close-popbtn {
    position: absolute;
    top: 5px;
    right: 12px;
    color: #5995fd;
    cursor: pointer;
    font-size: 24px;
    z-index: 9;
}

ul#ui-id-1 {
    background: white;
    z-index: 9;
    padding: 14px;
    position: fixed !important;
    top: 151px;
    margin: auto;
    width: 56% !important;
    overflow-y: scroll;
    height: 567px;
    border: 1px solid #1c85b1;
    border-radius: 0px 0px 10px 10px;
    overflow-x: hidden;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.19), 0 2px 2px rgba(0, 0, 0, 0.2);
    left: 50% !important;
    transform: translate(-41.5%, -21px);
}

li.ui-menu-item:hover {
    background: #6faec5;
}

li.ui-menu-item {
    border-bottom: 1px solid #c7e7e7;
    line-height: 1.7;
    cursor: pointer;
}

.top-vendors .v-box {
    width: 100% !important;
}

.top-vendors .tr-v-box {
    width: 150px !important;
}

@media(max-width:768px) {
    ul#ui-id-1 {
        width: 95% !important;
        left: 41% !important;
        transform: translate(-40%, -21px);
    }

    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
}

@media(min-width:1100px) {
    header {
        height: 109px;
    }

    .my-slider1 {
        height: 448px !important;
    }

    .price-p {
        position: relative;
    }

        .price-p span {
            position: absolute;
            left: 230px;
            top: 6px;
        }

  
    .my-text-slider, .home-p .banner {
        height: 450px;
        background-color: #f3f3f3;
    }

    .product-part .pro-img {
        height: 225px;
        background: #f3f3f3;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-part .swiper-slide img, .product1 img {
        width: 257px;
        height: 180px;
    }
}
@media(min-width:1450px) {
    .myswiper-image-content img {
        /* width: 510px; */
        width: 80% !important;
    }
}
.loader-fix {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #e5dada36;
    opacity: .7
}

.loader-fix1 {
    position: fixed;
    top: 50%
}

.rating-selected {
    color: #fcd000;
}

@media(max-width:768px) {
    .mm-auto {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .afterc::after {
        display: none;
    }

    .br-l, .br-l .ul {
        border: 0px !important;
        padding-left: 0px !important;
    }

    .vouchersvg {
        top: 0px !important;
        right: 5% !important;
        width: 100px;
        height: 55px;
        margin: auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .vouchersvg svg {
            fill: #ffffff !important;
            width: 35px;
            height: 30px;
        }

    .a-img2 {
        display: none;
    }

    .about-img .a-img1 {
        margin-bottom: 1rem;
    }

    .view-d {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .view-cart {
        width: 280px !important;
    }

    .validity .my-container2 {
        display: block !important;
    }
}

.show-max-pr {
    height: 200px;
    overflow-y: auto;
}

.content-ul li {
    list-style-type: disclosure-closed;
}

.categoreis-page h5, .categoreis-page h4 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 0.7rem;
}

.categoreis-page ul li {
    list-style-type: disclosure-closed;
}

.categoreis-page ul {
    padding-left: 2rem;
    margin-top: 0.7rem;
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 1rem;
}

.ul2, .d-f-d ul {
    padding-left: 1.8rem;
    line-height: 2;
    font-weight: 700 !important;
    margin-bottom: .6rem;
}

    .ul2 li, .d-f-d ul li {
        list-style: disc;
    }

    .d-f-d ul li {
        font-weight: 500;
    }

.ul3 {
    font-weight: 500 !important;
}

.pro-table table tr th:nth-child(1) {
    width: 40%;
}

.pro-table table tr th:nth-child(2), td:nth-child(2) {
    line-height: 1.5;
    padding-bottom: .5rem;
}

.categoreis-page #Description {
    font-size: 22px;
}

.validity h6 {
    font-size: 16px;
    color: #1c8cb5;
}

@media(min-width:1300px) {
    .my-container5 {
        width: 1200px !important;
    }
}

@media(min-width:2000px) {
    .my-container2, .top-row, nav {
        width: 1620px !important;
    }
}

.ppl-3 {
    padding-left: 2rem;
}

.ul {
    padding-left: 1.3rem;
}

    .ul li {
        list-style-type: disc;
    }

.ppl-3 li {
    padding-bottom: 7px;
}

.afterc {
    position: relative;
    overflow: hidden;
}

    .afterc::after {
        position: absolute;
        left: 49%;
        top: 0px;
        height: 500px;
        width: 3px;
        background: #1b95ba7d;
        content: '';
    }

.fb-b {
    border: 1px solid #1f6ea4;
    position: relative;
}

.fb-icon {
    position: absolute;
    right: 20px;
    top: 10px;
}

.p-flex {
    display: flex;
    margin: 0.6rem 0px;
}

    .p-flex ul {
        margin-left: 2rem;
    }

        .p-flex ul li {
            list-style-type: disc;
        }

.input-message .input1 textarea {
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 10px;
    padding-left: 35px;
    border: 1px solid #537e91;
    padding-top: .5rem;
}

.input-message .input1 {
    height: 100px;
}
/*==========Created by krishna */




/* select */
.input1 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23155298' height='18' width='18' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}
.none{
    display: none;
}


.blog_a{
    justify-content: center;
    background: #233d89;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    height: 42px;
    line-height: 40px;
    padding: 0px 5px;
    margin-right: 2px;
}