@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;
}

.banner .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;
    border-radius: 50%;
    padding: 10px 20px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    border-radius: 50%;
}


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

.next {
    right: 0;
    /* border-radius: 3px 0 0 3px; */
}


/* 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);
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* 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;
}

.active,
.dot:hover {
    background-color: #000000;
}

.container {
    /* margin-bottom: 50px; */
    background-color: rgba(235, 235, 235, 1);
}

.container header .up img {
    width: 100%;
}

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

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

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

.container .banner .text {
    width: 100%;
    /* height: 90vh; */
    display: flex;
    background-size: cover;
}

.container .banner .dotter .search .inner {
    display: flex;
}

.container .banner .dotter .search>div span {
    border-radius: 10px 0px 0px 10px;
    background: white;
    /* border: none; */
    border: 1px solid grey;
}

.container .banner .dotter .search span img {
    width: 20px;
}

.container .banner .dotter .search input {
    padding: 2px 10px;
    font-size: 20px;
    color: black;
    padding: 10px 20px;
    border: 1px solid grey;
    border-radius: 0px;
    outline: none;
    height: 50px;
}

.container .banner .dotter .search button {
    color: black;
    font-size: 15px;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-content: center;
}

.container .banner .dotter .search button span {
    background: white;
    padding: 13px;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid grey;
}

.container .banner .dotter .down {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.container .medicals {
    margin-top: 50px;
    background: url(/static/images/medical_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    width: 100%;
    display: flex;
    padding: 20px 10px;
}

.container .medicals img {
    width: 30%;
    height: max-content;
}

.container .medicals .down {
    margin: 0px 10px;
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.container .medicals .spec_medical {
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 20px;
    border-radius: 20px;
}

.container .medicals .spec_medical p {
    font-size: 15px;
    font-weight: 700;
}

.container .medicals .spec_medical p.sp {
    font-size: 20px;
    font-weight: 700;
}

.container .medicals .spec_medical .left {
    width: 100%;
}

.container marquee {
    background-color: white;
    font-size: 15px;
    font-weight: 700;
    margin: 30px 0px 0px 0px;
    color: rgba(0, 54, 193, 1);
}

.container .medicals h4 {
    font-size: 25px;
    font-weight: 600;
}

.container .medicals .spec_medical .left .right {
    display: flex;
    justify-content: flex-end;
    margin: 0px 40px -25px 0px;
}

.container .medicals a {
    background-color: rgba(0, 54, 193, 1);
    color: white;
    /* border: 2px solid rgb(1, 1, 195); */
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 10px;
    /* display: flex; */
}

.container .line {
    width: 100%;
    height: 3px;
    background-color: rgba(0, 54, 193, 1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


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

@media screen and (max-width: 540px) {
    .banner img {
        width: 100% !important;
    }
    .prev,
    .next {
        background: white !important;
        padding: 3px 10px !important;
        color: black !important;
        font-size: 15px !important;
        margin: 0px 10px 0px 10px;
    }
}

@media screen and (max-width: 767px) {
    .container .banner .text {
        justify-content: left !important;
        align-items: flex-start !important;
        flex-direction: column !important;
        padding: 0px 10px 0px 0px !important;
    }
    .container .banner .dotter .search {
        margin: 0px !important;
    }
    .container .banner .dotter .search>div span {
        padding: 5 !important;
    }
    .container .banner .dotter .search input {
        font-size: 15px !important;
        padding: 5px 10px !important;
        height: unset !important;
        width: 145px !important;
    }
    .container .banner .dotter .search span img {
        width: 15px !important;
    }
    .container .banner .dotter .search button span {
        padding: 5px !important;
    }
    .container .medicals {
        padding: 0px 10px !important;
        flex-direction: column;
    }
    .container .medicals img {
        width: 50% !important;
        margin: 10px auto !important;
    }
    .container .medicals .down {
        width: 100%;
        display: contents;
    }
}

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

@media screen and (max-width: 390px) {
    /* .container header .search input {
        font-size: unset !important;
    }
    .container header .search button {
        font-size: 24px !important;
    } */
}


/* <!-- <h4>Delivery charge :- ₹ {{medical.pin_code|get_delivery_charges:medical.phone_number}}</h4> -->
<!-- <h4>Free delivery over on ₹{{medical.pin_code|get_delivery_free_above:medical.phone_number}} order</h4> --> */