* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}








/* TOP LINE CSS STARTING*/
.headerup {
    display: flex;
    height: fit-content;
    justify-content: space-around;
    background-color: #f5f5f5;
}

.headerup-p {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-family: Arial, Helvetica, sans-serif;
}

.box-3 {
    display: flex;
    /* justify-content: space-around */
}

.icons-image {
    width: 28.8px;
    height: 28.8px;
    margin: 2px;
    padding: 2px;
}

.icons-image:hover {
    transform: translateY(-4px);
}

/* TOP LINE CSS ENDING*/
/* NAVBAR CSS STARTING */
.navbar {
    width: 100%;
    /*position: sticky;*/
    top: 0;
    background-color: white;
    z-index: 3;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.logo-image {
    width: 170px;
    height: 55.65px;
    margin-left: 30px;
    margin-top: 10px;
}

.navbar-ul {
    display: flex;
    float: right;
    list-style-type: none;
    margin-right: 20px;
}

.navbar-a {
    color: #333333;
    font-size: 1.4rem;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px;
    line-height: 60px;
}

.navbar-a:active {
    color: rgb(0, 173, 238);
}

.navbar-a:hover {
    color: rgb(0, 173, 238);
}

.checkbtn {
    font-size: 30px;
    float: right;
    line-height: 80px;
    cursor: pointer;
    margin-right: 40px;
    display: none;
}

#check {
    display: none;
}

@media(max-width:900px) {
    .headerup {
        display: none;
    }

    .logo-image {
        width: 149px;
        height: 62.65px;
        margin-left: 19px;
        padding: 8px;
    }

    .navbar-a {
        color: #333333;
        font-size: 1.05rem;
        text-decoration: none;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        padding: 10px;
        line-height: 60px;
    }
}

@media(max-width:750px) {
    ul {
        position: fixed;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        background-color: #ffffff;
        top: 70px;
        left: -100%;
        text-align: left;
    }

    nav ul li {
        display: block;
        width: 100%;
        line-height: 20px;
    }

    nav ul li a {
        font-size: 20px;
    }

    .checkbtn {
        display: block;
    }

    #check:checked~ul {
        left: 0;
    }

    .logo-image {
        width: 152px;
        height: 80.65px;
        margin-left: 20px;
        padding: 20px;
    }
}































/* MAIN DIV CONTAINER ------------------------ */

.treatment-in1-main-div {
    margin: 10px 75px;
}




























/*TREATMENT IN1 LOGIN ------------------ - */


.treatment-in1-login-section {
       background-image: url("/images/r_banner.png");
    height: 700px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
}

.book-appointment {
    position: absolute;
    right: 100px;
    top: 80px;
    width: 360px;
    height: 450px;
    display: flex;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 22px;
    overflow: hidden;
    border-radius: 8px;

}

.book-appointment-h2 {
    font-size: 24px;
}

.book-appointment-details {
    width: 320px;
    height: 43px;
    border-radius: 7px;
    padding: 0px 10px;
    border: 1px solid rgb(202, 200, 200);
}

.book-appointment-details:focus {
    outline: rgb(0, 187, 255);
    border: 1px solid rgb(0, 187, 255);

}

#book-appointment-submit {
    background-color: rgb(0, 187, 255);
    color: white;
    font-size: 16px;
    font-weight: 750;
}


























/* CHEMOTHERAPY SECTION -------------------------------- */


.Chemotherapy-section {
    display: flex;
    gap: 40px;
    overflow: hidden;
    margin-top: 30px;

}

.Chemotherapy-image {
    align-items: center;
    justify-content: center;
    display: flex;

}

.Chemotherapy-img {
    height: 340px;
    width: 480px;
}

.Chemotherapy-imf {
    text-align: justify;
    margin: 10px 0px;
    display: flex;
    flex-direction: column;
}

.chemotherapy-imf-h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: rgb(0, 187, 255);
}

.chemotherapy-imf-line {
    margin-bottom: 30px;
}

.chemotherapy-imf-line {
    width: 250px;
    height: 8px;
    background-color: rgb(0, 187, 255);

}

.chemotherapy-imf-p {
    line-height: 23px;
    font-weight: 400;
    font-size: 15px;
    color: rgb(53, 52, 52);
}

.chemotherapy-imf-p span {
    color: rgb(0, 187, 255);
    font-weight: 750;
}


























/* TYPE OF CHEMOGRAPHY------------------------------- */

.typeofchemotherapy {
    display: flex;
    flex-direction: column;

}

.typeofchemotherapy h2 {
    font-size: 45px;
    color: rgb(53, 52, 52);

}

.typeofchemotherapy h2 span {
    color: rgb(0, 187, 255);
}

.typeofchemotherapy h3 {
    font-size: 23px;
    color: rgb(53, 52, 52);
    margin: 20px 0px;
}

.typeofchemotherapy h3 span {
    color: rgb(0, 187, 255);
}

.typeofchemotherapy-line1 {
    width: 250px;
    height: 8px;
    background-color: rgb(0, 187, 255);
}

.typeofchemotherapy-btns {
    display: grid;
    gap: 30px;
    margin: 10px 0px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.typeofchemotherapy-btn {
    padding: 25px 10px;
    font-size: 17px;
    cursor: pointer;
    color: white;
    display: flex;
    font-weight: 750;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(250deg, rgb(27, 184, 252), rgb(84, 116, 237));
    margin: 10px 40px;

}


.typeofchemotherapy p {
    line-height: 23px;
    color: rgb(53, 52, 52);
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    margin: 10px 40px;

}

























/* ABOUT CHANDRAGUPTA DADAGOUDAR------------------------- */

.treatment-about-chandragupta-dadagoudar {
    background-color: rgb(235, 235, 235);
    display: flex;
    margin: 20px 40px;
    margin-bottom: 40px;
}

.treatment-about-chandragupta-dadagoudar-image {
    margin: 10px 30px;
    margin-top: 17px;
}

.treatment-about-chandragupta-dadagoudar-img {
    border-radius: 50%;
    height: 320px;
}

.treatment-about-chandragupta-dadagoudar-right {
    text-align: center; 
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 10px 30px;
    margin-top: 30px;
}

.treatment-about-chandragupta-dadagoudar-right h3 {
    font-size: 27px;
}

.treatment-about-chandragupta-dadagoudar-right h3 span {
    color: rgb(0, 187, 255);
}

.treatment-about-chandragupta-dadagoudar-line1 {
    height: 8px;
    width: 120px;
    margin: 6px 0px;
    background-color: rgb(0, 187, 255);
}

.treatment-about-chandragupta-dadagoudar-right p {
    font-size: 15px;
    margin: 20px 0px;
    color: rgb(53, 52, 52);
}


.treatment-about-chandragupta-dadagoudar-justlogo {
    display: flex;
    gap: 7px;
}

.treatment-about-chandragupta-dadagoudar-justlogo-in {
    height: 3.4rem;
}

.treatment-about-chandragupta-dadagoudar-justlogo-in:hover {
    transform: translateY(-6px);
}

.treatment-about-chandragupta-dadagoudar-btn {
    margin: 20px 0px;
}

.treatment-about-chandragupta-dadagoudar-btn-in {
    background-color: rgb(0, 187, 255);
    padding: 10px;
    border-radius: 20px;
    border: 1px solid rgb(0, 187, 255);
    transition: .5s;

}

.treatment-about-chandragupta-dadagoudar-btn-in:hover {
    background-color: white;
    border: 2px solid rgb(0, 187, 255);
}

.treatment-about-chandragupta-dadagoudar-btn-in:hover a {
    color: rgb(0, 187, 255);
}

.treatment-about-chandragupta-dadagoudar-btn-in a {
    text-decoration: none;
    color: white;
    font-weight: 750;
    font-size: 1rem;
    transition: .5s;
}


/*  footer------------------------------------------- */


/* FOOTER CSS STARTING */
.footer {
       background-image: url("/images/footer_bg.png");
    background-size: cover;
    width: 100%;
    height: fit-content;
    padding: 10px 0px;
}

/* FOOTER UP CSS */
.footer-main1 {
    display: flex;
    justify-content: space-around;
}

.footer-line1 {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.logo {
    width: 238px;
    height: 80px;
    padding-left: 40px;
    padding-top: 30px;
}

.box {
    display: flex;
}

.icons-image {
    width: 42px;
    height: 42px;
    margin: 2px;
    padding: 2px;
    transition: transform 0.1s ease;
}

.icons-image:hover {
    transform: translateY(-10px);
}

.footer-p-2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: larger;
    padding: 3px;
    color: #ffff;
}

.footer-p-1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: larger;
    color: #ffff;
    width: 450px;
    line-height: 40px;
}

.footer-up-heading {
    color: #ffff;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-a {
    color: #ffff;
    text-decoration: none;
    font-size: larger;
    font-family: Arial, Helvetica, sans-serif;
    padding: 16px;
}

.footer-line2 {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.footer-line2-location {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

/* FOOTER DOWN CSS */

.footer-middle {
    display: flex;
    gap: 1rem;
}

.footer-main-2 {
    color: white;
    font-size: 15px;
    display: flex;
    justify-content: space-around;
}

.footer-main-2 span {
    color: rgb(0 173 238);

}

.footer-main-2-head {
    margin-top: 20px;
}

@media(max-width:1200px) {
    .logo {
        width: 180px;
        height: 60px;
    }

    .icons-image {
        width: 38px;
        height: 38px;

    }

    .footer-p-2 {
        font-size: 16px;

    }

    .footer-p-1 {
        font-size: 16px;
        width: 450px;

    }

    .footer-a {
        font-size: 16px;
    }

    .footer-line2 h3 {
        font-size: 20px;
    }

    .footer-a {
        padding: 16px 0px;
    }

    .footer-line1 {
        padding-left: 10px;
    }

    .footer-main-2 {
        font-size: 14px;
    }

    .icons-image {
        width: 42px;
        height: 42px;
    }
}

@media(max-width:1050px) {
    .footer-main-2 {
        font-size: 12px;
        flex-direction: column-reverse;
        text-align: center;
        gap: 14px;
        margin-top: 20px;
    }

    .footer-main-2 h3 {
        margin: 0;
    }

    .icons-image {
        width: 42px;
        height: 42px;
    }
}

@media(max-width:1000px) {
    .footer-middle {
        gap: 10px;
        margin-right: 10px;
    }

    .footer-main1 {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        padding: 10px 20px;
    }

    .footer-p-1 {
        width: 362px;
        font-size: 15px;

    }

    .footer-p-2 {
        font-size: 15px;

    }

    .footer-a {
        font-size: 15px;
    }

    .footer-line2 h3 {
        font-size: 17px;
    }

    .footer-a {
        padding: 16px 0px;
    }

    .footer-line1 {
        padding-left: 1px;
    }

    .footer-main-2 {
        font-size: 10px;
    }

    .logo {
        width: 180px;
        height: 80px;
    }

    .icons-image {
        width: 42px;
        height: 42px;
    }

}

@media(max-width:860px) {
    .footer-main1 {
        flex-direction: column;
    }

    .footer-middle {
        justify-content: space-evenly;
    }

    .footer-line1 {
        margin: 0px 80px;
    }
}

@media(max-width:790px) {

    .footer-line1 {
        margin: 0px 75px;
    }
}

@media(max-width:670px) {

    .footer-line1 {
        margin: 0px 50px;
    }
}

@media(max-width:640px) {
    #footer-line2-location {
        display: none;
    }

    .footer-line1 {
        margin: 0px 20px;
    }
}

@media(max-width:520px) {
    #footer-line2-location {
        display: none;
    }

    .footer-line1 {
        margin: 0px 10px;
    }

    .footer-main1 {
        margin-top: 0;
        padding-top: 0;
    }

    .footer-p-1 {
        width: 320px;
        font-size: 13px;

    }

    .footer-p-2 {
        font-size: 13px;

    }

    .footer-a {
        font-size: 13px;
    }

    .footer-line2 h3 {
        font-size: 14px;
    }

    .footer-a {
        padding: 11px 0px;
    }

    .footer-line1 {
        padding-left: 1px;
    }

    .footer-main-2 {
        font-size: 8px;
    }

    .logo {
        width: 160px;
        height: 73px;
    }

    .icons-image {
        width: 37px;
        height: 37px;
    }

}

@media(max-width:360px) {
    .footer-middle {
        flex-direction: column;
        gap: 3px;
        margin: 1px auto;


    }

    .footer {
        margin-left: 0;
        padding-left: 2px;
    }

    .footer-line2 h3 {
        font-size: 20px;
    }

    .footer-a {
        font-size: 16px;
    }

    .footer-main-2 {
        font-size: 9px;
        text-align: center;
    }

    .logo {
        width: 230px;
        height: 93px;
    }

    .footer-p-1 {
        font-size: 15px;
        width: 100%;

    }

    .footer-p-2 {
        font-size: 15px;

    }

    .footer-main1 {
        padding: 3px;
    }
}

.current-page{
    color: #00ADEE;
}