/* Big tablet to 1200px (widths smaller taht the 1140px row) */
.mobile-bottom-nav{
    display: none;
}
@media only screen and (max-width: 1200px) {
    .header-nav-web {
        height: 110px !important;
    }
    .header-nav-web.sticky {
        height: 80px !important;
    }
    .header-nav-web .logo {
        width: 140px;
    }
    .header-nav-web .certification-logo {
        display: none;
    }
    .web-view .search-contain {
        width: 30%;
    }
    .web-view .search-bar {
        display: flex;
        align-items: center;
    }
    .web-view .search-bar img {
        width: 20px;
    }
    .web-view .search-bar input {
        font-size: 12px !important;
    }
    .web-view .location select {
        font-size: 14px;
    }
    .web-view .profile a {
        font-size: 14px;
    }
    .web-view .profile img {
        width: 25px;
    }
    .menu-item-lists li {
        font-size: 14px;
    }
    .web-view .call {
        font-size: 14px;
    }
    .call a:first-of-type img {
        width: 20px;
    }
    .web-view .call img {
        width: 20px;
    }
    .services-preview-collection {
        flex-wrap: wrap;
        display: flex;
        padding: 0;
    }
    .services-preview {
        height: auto;
        flex: 0 1 45%;
        margin-bottom: 20px;
    }
    .services-preview img {
        height: 40px;
    
    }
    
    .service {
        padding: 0;
    }
    .carousel .slick-slide img {
        height: auto !important;
    }
    .services-preview h3 {
        font-size: 14px;
    }
    .services-preview p {
        font-size: 14px;
    }
    .checkups-heading {
        align-items: center;
    }
    .web-checkup-box {
        height: 220px !important;
        padding: 20px !important;
        flex: 0 1 30%;
        margin-bottom: 20px !important;
        margin-right: 20px;
    }

    .container-part-box h4 {
        font-size: 16px;
    }
    .container-part-button {
        width: 90px !important;
        }
    .container-part-box .checkup-bottom .checkup-discount-right span {
        font-size: 18px !important;
    }
    .container-part-box .after {
        font-size: 18px !important;
    }
    .container-part-box .before {
        font-size: 14px !important;
    }
    .features-collection-preview {
        flex: 0 1 50%;
    }
    .slick-dots {
        bottom: -10px;
    }
    .doctor-prescription-container {
        padding: 0;
    }
    .doctor-prescription {
        width: 100%;
    }
    .path {
        padding: 5px 0 0 60px;
    }
    .web-view .categories-list {
        margin: 0 40px 24px 0;
    }
    button.slick-prev.slick-arrow {
        display: none !important;
    }
    button.slick-next.slick-arrow {
        display: none !important;
    }
    .women-page-categories a {
        width: 19%;
        margin-bottom: 1%;
    }
}
/* Small tablet to big tablet: from 768px to 1023px */
@media only screen and (max-width: 1023px) {

    /*new calender css*/
.month-calculate .days li .active-one {
   width: 20px;
height: 20px;
   
}

.month-calculate .days li .active-two {
   width: 20px;
   height: 20px;
    
}
      /*new calender css*/

     /*new calculator css*/
    /* .header-mobile .search-bar input {
        width: 90%;
    } */

    /* .header-mobile {
        display: flex !important;
    } */

    .header-nav-web.sticky {
        height: 110px !important;
    }
    .header-nav-web.sticky .profile {
        width: 90%;
        margin-top: 10px;
        padding-left: 8px;
    }
    .cart-box-head h4 {
        font-size: 18px;
    }
    .apply-coupon {
        font-size: 12px;
    }
    .checkup-total .subtotal {
        font-size: 16px;
    }
    .patient-box-head h4 {
        font-size: 16px !important;
    }
    .patient-box-main-upper {
        font-size: 14px;
    }
    .patient-box-main-lower {
        font-size: 14px;
    }
    .success-appoint-info {
        font-size: 14px;
    }
    .cart-box .report-time {
        font-size: 12px;
    }
    .schedule-day-container {
        width: 31%;
    }
    .checkup-amount-cart {
        align-items: center;
    }
    .cart-box .checkup-amount {
        font-size: 16px;
    }
    .slick-dots li button {
        width: 5px !important;
        height: 5px !important;
    }
    .slick-dots {
        bottom: -15px;
    }
    /* REVERSE FOR WEB */
    .web-view-reverse {
        display: flex;
        flex-direction: column;
    }
    .services-preview-collection {
        flex-wrap: wrap;
        display: flex;
        padding: 0;
    }
    .services-preview {
        height: auto;
        flex: 0 1 45%;
        margin-bottom: 20px;
    }
    .services-preview img {
        height: 45px;
    }
    .service {
        padding: 0;
    }
    .carousel .slick-slide img {
        height: auto !important;
    }
    .services-preview h3 {
        font-size: 14px;
    }
    .services-preview p {
        font-size: 14px;
    }
    .checkups-heading {
        align-items: center;
    }
    .btn-default {
        padding: 5px 15px !important;
        width: 130px;
    }
    .btn-default a {
        font-size: 18px;
    }
    .checkups-heading h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .checkups-preview h4 {
        font-size: 16px;
    }
    .checkups-preview p {
        font-size: 14px;
    }
    .before {
        font-size: 12px;
    }
    .after {
        font-size: 14px;
    }
    .off {
        font-size: 14px;
    }
    .details .left {
        font-size: 14px;
    }
    .details .right a {
        font-size: 14px;
    }
    .test-img {
        width: 110px !important;
        right: -14% !important;
    }
    .details-box {
        padding-bottom: 40px;
    }
    .checkups-preview-container .slick-list.draggable {
        padding-right: 100px !important;
        padding-left: 0px !important;
    }
    .organs-collection .slick-list.draggable,
    .blog-collection .slick-list.draggable,
    .customers-review-container .slick-list.draggable {
        padding-right: 100px !important;
        padding-left: 0px !important;
    }
    .categories-list {
        /* width: 200px !important; */
        height: 100px !important;
        font-size: 14px;
    }
    .care-title {
        font-size: 14px;
    }
    .organs-preview {
        font-size: 16px;
    }
    .women-page-categories a {
        width: 24%;
        margin-bottom: 1%;
    }
    .slick-slide .care-title {
        font-size: 16px;
    }
    .web-call-now {
        display: none !important;
    }
    .call-now.mobile-call-now {
        padding: 0px 30px;
    }
    .call-content h4 {
        font-size: 18px !important;
    }
    .call-content p {
        font-size: 18px !important;
    }
    .call-icon {
        width: 60px !important;
    }
    .call-content h4 {
        font-size: 22px;
    }
    .call-content p {
        font-size: 20px;
    }
    .call-now {
        padding: 5px 30px;
    }
    .right-button {
        width: 20%;
    }
    .checkups-heading {
        padding: 0 0 0 5.5%;
    }
    .chose-us-head h3 {
        font-size: 18px;
    }
    .chose-us-content {
        padding: 30px 0;
    }
    .content-left h3 {
        font-size: 20px;
    }
    .content-left p {
        font-size: 16px;
    }
    .features-collection-preview {
        flex: 0 1 50%;
    }
    .features-collection-preview h4 {
        font-size: 16px;
    }
    .certified h4 {
        font-size: 20px;
    }
    .certified p {
        font-size: 16px;
    }
    .customer-name p {
        font-size: 20px;
    }
    .customer-review p {
        font-size: 16px;
    }
    .footer.web-view {
        padding: 20px 20px 0 20px;
    }
    .footer-logo {
        width: 170px;
    }
    .footer-links h5 {
        font-size: 12px;
    }
    .footer-links ul {
        font-size: 12px;
    }
    .follow-us p {
        font-size: 12px;
    }
    .follow-links a {
        font-size: 14px;
    }
    .footer-bottom {
        font-size: 12px;
    }
    /* .footer-bottom-right img {
        width: 70px;
    } */
    /* healthpage */
    .filter-box-head {
        padding: 10px;
    }
    .filter-box-head h4 {
        font-size: 12px;
    }
    .filter-box-head a {
        font-size: 12px;
    }
    .btn-filter {
        font-size: 12px !important;
    }
    .web-view {
        padding: 20px 30px;
    }
    .filter-card .test-type .radio-test label {
        font-size: 10px;
    }
    .filter-card .radio-test input[type="radio"] {
        transform: scale(1);
        color: #003873;
    }
    .radio-test label {
        margin-left: 5px;
    }
    .radio-test {
        display: flex;
        align-items: baseline;
    }
    .filter-card .test-type {
        margin-bottom: 0;
    }
    .filter-card .card-body {
        padding: 10px 0;
    }
    .filter-card .card-body input[type="search"] {
        height: 25px;
    }
    .btn-filter {
        font-size: 12px !important;
        padding: 5px 0 !important;
    }
    .filter-btn-container button {
        font-size: 12px;
    }
    .btnc {
        height: 30px;
    }
    .health-heading-sort h3 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .health-head-sort {
        font-size: 12px;
    }
    .health-head-sort select {
        font-size: 12px;
        padding: 5px 10px;
    }
    .path {
        font-size: 10px;
    }
    .checkup-box-head h4 {
        font-size: 12px;
    }
    .web-checkup-box .checkup-includes {
        font-weight: 500;
        font-size: 12px;
    }
    .checkup-discount .before {
        font-size: 10px;
    }
    .checkup-discount .after {
        font-size: 12px;
    }
    .checkup-middle {
        font-size: 12px;
        margin-right: 5%;
    }
    .checkup-discount-right {
        font-size: 12px;
    }
    .checkup-right {
        font-size: 12px;
    }
    .web-checkup-box {
        padding: 10px !important;
        border-radius: 5px;
    }
    .filter-box {
        border-radius: 5px !important;
    }
    .web-view .categories-list {
        width: 245px !important;
        font-size: 14px;
        margin: 0 20px 24px 0;
    }
    .cart-select-info {
        padding: 10px 60px;
        bottom: -10px;
        font-size: 12px;
    }
    .web-checkup-box {
        height: auto !important;
        margin-right: 15px;
        margin-bottom: 15px !important;
    }
    .checkup-bottom {
        margin-top: 5px;
    }
    .path {
        padding: 10px 0 0 20px;
        font-size: 10px;
    }
    .popular-category-head h3 {
        font-size: 16px;
    }
    .popular-health-categories {
        margin-bottom: 50px;
    }
    .web-view .categories-list {
        width: 160px !important;
        height: 70px !important;
        font-size: 12px !important;
    }
    .web-view .categories-list img {
        width: 25px;
        margin-right: 10px;
    }
    .organ-preview a {
        width: 155px;
        height: auto;
    }
    .header-mobile .search-bar input {
        height: 40px;
    }
    .findlab-head h3 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .findlab-main .get-on-tag:first-of-type {
        width: 30%;
    }
    .findlab-main .get-on-tag:nth-of-type(2) {
        width: 30%;
        text-align: center;
    }
    .findlab-main .get-on-tag:last-of-type {
        width: 30%;
        text-align: right;
        padding-right: 10px;
    }
    .near-me {
        font-size: 16px;
    }
    .findlab-main .address-location p {
        font-size: 14px;
    }
    .add-loc-left {
        width: 79%;
        display: flex;
    }
    .add-loc-right {
        width: 21%;
        text-align: right;
    }
    .add-loc-right a,
    .add-loc-right a button {
        width: 100%;
    }
    .findlab-main .address-head a {
        font-size: 16px;
    }
    .findlab-main .address-contact {
        font-size: 14px;
    }
    .near-me img {
        width: 25px;
    }
    .findlab-main .get-on a {
        font-size: 16px;
    }
    .address-head h4,
    .address-head a {
        font-size: 16px;
    }
    .lab-content-container .get-on a {
        font-size: 14px;
    }
    .charges-head h4 {
        font-size: 14px;
    }
    .charges h4 {
        font-size: 14px;
    }
    .address-location p {
        margin: 0px;
    }
    .find-us-head h3 {
        font-size: 18px;
    }
    .contact-box p:last-of-type {
        font-size: 14px;
    }
    .contact-box p:first-of-type ion-icon {
        margin-right: 5px;
    }
    .business-box-head h4 {
        font-size: 14px;
    }
    .down-arrow {
        width: 30px;
    }
    .business-divide:last-of-type {
        width: 60%;
    }
    .covid-categories-head {
        padding: 0 0 0 0;
    }
    .covid-preview-collection {
        justify-content: space-between;
    }
    .covid-preview {
        margin-right: 0;
    }
    .cart-container {
        padding: 0 40px 20px 40px;
    }
    .cart-head h3 {
        font-size: 18px;
    }
    .cart-head {
        padding: 10px 0;
    }
    .web-wrap-cart .web-view {
        padding: 0 20px;
    }
    .covid-preview p {
        font-size: 13px;
    }
    .covid-categories .women-care-heading h3 {
        font-size: 18px;
    }
    .top-stories-head h3 {
        font-size: 18px;
    }
    .health-articles-head h3 {
        font-size: 18px;
    }
    .findlab-search .select-type {
        height: 30px;
        padding: 0px 5px;
    }
    .findlab-search .select-type select {
        font-size: 16px;
    }
    .full-width-padding {
        padding: 20px;
    }
    .lab-content-container .lab-content .lab-content-left {
        flex: unset;
        width: 48%;
    }
    .lab-content-container .lab-content .lab-content-right {
        flex: unset;
        width: 48%;
    }
    .lab-content-container .address-location {
        width: 100%;
    }
    .lab-content-container .address-location p {
        font-size: 14px;
    }
    .lab-content-container .address-contact {
        font-size: 14px;
    }
    .charges-main p {
        font-size: 14px;
    }
    .lab-box {
        margin-bottom: 10px;
    }
    .lab-box.web-view {
        margin-bottom: 30px;
    }
    .time-slot span {
        font-size: 12px;
    }
    .add-services {
        font-size: 12px;
    }
    .container-part-left {
        flex: unset;
        width: 100%;
        padding: 0;
    }
    .container-part-right {
        flex: unset;
        padding: 0;
        width: 100%;
    }
    .FAQs-container {
        margin-top: 30px;
    }
    .checkup-detail-caraousel {
        padding: 0;
    }
    .payment-container,
    .payment-succesfull-container {
        padding: 20px 20px 20px 20px;
    }
    .booking-detail-head-left h4 {
        font-size: 16px;
    }
    .booking-detail-head-right p {
        font-size: 15px;
    }
    .payment-head p {
        font-size: 16px;
    }
    .booking-detail-time,
    .booking-detail-info {
        font-size: 16px;
    }
    .booking-detail-call-info {
        font-size: 14px;
    }

    .nav-item-img {
        width: 25px;
        height: 25px;
    }
    .blogs-head-left-head h3 {
        font-size: 16px;
    }
    .blogs-head-right-head h4 {
        font-size: 14px;
    }
    .blog-cat-box {
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        /* width: 100px; */
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 5px;
    }

    .prescription-head h3 {
        font-size: 18px;
    }
    .add-new-pres-content h4 {
        font-size: 14px;
    }
    .prescription-guide-head h4 {
        font-size: 14px;
    }
    .prescription-guide-head a {
        font-size: 12px;
    }
    .prescription-guide-main p {
        font-size: 12px;
    }
    .prescription-main-container {
        padding: 0 !important;
        margin-bottom: 100px !important;
    }
    .prescription-main-container .checkup-box {
        padding: 15px;
    }
    .doctor-prescription-container {
        padding: 0;
    }
    .doctor-prescription {
        width: 100%;
        margin: auto;
    }
    .pres-test h4 {
        font-size: 10px;
    }
    .medicine-contain h4 {
        font-size: 10px;
    }
    .pres-form-inline input,
    .pres-form-inline label {
        font-size: 5px;
        margin-bottom: 0;
    }
    .manage-profile-head h3 {
        font-size: 18px !important;
    }
    .manage-profile-head p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .profile-box {
        width: 100%;
    }
    .all-orders-top h3 {
        font-size: 18px;
    }
    .all-orders-top h4 {
        font-size: 18px;
    }
    .all-orders-second,
    .all-orders-third {
        padding: 0 !important;
    }

    .all-orders-middle .test-type h4 {
        font-size: 14px;
    }
    .all-orders-middle .test-type p {
        font-size: 14px;
    }

    .inputs-contain input,
    .inputs-contain select {
        font-size: 14px;
    }
    .inputs-contain {
        height: 40px;
    }
    .all-orders-top .inputs-contain {
        margin: 10px 1px;
    }
    .all-orders-middle-head {
        padding: 0 20px;
    }
    .orders-summary-box {
        margin: 20px 0;
        padding: 20px;
    }
    .orders-summary-box {
        margin: 0;
    }
    .all-orders-middle h4 {
        font-size: 16px;
    }
    .orders-summary-box-left,
    .orders-summary-box-right {
        font-size: 14px;
    }
    .download-report-container {
        padding: 0;
        justify-content: space-between;
        display: flex;
        width: 100%;
        margin-top: 0;
    }
    .track-self {
        align-self: flex-end;
    }
    .download-report-container .theme-dark-info {
        margin-top: 15px;
    }
    .download-report-container a {
        font-size: 16px;
    }
    .all-orders-bottom-box a {
        font-size: 16px;
    }
    .orders-summary-box p {
        margin-bottom: 10px;
    }
    .footer-nav .nav-item-1 .nav-item-img {
        background-image: url("../img/home_black_24dp\ \(2\)@3x.png");
        background-position: center;
        background-size: 30px;
    }
    .footer-nav .nav-item-2 .nav-item-img {
        background-image: url("../img/medical-lab@3x.png");
        background-position: center;
        background-size: 25px;
    }
    .footer-nav .nav-item-3 .nav-item-img {
        background-image: url("../img/medical-prescription@3x.png");
        background-position: center;
        background-size: 25px;
    }
    .footer-nav .nav-item-4 .nav-item-img {
        background-image: url("../img/whatsapp.png");
        background-position: center;
        background-size: 30px;
    }
    .footer-nav .nav-item-5 .nav-item-img {
        /* background-image: url("../img/Group 88@3x.png");
        background-position: center;
        background-size: 18px; */
    }
    .footer-nav .nav-item-1.active .nav-item-img {
        background-image: url("../img/home_black_24dp\ \(1\)@3x.png");
        background-position: center;
        background-size: 30px;
    }
    .footer-nav .nav-item-2.active .nav-item-img {
        background-image: url("../img/medical-lab1@3x.png");
        background-position: center;
        background-size: 25px;
    }
    .footer-nav .nav-item-3.active .nav-item-img {
        background-image: url("../img/medical-prescription1@3x.png");
        background-position: center;
        background-size: 25px;
    }
    .footer-nav .nav-item-4.active .nav-item-img {
        background-image: url("../img/whatsapp.png");
        background-position: center;
        background-size: 25px;
    }
    .footer-nav .nav-item-5.active .nav-item-img {
        /* background-image: url("../img/Group\ 88@3x.png");
        background-position: center;
        background-size: 18px; */
    }
    a.nav-item-5.nav-item-link {
        background-color: #fff;
        border: none;
        box-shadow: none;
        outline: none;
    }
    .nav-item-link.active p {
        color: #2ed8cf !important;
    }
    .search-contain {
        width: 100%;
    }
    .header-mobile .search-bar input {
        height: 50px;
        border-radius: 15px;
        padding-left: 10px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .profile-container {
        padding: 30px 20px;
    }
    .profile-head h3 {
        font-size: 18px;
    }
    .profile-data {
        margin-left: 10px;
        margin-bottom: 0;
        font-size: 16px;
    }
    .profile-bottom-contain {
        display: flex;
        font-size: 14px;
    }
}
/* Small phones to small tablets: from 481px to 767px */
@media only screen and (max-width: 767px) {
   

    
    /*----- cityoffer---- */
    .modal_offer {
        max-width: 100%;
    }
    .max-flex {
        justify-content: center;
    }
    .text_offers h2 {
        text-align: center;
    }
    /*----- /cityoffer---- */
    .all-orders-first,
    .all-orders-second,
    .all-orders-third {
        padding: 0 !important;
    }
    .all-orders-top {
        padding: 0 30px;
    }
    .all-orders-middle {
        margin: 30px 20px;
        padding: 20px 0;
        box-shadow: 0.5px 0.5px 4px 0 rgba(0, 0, 0, 0.18);
        border-radius: 5px;
    }
    .banner-2 {
        padding-bottom: 20px;
    }
    .header-mobile .search-bar input {
        width: 90%;
    }
    .header-mobile {
        display: flex !important;
    }
    .header-nav.web-view {
        display: none;
    }
    .full-width-padding {
        padding: 20px;
    }
    .header-nav.header-mobile {
        height: 160px;
    }
    .header-mobile .search-bar input {
        height: 50px;
    }

    .services {
        max-width: 100% !important;
        padding-left: 6% !important;
    }
    .service {
        padding: 15px 15px 0 15px;
    }
    .checkups-heading h3 {
        font-size: 18px;
    }
    .btn-default a {
        font-size: 16px;
    }
    .checkups-heading {
        max-width: 100% !important;
        padding: 0 60px !important;
    }
    .organ-preview a {
        width: 145px;
    }
    .organ-categories {
        padding-bottom: 40px;
    }

    .test-img {
        width: 130px;
        right: -9%;
    }
    .categories-list {
        width: 180px !important;
        height: 90px !important;
        font-size: 16px;
    }
    .call-now.mobile-call-now {
        width: 100%;
        background-color: #ddf3f2;
        border-radius: 15px;
        display: flex;
        /* justify-content: space-between; */
        padding: 10px 30px;
        align-items: center;
    }

 


    .mobile-call-now .call-icon {
        width: 80px;
    }
    .mobile-call-now .call-icon img {
        width: 100%;
    }
    .mobile-call-now .call-content h4 {
        color: #003873;
        text-transform: capitalize;
    }
    .mobile-call-now .call-content {
        padding: 20px;
    }
    .mobile-call-now .call-content p {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .mobile-call-now .call-content p a {
        color: #2dbcb6;
    }
    .customer-img {
        width: 75px;
    }
    .customers-heading {
        padding: 0 0 0 60px !important;
    }
    .customer-review p {
        margin-bottom: 0;
    }
    .chose-us-content {
        max-width: 100% !important;
    }
    .content-left h3 {
        font-size: 16px;
    }
    .content-left p {
        font-size: 14px;
    }
    .chose-us-features {
        max-width: 100% !important;
    }
    .features-collection-preview h4 {
        font-size: 16px;
    }
    .certified {
        max-width: 100% !important;
        padding: 0 40px !important;
    }
    .services {
        padding: 0 40px !important;
    }
    .mobile-view .quicklinks {
        background-color: #2dbcb6;
        color: #fff;
        font-weight: 600;
        font-size: 28px;
        height: auto !important;
        /* padding-bottom: 50px; */
    }
    .quicklinks-collapse {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        color: #fff;
    }
    .quicklinks-collapse:hover,
    .quicklinks-collapse:active {
        color: #fff;
    }
    .quicklinks .row {
        width: 100%;
        justify-content: space-between;
        padding-left: 20px;
    }
    .footer-links h5 {
        font-size: 10px;
    }

    .footer-links ul {
        font-size: 10px;
    }
    .quicklinks .card-body {
        background-color: #2dbcb6;
        border: none;
        border-top: 1px solid #fff;
        border-radius: 0;
        padding-bottom: 0;
    }
    .mobile-view .quicklinks img {
        width: 50px;
    }
    .mobile-view .footer-main {
        background-color: #003873;
        padding: 40px 0 40px 80px;
        color: #fff;
        display: flex;
        justify-content: space-between;
    }
    .mobile-view .footer-logo {
        width: 200px;
    }
    .mobile-view .footer-logo img {
        width: 100% !important;
        display: block;
    }
    .mobile-view .follow-us span,
    .mobile-view .follow-us-right {
        font-weight: 600 !important;
    }
    .mobile-view .follow-us a {
        margin-left: 5px;
        font-size: 24px;
        color: #fff;
    }
    .mobile-view .follow-us-right {
        margin-right: 40px;
    }
    .mobile-view .copyright {
        background-color: #003873;
        color: #fff;
        height: 180px;
        font-weight: 600;
        padding: 0 0 20px 0;
        text-align: center;
        display: none;
    }
    .mobile-view .footer-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 40px 0 40px;
        background-color: #fff;
        width: 98.9%;
        position: fixed;
        bottom: 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
            rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        z-index: 998;
    }
    .mobile-view .nav-item {
        /* width: 150px; */
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: center;
        height: 93px;
    }
    .mobile-view .nav-tem-img {
        width: 50px;
    }
    .mobile-view .nav-item img {
        width: 50px;
        display: block;
    }
    .mobile-view .nav-item p {
        color: #003873;
        margin-bottom: 0;
        margin-top: 0;
        transition: color 0.2s ease-in;
        -webkit-transition: color 0.2s ease-in;
        -moz-transition: color 0.2s ease-in;
        -ms-transition: color 0.2s ease-in;
        -o-transition: color 0.2s ease-in;
    }
    /* .mobile-view .nav-item:hover p {
        color: #2dbcb6;
    } */
    .footer.web-view {
        display: block;
    }
    .footer.mobile-view {
        display: unset;
    }

    .mobile-view .quicklinks {
        font-size: 12px;
        height: 50px;
    }
    .mobile-view .quicklinks img {
        width: 20px;
    }
    .mobile-view .footer-logo {
        width: 100px;
    }
    .mobile-view .footer-main {
        padding: 10px 0 10px 40px;
    }
    .mobile-view .follow-us span,
    .mobile-view .follow-us-right {
        font-size: 8px;
    }
    .mobile-view .follow-us-right {
        padding-top: 14px;
    }
    .mobile-view .copyright {
        font-size: 8px;
        padding-top: 10px;
        height: 80px;
    }
    .mobile-view .nav-item img {
        width: 20px;
    }
    .mobile-view .nav-item p {
        font-size: 10px;
        font-weight: 700;
    }
    .mobile-view .footer-nav {
        padding: 20px 20px 5px 20px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .mobile-view .footer-nav a:nth-of-type(2) img {
        margin-left: 15px;
    }
    .mobile-view .nav-item {
        height: 40px;
    }
    .mobile-view .footer-nav a:last-of-type img {
        margin-top: 3px !important;
        width: 25px;
    }
    .mobile-view .follow-us a {
        margin-left: 0px;
        font-size: 8px;
        color: #fff;
    }
    .footer-img {
        display: none;
    }
    .mobile-view .footer-nav {
        width: 100%;
    }
    .follow-us {
        margin-top: 0;
    }
    .web-view {
        margin-bottom: 0px;
    }
    .prescription-main-container {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .header-mobile .location select {
        font-size: 16px;
    }
    .header-mobile .logo img {
        width: 170px;
    }
    .header-mobile .search-bar input {
        height: 30px;
    }
    .all-orders-main-container {
        padding: 30px 0 30px 0;
    }
    .address-location p {
        margin: 0px;
        font-size: 14px;
    }
    .mobile-view .follow-us span,
    .mobile-view .follow-us-right {
        font-size: 14px;
    }
    .mobile-view .follow-us-right {
        padding-top: 0;
    }
    .mobile-view .copyright {
        font-size: 12px;
        height: 90px;
    }
    .footer-links h5 {
        font-size: 14px;
    }
    .footer-links ul {
        font-size: 14px;
    }
    .quicklinks-collapse {
        font-size: 18px;
    }
    .lab-mobile-view-head {
        display: flex;
    }

    .lab-mobile-view {
        display: unset;
    }
    .web-view-lab {
        display: none;
    }
    .web-view-head {
        display: none;
    }
    .lab-content-container .lab-content .wrap {
        flex-wrap: wrap;
    }
    .payment-container,
    .payment-succesfull-container {
        padding: 20px 20px 80px 20px;
    }
    .service {
        padding: 0;
    }
    .services {
        padding-top: 10px !important;
    }
    sup.cart-count {
        right: 25px;
        top: -5px;
    }
    .checkups-preview h4 {
        font-size: 14px;
        height: 35px !important;
    }
    .cart-icon-img img {
        width: 40px;
    }
    .header-nav.header-mobile {
        height: 120px;
    }
    .header-mobile .profile img {
        width: 30px;
    }
    .dropdown-menu.show {
        display: block;
        left: -30% !important;
    }
}
/* Small phones: from 0 to 480px */
@media only screen and (max-width: 500px) {
    .citysearch-select p.othercities {
    width: 79px;
}
    
    .d-none-desktop.d-flex.justify-content-between h3 {
    font-size: 16px;
}


    
    .hidden-mobile.d-flex.justify-content-between.d-none-mobile {
    display: none !important;
}
.d-none-desktop.d-flex.justify-content-between {
    display: flex !important;
    padding: 0px 15px;
}

    
.max-lab-section.checkup-box.container li {
    font-size: 11px;
    color: #2dbcb6;
    font-weight: 500;
    margin: 0px 0px;
    /* font-family: "proxima"; */
    font-family: 'ProximaNovaBold';
}
.max-lab-section.checkup-box.container ul li {
    color: #2dbcb6;
    border-right: 2px solid black;
}

.max-lab-section.checkup-box.container dl, ol, ul {
    margin-top: 0;
    
    margin-bottom: 0px ;
}
.max-lab-section.checkup-box.container .m-tb-20 {
    margin: 0px !important;
}

.max-lab-section.checkup-box.container ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.max-lab-section.checkup-box.container .row {
  display: flex;
  justify-content: center;
 
}

.max-lab-section ul {
  list-style: none;
  padding: 0;
}

.max-lab-section li {
  display: inline-block;
  margin: 0 10px;
}

.max-lab-section li::after {
  content: '|';
  margin-left: 10px;
}

.max-lab-section.checkup-box.container.lab_max_info li::after {
   
    margin-left: 3px;
}

.max-lab-section li:last-child::after {
  content: '';
}

.max-lab-section.checkup-box.container.lab_max_info .col-md-3 {
    -ms-flex: 0 0 25%;
    /* flex: 0 0 25%; */
    max-width: max-content;
}

    a.cities-list {
        display: flex;
        align-items: center;
    }
    
    .lab-delhi-section .test-lab-delhi {
        margin: 0px 15px;
    }
    .pathology.full-width-padding.overview-test .tab-max .nav-tabs .nav-link {
     height: 44px;
    }
    .pathology.full-width-padding.overview-test .tab-max .nav {
        grid-gap: 0px !important;
    }
    .pathology.full-width-padding.overview-test .tab-max .nav-tabs .nav-link {
        font-size: 12px;
}

    .right-button-view.btn-life-style {
        background-color: transparent !important;
    }

    .blog-life-style .blog-box {
    width: 100% !important;
    padding: 0px 15px;
}
.blog-life-style .blog-form-body {
    
    margin: 10px 0px;
    
}

.banner-img-life-style .blog-box {
    display: none;
}

.banner-img-life-style{
    background-size: initial;
    height: 188px;
}

.obesity-test{
    margin: 0px 15px;
}
.pathology.full-width-padding.overview-test .tab-content{
    margin: 0px 15px;
}

    .mobile-bottom-nav{
    display: block;
}

.all-orders-middle
.sidenav{
   min-height:auto;
}
     .filter-mobile .test-filter {
   height: auto;
}

    .blogs-main.blogs-select-main.full-width-padding.container .related-blogs .care-preview img {
    width: unset;
}
.blogs-main.blogs-select-main.full-width-padding.container .related-blog-preview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


    .checkups-preview-containers.container.slick-initialized.slick-slider.slick-dotted {
    padding-left: 0px;
    margin-left: 0px;
}

    .checkups-preview-containers .slick-list.draggable {
    padding-right: 76px !important;
    padding-left: 0px !important;
    margin-right: -21px !important;
}

    .back-btn{
        margin-bottom: 0px;
    }
    section.checkup-detail-section .checkup-box-container{
    margin-bottom: 0px !important;
    }
    .about-health .full-width-padding{
        padding-top: 0px !important;
    }

    #stickyDiv {
    position: sticky;
    top: 0;
    z-index: 1000; /* Adjust as needed */
    background-color: #ffffff; /* Adjust background color as needed */
    padding: 10px; /* Adjust padding as needed */
}


.stick {
     position: fixed;
     top: 40;
}

.sticky-container {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    z-index: 1000; /* Adjust as needed */
    background-color: #ffffff; /* Adjust background color as needed */
    padding: 10px; /* Adjust padding as needed */
}


    .bookadd {
    padding: 7px 28px;
}

    .wellwise-essentail h3 {
    font-weight: bold !important;
    font-size: 18px !important;
}
.section.checkup-detail-section .checkup-box-container{
    margin-bottom: 0px;
}
.accordion-bg .includes.theme-dark-info {
    font-size: 18px;
}
    .reviews-product button.btn.btn-post {
    width: 100%;
}
  .card-body.FAQs-body {
    padding-left: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px !important;
            max-width: 100%;
        overflow-x: scroll;
}

    .checkup-detail-caraousel .pathalogy-heading h3 {
    font-size: 18px !important;
}

  

    .pathalogy-heading.checkups-heading.container.test-recommended h3 {
    padding-left: 20px;
}

    #comparePopup {
  
    width: 90%;
}
    .customer-reviews-section h4 {
    color: #003873;
    font-size: 18px;
}
    .after-fill{
        padding: 0px;
        z-index: 999999999 !important;
    }

    .anemia-test-img.why-choose-us-img {
    padding: 0px 20px;
}

    nav.menu-btn ul li {
    list-style: none;
    color: #003873;
    background-color: #003873;
}
.checkups-heading .btnc {
    width: 100%;
    height: 32px;
    font-size: 16px;
}

    .max-btn.text-center.mobile-use-max {
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 0px;
        left: 0;
        z-index: 999999;
        width: 100%;
       /* background-color: #fff;*/
        /* display: none; */
    }
    .mobile-use-max .right-button-view {
        background: #fff;
        padding: 8px 20px;
        z-index: 9999999999;
    }
    .mobile-use-max button.btn.btn-view-all {
        background-color: #2dbcb6;
        border: none;
        border-radius: 30px !important;
        padding: 10px 37px;
        transition: background-color 0.2s ease-in;
        color: #fff;
        font-weight: 700;
        font-size: 11px;
    }
    .mobile-use-max .max-btn button.btn.btn-view-all.get-call-btn {
        background: #fff;
        color: #2dbcb6;
        border: 1px solid #2dbcb6;
    }



    .whatsapp-mobile{
        display: inline-block;
    }
    .searchButton {
       left: 93%;
    }
    .d-none-mobile{
        display: none;
    }
/*............................new ccs Calculator............................*/

.blogs-head-left.blogs-left-side {
    width: 100%;
}
.paganacy-calculator-due-date img {
    width: 54%;
}
.paganacy-calculator-due-date {
    text-align: center;
}

.calculate-btn-now .btn.calculate-btn-cycle {
    width: 44%;
   
    top: -45px;
    position: relative;
    left: auto;
    margin: 0px;
}
.paganacy-calculator-new {
    margin-bottom: 20px;
}
.blogs-head-left.blogs-center{
    width: 100%;
}
.quick-links {
    margin-top: 20px;
}
button.btn.btn-text-all {
   
    margin: 4px 4px;
    
}
.new-accordion #main{
    margin: 0px 0px 20px 0px;
}

.paganacy-calculator-new.paganacy-calculator-section {
    margin-bottom: 0px;
}

.paganacy-calculator-new h3 {
    text-align: left !important;
}
/*............................new ccs Calculator............................*/


    .increment-decrement button, input{
        background-color: transparent;
    }

    /*...............................new calculator...................................*/
    .calender-img img {
    width: 36%;
    
}
.days-colour {
    display: flex;
    justify-content: center;
    grid-gap: 15px;
    flex-direction: column-reverse;
    align-items: center;
}

    .increment-decrement {
    display: flex;
    box-shadow: 0px 3px 5px #00000029;
    justify-content: space-around;
    width: 90%;
    align-items: center;
    margin: 0px auto;
    justify-content: space-evenly;
    text-align: center;
    background-color: #F3F8FF;
    padding: 8px 0px;
    background-color: #D8E8FF;
}
.calculate-cycle .calculate-text-info h5 {
    color: #003873;
    font-size: 16px;
}
.calculate-btn-cycle{
    width: 90%;
}
.month-calculate .days li{
    font-size: 7px;
}
.calculate-cycle .calculate-text-info select {
  
    width: 90%;
   
}
.calculate-cycle .calculate-text-info {
   
    text-align: center;
    margin: 18px auto;
}

    /*................................new calculator...................................*/


/*   <!------------------ Ovulation Calculator Cycle------------------- ----->*/
.cycle-text {
    width: 70%;
}
.cycle-box-img {
    width: 12%;
}
.cycle-box .date {
    font-size: 19px;
    font-weight: bold;
}
.fc .fc-toolbar {
    justify-content: center;
}
.fc-daygrid-day-frame.fc-scrollgrid-sync-inner.ineer-color-one {
   
    width: 50px;
    padding-left: 5px;
}

.fc-daygrid-day-frame.fc-scrollgrid-sync-inner.ineer-color {
   
    width: 50px;
    padding-left: 5px;
}
/*   <!------------------ Ovulation Calculator Cycle------------------- ----->*/


    html, body {
        overflow-x: hidden;
    }
    .mobile-links .footer.web-view{
   
        /* display: none !important; */
        width: 100%;
    }
    /* .footer-main {
        display: none;
    }
.mobile-view .copyright {
    font-size: 10px;
    height: 100px;
    display: none;
}
.footer-bottom {
    font-size: 12px;
    display: contents;
}
.mobile-view .footer-main {
    padding: 10px 0 10px 10px;
    display: none;
} */
    section {
        padding: 7px 0;
    }
    .pagination {
        margin-bottom: 90px;
    }
    .checkup-box-container .pagination {
        margin-bottom: 60px !important;
    }
    .discount {
        margin: 0;
    }
    .checkups-preview {
        padding: 16px;
    }
    .web-view {
        padding: 20px;
    }
    .health-mobile-view .checkup-box {
        margin-bottom: 15px;
    }
    .full-width-padding {
        padding: 20px 0px;
    }
    .web-modal-login {
        position: fixed;
        width: 20rem;
    }
    .continue-web {
        display: none;
    }
    .right-button {
        width: 34%;
        padding-left: 0px;
    }
    .btnc {
        font-size: 10px;
    }
    .btnc-default {
        padding: 0;
        line-height: 80%;
    }
    .btnc {
        width: 70%;
        height: 30px;
    }
    .btnc-default a {
        font-size: 9px;
    }
    .web-view-lab {
        display: none;
    }
    .findlab-head {
    display: none;
}
.lab-content {
    padding: 0px 15px !important;
}

.find-new-lab button.btnc.btnc-default.btnc-walk {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .find-new-lab .lab-content {
    height: auto;
    overflow-y: auto;
    padding: 0px 15px;
    margin-left: 15px;

}
.search-area-lab .web-view {
    
    padding: 0px 15px;
    margin-left: 15px;
}
.findlab-main.find-new-lab .sample-type {
    margin: 0px;
}
.findlab-main.find-new-lab p.see-details-left.theme-dark-info {
    margin-bottom: 0px;
}
.find-new-lab p.sample-type.theme-info.see-details-right{
      margin-bottom: 5px;
      padding-left: 33px;
}
.findlab-main.find-new-lab p.see-details-left.theme-dark-info img {
    margin-right: 10px;
    height: 20px;
    width: 20px !important;
}
.findlab-main.find-new-lab .address-head h4 {
    margin-bottom: 0;
    width: 84%;
}

    .health-mobile-view {
        display: unset;
    }
    .popular-mobile-view {
        display: unset;
    }
    .categories-list {
        margin-bottom: 0;
    }
    .test-img {
        width: 80px !important;
        right: -19% !important;
    }
    .header-mobile .logo img {
        width: 120px;
    }
    .header-mobile .location {
        margin: 0 10px;
    }
    .header-mobile .location select {
        font-size: 14px;
    }
    .header-mobile .location img {
        margin-right: 0;
        width: 25px;
    }
    .header-mobile .profile img {
        margin-right: 10px;
        width: 30px;
    }
    .carousel .slick-slide img {
        border-radius: 4px !important;
        height: 83px !important;
        width: 100%;
        padding: 0px;
    }
    .sliders .slick-list.draggable,
    .banner-2 .slick-list.draggable {
        padding: 0 60px;
        margin-left: 12px !important;
        margin-right: 30px !important;
    }
    .header-mobile .header-nav {
        justify-content: unset;
    }
    .banner-2 {
        padding: 10px 0;
    }
    .header-mobile .profile img {
        margin-right: 15px;
        width: 25px;
    }
    .header-mobile .search-contain {
        width: 100%;
        background-color: #fff;
        margin: 12px 15px;
        position: relative;
        z-index: 1;
    }
    .header-mobile .search-bar {
        border-radius: 6px !important;
        margin: 0;
        padding: 0 5px;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }
    .header-mobile .search-bar input {
        padding-left: 10px;
    }
    .header-mobile .search-contain .search-result {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        position: absolute;
        left: 0;
        top: 45px;
        font-size: 18px;
        z-index: 0;
        width: 100%;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        padding-top: 35px;
        font-size: 15px;
    }
    .showsearch li a {
        color: #a7a7a7 !important;
    }
    .header-mobile .search-cat {
        font-weight: 600;
        font-size: 15px;
        color: #2dbcb6 !important;
    }
    .header-mobile .search-contain .search-result ul {
        list-style-type: none;
        color: #2ed8cf;
        padding: 0;
    }
    .header-mobile .search-contain .search-result ul li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 4px;
    }
    .header-mobile .search-bar input {
        width: 90%;
        height: 40px;
        border-radius: 15px;
        font-size: 15px !important;
    }
    .header-mobile .search-bar img {
        width: 30px;
    }
    sup.cart-count {
        width: 12px;
        height: 12px;
        font-size: 8px;
        right: 15px;
        top: -5px;
    }
    .header-mobile.header-nav {
        height: auto;
        position: sticky;
        top: 0;
        padding-top: 10px;
        padding-bottom: 0;
        left: 0;
        background-color: #fff;
        z-index: 99;
    }
    .carousel .slick-slide img {
        border-radius: 25px;
        height: auto !important;
    }
    .services-preview-collection {
        /* width: unset; */
        padding: 15px 20px 0 15px;
    }
    .services-preview {
        align-items: unset;
        padding: 10px;
    }
    .services-img img:last-of-type {
        height: 30px;
    }
    .services-preview img {
        height: 40px;
        object-fit: contain;
    }
    .off-imges {
        width: 56%;
        /* margin-top: 21px; */
        float: right;
        position: relative;
        top: -30px;
        left:5px;
    }
    .off-section{
        display: inline;
    }
    .services {
        margin: 0px;
        padding: 0 !important;
    }
    .service {
        margin-top: 0;
        padding: 0;
    }
    .service {
        margin-top: 5px;
    }
    .slick-slide.preview-box img {
        padding: 10px 35px;
        width: 100%;
    }
    .services-preview {
        margin: 5px 0;
        flex: 0 1 48%;
        height: auto;
        border-radius: 10px;
        margin: 1%;
        height: 148px;
    }
    .services-preview:last-of-type {
        flex-grow: 1;
    }
    .mobile-view .footer-main {
        padding: 10px 0 10px 10px;
        display:none
    }
    button.btn.btn-link.collapsed {
        display: none;
    }
    .mobile-view .follow-us-right {
        margin-right: 10px;
    }
    .services-preview h3 {
        margin-bottom: 3px;
        font-size: 14px;
    }
    .services-preview p {
        font-size: 12px;
        margin-bottom: 2px;
    }
    .off-text p {
        width: 100%;
    }
    .checkup-box-container {
        padding: 15px;
    }
    .checkups-heading {
        padding: 0 20px !important;
        margin-bottom: 10px;
    }

    .checkups-heading h3 {
        font-size: 18px;
        width: 65%;
    }
    .menu-footer-collapse a {
        font-size: 16px;
    }
    .btn-default {
        padding: 0px 15px !important;
        width: 100px;
    }
    .btn-default a {
        font-size: 11px;
    }
    span.left {
        font-size: 14px;
        font-weight: 700;
        color: #2dbcb6;
    }
    span.left a {
        color: #2ed8cf;
    }
    span.right {
        font-size: 14px;
        font-weight: 700;
    }
    .checkups-preview h4 {
        font-size: 16px;
    }
    .checkups-preview p {
        font-size: 14px;
    }
    .before {
        font-size: 12px;
    }
    .after {
        font-size: 14px;
    }
    .off {
        font-size: 16px;
    }
    .off {
        font-size: 16px;
    }
    .details .left {
        font-size: 18px;
    }
    .details .right a {
        font-size: 18px;
    }
    .test-img {
        width: 115px;
        right: -20%;
    }

    .categories-list {
        width: 160px !important;
        height: 65px !important;
        font-size: 12px;
        margin-right: 0px;
    }
    .popular-mobile-view .categories-list {
        margin-bottom: 10px;
    }
    .call-now {
        width: 92% !important;
    }
    .checkups-preview-container .slick-list.draggable {
        padding-right: 100px !important;
        padding-left: 0px !important;
        margin-right: 20px !important;
    }
    .sliders .slick-list.draggable,
    .banner-2 .slick-list.draggable {
        padding-right: 60px ;
        padding-left: 0px !important;
    }
    .organs-collection .slick-list.draggable,
    .blog-collection .slick-list.draggable,
    .customers-review-container .slick-list.draggable {
        padding-right: 100px !important;
        padding-left: 0px !important;
        margin-right: 5px !important;
    }

    .customer-review-display {
        padding: 10px;
    }
    .organs-preview {
        margin: 10px !important;
    }
   /* .women-care .preview-box.slick-slide {
        margin: 5px 7px !important;
    }*/
    .call-icon {
        width: 45px;
    }
    .call-content {
        padding: 5px;
    }
    .call-content a {
        padding: 5px 0;
        font-weight: 700;
        line-height: 3px;
    }
    .call-content h4 {
        font-size: 13px;
    }
    .call-content p {
        font-size: 13px;
    }
    .blog-heading h4 {
        font-size: 14px;
    }
    
    .blog-heading p {
   
    font-size: 12px;
   
}
    .customers-heading {
        padding: 0 0 0 20px !important;
    }
    .customers-heading-img {
        width: 150px;
    }
    .customer-img {
        width: 60px;
    }
    .customer-name {
        padding: 0 0 0 0px;
    }
    .customer-name p {
        font-size: 14px;
    }
    .customer-review p {
        font-size: 13px;
    }
    .customer-img img {
        width: 50px;
        height: 50px;
    }
    .chose-us-heading-img {
        width: 110px;
    }
    .chose-us-head h3 {
        font-size: 18px;
        padding: 8px 0;
    }
    .chose-us-head img:first-of-type {
        width: 60px;
    }
    .chose-us-head img:last-of-type {
        width: 120px;
    }
    .chose-us-content {
        padding: 15px 0 0 0;
    }
    .chose-content {
        padding: 0;
    }
    .content-left h3 {
        font-size: 9px;
    }
    .content-left p {
        font-size: 8px;
        padding-right: 10px;
    }
    .content-right {
        padding: 10px 0 0 0;
    }
    .content-right iframe {
        width: 100%;
        height: 75%;
    }
    .features-collection-preview {
        margin-bottom: 10px;
    }
    .features-collection-preview img {
        width: 70px;
    }
    .features-collection-preview h4 {
        font-size: 10px;
        width: 100%;
    }

    .certified h4 {
        font-size: 9px;
    }
    .certified p {
        font-size: 8px;
    }
    .quicklinks {
        font-size: 12px;
        height: 60px;
    }
    .quicklinks img {
        width: 20px;
    }
    .footer-logo {
        width: 100px;
    }
    .footer-main {
        padding: 10px 0 10px 40px;
    }
    .follow-us span,
    .follow-us-right {
        font-size: 8px;
    }
    .follow-us-right {
        padding-top: 14px;
    }
    .copyright {
        font-size: 8px;
        padding-top: 10px;
        height: 80px;
    }
    .nav-item img {
        width: 20px;
    }
    .nav-item p {
        font-size: 12px;
    }
    .footer-nav {
        padding: 10px 20px 0 20px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .footer-nav a:nth-of-type(2) img {
        margin-left: 15px;
    }
    .nav-item {
        height: 40px;
    }
    .footer-nav a:last-of-type img {
        margin-top: 3px !important;
    }
    .follow-us a {
        margin-left: 0px;
        font-size: 8px;
        color: #fff;
    }
    .vital-call {
        margin-bottom: 10px;
    }
    .call-now.mobile-call-now {
        padding: 0px 20px;
    }
    .call-icon {
        width: 40px !important;
    }
    .mobile-call-now .call-content {
        padding: 10px;
        margin-left: 15px;
    }
    .mobile-call-now .call-content a ion-icon {
        line-height: 120%;
        vertical-align: text-top;
        margin-top: 1px;
    }
    .checkup-bottom .checkup-discount .left a,
    .checkup-bottom .checkup-discount .right a {
        font-size: 15px !important;
        font-weight: 700 !important;
    }
    .call-content h4 {
        font-size: 14px !important;
        margin-bottom: 0px;
    }

    .call-content p {
        font-size: 14px !important;
    }
    .health-mobile-view .checkup-bottom .checkup-discount {
        font-size: 15px;
        font-weight: 700;
        width: 20%;
    }
    .health-mobile-view .checkup-right {
        font-size: 12px;
        display: inline-block;
        width: 20%;
        text-align: right;
    }
    /*------------------ healthchekuppage----------------- */
    .checkup-box-container {
        margin-bottom: 70px;
    }
    .sort-filter {
        height: 60px;
    }
    .for-filter {
        padding-bottom: 0px;
    }
    .sort p {
        font-size: 16px;
    }
    .checkup-heading h3 {
        font-size: 18px;
    }
    .checkup-box {
        padding: 10px;
        width: 100%;
        height: auto;
    }
    .details-info {
        font-size: 16px;
        font-weight: 700;
    }
    .checkup-box-head h4 {
        font-size: 14px;
    }
    .checkup-off {
        line-height: 120% !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cart-head {
        margin-bottom: 15px;
    }
    .cart-container-left {
        height: auto;
        overflow-y: unset;
    }
    .cart-container-right {
        height: auto;
        overflow-y: unset;
        background-color: transparent;
        box-shadow: none;
        padding: 0 5px;
    }
    .cart-container-right .checkup-box {
        margin-bottom: 15px;
    }
    .cart-info {
        padding: 0 20px;
        height: 60px;
        bottom: 7%;
    }
    .cart-info p {
        font-size: 16px;
    }
    .cart-info a {
        font-size: 16px;
    }
    .checkup-detail {
        color: #003873;
        font-size: 14px;
    }
    .checkup-right a {
        margin-right: 15px;
        font-size: 16px;
    }
    /* test page */
    .alltest-web-view {
        display: none;
    }
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 14px;
        padding-left: 10px;
    }
    .filter-box-page.filter-mobile .form-check-label{
        font-size: 13px;
    }
    .sort-head h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .radio-sort label {
        font-size: 16px;
        align-items: baseline;
        margin: 10px 0;
    }
    .see-details {
        width: 100% !important;
        padding: 0 10px;
    }
    .details .right a {
        font-size: 15px;
    }
    .details .left {
        font-size: 15px;
    }
    .FAQs-container {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .see-details-left {
        width: auto;
    }
    .see-details-right {
        width: auto;
    }
    span.right-col.theme-info {
    margin-top: 3px;
}
.d-flex.sample-type {
    display: flex;
    align-items: center;
}
.container-part-box-head h1 {
font-size: 16px !important;
}
section.checkup-detail-section .container-part-box h1 {
   flex: 0 1 80% !important;
  
}.description-full-body {
    padding: 9px;
    
}
.better-health {
    margin-top: 8px;
    margin-bottom: 8px;
}
.top-book-test p {
    margin-bottom: 0px;
    font-size: 16px;
}
.col-md-6.col-5.d-flex {
    align-items: center;
}
.col-md-5.col-7.d-flex {
    align-items: center;
}

    .see-details-left {
        font-size: 14px !important;
    }
    .see-details-right {
        font-size: 14px !important;
    }
    .report-time {
        font-size: 14px;
        margin-bottom: 5px;
        width: 100%;
    }
    .see-details .row {
        font-size: 14px;
    }
    .FAQs-head h4 {
        font-size: 16px !important;
    }
    .web-wrap-health {
        display: none;
    }
    .checkup-discount {
        font-weight: 600;
    }
    .web-wrap-package {
        display: none;
    }
    .health-mobile-view {
        /* display: unset; */
        display: none;
    }
    .checkup-includes,
    .checkup-detail,
    .checkup-discount {
        font-size: 15px;
    }
    .near-me {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .near-button {
        width: 100px !important;
        font-size: 14px;
    }
    .checkup-box-head h4 {
        font-size: 16px;
    }
    .see-details-head h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .test-desc {
        margin-bottom: 10px;
    }
    .health-mobile-view .checkup-box-container {
        margin-bottom: 0;
    }
    .health-mobile-view .FAQs-container {
        margin-top: 0;
        padding: 15px;
    }
    /*------------------ popular categories page----------------- */


    button.btnc.btnc-default.btnc-proceed {
    background-color: #003873;
    background-image: none;
}
.continue.proceed.proceedtopay.cart-countfooter {
    background-color: #ddf3f2;
    z-index: 999999;
}
    .popular-heading h3 {
        font-size: 16px;
    }
    .hide-mobile {
        display: none;
    }

    /* .pathology {
        display: none;
    } */
    .category-name {
        width: 170px;
        height: 80px;
        font-size: 16px;
    }
    .test-head {
        height: 70px;
    }
    .popular-categories-page.web-view {
        display: none;
    }
    .mobile-hide {
        display: none;
    }
    .popular-mobile-view .FAQs-container {
        padding: 15px;
    }
    /*------------------ women care page----------------- */
    /* .care-preview {
    width: 33%;
    height: 140px;
  } */
    .care-categories a {
        height: 140px;
        font-size: 16px;
    }
    .checkup-discount .before {
        font-size: 14px;
    }
    .checkup-middle a {
        font-size: 16px;
    }
    .checkup-discount .after {
        font-size: 16px;
    }
    .care-preview span {
        font-size: 12px;
        margin-top: 5px;
    }
    .care-preview img {
        width: 50px;
    }
    .preview-box {
        /* width: 30% !important; */
        padding: 0;
    }
    #resendotp {
        cursor: pointer;
    }
    .women-page-categories a {
        width: 30%;
        margin: 5px;
        padding: 5px;
    }
    .women-page-categories a img {
        padding: 0 20px;
        width: 100%;
    }

    /* --------------------vitalorgans----------------------------------------- */
    .organ-preview {
        margin-right: 0;
    }
    .vital-section {
        padding: 7px 0 1px 0;
    }
    .vital-head {
        margin-top: 0;
        padding-top: 7px !important;
    }
    .organ-categories {
        margin-top: 30px;
    }
    .organ-preview img {
        width: 130px;
    }
    .care-preview {
        width: 33.33%;
    }
    .vital-organs-head {
        display: none;
    }
    .organ-mobile-view {
        display: flex;
    }
    .vital-organs-main {
        padding: 0 20px 20px 20px;
    }
    .organ-categories {
        margin-top: 0px !important;
    }
    .organs-preview {
        /* padding: 15px !important; */
    }
    .vital-organs-main .organ-categories {
        justify-content: unset !important;
    }
    .organs-page-preview {
        width: 110px !important;
        height: 110px !important;
        margin: 0 3.9% 5% 0 !important;
    }
    .vital-organs-main ~ .FAQs-container {
        padding: 15px;
    }
    .organs-web-view {
        display: none;
    }
    .organs-page-preview img {
        padding: 0px 10px;
        width: 100%;
    }
    .organs-page-preview {
        padding: 10px;
    }
    .details-box {
        padding-bottom: 60px;
    }
    /* --------------------lab-content----------------------------------------- */
    .lab-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .address-location {
        font-size: 14px;
    }
    .lab-content-container .get-on {
        padding: 15px 0 5px 0;
    }
    .lab-content {
        justify-content: space-between;
        padding: 0px 20px 20px 20px;
    }
    .add-contact {
        flex-wrap: wrap;
        justify-content: unset;
    }
    .findlab-main {
        margin-top: 0;
        margin-bottom: 70px;
    }

    .address-head a {
        font-size: 14px;
    }
    .address-head h4 {
        font-size: 16px;
    }
    .findlab-main .lab-box {
        margin-bottom: 10px;
        padding: 15px;
        margin: 5px 0px;
    }
    .findlab-main.new-main-lab .address-head h4 {
    margin-bottom: 0;
    width: 100%;
}
.findlab-main.new-main-lab .address-location p {
    font-size: 12px;
  
}
.findlab-main.new-main-lab .charges-main p {
    font-size: 18px;
    
}

.col-md-7.address-head {
    padding-left: 15px;
}
.available-btn {
    color: #003873;
    background-color: #ddf3f2;
    padding: 3px 5px;
    border-radius: 8px 0px 0px 8px;
    position: relative;
    left: 52px;
    font-size: 12px;
}
.findlab-main.new-main-lab .pagination{
margin-bottom: 0px;
}
.findlab-main.new-main-lab p.see-details-left.theme-dark-info{
    margin-bottom: 5px;
}
.view-lab {
    position: relative;
}

.view-labbody {
    position: relative;
  
    right: -16px;
}
.findlab-main.find-new-lab .address-head {
    width: 89%;
}

.view-all-lab {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    /* position: relative; */
}
.findlab-main.find-new-lab a.btn.btn-primary {
    color: #003873;
    background-color: #ddf3f2;
    padding: 5px 18px;
    border-radius: 8px 0px 0px 8px;
    /* position: relative; */
    /* left: 15px; */
    font-size: 12px;
    border: transparent;
    display: inline;
    border-radius: 6px 0px 0px 6px !important;
}
.findlab-main.find-new-lab .see-details-left {
    font-size: 12px !important;
}
.findlab-main.find-new-lab .see-details-right {
    font-size: 12px !important;
}
.find-new-lab .view-more {
    justify-content: end;
}
.findlab-main.new-main-lab .lab-content{
    margin-left: 0px;
    padding-left: 3px !important;
    padding-right: 3px !important;
    margin-top: 10px;

}
.facility .address-head p {
    font-size: 12px;
    margin-bottom: 0px;
}

.facility .lab-box img {
    width: 40px;
}

.findlab-main.new-main-lab a {

    font-size: 15px;
}
.findlab-main.new-main-lab .address-head h4 {
    font-size: 15px;
}
.findlab-main.find-new-lab .d-flex.sample-type {
    flex-direction: column;
    align-items: self-start;
}

    .lab-content {
        /* margin-bottom: 0; */
       /* margin: 0 15px;*/
       padding: 0px 15px !important
       margin-left: 15px !important;
    }
    .get-on a {
        font-size: 14px;
    }
    .facilities h4 {
        font-size: 14px;
    }
    .payment-mode h4 {
        font-size: 14px;
    }
    .address-contact {
        font-size: 14px;
        color: #003873;
    }
    .add-left {
        margin-right: 20px;
    }
    .payment-mode {
        padding: 10px 0px;
    }
    .payment-mode h4 {
        font-size: 14px;
    }
    .findlab-main .address-head a {
        font-weight: 700;
    }
    /* --------------------lab-select----------------------------------------- */
    .charges h4 {
        font-size: 14px;
    }
    .charges-head h4 {
        margin-bottom: 0;
    }
    .btnc-lab {
        width: 80px;
        line-height: 120% !important;
        font-size: 12px;
    }
    .btnc-lab a {
        font-size: 12px !important;
    }
    .lab-content-container .lab-content .lab-content-left {
        width: 100%;
    }
    .lab-content-container .lab-content .lab-content-right {
        width: 100%;
    }
    .lab-box.web-view {
        display: none;
    }
    .lab-box.mobile-view {
        display: unset;
    }
    .detail-lab-view {
        margin-bottom: 35px;
    }
    /* --------------------cart----------------------------------------- */
    .cart-head {
        align-items: baseline;
    }
    .cart-select-info {
        padding: 20px 60px;
        bottom: 0px;
    }
    .cart-container {
        margin: 0 0 55px 0;
        padding: 15px;
    }
    .cart-head h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .add-radio {
        display: flex;
        align-items: flex-start;
    }

    .cart-box {
        margin-bottom: 30px;
    }
    .cart-box .cart-includes {
        font-size: 14px;
    }
    .cart-box .checkup-amount {
        font-size: 18px;
    }
    .cart-box .report-time {
        font-size: 14px;
    }
    .cart-container-left .cart-box {
        margin-bottom: 5px;
    }
    .coupon-container {
        margin: 10px 0 15px 0;
    }
    .appointment-box + .coupon-container {
        margin: 15px 0 !important;
    }
    .patient-box-head h4 {
        font-size: 16px !important;
    }
    .change-patient a {
        font-size: 12px;
    }
    .patient-box-main-upper {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .home-box-main {
        font-size: 12px;
    }
    .checkup-total {
        font-size: 16px;
    }
    .continue-mobile {
        display: block;
    }
    .cart-container + .continue {
        position: unset;
    }
    .cart-container-left {
        width: 100%;
    }
    .cart-box {
        height: 220px;
    }
    .cart-container-right {
        width: 100%;
    }
    .web-wrap-cart .web-view {
        display: none !important;
    }
    .cart-box,
    .checkup-total {
        height: auto;
    }
    .cart-box h4 {
        font-size: 16px;
    }
    .delete-icon {
        padding-top: 2px;
    }
    .apply-coupon {
        font-size: 16px;
        text-align: unset;
    }
    .input-coupon {
        align-items: baseline;
    }
    .coupon-container input {
        width: 50%;
        height: 30px;
        font-size: 11px;
    }
    .apply-coupon {
        width: 40%;
    }
    .after-apply {
        font-size: 16px;
    }
    .add-small {
        font-size: 14px !important;
    }
    .clear-coupon {
        width: 35% !important;
    }
    .cart-container-left .checkup-total {
        margin-bottom: 0 !important;
    }
    .checkup-total {
        font-size: 18px;
    }
    .btnc-proceed a {
        font-size: 14px !important;
    }
    .btnc-proceed-to-pay a {
        font-size: 14px !important;
    }
    .cart-container .cart-box .cart-box-head {
        margin-bottom: 15px;
    }
    .cart-box .report-time:first-of-type {
        margin-bottom: 10px;
    }
    .btnc-continue {
        height: 50px;
    }
    .continue {
        padding: 5px 20px;
        /* bottom: 52px; */
        margin-bottom: 0px;
        z-index: 1000;
    }
    .cont-cart {
        bottom: 0 !important;
    }
    .cont-cart .btnc-continue {
        border-radius: 15px !important;
    }
    .continue .btnc-proceed {
        width: 200px;
        height: 40px;
        display: flex;
        justify-content: center;
        font-size: 15px;
    }
    .proccedtopay {
        width: 120px !important;
    }
    .continue .btnc-proceed-to-pay {
        width: 200px;
        height: 40px;
        display: flex;
        justify-content: center;
        font-size: 15px;
    }
    .cont-cart + .proceedtopay {
        bottom: 52px !important;
    }
    .success-appoint-info {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .patient-box-main-lower {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .btn-add-contain {
        width: 30%;
        text-align: right;
    }
    .add-radio-right {
        font-size: 14px;
    }
    .health-mobile-view .sort p,
    .health-mobile-view .filter p {
        font-size: 14px;
    }
    .test-head h3 {
        font-size: 18px;
    }
    .sidenav {
        padding-top: 0 !important;
        width: 35%;
        /*min-height: 100vh;*/
    }
    .test-filter .tab-content {
        padding: 10px;
        width: 65%;
       max-height: 75vh !important;
        overflow-y: scroll;
        padding-bottom: 30px;
    }
    /* width */
    .test-filter .tab-content::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    .test-filter .tab-content::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .test-filter .tab-content::-webkit-scrollbar-thumb {
        background: #2dbcb6;
    }

    /* Handle on hover */
    .test-filter .tab-content::-webkit-scrollbar-thumb:hover {
        background: #1c8883;
    }
    .test-filter .sidenav {
        width: 35%;
    }
    .filter-mobile .btnc {
        height: 50px !important;
        font-size: 14px;
    }
    /* -------------------login---------------------------- */
    .login-slider-head h4 {
        font-size: 18px;
    }
    .login-slider-head p {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .mobile-enter {
        height: 50px;
    }
    .mobile-enter input {
        font-size: 14px;
    }
    .otp-line {
        font-size: 14px;
    }
    .btnc-otp {
        width: 130px !important;
        font-size: 14px;
        height: 40px;
    }
    .or-img {
        width: 50%;
    }
    .login-other-button {
        height: 50px;
        font-size: 16px;
    }
    /* --------------enter otp--------------- */
    .otp-error {
        font-size: 14px;
        font-weight: 600;
    }
    /* --------------welcome-form--------------- */
    .form-parts label {
        font-size: 14px;
    }
    .form-parts input {
        height: 40px;
    }
    .gender-sel {
        font-size: 14px;
        height: 40px;
    }
    .submit .btnc-submit {
        height: 50px;
        font-size: 18px;
    }
    .form-parts {
        margin-bottom: 10px;
    }
    .form-parts input {
        font-size: 14px;
    }
    /* -----------Payment----------------------- */
    .web-payment-head {
        display: none;
    }
    .web-wrap-payment {
        display: none;
    }
    .mobile-payment-head {
        display: flex;
    }
    .payment-container {
        padding: 0;
    }
    .payment-succesfull-container {
        padding: 20px;
        margin-bottom: 60px;
    }
    .success-banner {
        display: none;
    }
    .booking-next-container button {
        padding: 5px 20px !important;
        height: 30px !important;
    }
    .order-success-banner {
        display: none;
    }
    .payment-container-main {
        flex-wrap: wrap;
        padding: 0 15px 60px 15px;
        flex-direction: column-reverse;
        margin-bottom: 100px;
    }
    .payment-main-left {
        width: 100%;
    }
    .payment-main-right {
        width: 100%;
    }
    .payment-main-right .checkup-total {
        display: none;
    }
    .payment-main-right .payment-right-lower {
        display: none;
    }
    .payment-box {
        padding: 10px;
        width: 100%;
        height: auto;
    }
    .payment-home {
        height: auto;
    }
    .payment-floating {
        display: flex;
    }
    .bank-forward {
        margin-bottom: -20%;
    }
    .payment-box-bottom {
        width: 100%;
    }
    .wrap-divide .inline-wrap {
        width: 45%;
    }
    .booking-detail-head-left h4 {
        font-size: 12px;
    }
    .booking-detail-head-right p {
        font-size: 12px;
    }
    .booking-detail-head {
        flex-wrap: wrap;
    }
    .booking-detail-head-right {
        height: 30px;
        width: 100%;
        margin-top: 10px;
    }
    .booking-detail-time-container {
        width: 100%;
    }
    .booking-detail-time,
    .booking-detail-info {
        font-size: 12px;
    }
    .booking-detail-call-info {
        font-size: 11px;
    }

    .booking-next-container-left .btnc-default {
        font-size: 12px;
        width: 100%;
        height: 30px;
        padding: 5px 10px;
    }

    .booking-next-container-right .btnc-default {
        font-size: 11px;
        width: 100%;
        height: 30px;
        padding: 5px 10px;
    }
    .women-care-preview.organs-preview {
        font-size: 14px;
    }
    .orders-summary-box-left,
    .orders-summary-box-right {
        width: 100%;
    }
    /* prescription */
    .add-new-pres {
        height: auto;
        margin-bottom: 20px;
    }
    .add-new-pres a {
        width: 75%;
    }
    .add-pres .add-new-pres-content {
        padding-left: 10px;
    }
    .prescription-main-container {
        margin-top: 0;
    }
    .prescription-head {
        margin: 20px;
    }
    .prescription-head h3 {
        font-size: 18px;
    }
    .cam-img {
        width: 15%;
    }
    .pres-img {
        width: 12%;
    }
    .add-new-pres-content {
        padding-left: 15px;
    }
    .pres-2 {
        width: 15%;
    }
    .continue-button-container .btnc {
        font-size: 12px;
        height: 40px;
    }
    .add-new-pres-content h4 {
        font-size: 14px;
    }
    .prescription-guide-head {
        padding-bottom: 10px;
    }
    .prescription-guide-head h4 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .prescription-guide-box {
        height: auto;
    }
    .prescription-guide-head a {
        font-size: 14px;
    }
    .prescription-guide-main p {
        font-size: 14px;
    }
    .btnc-pres {
        width: 100%;
        font-size: 16px !important;
    }
    .pres-form-inline input,
    .pres-form-inline label {
        font-size: 5px;
    }
    .pres-page {
        display: none;
    }
    .cam-img {
        width: 23%;
    }
    .pres-img {
        width: 16%;
    }
    /* ----------------book-success------------------- */
    .web-booksuccess {
        display: unset !important;
    }
    .web-booksuccess .web-view {
        margin-bottom: 0;
        display: none !important;
    }
    .booksuccess-banner {
        display: none !important;
    }
    .success-container img,
    .success-main-container img {
        width: 50px;
    }
    .success-container-content {
        width: 90%;
        margin-top: 15px;
    }
    .success-main-container {
        padding: 15px;
    }
    .success-main-container .checkup-box {
        height: auto;
    }
    .btnc-success-container {
        margin: 0 15px;
        margin-bottom: 50px;
    }
    .btnc-anothertest {
        width: 100%;
    }
    /* ---------------contact-us------------------- */
    .contact-main {
        margin-top: 0px;
    }
    .contact-head {
        /* margin: 0 15px !important; */
        margin: 0 !important;
    }
    .contact-main-form {
        padding: 15px;
    }
    .form-row textarea {
        height: 150px;
    }
    .submit-row input {
        font-size: 16px;
    }
    .form-row-contact textarea {
        padding: 5px;
        font-size: 12px;
    }
    /* ---------------Business Enquiry--------------- */
    .business-container {
        padding: 15px;
    }
    .business-main-container {
        margin: 15px 0 40px 0;
    }
    .business-main-container .checkup-box {
        margin-bottom: 15px !important;
    }
    .business-divide {
        width: 100% !important;
        padding: 0 !important;
    }
    .business-divide .form-row textarea {
        font-size: 12px;
        padding: 0 5px;
    }
    .business-divide .alert-success {
        margin: 0 5px 15px 0px !important;
    }
    .business-divide .form-container {
        padding: 0 0 0 5px;
    }
    .business-divide .form-parts:nth-of-type(4) {
        margin-bottom: 15px;
    }
    .business-collapse .card-body {
        padding: 5px 0 !important;
    }
    .manage-profile-head h3 {
        font-size: 18px;
    }
    .manage-profile-container .continue-web {
        display: block;
    }
    .manage-profile-container .continue-web .btnc {
        width: 100%;
        height: 30px !important;
        font-size: 12px !important;
    }
    .profile-container .continue-web:last-of-type {
        width: 100% !important;
        display: block !important;
        margin: 15px 0 !important;
    }
    .profile-container .continue-btn {
        width: 100% !important;
    }
    .profile-container .continue-btn .btnc {
        height: 40px !important;
        font-size: 14px !important;
    }
    .business-box-head h4 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .business-body {
        font-size: 12px;
    }
    .down-arrow {
        width: 30px;
    }
    .manage-profile-container {
        margin-bottom: 40px;
    }

    /*--------------------- profiles--------------------- */
    .profile-head h3 {
        font-size: 18px;
    }
    .profile-container {
        padding: 10px 20px 70px 20px;
    }
    .profile-data {
        font-size: 14px;
    }
    .profile-pic {
        width: 50px;
    }
    .profile-pic p {
        font-size: 14px;
    }
    .profile-bottom {
        flex-wrap: wrap;
    }
    .profile-bottom-left {
        width: 100%;
    }
    .profile-bottom-right {
        width: 100%;
    }
    .profile-bottom-contain {
        width: 100%;
    }
    .profile-bottom-contain-left {
        width: 50%;
        font-weight: 700;
    }
    .profile-bottom-contain-right {
        font-weight: 700;
    }
    .profile-container .continue-btn {
        width: 80%;
        float: unset;
        margin: auto;
        text-align: center;
    }
    .profile-container .continue-btn .btnc {
        width: 100%;
    }
    /* .web-modal-login {
        width: 18rem;
    } */
    .confirm-location {
        padding-bottom: 0px;
    }
    .time-slot-box {
        width: 25%;
    }
    .web-modal-login {
        background-color: #fff;
        width: 100%;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 20px 20px 0 20px;
        height: auto !important;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        position: fixed;
        bottom: 0;
        left: 0;
        top: unset;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transform: translateY(3rem);
        transition: transform 0.2s ease-in, opacity 0.2s ease-in;
        -webkit-transition: transform 0.2s ease-in, opacity 0.2s ease-in;
        -moz-transition: transform 0.2s ease-in, opacity 0.2s ease-in;
        -ms-transition: transform 0.2s ease-in, opacity 0.2s ease-in;
        -o-transition: transform 0.2s ease-in, opacity 0.2s ease-in;
        -webkit-transform: translateY(3rem);
        -moz-transform: translateY(3rem);
        -ms-transform: translateY(3rem);
        -o-transform: translateY(3rem);
        min-height: auto;
    }
    .web-modal-login.active {
        /*margin-bottom: 0;
        */
        width: 100% !important;
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
        transform: translateY(0rem);
        -webkit-transform: translateY(0rem);
        -moz-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
        -o-transform: translateY(0rem);
    }

    .web-modal-login .form-parts:nth-of-type(4) {
        margin-bottom: 5px;
    }
    .web-modal-login .form-parts {
        margin-bottom: 5px;
    }
    .web-modal-login .form-parts input {
        height: 35px;
        font-size: 14px;
    }
    .web-modal-login .form-parts .gender-sel {
        height: 30px;
        font-size: 12px;
    }
    .web-modal-login .form-parts label {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .web-modal-login .enter-otp-head h4 {
        font-size: 18px;
    }
    .submit .btnc-submit {
        height: 40px;
        font-size: 14px;
    }
    /* manage profiles */
    .home-address-box {
        height: auto !important;
    }
    .pagination {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
    .pagination .page-item:first-of-type .page-link,
    .pagination .page-item:last-of-type .page-link {
        font-size: 14px !important;
    }
    .page-link {
        position: relative;
        display: flex !important;
        padding: 5px 8px !important;
        margin-left: -1px !important;
        line-height: 1 !important;
        color: #2dbcb6 !important;
        font-size: 12px !important;
        background-color: #fff !important;
        border: 1px solid #dee2e6 !important;
    }

    .home-address-box-bottom .form-container-left {
        width: 100%;
    }
    .home-address-box-bottom .form-container-right {
        width: 100%;
    }
    .address-profile-box {
        margin-bottom: 15px;
        padding: 15px !important;
    }
    .add-container {
        padding: 10px 15px 40px 15px;
    }
    .add-container .continue-web {
        display: block;
    }
    .add-container .continue-web .btnc-continue {
        width: 100% !important;
        font-size: 12px !important;
    }
    .manage-profile-bottom {
        flex-wrap: wrap;
    }
    .manage-profile-bottom-left,
    .manage-profile-bottom-right {
        width: 100%;
    }
    .btnc-addnew,
    .btnc-saveuse {
        width: 170px !important;
        font-size: 14px;
    }
    .home-address-box-left h4 {
        font-size: 14px;
    }
    /*------------------- blogs--------------------- */
    .web-wrap-blogs .web-view {
        display: none;
    }
    .blogs-container {
        padding: 15px;
    }
    .blog-box-head {
        height: 25px;
    }
    .blogs-main {
        flex-wrap: wrap;
    }
    .blogs-head-left,
    .blogs-head-right {
        width: 100%;
    }
    .blogs-head-left-head h3 {
        font-size: 18px;
    }
    .blog-box-head {
        font-size: 14px;
    }
    .blog-info {
        font-size: 12px;
        margin-left: 0px !important;

    }
    .blog-by {
        font-size: 10px;
    }
    .blog-date {
        font-size: 10px;
    }
    .blogs-pagination {
        width: 100%;
    }
    .blogs-pagination .pagination {
        width: 100%;
        justify-content: space-between;
    }
    .page-btn {
        font-size: 14px !important;
        width: 100px !important;
        padding: 0.3rem 0.75rem !important;
    }
    .page-no {
        font-size: 12px !important;
        padding: 0.3rem 0.75em !important;
    }
    .blogs-head-right {
        margin-bottom: 40px;
    }
    .blogs-head-right-head h4 {
        font-size: 18px;
    }
    /* -------------------lab-select--------------------- */
    .blogs-select-main .blogs-head-left {
        padding-right: 0;
    }
    /* --------------------test-report----------------- --*/
    .test-report-container {
        padding: 0 15px;
    }
    .test-report-head h3 {
        font-size: 18px;
    }
    .btnc-download {
        font-size: 12px;
        width: 120px;
        height: 40px;
    }
    .test-report-start,
    .test-report-middle,
    .test-report-end {
        font-size: 12px;
    }
    .test-report-start {
        width: 40%;
    }
    .test-report-middle {
        width: 20%;
    }
    .test-report-end {
        width: 40%;
    }
    /* -----------------covid----------------- */
    .covid-preview {
        margin: 15px 0;
        flex: 0 1 48%;
        height: auto;
        margin-right: 1%;
    }
    .covid-preview img {
        height: 30px;
    }
    .covid-categories h3 {
        font-size: 14px !important;
    }
    .covid-categories .btnc-default {
        height: 30px;
        font-size: 10px !important;
    }
    .covid-box {
        display: flex;
        flex-direction: column;
    }
    .covid-box img {
        /* padding: 0 30px; */
        width: 50px;
        margin: auto;
    }
    .covid-box .care-title {
        font-size: 10px;
    }
    .top-stories-head {
        padding: 0 20px;
    }
    .blog-select .blog-box-head {
        font-size: 16px;
    }
    .covid-categories-head {
        padding: 0 20px !important;
    }
    .top-stories-head h3 {
        font-size: 14px;
    }
    .blog-box-head {
        font-size: 12px;
    }
    .blog-box-head {
        font-size: 12px;
    }
    .related-blog-head h4 {
        font-size: 12px;
    }
    .covid-categories-head {
        margin-bottom: 10px;
    }
    .health-articles-head h3 {
        font-size: 14px;
        padding: 0 20px;
    }
    .health-articles-main {
        justify-content: space-between;
        padding: 0 20px;
    }
    .health-articles-main .blog-box {
        width: 48%;
    }
    .health-articles-main .blog-box-head {
        font-size: 12px;
    }
    .health-articles-main .blog-info {
        font-size: 10px;
    }
    .download-report-container a {
        font-size: 11px;
    }
    .all-orders-middle-head button {
        width: 100px;
    }
    .all-orders-middle {
        margin: 10px 20px !important;
    }
    .download-report-parts a:last-of-type {
        margin-top: 15px;
    }
    .all-orders-bottom {
        padding: 0 30px;
        display: flex;
        justify-content: space-between;
    }
    .all-orders-main-container {
        padding: 30px 0 80px 0;
    }
    .all-orders-bottom-box {
        width: 100px;
    }
    .all-orders-bottom-box a {
        font-size: 12px;
    }
    .all-orders-middle-head .btnc-default {
        font-size: 12px !important;
    }
    .mobile-view .follow-us span,
    .mobile-view .follow-us-right {
        font-size: 10px;
    }
    .mobile-view .follow-us-right {
        padding-top: 5px;
    }
    .mobile-view .copyright {
        font-size: 10px;
        height: 100px;
    }
    .footer-links h5 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .footer-links ul {
        font-size: 14px;
        margin-top: 5px;
    }
    .quicklinks-collapse {
        font-size: 14px;
    }
    .hidden {
        display: none !important;
    }
    .hide {
        display: none !important;
    }
    .menu-close {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        margin-left: 3px;
    }
    .dropdown-toggle::after {
        display: none !important;
    }
    .customer-review-display {
        min-height: 165px !important;
    }

    .gallery-img {
        width: 100px;
        height: 100px;
        margin: 2%;
    }
    .gallery-button-contain {
        margin: 20px 0;
    }
    .gallery-button-contain .btnc {
        font-size: 12px;
    }
    .location .dropdown button {
        font-size: 13px;
    }
    #cityslider {
        height: 400px;
        overflow-y: scroll;
    }
    .city-search {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border: 8px;
        height: 40px;
        padding-left: 5px;
        box-shadow: 0.5px 0.5px 4px 0 rgba(0, 0, 0, 0.18);
        background-color: #fff;
    }
    .cities h4 {
        font-size: 18px !important;
        margin-top: 10px;
        padding: 15px 10px;
        color: #6b6b6b;
        background-color: #ddf3f2;
    }
    .cities-list {
        font-size: 16px !important;
        color: #6b6b6b;
        margin-bottom: 0;
        display: block;
        padding: 5px 10px;
        text-transform: capitalize;
    }
    .cities-list:hover,
    .cities-list:active {
        background-color: #ddf3f2;
    }
    .city-search input {
        border: 8px;
        height: 40px;
        padding-left: 5px;
        border: none;
    }
    .form-parts input {
        padding: 0 5px;
        font-size: 12px;
    }
    .services-img svg {
        height: 45px;
        width: 35px;
    }
    .thumbnails-preview {
        width: 100%;
        margin: 5px 0;
    }
    .covid-container.full-width-padding {
        margin-bottom: 50px;
    }
    .view-more-container {
        margin-top: 0;
    }
    .internet_connection.text-center {
        height: 60%;
    }
    .info_internet.error_img h3 {
        font-size: 26px;
    }
    .schedule-month-year {
        width: 100%;
    }
    .schedule-day-container {
        width: 93px !important;
    }
    /* --------------------tracks------------------------ */
    /* .orders-main-container {
        padding: 20px 40px;
    }
    #progressbar li:before {
        width: 30px;
        height: 30px;
        line-height: 33px;
        font-size: 14px;
    }
    #progressbar li:after {
        height: 7px;
        top: 12px;
    }
    .orders-track-head h4 {
        font-size: 16px;
    }
    .orders-track-box p {
        font-size: 12px;
    }
    .orders-track-status {
        padding: 0 25px;
    }
    .orders-track-container {
        padding: 15px;
    }
    .order-track-main {
        margin: 0px 0;
    }
    .order-track-head {
        padding: 15px 0;
    }
    .order-track-head h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .order-track-summary-head h4 {
        font-size: 18px;
        margin-top: 15px;
    }
    .orders-track-summary-details-left h4,
    .orders-track-summary-details-right h4 {
        font-size: 16px;
    }
    .summary-details-box h5 {
        font-size: 16px;
    }
    .summary-details-includes {
        font-size: 16px;
    }
    .summary-details-amt {
        font-size: 18px;
    }
    .charges-box .subtotal {
        font-size: 16px;
    } */
    .orders-main-container {
        padding: 20px;
    }
    .orders-track-summary-details-left,
    .orders-track-summary-details-right {
        width: 100%;
    }
    .orders-track-summary-details-left {
        margin-bottom: 20px;
    }
    .order-track-main {
        padding: 20px 0 60px 0;
    }
    .orders-track-status {
        padding: 0 5px;
    }
    .orders-track-box {
        width: 20%;
    }
    .orders-track-box p {
        font-size: 10px;
    }
    #progressbar li:before {
        width: 25px;
        height: 25px;
        line-height: 28px;
        font-size: 11px;
    }
    #progressbar li:after {
        height: 5px;
        top: 10px;
    }
    .my_order {
        display: inline;
    }
    .orders-main-container {
        display: none;
    }

    /* ------------track-order--------------- */
    /* .my_order ul.nav.nav-pills{margin-top: 21px;} */
    .mobile-track-head {
        display: flex;
    }
    .my_order ul.nav.nav-pills {
        margin-top: 15px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
    }
    .my_order .nav-link {
        font-size: 16px;
        font-weight: 700;
    }
    .my_order .nav-item {
        height: 40px;
        width: 50%;
        text-align: center;
    }
    .order-track-main {
        margin-top: 0;
        padding-top: 0;
    }
    .order-track-summary-head h4 {
        font-size: 14px;
    }
    .my_order .orders-track-container {
        /* margin: 20px 0; */
        padding: 15px;
        border-radius: 15px;
    }
    .my_order .summary-left p:last-of-type,
    .my_order .summary-right p:last-of-type {
        margin-bottom: 0;
    }
    .my_order .orders-summary-box-right {
        margin-top: 15px;
    }
    .my_order .orders-track-summary-details-container {
        margin-top: 15px;
    }
    .my_order .orders-track-summary-details-left {
        margin-bottom: 15px;
    }
    .my_order .orders-track-summary-details-left h4,
    .my_order .orders-track-summary-details-left h5 {
        font-size: 14px;
        font-weight: 700;
    }
    .my_order .orders-track-summary-details-left h5 {
        margin-bottom: 0;
    }
    .my_order .summary-details-includes {
        font-size: 14px;
    }
    .my_order .summary-details-amt {
        font-weight: 700;
        font-size: 16px;
    }
    .my_order .summary-details-bottom {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .my_order .charges-box .checkup-total {
        border-radius: 15px !important;
    }
    .my_order .orders-track-summary-details-right h4 {
        font-size: 14px;
    }
    .my_order .topay .subtotal-left {
        font-size: 16px;
    }
    .my_order .pay-mode-head {
        margin-top: 15px;
    }

    /* -------------------------------------------- */
    .orders-track-head h4 {
        font-size: 16px;
    }
    #progressbar1 {
        position: absolute;
        left: 15px;
        overflow: hidden;
        color: #2dbcb6;
        margin-bottom: 0;
    }

    #progressbar1 li {
        list-style-type: none;
        font-size: 8px;
        font-weight: 400;
        margin-bottom: 36px !important;
        counter-increment: inst;
    }

    #progressbar1 li:nth-child(3) {
        margin-bottom: 88px;
    }

    #progressbar1 .step0:before {
        font-family: "proxima";
        content: counter(inst);
        color: #5c5d5f;
        font-size: 12px;
        font-weight: 700;
    }

    #progressbar1 li:before {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px;
        display: block;
        font-size: 20px;
        background: #fff;
        border: 2px solid #ebebeb;
        border-radius: 50%;
        margin: auto;
        position: relative;
        z-index: 5;
    }
    .track-margin {
        height: 67px;
    }
    .track-margin:last-of-type {
        height: auto;
        margin-bottom: 20px;
    }
    .track-margin p {
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 700;
    }
    #progressbar1 li:last-child:before {
        width: 40px;
        height: 40px;
    }

    #progressbar1 li:after {
        content: "";
        width: 6px;
        height: 66px;
        background-color: #ebebeb;
        position: absolute;
        left: 12px;
        top: 15px;
        z-index: 0;
    }
    #progressbar1 li:last-child:after {
        top: 147px;
        height: 132px;
    }

    #progressbar1 li:nth-child(3):after {
        top: 81px;
    }

    #progressbar1 li:nth-child(2):after {
        top: 0px;
    }

    #progressbar1 li:first-child:after {
        position: absolute;
        top: 0px;
    }

    #progressbar1 li.active:after {
        background-color: #2dbcb6 !important;
        z-index: 3;
    }

    #progressbar1 li.active:before {
        background-color: #2dbcb6 !important;
        content: "\2713";
        font-weight: 700;
        color: #fff;
        border: 2px solid #2dbcb6;
    }

    .tick {
        width: 100px !important;
        height: 100px !important;
    }

    .prev {
        display: block !important;
        position: absolute !important;
        left: 40px !important;
        top: 20px !important;
        cursor: pointer !important;
    }
    .order-track-container .col-md-6 {
        position: relative;
    }
    .col-track {
        padding: 0 !important;
    }
    .card1 {
        margin-left: 60px;
        z-index: 0;
        /* border-right: 1px solid #f5f5f5; */
    }
    .prev:hover {
        color: #d50000 !important;
    }
    .ui-datepicker th {
        padding: 0 !important;
    }
    .blog-box-img img {
        border-radius: 10px;
    }
    .popular-categories .slick-list.draggable {
        /* padding-right: 200px !important; */
        /* padding-left: px !important; */
        margin-right: 5px !important;
    }
    .popular-checkup .popular-categories .categories-list {
        width: 170px !important;
    }
    .popular-categories a.slick-slide {
        margin-right: 0;
    }
    #call-form-box {
        width: 100%;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .call-form-btn h3 {
        margin-bottom: 0;
        font-size: 14px;
        color: #073873;
        font-weight: 800 !important;
    }
    .call-form-btn {
        padding: 10px 10px 20px 10px;
        bottom: 50px;
    }
    .icon-contain {
        width: 20px;
        height: 20px;
        margin-right: 3px;
        font-weight: 300 !important;
    }
    .btnc-callme {
        width: 110px !important;
        font-size: 12px;
    }
    .NoCircle {
        font-size: 18px;
    }
    .txtCircle {
        font-size: 15px;
    }
    .Grey .NoCircle {
        font-size: 18px;
    }
    .Grey .txtCircle {
        font-size: 15px;
    }
    .ContentStr {
        padding: 15px;
    }
    .show-mobile {
        display: unset;
    }
    .checkup .checkup-includes {
        margin: 5px 0 !important;
    }
    .follow-us a .fab {
        color: #fff !important;
        margin-right: 2px;
    }
    .contact-main .form-parts {
        flex-wrap: wrap;
    }
    .contact-main .form-half {
        width: 100%;
        margin-bottom: 15px !important;
    }
    .contact-main-form .form-row-contact {
        margin-bottom: 0;
    }
    .contact-main-form .form-row-contact label {
        display: none;
    }
    .contact-main-form .form-row-contact.submit-row input {
        width: 100%;
        margin-bottom: 15px;
    }
    .circles-container {
        padding: 20px 0;
    }
    .circle-counter {
        width: 120px;
        height: 120px;
        margin-bottom: 3px;
    }
    .EveryyearText {
        font-size: 9px;
    }
    /* about */
    .web-view.about-view {
        display: none;
    }
    .aboutus-head {
        font-size: 24px !important;
    }
    #patientdetail {
        height: 400px !important;
        overflow-y: scroll;
    }
    .offer_img {
        width: 80%;
        margin: 2% 1%;
    }
    .cities-list-contain {
        width: 100%;
        padding: 0px 15px;
    }
    .header-mobile .logo img {
        width: 90px;
    }
    .header-mobile .logo {
        font-size: 12px;
    }
    .header-mobile .logo-main img {
        width: 150px;
    }
    .header-mobile .profile img {
        margin-right: 5px;
        width: 25px;
    }
    .mumbai-main {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .mumbai-main .logo {
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .mumbai-main .location {
        width: 20%;
    }
    .mumbai-main .search-contain {
        width: 100%;
    }
    .mumbai-main .profile {
        width: 30%;
    }
    .mumbai-wrap {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-top: 5px;
    }
    .mumbai-wrap .location .dropdown button {
        font-size: 14px;
    }
    .services-preview-collection-mumbai .services-preview {
        flex: 0 1 48%;
    }
    .services-preview-collection-mumbai .service {
        margin-top: 0px;
        margin-left: 5px;
    }
    .services-preview-collection-mumbai .services-preview h3 {
        margin-bottom: 3px;
        font-size: 13px;
    }
    .services-preview-collection-mumbai .services-preview:last-of-type {
        flex-grow: 1;
    }
    .services-preview-collection-mumbai {
        align-items: stretch;
    }

    .other-cities-container p {
        display: block;
            width: fit-content;
    }
    a.opentimeslotmodal.add-small.btnc-default {
        color: #fff;
        padding: 10px 20px 6px 20px;
    }
    .desktop-banner {
        display: none !important;
    }
    .mobile-banner {
        display: block !important;
    }
    /* mobile new package details */
    .package-mobile-slider {
        display: block;
    }
    .mobile-package-details-new {
        padding: 0;
    }
    .mobile-package-details-new .bg-theme+.banner-2 {
        display: none;
    }
    .mobile-package-details-new .checkup-detail-section {
        padding-top: 5px;
    }
    .mobile-package-details-new .container-part {
        padding: 15px !important;
    }
    .mobile-package-details-new .container-part-box h4 {
        font-size: 16px;
        flex: 0 1 100%;
        margin-bottom: 0;
    }
    .mobile-package-details-new .container-part-box .includes {
        font-weight: 700;
        font-size: 15px;
        margin-top: 0;
    }
    .mobile-package-details-new .container-part-box .test-details {
        font-size: 15px;
        width: 80%;
        margin-top: 0;
    }
    .mobile-package-details-new .checkup-right a {
        margin-right: 0;
        font-size: 14px;
    }
    .mobile-package-details-new .container-part-box .after {
        font-size: 16px !important;
        margin-left: 0;
    }
    .mobile-package-details-new .container-part-box .checkup-bottom {
        margin-top: 0px;
    }
    .mobile-package-details-new .see-details {
        width: 100% !important;
        padding: 0 !important;
    }
    .mobile-package-details-new .container-part-right .report-time {
        font-size: 14px !important;
    }
    .mobile-package-details-new .container-part-right .report-time-info {
        font-size: 14px;
    }
    /*.mobile-package-details-new .checkup-box-container {
        margin-bottom: 20px;
    }*/
    /* new allpackages */
    .new-filter {
        display: block;
    }
    
/*    .for-filter .new-filter .banner-2 {*/
/*    display: none;*/
/*}*/

/*.for-filter section.banner-2 {*/
/*    display: none;*/
/*}*/

/*.for-filter .new-web-wrap-health .bg-theme {*/
/*    display: contents;*/
/*}*/

    .new-web-wrap-health {
        display: block;
    }
    .new-web-wrap-health .bg-theme {
        display: none;
    }
    .new-web-wrap-health .health-filter {
        display: none;
    }
    .new-web-wrap-health .health-head-sort {
        display: none;
    }
    .new-web-wrap-health .health-main {
        padding: 20px;
    }
    .new-web-wrap-health .checkup-box {
        flex: 0 1 100%;
        margin: 0;
    }
    .new-web-wrap-health .web-checkup-box .checkup-box-head {
        height: auto;
    }
    .new-web-wrap-health .web-checkup-box .checkup-includes {
        margin-bottom: 0;
    }
    .new-filter .for-filter {
        padding-bottom: 0;
    }
    .new-filter .sort-filter p {
        font-size: 18px;
        display: flex;
        align-items: center;
    }
    ion-icon.md.hydrated {
    margin-right: 7px;
}
.sort img {
    margin-right: 7px;
}
    .new-filter .sort-container {
        position: absolute;
    }
    .FAQs-header button {
        text-align: left;
    }






/*--------------home-page----------------*/
.services-preview-collection.full-width-padding{
    position: static;
}
.services-preview {
    height: 138px !important;
}
.book-test-img {
    display: flex;
    align-items: center;
    height: 22px;
}

.service.Quick_Service_Card{
    align-items: normal !important;

}
.services-preview img {
    width: 24px !important;
}

.services-preview p {
    width: 112%;
}
.sliders .slick-list.draggable, .banner-2 .slick-list.draggable{
    padding-right: 0px !important;
      margin-left: 0px !important;
    margin-right: 0px !important;
}
.services-preview-collection{
    padding: 15px 15px 0 15px !important;
}

.checkups .checkup-boxes-body .off-card {
   left: 16px;
}

.checkups .compare-off {
    padding-bottom: 12px;
}

.checkups .d-hidden {
    visibility: visible;
}
.mt-60 {
    margin-top: 0px;
}
.checkups-preview-container .slick-list.draggable {
    padding-right: 100px !important;
    padding-left: 0px !important;
    margin-right: -21px !important;
}

.tab-max .slick-list.draggable{
    padding-right: 100px !important;
    padding-left: 0px !important;
}
.tab-max .nav.nav-tabs{
  margin-left: 20px;
    margin-top: 0px;

}
.tab-max .pathalogy-preview{
    margin-left: 20px;
    padding-left: 20px;
}

.tab-max .nav {
    
    flex-wrap: nowrap !important;
    overflow-y: scroll;
    height: auto;

}
.tab-max li.nav-item {
    width: 71%;
    text-align: center;
}
.pathology.full-width-padding.overview-test .tab-max li.nav-item {
    width: fit-content;
    text-align: center;
}

.tab-max .nav-tabs .nav-link {
   
    margin-right: 6px;
}
.tab-max .nav-item img {
    width: 23px;
    margin-right: 15px;
}

.tab-max .nav-item{
    height: auto;
}

.tab-max .nav-tabs .nav-link {
    border: 1px solid transparent;
    height: 63px;
    padding: 12px;
  /*  width: 127px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 1px 1px 6px #0000002E;
    background-color: #fff;
    margin-right: 19px;
    /* border-radius: 6px; */
    /* display: flex; */
    width: 178px !important;
}

.pathology.full-width-padding.overview-test .tab-max .nav-tabs .nav-link {
    border: 1px solid transparent;
    height: 44px;
    padding: 12px;
    /* width: 127px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: 1px 1px 6px #0000002E;
    background-color: #fff;
    margin-right: 19px;
    /* border-radius: 6px; */
    /* display: flex; */
    width: max-content !important;
    padding: 19px 15px;
}
.banner-2.banner-poular-checkup {
    padding-left: 0px;
}
.banner-2 .slick-list.draggable {
    padding-right: 40px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
section.banner-2.banner-poular-checkup {
    padding-left: 10px;
}

.max-whasapp .web-call-now{
    display: inline-block !important;
}
.max-whasapp .call-now.web-call-now {
    margin-left: 15px;
    padding: 0px 15px;
}
.call-now-right-pt2.whatsapp-click-img {
    position: relative;
}
.max-whasapp .call-now-right-pt2.whatsapp-click-img img {
    width: 76px;
    position: absolute;
    left: -51px;
    top: -44px;
   
}
.max-whasapp .call-content p{
    background-color: transparent;
}
.max-whasapp .call-content h4 {
    font-size: 12px !important;
    margin-bottom: 0px;
}
.max-whasapp .call-content {
    padding: 12px 12px;
}
.call-content p {
    font-size: 11px !important;
}
.max-whasapp .d-none-desktop{
    display: block;
}
.max-whasapp .call-now.web-call-now{
    border-radius: 6px;
}
.max-whasapp .call-now{
    width: 88% !important;
}
.max-whasapp .call-content {
   
    padding-left: 0px;
}
.call-content p{
    background-color: transparent;
}
.call-now{
    margin: 0px auto;
}
.call-now.mobile-call-now{
    border-radius: 6px;
}
.border-right-time {
    display: none;
}
.health-categorise .anemia-test-img {
    width: 100%;
    margin: 0px auto;
}
.women-care-categories .slick-slide.slick-center img{
    box-shadow: none;
}
.slick-slide.slick-center img{
    box-shadow: none;
}
.organs-collection .slick-list.draggable, .blog-collection .slick-list.draggable, .customers-review-container .slick-list.draggable{
    padding-right: 100px !important;
}
.why-choose-user {
    margin: 0px 15px;
}
.why-choose-body{
    margin: 15px 0px;
}
section.health-blog {
    margin-left: 15px;
}
.customer-reviews-section {
    margin: 0px 15px;
}

.customers-review-container-blog{
    margin-left: 15px;
}

.how-to-book {
    margin: 0px 15px;
}
.chose-us-features {
    margin: 0px 15px;
}


.women-care-categories .slick-list.draggable {
    padding-right: 100px !important;
    padding-left: 0px !important;
    margin-right: 5px !important;
  margin-left: 15px !important;
}



.women-care-categories .preview-box .care-title {
    font-weight: 700;
    margin-bottom: 1px;

}
.women-care-categories .slick-slide.preview-box img {
    padding: 10px 40px;
}

.slick-slide.preview-box img{
    margin-top: 5px;
}

.customers-review-container-blog .slick-list.draggable{
    padding-right: 100px !important;
}
.customer-review-display {
   
    border-radius: 5px;
}


.section.women-care.bg-theme.full-width-padding.health-categorise .checkups-heading h3 {
    font-size: 18px;
    width: 100% !important;
}
.why-choose-max .checkups-heading h3{
    width: 100%;
}






.cd__main{
   position: relative;
   width: 360px !important;
   height: 720px;
   border: 2px solid #bbb;
}
/* end demo only */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  height: 59px;
  box-shadow: 0 -2px 5px -2px #333;
  background-color: #fff;
}
.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #003873;
}

.mobile-bottom-nav__item--active {
    color: #2dbcb6;
    /* filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%); */
    /* background-color: #2FBCB6 !important; */
    /* color: #fff !important; */
    /* background-color: #2FBCB6 !important; */
    /* border-color: #194583; */
    filter: grayscale(100%);
    /* filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%); */
    /* filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(165deg) brightness(95%) contrast(80%); */
   /* filter: invert(25%) sepia(15%) saturate(130%) hue-rotate(2deg) brightness(100%) contrast(90%);*/
    filter: opacity(0.9) drop-shadow(0 0 0 #2dbcb6);
}


.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
  height: 37px;
  font-weight: bold;
}

.mobile-bottom-nav__item-content img {
    width: 27px;
    margin: 0px auto;
    height: 24px;
}

nav.mobile-bottom-nav a{
       color: #2dbcb6;
   }

 nav.mobile-bottom-nav a {
    color: inherit; /* Sets the color to be the same as its parent element */
    text-decoration: none; /* Removes underline */
  }

/*.slick-slide.preview-box img {
    padding: 10px 63px;
    margin-top: 0px;
}*/




/*

.slick-slide.preview-box img {
    padding: 10px 48px;
    margin-top: 6px;
}
.slick-slide.preview-box img {

    margin-top: 8px;
}
.women-care .preview-box.slick-slide{
    margin: 0px  !important;
}
.women-care-categories.organs-collections-one.slick-initialized.slick-slider.slick-dotted {
    padding-left: 20px;
}*/
/*.organs-collection .slick-list.draggable, .blog-collection .slick-list.draggable, .customers-review-container .slick-list.draggable {
    padding-right: 100px !important;
    padding-left: 0px !important;
    margin-right: 5px !important;
}*/

/*.slick-list.draggable, .blog-collection .slick-list.draggable, .customers-review-container .slick-list.draggable {
    padding-right: 100px !important;
    padding-left: 0px !important;
    margin-right: 5px !important;
}
*/


.categories-list{
    box-shadow: 1px 1px 6px #0000002E;
    border-radius: 6px;
}
.popular-categories .slick-list.draggable {
    padding-right: 100px !important;
    margin-right: 0px !important;
    margin-left: 15px;
}
.women-care-categories{
    margin-bottom: 0px;
}

.call-now.mobile-call-now .call-content p{
padding-left: 0px;
z-index: 9;
}

.tab-max ::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.footer-main{
    padding: 10px 0 10px 0px !important;
}
.slick-slide .care-title {
    font-size: 14px;
}


/*.popular-searches.popular-serches-info.wellwise-essentail{
    padding: 0px 15px;
}*/

.checkup-box.container-part-box.theme-info.report-time-info {
    margin: 0px 15px;
}
.checkup-box-container.container-part.newblock .theme-info .showlessseodescription {
    color: #4E4E4E !important;
    font-size: 12px;
}
.full-width-padding.mtb-10 {
    /*margin: 0px 15px;*/
   /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    padding: 13px 15px;
}
button.btn.btn-popular-search {
    font-size: 11px !important;
}
.bg-theme-colour.wellwise-essentail.mb-50 {
    margin-bottom: 0px;
}


.full-width-padding.mtb-10 .checkups-heading h3 {
    font-size: 18px !important;
    width: 65% ;
}
.full-width-padding.mtb-10 .checkups-heading{
    padding-left: 0px !important;
    padding-right: 0px !important
}
.FAQs-container {
    margin-top: 0px;
}
.FAQs-header button{
    color: #003873;
}
.pathalogy-heading.checkups-heading.faq-info-section h3 {
    color: #2dbcb6;
}
.blogs-main.blogs-select-main.full-width-padding section#slideshow {
    margin-left: 30px;
    display: none;
}
.blogs-main.blogs-select-main.full-width-padding{
    margin: 15px 0px;
}
#main {
    margin: 15px 0;
}
.wellwise-essentail .max-lab-section li {
    font-size: 11px;
   
    margin-right: 4px;
    padding-right: 4px;
    border-right: 1px solid;
  
}
section.health-blog.home-collection {
    display: none;
}
button.btn.btn-view-all.btn-mobile {
 
    padding: 10px 38px !important;
    width: 42%
}

.checkup-box-container.container-part.newblock {
    margin-bottom: 0px;
}
.sample-text p {
    font-size: 12px;
}
.checkup-box.container-part-box.theme-info.report-time-info .see-details-right {
    font-size: 12px !important;
}
.sample-text .sample-type.theme-info {
    font-size: 12px;
    color: #003873 !important;
    font-weight: bold;
}
.checkup-box-container{
    margin-bottom: 15px;
}
.max-btn.text-center.mobile-use-max{
    background-color: transparent;
    display: flow;
    z-index: 9999999;
}

section.health-blog{
    margin-left: 0px;
}
.blog-heading {
   
    padding: 15px 6px;
}
span.btn.btn-read-more-blog.pl-0 {
    width: 100%;
    font-size: 10px;
    text-align: center;
}
span.btn.btn-read-more-blog.pl-0 {
    width: 100%;
    font-size: 10px;
    text-align: center;
}
.blog-share .btn {
    padding: 6px 0px;
}
.max-btn.text-center.mobile-use-max{
    width: 100%;
    display: inline-block !important;
    z-index: 99999;
/*    padding-left: 20px;
*/}

.mobile-use-max .right-button-view{
    padding: 8px 11px;
    /* background-color: transparent; */
}
.max-btn.text-center.mobile-use-max.btn-max-lab {
    background-color: #fff;

}

.checkup-boxes-body .off-card {
    
    left: 18px !important;
}

.banner-2.banner-poular-checkup.banner-home-two .sliders .slick-list.draggable, .banner-2.banner-home-two .slick-list.draggable {
    padding-right: 60px !important;
    padding-left: 5px !important;
    margin: 0 0px !important;
}

.woman-care .slick-initialized .slick-slide {
    display: block;
    height: auto;
}
.woman-care .slick-slide.preview-box img {
    padding: 19px 16px !important;
    margin: 0px auto;
    margin-top: 13px;
    box-shadow: 0.5px 1px 3px 0 rgba(0, 0, 0, 0.12);
    width: 100px !important;
    height: 100px !important;
}
.health-categorise.health-categorise-img .anemia-test-img img{
    height: 100px !important;
    width: 100px !important;
}
.health-categorise.health-categorise-img .anemia-test-img {
    width: 100%;
     margin: 0px auto; 
     /*height: 65px; */
}
.blog-share ul li {
    padding-right: 4px;
}

.circles-container {
    justify-content: center;
}


 .carousel.desktop-banner-home .slick-slide img {
    height: auto;
}
.sliders{
    padding-bottom: 0px;
}

/*section.checkups.checkup-detail-caraousel.max-btn.text-center.mobile-use-max{
    bottom: auto;
}*/
/*--------------home-page-------------*/


/*--------------compare page css-------------*/
.compare-item h3 {
    font-size: 18px;
}
.compare-test-name h5, .compare-test-name p {
    font-size: 9px !important;
}
.compare-body.compare-body-one .bookadd {
    font-size: 10px !important !important;
}
.compare-body.compare-body-one .checkup-right a {
    margin-right: 15px;
    font-size: 10px !important;
}

.compare-btn img {
    width: 21px;
    /* margin-bottom: 18px; */
    position: relative;
    top: -4px;
}
.compare-body-one {
    height: 142px;
    overflow-y: scroll;
}

 .col-md-4.col-4.border-right-compare {
    padding-left: 0px;
}
.comapre-box .col-md-4.col-4 {
    padding-left: 0px;
}


    .compare-body.compare-body-one .compare-test-name h5 {
    height: 40px;
}

    .compare-body.compare-body-one .bookadd {
    padding: 3px 22px;
}
    .compare-body.compare-body-one .col-md-4.col-4.border-right-compare {
    padding-left: 2px;
    padding-right: 2px;
}

.compare-body.compare-body-one .col-md-4.col-4 {
    padding-left: 2px;
    padding-right: 2px;
}
    .compare-body.compare-blood-test{
        height: 207px;
    }
.compare-section {
    padding: 0px 15px !important;
}
/*.compare-test-name{
    padding-bottom: 10px;
    padding-top: 10px;
}*/
.col-md-4.col-12.border-right-compare {
    border-right: transparent;
}

span.recommended-text {
    top: -44px;
}
.compare-btn img {
    width: 21px;
    /* margin-bottom: 18px; */
    position: relative;
    top: 0px;
}
/*--------------compare page css-------------*/



}

@media only screen and (max-width: 414px) {
    .row.flex-direction {
        flex-direction: column-reverse;
    }
    .times-slot {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .blog-info .blogs-paginations{
        margin-bottom: 30px;
    }
    .blog-text.text-center{
        margin: 25px auto;
    }
    .blog-position{
        margin-bottom: -13px;
    }
    
.blog-section {
    height: auto;
}
.blog-section h1{
    font-size: 38px !important;
}
.all-blogs{
    padding-right: 0px;
}
.blogs-pagination {
    /* margin: 14px 0px; */
    margin-bottom: 33px;
}
}

@media only screen and (max-width: 413px) {
    .form-parts.from-name .inline {
        flex-wrap: wrap !important;
    }
    .form-parts.from-name .inline-part {
        width: 44% !important;
        margin: 10px 0px;
    }
    .form-parts.from-name select{
        width: 100%;
    }
    .prescription-main-container .col-sm-6 {
        padding: 0 40px;
        flex-direction: column-reverse;
    }
    .schedule-day-container {
        width: 80px !important;
    }
    .location select {
        width: 80px !important;
    }
    .header-mobile .profile img {
        width: 25px;
    }
    .organs-preview {
        padding: 8px !important;
    }
    .mobile-view .follow-us span,
    .mobile-view .follow-us-right {
        font-size: 7px;
    }
    .slick-slide.preview-box img {
        padding: 10px 25px;
    }
    .web-modal-login {
        /* width: 16rem; */
    }
    .organs-page-preview {
        margin: 0 0 5% 0 !important;
    }
    .vital-organs-main .organ-categories {
        justify-content: space-between !important;
    }
    .vital-organs-main .organ-categories a {
        width: 30% !important;
    }
    .care-preview span {
        margin-top: 0px;
    }
    .preview-box img {
        padding: 10px 35px !important;
    }
    .gallery-img {
        margin: 1%;
    }
    .prescription-main-container {
        padding: 0 !important;
        margin-bottom: 115px !important;
    }
    .apply-coupon {
        font-size: 14px;
    }
    .header-mobile .logo img {
        width: 75px;
    }
    /*.other-cities-container p {
        display: block;
        width: 32%;
    }*/
    .desktop-banner {
        display: none !important;
    }
    .mobile-banner {
        display: block !important;
    }
    /* new allpackages */
    .new-filter {
        display: block;
    }
    .new-web-wrap-health {
        display: block;
    }
    .new-web-wrap-health .bg-theme+.banner-2 {
        display: none;
    }
    .new-web-wrap-health .health-filter {
        display: none;
    }
    .new-web-wrap-health .health-head-sort {
        display: none;
    }
    .new-web-wrap-health .health-main {
        padding: 20px;
    }
    .new-web-wrap-health .checkup-box {
        flex: 0 1 100%;
        margin: 0;
    }
    .new-web-wrap-health .web-checkup-box .checkup-box-head {
        height: auto;
    }
    .new-web-wrap-health .web-checkup-box .checkup-includes {
        margin-bottom: 0;
    }
    .new-filter .for-filter {
        padding-bottom: 0;
    }
    .new-filter .sort-filter p {
        font-size: 18px;
    }
    .new-filter .sort-container {
        position: absolute;
    }
    .dc-questionsection figure {
        margin: 0;
        right: 2px;
        bottom: 5px;
        position: absolute;
    }
   
    .dc-questionsection figure img {
        width: 40%;
    }

    .dc-postquestion {
        width: 74%;
        float: left;
        padding: 11px 32px;
    }
  
}
.offer-line {
    padding: 0 10px;
    color: #023873 !important;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.offer-line p {
    font-size: 15px;
}
.offer-line::before {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(0deg, #2dbcb685, transparent);
    z-index: 9;
}

@media only screen and (max-width: 414px) {
   
.citysearch-select p.othercities {
    width: 73px;
}
@media only screen and (max-width: 370px) {
    .state select{
        width: 115%;
    }
    
.services-preview {
    height: 156px !important;
}

}
    /*@media only screen and (max-width: 360px) {*/
    /*   .page-info.page-info-lab {*/
   
    /*padding: 152px 0px 0px 0px;*/
    

    /*}*/
    
