
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 6px;
        line-height: 18px;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers tr:hover {
        background-color: #ddd;
    }

    #customers th {
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
        background-color: #0c6b9c;
        color: white;
        line-height: 20px;
        font-weight: normal;
    }
/*#customers tr:last-child{
        border-top: solid 2px #0c6b9c;
    font-weight: 600;
    background-color:#ddd
}*/
#customers-1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #customers-1 td, #customers-1 th {
        border: 1px solid #ddd;
        padding: 6px;
        line-height: 18px;
    }

    #customers-1 tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers-1 tr:hover {
        background-color: #ddd;
    }

    #customers-1 th {
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
        background-color: #0c6b9c;
        color: white;
        line-height: 20px;
        font-weight: normal;
    }

    #customers-1 tr:last-child {
        border-top: solid 2px #0c6b9c;
        font-weight: 600;
        background-color: #ddd;
    }


/*================= Preloader ====================*/

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: #fff;
}


/*================== Start CSS =====================*/

.container,
.container-fluid {
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.accorden-block {
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
}

body {
    font-size: 15px;
    font-family: var(--theme-general-font);
    font-weight: 400;
    line-height: 28px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    font-family: var(--theme-highlight-font);
    margin-bottom: 0;
    /* font-weight: 700 */
}

h1,
.h1 {
    font-size: 25px;
}

h2,
.h2 {
    font-size: 35px;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 26px;
}

h5,
.h5 {
    font-size: 22px;
}

h6,
.h6 {
    font-size: 18px;
}


/*mine css*/

.p-30 {
    padding: 30px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.font-13 {
    font-size: 13px;
}

#page_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.sub-title {
    font-size: 17px;
}

.mx-width-initial {
    max-width: initial;
}

.top-profile ul li {
    /* border-right: 1px solid var(--theme-white-color); */
    padding: 0 15px;
}

    .top-profile ul li:first-child {
        /* border-left: 1px solid var(--theme-white-color); */
    }

.btn {
    border-radius: 0;
}

.dropdown-item {
    font-size: 14px;
}

.btn-primary {
    color: var(--theme-white-color) !important;
    border: 2px solid #0378c7 !important;
    background-color: #0378c7 !important;
    padding: 0px 10px;
}

    .btn-primary:hover {
        color: #000000 !important;
        background-color: transparent !important;
    }

.btn-white {
    color: var(--theme-primary-color);
    background-color: var(--theme-white-color);
    border: 2px solid var(--theme-white-color);
}

    .btn-white:hover {
        color: var(--theme-white-color);
        background-color: transparent;
    }

.font-bold {
    font-weight: 700;
}

.service-block-1 {
    padding: 40px 25px;
    border-bottom: 3px solid #f5f5f5;
    border-right: 3px solid #f5f5f5;
}

    .service-block-1 i {
        float: left;
        margin-right: 15px;
    }

.z-index-999 {
    z-index: 999;
}

.accorden-content p {
    margin-bottom: 0;
}

.features {
    border-right: 1px solid var(--theme-gray-color);
}

.box-40px {
    height: 40px;
    width: 40px;
}

.box-60px {
    height: 60px;
    width: 60px;
}

.box-70px {
    height: 70px !important;
    width: 70px !important;
}

.box-80px {
    height: 80px;
    width: 80px;
}

.box-100px {
    height: 100px;
    width: 100px;
}

.box-130px {
    height: 130px;
    width: 130px;
}

.box-290px {
    height: 290px;
    width: 290px;
}

.overlay-up::before {
    top: 100%;
}

.thumb-team-classic:hover .overlay-up::before {
    top: 0%;
}

.owl-nav-secondary.owl-carousel .owl-nav button {
    text-align: center;
    font-size: 21px;
    color: #fff;
    background-color: var(--theme-secondary-color);
    z-index: 9;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
}

    .owl-nav-secondary.owl-carousel .owl-nav button.owl-prev {
        left: -70px;
    }

    .owl-nav-secondary.owl-carousel .owl-nav button.owl-next {
        right: -70px;
    }

.owl-nav-hover-primary.owl-carousel .owl-nav button:hover {
    background-color: var(--theme-primary-color);
}

.photo-box {
    width: 48%;
    float: left;
    margin-bottom: 10px;
}

    .photo-box:nth-child(2n+1) {
        margin-right: 10px;
    }

.form-group-1 input {
    width: 350px;
    padding-right: 40px;
    color: var(--theme-white-color);
}

.form-group-1 button {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    line-height: 30px;
    text-align: center;
    background: none;
    border: none;
    color: var(--theme-white-color);
    padding: 0;
    z-index: 999;
}

.form-group-1 input::placeholder {
    color: var(--theme-white-color);
}

.border-white-2px {
    border: 2px solid var(--theme-white-color);
}

.border-right-gray-1 {
    border-right: 1px solid var(--theme-gray-color);
}

.feature-1 {
    width: 100%;
    height: 430px;
}

.background-img-left {
    background-position: 30px bottom;
    background-repeat: no-repeat;
    background-size: 42%;
}

.bg-set-after::after {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--theme-primary-color);
}

.middle-header-icon {
    display: table;
    border: 2px solid #eee;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    -moz-transition: rotate(45deg);
    -ms-transition: rotate(45deg);
    -o-transition: rotate(45deg);
    -webkit-transition: rotate(45deg);
}

    .middle-header-icon i {
        transform: rotate(-45deg);
        -moz-transition: rotate(-45deg);
        -ms-transition: rotate(-45deg);
        -o-transition: rotate(-45deg);
        -webkit-transition: rotate(-45deg);
        display: block;
        line-height: 50px;
        text-align: center;
    }

nt-16 {
    font-size: 16px;
}

.single-carusel .owl-nav {
    font-size: 30px;
    float: right;
    color: #fff;
    font-weight: 700;
}

.accorden-title::before {
    content: "";
    height: 2px;
    position: absolute;
    right: 20px;
    width: 10px;
    background-color: #0c6b9c;
}

.accorden-title {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    width: 100%;
    border: 1px solid #eaeaea;
}

    .accorden-title.active,
    .accorden-title:hover {
        background-color: #0c6b9c !important;
        color: var(--theme-white-color) !important;
    }

        .accorden-title.active::before,
        .accorden-title:hover::before,
        .accorden-title.active::after,
        .accorden-title:hover::after {
            background-color: var(--theme-white-color);
        }

    .accorden-title::before {
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .accorden-title::after {
        content: "";
        height: 2px;
        position: absolute;
        right: 20px;
        width: 10px;
        background-color: #0c6b9c;
        top: 48%;
    }

    .accorden-title.active::after {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    .accorden-title::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }

.accorden-content {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.border-top-primary-4 {
    border-top: 4px solid var(--theme-primary-color);
}

.w-60 {
    width: 60%;
}

.fixed-top-bg-secondary.fixed-top {
    background-color: var(--theme-secondary-color) !important;
}

.list-style-circle li {
    list-style-type: circle;
    margin: 0 0 15px 15px;
}

.footer-box::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 70px;
    left: -10px;
    background-color: var(--theme-white-color) !important;
}

.bottom-nav li {
    display: inline-block;
}

    .bottom-nav li a {
        font-size: 13px;
        margin-right: 15px;
        color: var(--theme-white-color);
    }

.fixed-bg-secondary.fixed-top {
    background-color: var(--theme-secondary-color);
}

.footer-logo,
.footer-logo img {
    width: 250px;
    height: auto;
}

.footer-widget li a {
    color: #ffffff;
}

    .footer-widget li a:hover {
        color: #eee !important;
    }

.top-profile .nav-bar-top.right li {
    margin-left: 0;
}

.widget,
.overlay-up::before {
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.form-control {
    border-radius: 0;
}

header.fixed-top {
    width: 100%;
    transform: translateX(0);
}

.scale1-1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.timeshedule {
    overflow-x: scroll;
}

    .timeshedule tr:nth-child(2n+1) {
        background-color: var(--theme-white-color) !important;
    }

    .timeshedule th,
    .timeshedule td {
        border-color: #e1e1e1;
    }

.service-widget .item {
    width: 49%;
    margin-right: 2px;
    margin-bottom: 2px;
    float: left;
    text-align: center;
}

.product-img span {
    top: 20px;
    left: -10px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    padding: 0 10px;
    right: auto;
}

    .product-img span.onsale {
        background-color: var(--theme-primary-color);
    }

.page-link:hover {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
}

.tagcloud ul li a {
    background-color: var(--theme-primary-color);
    color: var(--theme-white-color);
}

    .tagcloud ul li a:hover {
        background-color: var(--theme-secondary-color);
        color: var(--theme-primary-color);
    }

ul.product_list_widget li a {
    color: var(--theme-secondary-color);
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

ul.product_list_widget li .star-rating {
    font-size: 8px;
}

ul.product_list_widget li .price {
    font-size: 13px;
}

.product-detail .woocommerce-loop-product__title a {
    font-weight: 500 !important;
}

.product-detail .star-rating {
    font-size: 10px;
}

.widget ul.product_list_widget li img {
    height: 60px;
    width: 60px;
    border: 1px solid var(--theme-secondary-color);
    border-radius: 50%;
}

ul.product_list_widget li a:hover img {
    border: 1px solid var(--theme-primary-color) !important;
}

.view-category button {
    background-color: var(--theme-white-color);
}

.subscribe-form .form-control {
    border: none;
}

.widget_product_categories {
    border: none;
    padding: 0;
}

    .widget_archive ul li,
    .widget_categories ul li,
    .widget_product_categories ul li {
        border-bottom: none;
    }

.widget.form-group-1 input {
    width: 350px;
    padding-right: 40px;
    color: var(--theme-secondary-color);
}

    .widget.form-group-1 input::placeholder {
        color: var(--theme-secondary-color);
    }

.widget.widget_add {
    margin-bottom: 60px !important;
}

    .widget.widget_add .btn {
        position: absolute;
        left: 50%;
        bottom: -24px;
        transform: translateX(-50%);
        display: block ruby;
    }

.widget.widget_instagram li {
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

    .widget.widget_instagram li:nth-child(3n) {
        margin-right: 0;
    }

    .widget.widget_instagram li img {
        width: 81px;
        height: 81px;
    }

.widget {
    width: 100%;
    display: block;
}

.nav-tabs {
    margin-bottom: 20px;
}

    .nav-tabs > li > a {
        padding: 0 20px;
        line-height: 50px;
        font-family: var(--theme-highlight-font);
        font-weight: 500;
        font-size: 16px;
        border-radius: 25px;
        display: block;
        margin-right: 15px;
        color: var(--theme-secondary-color);
        margin-bottom: 30px;
    }

        .nav-tabs > li > a.active,
        .nav-tabs > li > a:hover {
            background-color: var(--theme-primary-color);
            color: var(--theme-white-color);
        }


/*appoinment*/

.department-select span {
    float: left;
    margin-right: 30px;
    line-height: 45px;
    font-size: 17px;
    font-weight: 500;
}

.department-select .form-2 {
    display: table;
    width: 300px;
}

.department-select select {
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    height: 44px;
    padding: 0 15px;
    width: 100%;
}

.month-table .top-opt a {
    color: #fff;
    display: table;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.month-table .top-opt .month {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    font-family: 'Nunito', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.month-table table {
    background: #fff;
    margin-top: -1px;
    width: 100%;
}

    .month-table table th,
    .month-table table td {
        border: 1px solid #eeeeee;
    }

.month-table th {
    line-height: 50px;
    color: #818181;
    text-align: center;
    border-top-color: transparent;
}

.month-table td {
    height: 163px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #818181;
}

.month-table .date {
    width: 52px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid transparent;
}

.month-table table td.active .date {
    border-color: var(--theme-primary-color);
    color: var(--theme-primary-color) !important;
}

.month-table table td:hover .date,
.month-table table td.active:hover .date {
    color: var(--theme-white-color) !important;
    background-color: var(--theme-primary-color) !important;
}

.month-table table td:hover .available-appoinment {
    display: block;
}

.month-table .available-appoinment {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px;
    background: #f5f5f5;
    color: #818181;
    line-height: normal;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    top: -38px;
    display: none;
}

    .month-table .available-appoinment::after {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 10px solid #f5f5f5;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

#sidebar.blog-sidebar .widget {
    margin-bottom: 0;
}

    #sidebar.blog-sidebar .widget .down-line {
        /* padding-bottom: 5px; */
    }

.blog-sidebar .widget_blog_categories {
    background-color: #0378c7;
    padding: 30px;
}

    .blog-sidebar .widget_blog_categories li {
        margin-bottom: 10px;
    }

    .blog-sidebar .widget_blog_categories a {
        color: var(--theme-white-color) !important;
        display: block;
    }

        .blog-sidebar .widget_blog_categories a:hover {
            color: #dbdbdb !important;
        }

.blog-sidebar .widget_recent_entries,
.widget_appointment {
    background-color: var(--theme-white-color);
    padding: 15px;
}

    .blog-sidebar .widget_recent_entries ul li a {
        color: var(--theme-secondary-color);
    }

        .blog-sidebar .widget_recent_entries ul li a:hover {
            color: var(--theme-primary-color);
            text-decoration: none;
        }

.blog-sidebar .widget_tag_cloud {
    background-color: var(--theme-white-color);
    padding: 30px;
}

    .blog-sidebar .widget_tag_cloud ul {
        display: inline-block;
        width: 100%;
    }

    .blog-sidebar .widget_tag_cloud li {
        margin-bottom: 5px;
        margin-right: 5px;
        float: left;
    }

        .blog-sidebar .widget_tag_cloud li a {
            padding: 4px 15px;
            border: 1px solid #ababab;
            border-radius: 20px;
            font-size: 14px;
            color: #ababab;
            display: inline-block;
        }

            .blog-sidebar .widget_tag_cloud li a:hover {
                border: 1px solid var(--theme-primary-color);
                color: var(--theme-primary-color);
            }

.blog-sidebar .widget_archive,
.blog-sidebar .widget_meta {
    background-color: var(--theme-white-color);
    padding: 30px;
}

    .blog-sidebar .widget_archive li a,
    .blog-sidebar .widget_meta li a {
        color: var(--theme-secondary-color);
        display: block;
    }

    .blog-sidebar .widget_meta li {
        padding: 6px 0;
        font-size: 15px;
    }

        .blog-sidebar .widget_meta li a:hover {
            color: var(--theme-primary-color);
        }

.widget_services {
    margin-top: 30px;
}

    .widget_services ul li {
        padding: 30px 25px;
        float: left;
        width: 49%;
        margin-right: 4px;
        margin-bottom: 4px;
        text-align: center;
        background-color: var(--theme-white-color);
    }

        .widget_services ul li:nth-child(2n) {
            margin-right: 0;
        }

        .widget_services ul li i {
            color: var(--theme-primary-color);
            font-size: 30px;
        }

        .widget_services ul li a {
            display: block;
            color: var(--theme-secondary-color);
            font-weight: 700;
        }

.content-sidebar {
    padding: 30px;
}

.error {
    padding-top: 170px;
    padding-bottom: 250px;
}

    .error h1 {
        font-size: 100px;
    }

    .error p {
        font-size: 24px;
        margin-bottom: 30px;
        color: #818181;
    }

.bg-light {
    background-color: var(--theme-light-color) !important;
    /* border: 5px solid #e8e8e8; */
}

.widget_content_navigation li {
    list-style: decimal inside;
    margin-bottom: 10px;
}

    .widget_content_navigation li a {
        color: var(--theme-secondary-color);
    }

.widget_testimonial .owl-carousel .owl-nav button.owl-next,
.widget_testimonial .owl-carousel .owl-nav button.owl-prev,
.widget_testimonial .owl-carousel button.owl-dot {
    color: var(--theme-secondary-color);
    font-size: 50px;
}

.content-details p:first-child:first-letter {
    color: #0d1432;
    float: left;
    font-size: 75px;
    line-height: 50px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

blockquote {
    padding: 30px;
    border-left: 4px solid var(--theme-primary-color);
    font-size: 17px;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    margin: 30px 0;
    background-color: var(--theme-white-color);
}

.thumb-team-classic .social-area {
    z-index: 10;
    visibility: hidden;
    opacity: 0;
}

.thumb-team-classic:hover .social-area {
    visibility: visible;
    opacity: 1;
}

.thumb-team-classic .social-area li {
    margin: 0 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
}

    .thumb-team-classic .social-area li a {
        color: var(--theme-white-color);
        display: block;
        line-height: 36px;
    }

.sidebar .widget {
    padding: 0;
}

.sidebar .widget-title {
    margin-bottom: 25px;
}

.widget_recent_entries ul h5 {
    line-height: 25px;
    margin-bottom: 5px;
}

.widget_twitter_feed li {
    margin-bottom: 40px;
    display: flex;
}

    .widget_twitter_feed li [class*="fa-"] {
        float: left;
        color: var(--theme-primary-color);
        margin-right: 15px;
        margin-top: 5px;
    }

    .widget_twitter_feed li p {
        margin-bottom: 20px;
    }

    .widget_twitter_feed li a {
        display: block;
    }

.doctor-contact-table td,
.doctor-time-table td {
    line-height: 40px;
}

    .doctor-contact-table td:last-child,
    .doctor-experience-table td:last-child {
        padding-left: 30px;
    }

.doctor-time-table {
    display: inline-table;
}

    .doctor-time-table td {
        color: var(--theme-secondary-color);
    }

        .doctor-time-table td:last-child {
            float: right;
        }

.doctor-experience-table td {
    padding-bottom: 20px;
}

.social-icon-secondary a {
    color: var(--theme-secondary-color);
}

.icon-left a {
    margin-right: 20px;
}

    .icon-left a:last-child {
        margin-right: 0;
    }

.hover-icon-primary a:hover {
    color: var(--theme-primary-color);
}

.blog-hints li {
    float: left;
    margin-right: 10px;
}

    .blog-hints li:last-child {
        margin-right: 0;
    }

.w-48 {
    width: 48%;
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.ball-scale-multiple {
    position: relative;
}

    .ball-scale-multiple > div:nth-child(2) {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .ball-scale-multiple > div:nth-child(3) {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .ball-scale-multiple > div {
        background-color: #fff;
        border-radius: 100%;
        margin: 2px;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        opacity: 0;
        margin: 0;
        left: -70px;
        top: -70px;
        width: 140px;
        height: 140px;
        -webkit-animation: ball-scale-multiple 3s 0s linear infinite;
        animation: ball-scale-multiple 3s 0s linear infinite;
    }

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: var(--theme-primary-color) !important;
}

@media (min-width:992px) {
    .w-lg-65 {
        width: 65% !important;
    }

    .nav-on-banner {
        /* position: absolute; */
        /* top: 20px; */
        left: 50%;
        /* width: 95%; */
        z-index: 999;
        transform: translateX(-50%);
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 8px;
    }
}

@media (max-width:1300px) {
    .d-none-1300 {
        display: none !important;
    }
}

@media (max-width:1199px) {
    .widget_services ul li {
        padding: 30px 14px;
        width: 143px;
    }

    .service-widget .item {
        width: 143px;
    }

    .widget.doctors-info .item img {
        width: 90px;
    }

    .widget.widget_instagram li img {
        width: 102px;
        height: 102px;
    }

    .widget.widget_instagram li:nth-child(3n) {
        margin-right: 5px;
    }

    .widget.widget_instagram li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width:1100px) {
    .d-none-1100 {
        display: none !important;
    }
}

@media (max-width:991px) {
    .bg-img-md-none {
        background-image: none !important;
    }

    .widget_services ul li:nth-child(2n) {
        margin-right: 4px;
    }

    .widget_services ul li:nth-child(3n) {
        margin-right: 0;
    }

    .widget_services ul li {
        padding: 30px 55px;
        width: 227px;
    }

    .service-widget .item {
        width: 228px;
    }

    .footer-logo {
        position: inherit !important;
        left: 120px;
    }

    .bg-set-after {
        background: none !important;
    }

    .scale1-md-1 {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    .max-md-bg-secondary {
        background-color: var(--theme-secondary-color);
    }
}

@media screen and (max-width:767px) {
    .widget_services ul li:nth-child(2n) {
        margin-right: 0;
    }

    .widget_services ul li:nth-child(3n) {
        margin-right: 4px;
    }

    .widget_services ul li {
        width: 251px;
    }

    .widget.widget_instagram li img {
        width: 97px;
        height: 97px;
    }

    .widget.widget_instagram li:nth-child(2n),
    .widget.widget_instagram li:nth-child(3n) {
        margin-right: 5px;
    }

    .sm-mt-50 {
        margin-top: 50px !important;
    }

    .service-widget .item {
        width: 49%;
    }
}

@media screen and (max-width:575px) {
    .widget_services ul li:nth-child(3n) {
        margin-right: 0;
    }

    .widget_services ul li {
        width: 100%;
    }
}

.tableheading {
    font-size: 18px;
    font-weight: 800 !important;
    text-align: center;
    text-transform: uppercase;
}

.testbtn {
    background: #0378c7;
    padding: 5px 15px;
    color: #ffffff;
    font-size: 14px !important;
    border: 0px;
}

    .testbtn:hover {
        background: #c61d29;
        padding: 5px 15px;
        color: #ffffff;
        font-size: 14px;
    }

.pt-10 {
    padding: 10px 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.service-details {
    background: #fff;
    padding: 25px;
}

#totalamnt span {
    color: green;
}

.pricing tr td {
    padding: 6px;
    border: 1px solid #999;
    border-bottom: 0;
    line-height: 20px;
    font-size: 15px;
}

    .pricing tr td span {
        color: green;
        font-weight: bold;
    }

.pricing td small {
    color: #202020;
    font-weight: 500;
}

.pricing {
    border-bottom: 1px solid #999;
    width: 100%;
    margin: 0px 0 15px 0;
}

    .pricing tr th {
        border: 1px solid #999;
        line-height: 23px;
        padding: 6px;
        border-bottom: 0;
        background-color: rgba(238, 238, 238, 0.47);
        font-size: 16px;
    }

.catdes {
    min-height: 135px !important;
}

.listing_con.homepagelisting .listing_block {
    min-height: 536px;
}

span.pri-1.black {
    font-size: 22px;
    color: #000;
}

.red {
    color: #ee3037;
}

del.pri-del {
    color: #ee3037;
    font-size: 16px;
}

p.pri {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    /* text-align: center; */
    margin: 9px 0px 0px;
}

.blue {
    color: #0378c7;
}

.trigger {
    background-color: rgb(238 238 238);
    /* border: 1px solid #ee3037; */
    color: black;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 7px 10px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 3px 0 0px;
}

    .trigger a {
        color: #000;
    }

.carepluslist ul {
    margin: 0px 0px 0px;
    display: inline-block;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

    .carepluslist ul li {
        list-style: square;
        width: 45%;
        float: left;
        font-size: 14px;
        /* border-bottom: 1px solid #ececec; */
        /* padding: 10px 0px 5px; */
        margin-right: 14px;
        margin-left: 15px;
    }

.parnrbox-head p {
    margin-bottom: .3rem; /* color: #000; */
}

.liststart {
    margin-bottom: 10px;
}

#fbtab_two {
    background: url(../images/test-report.gif) no-repeat;
    left: 1px;
    top: 150px;
    height: 300px;
    width: 50px;
    margin-left: 0px;
    padding: 0;
    position: fixed;
    z-index: 999;
    margin-bottom: 0px;
}

    #fbtab_two a {
        display: block;
        width: 100%;
        height: 100%;
    }

.certifieddiv {
    margin-top: 240px;
}

.pri .black { /* color:#000 */
}


.detailheading {
    font-size: 20px;
    margin-bottom: 0px;
    padding: 10px 0; /* padding-top: 10px; */
    font-weight: bolder;
}

.bookprocedure {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0px 0px 0 15px;
}

.booknowterms {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0px 0px 0 15px;
}

    .booknowterms li {
        font-size: 12px;
        line-height: 17px;
    }


.pincode {
    width: 50%;
    float: left;
    margin-right: 10px;
}

.pincodebtn {
    width: 47%;
    float: left;
    /* margin-right: 10px; */
    padding: 1px 10px;
    height: 33px;
}

.nametext {
    font-size: 13px;
    margin-bottom: 5px;
    color: #0378c7;
    font-weight: bold;
}

.agetxt {
    margin-right: 10px;
    width: 47%;
    float: left;
}

.genderddl {
    width: 50%;
    float: left;
    margin-right: 0px;
}

.addresstxt {
    font-size: 13px;
    margin-bottom: 5px;
    color: red;
    font-weight: bold;
}

#paymentdetail {
    margin-bottom: 20px;
}


.border-box {
    /* border: 1px solid #0c6b9c; */
    border-radius: 4px;
}

.sample_type {
    position: absolute;
    top: 0;
    /* right: 0; */
    background: rgb(13 106 153 / 71%);
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    line-height: normal;
}

.short_info {
    position: absolute;
    right: 15px;
    top: 0px;
    width: 100%;
    padding: 6px 0px 6px 1px;
    color: #c30808;
    text-align: center;
    width: 110px;
    background-color: #c61d29;
    border-radius: 20px 0px 20px 0px;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
}


.other_tours ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}

    .other_tours ul li a {
        border-bottom: 1px solid #b8b8b833;
        padding: 5px 0 5px 0;
        display: block;
        color: #000000;
        font-size: 15px;
        font-weight: 600;
    }

        .other_tours ul li a:hover {
            background-color: #f9f9f9;
            color: #e04f67;
        }

    .other_tours ul li:last-child a {
    }

    .other_tours ul li a i {
        font-size: 22px;
        margin-right: 5px;
        margin-left: 2px;
        position: relative;
        top: 5px;
        color: #555;
    }

.other_tours_price {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    color: #c61d29;
    font-size: 15px;
}

ul.feature-style .feature-icon {
    position: relative;
}

    ul.feature-style .feature-icon img {
        vertical-align: middle;
    }

.how-work {
    margin-top: 12px;
    margin-bottom: 40px;
    background-color: #FFF;
    padding: 17px 10px 10px 10px;
    float: left;
    box-shadow: 3px 3px 3px #ccc;
    border-radius: 10px;
}

ul.feature-style li {
    list-style: none;
}

.feature-icon {
    position: relative;
    padding: 0;
    top: 0;
}

.feature-subtitle {
    float: left;
    width: 100%;
    padding-left: 40px;
}

.feature-style li {
    position: relative;
    margin-bottom: 20px;
}

.feature-style {
    padding: 0;
    margin-bottom: 0;
}

.feature-subtitle h4 {
    margin-top: -27px;
    font-size: 22px;
    color: #fff;
}

.item p {
    color: #000;
    text-align: justify;
}

.item span {
    color: #000;
}

.footer-minititle {
    font-size: 20px;
}

.down-line span {
    color: #c61d29;
}

footer {
    background-color: #0378c7;
    /* background-image: url("../images/az-subtle.png"); */
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}


.pagetitle {
    padding-top: 30px;
    padding-bottom: 30px;
}

.listarea {
    width: 100%;
    padding: 10px 0 10px;
    margin: 10px 0 0;
    float: left;
    border-bottom: 1px solid #e0e0e4;
}

.listtext {
    width: 50%;
    float: left;
}

    .listtext p {
        font-size: 16px !important;
        font-weight: 600 !important;
        padding: 0 !important;
        margin-bottom: 0px;
    }

.listprice p {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    margin-bottom: 0px;
    line-height: 20px;
}

.listprice {
    width: 18%;
    float: left;
}

.listbutton {
    width: 32%;
    float: left;
    text-align: right;
}

    .listbutton a {
        border: 2px solid #0886c9;
        padding: 5px 12px;
        text-align: center;
        text-decoration: none;
        font-size: 14px;
        color: #0886c9;
        border-radius: 5px 5px 5px 5px;
    }


.thyrobullet {
    width: 100%;
    float: right;
    background-color: #eaedff;
    padding: 14px 14px 8px 15px;
    min-height: 52px;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
}

.headingarea {
    width: 100%;
    padding: 0 0 0px;
    margin: 0;
    float: left;
    /* border-bottom: 1px solid #e0e0e4; */
}

input_search {
    border: 1px solid #dddddd !important;
    padding: 13px !important;
    width: 50% !important;
    border-radius: 0 !important;
}


input_search {
    border: 1px solid #dddddd !important;
    padding: 13px !important;
    width: 50% !important;
    border-radius: 0 !important;
}

.leftholder input[type="submit"] {
    background-color: #0886c9;
    padding: 10px 22px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    outline: none;
    border-radius: 5px 5px 5px 5px;
}

.listareahead {
    width: 100%;
    padding: 10px 0 10px;
    margin: 0px 0 0;
    float: left;
    border-bottom: 2px solid #0378c7;
}

.listtexthead {
    width: 50%;
    float: left;
}

    .listtexthead p {
        font-size: 17px !important;
        font-weight: 700 !important;
        padding: 0 !important;
        margin-bottom: 0px;
    }

.listpricehead p {
    font-size: 17px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin-bottom: 0px;
}

.listbuttonhead p {
    font-size: 17px !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin-bottom: 0px;
}

.listpricehead {
    width: 18%;
    float: left;
}

.listbuttonhead {
    width: 32%;
    float: left;
    text-align: right;
}

h5.widget-title {
    color: #000;
}

.divcat ul li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
}

.btn-primary-red {
    color: var(--theme-white-color) !important;
    border: 2px solid #c61d29 !important;
    background-color: #c61d29 !important;
    padding: 0px 10px;
}

    .btn-primary-red:hover {
        color: #000000 !important;
        background-color: transparent !important;
    }

.blogdate {
    font-size: 13px;
    color: #0378c7 !important;
}

ul.search-bar select#ddlstate {
    background: #dadde2;
    color: #333333;
    padding: 6px 11px;
    height: 40px;
    font-size: 18px !important;
}

ul.search-bar {
    display: flex;
    width: 100%;
}


    ul.search-bar li {
        float: left;
    }


        ul.search-bar li.serch-cate-1 {
            width: 21%;
        }

        ul.search-bar li.serch-cate-2 {
            width: 67%;
        }

            ul.search-bar li.serch-cate-2 select {
                height: 40px;
                font-size: 18px !important;
            }


        ul.search-bar li.serch-cate-3 {
            width: 12%;
        }

            ul.search-bar li.serch-cate-3 input#btnSearch {
                display: block;
                width: 100%;
                height: 40px;
                background-color: #0378c7;
            }

.stuffpage_total h5 {
    float: right;
    padding: 3px;
    font-weight: normal;
    text-transform: capitalize;
}

.stuffpage_total h5, .stuffpage_total h2 a {
    color: #fff;
}

.stuffpage_total {
    padding: 5px 15px;
    background: #0378c7;
    color: #fff;
}

.stuffpage_con_rht p {
    float: right;
    padding-right: 10px;
}

.stcity-con, .new_state_box {
    border-bottom: dashed 1px #888;
    /*padding-bottom: 10px;*/
}

    .new_state_box:last-child {
        border-bottom: none !important;
    }

a.view-city {
    color: #0378c7;
    padding: 9px 10px;
    /* height: 0px; */
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}


.stuffpage_total h2 a:hover {
    color: #fff !important;
}

.stuffpage_total h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.stuffpage_total h5 {
    font-size: 15px;
}

a.content_facility_btn {
    float: right;
    margin-top: 0;
}

    a.content_facility_btn:hover {
        /* color:#fff!important; */
    }



.bg-blue {
    background: #0378c7;
}


.city_browse_con_total_lft h4 {
    font-size: 20px;
    margin: 6px 0px;
}

.city_browse_con_total p {
    font-size: 17px;
}

.city_browse_con_total h2 {
    font-size: 20px;
    margin: 5px;
}

.new_state_box p {
    font-size: 17px;
}

.stuffpage_con p {
    font-size: 15px;
    line-height: 25px;
}

.city_browse_con_total_lft img {
    /* border-radius: 56px; */
    /* width: 80px; */
}


.city_browse_con_total p {
    font-size: 14px;
    display: flex;
}

    .city_browse_con_total p.packages-thum a.content_facility_btn {
        float: left;
        margin-top: 0px;
        padding-left: 10px;
        line-height: 24px;
    }

p.packages-thum {
    margin-bottom: 0px;
}

.border-dashed {
    border: dashed 1px #0378c7;
}

.p-20 {
    padding: 15px;
}

span#lblcity a, span#lblstate a {
    color: #0c6b9c;
}

.lab-detail p {
    margin-bottom: 0px;
}
/*responsive css*/
@media only screen and (max-width: 767px) {


    a.content_facility_btn {
        float: left;
    }

    .stuffpage_total h5 {
        float: left;
        padding: 8px;
    }

    .stuffpage_con_rht p {
        float: left;
    }

    ul.search-bar li {
        float: none;
        width: 100% !important;
    }


    ul.search-bar {
        display: block;
        width: 100%;
        margin-bottom: 34px;
    }
}

.ftr_lft {
    width: 100%;
    float: left;
    text-align: center;
    display: block;
}

    .ftr_lft ul {
        margin: 0;
        padding: 0;
    }

        .ftr_lft ul li {
            list-style: none;
            border-right: 1px solid #fff;
            padding: 0 6px;
            /* font-family: 'open_sansregular'; */
            color: #fff;
            font-size: 13px;
            /* float: left; */
            line-height: 15px;
            margin: 9px 0 5px 0;
            display: inline-block;
        }

            .ftr_lft ul li a {
                /* font-family: 'open_sansregular'; */
                color: #fff;
                font-size: 13px;
                text-decoration: none;
                display: inline-block;
            }

.sitetop {
    padding: 0 10px;
    border-right: solid 1px #fff;
    color: #fff;
}

    .sitetop:hover {
        color: #eee !important; /* text-decoration:underline */
    }

.divcat h3 {
    font-size: 22px;
}

.healthpack ul li a {
    color: #000;
}

.healthpack .btn {
    font-family: var(--theme-hiperlink-font);
    font-weight: 500;
    font-size: 13px;
    border: none;
    border-radius: 3px;
    padding: 0 5px;
    line-height: 30px;
    text-transform: uppercase;
}

.ftr_lft ul li a:hover {
    /* font-family: 'open_sansregular'; */
    color: #eee !important;
}

.footer-widget .down-line:before {
    background-color: #fff;
}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers tr:hover {
        background-color: #ddd;
    }

    #customers th {
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: left;
        background-color: #2388c9;
        color: white;
    }

.listarea td {
    border-bottom: solid 1px #eaeaea;
    padding: 3px 0;
}

.maintable th {
    border-bottom: solid 2px #0378c7;
}

.maintable td {
    border-bottom: solid 1px #eee;
    padding: 3px 0;
}

    .maintable td span {
        font-size: 15px;
    }

.cart span {
    font-size: 20px;
    font-weight: 700;
}

.nav-bar-top a:hover {
    color: #eee !important;
}

.copyright a:hover {
    color: #eee !important;
}

.blog-section h6 {
    font-size: 20px;
}

.blog-section ins {
    font-size: 23px;
    color: #0378c7;
    text-decoration: none;
}

.tags ul li a {
    background-color: #0378c7;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    padding: 6px;
    display: inline-block;
    margin: 2px 3px 0px 2px;
    font-size: 13px;
    line-height: 20px;
}

.tags h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.tags ul li {
    display: inline-block;
}

.category-test-row {
    padding: 20px 0;
}

    .category-test-row ul li {
        /*  float: left;
        width: 18%;
        border: 1px solid #ddd;
        margin-right: 15px;
        margin-bottom: 15px;*/
    }

    .category-test-row img {
        width: 100%;
    }

    .category-test-row img {
        width: 100%;
        box-shadow: 0px 0px 12px 0px #00000061;
        border: solid;
        padding: 3px;
    }

    .category-test-row a {
        /*   color: #c61d29 !important;*/
    }

        .category-test-row a:hover {
            /*color: #0378c7 !important;*/
            display: block;
        }

.breadcrumb-item span a {
    color: #000;
}


.search-section {
    background: #fff;
    /* margin-bottom: 40px; */
   /* box-shadow: 0px 0px 9px 0px #0000008c;*/
    padding: 3px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
    .search-section.collapse:not(.show) {
       display:block;
    }
.autocomplete input#txtsearch {
    background: #fff;
    border: 1px solid #d5d0d0;
    padding: 5px 10px;
}
.inner_2:not(.show) {
    display: block;
}
.search_1 {
    width: 59%;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.autocomplete {
    width: 100%;
    display: block !important;
}

input.btnsearch {
    background: #c61d29;
    color: #fff;
    padding: 4px 19px;
}

.category-test-row.lab-partners {
    display: flow-root;
    padding-bottom: 0px;
    padding-top: 45px;
}


.facebook_back {
    background-color: #3e54aa;
    font-size: 17px;
}

.instagram_back {
    background-color: #e04d93;
    font-size: 17px;
}

button.btnsearch {
    background: #c51d29;
    color: #fff;
    border: none;
    padding: 6px 10px;
}

    button.btnsearch .svg-inline--fa.fa-w-16 {
        color: #fff !important;
    }

.item.shadow-sm {
    height: 280px;
}

body.thanku-section {
    margin: 0px;
}

.thanku-section-inner-1 {
    background: #fff;
    text-align: center;
    margin: 50px 0px;
    padding: 5px;
}

.data-container-section h6 {
    font-size: 23px;
    margin-bottom: 17px;
    color: #0378c7;
}

.data-container-section h3 {
    font-weight: 600;
    margin: 20px 0px 4px;
    color: #c61d29;
}

.inner-1 {
    border: solid 9px #0378c7;
    padding: 18px;
    /* border: dashed 2px #0378c7; */
}

.inner-2 {
    /* border: solid 2px #0378c7; */
    /* padding: 30px; */
}

.button-section a {
    background: #c61d29;
    padding: 9px 15px;
    font-weight: 600;
}

    .button-section a:hover {
        background: #0056b3;
        color: #fff !important;
    }

table.main-table tr td span {
    margin-bottom: 9px !important;
    display: inline-block;
}

.packg-section .overflow-hidden {
    position: relative;
}

.packg-section:hover .pop-up-section {
    opacity: 1;
}


.pop-up-section {
    height: 100%;
    opacity: 0;
    transition: .3s;
    left: 0;
    width: 100%;
    padding: 5px;
    background: #c61d29;
    background: #0378c7;
    position: absolute;
    top: 0;
    border: solid 4px #fff;
}

    .pop-up-section h4 {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .pop-up-section ul {
          padding-left: 13px;
    overflow-y: scroll;
    height: 90%;
    width: 100%;
    scrollbar-width: thin;
    scrollbar-width: 1;
    scroll-behavior: smooth;
    scrollbar-color: #012230 #0272a2;
    scroll-margin-bottom: 16px;
    }

        .pop-up-section ul li {
            float: left;
            width: 100%;
            list-style: disc;
            /* padding-left: 0px; */
            color: #fff;
            font-size: 12px;
            line-height: 20px;
            font-weight: 600;
            font-family: sans-serif;
        }

/*.bestquality {
    position: fixed;
    left: 15px;
    bottom: 0;
    z-index: 9999;
    display: flex;
}*/



.need-help {
    background: #c61d29;
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
    padding: 5px;
}

table.cart th {
    width: 35%;
}

table.cart .product-remove a.book-button, table.cart .product-remove input {
    line-height: inherit !important;
    padding: 4px 10px !important;
}

.form-content-1 p.color-1 {
    color: #c61d29;
}

ul.tag-section {
    display: flow-root;
}

    ul.tag-section li {
        width: 24%;
        float: left;
        margin-right: 3px;
        text-align: center;
    }


        ul.tag-section li img {
            width: 55%;
            border: solid 2px #c61d29;
            border-radius: 90px;
        }

        ul.tag-section li h5 {
            font-size: 15px;
            font-weight: 600;
            margin-top: 9px;
        }

ul.tag-section {
    display: flow-root;
    margin-bottom: 25px;
}

a.read-now {
    background: #c61d29;
    padding: 2px 10px;
    display: inline-block;
    margin-top: 8px;
    color: #fff;
}

.table-section table.table tr td:last-child {
    text-align: right;
}

/*contetnt-2-2-2023*/

.table-section table.table tr td a {
    color: #c61d29;
    font-size: 16px;
    font-weight: 600;
}

.section-one h5 {
    background: #ddd;
    padding: 18px 0px 20px 30px;
}

.section-body-section {
    background: #eee;
    padding: 21px 0px 20px 30px;
}

    .section-body-section p {
        margin-bottom: 0px;
    }

        .section-body-section p a {
            color: #c61d29;
            text-decoration: underline;
        }

    .section-body-section fieldset {
        margin-bottom: 10px;
    }


.contetnt-section h4 {
    font-weight: 600;
    color: #0378c7;
}


.bestquality img {
    /*  position: fixed;
    left: 0px;
    bottom: 10px;
    z-index: 9999;*/
}

.bestquality img {
    /* width: 25%;*/
}
/*footer, .copyright {
    z-index: 9999;
}*/



.lab-partners .owl-item .inner-partner {
    margin: 8px;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #fff;
}


.bottom-header .navbar-nav {-ms-flex-direction: row;flex-direction: row;}


.navbar button.navbar-toggler { display: none; }
.bottom-header {
    background: #0272a2;
}
.bottom-header .navbar-nav a.nav-link:hover { color:#fff !important;}

a.read-now:hover {  color: #fff !important; }
.top-search ul li {
    float: left;
    margin-right: 1px;
    line-height: 15px;
    padding-left: 5px;
}
    .top-search ul li.search-result small {
        color: #0272a2;
        font-weight: 700;
    }
/*end-css*/
@media (min-width:991px) {
    .bottom-header .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

}
    @media (min-width:767px) {
        .call-button-section {
        display: none;
    }
}

@media (max-width:1024px) {
    .navbar-light .navbar-brand {
        width: 26%;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 4px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    
}

@media (max-width: 991px) {

    .text {
        text-align: center;
    }

    .nav-bar-top.right {
        float: none;
        display: inline-flex !important;
    }
    .top-profile {
        text-align: center;
    }
    .navbar-nav { border-top:none; }

    .bottom-header .navbar-nav .nav-item a {border-right: solid 1px #fff; }
    .bottom-header .navbar-nav .nav-item:first-child a {
        border-left: solid 1px #fff; }
    .navbar button.navbar-toggler {        display: block;        padding: 6px 12px;        font-size: 27px;        background: #2e3649 !important;        color: #fff;    }

    .navbar-light .navbar-brand {        width: auto;    }

    .navbar-expand-lg .navbar-nav .nav-link { font-size: 15px;    }

    
    .bottom-header .navbar-nav .nav-item a {
        padding: 0px 11px;
        line-height: 18px;
    }
    
        .navbar button.bg-light.search-list svg {
            color: #fff !important;
        }
    .search_1 { width: 50%; }
    ul.mobile-menu-section li { float: left;   margin-right: 13px;  }
    .navbar button.bg-light.search-list {
        background: #c51d29 !important;
        color: #fff;
        padding: 6px 8px;
    }


    .search_1 {
        width: 100%;
       
    }
    div#serach {
        margin: 21px;
    }

    .inner_2:not(.show) {
        display: none;
    }

    

}

@media (max-width:767px) {
    .bottom-header .navbar-nav .nav-item:first-child a {
        border-left: none;
    }
    div#serach {
        margin: 21px 0px;
    }

    .text ul {
        display: block !important;
    }
    .inner_2:not(.show) {
        display: none;
    }
    .text ul a.sitetop {
        border-right: none;
        /* padding-bottom: 41px; */
    }
    .text {
        text-align: center;
        display: none;
    }

    .navbar button.bg-light.search-list {
        display: block;
        background: #074268 !important;
        padding: 6px 12px;
    }

    .search_1 {
        width: 100%;
       
    }
    ul.mobile-menu-section li {
        float: left;
        margin-right: 13px;
    }
        ul.mobile-menu-section li:last-child {
        margin-right:0px;
        }

        .bottom-header .collapse:not(.show) {
            display: none !important;
        }

    ul.navbar-nav {
        display: block;
        margin-left: 0px !important;
        width: 100%;
        padding: 17px 0px 10px;
    }

    .bottom-header .navbar-nav .nav-item {
        padding: 0px;
        border: none;
    }
        .bottom-header .navbar-nav .nav-item:first-child {
            border: none;
        }
        .navbar button.navbar-toggler {
            display: block;
            text-align: center;
            border: none;
            background: #c61d29 !important;
        }

        .navbar button.navbar-toggler svg {
            width: auto !important;
            color: #fff !important;
            /* background: #c51d29; */
        }

    

    .bestquality img {
        bottom: 40px;
    }

    .category-test-row ul li {
        float: left;
        width: 100%;
    }

    ul .tag-section li {
        width: 46%;
        margin-bottom: 14px;
        padding: 5px;
    }

        ul.tag-section li h5 {
            font-size: 13px;
            font-weight: 600;
            margin-top: 9px;
        }


    .copyright {
        margin-bottom: 40px;
    }

    .call-button-section {
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        /*display:none;*/
    }

        .call-button-section li {
            float: left;
            width: 50%;
            text-align: center;
        }

            .call-button-section li a {
                background: #074268;
                display: block;
                color: #fff;
                padding: 6px 0px;
            }

            .call-button-section li:last-child a {
                background: #5aab01;
            }

            .call-button-section li a:hover {
                color: #fff !important;
            }
   

    .bottom-header .navbar-nav .nav-item a {
        padding: 0px;
        border-right: none;
        border-bottom: solid 1px #fff;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
         
    .navbar button.bg-light.search-list {        display: block;  background: #074268 !important; }
    img.nav-logo {
        width: 235px;
    }

    .navbar button.navbar-toggler, .navbar button.bg-light.search-list {
        display: block;
        padding: 6px 8px;
        font-size: 16px;
    }

}

@media (max-width:380px) {
  
    img.nav-logo {
        width: 190px;
    }

    .nav-bar-top.right li:first-child {
        margin-left: 0;
        width: 100%;
        float: none;
        display: contents;
    }
  
    }

@media (max-width:325px) {
    ul .tag-section li h5 {
        font-size: 13px;
    }

   
    img.nav-logo {
        width: 150px;
    }

    .nav-bar-top.right {
        float: none;
        display: inline-flex !important;
       
    }
    
    .nav-bar-top.right li:first-child {
   display:none;
    }
}


.need-help a {
    color: #fff !important
}

    .need-help a:hover {
        color: #fff !important
]