.subService-container{width:100%;height:100%;padding:20px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.subService-content{width:370px;height:550px;border-radius:10px;overflow:hidden;box-shadow:0 0 10px var(--customColor1);margin:25px}.subService-item{width:100%;height:50%;display:flex;justify-content:space-evenly;align-items:center;flex-direction:column}.subService-item:first-child{border-bottom-right-radius:50%;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px}.subService-item:nth-child(2){padding:10px}.subService-item>img{width:100%;height:100%;object-fit:cover}.subService-item>h4{text-align:center;color:var(--customColor2);font-size:20px;font-weight:500}.subService-item>h4>a{text-decoration:none;color:var(--customColor1);&:hover{color:var(--customColor2)}}.subService-item>p{text-align:justify}.subService-item>a>button{padding:10px;border-radius:10px;background-color:#fff;border:2px solid var(--customColor1);color:var(--customColor1);&:hover{background-color:var(--customColor1);color:#fff}}.consultationContent-container{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;padding:30px}.consultationContent-container>h1{color:var(--customColor2);text-align:center}.consultationContent-container>p{font-size:18px;text-align:justify}.consultationContent-container>p>a{color:var(--customColor1);text-decoration:none}@media screen and (min-width:320px) and (max-width:768px){.subService-content{width:320px;height:100%}.consultationContent-container{padding:20px}}.diagnosticsHead-container{width:95%;margin:0 auto;padding:60px;line-height:1.6;border-radius:20px;box-shadow:0 0 10px grey}.diagnosticsHead-container h1{font-size:40px;font-weight:700;text-align:center;margin-bottom:20px;color:var(--customColor2)}.diagnosticsHead-container h2,.diagnosticsHead-container h3,.diagnosticsHead-container h4,.diagnosticsHead-container h5{color:var(--customColor2);text-align:start}.diagnosticsHead-container>p>strong,.diagnosticsHead-container>ul>li>strong{color:var(--customColor1)}.diagnosticsHead-container p{font-size:16px;text-align:justify;margin-bottom:15px}.diagnosticsHead-container>p>a{color:var(--customColor1);text-decoration:none;font-weight:700}.diagnosticsHead-container p:last-child{margin-bottom:0}@media screen and (max-width:768px){.diagnosticsHead-container{margin:0 auto;padding:15px;line-height:1.6;border-radius:20px;box-shadow:0 0 10px grey}}.custom-table{width:100%;margin:2rem 0;overflow-x:auto;background:#fff;border-radius:10px;padding:12px;box-shadow:0 4px 10px rgba(0,0,0,.05)}.custom-table h3{font-size:1.4rem;font-weight:600;color:#007bff;margin-bottom:1rem;text-align:left}.customTable-table{width:100%;border-collapse:collapse;border-spacing:0}.customTable-table thead{background:#007bff;color:#fff}.customTable-table th{padding:14px 16px;text-align:center;font-size:1rem;font-weight:600;border:1px solid #fff;min-width:300px;word-wrap:break-word}.customTable-table td{padding:12px 16px;border:1px solid #fff;text-align:left;font-size:18px;font-weight:500;color:#333;background:#f8faff;vertical-align:top}.customTable-table tbody tr:nth-child(2n) td{background:#f0f6ff}.customTable-table tbody tr:hover td{background:#e2edff}@media (max-width:768px){.custom-table{padding:0}.customTable-table td,.customTable-table th{min-width:250px;font-size:.9rem}}