* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}


/* header section css*/

.body_part {
    background-image: url("img/Mothers day desk.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: fit-content;
}


/* .body_part{
    background-color: #1bb4a7;
   
} */

.manipal_logo {
    width: 200px;
    object-fit: cover;
}

.header_part {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-shadow: 0 5px 15px 0 rgb(0, 0, 0, 0.25);
    width: 80%;
    height: 70px;
    border-radius: 10px;
    /* position: fixed; */
    /* top: 20px; */
    /* left: 20%; */
    /* transform: translate(-50%); */
    z-index: 9999;
}

.Appointment_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.booK_appointment_btn {
    padding: 8px 20px 8px 20px;
    border: 2px solid #0c4da2;
    border-radius: 10px;
    background: transparent;
    color: #0c4da2;
    font-weight: 600;
}

.booK_appointment_btn_view {
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #0C4DA2 0%, #02B9AD 100%);
    color: #0c4da2;
    font-weight: 600;
    border: 0px;
    color: #fff;
}

.two_btns {
    display: flex;
    justify-content: center;
}

.text_one {
    color: #0c4da2;
    font-weight: 600;
}

.text_two {
    color: #0c4da2;
    font-weight: bold;
}

.two_btns {
    margin-top: 280px;
}

.form_and_pack {
    background: #02B9AD;
    border-radius: 10px;
    margin-top: -65px !important;
}

.part_two {
    padding-bottom: 220px;
}

.view_pack_two {
    padding: 5px 10px 5px 10px;
    border: 0px;
    border-radius: 10px;
    color: #0c4da2;
    font-weight: 500;
}


/* end of header section css */


/* body section css */

.form_card {
    padding: 15px;
    border-radius: 15px !important;
    border: 0px !important;
    background: var(--light-background-color, #FFF);
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.appointment {
    color: #02778a;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.1px;
}

.labels {
    color: #02778a;
    font-weight: 600;
    font-size: 14px;
}

.input_forms {
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    background: #F9F9F9;
    padding: 5px;
    outline: 0px;
    color: #777171;
}

.submit {
    border: none;
    outline: none;
    padding: 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transform: .3s ease;
    background-color: #04b6ae;
}

.form_top {
    margin-top: -260px !important;
}

.part_three {
    background-image: url(img/background_white.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 70vh; */
}

.part3 {
    background-image: url(img/background_white.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: auto; */
}

.all_fonts {
    color: #0c4da2;
    font-weight: bold;
}

.heart_icon {
    width: 70px;
}

.heart_icon_two {
    width: 70px;
    height: 70px;
    background: #0c4da2;
    border-radius: 52px;
    padding: 8px;
}

.heart_profile {
    color: #0C4DA2;
}

.heart_cards {
    border: 0px !important;
    border-radius: 20px !important;
}

.vie_pack_btn3 {
    padding: 5px 20px 5px 20px;
    border: 2px solid #0c4daa;
    background: transparent;
    color: #0c4da2;
    font-weight: 600;
    border-radius: 10px;
}

.part_four {
    background-image: url(img/background_blue.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.why_choose_font {
    color: #fff;
    font-weight: bold;
}


/* end of body section */


/* media querys section */

.mob_view {
    display: none;
}

@media (max-width:800px) {
    .desk_view {
        display: none;
    }
    .mob_view {
        display: block;
    }
    .form_top {
        margin-top: 10px !important;
    }
    .part_two {
        padding-bottom: 5px;
    }
    .two_btns {
        margin-top: -76px;
    }
    .form_and_pack {
        margin-top: 2px !important;
    }
    .our_packages_all {
        display: flex;
        justify-content: center;
    }
    .header_part {
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        border-radius: 2px;
        width: 100% !important;
        height: 130px;
        z-index: 9999;
    }
    .booK_appointment_btn {
        padding: 5px 10px 5px 10px;
    }
    .booK_appointment_btn_view {
        padding: 7px 11px 10px 11px;
    }
    .form_data {
        margin-top: 15px !important;
    }
    .heart_cards {
        height: 180px;
    }
}


/* end of media query */

.fa-circle {
    color: #02B9AD;
}

.ponits {
    color: white;
}

.experiance_num {
    font-size: 30px;
    color: white;
}

.experiance_text {
    font-size: 17px;
    color: white;
}

.expe_cards {
    background: #04b6ae !important;
    border: 0px;
    border-radius: 20px !important;
}

.experiances {
    display: flex;
    align-items: center;
}

.part_five {
    background-image: url(img/background_white.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 80vh; */
}

.packages {
    background: #1bb4a7;
    width: max-content;
    color: white;
    font-weight: 500;
}

.packages_headings {
    padding: 10px;
}

.packages_headings:hover {
    background-color: #fff;
    color: #00b7ac;
}

.package_img {
    /* width: -webkit-fill-available; */
    width: 500px;
}

i.fa.fa-check-circle.check_pill {
    color: #1aa2a5;
}

#data_store2 {
    display: none;
}

#data_store3 {
    display: none;
}

#data_store4 {
    display: none;
}

#data_store5 {
    display: none;
}

#data_store6 {
    display: none;
}

#data_store7 {
    display: none;
}

#data_store8 {
    display: none;
}

#data_store9 {
    display: none;
}

.packages_headings:active {
    background: #ffff;
}

.center_img {
    background-image: url(img/family_photo.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    /* controls height naturally */
}

.Symptoms_Herina {
    display: flex;
    justify-content: space-evenly;
}

.herina_con {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.operation {
    color: #0b55a3 !important;
}

.herina_con ul {
    color: #0b55a3;
}

.symptoms_off {
    font-size: 20px;
    color: #0b55a3;
}

.Herina {
    font-size: 17px;
    color: #1aa2a5 !important;
}

@media (max-width:1000px) {
    .package_img {
        width: 100% !important;
    }
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    /* background-color: #11B4A5; */
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    color: white;
    font-size: 20px;
    /* font-weight: 700; */
}

.location {
    /* background-color: #11B4A5; */
    background-color: #19aba7;
}

.border_rt {
    border-right: 1px solid white;
    color: white;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.border_rt1 {
    color: white;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.border_final {
    color: white;
    font-size: 17px;
    font-weight: 600;
}

.Symptoms_Herina .card {
    border: 0px;
    background: white;
    opacity: 0.9;
}


/* new code */

.ful_row1 {
    padding: 19px 25px;
    /* background: linear-gradient(180deg, #E2F6FC 14.25%, rgba(255, 255, 255, 0.00) 100%) !important; */
    /* background-image: url(img/adult_vac_banner.webp);
    background-size: cover;
    background-repeat: no-repeat; */
}

#input_family {
    border-radius: 7px;
}

.text1 {
    color: #08519b;
    font-size: 25px;
}

.text2 {
    color: #b7adad;
}

.inp1 {
    padding: 7px 0px 7px 8px;
    border: 1px solid #b7adad;
    border-radius: 5px;
    width: -webkit-fill-available;
}

.button3 {
    text-align: center;
    padding: 7px 0px 7px 8px;
    border: 0px;
    background: #08519b;
    border-radius: 6px;
    color: white;
    width: -webkit-fill-available;
}

.form_data {
    margin-top: 30px;
    border-radius: 8px;
    background-color: #e5f7fc;
}


/* end code */

.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;
}

section.parta {
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    background-size: cover;
    background-repeat: no-repeat;
}

.headsup {
    color: white;
    font-size: 32px;
    font-weight: bold;
}

.activated {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    color: white;
    border: 1px solid blueviolet;
    border-radius: 10px;
    padding: 11px;
    font-weight: 600;
}

.cont-but {
    border: 1px solid blueviolet;
    border-radius: 10px;
    padding: 11px;
    background: white;
    color: black;
    font-weight: 600;
}

.matter-pag {
    color: white;
    font-weight: 500;
    line-height: 25px;
}

.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;
}

.Book_now_btn {
    padding: 10px 30px 10px 30px;
    border-radius: 8px;
    border: 0px;
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    color: #fff;
    font-weight: 600;
}

#pack_men1 {
    background: #fff;
    color: #1bb4a7;
}

.book_call_btn {
    background: #11b4a5;
    border: 0px;
    padding: 9px;
    width: 20%;
    border-radius: 5px;
    /* font-size: 18px; */
    color: #fff;
    font-weight: 600;
}