*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

footer,
header,
nav {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

.rounded-pill {
    border-radius: 50rem !important
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

b,
strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

img {
    vertical-align: middle;
    border-style: none
}

button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.breadcrumbs {
    text-align: center;
    font-size: .8rem;
    margin-bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #f1f7fd;
    padding: 5px 0;
    margin-top: 0;
    border-bottom: 1px solid #cbd9e7
}

.breadcrumbs h1 {
    font-size: 1.8rem;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-align: left
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12,
.col-3,
.col-6,
.col-9,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-md-12,
.col-md-5,
.col-md-6,
.col-md-7,
.col-sm-12,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width:576px) {
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:768px) {
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em+.75rem+2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.collapse:not(.show) {
    display: none
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-block {
        display: block !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.position-relative {
    position: relative !important
}

.mt-5 {
    margin-top: 3rem !important
}

.py-2 {
    padding-top: .5rem !important
}

.py-2 {
    padding-bottom: .5rem !important
}

.py-4 {
    padding-top: 1.5rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important
}

.mx-auto {
    margin-right: auto !important
}

.text-uppercase {
    text-transform: uppercase !important
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444
}

a {
    color: #1977cc
}

a:hover {
    color: #3291e6;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Raleway, sans-serif
}

#header {
    background: #fff;
    transition: all .5s;
    z-index: 997;
    padding: 30px 0;
    top: 0;
    box-shadow: 0 2px 15px rgba(25, 119, 204, .1)
}

@media(max-width:992px) {
    #header {
        top: 0
    }

    #header .bg-primary {
        background: none !important;
        border-radius: 0
    }
}

h4,
h5 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964
}

.accordion-title h4 {
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    color: #1977CC
}

@media(max-width:768px) {
    .testpic .step1 {
        text-align: justify
    }
}

#footer {
    color: #1977cc;
    ;
    font-size: 14px;
    background: #f1f7fd
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
    box-shadow: 0 2px 15px rgba(25, 119, 204, .1)
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #777;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    font-size: 14px
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #1977cc
}

::-webkit-input-placeholder {
    color: #fff !important
}

::-moz-placeholder {
    color: #fff !important
}

::-ms-placeholder {
    color: #fff !important
}

#search_tests::-webkit-input-placeholder {
    color: #000 !important
}

#search_tests::-moz-placeholder {
    color: #000 !important
}

#search_tests::-ms-placeholder {
    color: #000 !important
}

.additional-info li {
    list-style: disc
}

li {
    list-style: none
}

.navbar1-toggler {
    color: rgba(0, 0, 0, .5);
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1) !important
}

.navbar1-toggler {
    padding: 4px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .37rem
}

.nav-link {
    text-transform: capitalize;
    font-weight: 400
}

.fixed-top {
    background: #fff;
    transition: all .5s;
    z-index: 997;
    padding: 0;
    top: 0;
    box-shadow: 0 2px 15px rgba(25, 119, 204, .1)
}

small {
    width: 100%;
    text-align: right;
    display: inline-block;
    margin-left: -35px;
    color: #fff
}

.iconcustom {
    font-size: 24px !important;
    line-height: 60px !important;
    position: absolute !important;
    right: 31px !important;
    z-index: 999 !important
}

#search_tests {
    height: 55px;
    outline: transparent
}

#search_tests:hover,
#search_tests:focus {
    border-color: #1882e3;
    box-shadow: 0 0 0 4px rgba(26, 119, 204, 0.4)
}

@media screen and (max-width:35em) {
    .text-medi {
        font-size: 14px
    }

    .text-yaar {
        font-size: 14px
    }

    .popular-searches {
        margin: 0;
        width: auto;
        font-size: 9px
    }

    .iconcustom {
        line-height: 40px !important;
        right: 15px !important
    }

    #search_tests {
        height: 40px
    }

    small {
        margin-left: 0
    }

    #search_tests::-webkit-input-placeholder {
        font-size: 12px
    }

    #search_tests::-moz-placeholder {
        font-size: 12px
    }

    #search_tests:-ms-input-placeholder {
        font-size: 12px
    }

    #search_tests:-moz-placeholder {
        font-size: 12px
    }

    ul {
        font-size: 18px;
        margin-left: 0
    }

    .form-control:focus {
        box-shadow: none
    }
}

.iconcustom {
    font-size: 24px !important;
    line-height: 80px !important;
    position: absolute !important;
    right: 31px !important;
    z-index: 999 !important
}

img {
    float: none !important
}

.suggesstion-box-top {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 55px
}

.navbar1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar1-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar1-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar1-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar1-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar1-toggler:focus,
.navbar1-toggler:hover {
    text-decoration: none
}

@media(min-width:992px) {
    .navbar1-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar1-expand-lg .navbar1-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar1-expand-lg .navbar1-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar1-expand-lg .navbar1-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.navbar1-light .navbar1-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar1-light .navbar1-nav .nav-link:focus,
.navbar1-light .navbar1-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar1-light .navbar1-nav .nav-link {
    color: #fff
}

.border-md-right {
    border-right: 1px solid silver
}

@media(max-width:768px) {
    .border-md-right {
        border-right: 0
    }
}

.bg-primary {
    background-color: #1977cc !important
}

.navbar1 {
    border-radius: 32px
}

.navbar1 .nav-item:last-child {
    border: 0
}

.navbar1 .nav-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-color: rgba(255, 255, 255, .2)
}

.test-header .inline-block2 {
    display: inline-block
}

.popular-searches {
    color: #a3a3a3;
    text-align: left;
    margin-left: 15px;
    margin-top: 6px;
    font-size: 12px
}

#header.test-header {
    padding-top: 10px;
    padding-bottom: 0
}

.test-header .cart {
    display: block
}

ul li a.cart .cart-basket {
    font-size: .6rem;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 17px;
    height: 17px;
    color: #fff;
    background-color: #418deb;
    border-radius: 50%;
    line-height: 1
}

.test-header .navbar1-expand-lg {
    border-radius: 0;
    margin-top: 10px
}

.test-header .navbar1-nav {
    justify-content: flex-start;
    width: 100%
}

.test-header .nav-link {
    padding: 10px 0
}

.text-yaar {
    color: #03a9ec;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1
}

.text-medi {
    color: #1977cc;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1
}

.header__flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.logo-header {
    width: 144px
}

.basket-header {
    width: 64px
}

.search-header {
    width: calc(100% - 500px);
    text-align: center;
    position: relative
}

.search-header .form-control {
    text-overflow: ellipsis
}

.test-header .navbar1-toggler {
    display: none
}

.suggesstion-box-top {
    border-radius: .25rem
}

.stage_div {
    padding: 0;
    background-color: DodgerBlue;
    border-radius: 5px;
    margin-bottom: 50px
}

.queryForm {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 10px;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid;
    background-color: DodgerBlue;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 18Px;
    color: white;
    transition: all .3s
}

.queryForm:hover,
.queryForm:focus {
    border-color: yellow;
    outline: 0
}

.queryFormSelect {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 10px;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid;
    background-color: DodgerBlue;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 18Px;
    color: white;
    transition: all .3s
}

.queryFormSelect:hover,
.queryFormSelect:focus {
    border-color: yellow;
    outline: 0
}

.queryFormSelect option {
    background: #fff;
    color: #343434
}

div.one {
    background-image: url(https://www.mediyaar.com/images/headb1.jpg);
    background-repeat: no-repeat;
    background-position: 440px 0;
    padding-left: 0;
    margin: 50px auto
}

.four {
    font-weight: bold;
    color: #1977cc;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 15px
}

p.price {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 8px 26px;
    border-radius: .25rem;
    background: #1977cc;
    color: #fff;
    display: inline-block
}

.step1 {
    font-size: 1.2rem
}

p.formheading {
    color: yellow;
    font-size: 1.6rem;
    padding-top: 15px
}

.queryFormSubmit {
    width: auto;
    height: 40px;
    background-color: navy;
    font-size: 16px;
    color: yellow;
    padding: 5px 20px;
    margin: 0 10px 10px 10px;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .3s
}

.queryFormSubmit:hover {
    background-color: #096ccd;
    color: yellow
}

h2.seven {
    font-weight: 700;
    font-size: 1.7rem;
    margin-left: 15px
}

p.testprice {
    font-size: 1.4rem;
    color: DodgerBlue;
    padding-left: 15px
}

.test_group {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 8px 26px;
    border-radius: 32px;
    background: #1977cc;
    color: #fff;
    display: inline-block
}

.test_group strong {
    font-weight: bold
}

.acc_container ul {
    column-count: 3;
    margin: 30px auto;
    border: 1px solid #dfdfdf;
    padding-top: 30px;
    padding-bottom: 15px;
    border-radius: 5px
}

.acc_container ul li {
    margin-bottom: 15px;
    list-style-type: disc
}

.book_atest {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #fff;
    background: #1977cc;
    border: 0;
    transition: all .3s;
    cursor: pointer;
    margin-bottom: 15px
}

.book_atest:hover {
    background: #0a66b9
}

.tags {
    font-size: .9rem;
    color: #8c8c8c;
    margin-bottom: 0
}

.check-links a {
    display: inline-block;
    padding: 4px 0;
    font-size: .9rem
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.why_choose {
    margin-top: 30px;
    padding-bottom: 0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8)
}

#footer {
    background: #222
}

#footer .footer-top {
    background: #333;
    box-shadow: none
}

#footer .footer-top h4 {
    color: #1977cc
}

.copyright {
    color: #fff
}

#queryForm .add_to_cart {
    background: none !important;
    text-decoration: underline;
    font-size: 16px
}

#queryForm .col-sm-6 .add_to_cart:hover {
    color: #ffb600
}

#footer {
    margin-top: 30px
}

.test_group {
    position: relative;
    margin-left: 15px
}

.acc_container ul {
    margin-top: -28px;
    padding-top: 45px
}

.book_atest {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.test_price,
.home_sample {
    color: #001337
}

.home_sample {
    margin-top: 10px
}

.step1 {
    font-size: 1rem
}

.why_choose,
h2.seven,
h3,
h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: #2c4964
}

p.testprice {
    font-weight: 700;
    font-size: 1.5rem;
    color: DodgerBlue
}

.test-figure {
    margin: 40px auto
}

.test-figure {
    flex-direction: row-reverse
}

.test-figure img {
    border-radius: .25rem;
    box-shadow: 0 6px 16px -4px rgba(0, 0, 0, .3)
}

@media(max-width:1200px) {
    #header .container {
        max-width: 100%
    }

    .navbar1 .nav-item {
        font-size: .8rem;
        padding-left: 5px;
        padding-right: 5px
    }

    .search-header {
        width: calc(100% - 320px)
    }

    .form-control {
        font-size: .9rem
    }

    .four {
        font-size: 2rem
    }

    .acc_container ul li {
        font-size: .9rem;
        padding-right: 5px
    }
}

@media(max-width:992px) {
    .four {
        font-size: 1.6rem
    }

    p.price {
        font-size: 1rem
    }

    .navbar1-collapse {
        position: fixed;
        top: 110px;
        left: 0;
        right: 0;
        width: calc(100% - 30px);
        background: #1977cc;
        border-radius: 4px;
        margin: 0 auto;
        padding: 15px 15px 5px 15px
    }

    .navbar1-collapse .nav-item {
        display: block;
        text-align: center;
        padding: 10px;
        color: #fff;
        border-radius: 4px;
        background: rgba(0, 0, 0, .1);
        border: 0;
        margin-bottom: 10px;
        font-size: .9rem;
        font-weight: 600
    }

    .header__flex .popular-searches {
        display: none
    }

    .search-header {
        width: calc(100% - 250px)
    }

    .search-header {
        width: 100%;
        margin-top: 20px
    }

    .search-header #search_tests {
        height: 45px
    }

    .basket-header {
        position: absolute;
        right: -15px;
        top: 8px;
    }

    .test-header .cart img {
        width: 40px;
        height: 40px
    }

    .test-header .navbar1-toggler {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 15px
    }

    .test-header .navbar1-expand-lg {
        padding: 0;
        margin: 0
    }

    #header.test-header {
        padding: 10px 0
    }

    .logo-header {
        margin-top: 10px
    }

    .suggesstion-box-top {
        margin-top: 15px
    }
}

@media(max-width:768px) {
    .test-figure {
        margin: 15px auto
    }

    .queryForm {
        padding: 0
    }

    .queryFormSelect {
        padding: 0
    }

    .why_choose {
        font-size: 20px
    }

    .why_choose,
    h2.seven,
    h3,
    h2 {
        font-size: 20px
    }

    p.price {
        font-size: .9rem;
        padding: 10px;
        border-radius: .25rem
    }

    #header {
        padding: 15px 0
    }

    .test_group {
        margin-left: 5px
    }

    h2.seven {
        font-size: 18px
    }

    .test_group {
        font-size: .9rem
    }

    p.testprice {
        font-size: 1.1rem
    }

    .acc_container ul {
        padding-top: 35px;
        margin-top: -25px;
        column-count: 2
    }

    p.formheading {
        padding: 15px;
        font-size: 1.4rem
    }

    .stage_div {
        margin-left: 0;
        margin-right: 0
    }

    .queryFormSubmit {
        margin: 7px auto;
        font-size: 16px
    }

    .add_to_cart {
        padding: 0
    }

    h2 {
        font-size: 1.5rem
    }

    h4,
    h5 {
        font-size: 20px
    }

    #footer {
        text-align: center
    }

    #footer .footer-top .footer-links ul li {
        justify-content: center
    }

    #footer .footer-top h4 {
        margin-bottom: 10px
    }

    #footer .footer-top .footer-links ul {
        text-align: left;
        justify-content: flex-start
    }

    #footer .footer-top .footer-links ul li {
        text-align: left;
        justify-content: flex-start
    }

    #footer .footer-top h4 {
        text-align: left
    }
}

@media(max-width:576px) {
    .test-figure .col-sm-5 {
        margin-bottom: 30px
    }

    .acc_container ul {
        column-count: 1
    }
}

p.ex1 {
    margin-left: 10%;
}

p.ex1 {
    margin-right: 10%;
}

h2 {
    margin-left: 154px;
}

h2~p {
    margin-left: 10%;
    margin-right: 10%;
}

li {
    list-style-type: disc !important;
}

/* .why_choose p{
            font-size: 16px;
            font-weight: initial;
            color: #6A6A6A;
        }
        
            .why_choose, h2.seven, h3, h2 {
             margin-bottom: 30px;
            }*/
/*         
        @import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}*/

.container {
    margin: 0 auto;
    width: 100%;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #03b5d2;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #1977CC;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #1977CC;
    border: 1px solid #1977CC;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: #1977CC;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 20em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}


.report_pro ul li {
    list-style-type: square;


}

.fnum ul li {
    list-style-type: decimal;
}

.h2top {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 8px 26px;
    border-radius: .25rem;
    background: #1977cc;
    color: #fff;
    display: inline-block;
}

.capitalize-heading {
    text-transform: capitalize;
}

h2 {
    margin-left: 134px !important;
}

.full-content {
    display: block;
    /* Hide full content by default */
    width: 1096px !important;
}

.limited_content {
    display: none;
    /* Hide expand button by default */
}

.expand-btn {
    display: none;
    /* Hide expand button by default */
}

@media only screen and (max-width: 767px) {
    .limited-content {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .expand-btn {
        display: block;
        color: #1977cc;
        font-size: 11px;
        margin-left: 230px !important;
        width: 70px;
        border: none !important;
    }

    h2 {
        margin-left: 34px !important;
    }
}

p {
    text-align: justify;
}

.height-add-to-cart {
    height: 84px;
}

.cross-price {
    font-size: 13px;
    color: #a5a4a2;
    text-decoration: line-through;
    margin-top: 4px;
}

.cross-price-per {
    margin-top: -20px !important;
    margin-left: 61px !important;
    color: #3291e6 !important;
}

.add-to-cart-pro {
    margin-left: 153px !important;
    width: 109px !important;
    margin-top: -3px !important;
    font-size: 14px !important;
}

.add-to-cart {
    margin-left: 138px !important;
    width: 109px !important;
    margin-top: 16px !important;
    font-size: 14px !important;
}

.add-to-cart-pro a {
    color: green;
}

.add-to-cart a {
    color: green;
}

.selling-rate {
    color: black !important;
    margin-top: 0px !important;
}

.short-content {
    width: 100% !important;
    border-top: 1.5px solid #B2C8DD !important;
    margin-top: 189px !important;
    margin-left: -493px !important;
    font-size: 12px !important;
    padding: 4px;
}

.short-content-pro {
    width: 100% !important;
    border-top: 1.5px solid #B2C8DD !important;
    margin-top: 171px !important;
    margin-left: -493px !important;
    font-size: 12px !important;
    padding: 4px;
}

.parameter-test {
    margin-top: -9px !important
}

.fasting-new {
    margin-top: -9px !important
}

.sample-type {
    margin-top: 3px !important
}

.sample-type-pro {
    margin-top: -17px !important;
    font-size: 12px !important;
    width: 218px !important;
    margin-left: -26px !important;
}

.fasting-new-pro {
    margin-top: 15px !important;
    font-size: 12px !important;
    width: 208px;
    list-style-type: square !important;
    margin-left: -26px;
}

.fasting-new-pro ul li {
    list-style-type: square !important;


}

.sample-type-pro ul li {
    list-style-type: square !important;


}

.doctors .member .pic {
    overflow: hidden;
    border-radius: 0;
    width: 50% !important;
}

.test-name {
    height: 27px !important;
}

@media only screen and (max-width: 767px) {
    .height-add-to-cart {
        height: 100px !important;
        margin-top: 20px !important;
    }

    .cross-price {
        font-size: 13px !important;
        color: #a5a4a2;
        text-decoration: line-through;
        margin-top: 4px;
    }

    .doctors .member .pic {
        overflow: hidden;
        border-radius: 0;
        width: 53% !important;
        margin-top: 43px !important;
    }

    .cross-price-per {
        margin-top: -20px !important;
        margin-left: 55px !important;
        color: #3291e6 !important;
    }

    .add-to-cart-pro {
        margin-left: 45px !important;
        width: 110px !important;
        margin-top: 30px !important;
        font-size: 12px !important;
        color: green;
    }

    .add-to-cart {
        margin-left: 47px !important;
        width: 109px !important;
        margin-top: 30px !important;
        font-size: 12px !important;
        color: green !important;
    }

    .selling-rate {
        color: black !important;
        margin-top: 5px !important;
    }

    .short-content {
        width: 100% !important;
        border-top: 1.5px solid #B2C8DD !important;
        margin-top: 206px !important;
        margin-left: -310px !important;
        font-size: 12px !important;
    }

    .short-content-pro {
        width: 100% !important;
        border-top: 1.5px solid #B2C8DD !important;
        margin-top: 206px !important;
        margin-left: -295px !important;
        font-size: 12px !important;
    }

    .parameter-test {
        margin-top: -9px !important;
        width: 73px !important;
    }

    .fasting-new {
        margin-top: -9px !important;
        width: 172px !important;

    }

    .sample-type {
        margin-top: 3px !important;
        width: 172px !important;
    }

    .sample-type-pro {
        margin-top: -13px !important;
        font-size: 12px !important;
        width: 218px !important;
        margin-left: -26px !important;
    }

    .fasting-new-pro {
        margin-top: 3px !important;
        font-size: 1.2rem !important;
        width: 172px !important;
        list-style-type: square !important;
        margin-left: -26px !important;
    }

    .mob-font {
        font-size: 10px;
    }

    .doctors .member .member-info {
        padding-left: 27px !important;
        width: 150px !important;
        margin-top: 36px !important;
    }

    .add-to-cart-pro a {
        color: green;
    }

    .add-to-cart a {
        color: green;
    }

    .test-name {
        height: 50px !important;
    }
}

img.right {
    float: right !important;
    clear: right;
    position: relative;
    margin-top: 5px;
    margin: 0.2em 0 0.8em 1.4em;
    margin-top: 38px !important;
}

img.left {
    float: left !important;
    clear: left;
    position: relative;
    margin: 0.2em 34px 0.8em 1.4em;
    margin-left: 50px;
    margin-top: 38px !important;


}

@media only screen and (max-width: 767px) {
    img.right {
        float: right !important;
        clear: right;
        position: relative;
        margin-top: 5px;

        margin-top: 38px !important;
        margin-left: 0px;
        width: 100% !important;
        height: auto !important;

    }

    .full-content img {
        float: left !important;
        clear: left;
        position: relative;
        margin: 36.2em 146px 0.8em 1.4em;
        margin-left: 0px !important;

        width: 80% !important;
        height: auto !important;
        margin-top: 39px !important;

    }

    .limited_content img {
        float: left !important;
        clear: left;
        position: relative;
        margin: 36.2em 146px 0.8em 1.4em;
        margin-left: 0px !important;

        width: 100% !important;
        height: auto !important;
        margin-top: 39px !important;

    }

    .short-img img {
        float: left !important;
        clear: left;
        position: relative;
        margin: 36.2em 146px 0.8em 1.4em;
        margin-left: 0px;

        width: 100% !important;
        height: auto !important;
        margin-top: 39px !important;
    }

    img.left {
        float: left !important;
        clear: left;
        position: relative;
        margin: 36.2em 146px 0.8em 1.4em;
        margin-left: 0px;
        width: 100% !important;
        height: auto !important;

        margin-top: 39px !important;

    }

    .limited_content {
        display: block;
        text-align: justify;
        width: 338px;
        margin-top: -14px;

    }

    .full-content {
        display: none;
        margin-top: -19px;
        width: 338px !important;


    }
}

/************************** css for profile detail page *****************************/
.price-cut-mark {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff0000;
    /* Set the background color of the price cut mark */
    color: #ffffff;
    /* Set the text color of the price cut mark */
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
}

ul.fast-sample li {
    list-style: block !important;
    list-style-type: square !important
}

.img-responsive1 {
    width: 1110px;
    height: 271px;
}

/* Styles for mobile */
@media (max-width: 767px) {
    .img-responsive1 {
        width: 100%;
        height: auto;
    }
}

.hide {
    display: none;
}

.arrow {
    display: inline-block;
    width: -1px;
    height: 10px;
    border-top: 0px;
    border-right: 2px;
    transform: rotate(0deg);
    margin-right: 0px !important;
    transition: transform 0.3s ease;
    cursor: pointer;
    color: #1977cc;
    border: none !important;

}

.arrow::before {
    content: 'View more';
    position: absolute;
    top: 50%;
    font-size: 13px;
    left: 5px;
    width: 85px;
    height: 10px;
}

.arrow.active::before {
    content: 'View less';
    position: absolute;
    top: 50%;
    font-size: 13px;
    left: 5px;
    width: 85px;
    height: 10px;
}

/*.arrow.active::after {
  content: 'View less';
    position: absolute;
    top: 50%;
    font-size: 13px;
    right: 5px; /* Use right to position from the right side */
/* margin-right: 0px!important; /* Adjust as needed */
/* width: 70px;
   // height: 10px;
//}*/
.arrow.active {
    transform: rotate(0deg);

}

.data {
    display: none;
}

@media (max-width: 767px) {
    .arrow {
        margin-left: 190px !important;
        border: none !important;
        display: inline-block;
        /* Override display property for mobile devices */
    }

    .arrow.active::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 5px;
        margin-left: 230px !important;
        width: 57px;
        height: 10px;
    }

    .arrow::before {
        content: 'View more';
        position: absolute;
        top: 50%;
        font-size: 11px;
        left: 5px;
        width: 85px;
        height: 10px;
    }

    .arrow.active::after {
        content: 'View less';
        width: 80px !important;
        font-size: 11px;
        margin-left: 15px !important;

    }

    p.testprice {
        font-weight: 700;
        font-size: 1.0rem !important;
        color: DodgerBlue;
    }
}

p {
    text-align: justify;
}

ul.my-list {
    list-style-type: none;
}

ul.my-list li {
    content: none;
    list-style-type: none;
}

.testimonials .testimonial-item {
    background: #80808021 !important;
}

.acc_container1 ul {
    column-count: 3;
    margin: 35px auto;
    border: 1px solid #dfdfdf;
    padding-top: 30px;
    padding-bottom: 15px;
    border-radius: 5px
}

.acc_container1 ul li {
    margin-bottom: 15px;
    margin-left: 15px;
    list-style-type: disc
}

.why_choose p {
    font-size: 16px;
    font-weight: initial !important;
    color: #6A6A6A;
}

.why_choose,
h2.seven,
h3,
h2 {
    margin-bottom: 11px;

}

@media only screen and (max-width: 768px) {
    #header {
        position: fixed;
        top: 0;
        left: 0;
    }

    .breadcrumbs {
        margin-top: 115px;
    }
}