@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400;500;600;700;800&display=swap');
body {
    font-family: 'Baloo Bhaina 2', cursive;
}

* {
    padding: 0px;
    margin: 0px;
}

html {
    scroll-behavior: smooth;
}

.mySlides {
    display: none;
}

.active {
    background-color: white;
}

.banner .slideshow-container .mySlides>img {
    vertical-align: middle;
    width: 100%;
    display: block;
    margin: auto;
}


/* Slideshow container */

.slideshow-container {
    /* max-width: 1000px; */
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    background-color: black;
    top: 50%;
    width: auto;
    padding: 10px 18px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    transition: 0.6s ease;
    user-select: none;
    text-decoration: none;
    border-radius: 50%;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 50%;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    /* background-color: rgba(0, 0, 0, 0.8); */
    color: lightgrey;
}


/* Caption text */

.text {
    /* color: #f2f2f2; */
    font-size: 15px;
    padding: 8px 12px;
    /* position: absolute; */
    /* bottom: 50px; */
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.text>button {
    background-color: #407BFF;
    border: 1px solid #407BFF;
    padding: 2px 10px;
    color: white;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.text>button.two {
    background-color: white;
    border: 1px solid white;
    color: black;
    padding-bottom: 0px;
    border: 0px;
    box-shadow: 0px 2px 4px 0px grey;
    padding: 0px 20px;
}

.text>button.two img {
    width: 25px;
}

.text>button>p {
    margin: 0px;
}

.text>button:hover {
    background-color: white;
    color: #407BFF;
    border: 1px solid #407BFF;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.1s ease;
}

.dot:hover {
    background-color: #717171;
}


/* .direct_call {
    position: fixed;
    z-index: 10;
    bottom: 40px;
    right: 40px;
    background-color: #fb8500;
    cursor: pointer;
}

.direct_call img {
    width: 50px;
} */

.container {
    /* margin-bottom: 50px; */
}

.container header {
    position: sticky;
    top: 0px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    background-color: rgb(1, 1, 195);
    color: white;
    align-items: center;
    z-index: 10;
}

.container h1 {
    padding: 10px 10px;
    font-weight: 600;
}

.container header a {
    color: white;
    background-color: rgb(1, 1, 195);
    border: white 2px solid;
    font-size: 20px;
    text-decoration: none;
    padding: 3px 15px;
    border-radius: 5px;
    display: flex;
    margin-left: 10px;
}


/* .container>section {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
    position: flex;
} */

.container>section .presc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.container>section .presc .buts {
    display: flex;
    justify-content: space-between;
    margin: 0px 20px;
}

.container>section .presc .buts>button {
    background-color: rgba(241, 234, 231, 1);
    display: flex;
    align-items: center;
    margin: 0px 20px;
}

.container>section .presc button p {
    margin: 0px 20px;
    font-size: 15px;
    font-weight: 700;
    ;
}


/* #nav-tab > form > div > input[type=text] */

.container>section .presc .search {
    display: flex;
    border: 1px solid grey;
    padding: 10px 20px 10px 0px;
    border-radius: 20px;
    background: #FFF6F6;
}

.container>section .presc .search>button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    padding: 2px 10px;
    border: none;
}

.container>section .presc .search input {
    padding: 2px 10px;
    font-size: 20px;
    outline: none;
    border: none;
    border-bottom: 1px solid grey;
    background: none;
}

.container header a sup {
    /* borde; */
    background-color: none;
    margin: 3px;
    color: white;
}

.container .content .products .product_details>form {
    display: flex;
    justify-content: space-between;
}

.container header .search {
    display: flex;
    align-items: center;
    margin: auto 20px;
}

.container header .search button {
    color: black;
    font-size: 30px;
    padding: 2px 2px;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-content: center;
    margin-left: 10px;
}


/* ---------------------- */


/* .container .presc */


/* ----------------- */

.container .test {
    border: 1px solid rgba(64, 123, 255, 1);
    border-top: 7px solid rgba(64, 123, 255, 1);
    padding: 10px 10px;
    border-radius: 10px;
    background-color: rgba(246, 252, 255, 1);
    display: flex;
}

.container .test img {
    width: 250px;
    height: 170px;
}

.container .test .spec {
    margin-left: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.container .test .spec p {
    margin: 0px;
    font-size: 15px;
    font-weight: 700;
}

.container .test .spec p.partner {
    color: rgba(52, 61, 255, 1);
    font-size: 20px;
}

.container .test .spec p.discount {
    color: rgba(230, 255, 250, 1);
    font-size: 20px;
    color: rgba(1, 133, 22, 1);
    border-bottom: 1px solid grey;
    padding: 3px 10px;
    box-shadow: 1px 1px 2px grey;
    border-radius: 20px;
}

.container .test .spec p.mrp {
    border: 2px solid #407BFF;
    margin: 0px;
    padding: 0px 20px;
    color: #EF7A11;
    border-radius: 5px;
    margin: auto 0px;
}

.container .test .spec .one {
    display: flex;
    justify-content: space-between;
}

.container .test .spec .two {
    display: flex;
    justify-content: space-between;
}

.container .test .spec .three {
    display: flex;
    justify-content: end;
}

.container .test .spec .three button {
    font-size: 20px;
    border-bottom: 1px solid grey;
    padding: 3px 10px;
    box-shadow: 1px 1px 2px grey;
    background-color: rgba(52, 61, 255, 1);
    border: none;
    border-radius: 20px;
    color: white;
    font-weight: 700;
    margin-left: 15px;
}

.modal-dialog {
    max-width: unset;
}
/* ----------------------------------------------------------------------- */


@media screen and (max-width: 540px) {
    .banner .slideshow-container .mySlides>img {
        width: 100% !important;
    }
    .prev,
    .next {
        background: none !important;
        padding: 10px !important;
        color: black !important;
        font-size: 20px !important;
    }
    .container .products .product_details .name h3,
    .container .products .add_del .mrp h3 {
        font-size: 20px !important;
    }
    .container .products .product_details .manufacturer h4 {
        font-size: 13px !important;
    }
    .container .content .products .product_details>form .add_del .delete button {
        font-size: 15px !important;
        padding: 2px 10px !important;
    }
    .container .test {
        flex-direction: column !important;
        justify-content: center !important;
    }
    .container .test .spec {
        margin: 0px !important;
    }
    .container .test img {
        margin: auto !important;
        width: 200px;
        height: 140px;
    }
    .container .test .spec p.discount,
    .container .test .spec .three button {
        font-size: 15px !important;
    }
    .container .test .spec .one,
    .container .test .spec .two,
    .container .test .spec .three {
        margin-top: 10px;
    }
    .text>button.two {
        background-color: white;
        color: black;
        padding-bottom: 0px;
        border: 0px;
        box-shadow: 0px 2px 4px 0px grey;
        padding: 0px 20px;
    }
    /* .text {
        flex-direction: column;
    }
    .text>button {
        margin: auto !important;
    } */
    .text {
        justify-content: space-between !important;
        /* padding: 0px !important; */
    }
    .text>button {
        padding: 2px 5px !important;
    }
    .container.here > div.banner div.two_mid > div > button{
        width: 30% !important;
    }
}

@media screen and (max-width: 991px) {
    .container>section .presc {
        flex-direction: column;
    }
    .container>section .presc .search {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .container header {
        justify-content: left !important;
        align-items: flex-start !important;
        flex-direction: column !important;
    }
    .container header .search {
        margin: 15px 1px !important;
    }
    .container .test h4 {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 486px) {
    .container>section {
        flex-direction: column;
        align-items: center;
    }
    .container>section .presc,
    .container>section>nav {
        margin: 20px 0px;
    }
    .container>section .presc .search {
        padding: 5px 10px 5px 0px !important;
        border-radius: 10px !important;
    }
    .container>section .presc .search input {
        font-size: 15px !important;
    }
    .container>section .presc .buts {
        margin: 0px !important;
        padding: 5px !important;
    }
    .container>section .presc .buts>button {
        margin: 0px !important;
        padding: 5px !important;
    }
    .container>section .presc .buts>button img {
        width: 20px;
    }
    .container>section .presc button p {
        margin: 0px 10px !important;
    }
}

@media screen and (max-width: 390px) {
    .container header .search input {
        font-size: unset !important;
    }
    .container header .search button {
        font-size: 24px !important;
    }
    .text {
        /* font-size: 15px !important; */
        padding: 2px 5px !important;
    }
    .text>button {
        padding: 0px 2px !important;
    }
    .text>button {
        padding: 1px 2px !important;
        font-weight: 600 !important;
        font-size: 10px !important;
    }
    .text>button.two img {
        width: 20px !important;
    }
}