@import url(./flaticon.css);
@import url(../font1/flaticon_ot_icons_dont_delete.css);
.main_container {
    max-width: 400px;
    margin: auto;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;

}

html,
body {
    height: 100%;
    width: 100%;
    line-height: inherit !important;
    background-color: rgb(225, 226, 249);
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
    /* or add it to the track */
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}

a {
    text-decoration: none;
}

.uremr_header {
    background-image: url(../imgs/red\ bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-clip: border-box;
    background-size: cover;
    padding: 10px 20px 79px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.uremr_header6 {
    background-image: url(../imgs/red\ bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-clip: border-box;
    background-size: cover;
    padding: 10px 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    color: white;
}

.uremr_header1 {
    background-image: url(../imgs/red\ bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-clip: border-box;
    background-size: cover;
    padding: 10px 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.uremr_header4 {
    background-image: url(../imgs/bg1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-clip: border-box;
    background-size: contain;
    padding: 10px 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.uremr_header3 {
    background-image: url(../imgs/bg-2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-clip: border-box;
    background-size: cover;
    padding: 10px 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.uremr_header5 {
    background-image: url(../imgs/redbg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-clip: border-box;
    background-size: contain;
    padding: 10px 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}


.uremr_header * {
    color: #fff;
}

.emr_header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.emr_right {
    display: flex;
    gap: 7px;
}

.emr_user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flaticon_background {
    background: #ffffff52;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flaticon_background i {
    line-height: 0;
}

.search_field {
    position: relative;
    width: 100%;
}

.search_field i {
    position: absolute;
    top: 12px;
    left: 10px;
}

.search_field input {
    background-color: #ffffff52;
    border: 1px solid transparent;
    padding: 10px 30px;
    /* border: 0; */
    width: 100%;
    border-radius: 5px;
    outline: none;

}



.search_field input:focus {
    border: 1px solid #fff;
}

.input_field {
    color: grey;
}

.treatment_icon i,
.scan_icon i {
    font-size: 30px;
    padding-top: 3px;
}

.book_treatment i {
    background: linear-gradient(45deg, #f74940, #930902);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.book_treatment {
    background-color: #fdf1f0;
}

.uploadico i {
    background: linear-gradient(45deg, #F5BD38, #C49E3D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.uploadico {
    background-color: #FBEFD3;
}

.historyico i {
    background: linear-gradient(45deg, #24C784, #216E4E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.historyico {
    background-color: #EFFDF7;
}

.treatment_icon {

    width: 46px;
    padding: 6px;
    border-radius: 5px;
}


.treatment_card,
.scan_card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    height: 100%;
    padding: 10px;
    background-color: #fff;
    border-radius: 9px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.treatment_header h2,
.scan_header h2 {
    color: #2E2E2E !important;
    font-weight: 500 !important;
    font-size: 12px;
}

.similar_treatment {
    position: absolute;
    bottom: -66px;
    /* display: flex;*/
    /* flex: 1; */
    left: 20px;
    right: 20px;
}

.similar_treatment1 {
    position: absolute;

    /* display: flex;*/
    /* flex: 1; */
    left: 20px;
    right: 20px;
    top: 140px;
}

.treatment_header,
.scan_header {
    flex: 1;
    height: 100%;
    min-height: 32px;
}

.uremr_body {
    padding: 70px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: auto;
}

.suv-body {
    border-radius: 10px 10px 0px 0px;
}

.uremr_body h2 {
    color: #676767;
    font-size: 15px;
    font-weight: 600;
}

.heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}




/* new css */
.uremr_card {
    position: relative;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #c9e3e6;
}

.ribbon {
    position: absolute;
    top: 0px;
    right: 11px;
    text-align: center;
    background: linear-gradient(#16D2B0, #067B66);
    display: block;
    width: fit-content;
    height: fit-content;
    border-radius: 5px 0px 0px 0px;
}

.ribbon>div {
    display: flex;
    flex-direction: column;
    padding: 6px;
    gap: 3px;
    color: #fff;
}

.ribbon_content {
    color: #fff;
    font-size: 14px;
}

.ribbon:after {
    content: "";
    width: 100%;
    top: 100%;
    position: absolute;
    display: block;
    border-width: 0 20px 13px 20px;
    border-color: #067B66;
    border-bottom-color: transparent;
    border-style: solid;
    box-sizing: border-box;
}

/* new css */

.uremr_card h2 {
    width: calc(100% - 60px);
    color: #171717;
}

.uremr_card_content span {
    color: #9A9A9A;
}

.ribbon p {
    font-size: 10px;
}

.form_button {
    background: #fdf1f0;
    border: 1px solid #fdf1f0;
    padding: 5px 10px;
    border-radius: 50px;
    text-align: center;
}

.uremr_card_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cost_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.primary_button {
    background: #0B66C3;
    color: #fff;
}

.rupee:before {
    content: "\20B9"
}

.flash {
    color: #FED70D;
}

.cost_content>div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.uremr_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.uremr_content>div {
    width: 100%;
}

.slids img {
    width: 100%;
}

.scan_icon i {
    font-size: 36px;
    line-height: 0;
}

.scan_card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 30.9% !important;
    flex: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scan_card_content {
    flex-direction: row;
    flex-wrap: wrap;
}

.scan_header {
    min-height: fit-content !important;
}

.scan_icon {
    text-align: center;
}

.scan_icon img {
    height: 36px;
}

.scan_header h2 {
    font-size: 11px;
    text-align: center;
}

.browse_card {
    width: fit-content !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 17.1% !important;
}






.browse_card .treatment_icon {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 3px;
}

.browse_card {
    color: #E62F27;

}

.browse_card .treatment_icon:hover {
    background-color: #E52F27;
    color: #fff !important;
}


.browse_card_content {
    flex-direction: row;
    flex-wrap: wrap;
}

.rupee_content {
    display: flex;
    gap: 7px;
}

.rupee_content h2.rupee {
    width: fit-content;
}

.rupee_content span.rupee {
    text-decoration: line-through;
}

.w-full {
    width: 100%;
    border-radius: 10px;
    outline: none;
}


.footer_content {
    display: flex;

    padding: 10px;
}

.footer_content>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 1;
}

.footer_content>div i {
    font-size: 23px;
    color: #9A9A9A;
}

.suva_link a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 1;
    text-decoration: none;
}


.browse_card .treatment_header {
    min-height: fit-content !important;
   text-align: center;
}

.uremr_card_content>div {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}


/*prasad*/
/*mobile number*/

.p-number {
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 70px;
}

.emr_lef {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mb-box {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 10px;
    background-color: white;
    padding: 20px;

}

.m-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;

}

.pn-number {
    font-weight: bolder;
    color: #171717;
    font-weight: 700;
}

.m-box input {
    padding: 15px;
    border-radius: 10px;
    border: 2px solid grey;
    color: grey;
}



.lo_btn {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    font-weight: 700;
    text-align: cen
}

.ib-parent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*Otp*/
.emr_header1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.o-text0 {
    font-size: 20px;
    font-weight: 700;
}

.o-number {
    font-size: 16px;
    font-weight: bolder;
    padding-bottom: 25px;
}

.otp-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 60px;
}

.o-text {
    color: rgba(255, 254, 254, 0.05);

}

.card {
    display: flex;
    gap: 20px;
    background-color: white;
    border: none;
}

#c-1 {
    color: black;
    /* height: 40px; */
    width: 56px;
    padding: 8px;
    border: 2px solid rgba(167, 167, 167, 0.5);
    border-radius: 12px;
    margin: -1px;
    font-size: 27px;
    text-align: center;
    outline: none;
}

.link {

    color: #E52F27;
}

.link:hover {
    color: #505050;
}

.card0 {
    background-color: white;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 45px;
    padding-bottom: 45px;
    margin: auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.uremr_header {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.d-otp {
    color: #646464;
    margin-top: 15px;
}

.d-card details {
    display: flex;
    flex-direction: column;

}

.e-details {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 175px;
}

.c-btn {
    background-color: #3C8CF6;
    padding: 10px;
    border: none;
}

.name,
.age {
    color: black;
}

#d-name {
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: 2px solid rgb(182, 182, 182);
}

.personal-box {

    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.f-name,
.f-age,
.g-gender {
    color: rgb(17, 17, 17);


}

.ip-name::placeholder {
    color: grey;
}

.ip-name,
.ip-age {
    padding: 12px;
    width: 100%;
    border: 2px solid rgba(151, 150, 150, 0.5);
    border-radius: 7px;
    color: grey;
    outline: none;
}

.m-gender {
    color: rgb(68, 68, 68);
}



.personal-box1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.name-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gender-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#age {
    color: #2E2E2E;
}

.booking_card {
    background-color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px 10px 0px 0px;
    width: 400px;
    border: none;
    margin-top: 50px;
}

.book-text {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
}

.book-head {
    font-weight: 700;
    color: black;
    font-size: 16px;
}

.book-side-head {
    color: grey;
}



.top-border {
    border-top: 4px solid rgb(189, 189, 189);
    width: 50px;
    margin: auto;
    border-radius: 5px;

}



.book-text1 {
    padding-top: 30px;
}


.fit_container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;

}

.main_container {
    background-color: #fff;
}

.fit_container .main_container1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;

}

.fit_container .main_container1 .uremr_body {
    /* flex: 1; */
    padding: 0;
}

.fit_container .main_container1 .uremr_header {
    background-image: url(../imgs/red\ bg.svg);
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
    border-radius: 0;
    flex: 1;
}

.uremr_body1 {
    background-image: url(../imgs/location.jpg);
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
    border-radius: 0;
    flex: 1;
}

.main_location {
    background-color: white;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.choose-location {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.choose {
    font-size: 20px;
    font-weight: 700;
}

.location_address_parent {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.add_btn {
    background-color: transparent;
    color: #E62F27;
    padding: 10px;
    border: 2px solid rgb(207, 207, 207);
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    border-radius: 10px;
}

.br-top {
    border-top: 4px solid rgb(184, 184, 184);
    width: 50px;
    border-radius: 10px;
    margin: auto;
}

.pen_icon {
    display: flex;
}

.main_location-1 {
    background-color: white;
    padding: 30px;
}

.lc-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.loc {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ab_p1 {
    padding-right: 5px;
    text-align: center;
}

.pen_1 {
    font-size: 20px;
    color: dimgray;

}

.pen_0 {
    color: grey;
    padding-left: 18px;

}

.school {
    font-size: 14px;
}

.location_1 {
    font-size: 20px;
    font-weight: 700;
}

.search {
    position: relative;
}

.search_ii {
    padding-left: 30px;
    height: 50px;
    width: 100%;
    border-radius: 7px;
    border: 2px solid rgb(235 235 235);
    outline: none;
}

.search_icon {
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 20px;
}

.location_top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search img {
    padding: 5px;
    margin-top: 10px;
}

.confirm_add {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 5px;
}

.ca_add {
    display: flex;
    gap: 5px;
    background-color: #eaf1fa;
    padding: 15px;
    border-radius: 10px;
}

.ca_add i {
    color: #E52F27;
}

.ca_add p {
    color: grey;
}

.h_box {
    border: 0.5px solid rgb(235 235 235);
    width: 80px;
    padding: 8px;
    border-radius: 10px;
    text-align: center;
}

.grand_total {
    color: #dc3545;
}

.uremr_footer {
    background-color: white;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.nt_bg {
    background-color: #E52F27;
}

.hc_bg {
    background-color: rgb(252, 239, 239);
}

.hc_text {
    background-color: #e7736d;
}

.o_box {
    border: 0.5px solid #E52F27;
    width: 80px;
    padding: 8px;
    border-radius: 10px;
    text-align: center;
}

.save_address_boxes {
    display: flex;
    gap: 10px;
}

.save_btn1 {
    background-color: #dc3545;
    padding: 15px;
    border-radius: 10px;
    border: none;
    width: 100%;
    color: white;
    margin-top: 15px;
}

.f-control {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0.5px solid rgb(184, 184, 184);
    border-radius: 0px;
}

.cancel_icon {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid rgb(184, 184, 184);
    background: transparent;
    border-radius: 0px;
}

.cancel_i {
    color: grey;
}

.lab_search {
    position: relative;
}

.is-input {
    padding-left: 35px;
    height: 50px;
    width: 100%;
    border-radius: 7px;
    background-color: #fcfcfc52;
    color: white;
    outline: none;
    border: none;

}

.se_i {
    position: absolute;
    left: 10px;
    top: 17px;
}

.se_a {
    position: absolute;
    right: 10px;
    top: 18px;
}

.uremr_header_lab {
    color: white;
    background-image: url(../imgs/red\ bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-clip: border-box;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.near_y {
    border-bottom: 0.5px solid rgb(207, 207, 207);
    padding-bottom: 10px;

}

.form-check-inputcustom-radio {
    width: 25px !important;
    height: 25px !important;
    margin: 10px;
}

.is-input::placeholder {
    color: white;
}

.input_field::placeholder {
    color: white;
}

.form-check label {
    font-size: 18px;
}

.b_back {
    background-color: white;
    width: 100%;
    padding: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

}

.al_ct {
    padding-left: 170px;
    transform: rotate(50deg);
}

.al_ct1 {
    transform: rotate(90deg);
    margin-bottom: 10px;
}

.coupon_code {
    margin-top: 40px;

    background-color: white;
    border-radius: 10px;
    align-items: center;
    border: 0.5px solid rgb(207, 207, 207);
}

.cc_box {
    border: 2px solid rgb(207, 207, 207);
    border-radius: 10px;
}



.ccode_box {
    height: 100px;
    background-color: white;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    position: relative;


}

.offer_box {
    height: 100px;
    width: 50px;
    position: relative;
    background-color: #2f6ec0;
}

.offer_test {
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 14px;
    justify-content: center;
}

.apply_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #E52F27;
}

.apply_link:hover {
    color: #505050;
}

.offer_box p {
    transform: rotate(-90deg);
    position: absolute;
    left: -10px;
    top: 36px;
    font-size: 14px;
    width: 72px;
}


.diabeties {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-bottom: 100%;

}

.diabeties1 {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

}

.user_icon {
    height: 50px;
    width: 50px;
    border-radius: 10px;

}

.check_icon {
    height: 30px;
    margin-left: 167px;
    margin-top: 8px;
}

.cart_body {

    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.cart_body-1 {

    background-color: rgb(245, 185, 185);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.card_body2 {
    height: 220px;

    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
    margin-top: 30px;
    align-items: center;
}

.card_body2 p {
    font-size: 16px;
}

.card_body2 div {
    margin-left: 20px;
}

.pay_cash {
    width: 350px;
    margin-bottom: 0px;
}

.cc_code1 {
    margin-bottom: 50px;
}

.payment_card {
    background-color: white;
    border: 2px solid rgb(207, 207, 207);
    border-radius: 10px;
}

.payment_option {
    height: 80px;
}

.tube_body {
    text-align: center;
}

.tube_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 350px;
    padding-bottom: 200px;
}

.tube_text1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 409px;
    padding-bottom: 200px;
}


.tube {
    position: relative;
}

.mon {
    border-radius: 50px;
    width: 40px;
    height: 70px;
    background-color: white;
}

.mon p {
    font-size: 12px;
}

.time_9 {
    border: 2px solid rgb(207, 207, 207);
    width: 120px;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    opacity: 30%;
}

.time_10 {
    width: 120px;
    text-align: center;
    border-radius: 10px;
    padding: 11px;
    background-color: #E52F27;
    color: white;
    border: 2px solid #E52F27;
    font-size: 15px;
}

.button_gray {
    border: 2px solid rgb(207, 207, 207);
    width: 120px;
    text-align: center;
    border-radius: 10px;
    padding: 11px;
    color: #E52F27;
    font-size: 15px;
}

.time_11 {
    border: 2px solid rgb(207, 207, 207);
    width: 120px;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    color: #E52F27;
    border: 2px solid #E52F27;
}

.cart_icon {
    background-color: rgba(253, 253, 253, 0.5);
    padding: 10px;
    border-radius: 100px;
    border: none;
}

.cart_icon i {
    font-size: 20px;
    margin-top: 10px;
}

.filter {
    height: 50px;
    background-color: rgba(253, 253, 253, 0.5);
    border-radius: 5px;
    padding: 10px
}

.diabetes_card {
    margin-top: 20px;

    background-color: white;
    padding: 15px;
    border: 2px solid rgb(207, 207, 207);
    border-radius: 10px;
    position: relative;
}

.diabetes_text {
    background-color: #fcf1f0;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 0px;
}

.badge_50 {
    position: absolute;
    right: 10px;
    top: 0;
}

.add_cart {
    background-color: #dc3545;
    padding: 10px;
    border-radius: 10px;
}

.line {
    margin-left: 198px;
}

.com_line {
    margin-left: 157px;
}

.varun_box {
    border: 2px solid #E52F27;
    width: 200px;
    padding: 10px;
    border-radius: 5px;
}

.camera {
    border-radius: 10px;
    padding: 20px;
    height: 50px;
}

.order_hi_box {
    border: 2px solid #E52F27;
    width: 200px;
    padding: 15px;
    border-radius: 5px;
}

.order_hi_box1 {
    width: 200px;
    padding: 15px;
    border-radius: 5px;
    background-color: white;
    border: 2px solid rgb(207, 207, 207);
}

.location-bg {
    background-color: #ffffff;
    height: 200px;
    padding-top: 30px;


}

.call_button {
    border-radius: 10px;
    font-weight: 500;
    width: 200px;
    text-align: center;
    border: 2px solid rgb(207, 207, 207);
    color: #2f6ec0;
}

.concern_text {
    background-color: rgb(235, 235, 235);
    font-size: 20px;
    padding: 10px;
}

.serum_text {
    background-color: #fdf1f0;
    color: #dc3545;
    padding: 1px;
    border-radius: 10px;
    font-size: 14px;
}

.add_button {
    width: 150px;

}

.reports_body {
    position: relative;
}

.home_collection {
    background-color: rgba(255, 215, 215, 0.5);
    padding: 5px;
    width: 140px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: -5px;

}

.home_collection1 {
    background-color: rgba(255, 215, 215, 0.5);
    padding: 5px;
    width: 140px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0;

}

.home_collection12 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.fm_pen {
    margin-left: 155px;
    font-size: 20px;
    color: grey;
    background-color: rgb(245, 245, 245);
    height: 10px;
    padding: 10px;
    border-radius: 100px;
}

.phone_icon {
    width: 20px;

}

.hs_card {
    background-color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
    margin-top: 40px;
}

.push_text {
    font-size: 12px;
}

.phone_bg {
    padding: 23px;
    background-color: #dc3545;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100px;
    background: -webkit-linear-gradient(#dc3545, #505050);
    -webkit-text-fill-color: transparent;
}

.dow_file {
    background-color: rgb(248, 248, 248);
    padding: 10px;
    width: 50px;
    border-radius: 100px;
}

.header {
    margin-top: 450px;
}

.header1 {
    margin-top: 260px;
}

.cam_icon {
    background-color: #2f6ec0;
    width: 50px;
    padding: 10px;
    border-radius: 50px;

}

.edit_pro_icon {
    background-color: transparent;
    border-radius: 0px;
}

.e_add {
    padding-left: 10px;

}

.membership_card {
    height: 300px;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.membership_card1 {
    height: 70px;
    background-color: blueviolet;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, blueviolet, white);
    padding: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: white;

}

.membership_card12 {
    height: 70px;
    background-color: rgb(197, 184, 1);
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, rgb(226, 174, 2), rgb(243, 223, 155));
    padding: 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: white;
}

.reedem_button {
    background-color: #dc3545;
    padding: 10px;
    border-radius: 5px;
    color: white;
    width: 120px;
}


.centers_card {
    position: absolute;
    top: 10px;
}

.horz-boxes {
    margin-bottom: 100%;
}

.success_report_icon {
    padding-top: 30px;
    padding-left: 8px;
    position: absolute;
    left: 134px;
    top: 110px;
}

.failed_report_icon {
    padding-top: 30px;
    padding-left: 8px;
    position: absolute;
    left: 119px;
    top: 110px;
}

a {
    color: #E52F27;
}

a:hover {
    color: #505050;
}

.all {
    color: #E52F27;
}

.test-tube-2 {
    position: absolute;
    top: 120px;
    left: 130px;
}

.tube_failed {
    position: absolute;
    top: 120px;
    left: 130px;
}

.hc-bg {
    background-color: #d77780;

    border-radius: 10px;
    text-align: center;
    padding: 10px;
}

.gender_time {
    display: flex;
    text-align: center;

}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-text {
    border: 1px solid #5d5d5d;
    height: 100%;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rmv_bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    border: 1px solid rgb(216, 216, 216);
    height: 35px;
    border-radius: 4px;
}

.red_line {
    width: 150px;
}

 