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

.mySlides {
    display: none;
}

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


/* // <!-- <h6>₹{{transaction.product_mrp|subtract:transaction.amount_paid}}</h6> --> */


/* 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 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-direction: column;
    background-color: #E4F2FF;
}

.card {
    width: 22rem;
}

.container .one,
.container .two {
    display: flex;
    width: 100%;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.container .health_plan {
    text-decoration: none;
    width: 100%;
    border-radius: 10px;
    font-weight: 600;
    background-color: rgba(234, 231, 226, 1);
    display: flex;
    margin-top: 15px;
    padding: 15px 10px;
}

.container .health_plan img {
    width: 250px;
    border-radius: 10px;
}

.container .health_plan .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 20px;
}

.container .health_plan .content .up {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.container .health_plan .content .up p {
    margin: 0px;
}

.container .health_plan .content a {
    background-color: rgba(16, 61, 222, 1);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    justify-self: flex-end;
    width: 75px;
}

div.container>div.one>div.medical>div>div>a.linkky {
    text-decoration: none;
    color: white;
    background-color: blue;
    padding: 4px 10px;
    border-radius: 20px;
}

div.container>div.one>div.pythology>div>div>a.linkky {
    text-decoration: none;
    color: white;
    background-color: blue;
    padding: 4px 10px;
    border-radius: 20px;
}

div.container>div.two>div.doctor>div>div>a.linkky {
    text-decoration: none;
    color: white;
    background-color: blue;
    padding: 4px 10px;
    border-radius: 20px;
}

div.container>div.two>div.hospital>div>div>a.linkky {
    text-decoration: none;
    color: white;
    background-color: blue;
    padding: 4px 10px;
    border-radius: 20px;
}


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

.container .about {
    margin-top: 20px;
}

.container .about .content {
    display: flex;
}

.container .about .content img {
    width: 250px;
    padding-left: 20px;
}


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


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

@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;
    }
    .container .about .content {
        flex-direction: column;
    }
    .container .about .content img {
        /* width:  !important; */
        margin: auto !important;
        padding-left: 0px !important;
        display: flex;
    }
    .container .health_plan {
        flex-direction: column;
    }
    .container .health_plan img {
        margin: auto !important;
    }
}

@media screen and (max-width: 540px) {
    .card {
        width: 17rem !important;
    }
    .container footer {
        flex-direction: column;
    }
    .container footer>div {
        width: 100% !important;
    }
}

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