a*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html,
body {
    overflow-x: hidden;
}

/* mani index css code */
.banner-section {
    width: 100%;
    background-image: url(img/ENT01_new_banner_code.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 670px;
    margin-top: 90px;
}

.form_card {
    padding: 20px;
    top: 10%;
    border-radius: 10px;
    background: var(--light-background-color, #FFF);
}

.appointment {
    color: #02778a;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.1px;
}

button.submit {
    border: none;
    outline: none;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    transform: .3s ease;
    background-color: #04b6ae;
}

input.input_forms {
    border-radius: 5px !important;
    border: 1px solid #E6E6E6;
    background: #F9F9F9 !important;
    padding: 5px;
    outline: 0px;
}

.labels {
    color: #02778a;
    font-weight: 600;
    font-size: 16px;
}

.mob_view {
    display: none;
}

@media (max-width:768px) {
    .desk_view {
        display: none;
    }

    .mob_view {
        display: block;
    }

    .banner_form {
        margin: 0px !important;
    }

    .butn-phone {
        width: 80% !important;
    }

    .experbox {
        font-size: 17px !important;
    }

    .butns_option {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
    }

    #btn,
    .appointment_btn_new {
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.side-nav {
    position: fixed;
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    width: fit-content;
    bottom: 10%;
    right: 0;
    padding: 20px;
    color: white;
    border-radius: 3px;
    z-index: 9999;
}

/* tablet view code media query */

@media (min-width:992px) and (max-width:1200px) {
    div.form_card {
        width: 100%;
    }

    .banner-section {
        height: 700px;
    }

}

.heading_data {
    color: #224f8f;
    font-weight: bold;
    font-size: 35px;

}

.why-choose-con {
    font-size: 18px;
    line-height: 23px;
}

.num-section {
    padding: 1.5rem 3.5rem;
    background-color: #19aba7;
    width: fit-content;
    color: #fff;
    box-sizing: border-box;
    width: 100%;

}

.num-section__row::before {
    content: "";
    position: absolute;
    left: -3.5rem;
    top: 50%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(to right, #224f8f, #19aba7);
}

.num-section__title {
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}

.num-section__row {
    font-weight: 700;
    padding: 1rem 0;
    border-top: 2px solid #fffa;
    position: relative;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}

.num-section__num {
    font-size: 1.5em;
    padding: 15px 0px;
    margin: 0px;
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}

span.pluss {
    font-size: 1.5em;
    padding: 15px 5px;
}

.num-section__row:first-child {
    border-top: none;
}

.h3_page1 {
    font-weight: bold;
    color: #224f8f;
    font-size: 32px;
}

i.fa.fa-check-circle.check_pill {
    color: #1aa2a5;
}

.partb {
    background-color: #034ea1;
    background-image: url(img/checkup-bg-one.webp), url(img/checkup-bg-two.webp) !important;
    background-position: left center, right center;
    background-repeat: no-repeat;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.check-butt {
    border: none;
    background: white;
    color: #034ea1;
    font-weight: 600;
    padding: 10px 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.checkups {
    color: white;
}

.why_data {
    color: #0C4DA2;
    font-size: 32px;
    font-weight: 700;
}

.all_data_center {
    display: flex;
    justify-content: center;
}

.corner_con {
    display: flex;
    flex-direction: column;

    align-content: center;
    align-items: center;
}

.round {
    border-radius: 61px;
    background: linear-gradient(180deg, #0C4DA2 0%, #02B9AD 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: fit-content;
    padding: 20px;
}

.opd_data {
    font-size: 15px;
    text-align: center;
    color: #004d99;
}

section.parta {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}

.headsup {
    color: #004d99;
    font-size: 32px;
    font-weight: bold;
}

.activated {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    color: white;
}

.cont-but {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 11px;
    background: white;
    color: black;
    font-weight: 600;
}

.matter-pag {
    color: white;
    font-weight: 500;
    line-height: 25px;
    cursor: default !important;
}

p.faq_head {
    font-size: 30px;
    text-align: center;
    color: #215b92;
    font-weight: 700;
    margin: 50px 0px 30px 0px;
}

button.accordion-button.collapsed {
    color: #034ea1;
    font-weight: bold;
    background: #e4e4e4;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-item {
    margin-bottom: 10px;
}

.activated {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    color: white;
}

.part9 {
    background: linear-gradient(180deg, #0C4DA2 0%, #02B9AD 100%);
    padding-bottom: 20px;
}

/* end of main index code */

/* Footer css code */

/* Footer css code end */

/* bootom nav bar code */
button.popup_submit {
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    padding: 10px;
    border: none;
    text-align: center;
    width: 100%;
    color: white;
    border-radius: 9px;
    margin-bottom: 40px;
}

.form_card {
    padding: 20px;
    border-radius: 10px;
    background: var(--light-background-color, #FFF);
}

.form_card_pop {

    border-radius: 10px;
    padding: 10px;
    border: none !important;
    background: var(--light-background-color, #FFF);
    padding-top: 0px !important;
}

/* end of bottom nav section */
/* side scrool bar code  */
::-webkit-scrollbar {
    width: 3px;
    height: 6px;
    background-color: #ddd;
}

::-webkit-scrollbar-thumb {
    background-color: #034ea1 !important;
}

#chatbotMenuTapTarget {
    background-color: #11b4a5 !important;
}


.banner_form {
    margin: 4px 61px;
    padding: 10px;
    padding-top: 0px !important;
}

.appointment_form {
    padding: 5px;
    background-color: white;
    float: right;
    margin-top: 26px;
    /* margin-right: -550px; */
    border-radius: 8px;
    box-shadow: 0px 20px 60px #3e3e3e29;
}

.modal-content {
    border: none !important;
    background-color: transparent !important;
}

.carousel-control-next {
    display: flex;
    justify-content: end !important;
}

.carousel-control-prev {
    display: flex;
    justify-content: start !important;

}

.tube-med {
    display: flex;
    justify-content: center !important;

}

.butn-phone {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 40px;
    width: 100% !important;
}

.fleedd {
    display: flex;
    justify-content: flex-start;
}

.getted {
    height: 40px;
    width: 40px;
    background: white;
    border-radius: 50%;
    color: #19aba7;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: 15px;

}

.box-resd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.__parent_container__ .btn-floating.btn-large {
    width: 55px;
    height: 50px;
    padding: 0;
    top: -56px !important;
}

.__parent_container__ .parent-container {
    position: fixed !important;
    bottom: 117px !important;
    right: 10px;
    box-shadow: 0 5px 10px #a9a9a9;
}

/* end of the code */
/*  new css code styart */
.info-section {
    padding: 40px 0;
    background-color: #e6f7ff;
}

.info-section img {
    max-width: 100%;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.info-details h2 {
    color: #004d99;
    font-weight: bold;
}

.info-details p {
    color: black;
    font-weight: 600;
}

.appointment_btn-main {
    background: #004d99;
    text-align: center;
    color: white;
    font-weight: 600;
    padding: 12px;
    font-size: 12px;
    border-radius: 8px;
    width: fit-content;
    border: none;
}

.headsup1 {
    color: #034ea1;
}

.bann-ber {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.why-block {
    /* border: 1px solid; */
    padding: 0px;
    border-radius: 10px;
}

.maggerhead {
    margin: 0px !important;
    padding: 0px !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end !important;
}

.magger1 {
    height: 50%;
    width: 30%;
    background: #034ea1;
    border-top-left-radius: 10px;
}

.magger2 {
    height: 50%;
    background: #00b7ac;
    width: 30%;
    border-bottom-left-radius: 10px;
}

.img-contt {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    border: 1px solid #034ea1;
}

.experbox {
    display: flex;
    /* justify-content: center; */
    align-content: center;
    font-size: 25px;
    background: #00b7ac;
    color: white;
    font-weight: 600;
    padding: 20px 20px;
    border: 1px solid #034ea1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: none;
    border-top: none;
}

.cards_data {
    background: #04b6ae !important;
    height: 110px !important;
    width: 100%;
    padding: 15px;
    text-align: center;
    justify-content: center;
    box-shadow: 3px 5px 4px 3px rgba(65, 64, 64, 0.25);
    border: 0px;
    color: #ffff !important;
    font-size: 17px;
}

.card1 {
    /* background: #02778a; */
    box-shadow: 2px 3px 4px 1px silver;
    border-radius: 5px;
    margin-top: 30px;
    /* padding: 30px 20px 30px 20px; */
    padding: 5px;
    width: 100%;
}

.medddes {
    display: flex;
    justify-content: center;
}

.dr_image {
    display: flex;
    margin: auto;
}

.dr_head {
    color: #0C4DA2;
    font-weight: bold;
}

.dr_desk {
    color: #0C4DA2;
    font-weight: 500;
    font-size: 16px;
}

.book_now {
    background: linear-gradient(180deg, #0C4DA2 0%, #02B9AD 100%);
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}

.part6 {
    background: aliceblue;
}

.part_four {
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    background-repeat: no-repeat;
    background-size: cover;
}

.heading_two {
    color: #fff;
    text-align: justify;
}

.heading_two_main {
    color: #fff;
    font-weight: 600;
}

.all_row_section1 {
    display: flex;
    justify-content: center;

}


.doc_intro {
    text-align: center;
    /* padding: 5px; */
    background: #1a9fa4;
    color: white;
    width: 90%;
    border-radius: 25px 0px 25px 0px;
}

#btn {
    border: 0px;
    width: 20%;
    background: #04b6ae;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}

.appointment_btn_new {
    border: 0px;
    width: 30%;
    background: #04b6ae;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
}

.butns_option {
    display: flex;
    justify-content: flex-start;
}

.part_nine {
    background: #e7f0f9;
}

.doc_heading {
    color: #004d99;
}

.line_sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line_one {
    border: 2px solid #04b6ae;
    width: 150px;
}

iframe {
    border: 8px solid #e7f0f9 !important;
    box-shadow: 1px 2px 2px 2px silver !important;
}

.card_data_two {
    /* box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05); */
    box-shadow: 3px 5px 4px 3px rgba(0, 0, 0, 0.25);
    border: 0px;
    color: #004d99;
    font-weight: 600;
    /* background: #b0e5d9; */
}
/* .laparoscopic_imgs {
    background: #dce9f5;
    border-radius: 10px;
} */
.img-boood {
    border-radius: 20px;
}
.all_fonts {
    font-size: 18px;
 
   
}
.consult_btn1 {
    border-radius: 10px;
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 0px;
    padding: 10px;
    /* width: 41%; */
    font-size: 15px;
    color: white;
}
.part_four {
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    background-repeat: no-repeat;
    background-size: cover;
}
.all_row_section1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.chart_sec_two {
    display: flex;
    align-items: center;
    border: 1px solid silver;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}
.number_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.number_data_two {
    font-size: 25px;
    color: #074F98;
    font-weight: 600;
}
.text_data_two {
    color: #074F98;
    font-size: 15px;
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.75rem;
    }
}
.heading_two {
    color: #fff;
}
.stars {
    color: orange;
}
.img-mainapl-box {
    background: rgb(220, 233, 245);
    border-radius: 20px;
}

.mar-zer {
    margin-bottom: 0px !important;
}
.parag-manipal {
    color:#004d99;
    font-size: 15px;
    margin-top: 13px;
}
.icons_set{
    display: flex;

    flex-direction: row;
    align-items: center;
    background: aliceblue;
    padding: 13px;
    border-radius: 10px;
}
.sub_head{
    color:#004d99;
}
.all_cards_datasec{
    display: flex;
    align-items: center;
    padding: 6px;
    color: #004d99;
    font-weight: 600;
}
.demo_data{
    color: #004d99 !important ;
    font-weight: 600;
}
.type3{
    color: #004d99;
}
.all_fonts_two{
    color: #004d99;
    font-size: 18px;
}
#Surgeries1{
    border: 3px solid rgb(2, 119, 138);
}
.patient_data{
    background-image: linear-gradient(to right, #224f8f, #19aba7);
    
}
/* new css code end */