@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 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: 3px 0 0 3px; */
}


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

.prev:hover,
.next:hover {
    background-color: lightgray;
}


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


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

.carousel-indicators .active {
    /* background-color: rgb(30, 121, 30);
    cursor: pointer; */
}

.w-100 {
    height: 250px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    /* list-style: none; */
}


/* .carousel-indicators {
    position: unset;
    margin-top: 20px;
} */

.container {
    background-color: #E4F2FF;
}

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

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

.container header .search input {
    padding: 2px 10px;
    font-size: 20px;
    color: black;
}

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

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

.treatments .content {
    /* background-color: #FF808C; */
    padding: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.treatments .content a {
    text-align: center;
    text-decoration: none;
    width: 90px;
    margin: auto;
}

.treatments .content a h5 {
    font-weight: 600;
    font-size: 12px;
}

.container .books {
    background: rgb(64, 123, 255);
    background: linear-gradient(110deg, rgba(64, 123, 255, 1) 40%, rgba(228, 242, 255, 1) 100%);
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    box-shadow: 0px 2px 10px 0px grey;
    border-radius: 20px;
    margin-top: 40px;
}

.img {
    width: 30%;
    display: flex;
}

.img img {
    width: -webkit-fill-available;
    display: block;
    margin: auto;
}

.slaps {
    width: 70%;
}

.slaps>div {
    margin-bottom: 20px;
}

.slaps a {
    color: white;
    display: flex;
}

.slaps a .up p {
    font-size: 20px;
    font-weight: 700;
}

.slaps a .up span {
    color: white;
    text-decoration: none;
}

.slaps a p,
.slaps button p {
    margin: 0;
}

.slaps img {
    width: 35px;
    margin: auto 20px auto 0px;
    border-radius: 5px;
}

.slaps .sp3>button {
    display: flex;
    text-align: left;
    border: none;
    background: none;
    color: white;
}

.slaps button p {
    font-size: 20px;
    font-weight: 700;
}


/* .slaps>div {
    display: flex;
    margin: 20px 0px;
    width: 100%;
} */

.slaps>div.sp3 .modal .modal-body>div a {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.slaps>div.sp3 .modal .modal-body>div button {
    width: 100%;
    border-radius: 5px;
    border: 2px solid black;
    display: flex;
    align-items: center;
}

.slaps>div.sp3 .modal .modal-body>div>div a {
    font-size: 17px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#desease_list1,
#desease_list2,
#desease_list3,
#desease_list4,
#desease_list5,
#desease_list6 {
    display: none;
    width: 90%;
    position: absolute;
    background-color: rgb(230, 230, 230);
    min-width: 160px;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-bottom: 50px;
}

#desease_list1.show,
#desease_list2.show,
#desease_list3.show,
#desease_list4.show,
#desease_list5.show,
#desease_list6.show {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.slaps>div.sp3 .modal .modal-body>div>button img {
    width: 100px;
    clip-path: circle();
}

.slaps>div.sp3 .modal .modal-body>div a h5 {
    margin-top: 20px;
    text-align: center;
}

.slaps>div.sp3 .modal .modal-body>div {
    border-bottom: 2px solid grey;
    margin: 20px 0px;
    padding: 10px;
}

.slaps>div.sp3 .modal .modal-body>div:hover {
    border-bottom: 2px solid black;
}

.container .treatments .con_1 {
    /* width: 100%; */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background: linear-gradient(180deg, rgba(64, 123, 255, 1) 0%, rgba(228, 242, 255, 1) 25%, rgba(64, 123, 255, 1) 25%, rgba(228, 242, 255, 1) 50%, rgba(64, 123, 255, 1) 50%, rgba(228, 242, 255, 1) 75%, rgba(64, 123, 255, 1) 75%, rgba(228, 242, 255, 1) 100%);
    margin: 20px 40px;
    margin-top: 40px;
}

.container .treatments .con_1>div {
    width: 45%;
    display: flex;
    justify-content: center;
    margin: 30px 0px;
}

.container .treatments .con_1>div .bg {
    width: 300px;
    height: 300px;
    /* object-fit: contain; */
    background-position: right;
    display: flex;
    border-radius: 20px;
    background-size: cover;
}

.container .treatments .con_1>div .img img {
    width: 100%;
}

.container .treatments .con_1>div .illness {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: -15px;
}

.container .treatments .con_1>div .illness a {
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    padding: 0px 10px;
    font-weight: 700;
    background-color: #0036C1;
    border-radius: 5px;
    color: white;
}


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

 */

@media screen and (max-width: 540px) {
    .banner img {
        width: 100% !important;
    }
    .prev,
    .next {
        background: none !important;
        padding: 10px !important;
        color: red !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;
    }
    .slaps>div {
        flex-direction: column !important;
    }
    .slaps>div a {
        margin: 0px !important;
    }
    .slaps>div a.up {
        margin-bottom: 20px !important;
    }
    .slaps>div>button {
        margin: 0px !important;
    }
    .container .treatments .con_1 {
        /* width: 100%; */
        flex-direction: column;
    }
    .container .treatments .con_1>div {
        width: 95% !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 form {
        margin: 15px 10px !important;
    }
    .container .books {
        padding: 20px 20px !important;
        flex-direction: column;
    }
    .slaps {
        width: 100%;
    }
    .img {
        width: 90% !important;
        margin: auto;
    }
}

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