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

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

.container .hosp_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* border: 2px solid black; */
    padding: 10px 0px;
    border-radius: 10px;
    background-position-y: center;
}

.container .hosp_list .hosp_img {
    height: auto;
    display: flex;
    width: 25%;
}

.container .hosp_list .hosp_img img {
    margin: auto 0px;
    border-radius: 0% 35% 35% 0px;
    border: 5px solid #5BFF7F;
    width: 100%;
    height: 100%;
}

.container .hosp_list>div.line {
    /* border: 2px solid black; */
    width: 2px;
    background-color: black;
    color: black;
}

.container .hosp_list .hosp_detail {
    width: 70%;
    padding-right: 40px;
    color: white;
}

.container .hosp_list .hosp_detail .appointment {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.container .hosp_list .hosp_detail a,
.container .hosp_list .hosp_detail .appointment .book_app button.inner {
    margin: 10px 0px;
    border: 2px solid white;
}

.container .hosp_list .hosp_detail .appointment .call_app {
    margin: auto 0px;
}

.container .hosp_list .hosp_detail .appointment .call_app a {
    border: 2px solid white;
    border-radius: 50%;
    padding: 5px;
    background-color: #E0E0E0;
}

.container .hosp_list .hosp_detail .appointment .book_app {
    color: black;
    margin: 0px 40px;
}

.container .hosp_list .hosp_detail .appointment .cht_on_wp {
    margin: auto 0px;
}

.container .hosp_list .hosp_detail .appointment .cht_on_wp a {
    border: none;
}

.container .hosp_list .hosp_detail .appointment .call_app a img {
    width: 30px;
}

.container .hosp_list .hosp_detail .appointment .cht_on_wp a img {
    width: 45px;
}

@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;
    }
    .container .hosp_list .hosp_detail .appointment .book_app {
        margin: 0px 0px !important;
    }
    .container .hosp_list .hosp_detail .appointment .call_app a {
        padding: 0px 5px !important;
    }
    .container .hosp_list .hosp_detail .appointment .call_app a img {
        width: 20px;
    }
    .container .hosp_list .hosp_detail .appointment .cht_on_wp a img {
        width: 25px;
    }
}

@media screen and (max-width: 992px) {
    .container .hosp_list {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .container .hosp_list .hosp_img {
        width: 100% !important;
    }
    .container .hosp_list .hosp_detail .appointment {
        justify-content: space-around !important;
    }
}

@media screen and (max-width: 768px) {
    .container .hosp_list .hosp_detail {
        width: 100% !important;
        padding: 10px;
    }
}

@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 10px !important;
    }
}

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