/* @import url('https://fonts.cdnfonts.com/css/proxima-nova-2');  */
html{scroll-behavior:smooth}


 body{
  font-family:'Proxima Nova',sans-serif;
  overflow-x: hidden;
} 

/* new css start here */
.home_banner_section{background: linear-gradient(
180deg, #cce2f38f, transparent);
            padding:40px 0 50px;
          }

     .home_banner_section .container {
            background: white;
            border-radius: 30px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
           
        }
        
          .ampath-banner{
            background: linear-gradient(180deg, #cce2f38f, transparent);
            
          }

        .content-wrapper {
            padding: 50px;
        }
        
        .header-text h2 {
            font-size: 28px;
            color: #333 !important;
            font-weight: 400;
            margin-bottom: 5px;
        }
        
        .header-text h1 {
            font-size: 42px;
            font-weight: 700;
            color: #000;
            margin-bottom: 10px;
        }
        
        .header-text h1 .highlight {
            color: #005CA2;
        }
        
        .subtitle {
            color: #666;
            font-size: 14px;
            margin-bottom: 40px;
        }
        
        .stats-container {
            display: flex;
            gap: 60px;
            margin-top: 30px;
        }
        
        .stat-item {
            text-align: left;
        }
        
        .stat-number {
            font-size: 48px;
            font-weight: 700;
            color: #005CA2;
            line-height: 1;
            margin-bottom: 8px;
        }
        
        .stat-label {
            color: #000;
            font-size: 14px;
            font-weight: 500;
        }
        
  
        
     .image-container{
      margin-top: 50px;
     }
        
        .action-bar {
          width: 90%;
          margin: auto;
            background:#005CA278;
            backdrop-filter: blur(20px);
            border-radius: 20px;
            padding: 30px;
            display: flex;
            align-items: center;
          gap: 20px;
          position: relative;
          top: 20px;
          margin-top: -130px;
            box-shadow: 0 8px 24px rgba(91, 143, 196, 0.3);
            z-index: 9;
        }
        
        .search-box {
            flex: 1;
            position: relative;
        }
        
        .search-box input {
            width: 100%;
            padding: 10px 20px 10px 50px;
            border: none;
            border-radius: 50px;
            font-size: 15px;
            outline: none;
            height: auto;
            outline: none;
        }
          .search-box input:focus {
            border: 0px;
            outline: none;
          }
        
        .search_icon {
            position: absolute;
            left: 20px;
            width: 25px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
        }
        
        .mic-icon {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #B4313A;
            cursor: pointer;
        }
        
        .btn-book-sample {
            background: #B4313A;
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 50px;
            font-size: 15px;
            font-weight: 500;
            white-space: nowrap;
            transition: all 0.3s;
        }
        
        .btn-book-sample:hover {
            background: #000;
            transform: translateY(-2px);
            color: #fff;
            
        }
        
        .btn-locate {
            background: white;
            color: #B4313A;
            border: none;
            padding: 14px 30px;
            border-radius: 50px;
            font-size: 15px;
            font-weight: 500;
            white-space: nowrap;
            transition: all 0.3s;
            border: 1px solid #B4313A;
        }
        
        .btn-locate:hover {
            background: #000;
            transform: translateY(-2px);
            color: white;      
            border-color: black;      
        }
        
        .btn-locate i,
        .btn-book-sample i {
            margin-right: 8px;
        }

.health_package_section {
    background: #DEE7F1;
}



    .condition-card {
            text-align: center;
            transition: all 0.3s ease;
            cursor: pointer;
            padding: 20px;
            border-radius: 15px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
        }

        .condition-card a{
          text-decoration: none !important;
        }

        /* .condition-card:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.2);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        } */

        .icon-circle {
            width: 130px;
            height: 130px;
            border-radius: 50%;
            background:#F0F8FF;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .condition-card:hover .icon-circle {
            transform: scale(1.1) rotate(5deg);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .icon-circle::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transform: rotate(45deg);
            transition: all 0.5s ease;
            opacity: 0;
        }

        .condition-card:hover .icon-circle::before {
            opacity: 1;
            left: 100%;
        }

        .icon-circle svg {
            width: 50px;
            height: 50px;
            fill: #e74c3c;
            transition: all 0.3s ease;
        }

        .condition-card:hover .icon-circle svg {
            transform: scale(1.15);
        }

        .condition-label {
            font-size: 16px;
            font-weight: 400;
            color: #000;
            margin-top: 10px;
            transition: all 0.3s ease;
        }

      


        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }

        .all_packages_section{background:#E9EFF6;     padding: 60px 0;
}
        .largest_package_section{background: #EBF3F9;     padding: 60px 0;
}
.whychoose_section{padding: 60px 0;}

        .condition-card:active .icon-circle {
            animation: pulse 0.3s ease;
        }

      .nav.nav-tabs.packages_tabs {
            margin-bottom: 40px;
            border: none;
            gap:15px
        }

        .nav.nav-tabs.packages_tabs .nav-link {
            color: #181818;
            font-weight: 400;
            font-size: 15px;
            padding: 12px 24px;
            border: none;
            background: transparent;
            transition: all 0.3s ease;
            position: relative;
            border:1px solid #C5C5C5;
            border-radius:70px;
        }

        .nav.nav-tabs.packages_tabs .nav-link:hover {
            color: #fff;
            background:#2562A0;
        }

      .nav.nav-tabs.packages_tabs .nav-link.active {
    color: #ffff;
    border: none;
    background: #2562A0;
}

   

        .package-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .package-card {
            text-align: center;
            transition: all 0.3s ease;
            cursor: pointer;
            padding: 20px;
            border-radius: 12px;
            background: transparent;
        }

        .package-card:hover {
            transform: translateY(-5px);
        }

        .package-image {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            margin: 0 auto 15px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .package-card:hover .package-image {
            transform: scale(1.05);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }

        .package-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .package-title {
            font-size: 16px;
            font-weight: 600;
            color: #1a2332;
            margin-bottom: 8px;
        }

        .package-description {
            font-size: 13px;
            color: #6b7280;
            line-height: 1.4;
        }

        .explore-btn {
            background: #2562A0;
            color: white;
            border: none;
            padding: 12px 32px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 15px;
            transition: all 0.3s ease;
        }

        .explore-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
        }

        .btn-container {
            text-align: center;
        }


         .app-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 12px 24px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .google-play-btn {
            background: #000;
            border-radius: 40px;

            color: #fff!important;
        }
.download-label {
    padding-bottom: 20px;
    color: #565656;
    font-size: 20px;
    font-weight: 700;
}
        .google-play-btn:hover {
            background: #333;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }
.reviewdata.name-rating ul {
    padding-bottom: 8px;
}
        .app-store-btn {
            background: #000;
            border-radius: 40px;

            color: #fff!important;
        }

        .app-store-btn:hover {
            background: #333;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .app-btn .icon {
            font-size: 24px;
            line-height: 1;
        }

        .app-btn .text-content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            line-height: 1.2;
        }

    .container-custom.container-aside{    --container: 1320px;
    max-width: calc(100vw - (100vw - var(--container)) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;}

  .why_chooses_box {
    padding-right: 50px;
}

@media only screen and (max-width:1281px){
  .why_chooses_box {
padding-left: 50px;
}
}
.parameters_box {
    padding:10px 0px;
    gap: 15px;
}
.parameters_item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
.parameters_item span {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.13);
    display: inline-block;
    padding: 6px 10px;
    font-weight: 400;
    margin-left: 5px;
}

.parameters_tag{   
  padding: 10px 0px;
  gap: 10px;
  width: 100%;
}

.parameters_tag marquee{
  width: auto;
}
.parameters_tag span{
    border-radius: 10px;
    background: #f9f9f9;
    padding: 6px 10px;
    color: #005CA2;
    font-size: 10px;
    font-weight: 400;
}


.price_offer {
    color: #47FF47;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    bottom: 0;
}

.discount_price {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
    margin-right: 4px;
}
.cart_btn {
    border-radius: 50px;
    border: 1px solid var(--White, #FFF);
    padding: 10px 10px 12px 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: none;
    color: #fff;
    line-height: 20px;
    transition: 200ms;
}
.cart_btn:hover{
  color: black;
  background-color: white;
}

.health-checkups__right .card-bottom{    padding:0px;}
.card-bottom button{width:50%;}


   .nav-tabs {
            border: none;
            justify-content: center;
            gap: 15px;
            margin-bottom: 40px;
        }

        .nav-tabs .nav-link {
            padding: 10px 40px;
            border: 2px solid #2562A0;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 400;
            background-color: transparent;
            color: #000;
            transition: all 0.3s ease;
        }

        .nav-tabs .nav-link:hover {
            background-color: #2562A0;
            color: white;
            border-color: #2562A0;
        }

        .nav-tabs .nav-link.active {
            background-color: #2562A0;
            color: white;
            border-color: #2562A0;
            
        }

        .card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .card-img-top {
            height: 200px;
            object-fit: cover;
        }

        .card-body {
            padding: 20px;
        }

        .card-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 10px;
        }

        .blog-card .card-text {
            color: #666;
            font-size: 0.95rem;
            margin-bottom: 15px;
            min-height: 80px;
        }

        .blog-card .card-date {
            color: #999;
            font-size: 0.85rem;
            position: absolute;
            bottom: 0px;
        }

        .view-all-btn {
            display: block;
            margin: 50px auto 0;
            padding: 12px 50px;
            background-color: #a84448;
            color: white;
            border: none;
            border-radius: 25px;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .view-all-btn:hover {
            background-color: #8f3a3d;
        }

         .left-card {
            position: relative;
            overflow: hidden;

        }
.left-card img {
    width: 100%;
    border-radius: 20px;
}
.left-card .book_btn_box h2 {
    color: #fff;
    position: absolute;
    top: 30px;
    left: 20px;
}
.book_btn_box .btn-group-custom {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
        .left-card h2 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 30px;
            line-height: 1.4;
            position: relative;
            z-index: 2;
        }

        .btn-group-custom {
            display: flex;
            gap: 15px;
            position: relative;
            z-index: 2;
        }

        .btn-call-back {
            background-color: #c92a3a;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .btn-call-back:hover {
            background-color: #a91f2d;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(201, 42, 58, 0.3);
        }

        .btn-book-test {
            background-color: white;
            color: #0066b2;
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .btn-book-test:hover {
            background-color: #f0f0f0;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .right-card {
            background-color: white;
            border-radius: 20px;
            padding: 30px;
            text-align: center;
        }

    .pop-heading{
      font-size: 20px;
      font-weight: bold;
      color: black;
      margin-bottom: 20px;
      text-align: center;
    }
    .btn-close{
      float: right;
    }

        .upload-icon-container {
          text-align: center;
            width: 100%;
            padding: 50px;
            border: 2px dashed #ccc;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .upload-icon-container:hover {
            border-color: #0066b2;
            background-color: #f0f7ff;
        }

        .upload-icon-container i {
            font-size: 32px;
            color: #666;
        }

        .upload-title {
            color: #0066b2;
            font-weight: 600;
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

        .upload-instructions {
            list-style: none;
            padding: 0;
            margin: 15px 0;
            font-size: 0.9rem;
            color: #666;
        }

        .upload-instructions li {
            margin-bottom: 8px;
        }

        .upload-instructions li::before {
            content: "• ";
            color: #0066b2;
            font-weight: bold;
            margin-right: 8px;
        }

        .btn-show-sample {
            background-color: #c92a3a;
            color: white;
            border: none;
            padding: 12px 40px;
            border-radius: 25px;
            font-weight: 500;
            width: 100%;
            transition: all 0.3s ease;
        }

        .btn-show-sample:hover {
          color: white;
            background-color: #a91f2d;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(201, 42, 58, 0.3);
        }

        .add-prescription-link {
            color: #666;
            font-size: 0.9rem;
            text-decoration: none;
            display: block;
            margin-bottom: 15px;
        }

        .add-prescription-link:hover {
            color: #0066b2;
        }

        /* login css start here */
    .login-section.login-register .modal-dialog {
    max-width: 950px;
}

.login-section.login-register .modal-content {
    padding: 20px;
}

.login_box img.img-fluid {
    width: 210px;
    margin-bottom: 70px;
}
.label_text {
    margin-bottom: 5px;
    font-size: 14px;
    color: #343434;
}
.form-info-section.login_box .signin_heading {
    font-size: 20px;
    color: #000;
}

.login-section.login-register .modal-title-info{background: none;}
.btn-apply.btn-next.sendotpbtn.login_btn {
    background: #B02832;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    width: 100%;
    border-radius: 60px;
    transition: 200ms;
    margin-top: 8px;
}
.btn-apply.btn-next.sendotpbtn.login_btn:hover{
  background-color: black;
}
.form-info-section.login_box .form-control{border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}
/* login css end here */
.global_bg {
    background: rgba(0, 92, 162, 0.06);
    padding: 60px 0;
}
.inner_section{background:#FAFDFF; padding:0px 0 60px;}
   .main-container {
            margin: 40px auto;
            padding: 0 20px;
        }
        .card-custom {
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            padding: 30px;
            margin-bottom: 20px;
        }
        .header-title {
            font-size: 28px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 30px;
        }
        .section-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
        }
        .overview-text {
            color: #666;
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 25px;
        }
        .info-box {
            background: #E9EFF6;
            border-radius: 8px;
            padding: 20px;
            height: 100%;
        }
       .info-icon {
    margin-bottom: 12px;
    background: #fff;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
        .info-label {
            font-size: 12px;
            color: #3B3B3B;
            margin-bottom: 5px;
        }
        .info-value {
            font-size: 15px;
            font-weight: 600;
            color: #2c5aa0;
        }
        .info-link {
            color: #4a90e2;
            text-decoration: none;
            cursor: pointer;
        }
        .prep-section {
            background: #E9EFF6;
            border-radius: 8px;
            padding: 15px 20px;
            margin-top: 20px;
        }
        .prep-title {
            font-size: 13px;
            font-weight: 600;
            color: #666;
            margin-bottom: 8px;
        }
        .prep-value {
            font-size: 14px;
            color: #005CA2;
            font-weight: 500;
        }
        .price-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            padding: 25px;
        }
        .price {
            font-size: 32px;
            font-weight: 700;
            color: #1a1a1a;
        }
        .original-price {
            font-size: 16px;
            color: #999;
            text-decoration: line-through;
            margin-left: 8px;
        }
        .booking-info {
            font-size: 13px;
            color: #666;
            margin: 15px 0;
        }
        .stars {
            color: #ffc107;
            font-size: 14px;
            margin-right: 5px;
        }
        .reviews {
            font-size: 13px;
            color: #666;
        }
        .btn-book {
            background: #dc3545;
            color: white;
            border: none;
            border-radius: 25px;
            padding:13px 25px;
            font-weight: 600;
            margin: 10px 5px;
            cursor: pointer;
            transition: all 0.3s;
        }
        .btn-book:hover {
            background: #c82333;
        }
        .btn-callback {
            background: white;
            color: #dc3545;
            border: 2px solid #dc3545;
            border-radius: 25px;
            padding: 10px 15px;
            font-weight: 600;
            margin: 10px 5px;
            cursor: pointer;
            transition: all 0.3s;
        }
        .btn-callback:hover {
            background: #fff5f5;
        }
        .report-section {
            background: #E9EFF6;
            border-radius: 8px;
            padding: 20px;
            margin-top: 20px;
        }
        .report-icon {
            color: #dc3545;
            font-size: 24px;
            margin-right: 10px;
        }
        .report-title {
            font-size: 16px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 10px;
        }
        .report-text {
            font-size: 13px;
            color: #666;
            line-height: 1.5;
            margin-bottom: 15px;
        }
        .btn-view-sample {
            background: #2c5aa0;
            color: white;
            border: none;
            border-radius: 25px;
            padding: 10px 30px;
            font-weight: 600;
            width: 100%;
            cursor: pointer;
            transition: all 0.3s;
        }
        .btn-view-sample:hover {
            background: #234a87;
        }
        .table-custom {
            margin-top: 20px;
        }
        .table-custom thead {
            background: #E9EFF6;
        }
        .table-custom th {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            border: none;
            padding: 15px;
        }
        .table-custom td {
            font-size: 14px;
            color: #666;
            padding: 15px;
            border-bottom: 1px solid #f0f0f0;
        }
        .expand-icon {
            color: #999;
            float: right;
            cursor: pointer;
        }
        .parameters-link {
            color: #4a90e2;
            text-decoration: none;
            font-size: 14px;
            float: right;
        }
        
        @media (max-width: 768px) {
            .btn-group-custom {
                flex-direction: column;
            }

            .btn-call-back,
            .btn-book-test {
                width: 100%;
            }
        }



        @media (max-width: 768px) {
            .package-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .package-image {
                width: 120px;
                height: 120px;
            }

            .nav-tabs .nav-link {
                padding: 10px 16px;
                font-size: 14px;
            }
        }
/* new css end here */





*{margin:0;padding:0;box-sizing:inherit}
:root{--red-primary:#ad1b31;--red-secondary:#c4414c;--red-tertiary:#e3717c;--blue-primary:#0062a5;--blue-secondary:#187ebd;--black-primary:#57585a;--gray-primary:#f4f4f4}
a.btnc.btnc-primary.read-more{color:#fff!important;text-decoration:none;box-shadow:0 3px 6px #00000029;font-weight:500!important;padding:8px 29px}
body{box-sizing:border-box}
h1,h2,h3,h4{font-family:'Proxima Nova',sans-serif;font-weight:700;color:#2562A0}
h5{font-weight:500}
h1,h2{font-size:30px}
h3{font-size:20px}
p{font-family:'Proxima Nova',sans-serif!important;font-weight:400!important;font-size:16px;color:#5d5857}
a{font-family:'Proxima Nova',sans-serif!important;font-size:14px;color:#9F2D37;}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-appearance:menulist-button;appearance:menulist-button;background-color:#fff!important;background-image:none!important;color:-internal-light-dark(black,white)!important}
header.fixheader{position:fixed;top:0;z-index:99;background-color:#fafdff;width:100%}
.navbar-expand-lg .navbar-nav .nav-link{padding-left:0!important;padding-right:0!important}
.top-btn.navbar.navbar-expand-lg.sticky{background-color:#CCE2F3;height:75px;padding-left:30px}
.logo-navbar-ampath{display:none!important}
.user-profile{display:none}
.sticky .user-profile{display:inline-block;display:inline-block;display:flex}
.sticky .user-search-menu__item.search-box{border-left:transparent!important;padding-left:0!important}
.user-search-menu__item.search-box.search-info img{width:100%!important}
.sticky .logo-navbar-ampath{display:inline-block!important}
.sticky .search-bar{width:17%}
.sticky .d-none-dropdown{display:none}
.logo-navbar-ampath img{width:100%}
.logo-navbar-ampath{width:100%;margin:0 auto;display:flex}
.navbar-expand-lg{padding-right:0!important}
.top-btn{display:flex; gap:10px; justify-content:space-between;padding-top:12px}
.content-container{width:1300px;margin:auto}
.pad-tb-40{padding:20px 0}
.pad-tb-20{padding:20px 0}
.light-bg{background-color:#fafdff}
.dark-bg{background-color:#F8FCFFB5}
.grey-bg{background-color:#fafafa}
.btnc{padding:5px 18px;font-size:14px;border-radius:7px;font-weight:600}
.btnc-primary{border:1px solid #9f2d37;background-color:#9f2d37;color:#fff;border-radius:50px;  transition: 200ms;}
.btnc-primary:hover{background-color: #000;}

  .btnc-primarys:hover{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
  }

.btnc-secondary{border:1px solid var(--red-tertiary);color:var(--red-primary);box-shadow:0 6px 6px #0000000d!important}
.big-button{padding:15px 50px}
.slick-arrow{border:none;background-color:transparent;position:absolute;top:40%;z-index:1}
.slick-arrow img{width:43px;height:auto}
.slick-arrow.pull-left{transform:rotate(180deg);left:-23px}
span.nocity.error-danger.warning p{margin:10px 15px}
button.btnc.btnc-primary.btn-submit.submit-btn{width:50%}
.submit-btn{text-align:center}
.slick-arrow.pull-right{right:-23px}
.health-checkups .slick-arrow.pull-right{right:-29px;top:40%}
.other-test .slick-arrow.pull-right{right:-13px;top:42%}
.tests-head .slick-arrow.pull-right{top:125px}

.view-all img{width:25px;margin-left:10px}
.main-head{text-align:center;padding:30px 0}
.see-all-container{text-align:center}
.hidden{display:none!important}
nav{box-shadow:rgba(0,0,0,0.1) 0 1px 2px 0}
nav .menu-list a{font-weight:500!important;color:var(--black-primary)!important;font-size:14px}
.logo{width:160px}
.playstorelogo{width:125px}
.logo img{width:100%;height:auto}
.menu-list{display:flex;align-items:center;width:100%;justify-content:end!important}
.user-search-menu{display:flex;align-items:center}
.user-search-menu__item{width:34px;margin-right:10px}
.user-search-menu__item img{width:34px;height:auto}
.nav-padding{padding:10px 40px}
.menu-list ul li{margin-right:18px}
.blog-text ul li{font-family:'Proxima Nova',sans-serif!important;font-weight:400!important;font-size:14px;color:#5d5857}
.loc-dropdown .dropdown-toggle img{width:18px;margin-right:5px}
.banner-images{width:100%;margin:0}
.float-search{width:100%;display:flex;justify-content:center;position:relative}
.search-tab{display:flex;justify-content:space-between;border:1px solid #ffffff1c;border-radius:14px;align-items:center;background-color:#fff;}
.search-tab-part{display:flex;align-items:center;padding:0 15px;}
.search-tab-part:nth-of-type(3){border-right:none}

.search-tab-part__img{width:20%; max-width: 56px;}
.search-tab-part__img img{width:100%}
.new-search-tab-part__drop {width: 100%;}
.search-tab-part__drop{padding-left:0;width: 100%;}
.search-tab-part__drop .dropdown-toggle{color:var(--black-primary)!important;text-decoration:none;cursor:pointer}
.search-tab-part__drop .dropdown{margin-bottom:0px}
.search-tab-part__drop p{margin-bottom:0;font-weight:600!important;color:#2562A0!important}
.search-tab-part:last-of-type a{display:block;width:100%;}
p.text-includes b{color:#fff;font-weight:500}
.money{color:#fff; font-size:28px; font-weight:700}
a.see-details{color:#fff!important}

.home-tab .search-tab-part .search img{width:20px;margin-right:5px}
.home-tab .search-tab-part:last-of-type{width:40%}
.home-tab .new-search-tab-part:last-of-type{width: 25%;}
.search-tab-part .search img{width:20px;margin-right:5px}
.search-tab-part:first-of-type{width:60%}
.new-search-tab-part:first-of-type{width:73%}
.lab-test-search .search-tab-part:first-of-type{width:40%}
.lab-test-search .search-tab-part:last-of-type{width:24%}
.lab-test-search .search-tab-part:nth-of-type(2){width:40%}
.search-tab-part:nth-of-type(2){width:35%}
.search-tab-part:nth-of-type(3){width:25%}
.search-tab-part:last-of-type{width:37%}
.navbar.sticky{background-color:#fff;top:0;left:0;width:100%;z-index:9999}
.services{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;column-gap:15px}
.services__item{padding:20px;border-radius:15px}
.services__item:first-of-type{background-image:url(../img/upload-test.png);background-size:100% 100%}
.services__item:nth-of-type(2){background-image:url(../img/upload-test.png);background-size:100% 100%}
.services__item:last-of-type{background-image:url(../img/upload-test.png);background-size:100% 100%}
.testimonials .slick-next:before{top:8px;position:relative}
.testimonials .slick-prev:before{position:relative;left:13px}
.health-checkups .slick-arrow.pull-left{transform:rotate(180deg)!important;left:-15px;-webkit-transform:rotate(180deg)!important;-moz-transform:rotate(180deg)!important;-ms-transform:rotate(180deg)!important;-o-transform:rotate(180deg)!important}
.health-checkups .slick-arrow.pull-right{right:-15px}
/* .health-checkups__left{width:25%;padding-right:30px} */
/* .health-checkups__right{width:75%;margin-right:calc((100vw - 1400px) / -2)} */
.card-box{padding:20px;box-shadow:0 2px 35px #0000000d;background-color:#fff;border-radius:14px;display:flex!important;flex-direction:column;justify-content:space-between;flex-wrap:wrap;align-items:stretch!important}
.card-group{display:flex!important;flex-flow:row wrap}
.slick-slide{height:auto!important}
.card-price{font-size:18px}
.card-price span:first-of-type{color:var(--blue-primary)}
.card-price span:last-of-type{color:var(--blue-secondary);margin-left:0px}
.card-bottom{display:flex;align-items:center;}
.health-checkups__right nav{display:flex;justify-content:flex-end;box-shadow:none}
.tests-tab{background-color:transparent;border-bottom:1px solid #a8aaad}
.tests-tab .nav-link{color:var(--black-primary);font-weight:600}
.tests-tab .nav-link.active{border-radius:0;border-width:2px;background-color:transparent;border-color:transparent transparent var(--red-primary);color:var(--red-primary)}
.view-all-contain{padding:.5rem 1rem}
.popular-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.popular-categories__box{background-color:#fff;border-radius:14px;padding:20px;display:flex;align-items:center;box-shadow:0 2px 35px #0000000d}
.popular-categories__box img{width:60px;margin-right:20px}
.popular-categories__box h3{margin-bottom:0}
.call-container{background-image:url(../img/callbg.png);background-size:100% 100%;height:260px;display:flex;flex-direction:column;justify-content:center;padding:80px}
.call-container h3{font-size:24px}
.call-container p{font-size:18px;margin-bottom:20px}
.tests-head{padding:20px 0}
.tests-head .health-checkups__left{width:30%}
.tests-head .health-checkups__right{width:70%;margin-right:unset}
.select-test-box{flex-direction:row;height:173px}
.select-test-box .card-box__left{width:17%}
.select-test-box .card-box__left img{width:100%}
.select-test-box .card-box__right{width:83%;padding-left:20px}
.select-test-box .card-box__right p{height:auto;overflow-wrap:anywhere;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.testimonials-head .health-checkups__left{width:40%}
.testimonials-head .health-checkups__right{width:60%}
.test-btn{top:-77px}
.pull-left.test-btn{left:unset;right:5%}
.pull-right.test-btn{right:1%}
.testimonials-box{background-color:#fff;border-radius:0;padding:20px;border-right:1px solid #A8AAAD4D;margin:10px;height:160px;position:relative;box-shadow:#000 0 1px 2px 0}
.latest-articles .testimonials-box{height:230px!important}
.navbar{padding-top:0;padding-bottom:0}
.testimonials-box .comma{opacity:.1;position:absolute;left:3%;top:3%;width:60px}
.testimonials-box p{height:auto;overflow-wrap:anywhere;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;border-bottom:1px solid #c5c7c6;display:inline-block!important;padding-bottom:27px}
.rating-info{display:flex;align-items:center}
.rating-info img{width:40px;border-radius:50%;margin-right:10px;height:40px;object-fit:cover}
.rating-info h3{margin-bottom:0}
.rating .fa{color:#d9dbda}
.article-choose{display:flex}
.articles{width:50%;padding:40px}
.choose{width:100%;padding:40px;background:#0062a50d 0 0 no-repeat padding-box;border:1px solid #4fa3db4d;border-radius:20px}
.choose-features ul li{font-family:'Proxima Nova',sans-serif!important;font-weight:400!important;font-size:14px;color:#5d5857}
.choose-features ul{margin:18px 0}
.articles-head{display:flex;justify-content:space-between;margin-bottom:20px}
.article-container{display:flex;flex-direction:column}
.article-box{padding:10px;box-shadow:0 2px 35px #0000000d;background-color:#fff;margin:10px;border-radius:14px;display:flex;margin:10px 0}
.article-left{width:35%}
.article-left img{width:100%;height:155px}
.article-right{width:65%;padding:0 20px}
.article-bottom{display:flex;justify-content:space-between}
.article-bottom p{margin-bottom:0;color:var(--blue-secondary)!important;font-size:12px}
.publish-by{color:var(--blue-secondary)!important;font-size:12px}
.choose-features{display:flex;flex-wrap:wrap;align-items:center}
.choose-box{width:25%;padding:30px 30px 30px 0;display:flex;flex-direction:column;align-items:center;text-align:center}
.choose-features .choose-box h3{font-size:18px}
.submit-btn{margin-bottom:20px;margin-top:12px}
.choose-box h3{width:75%;height:45px}
.chose-box-img{width:30%;margin-bottom:20px}
.chose-box-img img{width:100%}
.download-section{background-image:url("../img/Group\ 6031@2x.png");background-size:100% 100%;height:300px;padding:160px 80px 0}
.download-section img{width:140px;margin-right:10px}
.footprints{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap; margin-top: 50px !important;}
.footprints__items{text-align:center;width:16.66%}
.footprints__item-img{width:100%;height:100px;display:flex;justify-content:center;align-items:center}
.footprints__items img{width:60px;margin:0 auto;height:auto}
.counter{font-size:45px!important;color:#9f2d37 !important;font-weight:700!important;margin-bottom:0!important}
footer{background:#005CA20F}
.footer-upper{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:40px 0 30px}
.footer-left{width:50%;padding-right:80px}
.footer-right{width:50%;display:flex}
.footer-logo{width:180px;margin-bottom:30px}
.footer-logo img{width:100%;height:auto}
.nabdiv{float: left;padding-left: 100px;margin-top: -35px;}
.footer-right__part{display:flex;width:33%;flex-direction:column}
.footer-right__part:last-of-type{width:33%}
.footer-right__part a{margin-bottom:8px;text-decoration:none; color: black;}
.footer-right__part a:hover{color: #9F2B35;}
.footer-right__part h4{font-size:15px;margin-bottom:15px}


.follow-us {
  display: grid;
  align-items: center;
  margin-top: 20px
}

.follow-us h4 {
  margin-bottom: 10px;
  margin-right: 5px
}

.follow-us i {
   color: white !important;
    font-size: 16px !important;
    line-height: 31px;
}


.follow-us a{
  width: 30px;
  height: 30px;
  line-height: 30px;
 transition: 200ms;
  background-color: #B02832;
  display: block;
  margin-right: 10px;
  border-radius: 50px;
  margin-bottom: 0px;
  text-align: center;
}

.follow-us a:hover{
  background-color: #005ca2;
}

.follow-on {
  display: flex;
  align-items: center
}

.follow-on img {
  margin: 0 4px
}

.footer-bottom {
  width: 100%;
  padding: 30px 0
}

.footer-bottom span {
  margin-bottom: 30px;
  display: block
}

.footer-bottom ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.footer-bottom ul li {
  width: 30%;
  list-style-type: none;
  flex-wrap: wrap;
  margin-bottom: 20px;
  line-height: 20px
}

.footer-bottom ul li a {
  font-size: 14px;
  font-weight: 400 !important;
  color: #5d5857 !important;
  text-decoration: none
}

.footer-bottom ul li a i {
  padding-right: 5px
}

.border-bot {
  height: 2px;
  width: 100%;
  background-color: #707070;
  opacity: .1
}

.footer-lower {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center
}

.footer-lower p {
  margin-bottom: 0;
  font-size: 12px;
  opacity: .7
}

.footer-privacy a {
  color: var(--black-primary) !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  font-size: 12px !important
}

.footer-privacy a:hover {
  text-decoration: underline !important
}

.footer-nav {
  display: none
}

.mob-location {
  display: none
}

.category-page-listing-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px
}

.breadcrumbs {
  margin-top: 15px;
}

.category-page-listing {
  margin: 30px 0 40px
}

.search-package {
  width: 95%;
  margin: 0 auto;
  position: relative;
  margin: 30px 0
}

.search-package i.fa.fa-search {
  background-image: url(../img/search@2x.png) !important;
  background-size: cover;
  position: absolute;
  top: 31px;
  left: 97%
}

.search-package li {
  display: block;
  padding: 10px 0
}

.search-package .dropdown-product-details {
  height: 200px;
  overflow-y: scroll
}

.health-checkups .card-box {
  min-height: 222px;
  box-shadow: 0 0 10px 0 #ccc
}

.health-checkups .card-box h3 {
  min-height: 48px
}

.search-package input {
  width: 100%;
  background-color: var(--gray-primary);
  padding: 12px 35px;
  border-radius: 16px;
  border: none;
  box-shadow: 0 4px 0 #19181829
}

.search-package input:focus-visible {
  outline: -webkit-focus-ring-color auto 0
}

.search-package img {
  width: 20px;
  position: absolute;
  right: 2%;
  top: 30%
}

.package-details-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start
}

.package-details-left {
  width: 50%
}

.package-details-right {
  width: 50%
}

.package-detail-preview {
  width: 90%;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px
}

.package-detail-preview h3,
.package-details-info h3 {
  font-size: 28px
}

.package-detail-preview-upper {
  padding: 30px 30px 10px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px
}



.package-requirements-border {
  width: 2px;
  background-color: var(--gray-primary);
  height: 50px
}

.package-requirements {
  padding: 10px;
  text-align: center;
  width: 30%
}

.package-requirements p:first-of-type {
  font-size: 12px
}

.package-requirements p {
  margin-bottom: 0
}

.package-detail-preview-middle__bottom {
  padding: 0 40px 30px
}

.package-detail-preview-middle__bottom p {
  margin-bottom: 0
}

.package-detail-preview-middle__bottom p:last-of-type {
  color: var(--blue-primary) !important
}

.package-detail-preview-lower {
  height: 60px
}

.package-detail-preview-lower a {
  width: 100%;
  height: 100%;
  display: block
}

.package-detail-preview-lower a .btnc {
  width: 100%;
  height: 100%;
  border-radius: 0;
  font-size: 20px
}

.rating-number {
  font-size: 10px
}

.frequently-booked-container {
  display: flex;
  align-items: center;
  padding: 30px 0
}

.frequently-booked-container p {
  margin-bottom: 0
}

.frequently-booked-item {
  margin-left: 30px;
  display: flex
}

.frequently-booked-item img {
  width: 18px;
  margin-right: 10px
}

.frequently-booked-item p {
  color: var(--blue-primary) !important;
  font-weight: 500 !important
}

.frequently-booked-item:first-of-type {
  margin-left: 0
}

.package-detail-features {
  display: flex;
  align-items: center;
  padding: 15px 0
}

.package-detail-feature-item {
  display: flex;
  align-items: flex-start;
  width: 25%;
  margin-right: 30px;
  border-radius: 8px;
  border: 1px solid #cce2f3
}

.package-detail-feature-item-img {
  width: 25%;
  margin: 0 10px;
  padding: 15px 0;
  display: flex;
  text-align: center;
  border-right: 1px solid #cce2f3
}

.package-detail-feature-item-img img {
  width: 80%
}

.package-detail-feature-item-content {
  width: 70%;
  padding: 9px 0
}

.package-detail-feature-item-content p {
  margin-bottom: 0
}

.package-detail-feature-item-content p:first-of-type {
  color: var(--blue-primary) !important;
  font-weight: 500 !important
}

.package-details-right {
  display: flex;
  justify-content: flex-end
}

.package-details-info {
  padding: 30px 40px;
  border-radius: 14px;
  width: 95%
}

.package-details-info h3 {
  margin-top: 25px
}

.package-details-info-para {
  margin-top: 30px;
  line-height: 180%;
  font-size: 16px
}

.package-details-info a {
  float: right
}

.package-details-info-features-container {
  display: flex;
  align-items: center;
  width: 100%
}

.package-details-info-features {
  width: 33.33%;
  margin-right: 30px;
  display: flex;
  margin-top: 30px;
  align-items: center
}

.package-details-info-features-img {
  width: 30%
}

.package-details-info-features-img img {
  width: 60%
}

.package-details-info-features p {
  width: 70%;
  margin-bottom: 0
}

.acc-left {
  display: inline-block;
  width: 50%
}

.acc-right {
  display: inline-block;
  width: 40%
}

h2.parameters-heading {
    font-size: 18px;
}

.parameters-head {
  background-color: var(--red-primary);
  padding: 15px;
  display: flex;
  border-radius: 5px;
  margin:0 10px;
}

.parameter-head-left {
  width: 50%
}

.parameters-head p {
  margin-bottom: 0;
  color: #fff !important;
  font-size: 18px
}

.parameters-accordion {
  padding: 20px 10px 10px
}

.parameters-accordion .accordion-button {
  background-color: #edf5fa;
  border: 1px solid #d6e7f3
}

.parameters-accordion .accordion-button:not(.collapsed) {
  box-shadow: none
}

.parameters-accordion .accordion-item {
  background-color: transparent;
  border: none
}

.parameters-accordion .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none
}

.faqs-section .parameters-accordion .accordion-button:not(.collapsed) {
  background-color: var(--red-primary);
  color: #fff;
  border-radius: 5px
}

.faqs-section .grey-bg {
  background-color: #fafafa;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px
}

.parameters-accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../img/+@2x.png);
  background-repeat: no-repeat;
  background-size: 70%;
  transition: transform .2s ease-in-out
}

.parameters-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/-@2x.png);
  transform: rotate(0deg);
  margin-top: -10px
}

.faqs-section .parameters-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/-white.png);
  background-size: 60%;
  transform: rotate(0deg);
  margin-top: 0;
  transform: translateY(10px)
}

.cart-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.cart-test-steps {
  width: 60%
}

.cart-test-steps .form-control {
  border-top: transparent;
  border-left: transparent;
  border-right: 0;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0
}

.cart-test-steps label.form-check-label {
  font-size: 12px
}

.cart-test-steps p.error-danger {
  margin-bottom: -12px
}

.cart-test-steps .accordion-button {
  padding-left: 25px
}

.cart-test-steps .accordion-body {
  padding-left: 25px
}

.cart-test-steps .form-check {
  padding-left: 0
}

.cart-package-details {
  width: 40%
}

.cart-test-steps-section {
  padding-right: 50px
}

.cart-test-steps-section .parameters-container {
  border-radius: 8px
}

.cart-test-steps-section .parameters-heading {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.cart-test-steps-section .parameters-heading h3 {
  font-size: 24px;
  margin-bottom: 0
}

.cart-test-steps-section .parameters-accordion {
  padding: 0 3px 6px
}

.cart-test-steps-section .parameters-accordion .accordion-button:not(.collapsed) {
  background-color: var(--red-primary);
  color: #fff;
  border-radius: 5px
}

.cart-test-steps-section .parameters-accordion .accordion-button:not(.collapsed) .numbering {
  background-color: #fff;
  color: var(--red-primary)
}

.cart-test-steps-section .parameters-accordion .accordion-button .numbering {
  display: inline-block;
  background-color: var(--blue-primary);
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px
}

.container-radio {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-wrap: wrap;
  align-items: center
}

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  background-color: transparent !important;
}



.checkmark {
  border-radius: 50px;
  height: 25px;
  width: 25px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
}


.container-radio:hover input~.checkmark {
  background-color: #ccc
}

.container-radio input:checked~.checkmark {
  background-color: #2196f3
}

.tab_address .container-radio input:checked~.checkmark {
  background-color: #2196f310 !important;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.container-radio input:checked~.checkmark:after {
  display: block
}

.container-radio .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff
}

.member-btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.member-btn-box {
  border: 1px solid #cce2f3;
  padding: 15px;
  border-radius: 5px
}

.member-btn-box.container-radio {
  margin-bottom: 0
}

.member-btn-box .checkmark {
  position: absolute;
  top: 45%;
  right: 4%;
  left: unset;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 1px solid #cce2f3;
  border-radius: 50%
}

.member-btn-box p {
  margin-bottom: 0
}

.member-btn-box p:first-of-type {
  font-size: 16px;
  color: var(--blue-primary) !important
}

.member-btn-box p {
  font-size: 16px;
  color: var(--blue-primary) !important
}

.profile-head label#addressremoveid344 a p {
  display: inline
}

.next {
  padding: 20px 10px
}

.next a {
  font-size: 20px
}



.cart-package-details-head h3 {
  font-size: 24px;
  margin-bottom: 0
}

.cart-package-details-body .accordion-button {
  background-color: #edf5fa;
  color: var(--blue-primary)
}

.cart-package-details-body.parameters-accordion {
  padding: 0
}

.price-distribution {
  margin-bottom: 15px;
  border-bottom: 1px solid #cce2f3;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px
}

.price-distribution h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600
}

.price-distribution p {
  margin-bottom: 0
}

[class^="price-distribution-"] {
  display: flex;
  width: 100%;
  padding: 0 30px
}

.price-left {
  width: 50%;
  display: flex;
  align-items: center
}

.price-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.coupon-container {
  position: relative;
  cursor: pointer
}

.coupon-container p {
  font-size: 12px;
  color: var(--red-primary) !important;
  position: absolute;
  top: 22%;
  right: 13%
}

.coupon-container img:first-of-type {
  width: 120px
}

.coupon-container img:last-of-type {
  width: 20px;
  position: absolute;
  right: 1px;
  top: -7px
}

.price-distribution-upper {
  margin-bottom: 10px;
  padding-top: 20px
}

.price-distribution-mid-2 {
  margin-bottom: 10px
}

.price-distribution-mid-2.cupn_redd{
  gap: 5px;
}

.price-distribution-mid-2.cupn_redd .price-left,
.price-distribution-mid-2.cupn_redd .price-right{
  width: auto;
}

.price-distribution-mid-2.cupn_redd .applycoupon2{
      background-color: #3F51B5;
    border-color: #3F51B5;
}

.price-distribution-mid-2.cupn_redd .price-left{
  flex: 1;
}

.price-distribution-lower-2 {
  margin-bottom: 10px
}

.price-distribution-mid-1 .price-left p {
  font-weight: 600 !important
}

.price-distribution-mid-2 .price-left p {
  color: var(--blue-primary) !important
}

.price-distribution-total {
  margin: 10px 0
}

.price-distribution-total .price-left p {
  font-weight: 600 !important;
  font-size: 16px
}

.price-distribution-total .price-right p {
  font-weight: 600 !important;
  font-size: 16px
}

.distribution-total-bottom {
  display: flex;
  align-items: center
}

.distribution-total-bottom a {
  display: block;
  width: 100%;
  color: var(--blue-primary) !important;
  font-size: 16px
}

.distribution-total-bottom .price-left a {
  padding: 15px 0 15px 30px
}

.distribution-total-bottom .price-right a {
  text-align: right;
  padding: 15px 30px 15px 0
}

.distribution-total-bottom .price-left {
  border-top: 1px solid #cce2f3;
  border-right: 1px solid #cce2f3
}

.distribution-total-bottom .price-right {
  border-top: 1px solid #cce2f3
}

.price-distribution .border-bot {
  width: 90%;
  margin: 0 auto;
  background-color: #b1b1b1;
  height: 3px
}

.proceed-bottom {
  padding: 30px;
  position: sticky
}

.price-distribution-proceed-button .price-left p {
  margin-bottom: 0
}

.price-distribution-proceed-button .price-left {
  display: block
}

.price-distribution-proceed-button .price-left p:first-of-type {
  color: var(--blue-primary) !important;
  font-weight: 600 !important
}

.price-distribution-proceed-button .price-left p:last-of-type {
  color: var(--red-primary) !important;
  font-weight: 600 !important
}

.price-distribution-proceed-button .price-right {
  padding-right: 60px
}

.profile-left {
  width: 30%
}

.profile-right {
  width: 70%
}

.profile-head p {
  margin-bottom: 0
}

.profile-left .nav-link {
  text-align: left;
  padding: 13px 15px 13px 50px;
  color: var(--blue-primary);
  font-weight: 600
}



.profile-container-tabsection {
  display: flex;
  justify-content: space-between;
  align-items:flex-start
}



.profile-left.nav-pills .nav-link.active .arr-red {
  display: block
}

.profile-left.nav-pills .nav-link.active .arr-blue {
  display: none
}

.profile-left.nav-pills .nav-link .arr-red {
  display: none
}

.profile-left.nav-pills .nav-link .arr-blue {
  display: block
}



.profile-tab-head {
  background-color: var(--red-primary);
  padding: 30px 50px;
  border-radius: 8px;
  display: flex;
  align-items: center
}

.profile-tab-head img {
  margin-right: 15px
}

.profile-tab-head h3 {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500
}

.profile-tab-info .package-requirements p:first-of-type {
  font-weight: 500 !important
}

.profile-tab-info .package-requirements p:last-of-type {
  color: #b1b1b1 !important;
  text-transform: uppercase
}

.profile-tab-info .package-detail-preview-middle__top {
  position: relative;
}

.profile-tab-info .package-detail-preview-middle__top .pen-right {
  position: absolute;
  right: 2%
}

.profile-tab-info .package-detail-preview-middle__top .pen-right img {
  width: 30px
}

.profile-tab-info .member-btn {
  padding: 0 50px 30px
}

.upload-fields{
  text-align: center;
  padding: 20px;
  border: 1px dashed #ccc;
  background-color: #f9f9f9;
  border-radius: 20px;
}

.upload-prescription-card{
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}

.profile-tab-info .member-btn-box .checkmark {
  top: 30%
}

.prescription-add.upload-fields p img {
    margin-bottom: 10px;
}

.profile-tab-content {
  border-radius: 8px
}
.upload-prescription-card a{
  text-decoration: none;


}
.upload-prescription-card a p{
  color: #005CA2;
    font-weight: bold !important;
}

.profile-tab-info .parameters-accordion {
  padding: 0
}

.accordion-button:not(.collapsed) {
  color: var(--blue-primary)
}

.orders-body {
  display: flex;
  padding: 0
}

.orders-body table {
  border-spacing: 10px;
  width: 97%
}

.orders-body table tr:first-of-type {
  border-bottom: 1px solid #70707021
}

.orders-body table th,
.orders-body table td {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  color: #5f5f5f
}

.orders-body table th:first-of-type {
  padding: 15px 0 15px 50px
}

.orders-body table td:first-of-type {
  padding: 15px 20px 0 50px
}

.orders-body table tr:last-of-type td:first-of-type {
  padding: 15px 20px 5px 50px
}

.orders-body table th:nth-of-type(2),
.orders-body table td:nth-of-type(2) {
  text-align: center
}

.orders-body table th:last-of-type {
  text-align: center
}

.orders-body table td:last-of-type {
  padding-left: 40px
}

.profile-tab-info .accordion-button {
  padding: 1rem 3rem
}

.orders-body table tr:first-of-type {
  padding: 15px 0 15px 50px
}

.filter-orders .dropdown {
  padding: 10px
}

.filter-orders .dropdown .btn {
  font-size: 12px;
  background-color: #fff;
  box-shadow: 0 2px 6px #00000029
}

.order-img img {
  width: 100%
}

.order-img {
  width: 6%;
  margin: 0 auto
}

.order-text.text-center {
  margin: 25px 0 30px
}

.booking-id-number {
  color: #9F2D37
}

button.btn.amount-btn {
  font-family: 'Proxima Nova', sans-serif;
  background-color: #2562A0;
  color: #fff;
  padding: 9px 30px
}

.booking-id-info {
  background-color: #F0F5FA;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  align-items: center
}

.booking-id h4 {
  margin-bottom: 0
}

.booking-id-info {
  background-color: #F0F5FA;
  display: flex;
  justify-content: space-between;
  padding: 16px 30px;
  align-items: center
}

.scheduled-info {
  display: flex
}

.scheduled-info p {
  font-family: 'Proxima Nova', sans-serif !important;
  font-size: 18px
}

.scheduled-info {
  display: flex;
  width: 76%
}

.text-detail {
  padding: 16px 30px
}

.scheduled-text {
  color: #9F2D37 !important
}

.month-text {
  color: #2562A0 !important
}

.scheduled-dates {
  width: 35%
}

.scheduled-month {
  width: 47%;
  margin-left: 50px
}

.scheduled-info.scheduled-right {
  width: 95%
}

.order-section {
  border-radius: 8px
}

.scheduled-body {
  background-color: #FAFAFA
}

.track-order-text p {
  color: #2562A0 !important;
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 0
}

.track-order-info {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
  background: red;
  margin: 8px 0;
  padding: 20px;
  align-items: center;
  background-color: #FAFAFA;
  border: 1px solid var(--unnamed-color-cce2f3);
  border: 1px solid #CCE2F3
}

.track {
  position: relative;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  width: 100%
}

.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative
}

.track .step.active:before {
  background: #34629B
}

.track .step::before {
  background: #34629B;
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: -128px;
  top: 18px
}

.track .step.active .icon {
  background: #9F2D37;
  border: transparent
}

.track .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #fff;
  border: 3px solid #9F2D37;
  top: 7px;
  right: 12px
}

.track .step.active .text {
  font-weight: 400
}

.track .text {
  display: block;
  margin-top: 7px;
  margin-left: -29px
}

span.text {
  color: #2562A0;
  font-family: 'Proxima Nova', sans-serif
}

p.track-date {
  color: #5d5857 !important;
  font-family: 'Proxima Nova', sans-serif !important
}

.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

.itemside .aside {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.track .step.active.active-one:before {
  background-color: transparent
}

.order-track-section {
  background-color: #00000029;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 6px;
  width: 1300px;
  margin: 0 auto
}

.order-track-section .pad-tb-40 {
  overflow: hidden;
  padding: 30px 0;
  margin: 20px 0
}

.d-none-desktop {
  display: none
}

.d-none-mobile {
  display: block
}

.scheduled-month.schedule-info {
  width: 50% !important
}

.text-details .cart-test-steps {
  width: 100% !important
}

.text-details {
  margin: 20px 0
}

.text-details h4 {
  margin-bottom: 0
}

.parameters-accordion.parameters-test {
  padding: 0
}

.parameters-price {
  display: flex
}

.crp-info {
  width: 70%;
  padding: 0 30px
}

.text-details .parameters-accordion .accordion-button {
  border: transparent;
  border-radius: 18px 18px 0 0
}

.text-details .accordion-body {
  border: 1px solid #cce2f3;
  border-radius: 0 0 18px 18px
}

.text-details .parameters-price p {
  margin-bottom: 0
}

.text-details .grey-bg {
  border-radius: 20px
}

.boder-bootoms {
  width: 83%;
  height: 1px;
  background-color: #e7d7d7;
  margin-left: 10px !important
}

.m-t-20 {
  margin-top: 20px
}

.m-t-5 {
  margin-top: 5px
}

.accordion-body.sub-total {
  border-radius: 10px;
  border-radius: 10px
}

.office-address .location-img.text-center {
  margin: 20px 0
}

.office-address {
  padding: 0 15px
}

.container-us-text.text-center {
  display: flex;
  flex-direction: column;
  height: 272px;
  justify-content: end
}

.container-us .error {
  margin-bottom: 0
}

.content-form-text h3 {
  font-size: 32px !important
}

.form-fill label {
  font-family: 'Proxima Nova', sans-serif;
  display: inline-block;
  color: #25629F;
  font-weight: 500
}

.form-fill .p-tb-20 {
  padding: 5px 0
}

.form-fill .form-control {
  background-color: #f3f3f3
}

input::placeholder {
  color: #B1B1B1 !important;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px
}

textarea::placeholder {
  color: #B1B1B1 !important;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px
}

button.btnc.btnc-primary.submit-button {
  margin-top: 55px;
  width: 75%;
  height: 42px;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 18px
}

.content-form-text {
  margin: 45px 0
}

.content-form-text h3 {
  margin-bottom: 0
}

.location-img.text-center img {
  width: 2%
}

span.blue-color {
  color: #2562A0;
  font-weight: 600;
  font-family: 'Proxima Nova', sans-serif
}

.location-img.text-center p {
  color: #57585A;
  font-size: 16px;
  margin: 8px 0 0 8px
}

.location-img.text-center {
  background-color: #f3f3f3;
  padding: 21px 0;
  align-items: center;
  margin: 50px 0;
  margin-bottom: 0
}

.find-us h3 {
  margin-bottom: 20px
}

.pad-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px
}

.breadcrumbs-page {
  padding: 20px 0px 10px
}

.order-scheduled .float-search {
  padding-bottom: 60px
}

.order-scheduled .search-tab {
  top: -12px;
  width: 93%
}

.order-scheduled .search-tab-part:nth-of-type(1) {
  width: 20%;
  justify-content: center
}

.order-scheduled .search-tab-part:nth-of-type(2) {
  justify-content: center;
  width: 20%
}

.order-scheduled .search-tab-part:nth-of-type(3) {
  border-right: 1px solid #dadde3;
  width: 20%;
  justify-content: center
}

.order-scheduled .search-tab-part:nth-of-type(4) {
  width: 20%;
  justify-content: center
}

.order-scheduled .search-tab-part:nth-of-type(5) {
  width: 20%;
  justify-content: center
}

.order-scheduled .search-tab-part__drop .dropdown-toggle {
  color: #5d5857 !important
}

span.acc-left-name {
  width: 75%;
  color: #9F2D37;
  font-weight: 700
}

span.acc-right-down img {
  width: 15%;
  margin-right: 15px
}

span.acc-right-down {
  color: #2562A0;
  font-weight: 700
}

.download-report .scheduled-info.scheduled-right {
  width: 100%
}

.download-invoice {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  border: 1px solid #CCE2F3;
  align-items: center
}

button.btnc.btnc-primary.btn-reschedule {
  padding: 5px 45px
}

.download-invoice h5 {
  color: #2562A0;
  font-size: 16px;
  font-weight: 600
}

.download-report .accordion-flush .accordion-item .accordion-button {
  margin: 10px 0
}

.download-report .parameters-accordion .accordion-button {
  background-color: #FAFAFA;
  border: transparent
}

.download-report .parameters-accordion .accordion-button:not(.collapsed) {
  background-color: #CCE2F3
}

.categories-section.newspage {
  padding-bottom: 50px
}

.categories-text h5 {
  font-size: 16px;
  color: #2562A0;
  font-family: 'Proxima Nova', sans-serif !important
}

.categories-text p {
  color: #5d5857 !important
}

.categories-text {
  padding: 20px
}

.share-icon span {
  color: #023971;
  font-size: 12px;
  font-weight: 500;
  margin: 0 6px
}

.share-info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.share-icon img {
  width: 11%;
  height: 18px;
  object-fit: contain;
  margin: 0 3px
}

button.btnc.btnc-primary.read-more {
  padding: 6px 26px
}

.categories-card {
  box-shadow: 0 3px 6px #00000029;
  margin: 15px 0
}

.health-text {
  background-color: #F0F5FA
}

.health-info h5 {
  color: #2562A0;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 15px
}

.form-health {
  padding: 15px 15px 0 45px
}

.add-address-profile .form-health {
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 0
}


.add-address-type .radio-btn.radio-btn-add {
  display: block !important
}

.radio-btn.radio-btn-one {
  display: block !important
}

.address_remove {
  width: 100%
}

.address_remove i.fa {
  float: right;
  position: relative;
  bottom: 12px;
  left: 7px;
  background-color: #2562A0;
  border-radius: 30px;
  padding: 3px 5px;
  font-size: 16px;
  color: #fff
}



.card-body .cart-btn-transform {
  color: #fff !important
}

.book-health .form-control {
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
}

.form-health.from-add-type {
  padding-top: 0
}

.modal-form.choose-slot .city-state {
  padding-top: 0
}

.modal-form.choose-slot .slot-choose p {
  padding-left: 25px
}

.modal-form.choose-slot .save-btn {
  padding-left: 35px
}

.modal-form.choose-slot {
  padding-left: 25px
}

.book-health .form-health {
  padding: 10px 15px 0 25px
}

.book-health .form-check label {
  color: #313131;
  font-size: 13px
}

.book-health .form-check {
  padding-left: 0
}

.book-health button.btnc.btnc-primary.read-more {
  margin: 30px 15px 15px 0;
  padding: 6px 36px;
  font-weight: 400
}

.form-control:focus {
  box-shadow: none
}



#feedbackform {
  margin: 20px;
  margin-top: 0
}


#feedbackform .book-health .form-health {
  padding: 10px 0 0
}

#feedbackform .notification-section.make-add {
  margin-left: 0
}

#feedbackform .notification-section .containers .checkmark:after {
  left: 7px
}

#feedbackformModal span.close.close-btn {
  padding: 15px 15px 0
}

#feedbackformModal .modal-title-info {
  background-color: transparent
}

.categories-selecteds p {
  color: #343434 !important;
}

.categories-number p {
  color: #2562A0 !important;
  font-weight: 700 !important
}

.categories-info {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.categories-img img {
  height: 250px;
  width: 100%
}

.form-health a {
  outline: none;
  text-decoration: none
}

.m-rl-0 {
  margin-right: 0;
  margin-left: 0
}

.business-enquiry ul li {
  font-family: 'Proxima Nova', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px;
  color: #5d5857;
  text-align: justify
}

.business-enquiry h3 {
  margin: 10px 0
}

.business-enquiry p {
  text-align: justify
}

.business-enquiry .cart-package-details {
  width: 100%
}

.parameters-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  border: transparent;
  background-color: #FAFAFA;
  color: #9F2D37
}

.business-enquiry .accordion-body {
  padding: 1rem 1.25rem;
  background-color: #FAFAFA
}

span.corporate-enquiries {
  font-size: 12px !important
}

select {
  -webkit-appearance: listbox !important
}

label {
  font-family: 'Proxima Nova', sans-serif
}

button.btnc.btnc-primary.read-more {
  padding: 6px 26px;
  font-family: 'Proxima Nova', sans-serif
}

.form-group {
  margin: 10px 0px;
}

select#select-font {
  font-size: 14px;
  color: #5d5857;
  font-family: 'Proxima Nova', sans-serif
}

input::placeholder {
  color: #5d5857 !important
}

.quality-test img {
  border-radius: 15px
}

.quality-test ul li {
  text-align: justify;
  font-weight: 400 !important;
  font-size: 16px;
  color: #5d5857;
  font-family: 'Proxima Nova', sans-serif !important
}

.mb-20 {
  margin-bottom: 20px
}


.about-info h3 {
  font-size: 36px;
  color: #AB001E !important;
  margin-bottom: 0
}

.about-info {
  padding: 50px;
  text-align: center
}

.about-info img {
  height: 60px;
  margin-bottom: 20px;
  height: 60px;
  margin-bottom: 20px
}

.doctors-img h5 {
  font-size: 16px;
  color: #343434
}

.doctors-text {
  padding: 25px 28px
}

.doctors-img {
  box-shadow: 0 3px 6px #00000029
}

.doctors-text p {
  margin-bottom: 0 !important;
  color: #5d5857 !important
}

.meet-our-doctors h2 {
  margin-bottom: 30px
}

.who-we-are.text-center h2 {
  margin-bottom: 30px
}

.meet-our-doctors {
  margin-bottom: 80px
}

.font-weight-400 {
  font-weight: 400
}



.collection-info {
  padding: 10px 0
}

.bg-color {
  background-color: #F8FCFFB5
}

.mt-15 {
  margin-top: 15px
}

.lab-info .ampath-lab p {
  color: #5d5857 !important;
  margin: 8px 0 !important
}

.lab-details-location {
  display: flex;
  align-items: center
}

.find-lab-info.find-lab {
  margin: 0 55px
}

.lab-time {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.find-lab select,
option {
  width: 100px !important;
  border: transparent;
  outline: none
}

form#getcall {
  margin-top: -26px;
}



.find-lab .search-tab{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.find-lab .search-tab-part .search {
  width: 100% !important;
  color: #5d5857;
  background-color: transparent;
  border: transparent
}

.find-lab .search-tab {
  width: 100%;
  top: 0;

}

.find-lab .float-search {
  justify-content: space-between;
  align-items: center
}

.find-lab .search-tab-part:first-of-type {
  justify-content: center;
}

.find-lab .search-tab-part:nth-of-type(2) {
  justify-content: center;
}

.find-lab .search-tab-part:nth-of-type(3) {
  justify-content: center;
}

.find-lab ::after {
  position: relative;
  left: 35px
}

.find-lab .search-tab-part:last-of-type {
  background-color: var(--red-primary);
  border-radius:50px;
  border: 0px;
  color: #fff
}

.find-lab button.search {
  color: #fff !important
}

.find-lab .search-tab-part__drop .dropdown-toggle {
  color: #5d5857 !important;
  font-weight: 500 !important;
  font-family: 'Proxima Nova', sans-serif !important
}

.find-lab .float-search.category-search {
  padding: 20px 30px
}






.find-lab .see-details h5 {
  font-weight: 700;
  text-decoration: underline
}

.find-lab button.btn.btn-get-email {
  color: #9F2B35;
  border: 1px solid #34629B;
  padding: 8px 35px;
  font-size: 14px;
  font-weight: 500
}

.find-lab .datils-info {
  display: flex;
  justify-content: space-between;
  align-items: center
}



.category-info .search-tab {
  width: 87%
}

.place-to-order p {
  margin-bottom: 0;
  color: #2562A0 !important;
  font-weight: 500 !important
}

.place-to-order h5 {
  color: #9F2B35;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0
}

.place-to-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #CCE2F3;
  padding: 12px 40px;
  background-color: #FAFAFA
}

.scrool-div::-webkit-scrollbar {
  display: none
}

.scrool-div {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.login-phone.book-health .form-control {
  background-color: transparent
}

.book-health.login-phone .form-control {
  margin: 0
}

.book-health.login-phone .form-group {
  margin: 0
}

.login-form input::placeholder {
  font: 18px/3 sans-serif;
  font-family: 'Proxima Nova', sans-serif
}

.form-phone-no .accordion-body.book-health.login-phone {
  margin-top: 20px;
  padding-bottom: 0
}

.form-phone-no {
  width: 60%
}

.accordion-body.book-health.login-phone {
  margin-top: 30px;
  padding-bottom: 0
}

span.free-tag {
  color: #9F2B35;
  background-color: #F8CD50;
  padding: 1px 18px;
  border-radius: 12px;
  margin-left: 20px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

.pin-code-section .form-group {
  margin: 0;
  box-shadow: 1px 1px 2px #00000029;
  background-color: #edf5fa;
  padding: 10px;
  border-radius: 4px 4px 10px 10px
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding-top: 0
}

.pin-code-section p {
  margin-bottom: 0;
  color: #57585A !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-top: 12px;
  margin-left: 5px
}

.pin-code-section input::placeholder {
  font: 12px/3 sans-serif;
  font-family: 'Proxima Nova', sans-serif
}

.loc-dropdown .dropdown-menu {
  width: 13rem;
  overflow-x: hidden
}

.loc-dropdown nav .menu-list a {
  font-weight: 400 !important;
  color: var(--black-primary) !important;
  font-size: 14px !important
}

.loc-dropdown .dropdown-menu {
  width: 13rem;
  height: 275px;
  padding-top: 0
}

.loc-dropdown .dropdown-menu {
  -ms-overflow-style: none;
  scrollbar-width: none
}

::-webkit-scrollbar {
  width: 8px;
  overflow-y: hidden;
  overflow-x: hidden
}

::-webkit-scrollbar-track {
  background: #f1f1f1
}

::-webkit-scrollbar-thumb {
  background: #888
}

::-webkit-scrollbar-thumb:hover {
  background: #555
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  overflow-x: hidden
}

a.dropdown-item:hover {
  background-color: #efefef;
  cursor: pointer
}

.dropdown-item-city {
  margin-top: 15px
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent
}

.dropdown-item-city li a {
  font-size: 14px;
  font-weight: 400 !important;
  cursor: pointer
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  list-style: none
}

.search-dropdown .dropdown-toggle::after {
  display: none !important
}

.search-box img {
  width: 32px
}

.user-search-menu__item.search-box img {
  width: 32px
}

.search-dropdown .nav-link {
  padding: 0
}

.search-dropdown .dropdown-menu.show {
  left: -293px
}

.search-info .dropdown-menu.show {
  left: -165px
}

.search-dropdown li a {
  font-size: 14px;
  font-weight: 400 !important;
  color: var(--black-primary) !important
}

.search-dropdown .dropdown-menu.show {
  overflow-x: hidden;
  padding-top: 0
}

button.btn-cross {
  outline: #ffdead;
  text-decoration: none;
  border: none;
  outline: none;
  background: none;
  float: right;
  position: relative;
  bottom: 33px;
  left: -8px;
  color: #c5b2b2
}

.loc-dropdown.search-dropdown .dropdown-menu {
  width: 25rem;
  height: 500px;
  overflow: scroll;
  overflow-x: hidden
}

.search-dropdown .pin-code-section .form-group {
  border-radius: 0
}

.top-cities {
  background-color: #F0F5FA;
  padding: 16px;
  margin-top: 12px;
  margin-bottom: 8px
}

.top-cities p {
  margin-top: 0;
  margin-left: 0
}

.book-test a {
  text-decoration: none
}

.city-info {
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
  align-items: center
}

.book-test a {
  color: #2562A0 !important
}

.book-test h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #2562A0
}

.other-test .card-box.slick-slide.slick-current.slick-active {
  width: 305px !important
}

.other-test .slick-track {
  display: flex;
  justify-content: space-between;
  width: fit-content !important
}

.other-test .card-box.slick-slide.slick-active {
  width: 305px !important
}

a.seedetails {
  color: #2562A0 !important
}

.Select-test .card-box.slick-slide.slick-current.slick-active {
  width: 414px !important
}

.Select-test .slick-track {
  display: flex;
  justify-content: space-between;
  width: fit-content !important
}

.Select-test .card-box.slick-slide.slick-active {
  width: 414px !important
}

.blog-details .follow-on img {
  margin-left: 0 !important
}

.share-post {
  margin-top: 15px
}

.search-dropdown.profile-dropdown .dropdown-menu.show {
  left: -85px;
  border: 1px solid #D0E2F1
}

.upload-prescription .prescription-add.dark-bg {
  padding: 20px 15px;
  align-items: center;
  border-radius: 10px;
  text-align: center;
}

.upload-prescription .prescription-text p {
  color: #2562A0 !important;
  font-weight: 500 !important;
  margin-bottom: 0
}

.upload-prescription .prescription-add p {
  color: #4E403C !important;
  margin-bottom: 0
}

.upload-prescription .package-detail-preview-upper.dark-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #f1f3f6;
  margin-bottom: 0px;
}

.upload-prescription .package-detail-preview-upper.dark-bg h3{
  font-size: 20px;
  margin-bottom: 0px;
}

.upload-prescription .package-detail-preview-upper.dark-bg p {
  margin-bottom: 0;
}

.package-detail-preview-middle {
    background: white;
    padding: 20px;
    min-height: 220px;
}


.package-detail-preview {
  width: 100%
}

button.btnc.btnc-primary.continue-btn {
  padding: 12px 61px;
  float: right
}

#more {
  display: none
}

.modal-form .categories-card {
  box-shadow: none;
  margin: 0
}

.modal-form input[type=date]:invalid::-webkit-datetime-edit {
  color: #5d5857
}

.modal-form .book-health .radio-btn label {
  color: #313131 !important
}

.modal-form .radio-btn {
  display: flex;
  margin-top: 6px;
  padding-right: 12px
}

.radio-btn input {
  margin-right: 8px
}

.radio-btn label {
  margin-right: 18px
}

.modal-add .radio-btn {
  padding-left: 0;
  margin-top: 10px
}

.modal-form input[type='radio'] {
  accent-color: #9F2D37;
  border: 1px solid #9F2D37;
  border: 2px solid #bbb !important;
  background-color: #e7e6e7
}



.modal-form .modal-body {
  padding-top: 0
}

.modal-form .save-btn {
  margin-top: 26px
}

.modal-form .save-btn-info {
  padding-left: 0
}

.modal-form button.btnc.btnc-primary.read-more {
  padding: 10px 41px;
  margin-bottom: 25px
}

.modal-form .img-profile img {
  width: 24%;
  width: 44%;
  padding: 14px
}

.search-dropdown.profiles-dropdown .dropdown-menu.show {
  left: -111px;
  border: 1px solid #D0E2F1;
  top: 46px;
  background-color: #FAFCFD
}

.profiles-dropdown .dropdown-menu {
  min-width: 13rem;
  top: 46px
}

.profiles-dropdown .img-profile {
  display: flex;
  align-items: center;
  padding: 6px 10px
}

.profiles-dropdown .img-profile p {
  margin-bottom: 0;
  color: #2562A0 !important
}

.profiles-dropdown .img-profile img {
  width: 18px;
  margin-right: 12px
}

.profiles-dropdown a {
  text-decoration: none
}

.profiles-dropdown .search-dropdown .dropdown-menu.show {
  overflow-x: hidden;
  padding-top: 10px;
  background-color: #FAFCFD
}

.profile-info {
  padding: 10px
}





.login-section .modal-footer {
  border-top: 0;
  padding: 0 0 15px
}

.login-section .form-check {
  padding-left: 0
}

.login-section .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0
}



.login-section .form-check-label {
  font-size: 13px;
  color: #343434
}

.login-section .modal-body {
  padding: 0
}

.login-section .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #2562A0;
  font-weight: 700;
  margin-left: 45px;
  padding-bottom: 20px;
  padding-top: 20px
}

.login-section .modal-header {
  padding-top: 2px
}

.login-section .modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto;
  position: relative;
  top: 31px;
  z-index: 999
}



.modal-title-info {
  background-color: #edf5fa;
  margin-left: 0;
  border-radius: 6px 6px 0 0
}

.login-section button.btn.btn-primary.open-secound-modal {
  background-color: var(--red-primary);
  border: 1px solid var(--red-secondary);
  color: #fff
}

.modal-content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px
}

.login-register .modal-header .btn-close {
  padding: .5rem;
  margin: -.5rem -.5rem -.5rem auto;
  position: relative;
  top: 0;
  z-index: 999
}

.login-register .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #2562A0;
  font-weight: 700;
  margin-left: 0;
  padding: 10px
}

.login-register .modal-header {
  background: none;
}

.btn-close:focus {
  box-shadow: none
}

.login-section .verification-code {
  max-width: 300px;
  position: relative;
  margin: 20px auto;
  text-align: center
}

.login-section .control-label {
  display: block;
  margin: 40px auto;
  font-weight: 900
}

.login-section .verification-code--inputs input[type=text] {
  border: 2px solid #e1e1e1;
  width: 46px;
  height: 46px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box
}

button.btn.btn-primary.btn-next {
  background-color: transparent;
  border: transparent;
  outline: none
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none;
  outline: none;
  border: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none
}

button.btn.btn-primary.btn-apply.btn-next:focus {
  box-shadow: none
}

.login-section .card {
  border: none;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center
}

.login-section .card h6 {
  color: red;
  font-size: 20px
}

#otp_password {
        padding-left: 18px;
    letter-spacing: 48px;
    border: 0;
    background-image: linear-gradient(to left, #0000001f 85%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 57px 1PX;
    background-position-x: 103px;
    width: 395px;
    min-width: 167px;
    text-decoration: none;
    outline: none;
    height: 50px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

#divInner {
  left: 18px !important;
  position: sticky !important
}

div#divOuter {
  width: 350px;
  overflow: hidden;
  
}

.login-section .inputs input {
  width: 40px;
  height: 40px
}

.login-section input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}

.login-section .card-2 {
  background-color: #fff;
  padding: 10px;
  width: 350px;
  height: 100px;
  bottom: -50px;
  left: 20px;
  position: absolute;
  border-radius: 5px
}

.login-section .card-2 .content {
  margin-top: 50px
}

.login-section .card-2 .content a {
  color: red
}

.login-section .form-control:focus {
  box-shadow: none;
  border: 2px solid red
}

.login-section .validate {
  border-radius: 20px;
  background-color: #9F2B35;
  width: 140px;
  transition: 200ms;
}

.login-section .validate:hover {
  border-radius: 20px;
  background-color: #000;
  width: 140px
}

.card.p-2.text-center {
  margin-top: 35px
}


button.btn.btn-primary.btn-next {
  background-color: transparent;
  border: transparent;
  color: #ad1b31 !important;
  color: #fff;
  font-weight: 700;
  padding-left: 0;
  text-decoration: underline
}

.modal-body.modal-file {
  padding: 25px
}

i.fa.fa-times {
  position: relative;
  top: -26px;
  left: -14px
}

a {
  cursor: pointer
}

.frequently-booked-item a {
  text-decoration: none
}

html {
  scroll-behavior: unset
}

.faq-info .parameters-accordion .accordion-button::after {
  background-image: none !important
}

.notification-section .containers {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #313131;
  padding-top: 3px
}

.notification-section .containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.notification-section .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 21px;
  background-color: #eee;
  border-radius: inherit;
  background-color: transparent;
  border: 1px solid #ad1b31
}

.notification-section .containers:hover input~.checkmark {
  border: 1px solid #ad1b31;
  background-color: transparent
}

.notification-section .containers input:checked~.checkmark {
  border: 1px solid #ad1b31;
  background-color: transparent;
  border-radius: 5px;
}

.notification-section .checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.notification-section .containers input:checked~.checkmark:after {
  display: block
}

.notification-section .containers .checkmark:after {
  left: 12px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #707070;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.notification-section select {
  -webkit-appearance: listbox !important;
  border: transparent;
  background-color: transparent;
  outline: none
}

.mobile-no .containers {
  display: flex
}

.notification-section .form-control {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: transparent;
  border-radius: none;
  background-color: transparent
}

.form-input-section {
  display: flex
}

/* input,
input::placeholder {
  font: 16px/3 sans-serif
} */

.border-width {
  width: 32%;
  height: 1px;
  border: 1px solid #707070;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 161px
}

.mobile-no {
  margin-bottom: 12px
}

.input-mobile.input-gmail {
  display: flex
}

.select-gmail select {
  font-size: 16px;
  color: #8e8e8e
}

p.clear-text {
  font-size: 16px;
  color: #575757 !important
}

.clear-info a {
  color: #575757 !important
}

.notification-section .profile-tab-info {
  padding: 30px 50px
}

.member-btn-add .member-btn-box .checkmark {
  right: auto
}

.member-btn-add .member-btn-box p:first-of-type {
  font-size: 12px;
  color: var(--blue-primary) !important;
  margin-left: 30px
}

.member-btn-add .member-btn-box p {
  margin-left: 30px
}

.profile-tab-info .member-btn-add .member-btn-box .checkmark {
  top: 37% !important
}

.profile-tab-info .member-btn {
  padding: 28px
}

.address-book .parameters-accordion .accordion-button:not(.collapsed) {
  background-color: #edf5fa;
  color: #2562A0;
  font-weight: 500
}

.address-book button.accordion-button.collapsed {
  color: #2562A0;
  font-weight: 500
}

.view-all {
  text-align: center;
  font-size: 16px;
  background-color: #B02832;
  align-items: center;
  margin-top: 36px;
  text-decoration: none;
  padding: 12px;
  color: white !important;
  width: 150px !important;
  border-radius: 50px;
  margin: auto;
  transition: 200ms;
  display: inline-block;
}

.main-heading{
  font-size: 40px;
  font-weight: 600;
}
.main-heading span{
  color: black  ;
}
p.footprint-info {
    color: #005ca2;
    font-size: 18px;
}

.view-all:hover {
  
  background-color: #000;
}

.view-all a {
  color: #343434 !important
}

.need-help .accordion-body {
  padding: 0 45px
}

button.btnc.btnc-primary.big-button.submit-btn {
  font-size: 18px;
  padding: 3px 33px;
  text-transform: capitalize
}

.Popular-text a {
  outline: none !important;
  text-decoration: none !important
}

.city-state select {
  border-top: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ced4da;
  width: 100%
}

.city-state {
  padding-top: 24px
}

.notification-section.make-add {
  margin-left: 22px
}

.modal-slot .form-health {
  padding-top: 0;
  padding-bottom: 0
}

.slot-choose p {
  color: #313131;
  padding-left: 15px
}

.modal-slot select option:disabled {
  color: #5d5857
}

.modal-slot select option {
  color: #343434;
  background: #F0F5FA;
  height: 50px;
  overflow: scroll
}
.city-info.nodatafound {
  display: block;
  text-align: center;
  padding-top: 100px;
}
.city-info.nodatafound p{
  font-size: 23px;
  font-weight: 500 !important;
}
.dropdown-menu {
  max-height: 280px;
  overflow-y: auto
}



.health-info button.btn-secondary {
  background-color: transparent;
  border: transparent;
  font: 16px/3 sans-serif;
  color: #5d5857;
  padding-bottom: 0
}

.popular-categories a {
  text-decoration: none
}

.modal-title {
  color: #2562A0
}



.modal-body img {
  max-width: 100%
}

.modal-body {
  padding: 0
}

.location-address h5 {
  color: #2562A0;
  font-size: 16px
}

.location-address p {
  color: #707070;
  font-size: 12px
}

.change-text p {
  color: #ad1b31 !important;
  border-bottom: 1px solid;
  display: inline
}

.modal-location {
  display: flex;
  justify-content: space-between;
  padding: 15px
}

button.btnc.btnc-primary.big-button.see-all {
  padding: 8px 18px
}

.confirm-location.text-center {
  margin: 20px 0 35px
}

.Select-test .card-box.select-test-box.slick-slide {
  width: 414px !important
}

.d-none-desktop {
  display: none
}

.tracking-detail {
  padding: 3rem 0
}

#tracking {
  margin-bottom: 1rem
}

[class*="tracking-status-"] p {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center
}

[class*="tracking-status-"] {
  padding: 1.6rem 0
}

.tracking-list {
  border: 1px solid #e5e5e5
}

.tracking-item {
  border-left: 4px solid #34629B;
  position: relative;
  padding: 2rem 1.5rem .5rem 2.5rem;
  font-size: .9rem;
  margin-left: 3rem;
  min-height: 5rem
}

.tracking-item:last-child {
  padding-bottom: 4rem
}

.tracking-item .tracking-date {
  margin-bottom: .5rem
}

.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: .4rem
}

.tracking-item .tracking-content {
  padding: .5rem .8rem;
  background-color: #f4f4f4;
  border-radius: .5rem;
  color: #2562A0
}

.tracking-item .tracking-content span {
  display: block;
  color: #767676;
  color: #5d5857 !important;
  font-size: 13px
}

.tracking-item .tracking-icon {
  position: absolute;
  left: -.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff
}

.tracking-item-pending {
  border-left: 4px solid #d6d6d6;
  position: relative;
  padding: 2rem 1.5rem .5rem 2.5rem;
  font-size: .9rem;
  margin-left: 3rem;
  min-height: 5rem
}

.tracking-item-pending:last-child {
  padding-bottom: 4rem
}

.tracking-item-pending .tracking-date {
  margin-bottom: .5rem
}

.tracking-item-pending .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: .4rem
}

.tracking-item-pending .tracking-content {
  padding: .5rem .8rem;
  background-color: #f4f4f4;
  border-radius: .5rem
}

.tracking-item-pending .tracking-content span {
  display: block;
  color: #767676;
  font-size: 13px
}

.tracking-item-pending .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -.7rem;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #d6d6d6
}

.tracking-item-pending .tracking-content {
  font-weight: 600;
  font-size: 17px
}

.tracking-item .tracking-icon.status-current {
  width: 1.9rem;
  height: 1.9rem;
  left: -1.1rem
}

.tracking-item .tracking-icon.status-intransit {
  color: #9F2D37;
  font-size: .6rem
}

.tracking-item .tracking-icon.status-current {
  color: #00ba0d;
  font-size: .6rem
}

@media (min-width: 992px) {
  .tracking-item{margin-left:10rem}
  .tracking-item .tracking-date{position:absolute;left:-10rem;width:7.5rem;text-align:right}
  .tracking-item .tracking-date span{display:block}
  .tracking-item .tracking-content{padding:0;background-color:transparent}
  .tracking-item-pending{margin-left:10rem}
  .tracking-item-pending .tracking-date{position:absolute;left:-10rem;width:7.5rem;text-align:right}
  .tracking-item-pending .tracking-date span{display:block}
  .tracking-item-pending .tracking-content{padding:0;background-color:transparent}
}
.tracking-item .tracking-content{font-weight:600;font-size:17px}
.blinker{border:7px solid #e9f8ea;animation:blink 1s;animation-iteration-count:infinite}
@keyframes blink {
  50%{border-color:#fff}
}
.search-info .autocomplete{position:relative;display:inline-block}
.search-info input{border:1px solid transparent;background-color:#f1f1f1;padding:10px;font-size:16px}
.search-info input[type=text]{background-color:#f1f1f1;width:100%}
.search-info input[type=submit]{background-color:#1e90ff;color:#fff;cursor:pointer}
.search-info .autocomplete-items{position:absolute;border:1px solid #d4d4d4;border-bottom:none;border-top:none;z-index:99;top:100%;left:0;right:0}
.search-info .autocomplete-items div{padding:10px;cursor:pointer;background-color:#fff;border-bottom:1px solid #d4d4d4}
.search-info .autocomplete-items div:hover{background-color:#e9e9e9}
.search-info .autocomplete-active{background-color:#1e90ff!important;color:#fff}
.bg-color{background-color:#CCE2F3;padding:10px 40px}
.bg-color .search-info input[type=text]{background-color:#fff;width:547px;height:39px;border-radius:50px;outline:none;text-decoration:none}
.bg-color .search-info input{padding-left:36px}
i.fa.fa-search{position:absolute;top:15px;left:11px;color:transparent}
.dropdown-toggle::after{background-image:url(../img/arrow_back_left.png)!important;width:28px;height:19px!important;height:auto;background-repeat:no-repeat;vertical-align:middle;color:transparent}
i.fa.fa-search{background-image:url(../img/search-img.png)!important;background-size:cover}
.fa-search:before{content:"\f002";height:25px;width:21px}
.bg-color form{display:flex;align-items:center;background-color:#fff;width:400px;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px}
.bg-color .form-control:focus{background-color:transparent;text-transform:none;outline:none;border-color:transparent}
.bg-color .user-search-menu__item.search-box{border-left:1px solid #57585A;padding-left:12px}
.bg-color .user-search-menu__item.search-box img{width:14px;margin-left:5px}
.bg-color .loc-dropdown.search-dropdown .dropdown-menu{width:9rem;height:auto;overflow:scroll;overflow-x:hidden}
.bg-color .dropdown-item-citys{background-color:#fff;box-shadow:#000 0 1px 4px;position:absolute;left:0;top:47px;font-size:18px;z-index:9999;width:540px;font-size:16px;overflow-y:auto;height:400px;border-radius:8px}
.dropdown-item-citys li:hover{background-color:#efefef}
.form-info-section .form-group{margin-bottom:0}
.cart-test-steps .form-info-section .form-group{margin-bottom:15px}
.dropdown-item-citys{display:none}
.bg-color .search-info input{background-color:#fff!important;border-radius:50px}
.bg-color .search-dropdown.profiles-dropdown .dropdown-menu.show{left:-82px;border:1px solid #D0E2F1;top:29px;background-color:#FAFCFD;z-index:9999999999999}
span.emergency-number{color:#ffff;font-size:16px;text-align:end;display:block}
a.btn.btnc-primary.btn-phone{font-size:14px;font-size:14px;padding:3px 18px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}
.bg-color .btn-info{background-color:transparent}
.health-checkups .card-price{font-size:18px;margin-bottom:9px}
.cart.pad-tb-20.bg-colors{background-color:#F8FCFFB5}
.diabetes-test .card-box{padding:20px!important;box-shadow:0 2px 35px #0000000d}
.health-checkups .card-box{box-shadow:none}
.health-checkups .card-info{padding:0;display:flex;flex-direction:column;}
.card-box-home{padding:18px; box-shadow:0 2px 35px #0000000d; border-radius: 15px; background-color:#fff;margin:5px;}
.health-checkups .flex-fill-red{background:#b02832!important}
.health-checkups .flex-fill-blue{background:#2562A0!important}
.card-upper h3{color:#000;font-weight:600}
.new-head h3{color:#fff!important; margin: 10px 0; font-weight:600;overflow:hidden; font-size: 19px;}
.health-checkups .card-box{padding:0}
.health-checkups .card-upper{padding-top:0}
.diabetes-info .health-checkups .card-upper{padding-top:0}
.diabetes-info .health-checkups .card-box{padding:20px}
.fa-trash:before{content:"\f1f8";cursor:pointer}
span.cart-number{border:1px solid #F8CD50;padding:0;display:flex;width:15px;border-radius:51%;height:15px;justify-content:center;align-items:center;font-size:10px;background-color:#F8CD50;color:#ad1b31;position:absolute;right:50px;bottom:44px;-webkit-border-radius:51%;-moz-border-radius:51%;-ms-border-radius:51%;-o-border-radius:51%}
span.cart-number-out{border:1px solid #F8CD50;padding:0;display:flex;width:15px;border-radius:51%;height:15px;justify-content:center;align-items:center;font-size:10px;background-color:#F8CD50;color:#ad1b31;position:absolute;right:50px;bottom:50px;-webkit-border-radius:51%;-moz-border-radius:51%;-ms-border-radius:51%;-o-border-radius:51%}
.d-none-mobile .span.cart-number{top:20px!important}
.error{color:red!important;font-size:14px!important;display:flex;margin-bottom:-18px;font-weight:400!important}
.search-tab .error{margin-bottom:0}
.modal-search-location .dropdown-menu{position:relative}
.modal-search-location .modal-location{display:flex;justify-content:space-between;padding:15px;align-items:center;justify-content:center}
.modal-search-location .loc-dropdown .dropdown-menu{width:16rem;height:186px;padding-top:0;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px;position:relative;top:-30px;margin-top:40px}
.modal-search-location .pin-code-section{width:100%;position:absolute}
.modal-search-location .form-control{border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border:1px solid #2562A0;border:1px solid #2562A0!important;background-color:#F0F5FA}
.modal-search-location li.nav-item.dropdown.loc-dropdown{background-color:#F0F5FA;border-radius:20px!important;-webkit-border-radius:20px!important;-moz-border-radius:20px!important;-ms-border-radius:20px!important;-o-border-radius:20px!important}
.modal-search-location .pin-code-section .form-group{background-color:transparent;box-shadow:none}
.modal-search-location .dropdown-item{padding-bottom:5px;color:#57585A!important}
.modal-search-location .dropdown-menu{background-color:#F0F5FA;border:transparent}
.modal-search-location .dropdown-item-city{margin-top:8px}
.gray-horizontal{border:1px solid #2562A0;margin:0 5px;border:1px solid #2562A0;margin:0 5px;width:221px;opacity:.53}
.or-text{display:flex;width:100%;justify-content:center;align-items:center;margin-bottom:15px}
.modal-search-location button.btnc.btnc-primary.big-button.see-all{padding:8px 18px;font-weight:400}
.modal-header{padding-left:45px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}
.confirm-location.text-center{margin:0 0 20px}
.modal-search-location .modal-location{padding:5px 15px}
.modal-search-location input,input::-webkit-input-placeholder{font-size:14px;}
.breadcrumbs-page p a{color:#707070!important;font-weight:300!important;outline:none;text-decoration:none}
button.btn.btn-style-two.rotate-btn.btn-pure-veg.btn-img{background-color:transparent;border:transparent;width:34%}
button.btn.btn-style-two.rotate-btn.btn-pure-veg.btn-img img{width:100%}
.btn-style-two{position:relative;font-size:14px;line-height:28px;color:#fff;font-weight:700;text-transform:uppercase;overflow:hidden;width:178px;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}
.hidden{display:none}
.contact-us .modal-contact-us{display:none;position:fixed;z-index:99999999;left:0;top:0px;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4)}
.conatct-name .modal-title-info{background-color:#ffff!important}
.banner.hide-mobile.slick-initialized.slick-slider{min-height:389px;}
.banner.hide-mobile.slick-initialized.slick-slider .slick-list img{min-height:389px;}
.banner.hide-desktop.slick-initialized.slick-slider{display:none}
.slick-slide img{width:100%;}

.btn-close:focus{opacity:initial!important}
.contact-us .modal-content{padding:30px 0px;background-color:#fefefe; border:1px solid #888;width:34%;position:fixed;left:50%;top:50%; transform:translate(-50%, -50%); border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}
.contact-us .close{color:#aaa;float:right;font-size:16px;font-weight:700}
.contact-us .close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}
.contact-us .form-health{padding:0}
.contact-us .modal-title{font-family:'Proxima Nova',sans-serif;font-weight:700}
.contact-us .notification-section .containers{font-size:14px;color:#8C8A8C}
.contact-us .notification-section .checkmark{height:18px;width:18px}
.contact-us a{color:#8C8A8C!important;font-weight:300!important}
.contact-us .notification-section .containers .checkmark:after{left:5px}
.contact-us select{width:100%;border-top:transparent;border-right:transparent;border-left:transparent;border-bottom:1px solid #ced4da;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}
.contact-us .notification-section.make-add{margin-left:0}
.contact-us .notification-section .containers{padding-left:25px}
.contact-us .btn:hover{color:#ffff;box-shadow:none}
.contact-us .modal-form .save-btn{padding-left:0}
.contact-us .modal-form button.btnc.btnc-primary.read-more{margin-bottom:0px; border-radius: 50px; transition: 200ms;}
.contact-us .modal-form button.btnc.btnc-primary.read-more:hover{background-color: black;}
.contact-us span.close.close-btn{position:absolute;top:0;right:15px;z-index:999999999}
.contact-us .btn-check:focus+.btn,.btn:focus{box-shadow:none!important}
.labs-img{margin:10px 0;background-color:#fff;border-radius:14px;padding:20px;box-shadow:0 2px 35px #0000000d}
.labs-img .popular-categories__box{box-shadow:none;padding:13px}
.labs-img p{margin-bottom:0}
.flex-info{display:flex}
.img-lab-info img{height:311px;width:93%;object-fit:cover;border-radius:10px}
.ampath-customer{background-color:#f3f3f3;text-align:center;padding:18px;margin:20px 0;height:250px;align-items:center;justify-content:center;display:flex;flex-direction:column}
.ampath-customer p{color:#57585A}
.ampath-customer img{width:26px;padding:30px 0 10px}
@media only screen and (max-width: 820px) {
  .ampath-customer img{padding:16px 0 10px}
  .ampath-customer p{font-size:10px}
  .patient-set{font-size:10.5px}
}
.modal-contact-profile .modal-content{border:transparent}
.modal-contact-profile .modal-title-info{margin-top:25px}
.panel{padding:0 18px;display:none;background-color:#fff;overflow:hidden}
.img-error{background-image:url(../img/404error.png);background-size:100% 100%;background-position:center}
.img-error-five{background-image:url(../img/error-503.png);background-size:100% 100%;background-position:center}
.error-text{padding:200px 0;text-align:center;padding-left:52%}
.error-text h1{font-size:90px;color:#9F2B35;margin-bottom:0}
.error-text h5{color:#2562A0;font-weight:700;margin-bottom:20px;font-size:24px}
button.btnc.btnc-primary.go-to-home{width:48%;padding:13px;font-size:16px;font-family:'Proxima Nova',sans-serif}
.mobile-search{display:none}
.oops-img img{max-width:100%}
.oops-section.text-center{display:flex;align-items:center;justify-content:center;flex-direction:column;margin:50px 0}
.oops-img{width:25%}
.opps-text h1{font-size:60px;margin-bottom:0}
.opps-text h5{font-size:25px;color:#AB001E;margin-bottom:0}
.opps-text{margin-top:30px}
button.btnc.btnc-primary.go-to-home.back-to-previous{width:100%;padding:12px 39px;font-weight:400}
.career-section .profile-left{width:100%}
.career-section .profile-left .nav-link{text-align:left;padding:0 15px 0 50px;color:#2562A0;font-weight:600;width:92%;display:flex;align-items:center;justify-content:space-between;text-decoration:none;outline:none;text-decoration:none}
.career-section a{text-decoration:none}
.career-section .profile-left.nav-pills .nav-link.active .arr-red{transform:rotate(178deg)}
.career-section .profile-left.nav-pills .nav-link .arr-blue{transform:rotate(178deg)}
.career-heading{height:299px;display:flex;flex-direction:column;padding:10px 40px;justify-content:center}
.career-heading p{width:60%}
.career-section{margin:50px 0}
.career-section .profile-left{padding:20px 0}
.career-card-text p{background-color:#9F2D37;color:#fff;padding:15px;border-radius:1;border-radius:10px}
.team-img img{margin-bottom:30px}
.career-body{box-shadow:rgba(100,100,111,0.2) 0 7px 29px 0}
.career-body p{padding:15px}
.career-info p{padding:0;background-color:#9F2D37;color:#fff;text-align:center;padding:10px 0}
.career-body.flex-fill{height:331px;border-radius:10px}
.join-us{box-shadow:0 3px 6px #00000029;padding:10px 4px;margin:10px 0;height:336px}
.join-us img{border-radius:10px}
.why-join-us-body h3{margin:25px 0}
.why-join-us{margin:15px 0}
.nbl-section{display:flex}
.nbl-section .choose-box{padding:0}
.nbl-section .chose-box-img{width:100%;align-items:center}
.nbl-section .choose-box h3{width:100%;height:auto;color:#0f0d57!important;font-size:15px}
.nbl-section .chose-box-img img{width:23%}
.nbl-section .choose-box{width:15%}
.employee-info h5{color:#9F2D37}
.cart-test-steps.card-nursing{width:100%}
.cart-test-steps.card-nursing .parameters-heading{padding-bottom:0}
span.acc-right.position-post{width:10%}
button.search.btnc.btnc-primary.apply-btn a{color:#fff!important}
.apply-btn{position:relative;float:right;left:-7px;top:22px;z-index:999}
.apply-section .acc-left{display:inline-block;width:28%}
.acc-right{display:inline-block;width:20%}
.carer-job-department{width:16%}
.carer{display:flex;font-weight:700;margin-top:20px}
.carer-job{width:24%;text-align:center}
.apply-section .parameters-accordion{padding:0 10px 10px}
.apply-now .modal-body{padding:20px 0 0 45px}
.ptb-20{background:#fafdff;padding-bottom:30px}
.reports-sec{padding:0px;}
.reports{padding-top:20px;padding-bottom:20px;background:#f5f5f5;width:91%;margin:0 auto;border-radius:14px;display:block}
.reported{padding-top:20px;padding-bottom:20px;background:#f5f5f5;width:100%;margin:0 auto;border-radius:14px;position:relative;top:34px}
.activity h3{font-size:14px}
.all-activies{text-align:center;width:100%}
.all-activies .activity-icon{margin:0 auto;margin-top:8px;margin-bottom:8px!important}
.all{display:flex;align-items:center;border-right:2px solid #c5c7c6}
.alls{display:flex;align-items:center;border-right:2px solid #c5c7c6;width:76%}
.alle{display:flex;align-items:center;border-right:none}
.reported{display:none}
.activity-icon{width:40px;background:#9F2D37;height:40px;display:flex;justify-content:center;align-items:center;margin-left:20px;border-radius:50%}
.activity-icon img{width:40%}
.machine img{border-radius:16px 0 0 16px}
/* .machine{padding:0 0 0 20px} */
/* .bgcolornewset.d-flex.iframevideo {
  background-color: #b02832;
} */
.why-chooses-par{width:70%}
.why-chooses{background:#b02832;padding:53px 77px;border-radius:0 16px 16px 0;height:472px}
.why-heads h1{text-align:left;color:#fff!important;margin-bottom:30px}
.why-chooses-icon{width:30%;margin-right:20px}
.why-chooses-par p{color:#fff !important;font-size:18px}
.na{position:relative}
.nab{left:44%;position:absolute;top:35%;background:#fff;display:flex;justify-content:center;align-items:center;width:150px;height:150px;border-radius:50%}
.nab img{width:50%}

.why-chooses-icon img {
  margin-bottom: 30px;
}
.why-chooses-icon {
  width: 25%;
  margin-right: 20px;
}
.play-details{padding:69px 0 0 249px}
.play-details h4{font-weight:300;color:#000!important}
.play-details h2{color:#000!important;font-size:24px}
.download-apps{display:flex;margin-left:42%}
.and img{width:140px;margin-right:10px}
.ios img{width:140px}
.phone-photo img{width:51%}
.nodec{text-decoration:none!important}
.package-detail-preview-middle__top{align-items:flex-start}
.text-center.icon-call-back img{width:26px}
.text-center.icon-call-back a{text-decoration:none}
.book-now-call{padding:8px 30px}
.outer_text p{font-size:16px;line-height:25px;text-align:justify;color:#000}
.new_text01 li{line-height:25px;margin-bottom:15px;margin-top:20px;font-family:'Proxima Nova',sans-serif!important}
.list_text li{line-height:30px;font-family:'Proxima Nova',sans-serif!important;font-size:16px}
.outer_text01 p{font-size:16px;line-height:30px;text-align:justify;margin-bottom:10px;font-weight:400!important;font-family:'Proxima Nova',sans-serif!important;color:#000}
.new_texlist li p{font-size:16px;margin-top:2px;margin-bottom:0;line-height:25px;font-family:'Proxima Nova',sans-serif!important}
li.list_textp01 p{font-size:16px;margin-top:2px;margin-bottom:0;line-height:25px;font-family:'Proxima Nova',sans-serif!important;color:#000}
li.list_textp02{font-size:16px;margin-top:2px;margin-bottom:0;line-height:25px;font-family:'Proxima Nova',sans-serif!important;color:#000;margin-left:15px}
.new_texlist p{font-size:16px;margin-top:2px;font-family:'Proxima Nova',sans-serif!important;color:#000;margin-bottom:0;line-height:30px}
.new_texlist h3{margin-top:15px}
.categories-text h5{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;min-height:39px;-webkit-box-orient:vertical}
.categories-text p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
@media only screen and (max-width: 991px) {
  .categories-img img{object-fit:cover;object-position:center}
  .categories-text h5 a{font-size:13px}
}
@media only screen and (max-width:952px) {
  .share-info{display:block}
  .share-info .read-more-btn{display:block;margin-bottom:0px}
  .share-info a.btnc.btnc-primary.read-more {
    padding: 5px 6px;
}
  a.btnc.btnc-primary.read-more{display:inline-block}
}
.androiddownload{padding:10px;border-radius:20px}
.androiddownload a{color:#fff!important;padding:25px 0}
@media only screen and (max-width: 767px) {
  .machine iframe{height: 300px !important;}
  .find-lab .search-tab-part .search {
    width: 100% !important;}
  .col-md-6.text-center.icon-call-back{margin-top:12px}
  .breadcrumbs{margin:20px 0 0}
  .ampath-customer p{color:#57585A;font-size:16px}
  .sidenav .closebtn{font-size:30px!important;text-decoration:none}
  .footer-lower{padding-bottom:80px}
  #getcallback select#city{min-height:37px;padding-left:8px;font-size:14px}
  .categories-text h5{min-height:inherit}
  .blog-text ul li{font-family:'Proxima Nova',sans-serif!important;font-weight:400!important;font-size:12px;color:#5d5857}
  .androiddownload{padding-bottom:13px;width:58%;margin-bottom:32px}
}
.top-btn.navbar.navbar-expand-lg.sticky span.cart-number{right:13px;bottom:50px}
.health-carousel.health-carouselnewmode.slick-initialized.slick-slider .slick-next:before {
  background-size: 0;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .machine iframe{height: 420px;}
  .contact-us .modal-content {
    margin: 3% auto;
    width: 56%;
    left: 14%;
}
  .playstorewith a{width:50%}
  .playstorewith a img{width:96%}
  .playstorewith span.emergency-number{text-align:-webkit-match-parent}
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .machine iframe{height: 440px;}
}
.banner-form .form-group textarea.form-control{height:37px}
.locationanimation{background-color:#fff;padding:13px;border-radius:8px}
.locationanimation img{animation:updown 1s ease infinite}
.location-no-animation{background-color:#fff;padding:13px;border-radius:50px}
@keyframes updown {
  0%{transform:translateY(-10%)}
  50%{transform:translateY(10%)}
  100%{transform:translateY(-10%)}
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .location-no-animation{padding:10px 10px;font-size:12px;margin-right:2px}
  .playstorewith a img{width:95%;margin-left:2px}
  a.btn.btnc-primary.btn-phone{font-size:9px;padding:3px 9px}
  span.emergency-number{font-size:9px!important;float:right}
}
.playstorewith a img{border-radius:5px}
.capital_floor p a{float: left;}
.capital_floor p a img{margin:0px 10px 0 0}
@media only screen and (min-width: 920px) and (max-width: 1024px) {
  a.btn.btnc-primary.btn-phone{font-size:11px;padding:3px 9px}
  span.emergency-number{font-size:11px}
  .bg-color.d-none-mobile{padding:10px}
  .location-no-animation{padding:10px 5px;font-size:12px;margin-right:2px}
  .playstorewith a img{margin-left:2px;width:115px}
}




@media only screen and (min-width: 1025px) and (max-width: 1400px) {

  .footer-right__part:last-of-type {
    width: 38%;
}
.why-chooses{height: 459px;}
.machine img{width: 100%;}
  .footer-left{    padding-left: 50px;}
  .content-container{padding:0 15px;width:95%}
  span.emergency-number{font-size:15px}
  a.btn.btnc-primary.btn-phone{font-size:12px}
  .bg-color.d-none-mobile{padding:10px 21px}
}

footer .member-btn-box.container-radio{margin-bottom:0;display:none}

div#flush-collapseOne .container-radio .checkmark:after{top:3px;left:3px;width:4px;height:4px;border-radius:50%;background:#fff}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  nav .menu-list a {
    font-size: 12px
  }

  .search-tab {
    top: -13px
  }
}


@media only screen and (min-width: 1400px){

.new-head h3 {height: auto;
}

}


/* qc bug fixing css start here */
.modal.fade.show {
  background-color: #00000090 !important;
  z-index: 999999 !important;
}
#get_otp .modal-header .btn-close {top: 0;}
 .modal-title-info.modal-header {
  padding-left: 0;
}
.cart-details {
  padding: 50px 0;
  min-height: 73vh;
}
section.package-details-section.pad-tb-40.upload-prescription {
  padding: 50px 0;
  min-height: 74vh;
}
@media only screen and (min-width: 900px) and (max-width: 1024px) {
.card-box {min-width: 96% !important;}
.health-checkups__left{padding-left: 10px;}

}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .footer-left {
    margin-bottom: 20px;
    width: 81%;
    padding-right: 0;
}
  .float-search.category-search.lab-test-search .search-tab-part:nth-of-type(2) {    display: flex;
}
  .playstorewith span.emergency-number {
    margin-right: 12px;
  }
  section.category-page-listing .card-upper h3 {
    font-size: 17px;}
    .booking-section .card-box{min-height: 246px;}
    .health-checkups__left{padding-left: 10px;}
  
  }
  @media only screen and (min-width: 800px) and (max-width: 900px) {
    .float-search.category-search.lab-test-search .search-tab-part:nth-of-type(2) {    display: flex;
    }
    .playstorewith span.emergency-number {
        margin-right: 16px;
    }
    section.category-page-listing .card-upper h3 {
      font-size: 17px;}
      .booking-section .card-box{min-height: 246px;}
      .health-checkups__left{padding-left: 10px;}
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .search-tab-part {
    width: 100% !important;
}

#otp_password {
    padding-left: 18px;
    letter-spacing: 41px;
    border: 0;
    background-image: linear-gradient(to left, #0000001f 85%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1PX;
    background-position-x: 195px;
    width: 300px;
    /* min-width: 167px; */
    text-decoration: none;
    outline: none;
    height: 50px;
}
  section.package-details-section.pad-tb-40.upload-prescription {
    padding: 10px 0;
    min-height: auto;
}
.footer-left{margin-bottom: 15px;}
 
  .find-lab .ampath-lab img{height: 23px;}
  .package-requirements {width: 50%;}
  .package-detail-preview-lower .col-md-6.col-xs-6.text-center {
    width: 50%;
}
.package-detail-preview .package-detail-preview-lower {
  height: 60px;
}
.city-selected.bg-color .user-search-menu__item {
  width: 30% !important;}
  .booking-section .card-box { margin: 0;}
}
.booking-section{float: left;width: 100%;}

  /* qc bug fixing css end here */
.loader-div{
    text-align: center;
    text-align: center;
    position: absolute;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 50px;
    z-index: 99;
    border-radius: 20px;
    box-shadow: rgb(204, 204, 204) 0px 0px 10px 0px;
}


  /* qc new bug fixing css start here */
 .fade:not(.show){display: none !important;}
 .nav-pills .nav-link, .nav-pills .show>.nav-link{font-size: inherit;}
 .newtab button.nav-link.text-primary.fw-semibold.active.position-relative.border-bottom.colorchange {
  color: #57585A !important;border-bottom: 2px solid #57585A !important;}
.nav-pills.newtab  .nav-link, .nav-pills .show>.nav-link {
color: #fff;background-color: transparent;font-weight: 600;border-radius: 0;color: #57585A !important;font-size: 30px;  
  border-bottom: 2px solid #57585A !important;
}
.nav-pills.newtab .nav-link.active, .nav-pills.newtab  .show>.nav-link {
color: #fff;background-color: #fff;color: #2562A0 !important; border-color: #2562A0 !important;
  border-color: #2562A0;box-shadow: 0px 0px 2px 0px #ccc;
}
.nav-pills.newtab button.nav-link.text-primary.fw-semibold.active.position-relative.border-bottom.colorchange:hover{
color: #2562A0 !important; border-color: #2562A0 !important;
}
 select.form-control.error {color: #000 !important;}
 form#businessForm .form-group {margin: 7px 0 !important;float: left;width: 100%;}
form#businessForm .error {top: 0px;}
.swal-overlay--show-modal {
z-index: 999999;
}
@media screen and (max-width: 480px) {
.book-health .form-health {padding: 10px;}
.float-search.category-search.lab-test-search .search-tab-part {width: 100% !important;}
.float-search.category-search.lab-test-search .dropdown-toggle::after {float: right;}
.order-scheduled .search-tab-part{width: 100% !important;border-bottom: 1px solid #ccc;}
.order-scheduled .search-tab-part:nth-of-type(1) {justify-content: left;}
.order-scheduled .search-tab-part:nth-of-type(3){border-right: 0;}
.order-scheduled .search-tab-part:last-child {border-bottom:none}
.dropdown-menu{width: 100%;}
}
 /* qc new bug fixing css end here */
  
  /* video section css start here */
  img.playicon {
    width: auto;
    position: absolute;
    top: 29%;
    left: 37%;
}
.videoupdate {
  padding: 7px 30px 7px 0;
  position: relative;
}
#videopopup .modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
  width: auto;
}
#videopopup button.btn-close {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #fff;
  opacity: 1;
  height: 23px;
  width: 23px;
  border-radius: 31px;
}
#videopopup iframe {
  border: 0;
  width: 100%;
}
#videopopup .modal-content{background-color: transparent;border: none;}
.videoslider button.test-btn {
  top: -55px !important;
}
.videoupdate p {
  font-size: 16px;
  margin: 10px 0;
}
.videoslider{margin-top: 20px;}
.videoslider.videoslider1 img.playicon {
  top: 45%;
}
.videoslider.videoslider1 .slick-slide img.thumbimage {
  width: 100%;
  max-height: 450px;
  object-fit: cover;    object-position: bottom;    margin: 0 auto;
}
.videoupdate {
  max-width: 70%;}
    /* video section css end here */
 /* faq section css start here */
   .bgcolor-new .accordion-item {
      background-color: #E9EFF6;
      border: none;
      margin-bottom: 20px;
      padding: 0px 15px;
      border-radius: 5px;
      
  }
  .bgcolor-new .health-checkups {
    padding: 0;
}
.bgcolor-new .accordion-button {padding: 1rem 0.25rem;}
.bgcolor-new .accordion-body{padding:5px;}
 .bgcolor-new .accordion-button{background-color: transparent !important;font-size: 18px; font-weight: 600;}
 .bgcolor-new .accordion-button:not(.collapsed) {
  color: #2562a0;
  font-weight: 600;
}
.bgcolor-new div#accordionExample {
  width: 90%;
}
.bgcolor-new .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bgcolor-new .accordion-button:not(.collapsed)::after {
  filter: brightness(0);}
  .bgcolor-new  .accordion-button:focus { border-color: none !important;box-shadow:none !important}
  .bgcolor-new .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
   /* faq section css end here */
 /* review section css start here */
 .newtab button.nav-link.text-primary.fw-semibold.active.position-relative.border-bottom.colorchange {
    color: #57585A !important;
   
    border-bottom: 2px solid #57585A !important;
}
 .nav-pills.newtab  .nav-link, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: transparent;
  font-weight: 600;    border-radius: 0;
    color: #57585A !important;
        font-size: 30px;
   
    border-bottom: 2px solid #57585A !important;
}
 .nav-pills.newtab .nav-link.active, .nav-pills.newtab  .show>.nav-link {
  color: #fff;
  background-color: #fff;
    color: #2562A0 !important; border-color: #2562A0 !important;
    border-color: #2562A0;
    box-shadow: 0px 0px 2px 0px #ccc;
}
.nav-pills.newtab button.nav-link.text-primary.fw-semibold.active.position-relative.border-bottom.colorchange:hover{
color: #2562A0 !important; border-color: #2562A0 !important;
}
img.customer {
  width: 60px;
  height: 60px;
  border-radius: 52px;
  float: left;
  object-fit: cover;
}
.name{
  float: left;
  width: auto;
  padding-left: 15px;}
  .name h6{margin-top: 10px;
  color: #2562A0;
}
.reviewdata {
    padding: 20px;
    margin-right: 15px;
    width: 100%;
    min-height: inherit;
    border-radius: 20px;
    background: #FFF;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.04));
}
.name-rating li{
  background-color: transparent !important;
  box-shadow: none;
}

.reviewslider .card-group {
    padding: 0px 0;
}
.reviewdata p {padding-bottom: 10px;
  font-size: 14px;  
  min-height: 75px;
}

.reviewdata h4{
  font-size: 20px !important;
  color: black;
}
.reviewslider button.slick-prev.pull-left.test-btn.slick-arrow {
  right: 100px;
}
.doctorfeedback button.slick-prev.pull-left.test-btn.slick-arrow {
  right: 100px;
}




.d-none{display: block !important;visibility: hidden !important;max-height: 0px;}
/* .doctorfeedback .slick-track {
  display: flex !important;
}
.doctorfeedback .slick-list.draggable{min-height: 250px !important;}
.doctorfeedback .card-group.slick-slide.slick-active{
  width: 33.3% !important;float: left;
} */
/* .doctorfeedback .card-group.slick-slide.slick-active{
  width: 33.3% !important;float: left;
}
.reviewslider .card-group.slick-slide.slick-active{
  width: 33.3% !important;float: left;
}
.reviewslider .slick-track, .doctorfeedback .slick-track{width: 100% !important;} */
/* .reviewdata .fa-star-o.yellow:before{background-color: #FEC007;} */
  /* review section css end here */
/* events section css end here */
.eventslider .card-group {margin-right: 15px;}
  .events img{width: 100%;}
  .events p{margin: 10px 0;font-size: 20px;}
  .eventslider{margin-top: 20px;}
  .eventslider button.slick-next.pull-right.test-btn.slick-arrow {
    top: -60px;
}
.eventslider button.slick-prev.pull-left.test-btn.slick-arrow{
  top: -60px;
}
.events a {
  cursor: auto;
}
 /* events section css end here */
  /* award section css start here */
  .awardslider{margin-top: 50px;}
  .awardslider .card-group{margin-right: 15px;text-align: center;}
  .awardslider .slick-slide img {filter: grayscale(1);    width: 90%;}
  .awardslider .slick-slide:hover img {filter: grayscale(0);}
  .award {padding: 0 20px 0 0;}

  /* award section css end here */

/* qrcode section css start here */
  .qccode {
    position: fixed;
    top: 50%;
    background-color: #fff;
    padding: 20px 25px;
    left:50%;
    text-align: center;    z-index: 99;
    border-radius: 10px;    
    box-shadow: 0px 0px 20px 0px #00000020;
    transform:translate(-50%, -50%);
    display: none;
}
span.redtext {
  color: #9f2d37;
}
.qccode h3 {
  color: #4a4646;
}
.qccode p a{float: left;    width: 50%;
  text-align: left;padding: 5px 5px;}
  .qccode p a img {padding-right: 10px;}
  .qccode p a:first-child{text-align: right;}
  .qccode p a:first-child img{
    text-align: right;padding-right: 10px;
    border-right: 2px solid #2562a0;
}
span.close{cursor: pointer;}
.qccode i.fa.fa-times {
  float: right;
  top: 7px;
  right: 7px;
  left: auto;
  position: absolute;
  cursor: pointer;
}
.qccode.hide {
  display: none;
}
/* qrcode section css end here */
/* footer section css start here */
.sideNavTogglerwhatsapp {
  bottom: 15px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-color: #31ba44;
  position: fixed;
  right: 45px;
  bottom: 15px;
  z-index: 99;
  /* box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px; */
  border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  cursor: pointer;
}
.sideNavTogglerwhatsapp .fa-whatsapp:before {
  content: "\f232";
  color: #fff;
  font-size: 34px;
}
.footer-test h3 {

 
}
.footer-test ul {
  padding: 0;
  list-style: none;
  margin: 0;
  width: 100%;
  float: left;
}
footer {float: left;
  width: 100%;
}
.footer-test{float: left;
  width: 100%;padding-bottom: 50px;
}
.footer-test li {
  max-width: fit-content;
  float: left;
  padding: 0 15px;
  border-right: 1px solid #57585A;
  line-height: 1;
  margin: 5px 0;
}
.footer-test li:last-child{border-right: 0;}
.border-bot {
  float: left;
  width: 100%;
}
.footer-lower {
  width: 100%;
  float: left;
}
.footer-test li a {
  color: #57585A !important;
  text-decoration: none;
  padding: 0px 0;
  font-weight: 500 !important;
  line-height: 6px;
  font-size: 14px;
}
.modal.fade.onloadmodal {
  display: block;
  opacity: 1;
}
button.btnc.btnc-primary.read-more {
  padding: 10px 26px;
  font-family: 'Proxima Nova', sans-serif;
  min-width: 150px;
}
div#exampleModalnew .modal-dialog {
  margin-top: 80px;
  max-width: 350px;
}
p.text-center.backhome {
  width: 100%;
  float: left;
  /* background-color: #fafdff; */
  padding: 25px 15px;
  color: #000 !important;
}
p.text-center.backhome a{color: #000 !important;font-size: 20px;}
p.text-center.backhome a:hover{color: #9F2D37 !important;}
ul#pills-tab li.nav-item:first-child {
  margin-right: 5px;
}


/* footer section css end here */
@media only screen and (min-width: 920px) and (max-width: 1024px) {
  .reviewdata p {min-height: auto;    }

}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .reviewdata p {min-height: auto;    }

}
   @media only screen and (min-width: 300px) and (max-width: 767px) {
    div#exampleModalnew .modal-dialog {
      padding-bottom: 100px;max-width: 100%;}
    .videoupdate {        width: 100%;
      max-width: 100%;}
    div#exampleModalnew .modal-dialog {
      padding-bottom: 100px;max-width: 100%;}
   #requestacallback .book-health .form-control{padding: 10px;}
    #requestacallback .error { padding-left: 10px;}
    .reviewdata p {min-height: auto;    }
   .videoupdate {padding:  0;}
   .bgcolor-new div#accordionExample {width: 100%;margin-bottom: 30px;}
   .awardslider .card-group {margin-right: 0;}
   .award {padding: 0;width: 100%;}
   .awardslider .slick-slide img {width: 90%;margin: 0 auto;}
   .nav-pills.newtab .nav-link, .nav-pills .show>.nav-link{font-size: 15px;}
   }


 /* qc new bug fixing css start here */
 .fade:not(.show){display: none !important;}
 .nav-pills .nav-link, .nav-pills .show>.nav-link{font-size: inherit;}
 .newtab button.nav-link.text-primary.fw-semibold.active.position-relative.border-bottom.colorchange {
  color: #57585A !important;border-bottom: 2px solid #57585A !important;}
.nav-pills.newtab  .nav-link, .nav-pills .show>.nav-link {
color: #fff;background-color: transparent;font-weight: 600;border-radius: 0;color: #57585A !important;font-size: 30px;  
  border-bottom: 2px solid #57585A !important;
}
.nav-pills.newtab .nav-link.active, .nav-pills.newtab  .show>.nav-link {
color: #fff;background-color: #fff;color: #2562A0 !important; border-color: #2562A0 !important;
  border-color: #2562A0;box-shadow: 0px 0px 2px 0px #ccc;
}
.nav-pills.newtab button.nav-link.text-primary.fw-semibold.active.position-relative.border-bottom.colorchange:hover{
color: #2562A0 !important; border-color: #2562A0 !important;
}
 select.form-control.error {color: #000 !important;}
 form#businessForm .form-group {margin: 7px 0 !important;float: left;width: 100%;}
form#businessForm .error {top: 0px;}
.swal-overlay--show-modal {
z-index: 999999;
}
@media screen and (max-width: 480px) {
.sideNavTogglerwhatsapp{right: 10px;bottom: 70px;}
.book-health .form-health {padding: 10px 0px;}
.float-search.category-search.lab-test-search .search-tab-part {width: 100% !important;}
.float-search.category-search.lab-test-search .dropdown-toggle::after {float: right;}
.order-scheduled .search-tab-part{width: 100% !important;border-bottom: 1px solid #ccc;}
.order-scheduled .search-tab-part:nth-of-type(1) {justify-content: left;}
.order-scheduled .search-tab-part:nth-of-type(3){border-right: 0;}
.order-scheduled .search-tab-part:last-child {border-bottom:none}
.dropdown-menu{width: 100%;}
}
 /* qc new bug fixing css end here */

 /* offer page css start here */
 .Populartestslider .card-group.slick-slide {
  margin:10px 10px;
  background-color: #fff;
  padding: 20px;
  box-shadow:0px 0px 11px 0px #ccc;
  border-radius: 7px;
}
.Populartestslider .card-group.slick-slide p {
  width: 100%;
}
.Populartestslider.d-flex.slick-initialized.slick-slider {
  margin: 40px 0 0px 0;
}
.Populartestslider .slick-arrow.pull-right {
  right: 25px;
  top: -100px;
}
.Populartestslider .slick-arrow.pull-left {
  transform: rotate(180deg);
  left: auto !important;
  top: -100px;
  float: right;
  right: 100px;
}
.Populartestslider span {color: #2562A0;}
 span small{color: #000;font-size: 13px;}
section.offerpage {
  padding: 70px 0 !important;
}
.Populartestslider .slick-arrow.pull-left {top: -57px;}
.Populartestslider .slick-arrow.pull-right {top: -57px;}
 /* offer page css start here */

 /* form page css start here */
 section.offerpage.viewformsection {
  padding: 70px 0 !important;
  float: left;
  width: 100%;
}
 .viewform ul {
  padding: 0;    float: left;
  width: 100%;
  list-style: none;
}
.viewform ul li {
  justify-content: space-between;
  float: left;
  width: 100%;
  display: flex;
  padding: 25px 10px 10px 10px;
  border-bottom: 2px solid #ccc;    text-transform: uppercase;
}
.viewform ul li a{color: #2562a0 !important;}
.viewform ul li a:hover{color: #9F2D37 !important;}
 /* form page css start here */
.marginunset .slick-track{margin: unset;}


/* recent blog css start here */
.recentblog .card-group {
  padding: 0 13px 0 2px;
}


/* recent blog css end here */

/* otp field css start here */
.otp-field {
  text-align: left;
  margin: 0 auto;
  /* display: flex; */
}
.otp-field input {
  height: 35px;
  width: 35px;
  margin: 0 auto;
  text-align: center;
  margin-right: 10px;
}
.searchnew-design select#category_value{    border-radius: 25px;border: none;}
   .searchnew-design .search-tab {width: 45%;}
   .searchnew-design .search-tab-part .search {
    border-radius:50px;
}
/* .searchnew-design .search-tab-part:last-of-type {
  height: 50px;
} */
.searchnew-design .new-search-tab-part:first-of-type {
  border: none;
}
.searchnew-design .search-tab-part__drop .dropdown {
  margin-bottom: 0px;
  padding: 0 10px 0 0;
  border: 1px solid #ccc;
  border-radius: 35px;
}
.float-search.category-search.lab-test-search.searchnew-design {
  padding: 0;
}
.searchnew-design .search-tab-part__drop {
  width: 100%;
  padding-left: 15px;
}
 .lab-test-search.searchnew-design .search-tab-part:first-of-type {
  width: 100%;
}
p.text-center #loading-image{width: 200px;height: 200px;}
p.text-center.newhtag {
  background-color: #fafdff;
  margin: 0;
  font-size: 16px;
  color: #000;
}
.newhtag span {
  border-bottom: 2px solid #cce2f3;
  padding:0 10px 7px;
}
.newhtag span a{text-decoration:none;    font-size: 22px;cursor:pointer;}
.newhtag span i.fa.fa-phone {
  font-size: 15px;
  padding: 4px 6px;
  margin-right: 5px;
  border: 1px solid;
  border-radius: 27px;
}
@media only screen and (min-width: 280px) and (max-width: 678px) {
  .newhtag span i.fa.fa-phone {
    font-size: 12px;
    padding: 4px 5px;}
  .newhtag span{width:100%;padding:0 0px 7px;}
  p.text-center.newhtag {
    font-size: 12px;}
    .newhtag span a {
      font-size: 14px !important;}
  .searchnew-design .search-tab {
    width: 100%;
}
.searchnew-design .float-search{    margin-left: 2%;
  width: 96%;}
  .searchnew-design .search-tab-part__drop {
    padding-left: 0;
}
.searchnew-design .search-tab-part:nth-of-type(2) {
  border-bottom: none;
}
.searchnew-design .search-tab-part__drop p {
  margin-bottom: 10px;font-size: 16px;
}
  .otp-field {
    display: flex;
  }
  .otp-field input {
    width: 15%;
    margin-right: 10px;
  }
  p.msg {
    margin-top: 15px;
    margin-bottom: 5px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .card-upper h3 {
    word-break: break-word;
}
.searchnew-design .search-tab {
  width: 75%;
}
}
@media only screen and (min-width: 280px) and (max-width: 359px) {
  p.text-center.newhtag {
    font-size: 11px;}
    .newhtag span a {
      font-size: 13px !important;}}

.labelclass{display:none}
/* otp field css end here */
/* qc hygiene bug fixing css start here */
@media only screen and (min-width: 280px) and (max-width: 767px) {
  .bg-color form{display:grid}
  .autocomplete{width:100% !important}
  .city-selected.bg-color .user-search-menu__item{width:100% !important}
  .bg-color .user-search-menu__item.search-box img {
    float: right;
    width: 14px;
    margin-right: 5px;
}
ul.dropdown-menu.show{width:100% !important}
section.glossary-tab {
  padding: 0 15px;
}
.form-health .form-group {
  padding: 0 15px;
}
.modal-content .form-health .form-group {
  padding: 0px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .download-report {
    min-height: 200px;
}
  section.glossary-tab {
    padding: 0 15px;
  }
  
  }

/* qc hygiene bug fixing css end here */









.modal{
  z-index: 99999999999 !important;
}

p.card-price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cta {
  padding:30px 20px;
  border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
  background-image:url(../img/cta.jpg);
z-index:0;
}

.cta::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

   background: linear-gradient(to right, #005CA2 10%, #005CA2 40%, #00000000 85%);
  content: "";
  z-index: 1;
  
}

.cta-heading{
  position: relative;
  z-index: 2;
}
.cta-heading h2{
  color: white !important;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 100px;
 
}

.cta-heading p{
  color: white !important;
  font-size: 16px !important;
  
}
.cta-btn-row{
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

.callback{
  
  font-size: 16px;
  padding: 10px 40px;
  color: white !important;
  background-color: #B02832;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  transition: 200ms;
  font-weight: 400;
}

.booktest{
  font-weight: 400;
  font-size: 16px;
  padding: 10px 40px;
  color: #000;
  background-color: #ffff;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  transition: 200ms;
}

.booktest:hover{
  font-weight: 400;
  font-size: 16px;
  padding: 10px 40px;
  color: #fff !important;
  background-color: #000;
}

.callback:hover{
  font-weight: 400;
  font-size: 16px;
  padding: 10px 40px;
  color: #fff !important;
  background-color: #000;
}

.marginunset .pull-right{
top: unset !important;
    bottom: -30px;
    left: 52% !important;
    right: unset !important;
    transform: translate(-50%, 10px);
}

.marginunset .pull-left{
top: unset !important;
    bottom: -30px;
    left: 48% !important;
    right: unset !important;
    transform: translate(-50%, 10px);
}

.marginunset .pull-left img{
  transform: rotate(180deg);
}


.marginunset .slick-list{
  padding-bottom: 50px;
}

.blog_section{
  margin-top: 50px;
  background-color: #DEE7F1;
}

.blog-card{
  padding: 15px;
  background-color: white;
}
.blog-card a{
  text-decoration: none;
}

.blog_section .view-all-btn{
  display: inline-block;
  color: white !important;
  width: 170px;
 display: flex;
 text-align: center;
  text-decoration: none;
  background-color: #a84448 ;
  justify-content: center;
  transition: 200ms;
}

.blog_section .view-all-btn:hover{
background-color: black;
}


.blog-card img{
  border-radius: 10px;
}

.blog-card  .card-body{
  padding: 0px;
  padding-top: 15px;
}

.nav-pills .nav-link {
  color: #2562A0 !important;
  margin-bottom: 5px;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #2562A0 !important;
  color: white !important;
}

.pr-5{
  padding-right: 70px !important;
}

.faqs-section form {
    margin: 40px auto ;
}

.faqs-section form {
  width: 40%;
  position: relative;
}

.faqs-section form input{
  width: 100%;
  border-radius: 50px;
  padding: 10px 15px;
  border: 1px solid #454545;
}

.faqs-section form svg{
  position: absolute;
  left: 93%;
  top: 50%;
  width: 20px;
  transform: translate(0, -50%);
}

.faqs-section form input::-ms-clear { display: none; width : 0; height: 0; }

.upload-modal{
  padding: 20px !important;
}

.app_righ_image img{
  width: 100%;
}

.bgcolornewset{
  display: flex;
  align-items: center;
}

.blood-test-links ul{
  padding-left: 20px;
}

.blood-test-links ul li a{
  text-decoration: none;
  color: #57585A !important;
  padding: 5px 0px;
  display: inline-block;
  font-weight: 400 !important;
  font-size: 14px;
}

footer h3 {
    color: black;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400 !important;
}

.select-state{
  padding: 15px 0px;
  background-color: #F5F5F5;
  border-radius: 20px;
}

.state-search-bar{
  padding: 0px 15px;
}

.state-listing ul{
  padding: 0px;
  margin: 0px;
  padding-right: 10px;
}
.state-listing ul li{
  list-style-type: none;
}

.state-listing ul li a{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  padding: 12px 15px;
  color: black !important;
  font-weight: 400 !important;
  border-bottom: 1px solid #ccc;
}

.state-listing ul li a.active{
  color: #005CA2;
}

.state-listing ul li a:hover{
  color: #005CA2;
}

.state-listing ul li a::after{
     flex-shrink: 0;
    width: 13px;
    height: 13px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 13px;
    transition: transform .2s ease-in-out;
        float: right;
    transform: rotate(265deg);
    z-index: 9;
    margin-top: 5px;
}


.select-state form {
    display: block;
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.select-state form input{
  padding: 10px 10px 10px 50px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
}

.select-state svg {
    width: 20px;
}

.state-listing li a.active {
  font-weight: 600 !important;
    color: #2562a0 !important;
    background-color: #005CA220;
}


.state-listing {
  overflow-x: hidden !important;
    overflow: auto;
    max-height: 400px;
}

.loc-listing img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    padding: 10px;
    max-width: unset;
    transition: 200ms;
}
.loc-listing:hover img{
 box-shadow: 0px 0px 20px #005CA266;
}

.loc-listing p{
color: #000;
font-size: 16px;
font-weight: 400;
margin-top: 10px;
transition: 200ms;
}



.loc-listing:hover p{
color: #005CA2;
}

.modal-body .location-list {
  text-align: center;
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(4, 1fr);
    max-height: 550px;
    overflow: auto;
}

.modal-dialog.modal-xl.modal-dialog-centered {
    max-width: 1080px;
}

.app-buttons {
    display: flex;
    gap: 15px;
}






@media only screen and (max-width:1024px){
.action-bar{
  width: 100%;
}

  .app_righ_image img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.content-wrapper{
  padding: 15px;
}
.home_banner_section{
  padding: 20px;
}
.header-text h1 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.stat-number{
  font-size: 40px;
}
.image-container {
    margin-top: 10px;
}
.action-bar{
  padding: 20px;
}

.action-bar{
  margin-top: -50px;
}
.health-checkups .checkup-head{
  width: 100% !important;
}
.card-bottom{
  gap: 10px !important;
  display: flex;
  flex-direction: row !important;
  padding: 0px !important;
}
.card-bottom button{
 width: 50% !important;
}


.cta-heading h2{
  width: 100%;
  color: white !important;
  font-size: 25px;
  margin-bottom: 30px;
}

.why_chooses_box {
    padding-right: 0px;
}
.why-chooses-icon{
  margin: 0px;
}
.why-chooses-icon img{
  margin-bottom: 10px;
}
.why_chooses_box{
  padding: 15px;
}
.main-heading {
    font-size: 30px;
    font-weight: 600;
}
.why-chooses-content h3{
  margin-bottom: 5px;
}

.mt-4{
  margin-top: 20px !important;
}

.footprints{
  justify-content: center !important;
  margin-top: 20px !important;
}
.pr-5{
  padding: 15px !important;
}
.faqs-section form{
  width: 100%;
  margin: 20px auto;
}
.flex-column{
  display: inline-block;
  margin: auto;

}
.flex-column a{
  display: inline-block;
  width: auto;
}
.why-chooses-icon {
    text-align: left !important;
}
.marginunset .pull-left{
  left: 47% !important;
}

.marginunset .pull-rightt{
 left: 53% !important;
}

.select-state form{
  margin: 20px 0px;
}
.state-listing {
    overflow-x: hidden !important;
    overflow: auto;
   
}

.location-list{
  gap: 0px;
}
.location-list{
  margin-top: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.loc-listing img{
  width: 120px;
  height: 120px;
}
.select-state h3{
  text-align: center;
}
}



@media only screen and (max-width:820px){
  .action-bar{
    width: 100%;
    display: block;
  }
.health-checkups .card-info{
  min-height: auto !important;
}

.marginunset .slick-list{
  padding-bottom: 0px;
}
  .app-buttons a{
   margin-bottom: 10px;
  }
.app-buttons{
  display: block;
}

  .why-chooses-icon {
    text-align: left !important;
}
.health-checkups .card-info{
  min-height: auto;
}



  .app_righ_image img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.content-wrapper{
  padding: 15px;
}
.home_banner_section{
  padding: 20px;
}
.header-text h2 {
    font-size: 38px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}
.header-text h1 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.stat-number{
  font-size: 40px;
}
.image-container {
    margin-top: 10px;
}
.action-bar{
  padding: 20px;
}
.action-bar .search-box{
  margin-bottom: 10px !important;
}
.btn-book-sample{
  width: 100% !important;
  margin-bottom: 10px;
}
.btn-locate{
  width: 100% !important;
}
.action-bar{
  margin-top: -50px;
}
.health-checkups .checkup-head{
  width: 100% !important;
}
.card-bottom{
  gap: 10px !important;
  display: flex;
  flex-direction: row !important;
  padding: 0px !important;
}
.card-bottom button{
 width: 45% !important;
}
.cta .container{
  padding:40px 20px;
  background-size: cover;
  border-radius: 20px;
}
.cta .container::before{
  display: ;
  background-image: none;
  background-color: #000;
  opacity: .7;
}
.cta-heading h2{
  width: 100%;
  color: white !important;
  font-size: 25px;
  margin-bottom: 30px;
  text-align: center;
}
.cta .container{
  border-radius: 0px;
  background-color: #005CA290;
}
.cta-btn-row{
  justify-content: center;
  margin-top: 10px;
}
.why_chooses_box {
    padding-right: 0px;
}
.why-chooses-icon{
  margin: 0px;
}
.why-chooses-icon img{
  margin-bottom: 10px;
}
.why_chooses_box{
  padding: 15px;
}
.main-heading {
    font-size: 30px;
    font-weight: 600;
}
.why-chooses-content h3{
  margin-bottom: 5px;
}



.footprints{
  justify-content: center !important;
  margin-top: 20px !important;
  gap:25px;
}
.pr-5{
  padding: 15px !important;
}
.faqs-section form{
  width: 100%;
  margin: 20px auto;
}
.flex-column{
  display: inline-block;
  margin: auto;
 
}
.flex-column a{
  display: inline-block;
  width: auto;
}

.select-state form{
  margin: 20px 0px;
}
.state-listing {
    overflow-x: hidden !important;
    overflow: auto;
    max-height: 100px;
}

.location-list{
  gap: 0px;
}
.location-list{
  margin-top: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.loc-listing img{
  width: 120px;
  height: 120px;
}
.select-state h3{
  text-align: center;
}
}

.content-container{
  clear: both;
}


@media only screen and (max-width:600px){
  .action-bar{
    width: 95%;
    display: block;
  }

  .app_righ_image img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.content-wrapper{
  padding: 15px;
}
.home_banner_section{
  padding: 20px;
}
.header-text h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.stat-number{
  font-size: 25px;
}
.image-container {
    margin-top: 10px;
}
.action-bar{
  padding: 20px;
}
.action-bar .search-box{
  margin-bottom: 10px !important;
}
.btn-book-sample{
  width: 100% !important;
  margin-bottom: 10px;
}
.btn-locate{
  width: 100% !important;
}
.action-bar{
  margin-top: -50px;
}
.health-checkups .checkup-head{
  width: 100% !important;
}
.card-bottom{
  gap: 10px !important;
  display: flex;
  flex-direction: row !important;
  padding: 0px !important;
}
.card-bottom button{
 width: 45% !important;
}
.cta .container{
  padding:40px 20px;
}
.cta .container::before{
  display: ;
  background-image: none;
  background-color: #000;
  opacity: .7;
}
.cta-heading h2{
  width: 100%;
  color: white !important;
  font-size: 25px;
  margin-bottom: 30px;
  text-align: center;
}
.cta .container{
  border-radius: 0px;
  background-color: #005CA290;
}
.cta-btn-row{
  justify-content: center;
  margin-top: 10px;
}
.why_chooses_box {
    padding-right: 0px;
}
.why-chooses-icon{
  margin: 0px;
}
.why-chooses-icon img{
  margin-bottom: 10px;
}
.why_chooses_box{
  padding: 15px;
}
.main-heading {
    font-size: 30px;
    font-weight: 600;
}
.why-chooses-content h3{
  margin-bottom: 5px;
}
.header-text h2 {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}


.footprints{
  justify-content: center !important;
  margin-top: 20px !important;
}
.pr-5{
  padding: 15px !important;
}
.faqs-section form{
  width: 100%;
  margin: 20px auto;
}
.flex-column{
  display: inline-block;
  margin: auto;
  text-align: center;
}
.flex-column a{
  display: inline-block;
  width: auto;
}
.home_banner_section .container{
  padding: 0px !important;
}

.select-state form{
  margin: 20px 0px;
}
.state-listing {
    overflow-x: hidden !important;
    overflow: auto;
    max-height: 100px;
}
.location-list{
  gap: 0px;
}
.location-list{
  margin-top: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.loc-listing img{
  width: 140px;
  height: 140px;
}
.select-state h3{
  text-align: center;
}
}

button{
  font-family: "proxima-nova", sans-serif !important;
}