* {
    margin: 0;
    padding: 0;
}

:root {
    --black: #000;
    --blue: #0047ae;
    --white: #ffffff;
    --yellow: #FECC4E;
    --text-blue: #0F4EAA;
    --green: #00A753;
    --text-black: #292929;
    --bg-light-blue: #F8F8FE;
    --footer-text: #707070;
}

body,
html {
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    outline: 0;
}

.wrapper {
    height: 100%;
}

img {
    border: none;
    outline: none;
    width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a {
    outline: none;
    text-decoration: none;
    color: var(--blue);
}

a img {
    border: none;
}

a:active {
    outline: none;
    text-decoration: none;
    color: var(--blue);
    opacity: 1;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: var(--blue);
}

a:hover {
    outline: none;
    text-decoration: none;
    opacity: 1;
    color: var(--blue);
}

button {
    outline: medium none;
}

iframe {
    border: none;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    /* min-height: 50px; */
}

input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

ul {
    list-style-type: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

b {
    font-weight: 900;
}

strong {
    font-weight: 900;
}

.row {
    --bs-gutter-x: 30px;
}

/* --------------------------------------------
      Template Default Fonts & Fonts Styles
   ---------------------------------------------- */
body {
    margin: 0;
    font-family: 'PT Sans';
    /* font-family: var(--bs-font-sans-serif); */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-black);
    background: var(--white);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #072B3E;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

h1 {
    font-size: 67px;
}

h2 {
    font-size: 29px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

a,
.btn,
button {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: medium none;
}

p {
    color: #3A3737;
    /* margin: 0 0 15px; */
    text-transform: none;
    font-weight: 400;
    font-family: 'PT Sans';
}

a {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-decoration: none;
}

nav {
    width: 100%;
    display: flex;
    z-index: 10;
    text-align: center;
    justify-content: left;
    align-items: center;
    padding: 10px 0;
}

.nav-bottom {
    background-color: var(--yellow);
}

.nav-top-links {
    display: flex;
    list-style: none;
    justify-content: left;
    align-items: center;
}

.nav-top-links li {
    padding: 0 5px;
    font-size: 13px;
}

.nav-top-links li a {
    text-decoration: none;
    margin: 0 0.7vw;
    color: var(--black);
    font-size: 16px;

}

.nav-top-links li a:hover {
    color: #0047ae;
    text-decoration: underline !important;
    font-weight: 600;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.sec-nav-list {
    margin-left: 9.5%;
}

.nav-links {
    display: flex;
    list-style: none;
    justify-content: left;
    align-items: center;
    text-transform: uppercase;
}

.sec-nan-01 {
    display: flex;
    justify-content: space-between;
}

.nav-links li {
    padding: 0 5px;
}

.nav-links li a {
    text-decoration: none;
    margin: 0 0.7vw;
    color: #000;
    font-size: 13px;
}

.sec-nav-list .nav-links {
    text-transform: unset;
}

.sec-nav-list .nav-top-links {
    margin-top: 10px;
    justify-content: space-between;
}

.location {
    background-color: #f2f4f6;
    padding: 5px 25px;
    text-align: center;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    justify-content: center !important;
    align-items: center !important;
    font-size: 13px;
}

.login-user {
    justify-content: center !important;
    align-items: center !important;
}

.icon-location {
    width: 12px;
    margin-right: 5px;
}

.icon-profile {
    width: 18px;
    margin-right: 5px;
}

.nav-links li a:hover {
    color: #0047ae;
    text-decoration: underline !important;
    font-weight: 600;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.nav-links li a:hover::before {
    width: 80%;
}

.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border: 1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

.join-button {
    color: #131418;
    background-color: #61DAFB;
    border: 1.5px solid #61DAFB;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}

.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div {
    width: 30px;
    height: 3px;
    background: var(--text-black);
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
}

.nav-list2 ul li {
    font-size: 11px;
    padding: 0 10px;
}

.container {
    width: 100%;
    margin: auto;
}

.new-header {
    background: #f5f5f5;
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 30%);
    padding-bottom: 15px;
    display: flex;
    justify-content: start;
    position: relative;
}

.logo {
    display: flex;
    align-items: center;
}

.bredcrum {
    margin-top: 10px;
    background-color: var(--white);
    margin-bottom: 10px;
}

.bredcrum ul {
    margin-bottom: 0;
    padding: 10px 0px;
    list-style: none;
}

.bredcrum ul li {
    display: inline-block;
    padding: 0 5px;
    color: #000;
}

.bredcrum ul li a, .bread-pkg{
    color: #292929d4;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding-right: 20px;
    text-decoration: none;
}

.bread-arrow {
    background-color: #ACABAB;
    border-radius: 44px;
    width: 24px;
    text-align: center;
}

.bread-arrow i {
    color: #fff;
    font-size: 13px;
}

.bredcrum ul li.arrow a:after {
    content: ">";
    position: absolute;
    top: -1px;
    right: 5px;
    width: 2px;
    height: 100%;
}

.footer-sec {
    background-image: url(../img/bg/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 30px 0;
}

.footer-list {
    display: flex;
    /* justify-content: space-between; */
}

.footer-items h4 {
    position: relative;
}

.footer-items h4:after {
    position: absolute;
    content: "";
    width: 34px;
    height: 1px;
    background: var(--yellow);
    left: 0px;
    bottom: -6px;
}

.footer-items ul {
    list-style: none;
}

.footer-items ul li a {
    text-decoration: none;
    color: #474040;
}

.footer-items ul li {
    margin-top: 10px;
    padding-right: 10px;
    font-size: 13px;
}

.footer-items .f-item-head {
    font-size: 14px;
    margin-bottom: 19px;
    color: #474040;
    position: relative;
}

.footer-items .f-item-head::after {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #FECC4E;
}

.footer-items {
    width: 20%;
}

.footer-copyright {
    width: 100%;
    background: #0047ae;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}

.social-app {
    width: 105px;
    display: inline-block;
}

.copyright-sec {
    text-align: center;
}

.copyright-sec p {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
}

.f-social-icon p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}

.f-social-icon a {
    display: inline-block;
    width: 25px;
}

/* .f-social-icon {
    margin-left: 35px;
} */

.soci-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    background-color: #ECECEC;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.f-social-icon .active {
    background: #F4C247;
}

.f-app-icon {
    margin-top: 15px;
}

.f-social-icon {
    margin-top: 0.5rem;
}

.soci-icon img {
    width: 12px !important;
}

.social-app img {
    width: 100px;
}

.copy-des {
    width: 100%;
}

.copy-des p {
    width: 570px;
}

.social-icon {
    display: flex;
}

/* .copyright-links {
    margin-left: 60px;
} */

.copyright-links span a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}

.copyright-links span {
    font-size: 13px;
}

.f-call-back {
    background: #F4C247;
    padding: 1rem;
    text-align: center;
    box-shadow: -5px 23px 11px -18px #D8D8D8;
    position: fixed!important;
}

.f-call-back span .f-shape {
    position: absolute;
    bottom: 0;
    width: 155px;
    left: 9%;
}

.f-call-back span .f-shape-1 {
    position: absolute;
    bottom: 0;
    width: 155px;
    right: 10% !important;
}

.f-call-input .input-group-text {
    background-color: #fff;
    border: 1px solid #676767;
    /* border-radius: 12px; */
    border-right: unset;
}

.f-call-input .btn {
    display: inline-flex;
    color: #fff !important;
    background-color: #004C95;
    border: 1px solid transparent;
    font-size: 0.95rem;
    right: 0%;
    align-items: center;
    padding-right: 0.6rem !important;
}

.form-control {
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #676767;
    border-left: unset;
    padding: .375rem .35rem;
}

.f-call-btn-icon {
    display: inline-flex;
    background-color: #FECC4E;
    border-radius: 8px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.f-call-btn-icon img {
    width: 9px !important;
}

.f-call-input {
    width: 40%;
    margin: auto;
    margin-top: 10px;
}

.social-icon h4 {
    font-size: 14px;
}

.social-icon a {
    margin-right: 4px;
    margin-top: 20px;
}

.social-sec h4 {
    font-weight: 500;
    font-size: 17px;
}

/* ---- Start Know More Page ---- */

.card-details-sect {
    background: #f9f9f9;
    padding: 2rem 1rem;
    border-radius: 8px;

}

.card-test-btn ul li span {
    height: 18px;
    width: 18px;
    display: inline-flex;
    background: #55C276;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
}

.card-test-btn ul li span img {
    width: 10px;
}

.card-price-btn {
    display: inline-flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.card-price-btn .btn-book-n {
    margin-top: unset;
    width: 50%;
    margin-bottom: 0px;
}

.card-price {
    font-size: 26px!important;
    font-weight: 600;
    margin-right: 15px;
}

.card-pricesym {
    font-family: roboto;
    margin-right: -2px;
}

.card-test {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.card-head h1 {
    font-size: 24px;
    font-weight: 600;
}

.card-head h2 {
    font-size: 24px;
    font-weight: 600;
}

.card-head p {
    font-size: 15px;
    color: #000000;
}

.card-head {
    width: 65%;
}

.card-test-btn {
    width: 35%;
    text-align: right;
}

.card-test-btn ul {
    display: inline-flex;
}

.card-test-btn ul li {
    margin-left: 5px;
    margin-right: 15px;
    font-size: 15px;
    color: #004C95;
}

.card-test-points ul {
    display: flex;
}

.card-test-points {
    margin-top: 1.5rem;
}

.card-test-points ul li {
    display: flex;
    margin-right: 23px;
    width: 100%;
}

.card-test-points .card-list-icon {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    background: #fff;
    border-radius: 50px;
    border: 0.969px solid #d9dee2;
    box-shadow: 0px 3.876px 19.38px 0px rgb(210 205 205 / 50%);
}

.card-test-points .card-list-icon img {

    width: 45px !important;
    height: 45px !important;
    padding: 8px;
    margin-right: unset;

}

.card-test-points ul li span img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}


.card-test-points ul li h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #595959;
}

.card-test-points ul li p {
    font-size: 16px;
    margin-bottom: 4px;
    color: #1a1a1a;
}

.seo-head h1 {
    margin-bottom: 10px;
}

.overv-cont p {
    font-size: 15px;
    color: #393737;
    margin-bottom: 0px;
}

.overv-cont h2 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.overview {
    padding: 2rem 0;
}

.overv-cont h4 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
}

.para-list ul li {
    font-size: 15px;
    color: #000;
    margin: 0.5rem 0;
}

.det-content h3 {
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: 0.4rem;
}

.det-content p {
    font-size: 15px;
    margin-bottom: 1rem;
}

.lab-test h2 {
    font-size: 24px;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.lab-test ul {
    padding-left: 1rem;
    margin-bottom: 1rem;
    /* list-style-type: disc !important; */
}

.lab-test ul li {
    list-style-type: disc !important;
}





/* ---- End Know More Page ---- */

/* main code start */
/*
.all-right-res {
    text-align: center !important;
} */

.nav-top {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 8px #0000001C;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.nav-top-list {
    width: 100%;
}

.bg-package {
    background: var(--bg-light-blue) 0 0 no-repeat padding-box;
    border-radius: 10px;
    color: #F8F8FE;
    box-shadow: 0px 1px 6px #00000029;
}

.pathlogy-content h1 {
    font-size: 18px;
    color: var(--text-blue);
}

.heading-view h1 {
    font-size: 20px;
}

.heading-view h3 {
    font-size: 20px;
}

.popular-tests ul li,
.lab-tests ul li {
    font-size: 13px;
    color: #332f2fbf;
}

.popular-tests h1,
.lab-tests h1 {
    font-size: 18px;
    color: #FFFFFF;
    background: #004C95;
    border-radius: 10px 10px 0 0;
    padding: 0.5rem;
    margin-bottom: unset !important;
}
.lab-tests h3 {
    font-size: 18px;
    color: #FFFFFF;
    background: #004C95;
    border-radius: 10px 10px 0 0;
    padding: 0.5rem;
    margin-bottom: unset !important;
}

.popular-tests h2,
.lab-tests h2 {
    font-size: 18px;
    color: #FFFFFF;
    background: #004C95;
    border-radius: 10px 10px 0 0;
    padding: 0.5rem;
    margin-bottom: unset !important;
}

.lab-test-icon {
    padding: 0.8rem 0.5rem;
}

.popular-tests .bg-package,
.lab-tests .bg-package {
    margin-top: 40px;
    background: #F9F9F9 0% 0% no-repeat padding-box !important;
}

.instru-heading {
    position: relative;
}

.imp-instr-review {
    position: absolute;
    color: #646464;
    font-size: 11px;
    right: 0;
    top: -20px;
}

.imp-instr-review li {
    display: flex;
    align-items: center;
}

.imp-instr-review .star-icon {
    font-size: 1.5em;
    margin-right: 5px;
}

.pathlogy-content p {
    font-size: 14px;
    color: var(--text-black);
}

.test-card-sec .card-header {
    background-color: var(--yellow);
    border-bottom: 2px solid var(--blue) !important;
    border-radius: 8px 8px 0px 0px;
    font-weight: 600;
    font-size: 15px;

}

.test-card-sec .card-header img {
    width: 22px;
    margin-right: 6px;
}

/* .test-card-sec .card-body .card-list {
    display: flex;
    justify-content: space-between;
} */
.card-know-more {
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
}
.know-m{
    font-size: 14px;
}
.btn-b-now {
    display: flex;
    width: 100%;
    border-radius: 5px;
}


.b-now-btn a {
    color: #fff;
    font-size: 12px;
}

.packages-sec .card-body ul li img {
    width: 20px !important;
    height: 20px !important;
}

.test-card-sec .card-body ul li img {
    width: 34px;
    height: 34px;
    margin-right: 5px;

}

.test-card-sec .card-body ul li a {
    color: #292929;
}

.test-card-sec .card-body ul li {
    line-height: 20px;
    color: var(--text-black);
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 5px;
}

.btn-book-n {
    width: 100%;
    background: #0D50B2;
    border-radius: 10px;
    padding: 7px 0px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.n-me {
    margin-bottom: 10px;
}

.btn-book-n a {
    color: #fff;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    position: relative;
}

.card-arrow-icon {
    position: absolute;
    right: 5px;
    top: -1px;
}

.dir-share-sec ul {
    display: flex;
    justify-content: space-between;
    margin-top: 6%;
}

.dir-share-sec ul li {
    color: #757575 !important;
    margin: 0 !important;
}

.test-t {
    width: 60%;
}

.test-t li {
    float: right;
}

.test-card-sec .card-body ul li span {
    width: 55px;
    height: 55px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.test-card-sec .card-body ul li p {
    font-size: 12px;
    margin: 0;
}

.card-btn {
    box-sizing: border-box;
    appearance: none;
    border: 2px solid #ffffff !important;
    background: var(--green) !important;
    border-radius: 20px;
    color: var(--white) !important;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 5px 5px 5px 16px !important;
    display: flex !important;
    align-items: center;
    text-align: center;
}

.card-btn img {
    width: 25px;
    margin-left: 8px;
}

.btn-green {
    background: var(--green) !important;
}

.btn-blue {
    background: var(--blue) !important;
}

.dir-share-sec ul li {
    line-height: 25px !important;
    font-size: 14px;
}

.dir-share-sec ul li img {
    width: 16px !important;
    height: 16px !important;
    margin-right: 5px !important;
}

.test-card-sec .card-body {
    background-image: url(../img/bg/card-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    /* box-shadow: 0px 2px 5px #00000029; */
    border-radius: 8px;
}

.test-card-sec .card {
    border-radius: 8px;
    border: unset !important;
    box-shadow: 0px 2px 5px #00000029;
}

.heading-main h3 {
    font-size: 30px;
    color: #292929;
}

.for-margin-top {
    margin-top: 45px;
}

.heading-view {
    align-items: center;
    justify-content: space-between;
}

.heading-view a {
    cursor: pointer;
    font-size: 17px;
    cursor: pointer;
    text-decoration: underline;
}

.card-light-blue {
    background-color: #E5FCFC;
}

.card-light-pink {
    background-color: #FCE5FC !important;
}

.card-dark-pink {
    background-color: #FFB9E3 !important;
}

.pathology-diseases-sec .card {
    box-shadow: 0px 2px 6px #00000059;
    position: relative;
    height: 118px;
}

.pathology-diseases-sec .diseases-img {
    position: absolute;
    width: 77px;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.pathology-diseases-sec .diseases-name {
    padding-top: 34px;
}

.prise-item span {
    color: #474040;
    text-decoration: line-through;
    font-family: roboto;
    font-size: 15px;
    margin-right: 2px;
    font-weight: 400 !important;
}
.prise-item-info span {
    color: #474040;
    text-decoration: line-through;
    font-family: roboto;
    font-size: 20px;
    margin-right: 2px;
    font-weight: 400 !important;
}

.prise-item {
    display: block !important;

    color: var(--blue);
    font-family: roboto;
    font-size: 18px;
    font-weight: 600;
    width: 70%;
    padding: 5px 4px;
    border-radius: 5px 0 0 5px;
    align-items: center;
    display: flex;
}
.prise-item-info {
    display: block !important;

    color: var(--blue);
    font-family: roboto;
    font-size: 18px;
    font-weight: 600;
    width: 70%;
    padding: 5px 4px;
    border-radius: 5px 0 0 5px;
    align-items: center;
    display: flex;
}
.card-disco {
    width: 30%;
    background: #F1F7FC;
    padding: 4px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    border-radius: 10px 10px 10px 0;
}

.b-now-btn {
    width: 100%;
    padding: 0px 4px;
    background: #FFCB4E;
    border-radius: 10px 10px 10px 0;
    text-align: center;
    display: inline-grid;
}

.b-now-btn span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.prise-icon img {
    width: 110px !important;
    height: auto !important;
}

.packages-sec .card-header {
    border-radius: 12px 12px 0px 0px !important;
    font-weight: 400 !important;
}

.packages-sec .card {
    border-radius: 16px !important;
}

.packages-sec .card-body ul li {
    line-height: 16px;
    color: var(--text-black);
    font-size: 13px;
    padding-right: 7%;
    margin-bottom: 15px;
}

/* ------ Start LPL Process Section ----- */
.lpl-process-sec {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.lpl-pro-mobi {
    display: none;
}

.lpl-process-head h2 {
    font-size: 25px;
    color: #1E1D1D;
}

.lpl-process-head p {
    font-size: 15px;
    color: #474040;
}

.lpl-process-head {
    width: 40%;
}

.pro-icon {
    position: absolute;
    bottom: 16%;
    left: 6.5%;
}

.pro-icon-1 {
    left: 26.8%;
    top: 17%;
}

.pro-icon-2 {
    left: 47%;
    bottom: 16%;
}

.pro-icon-3 {
    right: 26.5% !important;
    top: 17%;
    left: unset;
}

.pro-icon-4 {
    right: 6.5% !important;
    bottom: 16%;
    left: unset;
}

.proc-cont {
    position: absolute;
    top: 16%;
    left: 5%;
    text-align: center;
}

.proc-cont-1 {
    left: 25.8%;
    bottom: 14%;
    top: unset;
}

.proc-cont-2 {
    top: 16%;
    left: 43%;
}

.proc-cont-3 {
    bottom: 14%;
    left: unset;
    right: 24%;
    top: unset;
}

.proc-cont-3 {
    bottom: 14%;
    left: unset;
    right: 23%;
}

.proc-cont-4 {
    top: 14%;
    left: unset;
    right: 7%;
}

.pro-icon img {
    width: 80px;
}

.proc-cont p {
    color: #605E5E;
    font-size: 15px;
}

.proc-cont h3 {
    font-size: 25px;
    margin: 0;
    color: #000;
}

.lpl-process-img {
    position: relative;
}


/* ------ End LPL Process Section ----- */


.footer-attach {
    background-color: var(--yellow);
    position: absolute;
    width: 75%;
    z-index: 2;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    border-radius: 14px;
    padding: 32px 60px;
    background-image: url(../img/bg/attach-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wrapperr {
    display: inline-block;
    position: absolute;
    top: 4%;
    right: 154px;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.video-mainn {
    position: relative;
    display: inline-block;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.wave-4 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 999;
}

.video-popup img {
    width: 20px;
    margin-left: 6px;
    margin-bottom: 4px;
}

.tringle-shape {
    z-index: 99;
    left: 13%;
    top: 2%;
    width: 24px;
    position: absolute;
    animation: shapeAnimationOne 10s infinite linear;
}

@keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0px, 30px) rotate(90deg);
        transform: translate(0px, 30px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(50px, 50px) rotate(180deg);
        transform: translate(50px, 50px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(50px, 0px) rotate(270deg);
        transform: translate(50px, 0px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(360deg);
        transform: translate(0px, 0px) rotate(360deg);
    }
}

.attach-content h3 {
    font-size: 20px;
}

.attach-banner-img img {
    width: 140px;
}

.call-back-bann {
    background-image: url(../img/bg/header-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 10px;
    font-size: 20px;
    color: var(--white);
    width: 100%;
    cursor: pointer;
}

.sub-heading-call {
    text-align: center;
    color: var(--white);
    padding: 20px;
    font-size: 20px;
}

.pop-up-form .form-label {
    color: var(--blue);
    margin-top: 5px;
}

.btn-close {
    color: var(--blue) !important;
}

.cross-btn {
    position: absolute;
    right: 15px;
    top: 13px;
}

.cross-btn button {
    background: unset;
    border: unset;
}

.ser-modal-dialog {
    position: relative;
    top: 80px;
}

.ser-modal-dialog .card-header {
    background-image: url(../img/bg/pop-header-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.submit-btn-pop-up {
    display: flex;
    justify-content: center;
}

.call-back-footer-form {
    position: relative;
}

.call-back-footer-form .form-control {
    border-radius: 34px !important;
    width: 80%;
}

.submit-btn-footer-form {
    position: absolute;
    right: 72px;
    top: 0px;
}

.submit-btn-footer-btn {
    border-radius: 45px;
    padding: 12px 12px 12px 30px !important;
}

.call-icon-fix {
    position: absolute;
    width: 77px;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

.call-icon-fix img {
    width: 72px;
}




/* ----- Start Lab test section -------- */

.lab-test {
    padding: 2% 2% 1% 2%;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.lab-blood-test h1,
.why-lab-test h1 {
    font-size: 22px;
}

.lab-blood-test p,
.why-lab-test p {
    font-size: 15px;
    color: #444040c9;
    font-weight: unset;
}

.why-lab-test ul li {
    color: #444040c9;
    margin-bottom: 15px;
}

.more {
    overflow: hidden;
}

/*---- Start Card Section -----*/
#test-packg-tab .nav-tabs {
    border-bottom: unset;
    justify-content: end;
    border: 1px solid #004C95;
    border-radius: 50px;
}

#test-packg-tab .nav-tabs .nav-item.show .nav-link,
#test-packg-tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #004C95;
    /* border-color: #dee2e6 #dee2e6 #fff; */
    border-radius: 50px;
}

#test-packg-tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-tab {
    display: flex;
    width: 60%;
    align-items: center;
    justify-content: space-between;
}

.search-test-packg {
    width: 60%;
    position: relative;
}

.search-test-packg span {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: inline-flex;
    background: #FFCB4E;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 4px;
    top: 3px;
}

.search-test-packg span img {
    width: 19px;
}

#test-packg-tab input {
    width: 100%;
    border: 1px solid #707070;
    border-radius: 50px;
    padding: 7px 15px;
    font-size: 15px;

}

.tab-content {
    margin-top: 30px;
}

#test-packg-tab .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 50px;
    color: #1E1D1D;
}

/* .popu-test-card {
    margin: 1rem 0;
} */

#test-packg-card {
    box-shadow: 0px 4px 19px #EEEEEE80;
    border: 1px solid #E2E2E2;
    padding: 0.6rem;
    border-radius: 8px;
    margin-top: 1rem;
}

#test-packg-card .card-body {
    padding: 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #707070;
}

#test-packg-card .card-body h5 {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 800;
}

.card-list-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;

}

.card-list-icon img {
    width: 22px !important;
    height: 22px !important;
}

/* width */
.list-group::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.list-group::-webkit-scrollbar-track {
    box-shadow: inset 0px 0px 10px #C6C6C6;
    border-radius: 10px;
}

/* Handle */
.list-group::-webkit-scrollbar-thumb {
    background: #0D50B2;
    border-radius: 10px;
}

/* Handle on hover */
.list-group::-webkit-scrollbar-thumb:hover {
    background: #0D50B2;
}

#test-packg-card ul .list-group-item {
    display: flex;
    /* align-items: center; */
    color: #0F0D0D;
    font-size: 14px;
    overflow: hidden;
    border: unset;
    padding: 8px 0px;
    line-height: 18px;
}
.content-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#test-packg-card ul {
    overflow: hidden;
    border-top: unset;
    border-bottom: unset;
    height: 160px;
    margin: 0.5rem 0;
}

/*---- End Card Section -----*/





/* ----- End Lab test section -------- */


/* accordion */

#poplr-test {
    padding: 2% 0;
}

#poplr-test .accordion-item {
    margin-bottom: 3%;
    border: unset;
    border-radius: 10px;
    box-shadow: 0px 1px 6px #D8D8D8;
}

#poplr-test .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    border-radius: 10px 10px 0 0 !important;
    background-color: #0D50B2;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

#poplr-test .accordion-body {
    padding: 1rem 1.25rem;
    border-radius: 0 0 10px 10px !important;
}

#poplr-test .accordion-flush .accordion-item .accordion-button {
    border-radius: 10px;
    background: #0D50B2;
    color: #fff;
}

#poplr-test .accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset;
}

#poplr-test .accordion-button::after {
    width: 15px;
    height: 10px;
    background-size: 13px 8px !important;
    background-image: url(../img/icons/accr-open.webp);
}

.star-icon {
    color: #ddd;
    font-size: 2em;
    position: relative;
}

.review-sec p {
    font-size: 15px;
    color: #474040bd;
}

.review-name {
    margin-bottom: 0.5rem;
}

.star-icon.full:before {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    color: #FF8307;
    content: '\2605';
    /* Full star in UTF-8 */
    position: absolute;
    left: 0;
}

.star-icon.half:before {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    color: #FF8307;
    content: '\2605';
    /* Full star in UTF-8 */
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.dropdown-scroller {
    max-height: 250px !important;
    overflow-y: scroll !important;
    width: 100%;
    padding-top: 0px;
    /* border: unset; */
    border-radius: 10px;
}
.dropdown-scroller li{
    border: unset;
    padding: 0.5rem 1rem;
}

.dropdown-scroller::-webkit-scrollbar {
    display: none;
}

.tag-sec-con ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* height: 257px; */
    overflow-y: scroll;
    /* width: 540px; */
}

/* --- tags --- */

/* width */
.review-main-sec ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.review-main-sec ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #F3F3F3;
}

/* Handle */
.review-main-sec ::-webkit-scrollbar-thumb {
    background: #1669B4;
    border-radius: 0px;
}

/* Handle on hover */
.review-main-sec ::-webkit-scrollbar-thumb:hover {
    background: #1669B4;
}

/* ---End tags --- */


.review-sec ul li {
    width: 360px;
}

.tag-sec-con ul li {
    border: 1px solid #707070b3;
    border-radius: 28px;
    color: var(--text-black);
    font-weight: 500;
    font-size: 15px;
    width: max-content;
    margin: 5px;
    position: relative;
    padding: 4px 20px;
}

.tag-sec-con ul li a {
    color: #707070;
}

.tags-sec {
    font-size: 27px;
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-bottom: 15px;
}

.tags-sec img {
    width: 24px;
    margin-right: 22px;
}

.lab-test-icon ul {
    display: flex;
    flex-wrap: wrap;

}

.lab-test-icon ul li a {
    /* margin-left: 5px; */
    color: var(--text-black);
    font-size: 16px;
}

.lab-test-icon ul li span {
    margin: 0 5px;
    color: var(--text-black);
}

@-moz-document url-prefix() {

    /* Firefox Hack :( */
    .star-icon {
        font-size: 50px;
        line-height: 34px;
    }
}



/*Animating Hamburger Icon on Click*/
.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}



/* ---- Start Faq Section ----- */

.faq-sec {
    margin: 2rem 0;
}

.faq-banner {
    padding: 15% 0;
}

.faq-bg h1 {
    font-size: 35px;
    color: #292727;
    font-weight: 500;
}

.faq-bg p {
    font-size: 16px;
    color: #292727;
    font-weight: 400;
}

.accer .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #004C95 !important;
    border-radius: 5px 5px 0 0 !important;
}

.accer .accordion-item,
.accer .accordion-item,
.accer button {
    border-radius: 5px !important;
    /* background: #F5F5F5; */
}

.accordion-button:focus {
    box-shadow: none !important;
}

/* .accordion-item {
    background-color: #fff;
    border: 2px solid #959595 !important;
  } */
.faq-accor .accordian {
    border-radius: 10px;
}

.accer .accordion-button:not(.collapsed)::after {
    background-image: url('../img/icons/accr-open.webp') !important;
    transform: rotate(0deg);
    background-size: 18px 12px;
    transition: transform .2s ease-in-out;
}

.accer .accordion-button::after {
    background-size: 12px 20px;
    background-image: url(../img/icons/forward.png);
    transition: transform .2s ease-in-out;
}

.accer .itertion {
    border: unset;
    margin-top: 14px;
    border-radius: 7px !important;
    box-shadow: -1px 1px 8px 0px #00000029;
}

.faq-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.faq-head h1 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}

.accer .accordion-body {
    padding: 1rem 1.25rem;
    /* background: #E8F0FC; */
    border-radius: 7px;
}

.doctor-infor {
    margin-top: 50px;
}

section.pathlogy-content.lab-tests {
    margin-bottom: 40px;
}

.doctor-infor .accordion-body {
    padding: 1rem 1.25rem;
    /* background: #FFFAEC; */
}

.doctor-infor .accordion-button:not(.collapsed) {
    font-size: 20px;
    color: #fff;
    background-color: #004C95;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.parameters h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.parameters p {
    font-size: 14px;
    color: #000;
}

.doct-accor .accordion-item {
    border: unset;
}

.doct-accor {
    box-shadow: 0px 3px 4px #00000029;
}

.doc-info-list {
    display: flex;
    margin-bottom: 20px;
}

.doc-info-list span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background: #fff;
    border-radius: 50px;
    border: 0.969px solid #d9dee2;
    box-shadow: 0px 3.876px 19.38px 0px rgb(210 205 205 / 50%);
}

.doc-info-list span img {
    width: 40px;
    height: 40px;
    padding: 7px;
}

/* ---- End Faq Section ----- */

/* Start Latest Blogs & Articles Section  */
.blog-main {
    margin-top: 50px;
}

.blog {
    background: #F5F5F5;
    padding: 1rem 0;
    border-radius: 8px;
    padding: 2%;
}

.blog img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog_heading a {
    text-decoration: none;
}

.blog .card-latest {
    /* border-bottom: 13px solid #FFCE44 !important; */
    border: unset;
    box-shadow: 0px 0px 30px #0000001A;
}

.blog_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-content span {
    font-size: 12px;
}

.Mental-span {
    color: #504d4d;
    font-weight: 700;
}

.card-cont h4 {
    font-size: 18px;
    color: #0054A5;
    padding: 15px 0 10px 0;
    border-bottom: 2px solid #EDD089;
    line-height: 23px;
    margin-bottom: 20px;
}

.card-cont p {
    font-size: 15px;
    color: #707070;
}

.card-cont button {
    color: #0082ff;
    border: none;
    background: none;
    font-size: 15px;
}

#more {
    display: none;
}

#more-btn {
    display: none;
}

#more-b {
    display: none;
}



/* ---- Start Header Section ----- */

.mob-header {
    display: none;
}

.desk-header {
    display: block;
}

.head-top {
    background-image: url(https://media.lalpathlabs.com/media/top-bg.webp);
    background-repeat: round;
    padding-top: 10px;
    padding-bottom: 10px;
}

.head-bar {
    display: flex;
    vertical-align: middle;
    justify-content: right;
    align-items: center;
    height: 100%;
}

.head-bar img {
    content: '';
    width: 25px;
    display: inline-block;
    height: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0px 8px;
    background-repeat: no-repeat;
    padding: 5px;
}

.head-bar ul li {
    list-style-type: none;
}

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #f1f1f1; */
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* .dropdown-content a:hover {background-color: #ddd;} */

.dropdown:hover .dropdown-content {
    display: block;
}

/* .dropdown:hover .dropbtn {background-color: #3e8e41;} */
.pt-drop {
    text-decoration: none;
    margin: 0 0.7vw;
    color: #000;
    font-size: 13px;
    background: transparent;
    border: unset;
}

.drop-down .options {
    position: absolute;
    text-align: left;
    z-index: 999;
}

.drop-down .selected a {
    background: #fff no-repeat scroll right center;
    display: block;
    border: 1px solid #d7d7d7;
    width: 150px;
    border-radius: 2px;
    text-decoration: none;
    color: #3179ac;
    border-radius: 30px;
    align-items: center;
    padding: 0px 10px;
}

.drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.drop-down .option {
    position: relative;
}

.drop-down i {
    position: absolute;
    right: 15px;
    top: 10px;
}

.drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    border-radius: 10px;
    left: 0px;
    top: 32px;
    width: 250px;
    border: 1px solid #d7d7d7;
    text-align: left;
    /* margin-left: 50px; */
}

.drop-down .selected span.value,
.drop-down .options span.value {
    display: none;
}

.drop-down .options ul li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #3179ac;
}

.drop-down .options ul li a:hover {
    background: #3179ac;
    color: #fff;
    transition: 0.2s ease;
}

.selected {
    position: relative;
}

.selected img {
    position: absolute;
    width: 20px;
    left: 12px;
    top: 22%;
}

.nav-links {
    width: 70%;
}

.drop-down {
    width: 150px;
}

.nav-list {
    display: flex;
}

.head-user {
    display: inline-flex;
    align-items: center;
    margin-left: 35px;
}

#test-packg-tab {
    display: block;
}

.head-user p {
    margin-bottom: 0px;
    font-size: 14px;
}

.head-menu {
    margin-left: 20px;
    cursor: pointer;
}

.search-tab {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

/* .head-menu img{
    margin-top: 10px;
    cursor: pointer;
} */

.head-menu .dropdown-toggle::after {
    display: none;
}

.head-menu .btn-check:focus+.btn,
.head-menu .btn:focus {
    outline: 0;
    box-shadow: unset;
}

.chat-icon img {
    width: 70px;
}

.head-cart {
    margin-left: 15px;
}

.head-cart img {
    width: 28px;
    margin-top: 5px;
}

.head-cart-item {
    height: 15px;
    width: 15px;
    padding: 7px;
    color: #0c4faf;
    background-color: #fff;
    position: relative;
    top: -8px;
    z-index: 999;
    right: 13px;
    font-size: 12px;
    border-radius: 50%;
    display: inline-flex;
    text-align: center;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.sideMenu {
    padding: 0px;
    top: 15px !important;
    border: unset;
    box-shadow: 1px 5px 10px #ddd;
    border-radius: 10px;
}

.sideMenu li {
    display: flex;
    font-size: 14px;
}

.sideMenu li img {
    width: 25px;
    margin: 10px 5px 10px 6px;
}

.sideMenu .dropdown-item {
    padding-left: 5px;
}

.sideMenu .dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #0c4faf;
    color: #fff;
}

/* ul.dropdown-menu.sideMenu.show::before{
    content: '';
    height: 20px;
    width: 20px;
    background-color: red;
    position: absolute;
    left: 50%;
} */
.cust-arrow {
    border: 14px solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 20px;
    position: absolute;
    left: 10px;
    background: #fff;
    color: #fff;
    top: -11px;
    z-index: -1;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.head-bar-mob {
    display: none;
}

.only-mob {
    display: none;
}

.head-user-mob {
    display: none;
}

.mob-header {
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}

.sidenav a {
    padding: 0px 0px 0px 32px;
    text-decoration: none;
    color: #000;
    display: block;
    transition: 0.3s;
    font-size: 15px;
    border-bottom: 1px solid #dedfe0;
    margin: 10px 0px;
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.sidenav a:hover {
    color: #000;
}

.sidenav .closebtn {
    position: absolute;
    background-color: transparent;
    top: 0;
    right: 25px;
    font-size: 60px;
    margin-left: 50px;
    border: unset;
    position: absolute;
    right: 10px;
    top: -25px;
}

.related-test-packg {
    margin: 2rem 0;
}

.related-test-packg .faq-head {
    margin-bottom: 0;
}

.related-test-packg #test-packg-card {
    width: 95%;
    margin: 1rem auto;
}

.related-test-packg #test-packg-card {
    box-shadow: 0px 4px 19px #EEEEEE80;
}

.param-head h3 {
    font-size: 25px;
}

.pagination-sec .page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #0d50b2 !important;
    border-color: #0d50b2 !important;
}

.pagination-sec .page-link {
    color: #0d50b2;
}

/* End Latest Blogs & Articles Section */












/* phone start */


@media screen and (max-width: 767px) {
    .container {
        width: 100%;
    }
    .card-head h1 {
        font-size: 17px;
        font-weight: 600;
    }
    .tab-content {
        margin-top: 10px;
    }
    nav {
        z-index: 3;
        background-color: unset;
        padding: 0px;
    }

    .logo {
        padding: 10px 7px;
    }

    .logo img {
        width: 154px;
    }

    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 4%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }

    .nav-links {
        position: fixed;
        background: #ffffff;
        height: 100vh;
        width: 66%;
        left: 0px;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        /* transition: all 1s ease-out; */
        pointer-events: none;
        align-items: start;
        top: 0px;
        z-index: 1;
        overflow: hidden;
    }

    .only-mob,
    .head-user-mob {
        display: block;
        width: 32px;
        margin: 0px 5px;
        position: relative;
    }

    .openMenu {
        right: 0;
        z-index: 99;
        padding: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, .8);
    }

    .open {
        display: block;
    }

    #zeynep-overlay {
        background-color: rgba(0, 0, 0, .42);
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99;
    }

    .head-user-mob img {
        width: 100%;
    }

    .head-menu {
        display: none;
    }

    .selected {
        margin-left: 60px;

    }

    .drop-down .selected a span {
        font-size: 17px;
        padding: 0px;
    }

    .nav-links li a {
        padding: 0px;
    }

    .nav-list {
        display: flex;
        margin-left: 30px;

    }

    .head-top {
        background-image: unset;
    }

    .cart-add {
        background: #004c95;
        color: #fff;
        padding: 3px;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        position: absolute;
        right: 0px;
        bottom: -2px;
        line-height: 13px;
    }

    .mob-relative {
        padding-left: 0;
        position: relative;
    }

    .nav-bottom {
        background-color: unset;
        margin-left: 5px;
    }

    .head-bar-mob {
        display: block;
        margin-top: 0px;
        margin-left: 10px;

    }

    .head-bar-mob img {
        width: 35px;
        background: #E6F1FF;
        padding: 5px;
        border-radius: 50%;
    }

    .nav-links {
        position: fixed;
        background: #ffffff;
        height: 100vh;
        width: 66%;
        left: 0px;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        /* transition: all 1s ease-out; */
        pointer-events: none;
        align-items: start;
        top: 0px;
        z-index: 1;
        overflow: hidden;
    }

    body.open {
        background-color: rgba(0, 0, 0, .8);
    }

    .nav-links.open {
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }

    .footer-list {
        display: block;
        padding: 14px;
    }

    .main-copyright {
        display: block;
    }

    .copyright-sec {
        display: block;
    }

    .copy-des {
        width: 100%;
    }

    .copy-des p {
        width: 100%;
    }

    .footer-copyright {
        padding: 14px;
    }

    .footer-items ul {
        margin-bottom: 20px;
    }

    .footer {
        width: 100%;
        overflow: hidden;
    }

    .error-sec-n {
        width: 90%;
        padding: 20px 14px;
    }

    .nav-links li {
        border-bottom: 1px solid #dedfe0;
        padding: 20px 25px;
        pointer-events: none;
        width: 100%;
        text-align: left;
    }

    .error-sec-n h1 {
        font-size: 18px;
    }

    .error-sec-text h2 {
        font-size: 16px;
    }

    .copyright-links {
        margin-left: 0px;
    }


    /* app section css----------- */

    .dow-main-sec {
        display: block;
        padding: 10px;
    }

    .dow-sec-info p {
        width: 100%;
        font-size: 20px;
    }

    .mobile-cus-app img {
        width: 100%;
    }

    .missed-call-sec {
        width: 100%;
    }

    .cu-download-btn img {
        width: 150px;
        margin: 0px 6px;
        margin-right: 0px;
    }

    .cu-input input {
        width: 188px;
        border-radius: 8px 0px 0px 8px;
    }

    .dow-sec-info h1 {
        font-size: 26px;
    }

    .lpl-form-req-call {
        width: 100% !important;
        margin: auto;
        margin-top: 20px;
        float: unset !important;
    }

    .lab-test {
        text-align: justify;
        padding: 4% 4% 2% 3%;
    }

    /* for fade */
    .fade:not(.show) {
        opacity: 1;
    }

    .nav-top-links {
        display: none;
    }

    .footer-attach {
        width: 85%;
        padding: 37px;
        top: 24px;
    }

    .attach-banner-img img {
        width: 100%;
    }

    .attach-content h3 {
        font-size: 16px;
        margin-top: 10px;
    }

    .call-back-footer-form .form-control {
        width: 100%;
    }

    .submit-btn-footer-form {
        position: unset !important;
        right: 72px;
        display: flex;
        top: 0px;
        justify-content: center;
        margin-top: 5px;
    }

    .footer-items {
        width: 100%;
    }

    /* .footer-margin-top {
        margin-top: -17px;
        padding-top: 430px;
    } */
    /* .f-call-back {
        padding-top: 15% !important;
    } */

    .f-call-back span .f-shape {
        width: 180px;
        left: 28%;
        top: -27%;
    }

    .f-shape-1 {
        display: none;
    }

    .f-call-input {
        width: 100%;
    }

    .pathology-diseases-sec .diseases-name {
        font-size: 20px;
    }

    .why-lpl ul li {
        padding-left: 7px;
    }

    .why-lpl ul li span {
        width: 40px;
        height: 40px;
        margin-right: 4px;
    }

    .lpl-process-head {
        width: 100%;
    }

    .proc-cont h3 {
        font-size: 15px;
    }

    .proc-cont p {
        font-size: 12px;
    }

    .lpl-pro-web {
        display: none;
    }

    .lpl-pro-mobi {
        display: block !important;
        width: 45%;
        margin: auto;
    }

    .pro-icon img {
        width: 40px;
    }

    .lpl-process-sec {
        margin: 2rem 0;
    }

    .pro-icon {
        bottom: unset;
        left: 34.5%;
        top: 6%;
    }

    .pro-icon-1 {
        left: unset !important;
        top: 25% !important;
        right: 33%;
    }

    .pro-icon-2 {
        left: 34% !important;
        bottom: unset !important;
        top: 46% !important;
    }

    .pro-icon-3 {
        right: 33% !important;
        top: unset !important;
        left: unset !important;
        bottom: 25% !important;
    }

    .pro-icon-4 {
        right: unset;
        bottom: 5% !important;
        left: 33% !important;
        top: unset !important;
    }

    .proc-cont {
        top: 4%;
        right: 12%;
        left: unset;
    }

    .proc-cont-1 {
        left: unset;
        bottom: unset;
        right: 60%;
        top: 26%;
    }

    .proc-cont-2 {
        top: 49%;
        left: unset;
        right: 6%;
    }

    .proc-cont-3 {
        bottom: 20%;
        left: 10%;
        right: unset;
        top: unset;
    }

    .proc-cont-4 {
        top: unset;
        left: unset;
        right: 31%;
        bottom: 2% !important;
    }

    .tag-sec-con ul li {
        margin: 5px 3px;
        font-size: 13px;
        padding: 2px 10px;
    }

    .tag-sec-con ul {
        height: 249px;
        width: 376px;
    }

    .related-test-packg #test-packg-card {
        width: 98%;
        margin: 0 auto;
    }

    .related-test-packg {
        margin: 1rem 0;
    }

    .related-test-packg .faq-head {
        margin-bottom: 1rem;
    }






    /* Start Know More Page */
    .card-test {
        display: inline-block;
        position: relative;
    }

    .card-head {
        width: 100%;
    }

    .card-test-btn {
        width: 342px;
        text-align: unset;
        position: absolute;
        top: 45px;
    }
    .mob-btn{
        width: 100% !important;
    }
    .mob-foot{
        font-size: 13px;
    }

    .card-price-btn {
        justify-content: unset;
    }

    .card-price-btn .btn-book-n {
        width: 50%;
    }

    .card-details-sect {
        padding: 1rem 0;
    }

    .card-test-points ul {
        display: inline-block;
    }

    .card-test-points ul li {
        margin-right: unset;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .card-test-points ul li span img {
        width: 16px;
        height: 16px;
    }

    .list-text {
        width: 80%;
    }

    .card-test-points ul li p {
        font-size: 13px;
    }

    .card-test-points ul li h4 {
        font-size: 15px;
    }

    .overview {
        padding: 1rem 0;
    }

    .overv-cont h2 {
        font-size: 15px;
    }

    .para-list ul li {
        font-size: 13px;
        margin: 0.2rem 0;
    }

    .mob-header {
        display: block;
    }

    .desk-header {
        display: none;
    }

    .faq-head h1 {
        font-size: 18px;
    }

    .drop-down {
        width: 110px;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-right: 25px;
    }

    .drop-down .selected a {
        width: 150px;
        padding: 5px 10px;
    }

    .search-tab {
        display: block;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .search-test-packg {
        width: 100%;
        position: relative;
        margin: 10px 0px;
        margin-bottom: 20px;
    }

    li.nav-item {
        width: 50%;
    }

    #test-packg-tab .nav-tabs .nav-link.active {
        width: 100%;
    }

    /* End Know More Page */
    /* #test-pacg-cart .swiper-button-prev{
        display: none !important;
    }
    #test-pacg-cart .swiper-button-next {
        display: none !important;
    } */
    .card-head h2 {
        font-size: 20px;
    }

    .card-test-points {
        margin-top: 0.5rem;
    }

    .card-price {
        font-size: 20px !important;
        width: 50%;
    }

    .overv-cont h4 {
        font-size: 18px;
    }

    #parameter h3 {
        font-size: 20px;
    }

    .lab-test h2 {
        font-size: 18px;
    }

    .det-content h3 {
        font-size: 18px;
    }

    .det-content p {
        font-size: 14px;
    }

    .lab-test ul li {
        font-size: 14px;
    }

    .accer .accordion-button::after {
        background-size: 10px 16px;
    }

    .doc-info-list h3 {
        font-size: 13px;
    }

    .doc-info-list p {
        font-size: 15px !important;
    }

    .drop-down .options {
        top: 100%;
        left: 10px;

    }

    .f-shape {
        display: none;
    }

    .card-h {
        margin-bottom: 165px;
    }

    .card-test-btn ul li {
        margin-left: 0;
    }
    .doc-info-list p {
        margin-left: 0px !important;
    }
    .doc-info-list h3 {
        margin-left: 0px !important;
    }
    
    








    /* app section css----------- */
}

/* phone end */



#test-pacg-cart .swiper-button-prev {
    border: 0.800000011920929px solid #0047AF;
    background: #fecc4e70;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    top: 10rem;
    left: -0.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #0047AF;
}

#test-pacg-cart .swiper-button-next {
    border: 0.800000011920929px solid #0047AF;
    background: #fecc4e70;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    top: 10rem;
    right: -0.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #0047AF;
}

.doc-info-list h3 {
    margin-bottom: 4px;
    margin-left: 8px;
    color: #595959 !important;
    font-weight: unset;
}

.doc-info-list p {
    margin-left: 8px;
    font-size: 16px;
    margin-bottom: 4px;
    color: #1a1a1a;
}

#more {
    display: none;
}

#more-btn {
    display: none;
}

#more-b {
    display: none;
}

.float {
    position: sticky;
    bottom: 0px;
    z-index: 100;
    width: 100%;
}

.f-call-input .btn {
    padding-right: 0.6rem;
}

.f-call-input .form-control:focus {
    border-color: #676767;
    box-shadow: unset;
}
.f-call-input .btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: unset;
}


.pagination-sec .page-link:focus {
    box-shadow: unset;
}
.doctor-infor li {
    padding: 0 10px !important;
}

.lab-test ol li {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 23px;
    list-style-type: decimal !important;
}

.lab-test table,
        .lab-test th,
        .lab-test td {
            border: 1px solid black;
            border-collapse: collapse;
            text-align: center !important;
        }
        .lab-test .table-sec {
            margin: auto;
        }
        .lab-test th {
            padding: 5px 9px;
        }
        .lab-test td {
            padding: 3px 6px;
        }