
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.custom-modal-content {
    background: #fff;
    margin: auto;
    padding: 25px;
    width: 400px;
    max-width: 95%;
    border-radius: 10px;
    position: relative;
}

.close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}

/*.form-control {
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
}*/

.selected-package-box {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 6px;
}

.fa-phone-alt {
  content: url(https://www.secondmedic.com/utility/icons/phone.webp) !important;
  transform: rotate(270deg);
}

.fa-envelope {
  content: url(https://www.secondmedic.com/utility/icons/email-icon.webp) !important;
}

.fa-shopping-cart {
  content: url(https://www.secondmedic.com/utility/icons/cart.webp) !important;
  height: 32px;
}

.fa-whatsapp {
  content: url(https://www.secondmedic.com/utility/icons/whatsapp-icon.webp) !important;
}

.what-btn .fa-times {
  height: 20px !important;
}

.search-btn .fa-whatsapp {
  filter: invert(100%);
}

.web-btn .fa-whatsapp {
  filter: invert(100%);
}

.what-btn i {
  filter: invert(100%);
  height: 28px;
}

.header-contact-img .fa-whatsapp {
  height: 32px;
}

.fa-arrow-right,
.fa-angle-right {
  content: url(https://www.secondmedic.com/utility/icons/right-double-arrow.webp) !important;
}

.search-btn .fa-arrow-right,
.btn .fa-angle-right {
  filter: invert(100%);
}

.fa-stethoscope {
  content: url(https://www.secondmedic.com/utility/icons/stethoscope.webp) !important;
}

.circle .fa {
  height: 20px;
  filter: invert(100%);
}

.fa-plus-square {
  content: url(https://www.secondmedic.com/utility/icons/plus-square.webp) !important;
}

.fa-comments {
  content: url(https://www.secondmedic.com/utility/icons/chat.webp) !important;
}

.fa-flask {
  content: url(https://www.secondmedic.com/utility/icons/lab.webp) !important;
}

.fa-medkit {
  content: url(https://www.secondmedic.com/utility/icons/pharmacy.webp) !important;
}

.fa-facebook-f {
  content: url(https://www.secondmedic.com/utility/icons/facebook.webp) !important;
}

.fa-linkedin-in {
  content: url(https://www.secondmedic.com/utility/icons/linkedin.webp) !important;
}

.fa-twitter {
  content: url(https://www.secondmedic.com/utility/icons/twitter.webp) !important;
}

.fa-instagram {
  content: url(https://www.secondmedic.com/utility/icons/instagram.webp) !important;
}

.custom-close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: #f8f9fa;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    transition: 0.3s;
}

.custom-close:hover {
    background: #dc3545;
    color: white;
    transform: rotate(90deg);
}


.footer-social a i {
  border: unset !important;
  padding: unset !important;
  border-radius: unset !important;
}

.footer .footer-menu ul li a::before {
  background-image: url("https://www.secondmedic.com/utility/icons/right-double-arrow.webp");
  background-size: 12px 12px;
  display: inline-block;
  width: 12px;
  height: 18px;
  background-repeat: no-repeat;
  filter: invert(45%);
  background-position-y: center;
  content: "" !important;
}

.custom-close {
    background: none; border: none; font-size: 24px; line-height: 1;
    color: #666; cursor: pointer; padding: 0 4px;
    transition: color .2s;
}
.custom-close:hover { color: #e74c3c; }

/* Package summary card inside modal */
.modal-pkg-summary {
    background: linear-gradient(135deg, #e0f7f4 0%, #f0faf9 100%);
    border: 1px solid #b2dfdb;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 20px;
}
.modal-pkg-summary .pkg-name   { font-size: 15px; font-weight: 700; color: #1a1a2e; margin-bottom: 6px; }
.modal-pkg-summary .pkg-meta   { display: flex; flex-wrap: wrap; gap: 12px; font-size: 12px; color: #444; }
.modal-pkg-summary .pkg-meta span { display: flex; align-items: center; gap: 5px; }
.modal-pkg-summary .pkg-meta i { color: #009688; }
.modal-pkg-summary .pkg-price  { font-size: 18px; font-weight: 800; color: #009688; }
.modal-pkg-summary .pkg-mrp    { font-size: 12px; color: #aaa; text-decoration: line-through; }
.modal-pkg-summary .pkg-badge  { background: #28a745; color: #fff; font-size: 11px; font-weight: 700;
                                   padding: 2px 8px; border-radius: 20px; }

/* Not available overlay */
.not-available-overlay {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 13px;
    color: #856404;
    display: none;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.not-available-overlay i { font-size: 16px; color: #ffc107; }

.pkg-detail-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #263a8e20;
    border: 1px solid #263a8efc;
    border-radius: 8px;
    padding: 6px 12px;
    font-family: "Barlow", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: #263a8efc;
    text-align: center;
}
    .pkg-detail-badge i { color: #009688; font-size: 15px; }
    .pkg-detail-badge strong { color: var(--greencolor); }

    .constituent-list {
        column-count: 2;
        column-gap: 20px;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    @media (max-width: 576px) {
        .constituent-list { column-count: 1; }
    }


    .constituent-list li {
        padding: 6px 0;
        border-bottom: 1px dashed #e0e0e0;
        font-size: 13px;
        color: #444;
        break-inside: avoid;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .constituent-list li i { color: #009688; font-size: 11px; flex-shrink: 0; }

    .price-tag { font-size: 26px; font-weight: 800; color: var(--greencolor); }
    .price-mrp { font-size: 15px; color: #aaa; text-decoration: line-through; }
    .price-discount { background: var(--greencolor); color: #fff; font-size: 12px; font-weight: 700;
        padding: 3px 10px; border-radius: 20px; float:right; }
    .savings-tag {
  font-size: 12px;
  color: #7d7fec;
  font-weight: 600;
}

    .info-table td { padding: 8px 12px; font-size: 13px; border-bottom: 1px solid #f0f0f0; }
    .info-table td:first-child { color: #888; width: 45%; font-weight: 500; }
    .info-table td:last-child { color: #222; font-weight: 600; }

    .rightbox { background: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,.10); padding: 20px; }

    .show-more-btn {
    background: none;
    border: 1px solid var(--greencolor);
    color: var(--greencolor);
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    padding: 5px 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s;
}

.show-more-btn:hover {
    background: var(--greencolor);
    color: #fff;
}

.discount-badge-blue {
    background-color: #263a8efc;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

.web-accordion .card-header button:before {
  content: "";
}

.fa-bolt {
  content: url(https://www.secondmedic.com/utility/icons/bolt.webp) !important;
}

.fa-star {
  content: url(https://www.secondmedic.com/utility/icons/star-icon.webp) !important;
  height: 14px;
  filter: invert(86%) sepia(93%) saturate(6244%) hue-rotate(317deg)
    brightness(100%) contrast(92%);
}

.fa-times {
  content: url(https://www.secondmedic.com/utility/icons/close.webp) !important;
}

.fa-check {
  content: url(https://www.secondmedic.com/utility/icons/check.webp) !important;
}


        /*! * Bootstrap v4.5.0 (https://getbootstrap.com/) */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
::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
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    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
}*/

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

/*.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@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
    }
}*/

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

/*@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}*/

/*@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}*/

/*@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .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-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .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-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .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%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

/*.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::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: var(--greencolor)
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: var(--greencolor);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--greencolor);
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

/*.navbar {*/
/*    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*/
/*}*/

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    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
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}



.breadcrumb-item {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: var(--greencolor)
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    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-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    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-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow::before,
.bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow::before,
.bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow::after,
.bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before,
.bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow::before,
.bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow::after,
.bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: var(--greencolor) !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !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
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

.term-conditions{
    color: #343a40 !important;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*@import url("custom.css");*/
.w20,
.w80 {
    float: left
}

.featured-labs .card .badge.bg-success,
.featured-packages .box .badge.bg-success {
    background: #1aaa2a !important;
    padding: 5px;
    color: #fff;
}

.featured-labs .card .badge.bg-primary,
.featured-packages .box .badge.bg-primary {
    padding: 5px;
    color: #fff;
}

html {
    scroll-behavior: smooth
}

.plr-half {
    padding: 0 7.5px
}

.lab-test .brand-and-reviews li.stars .fa,
.stars .fa-star,
.test-page .stars .fa,
.thyrocare-page .stars .fa {
    color: #f4c150
}

.web-h {
    font-size: 24px;
    font-weight: 700
}

.web-btn {
    background-image: linear-gradient(to right, #12BC95 0%, #1F68C6 100%) !important;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 600;
}

.web-btn:hover {
  background-color: #1757ee;
  color: white;
}

.web-btn2,
.web-btn2:hover,
.web-btn2:focus {
    background: var(--btn2color);
    border: 1px solid var(--btn2color);
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

.web-btn3 {
    background: white;
    border: 1px solid var(--greencolor);
    color: var(--greencolor);
    border-radius: 10px;
}

.web-btn3:hover,
.web-btn3:focus {
    background: white;
    border: 1px solid var(--greencolor);
    color: var(--greencolor);
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    box-shadow: 1px 6px 14px rgb(0 0 0 / 20%);
    border-radius: 50px;
    background: #fff !important
}

.owl-nav button:hover {
    background: var(--greencolor) !important
}

.owl-nav button:hover span,
.whatsapp-btn:hover {
    color: #fff
}

.owl-nav button span {
    font-size: 30px;
    line-height: 25px
}

.owl-nav button.owl-prev {
    left: -20px
}

.owl-nav button.owl-next {
    right: -20px
}

.text-upr {
    text-transform: uppercase
}

.info-section {
    padding: 20px;
    border: 1px solid #eee;
    text-align: center;
    background: #fff
}

.info-section i {
    color: #ffa2a2;
    display: block
}

.info-section h3,
.info-section h6 {
    margin-bottom: 0
}

.main-nav > li > a > .sub-nav {
    font-size: .7vw;
    line-height: 14px !important;
    font-weight: 400;
    max-width: 100px
}

.cus-section-search {
    padding: 10px 30px
}

.w20 {
    width: 20%
}

.w80 {
    width: 80%
}

.focus-label-select {
    opacity: 1 !important;
    font-weight: 600 !important;
    top: -18px !important;
    font-size: 12px !important;
    z-index: 1 !important
}

.col-md-6 {
    word-break: break-word
}

.static-button {
    position: fixed;
    z-index: 100;
    background: var(--greencolor);
    bottom: 10%;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    right: 0
}

.static-button:hover {
    color: #eee
}

/*.form-control {
    padding: 8px 15px !important;
    border: 1px solid #000
}*/

.radio-toolbar input[type=radio] {
    opacity: 0;
    position: fixed;
    width: 0
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 4px 20px;
    text-align: center;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
    cursor: pointer
}

.radio-toolbar label:hover {
    background-color: #add8e6
}

.radio-toolbar input[type=radio]:checked + label {
    background-color: var(--greencolor);
    border-color: var(--greencolor);
    color: #fff
}

.form-group {
    margin-bottom: 10px !important
}

.search-list {
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 10;
    border: 1px solid #eee;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
    border-radius: 10px;
}

.search-list ul {
    margin: 0;
    padding: 5px 15px;
}

.header-top ul li,
.other-locations ul li,
.search-list ul li,
.test-page .similar-products li,
.test-page ul.available-offers li {
    list-style: none
}

.search-list ul li a {
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #eee;
    position: relative
}

.search-list ul li:last-child a {
    border-bottom: none
}

.health-concern .item,
.search-list ul.no-data,
.thyrocare-page .userreview-slider {
    text-align: center
}

.lab-test .brand-and-reviews li:last-child:after,
.rating > input,
.search-list ul.no-data li a:after {
    display: none
}

.search-close-btn {
    z-index: 100;
    position: absolute;
    right: 0;
    margin-top: 3px
}

@media Screen and (max-width:992px) {
    .static-button {
        position: fixed;
        z-index: 100;
        width: 100%;
        background: var(--greencolor);
        bottom: 0;
        text-align: center;
        padding: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 700
    }
}

.featured-packages .box h4 small,
.price-compare-radio,
.rating {
    position: relative
}

.radiology {
    padding: 70px 0;
    background: #dfeeff
}

.radiology h2 {
    font-weight: 700;
    margin-top: 30px;
    font-size: 36px;
}

.happy-customers h4,
.happy-customers p,
.radiology p,
.satisfied-lab-partners h4 {
    font-size: 18px
}

.radiology ul {
    margin: 30px 0 0;
    padding: 0
}

.radiology ul li {
    list-style: none;
    font-size: 20px;
    font-weight: 600
}

.radiology ul li img {
    width: 65px
}

.footer-new {
    background-color: #f4f7fb !important;
    font-weight: 600
}

.footer-new .footer-widget .footer-about-content p,
.footer-new .social-icon ul li a,
.policy-menu li::after {
    color: #4f585e !important
}

.footer-new .footer-contact-info {
    color: #4f585e;
    font-size: 14px
}

.footer-new .footer-contact-info p i {
    margin-right: 5px
}

.footer-new .footer-menu ul li a {
    font-size: 14px !important;
    color: #4f585e !important;
    font-weight: 600;
    letter-spacing: 0 !important
}

.footer-new .footer-title {
    margin-bottom: 20px;
    color: #4f585e
}

.footer-new .footer-widget .footer-logo {
    margin-bottom: 10px !important;
    margin-top: -15px !important
}

.footer-new p,
.similar-test .box p,
.test-page .test-payments b {
    font-size: 12px
}

.footer-new .footer-bottom .copyright {
    padding: 20px 0 !important;
    border-top: 1px solid #d7d7d7 !important
}

.footer .footer-bottom .copyright-text p {
    color: #4f585e !important;
    font-size: 14px
}

.footer .policy-menu li a {
    color: #4f585e
}

.book-a-lab-test,
.book-your-covid,
.covid19,
.diagnostic-centres-by-labs,
.featured-labs,
.featured-packages,
.happy-customers,
.health-concern,
.lab-test-banner,
.satisfied-lab-partners,
.test-page,
.uncompromised,
.what-is-covid {
    padding: 60px 0
}

.lab-test-banner h1 {
    font-size: 24px !important
}
 
.lab-test-banner .owl-carousel .box {
    border-radius: 20px;
    height: 290px;
    background-size: cover !important;
    background-position: center !important
}

.lab-test-banner .features-list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.lab-test-banner .features-list li {
    list-style: none;
    text-align: center;
    background: #dfeeff;
    padding: 30px 20px;
    width: 19%;
    border-radius: 20px
}

.lab-test-banner .features-list li img {
    height: 38px;
    margin-bottom: 10px;
    filter: invert(46%) sepia(54%) saturate(6250%) hue-rotate(185deg) brightness(96%) contrast(101%)
}

.available-tests ul li p,
.lab-test-banner .features-list li p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    font-weight: 600
}

.book-a-lab-test h2,
.book-your-covid h1,
.diagnostic-centres-new h2,
.featured-labs h2,
.featured-packages h2,
.happy-customers h2,
.health-concern h2,
.list-of-locations h2,
.other-locations h2,
.satisfied-lab-partners h2,
.what-is-covid h2 {
    font-size: 24px
}

.book-a-lab-test .card {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
    border-radius: 20px;
    border: none;
    margin-top: 20px
}

.book-a-lab-test .card .box {
    padding: 30px
}

.book-a-lab-test .card .box h3 {
    font-weight: 700;
    font-size: 14px
}

.book-a-lab-test .card .box h5 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 5px;
    background: #dfeeff
}

.book-a-lab-test .card .box ul {
    margin: 5px 0 0;
    padding: 0
}

.book-a-lab-test .card .box ul li {
    display: inline-block;
    width: 49%;
    margin-top: 15px;
    font-size: 14px
}

.book-a-lab-test .card .box ul li i {
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 10px;
    margin-right: 5px
}

.featured-packages .nav-tabs {
    border: none;
    margin-top: 15px
}

.featured-packages .nav-tabs li {
    margin-right: 5px;
    margin-top: 5px
}

.featured-packages .nav-tabs li a.active,
.price-compare-radio input:checked ~ label {
    background: var(--greencolor);
    color: #fff
}

.featured-packages .nav-tabs li a {
    background: #f5f5f5;
    border: none;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px
}

.featured-packages .box {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px;
    background: #fff
}

.featured-packages .box h3 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px
}

.featured-packages .box h4 i,
.featured-packages .box p,
.similar-test .box .stars,
.thyrocare-banner .box .font-small {
    font-size: 14px
}

.featured-packages .box .logo {
    border: 1px solid #eee;
    border-radius: 5px;
    width: 108px;
    padding: 10px 5px;
    margin-right: 10px
}

.featured-packages .box ul {
    margin: 10px 0;
    padding: 0
}

.featured-packages .box ul li {
    list-style: none;
    font-size: 12px;
    margin-top: 5px
}

.featured-packages .box ul li a {
    color: #000;
    font-weight: 600
}

.featured-packages .box h4,
.similar-test .box h4 {
    font-weight: 600
}

.featured-packages .box h4 small:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #272b41;
    transform: rotate(-10deg);
    left: -3px;
    top: 9px
}

.featured-packages .box h4 small i {
    font-size: 12px;
    color: #8c8e9a
}

.featured-packages .box .off {
    border: 1px dashed #1aab2a;
    display: inline-block;
    background-color: rgba(26, 171, 42, .05);
    margin: 0;
    padding: 0 5px;
    font-size: 12px;
    color: #1aab2a;
    font-weight: 600
}

.featured-packages .box .packageimg {
    width: 68.67%;
    margin: 0 auto -20px
}

.featured-labs .card {
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 5px
}

.featured-labs .card img {
    margin-bottom: 10px;
    height: 50px;
    object-fit: contain
}

.featured-labs .card .badge.bg-success {
    margin-right: 5px;
    font-size: 10px
}

.covid19 img,
.uncompromised iframe,
.what-is-covid img {
    border-radius: 20px
}

.satisfied-lab-partners .owl-item.center {
    transform: scale(1.08, 1.08)
}

.satisfied-lab-partners .item {
    padding: 10px 0
}

.satisfied-lab-partners .card {
    margin: 0;
    border-radius: 20px;
    padding: 20px 20px 30px;
    text-align: center
}

.satisfied-lab-partners .card img {
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px
}

.health-concern .item .circle {
    width: 100px;
    height: 100px;
    background: #dfeeff;
    border-radius: 50px;
    margin: 0 auto 5px;
    padding: 20px
}

.health-concern .item p {
    color: #000;
    font-weight: 700;
    margin: 0
}

.covid19 ul {
    margin: 30px 0;
    padding: 0;
    font-size: 16px
}

.covid19 ul li {
    list-style: none;
    margin-top: 10px;
    display: flex;
    align-items: flex-start
}

.covid19 ul li i {
    color: var(--greencolor);
    font-size: 14px;
    margin-right: 10px;
    margin-top: 4px
}

.whatsapp-btn {
    background: #61ce70;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px
}

.covidsymptoms,
.covidtest {
    background: #001832;
    color: #fff
}

.book-your-covid ul {
    margin: 40px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between
}

.book-your-covid ul li {
    list-style: none;
    width: 20%
}

.book-your-covid ul li img {
    height: 100px;
    width: 100px;
    margin-bottom: 10px
}

.book-your-covid ul li p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    font-weight: 700
}

.book-your-covid .box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%)
}

.book-your-covid .box h2 {
    font-size: 20px;
    text-align: center
}

.book-your-covid .box label {
    margin: 0
}

.what-is-covid p {
    font-size: 16px;
    text-align: justify
}

.what-is-covid .doctor-con {
    background: #e5e5e5;
    border-radius: 20px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.other-locations ul li p,
.what-is-covid .doctor-con p {
    margin: 0;
    font-weight: 700
}

#doctorConModal .modal-content {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%)
}

#doctorConModal .modal-content h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px
}

#doctorConModal .close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eee;
    border-radius: 50px;
    position: absolute;
    top: -5px;
    right: -5px
}

.covidsymptoms {
    padding: 60px 0;
    text-align: center
}

.covidsymptoms h2,
.covidtest h2 {
    font-size: 24px;
    color: #fff
}

.covidsymptoms p,
.covidtest p {
    font-size: 16px
}

.covidtest {
    padding: 0 0 60px
}

.list-of-locations,
.other-locations {
    padding: 60px 0;
    text-align: center
}

.other-locations ul {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-top ul,
.list-of-locations ul,
.test-page .similar-products,
.test-page .user-reviews {
    margin: 0;
    padding: 0
}

.other-locations ul li img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: .2s linear
}

.available-tests ul li img,
.test-page .lab-test-list .item img {
    height: 38px;
    filter: invert(46%) sepia(54%) saturate(6250%) hue-rotate(185deg) brightness(96%) contrast(101%)
}

.other-locations ul li:hover img {
    transform: scale(1.1, 1.1)
}

.list-of-locations ul li {
    list-style: none;
    display: inline-block;
    width: 16%;
    font-weight: 700;
    margin-top: 10px
}

.header-top {
    background: #f4f7fb;
    padding: 8px 30px
}

.header-top a {
    font-size: 14px;
    color: #4f585e
}

.header-top ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-top ul li a {
    padding: 0 8px
}

.test-page h2 {
    font-size: 20px;
    font-weight: 700
}

.test-page h3 {
    font-size: 16px;
    font-weight: 700
}

.test-page .badge-list {
    list-style: none;
    padding: 0;
    display: inline
}

.test-page .badge-list li {
    font-size: 11px;
    padding: 5px 10px;
    background-color: #eee;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: 700
}

.test-page .main-img,
.thyrocare-page img {
    border-radius: 10px
}

.lab-test .brand-and-reviews .test-page ul.available-offers {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

.lab-test .test-list {
    margin: 0;
    padding: 0;
}

.test-page ul.available-offers li a {
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 5px
}

.test-page .lab-test-list .item {
    text-align: center;
    background: #dfeeff;
    padding: 15px 20px;
    border-radius: 20px;
    margin-top: 10px;
    display: flex !important;
    align-items: center !important
}

.test-page .lab-test-list .item img {
    width: auto;
    margin-right: 15px
}

.test-page .lab-test-list .item p {
    line-height: 14px;
    margin: 0;
    font-weight: 500
}

.test-page .test-parameters ul {
    list-style: none;
    padding: 0;
    display: inline;
    width: 100%
}

.test-page .test-parameters ul li,
.test-page .test-payments mark {
    font-size: 11px;
    padding: 5px;
    background-color: #eee;
    display: inline-block
}

.test-page .test-parameters ul li {
    margin-bottom: 5px;
    border-radius: 5px;
    margin-right: 10px
}

.test-page .card {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 0 !important;
    height: calc(100% - 30px)
}

.test-page .card .card-header,
.thyrocare-page .card .card-header {
    background: #eee
}

.test-page .card .card-header h2 {
    color: #000;
    font-size: 16px
}

.compare-packages .card .card-body,
.compare-packages .package-slider .item,
.lab-test .bookcovid-card .card-body,
.test-page .card .card-body,
.thyrocare-page .card .card-body {
    padding: 15px
}

.test-page .similar-products li a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px dashed #eee
}

.test-page .similar-products li:first-child a,
.test-page .user-reviews li:first-child {
    border: none;
    padding-top: 0
}

.test-page .similar-products li:last-child a,
.test-page .user-reviews li:last-child {
    padding-bottom: 0
}

.test-page .similar-products li img {
    width: 50px;
    margin-right: 10px;
    border-radius: 10px
}

.test-page .similar-products li h4 {
    font-size: 14px;
    margin: 0
}

.test-page .similar-products li p {
    font-size: 12px;
    margin: 0
}

.test-page .test-payments mark {
    margin-bottom: 5px;
    border-radius: 5px
}

.test-page .card.userreviews .card-body {
    height: 500px;
    overflow: auto
}

.test-page .user-reviews li {
    list-style: none;
    display: flex;
    padding: 15px 0;
    border-top: 1px dashed #eee
}

.test-page .user-reviews li img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px
}

.test-page .user-reviews li h4,
.thyrocare-page .userreview-slider h4 {
    font-size: 16px;
    margin-bottom: 5px
}

.test-page .user-reviews li .stars,
.thyrocare-page .userreview-slider .stars {
    margin-bottom: 5px
}

.test-page .user-reviews li p,
.thyrocare-page .userreview-slider p {
    font-size: 14px;
    color: grey;
    margin: 0
}

.thyrocare-page .card {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px !important;
    margin-top: 15px
}

.thyrocare-page .card .card-header h2 {
    color: #000;
    font-size: 16px;
    margin: 0
}

.lab-test .input-group .btn-default,
.thyrocare-page .input-group .btn-default {
    background: #dcdcdc
}

.lab-test .input-group .btn,
.thyrocare-page .input-group .btn {
    font-size: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.thyrocare-page .userreview-slider .item {
    padding: 20px 30px
}

.thyrocare-page .userreview-slider img {
    width: 50px !important;
    height: 50px;
    border-radius: 50px;
    margin: 0 auto 5px
}

.rating {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    overflow: hidden;
    flex-direction: row-reverse;
    height: auto;
    margin-bottom: 1rem
}

.rating-0 {
    filter: grayscale(100%)
}

.rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
    margin: 0
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e")
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e")
}

.available-tests,
.compare-packages,
.lab-test {
    padding: 40px 0;
    background: #fff
}

.lab-test .lab-img {
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: contain;
    background-color: #f9f9f9;
    height: 216px; 
}

.lab-test .bookcovid-card {
    padding: 0;
    border-radius: 10px
}

.lab-test .bookcovid-card .card-header {
    background: #eee;
    text-align: center;
    border-radius: 10px
}

.lab-test .bookcovid-card .card-header h4 {
    color: #000;
    font-weight: bold;
    font-size: 14px
}

.lab-test .bookcovid-card hr {
    margin: 0 -15px
}

.price-compare-radio.lowest:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 28px;
    background: url(https://www.secondmedic.com/asset/consult/img/lowest-price.png) 0 0/100% 100%;
    left: -8px;
    top: -15px;
    z-index: 1
}

.price-compare-radio label {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: .2s linear;
    margin-bottom: 15px
}

.price-compare-radio label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e9e9e9;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50px;
    transition: .2s linear
}

.price-compare-radio label:after {
    transition: .2s linear
}

.price-compare-radio label img {
    width: 47px;
    margin: 0 10px;
    transition: .2s linear
}

.price-compare-radio label h4 {
    border-left: 1px solid #eee;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin: 0;
    color: inherit;
    transition: .2s linear
}

.price-compare-radio label h4 small {
    font-size: 10px
}

.price-compare-radio input:checked ~ label:before {
    background: #fff
}

.price-compare-radio input:checked ~ label:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--greencolor);
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50px
}

.price-compare-radio input:checked ~ label h4 {
    border-left: 1px solid #0055b1
}

.price-compare-radio input:checked ~ label img {
    filter: brightness(100)
}

.lab-test h1 {
    font-weight: 700;
    font-size: 30px
}

.lab-test .brand-and-reviews li {
    list-style: none;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    line-height: 16px
}

.lab-test .brand-and-reviews li:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    background: #e5e5e5
}

.lab-test .price small {
    color: #b0b0b0;
    font-size: 18px;
    font-weight: 500
}

.lab-test .price .badge {
    color: var(--greencolor);
    background: rgba(0, 98, 204, .1);
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 8px
}

.lab-test .test-list li {
    list-style: none;
    background: #f4f4f4;
    padding: 5px 15px;
    border-radius: 50px;
    text-align: center;
    width: auto;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.lab-test .test-list li i {
    margin-right: 5px;
    height: 10px;
}

.reviews {
    padding: 0 0 20px;
    background: #fff
}

.user-reviews-new {
    margin: 0 -15px;
    width: calc(100% + 30px) !important
}

.user-reviews-new .item {
    padding: 20px 15px
}

.user-reviews-new .card {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #00000024;
    border: none;
    padding: 30px;
    margin-bottom: 0
}

.user-reviews-new .card img {
    width: 60px !important;
    height: 60px;
    border-radius: 50px;
    margin-bottom: 20px
}

.user-reviews-new .card p {
    margin-bottom: 20px
}

#reviewModal .modal-content {
    border-radius: 10px;
    overflow: hidden
}

.similar-test {
    padding-bottom: 40px;
    background: #fff
}

.similar-test .box .product-img {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    height: 145px;
    object-fit: contain;
    background-color: #eee;
}

.similar-test .box .product-img img {
    width: 259px !important;
    height: 145px;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
}

.similar-test .box h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.similar-test .similar-test-height {
    height: 377px;
}
@media (max-width:768px) {
    .similar-test .box .product-img {
        height: 120px;
    } 
    .similar-test .box .product-img img {
        width: 182px !important;
        height: 120px;
    }
    .similar-test .similar-test-height {
        height: 338px;
    }
}

.similar-test .box .partnerimg {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 65px;
    height: 30px;
    object-fit: contain;
    padding: 5px
}

.similar-test .box .price {
    font-size: 16px;
    font-weight: 600
}

.similar-test .box .price small {
    color: #b0b0b0;
    font-size: 12px;
    font-weight: 500
}

.available-tests ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.available-tests ul li {
    list-style: none;
    text-align: center;
    background: #dfeeff;
    padding: 30px 20px;
    width: 11.5%;
    border-radius: 20px;
    margin-top: 10px
}

.available-tests ul li img {
    margin-bottom: 15px
}

.available-tests ul li p b {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px;
    display: block;
    font-weight: 700
}

.radiology-tests-heading {
    background: #f4f7fb;
    padding: 40px 0
}

.radiology-tests-heading .box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%)
}

.radiology-tests-heading .box .form-group {
    margin-bottom: 0 !important
}

.radiology-tests-heading .box .form-control {
    padding: 8px 15px !important;
    height: auto;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-size: 14px
}

.radiology-tests {
    background: #fff;
    padding: 40px 0
}

.radiology-tests .input-group .input-group-prepend .form-control {
    border-radius: 10px 0 0 10px
}

.howitworks {
    padding: 0 0 40px;
    background: #fff
}

.process-ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative
}

.process-ul:before {
    content: '';
    position: absolute;
    width: 70%;
    left: 50%;
    top: 14px;
    height: 2px;
    background: var(--greencolor);
    transform: translate(-50%, 0)
}

.process-ul li {
    width: 30%;
    list-style: none;
    text-align: center;
    padding: 0 40px
}

.process-ul li .number {
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border: 2px solid var(--greencolor);
    display: block;
    border-radius: 50px;
    margin: 0 auto 10px;
    font-weight: 700;
    background: #fff;
    position: relative
}

.compare-packages .card,
.thyrocare-banner .box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%)
}

.process-ul li p {
    font-weight: 600;
    line-height: 18px
}

.thyrocare-banner {
    padding: 20px 0;
    background: url(https://www.secondmedic.com/asset/consult/img/thyrocare-background.jpg) 0 0/cover
}

.thyrocare-banner .box {
    padding: 20px
}

.compare-packages .card {
    padding: 0;
    overflow: hidden
}

.compare-packages .card .card-header {
    background: #eee;
    text-align: center
}

.compare-packages .card .card-header h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 700
}

.compare-packages .card .card-price {
    background: var(--greencolor);
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center
}

.compare-packages .card .card-price h4 {
    color: inherit;
    font-weight: 700
}

.compare-packages .card .accordion .card {
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px
}

.compare-packages .card .accordion .card .card-header {
    padding: 10px 15px;
    border-radius: 10px
}

.compare-packages .card .accordion .card .card-header button {
    padding: 0;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.compare-packages .card .accordion .card .card-body {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600
}

.compare-packages .card .accordion .card .card-body ul {
    margin: 0;
    padding: 0 0 0 15px
}

.compare-packages .card .accordion .card .card-body ul li {
    margin-top: 10px
}

.preventive-health-checkup {
    padding: 40px 0;
    border-bottom: 1px solid var(--greencolor);
    font-weight: 500
}

.preventive-health-checkup .img-box {
    height: 100%;
    background-size: cover !important;
    background-position: right !important;
    border-radius: 10px
}

.preventive-health-checkup .box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    height: 100%
}

.preventive-health-checkup .box i {
    font-size: 24px;
    margin-bottom: 10px
}

.diagnostic-centres-new {
    padding: 0 0 60px;
    background: 0 0
}


.diagnostic-centres-new .alert {
    margin: 40px 0px;
    padding: 0px;
}

.diagnostic-centres-new .alert h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.diagnostic-centres-new .alert p {
    font-size: 14px;
}

@media (max-width:767px) {
    .blog-single, .doctor-profile, .specialists {
    padding: 0px 0px 50px !important;
}
    .diagnostic-centres-new .alert {
        margin: 0px;
        background-color: #f0f0f0;
        border-radius: 9px;
        padding: 15px 20px;
    }

    .diagnostic-centres-new .alert h1 {
        font-size: 14px;
        font-weight: 600;
    }

    .diagnostic-centres-new .alert p {
        font-size: 12px;
    }
}

.diagnostic-centres-new .box {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    text-align: center;
    border-radius: 10px;
    display: block;
    background: #fff;
    margin-top: 15px;
    font-weight: 700
}

.health-concern .item .circle img {
    filter: invert(25%) sepia(79%) saturate(2931%) hue-rotate(200deg) brightness(86%) contrast(101%);
}

.diagnostic-centres-by-labs .box,
.diagnostic-centres-by-labs .nav-tabs {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    display: block;
    background: #fff;
    margin-top: 15px
}

span.pull-right {
    float: right;
    font-weight: 600
}

span.pull-left {
    float: left;
    font-weight: 600
}

.diagnostic-centres-by-labs .nav-tabs {
    border-radius: 10px;
    margin-bottom: 0;
    overflow: hidden;
    border: none;
    padding: 0
}

.diagnostic-centres-by-labs .nav-tabs li a {
    border: none;
    padding: 12px 20px;
    border-bottom: 1px solid #eee !important;
    position: relative
}

.diagnostic-centres-by-labs .nav-tabs li a:hover {
    background: 0 0
}

.diagnostic-centres-by-labs .nav-tabs li a.active {
    font-weight: 700;
    background: #dfeeff
}

.diagnostic-centres-by-labs .nav-tabs li a.active:before {
    content: "\f105";
    position: absolute;
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    color: var(--greencolor);
    right: 20px;
    top: 50%;
    transform: translate(0, -50%)
}

.diagnostic-centres-by-labs .tab-content {
    padding: 0
}

.diagnostic-centres-by-labs .box {
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    font-weight: 700
}

@media (max-width:767px) {
    .nav.header-navbar-lft {
        position: absolute;
        top: 0;
        right: 15px
    }

    .nav.header-navbar-lft .main-nav > li > a {
        color: #000;
        right: 0;
        padding: 20px 10px !important;
        font-size: 25px;
        position: absolute
    }

    .nav.header-navbar-lft .main-nav .has-submenu ul {
        position: absolute;
        right: 0;
        z-index: 1;
        top: 70px
    }

    .radiology h2,
    .web-h {
        font-size: 20px
    }

    .book-a-lab-test,
    .book-your-covid,
    .covid19,
    .covidsymptoms,
    .diagnostic-centres-by-labs,
    .featured-labs,
    .featured-packages,
    .happy-customers,
    .health-concern,
    .lab-test-banner,
    .list-of-locations,
    .other-locations,
    .radiology,
    .satisfied-lab-partners,
    .test-page,
    .uncompromised,
    .what-is-covid {
        padding: 40px 0
    }

    .radiology h2 {
        margin-top: 0
    }

    .covid19 ul,
    .covidsymptoms p,
    .covidtest p,
    .happy-customers p,
    .radiology ul li,
    .what-is-covid p {
        font-size: 14px
    }

    .radiology ul {
        margin: 20px 0
    }

    .lab-test-banner .owl-carousel .box {
        height: 200px
    }

    .lab-test-banner ul {
        flex-wrap: wrap;
        justify-content: center
    }

    .lab-test-banner ul li {
        padding: 30px 10px;
        width: calc(33% - 6px);
        margin: 7px 3px 0
    }

    .book-a-lab-test .web-btn,
    .lab-test-banner .web-btn,
    .what-is-covid .doctor-con .web-btn {
        width: 100%
    }

    .book-a-lab-test .card .box {
        padding: 20px
    }

    .book-a-lab-test .card .box.border-left {
        border: none;
        padding-top: 5px
    }

    .book-a-lab-test .card .box ul li {
        margin-top: 10px;
        width: 100%
    }

    .featured-packages .nav-tabs {
        justify-content: center;
        background: 0 0;
        padding: 0
    }

    .satisfied-lab-partners .item {
        padding: 0
    }

    .satisfied-lab-partners .owl-item.center {
        transform: scale(1, 1)
    }

    .owl-nav button.owl-prev {
        left: -5px
    }

    .owl-nav button.owl-next {
        right: -5px
    }

    .owl-nav button {
        width: 30px;
        height: 30px
    }

    .owl-nav button span {
        font-size: 25px;
        line-height: 20px
    }

    .covid19 ul {
        margin: 10px 0 15px
    }

    .book-your-covid .web-btn {
        margin-top: 10px
    }

    .book-your-covid ul,
    .other-locations ul,
    .test-page ul.available-offers,
    .test-page ul.lab-test-list {
        flex-wrap: wrap
    }

    .book-your-covid ul li {
        width: 45%;
        margin-bottom: 20px
    }

    .covidtest {
        padding: 0 0 40px
    }

    .covidtest img {
        margin-top: 20px
    }

    .other-locations ul li {
        width: 45%;
        margin-top: 20px
    }

    .list-of-locations ul li {
        width: 32%
    }

    .header-top {
        padding: 8px 15px;
        text-align: center
    }

    .header-top ul {
        justify-content: center;
        margin: 5px 0 0
    }

    .what-is-covid .doctor-con {
        margin-bottom: 20px;
        padding: 10px 15px;
        display: block;
        text-align: center
    }

    .what-is-covid .doctor-con p {
        text-align: center;
        margin-bottom: 10px
    }

    .footer-new .footer-widget.footer-contact img {
        width: 60%
    }

    .footer-new p,
    .test-page ul.available-offers li {
        margin-bottom: 10px
    }

    .footer .footer-bottom .copyright-text p {
        font-size: 14px;
        text-align: center
    }

    .policy-menu {
        text-align: center !important
    }

    .test-page ul.lab-test-list li {
        width: 48%;
        margin-top: 10px
    }

    .thyrocare-fix-btn {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1000;
        border-radius: 0
    }

    .float {
        bottom: 53px !important
    }

    .available-tests ul li {
        width: 48%
    }

    .radiology-tests-heading .box .form-group {
        margin-bottom: 10px !important
    }

    .process-ul:before {
        transform: unset;
        left: 14px;
        top: 29px;
        width: 2px;
        height: 54%
    }

    .process-ul li {
        width: 100%;
        padding: 0;
        text-align: left;
        display: flex
    }

    .process-ul li p {
        width: calc(100% - 45px);
        margin-left: 15px
    }

    .lab-test h1 {
        font-size: 24px;
        line-height: 28px
    }

    .lab-test .brand-and-reviews li {
        margin-right: 5px;
        padding-right: 10px
    }

    .similar-test .box .price,
    .similar-test .box .stars {
        font-size: 12px
    }

    .preventive-health-checkup .box {
        height: auto
    }

    .thyrocare-banner {
        background: #fff;
        padding: 0
    }

    .thyrocare-banner .box {
        border-radius: 0;
        padding: 20px 0 0;
        box-shadow: none
    }
}

/*@import url("style.css");*/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Quicksand:100,200,300,400,500,600,700,800,900);

body,
html {
    height: 100%
}

.table-striped > tbody > tr:nth-of-type(odd),
body {
    background-color: #f8f9fa
}

table.table td h2,
table.table td h2.table-avatar {
    font-size: inherit;
    margin: 0;
    vertical-align: middle
}

.avatar,
.material-icons,
table.table td h2 {
    display: inline-block
}

.material-icons,
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn-file,
.doctor-book-card img,
.slide-image,
.slide-ul li:before,
.table.table-center td,
.table.table-center th,
table.table td h2,
table.table td h2.table-avatar {
    vertical-align: middle
}

.content,
.custom-edit-service textarea.form-control {
    min-height: 200px
}

.call-timing,
.call-user-details,
.grid-blog .post-author,
.patient-details h5,
.profile-det-info h3 {
    white-space: nowrap;
    text-overflow: ellipsis
}

.diagnostic-search .box .content p a,
.read-more {
    text-decoration: underline
}

.bg-grey {
    background-color: #f8f9fa !important
}

.web-clr {
    color: var(--greencolor);
}

.bg-white {
    background-color: #fff !important
}

.cus-how .speicality-item {
    width: 16%;
    margin: .2%;
    float: left
}

@media screen and (max-width:768px) {
    .cus-how .speicality-item {
        width: 32%;
        margin: .6%;
        float: left
    }

    .section-search {
        background: url(https://www.secondmedic.com/asset/consult/slider-mob.jpg) bottom center no-repeat #f9f9f9 !important
    }
}

.cus-how .speicality-img {
    margin: 0 auto
}

.cus-how .speicality-item img,
.product-description .doc-info-cont {
    width: 60%
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 600;
    src: url(https://www.secondmedic.com/asset/consult/fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://www.secondmedic.com/asset/consult/fonts/MaterialIcons-Regular.html) format('woff2'), url(https://www.secondmedic.com/asset/consult/fonts/MaterialIcons-Regular.woff) format('woff'), url(https://www.secondmedic.com/asset/consult/fonts/MaterialIcons-Regular.ttf) format('truetype')
}

.material-icons {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga'
}

/*body {
    color: #272b41;
    font-family: "Barlow", sans-serif;
    font-size: .9375rem;
    overflow-x: hidden
}*/



.h1,
h1 {
    font-size: 2.25rem
}

.h2,
h2 {
    font-size: 1.875rem
}

.h3,
h3 {
    font-size: 1.5rem
}

.h4,
h4 {
    font-size: 1.125rem
}

.h5,
h5 {
    font-size: 1rem
}

.h6,
.pat-widget-profile .booking-date li,
.pat-widget-profile .booking-date li span,
h6 {
    font-size: .875rem
}

.custom-short-by .sort-title,
.pharmacy-location,
.pharmacy-title,
a {
    color: #2e3842
}

.footer .social-icon ul li a:hover,
.header-navbar-rht .dropdown-menu .dropdown-item:hover,
.login-right .dont-have a,
.main-nav > li.active > a,
.policy-menu li a:focus,
.policy-menu li a:hover,
.speicality-item a,
a:hover,
table.table td h2 a:hover {
    color: var(--greencolor)
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

a,
button,
input {
    transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button:focus {
    outline: 0
}

/*input[type=password],
input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}*/

.btn.focus,
.btn:focus {
    box-shadow: inherit;
    box-shadow: unset
}

/*.form-control {
    border-color: #dcdcdc;
    color: #333;
    font-size: 15px;
    padding: 18px 15px
}*/

.table .form-control {
    font-size: 14px;
    min-height: 38px
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

.form-control::-webkit-input-placeholder {
    color: #858585;
    font-size: 14px
}

.form-control::-moz-placeholder {
    color: #858585;
    font-size: 14px
}

.form-control:-ms-input-placeholder {
    color: #858585;
    font-size: 14px
}

.form-control::-ms-input-placeholder {
    color: #858585;
    font-size: 14px
}

.form-control::placeholder {
    color: #858585;
    font-size: 14px
}

.blog-title a,
.btn-white,
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div p,
.comp-header .comp-title,
.invoice-item .invoice-details strong,
.post-info h4 a,
.table,
table.table td h2 a {
    color: #272b41
}

.list-group-item {
    border: 1px solid #f0f0f0
}

.content {
    padding: 30px 0 0
}

.table {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%
}

.table.no-border > tbody > tr > td,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th,
.table > tbody > tr > th {
    border-top: 0;
    padding: 10px 8px
}

.table-nowrap td,
.table-nowrap th {
    white-space: nowrap
}

.table.dataTable {
    border-collapse: collapse !important
}

table.table td h2 {
    font-weight: 600;
    padding: 0
}

table.table td h2.table-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    padding: 0;
    white-space: nowrap
}

table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px
}

.table thead {
    border-bottom: 1px solid rgba(0, 0, 0, .03)
}

.table tbody tr,
.table thead tr th {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.custom-increment input[type=text]:focus,
.nav-tabs-justified.nav-tabs-solid > li > a,
.nav-tabs.nav-justified.nav-tabs-solid > li > a,
.table tbody tr:last-child,
.table-striped tbody tr,
.table-striped thead tr {
    border-color: transparent
}

.table-hover tbody tr:hover {
    background-color: #f7f7f7
}

.table-hover tbody tr:hover td {
    color: #474648
}

.table-striped tbody tr:nth-of-type(2n) {
    background-color: rgba(255, 255, 255, .3)
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(235, 235, 235, .4)
}

.table-bordered {
    border: 1px solid rgba(0, 0, 0, .05) !important
}

.table-bordered td,
.table-bordered th {
    border-color: rgba(0, 0, 0, .05)
}

.card-table .card-body,
.chat-page .content,
.chat-page .content > .container-fluid,
.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img {
    padding: 0
}

.card-table .card-body .table > thead > tr > th,
.invoice-table-two tr td,
.invoice-table-two tr th {
    border-top: 0
}

.card-table .table tr td:first-child,
.card-table .table tr th:first-child {
    padding-left: 1.5rem
}

.card-table .table tr td:last-child,
.card-table .table tr th:last-child {
    padding-right: 1.5rem
}

.card-table .table td,
.card-table .table th {
    border-top: 1px solid #e2e5e8;
    padding: 1rem .75rem;
    white-space: nowrap
}

.btn-white {
    background-color: #fff;
    border: 1px solid #ccc
}

.btn.btn-rounded,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover {
    border-radius: 50px
}

.badge-primary,
.bg-primary,
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: var(--greencolor) !important
}

.badge-success,
.bg-success {
    background-color: #00e65b !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #00cc52 !important
}

.badge-info,
.bg-info {
    background-color: var(--greencolor) !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: var(--greencolor) !important
}

.badge-warning,
.bg-warning {
    background-color: #ffbc34 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #e9ab2e !important
}

.badge-danger,
.bg-danger {
    background-color: #ff0100 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #e63333 !important
}

.badge-purple,
.bg-purple {
    background-color: #9368e9 !important
}

.dropdown-menu > li > a.text-primary,
.text-primary {
    color: var(--greencolor) !important
}

.dropdown-menu > li > a.text-success,
.text-success {
    color: #00cc52 !important
}

.dropdown-menu > li > a.text-danger,
.text-danger {
    color: #ff0100 !important
}

.dropdown-menu > li > a.text-info,
.text-info {
    color: var(--greencolor) !important
}

.dropdown-menu > li > a.text-warning,
.text-warning {
    color: #ffbc34 !important
}

.dropdown-menu > li > a.text-purple,
.text-purple {
    color: #7460ee !important
}

.text-muted {
    color: #757575 !important
}

.btn-primary,
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: var(--greencolor);
    border: 1px solid var(--greencolor)
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary.disabled,
.btn-primary:active:not(:disabled):not(.disabled),
.btn-primary:disabled,
.call-btn:focus,
.call-btn:hover,
.header-navbar-rht li a.header-login:hover,
.msg-btn:focus,
.msg-btn:hover,
.show > .btn-primary.dropdown-toggle {
    background-color: var(--greencolor);
    border-color: var(--greencolor);
    color: #fff
}

.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.modal .card,
.page-link:focus,
.show > .btn-danger.dropdown-toggle:focus,
.show > .btn-dark.dropdown-toggle:focus,
.show > .btn-info.dropdown-toggle:focus,
.show > .btn-light.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.show > .btn-success.dropdown-toggle:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: unset
}

.btn-success {
    background-color: #00e65b;
    border: 1px solid #00e65b
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    background-color: #00cc52;
    border: 1px solid #00cc52;
    color: #fff
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    background-color: #00cc52;
    border: 1px solid #00cc52
}

.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
    background-color: #00cc52;
    border-color: #00cc52;
    color: #fff
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #00e65b;
    border-color: #00e65b;
    color: #fff
}

.btn-info {
    background-color: var(--greencolor);
    border: 1px solid var(--greencolor)
}

.btn-info.active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    background-color: var(--greencolor);
    border: 1px solid var(--greencolor)
}

.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
    background-color: var(--greencolor);
    border-color: var(--greencolor);
    color: #fff
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: var(--greencolor);
    border-color: var(--greencolor);
    color: #fff
}

.btn-warning {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning.active,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e
}

.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
    background-color: #e9ab2e;
    border-color: #e9ab2e;
    color: #fff
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff
}

.btn-danger {
    background-color: #ff0100;
    border: 1px solid #ff0100
}

.btn-danger.active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    background-color: #e63333;
    border: 1px solid #e63333
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
    background-color: #e63333;
    border-color: #e63333;
    color: #fff
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #fff
}

.btn-outline-primary {
    color: var(--greencolor);
    border-color: var(--greencolor)
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: var(--greencolor);
    border-color: var(--greencolor)
}

.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus,
.show > .btn-outline-info.dropdown-toggle:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.show > .btn-outline-success.dropdown-toggle:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--greencolor);
    background-color: transparent
}

.btn-outline-success {
    color: #00e65b;
    border-color: #00e65b
}

.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    background-color: #00e65b;
    border-color: #00e65b
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #00e65b;
    background-color: transparent
}

.btn-outline-info {
    color: var(--greencolor);
    border-color: var(--greencolor)
}

.btn-outline-info:hover {
    color: #fff;
    background-color: var(--greencolor);
    border-color: var(--greencolor)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: var(--greencolor)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    background-color: var(--greencolor);
    border-color: var(--greencolor)
}

.btn-outline-warning {
    color: #ffbc34;
    border-color: #ffbc34
}

.btn-outline-warning:hover,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffbc34
}

.btn-outline-danger {
    color: #ff0100;
    border-color: #ff0100
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff0100;
    border-color: #ff0100
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #ff0100
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    background-color: #ff0100;
    border-color: #ff0100
}

.btn-outline-light {
    color: #ababab;
    border-color: #e6e6e6
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #ababab
}

.page-item.active .page-link,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: var(--greencolor);
    border-color: var(--greencolor)
}

.add-more a,
.blog-title a:hover,
.category-widget .categories li a:hover,
.grid-blog .post-author a:hover,
.page-link:hover,
.pagination > li > a,
.pagination > li > span,
.post-info h4 a:hover {
    color: var(--greencolor)
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    box-shadow: inherit;
    font-size: 14px;
    transform-origin: left top 0
}

.feature-item img,
.slick-next,
.slick-prev,
.speicality-img span {
    box-shadow: 1px 6px 14px rgba(0, 0, 0, .2)
}

.dropdown-item.active,
.dropdown-item:active,
.slick-dots li.slick-active button {
    background-color: #0de0fe
}

.navbar-nav .open .dropdown-menu {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff
}

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem
}

.card-body {
    padding: 1.5rem
}

.biller-info,
.billing-info,
.card-title,
.clini-infos,
.clinic-details,
.grid-blog .blog-info,
.payment-widget .payment-list + .payment-list,
.widget-title {
    margin-bottom: 15px
}

.card-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 1rem 1.5rem
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 1rem 1.5rem
}

.card .card-header,
.widget-profile {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0
}

.awards-widget .experience-list > li:last-child p,
.bar-icon span:nth-child(3),
.blog-content p:last-child,
.card .card-header .card-title,
.chat-cont-right .chat-body .media:last-child,
.experience-list > li:last-child .experience-content,
.footer .footer-menu ul li:last-child,
.footer .footer-widget .footer-about-content p:last-child,
.info-details li:last-child,
.invoice-info p,
.invoice-table-two,
.listing-day:last-child,
.login-header p,
.map-right .available-info,
.nav-tabs.nav-tabs-solid > li,
.nav-tabs.nav-tabs-top > li,
.review-listing > ul li .comment:last-child,
.time-slot li .timing:last-child {
    margin-bottom: 0
}

.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: var(--greencolor);
    text-shadow: unset
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--greencolor)
}

.bg-info-light {
    background-color: rgba(2, 182, 179, .12) !important;
    color: #1db9aa !important
}

.bg-primary-light {
    background-color: rgba(17, 148, 247, .12) !important;
    color: #2196f3 !important
}

.bg-danger-light {
    background-color: rgba(242, 17, 54, .12) !important;
    color: #e63c3c !important
}

.bg-warning-light {
    background-color: rgba(255, 152, 0, .12) !important;
    color: #f39c12 !important
}

.bg-success-light {
    background-color: rgba(15, 183, 107, .12) !important;
    color: #26af48 !important
}

.bg-purple-light {
    background-color: rgba(197, 128, 255, .12) !important;
    color: #c580ff !important
}

.bg-default-light {
    background-color: rgba(40, 52, 71, .12) !important;
    color: #283447 !important
}

.text-xs {
    font-size: .75rem !important
}

.text-sm {
    font-size: .875rem !important
}

.text-lg {
    font-size: 1.25rem !important
}

.text-xl {
    font-size: 1.5rem !important
}

.form-control:focus {
    border-color: #bbb;
    box-shadow: none;
    outline: 0
}

.form-group {
    margin-bottom: 1.25rem
}

.avatar {
    position: relative;
    width: 3rem;
    height: 3rem
}

.avatar-title,
.header-nav {
    display: -webkit-box;
    display: -ms-flexbox
}

.avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.avatar-title {
    width: 100%;
    height: 100%;
    background-color: var(--greencolor);
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff
}

.avatar-online::before {
    background-color: #00e65b
}

.avatar-offline::before {
    background-color: #ff0100
}

.avatar-away::before {
    background-color: #ffbc34
}

.line,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--greencolor)
}

.avatar .border,
.avatar-lg .border,
.avatar-sm .border {
    border-width: 3px !important
}

.avatar .rounded {
    border-radius: 6px !important
}

.avatar .avatar-title,
.menu-close,
.srl-diagnostics .box p {
    font-size: 18px
}

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem
}

.avatar-xs .border {
    border-width: 2px !important
}

.avatar-sm .rounded,
.avatar-xs .rounded {
    border-radius: 4px !important
}

.avatar-xs .avatar-title {
    font-size: 12px
}

.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
    border-width: 1px
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem
}

.avatar-sm .avatar-title {
    font-size: 15px
}

.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
    border-width: 2px
}

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem
}

.avatar-lg .rounded,
.avatar-xl .rounded,
.avatar-xxl .rounded {
    border-radius: 8px !important
}

.avatar-lg .avatar-title,
.blog-view .blog-title,
.call-box .call-wrapper .call-user h4,
.success-cont h3 {
    font-size: 24px
}

.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
    border-width: 3px
}

.avatar-xl {
    width: 5rem;
    height: 5rem
}

.avatar-xl .border {
    border-width: 4px !important
}

.avatar-xl .avatar-title {
    font-size: 28px
}

.avatar-xl.avatar-away::before,
.avatar-xl.avatar-offline::before,
.avatar-xl.avatar-online::before,
.avatar-xxl.avatar-away::before,
.avatar-xxl.avatar-offline::before,
.avatar-xxl.avatar-online::before {
    border-width: 4px
}

.avatar-xxl {
    width: 5.125rem;
    height: 5.125rem
}

.avatar-xxl .border {
    border-width: 6px !important
}

.avatar-xxl .avatar-title {
    font-size: 30px
}

.avatar-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.avatar-group .avatar + .avatar {
    margin-left: -.75rem
}

.avatar-group .avatar-xs + .avatar-xs {
    margin-left: -.40625rem
}

.avatar-group .avatar-sm + .avatar-sm {
    margin-left: -.625rem
}

.avatar-group .avatar-lg + .avatar-lg {
    margin-left: -1rem
}

.avatar-group .avatar-xl + .avatar-xl {
    margin-left: -1.28125rem
}

.avatar-group .avatar:hover {
    z-index: 1
}

.select2-results__option {
    padding: 6px 15px
}

.select2-container .select2-selection--single {
    border: 1px solid #dcdcdc;
    height: 46px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 7px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dcdcdc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #dcdcdc;
    border-width: 0 6px 6px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #272b41;
    font-size: 15px;
    font-weight: 400;
    line-height: 44px
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dcdcdc;
    min-height: 46px
}

.appointment-tab .card,
.nav-tabs .nav-link,
.nav-tabs > li > a {
    border-radius: 0
}

.select2-dropdown {
    border-color: #dcdcdc
}

.nav-tabs {
    border-bottom: 1px solid #f0f0f0
}

.card-header-tabs,
.chat-cont-left .chat-users-list a.media:last-child,
.dashboard-menu > ul > li:last-child {
    border-bottom: 0
}

.nav-tabs > li > a {
    margin-right: 0;
    color: #888
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    border-color: transparent;
    color: #272b41
}

.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:focus,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:focus,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.tag:hover,
.view-icons a.active {
    background-color: var(--greencolor);
    border-color: var(--greencolor);
    color: #fff
}

.tab-content,
.why-srl {
    padding-top: 20px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #eee;
    border-color: transparent;
    color: #272b41
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    margin-bottom: 0
}

.nav-tabs-justified > li > a:focus,
.nav-tabs-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs.nav-justified > li > a:hover {
    border-bottom-color: #ddd
}

.nav-tabs-justified.nav-tabs-top,
.nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd
}

.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:focus,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:focus,
.nav-tabs.nav-tabs-top > li > a:hover {
    border-width: 2px 0 0
}

.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:focus,
.nav-tabs.nav-tabs-top > li > a:hover {
    border-top-color: #ddd
}

.nav-tabs.nav-tabs-top > li + li > a {
    margin-left: 1px
}

.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:focus,
.nav-tabs.nav-tabs-top > li > a.active:hover {
    border-top-color: var(--greencolor)
}

.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:focus,
.nav-tabs.nav-tabs-bottom > li > a.active:hover {
    border-bottom-width: 2px;
    border-color: transparent transparent var(--greencolor);
    background-color: transparent;
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -webkit-transition: none
}

.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0
}

.nav-tabs.nav-tabs-solid > li > a {
    color: #272b41;
    border-color: transparent
}

.nav-tabs.nav-tabs-solid > li > a:focus,
.nav-tabs.nav-tabs-solid > li > a:hover {
    background-color: #f5f5f5
}

.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: #f5f5f5;
    border-color: transparent
}

.modal {
    -webkit-overflow-scrolling: touch
}

.modal-footer.text-center {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.modal-footer.text-left {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start
}

.modal-dialog.modal-md {
    max-width: 600px
}

.call-modal .modal-content,
.custom-modal .modal-content {
    border: 0;
    border-radius: 10px
}

.custom-modal .modal-body,
.custom-modal .modal-footer,
.custom-modal .modal-header {
    padding: 1.25rem
}

.custom-modal .close {
    background-color: #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 26px;
    width: 20px;
    z-index: 99
}

.custom-modal .modal-title,
.footer-contact-info .footer-address span i.fa-map-marker-alt {
    font-size: 20px
}

.modal-backdrop.show {
    opacity: .4;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.comp-header {
    margin-bottom: 1.875rem
}

.line {
    height: 2px;
    margin: 0;
    width: 60px
}

.comp-buttons .btn,
.comp-dropdowns .btn-group {
    margin-bottom: 5px
}

.pagination-box .pagination {
    margin-top: 0
}

.fc-toolbar.fc-header-toolbar,
.profile-image img,
.progress-example .progress {
    margin-bottom: 1.5rem
}

.progress-xs {
    height: 4px
}

.progress-sm {
    height: 15px
}

.progress.progress-sm {
    height: 6px
}

.progress.progress-md {
    height: 8px
}

.progress.progress-lg {
    height: 18px
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.sort-by,
.user-menu,
.view-cart-header .booking-date li span,
.view-cart-header .shopping-cart-total,
[dir=rtl] .slick-slide {
    float: right
}

.call-users ul li a:hover .call-mute,
.custom_check input:checked ~ .checkmark:after,
.diagnostic-centres ul li a,
.popular-categories ul li a,
.slick-initialized .slick-slide,
.slick-slide img,
.timings-times span {
    display: block
}

.call-page .footer,
.chat-page .footer,
.dropdown-action .dropdown-toggle::after,
.dropzone .dz-preview.dz-error:hover .dz-error-message,
.header-navbar-rht .dropdown-toggle::after,
.main-nav li.login-link,
.map-page .footer,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img,
.star-rating input[type=radio] {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: #0de0fe;
    color: #fff;
    opacity: 1
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    color: #fff;
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #383838
}

.slick-prev {
    left: 0;
    z-index: 1
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before,
[dir=rtl] .slick-next:before {
    content: ' ?'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: 0
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.form-focus {
    height: 50px;
    position: relative
}

.form-focus .focus-label {
    font-size: 14px;
    font-weight: 600;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -ms-transform: translate3d(0, 22px, 0) scale(1);
    -o-transform: translate3d(0, 22px, 0) scale(1);
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    left: 12px;
    top: -8px;
    z-index: 1;
    color: #b8b8b8;
    margin-bottom: 0
}

.blog-content,
.chat-cont-right .chat-body .media.received .media-body .msg-box,
.experience-box,
.experience-list > li,
.header-nav,
.main-nav > li .submenu li,
.search-group,
.search-group .input-group-prepend,
.user-img,
.user-menu,
.view-cart-header,
.view-cart-header a {
    position: relative
}

.form-focus.focused .focus-label {
    opacity: 1;
    top: -18px;
    font-size: 12px;
    z-index: 1
}

.form-focus .form-control:-webkit-autofill ~ .focus-label,
.form-focus .form-control:focus ~ .focus-label {
    opacity: 1;
    font-weight: 600;
    top: -18px;
    font-size: 12px;
    z-index: 1
}

.form-focus .form-control {
    height: 50px;
    padding: 21px 12px 6px !important
}

.form-focus .form-control::-webkit-input-placeholder {
    color: transparent;
    transition: 240ms
}

.form-focus .form-control:focus::-webkit-input-placeholder {
    transition: none
}

.form-focus.focused .form-control::-webkit-input-placeholder {
    color: #bbb
}

.form-focus.select-focus .focus-label {
    opacity: 1;
    font-weight: 300;
    top: -20px;
    font-size: 12px;
    z-index: 1
}

.form-focus .select2-container .select2-selection--single {
    border: 1px solid #e3e3e3;
    height: 50px
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 7px
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ccc;
    border-width: 0 6px 6px
}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 12px;
    padding-top: 10px
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px
}

.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fc6075
}

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    height: 85px;
    padding: 0 30px;
    margin-bottom: 0
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.clinic-details ul li a,
.header-contact-detail,
.header-contact-img,
.logo,
.profile-widget .pro-content .title a,
.user-img {
    display: inline-block
}

#mobile_btn,
.logo {
    margin-right: 30px
}

.main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: #2d3b48;
    -webkit-transition: .35s;
    transition: .35s;
    width: 100%;
    border-top: 1px solid #f0f0f0
}

.main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f054";
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px
}

.main-nav li a {
    display: block;
    font-size: 16px;
    font-weight: 600
}

/* .logo {
    width: 230px
} */

.header-contact-img i {
    color: rgba(0, 0, 0, .5);
    font-size: 28px;
    line-height: 36px
}

.header-contact-img ion-icon {
    color: rgba(0, 0, 0, .5);
    font-size: 36px;
    line-height: 36px
}

.header-contact-detail {
    padding-left: 10px;
    line-height: 16px
}

.header-contact-detail p.contact-header {
    color: #484848;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
    text-align: left
}

.header-contact-detail p.contact-info-header {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0
}

.custom-increment.cart button,
.header-navbar-rht li p,
.unread-msg1 {
    font-size: 10px
}

.header-navbar-rht {
    margin: 0 0 0 auto;
    padding: 0
}

.header-navbar-rht li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    padding-right: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.clinic-details ul li:last-child,
.header-navbar-rht li:last-child {
    padding-right: 0
}

.header-navbar-rht li .dropdown-menu {
    border: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.header-navbar-rht li .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    border: 7px solid #fff;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, .1)
}

.header-navbar-rht li .dropdown-menu .dropdown-item {
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px
}

.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
    border-top: 0;
    border-radius: 5px 5px 0 0
}

.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 5px 5px
}

.header-navbar-rht li .dropdown-menu a:hover {
    color: var(--greencolor);
    letter-spacing: .5px;
    padding-left: 20px;
    background-color: #fff
}

.header-navbar-rht li a.header-login {
    border: 2px solid var(--greencolor);
    border-radius: 4px;
    padding: 6px 15px !important;
    text-align: center;
    font-size: 14px;
    color: var(--greencolor);
    text-transform: uppercase;
    font-weight: 500
}

.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #757575;
    border-right: 2px solid #757575;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
    margin-left: 10px
}

.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.user-menu {
    margin: 0;
    z-index: 99
}

.user-menu.nav > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    height: 60px
}

.user-menu.nav > li > a:focus,
.user-menu.nav > li > a:hover {
    background-color: rgba(0, 0, 0, .2)
}

.doc-slot-list a:hover,
.footer .footer-bottom .copyright-text p a:hover,
.footer .footer-widget .footer-about-content p,
.page-breadcrumb ol li a,
.page-breadcrumb ol li.active,
.policy-menu li a,
.social-login .btn:focus,
.social-login .btn:hover,
.user-menu.nav > li > a:focus i,
.user-menu.nav > li > a:hover i {
    color: #fff
}

.user-img > img {
    height: 31px;
    object-fit: cover;
    width: 31px
}

.user-menu.nav > li > a.mobile_btn {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.header-navbar-rht .dropdown-menu {
    min-width: 200px;
    padding: 0
}

.header-navbar-rht .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e3e3e3
}

.footer .social-icon ul,
.footer .social-icon ul li a,
.header-navbar-rht .logged-item .nav-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}

.user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px
}

.user-header .user-text {
    margin-left: 10px
}

.user-header .user-text h6 {
    font-size: 15px;
    margin-bottom: 2px
}

.header-navbar-rht .logged-item .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    line-height: 85px;
    padding: 0 10px
}

.view-cart-header a {
    font-size: 20px
}

.unread-msg1 {
    background-color: var(--greencolor);
    border-radius: 2px;
    color: #272b41;
    font-style: normal;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: -10px;
    right: -10px
}

.sidebar-overlay {
    background-color: rgba(0, 0, 0, .6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040
}

.menu-opened .main-menu-wrapper {
    transform: translateX(0)
}

.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    border-bottom: 1px solid #f0f0f0;
    display: none
}

.event-form .input-group .form-control,
.menu-logo img {
    height: 40px
}

.bar-icon {
    display: inline-block;
    width: 31px
}

.bar-icon span {
    background-color: #0de0fe;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px
}

.appointment-tab,
.appointments .appointment-list:last-child,
.banner-wrapper .banner-header,
.blog-pagination .pagination,
.book-test-now .box h3,
.call-box .call-wrapper .call-user,
.footer .footer-widget .footer-logo,
.footer-title,
.invoice-info,
.invoice-item .invoice-logo,
.load-more,
.section-doctor .section-header,
.service-list,
.submit-btn-bottom,
.success-cont p,
.widget {
    margin-bottom: 30px
}

.bar-icon span:nth-child(2) {
    width: 16px
}

#mobile_btn {
    display: none
}

.profile-det-info,
html.menu-opened body {
    overflow: hidden
}

.footer {
    background-color: #022748
}

.account-page,
.chat-cont-left .chat-users-list,
.chat-cont-right .chat-body .media.received .media-body .msg-box > div,
.custom_check input:checked ~ .checkmark,
.login-right,
.time-slot li .timing:hover {
    background-color: #fff
}

.book-test-now,
.footer .footer-top {
    padding: 40px 0
}

.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize
}

.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: 0
}

.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative
}

.footer .footer-menu ul li a {
    color: #fff;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    transition: .4s
}

.footer .footer-widget.footer-menu ul li a:hover {
    color: #fff;
    letter-spacing: .5px;
    padding-left: 30px
}

.footer .footer-menu ul li a::before {
    content: "\f101";
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0
}

.footer .footer-bottom .copyright-text p,
.footer-contact-info {
    color: #fff;
    font-size: 15px
}

.booking-doc-info,
.chat-cont-right .chat-header .chat-options,
.doc-info-left,
.doctor-widget,
.footer-contact-info .footer-address,
.search-box form,
.upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.custom-short-by > div,
.doctor-img1,
.footer-contact-info .footer-address span {
    margin-right: 20px
}

.change-avatar .profile-img,
.circle-bar,
.footer .social-icon ul li,
.footer-contact-info p i,
.profile-info-widget .booking-doc-img {
    margin-right: 15px
}

.footer .footer-bottom .copyright {
    border-top: 1px solid #1663a6;
    padding: 30px 0
}

.footer .footer-bottom .copyright-text p a {
    color: var(--greencolor);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.footer .footer-bottom .copyright-text p.title {
    font-weight: 600;
    margin: 10px 0 0
}

.footer .social-icon ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.call-icons .call-items .call-item:last-child,
.custom-short-by > div:first-child,
.entry-meta li:last-child,
.footer .social-icon ul li:last-child,
.policy-menu li:last-child,
.post-left ul li:last-child,
.schedule-nav .nav-tabs li:last-child {
    margin-right: 0
}

.footer .social-icon ul li a {
    color: #fff;
    display: inline-flex;
    font-size: 20px;
    transition: .4s
}

.payment-radio .checkmark,
.profile-widget {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s
}

.policy-menu {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right
}

.blog-comments .comments-list li .comment,
.category-widget .categories li,
.chat-cont-right .chat-body .media.received,
.chat-cont-right .chat-body .media.sent,
.filter-widget,
.grid-blog .blog-image,
.login-header,
.login-or,
.srl-carries .content h3,
.terms-text,
.why-srl .content h3 {
    margin-bottom: 20px
}

.entry-meta li,
.policy-menu li {
    display: inline-block;
    margin-right: 15px
}

.policy-menu li::after {
    color: #fff;
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px
}

.policy-menu li:last-child::after {
    content: ""
}

.account-page .content,
.why-srl .content {
    padding: 50px 0
}

.login-right {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 25px
}

.login-header h3 {
    font-size: 18px;
    margin-bottom: 3px
}

.login-header h3 a {
    color: #0de0fe;
    float: right;
    font-size: 15px;
    margin-top: 2px
}

.login-right .dont-have {
    color: #3d3d3d;
    margin-top: 20px;
    font-size: 13px
}

.login-btn {
    font-size: 18px;
    font-weight: 500
}

.login-or {
    color: #d4d4d4;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative
}

.btn-facebook,
.btn-google {
    font-size: 13px;
    padding: 8px 12px
}

.or-line {
    background-color: #e5e5e5;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    display: block
}

.span-or {
    background-color: #fff;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 42px
}

.forgot-link {
    color: #3d3d3d;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 400
}

.btn-facebook {
    background-color: #3a559f;
    color: #fff
}

.btn-google {
    background-color: #dd4b39;
    color: #fff
}

.section-search {
    background: url(https://www.secondmedic.com/asset/consult/slider1.jpg) bottom center/100% auto no-repeat #fff;
    min-height: 450px;
    position: relative;
    background-blend-mode: Darken;
    padding: 40px 0
}

.section-header {
    margin-bottom: 60px
}

.section-header h2 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 500
}

.section-header .sub-title {
    color: #757575;
    font-size: 16px;
    max-width: 600px;
    margin: 15px auto 0
}

.section-header p {
    color: #757575;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px
}

.banner-wrapper {
    margin-top: 70px;
    max-width: 800px;
    width: 100%
}

.banner-wrapper .banner-header h1 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600
}

.banner-wrapper .banner-header p {
    color: #757575;
    font-size: 20px;
    margin-bottom: 0
}

.search-box .form-control {
    border: 1px solid #ccc;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    border-radius: 5px !important
}

.search-box .search-location,
.search-box1 .search-location {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-right: 12px;
    position: relative;
    width: 240px
}

.search-box .search-info {
    margin-right: 12px;
    position: relative;
    width: 70%
}

.search-box .search-btn {
    width: 46px;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    height: 38px
}

.search-box .search-btn span,
.search-box1 .search-btn span {
    display: none;
    font-weight: 500
}

.search-box .form-text,
.search-box1 .form-text,
.slide-ul li {
    color: #757575;
    font-size: 13px
}

.section-features,
.section-specialities {
    background-color: #fff;
    padding: 80px 0
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: silver
}

.chat-attachment:hover .chat-attach-download,
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div:hover .chat-msg-actions,
.custom_radio input:checked ~ .checkmark:after,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    display: none;
    font-family: "Barlow", sans-serif;
    font-size: 76px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '-';
    text-align: center;
    opacity: .25;
    color: #000
}

.cal-icon:after,
.custom_check .checkmark::after,
.service-list ul li::before,
.slide-ul li:before {
    font-family: "Barlow", sans-serif;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0de0fe
}

.slick-slide {
    outline: 0 !important
}

.specialities-slider .slick-slide {
    display: block;
    padding: 0 12px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 10px
}

.features-slider .slick-dots,
.specialities-slider .slick-dots {
    margin-top: 44px;
    position: unset
}

.speicality-img {
    position: relative;
    height: 100px;
    margin: 0 auto;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, .1);
    border-radius: 100%;
    width: 100px;
    background: #fff
}

.speicality-img img {
    position: absolute;
    top: 50%;
    width: 80% -ms-transform:translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.speicality-img span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: -8px;
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.speicality-img span i {
    font-size: 15px;
    color: #0de0fe
}

.speicality-item p {
    font-size: 14px;
    width: 150px;
    text-align: center;
    margin: 10px auto 0;
    font-weight: 500
}

.section-blogs,
.section-doctor {
    background-color: #f8f9fa;
    padding: 80px 0
}

.other-info,
.section-doctor .section-header p {
    margin-top: 10px
}

.doctor-slider .slick-slide {
    display: block;
    margin-left: 0;
    padding: 10px;
    width: 280px
}

.profile-widget {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    transition: .3s;
    padding: 15px
}

.blog-image img,
.doc-img img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -moz-transition: 2s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: 2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: 2s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: 2s cubic-bezier(.19, 1, .22, 1)
}

.doc-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px
}

.doc-img img {
    border-radius: 4px;
    transform: translateZ(0);
    transition: 2s cubic-bezier(.19, 1, .22, 1);
    width: 100%
}

.blog-image a:hover img,
.doc-img:hover img,
.doctor-book-card:hover img,
.post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15)
}

.profile-widget .fav-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-radius: 3px;
    color: #2e3842;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 99
}

.profile-widget:hover .fav-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.profile-widget .fav-btn:hover {
    background-color: #fb1612;
    color: #fff
}

.pro-content {
    padding: 15px 0 0
}

.available-info,
.rating {
    padding: 0;
    list-style: none
}

.pro-content .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px
}

.profile-widget .verified {
    color: #28a745;
    margin-left: 3px
}

.profile-widget p.speciality {
    font-size: 13px;
    color: #757575;
    margin-bottom: 5px
}

.rating {
    margin: 0 0 7px;
    width: 100%
}

.rating i {
    color: #dedfe0
}

.rating i.filled {
    color: #f4c150
}

.blog-info,
.profile-widget .rating {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px
}

.doctor-book-card-content .book-btn1,
.doctor-widget .rating i,
.profile-widget .rating i,
.review-listing > ul li .comment .comment-body .meta-data span.comment-date {
    font-size: 14px
}

.available-info {
    font-size: 13px;
    color: #757575;
    font-weight: 600;
    margin-bottom: 15px
}

.book-btn,
.view-btn {
    border: 2px solid #0de0fe;
    font-size: 13px;
    font-weight: 500;
    padding: 6px;
    display: block;
    text-align: center
}

.available-info li + li,
.chat-cont-right .chat-body .media .media-body .msg-box + .msg-box {
    margin-top: 5px
}

.about-content p + p,
.all-feedback,
.custom_price_cont,
.incoming-btns,
.location-list + .location-list,
.view-all .btn {
    margin-top: 20px
}

.available-info li i {
    width: 22px
}

.row.row-sm {
    margin-left: -3px;
    margin-right: -3px
}

.row.row-sm > div {
    padding-left: 3px;
    padding-right: 3px
}

.view-btn {
    color: #0de0fe
}

.add-new-btn:active,
.add-new-btn:focus,
.add-new-btn:hover,
.book-btn,
.view-btn:focus,
.view-btn:hover {
    background-color: #0de0fe;
    color: #fff
}

.about-content a:focus,
.about-content a:hover,
.book-btn1:hover,
.book-btn:focus,
.book-btn:hover {
    background-color: #01cae4;
    border-color: #01cae4;
    color: #fff
}

.section-doctor .profile-widget {
    box-shadow: 2px 2px 13px rgba(0, 0, 0, .1);
    margin-bottom: 0
}

.about-content p {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    margin: 0
}

.about-content a {
    background-color: #0de0fe;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    min-width: 150px;
    padding: 15px 20px;
    text-align: center
}

.feature-item img {
    margin: 0 auto;
    border-radius: 100%;
    height: 115px;
    object-fit: cover;
    width: 115px
}

.feature-item p {
    font-weight: 500;
    margin: 20px 0 0;
    word-break: break-word;
    width: 150px
}

.features-slider .slick-slide {
    margin-right: 62px
}

.features-slider .slick-center {
    opacity: 1;
    transform: scale(1.2)
}

.features-slider .slick-list {
    padding: 16px 50px !important
}

.view-all .btn {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px
}

.full-slide-home {
    background: #e3e3e3
}

.slide-image {
    width: 100%;
    min-height: 358px;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    padding: 70px 50px 70px 100px;
    background-position: right;
    background-size: contain
}

.slide-image h2 {
    font-size: 36px;
    font-weight: 500
}

.slide-ul li:before {
    display: inline-block;
    padding-right: 6px;
    content: "\f192";
    color: #a2a1a1;
    font-size: 10px
}

.home-tile-section {
    background-color: #f8f9fa;
    padding: 20px 0
}

.book-btn1 {
    background-color: #0de0fe;
    border: 2px solid #0de0fe;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 6px 10px
}

.doctor-book-card {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 20px #0000000b;
    overflow: hidden
}

.doctor-book-card img {
    width: 45%;
    border-radius: .25rem;
    transition: 2s cubic-bezier(.19, 1, .22, 1)
}

.doctor-book-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height: 100%;
    border-radius: .25rem
}

.doctor-book-card-content > div {
    width: 46%;
    position: absolute;
    top: 50%;
    left: 23%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.search-box1 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.search-box1 .form-control {
    border: 1px solid #ccc;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
    border-radius: 5px;
    padding-left: 35px
}

.search-box1 .search-location .form-control {
    background: url(https://www.secondmedic.com/asset/consult/img/location.png) 10px center no-repeat #fff
}

.search-box1 .search-info {
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
    margin-right: 12px;
    position: relative;
    width: 490px
}

.search-box1 .search-btn {
    width: 46px;
    -ms-flex: 0 0 46px;
    flex: 0 0 46px;
    height: 46px
}

.custom_check .checkmark,
.custom_radio .checkmark {
    height: 20px;
    width: 20px;
    left: 0;
    background-color: #fff;
    top: 0
}

.section-search1 {
    background: url(https://www.secondmedic.com/asset/consult/img/search-bg.png) bottom center/100% auto no-repeat #f9f9f9;
    min-height: 580px;
    position: relative;
    background-blend-mode: Darken;
    padding: 80px 0
}

.search-box1 .search-location1 {
    margin-right: 12px;
    position: relative;
    width: 400px;
    margin-bottom: 0
}

.banner-wrapper2 {
    margin: 0 auto;
    max-width: 680px;
    width: 100%
}

.search-detect {
    padding: 5px 9px 5px 28px;
    position: absolute;
    top: 8px;
    right: 5px;
    font-size: 13px;
    color: #757575;
    border-radius: 5px;
    background: url(https://www.secondmedic.com/asset/consult/img/google-map.png) 9px center no-repeat #e3e3e3;
    cursor: pointer
}

.section-search-pharmacy {
    min-height: inherit !important;
    background: #fff;
    padding: 40px 0
}

.tile-card-content-1 {
    background: rgba(13, 13, 13, .33)
}

.doctor-book-card h3 {
    color: #232323;
    font-size: 18px
}

.full-slide-home .slick-prev {
    left: 30px
}

.full-slide-home .slick-next {
    right: 30px
}

.full-slide-home .slick-slide > div > .col-12 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.breadcrumb-bar {
    background-color: var(--greencolor);
    padding: 15px 0
}

.breadcrumb-bar .breadcrumb-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0 0
}

.page-breadcrumb ol {
    background-color: transparent;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #fff;
    font-size: 10px
}

.sort-title {
    color: #fff;
    font-size: 14px;
    margin-right: 10px
}

.custom_check,
.custom_radio {
    position: relative;
    font-size: .9375rem;
    padding-left: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-bottom: 10px;
    cursor: pointer
}

.sortby-fliter {
    display: inline-block;
    width: 120px
}

.cal-icon {
    position: relative;
    width: 100%
}

.cal-icon:after {
    color: #979797;
    content: '\f073';
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px
}

.custom_check {
    color: #666;
    display: inline-block;
    user-select: none
}

.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.custom_check .checkmark {
    position: absolute;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.custom_check .checkmark::after {
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    display: none;
    left: 4px;
    top: 0;
    color: #0de0fe;
    font-size: 11px
}

.listing-day.current .day,
.timings-days {
    font-weight: 700
}

.custom_radio {
    color: #555;
    display: inline-block;
    user-select: none
}

.clinic-services,
.doctor-action {
    display: -webkit-box;
    display: -ms-flexbox
}

.radio_input .custom_radio + .custom_radio,
.submit-section .submit-btn + .submit-btn {
    margin-left: 15px
}

.custom_radio input {
    position: absolute;
    opacity: 0
}

.custom_radio .checkmark {
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 50%
}

.custom_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff9b44;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.filter-widget h4 {
    font-size: 1rem;
    margin-bottom: 15px
}

.filter-widget .custom_check {
    line-height: 18px
}

.btn-search .btn {
    background-color: #0de0fe;
    border: 1px solid #0de0fe;
    color: #fff;
    height: 46px;
    font-weight: 500;
    font-size: 16px
}

.doc-info-right {
    margin-left: auto;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px
}

.doctor-img {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 20px;
    width: 150px
}

.doctor-img img {
    border-radius: 5px
}

.doc-department {
    color: var(--greencolor);
    font-size: 14px;
    margin-bottom: 8px
}

.doc-department img {
    width: 19px;
    display: inline-block;
    margin-right: 10px
}

.clinic-direction,
.doc-location {
    color: #757575;
    font-size: 14px;
    margin-bottom: 25px
}

.clinic-direction a,
.doc-location a {
    color: var(--greencolor);
    font-weight: 500
}

.doctor-widget .doc-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px
}

.doc-speciality {
    font-size: 14px;
    color: #757575;
    margin-bottom: 15px
}

.doctor-widget .average-rating {
    font-size: 14px;
    font-weight: 500
}

.clinic-details h5 {
    font-weight: 400;
    color: #757575;
    margin-bottom: 25px
}

.category-widget .categories,
.clinic-details ul,
.info-details,
.service-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.clinic-details ul li {
    display: inline-block;
    padding-right: 5px
}

.clinic-details ul li a img {
    border-radius: 5px;
    width: 40px
}

.clinic-services {
    color: #272b41;
    display: flex;
    font-size: 13px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.clinic-services span {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px
}

.appointment-action a + a,
.clinic-services span + span {
    margin-left: 5px
}

.clini-infos h2 b.strike {
    text-decoration: line-through;
    font-weight: 500
}

.clini-infos ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0
}

.clini-infos ul li {
    display: block;
    line-height: 30px;
    color: #4e4852
}

.clini-infos ul li i {
    font-size: 15px;
    min-width: 30px
}

.clinic-booking a + a,
.patient-info,
.patient-info ul li + li {
    margin-top: 15px
}

.clinic-booking a {
    background-color: #fff;
    border: 2px solid var(--greencolor);
    border-radius: 4px;
    color: var(--greencolor);
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 18px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.clinic-booking a.view-pro-btn:focus,
.clinic-booking a.view-pro-btn:hover {
    background: var(--greencolor);
    color: #fff
}

.clinic-booking a.apt-btn {
    background-color: var(--greencolor);
    color: #fff
}

.clinic-booking a.apt-btn:focus,
.clinic-booking a.apt-btn:hover {
    background-color: #0db9f2;
    border-color: #0db9f2;
    color: #fff
}

.doctor-img1 img {
    border-radius: 4px
}

.doctor-action {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.doctor-action a + a {
    margin-left: 8px
}

.doctor-action .fav-btn:hover {
    background-color: #fb1612;
    border-color: #fb1612;
    color: #fff
}

.user-tabs .nav-tabs > li > a {
    border: 0;
    border-bottom: 3px solid transparent;
    color: #3e3e3e;
    font-weight: 600;
    padding: 20px
}

.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus,
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover {
    border-bottom-width: 3px;
    color: var(--greencolor)
}

.user-tabs .med-records {
    display: inline-block;
    min-width: 130px
}

.user-tabs .nav-tabs > li > a:hover {
    background-color: unset;
    color: var(--greencolor)
}

.blog-comments .comments-list,
.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.experience-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px
}

.experience-user .avatar {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px
}

.experience-list > li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px
}

.experience-list > li .experience-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative
}

.blog-info a,
.blog-info a:hover,
.experience-list > li .experience-content .timeline-content,
.time-items {
    color: #757575
}

.experience-list > li .experience-content .timeline-content a.name,
.listing-day .day,
.new-comment label {
    font-weight: 500
}

.experience-list > li .time {
    color: #757575;
    display: block;
    font-size: 13px
}

.before-circle {
    background-color: rgba(32, 192, 243, .2);
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 2px solid var(--greencolor)
}

.exp-year {
    color: var(--greencolor);
    margin-bottom: 2px
}

.exp-title,
.review-listing .recommend-btn a i {
    font-size: 16px
}

.schedule-list:last-child,
.service-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.service-list ul li {
    float: left;
    margin: 6px 0;
    padding-left: 25px;
    position: relative;
    width: 33%
}

.service-list ul li::before {
    color: #ccc;
    content: '\f30b';
    font-weight: 900;
    left: 0;
    position: absolute
}

.fc-day-grid-event .fc-time,
.fc-toolbar h2 {
    font-family: "Barlow", sans-serif;
}

.location-list {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 20px
}

.clinic-content .clinic-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px
}

.clinic-content .clinic-direction a {
    display: inline-block;
    margin-top: 8px
}

.timings-days {
    color: #272b41;
    margin-bottom: 5px
}

.location-list .consult-price {
    font-size: 20px;
    font-weight: 500;
    color: #272b41
}

.review-listing {
    border-bottom: 1px solid #f5f7fc;
    margin-top: 20px;
    padding-bottom: 30px
}

.review-listing > ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.review-listing > ul li + li {
    margin-top: 20px;
    border-top: 1px dashed #f0f0f0;
    padding-top: 20px
}

.review-listing > ul li .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.review-listing > ul li .comment .comment-body {
    margin-left: 16px
}

.review-listing > ul li .comment .comment-body .meta-data {
    position: relative;
    margin-bottom: 10px
}

.review-listing > ul li .comment .comment-body .meta-data span {
    display: block;
    font-size: 16px;
    color: #757575
}

.review-listing > ul li .comment .comment-body .meta-data span.comment-author {
    font-weight: 600;
    color: #272b41;
    text-transform: capitalize
}

.review-listing > ul li .comment .comment-body .meta-data .review-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 3px;
    right: 0;
    width: auto
}

.review-listing > ul li .comment .comment-body .comment-content {
    color: #757575;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px
}

.blog-comments .comment-btn,
.review-listing > ul li .comment .comment-body .comment-reply .comment-btn {
    color: var(--greencolor);
    display: inline-block;
    font-weight: 500;
    font-size: 15px
}

.review-listing .recommend-btn {
    float: right;
    color: #757575;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 0
}

.review-listing .recommend-btn a {
    border: 1px solid rgba(128, 137, 150, .4);
    border-radius: 4px;
    display: inline-block;
    padding: 4px 12px;
    color: #757575;
    margin-left: 3px;
    margin-right: 3px;
    transition: .3s
}

.review-listing .recommend-btn a.like-btn:hover {
    background-color: #28a745;
    border: 1px solid #28a745;
    color: #fff
}

.review-listing .recommend-btn a.dislike-btn:hover {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: #fff
}

.review-listing > ul li .comments-reply {
    list-style: none;
    margin-left: 65px;
    padding: 0
}

.recommended {
    color: #28a745;
    font-size: 15px;
    font-weight: 500;
    margin: 0
}

.star-rating {
    direction: rtl
}

.star-rating label {
    color: #bbb;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.star-rating input[type=radio]:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #f2b600
}

.exist-customer a,
.terms-accept a {
    color: var(--greencolor);
    font-weight: 500
}

.business-widget {
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 0
}

.listing-day {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 10px
}

.listing-day.current {
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    margin-bottom: 13px
}

.listing-day.current .day span {
    display: block;
    font-weight: 400
}

.time-items > span {
    display: block;
    text-align: right
}

.time-items > span.open-status {
    margin-bottom: 3px
}

.booking-doc-info .booking-doc-img {
    width: 80px;
    margin-right: 15px
}

.booking-doc-info .booking-doc-img img {
    border-radius: 4px;
    height: 80px;
    width: 80px;
    object-fit: cover
}

.day-slot li.left-arrow,
.day-slot li.right-arrow {
    width: 20px !important;
    transform: translateY(-50%);
    text-align: center;
    top: 50%
}

.schedule-widget {
    border-radius: 4px;
    min-height: 100px
}

.schedule-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0 0
}

.day-slot ul,
.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0
}

.schedule-header {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px
}

.day-slot ul {
    float: left;
    padding: 0;
    position: relative;
    width: 100%
}

.day-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 14.28%
}

.day-slot li span {
    display: block;
    font-size: 18px;
    text-transform: uppercase
}

.day-slot li span.slot-date {
    display: block;
    color: #757575;
    font-size: 14px
}

.day-slot li small.slot-year {
    color: #757575;
    font-size: 14px
}

.day-slot li.left-arrow {
    left: 0;
    padding: 0;
    position: absolute
}

.day-slot li.right-arrow {
    right: -11px;
    padding: 0;
    position: absolute
}

.blog.grid-blog,
.schedule-cont {
    padding: 20px
}

.time-slot ul {
    padding: 0
}

.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%
}

.time-slot li .timing {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #757575;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    position: relative
}

.time-slot li .timing.selected {
    background-color: #42c0fb;
    border: 1px solid #42c0fb;
    color: #fff
}

.time-slot li .timing.selected::before {
    color: #fff;
    content: "\f00c";
    font-family: "Barlow", sans-serif;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 6px
}

.schedule-list {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 50px;
    padding-bottom: 50px
}

.submit-section.proceed-btn {
    margin: 0 0 30px
}

.info-widget {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.card-label > label {
    background-color: #fff;
    color: #959595;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 6px auto auto 8px;
    padding: 0 7px
}

.card-label > input {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    display: block;
    height: 50px;
    margin-top: -13px;
    padding: 5px 15px 0;
    transition: border-color .3s;
    width: 100%
}

.chat-cont-left .chat-header .chat-compose,
.chat-cont-right .chat-header .chat-options > a,
.success-cont i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}

.payment-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    color: #272b41;
    text-transform: capitalize
}

.booking-date,
.booking-fee,
.booking-total ul,
.patient-info ul {
    padding: 0;
    list-style: none
}

.payment-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.payment-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin: 3px 0 0;
    border: 2px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-transition: .3s;
    transition: .3s
}

.payment-radio input:checked ~ .checkmark {
    border-color: var(--greencolor)
}

.payment-radio .checkmark::after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    width: 9px;
    height: 9px;
    background-color: var(--greencolor);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1);
    transform: scale(.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.chat-attach-caption,
.chat-attach-download,
.chat-attachment:before,
.chat-msg-actions {
    transition: .4s;
    position: absolute
}

.payment-radio input:checked ~ .checkmark::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.booking-date li,
.booking-fee li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px
}

.booking-date li span {
    float: right;
    color: #757575;
    font-weight: 600;
    font-size: 15px;
    text-align: right
}

.booking-date li span a {
    color: var(--greencolor);
    font-size: 13px;
    width: 100%;
    display: inline-block
}

.booking-fee li span {
    float: right;
    color: #757575;
    font-weight: 600;
    font-size: 15px
}

.booking-total {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 20px
}

.booking-total ul {
    margin: 0
}

.booking-total ul li span {
    font-size: 18px;
    font-weight: 600;
    color: #272b41
}

.booking-total ul li .total-cost {
    color: var(--greencolor);
    font-size: 16px;
    float: right
}

.success-page-cont {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex
}

.success-card .card-body {
    padding: 50px 20px
}

.success-cont {
    text-align: center
}

.success-cont i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 60px;
    height: 60px;
    border: 2px solid var(--greencolor);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 30px;
    margin-bottom: 30px;
    background-color: var(--greencolor)
}

.success-cont strong {
    font-weight: 600
}

.view-inv-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px
}

.invoice-content {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px
}

.invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px
}

.invoice-item .invoice-text h2 {
    color: #272b41;
    font-size: 36px;
    font-weight: 400
}

.invoice-item .invoice-details {
    text-align: right;
    color: #757575;
    font-weight: 500
}

.invoice-item .invoice-details-two {
    text-align: left
}

.invoice-item .invoice-text {
    padding-top: 42px;
    padding-bottom: 36px
}

.chat-cont-left .chat-users-list a.media .media-body > div:last-child,
.invoice-info.invoice-info2,
.invoice-table-two tr td {
    text-align: right
}

.invoice-item .customer-text {
    font-size: 18px;
    color: #272b41;
    font-weight: 600;
    margin-bottom: 8px;
    display: block
}

.invoice-table tr td,
.invoice-table tr th,
.invoice-table-two tr td,
.invoice-table-two tr th {
    color: #272b41;
    font-weight: 600;
    padding: 10px 20px;
    line-height: inherit
}

.invoice-table tr td,
.invoice-table-two tr td {
    color: #757575;
    font-weight: 500
}

.invoice-info h5 {
    font-size: 16px;
    font-weight: 500
}

.add-more-item,
.diagnostic-centres ul li img,
.grid-blog .entry-meta li,
.info-details li,
.tab-content.schedule-cont .card-title {
    margin-bottom: 10px
}

.doc-times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.doc-slot-list {
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 10px 10px 0 0;
    padding: 6px 15px
}

.doc-slot-list a {
    color: #e48784;
    display: inline-block;
    margin-left: 5px
}

.schedule-nav .nav-tabs {
    border: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.change-avatar,
.dash-widget,
.hours-info .btn.btn-danger.trash {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox
}

.schedule-nav .nav-tabs li {
    margin: 5px 15px 5px 0;
    display: inline-block
}

.schedule-nav .nav-tabs > li > a {
    border: 1px solid #dcddea;
    border-radius: 4px;
    padding: 6px 15px;
    text-transform: uppercase
}

.schedule-nav .nav-tabs li a.active {
    background: #ff4877;
    border: 1px solid #ff4877 !important;
    color: #fff
}

.hours-info .form-control {
    min-height: auto
}

.hours-info .btn.btn-danger.trash {
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.edit-link {
    color: var(--greencolor);
    font-size: 16px;
    margin-top: 4px
}

.change-avatar,
.dash-widget {
    -ms-flex-align: center;
    align-items: center;
    display: flex
}

.dct-border-rht {
    border-right: 1px solid #f0f0f0
}

.dash-widget h6 {
    font-size: 16px;
    font-weight: 600
}

.dash-widget h3 {
    font-size: 24px;
    margin-bottom: 5px
}

.dash-widget p {
    color: #757575;
    font-size: 14px;
    margin-bottom: 0
}

.circle-bar > div {
    display: inline-block;
    position: relative;
    text-align: center
}

.circle-bar > div img {
    left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%)
}

.circle-bar > div canvas {
    width: 90px !important;
    height: 90px !important
}

.dash-card .row {
    margin-left: -10px;
    margin-right: -10px
}

.dash-card .row > div {
    padding-left: 10px;
    padding-right: 10px
}

.appointment-tab .nav-tabs {
    background-color: #fff;
    padding: 1.5rem;
    border: 1px solid #f0f0f0;
    border-radius: .25rem .25rem 0 0 !important;
    border-bottom: 0
}

.appointment-tab .tab-content,
.diagnostic-centres.health-checkup,
.view-cart-header .shopping-cart-items {
    padding-top: 0
}

.add-new-btn {
    background-color: #0de0fe;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 20px
}

.patient-info ul {
    font-size: .875rem;
    margin: 0
}

.patient-info ul li {
    position: relative;
    font-size: .875rem;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize
}

.patient-details h5 i,
.patient-info ul li i {
    width: 18px
}

.patient-info ul li span {
    color: #757575;
    float: right;
    font-weight: 600
}

.add-more-item a {
    color: #0de0fe;
    font-weight: 500
}

.signature-wrap {
    float: right;
    margin-bottom: 20px;
    text-align: center;
    width: 220px
}

.chat-cont-left .chat-search .input-group,
.chat-cont-right .chat-footer .input-group,
.sign-name,
.signature {
    width: 100%
}

.signature {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px dashed #ccc;
    border-radius: 4px;
    color: #272b41;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    height: 85px;
    margin-bottom: 15px
}

#calendar-events,
.signature:hover {
    background-color: #fcfcfc
}

.sign-name {
    float: right
}

.pat-widget-profile .pro-widget-content {
    padding: 0 0 20px
}

.chat-window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.chat-cont-left {
    border-right: 1px solid #f0f0f0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    left: 0;
    max-width: 35%;
    position: relative;
    z-index: 4
}

.chat-cont-left .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #272b41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px
}

.chat-cont-left .chat-header span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize
}

.chat-cont-left .chat-header .chat-compose {
    color: #8a8a8a;
    display: inline-flex
}

.chat-cont-left .chat-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%
}

.chat-cont-left .chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px
}

.chat-cont-left .chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none
}

.chat-cont-left .chat-search .input-group .input-group-prepend {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4
}

.chat-window .chat-scroll {
    min-height: 300px;
    max-height: calc(100vh - 224px);
    overflow-y: auto
}

.chat-cont-left .chat-users-list a.media {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
    transition: .2s
}

.chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    height: 45px;
    width: 45px
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .status {
    bottom: 7px;
    height: 10px;
    right: 4px;
    position: absolute;
    width: 10px;
    border: 2px solid #fff
}

.chat-cont-left .chat-users-list a.media .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat,
.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
    color: #272b41;
    text-transform: capitalize
}

.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 24px
}

.chat-cont-left .chat-users-list a.media .media-body > div:last-child .last-chat-time {
    color: #8a8a8a;
    font-size: 13px
}

.chat-cont-left .chat-users-list a.media.active,
.chat-cont-left .chat-users-list a.media:hover,
.chat-cont-right .chat-body {
    background-color: #f5f5f6
}

.chat-cont-left .chat-users-list a.media.read-chat .media-body > div:last-child .last-chat-time {
    color: #8a8a8a
}

.chat-cont-right {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
}

.chat-cont-right .chat-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 15px
}

.chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px
}

.chat-cont-right .chat-header .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.chat-cont-right .chat-header .media .media-img-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}

.chat-cont-right .chat-header .media .media-img-wrap .avatar {
    height: 50px;
    width: 50px
}

.chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 3px;
    width: 10px
}

.chat-cont-right .chat-header .media .media-body .user-name {
    color: #272b41;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px
}

.chat-cont-right .chat-header .chat-options > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #8a8a8a;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin-left: 10px;
    width: 30px
}

.chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 15px;
    width: 100%
}

.chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px
}

.chat-cont-right .chat-body .media .media-body,
.upload-wrap .upload-images + .upload-images {
    margin-left: 20px
}

.chat-cont-right .chat-body .media .media-body .msg-box > div {
    padding: 10px 15px;
    border-radius: .25rem;
    display: inline-block;
    position: relative
}

.chat-cont-right .chat-body .media .media-body .msg-box > div p {
    color: #272b41;
    margin-bottom: 0
}

.chat-cont-right .chat-body .media.sent .media-body {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-left: 0
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
    background-color: #e3e3e3
}

.chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize
}

.chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%
}

.chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%
}

.chat-cont-right .chat-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 10px 15px;
    position: relative
}

.chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px
}

.chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none
}

.chat-cont-right .chat-footer .input-group .input-group-append .btn,
.chat-cont-right .chat-footer .input-group .input-group-prepend .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f
}

.chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
    background-color: #0de0fe;
    border-color: #0de0fe;
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
    min-width: 46px;
    font-size: 20px
}

.msg-typing {
    width: auto;
    height: 24px;
    padding-top: 8px
}

.msg-typing span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #a0a0a0;
    display: block;
    border-radius: 50%;
    opacity: .4
}

.msg-typing span:first-of-type {
    animation: 1s .33333s infinite blink
}

.msg-typing span:nth-of-type(2) {
    animation: 1s .66666s infinite blink
}

.msg-typing span:nth-of-type(3) {
    animation: 1s .99999s infinite blink
}

.chat-cont-right .chat-body .media.received .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: -6px;
    position: absolute;
    right: auto;
    top: 8px;
    width: 0
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e3e3e3;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: -6px;
    top: 8px;
    width: 0
}

.chat-msg-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 5px 0 0
}

.chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative
}

.chat-msg-info li:not(:last-child):after {
    position: absolute;
    right: 8px;
    top: 50%;
    content: '';
    height: 4px;
    width: 4px;
    background: #d2dde9;
    border-radius: 50%;
    transform: translate(50%, -50%)
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    background: #aaa
}

.chat-cont-right .chat-body .media.received .media-body .msg-box > div .chat-time,
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
    color: rgba(50, 65, 72, .4)
}

.chat-msg-info li a {
    color: #777
}

.chat-msg-actions > a:hover,
.chat-msg-info li a:hover {
    color: #2c80ff
}

.chat-seen i {
    color: #00d285;
    font-size: 16px
}

.chat-msg-attachments {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 -1px
}

.chat-msg-attachments > div {
    margin: 0 1px
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-attachments,
.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info {
    flex-direction: row-reverse
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative
}

.chat-attachment img,
.custom-edit-service .upload-wrap li img {
    max-width: 100%
}

.chat-attachment {
    position: relative;
    max-width: 130px;
    overflow: hidden;
    border-radius: .25rem
}

.chat-attachment:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    content: "";
    opacity: .4
}

.chat-attachment:hover:before {
    opacity: .6
}

.chat-attach-caption {
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
    opacity: 1
}

.chat-attach-download {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: #fff;
    width: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, .2);
    text-align: center
}

.chat-attach-download:hover {
    color: #495463;
    background: #fff
}

.chat-attachment:hover .chat-attach-caption {
    opacity: 0
}

.chat-attachment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px
}

.chat-attachment-list li {
    width: 33.33%;
    padding: 5px
}

.chat-attachment-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 5px solid rgba(230, 239, 251, .5);
    height: 100%;
    min-height: 60px;
    text-align: center;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.btn-file,
.btn-icon {
    -webkit-box-align: center
}

.chat-msg-actions {
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 2
}

.chat-msg-actions > a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px
}

@keyframes blink {
    50% {
        opacity: 1
    }
}

.btn-file {
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    overflow: hidden;
    padding: 0 .75rem;
    position: relative
}

.btn-file input {
    cursor: pointer;
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.change-photo-btn {
    background-color: var(--greencolor);
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    transition: .3s;
    text-align: center;
    width: 220px
}

.change-photo-btn input.upload {
    bottom: 0;
    cursor: pointer;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px
}

.dropzone {
    background-color: #fbfbfb;
    border: 2px dashed rgba(0, 0, 0, .1)
}

.btn-icon {
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 3px;
    top: 3px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.dashboard-menu > ul > li,
.upload-images {
    position: relative
}

.upload-images {
    width: 80px
}

.upload-images img {
    border-radius: 4px;
    height: 80px;
    width: auto
}

.contact-card .card-body {
    padding-bottom: .625rem
}

.btn.btn-danger.trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.bootstrap-tagsinput {
    border-color: #dcdcdc;
    box-shadow: inherit;
    min-height: 46px;
    width: 100%;
    border-radius: 0
}

.bootstrap-tagsinput.focus {
    border-color: #bbb
}

.bootstrap-tagsinput .tag {
    background-color: var(--greencolor);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 2px;
    padding: 11px 15px;
    border-radius: 0
}

.services-card .bootstrap-tagsinput input {
    width: 160px
}

.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px
}

.calendar-events {
    border: 1px solid transparent;
    cursor: move;
    padding: 10px 15px
}

.calendar-events:hover {
    border-color: #e9e9e9;
    background-color: #fff
}

.calendar-events i {
    margin-right: 8px
}

.calendar {
    float: left;
    margin-bottom: 0
}

.none-border .modal-footer {
    border-top: none
}

.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase
}

.fc-day,
.fc-unthemed .fc-today {
    background: #fff
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
    z-index: 0
}

.fc th.fc-widget-header {
    background: #eee;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #f3f3f3
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px 5px
}

.fc-button {
    background: #f1f1f1;
    border: none;
    color: #797979;
    text-transform: capitalize;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important
}

.fc-text-arrow {
    font-family: "Barlow", sans-serif;
    font-size: 16px
}

.fc-state-hover {
    background: #f3f3f3
}

.fc-cell-overlay,
.fc-state-highlight {
    background: #f0f0f0
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down {
    background-color: var(--greencolor) !important;
    color: #fff !important;
    text-shadow: none !important
}

.fc-event {
    border-radius: 2px;
    border: none;
    color: #fff !important;
    cursor: move;
    font-size: 13px;
    margin: 1px 7px;
    padding: 5px;
    text-align: center
}

.dashboard-menu > ul > li,
.fixed-header,
.pro-widget-content {
    border-bottom: 1px solid #f0f0f0
}

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
}

.profile-sidebar {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden
}

.pro-widget-content {
    padding: 20px;
    text-align: center
}

.profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

.profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 90px;
    width: 90px;
    object-fit: cover
}

.profile-det-info h3 {
    font-size: 17px;
    overflow: hidden
}

.patient-details h5 {
    color: #757575;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    overflow: hidden
}

.dashboard-menu ul {
    color: #757575;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

.dashboard-menu ul li {
    line-height: inherit
}

.dashboard-menu ul li a i,
.dashboard-menu ul li a span {
    display: inline-block;
    vertical-align: middle
}

.dashboard-menu > ul > li > a {
    color: #757575;
    display: block;
    padding: 16px 20px
}

.dashboard-menu > ul > li.active > a,
.dashboard-menu > ul > li:hover > a {
    color: #0de0fe
}

.dashboard-menu ul li a i {
    font-size: 16px;
    margin-right: 10px;
    width: 16px
}

.unread-msg {
    background-color: var(--greencolor);
    border-radius: 2px;
    color: #272b41;
    font-size: 10px;
    font-style: normal;
    padding: 0 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.call-main-row,
.user-video {
    bottom: 0;
    overflow: auto;
    right: 0;
    top: 0
}

.change-avatar .profile-img img {
    border-radius: 4px;
    height: 100px;
    width: 100px;
    object-fit: cover
}

.change-avatar .change-photo-btn {
    margin: 0 0 10px;
    width: 150px
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 100px;
    width: 100px
}

.widget-profile .profile-info-widget {
    display: block;
    text-align: center
}

.widget-profile .profile-info-widget .booking-doc-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 50%
}

.widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 120px;
    width: 120px
}

.appointment-list .profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    text-align: left
}

.appointment-list .profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 120px;
    object-fit: cover;
    width: 120px
}

.appointments .appointment-list {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px
}

.call-window,
.review-listing.doc-review > ul > li {
    border: 1px solid #f0f0f0;
    background-color: #fff
}

.appointments .appointment-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.appointment-action a {
    font-size: 13px
}

.info-details li .text {
    color: #757575;
    display: block;
    font-size: 16px;
    overflow: hidden
}

.doc-review.review-listing {
    margin: 0
}

.review-listing.doc-review > ul > li {
    padding: 20px
}

.modal-open .main-wrapper {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px)
}

.call-main-row {
    left: 0;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute
}

.call-main-wrapper {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%
}

.call-view {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
    width: 75%
}

.my-video ul li,
.post-thumb,
.social-share,
.social-share > li,
.tags li {
    float: left
}

.call-window {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%
}

.fixed-header {
    background-color: #fff;
    padding: 10px 15px
}

.fixed-header .navbar {
    border: 0;
    margin: 0;
    min-height: auto;
    padding: 0
}

.typing-text {
    color: var(--greencolor);
    font-size: 12px;
    text-transform: lowercase
}

.last-seen {
    color: #888;
    display: block;
    font-size: 12px
}

.custom-menu {
    margin-top: 6px
}

.fixed-header .custom-menu {
    margin: 0 0 1px
}

.custom-menu.nav > li > a {
    color: #bbb;
    font-size: 26px;
    line-height: 32px;
    margin-left: 15px;
    padding: 0
}

.custom-menu.navbar-nav > li > a:focus,
.custom-menu.navbar-nav > li > a:hover {
    background-color: transparent
}

.custom-menu .dropdown-menu {
    left: auto;
    right: 0
}

.call-contents {
    display: table-row;
    height: 100%
}

.call-content-wrap,
.content-full {
    height: 100%;
    position: relative;
    width: 100%
}

.voice-call-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex: 2;
    flex: 2
}

.voice-call-avatar .call-avatar {
    margin: 15px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 3px;
    background-color: #fff
}

.call-duration {
    display: inline-block;
    font-size: 30px;
    margin-top: 4px;
    position: absolute;
    left: 0
}

.voice-call-avatar .call-timing-count {
    padding: 5px
}

.product-custom span.price,
.voice-call-avatar .username {
    font-size: 20px;
    font-weight: 500
}

.call-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 15px
}

.call-icons {
    text-align: center;
    position: relative
}

.call-mute,
.end-call,
.user-video {
    position: absolute
}

.call-icons .call-items {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block
}

.call-icons .call-items .call-item {
    display: inline-block;
    text-align: center;
    margin-right: 5px
}

.call-icons .call-items .call-item a {
    color: #777;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    font-size: 20px
}

.call-icons .call-items .call-item a i {
    width: 18px;
    height: 18px
}

.user-video {
    left: 0;
    z-index: 10
}

.about-author-img,
.blog-image,
.call-timing,
.grid-blog .post-author,
.post-thumb,
.tags,
.video {
    overflow: hidden
}

.user-video img,
.user-video video {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto
}

.call-users,
.my-video {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    right: 20px
}

.call-users ul,
.my-video ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.my-video ul li {
    width: 120px;
    margin-right: 10px
}

.my-video ul li img {
    border: 3px solid #fff;
    border-radius: 6px
}

.end-call {
    top: 7px;
    right: 0
}

.end-call a {
    background-color: #f06060;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    line-height: 10px;
    padding: 8px 25px;
    text-transform: uppercase
}

.call-users ul li {
    float: left;
    width: 80px;
    margin-left: 10px
}

.call-users ul li img {
    border-radius: 6px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1)
}

.call-mute {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    line-height: 80px;
    border-radius: 6px;
    font-size: 30px;
    color: #fff;
    display: none;
    top: 0;
    border: 3px solid transparent
}

.blog,
.tag {
    background-color: #fff
}

.call-details {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog,
.blog-image {
    margin-bottom: 30px
}

.call-info {
    margin-left: 10px;
    width: 100%
}

.call-timing,
.call-user-details {
    display: block;
    overflow: hidden
}

.call-description {
    white-space: nowrap;
    vertical-align: bottom
}

.call-timing {
    color: #727272;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 1px;
    white-space: pre
}

.video-window .fixed-header {
    padding: 0;
    border: 0
}

.video-window .fixed-header .nav > li > a {
    padding: 18px 15px
}

.call-box .call-wrapper {
    height: auto;
    text-align: center
}

.call-box .call-wrapper .call-avatar {
    margin-bottom: 30px;
    cursor: pointer;
    animation: 2s infinite ripple
}

.call-box .call-wrapper .call-user span {
    display: block;
    font-weight: 500;
    text-align: center
}

.call-box .call-wrapper .call-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.call-box .call-wrapper .call-items .call-item {
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid transparent;
    border-radius: 100%;
    color: #fff;
    line-height: 0;
    margin: 0 5px;
    padding: 15px
}

.call-box .call-wrapper .call-items .call-item:hover {
    opacity: .9
}

.call-box .call-wrapper .call-items .call-item:first-child,
.call-box .call-wrapper .call-items .call-item:last-child {
    margin-top: -30px
}

.call-box .call-wrapper .call-items .call-item.call-end {
    padding: 20px;
    margin: 30px 20px 0;
    background: #f06060;
    border: 1px solid #f06060;
    color: #fff;
    line-height: 0;
    border-radius: 100%
}

.call-box .call-wrapper .call-items .call-item.call-start {
    padding: 20px;
    margin: 30px 20px 0;
    background: #55ce63;
    border: 1px solid #55ce63;
    color: #fff;
    line-height: 0;
    border-radius: 100%
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-end,
.call-box.incoming-box .call-wrapper .call-items .call-item.call-start {
    margin: 0 10px
}

.call-box .call-avatar {
    border-radius: 100%;
    height: 140px;
    max-width: 140px;
    min-width: 140px;
    position: relative;
    width: 100%;
    border: 10px solid #fafafa
}

.call-box .btn {
    background: rgba(0, 0, 0, 0);
    transition: .3s
}

.comment-submit .btn,
.social-share > li > a:hover {
    background-color: var(--greencolor);
    border-color: var(--greencolor)
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 30px transparent
    }
}

@keyframes ripple {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)
    }

    100% {
        -moz-box-shadow: 0 0 0 30px transparent;
        box-shadow: 0 0 0 30px transparent
    }
}

.call-wrapper {
    position: relative;
    height: calc(100vh - 145px)
}

.call-modal .modal-body {
    padding: 40px
}

.terms-text h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
}

.terms-text p {
    color: #666;
    display: inline-block;
    font-size: 16px
}

.blog {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 1.5rem;
    position: relative
}

.blog-image,
.blog-image img,
.blog-image > a {
    display: block;
    position: relative;
    width: 100%;
    height: auto
}

.blog-image img {
    height: 160px;
    transform: translateZ(0);
    transition: 2s cubic-bezier(.19, 1, .22, 1)
}

.blog-title {
    font-size: 22px;
    margin: 0 0 10px
}

.blog-content p {
    color: #666;
    font-size: 14px;
    margin: 0 0 30px
}

.read-more {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    color: var(--greencolor);
    font-weight: 700
}

.blog-info i,
.comment-by,
.entry-meta,
.post-info p i,
.tag {
    font-size: 14px
}

.blog-info i {
    color: var(--greencolor);
    margin-right: 5px
}

.entry-meta {
    color: #757575;
    list-style: none;
    margin-bottom: 15px;
    padding: 0
}

.blog-pagination .pagination li a {
    padding: 12px 20px;
    font-weight: 600;
    color: #2e3842;
    margin-right: 10px;
    border-radius: inherit !important;
    border-color: #f0f0f0
}

.blog-pagination .pagination li.disabled a {
    border-color: #f0f0f0
}

.blog-pagination .pagination li.active a {
    background: var(--greencolor);
    border-color: transparent;
    color: #fff
}

.category-widget .categories li:last-child,
.latest-posts li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.post-left ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.post-left ul li {
    margin-bottom: 5px;
    margin-right: 20px
}

.post-author a {
    display: flex;
    align-items: center
}

.video {
    position: relative;
    padding-bottom: 56%;
    height: 0
}

.video embed,
.video iframe,
.video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.post-thumb,
.post-thumb a img,
.tag {
    border-radius: 4px
}

.latest-posts,
.srl-mission ul {
    margin: 0;
    padding: 0
}

.latest-posts li {
    display: table;
    width: 100%;
    margin-bottom: 20px
}

.social-share > li,
.social-share > li > a,
.tag {
    display: inline-block
}

.post-thumb {
    width: 80px
}

.post-thumb a img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: 2s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: 2s cubic-bezier(.19, 1, .22, 1);
    -o-transition: 2s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: 2s cubic-bezier(.19, 1, .22, 1);
    transition: 2s cubic-bezier(.19, 1, .22, 1)
}

.post-info {
    margin-left: 95px
}

.post-info h4 {
    font-size: 15px;
    margin: 0 0 5px
}

.post-info p {
    color: #757575;
    font-size: 12px;
    margin: 0
}

.social-share > li,
.view-icons a {
    margin-left: 10px;
    text-align: center
}

.post-info p i {
    color: var(--greencolor);
    margin-right: 4px
}

.category-widget .categories li a {
    color: #2e3842;
    font-size: 15px;
    font-weight: 500
}

.category-widget .categories li a span {
    float: right;
    color: #757575
}

.category-widget .categories > li > a > i {
    color: var(--greencolor);
    font-size: 18px;
    margin-right: 10px
}

.tags-widget .card-body {
    padding-bottom: 1rem
}

.tags {
    list-style: none;
    margin: 0;
    padding: 0
}

.tag {
    color: #272b41;
    padding: 5px 10px;
    position: relative;
    margin: 0 .5rem .5rem 0;
    border: 1px solid #ccc
}

.comment-by {
    display: block;
    line-height: 21px;
    margin: 0 0 10px
}

.blog-date,
.blog-reply > a {
    color: #999;
    font-size: 12px
}

.comments-list .comment-block p {
    font-size: 14px;
    margin-bottom: 5px
}

.blog-view .blog-info {
    border: 0;
    margin-bottom: 20px;
    padding: 0
}

.social-share {
    list-style: none;
    margin: 0;
    padding: 0
}

.custom-edit-service .upload-wrap li:first-child,
.social-share > li:first-child {
    margin-left: 0
}

.social-share > li > a {
    border: 1px solid #dfdfdf;
    color: #666;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 40px
}

.social-share > li > a:hover {
    color: #fff
}

.blog-reply > a {
    font-weight: 500
}

.blog-comments .comments-list li {
    clear: both;
    padding-left: 80px
}

.blog-comments .comments-list li .comment-author {
    left: 0;
    position: absolute
}

.blog-comments .comments-list li img.avatar {
    height: 58px;
    width: 58px;
    border-radius: 58px
}

.blog-author-name {
    color: #272b41;
    font-size: 16px;
    font-weight: 600
}

.comment-submit .btn {
    border-radius: 0;
    font-size: 18px;
    padding: 8px 26px;
    color: #fff
}

#loader,
.about-author-img,
.view-icons a {
    background-color: #fff
}

.about-author-img {
    height: 100px;
    position: absolute;
    width: 100px
}

.author-details {
    margin-left: 120px
}

.about-author {
    min-height: 100px
}

.author-details .blog-author-name {
    display: inline-block;
    margin-bottom: 10px
}

.post-author img {
    border-radius: 100%;
    width: 28px;
    margin-right: 5px
}

.custom-edit-service .service-upload {
    border: 1px solid #dcdcdc;
    border-radius: .25rem;
    text-align: center;
    padding: 70px 0;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative
}

#loader,
.map-page .header,
.map-right {
    position: fixed;
    right: 0
}

.custom-edit-service .service-upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.custom-edit-service .service-upload i {
    font-size: 50px;
    color: #858585
}

.custom-edit-service .service-upload span {
    font-size: 15px;
    color: #858585;
    margin-top: 14px;
    display: block
}

.custom-edit-service .upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.custom-edit-service .upload-wrap li {
    margin: 10px
}

.grid-blog .blog-title {
    font-size: 18px;
    margin: 0 0 5px;
    min-height: 43px
}

.grid-blog .blog-content p {
    margin: 0 0 15px
}

.grid-blog .entry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0
}

.grid-blog .entry-meta li:last-child {
    flex: 0 0 100px;
    max-width: 100px
}

.grid-blog .post-author {
    width: 189px
}

.map-page .header {
    left: 0;
    top: 0;
    z-index: 1030
}

.map-page .content {
    padding-top: 115px
}

.map-right {
    bottom: 0;
    height: 100%;
    min-height: 100%;
    padding-right: 30px;
    top: 115px;
    z-index: 1029
}

.map-listing {
    height: calc(100vh - 145px);
    width: 100%
}

.map-listing .profile-widget {
    width: 200px !important;
    padding: 0;
    border: 0;
    margin-bottom: 0
}

.view-icons {
    display: inline-flex;
    float: right
}

.view-icons a {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #212529;
    display: flex;
    font-size: 20px;
    justify-content: center;
    padding: 4px 10px;
    width: 44px;
    height: 44px
}

.loader,
.loader span {
    width: 50px;
    height: 50px
}

.view-icons a:hover {
    border-color: var(--greencolor);
    color: var(--greencolor)
}

#loader {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999999
}

.loader {
    display: inline-block;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%
}

.loader span {
    -webkit-animation: 1.3s linear infinite loader;
    animation: 1.3s linear infinite loader;
    background-color: var(--greencolor);
    border-radius: 100%;
    display: inline-block;
    position: absolute
}

.loader span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes loader {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

.product-custom span.price-strike {
    font-weight: 600;
    text-decoration: line-through;
    color: #999
}

.product-custom .cart-icon {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    float: right
}

.product-custom .profile-widget:hover .cart-icon {
    color: #fff;
    background-color: #0de0fe
}

.product-description .doctor-img1 {
    width: 40%
}

.feature-product span {
    padding-bottom: 10px;
    display: inline-block
}

.feature-product ul li {
    padding: 3px 0
}

ul.benifits-col li i {
    font-size: 20px;
    margin-right: 20px;
    color: var(--greencolor)
}

.custom-increment .input-group1 {
    display: flex;
    display: -webkit-flex;
    width: 100%
}

.custom-increment.cart .input-group1 {
    justify-content: center;
    -webkit-justify-content: center
}

.custom-increment input[type=text] {
    border: 1px solid #dbdbdb;
    border-radius: 0;
    padding: 7px 15px;
    text-align: center;
    width: 70%
}

.custom-increment.cart input[type=text] {
    width: 60px
}

.custom-increment button {
    font-size: 14px;
    height: 39px;
    background: #dcdcdc;
    color: #000;
    border: 0;
    display: inline-block
}

.custom-increment button:active,
.custom-increment button:focus,
.custom-increment button:hover {
    background: #dcdcdc !important;
    color: #000 !important;
    border: 0 !important
}

.custom-increment button.btn-success {
    border-radius: 0 4px 4px 0
}

.custom-increment button.btn-danger {
    border-radius: 4px 0 0 4px
}

.view-cart-header .shopping-cart {
    margin: 20px 0;
    float: right;
    background: #fff;
    width: 320px;
    position: absolute;
    right: 0;
    top: 99%;
    border-radius: 3px;
    padding: 20px;
    z-index: 999;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    display: none
}

.view-cart-header .shopping-cart.show-cart {
    opacity: 1;
    visibility: visible
}

.view-cart-header .shopping-cart-items li {
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 14px;
    position: relative
}

.view-cart-header .shopping-cart-items .close-icon {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer
}

.view-cart-header .shopping-cart-items img {
    float: left;
    width: 70px;
    margin-right: 12px;
    max-width: 100%;
    height: auto
}

.view-cart-header .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    padding-right: 20px
}

.view-cart-header .shopping-cart-items .item-price {
    margin-right: 8px;
    color: var(--greencolor);
    font-size: 13px
}

.view-cart-header .shopping-cart-items .item-quantity {
    color: #abb0be;
    font-size: 13px
}

.view-cart-header .shopping-cart:after {
    border: 7px solid #fff;
    border-color: transparent transparent #fff #fff;
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, .1);
    content: "";
    right: 0;
    position: absolute;
    top: 2px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.view-cart-header .cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left
}

.view-cart-header .booking-date li {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.view-cart-header .booking-total {
    padding-top: 0;
    text-align: center
}

.view-cart-header .apt-btn {
    font-size: 13px;
    padding: 7px 20px
}

.book-test-now .box {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 4px
}

.book-test-now .main-img {
    width: 30%;
    margin: 0 auto 10px;
    display: block
}

.book-test-now .notelogos img {
    height: 100px;
    width: auto;
    max-width: 100%;
    border-radius: 4px;
    margin-top: 20px
}

.book-test-now .notelogos img.logo2 {
    background: #222
}

@media only screen and (min-width:768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem
    }

    .avatar-xxl .border {
        border-width: 4px !important
    }

    .avatar-xxl .rounded {
        border-radius: 12px !important
    }

    .avatar-xxl .avatar-title {
        font-size: 42px
    }

    .avatar-xxl.avatar-away:before,
    .avatar-xxl.avatar-offline:before,
    .avatar-xxl.avatar-online:before {
        border-width: 4px
    }
}

@media (min-width:992px) {
    .main-nav > li {
        margin-right: 20px
    }

    .main-nav > li:last-child {
        margin-right: 0
    }

    .main-nav li {
        display: block;
        position: relative
    }

    .main-nav > li > a {
        line-height: normal;
        padding: 0 !important
    }

    .header-navbar-rht li .dropdown-menu,
    .main-nav li > ul {
        padding: 0;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        display: block
    }

    .main-nav > li > a > i {
        font-size: 12px;
        margin-left: 3px
    }

    .main-nav li > ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .1);
        font-size: 14px;
        right: 0;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        -webkit-transition: .2s;
        transition: .2s;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 150%;
        z-index: 1000
    }

    .main-nav li .submenu::before {
        border: 7px solid #fff;
        border-color: transparent transparent #fff #fff;
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, .1);
        content: "";
        right: 45px;
        position: absolute;
        top: 2px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .header-navbar-rht li.show > .dropdown-menu,
    .main-nav li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .main-nav .has-submenu.active .submenu li.active > a,
    .main-nav .has-submenu.active > a {
        color: var(--greencolor)
    }

    .main-nav > li .submenu li:first-child a {
        border-top: 0
    }

    .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0
    }

    .main-nav > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px
    }

    .main-nav li .submenu a:hover {
        color: var(--greencolor);
        letter-spacing: .5px;
        padding-left: 20px
    }

    .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
        top: 20px;
        margin-left: -35px;
        box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
        border-color: transparent #fff #fff transparent
    }

    .header-navbar-rht li .dropdown-menu {
        border-radius: 5px;
        margin: 0;
        -webkit-transition: .2s;
        transition: .2s;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@media only screen and (max-width:1399px) {

    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat,
    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
        max-width: 180px
    }

    .row.row-grid {
        margin-left: -8px;
        margin-right: -8px
    }

    .row.row-grid > div {
        padding-right: 8px;
        padding-left: 8px;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

@media only screen and (max-width:1199px) {

    .map-listing,
    .map-right {
        height: 450px
    }

    .container-fluid,
    .header-nav {
        padding-left: 20px;
        padding-right: 20px
    }

    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat,
    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
        max-width: 150px
    }

    .chat-cont-left {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .chat-cont-right {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .row.row-grid > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .dash-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .circle-bar {
        margin: 0 0 15px
    }

    .header-navbar-rht li.contact-item {
        display: none
    }

    .map-right {
        position: static;
        min-height: inherit;
        margin-bottom: 30px;
        padding-right: 15px
    }

    .map-page .content {
        padding-top: 100px
    }
}

@media only screen and (max-width:991.98px) {

    .main-nav li + li,
    .main-nav > li {
        margin-left: 0
    }

    .login-left,
    .main-nav ul,
    .time-slot li .timing.selected::before {
        display: none
    }

    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
        list-style: none
    }

    .main-nav ul {
        background-color: #3474ac;
        list-style: none;
        margin: 0;
        padding-left: 0
    }

    .main-nav > li {
        border-bottom: 1px solid #1663a6
    }

    .main-nav > li > a {
        line-height: 1.5;
        padding: 15px 20px !important;
        color: #fff;
        font-size: 14px;
        font-weight: 500
    }

    .main-nav > li > a > i {
        float: right;
        margin-top: 5px
    }

    .main-nav > li .submenu li a {
        border-top: 0;
        color: #fff;
        padding: 10px 15px 10px 35px
    }

    .main-nav > li .submenu ul li a {
        padding: 10px 15px 10px 45px
    }

    .main-nav > li .submenu > li.has-submenu > a::after {
        content: "\f078"
    }

    .main-nav .has-submenu.active .submenu li.active > a,
    .main-nav .has-submenu.active > a {
        color: var(--greencolor)
    }

    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1060;
        transform: translateX(-260px);
        transition: .4s;
        background-color: var(--greencolor)
    }

    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    #mobile_btn {
        display: inline-block
    }

    .section-search {
        min-height: 330px
    }

    .section-specialities {
        padding: 50px 0
    }

    .about-content,
    .footer-widget {
        margin-bottom: 30px
    }

    .chat-cont-left,
    .chat-cont-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        transition: left .3s ease-in-out, right .3s ease-in-out;
        width: 100%
    }

    .chat-cont-left {
        border-right: 0
    }

    .chat-cont-right {
        position: absolute;
        right: -100%;
        top: 0;
        opacity: 0;
        visibility: hidden
    }

    .chat-cont-right .chat-header {
        justify-content: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start
    }

    .appointments .appointment-list,
    .chat-cont-right .chat-header .back-user-list,
    .sidebar-overlay.opened {
        display: block
    }

    .chat-cont-right .chat-header .chat-options {
        margin-left: auto
    }

    .chat-window.chat-slide .chat-cont-left {
        left: -100%
    }

    .chat-window.chat-slide .chat-cont-right {
        right: 0;
        opacity: 1;
        visibility: visible
    }

    .day-slot li.left-arrow {
        left: -10px
    }

    .container {
        max-width: 100%
    }

    .appointments .appointment-action {
        margin-top: 10px
    }

    .banner-wrapper {
        max-width: 720px
    }

    .search-box .search-info {
        -ms-flex: 0 0 410px;
        flex: 0 0 410px;
        width: 410px
    }

    .banner-wrapper .banner-header h1 {
        font-size: 2.125rem
    }

    .dct-border-rht {
        border-bottom: 1px solid #f0f0f0;
        border-right: 0;
        margin-bottom: 20px;
        padding-bottom: 15px
    }

    .card-label > label {
        font-size: 12px
    }

    .footer .footer-top {
        padding-bottom: 10px
    }

    .review-listing .recommend-btn {
        float: none
    }

    .dash-widget {
        flex-direction: unset;
        text-align: left
    }

    .circle-bar {
        margin: 0 15px 0 0
    }

    .call-wrapper {
        height: calc(100vh - 140px)
    }

    .slide-image {
        padding-left: 0;
        padding-right: 0
    }

    .custom-short-by > div {
        margin-right: 0
    }

    .product-description .doctor-img1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .product-description .doc-info-cont {
        width: 100%
    }

    .product-description .doc-info-left {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

@media only screen and (max-width:849.98px) {
    .row.row-grid > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (max-width:767.98px) {

    .call-mute,
    .call-users ul li,
    .my-video ul li {
        width: 50px
    }

    .h5,
    .section-header .sub-title,
    .speicality-item p,
    body,
    h5 {
        font-size: .875rem
    }

    .banner-wrapper .banner-header h1,
    .h1,
    h1 {
        font-size: 2rem
    }

    .h2,
    h2 {
        font-size: 1.75rem
    }

    .h3,
    h3 {
        font-size: 1.375rem
    }

    .banner-wrapper .banner-header p,
    .h4,
    h4 {
        font-size: 1rem
    }

    .h6,
    h6 {
        font-size: .75rem
    }

    .content {
        padding: 15px 0 0
    }

    .account-page .content {
        padding: 15px 0
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .appointment-tab,
    .btn.btn-danger.trash,
    .card,
    .profile-sidebar,
    .submit-btn-bottom,
    .submit-section.proceed-btn {
        margin-bottom: 20px
    }

    .features-img img,
    .features-slider .slick-dots {
        text-align: center;
        margin: 0 auto
    }

    .invoice-info.invoice-info2,
    .invoice-item .invoice-details,
    .policy-menu,
    .product-description .doctor-widget {
        text-align: left
    }

    .doctor-slider {
        margin-top: 25px
    }

    .breadcrumb-bar {
        height: auto
    }

    .login-right {
        margin: 0 15px;
        padding: 15px
    }

    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat,
    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
        max-width: 250px
    }

    .chat-window .chat-cont-right .chat-header .media .media-body,
    .clinic-services,
    .day-slot li small.slot-year {
        display: none
    }

    .section-header h2 {
        font-size: 1.875rem
    }

    .section-header p {
        font-size: .9375rem
    }

    .footer-title {
        font-size: 1.125rem
    }

    .search-box {
        max-width: 535px;
        margin: 0 auto
    }

    .search-box form {
        -ms-flex-direction: column;
        flex-direction: column;
        word-wrap: break-word;
        background-clip: border-box
    }

    .search-box .search-info,
    .search-box .search-location {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    .search-box .search-btn {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-height: 46px;
        width: 100%
    }

    .search-box .search-btn span {
        display: inline-block;
        margin-left: 5px;
        text-transform: uppercase
    }

    .section-search {
        background: #f9f9f9
    }

    .day-slot li span {
        font-size: 16px;
        text-transform: unset
    }

    .time-slot li .timing span {
        display: block
    }

    .blog-view .blog-title,
    .success-cont h3 {
        font-size: 22px
    }

    .view-inv-btn {
        font-size: 14px;
        padding: 10px 30px
    }

    .section-doctor,
    .section-features,
    .section-search {
        padding: 50px 0
    }

    .slick-next {
        right: -10px
    }

    .slick-prev {
        left: -10px
    }

    .specialities-slider .slick-slide {
        margin-right: 15px
    }

    .about-content a {
        padding: 12px 20px
    }

    .submit-section .submit-btn {
        padding: 10px 20px;
        font-size: 15px;
        min-width: 105px
    }

    .policy-menu {
        margin-top: 10px
    }

    .booking-doc-info .booking-doc-img {
        width: 75px
    }

    .booking-doc-info .booking-doc-img img {
        height: 75px;
        width: 75px
    }

    .nav-tabs.nav-tabs-bottom > li > a.active,
    .nav-tabs.nav-tabs-bottom > li > a.active:focus,
    .nav-tabs.nav-tabs-bottom > li > a.active:hover {
        background-color: #f5f5f5
    }

    .nav-tabs-justified,
    .nav-tabs.nav-justified {
        border-bottom: 1px solid #ddd
    }

    .nav-tabs.nav-justified > li > a.active,
    .nav-tabs.nav-justified > li > a.active:focus,
    .nav-tabs.nav-justified > li > a.active:hover {
        border-color: transparent transparent transparent var(--greencolor);
        border-left-width: 2px
    }

    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #fff;
        padding: 5px 0;
        border: 1px solid #ddd;
        border-radius: 3px
    }

    .nav-tabs .nav-link,
    .nav-tabs > li > a {
        border-width: 2px
    }

    .nav-tabs .nav-item {
        margin-bottom: 0
    }

    .nav-tabs > li > a {
        border-left-color: transparent
    }

    .nav-tabs > li.open:not(.active) > a,
    .nav-tabs > li.open:not(.active) > a:focus,
    .nav-tabs > li.open:not(.active) > a:hover,
    .nav-tabs > li > a:focus,
    .nav-tabs > li > a:hover {
        background-color: #fafafa
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs > li > a.active,
    .nav-tabs > li > a.active:focus,
    .nav-tabs > li > a.active:hover {
        border-color: transparent transparent transparent var(--greencolor) !important;
        border-left-width: 2px
    }

    .nav-tabs.nav-tabs-solid {
        padding: 5px
    }

    .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
        border-radius: 5px
    }

    .nav-tabs.nav-tabs-solid > li > a {
        border-left-width: 0 !important
    }

    .nav-tabs-justified > li > a.active,
    .nav-tabs-justified > li > a.active:focus,
    .nav-tabs-justified > li > a.active:hover {
        border-width: 0 0 0 2px;
        border-left-color: var(--greencolor)
    }

    .review-listing > ul li .comment .comment-body .meta-data span.comment-date {
        margin-bottom: 5px
    }

    .review-listing > ul li .comment .comment-body .meta-data .review-count {
        position: unset
    }

    .call-mute {
        font-size: 20px;
        height: 50px;
        line-height: 50px
    }

    .call-duration {
        font-size: 24px
    }

    .voice-call-avatar .call-avatar {
        height: 100px;
        width: 100px
    }

    .user-tabs {
        margin-top: 1.5rem
    }

    .user-tabs .nav-tabs > li > a {
        border-left: 2px solid transparent;
        border-bottom: 0;
        padding: .5rem 1rem
    }

    .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
    .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus,
    .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover {
        border-left-width: 2px;
        color: var(--greencolor)
    }

    .doctor-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .doc-info-right {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .doc-info-left {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .doctor-img {
        margin: 0 auto 20px
    }

    .doctor-action {
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center
    }

    .row.row-grid > div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .breadcrumb-bar .breadcrumb-title,
    .doctor-widget .doc-name {
        font-size: 18px
    }

    .dash-widget h6 {
        font-size: 15px
    }

    .blog-title,
    .dash-widget h3 {
        font-size: 20px
    }

    .dash-widget p {
        font-size: 13px
    }

    .booking-total ul li .total-cost,
    .booking-total ul li span,
    .exp-title {
        font-size: 14px
    }

    .invoice-item .customer-text {
        font-size: 16px
    }

    .call-wrapper {
        height: calc(100vh - 115px)
    }

    .appointment-tab .nav-tabs {
        padding: 1.5rem
    }

    .service-list ul li {
        width: 50%
    }

    .grid-blog .blog-title {
        min-height: inherit
    }

    .full-slide-home .slick-prev {
        left: 15px
    }

    .full-slide-home .slick-next {
        right: 15px
    }

    .search-box1 form p {
        margin-bottom: 15px !important
    }

    .search-box1 .search-location1 {
        margin-right: 0;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:575.98px) {
    body {
        font-size: .8125rem
    }

    .h1,
    h1 {
        font-size: 1.75rem
    }

    .h2,
    .section-header h2,
    h2 {
        font-size: 1.5rem
    }

    .h3,
    h3 {
        font-size: 1.25rem
    }

    .h4,
    h4 {
        font-size: 1rem
    }

    .h5,
    .section-header .sub-title,
    .speicality-item p,
    h5 {
        font-size: .875rem
    }

    .h6,
    h6 {
        font-size: .75rem
    }

    .card,
    .submit-btn-bottom {
        margin-bottom: .9375rem
    }

    .blog,
    .card-body,
    .invoice-content {
        padding: 1.25rem
    }

    .card-footer,
    .card-header {
        padding: .75rem 1.25rem
    }

    .header-nav {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-navbar-rht {
        display: none
    }

    .main-nav li.login-link,
    .search-box form {
        display: block
    }

    .navbar-header,
    .service-list ul li {
        width: 100%
    }

    #mobile_btn {
        left: 0;
        margin-right: 0;
        padding: 0 15px;
        position: absolute;
        z-index: 99
    }

    .navbar-brand.logo {
        width: 100%;
        text-align: center;
        margin-right: 0
    }

    .navbar-brand.logo img {
        height: 30px;
        object-fit: contain;
    }

    .search-box .search-info,
    .search-box .search-location {
        width: 100%;
        -ms-flex: none;
        flex: none
    }

    .banner-wrapper .banner-header h1 {
        font-size: 28px
    }

    .slick-next {
        right: 0
    }

    .section-header p {
        font-size: .9375rem
    }

    .footer-title {
        font-size: 1.125rem
    }

    .booking-schedule.schedule-widget {
        overflow-x: auto
    }

    .booking-schedule.schedule-widget > div {
        width: 730px
    }

    .booking-schedule .day-slot ul,
    .booking-schedule .time-slot ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .booking-schedule .day-slot li,
    .booking-schedule .time-slot li {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px
    }

    .booking-schedule .time-slot li .timing span {
        display: inline-block
    }

    .booking-schedule .day-slot li.right-arrow {
        right: -20px
    }

    .booking-doc-info .booking-doc-img {
        width: 70px
    }

    .booking-doc-info .booking-doc-img img {
        height: 70px;
        width: 70px
    }

    .change-avatar .profile-img img,
    .voice-call-avatar .call-avatar {
        height: 80px;
        width: 80px
    }

    .call-duration {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        position: inherit
    }

    .end-call {
        margin-top: 10px;
        position: inherit
    }

    .user-tabs .med-records {
        min-width: 110px
    }

    .pagination-lg .page-link {
        font-size: 1rem;
        padding: .5rem .625rem
    }

    .row.row-grid > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .edit-link {
        font-size: 14px;
        margin-top: 2px
    }

    .blog-title {
        font-size: 18px
    }

    .blog-view .blog-title {
        font-size: 20px
    }

    .blog-info i,
    .read-more {
        font-size: 14px
    }

    .post-left ul li,
    .post-left ul li:last-child {
        margin-right: 10px
    }

    .about-author-img {
        height: 60px;
        width: 60px
    }

    .author-details {
        margin-left: 80px
    }

    .blog-comments .comments-list li img.avatar {
        border-radius: 40px;
        height: 40px;
        width: 40px
    }

    .blog-comments .comments-list li {
        padding: 10px 0 0 50px
    }
}

@media only screen and (max-width:479px) {
    .section-search {
        min-height: 410px;
        padding: 30px 15px
    }

    .specialities-slider .slick-slide {
        margin-right: 10px
    }

    .speicality-img {
        width: 120px;
        height: 120px
    }

    .speicality-img img {
        width: 50px
    }

    .clinic-booking a.view-pro-btn {
        width: 100%;
        margin-bottom: 15px
    }

    .clinic-booking a.apt-btn {
        width: 100%
    }

    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat,
    .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
        max-width: 160px
    }

    .section-features,
    .section-specialities {
        background-color: #fff;
        padding: 30px 0
    }

    .login-header h3 a {
        color: #0de0fe;
        float: none;
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
        display: block
    }

    .appointments .appointment-list,
    .login-header h3 {
        text-align: center
    }

    .appointment-list .profile-info-widget {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .appointment-list .profile-info-widget .booking-doc-img {
        margin: 0 0 15px
    }

    .appointment-list .profile-info-widget .booking-doc-img img {
        border-radius: 50%;
        height: 100px;
        width: 100px
    }

    .appointment-list .profile-det-info {
        margin-bottom: 15px
    }

    .appointments .appointment-action {
        margin-top: 0
    }

    .user-tabs .nav-tabs .nav-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .review-listing .recommend-btn span {
        display: block;
        margin-bottom: 10px
    }

    .review-listing > ul li .comments-reply {
        margin-left: 0
    }

    .schedule-nav .nav-tabs li {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0
    }

    .fc-header-toolbar .fc-left,
    .fc-header-toolbar .fc-right {
        margin-bottom: 10px
    }
}

.srl-banner {
    padding: 100px 0;
    background-size: cover !important
}

.srl-carries,
.srl-mission {
    padding: 60px 0
}

.srl-banner h1 {
    font-size: 50px;
    color: #176bcf;
    position: relative
}

.srl-banner h1:after {
    content: "";
    display: block;
    width: 132px;
    height: 3px;
    bottom: 0;
    background: url(https://www.secondmedic.com/asset/consult/img/banner-outline-bottom.png) no-repeat
}

.srl-banner p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 22px;
    font-weight: 600
}

.srl-carries .content p,
.why-srl .content p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    font-weight: 500
}

.srl-diagnostics {
    padding: 60px 0;
    color: #fff
}

.srl-diagnostics .web-clr,
.srl-mission .web-clr {
    color: #13bdff
}

.srl-diagnostics .box {
    border-right: 1px solid #696969;
    padding: 15px 20px;
    margin-top: 15px
}

.srl-diagnostics .box.no-border {
    border: none
}

.srl-diagnostics .box h1 {
    font-size: 65px
}

.srl-mission {
    width: 100%;
    background: url(https://www.secondmedic.com/asset/consult/img/mission.png) 0 0/cover no-repeat fixed
}

.srl-mission h1 {
    font-size: 50px
}

.srl-mission h2 {
    font-size: 40px;
    line-height: 47px;
    font-weight: 300
}

.srl-mission ul li {
    list-style: none;
    color: #abcbde;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 35px;
    background: url(https://www.secondmedic.com/asset/consult/img/checklist.png) left top 5px no-repeat
}

.diagnostic-centres ul li,
.popular-categories ul li {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 7.5px;
    text-align: center;
    list-style: none
}

.popular-categories {
    background: #fff;
    padding: 40px 0 0
}

.diagnostic-centres,
.diagnostic-search,
.partner-labs {
    padding: 40px 0;
    background: #fff
}

.diagnostic-centres h3,
.popular-categories h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.diagnostic-centres h3 a,
.popular-categories h3 a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.diagnostic-centres ul,
.popular-categories ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
    padding: 0
}

.popular-categories ul li {
    flex: 1 0 calc(14.2% - 15px);
    padding: 40px 15px
}

.popular-categories ul li img {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px
}

.diagnostic-centres ul li p,
.popular-categories ul li p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600
}

.diagnostic-centres ul li {
    flex: 1 0 calc(16.6% - 15px);
    padding: 15px;
    border-radius: 10px
}

.diagnostic-search .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 15px;
    margin-top: 30px
}

.diagnostic-search .box img {
    width: 200px;
    height: 78px;
    object-fit: contain;
}

.diagnostic-search .box .content {
    padding: 0;
    margin: 0 15px;
    width: 68%
}

.diagnostic-search .box .content h4 {
    font-weight: 600;
    margin-bottom: 10px
}

.diagnostic-search .box .content h5 {
    color: green;
    font-weight: 600;
    margin-bottom: 10px
}

.diagnostic-search .box .content p {
    color: #4a4a4a
}

.diagnostic-search .box .btn {
    width: 140px
}

.search-group .dropdown-toggle {
    background: #eee;
    border: 1px solid #ddd;
    color: #252525;
    font-weight: 600;
    width: 170px;
    border-radius: 10px 0 0 10px
}

.search-group .dropdown-menu {
    width: 100%;
    max-height: 300px;
    overflow: auto
}

.search-group select {
    background: #eee !important;
    border: 1px solid #ddd;
    color: #252525;
    font-weight: 600 !important;
    width: 170px;
    border-radius: 10px 0 0 10px;
    height: 100%
}

.search-group input {
    font-size: 16px;
    height: auto;
    padding: 10px 15px !important;
    color: #252525
}

.search-group input::placeholder {
    font-size: 16px
}

.search-group .input-group-append .btn {
    font-size: 18px;
    border-radius: 0 10px 10px 0 !important
}

.search-list li {
    list-style: none
}

.search-list li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px dashed #eee
}

.search-list li:last-child a {
    border-bottom: none
}

.partner-labs img {
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 20px;
    height: 109px;
    max-width: 100%;
    object-fit: contain
}

.float {
    box-shadow: 0 5px 40px rgb(0 0 0 / 16%) !important;
    border: none !important
}

@media (max-width:767px) {
    .book-test-now .box {
        padding: 15px
    }

    .srl-banner {
        padding: 60px 0
    }

    .why-srl .content {
        padding: 20px 0
    }

    .srl-carries,
    .srl-diagnostics,
    .srl-mission {
        padding: 40px 0
    }

    .srl-diagnostics .box {
        padding: 5px 15px;
        border-bottom: 1px solid #696969;
        margin: 0
    }

    .srl-diagnostics .box p {
        font-size: 13px
    }

    .srl-diagnostics .row .col-6:nth-child(2) .box {
        border-right: 0
    }

    .srl-diagnostics .row .col-6:nth-child(3) .box {
        border-bottom: 0
    }

    .srl-mission h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px !important
    }

    .srl-mission h1 {
        font-size: 40px;
        margin-bottom: 10px !important
    }

    .diagnostic-centres h3,
    .popular-categories h3 {
        font-size: 16px
    }

    .diagnostic-centres h3 a,
    .diagnostic-centres ul li p,
    .popular-categories h3 a,
    .popular-categories ul li p {
        font-size: 12px
    }

    .popular-categories ul li {
        flex: 0 0 calc(33% - 15px);
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .diagnostic-centres ul li {
        flex: 0 0 calc(50% - 15px);
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .search-group .dropdown-toggle {
        width: auto;
        font-size: 12px;
        padding: 0 10px
    }

    .search-group select {
        width: 120px;
        font-size: 12px;
        padding: 0 10px !important
    }

    .search-group input {
        font-size: 14px;
        padding: 10px !important
    }

    .search-group input::placeholder {
        font-size: 14px
    }

    .search-group .input-group-append .btn {
        font-size: 14px
    }

    .diagnostic-search .box {
        display: block
    }

    .diagnostic-search .box img {
        margin: 0 auto 15px;
        display: block
    }

    .diagnostic-search .box .content {
        margin: 0 0 15px;
        width: 100%
    }

    .diagnostic-search .box .btn {
        width: 100%
    }

    .promotion-header .navbar-brand.logo img {
        margin: 0px 5px;
    }

    .promotion-header .header-nav {
        padding-bottom: 10px;
        height: auto;
        border: none;
    }

    .promotion-header .main-menu-wrapper {
        order: unset;
        width: 100%;
        position: relative;
        transform: unset;
        background: transparent;
        text-align: center;
    }

    .promotion-header .main-nav {
        margin-top: 10px;
    }

    .promotion-header .main-nav > li {
        border: none;
    }

    .promotion-header .main-nav li a {
        font-size: 20px
    }
}

#mycusModal .modal-header {
    background-color: #3086c1 !important;
    padding: .5rem 1rem
}

#mycusModal .modal-dialog {
    max-width: 400px
}

/*@import url("owl.carousel.min.css");*/
/* Owl Carousel v2.3.4 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://www.secondmedic.com/lab/thyrocare/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*@import url("loader.css");*/
/*@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.min.css");*/
/*!
 * Datetimepicker for Bootstrap 4
 * version : 4.17.47 */
.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

/*@import url("https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css");*/
/*footercustom.css*/
.float,
.what-enquiry {
    position: fixed;
    right: 40px
}

.what-enquiry {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    display: none;
    width: 300px;
    min-height: 300px;
    background: #fff;
    z-index: 1000;
    bottom: 120px;
    border-radius: 10px
}

.float,
.what-header {
    background-color: #25d366
}

.what-header {
    height: 100px;
    width: 100%
}

.what-header p {
    font-weight: 700;
    color: #fff;
    padding-top: 10%
}

.what-content {
    padding: 10px
}

.what-show {
    display: block
}

.float {
    width: 60px;
    height: 60px;
    bottom: 40px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100
}

.footer-social a i {
    border: 1px solid;
    padding: 7px 8px;
    border-radius: 50%
}

.footer-social a {
    padding: 0 3px
}

.footer-social a i.fab.fa-facebook-f {
    border: 1px solid;
    padding: 7px 10px;
    border-radius: 50%
}

img.lazy {
    background-image: none !important;
}

/*New Lab Page Mobile View Work Start*/
.plr-10 {
    padding: 0px 10px;
}

.plr-5 {
    padding: 0px 5px;
}

.lab-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.lab-new-header {
    padding: 0px 0px 10px;
}

.dropdown.lab-page-dropdown {
    display: inline-block;
    padding-right: 18px;
}

.dropdown.lab-page-dropdown .btn img {
    margin-right: 10px;
    height: 32px;
}

.dropdown.lab-page-dropdown .btn {
    padding: 0px;
    background: transparent;
    border: none;
    color: black;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 19px;
    line-height: 19px;
    position: relative;
    box-shadow: none !important;
    outline: 0;
}

.dropdown.lab-page-dropdown .btn:active {
    background: none;
    color: black;
}

.dropdown.lab-page-dropdown .btn:after {
    display: none;
}

.dropdown.lab-page-dropdown .btn:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 50% !important;
    transform: translate(0, -50%);
    background: url('https://www.secondmedic.com/lab/asset/consult/img/labpage/arrow-down.svg');
    background-size: 100% 100%;
    width: 12px;
    height: 8px;
}

.dropdown.lab-page-dropdown .dropdown-menu {
    margin-left: 0px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 9px;
    border: 1px solid #eee;
    box-shadow: 0px 5px 4px rgb(235 235 235 / 25%);
}

.dropdown.lab-page-dropdown .dropdown-menu .active {
    color: var(--blue);
    background: none;
}

.dropdown.lab-page-dropdown .dropdown-menu a {
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 400;
}

.dropdown.lab-page-dropdown .dropdown-menu a:last-child {
    border: none;
}

.dropdown.lab-page-dropdown .dropdown-menu .form-control {
    background: var(--inputbg) !important;
    border: none;
    height: auto;
    color: #0000009C;
    border-radius: 10px;
    padding: 10px 20px !important;
    font-size: 14px;
    box-shadow: none !important;
}

.lab-new-header ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lab-new-header ul li {
    list-style: none;
}

.lab-new-header ul li a {
    width: 40px;
    height: 40px;
    line-height: 37px;
    display: block;
    margin-left: 10px;
    text-align: center;
    border-radius: 9px;
}

.lab-new-header ul li a img {
    width: 20px;
    height: auto;
}

.lab-new-header ul li.cart a {
    background: #28A7451F;
}

.lab-new-header ul li.notification a {
    background: #FFC1071F;
}

.lab-new-header ul li.offer a {
    background: #C01D1D1F;
}

.lab-new-header ul li.menu a {
    background: var(--inputbg);
}

.lab-new-search {
    padding: 10px 0px 20px;
}

.lab-page-searchicon .form-control {
    background: var(--inputbg) !important;
    border: none;
    height: auto;
    color: #0000009C;
    border-radius: 10px;
    padding: 15px 20px !important;
    font-size: 14px;
    box-shadow: none !important;
}

.lab-page-searchicon .input-group-prepend {
    width: 35%;
}

.lab-page-searchicon .input-group-prepend .form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.lab-page-searchicon {
    position: relative;
}

.lab-page-searchicon:before {
    content: '';
    position: absolute;
    font-family: "Barlow", sans-serif;
    right: 20px;
    top: 50%;
    color: #00000099;
    transform: translate(0px, -50%);
    background: url(https://www.secondmedic.com/utility/icons/search-icon.svg);
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}

.search-history-slider {
    margin-top: 10px;
}

.search-history-slider a {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    display: block;
    font-size: 12px;
    color: #1A4FD7;
    text-align: center;
}

.test-and-checkups {
    padding: 20px;
    background: var(--inputbg);
    border-radius: 10px;
    margin-top: 10px;
}

.test-and-checkups .lab-heading {
    font-size: 14px;
    margin-bottom: 15px;
}

.test-and-checkups ul {
    margin: 0px;
    padding: 0px;
}

.test-and-checkups ul li {
    list-style: none;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.test-and-checkups ul li .box {
    background: white;
    padding: 9.5px 15px;
    border-radius: 9px;
    width: calc(100% - 47px);
    margin: 0px;
}

.test-and-checkups ul li .box p {
    margin: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.test-and-checkups ul li .box p span {
    width: calc(100% - 60px);
}

.test-and-checkups ul li .box p b {
    color: var(--greencolor);
    width: 60px;
    text-align: right;
}

.test-and-checkups ul li .box-cross {
    width: 37px;
    height: 37px;
    line-height: 36px;
    text-align: center;
    background: var(--white);
    color: #A3A3A3;
    border-radius: 9px;
}

.test-and-checkups ul li .box-cross img {
    width: 13px;
}

.test-and-checkups .web-btn3 {
    margin-top: 12px !important;
}

.test-and-checkups .btn {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 14px;
}

.test-and-prescription {
    padding: 20px 0px 0px;
}

.test-and-prescription .btn {
    padding: 15px;
}
.test-and-prescription .btn img {
    width: 6px;
    height: 10px;
    object-fit: contain;
}

.lab-image-slider {
    padding: 20px 0px;
}

.lab-image-slider img {
    border-radius: 9px;
}

.difficulty-on-finding-test {
    padding: 20px 0px;
}

.difficulty-on-finding-test .btn {
    border-radius: 9px;
    font-size: 20px;
    padding: 10px 15px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.difficulty-on-finding-test .btn img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin-right: 10px;

}
.difficulty-on-finding-test .btn.web-btn2 img {
    filter: invert(1); 
}
.difficulty-on-finding-test .btn.web-btn2:hover img {
    filter: invert(0); 
}

.difficulty-on-finding-test .call-btn {
    background: var(--greencolor);
}

.difficulty-on-finding-test .whatsapp-btn {
    background: #25D366;
}

.lab-top-booked {
    padding: 20px 0px;
}

.lab-top-booked .box {
    border: 1px solid #eee;
    box-shadow: 0px 5px 4px rgb(235 235 235 / 25%);
    padding: 0px;
    border-radius: 9px;
    text-align: center;
    overflow: hidden;
}

.lab-top-booked .box img {
    height: 52px;
    object-fit: contain;
    margin-bottom: 10px;
}

.lab-top-booked .box p {
    margin: 0px;
    font-size: 14px;
    color: black;
}

.lab-page-top {
    padding: 20px 0px 0px;
}

.lab-page-top .top-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.lab-page-top .top-heading .back-btn {
    width: 40px;
    height: 40px;
    background: var(--inputbg);
    display: block;
    margin-right: 10px;
    text-align: center;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lab-page-top .top-heading .back-btn img {
    width: 16px;
    height: 14px;
}

.lab-page-top .top-heading h6 {
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: 500;
}

.lab-page-top .top-heading p {
    margin: 0px;
    font-size: 10px;
    text-transform: uppercase;
    color: #797979;
}

.select-test-filters {}

.select-test-filters .webcheckbox label {
    padding: 5px 5px 5px 54px;
    height: 51px;
    background: #eeeeee;
    border-radius: 9px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    margin: 0px;
}

.select-test-filters .webcheckbox label:before {
    content: '';
    position: absolute;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    margin-right: 10px;
    font-size: 12px;
    left: 10px;
    top: 10px;
}

.select-test-filters .webcheckbox input:checked ~ label {
    background: var(--greencolor);
    color: white;
}

.select-test-filters .webcheckbox input:checked ~ label:before {
    content: '';
    background-image: url(https://www.secondmedic.com/lab/asset/consult/img/labpage/check-icon-white.svg);
    background-size: 40% 40%;
    background-position: center;
    background-repeat: no-repeat;
}

.select-test-filters .form-control {
    padding: 16.7px 15px !important;
    background: #eee !important;
    font-size: 14px;
    border: none;
    height: auto;
    color: #000000;
    border-radius: 10px;
}

.frequently-booked-tests {
    padding: 25px 0px 40px;
    position: relative;
}

.frequently-booked-tests .lab-heading {
    margin-bottom: 10px;
}


.frequently-booked-tests .webcheckbox {
    position: relative;
    margin-top: 25px;
}
.lab-package-list-page-skeleton {
    width: 100%;
    height: 401px;
    display: block;
    border: 1px solid #eee;
    box-shadow: 0 0 20px 0 rgba(0,0,0,7%);
    border-radius: 10px;
    margin-top: 25px;
    padding: 20px;
    padding-top: 210px !important;
    position: relative;
}

.lab-package-list-page-skeleton .skeleton-img-tag {
    width: 100%;
    height: 188px;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.lab-package-list-page-skeleton .skeleton-title {
    width: 100%;
    height: 31px;
    background-color: #eee;
    margin-bottom: 10px;
}

.lab-package-list-page-skeleton .skeleton-sub-title {
    width: 70%;
    height: 21px;
    background-color: #eee;
    margin-bottom: 10px;
}

.lab-package-list-page-skeleton .skeleton-content {
    width: 60%;
    height: 45px;
    background-color: #eee;
    margin-bottom: 10px;
}

.lab-package-list-page-skeleton .skeleton-btns {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lab-package-list-page-skeleton .skeleton-btns .btn-1 {
    width: 48%;
    height: 46px;
    background-color: #eee;
}

.lab-package-list-page-skeleton .skeleton-btns .btn-2 {
    width: 48%;
    height: 46px;
    background-color: #eee;
}


@media (max-width:767px) {
    
.lab-package-list-page-skeleton {
    height: 379px !important;
}


.lab-package-list-page-skeleton .skeleton-title {
    height: 25px;
}

.lab-package-list-page-skeleton .skeleton-sub-title {
    height: 20px;
}

.lab-package-list-page-skeleton .skeleton-content {
    height: 35px;
}

.lab-package-list-page-skeleton .skeleton-btns {
    height: 40px;
}

.lab-package-list-page-skeleton .skeleton-btns .btn-1 {
    height: 40px;
}
   

.lab-package-list-page-skeleton .skeleton-btns .btn-2 {
    height: 40px;
}

}

.frequently-booked-tests .webcheckbox label {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 31px;
    height: 31px;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
    background: #afafaf;
    border: 1px solid #afafaf;
    border-radius: 9px;
    margin: 0px;
    z-index: 1;
}

.frequently-booked-tests .webcheckbox input:checked ~ label {
    background: var(--greencolor);
    border-color: var(--greencolor);
    box-shadow: 0px 0px 10px rgba(48, 134, 193, 0.8);
}

.frequently-booked-tests .webcheckbox input:checked ~ label:before {
    content: '';
    background-image: url(https://www.secondmedic.com/lab/asset/consult/img/labpage/check-icon-white.svg);
    background-size: 40% 40%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 31px;
    height: 31px;
}

.frequently-booked-tests .webcheckbox input:checked ~ .box {
    border-color: var(--greencolor);
    box-shadow: 0px 5px 4px rgba(48, 134, 193, 0.25);
}


.frequently-booked-tests .box {
    border: 1px solid #eee;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    padding-top: 210px !important;
    padding: 20px;
    border-radius: 9px;
    font-size: 14px;
    transition: all 0.3s 0s linear;
    overflow: hidden;
    position: relative;
    height: 400.8px;
}

.frequently-booked-tests .box .lab-package-list-img { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    object-fit: contain;
}


.frequently-booked-tests .box .btn { 
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px !important;
}

.frequently-booked-tests .box .btn:hover {
    border-radius: 6px !important;
}

.frequently-booked-tests .box:hover {
    box-shadow: none;
}

.frequently-booked-tests .box h6 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    width: 85%;
}

.frequently-booked-tests .box p {
    color: #0000009c;
    margin: 0px;
}

.frequently-booked-tests .box ul {
    margin: 5px 0px;
    padding-left: 15px;
    color: #0000009c;
    height: 63px;
    overflow: hidden;
}

.frequently-booked-tests .box p.text-black {
    color: var(--black);
    margin-bottom: 10px;
}

.frequently-booked-tests .box p.text-black a {
    text-decoration: underline;
}

.frequently-booked-tests .box p .price {
    font-size: 16px;
}

.frequently-booked-tests .footer-btn {
    position: sticky;
    left: 50%;
    bottom: 20px;
    z-index: 100;
    width: 500px !important;
    transform: translate(-50%, 0);
    font-size: 15px;
    margin-top: 40px;
    padding: 15px 20px;
    box-shadow: 0px 0px 10px rgba(48, 134, 193, 0.8);
}

.frequently-booked-tests .footer-btn.fixed {
    position: fixed;
}
.test-checkup-banner {
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

@media (min-width:992px) and (max-width:1200px) {
    .test-and-prescription .btn {
        padding: 10px 12px;
        font-size: 12px; 
    }
} 
@media (min-width:767px) and (max-width:992px) {
    .test-and-prescription .btn {
        padding: 10px 12px;
        font-size: 12px; 
    } 
}

@media (max-width:767px) {
    .web-btn3 {
        font-size: 12px;
        padding: 10px 15px;
    }

    .web-btn {
        border-radius: 9px;
        font-size: 12px;
        padding: 10px 15px;
    }

    .lab-heading {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .lab-heading b {
        font-weight: bold;
    }

    .lab-new-header {
        padding: 15px 0px 10px;
    }

    .lab-new-search {
        padding: 0px;
    }

    .lab-page-searchicon .form-control {
        padding: 10px 20px !important;
    }

    .search-history-slider a {
        font-size: 10px;
    }

    .test-and-checkups {
        margin: 10px 0px;
        padding: 20px;
    }

    .test-and-checkups ul li .box p {
        font-size: 12px;
    }

    .test-and-checkups .btn {
        font-size: 12px;
        padding: 10px 15px;
    }

    .test-and-prescription {
        padding: 10px 0px;
    }

    .test-and-prescription .btn {
        padding: 10px 15px;
        font-size: 12px;
    }

    .lab-image-slider {
        padding: 10px 0px;
    }

    .difficulty-on-finding-test {
        padding: 10px 0px;
    }

    .difficulty-on-finding-test .btn {
        font-size: 12px;
    }

    .difficulty-on-finding-test .btn img {
        height: 15px;
    }

    .lab-top-booked {
        padding: 10px 0px;
    }

    .lab-top-booked .box p {
        font-size: 12px;
    }

    
    @media (max-width: 1190px) {
    .cta {
        display: none;
    }
}
    
    @media (max-width: 768px) {
    .searchbox {
        min-width: 100% !important;
        margin-right: auto;
    }
}
    
    
    .mobile-new-header .sidebar-nav .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    color: #343434;
    padding: 12px 20px;
    margin: 5px 0;
    transition: all 0.3s 0s linear;
    border-radius: 10px;
}
.lab-page-top {
    padding: 20px 0px 0px !important;
    }
    .lab-page-top .top-heading h6 {
        font-size: 14px;
    }

    .select-test-filters {
        padding: 20px 0px 10px;
    }

    .select-test-filters .webcheckbox label {
        padding: 5px 5px 5px 45px;
        height: 40px;
        font-size: 12px;
    }

    .select-test-filters .webcheckbox label:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        left: 5px;
        top: 5px;
    }

    .select-test-filters .form-control {
        padding: 12.4px 15px !important;
        font-size: 12px;
    }

    .frequently-booked-tests {
        padding: 0px 0px 85px;
    }

    .frequently-booked-tests .lab-heading {
        margin-bottom: 5px;
    }

    .frequently-booked-tests .footer-btn {
        position: fixed;
        left: 50%;
        bottom: 20px;
        z-index: 100;
        width: calc(100% - 30px) !important;
        transform: translate(-50%, 0);
        padding: 10px 15px;
    }

    .frequently-booked-tests .webcheckbox label {
        top: 15px;
        right: 15px;
    }

    .frequently-booked-tests .box {
        font-size: 12px;
        padding: 15px;
        height: 379px;
    }

    .frequently-booked-tests .box h6 {
        font-size: 14px;
    }

    .frequently-booked-tests .box p .price {
        font-size: 14px;
    }
    .lab-package-list-page-skeleton { 
        height: 379px !important;
    }
}

/*New Lab Page Mobile View Work End*/

.main-nav li.menu_selected a {
    color: var(--greencolor);
    font-weight: bold;
}

.main-nav li.menu_selected a div {
    font-weight: bold;
}

.header-contact-img + .badge {
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-left: -8px;
    vertical-align: top;
    font-size: 10px;
    padding: 5px;
    max-height: 20px;
    min-width: 20px;
    z-index: 1;
    position: relative;
}

@media (max-width:991px) {
    .main-nav li.menu_selected a {
        background: white;
    }
}




/* New lab page desktop work start */

.lab-new-desktop-header {
    padding: 30px 0px;
}

.lab-new-desktop-header .navbar {
    background-color: var(--greencolor);
    padding: 13px 15px;
}

.lab-new-desktop-header .nav-link {
    color: white !important;
    text-transform: uppercase;
    padding: 0px 15px !important;
    position: relative;
    font-size: 14px;
}

.lab-new-desktop-header .nav-link:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
}

.lab-new-desktop-header .nav-item:first-child .nav-link {
    padding-left: 0px !important;
}

.lab-new-desktop-header .nav-item:last-child .nav-link {
    padding-right: 0px !important;
}

.lab-new-desktop-header .nav-item:last-child .nav-link:after {
    display: none;
}

.health-checkups-at-home {
    padding: 30px 0px;
}

.lab-page-heading {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.health-checkups-at-home .lab-page-heading {
    margin-bottom: 0px;
}

.health-checkups-at-home .lab-heading {
    margin-bottom: 0px;
}

.health-checkups-at-home .package-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 71.6px; 
}

.health-checkups-at-home .checkups-list {
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: auto; 
    width: 100%;
}

/* .health-checkups-at-home .checkups-list .owl-nav button
{
    width: auto;
    height: auto;
    box-shadow: unset;
    background-color: transparent;
    top: 65%;  
}
.health-checkups-at-home .checkups-list .owl-nav button:hover
{
    background: none !important; 
}
.health-checkups-at-home .checkups-list .owl-nav button:hover span
{
    color: var(--greencolor) !important; 
}
.health-checkups-at-home .checkups-list .owl-nav button.owl-prev {
    left: -15px;
}
.health-checkups-at-home .checkups-list .owl-nav button.owl-next {
    right: -15px;
}
.health-checkups-at-home .checkups-list .item
{
    padding: 20px 0px 0px;
} */
/*.health-checkups-at-home .checkups-list a {
    border: 1px solid #ccc;
    background-color: #eee;
    color: black;
    font-size: 12px;
    margin: 20px 8px 0px 0px;
    padding: 4px 15px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    position: relative;
    font-weight: bold;
}
.health-checkups-at-home .checkups-list a:hover {
    background-color: #ddd;
}*/

/* Health Checkups At Home - Filter Buttons */
.health-checkups-at-home .checkups-list a {
    border: 1px solid #ccc;
    background-color: #eee;
    color: var(--greencolor);
    font-family: "Barlow", sans-serif; 
    font-size: 15px;
    font-weight: 600;
    margin: 20px 8px 0 0;
    padding: 4px 15px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    position: relative;
    transition: all 0.3s ease;}

/* Optional Hover Effect */
.health-checkups-at-home .checkups-list a.active {
    background-color: #263a8efc;
    color: #000;
    border-color: #263a8efc;
}





/* .health-checkups-at-home .checkups-list a span {
    position: absolute;
    right: 10px;
    top: -15px;
    transform: translate(-50%);
    background: linear-gradient(117deg, rgba(251, 178, 56, 1) 0%, rgba(251, 198, 110, 1) 52%, rgba(237, 154, 16, 1) 100%);
    color: black;
    padding: 2px 8px;
    font-size: 10px;
    border-radius: 50px;
    animation: fadeAnimation 0.5s 0s infinite linear;
}

@keyframes fadeAnimation {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1.2, 1.2);
    }
} */

/*.health-checkups-at-home .checkups-list a.active {
    background-color: #19838a20;
    color: var(--black);
    border-color: var(--greencolor);
}*/

.health-checkups-at-home .checkups-list a.active {
    background-color: #263a8efc;
    color: white;
    border-color: #263a8efc;
}

.health-checkups-at-home .btn-link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    margin: 20px 0px;
}

.web-overflow {
    padding-bottom: 5px !important;
}

.web-overflow::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.web-overflow::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}

.web-overflow::-webkit-scrollbar-thumb {
    background-color: var(--greencolor);
    border-radius: 50px;
}


.health-checkups-at-home .card {
    border: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.health-checkups-at-home .card .img-div {
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: top center;
    background-color: #eee;
}

.health-checkups-at-home .card .img-div .package-logo {
    position: absolute;
    top: 8px;
    right: 9px;
    width: 92px;
    height: 42px;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}

.health-checkups-at-home .card .img-div .package-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.health-checkups-at-home .lab-landing-modal ul {
    list-style: none;
    padding: 0;
    background-color: #ffeedc;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 0
    
}

.health-checkups-at-home .lab-landing-modal ul li {
    padding: 8px 0;
    border-top: 1px solid #f3d7ba;
}

.health-checkups-at-home .lab-landing-modal ul li:first-child {
    border-top: none 
}

.health-checkups-at-home .card .img-div .doctor-consult {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fffffc;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.health-checkups-at-home .card .img-div .doctor-consult img {
    width: 20px;
    height: 20px;
    filter: invert(1);
    margin-right: 5px;
}

.health-checkups-at-home .card .img-div .lab-info-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ddd;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0 rgba(0,0,0,11%);
}

.health-checkups-at-home .card .img-div .lab-info-btn img {
    width: 16px;
    height: 16px;
}


.health-checkups-at-home .card .img-div .img-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--greenrgb);
    color: black;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    opacity: 0;
    transition: all 0.3s 0s linear;
    overflow: hidden;
    /* display: none; */
}

.health-checkups-at-home .card:hover .img-div .img-content {
    opacity: 1;
}

.health-checkups-at-home .card .img-div .img-content h5 {
    color: inherit;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.health-checkups-at-home .card .img-div .img-content ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.health-checkups-at-home .card .img-div .img-content ul li {
    width: 50%;
    flex-grow: 1;
    list-style: none;
    border-top: 1px solid #00000066;
    padding: 5px 15px 5px 0px;
}

.health-checkups-at-home .card .img-div img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.health-checkups-at-home .card .card-body {
    padding: 15px;
}

.health-checkups-at-home .card .card-body .card-title {
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.health-checkups-at-home .card .card-body p {
    font-size: 14px;
    line-height: 18px;
    color: grey;
    margin-bottom: 10px;
}

.health-checkups-at-home .card .card-body .price {
    font-weight: bold;
    display: flex;
    align-items: center;
    margin: 0px;
    font-size: 18px;
}

.health-checkups-at-home .card .card-body .price del {
    color: grey;
    font-size: 14px;
    margin-right: 5px;
}

.health-checkups-at-home .card .thyro_detail {
    padding-left: 0px;
    margin: 0px;
}

.health-checkups-at-home .card .thyro_detail li {
    display: flex;
    align-items: center;
}

.health-checkups-at-home .card .thyro_detail li img {
    width: 14px !important;
    margin-right: 5px;
}

.health-checkups-at-home .card .btn {
    width: calc(50% - 7.5px);
}

.book-btns {
    padding: 30px 0px;
}

.book-btns p {
    font-size: 16px;
}

.book-btns .fa-bolt {
    height: 20px;
    filter: invert(21%) sepia(91%) saturate(5516%) hue-rotate(356deg) brightness(99%) contrast(127%);
}

.popular-test {
    padding: 30px 0px;
}

.popular-test .lab-page-heading {
    margin-bottom: 0px;
}

.popular-test .col {
    max-width: 20%;
    min-width: 20%;
}

.popular-test .box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.popular-test .box .circle-img {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 50px;
    margin-right: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popular-test .box .circle-img img {
    height: 30px;
    filter: var(--greenfilter);
}

.popular-test .box p {
    margin: 0px;
    width: calc(100% - 60px);
}

.health-risk {
    padding: 30px 0px;
    height: 232px;
}

.health-risk .box {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}

.health-risk .box img {
    height: 60px;
    margin-bottom: 15px;
    object-fit: contain;
    filter: var(--greenfilter);
}

.health-risk .box p {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 14px;
}

.health-risk .owl-nav {
    display: block !important;
}

.covid-19-rt-pcr-test-by-city {
    padding: 30px 0px;
}

.covid-19-rt-pcr-test-by-city .btn-link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

.covid-19-rt-pcr-test-by-city .lab-page-heading {
    margin-bottom: 10px;
}

.covid-19-rt-pcr-test-by-city .box {
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    text-align: center;
    border-radius: 10px;
    display: block;
    background: #fff;
    margin-top: 15px;
    font-weight: 700;
    font-size: 14px;
}

.health-scans-and-imaging-tests {
    padding: 30px 0px;
}

.health-scans-and-imaging-tests a:hover {
    color: inherit;
}

.health-scans-and-imaging-tests .box {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 12px;
    background: #fff;
    margin: 1% 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.health-scans-and-imaging-tests .box img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid var(--greencolor);
}

.health-scans-and-imaging-tests .box h3 {
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0 0 0;
    padding: 0;
}

.health-scans-and-imaging-tests .box h4 {
    font-weight: 600;
    font-size: 20px;
}

.health-scans-and-imaging-tests .box p {
    font-size: 13px;
    color: #393939;
    font-weight: 400;
    margin: 10px 0 10px 0;
    padding: 0 6%;
    min-height: 80px;
}

.health-scans-and-imaging-tests .box .box-footer h5 {
    display: block;
    width: 180px;
    top: 30px;
    position: relative;
    font-weight: 600;
    border-radius: 70px;
    font-size: 15px;
    color: #FFF;
    padding: 10px;
    margin: -23px auto 10px auto;
    background: var(--greencolor);
}

.health-scans-and-imaging-tests .box .box-footer ul {
    min-height: 110px;
    border-radius: 0 0 12px 12px;
    margin: 0px 0px 0px 0px;
    padding: 30px 10px 10px 10px;
    background: #dfeeff;
    border-top: 1px solid var(--greencolor);
}

.health-scans-and-imaging-tests .box .box-footer ul li {
    margin-left: 15px;
    text-align: left;
    padding: 2px 0;
    font-size: 13px;
}

.why-choose-secondmedic {
    padding: 30px 0px;
}

.why-choose-secondmedic .lab-page-heading {
    margin-bottom: 0px;
}

.why-choose-secondmedic .box {
    margin-top: 30px;
    padding-right: 20px;
}

.why-choose-secondmedic .box .number {
    display: flex;
    align-items: center;
}

.why-choose-secondmedic .box .number span {
    font-size: 32px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #e3e3e3;
    font-weight: 600;
    font-style: italic;
    padding: 11px 15px 0 0;
}

.why-choose-secondmedic .box .number img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    vertical-align: bottom;
    filter: var(--greenfilter);
}

.why-choose-secondmedic .box p {
    padding-top: 15px;
    font-size: 15px;
    line-height: 19px;
    color: #2a2a2a;
    font-weight: 400;
    margin: 0px;
}


.featured-labs-new {
    padding: 30px 0px;
    height: 257px;
}

.featured-labs-new .lab-page-heading {
    margin-bottom: 0px;
    font-size: 20px;
}

.our-presence {
    padding: 30px 0px;
}

.our-presence p {
    font-size: 16px;
    color: #eaeaea;
    font-weight: 100;
    margin: 0;
    padding: 0;
    line-height: 19px;
    text-align: center;
}

.our-presence p a {
    font-size: 12px;
    margin-left: 6px;
    margin-right: 6px;
    font-weight: 400;
    letter-spacing: .1px;
    text-transform: capitalize;
    color: #969696;
    text-decoration: none;
}

.our-presence p a:hover {
    color: black;
}

.most-popular {
    padding: 30px 0px;
}

.most-popular ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.most-popular ul li {
    text-transform: inherit;
    margin-right: 1px;
    display: inline-block;
    line-height: 14px;
}

.most-popular ul li a {
    font-size: 12px;
    font-weight: 400;
    margin-left: 0;
    letter-spacing: .1px;
    color: #969696;
    text-decoration: none;
}

.most-popular ul li a::after {
    content: ",";
}

.most-popular ul li a:hover {
    color: black;
}

@media (min-width:992px) and (max-width:1200px) {
    .health-checkups-at-home .checkups-list {
        width: 89%;
    }
    .health-checkups-at-home .card .btn {
        font-size: 12px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .health-checkups-at-home .checkups-list {
        width: 85%;
    }
    
    .health-checkups-at-home .card .btn {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .lab-new-desktop-header {
        padding: 20px 0px;
    }

    .lab-new-desktop-header .navbar {
        padding: 5px 20px;
    }

    .lab-new-desktop-header .navbar-toggler {
        border: none;
        padding: 0px;
    }

    .lab-new-desktop-header .nav-link {
        padding: 10px 0px !important;
    }

    .lab-new-desktop-header .nav-link:after {
        display: none;
    }

    .health-checkups-at-home {
        padding: 10px 0px;
    }

    .health-checkups-at-home .lab-page-heading {
        width: 50%;
    }

    .health-checkups-at-home .checkups-list {
        margin-bottom: 5px;
        white-space: nowrap;
        overflow-x: scroll;
        width: 100%;
    }

   

    .health-checkups-at-home .checkups-list .owl-nav button {
        top: 69%;
    }

    .health-checkups-at-home .checkups-list .owl-nav button.owl-prev {
        left: -10px;
    }

    .health-checkups-at-home .checkups-list .owl-nav button.owl-next {
        right: -12px;
    }

    .health-checkups-at-home .btn-link {
        margin: 0px 0px 20px;
    }

    .health-checkups-at-home .card {
        margin-top: 15px;
    }

    .health-checkups-at-home .card .card-body {
        padding: 10px;
    }

    .health-checkups-at-home .card .img-div .package-logo {
        top: 5px;
        right: 6px;
        width: 63px;
        height: 31px;
    }

    .health-checkups-at-home .card .img-div .doctor-consult {
        top: unset;
        bottom: 5px;
        left: 5px;
        /* transform: translate(-50%,0); */
        width: 65%;
        font-size: 8px;
        text-align: left;
        padding: 3px 8px;
        height: 30px;
    }

    .health-checkups-at-home .card .img-div .doctor-consult img {
        width: 18px;
        height: 18px;
        margin-right: 4px;
    }

    .health-checkups-at-home .card .img-div {
        height: 120px;
    } 

    .health-checkups-at-home .card .img-div img {
        height: 120px;
    }

    .health-checkups-at-home .card .card-body .card-title {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .health-checkups-at-home .card .card-body p {
        font-size: 10px;
        line-height: 14px;
    }

    .health-checkups-at-home .card .card-body .price {
        font-size: 12px;
    }

    .health-checkups-at-home .card .card-body .price del {
        font-size: 10px;
        margin-right: 3px;
    }

    .health-checkups-at-home .card .btn {
        padding: 5px 5px;
        font-size: 10px;
        border-radius: 5px;
        width: calc(50% - 3px);
    }

    .health-checkups-at-home .card:hover .img-div .img-content {
        padding: 5px;
        font-size: 6px;
        line-height: 10px;
    }

    .health-checkups-at-home .card .img-div .img-content h5 {
        font-size: 10px;
    }

    .health-checkups-at-home .card .img-div .img-content ul li {
        padding: 0px 5px 0px 0px;
        border: none;
    }

    .book-btns {
        padding: 10px 0px 20px;
    }

    .book-btns p {
        justify-content: center;
        margin: 10px 0px !important;
    }

    .book-btns .btn {
        font-size: 18px;
    }

    .popular-test {
        padding: 10px 0px;
    }

    .popular-test .col {
        max-width: 50%;
        min-width: 50%;
    }

    .popular-test .lab-page-heading {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .popular-test .box {
        margin-top: 15px;
    }

    .health-risk {
        padding: 10px 0px;
        height: 203px;
    }

    .health-risk .lab-page-heading {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .covid-19-rt-pcr-test-by-city {
        padding: 10px 0px;
    }

    .covid-19-rt-pcr-test-by-city .lab-page-heading {
        font-size: 16px;
        margin: 0px;
    }

    .health-scans-and-imaging-tests {
        padding: 10px 0px;
    }

    .health-scans-and-imaging-tests .lab-page-heading {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .health-scans-and-imaging-tests .owl-nav {
        display: block !important;
    }

    .why-choose-secondmedic {
        padding: 10px 0px;
    }

    .why-choose-secondmedic .lab-page-heading {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .why-choose-secondmedic .box {
        margin-top: 15px;
        padding-right: 0px;
    }

    .why-choose-secondmedic .box p {
        margin-top: 10px;
    }

    .featured-labs-new {
        padding: 10px 0px;
        height: 220px;
    }

    .featured-labs-new .lab-page-heading {
        font-size: 16px;
    }

    .featured-labs .card {
        margin-top: 15px;
        padding: 10px;
    }

    .our-presence {
        padding: 20px 0px;
    }

    .most-popular {
        padding: 20px 0px;
    }
}

/* New lab page desktop work end */

.popular-test.new .box {
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    text-align: center;
    border-radius: 10px;
    display: block;
    background: #fff;
    margin-top: 15px;
    font-weight: 700;
    font-size: 14px;
}

.popular-test.new .box p {
    width: 100%;
}

.lab-page-slider {
    padding: 15px 0px;
    background-color: var(--greencolor);
}

.lab-page-slider .carousel {
    height: 205.43px;
}

.lab-page-slider img {
    border-radius: 10px;
}

.lab-page-slider .box {
    /*background-color: white;
    padding: 20px;
    border-radius: 10px;*/
background: #fff;
  border-radius: 12px;
  padding: 0px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;

}

@media (max-width:767px) {
    .disease-health-goals ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    position: relative;
    padding-left: 32px;
}

    .eap-about .box-header img.eap-img {
    max-width: 60px;
    height: auto;
    margin-right: auto;
}
    .eap-about .box-header {
    flex-direction: column;
}
    .website-new-banner .box{
        padding: 20px !important;
    }
    .footer-new p, .similar-test .box p, .test-page .test-payments b {
    font-size: 15px;
}

.pkg-detail-badge {
    margin: 4px;
}
    .lab-page-slider .carousel {
        height: 84.56px;
    }
    ul {
    padding-left: 20px;
}

    .popular-test.new .box {
        font-size: 12px;
        margin-top: 10px;
    }

    .health-checkups-at-home .package-tabs {
        display: block;
        text-align: center;
        height:auto;
    }

    .lab-page-slider {
        padding: 0px 0px 0px;
        background-color: transparent;
    }

    .lab-page-slider .row .col-md-7 {
        order: 2;
    }

    .lab-page-slider .row .col-md-5 {
        order: 1;
    }

    .lab-page-slider .box {
        padding: 15px 15px 0px;
        border-radius: 0px;
        margin: 0px -15px 0px;
    }

    .featured-labs .card p {
        font-size: 12px;
    }

    .featured-labs .card .badge.bg-primary {
        margin-bottom: 5px;
        padding-top: 2px;
    }

    .featured-labs p {
        line-height: 18px;
    }
}


.lab-add-member-top {
    padding: 40px 0px;
}

.lab-add-member-form {
    padding: 30px 0px;
    border-top: 1px solid #cccccc;
    border-radius: 0px;
}

.lab-add-member-form .lab-heading {
    font-size: 16px;
    justify-content: space-between;
    padding: 5px 0px 20px;
    margin: 0;
}

.lab-add-member-form .input-group .btn {
    margin: 0px !important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
}

.lab-add-member-form .form-group {
    margin-bottom: 15px !important;
}

.lab-add-member-form label {
    font-size: 14px;
}

.lab-add-member-form .form-control {
    padding: 12px 20px !important;
    height: auto;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #8f8f8f;
}

.lab-add-member-form select.form-control {
    height: 48.5px;
}

.lab-add-member-form .btn {
    padding: 15px 20px;
    font-size: 16px;
    margin-top: 5px !important;
    margin-bottom: 15px;
}

.lab-add-member-form .rightbox {
    position: sticky;
    top: 150px;
    padding: 30px 20px;
    margin-bottom: 0px !important;
}

.lab-add-member-form .rightbox .lab-heading {
    justify-content: center;
    font-size: 22px;
    padding-bottom: 30px;
}

.lab-add-member-form .rightbox ul {
    margin-bottom: 10px;
}

.lab-add-member-form .rightbox ul li {
    padding: 20px 0px;
    border-top: 1px dashed #8f8f8f;
    margin-top: 0px;
    font-size: 14px;
}

.lab-add-member-form .rightbox ul li:last-child {
    border-bottom: 1px dashed #8f8f8f;
}

.lab-add-member-form .rightbox ul li label {
    margin: 0px;
    font-size: 14px;
}

.lab-add-member-form .rightbox .btn {
    justify-content: space-between !important;
    margin-top: 30px !important;
    margin-bottom: 0px;
}

.lab-add-member-form .btn-danger {
    border-radius: 5px;
    font-size: 12px !important;
    padding: 5px 10px !important;
}

.lab-add-member-form .test-and-checkups {
    margin-bottom: 15px;
}

@media (max-width:767px) {
    .lab-add-member-top {
        padding: 15px 0px;
    }

    .lab-add-member-form {
        margin: 0px;
        padding: 15px 0px;
    }

    .lab-add-member-form .lab-heading {
        padding: 5px 0px 15px;
    }

    .lab-add-member-form .btn {
        font-size: 12px; 
        padding: 12px 15px;
    }

    .lab-add-member-form .rightbox {
        padding: 20px;
    }

    .lab-add-member-form .rightbox .lab-heading {
        padding-bottom: 20px;
        font-size: 16px;
    }

    .lab-add-member-form .rightbox ul li {
        padding: 10px 0px;
    }

    .lab-add-member-form .rightbox .btn {
        margin-top: 20px !important;
    }
}

.thankyoupage {
    background: white;
    padding: 40px 0px;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyoupage #order_detail p:first-child {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--greencolor);
}

.thankyoupage #order_detail p {
    margin-bottom: 10px;
    font-size: 18px;
    /* color: #8d8d8d; */
}

.thankyoupage .btn {
    margin-top: 40px;
    padding: 10px 30px;
    font-size: 16px;
}

@media (max-width:767px) {
    .thankyoupage {
        height: 100vh;
        padding: 40px 10px;
    }

    .thankyoupage #order_detail p:first-child {
        font-size: 40px;
    }

    .thankyoupage #order_detail p {
        font-size: 16px;
    }

    .thankyoupage .btn {
        margin-top: 35px;
    }
}

.fpackages-view {
    padding: 50px 0px;
}

.fpackages-view .box {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    margin: 15px 0px;
    position: relative;
    min-height: 160px;
    height: calc(100% - 30px);
    border-bottom: 5px solid var(--greencolor);
    transition: all 0.3s 0s linear;
}

.fpackages-view .box h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: inherit;
}

.fpackages-view .box p {
    font-size: 14px;
    margin: 10px 0px 0px;
    font-weight: 500;
}

.fpackages-view .box:hover {
    background-color: var(--greencolor);
    color: white;
    transform: scale(1.05, 1.05);
}

.fpackages-view .box:hover p {
    color: white;
}

@media (max-width:767px) {
    .fpackages-view {
        padding: 10px 0px 20px;
    }

    .fpackages-view .box {
        min-height: auto;
        margin-top: 15px;
        height: auto;
    }

    .fpackages-view .box h3 {
        font-size: 14px;
        line-height: 18px;
    }
}

.page-banner {
    padding: 60px 0;
    background: url(https://www.secondmedic.com/lab/asset/consult/img/page-banner.webp) center/cover fixed;
    position: relative;
    color: #fff
}

.page-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--greenrgb);
}

.page-banner h1 {
    margin: 0;
    font-weight: 700;
    color: inherit
}

.single-category-page {
    padding: 50px 0px;
}

.single-category-page .lab-heading {
    margin-bottom: 15px;
}

.single-category-page .box {
    margin: 7.5px 0px;
}

@media (max-width:767px) {
    .page-banner {
        padding: 30px 0px;
    }

    .page-banner h1 {
        font-size: 20px;
    }

    .single-category-page {
        padding: 0px 0px 20px;
    }
}


.upload-prescription-new {
    padding: 50px 0px;
    border-top: 1px solid #cccccc;
    border-radius: 0px;
}

.upload-prescription-new .lab-heading {
    margin-bottom: 40px;
    font-size: 20px;
}

.upload-prescription-new .form-group {
    margin-bottom: 15px !important;
}

.upload-prescription-new label {
    font-size: 14px;
}

.upload-prescription-new .form-control {
    padding: 12px 20px !important;
    height: auto;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 5%);
    border: 1px solid #8f8f8f;
}

.upload-prescription-new .form-control[type="file"] {
    font-size: 12px;
    padding: 12px 15px !important;
}

.upload-prescription-new .btn {
    padding: 11.2px 45px;
    font-size: 16px;
}

@media (max-width:767px) {
    .upload-prescription-new {
        padding: 15px 0px;
    }
}

.select-test-viewall-modal .modal-content {
    border-radius: 10px;
}

.select-test-viewall-modal .close {
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 10px;
    z-index: 1;
    opacity: 1;
}

.select-test-viewall-modal .modal-header {
    padding: 20px 15px;
    display: block;
}

.select-test-viewall-modal .modal-body {
    padding: 15px;
    overflow: auto;
    max-height: 80vh;
}

.select-test-viewall-modal h1 {
    font-size: 20px;
    font-weight: bold;
}

.select-test-viewall-modal h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

.select-test-viewall-modal th {
    padding: 6px 0px !important;
    font-size: 13px;
}

.select-test-viewall-modal td {
    padding: 5px 0px 10px;
}

.select-test-viewall-modal td mark {
    margin-top: 5px;
    margin-right: 1px;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    background-color: var(--inputbg);
}

@media (max-width:767px) {
    .select-test-viewall-modal h1 {
        font-size: 16px;
    }

    .select-test-viewall-modal h2 {
        font-size: 14px;
    }
}


.web-accordion .card {
    box-shadow: none;
    border: 1px solid #ddd !important;
    padding: 0px;
    border-radius: 10px !important;
    margin-bottom: 10px;
}

.web-accordion .card .card-header {
    padding: 0px;
    border-radius: 10px;
}

/*.web-accordion .card .card-header button {
    padding: 10px 15px;
    color: #000;
    background-color: #eee;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    display: block;
    width: 100%;
    position: relative;
}*/

.web-accordion .card .card-body {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
}

.single-lab-package .web-accordion {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.single-lab-package .web-accordion .card {
    width: calc(50% - 5px);
    align-self: flex-start;
}

.single-lab-package .web-accordion .card .card-body {
    padding: 15px 15px 10px;
}

.single-lab-package .web-accordion .card .card-body ul {
    margin: 0px;
    padding-left: 20px;
}

.single-lab-package .web-accordion .card .card-body ul li {
    margin-bottom: 5px;
}

.single-lab-package .rightbox {
    position: sticky;
    top: 150px;
    margin-bottom: 15px;

}

.single-lab-package .main-heading {
    font-family: "Barlow", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #263a8efc;
}

@media (max-width: 767px) {
    .single-lab-package .main-heading {
        font-size: 24px;
        line-height: 28px;
    }

    .single-lab-package .row .col-md-8 {
        order: 2;
    }

    .single-lab-package .row .col-md-4 {
        order: 1;
    }

    .single-lab-package .web-accordion .card {
        width: 100%;
    }

    .lab-test .test-list li {
        font-size: 10px;
        padding: 5px 13px;
    }
}





.lab-new-filters .form-control {
    background: white !important;
    border: 1px solid #9b9b9b;
    height: auto;
    color: #000;
    border-radius: 10px;
    padding: 15px 20px !important;
    font-size: 14px;
    box-shadow: none !important;
    font-weight: 500;
}

.selecticon select.form-control {
    -webkit-appearance: none;
    background: transparent !important;
    z-index: 1;
    position: relative;
}

.selecticon {
    position: relative;
    background-color: white;
    border-radius: 10px;
}

.selecticon:before {
    content: '';
    position: absolute;
    font-family: "Barlow", sans-serif;
    right: 20px;
    top: 50%;
    color: #00000099;
    transform: translate(0px, -50%);
    background: url('https://www.secondmedic.com/utility/icons/angle-down.webp');
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}


.swal-text {
    color: var(--btn2color);
}

.swal-footer {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
}

.swal-icon--success__line,
.swal-button,
.swal-button:not([disabled]):hover,
.swal-button:focus,
.swal-button:active {
    background-color: var(--greencolor);
}

.swal-icon--success__ring {
    border: 4px solid hsl(162deg 50% 51% / 40%);
}




/* SHARE WORK START */

.share-dropdown {
    display: inline-block;
    margin-left: 15px;
}

.share-dropdown button {
    background-color: transparent;
    padding: 0px;
    border: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: var(--btn2color);
    outline: 0;
}

.share-dropdown button img {
    height: 14px;
    margin-right: 4px;
    margin-bottom: 0;
    filter: brightness(0);
}

.share-dropdown button::after {
    display: none;
}

.share-dropdown .dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 9px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transform: translate3d(0px, 24px, 0px) !important;
    margin: 10px 0px;
    right: 0;
    left: auto !important;
    padding: 0px;
    z-index: 999;
}

.share-dropdown .dropdown-menu .dropdown-item {
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}

.share-dropdown .dropdown-menu .dropdown-item i {
    margin-right: 5px;
    width: 15px;
}

.share-dropdown .dropdown-menu .dropdown-item span {
    margin: 5px 0px;
    padding: 6px 10px;
}


.thyrocare-banner .promotion-fetch-btn {
    padding: 4px 0;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    border-radius: 5px;
    border: none;
    background-color: #343434 !important;
}

.thyrocare-banner .promo-latlong-row {
    padding: 0 15px;
}


@media (max-width:767px) {
    .thyrocare-banner .promotion-fetch-btn {
        padding: 12px 0;
    }
}


.promotion-fetch-btn {
    padding: 4px 0 !important;
    width: 100%;
    font-size: 12px !important;
    line-height: 14px !important;
    border-radius: 5px !important;
    border: none !important;
    background-color: #343434 !important;
}


.lab-error-section {
    padding: 120px 0;
}

.lab-error-section h1 {
    font-size: 36px;
    margin: 40px 0 20px;
    line-height: 1;
}

.lab-error-section p {
    width: 70%;
    margin: 0 auto 28px;
}


.lab-banner-image {
    height: 419px;
}


@media (max-width:768px) {
    .lab-banner-image {
        height: 229px;
    }
}


.lab-new-health-section {
    padding: 30px 0;
    height: 561px;
}

.lab-new-health-section .lab-box {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 6px;
}

.lab-new-health-section .lab-box img {
    height: 226px;
    object-fit: cover;
}

.lab-new-health-section h4 {
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.lab-new-health-section h4 a {
    color: #000;
}

.lab-new-health-section p {
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 15px;
}

.lab-new-health-section h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.lab-new-health-section .lab-health-inner-box {
    padding: 15px;
    text-align: center;
}

.lab-new-health-section .lab-health-btn {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 40px;
    background-image: linear-gradient(to right, #12BC95 0%, #1F68C6 100%) !important;
    border-radius: 6px;
    color: var(--white);
    margin: 0 auto;
}

@media (max-width:768px) {
    .lab-new-health-section {
        padding: 30px 0;
        height: 554px;
    }

    .lab-new-health-section .lab-box img {
        height: 188px; 
    }
}





/* PACKAGE BOX SKELETON WORK START */
:root {
    --lab-package-box-item-width: 100%;
    --lab-package-box-item-height: 363.2px;
    --lab-package-box-item-padding: 15px;
    --lab-package-box-item-skeleton: linear-gradient(#fff var(--lab-package-box-item-height), transparent 0);
    --lab-package-box-picture-height: 193px;
    --lab-package-box-picture-width: 100%;
    --lab-package-box-picture-position: center 0px;
    --lab-package-box-picture-skeleton: linear-gradient(#eee var(--lab-package-box-picture-height), transparent 0);
    --lab-package-box-title-height: 26px;
    --lab-package-box-title-width: 100%;
    --lab-package-box-title-position: left 203px;
    --lab-package-box-title-skeleton: linear-gradient(#eee var(--lab-package-box-title-height), transparent 0);
    --lab-package-box-brand-height: 26px;
    --lab-package-box-brand-width: 100%;
    --lab-package-box-brand-position: left 239px;
    --lab-package-box-brand-skeleton: linear-gradient(#eee var(--lab-package-box-brand-height), transparent 0);
    --lab-package-box-author-height: 1px;
    --lab-package-box-author-width: 100%;
    --lab-package-box-author-position: left 275px;
    --lab-package-box-author-skeleton: linear-gradient(#eee var(--lab-package-box-author-height), transparent 0);
    --lab-package-box-rating-height: 45.6px;
    --lab-package-box-rating-width: 100%;
    --lab-package-box-rating-position: left 286px;
    --lab-package-box-rating-skeleton: linear-gradient(#eee var(--lab-package-box-rating-height), transparent 0);
    --lab-package-box-blur-width: 150px;
    --lab-package-box-blur-size: var(--lab-package-box-blur-width) var(--lab-package-box-item-height);
}

.lab-package-box-skeleton {
    width: var(--lab-package-box-item-width);
    height: var(--lab-package-box-item-height);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 15px 0px;
    margin-top: 15px;
}

.lab-package-box-skeleton:empty::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;

    background-image: linear-gradient(90deg,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.6),
            rgba(255, 255, 255, 0)),
        var(--lab-package-box-picture-skeleton), var(--lab-package-box-title-skeleton),
        var(--lab-package-box-brand-skeleton), var(--lab-package-box-author-skeleton),
        var(--lab-package-box-rating-skeleton), var(--lab-package-box-item-skeleton);
    background-size: var(--lab-package-box-blur-size),
        var(--lab-package-box-picture-width) var(--lab-package-box-picture-height),
        var(--lab-package-box-title-width) var(--lab-package-box-title-height),
        var(--lab-package-box-brand-width) var(--lab-package-box-brand-height),
        var(--lab-package-box-author-width) var(--lab-package-box-author-height),
        var(--lab-package-box-rating-width) var(--lab-package-box-rating-height), 100% 100%;
    background-position: -150% 0, var(--lab-package-box-picture-position),
        var(--lab-package-box-title-position), var(--lab-package-box-brand-position),
        var(--lab-package-box-author-position), var(--lab-package-box-rating-position), 0 0;
    background-repeat: no-repeat;
    animation: lab-package-box-skeleton-loading 1.5s infinite;
}

@keyframes lab-package-box-skeleton-loading {
    to {
        background-position: 350% 0, var(--lab-package-box-picture-position),
            var(--lab-package-box-title-position), var(--lab-package-box-brand-position),
            var(--lab-package-box-author-position), var(--lab-package-box-rating-position),
            0 0;
    }
}

.skeleton-btn {
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 225px;
    height: 45.6px;
    background-color: #ededed;

}

@media (max-width: 767px) {
    :root {
        --lab-package-box-item-height: 258.5px;
        --lab-package-box-picture-height: 120px;
        --lab-package-box-title-height: 18px;
        --lab-package-box-title-position: left 125px;
        --lab-package-box-brand-height: 18px;
        --lab-package-box-brand-position: left 147px;
        --lab-package-box-author-height: 1px;
        --lab-package-box-author-position: left 170px;
        --lab-package-box-rating-height: 33px;
        --lab-package-box-rating-position: left 176px;
    }

    .skeleton-btn {
        width: 170px;
        height: 39.6px;

    }
}

/* PACKAGE BOX SKELETON WORK END */


.diagnostic-logo {
    width: 200px;
    height: 78px;
    margin: 0 auto;
}

.diagnostic-logo img {
    object-fit: contain;
}






.web-accordion .card-header button:before {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    /*background: url(https://www.secondmedic.com/utility/icons/angle-down.webp);*/
    width: 24px;
    height: 24px;
    background-size: cover;
}

.single-lab-package .share-list {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.single-lab-package .share-list li {
    list-style: none;
    padding-left: 5px;
}

.single-lab-package .share-list li img {

    width: 30px;
    height: 30px;

}

.lab-test .brand-and-reviews {
    display: flex;
}

.similar-test .box {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}

@media (max-width:768px) {
    .single-lab-package {
        padding-bottom: 30px !important;
    }

    .similar-test {
        padding-bottom: 30px;
    }
}

.lab-products {
    padding: 0px 0px 40px;
}

.lab-products .pharmacy-h {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 30px;
}

.lab-products .pharmacy-sub-h {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 30px
}

.lab-products .pharmacy-h-with-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left !important
}

.lab-products .pharmacy-h-with-btn span {
    width: 80%
}

.lab-products .link-btn {
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid var(--greencolor) !important;
    text-transform: uppercase;
    background: 0 0;
    border: none;
    padding: 0
}

.lab-products .link-btn:hover {
    color: var(--btn2color)
}

.lab-product-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.lab-product-box .alert {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 10px;
    padding: 5px 8px
}

.lab-product-box .product-img {
    height: 150px;
    object-fit: contain;
    margin: 15px auto;
    display: block;
    transition: all .3s 0s linear
}

.lab-product-box:hover .product-img {
    transform: scale(1.05, 1.05)
}

.lab-product-box .vendor-logo {
    width: 60px !important;
    height: 40px;
    object-fit: contain;
    padding: 3px;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px
}

.lab-product-box .box-content {
    background-color: #ededed;
    padding: 15px
}

.lab-product-box .title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.lab-product-box p {
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.lab-product-box .price {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px
}

.lab-product-box .price small {
    font-size: 12px;
    margin-right: 5px
}

.lab-product-box .btn {
    padding: 8px 20px
}

@media(max-width:768px) {
    .lab-products {
        padding: 0px 0px 30px;
    }

    .lab-products .pharmacy-h {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px
    }

    .lab-products .link-btn {
        font-size: 12px
    }

    .lab-product-box .btn {
        padding: 8px 13px
    }

    .lab-product-box .product-img {
        height: 100px;
        margin: 35px auto 15px
    }

    .lab-product-box .vendor-logo {
        width: 50px;
        height: 35px;
        padding: 3px;
        top: 5px;
        right: 5px
    }

    .lab-product-box .title {
        font-size: 14px;
        margin: 0 0 5px
    }
}


.website-banner-height {
    height: 208px;
}

.website-banner-height img {
    height: 208px;
    background-color: #eee;
    border-radius: 10px;
    object-fit: contain;
}

.website-banner-height-full {
    height: 311px;
}
.website-banner-height-full img {
    height: 311px;
    background-color: #eee;
    border-radius: 10px;
    object-fit: contain;
}

@media (max-width:767px) {
    .website-banner-height {
        height: 150px;
        margin: 0px -15px;
        width: calc(100% + 30px);
    }

    .website-banner-height img {
        height: auto !important;
        border-radius: 0px !important;
        object-fit: unset;
    }

    .website-banner-height-full {
        height: 150px;
        margin: 10px 0px;
    }
    .website-banner-height-full img {
        height: auto !important;
        object-fit: unset;
    }
}



.what-is-covid img {
    width: 480px !important;
    height: 318px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .what-is-covid img {
        width: 369px !important;
        height: 257px;
    }
}

@media (max-width: 992px) {
    .what-is-covid img {
        width: 290px !important;
        height: 194px;
    }
}

@media (max-width: 768px) {
    .what-is-covid img {
        width: 209px !important;
        height: 148px;
    }
}

@media (max-width: 575px) {
    .what-is-covid img {
        width: 280px !important;
        height: 180px;
    }
}




.covidsymptoms img {
    width: 900px !important;
    height: 180px;
    object-fit: contain;
}

@media (max-width: 992px) {
    .covidsymptoms img {
        width: 730px !important;
        height: 147px;
    }
}

@media (max-width: 768px) {
    .covidsymptoms img {
        width: 509px !important;
        height: 102px;
    }
}

@media (max-width: 575px) {
    .covidsymptoms img {
        width: 300px !important;
        height: 61px;
    }
}


.lab-test .brand-and-reviews li.stars .fa-star {
    width: 14px;
    height: 14px;
}


.book-your-covid .whatsapp-btn .fa-whatsapp {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}


.frequently-booked-tests .footer-btn.fixed img {
    width: 6px;
    height: 10px;
}




/* PET-CT work start */
.pet-ct-banner {
    padding: 120px 0px;
    background: url('https://www.secondmedic.com/utility/icons/petct.webp');
    position: relative;
    color: white;
}
.pet-ct-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .61);
    top: 0;
    left: 0;
}
.pet-ct-banner h1 {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}
.pet-ct-banner ul {
    margin: 0px;
    padding-left: 15px;
    font-size: 16px;
}
.pet-ct-banner .form-control {
    border-radius: 0px;
    height: 43px;
}
.pet-ct-banner form a {
    color: white;
}
.pet-ct-banner form .web-btn {
 border-radius: 0px;   
}
.pet-scan {
    padding: 60px 0px;
    text-align: justify;
    font-size: 16px;
}
.pet-heading {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pet-sub-heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.pet-sub-heading.with-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pet-sub-heading.with-link a {
    font-size: 14px;
    color: var(--greencolor);
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--greencolor);
    display: inline-block;
}
.cost-of-pet-scan {
    padding-bottom: 60px;
    font-size: 16px;
    text-align: justify;
}
.looking-for-ct-scan {
    padding: 60px 0px;
    background-color: var(--greencolor);
    text-align: center;
}
.looking-for-ct-scan .pet-heading {
    color: white;
}
.looking-for-ct-scan .web-btn {
    background-color: white;
    background-image: none !important;
    color: var(--btn2color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 50px;
}
.about-pet-scan
{
    padding: 60px 0px;
}
.about-pet-scan .pet-sub-heading
{
    margin-bottom: 25px;
}
.about-pet-scan .box
{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    margin-top: 15px;
    font-size: 14px;
    height: calc(100% - 15px);
    padding-bottom: 49px;
    position: relative;
}
.about-pet-scan .box img {
    width: 100%;
    height: 200px;
    display: block;
    background-color: #ddd;
    object-fit: cover;
}
.about-pet-scan .box .box-body {
    padding: 30px;
}
.about-pet-scan .box .box-body p {
    color: #777;
    margin-bottom: 10px;
}
.about-pet-scan .box .box-body a {
    font-weight: bold; 
}
.about-pet-scan .box .box-footer {
    border-top: 1px solid #eaeaea;
    padding: 15px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.about-pet-scan .box .box-footer p {
    font-size: 12px;
    color: #adadad;
    margin: 0px;
}
.pet-important-note {
    padding-bottom: 60px;
}
.pet-important-note ul {
    margin: 0px;
    padding-left: 15px;
}

@media (max-width:767px) {
    .pet-ct-banner {
        padding: 30px 0px;
    }
    .pet-ct-banner h1 {
        font-size: 20px;
    }
    .pet-ct-banner ul {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .pet-scan {
        font-size: 14px;
        padding: 30px 0px;
    }
    .pet-heading {
        font-size: 20px;
    }
    .cost-of-pet-scan {
        padding-bottom: 30px;
        font-size: 14px;
    }
    .pet-sub-heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .looking-for-ct-scan {
        padding: 30px 0px;
    }
    .about-pet-scan {
        padding: 30px 0px;
    }    
    .about-pet-scan .pet-sub-heading {
        margin-bottom: 5px;
    }
    .pet-sub-heading.with-link {
        display: block;
        text-align: center;
    }
    .pet-sub-heading.with-link a {
        margin-top: 10px;
    }
    .about-pet-scan .box .box-body {
        padding: 20px;
    }
    .pet-important-note {
        padding-bottom: 30px;
    }
}
/* PET-CT work end */




/* Radiology work start */
.new-page-heading h1,
.new-page-heading h2 {
    font-size: 28px;
    font-weight: 700
}
.form-floating {
    position: relative;
}

.form-floating label {
    position: absolute;
    left: 13px;
    top: 10px;
    background: #fff;
    transition: .2s
}
.form-floating .form-control {
    height: 43px;
}

.form-floating input:focus ~ label,
.form-floating input:not(:placeholder-shown) ~ label {
    top: -9px;
    font-size: 12px;
    color: #7a7a7a;
    left: 10px;
    padding: 0 3px
}

.form-floating select:focus ~ label,
.form-floating select:not([value=""]):valid ~ label {
    top: -9px;
    font-size: 12px;
    color: #7a7a7a;
    left: 10px;
    padding: 0 3px
}

.radiology-banner {
    padding: 60px 0px;
    background-color: var(--greencolor);
    position: relative; 
    color: white;
}

.radiology-banner .box {
    background: white;
    color: #272b41;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
}

.radiology-banner .box .form-group {
    margin-bottom: 15px;
}

.radiology-banner .box h4 {
    color: #272b41;
    margin-top: 0px;
    margin-bottom: 15px;
}

.radiology-banner h2 {
    color: white;
    font-weight: bold;
}

.radiology-banner h4 {
    color: white;
    margin: 0px 0px 25px;
    font-size: 20px;
}

.radiology-banner h4 del {
    color: white;
}

.radiology-banner ul {
    margin: 0px;
    padding: 0px;
}

.radiology-banner ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 12px 0px;
    font-weight: 500;
    font-size: 16px;
}

.radiology-banner ul li img {
    filter: invert(1);
    margin-right: 15px;
    height: 35px;
    width: 35px !important;
}

.health-scans {
    padding: 60px 0px;
}

.health-scans .box {
    text-align: center;
}

.health-scans .box img {
    height: 64px;
    width: 64px !important;
    margin: 0px auto 10px;
    object-fit: contain;
}

.health-scans .box h4 {
    font-weight: bold;
    margin-bottom: 0px;
}

.health-scans .box p {
    margin-bottom: 10px;
}

.our-services-new {
    padding-bottom: 60px;
}

.our-services-new .box {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    color: #272b41;
}

.our-services-new .box img {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}

.our-services-new .box .details {
    padding: 15px;
}

.our-services-new .box .details h4 {
    font-weight: bold;
    margin-bottom: 5px;
}

.our-services-new .box .details p.web-clr {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.our-services-new .box .details p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin: 0px;
}

.our-services-new .box .details h5 {
    background: #dcdcdc; 
    margin: 10px -15px;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
}

.our-services-new .box .details ul {
    margin: 0px;
    padding: 0px;
}

.our-services-new .box .details ul li:first-child {
    margin-top: 0px;
}

.our-services-new .box .details ul li {
    list-style: none;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    margin-top: 5px;
    padding-left: 15px;
}

.our-services-new .box .details ul li:before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(https://www.secondmedic.com/utility/icons/right-icon.webp);
    background-size: 100%;
    margin-right: 5px;
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translate(0, -50%);
}
.book-an-appointment {
    padding-bottom: 35px;
    position: relative;
}
.book-an-appointment::before {
    content: '';
    display: block;
    width: 50%;
    height: 5px;
    background-color: var(--greencolor);
    border-radius: 2px;
    position: absolute;
    bottom: 158px;
    left: 50%;
    transform: translateX(-50%);
}

.book-an-appointment .box {
    text-align: center;
    margin-bottom: 25px;
}

.book-an-appointment .box .circle {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    border-radius: 50px;
    margin: 0 auto 10px;
    position: relative;
}

.book-an-appointment .box .circle span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    background: var(--greencolor);
    color: white;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-an-appointment .box .circle img {
    height: 45px;
}

.book-an-appointment .box p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0px;
}
.why-secondmedic {
    padding-bottom: 35px;
}

.why-secondmedic .box {
    margin-bottom: 25px;
    text-align: center;
}

.why-secondmedic .box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 15px;
    background: #eee;
}

.why-secondmedic .box p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0px;
}

.frequently-asked-questions {
    padding-bottom: 60px;
}

.frequently-asked-questions .accordion .card {
    margin-top: 20px;
    margin-bottom: 0px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 0px;
}

.frequently-asked-questions .accordion .card .card-header {
    padding: 0px;
    border-color: var(--lightgreencolor);
    border-radius: 0.25rem;
}

/*.frequently-asked-questions .accordion .card .card-header button {
    padding: 10px 15px;
    color: white;
    font-weight: bold;
    background: var(--lightgreencolor);
}*/

.frequently-asked-questions .accordion .card .card-header button i {
    font-weight: normal;
}

@media (max-width:767px){
    .new-page-heading h1,
    .new-page-heading h2 {
        font-size: 20px
    }
    .radiology-banner {
        padding: 30px 0px;
    }
    .radiology-banner h2 {
        font-size: 20px;
    }
    .radiology-banner h4 {
        font-size: 18px;
    }
    .radiology-banner .box {
        margin-top: 15px;
    }
    .health-scans {
        padding: 30px 0px;
    }
    .our-services-new {
        padding-bottom: 30px;
    }
    .our-services-new .box img {
        height: 220px;
    }
    .book-an-appointment {
        padding-bottom: 5px;
    }
    .book-an-appointment .box p {
        font-size: 14px;
        line-height: 18px;
    }
    .why-secondmedic {
        padding-bottom: 5px;
    }
    .why-secondmedic .box p {
        font-size: 14px;
        line-height: 18px;
    }
    .frequently-asked-questions {
        padding-bottom: 30px;
    }
}
/* Radiology work end */


/* Lab Listing page work start */
.select2-container--default .select2-selection--single {
    height: 43px !important;
    overflow: hidden;
    border: 1px solid #dcdcdc !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px !important;
    background-color: #eee;
    height: 41px !important;
    padding-left: 15px !important;
    padding-right: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px !important;
    right: 15px !important;
} 
.line, .select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: white;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
}

.lab-listing {
    padding: 30px 0px;
    background-color: white;
}
.lab-listing .form-control {
    background-color: #eee;
    height: auto;
}
.lab-listing .box {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.lab-listing .box .icon {
    width: 60px;
    height: 60px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lab-listing .box .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: invert(28%) sepia(55%) saturate(3168%) hue-rotate(165deg) brightness(97%) contrast(99%);
}
.lab-listing .box .text {
    width: calc(100% - 180px);
    font-weight: 500;
}
.lab-listing .box .text .title {
    font-size: 16px;
}
.lab-listing .box .text p {
    margin-bottom: 0px;
    font-size: 14px;
}
.lab-listing .box .text .known {
    font-style: italic;
    color: #969696;
}
.lab-listing .box .btn {
    width: 90px;
    font-weight: 500;
}
.lab-listing .listing-fix-btn {
    position: fixed;
    bottom: 20px;
    width: 400px !important;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 100;
    box-shadow: 0px 0px 10px rgba(1, 138, 149, 0.6);
}
@media (max-width:767px) {
    .lab-listing {
        padding: 20px 0px;
    }
    .lab-listing .box {
        margin-top: 0px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #ddd;
        border-radius: 0px;
    }
    .lab-listing .box .text {
        width: calc(100% - 170px);
    }
    .lab-listing .box .btn {
        width: 80px;
    }
    
    .lab-listing .listing-fix-btn {
        width: calc(100% - 30px) !important;
        font-size: 16px;
    }
}
/* Lab Listing page work end */


.my_radiology_padding { 
    padding-bottom: 45px;
    background: white;
}
.radiology-section-steps2 .lab-box {
    box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
    border-radius: 10px;
    margin-bottom: 15px;
}
.radiology-section-steps2 .lab-box img {
    height: 220px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    display: block;
    background-color: #eee;
}
.radiology-section-steps2 .lab-box .lab-health-inner-box {
    padding: 20px;
}

.radiology-section-steps2 .lab-box p {
    margin: 0px;
}

@media (max-width:767px) {
    .my_radiology_padding { 
        padding-bottom: 5px;
    }
} 




/* Lab Slot Work Start */
.lab-slot {
    padding: 30px 0px;
    background-color: white;
}
.lab-slot .select-date {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
}
.lab-slot .select-date li {
    list-style: none;
    margin: 0px 5px ;
    display: inline-block;
}
.lab-slot .select-date li .custom-radio label {
    text-align: center;
    border: 1px solid #ddd;
    width: 70px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 500;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 24px;
    line-height: 24px; 
}
.lab-slot .select-date li .custom-radio label span {
    font-size: 12px;
    color: grey;
}
.lab-slot .select-date li .custom-radio input:checked ~ label {
    border-color: var(--greencolor);
    color: var(--greencolor);
    background-color: #018a9514;
}
.lab-slot .select-date li .custom-radio input:checked ~ label span {
    color: var(--greencolor);
}
.lab-slot .slot-box {
    margin-top: 15px;
    height: calc(100% - 15px);
}
.lab-slot .slot-box label {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}   
.lab-slot .slot-box label h4 {
    font-size: 18px;
    margin-bottom: 0px;
}
.lab-slot .slot-box label .check-heading {
    margin-bottom: 10px;
    padding-left: 45px;
    position: relative;
}
.lab-slot .slot-box label .check-heading:before
{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #ddd;
    left: 0;
    top: 2px;
    border-radius: 50%;
}
.lab-slot .slot-box label .check-heading:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 30px;
    height: 30px;
    background-image: url('https://www.secondmedic.com/utility/icons/check.webp');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
    opacity: 0;
}

.lab-slot .slot-box input:checked ~ label {
    border-color: var(--greencolor);
}
.lab-slot .slot-box input:checked ~ label .check-heading:before {
    background-color: var(--greencolor);
}
.lab-slot .slot-box input:checked ~ label .check-heading:after {
    opacity: 1;
}
.lab-slot .slot-box label p {
    margin-bottom: 0px;
}
.lab-slot .slot-box label hr {
    margin: 10px 0px;
}
.lab-slot .slot-box label .select-date {
    text-align: left;
}
.lab-slot .slot-box label .select-date li {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0px;
}
.lab-slot .slot-box label .select-date .custom-radio label {
    height: auto;
    width: auto;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 0px;
}
.lab-slot .btn {
    box-shadow: 0px 0px 10px rgba(1, 138, 149, 0.6);
    padding: 10px 20px;
}

.slot-fix-btn {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 100;
}

@media (max-width:767px){
    .lab-slot .select-date li .custom-radio label {
        width: 37px;
        height: 37px;
        font-size: 14px;
        line-height: 30px;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .lab-slot .select-date li .custom-radio label span {
        font-size: 12px;
    }
    .lab-slot .slot-box label {
        padding: 15px;
    }
    .slot-fix-btn .btn {
        font-size: 16px;
    }
}
/* Lab Slot Work End */



/* Lab Checkout Work Start */
.lab-checkout {
    padding: 30px 0px 60px  ;
    background-color: white;
}
.lab-checkout .gender-radio {
    display: inline-block;
}
.lab-checkout .gender-radio label {
    border: 1px solid #dcdcdc;
    background-color: #eee;
    padding: 0px 15px;
    border-radius: 5px;
    margin-right: 5px;
    min-width: 100px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0px;
}
.lab-checkout .gender-radio input:checked ~ label {
    border-color: var(--greencolor);
    background-color: var(--greencolor);
    color: white;
}
.lab-checkout .heading {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.lab-checkout label {
    font-size: 14px;
}
.lab-checkout .form-group {
    margin-bottom: 20px !important;
}
.lab-checkout .form-control {
    height: 43px;
    background-color: #eee;
    border-color: #dcdcdc;
}
.lab-checkout .declare-check label {
    padding-left: 30px;
    position: relative;
    font-weight: normal;
    margin-bottom: 0px;
}
.lab-checkout .declare-check label:before
{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #eee;
    border:1px solid #dcdcdc;
    left: 0;
    top: 2px;
    border-radius: 5px;
}
.lab-checkout .declare-check label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url('https://www.secondmedic.com/utility/icons/check.webp');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
    opacity: 0;
}
.lab-checkout .declare-check input:checked ~ label:before {
    background-color: var(--greencolor);
}
.lab-checkout .declare-check input:checked ~ label:after {
    opacity: 1;
}

.lab-checkout .table tbody {
    border-top: none;
    border-bottom: 2px dashed #dcdcdc;
}
.lab-checkout .table tr {
    border: none;
}
.lab-checkout .table tr td{
    border: none;
    padding: 10px 0px;
    color: #797979;
}
.lab-checkout .table tr td:last-child{
    text-align: right;
    font-weight: bold;
}
.lab-checkout .table tfoot {
    font-size: 20px;
}
.lab-checkout .table tfoot tr td{
    color: black;
    font-weight: bold;
}
.lab-checkout .table tfoot tr td:last-child {
    color: var(--greencolor);
}

.lab-checkout .selected-items {
    margin: 0px 0px 25px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
}
.lab-checkout .selected-items li:first-child {
    width: 70%;
}
.lab-checkout .selected-items li {
    list-style: none;
    display: flex;
    align-items: center;
}
.lab-checkout .selected-items li .circle {
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.lab-checkout .selected-items li .circle + div {
    width: calc(100% - 55px);
}
.lab-checkout .selected-items li .circle h6 {
    margin: 0px;
    text-align: center;
}
.lab-checkout .selected-items li .circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3px;
    filter: var(--greenfilter);
}
.lab-checkout .selected-items li h6 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.lab-checkout .selected-items li p {
    margin-bottom: 0px;
    font-size: 14px;
}


.lab-checkout .prescription-box {
    margin-top: 20px;
    border:1px solid var(--greencolor);
    background-color: #018a9514;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.lab-checkout .prescription-box h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.lab-checkout .prescription-box p {
    font-size: 14px;
}

.lab-checkout .prescription-box .customfileupload {
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
    border: 1px solid #ddd;
}

.lab-checkout .prescription-box .customfileupload .btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lab-checkout .prescription-box .customfileupload span {
    margin-left: 10px;
    color: #aaa;
}  

.lab-checkout .prescription-box .customfileupload .btn img {
    height: 18px;
    filter: invert(1);
    margin-right: 8px;
}

.lab-checkout .alert {
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px 10px 0px 0px;
    width: 95%;
    margin: 0 auto;
    padding: 15px; 
}
.lab-checkout .main-btn {
    font-weight: bold;
}

@media (max-width:767px){
    .lab-checkout {
        padding: 20px 0px;
    }
    .lab-checkout .heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .lab-checkout .form-group {
        margin-bottom: 10px !important;
    }
    .lab-checkout .selected-items {
        margin: 5px 0px 20px;
        display: block;
    }
    .lab-checkout .selected-items li:first-child
    {
        width: 100%;
    }
    .lab-checkout .selected-items li {
        margin-top: 15px;
    }
    .lab-checkout .prescription-box .customfileupload {
        text-align: center;
    }
    .lab-checkout .prescription-box .customfileupload .btn {
        width: 100%;
    }
    .lab-checkout .prescription-box .customfileupload span {
        margin: 10px 0px 0px;
        display: block;
    }
    .lab-checkout .main-btn {
        font-size: 18px;
    }
    .lab-checkout .table tfoot {
        font-size: 18px;
    }
}
/* Lab Checkout Work End */



/* Lab New Checkout Work Start */
.lab-add-member-form-new .left-box {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.lab-add-member-form-new .address-btn {
    margin-top: 0px !important;
    padding: 13px 20px;
    font-size: 14px;
    border-radius: 10px !important;
}
.lab-add-member-form-new .form-control {
    background-color: white;
}
.lab-add-member-form-new .rightbox {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    margin-top: 0px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    top: 0;
}
.lab-add-member-form-new .rightbox .right-box-header {
    background-color: var(--greencolor);
    padding: 20px;
    margin: -20px -20px 20px;
}
.lab-add-member-form-new .rightbox .right-box-header .lab-heading {
    color: white;
    padding-bottom: 0px;
}
.lab-add-member-form-new .rightbox .right-box-header ul {
    margin-bottom: 0px;
}
.lab-add-member-form-new .rightbox .right-box-header ul li {
    padding: 0px;
    position: relative;
    margin-top: 20px;
}
.lab-add-member-form-new .rightbox .right-box-header ul li .box p span.lab-test-name {
    font-weight: bold;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.lab-add-member-form-new .rightbox .lab-heading { 
    font-size: 16px;
    justify-content: start;
    padding-bottom: 15px;
}
.lab-add-member-form-new .test-and-checkups ul li .box {
    border: 1px solid var(--greencolor);
    width: 100%;
}
.lab-add-member-form-new .test-and-checkups ul li .box-cross {
    color: white;
    width: 27px;
    height: 27px;
    line-height: 22px;
    border-radius: 50px !important;
    position: absolute;
    top: -15px;
    right: -8px;
    border: 1px solid white;
}
.lab-add-member-form-new .test-and-checkups ul li .box-cross img {
    filter: brightness(100);
    height: 10px;
}

.lab-add-member-form-new .rightbox ul li {
    padding: 10px 0px;
}



.address-modal .modal-header {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    background-color: #bbb;
}
.address-modal .modal-header .close {
    margin: -5px 0px 0px;
    font-size: 30px;
    padding: 0;
}
.address-modal .modal-header .modal-title {
    font-weight: bold;
}
.address-modal .modal-body {
    padding: 30px !important;
}


.address-modal .web-overflow {
  overflow: auto;
  max-height: 70vh;
}

.address-modal .web-overflow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.address-modal .web-overflow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

.address-modal .web-overflow::-webkit-scrollbar-thumb {
  background-color: var(--greencolor);
  border-radius: 0px;
}


.address-modal .custom-checkbox:first-child {
    background-color: #eee;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
}

.address-modal .custom-checkbox label {
  margin: 0;
  position: relative;
  display: block;
  padding: 0px 0px 0px 30px;
  cursor: pointer;
}

.address-modal .custom-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid #a3a3a3;
  background-color: #eee;
  border-radius: 5px;
}

.address-modal .custom-checkbox label::after {
  content: "";
  position: absolute;
  background: url(https://www.secondmedic.com/utility/icons/check.webp) center
    no-repeat;
  background-size: 10px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  filter: invert(1);
}

.address-modal .custom-checkbox input:checked ~ label::before {
  background-color: var(--greencolor);
  border-color: var(--greencolor);
}

.address-modal .custom-checkbox input:checked ~ label::after {
  opacity: 1;
}

.address-modal .custom-checkbox {
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 15px;
  overflow: hidden;
}

.address-modal .custom-checkbox.active {
    background-color: #19838a29;
    border-color: var(--greencolor);
}
.address-modal .custom-checkbox.active .default {
    background-color: var(--greencolor);
    color: white;
}

.address-modal .custom-checkbox .default {
  background-color: #bbbbbb;
  margin: -10px -20px 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
}

.address-modal .custom-checkbox label {
  padding-left: 35px;
  line-break: anywhere;
}

.address-modal .custom-checkbox label a {
  font-weight: 500;
}

.address-modal .custom-checkbox .btn {
  display: inline-block;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
  transition: all 0.3s 0s linear;
  margin-top: 10px;
  background-color: white;
}

.address-modal .custom-checkbox .btn:hover {
  background-color: var(--btn2color);
  border-color: var(--btn2color);
  color: var(--white);
}

.add-address-modal .modal-body .form-group {
    margin-bottom: 15px !important;
}
.add-address-modal .modal-body .form-control {
    padding: 12px 20px !important;
    height: 48.5px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #8f8f8f;
    background-color: white !important;
}
.add-address-modal .custom-checkbox {
    border: none;
    padding: 0px;
    border-radius: 0px;
}


@media (max-width:767px) {
    .lab-add-member-form-new .rightbox {
        margin-top: 15px;
    }
    .address-modal .modal-header {
        padding: 15px;
    }
    .address-modal .modal-body {
        padding: 15px !important;
    }
}
/* Lab New Checkout Work End */


.lab-booking-readonly-form {
    background-color: #eee !important;
    border: 0 !important;
}
.lab-cart-select-address-btn {
    background-color: var(--greencolor) !important;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.lab-cart-select-address-btn svg {
    font-size: 23px;
}



.lab-detail-pincode {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .lab-detail-pincode input {
    border: 0;
    background-color: transparent !important;
    margin-right: 10px;
    width: calc(100% - 145px) !important;
    border-radius: 5px !important;
    color: #333;
    font-size: 15px;
    outline: 0;
    padding: 0.375rem 0.75rem;
    height: 42.5px;
    width: 100%;
  }
  
  .lab-detail-pincode .input-group-append button {
    border-radius: 6px !important;
    padding: 4px 10px;
    font-size: 13px !important;
    margin-right: 10px;
    background-color: #dbdbdb;
    border: 1px solid #c9c9c9;
    color: var(--btn2color);
    text-transform: capitalize;
  }
  
  .lab-detail-pincode .input-group-append button:hover {
    color: white;
  }

  
  .radiology-camp-services .box {
    min-height: 491px;
  }

  .radiology-near-me {
    padding-bottom: 35px;
  }

  .radiology-near-me .nearme-box {
    padding: 12px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    border: 1px solid #eee;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
  }

  .radiology-near-me .nearme-box .icon-div {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: var(--greencolor);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .radiology-near-me .nearme-box .icon-div img {
    width: 60%;
    filter: invert(1);
  } 

  .radiology-near-me .nearme-box h5 {
    font-size: 17px;
    margin-bottom: 0;
    color: #222;
  }

  @media (max-width: 992px) {
  .radiology-near-me .nearme-box {
    padding: 5px;
    margin-bottom: 7px;
  }
  .radiology-near-me .nearme-box .icon-div {
    width: 30px;
    height: 30px;
  }
  .radiology-near-me .nearme-box h5 {
    font-size: 14px;
  }
  }
  @media (max-width: 768px) {
    .book-an-appointment::before {
        height: 75%;
        width: 5px;
        border-radius: 40px;
        left: 25px;
        transform: unset;
        bottom: 60px;
    }

    .book-an-appointment .box {
        text-align: left;
        padding-left: 40px;
    }

    .book-an-appointment .box .circle {
        margin: 0;
        margin-bottom: 10px;
    }

    .book-an-appointment .box .circle span {
        right: unset;
        left: -41px;
    }
  }

.web-accordion .card-header button.collapsed:before {
    content: '' !important;
}


        :root {
  --greencolor: #263a8efc;
  --darkgreencolor: #293c8f;
  --lightgreencolor: #293c8fd9;
  --greenfilter: invert(37%) sepia(99%) saturate(868%) hue-rotate(149deg)
    brightness(86%) contrast(99%);
  --greenrgb: rgb(1 138 149 / 90%);
  --lightgreenrgb: rgb(1 138 149 / 80%);
  --btn2color: #343434;
  --lightbluecolor: #3086c11f;
  --inputbg: #44c09b1f;
}

/*body {
  /* font-family: "Segoe UI" !important; */
  font-family: Barlow !important;
  background-color: white;
}*/

.ck-editor-content a {
  color: var(--greencolor);
  text-decoration: underline;
  font-style: italic;
  font-weight: 700;
}

.ck-editor-content a strong {
  font-weight: 700;
}

.badge-success {
  background-color: var(--greencolor) !important;
}

/* FIXED HEADER WORK START */
/*.new-header {*/
/*  background-color: white;*/
/*  transition: all 0.3s 0s linear;*/
/*}*/

.new-header.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  animation: fadefix 0.3s 0s 1 linear;
  z-index: 1000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.new-header.fixed .bottom-header {
  height: 0px;
  overflow: hidden;
}

@keyframes fadefix {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* HEADER WORK START */
/*.new-header .top-header {*/
/*  padding: 10px 0px;*/
/*  border-bottom: 1px solid #ddd;*/
/*  background-color: white;*/

/*}*/

/*.new-header .top-header .navbar-brand {*/
/*  padding: 0px;*/
/*}*/

/*.new-header .top-header .logo {*/
/*  height: 45px;*/
/*  width: 158px;*/
/*  margin: 0px;*/
/*  object-fit: contain;*/
/*}*/

.new-header .top-header .navbar-nav .nav-link {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #343434;
  padding: 5px 20px;
  transition: all 0.3s 0s linear;
}

.new-header .top-header .navbar-nav .nav-link:hover,
.new-header .top-header .navbar-nav .nav-link.active {
  color: var(--greencolor);
}

.new-header .top-header .navbar-nav .nav-link .badge {
  padding: 4px 5px;
  position: relative;
  margin-left: 3px;
  letter-spacing: 0.3px;
  font-size: 10px;
  margin-top: -2px;
  border-radius: 3px;
  vertical-align: middle;
}

.new-header .top-header .navbar-nav .nav-link .badge span {
  z-index: 1;
  position: relative;
}

.new-header .top-header .navbar-nav .nav-link .badge::before,
.new-header .top-header .navbar-nav .nav-link .badge::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 2px;
  background-color: var(--greencolor);
  will-change: transform, opacity;
  animation: badgefade 1.6s infinite;
}

.new-header .top-header .navbar-nav .nav-link .badge::after {
  animation-delay: 0.2s;
}

@keyframes badgefade {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  70% {
    transform: scale(1.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 0;
  }
}

.new-header .top-header .web-btn {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
}

.new-header .top-header .dropdown-menu {
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  overflow: hidden;
}

.new-header .top-header .dropdown-menu a {
  font-size: 12px;
  line-height: 20px;
  padding: 6px 20px 7px;
  font-weight: 600;
  text-transform: uppercase;
}

.new-header .top-header .dropdown-menu a:hover,
.new-header .top-header .dropdown-menu a:focus {
  background: var(--greencolor);
  color: white;
}



.new-header .middle-header .searchbox {
  position: relative;
}

.new-header .middle-header .searchicon {
  position: relative;
}

.new-header .middle-header .searchicon:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background: url("https://www.secondmedic.com/utility/icons/search-icon.svg");
  background-size: 100% 100%;
}

.new-header .middle-header .searchicon .close-btn {
  right: 21px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  position: absolute;
  padding: 0px;
  background-color: #eee;
}

.new-header .middle-header .searchicon .close-btn i {
  height: 19px;
  width: 19px;
  padding: 4px;
  margin-bottom: 1px;
  position: relative;
  top: unset;
  transform: unset;
  right: unset;
}

.new-header .middle-header .form-control {
  background-color: #eee;
  color: #393939;
  border: none;
  border-radius: 5px;
  padding: 8.5px 45px 8.5px 20px !important;
  height: auto;
}

.new-header .middle-header .form-control::placeholder {
  color: #393939;
}
.cart-and-whatsapp li a p {
    margin: 0px;
}

.searchicon .form-control {
    background-color: #eee;
    color: #393939;
    border: none;
    border-radius: 5px;
    padding: 8.5px 45px 8.5px 20px !important;
    height: auto;
    font-size: 15px;
}

.cart-img-size img {
    width: 37px;
    margin-right: 10px;
}

.cart-and-whatsapp li a, .cart-and-whatsapp li a:hover {
    display: flex;
    align-items: center;
    padding: 0 25px;
    color: #343434;
    position: relative;
}
/*
.cart-img-size {
    width: 28px;
    height: 28px;
}
*/
 .cart-and-whatsapp {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 40px;
     list-style: none
}
.cart-and-whatsapp li {
    list-style: none;
    position: relative;
}

 .cart-and-whatsapp .child-item {
  list-style: none;
  position: relative;
}

 .cart-and-whatsapp .child-item:first-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  border-radius: 50px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #ddd;
}

 .cart-and-whatsapp .child-item a,
.cart-and-whatsapp .child-item a:hover {
  display: flex;
  align-items: center;
  padding: 0px 25px;
  color: #343434;
  position: relative;
}

 .cart-and-whatsapp .child-item a .badge {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 13px;
  top: -7px;
  border-radius: 50px;
  text-align: center;
  line-height: 19px;
  padding: 0;
}
 .cart-and-whatsapp .child-item a img {
  height: 27px;
  width: 27px;
}

.child-item a p {
  margin: 0px 0px 3px 5px;
  line-height: 16px;
  font-weight: 600;
}

 .cart-and-whatsapp .child-item a p small {
  font-weight: 600;
}

.new-header .middle-header .appstore-playstore {
  height: 30px;
}
.new-header .middle-header .appstore-playstore img {
  height: 30px;
  width: 30px !important;
  object-fit: contain;
  margin-left: 10px;
}




.new-header .bottom-header ul li {
  list-style: none;
}



/* Show error below input group for phone */
.input-group + small.text-danger {
    display: block;
    width: 100%;
    margin-top: 6px;
    font-size: 13px;
}



/*.new-header .bottom-header ul li a {
  color: #343434;
  padding: 10px 15px 11px;
  display: block;
  font-size: 14px;
}*/

.new-header .bottom-header ul li:first-child a {
  padding-left: 0px;
}

.new-header .bottom-header ul li:last-child a {
  padding-right: 0px;
}
/* Make select exactly same as input */

.form-select {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 8px;
    height: 37px;
    padding: 10px 40px 10px 12px;
    font-size: 14px;
    box-shadow: none;
    appearance: none;
}

/* Same focus effect as input */
.form-select:focus {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Optional: match hover */
.form-select:hover {
    border-color: #0d6efd;
}

.new-header .bottom-header .dropdown-menu {
  border-radius: 5px;
  margin-top: 0px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0px;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  right: -15px;
  left: auto !important;
}

.new-header .bottom-header .dropdown-menu a {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 20px 7px !important;
  color: #343434;
}

.new-header .bottom-header .dropdown-menu a:hover,
.new-header .bottom-header .dropdown-menu a:focus {
  background: var(--greencolor);
  color: white;
}

/* MOBILE NEW HEADER WORK START */
#wrapper.mobile-new-header {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobile-new-header #sidebar-wrapper {
  position: fixed;
  top: 0;
  padding: 0px;
  z-index: 1000;
  left: 0px;
  width: 260px;
  height: 100%;
  margin-left: -260px;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobile-new-header #sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

.mobile-new-header#wrapper.toggled #sidebar-wrapper {
  left: 260px;
}

.mobile-new-header .sidebar-nav {
  position: absolute;
  top: 0;
  width: 260px;
  margin: 0;
  padding: 20px;
  list-style: none;
}

.mobile-new-header .sidebar-nav .sidebar-brand {
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin: -20px -20px 15px;
  width: calc(100% + 40px);
}

.mobile-new-header .sidebar-nav .sidebar-brand a,
.mobile-new-header .sidebar-nav .sidebar-brand a:hover {
  padding: 10px;
  background-color: white;
}

.mobile-new-header .sidebar-nav .sidebar-brand .logo {
  height: 45px;
  width: 158px;
  object-fit: contain;
  margin-right: 0px;
}

.mobile-new-header .sidebar-nav li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}

.mobile-new-header .sidebar-nav li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  color: #343434;
  padding: 12px 20px;
  margin: 5px 0px;
  transition: all 0.3s 0s linear;
  border-radius: 10px;
}

.mobile-new-header .sidebar-nav li.active a,
.mobile-new-header .sidebar-nav li a:hover,
.mobile-new-header .sidebar-nav li a:active,
.mobile-new-header .sidebar-nav li a:focus,
.mobile-new-header .sidebar-nav li.open a:hover,
.mobile-new-header .sidebar-nav li.open a:active,
.mobile-new-header .sidebar-nav li.open a:focus {
  color: #fff;
  background-color: var(--greencolor);
}

.mobile-new-header .sidebar-nav .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-new-header .sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  top: 0;
  padding: 8px 0px 14px;
  margin: 0;
  border-radius: 10px;
  border: none;
  background-color: #eee;
  box-shadow: none;
}

.mobile-new-header .sidebar-nav .dropdown-menu li a,
.mobile-new-header .sidebar-nav .dropdown-menu li a:hover {
  margin: 0px;
  padding: 10px 20px;
  background-color: transparent;
  color: #343434;
}

.mobile-new-header .sidebar-nav .dropdown-menu li.active a {
  color: var(--greencolor);
}

.mobile-new-header .sidebar-nav .sidebar-footer {
  border-top: 1px solid #ddd;
  text-align: center;
  margin: 20px -20px -20px;
  width: calc(100% + 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-new-header .sidebar-nav .sidebar-footer a {
  padding: 10px;
}

.mobile-new-header .sidebar-nav .sidebar-footer img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.new-header .mobile-cart {
  margin-bottom: 3px;
  margin-right: 49px;
  position: relative;
}

.new-header .mobile-cart .badge {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -11px;
  top: -7px;
  border-radius: 50px;
  text-align: center;
  line-height: 19px;
  padding: 0;
}

.new-header .mobile-cart img {
  height: 25px;
  width: 25px;
}

.hamburger {
  position: fixed;
  z-index: 1001;
  display: block;
  width: 28px;
  height: 20px;
  right: 15px;
  top: 17px;
  background: transparent;
  border: none;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}

.hamburger.is-closed:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}

.hamburger.is-closed .hamb-top {
  top: 1px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -1px;
}

.hamburger.is-closed .hamb-bottom {
  bottom: 1px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 1px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
  bottom: 1px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.hamburger.is-open .hamb-middle {
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.hamburger.is-open:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.mobile-new-header .overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--lightgreenrgb);
  z-index: 1000;
}

/* NEW SLIDER WORK START */
.newmainslider {
  padding: 40px 0px;
  background: url("https://www.secondmedic.com/utility/icons/slider-bg.webp");
  background-size: cover;
}

.newmainslider img {
  border-radius: 10px;
}

.newmainslider .box {
  border-radius: 10px;
  background-color: white;
  padding: 30px 30px;
  height: 100%;
  text-align: center;
}

.newmainslider .box .box-h {
  margin-bottom: 20px;
}

.newmainslider .box .form-group {
  margin-bottom: 10px;
}

.newmainslider .box .form-control {
  padding: 12px 20px;
  height: auto;
  background: #efefef;
  border-radius: 5px;
  border: none;
  color: #343434;
}

.newmainslider .box .form-control:-webkit-autofill,
.newmainslider .box .form-control:-webkit-autofill:focus,
.newmainslider .box .form-control:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #efefef inset !important;
}

.newmainslider .box .form-control::placeholder {
  color: #343434;
}

.newmainslider .box .web-btn {
  margin-top: 10px;
}

/* NEW FOOTER DESIGN WORK START */
.new-design-footer .new-footer-top {
  padding: 40px 0px;
  background-color: #eaeaea;
}

.new-design-footer .new-footer-top .logo {
  height: 45px;
  width: 158px;
  object-fit: contain;
  margin-bottom: 20px;
  margin-left: -5px;
}

.new-design-footer .new-footer-top p {
  margin: 0px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.new-design-footer .new-footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.new-design-footer .new-footer-top ul {
  margin: 0px;
  padding: 0px;
}

.new-design-footer .new-footer-top ul li {
  list-style: none;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

.new-design-footer .new-footer-top ul li a {
  color: #343434;
}

.new-design-footer .new-footer-top ul li a img {
  height: 30px;
}

.new-design-footer .new-footer-top ul li a:hover {
  color: var(--greencolor);
}

.new-design-footer .new-footer-top ul.contact-info li:first-child {
  align-items: start;
}

.new-design-footer .new-footer-top ul.contact-info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.new-design-footer .new-footer-top ul.contact-info li .img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--greencolor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-design-footer .new-footer-top ul.contact-info li .img img {
  object-fit: contain;
  height: 20px;
  width: 15px;
}

.new-design-footer .new-footer-top ul.contact-info li p {
  width: calc(100% - 45px);
}

.new-design-footer .new-footer-top ul.social-icons {
  align-items: center;
  margin-top: 40px;
}

.new-design-footer .new-footer-top ul.social-icons li {
  margin-right: 8px;
  margin-top: 8px;
  display: inline-block;
}



.new-design-footer .new-footer-bottom .policy-menu li {
  margin-right: 20px;
}

.new-design-footer .new-footer-bottom .policy-menu li:last-child {
  margin-right: 0px;
}

.new-design-footer .new-footer-bottom .policy-menu li::after {
  color: white !important;
  left: 12px;
  font-weight: unset;
}

.new-design-footer .new-footer-bottom .policy-menu li a:hover,
.new-design-footer .new-footer-bottom .policy-menu li a:focus {
  color: white;
}

.fix-call-btn {
  position: fixed;
  width: 57px;
  height: 57px;
  border-radius: 50px !important;
  padding: 0px;
  bottom: 180px;
  right: 24px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.fix-call-btn img {
  height: 24px;
  width: 24px;
}

.float.what-btn {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
  font-size: 24px;
  bottom: 114px;
  right: 24px;
}

.float.what-btn i {
  height: 24px;
}

/* MEDIA 1200 
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}*/

@media (min-width: 992px) and (max-width: 1211px) {
  .new-header .top-header .navbar-nav .nav-link {
    font-size: 11px;
    padding: 5px 10px;
  }

  .new-header .top-header .web-btn {
    font-size: 11px;
    padding: 10px 15px;
  }

  .new-header .bottom-header ul li a {
    padding: 10px 10px 11px;
    font-size: 11px;
  }

  .new-design-footer .new-footer-top p {
    overflow-wrap: break-word;
  }
}

/* MEDIA 768 TO 992 */
@media (min-width: 768px) and (max-width: 992px) {
  .new-header .top-header {
    padding: 5px 0px;
    height: 55.8px;
  }

  .new-header .list-group-horizontal-lg,
  .new-header .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .new-design-footer .new-footer-top p {
    overflow-wrap: break-word;
  }

  .new-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hamburger {
    right: 25px;
  }

  .newmainslider {
    padding: 20px 0px;
  }

  .newmainslider .box {
    padding: 15px;
  }

  .newmainslider .box .box-h {
    font-size: 18px;
  }

  .sliderheight {
    height: 100%;
  }

  .newmainslider .new-main-slider,
  .newmainslider .owl-stage-outer,
  .newmainslider .owl-stage,
  .newmainslider .owl-item,
  .newmainslider .item,
  .newmainslider img {
    height: 100%;
  }

  .newmainslider .new-main-slider img {
    object-fit: contain;
    background-color: #eee;
  }

  .new-design-footer .new-footer-bottom {
    text-align: center;
  }

  .policy-menu {
    text-align: center;
    margin-top: 15px;
  }
}

/* MEDIA 768 */
@media (max-width: 768px) {
  .new-header .top-header {
    padding: 5px 0px;
  
  }

  .new-header .top-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .newmainslider {
    padding: 0px;
    overflow: hidden;
    background: none;
  }

  .newmainslider .container {
    padding: 0px;
  }

  .sliderheight {
    min-height: 182px;
  }

  .newmainslider img {
    border-radius: 0;
  }

  .newmainslider .box {
    padding: 20px;
    border-radius: 0;
  }

  .newmainslider .owl-nav {
    display: none;
  }

  .new-design-footer .new-footer-top {
    padding: 30px 0px;
  }

  .new-design-footer .new-footer-top .logo {
    margin-bottom: 15px;
  }

  .new-design-footer .new-footer-top h4 {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .new-design-footer .new-footer-top ul.contact-info li {
    margin-top: 15px;
  }

  .new-design-footer .new-footer-top ul.social-icons {
    margin-top: 20px;
  }

  .new-design-footer .new-footer-bottom {
    text-align: center;
  }

  .fix-call-btn {
    width: 45px;
    height: 45px;
    bottom: 165px;
    right: 15px;
  }

  .fix-call-btn img {
    height: 20px;
    width: 20px;
  }

  .float.what-btn {
    width: 45px;
    height: 45px;
    bottom: 112px !important;
    right: 15px;
    font-size: 20px;
  }

  .float.what-btn i {
    height: 20px;
  }
}

#whatsapp-chat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#whatsapp-chat i {
  filter: invert(1);
  color: black;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.youaresearchingfor {
  background: #44c09b1f;
  margin: 5px 15px 0px !important;
  border-radius: 5px;
}

.youaresearchingfor li {
  border-bottom: 1px solid #dedede !important;
}

.youaresearchingfor li:last-child {
  border: none !important;
}

.modal-open .main-wrapper {
  filter: unset;
}

.tags {
  background-color: white;
  padding-bottom: 40px;
}

.tags a {
  border: 1px solid #ddd;
  background-color: #eee;
  color: var(--btn2color);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  margin-top: 10px;
}

.tags a:hover {
  background-color: var(--greencolor);
  border-color: var(--greencolor);
  color: white;
}

.intro-section {
  padding: 40px 0px;
  margin-bottom: 40px;
}

.mobile-sidebar-number {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.mobile-sidebar-number li {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.mobile-sidebar-number li .img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--greencolor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-sidebar-number li .img img {
  object-fit: contain;
  height: 20px;
  width: 15px;
}

.mobile-sidebar-number li p {
  width: calc(100% - 45px);
  margin: 0px;
  line-height: 13px;
  font-size: 13px;
  color: #343434;
  font-weight: 500;
}

.mobile-sidebar-number li p a {
  color: #343434 !important;
  padding: 0 !important;
  font-size: 13px !important;
  line-height: 20px;
  word-break: break-all;
}

.footer-headings {
  font-size: 15px !important;
}

.lab-error-section {
  padding: 120px 0;
}

.lab-error-section h1 {
  font-size: 36px;
  margin: 40px 0 20px;
  line-height: 1;
}

.lab-error-section p {
  width: 70%;
  margin: 0 auto 28px;
}

.lab-error-section img {
  width: 436px;
  height: 181px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .lab-error-section {
    padding: 80px 0;
  }

  .lab-error-section img {
    width: 250px;
    height: 104px;
  }

  .lab-error-section h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 20px 0 10px;
  }

  .lab-error-section p {
    width: 100%;
    margin: 0 auto 20px;
  }
}

footer {
  padding-bottom: 0 !important;
}

.btn {
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  outline: 0;
  transition: all 0.3s 0s linear;
  font-weight: 500;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 8px 15px;
}
.web-btn {
  background-color: var(--greencolor);
  color: white !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-style: normal !important;
  padding: 10px 20px;
  background-image: unset !important;
}
/*.web-btn:hover {*/
/*  background-color: var(--btn2color);*/
/*  color: white;*/
/*}*/
.btn.with-icon {
  min-width: 135px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.btn.with-icon i {
  font-size: 12px;
  margin-left: 15px;
}
/*.web-btn2 {*/
/*  background-color: #dbdbdb;*/
/*  border: 1px solid #c9c9c9;*/
/*  color: var(--btn2color);*/
/*  padding: 10px 20px;*/
/*}*/
.web-btn2 {
  display: block;
  width: 100%;
  background: var(--greencolor);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 11px 0;
  border-radius: 7px;
  border: none;
  text-transform: uppercase;
  letter-spacing: .9px;
  cursor: pointer;
  text-decoration: none !important;
  transition: background .2s ease, box-shadow .2s ease;
  box-shadow: 0 3px 10px rgba(0,150,136,.25);
}
}
.web-btn2:hover {
  background: #2848d5;
  box-shadow: 0 5px 16px rgba(54, 120, 245, 0.35);

  color: white;
}

footer .social-icons li a img {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .footer-headings {
    margin-top: 10px !important;
  }

  .footer-newsletter-btn {
    margin-top: 10px;
  }
  .btn,
  .web-btn,
  .web-btn2 {
    font-size: 14px;
    padding: 10px 15px;
  }
}

.web-captcha {
  width: 100%;
  height: 42px;
}

.web-captcha img {
  width: 100% !important;
  height: 42px !important;
  border-radius: 5px;
  padding: 0;
}

.greyonautofill .form-control:-webkit-autofill,
.greyonautofill .form-control:-webkit-autofill:focus,
.greyonautofill .form-control:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #efefef inset !important;
}

/*.header-logo-size {*/
/*  width: 158px;*/
/*  height: 45px;*/
/*}*/



.new-header .middle-header .appstore-playstore a {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.back-btn-size {
  width: 27px;
  height: 20px;
  display: inline-block;
}

.filter-icon-size {
  width: 25px;
  height: 15px;
  display: inline-flex;
}



.breadcrumb li {
  font-size: 14px;
}

.breadcrumb li:last-child {
  color: #757575 !important;
}

.breadcrumb li::before {
  font-size: 14px !important;
  color: #757575 !important;
}

@media (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0px !important;
    justify-content: center;
  }

  .breadcrumb li {
    font-size: 12px;
  }

  .breadcrumb li::before {
    font-size: 12px !important;
    color: #757575 !important;
  }
}

.dmca-badge img {
  width: 121px;
  height: 24px;
}

.website-headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.website-headings .web-h {
  margin-bottom: 5px;
}

.website-headings .web-h h1,
.website-headings .web-h h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 0px;
}

.website-headings .link-btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  background: none;
  border: none;
  color: var(--greencolor);
  border-bottom: 1px solid var(--greencolor);
  border-radius: 0;
  padding: 0px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .website-headings {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .website-headings .web-h h1,
  .website-headings .web-h h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .website-btn {
    font-size: 12px;
    line-height: 18px;
  }
}

.section-blogs,
.section-doctor {
  overflow: hidden;
}

/* DOWNLOAD OUR APP START */
.download-our-app-new {
  background-color: white;
  padding-top: 60px;
}

.download-our-app-new .box {
  background-color: #bbe0e2;
  padding: 50px;
  border-radius: 20px;
  position: relative;
}

.download-our-app-new h3 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  color: black;
}

.download-our-app-new ul {
  margin: 0px;
  padding: 0px;
  display: flex;
}

.download-our-app-new ul li {
  list-style: none;
  margin-right: 40px;
}

.download-our-app-new ul li:last-child {
  margin-right: 0px;
}

.download-our-app-new ul li img.qr {
  height: 130px;
  width: 130px;
  border-radius: 10px;
  padding: 5px;
  background-color: white;
}

.download-our-app-new ul li img {
  width: 204px;
  height: 61px;
}

.download-our-app-new .download-img {
  width: 432px;
  height: 398px;
  margin: -103px auto -50px;
  display: block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .download-our-app-new {
    padding-top: 30px;
  }

  .download-our-app-new .box {
    padding: 20px;
    border-radius: 10px;
  }

  .download-our-app-new h3 {
    font-size: 22px;
  }

  .download-our-app-new ul li {
    margin-right: 20px;
  }

  .download-our-app-new ul li img.qr {
    height: 90px;
    width: 90px;
  }

  .download-our-app-new ul li img {
    width: 144px;
    height: 43px;
  }

  .download-our-app-new .download-img {
    width: 267px;
    height: 246px;
    margin: -50px auto -20px;
  }
}

@media (max-width: 767px) {
  .download-our-app-new {
    padding-top: 0px;
  }

  .download-our-app-new .box {
    padding: 20px 20px 0px;
    border-radius: 10px;
    text-align: center;
  }

  .download-our-app-new h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .download-our-app-new ul {
    justify-content: center;
  }

  .download-our-app-new ul li img {
    width: 117px;
    height: 35px;
  }

  .download-our-app-new .download-img {
    margin: 30px auto 0px;
    width: 190px;
    height: 176px;
  }
}

/* DOWNLOAD OUR APP END */

.login-or {
  color: #494949;
  font-size: 20px;
  margin: 30px 0px;
}

.span-or {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  padding: 0px 15px;
  margin: 0;
}

.or-line {
  background-color: #ddd;
}

.google-btn {
  border-radius: 50px;
  text-align: left;
  padding: 5px 36px 5px 5px;
  background-color: #eee;
  border: 1px solid #ddd;
  font-weight: 500;
  font-size: 16px;
}

.google-btn:hover {
  background-color: var(--btn2color);
  border-color: var(--btn2color);
  color: white;
}

.google-btn img {
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 50px;
  margin-right: 15px;
}

.blog-single .main-img {
  height: 420px;
  width: 100%;
  margin-bottom: 20px;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .blog-single .main-img {
    height: 180px !important;
  }
}

.blog-new .box .blog-img {
  background-position: center;
  background-size: cover;
}

.blog-new .box .box-body h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--greencolor);
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease, transform 0.2s ease;
  /*overflow: hidden;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 1;*/
  /*line-clamp: 1;*/
  /*-webkit-box-orient: vertical;*/
}

.blog-new .box .box-body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Login Page Design Work Start */
.login-page-design {
  padding: 60px 0px;
}

.login-page-design .box {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
}

.login-page-design .box .left-side {
  background-image: linear-gradient(
    to right,
    #12bc95 0%,
    #1f68c6 100%
  ) !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page-design .box .left-side img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  filter: brightness(100);
}

.login-page-design .box .right-side {
  padding: 50px 70px;
}

.login-page-design .box .right-side h1 {
  font-size: 20px;
  font-weight: bold;
}

.login-page-design .box .right-side .form-group {
  height: auto;
}

.login-page-design .box .right-side .form-group select {
  -webkit-appearance: none;
  font-weight: bold;
}

.login-page-design .box .right-side .form-control {
  background-color: #eee;
  border: 1px solid #ddd;
  color: var(--btn2color);
}

.login-page-design .box .right-side .form-group label {
  color: var(--btn2color);
}

.login-page-design .box .right-side .login-btn {
  background-color: var(--greencolor);
  background-image: none !important;
  font-size: 16px;
}

.login-page-design .box .right-side .login-btn:hover {
  background-color: var(--btn2color);
}

.login-page-design .box .right-side .file label {
  font-size: 14px;
  font-weight: 600;
}
.login-page-design .box .right-side .file .form-control {
  padding: 10.35px 12px;
  height: auto;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .login-page-design .box .right-side {
    padding: 30px;
  }

  .login-page-design .box .left-side img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .login-page-design {
    padding: 30px 0px;
  }

  .login-page-design .box .left-side {
    padding: 20px;
  }

  .login-page-design .box .left-side img {
    width: 50px;
    height: 50px;
  }

  .login-page-design .box .right-side {
    padding: 20px;
  }

  .login-or {
    margin: 20px 0px;
  }
}

/* Login Page Design Work End */

/* Career page work start */
.select-icon select {
  -webkit-appearance: none;
  background: url(https://www.secondmedic.com/utility/icons/angle-down.webp)
    no-repeat;
  background-size: 20px;
  background-position: calc(100% - 15px) center;
}
.career-banner {
  padding: 20px 0px 40px;
}
.career-banner .img-box {
  height: 265px;
  display: block;
  background-color: #eee;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.new-career-page {
  padding: 40px 0px;
  background-color: #f7f7f7;
  position: relative;
}
.new-career-page:before {
  content: "";
  position: absolute;
  width: 267px;
  height: 154px;
  background-image: url("https://www.secondmedic.com/lab/thyrocare/asset/newdesignv2/images/pattern-top.webp");
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
.new-career-page:after {
  content: "";
  position: absolute;
  width: 298px;
  height: 146px;
  background-image: url("https://www.secondmedic.com/lab/thyrocare/asset/newdesignv2/images/pattern-bottom.webp");
  background-size: 100% 100%;
  bottom: 0;
  right: 0;
}

.new-career-page h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
.new-career-page .box {
  background-color: white;
  border: 1px solid white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 10px;
  margin-top: 15px;
  color: var(--btn2color);
  position: relative;
  transition: all 0.3s 0s linear;
}
.new-career-page .box:hover {
  border: 1px solid var(--greencolor);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.new-career-page .box .box-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
.new-career-page .box .box-heading:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #c0c0c0;
  bottom: -19px;
  left: 0;
}
.new-career-page .box ul {
  margin: 0px 0px 10px;
  padding: 0px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.new-career-page .box ul li {
  list-style: none;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.new-career-page .box .icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 5px;
  font-weight: bold;
  opacity: 0.5;
}
.new-career-page .box p {
  margin: 0px 0px 10px;
  font-size: 16px;
}
.new-career-page .box .text-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.new-career-page.singlecareer .box .text-limit {
  overflow: unset;
  display: block;
  -webkit-box-orient: unset;
}
.new-career-page .box p .icon {
  margin-top: -5px;
}
.new-career-page .form-box {
  background-color: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 10px;
  margin-top: 15px;
  position: sticky;
  top: 150px;
  z-index: 1;
}
.new-career-page .form-box .box-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  text-decoration: underline;
}
.new-career-page .form-box .form-group {
  margin-bottom: 10px;
}
.new-career-page .form-box .form-group label {
  font-size: 14px;
  font-weight: 500;
}
.new-career-page .form-box .form-group .form-control {
  background-color: #eee;
  border-color: #ddd;
  height: auto;
  padding: 10px 20px;
  color: var(--btn2color);
}
.new-career-page .form-box .form-group .form-control::placeholder {
  color: var(--btn2color);
}
.new-career-page .form-box .web-btn {
  margin-top: 10px;
}

@media (max-width: 1300px) {
  .new-career-page:before,
  .new-career-page:after {
    display: none;
  }
}
@media (max-width: 992px) {
  .new-career-page .box ul {
    display: block;
    margin: 0px;
  }
  .new-career-page .box ul li {
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .career-banner {
    padding: 15px 0px 30px;
  }
  .career-banner .img-box {
    height: 134px;
  }
  .new-career-page {
    padding: 30px 0px;
  }
  .new-career-page h1 {
    font-size: 20px;
  }
  .new-career-page .box {
    padding: 20px;
  }
  .new-career-page .box .box-heading {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .new-career-page .box .box-heading:after {
    bottom: -15px;
  }
  .new-career-page .box ul {
    font-size: 14px;
  }
  .new-career-page .box ul li {
    margin-bottom: 5px;
  }
  .new-career-page .box .icon {
    width: 16px;
    height: 16px;
    margin-top: -5px;
  }
  .new-career-page .box p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .new-career-page .form-box {
    padding: 20px;
  }
  .new-career-page .form-box .box-heading {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
/* Career page work end */

/* Single Career Page Work Start */
.new-career-page .main-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.singlecareer .box:hover {
  border-color: white;
}
.singlecareer .needhelp-box,
.singlecareer .needhelp-box:hover {
  border: 1px solid var(--greencolor);
  padding: 20px 30px;
}
.singlecareer .needhelp-box .box-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
}
.singlecareer .needhelp-box .box-heading:after {
  display: none;
}
.singlecareer .needhelp-box .box-heading a {
  display: flex;
  align-items: center;
}
.singlecareer .needhelp-box .box-heading a img {
  filter: var(--greenfilter);
  margin-right: 5px;
}
.applynowmodal .modal-title {
  font-size: 18px;
  font-weight: bold;
}
.applynowmodal .form-box .form-group {
  margin-bottom: 10px;
}
.applynowmodal .form-box .form-group label {
  font-size: 14px;
  font-weight: 500;
}
.applynowmodal .form-box .form-group .form-control {
  background-color: #eee;
  border-color: #ddd;
  height: auto;
  padding: 10px 20px;
  color: var(--btn2color);
}
.applynowmodal .form-box .form-group .form-control::placeholder {
  color: var(--btn2color);
}
.applynowmodal .form-box .web-btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .singlecareer .needhelp-box,
  .singlecareer .needhelp-box:hover {
    padding: 15px 20px;
  }
  .singlecareer .needhelp-box .box-heading {
    font-size: 14px;
  }
}
/* Single Career Page Work End */

/* New About Us Work Start */
.new-about-us .section-padding {
  padding: 60px 0px;
}
.new-about-us .heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.new-about-us .intro .img-box {
  background-position: center;
  background-size: cover;
  background-color: #eee;
  height: 100%;
  border-radius: 20px;
}
.new-about-us .intro p {
  font-size: 16px;
  text-align: justify;
  margin: 0px;
}

/* Home Services Work Start */
.secmed-services {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.secmed-services:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 307px;
  height: 447px;
  background: url("https://www.secondmedic.com/lab/thyrocare/asset/newdesignv2/images/circle.webp");
  background-size: 100% 100%;
  z-index: 0;
  animation: circlescale 2s linear 0s infinite alternate;
}
@keyframes circlescale {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.1, 1.1);
  }
}
.secmed-services h2 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}
.secmed-services p {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
}
.secmed-services .web-btn {
  padding: 12.5px 30px;
  margin-top: 40px;
  font-size: 16px;
  min-width: 320px;
}
.secmed-services .box {
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 4px 4px 20px rgb(0 0 0 / 5%);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 40px;
  height: calc(100% - 70px);
  transition: all 0.3s 0s linear;
}
.secmed-services .box:hover {
  box-shadow: 4px 4px 20px rgb(0 0 0 / 20%);
}
.secmed-services .box .box-img {
  background-color: #eee;
  border-radius: 20px 20px 0px 0px;
  height: 126px;
  position: relative;
}
.secmed-services .box.purple .box-img {
  background-color: #dbceea;
}
.secmed-services .box.green .box-img {
  background-color: #c5dbc5;
}
.secmed-services .box.orange .box-img {
  background-color: #f2dcc5;
}
.secmed-services .box.red .box-img {
  background-color: #f6cbcb;
}
.secmed-services .box.cyan .box-img {
  background-color: #c1f2ef;
}
.secmed-services .box.blue .box-img {
  background-color: #c7daf5;
}
.secmed-services .box .box-img img {
  height: 167px;
  max-width: 112%;
  object-fit: contain;
  object-position: bottom;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  position: absolute;
}
.secmed-services .box .box-body {
  padding: 15px;
}
.secmed-services .box .box-body h4 {
  font-size: 18px;
  margin-bottom: 2px;
}
.secmed-services .box .box-body p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0px;
  color: var(--secondarycolor);
}
@media (min-width: 767px) and (max-width: 992px) {
  .secmed-services {
    padding-bottom: 10px;
  }
  .secmed-services h3 {
    margin-top: 0px !important;
    margin-bottom: 10px;
  }
  .secmed-services h1 {
    margin-bottom: 10px;
  }
  .secmed-services .web-btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .secmed-services .box {
    margin-bottom: 20px !important;
    height: calc(100% - 60px) !important;
  }
}

@media (max-width: 767px) {
  .secmed-services {
    padding-bottom: 20px;
  }
  .secmed-services:before {
    display: none;
  }
  .secmed-services h3 {
    margin-top: 0px !important;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .secmed-services h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .secmed-services p {
    font-size: 14px;
    line-height: 20px;
  }
  .secmed-services .web-btn {
    margin-top: 10px;
    margin-bottom: 30px;
    min-width: auto;
    font-size: 14px;
    padding: 10px 20px;
  }
  .secmed-services .row {
    padding: 0px 7.5px;
  }
  .secmed-services .row .col-12,
  .secmed-services .row .col-6 {
    padding: 0px 7.5px;
  }
  .secmed-services .box {
    margin-bottom: 10px;
    margin-top: 28px !important;
    border-radius: 10px;
    height: calc(100% - 38px) !important;
  }
  .secmed-services .box .box-img {
    height: 80px;
    border-radius: 10px 10px 0px 0px;
  }
  .secmed-services .box .box-img img {
    height: 110px !important;
  }
  .secmed-services .box .box-body {
    padding: 10px;
  }
  .secmed-services .box .box-body h4 {
    font-size: 14px;
  }
}
/* Home Services Work End */

.new-about-us .mission-vision {
  padding-bottom: 45px;
}
.new-about-us .mission-vision .img-box {
  background-color: #eee;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  height: 250px;
  border-radius: 20px;
}
.new-about-us .mission-vision .heading {
  margin-bottom: 35px;
}
.new-about-us .mission-vision .heading:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #c0c0c0;
  bottom: -19px;
  left: 0;
}
.new-about-us .mission-vision p {
  font-size: 16px;
  margin-bottom: 15px;
}
.new-about-us .mission-vision .line {
  height: 70%;
  width: 5px;
  background-color: #eee;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}

.new-about-us .team .box {
  padding: 50px;
  background-color: #f8f9fa;
  border-radius: 20px;
  border: 1px solid #ddd;
}
.new-about-us .team .box .img-box {
  background-color: white;
  background-size: cover;
  background-position: top center;
  height: 300px;
  border-radius: 20px;
}
.new-about-us .team .box p {
  font-size: 16px;
  text-align: justify;
  margin: 0px;
}

.new-about-us .counter .box {
  background-color: white;
  padding: 30px 20px;
  border-radius: 20px;
  border: 2px solid #ddd;
  text-align: center;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s 0s linear;
  margin-top: 15px;
  height: calc(100% - 15px);
}
.new-about-us .counter .box:hover {
  border-color: var(--greencolor);
  box-shadow: none;
}
.new-about-us .counter .box h2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--greencolor);
}
.new-about-us .counter .box p {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
}

.new-about-us .our-impact .box {
  background-color: white;
  border: 2px solid #ddd;
  padding: 20px;
  border-radius: 20px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  height: calc(100% - 15px);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s 0s linear;
}
.new-about-us .our-impact .box:hover {
  border-color: var(--greencolor);
  box-shadow: none;
}
.new-about-us .our-impact .box img {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 20px;
  margin-right: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.new-about-us .our-impact .box h4 {
  font-weight: bold;
  font-size: 24px;
  color: var(--greencolor);
}
.new-about-us .our-impact .box p {
  margin: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .new-about-us .section-padding {
    padding: 30px 0px;
  }
  .new-about-us .heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .new-about-us .intro .img-box {
    height: 200px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .new-about-us .intro p {
    font-size: 14px;
  }
  .new-about-us .mission-vision .img-box {
    margin-bottom: 15px;
    height: 200px;
    border-radius: 10px;
  }
  .new-about-us .mission-vision {
    padding-bottom: 15px;
  }
  .new-about-us .mission-vision p {
    font-size: 14px;
  }

  .new-about-us .team .box {
    padding: 15px;
    border-radius: 10px;
  }
  .new-about-us .team .box .img-box {
    margin-bottom: 15px;
    height: 200px;
    border-radius: 10px;
  }
  .new-about-us .team .box p {
    font-size: 14px;
  }
  .new-about-us .counter .box {
    border-radius: 10px;
    padding: 15px;
  }
  .new-about-us .our-impact .box {
    padding: 15px;
    border-radius: 10px;
  }
  .new-about-us .our-impact .box img {
    border-radius: 10px;
  }
}
/* New About Us Work End */

/* Video popup work start */

.vid {
  width: 100%;
  display: block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
}
.vid::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vid .img-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 220px;
  background-position: top center;
  background-size: cover;
  background-color: #eee;
}
.vid .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(0 0 0 / 20%);
}
.vid .img-box .play-icon {
  position: absolute;
  width: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
}
.vid h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 5px 0px 0px;
}

.video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1999;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none !important;
}
.video-popup.show-video {
  display: flex !important;
}
.video-popup .iframe-wrapper {
  position: relative;
  width: 700px;
  height: 540px;
}
.video-popup .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
.video-popup .iframe-wrapper .close-video {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -20px;
  right: -12px;
  background: url(https://www.secondmedic.com/utility/icons/close.webp) #fff
    no-repeat center;
  background-size: 12px 12px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .video-popup .iframe-wrapper {
    width: 85%;
    height: 35%;
  }
  .vid .img-box {
    height: 155px;
  }
}
@media (max-width: 576px) {
  .vid {
    height: auto;
    margin-top: 15px;
  }
}
/* Video popup work end */

.homecareabout .vid {
  height: 100%;
}
.homecareabout .vid .img-box {
  height: 100%;
}
@media (max-width: 767px) {
  .homecareabout .vid {
    height: auto;
  }
  .homecareabout .vid .img-box {
    height: 200px;
  }
}

.health-related-videos .vid .img-box {
  height: 300px;
}
@media (max-width: 767px) {
  .health-related-videos .vid .img-box {
    height: 200px;
  }
}

.online-doctor-receipt .box {
  overflow: hidden;
  padding: 30px;
}
.online-doctor-receipt .box .logo {
  height: 40px;
  width: auto;
}
.online-doctor-receipt .box .basic-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.online-doctor-receipt .box .info-item {
  flex: 1 1 60%;
}
.online-doctor-receipt .box .info-item:nth-child(odd) {
  flex: 1 1 30%;
}
.online-doctor-receipt .box .info-item.email {
  line-break: anywhere;
}
.online-doctor-receipt .box .info-item p {
  color: grey;
  margin-bottom: 0px;
}
.online-doctor-receipt .box .info-item b {
  color: var(--blackcolor);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.online-doctor-receipt .box .info-item .fa {
  font-size: 14px;
}
.online-doctor-receipt .box .info-item .line {
  color: #c3c3c3;
  font-weight: 400;
  margin: 0px 3px;
}
.online-doctor-receipt .box .table-h {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.online-doctor-receipt .box .table-responsive {
  margin: 0px -30px 30px;
  width: calc(100% + 60px);
}
.online-doctor-receipt .box .table {
  margin: 0px;
}
.online-doctor-receipt .box .table td,
.online-doctor-receipt .box .table th {
  padding: 5px 30px;
}
.online-doctor-receipt .box .table th {
  font-weight: 600;
  font-size: 16px;
}
.online-doctor-receipt .box .web-btn .fa {
  font-size: 14px;
}

@media (max-width: 767px) {
  .online-doctor-receipt .box {
    padding: 15px;
    margin: 0px;
  }
  .online-doctor-receipt .box .basic-info {
    margin-top: 15px;
    gap: 10px;
  }
  .online-doctor-receipt .box .info-item {
    flex: 1 1 100%;
  }
  .online-doctor-receipt .box .info-item:nth-child(odd) {
    flex: 1 1 100%;
  }
  .online-doctor-receipt .box .table-responsive {
    margin: 0px -15px 15px;
    width: calc(100% + 30px);
  }
  .online-doctor-receipt .box .table-h {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .online-doctor-receipt .box .table td,
  .online-doctor-receipt .box .table th {
    padding: 5px 15px;
  }
  .online-doctor-receipt .box .table th {
    font-size: 14px;
  }
}

.impact-crowdfunding .crowdfunding-img {
  height: 100%;
  background-color: #eee;
  background-size: cover;
  background-position: center bottom;
  border-radius: 20px;
}

@media (max-width: 576px) {
  .impact-crowdfunding .crowdfunding-img {
    height: 200px;
    margin-bottom: 15px;
  }
}

.upload-prescription-new .card .card-header {
  background-color: var(--lightgreencolor) !important;
  padding: 15px 20px;
}
.upload-prescription-new .card .card-header .card-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  margin: 0px;
}

/* Doctor Booking Confirmation Work Start */
.doctor-booking-confirmation {
  padding: 60px 0px;
  background-color: white;
}
.doctor-booking-confirmation .box {
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 3px 20px 0px
    rgba(45.000000000000014, 126.99999999999991, 218, 0.1);
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  font-weight: 500;
}
.doctor-booking-confirmation .box .box-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.doctor-booking-confirmation .box .img-box {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background-color: #eee;
  background-position: center top;
  background-size: cover;
}
.doctor-booking-confirmation .box .name .doctor-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  display: flex;
  margin-bottom: 5px;
  color: var(--blackcolor);
}
.doctor-booking-confirmation .box .name p {
  margin-bottom: 3px;
  font-size: 16px;
}
.doctor-booking-confirmation .box .name p b {
  color: var(--blackcolor);
  font-weight: bold;
}
.doctor-booking-confirmation .box .prescription {
  margin-left: auto;
  text-align: right;
}
.doctor-booking-confirmation .box .prescription p {
  margin-bottom: 0px;
  color: #676767;
}
.doctor-booking-confirmation .box .prescription .link-btn {
  font-size: 13px;
  padding-bottom: 3px;
}
.doctor-booking-confirmation .box .box-body {
  background-color: #018a951a;
  padding: 5px 20px 20px;
}
.doctor-booking-confirmation .box .info-item {
  margin-top: 15px;
}
.doctor-booking-confirmation .box .info-item p {
  margin-bottom: 0px;
  color: #676767;
}
.doctor-booking-confirmation .box .info-item b {
  color: var(--blackcolor);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}
.doctor-booking-confirmation .box .info-item i {
  font-size: 14px;
}
.doctor-booking-confirmation .box .info-item .info-line {
  color: #c3c3c3;
  font-weight: 400;
  margin: 0px 3px;
}
.doctor-booking-confirmation .box .box-footer {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.doctor-booking-confirmation .box .box-footer .prescription {
  margin-left: 0px;
  text-align: left;
}

@media (max-width: 768px) {
  .doctor-booking-confirmation {
    padding: 40px 0px;
  }
  .doctor-booking-confirmation .box .box-header {
    flex-wrap: wrap;
  }
  .doctor-booking-confirmation .box .prescription {
    text-align: left;
    margin-left: 0px;
    flex: 1 1 100%;
  }
  .doctor-booking-confirmation .box .box-footer .prescription {
    flex: 1 1 auto;
  }
}
@media (max-width: 576px) {
  .doctor-booking-confirmation .box .box-header {
    gap: 15px;
  }
  .doctor-booking-confirmation .box .img-box {
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
  .doctor-booking-confirmation .box .name .doctor-name {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .doctor-booking-confirmation .box .name p {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .doctor-booking-confirmation .box .prescription {
    text-align: center;
  }
  .doctor-booking-confirmation .box .info-item b {
    line-height: 20px;
  }
  .doctor-booking-confirmation .box .box-footer .prescription {
    text-align: center;
  }
  .doctor-booking-confirmation .box .box-footer {
    display: block;
  }
  .doctor-booking-confirmation .box .box-footer .web-btn {
    width: 100%;
    margin-top: 20px;
  }
}
/* Doctor Booking Confirmation Work End */

/* My Account Work Start */
.menu-bar {
  background-color: var(--greencolor);
  padding: 15px 0px 20px;
}
.menu-bar .heading {
  color: white;
  margin: 0px;
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.myaccount-sidebar .sidebar-nav {
  padding: 0px;
}
.myaccount-sidebar .sidebar-nav .sidebar-brand {
  margin: 0px !important;
}
.myaccount-sidebar .sidebar-nav .sidebar-brand a {
  border: none;
  justify-content: center;
}
.myaccount-sidebar .sidebar-nav li a {
  padding: 14px 20px;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.myaccount-sidebar .sidebar-nav li a i {
  color: var(--greencolor);
}
.myaccount-sidebar .sidebar-nav li.active a i,
.myaccount-sidebar .sidebar-nav li a:hover i {
  color: white;
}
.myaccount-sidebar .myaccount-hamburger .text {
  margin-left: -102px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
.myaccount-sidebar .myaccount-hamburger {
  position: absolute;
  top: 74px;
  right: 15px;
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.myaccount-sidebar .myaccount-hamburger:hover,
.myaccount-sidebar .myaccount-hamburger:focus,
.myaccount-sidebar .myaccount-hamburger:active {
  outline: none;
}
.myaccount-sidebar .myaccount-hamburger.is-closed:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.myaccount-sidebar .myaccount-hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.myaccount-sidebar .myaccount-hamburger.is-closed .hamb-top,
.myaccount-sidebar .myaccount-hamburger.is-closed .hamb-middle,
.myaccount-sidebar .myaccount-hamburger.is-closed .hamb-bottom,
.myaccount-sidebar .myaccount-hamburger.is-open .hamb-top,
.myaccount-sidebar .myaccount-hamburger.is-open .hamb-middle,
.myaccount-sidebar .myaccount-hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.myaccount-sidebar .myaccount-hamburger.is-closed .hamb-top,
.myaccount-sidebar .myaccount-hamburger.is-closed .hamb-middle,
.myaccount-sidebar .myaccount-hamburger.is-closed .hamb-bottom {
  background-color: #fff;
}
.myaccount-sidebar .myaccount-hamburger.is-closed .hamb-top {
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}
.myaccount-sidebar .myaccount-hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.myaccount-sidebar .myaccount-hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}

.myaccount-sidebar .myaccount-hamburger.is-closed:hover .hamb-top {
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}
.myaccount-sidebar .myaccount-hamburger.is-closed:hover .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}
.myaccount-sidebar .myaccount-hamburger.is-open .hamb-top,
.myaccount-sidebar .myaccount-hamburger.is-open .hamb-middle,
.myaccount-sidebar .myaccount-hamburger.is-open .hamb-bottom {
  background-color: #fff;
}
.myaccount-sidebar .myaccount-hamburger.is-open .hamb-top,
.myaccount-sidebar .myaccount-hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}
.myaccount-sidebar .myaccount-hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.myaccount-sidebar .myaccount-hamburger.is-open .hamb-middle {
  display: none;
}
.myaccount-sidebar .myaccount-hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.myaccount-sidebar .myaccount-hamburger.is-open:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.myaccount-sidebar .myaccount-hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.myaccount-sidebar .myaccount-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--lightgreenrgb);
  z-index: 100;
}
/* My Account Work End */

/* FAQs New Design Work Start */
.faqs-new-design .nav-pills {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.faqs-new-design .nav-link {
  border-radius: 0;
  padding: 15px 20px;
  font-weight: 600;
  border-top: 1px solid #ddd;
}
.faqs-new-design .nav-link:first-child {
  border-top: none;
}
.faqs-new-design .nav-link.active {
  background-color: var(--greencolor);
  color: #fff;
}
.faqs-new-design .card {
  padding: 0px;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  margin-bottom: 15px;
  overflow: hidden;
}
.faqs-new-design .card .card-header {
  padding: 0px;
  background: #ddd;
}
.faqs-new-design .card .card-header button {
  font-weight: 500;
  padding: 15px 20px;
}
.faqs-new-design .accordion .btn-link {
  color: #000 !important;
}
.faqs-new-design .card .card-body {
  padding: 15px 20px;
}
.faqs-new-design .card ul,
.faqs-new-design .card ol {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .faqs-new-design .nav-pills {
    display: flex;
    align-items: center;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow: auto;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .faqs-new-design .nav-pills .nav-link {
    white-space: nowrap;
    border-top: none;
    border-right: 1px solid #ddd;
    padding: 12px 20px;
  }
  .faqs-new-design .card {
    border-radius: 5px !important;
  }
  .faqs-new-design .card .card-header button {
    font-weight: 500;
    padding: 10px 15px;
    font-size: 14px;
  }
  .faqs-new-design .card .card-body {
    padding: 10px 15px;
  }
}
/* FAQs New Design Work End */

/* Page Banner Work Start */
.page-banner {
  padding: 60px 0px;
  background: url(https://www.secondmedic.com/asset/consult/image/page-banner.webp)
    center/cover fixed;
  background-color: var(--greencolor);
  text-align: center;
  color: white;
  position: relative;
}
.page-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--greenrgb);
}
.page-banner h1 {
  margin: 0;
  font-weight: 700;
  color: inherit;
}
@media (max-width: 767px) {
  .page-banner {
    padding: 20px 0px;
  }
  .page-banner h1 {
    font-size: 18px;
    margin: 0px;
  }
}
/* Page Banner Work End */

.frequently-booked-tests .box h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.frequently-booked-tests .skeleton-box {
  position: relative;
  height: 243.2px;
  border-radius: 9px;
  margin-top: 10px;
  background: linear-gradient(0.25turn, transparent, #fff, transparent),
    linear-gradient(#eee, #eee);
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  animation: loading 1.5s infinite;
}
@keyframes loading {
  to {
    background-position: 315px 0, 0 0, 0 190px, 50px 195px;
  }
}
@media (max-width: 767px) {
  .frequently-booked-tests .skeleton-box {
    height: 216.4px;
  }
}

/* Blog Design Work Start */
.blog-design form {
  margin-bottom: 10px;
}
.blog-design form .form-control {
  background-color: white !important;
  border: 1px solid #9b9b9b;
  height: auto;
  color: #000;
  border-radius: 10px;
  padding: 15px 20px !important;
  font-size: 14px;
  box-shadow: none !important;
  font-weight: 500;
}
.blog-design form .web-btn {
  padding: 13.5px 20px;
  font-size: 16px !important;
}
.blog-design .box {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .blog-design form {
    margin-bottom: 0px;
  }
  .blog-design form .web-btn {
    margin-top: 15px;
  }
}
/* Blog Design Work End */

#loader-gif img {
  max-width: 100%;
}

/* Common CSS */
.section-heading {
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: bold;
}
.section-heading.with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dots-skeleton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.dots-skeleton li {
  background: linear-gradient(90deg, #eee 25%, #dedede 50%, #eee 75%);
  background-size: 200% 100%;
  animation: loading 3s infinite ease-in-out;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  list-style: none;
  margin: 14px 2px 0px;
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: var(--btn2color) !important;
  border-radius: 50px;
  margin: 0px 2px;
  opacity: 0.2;
  outline: 0;
}
.owl-dots .owl-dot.active {
  background-color: var(--greencolor) !important;
  opacity: 1;
}
.section-padding {
  padding: 60px 0px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .section-padding {
    padding: 30px 0px;
  }
  .section-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 30px 0px;
  }
  .section-heading.with-btn {
    display: block;
  }
  .section-heading.with-btn span {
    display: block;
  }
  .section-heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-heading.with-btn .btn {
    margin-top: 10px;
  }
  .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
  }
}

/* Home Blog Work Start */
.health-blogs .box {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.health-blogs .box .img-box {
  height: 179px;
  background-size: cover;
  background-position: center;
  background-color: #eee;
}
.health-blogs .box .box-body {
  padding: 15px;
}
.health-blogs .box .box-body h3 {
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.health-blogs .box .box-body p {
  font-size: 14px;
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.health-blogs .box .box-body .btn {
  margin-top: 15px;
}
.blogs-slider-skeleton .box {
  background: linear-gradient(90deg, #eee 25%, #dedede 50%, #eee 75%);
  background-size: 200% 100%;
  animation: loading 3s infinite ease-in-out;
  border: 1px solid #ddd;
  height: 276.8px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .health-blogs .box .img-box {
    height: 115px;
  }
  .blogs-slider-skeleton .box {
    height: 212.8px;
  }
  .blogs-slider-skeleton .row {
    padding: 0px 7.5px;
  }
  .blogs-slider-skeleton .row .col-6 {
    padding: 0px 7.5px;
  }
}
/* Home Blog Work End */

/* Home Doctors Work Start */
.live-doctor-consultation {
  position: relative;
}
.live-doctor-consultation:before {
  content: "";
  position: absolute;
  width: 267px;
  height: 154px;
  background-image: url("https://www.secondmedic.com/asset/newdesignv2/images/pattern-top.webp");
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
.live-doctor-consultation:after {
  content: "";
  position: absolute;
  width: 298px;
  height: 146px;
  background-image: url("https://www.secondmedic.com/asset/newdesignv2/images/pattern-bottom.webp");
  background-size: 100% 100%;
  bottom: 0;
  right: 0;
}
.live-doctor-consultation .section-heading .badge {
  padding: 3px 5px;
  font-size: 100%;
  border-radius: 5px;
  background-color: #ff0000;
  color: white;
  display: inline-block;
}
.live-doctor-consultation .section-heading .web-btn2 {
    background-color: #343434;
}






    .website-new-banner {
    padding: 15px 0px;
    background-color: var(--greencolor);
}
      .website-banner-height {
    height: 208px;
}

      .website-new-banner .box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: 0px auto 15px;
    display: block;
}
      .website-new-banner .box h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
      .blog-design .box {
    margin-top: 20px;
}
      .blog-new .box .blog-img {
    background-position: center;
    background-size: cover;
}

.blog-new .blog-main-box .blog-img {
    margin-bottom: 0 !important;
}
.blog-new .box .blog-img {
    border-radius: 10px;
    height: 213px;
    width: 100%;
    object-fit: cover;
    background-color: #97f8e5;
    margin-bottom: 10px;
}
      .blog-new .blog-main-box .box-content {
    padding: 20px;
}
      .blog-new .blog-main-box .box-body {
    padding: 0 !important;
}
      .blog-new .box .box-body h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
      .blog-new .box .box-body p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-new .blog-main-box .box-body p {
    margin-bottom: 10px !important;
}
.blog-new .box p {
    font-size: 14px;
    margin-bottom: 15px;
}
      .blog-new .blog-main-box .box-footer {
    padding: 0 !important;
}
      .blog-new .blog-main-box .box-content .blog-publish-date {
    font-size: 13.5px;
    margin: 10px 0 5px;
}
      .blog-new .box .box-footer img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50px;
    margin-right: 5px;
}
      .blog-new .box .box-footer h6 {
    font-size: 14px;
    margin: 0;
}
      .blog-side-box .box-header {
    padding: 20px;
    margin: -20px;
    background-color: #eee;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
      .blog-new .blog-side-box h4 {
    margin-bottom: 0;
    font-weight: bold;
}
      .blog-side-box .box-body {
    padding: 0 !important;
    margin-top: 40px;
}
      .blog-side-box .box-footer {
    padding: 0 !important;
}
    
      .blog-design .box {
    margin-top: 20px;
}
      .blog-side-box {
    padding: 20px;
}
      .blog-side-box2 {
    padding: 20px;
}
      .blog-side-box2 .box-header {
    padding: 20px;
    margin: -20px -20px 20px;
    background-color: #eee;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
      .blog-side-box2 .media {
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.blog-side-box2 .media {
    display: flex;
}
.media, .what-content {
    padding: 10px;
}

.searchbox {
    min-width: 390px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
      .blog-side-box2 .media-left {
    width: unset !important;
}

.media-left {
    width: 20%;
    float: left;
}
      .blog-new .box .media .img-box {
    width: 69px;
    height: 46px;
    background-size: cover;
    background-position: center;
    background-color: #eee;
}

.blog-side-box2 .media .img-box {
    border-radius: 5px !important;
}
      .blog-side-box2 .media .media-body {
    margin-left: 10px;
}
.media-body {
    width: 75%;
    float: right;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
      .blog-side-box2 .media p {
    margin-bottom: 0 !important;
}
.live-doctor-consultation .box {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  font-weight: 500;
}
.live-doctor-consultation .box .doctor-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: top;
  background-color: #eee;
}
.live-doctor-consultation .box .live {
  width: 37px;
  height: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.live-doctor-consultation .box .price {
  background-color: var(--greencolor);
  color: white;
  border-radius: 50px 0px 0px 50px;
  right: 0;
  top: 50px;
  position: absolute;
  text-align: center;
  font-size: 28px;
  line-height: 18px;
  margin: 0px;
  padding: 2px 8px 4px 12px;
}
.live-doctor-consultation .box .price small {
  display: block;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding-left: 10px;
}
.live-doctor-consultation .box .price span {
  font-size: 16px;
}
.live-doctor-consultation .box .designation {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 0px;
  position: relative;
}
.live-doctor-consultation .box .designation:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--btn2color);
  left: 0;
  top: 60%;
  transform: translate(0, -50%);
}
.live-doctor-consultation .box .designation span {
  background-color: var(--btn2color);
  color: white;
  padding: 5px 15px;
  font-size: 12px;
  display: inline-block;
  border-radius: 3px;
  letter-spacing: 0.5px;
  z-index: 1;
  position: relative;
}
.live-doctor-consultation .box .box-body {
  padding: 10px 15px 15px;
}
.live-doctor-consultation .box .box-body h3 {
  font-size: 16px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.live-doctor-consultation .box .box-body h3 span {
  display: block;
  width: 100%;
}
.live-doctor-consultation .box .box-body .verified {
  width: 66px;
  height: 22px;
  object-fit: contain;
  margin-bottom: 5px;
}
.live-doctor-consultation .box .box-body p {
  font-size: 14px;
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.live-doctor-consultation .box .box-body ul {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 0px;
  margin: 0px 0px 10px;
}
.live-doctor-consultation .box .box-body ul li {
  list-style: none;
  margin-right: 10px;
}
.live-doctor-consultation .box .box-body .availability {
  background-color: #eee;
  margin: 0px -15px 15px;
  padding: 5px 15px;
}
.live-doctor-consultation .box .box-body .availability p {
  margin: 0px;
}
.doctors-slider-skeleton .box {
  background: linear-gradient(90deg, #eee 25%, #dedede 50%, #eee 75%);
  background-size: 200% 100%;
  animation: loading 3s infinite ease-in-out;
  border: 1px solid #ddd;
  height: 368.8px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .live-doctor-consultation:before,
  .live-doctor-consultation:after {
    display: none;
  }
}
/* Home Doctors Work End */

@media (max-width: 767px) {
  .video-consultation-landing-banner .box .my_content {
    width: 80%;
    text-align: left;
  }
  .video-consultation-landing-banner .box .my_content h2 {
    font-size: 16px;
    margin-bottom: 10px !important;
  }
  .video-consultation-landing-banner .box .my_content h5 {
    margin-bottom: 10px !important;
  }
  .video-consultation-landing-banner .box .my_content .btn {
    margin-bottom: 10px !important;
  }
  .video-consultation-landing-banner .box .content_img img {
    position: absolute;
    top: 24px;
    right: 22px;
    width: 70px !important;
    height: 70px !important;
  }
}

/* sample-report page design */

.sample-report img {
  margin-top: 25px;
  padding: 20px;
  border-radius: 10px;
  background-color: #eaeaea;
  box-shadow: 8px 7px 13px 0px #00000012;
  border: 1px solid #d5d3d3;
}

/* Pharmacy Detail page design fix Start */

.product-detail-new-changes hr {
  margin: 20px 0px;
  border-color: #c9c9c9;
}
.product-detail-new-changes .product-name {
  margin-bottom: 15px;
}
.product-detail-new-changes .brand-and-reviews {
  margin-bottom: 15px;
}
.product-detail-new-changes .price {
  margin-bottom: 20px;
}

.product-detail-new-changes .custom-qty {
  display: inline-flex;
  height: 30px;
  border: 1px solid #c9c9c9;
  overflow: hidden;
  border-radius: 5px;
}
.product-detail-new-changes .custom-qty button {
  background-color: #dbdbdb;
  width: 30px;
  height: 30px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding-bottom: 5px;
}
.product-detail-new-changes .custom-qty input {
  width: 56px;
}
.product-detail .price .badge {
  margin-left: 5px;
  font-size: 14px;
  margin-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #c9c9c9;
  color: var(--btn2color);
}
.product-detail-new-changes .price small {
  color: #898989;
}

.product-detail-new-changes .img-box {
  position: relative;
}
.product-detail-new-changes .wishlist-btn {
  content: "";
  position: absolute;
  padding: 0px;
  z-index: 1;
  font-size: 22px;
  right: 15px;
  bottom: 11px;
}
.product-detail-new-changes .status-text {
  margin: 20px 0px;
}
.product-detail-new-changes .product-detail-tabs .nav-item {
  margin-bottom: 0px;
}
.product-detail-new-changes .product-detail-tabs .nav-item .nav-link {
  margin: 0px 0px 10px;
  border-radius: 10px;
  background-color: #eee !important;
  border: 1px solid #c9c9c9;
  margin-right: 10px;
}
.product-detail-new-changes .product-detail-tabs .nav-item .nav-link.active {
  border-color: var(--greencolor);
}
.product-detail-new-changes .product-detail-tabs + .tab-content {
  background-color: #eee;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .product-detail-new-changes .single-product-right {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail-new-changes {
    padding: 20px 0px;
  }
  .product-detail-new-changes .simple-gallery {
    margin-bottom: 20px;
  }
  .product-detail-new-changes .add-to-cart-button {
    margin-top: 15px;
  }
}
/* Pharmacy Detail page design fix End */

/* Lab Thank You Work Start */
.lab-thankyou-page {
  padding: 60px 0px;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lab-thankyou-page .box {
  background-color: white;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.lab-thankyou-page .box img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.lab-thankyou-page .box .heading {
  font-size: 24px;
  font-weight: bold;
}
.lab-thankyou-page .box p {
  margin-bottom: 10px;
  font-size: 16px;
}
.lab-thankyou-page .box .highlight {
  background-color: #eee;
  padding: 10px 15px;
  margin: 30px -30px 0px;
  font-weight: bold;
}
.lab-thankyou-page .box .highlight p {
  margin: 0px;
}
@media (max-width: 767px) {
  .lab-thankyou-page {
    padding: 20px 0px;
    min-height: 70vh;
  }
  .lab-thankyou-page .box {
    width: 95%;
    margin: 0 auto;
  }
  .lab-thankyou-page .box .heading {
    font-size: 20px;
  }
  .lab-thankyou-page .box p {
    font-size: 14px;
    line-height: 18px;
  }
}
/* Lab Thank You Work End */

/* doctor consult Thankyou new design */

.doctor-consult-thankyou-sect {
  padding: 60px 0 60px;
  position: relative;
}

.doctor-consult-thankyou-sect .thankyou-box {
  border: 1px solid #dadada;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 8%);
  text-align: center;
  background-color: white;
  overflow: hidden;
}

.doctor-consult-thankyou-sect .thankyou-box .content-div {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.doctor-consult-thankyou-sect .thankyou-box img {
  width: 120px;
  margin-bottom: 20px;
}

.doctor-consult-thankyou-sect .thankyou-box .doc-thankyou-content-1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 13px;
}

.doctor-consult-thankyou-sect .thankyou-box p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.doctor-consult-thankyou-sect .thankyou-box .doc-thankyou-content-2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.doctor-consult-thankyou-sect .thankyou-box .thank-heading {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 30px;
}

.doctor-consult-thankyou-sect .thankyou-box .thank-box-footer {
  padding: 20px;
  background-color: #efefef;
}

.doctor-consult-thankyou-sect .box-top-girl {
  position: absolute;
  right: 30px;
  top: -125px;
}

.doctor-consult-thankyou-sect .box-top-girl img {
  width: 65px;
}

@media (max-width: 767px) {
  .doctor-consult-thankyou-sect .box-top-girl img {
    width: 50px;
  }

  .doctor-consult-thankyou-sect .thankyou-box .thank-heading {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .doctor-consult-thankyou-sect .thankyou-box .content-div {
    height: 350px;
  }

  .doctor-consult-thankyou-sect .thankyou-box .thank-heading {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .doctor-consult-thankyou-sect .thankyou-box .doc-thankyou-content-2 {
    font-size: 18px;
  }

  .doctor-consult-thankyou-sect {
    padding: 60px 0 60px;
  }

  .doctor-consult-thankyou-sect .box-top-girl {
    top: -95px;
  }

  .doctor-consult-thankyou-sect .thankyou-box .doc-thankyou-content-1 {
    font-size: 20px;
  }
}

/* health plan page revamp */

.about-health-plans {
  padding: 60px 0;
  background-color: white;
}

.about-health-plans h5.top-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--greencolor);
  display: inline-block;
}

.about-health-plans h2.main-title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
}

.about-health-plans p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 26px;
}

.about-health-plans .web-btn {
  margin-right: 20px;
}

.about-health-plans .btn {
  padding: 8px 20px;
}

.about-health-plans .btn {
  padding: 8px 20px;
}

.about-health-plans .about-health-plan-user-img {
  width: 100px;
  margin-right: 20px;
}

.about-health-plans .about-health-plan-img {
  width: 100%;
  border-radius: 30px;
}

.why-choose-health-plan {
  padding: 60px 0;
  background-color: white;
}

.why-choose-health-plan img {
  width: 100%;
}

.why-choose-health-plan h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.why-choose-health-plan p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 0;
}

.health-plans .health-plan-page-new-box {
  padding: 20px !important;
  border-radius: 10px !important;
  border: 1px solid #eee;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 15%);
  min-height: 850px;
  height: auto !important;
  margin: 15px !important;
}

.health-plans .health-plan-page-new-box .box-head {
  border: none;
}

.health-plans .health-plan-page-new-box .box-head img {
  border-radius: 10px !important;
  margin-bottom: 15px;
}

.health-plans .health-plan-page-new-box h3 {
  font-size: 26px;
}

.health-plans .health-plan-page-new-box ul {
  padding: 20px 20px 12px 30px !important;
  list-style: none;
}

.health-plans .health-plan-page-new-box ul li {
  position: relative;
}

.health-plans .health-plan-page-new-box ul li::after {
  content: "\f00c";
  display: block;
  position: absolute;
  left: -25px;
  top: 0;
  /* transform: translate(0, -50%); */
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  color: var(--greencolor);
}

.health-plans .health-plan-page-new-box .web-btn {
  border-radius: 10px;
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0);
}

.health-plan-modal .modal-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .about-health-plans {
    padding: 30px 0;
  }

  .about-health-plans .about-health-plan-img {
    border-radius: 0;
    margin-bottom: 20px;
  }

  .about-health-plans .top-title {
    margin-bottom: 20px !important;
    font-size: 18px !important;
  }

  .about-health-plans .main-title {
    font-size: 23px !important;
    margin-bottom: 20px !important;
  }

  .about-health-plans p {
    font-size: 15px;
    line-height: 20px;
  }

  .why-choose-health-plan {
    padding: 30px 0;
  }

  .why-choose-health-plan h2 {
    font-size: 26px;
    font-weight: 600;
  }

  .why-choose-health-plan p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .health-plan-howitworks h2 {
    text-align: center;
  }

  .health-plan-howitworks h2 + p {
    text-align: center;
  }

  .health-plan-mobile-heading {
    justify-content: center;
  }

  .health-plan-mobile-heading h2 {
    text-align: center;
  }

  .mobile-text-center {
    text-align: center;
  }
}

/* health-insurance-service work start  */

.health-insurance-intro .box {
  border: 1px solid #9d9d9d;
  /* padding: 20px; */
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
  /* height: calc(100% - 30px); */
}
.health-insurance-intro .box img {
  width: 100%;
  height: auto;
  background-color: #eee;
  border-radius: 10px;
  display: block;
  object-fit: contain;
  margin-bottom: 15px;
}
.health-insurance-plan .btn {
  margin-top: 0px;
  font-size: 14px;
}
.health-insurance-testimonials .box .user-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #eee;
  object-fit: contain;
  margin-left: 80px;
  padding: 0px;
  /* border: 1px solid #ddd; */
}
@media (max-width: 767px) {
  .health-insurance-counter .box h2 {
    font-size: 25px;
    font-weight: 600;
  }
  .health-insurance-testimonials .box .user-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    padding: 0px;
  }
  .health-insurance-counter .box p {
    margin: 0px;
    font-size: 15px;
    word-break: break-all;
  }
}
/* health-insurance-service work end */

/* user profile health plan box design */

.user-profile-health-plan-box {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
  border-radius: 10px;
  border: 1px solid #eee;
  margin-bottom: 25px;
}

.user-profile-health-plan-box .img-div {
  width: 100px;
  height: 100px;
  padding: 16px;
  border-radius: 50%;
  /* border: 5px solid var(--greencolor); */
  margin-right: 10px;
}

.user-profile-health-plan-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--blackcolor);
}

.user-profile-health-plan-box p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--blackcolor);
}

.user-profile-health-plan-box:hover {
  color: var(--blackcolor);
}

@media (max-width: 767px) {
  .user-profile-health-plan-box {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }

  .user-profile-health-plan-box .img-div {
    margin-right: 0;
    margin-bottom: 3px;
    width: 85px;
    height: 85px;
  }

  .user-profile-health-plan-box h4 {
    font-size: 16px;
  }

  .user-profile-health-plan-box p {
    font-size: 15px;
  }
}

/* new campaign css */

/* 1mg   css start */

/* TATA 1mg common class */
.one-mg-section-padding {
  padding: 40px 0px 0px;
}
.one-mg-section-padding1 {
  padding: 10px 0px;
}

.one-mg-campaign-page {
  padding-bottom: 75px;
}
/* TATA 1mg common class */
/* TATA 1mg common class */
.one-mg-banner-section {
  background-image: url("https://www.secondmedic.com/asset/consult/image/1mg-camp-banner-desktop.webp");
  background-size: cover;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.one-mg-banner-section .form-group {
  margin-bottom: 10px !important;
}

.one-mg-banner-section .form-control {
  padding: 7px 15px;
  margin-bottom: 0px;
  height: unset;
  min-height: unset;
}

.one-mg-banner-section .form-check {
  margin-bottom: 10px;
}

.one-mg-banner-section .onemg-mobile-banner {
  display: none;
}

@media (max-width: 767px) {
  .one-mg-banner-section .onemg-mobile-banner {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
    display: block;
    border: 1px solid #ddd;
  }

  .one-mg-banner-section {
    background-image: unset;
    height: unset;
    display: block;
  }
}

.one-mg-banner-section .one-mg-banner-benefits .clock-timer {
  width: 90px;
}
.one-mg-banner-section .one-mg-banner-benefits .free-consultation-img {
  width: 80%;
  margin-bottom: 60px;
}
.one-mg-banner-section .one-mg-banner-benefits .banner-img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  object-position: bottom;
}
.download-our-app-new .box {
  background: linear-gradient(
    90deg,
    rgba(1, 165, 160, 0.3),
    rgba(12, 87, 166, 0.5)
  ) !important;
}

.one-mg-banner-section .box {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  background-color: white;
  position: relative;
  z-index: 1;
}
.one-mg-banner-section .box .box-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0.5px solid #dddddd;
  padding: 15px 15px;
}
.one-mg-banner-section .box .box-body {
  padding: 15px 15px 0 15px;
}
.web-btn {
  background-color: var(--greencolor);
  color: white;
  padding: 10px 20px;
}
/* .why-to-choose-the-lab{
  padding: 30px 0px;
} */
.one-mg-why-to-choose {
  text-align: center;
}
.one-mg-why-to-choose h6 {
  margin-bottom: 0;
  margin-top: 10px;
}
.one-mg-why-to-choose-the-lab {
  padding: 40px 0px;
}
.one-mg-why-to-choose-the-lab h1 {
  font-weight: bold;
}
.one-mg-why-to-choose-the-lab img {
  width: 75px;
  height: 75px;
}
.reference-lab {
  background-color: #fbf0e0;
  padding: 40px 0px;
}
.reference-lab .reference-inner-box {
  /* display: block; */
  /* margin-top: 100px;   */
  /* align-self: center; */
}
.reference-lab .reference-inner-box-right img {
  height: 350px;
}
.reference-lab .reference-inner-box .reference-lab-img img {
  height: 100px;
}
.reference-lab .reference-lab-img {
  height: 100px;
}

.all-around-care {
  background-color: #f1fcff;
  padding: 40px 0px;
}
.all-around-care-card {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  background-color: #d4f2ff;
  padding: 0 2vw 0 3vw;
  align-items: center;
  min-height: 175px;
  position: relative;
}
.all-around-care-card .round img {
  height: 152px;
  width: 150px;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.all-around-care-card .all-around-care-card-heading {
  width: calc(100% - 150px);
}
@media (max-width: 767px) {
  .all-around-care-card .all-around-care-card-heading {
    width: calc(100% - 170px);
  }
}

.all-around-care-card p.para1 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .all-around-care-card p.para1 {
    font-size: 10px;
  }
}
.one-mg-getting-tested .getting-tested-card .one-mg-card-img img {
  /* width: 35%; */
  height: 100px;
  /* width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block; */
}

.one-mg-getting-tested p {
  margin-bottom: 0;
  margin-top: 15px;
}

.accuracy-assurance {
  background-color: #fff6d8;
}
.accuracy-assurance .card {
  background: transparent;
}
.accuracy-assurance .accuracy-assurance-img {
  margin-bottom: 20px;
}
.india-trusts .india-trusts-card-img img {
  height: 100px;
  /* width: 100%; */
}
.india-trusts p {
  margin-bottom: 0;
  margin-top: 10px;
}

.one-mg-campaign-header a {
  font-size: 20px;
}

@media (max-width: 767px) {
  .one-mg-campaign-header a {
    font-size: 15px;
  }
}

.one-mg-testimonials .testimonials-comment-img {
  position: relative;
}
.para1a {
  font-size: 0.9vw;
  line-height: 1.4;
  margin-bottom: 0;
}
.one-mg-terms-and-condition {
  padding: 60px 0px;
  background-color: #f5f5f5;
}
.one-mg-terms-and-condition ol {
  font-size: 13px;
  line-height: 25px;
}
.one-mg-fixed-box {
  background-color: #ed7b22;
  padding: 20px 0px 15px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 100;
}
.one-mg-testimonials {
  background-color: #d1f5ff;
  padding: 60px 0px;
}
.testimonial-slider-one-mg-box {
  margin: 10px 0px;
  position: relative;
}

.one-mg-testimonial-comment {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 30;
}

.one-mg-testimonial-user-name {
  position: absolute;
  bottom: 1vw;
  left: 40%;
}
.one-mg-comment-heading {
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.one-mg-comment-comment {
  margin-bottom: 0px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
  .one-mg-getting-tested .getting-tested-card .one-mg-card-img img {
    /* width: 35%; */
    height: 80px;
  }
  .india-trusts .india-trusts-card-img img {
    height: 80px;
  }
  .reference-lab .reference-inner-box-right img {
    height: 230px;
  }
  .reference-lab .reference-inner-box .reference-lab-img img {
    height: 90px;
  }
  .campaign-h {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .one-mg-why-to-choose-the-lab .one-mg-why-to-choose {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .one-mg-getting-tested .getting-tested-card p {
    font-size: 13px !important;
    line-height: 20px;
    margin-top: 10px;
  }
  .india-trusts .card p {
    margin-top: 10px;
    font-weight: 600;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
  .one-mg-comment-heading {
    font-size: 16px;
  }
  .one-mg-testimonials .img-box img {
    height: 230px;
  }
  .one-mg-testimonials {
    padding: 30px 0px;
  }
  .one-mg-comment-comment {
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .one-mg-testimonial-comment {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .one-mg-section-padding {
    padding: 20px 0px 0px;
  }
  .campaign-h {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .all-around-care .all-around-care-card .all-around-care-card-heading h2 {
    font-size: 23px !important;
    font-weight: 600 !important;
  }
  .one-mg-why-to-choose-the-lab {
    padding: 30px 0px;
  }
  .one-mg-why-to-choose-the-lab h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px !important;
  }
  .one-mg-why-to-choose-the-lab .one-mg-why-to-choose {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
  .reference-lab .reference-inner-box .reference-lab-img img {
    height: 50px;
  }
  .reference-lab .reference-inner-box-right img {
    height: 85px;
  }
  .india-trusts .india-trusts-card-img img {
    height: 60px;
  }
  .all-around-care-card {
    font-size: 10px;
  }
  .all-around-care .all-around-care-card .all-around-care-card-heading h2 {
    font-size: 17px !important;
    font-weight: 600 !important;
  }
  .all-around-care-card .round img {
    height: 130px;
  }
  .one-mg-getting-tested .getting-tested-card .one-mg-card-img img {
    height: 65px;
  }
  .one-mg-getting-tested .getting-tested-card p {
    font-size: 10px;
    font-weight: 500;
  }
  .one-mg-terms-and-condition {
    padding: 30px 0px;
  }
  .one-mg-terms-and-condition ol {
    font-size: 12px;
    line-height: 19px;
    padding: 15px;
  }
  .one-mg-campaign-page {
    padding-bottom: 60px;
  }
  .one-mg-banner-section .one-mg-banner-benefits .free-consultation-img {
    margin-bottom: 20px;
  }
  .one-mg-banner-section .one-mg-banner-benefits .banner-img {
    height: 200px;
  }
}

/* surgery page redesign work start */

.surgery-banner-top-new {
  height: 610px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.surgery-banner-top-new .surgery-banner-animate-icon {
  position: absolute;
  bottom: 30px;
  left: 100px;
  width: 150px;
  animation: moveeffect 3s ease-in-out 0s infinite alternate;
}

@keyframes moveeffect {
  0% {
    transform: rotateX(0deg) translateY(0px) translateX(0px);
  }
  50% {
    transform: rotateX(20deg) translateY(-20px) translateX(20px);
  }
  100% {
    transform: rotateX(0deg) translateY(0px) translateX(0px);
  }
}

.surgery-banner-top-new .surgery-banner-content {
  text-align: center;
  margin-top: 100px;
}

.surgery-banner-top-new .surgery-banner-content h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 63px;
  font-family: "Barlow", sans-serif;
  margin-bottom: 10px;
  color: white;
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 30%);
}

.surgery-banner-top-new .surgery-banner-content p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  color: white;
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 30%);
}

.emergency-call-surgery {
  padding: 80px 0;
  background-color: #e7e7e7;
  text-align: center;
}

.emergency-call-surgery h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.emergency-call-surgery .surgery-emergency-number {
  display: flex;
  align-items: center;
  justify-content: center;
}

.emergency-call-surgery .number-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 6px;
  background-color: var(--greencolor);
  color: white;
  font-size: 22px;
  font-weight: 600;
}

.emergency-call-surgery .number-div img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
  margin-right: 5px;
}

.emergency-call-surgery .toll-free {
  font-size: 20px;
  font-weight: 700;
  color: black;
  margin-left: 15px;
  display: inline-block;
}

.emergency-call-surgery .box {
  padding: 35px 25px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 14px 0 rgb(25 131 138 / 32%);
  border: 1px solid #eee;
  margin: 13px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.emergency-call-surgery .box img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  object-fit: contain;
}

.emergency-call-surgery .box h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.emergency-call-surgery .text-emergency {
  font-size: 44px;
  color: red;
}

.surgery-hospital-section {
  padding: 80px 0 !important;
}

.expert-surgeons-appoinment .box .circle {
  box-shadow: 0 0 20px 0 rgb(66 138 214 / 29%) !important;
}

.how-it-works-sugery .box .circle {
  box-shadow: 0 0 20px 0 rgb(66 138 214 / 29%) !important;
}

.expert-surgeons-appoinment ul {
  padding-left: 0px;
}

/* surgery page redesign work end */

@media (min-width: 768px) and (max-width: 992px) {
  .surgery-banner .web-form-box {
    margin-top: 25px;
  }

  .surgery-banner-top-new .surgery-banner-animate-icon {
    bottom: 0;
    left: 30px;
    width: 110px;
  }
}

@media (max-width: 767px) {
  .surgery-banner-top-new {
    height: 60vh;
  }

  .surgery-banner-top-new .surgery-banner-content h2 {
    font-size: 33px;
    line-height: 43px;
  }

  .surgery-banner-top-new .surgery-banner-content p {
    font-size: 19px;
    line-height: 26px;
  }

  .emergency-call-surgery {
    text-align: center;
    padding: 60px 0;
  }

  .emergency-call-surgery .text-emergency {
    font-size: 20px;
  }

  .emergency-call-surgery h2 {
    font-size: 20px;
  }

  .emergency-call-surgery .surgery-emergency-number {
    display: block;
  }

  .emergency-call-surgery .number-div {
    margin-bottom: 10px;
  }

  .emergency-call-surgery .toll-free {
    font-size: 16px;
  }

  .expert-surgeons-appoinment ul {
    padding-left: 20px;
    margin-bottom: 30px;
  }

  .surgery-banner-top-new .surgery-banner-animate-icon {
    bottom: 0;
    left: 10px;
    width: 50px;
  }
}

/* radiology campaign changes */

.radiology-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.radiology-banner::before {
  content: "";
  display: block;
  background-color: var(--greencolor);
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.radiology-banner ul li {
  margin: 25px 0;
  font-size: 22px;
}

.radiology-banner h2 {
  font-size: 35px;
}

.radiology-banner h4 {
  font-size: 24px;
}

.radiology-form-check {
  display: flex;
  align-items: start;
  gap: 12px;
}

.radiology-form-check input {
  margin-top: 7px;
}

.radiology-form-check label a {
  text-decoration: underline;
  color: var(--greencolor);
  font-weight: 700;
}

@media (min-width: 1200px) {
  .radiology-banner .container {
    max-width: 1330px;
  }
}

@media (max-width: 767px) {
  .radiology-banner ul li {
    font-size: 14px;
    margin-top: 0;
  }

  .radiology-banner ul li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 15px;
  }

  .radiology-banner .secondopinion-img {
    width: 250px !important;
    height: 250px;
    margin: 10px auto 0;
    display: flex;
  }

  .radiology-banner h2 {
    text-align: center;
    font-size: 25px;
  }

  .radiology-banner h4 {
    text-align: center;
    font-size: 19px;
  }

  .radiology-banner .box {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/*  next-blog-in-detail work start */

.next-blog-in-detail {
  position: relative;
  height: 800px;
  overflow: hidden;
}

.next-ask-doc-question {
  max-height: 525px !important;
}

.next-blog-in-detail::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /* backdrop-filter: blur(7px); */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.95) 80%
  );
}

.next-blog-in-detail p {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
}

.next-blog-in-detail .next-blog-upper-img-content img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  border-radius: 7px;
}

.next-blog-in-detail h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.next-blog-in-detail .next-blog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 45px;
  border-radius: 7px;
  background-color: var(--greencolor);
  color: white;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.next-blog-in-detail .next-blog-btn img {
  margin-bottom: 0;
  filter: invert(1);
  margin-left: 5px;
}

@media (max-width: 767px) {
  .next-blog-in-detail .next-blog-upper-img-content img {
    height: 250px;
  }
}

/*  next-blog-in-detail work end */

/* next-ask-doc-question work start */

.next-ask-doc-question::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /* backdrop-filter: blur(7px); */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.95) 80%
  );
}

.next-ask-doc-question h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.next-ask-doc-question p {
  margin-bottom: 15px;
}

.next-ask-doc-question ul li {
  margin-top: 5px;
}

/* next-ask-doc-question work end */

/* ask a doctor landing page changes */

.ask-a-doctor .ask-search {
  position: relative;
  width: 50%;
  display: block;
  margin: 0 auto 30px;
}

.ask-a-doctor .ask-search input {
  background-color: #eee;
  color: #393939;
  border: none;
  border-radius: 5px;
  padding: 8.5px 45px 8.5px 20px !important;
  height: auto;
}

.ask-a-doctor .ask-search button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  border: 0;
  box-shadow: 0;
  background-color: transparent;
}

.ask-a-doctor .ask-search button::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(https://www.secondmedic.com/utility/icons/search-icon.svg);
  background-size: 100% 100%;
  display: block;
}

.ask-a-doctor .ask-search-results {
  position: absolute;
  width: 100%;
  display: block;
  margin: 0 auto;
  background: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  border: 1px solid #eee;
  padding: 10px;
  top: 40px;
  left: 0;
  z-index: 1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ask-a-doctor .ask-search-results ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.ask-a-doctor .ask-search-results ul li {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.ask-a-doctor .ask-search-results ul li:first-child {
  padding-top: 0;
}

.ask-a-doctor .ask-search-results ul li:last-child {
  border-bottom: none;
}

.ask-a-doctor-bg .col-sm-6 img {
  width: 100%;
  object-fit: cover;
}

.ask-a-doctor .ask-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .ask-a-doctor .ask-heading {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .ask-a-doctor .ask-search {
    width: 100%;
  }
}

/* ask a doctor landing page changes end */

.qa-details .ask-doctor-consult-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}

.qa-details .box {
  overflow: hidden;
}

.qa-details .recent-faq a h5 {
  padding: 15px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  width: calc(100% - 30px);
}

.qa-details .recent-faq a h5 svg {
  stroke: 3px var(--greencolor);
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.qa-details .recent-faq a h5 span {
  display: block;
  width: calc(100% - 30px);
}

.qa-details .recent-faq ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.qa-details .recent-faq ul li {
  border-bottom: 1px solid #dddddd;
}

.qa-details .recent-faq ul li:last-child {
  border-bottom: none;
}

.qa-details .recent-faq .recent-faq-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lab-add-member-top {
  padding: 60px 0;
}

.lab-add-member-top .web-btn {
  background-image: unset !important;
}

.lab-add-member-top .lab-cart-empty-img {
  width: 300px;
  margin-bottom: 40px;
}

.lab-add-member-top h3 {
  margin-bottom: 40px;
}

/* blog detail design changes */

.blog-single .blog-detail-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .blog-single .blog-detail-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: 17px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: -1px;
    left: 0;
    z-index: 1111;
  }
}

/* health-plan-campaign work start */

.secmed-health-campaign-header {
  padding: 12px 0;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 4%);
  border-bottom: 1px solid #eee;
}

.secmed-health-campaign-header a {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  color: var(--blackcolor);
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
}

.secmed-health-campaign-header a img {
  width: 17px;
  margin-right: 6px;
  filter: invert(32%) sepia(46%) saturate(4591%) hue-rotate(164deg)
    brightness(88%) contrast(80%);
}

.secmed-health-campaign-header ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}

.secmed-health-campaign-header ul.social-icons li {
  margin-left: 10px;
  line-height: 1;
}

.secmed-health-campaign-header ul.social-icons li a {
  margin-right: 0px;
}

.secmed-health-campaign-header ul.social-icons li img {
  width: 30px;
  height: 30px;
  margin-right: 0;
  filter: unset;
}

.health-campaign-banner {
  padding: 40px 0 65px;
  background-image: url("https://www.secondmedic.com/asset/consult/image/campaign/campaign-banner-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.health-campaign-banner .banner-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-36%, 0);
  width: 295px;
}

.health-campaign-banner .logo {
  height: 50px;
  width: auto;
}

.health-campaign-banner h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 40px;
  color: #fff;
}

.health-campaign-banner p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0px;
  color: #fff;
  line-height: 21px;
}

.health-campaign-banner h5 {
  color: #fff;
}

.health-campaign-banner ul {
  margin: 0;
  margin-top: 40px;
  padding-left: 0;
  list-style: none;
}

.health-campaign-banner ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}

.health-campaign-banner ul li::before {
  content: "";
  clear: both;
  display: block;
  background: url("https://www.secondmedic.com/asset/consult/image/campaign/tick-icon.webp")
    top center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
}

.health-campaign-banner .form-box {
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 7%);
}

.health-campaign-banner .form-box .box-heading {
  background-color: var(--greencolor);
  padding: 20px;
  color: white !important;
}

.health-campaign-banner .form-box .box-heading h4 {
  color: white !important;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}

.health-campaign-banner .form-box .box-heading p {
  margin-bottom: 0;
}

.health-campaign-banner .form-box form {
  padding: 20px;
}

.secmed-campaign-benefits {
  padding: 80px 0;
}

.camp-heading {
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 20px;
}

.secmed-campaign-benefits {
  padding: 80px 0;
}

.secmed-campaign-benefits .benefit-box {
  display: flex;
  align-items: center;
  justify-content: start;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  margin-top: 25px;
  min-height: 160px;
  overflow: hidden;
}

.secmed-campaign-benefits .benefit-box img {
  width: 35%;
}

.secmed-campaign-benefits .benefit-box .benefit-content {
  padding: 20px;
  width: 65%;
}

.secmed-campaign-benefits .benefit-box .benefit-content h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}

.secmed-campaign-benefits .benefit-box .benefit-content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  color: #474747;
}

.campaign-about-healthhub {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.campaign-about-healthhub h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.campaign-about-healthhub p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.campaign-about-healthhub p span {
  color: var(--greencolor);
  font-size: 24px;
  font-weight: 700;
}

.campaign-about-healthhub h5 {
  color: var(--greencolor);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
}

.campaign-about-healthhub img {
  border-radius: 10px;
  width: 100%;
}

.campaign-note {
  padding: 80px 0;
}

.campaign-note .note-box {
  padding: 30px;
  border: 2px dashed #e9d543;
  background-color: #e9d6433a;
  border-radius: 10px;
}

.campaign-note .note-box h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .health-campaign-banner .banner-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .secmed-health-campaign-header {
    text-align: center;
  }

  .secmed-health-campaign-header .social-icons {
    justify-content: center !important;
    margin-top: 12px !important;
  }

  .secmed-health-campaign-header .social-icons li:first-child {
    margin-left: 0 !important;
  }

  .health-campaign-banner {
    text-align: center;
    background-size: cover;
    background-position: center;
  }

  .health-campaign-banner .logo {
    margin: 0 auto !important;
    height: 40px;
  }

  .health-campaign-banner h2 {
    font-size: 28px;
  }

  .health-campaign-banner p {
    font-size: 14px;
    line-height: 22px;
  }

  .health-campaign-banner ul {
    text-align: left !important;
  }

  .health-campaign-banner .form-box {
    margin-top: 25px;
  }

  .secmed-campaign-benefits {
    padding: 40px 0;
  }

  .secmed-campaign-benefits .benefit-box {
    min-height: 175px;
  }

  .secmed-campaign-benefits .benefit-box img {
    height: 175px;
    object-fit: cover;
  }

  .campaign-about-healthhub {
    padding: 40px 0;
    text-align: center;
  }

  .campaign-about-healthhub img {
    margin-bottom: 15px;
  }

  .campaign-about-healthhub h3 {
    font-size: 25px;
  }

  .campaign-about-healthhub p {
    font-size: 17px;
    line-height: 25px;
  }

  .campaign-about-healthhub p span {
    font-size: 20px;
  }

  .campaign-about-healthhub h5 {
    margin-bottom: 0;
  }

  .campaign-note {
    padding: 40px 0;
  }

  .campaign-note .note-box {
    padding: 20px;
  }

  .campaign-note .note-box h5 {
    font-size: 16px;
    line-height: 25px;
  }

  .healthhub-camp-btn {
    position: fixed;
    z-index: 1111;
    bottom: 0;
    left: 0;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  }
}

/* health-plan-campaign work end */

/* Test Thankyou Page Work Start */
.test-thankyou-page {
  padding: 50px 0px;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.test-thankyou-page .icon {
  font-size: 40px;
  margin-bottom: 25px;
}
.test-thankyou-page .title {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.test-thankyou-page p {
  font-size: 16px;
  margin-bottom: 25px;
  color: black;
}
@media (max-width: 767px) {
  .test-thankyou-page {
    min-height: 60vh;
  }
  .test-thankyou-page .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .test-thankyou-page p {
    font-size: 14px;
  }
}
/* Test Thankyou Page Work End */

/* prescription page design fix work start */

.doc-prescription .doc-prescription-breadcrumb .breadcrumb-title {
  text-align: center;
  margin-top: 10px;
  font-size: 32px;
}

.doc-prescription .prescription-tab-btns {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
  justify-content: space-between;
  background-color: white;
}

.doc-prescription .prescription-tab-btns li {
  width: 48%;
  text-align: center;
}

.doc-prescription .prescription-tab-btns li a {
  background-color: #eee;
  border-radius: 6px;
  padding: 10px 15px;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doc-prescription .prescription-tab-btns li a.active {
  background-color: var(--greencolor);
  color: white;
}

.doc-prescription .card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 8%);
}

.doc-prescription .card .card-body {
  padding: 0;
}

.doc-prescription .prescription-remove-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: red;
  color: white;
  border: none;
  box-shadow: none;
  outline: none;
  margin-top: 34px;
}

.doc-prescription #addmore {
  padding: 0 15px;
}

.doc-prescription .doc-prescription-sidebox {
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  height: 600px;
  overflow-y: scroll;
}

.doc-prescription .doc-prescription-sidebox .sidebox-content {
  padding: 20px;
  padding-top: 0;
}

.doc-prescription .doc-prescription-sidebox h4 {
  font-size: 19px;
  font-weight: 700;
  padding: 20px;
  background-color: #eee;
  margin-bottom: 0;
}

.doc-prescription .doc-prescription-sidebox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doc-prescription .doc-prescription-sidebox ul li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.doc-prescription .doc-prescription-sidebox ul li:last-child {
  border-bottom: none;
}

.doc-prescription .doc-prescription-sidebox ul li .prescription-action-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}

.doc-prescription
  .doc-prescription-sidebox
  ul
  li
  .prescription-action-btn
  .prescription-side-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #dbdbdb;
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: none;
  margin-right: 10px;
}

.doc-prescription
  .doc-prescription-sidebox
  ul
  li
  .prescription-action-btn
  .prescription-side-btn
  img {
  width: 50%;
  height: 50%;
}

.doc-prescription
  .doc-prescription-sidebox
  ul
  li
  .prescription-action-btn
  .prescription-side-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--greencolor);
  border-radius: 50%;
  border: none;
  outline: none;
  box-shadow: none;
}

.doc-prescription
  .doc-prescription-sidebox
  ul
  li
  .prescription-action-btn
  .prescription-side-btn2
  img {
  width: 50%;
  height: 50%;
  filter: invert(1);
}

.doc-prescription .doc-prescription-sidebox ul li h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
}

.doc-prescription .doc-prescription-sidebox ul li p {
  font-size: 15px;
  margin-bottom: 0px;
  color: var(--btn2color);
}

.doc-prescription .prescription-side-content {
  width: 60%;
  line-break: anywhere;
}

.doc-prescription .prescription-table {
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  padding: 15px;
}

@media (max-width: 767px) {
  .doc-prescription .prescription-table {
    overflow-x: scroll;
  }

  .doc-prescription .prescription-table table {
    white-space: nowrap;
  }
}

/* prescription page design fix work end */

.camp-thankyou .box {
  padding: 30px;
}

.camp-thankyou-image {
  width: 110px;
  margin-bottom: 15px;
}

/* healthplan-campaign-list work start */

.camp-header {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.health-camp-list {
  padding: 55px 0 80px;
}

.health-camp-list-banner {
  margin-top: 60px;
}

.health-camp-list-banner img {
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 7%);
  border: 1px solid #eee;
}

.health-camp-list .health-camp-box {
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  border-radius: 10px;
  display: block;
  margin-top: 25px;
}

.health-camp-list .health-camp-box img {
  border-radius: 7px;
}

.health-camp-list .health-camp-box h3 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.health-camp-list .health-camp-box p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

/* healthplan-campaign-list work end */

.fa.fa-refresh:before {
  display: none;
}

.fa.fa-refresh {
  background-image: url(https://www.secondmedic.com/asset/consult/image/captcha-refresh-icon.webp);
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
  filter: unset !important;
}

.no-doctor-found-design {
  padding: 5px 20px !important;
  margin-bottom: 30px !important;
}
.no-doctor-found-design .no-doctor-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.no-doctor-found-design .img-name {
  display: flex;
  align-items: center;
  gap: 25px;
}
.no-doctor-found-design .title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
}
.no-doctor-found-design .no-doctor-found-img {
  border: none !important;
  padding: 0;
  margin: 0 !important;
  width: 100px !important;
  height: 100px !important;
}
@media (max-width: 767px) {
  .no-doctor-found-design {
    padding: 20px !important;
  }
  .no-doctor-found-design .no-doctor-box,
  .no-doctor-found-design .img-name {
    flex-direction: column;
    gap: 15px;
  }
}
/*  */

.doctors .doctor-list-filter-div {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  flex-wrap: wrap;
}

.doctors .doctor-list-filters {
  margin-bottom: 0;
}

.doctors .doctor-list-filters select {
  padding: 3px 10px;
  border-radius: 50px;
  border: 1px solid #b3b3b3;
  background-color: #eee;
  color: black;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}

.doctors .doctor-list-filters select.active {
  border: 1px solid var(--greencolor);
  background-color: #19838a25;
}

.doctors .doctor-list-reset-btn {
  margin-bottom: 0;
}

.doctors .doctor-list-reset-btn a {
  padding: 3px 10px;
  border-radius: 50px;
  border: 1px solid #ff0000;
  background-color: #ff000025;
  color: black;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.doctors .doctor-list-reset-btn a:hover {
  border: 1px solid #ff0000;
  background-color: #ff000025 !important;
  color: black !important;
}

.doctors .doctor-list-reset-btn a img {
  width: 9px;
  height: 9px;
  margin-right: 5px;
}

.doctors .filters-card .card-header {
  background-color: #eee !important;
}

.doctors .doctor-box .exp {
  background-color: var(--greencolor) !important;
  color: white;
}
@media (max-width: 767px) {
  .doctors .doctor-list-filter-div {
    justify-content: center;
  }
}
/* secmed-bp-checker work start */

.bp-check-header {
  padding: 15px 0;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
}

.bp-check-header img {
  height: 50px;
}

.secmed-bp-checker {
  padding: 40px 0 0;
}

.secmed-bp-checker h1 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  display: inline-block;
}

.secmed-bp-checker h1::before {
  content: "";
  display: block;
  width: 80px;
  height: 2.5px;
  background-color: var(--greencolor);
  position: absolute;
  left: 0;
  bottom: 0;
}

.secmed-bp-checker h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 2.5px;
  background-color: var(--greencolor);
  position: absolute;
  right: 0;
  bottom: 0;
}

.secmed-bp-checker .form-box {
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  border-radius: 10px;
  background-color: white;
}

.secmed-bp-checker .bp-checker-img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.secmed-bp-checker .nav-pills {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  justify-content: space-between;
}

.secmed-bp-checker .nav-pills .nav-item {
  width: 48%;
}

.secmed-bp-checker .nav-pills .nav-link {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  color: black;
  font-weight: 500;
  border-radius: 6px;
}

.secmed-bp-checker .nav-pills .nav-link:hover {
  background-color: #ddd;
}

.secmed-bp-checker .nav-pills .nav-link.active {
  background-color: var(--greencolor);
  color: white;
}

.secmed-bp-checker .booking-card {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 7%);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.secmed-bp-checker .booking-card .booking-content {
  display: flex;
  align-items: center;
  justify-content: start;
  width: calc(100% - 100px);
}

.secmed-bp-checker .booking-card .booking-content h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}

.secmed-bp-checker .booking-card .booking-content h5.booking-date {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  color: #676767;
}

.secmed-bp-checker .booking-card .booking-action-btn {
  display: flex;
  align-items: center;
}

.secmed-bp-checker .booking-card .booking-action-btn a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  overflow: hidden;
}

.secmed-bp-checker .booking-card .booking-action-btn a img {
  width: 20px;
}

/* .secmed-bp-checker .booking-card .booking-action-btn a.message-btn {
  background-color: #29a61a;
}

.secmed-bp-checker .booking-card .booking-action-btn a.message-btn img {
  width: 80%;
} */

.secmed-bp-checker .booking-card .booking-action-btn a.detail-btn {
  background-color: var(--greencolor);
}

.secmed-bp-checker .booking-card .booking-action-btn a.detail-btn img {
  filter: invert(1);
}

@media (max-width: 767px) {
  .bp-check-header img {
    height: 35px;
  }

  .secmed-bp-checker h1 {
    font-size: 27px;
    margin-bottom: 40px;
  }

  .secmed-bp-checker .bp-checker-img {
    display: none;
  }

  .secmed-bp-checker .booking-card .booking-content {
    /* width: 100%;
    margin-bottom: 10px; */
    display: block;
    width: calc(100% - 85px);
  }

  .secmed-bp-checker .booking-card .booking-action-btn {
    justify-content: end;
  }

  .secmed-bp-checker .booking-card .booking-action-btn a {
    width: 35px;
    height: 35px;
    margin-left: 7px;
  }

  .secmed-bp-checker .booking-card .booking-content h5.booking-date {
    margin-top: 5px;
  }
}

.bp-checker-booking-detail {
  padding: 30px 0;
}

.bp-checker-booking-detail .booking-box {
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  background-color: white;
  overflow: hidden;
  margin-bottom: 20px;
}

.bp-checker-booking-detail .booking-box .booking-header {
  background-color: #e0e0e0;
  padding: 15px;
}

.bp-checker-booking-detail .booking-box .booking-header a {
  display: flex;
  align-items: center;
}

.bp-checker-booking-detail .booking-box .booking-header h4 {
  margin-bottom: 1px;
  margin-left: 5px;
  line-break: ;
}

.bp-checker-booking-detail .booking-box .booking-content {
  padding: 15px;
}

.bp-checker-booking-detail .booking-box .booking-content h6 {
  margin-bottom: 5px;
  font-weight: 500;
  color: #555;
}

.bp-checker-booking-detail .booking-box .booking-content h4 {
  margin-bottom: 0;
  font-weight: 500;
}

.bp-checker-booking-detail .booking-box .booking-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}

.bp-checker-booking-detail .bp-reading-box h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.bp-checker-booking-detail .bp-reading-box h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0px;
  color: var(--greencolor);
}

.bp-checker-booking-detail .bp-reading-box h6 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0 !important;
  margin-top: 10px;
}

.bp-checker-booking-detail .bp-reading-box .booking-content .bp-reading-row {
  position: relative;
}

.bp-checker-booking-detail
  .bp-reading-box
  .booking-content
  .bp-reading-row::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 60px;
  background-color: #bfbfbf;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* secmed-bp-checker work end */

.search-action-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 25px 15px 15px !important;
  border-radius: 7px;
}

.search-action-btns li {
  width: 49%;
}

.onemg-package-section {
  padding: 20px 0 60px;
}

.onemg-package-section.foodhandler-package-section {
  padding: 0;
}

.onemg-package-section .owl-nav button {
  display: block;
  transition: all 0.3s 0s linear;
}

.onemg-package-section .owl-nav button span {
  transition: all 0.3s 0s linear;
  line-height: 18px;
}

.onemg-package-section .owl-nav button:hover {
  background-color: #e74c4a !important;
}

.onemg-package-section.foodhandler-package-section .owl-nav button:hover {
  background-color: var(--greencolor) !important;
}

.onemg-package-section.foodhandler-package-section .package-heading {
  margin-bottom: 0px;
}

.onemg-package-section .package-heading {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.onemg-package-section .package-box {
  border: 1px solid #ddd;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  background-color: #f1f1f1;
  margin: 12px;
  border-radius: 6px;
  overflow: hidden;
}

.onemg-package-section .package-box .package-heading {
  padding: 15px;
}

.onemg-package-section .package-box .package-heading h4 {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

.onemg-package-section .package-box .box-price {
  background-color: #e74c4a;
  color: white;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.onemg-package-section.foodhandler-package-section .package-box .box-price {
  background-color: var(--greencolor);
  color: white;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.onemg-package-section .package-box .box-price .certificate {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onemg-package-section .package-box .box-price .certificate i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  z-index: 0;
  color: #fff;
}
.onemg-package-section .package-box .box-price .certificate span {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: black;
}
.onemg-package-section .package-box .box-price .price-content {
  width: calc(100% - 60px);
}
.onemg-package-section .package-box .box-price .price-content h4 {
  font-size: 20px;
  margin: 0px;
  color: white;
}
.onemg-package-section .package-box .box-price .price-content p {
  margin: 0px;
  font-size: 14px;
  color: white;
}

.onemg-package-section.foodhandler-package-section
  .package-box
  .box-price
  .price-content
  h2 {
  font-size: 26px;
  margin: 0px;
  color: white;
}

.onemg-package-section .package-box .box-acc-body {
  padding: 15px 15px 5px;
}

.onemg-package-section .package-box .accordion .accordion-package {
  padding: 10px 15px;
  border: 1px solid #eee;
  background-color: white;
  margin-bottom: 10px;
}

.onemg-package-section .package-box .accordion .acc-content {
  padding: 10px 15px;
  background-color: white;
  margin-bottom: 10px;
}

.onemg-package-section .package-box .accordion .acc-content ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.onemg-package-section .package-box .accordion .accordion-package:last-child {
  margin-bottom: 0;
}

.onemg-package-section .package-box .accordion .accordion-package:after {
  font-family: "Barlow", sans-serif;
  content: "-";
  float: right;
  font-size: 14px;
  font-weight: 700;
}
.onemg-package-section
  .package-box
  .accordion
  .accordion-package.collapsed:after {
  content: "+";
  font-size: 14px;
  font-weight: 700;
}

.video-consult-247-section .video-consult-box247 {
  border-radius: 10px;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  overflow: hidden;
}

.video-consult-247-section .web-checkbox {
  width: 100%;
}

.video-consult-247-section .web-checkbox p {
  margin-bottom: 0;
  font-weight: 600;
}

.video-consult-247-section .web-checkbox label {
  align-items: center;
  border-color: #ddd;
  flex-direction: unset;
}

.video-consult-247-section .web-checkbox img {
  width: 17px;
  margin-right: 10px;
}

.video-consult-247-section .video-form-label {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #454545;
}

.video-consult-247-section .web-checkbox input:checked ~ label img {
  filter: invert(1);
}

.video-consult-247-section .video-consult-form-box {
  padding: 30px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .video-consult-247-section .video-consult-form-box {
    padding: 20px;
  }

  .video-consult-247-section .video-consult-form-box input::placeholder {
    font-size: 12px;
  }
}

.app-download-popup {
  box-shadow: 0 0 100px 1000px rgb(0 0 0 / 30%) !important;
  border-radius: 10px;
  overflow: hidden;
}

.app-download-popup .app-pop-creative {
  height: 70vh;
  width: auto;
}

.app-download-popup .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border: none;
  box-shadow: none;
  outline: none;
}

.app-download-popup .close-btn img {
  width: 100%;
}

@media (max-width: 767px) {
  .app-download-popup .app-pop-creative {
    height: 58vh;
  }
}

/* campaign-foodhandler work start */

.campaign-foodhandler-banner .foodhandler-mobile-img {
  width: 100%;
}

.campaign-foodhandler-banner ul {
  padding-left: 25px;
  margin: 0;
  list-style: none;
}

.campaign-foodhandler-banner ul li {
  margin-bottom: 15px;
  position: relative;
  font-weight: 600;
}

.campaign-foodhandler-banner ul li::after {
  content: "";
  background-image: url("https://secondmedic.com/app/asset/consult/img/check-icon.png");
  width: 17px;
  height: 17px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  left: -25px;
}

.campaign-foodhandler-banner ul li:last-child {
  margin-bottom: 0px;
}

.campaign-foodhandler.campaign-mentalhealth .form-box {
  top: 20px;
}

.onemg-package-section.foodhandler-package-section
  .package-box
  .accordion
  .accordion-package.collapsed:after {
  display: none;
}

.foodhandler-fix-phone-icon {
  bottom: 20px;
}

.foodhandler-banner {
  padding: 40px 0 10px;
}

.foodhandler-banner img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  border: 1px solid #ddd;
  width: 100%;
}

@media (max-width: 767px) {
  .campaign-foodhandler-banner {
    padding: 0;
  }

  /* .campaign-mentalhealth-banner.campaign-foodhandler-banner .box {
    padding: 0;
    background-color: transparent;
  }

  .campaign-mentalhealth-banner.campaign-foodhandler-banner .box * {
    color: var(--blackcolor);
  } */

  .campaign-mentalhealth-banner.campaign-foodhandler-banner .box h1 {
    font-size: 16px;
  }

  .campaign-foodhandler-banner ul li {
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 14px;
  }

  .foodhandler-banner {
    padding: 20px 0;
  }

  .foodhandler-banner img {
    border-radius: 10px;
  }

  .foodhandler-banner-mobile {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 20px;
  }

  .campaign-foodhandler-banner ul li::after {
    width: 12px;
    height: 12px;
    left: -20px;
  }

  .campaign-foodhandler-banner ul {
    padding-left: 20px;
  }

  .campaign-foodhandler-header .number {
    text-align: right !important;
  }

  .campaign-foodhandler.campaign-mentalhealth .form-box {
    margin-top: 0;
    margin-bottom: 40px !important;
  }
}
/* campaign-foodhandler work end */

/* Patient Details Work Start */
.patient-details {
  background-color: white;
}
.patient-details .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.patient-details .img-box {
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
/* Patient Details Work End */

/* Franchise Page Work Start */
.web-overflow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 50px;
}
.web-overflow::-webkit-scrollbar-track {
  background: #eee;
}
.web-overflow::-webkit-scrollbar-thumb {
  background: var(--greencolor);
}
.web-overflow::-webkit-scrollbar-thumb:hover {
  background: var(--darkgreencolor);
}
.franchise-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e4e1d7;
  background-size: cover;
  padding: 80px 0px;
  color: white;
}
.franchise-banner img {
  height: 40px;
  margin-bottom: 25px;
  object-fit: contain;
}
.franchise-banner .section-heading {
  margin-bottom: 20px;
  color: white;
  font-size: 48px;
}
.franchise-banner .section-heading span {
  color: #ffbf00;
}

.franchise-banner .contact-info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
}
.franchise-banner .contact-info .title {
  color: white;
}
.franchise-banner .contact-info a {
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s 0s linear;
}
.franchise-banner .contact-info a i {
  font-size: 16px;
  width: 40px;
  height: 40px;
  background-color: var(--greencolor);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.franchise-banner .contact-info a .title {
  font-size: 18px;
  margin-bottom: 0px;
  transition: all 0.3s 0s linear;
}
.franchise-banner .contact-info a p {
  margin: 0px;
}
.franchise-strip {
  background-color: #eee;
  overflow: hidden;
}
.franchise-strip .box {
  position: relative;
  margin-bottom: 10px;
}
.franchise-strip .box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: 30px;
}
.franchise-strip .box.no-border:after {
  display: none;
}
.franchise-strip .box .number {
  width: 70px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--greencolor);
  border-radius: 50px;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.franchise-strip .box img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  background-color: #eee;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}
.franchise-strip .box .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.franchise-strip .box p {
  margin: 0px;
}
.franchise-form .section-heading {
  margin-bottom: 30px;
}
.franchise-form .content {
  text-align: justify;
  padding: 0px;
  background-color: transparent;
}
.franchise-form .content .sub-heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px;
}
.franchise-form .content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.franchise-form .content ul li i {
  font-size: 12px;
  margin-right: 5px;
  color: var(--greencolor);
}
.franchise-form .box {
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0.5rem 1rem;
}
.franchise-form .box .form-group {
  margin-bottom: 15px;
}
.franchise-form .box .form-label {
  font-weight: 500;
}
.franchise-form .box .custom-radio label {
  border: 1px solid #ddd;
  background-color: #eee;
  display: block;
  border-radius: 5px;
  padding: 8px 10px 11px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 20px;
  cursor: pointer;
}
.franchise-form .box .custom-radio input:checked ~ label {
  border-color: var(--greencolor);
  background-color: #19838a1f;
}
.franchise-form .sticky-div {
  position: sticky;
  top: 150px;
  overflow: hidden;
}
.franchise-form .web-form-box {
  border: 1px solid #ddd;
}

.franchise-price .box {
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.franchise-price .box .box-header {
  background-color: var(--greencolor);
  padding: 20px;
  text-align: center;
}
.franchise-price .box .box-body {
  padding: 20px;
}
.franchise-price .box .title {
  margin-bottom: 0px;
  font-size: 20px;
  color: white;
}
.franchise-price .box .price {
  font-weight: bold;
  margin-bottom: 0px;
  color: white;
  font-size: 40px;
}
.franchise-price .box ul {
  margin: 0px 0px 25px;
  padding: 0px;
  list-style: none;
  font-weight: 500;
}
.franchise-price .box ul li:not(:first-child) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.franchise-price .box ul li:before {
  content: "\f00c";
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--greencolor);
  margin-right: 10px;
}
.franchise-price .box .btn {
  border-radius: 50px;
}
.franchise-form {
  overflow: hidden;
}
.franchise-price {
  overflow: hidden;
}
.faqs-new-design {
  overflow: hidden;
  background-color: rgb(247, 249, 252);
}

.faqs-new-design .faq-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #19838a33;
  height: 100%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px,
    rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}

.faqs-new-design .faq-accordian {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}
.web-accordion .card-header button.collapsed:before {
  content: "\f067";
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  float: right !important;
}
.franchise-faq .card {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.franchise-faq .card .card-header {
  padding: 0px;
  background: white;
}

.franchise-banner-qes {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.franchise-banner-qes::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.franchise-banner-qes .content-box {
  position: relative;
}
.franchise-banner-qes .content-box .section-heading {
  position: relative;
  color: white;
}
.franchise-banner-qes .content-box p {
  color: white;
}
.franchise-banner-qes .content-box .ul-listing {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
}
.franchise-banner-qes .content-box .sub-heading {
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
}
.franchise-banner-qes .process-img {
  width: 100%;
  height: 280px;
  display: block;
  background-color: white;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
}
.franchise-form .box h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.franchise-form .form-control {
  border-radius: 10px;
  background-color: #f9fafc;
  border: 1.5px solid #eaeaec;
  color: black;
  padding: 12px 15px;
  height: auto;
  font-weight: 400;
}
.franchise-form .form-control::placeholder {
  color: #8e8e8e;
}

.franchise-banner-qes .content-box .ul-listing li {
  position: relative;
  padding-left: 32px;
}
.franchise-banner-qes .content-box .ul-listing li i {
  font-size: 12px;
  margin-right: 5px;
  color: white;
  width: 24px;
  height: 24px;
  background-color: var(--greencolor);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.franchise-form .form-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px,
    rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}
.franchise-benefits .franchise-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #fff;
  padding: 30px 30px 35px;
  height: calc(100% - 15px);
  margin-bottom: 15px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.5s linear;
}
.franchise-benefits .franchise-box:hover {
  border: 2px solid var(--greencolor);
  transform: scale(1.05);
}
.franchise-benefits .franchise-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
  margin: 0 auto 30px;
  filter: invert(34%) sepia(72%) saturate(1321%) hue-rotate(152deg)
    brightness(89%) contrast(80%);
}
.franchise-benefits .franchise-box .title {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.franchise-benefits .franchise-box p {
  font-size: 16px;
  text-align: center;
  margin: 0px;
}
@media (max-width: 1200px) {
  .franchise-banner {
    padding: 30px 0px;
  }
  .franchise-banner .section-heading {
    font-size: 40px;
  }
  .franchise-banner img {
    height: 30px;
  }
  .franchise-banner .contact-info {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .franchise-banner img {
    margin-bottom: 15px;
  }
  .franchise-banner .section-heading {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .franchise-strip {
    padding-bottom: 10px;
  }
  .franchise-strip .box {
    margin-bottom: 20px;
  }
  .franchise-price .box {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .franchise-banner {
    padding: 15px 0px;
  }
  .franchise-banner img {
    margin-bottom: 10px;
    height: 20px;
  }
  .franchise-banner .section-heading {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .franchise-banner .section-heading + p {
    display: none;
  }
  .franchise-banner .contact-info {
    gap: 10px;
    align-items: start;
    margin-top: 10px;
  }
  .franchise-banner .contact-info a i {
    display: none;
  }
  .franchise-banner .contact-info a .title {
    font-size: 10px;
  }
  .franchise-banner .contact-info a p {
    font-size: 8px;
  }
  .franchise-strip .box .number {
    font-size: 14px;
  }
  .franchise-strip .box {
    margin-bottom: 20px;
  }
  .franchise-strip .box img {
    height: 150px;
  }
  .franchise-strip .box .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .franchise-strip .box p {
    font-size: 12px;
    line-height: 16px;
  }
  .franchise-strip .box:after {
    display: none;
  }
  .franchise-benefits .franchise-box {
    padding: 15px;
  }
  .franchise-benefits .franchise-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .franchise-benefits .franchise-box .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .franchise-benefits .franchise-box p {
    font-size: 12px;
    line-height: 16px;
  }
  .franchise-banner-qes .process-img {
    height: 200px;
    margin-bottom: 15px !important;
    border-radius: 10px;
  }
  .franchise-banner-qes .content-box .sub-heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .franchise-banner-qes .content-box .ul-listing li {
    font-size: 12px;
    line-height: 16px;
  }
  .franchise-form .section-heading {
    margin-bottom: 20px;
  }
  .franchise-form .form-img {
    height: 200px;
    margin-bottom: 15px;
  }
  .franchise-form .box h3 {
    font-size: 16px;
  }
  .franchise-form .sticky-div {
    padding-bottom: 30px;
  }
  .franchise-banner-qes .process-img {
    margin-bottom: 20px;
  }
  .franchise-price .box {
    border-radius: 10px;
  }
  .faqs-new-design {
    padding-bottom: 5px;
  }
}
/* Franchise Page Work End */

/* phlebotmist work start here  */
.campaign-phlebotmist-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 60px 0px;
}

.campaign-phlebotmist-banner .phlebotmist-form {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.campaign-phlebotmist-details .campaign-phlebotmist-head {
  color: #fff !important;
  padding: 8px 18px;
  margin: 0px auto;
  min-width: 65%;
  max-width: 60%;
  border-radius: 5px 0px 0px;
  position: relative;
  border: none;
  background-color: var(--greencolor);
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
}
.campaign-phlebotmist-details .campaign-phlebotmist-head::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  width: 1em;
  background: inherit;
  left: -0.5em;
  transform: skew(-10deg);
  border-radius: 5px 0px 0px;
}
.campaign-phlebotmist-details .campaign-phlebotmist-head::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  width: 1em;
  background: inherit;
  right: -0.5em;
  transform: skew(10deg);
  border-radius: 0px 5px 0px 0px;
}

.campaign-phlebotmist-details .campaign-phlebotmist-head h4 {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.campaign-phlebotmist-details {
  padding: 60px 0px;
}

.campaign-phlebotmist-details .campaign-phlebotmist-content {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.campaign-phlebotmist-testimonials {
  padding: 60px 0px;
}
.campaign-phlebotmist-testimonials .section-heading {
  text-align: center;
}
.campaign-phlebotmist-testimonials .phlebotmist-testimonials-content {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  min-height: 160px;
}

.phlebotmist-testimonials-content h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.campaign-phlebotmist-testimonials .phlebotmist-testimonials-slider .item {
  padding: 5px;
}

.phlebotmist-cta-footer .phlebotmist-cta-footer-box {
  background-color: var(--greencolor);
  border-radius: 20px;
  text-align: center;
  position: fixed;
  width: 70%;
  right: 0;
  left: 0;
  bottom: 20px;
  z-index: 99999;
  margin: 0px auto;
}

.phlebotmist-cta-footer .phlebotmist-cta-footer-box .web-btn {
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .campaign-phlebotmist-banner {
    background: none !important;
    padding: 0px 0px 10px;
  }
  .campaign-phlebotmist-banner .phlebotmist-form {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .campaign-phlebotmist-details .row-gap {
    row-gap: 60px;
  }
  .campaign-phlebotmist-details .campaign-phlebotmist-head h4 {
    font-size: 12px;
  }
  .campaign-phlebotmist-testimonials {
    padding: 30px 0px;
  }
  .campaign-phlebotmist-details {
    padding: 30px 0px;
  }
  .campaign-phlebotmist-banner {
    background: none !important;
    padding: 0px 0px 0px;
  }
  .campaign-phlebotmist-banner .phlebotmist-form {
    margin-top: 30px;
  }
}

/* phlebotmist work end here  */

.doctors .doctor-list-filters .select-change {
  padding: 6px 10px;
}
.doctors .doctor-list-reset-btn .reset-change {
  padding: 6px 10px;
}

/* New Wellness Campaign Work Start */
.new-wellness-campaign-header {
  background-color: white;
  padding: 20px 0px;
}
.new-wellness-campaign-header .header-info {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
.new-wellness-campaign-header .header-info .number {
  font-weight: 600;
  font-size: 18px;
}
.new-wellness-campaign-banner {
  background-color: #e9feff;
}
.new-wellness-campaign-banner .bannerimg {
  height: 230px;
  margin-top: 20px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.new-wellness-campaign-banner .section-heading {
  margin-bottom: 15px;
}
.new-wellness-campaign-banner .subtitle {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
.new-wellness-campaign-banner .box {
  padding: 15px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.new-wellness-campaign-banner .box ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.new-wellness-campaign-banner .box ul li:before {
  content: "•";
  position: absolute;
  font-size: 20px;
  line-height: 0;
  left: 0;
  top: 7px;
}
.new-wellness-campaign-banner .box ul li {
  flex: 0 0 calc(50% - 15px);
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  line-height: 17px;
}
.new-wellness-campaign-banner .form-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 20px;
}
.new-wellness-campaign-banner .form-box .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--greencolor);
  text-align: center;
  margin-bottom: 20px;
}
.new-wellness-campaign-banner .form-box .box-body {
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(216, 221, 230, 0.5);
}
.new-wellness-campaign-banner .form-box .form-label {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}
.new-wellness-campaign-banner .form-box .btn {
  min-width: 150px;
}
.new-wellness-campaign-services .box {
  padding: 10px;
  background-color: #fff7e9;
  border-radius: 10px;
}
.new-wellness-campaign-services .box:nth-child(even) {
  text-align: right;
  background-color: #e9feff;
}
.new-wellness-campaign-services .box:nth-child(odd) .col-md-6 {
  order: 2;
}
.new-wellness-campaign-services .box:nth-child(odd) .col-md-6:last-child {
  order: 1;
}
.new-wellness-campaign-services .box .text-content {
  padding: 10px;
}
.new-wellness-campaign-services .box .title {
  font-weight: 700;
  font-size: 20px;
  color: var(--greencolor);
  margin-bottom: 15px;
}
.new-wellness-campaign-services .box p {
  font-weight: 500;
  margin: 0px;
}
.new-wellness-campaign-services .box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background-color: white;
}
.new-wellness-campaign-partners .section-heading {
  margin-bottom: 20px;
}
.new-wellness-campaign-partners p {
  font-size: 20px;
  margin-bottom: 50px;
}
.new-wellness-campaign-partners .box {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
}
.new-wellness-campaign-partners .box i {
  color: var(--greencolor);
  font-size: 34px;
  margin-bottom: 10px;
}
.new-wellness-campaign-partners .box .title {
  font-size: 30px;
  font-weight: 700;
  color: var(--greencolor);
  margin-bottom: 10px;
}
.new-wellness-campaign-partners .box p {
  font-size: 18px;
  margin: 0px;
}
.new-wellness-campaign-trusted {
  text-align: center;
}
.new-wellness-campaign-trusted .section-heading {
  margin-top: 10px;
}
.new-wellness-campaign-trusted .heading-p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.new-wellness-campaign-trusted .heading-p span {
  font-weight: 700;
}
.new-wellness-campaign-trusted .owl-carousel {
  margin-bottom: 50px;
}
.new-wellness-campaign-trusted .item img {
  height: 80px;
  object-fit: contain !important;
  background-color: #eee;
  padding: 15px;
  border-radius: 15px;
}
.new-wellness-campaign-trusted .owl-nav button.owl-prev {
  left: -50px;
}
.new-wellness-campaign-trusted .owl-nav button.owl-next {
  right: -50px;
}
.new-wellness-campaign-trusted .owl-nav button {
  border: 1px solid var(--greencolor) !important;
  color: var(--greencolor) !important;
}
.new-wellness-campaign-trusted .owl-nav button span {
  margin-top: -7px;
  font-weight: bold;
}

.new-wellness-campaign-empower .box {
  background-color: white;
  padding: 30px;
  border-radius: 30px;
}
.new-wellness-campaign-empower .box:not(:first-child) {
  margin-top: 15px;
}
.new-wellness-campaign-empower .box img {
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.new-wellness-campaign-empower .box .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 15px;
}
.new-wellness-campaign-empower .box p {
  margin: 0px;
  font-size: 18px;
  padding-left: 15px;
}
.new-wellness-campaign-empower .box p strong {
  font-weight: 500;
}
.new-wellness-campaign-empower .owl-nav button.owl-prev {
  left: -50px;
}
.new-wellness-campaign-empower .owl-nav button.owl-next {
  right: -50px;
}
.new-wellness-campaign-empower .owl-nav button {
  border: 1px solid var(--greencolor) !important;
  color: var(--greencolor) !important;
}
.new-wellness-campaign-empower .owl-nav button span {
  margin-top: -7px;
  font-weight: bold;
}
.new-wellness-campaign-youtube p,
.new-wellness-campaign-youtube ul {
  font-size: 18px;
  font-weight: 500;
}
.new-wellness-campaign-youtube ul li:not(:last-child) {
  margin-bottom: 5px;
}
.new-wellness-campaign-youtube .corporate-video {
  height: 250px;
  width: 100%;
  border-radius: 20px;
}
.new-wellness-campaign-footer {
  background-color: white;
  padding: 20px 0px;
  margin-top: -10px;
}
.new-wellness-campaign-footer .logo {
  width: 160px;
}
.new-wellness-campaign-footer .number {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  display: block;
}
.new-wellness-campaign-footer .social-icons {
  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
  gap: 15px;
  margin: 0px;
  padding: 0px;
}
.new-wellness-campaign-footer .social-icons a {
  font-size: 18px;
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .new-wellness-campaign-trusted .owl-carousel,
  .new-wellness-campaign-empower .owl-carousel {
    padding-bottom: 70px;
  }
  .new-wellness-campaign-trusted .owl-nav button,
  .new-wellness-campaign-empower .owl-nav button {
    top: unset;
    bottom: 0;
    transform: unset;
  }
  .new-wellness-campaign-trusted .owl-nav button.owl-prev,
  .new-wellness-campaign-empower .owl-nav button.owl-prev {
    left: 50%;
    transform: translateX(-50px);
  }
  .new-wellness-campaign-trusted .owl-nav button.owl-next,
  .new-wellness-campaign-empower .owl-nav button.owl-next {
    right: 50%;
    transform: translateX(50px);
  }
}
@media (max-width: 767px) {
  .new-wellness-campaign-header {
    padding: 15px 0px;
  }
  .new-wellness-campaign-header .logo {
    width: 100px;
    margin: 0px;
  }
  .new-wellness-campaign-header .header-info {
    gap: 15px;
  }
  .new-wellness-campaign-header .header-info .btn {
    padding: 5px 10px;
    font-size: 10px;
  }
  .new-wellness-campaign-header .header-info .number {
    font-size: 10px;
  }
  .new-wellness-campaign-banner .section-heading {
    text-align: center;
    margin-bottom: 10px;
  }
  .new-wellness-campaign-banner .subtitle {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .new-wellness-campaign-banner .box ul {
    gap: 5px 5px;
  }
  .new-wellness-campaign-banner .box ul li {
    flex: 0 0 calc(50% - 5px);
    font-size: 12px;
    line-height: 16px;
  }
  .new-wellness-campaign-banner .bannerimg {
    margin: 20px 0px;
    height: 120px;
  }
  .new-wellness-campaign-banner .form-box {
    padding: 15px;
    border-radius: 10px;
  }
  .new-wellness-campaign-banner .form-box .title {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .new-wellness-campaign-banner .form-box .box-body {
    padding: 15px;
    border-radius: 10px;
  }
  .new-wellness-campaign-banner .form-box .form-group {
    margin-bottom: 10px;
  }
  .new-wellness-campaign-services .box .text-content {
    padding: 0px;
  }
  .new-wellness-campaign-services .box img {
    height: 75px;
  }
  .new-wellness-campaign-services .box .title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .new-wellness-campaign-services .box p {
    font-size: 10px;
    line-height: 14px;
  }
  .new-wellness-campaign-partners .section-heading {
    margin-bottom: 10px;
  }
  .new-wellness-campaign-partners p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .new-wellness-campaign-partners .box {
    margin-top: 15px;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .new-wellness-campaign-partners .box i {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .new-wellness-campaign-partners .box .text {
    width: calc(100% - 10px);
    text-align: left;
  }
  .new-wellness-campaign-partners .box .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .new-wellness-campaign-partners .box p {
    font-size: 10px;
    margin: 0px;
  }
  .new-wellness-campaign-trusted .heading-p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .new-wellness-campaign-trusted .section-heading {
    margin-bottom: 40px;
  }
  .new-wellness-campaign-trusted .item img {
    border-radius: 10px;
  }
  .new-wellness-campaign-trusted .owl-carousel {
    margin-bottom: 30px;
  }
  .new-wellness-campaign-empower .box {
    padding: 15px;
    border-radius: 10px;
  }
  .new-wellness-campaign-empower .box .title {
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 0px;
  }
  .new-wellness-campaign-empower .box p {
    font-size: 10px;
    line-height: 14px;
    padding-left: 0px;
  }
  .new-wellness-campaign-empower .box img {
    height: 80px;
    border-radius: 10px;
  }
  .new-wellness-campaign-youtube p,
  .new-wellness-campaign-youtube ul {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .new-wellness-campaign-youtube .corporate-video {
    margin-top: 15px;
    border-radius: 10px;
  }
  .campaign-map {
    height: 200px;
  }
  .new-wellness-campaign-footer .logo {
    width: 100px;
  }
  .new-wellness-campaign-footer .number {
    font-size: 10px;
  }
  .new-wellness-campaign-footer .social-icons {
    gap: 10px;
  }
  .new-wellness-campaign-footer .social-icons i {
    font-size: 10px;
  }
}
/* New Wellness Campaign Work End */

/* womens-doctor-consultation Work Start */
.womens-doctor-consultation .form-control {
  background-color: #f1f1f1;
  border: 1px solid #ddd;
}
/* womens-doctor-consultation Work End */

/* Healthhub Bhopal Work Start */
.healthhub-bhopal-banner-slider img {
  width: 100%;
  height: auto;
  background-color: #eee;
  display: block;
}
.healthhub-bhopal .box {
  background-color: var(--white);
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0.5rem 1rem;
  border: 1px solid #ddd;
  margin-top: 50px;
  position: relative;
}
.healthhub-bhopal .form-group {
  margin-bottom: 15px;
}
.healthhub-bhopal .form-control {
  border-radius: 10px;
  background-color: #f9fafc;
  border: 1.5px solid #eaeaec;
  color: black;
  padding: 12px 15px;
  height: auto;
  font-weight: 400;
}
.healthhub-bhopal .form-control::placeholder {
  color: #8e8e8e;
}
.healthhub-bhopal .btn {
  min-width: 100px;
  border-radius: 10px;
}
.healthhub-bhopal .box .healthhub-features {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.healthhub-bhopal .box .healthhub-features li {
  width: 25%;
  text-align: center;
}
.healthhub-bhopal .box .healthhub-features li img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background-color: transparent;
  border-radius: 0px;
  margin: 0 auto 10px;
}
.healthhub-bhopal .box .healthhub-features li p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.healthhub-bhopal .box .section-heading {
  margin-bottom: 5px;
  text-transform: capitalize;
}
.healthhub-bhopal .box .section-heading + p {
  font-size: 18px;
  margin-bottom: 30px;
}
.healthhub-bhopal .box .box-img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 500px;
  background-color: #eee;
  object-fit: cover;
  position: sticky;
  top: 140px;
}
.healthhub-bhopal .box .pharmacy-img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.healthhub-bhopal .btn {
  margin-top: 10px;
  min-width: 100px;
  border-radius: 10px;
}
.healthhub-bhopal .box-footer-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 20px;
}

.healthhub-bhopal .healthhub-box .box-img {
  height: 445px;
}
.healthhub-bhopal .healthhub-box .section-heading {
  margin-bottom: 30px;
}
.healthhub-bhopal .healthhub-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.healthhub-bhopal .healthhub-box ul li {
  display: flex;
  gap: 15px;
}
.healthhub-bhopal .healthhub-box ul li .icon {
  width: 50px;
  height: 50px;
  background-color: #eee;
  color: var(--greencolor);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.healthhub-bhopal .healthhub-box ul li .details {
  width: calc(100% - 65px);
}
.healthhub-bhopal .healthhub-box ul li .details .title {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: bold;
}
.healthhub-bhopal .healthhub-box ul li .details p {
  margin: 0px;
}
.healthhub-map {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  margin-top: 20px;
}

.healthhub-modal .modal-title {
  font-weight: 700;
}
.healthhub-modal .close {
  line-height: 16px;
}
.healthhub-modal .form-group {
  margin-bottom: 15px;
}
.healthhub-modal .form-control {
  border-radius: 10px;
  background-color: #f9fafc;
  border: 1.5px solid #eaeaec;
  color: black;
  padding: 12px 15px;
  height: auto;
  font-weight: 400;
}
.healthhub-modal .form-control::placeholder {
  color: #8e8e8e;
}
.healthhub-modal .btn {
  min-width: 100px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .healthhub-bhopal {
    padding: 20px 0px;
  }
  .healthhub-bhopal .box {
    padding: 15px;
    margin-top: 20px;
  }
  .healthhub-bhopal .box .section-heading + p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .healthhub-bhopal .box .box-img {
    height: 200px;
    margin-bottom: 20px;
  }
  .healthhub-bhopal .box .healthhub-features li img {
    width: 50px;
    height: 50px;
  }
  .healthhub-bhopal .box .healthhub-features {
    gap: 10px;
  }
  .healthhub-bhopal .box .healthhub-features li p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .healthhub-bhopal .box .pharmacy-img {
    height: 150px;
    margin-top: 25px;
  }
  .healthhub-bhopal .box-footer-img {
    height: 100px;
    object-fit: cover;
  }
  .healthhub-bhopal .healthhub-box .section-heading {
    margin-bottom: 20px;
  }
}
/* Healthhub Bhopal Work End */

/* Healthhub Listing Work Start */
.healthhub-listing .box {
  background-color: var(--white);
  color: var(--blackcolor) !important;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0.5rem 1rem;
  border: 1px solid #ddd;
  position: relative;
  display: block;
  margin-top: 20px;
}
.healthhub-listing .box-img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 221px;
  background-color: #eee;
  object-fit: cover;
}
.healthhub-listing .box .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.healthhub-listing .box ul {
  list-style: none;
  margin: 0px 0px 20px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.healthhub-listing .box ul li {
  display: flex;
  gap: 10px;
}
.healthhub-listing .box ul li .icon {
  width: 30px;
  height: 30px;
  background-color: #eee;
  color: var(--greencolor);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: -2px;
}
.healthhub-listing .box ul li .details {
  width: calc(100% - 40px);
}
.healthhub-listing .box ul li .details p {
  margin: 0px;
}
.healthhub-listing .box .btn {
  min-width: 100px;
  border-radius: 10px;
}
.healthhub-listing .healthhub-map {
  height: 221px;
  margin-top: 0px;
}

.healthhub-listing .filter {
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.healthhub-listing .filter label {
  margin: 0px;
  font-weight: 500;
  white-space: nowrap;
}
.healthhub-listing .filter div {
  width: 100%;
}
.healthhub-listing .form-control {
  border-radius: 10px;
  background-color: #f9fafc;
  border: 1.5px solid #eaeaec;
  color: black;
  padding: 12px 15px;
  height: auto;
  font-weight: 400;
  cursor: pointer;
}
.healthhub-listing .form-control::placeholder {
  color: #8e8e8e;
}

@media (max-width: 767px) {
  .healthhub-listing .section-heading {
    margin-bottom: 15px !important;
    text-align: center;
  }
  .healthhub-listing .box {
    padding: 15px;
  }
  .healthhub-listing .box .row,
  .healthhub-listing .box .row > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .healthhub-listing .box-img {
    margin-bottom: 0px;
    height: 159px;
  }
  .healthhub-listing .box .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .healthhub-listing .box ul {
    margin-bottom: 5px;
    gap: 3px;
    font-size: 10px;
  }
  .healthhub-listing .box ul li .icon {
    display: none;
  }
  .healthhub-listing .box .btn {
    font-size: 10px;
  }
  .healthhub-listing .healthhub-map {
    height: 150px;
    margin-top: 15px;
  }
}
/* Healthhub Listing Work End */

/* Corporate Centre Work Start */
.corporate-centre {
  padding: 30px 0px 10px;
}
.corporate-centre .box {
  position: relative;
  background-size: cover;
  padding: 100px 15px 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  overflow: hidden;
  transform: rotate3d(0.5, -0.866, 0, 15deg) rotate(1deg);
  box-shadow: 2em 4em 6em -2em rgba(0, 0, 0, 0.5),
    1em 2em 3.5em -2.5em rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}
.corporate-centre .box:hover {
  transform: rotate3d(0, 0, 0, 0deg) rotate(0deg);
}
.corporate-centre .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  transition: all 0.2s 0s linear;
}
.corporate-centre .box:hover:before {
  background: linear-gradient(
    to bottom,
    rgba(1, 138, 149, 0) 0%,
    rgba(1, 138, 149, 0.8) 100%
  );
}
.corporate-centre .box span {
  position: relative;
  font-size: 14px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.corporate-centre .box i {
  transform: translateX(-60px);
  transition: all 0.2s 0s linear;
  opacity: 0;
  font-size: 16px;
}
.corporate-centre .box:hover i {
  transform: translateX(0px);
  opacity: 1;
}
@media (max-width: 767px) {
  .corporate-centre {
    padding: 20px 0px 0px;
  }
  .corporate-centre .box span {
    font-size: 13px;
  }
  .corporate-centre .box i {
    display: none;
  }
}
/* Corporate Centre Work End */

/* centre-listing-page Work Start */
.centre-listing-page {
  padding: 40px 0px 20px;
}
.centre-listing-page .box {
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.centre-listing-page .box .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.centre-listing-page .box p {
  margin: 0px;
}
@media (max-width: 767px) {
  .centre-listing-page {
    padding: 20px 0px 0px;
  }
  .centre-listing-page .box {
    flex-direction: column;
    align-items: start;
    padding: 15px;
  }
}
/* centre-listing-page Work End */


/* Contact Us Page Work Start */
.contactus {
  padding: 70px 0px;
  background-color: var(--lightgreencolor);
}
.contactus h1,
.contactus h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contactus .box {
  padding: 80px 60px 80px 30px;
  background-color: white;
  position: relative;
  border-radius: 0px 10px 10px 0px;
}
.contactus .box::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 100%;
  background-color: white;
  left: -230px;
  top: 0;
  border-radius: 10px 0px 0px 10px;
}
.contactus .box .form-group {
  margin-bottom: 15px;
}
.contactus .box .form-control {
  padding: 12px 20px !important;
  height: auto;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 5%);
  border: 1px solid #8f8f8f;
}
.contactus .box .web-btn {
  margin-top: 15px;
}
.contactus .info-box {
  padding: 40px;
  background-color: var(--greencolor);
  color: white;
  z-index: 1;
  position: relative;
  height: calc(100% - 80px);
  margin-top: 40px;
  position: relative;
  border-radius: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.contactus .info-box h1 {
  color: white;
}
.contactus .info-box ul.info-list {
  margin: 0px;
  padding: 0px;
}
.contactus .info-box ul.info-list li:first-child {
  margin-top: 0px;
  align-items: start;
}
.contactus .info-box ul.info-list li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.contactus .info-box ul.info-list li img {
  width: 20px;
  height: 20px;
}
.contactus .info-box ul.info-list li p {
  width: calc(100% - 35px);
  font-size: 16px;
  margin: 0px;
}
.contactus .info-box ul.info-list li a {
  color: white;
}
.contactus .info-box ul.social-icons {
  margin: 20px 0px 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.contactus .info-box ul.social-icons li {
  list-style: none;
  margin-right: 25px;
}
.contactus .info-box ul.social-icons li a {
  filter: brightness(100);
}
.contactus .info-box ul.social-icons li a i {
  height: 25px;
  font-size: 25px;
}

@media (max-width: 991px) {
  .contactus {
    padding: 30px 0px;
  }
  .contactus .row .col-lg-8 {
    order: 1;
  }
  .contactus .row .col-lg-4 {
    order: 2;
  }
  .contactus .box {
    padding: 30px;
    border-radius: 10px;
  }
  .contactus .box::before {
    display: none;
  }
  .contactus h1,
  .contactus h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .contactus .box .web-btn {
    margin-top: 10px;
  }
  .contactus .info-box {
    padding: 30px;
    height: auto;
    margin-top: 15px;
  }
  .contactus .info-box ul.social-icons {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 70px;
  }
}
/* Contact Us Page Work End */

.form-common-message .web-clr {
    font-weight: 500;
}


        .loading-div {
  height: 180px;
  padding: 15px 25px;
  color: #eee;
}

.example {
  height: 270px;
}

footer {
  padding-bottom: 30px;
}

#custom-overlay {
  background-color: #000;
  opacity: 0.7;
}
.loading-spinner {
  font-size: 12px;
  margin: 25% auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff,
      -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff,
      3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff,
      -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff,
      3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff,
      -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff,
      -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff,
      -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff,
      -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff,
      -2em -2em 0 0em #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff,
      -2em -2em 0 0.2em #ffffff;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff,
      -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff,
      3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff,
      -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff,
      3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff,
      -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff,
      -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff,
      -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff,
      -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff,
      -2em -2em 0 -0.5em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff,
      -2em -2em 0 0em #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff,
      3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff,
      0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff,
      -2em -2em 0 0.2em #ffffff;
  }
}



        .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}



        @font-face {
  font-family: "Helvetica";
  src: url(https://www.secondmedic.com/lab/fonts/Helvetica.ttf);
}
@font-face {
  font-family: "Helveticabold";
  src: url(https://www.secondmedic.com/lab/fonts/Helveticabold.ttf);
}

.consult-new-banner .box {
  position: relative;
  overflow: hidden;
}

.my-consultation-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--lightgreencolor);
  padding: 6px 28px 7px;
  border-bottom-right-radius: 10px;
}

.my-consultation-badge h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.my_padding {
  padding: 60px 0px;
}

.my_padding2 {
  padding-bottom: 30px;
}

.web-h h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 0px;
}

.web-h p {
  margin-top: 5px;
  font-weight: 600 !important;
  font-size: 18px;
}

@media (max-width: 767px) {
  .my_padding {
    padding: 30px 0 !important;
  }

  .my_padding2 {
    padding-bottom: 20px !important;
  }

  .web-h h2 {
    font-size: 20px !important;
  }

  .web-h p {
    font-size: 16px !important;
  }
}

.rounded {
  border-radius: 10px !important;
}

.bg-danger {
  border-radius: 5px !important;
}

/* Start Blog Slider Css */

.my_blog_section .maternity-h-with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left !important;
  margin-bottom: 40px;
}

.my_blog_section .box {
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.my_blog_section .box p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.my_blog_section .box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.my_blog_section .box h3 {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.my_blog_section .box .box-body {
  padding: 15px;
}

/* End Blog Slider Css */

/* Start doctors Consultdoctor Css */

.consultdoctor-doctors .box {
  background-color: white;
  border: 1px solid #878787;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.consultdoctor-doctors .box:hover {
  border-color: var(--greencolor);
  background-color: #eee;
}

.consultdoctor-doctors .box .live-img {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  width: auto;
}

.consultdoctor-doctors .box .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.consultdoctor-doctors .box .box-top .dr-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--greencolor);
}

.consultdoctor-doctors .box .box-top .dr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.consultdoctor-doctors .box .box-top .dr-details {
  width: calc(100% - 85px);
  font-size: 12px;
  line-height: 16px;
}

.consultdoctor-doctors .box .box-top .dr-details .badge {
  background-color: var(--lightgreencolor);
  font-size: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.consultdoctor-doctors .box .box-top .dr-details h5 {
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.consultdoctor-doctors .box .box-top .dr-details h5 span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.consultdoctor-doctors .box .box-top .dr-details h5 .verified {
  height: 20px;
  width: 61px;
  object-fit: contain;
  margin-left: 5px;
}

.consultdoctor-doctors .box .box-top .dr-details .dr-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.consultdoctor-doctors .box .box-top .dr-details .dr-exp {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.consultdoctor-doctors .box .box-top .dr-details .dr-exp li {
  list-style: none;
  margin-right: 15px;
}

.consultdoctor-doctors .box .box-top .dr-details .dr-exp li i {
  opacity: 0.5;
}

.consultdoctor-doctors .box hr {
  margin: 15px 0px;
}

.consultdoctor-doctors .box .box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.consultdoctor-doctors .box .box-bottom p {
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.consultdoctor-doctors .box .box-bottom p b {
  font-size: 14px;
}

.consultdoctor-doctors .box .web-btn {
  margin: 20px -20px -20px;
  border-radius: 0px;
  width: calc(100% + 40px);
}

@media (max-width: 768px) {
  .consultdoctor-doctors .d-flex {
    display: block !important;
  }

  .consultdoctor-doctors .box {
    padding: 15px;
  }

  .consultdoctor-doctors .box .web-btn {
    margin: 15px -15px -15px;
    width: calc(100% + 30px);
  }
}

.consultdoctor-doctors .img_doc_verified {
  height: 45px !important;
  display: inline-block !important;
  object-fit: unset !important;
  width: auto !important;
  padding: 5px !important;
  margin-top: 5px !important;
}

/* End doctors Consultdoctor Css */

/* Start Link Btn Css */

.link-btn {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid var(--greencolor) !important;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0px;
}

/* End Link Btn Css */

/* Video Section CSS Start */

.my_video_section .consult-headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my_video_section .vid {
  width: 100%;
  display: block;
  /* vertical-align: top; */
  position: relative;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 15px;
  height: calc(100% - 25px);
  border-radius: 10px;
  /* margin-top: 25px; */
}

.my_video_section .vid .img-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 220px;
}

.my_video_section .vid .img-box .play-icon {
  position: absolute;
  width: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
}

.my_video_section .vid .thumbnail {
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  border: none;
  object-fit: cover;
  background-color: #ededed;
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%
    )
    #ededed;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

.my_video_section .vid h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 10px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.my_video_section .video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1999;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none !important;
}

.my_video_section .video-popup.show-video {
  display: flex !important;
}

/* Video Section CSS End */

/* Start Live Video Consultation Css */

.live-doctor-slider .box {
  background-color: white;
  border: 1px solid #878787;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.live-doctor-slider .box:hover {
  border-color: var(--greencolor);
  background-color: #eee;
}

.live-doctor-slider .box .live-img {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  width: auto;
}

.live-doctor-slider .box .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-doctor-slider .box .box-top .dr-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--greencolor);
}

.live-doctor-slider .box .box-top .dr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.live-doctor-slider .box .box-top .dr-details {
  width: calc(100% - 85px);
  font-size: 12px;
  line-height: 16px;
}

.live-doctor-slider .box .box-top .dr-details .badge {
  background-color: var(--lightgreencolor);
  font-size: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.live-doctor-slider .box .box-top .dr-details h5 {
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.live-doctor-slider .box .box-top .dr-details h5 span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.live-doctor-slider .box .box-top .dr-details h5 .verified {
  height: 20px;
  width: 61px;
  margin-left: 5px;
}

.live-doctor-slider .box .box-top .dr-details .dr-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.live-doctor-slider .box .box-top .dr-details .dr-exp {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.live-doctor-slider .box .box-top .dr-details .dr-exp li {
  list-style: none;
  margin-right: 15px;
}

.live-doctor-slider .box .box-top .dr-details .dr-exp li i {
  opacity: 0.5;
}

.live-doctor-slider .box hr {
  margin: 15px 0px;
}

.live-doctor-slider .box .box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.live-doctor-slider .box .box-bottom p {
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.live-doctor-slider .box .box-bottom p b {
  font-size: 14px;
}

.live-doctor-slider .box .web-btn {
  margin: 20px -20px -20px;
  border-radius: 0px;
  width: calc(100% + 40px);
}

.live-doctor-slider .img_doc_verified {
  height: 45px !important;
  display: inline-block !important;
  object-fit: unset !important;
  width: auto !important;
  padding: 5px !important;
  margin-top: 5px !important;
}

@media (max-width: 768px) {
  .live-doctor-slider .box {
    padding: 15px;
  }

  .live-doctor-slider .box .web-btn {
    margin: 15px -15px -15px;
    width: calc(100% + 30px);
  }
}

/* End Live Video Consultation Css */

/* City Tag List CSS Start */

.tags a {
  border: 1px solid #ddd;
  background-color: #eee;
  color: var(--btn2color);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  margin-top: 10px;
}

/* City Tag List CSS End */

/* My Web Stories Css Start */

.my-web-stories .box {
  position: relative;
  width: 100%;
  height: 320px;
  padding: 15px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); */
}
.my-web-stories .box * {
  color: white;
  z-index: 1;
}
.my-web-stories .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(
    0.5turn,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.my-web-stories .box .icon {
  width: 29px;
  height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.my-web-stories .box h4 {
  font-size: 17px;
  margin-bottom: 10px;
}
.my-web-stories .box .date-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.my-web-stories .box .date-logo p {
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
}
.my-web-stories .box .date-logo .logo {
  width: 84px;
  height: 27px;
  padding: 3px 5px;
  background-color: white;
  border-radius: 5px;
  margin-right: 0px;
}

/* My Web Stories Css End */

/* Lab Test Slider CSS Start */

.my_lab_slider .card {
  border: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 5px;
  overflow: hidden;
}
.my_lab_slider .card:hover .img-div .img-content {
  opacity: 1;
}

.my_lab_slider .card .img-div {
  position: relative;
}
.my_lab_slider .card .img-div .package-logo {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 92px;
  height: 42px;
  background-color: white;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}
.my_lab_slider .card .img-div .package-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.my_lab_slider .card .img-div .doctor-consult {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fffffc;
  padding: 5px 15px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 5px;
}
.my_lab_slider .card .card-body {
  padding: 15px;
}
.my_lab_slider .card .img-div .img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--greenrgb);
  color: black;
  font-weight: bold;
  font-size: 12px;
  padding: 15px;
  opacity: 0;
  transition: all 0.3s 0s linear;
  overflow: hidden;
}
.my_lab_slider .card .img-div .img-content h5 {
  color: inherit;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.my_lab_slider .card .img-div .img-content ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.my_lab_slider .card .img-div .img-content ul li {
  width: 50%;
  flex-grow: 1;
  list-style: none;
  border-top: 1px solid #00000066;
  padding: 5px 15px 5px 0px;
}
.my_lab_slider .card .img-div img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.my_lab_slider .card .card-body .card-title {
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my_lab_slider .card .card-body p {
  font-size: 14px;
  line-height: 18px;
  color: grey;
  margin-bottom: 10px;
}
.my_lab_slider .card .card-body .price {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0px;
  font-size: 18px;
}
.my_lab_slider .card .card-body .price del {
  color: grey;
  font-size: 14px;
  margin-right: 5px;
}
/* Lab Test Slider CSS End */

/* How It Works Start CSS For 3 Grid */

.how-it-works-for3 .border-proccess {
  border-top: 1px solid rgb(66 138 214 / 29%);
  width: 10%;
}

.how-it-works-for3 .row .d-flex {
  width: 100%;
}
.how-it-works-for3 .box {
  font-size: 18px;
  width: 40%;
  height: 180px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
}

.how-it-works-for3 .box .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  margin-bottom: 10px;
}

.how-it-works-for3 .box .circle img {
  width: 100%;
  filter: var(--greenfilter);
}

.how-it-works-for3 .box .content {
  width: calc(100% - 20px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}

@media (max-width: 768px) {
  .how-it-works-for3 .row .d-flex {
    font-size: 14px;
    font-weight: 600;
    display: block !important;
    margin: 10px 20px;
  }

  .how-it-works-for3 .box {
    font-size: 18px;
    width: 100%;
  }
}

/* How It Works End CSS For Grid 3 */

/** Start Corporate Page Css **/

/* .link-btn {
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid var(--greencolor) !important;
    text-transform: uppercase;
    background: 0 0;
    border: none;
    padding: 0;
} */

.healthcare-advantage {
  background: none !important;
}

.healthcare-advantage:before {
  background-color: #f8f9fa !important;
}

.corporate_slider_section_2 {
  text-align: center;
}

.corporate_slider_section_1 {
  padding: 30px;
  background: #fff;
}

.corporate-banner .col-md-8 img {
  height: 465px;
  object-fit: cover;
}

.corporate_slider_section_1 .box {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 15%);
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.corporate_slider_section_1 .col-md-3 {
  padding: 30px 0;
}

.corporate_slider_section_1 img {
  height: 150px;
  object-fit: contain;
}

.corporate_section_4 {
  background: none;
  padding: 35px 0px 60px;
  text-align: center;
  position: relative;
}

.corporate_section_4 * {
  position: relative;
  z-index: 1;
  color: #000;
}

.corporate_section_4 .box {
  border: 1px solid grey;
  padding: 20px;
  border-radius: 10px;
  margin-top: 25px;
  height: calc(100% - 25px);
  color: white;
  transition: all 0.3s 0s linear;
}

.corporate-clients .owl-carousel {
  padding: 10px 0;
  /* box-shadow: 0 0 10px -3px rgb(0 0 0/18%); */
}

.corporate-clients .item {
  border: 1px solid rgba(199, 199, 199, 0.4);
  background: white;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 0 10px -3px rgb(0 0 0/18%); */
}

.corporate-clients .item img {
  width: auto;
  height: 120px;
  object-fit: contain;
}

.benefits img,
.corporate_joining_program img {
  width: 80px;
  height: 80px !important;
  object-fit: contain;
}

.corporate_slider_section_4 {
  padding: 30px 0;
  background: #fff;
}

.corporate_slider_section_4 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.corporate_slider_section_4 .or-line-in-radiology {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.corporate_slider_section_4 .or-line-in-radiology label {
  border-left: 1px dotted black;
  height: 50px;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .corporate_slider_section_1 .col-md-3 {
    text-align: center;
  }

  .corporate-banner h1 {
    font-size: 1.5rem;
  }

  .corporate_slider_section_4 .or-line-in-radiology {
    display: none !important;
  }

  .corporate_slider_section_4 .col-md-6 {
    width: 100% !important;
    text-align: left !important;
  }

  .corporate_slider_section_4 .col-md-2,
  .corporate_slider_section_4 .col-md-3 {
    width: 50% !important;
  }

  .corporate_slider_section_4 .box {
    padding: 10px !important;
  }
}

/** End Corporate Page Css **/

/* Start Problems qa Details CSS */

.qa-details .recent-faq a .col-md-12 {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 !important;
}

.qa-details .recents_blog {
  border-bottom: 1px solid #ddd;
  padding: 7px 0 !important;
}

.qa-details .recents_blog img {
  width: 98px;
  height: 82px;
  object-fit: cover;
}
.qa-details .recents_blog .img-box {
  width: 98px;
  height: 82px;
  background-position: center;
  background-size: cover;
  background-color: #eee;
}

@media (max-width: 768px) {
  .qa-details .recents_blog .img-box {
    width: 86px;
    height: 59px;
  }
}

/* @media (max-width: 768px) {
    .qa-details .recents_blog img {
        width: 86px;
        height: 59px;
    }
} */

/* problems-qa-details-slider work start */

.problems-qa-details-slider .box {
  background-color: white;
  border: 1px solid #878787;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.problems-qa-details-slider .box:hover {
  border-color: var(--greencolor);
  background-color: #eee;
}

.problems-qa-details-slider .box .live-img {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  width: auto;
}

.problems-qa-details-slider .box .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.problems-qa-details-slider .box .box-top .dr-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--greencolor);
}

.problems-qa-details-slider .box .box-top .dr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.problems-qa-details-slider .box .box-top .dr-details {
  width: calc(100% - 85px);
  font-size: 12px;
  line-height: 16px;
}

.problems-qa-details-slider .box .box-top .dr-details .badge {
  background-color: var(--lightgreencolor);
  font-size: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.problems-qa-details-slider .box .box-top .dr-details h5 {
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.problems-qa-details-slider .box .box-top .dr-details h5 span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.problems-qa-details-slider .box .box-top .dr-details h5 .verified {
  height: 20px;
  width: 61px;
  object-fit: contain;
  margin-left: 5px;
}

.problems-qa-details-slider .box .box-top .dr-details .dr-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.problems-qa-details-slider .box .box-top .dr-details .dr-exp {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.problems-qa-details-slider .box .box-top .dr-details .dr-exp li {
  list-style: none;
  margin-right: 15px;
}

.problems-qa-details-slider .box .box-top .dr-details .dr-exp li i {
  opacity: 0.5;
}

.problems-qa-details-slider .box hr {
  margin: 15px 0px;
}

.problems-qa-details-slider .box .box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.problems-qa-details-slider .box .box-bottom p {
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.problems-qa-details-slider .box .box-bottom p b {
  font-size: 14px;
}

.problems-qa-details-slider .box .web-btn {
  margin: 20px -20px -20px;
  border-radius: 0px;
  width: calc(100% + 40px);
}

@media (max-width: 768px) {
  .problems-qa-details-slider .box {
    padding: 15px;
  }

  .problems-qa-details-slider .box .web-btn {
    margin: 15px -15px -15px;
    width: calc(100% + 30px);
  }

  .ask-a-doctor .ask-doctor-box {
    display: block !important;
    border-radius: 10px;
  }

  .ask-a-doctor .ask-doctor-box .rounded_img {
    border-radius: 10px 10px 0 0 !important;
    width: 100%;
  }

  .ask-a-doctor-lab .box {
    padding: 0;
  }
}

/* problems-qa-details-slider work end */

.problems-qa-details-slider .img_doc_verified {
  height: 45px !important;
  display: inline-block !important;
  object-fit: unset !important;
  width: auto !important;
  padding: 5px !important;
  margin-top: 5px !important;
}

.problem-qa-product-slider .pharmacy-product-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.problem-qa-product-slider .pharmacy-product-box .alert {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  font-size: 10px;
  padding: 5px 8px;
}

.problem-qa-product-slider .pharmacy-product-box .product-img {
  height: 150px;
  object-fit: contain;
  margin: 15px auto;
  display: block;
  transition: all 0.3s 0s linear;
}

.problem-qa-product-slider .pharmacy-product-box:hover .product-img {
  transform: scale(1.05, 1.05);
}

.problem-qa-product-slider .pharmacy-product-box .vendor-logo {
  width: 60px !important;
  height: 40px;
  object-fit: contain;
  padding: 3px;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 5px;
}

.problem-qa-product-slider .pharmacy-product-box .box-content {
  background-color: #ededed;
  padding: 15px;
}

.problem-qa-product-slider .pharmacy-product-box .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.problem-qa-product-slider .pharmacy-product-box p {
  font-size: 14px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.problem-qa-product-slider .pharmacy-product-box .price {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 10px;
}

.problem-qa-product-slider .pharmacy-product-box .price small {
  font-size: 12px;
}

.problem-qa-product-slider .pharmacy-product-box .btn {
  padding: 8px 20px;
}

.problem-qa-product-slider .my_heading {
  font-size: 1.5rem;
}

/* End Problems qa Details CSS */

/* FAQ Css Starts */

.pharamacy-faq .accordion .card .card-header button {
  justify-content: start;
  align-items: start;
}

/* FAQ Css End */

/* Start Hospital Details Page Style */

.hospital-detail-page img {
  height: 150px;
  width: 280px;
  object-fit: contain;
}

.hospital-detail-page mark {
  display: inline-flex;
  margin-bottom: 10px;
}

.hospital-detail-page .box .card-header {
  background: var(--lightgreencolor) !important;
}

.hospital-detail-page .related_hospitals {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.hospital-detail-page .related_hospitals div {
  width: calc(100% - 115px);
}

.hospital-detail-page .related_hospitals h5 {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.hospital-detail-page .related_hospitals p {
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 3px;
}

.hospital-detail-page .related_hospitals img {
  width: 100px;
  height: 60px;
  text-align: center;
  object-fit: contain;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}

.hospital-details-section .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.hospital-details-section .or-line-in-hospital-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hospital-details-section .or-line-in-hospital-details label {
  border-left: 1px dotted black;
  height: 50px;
  margin: 10px 0;
}

/* hospital-details-slider work start */

@media (max-width: 768px) {
  .or-line-in-hospital-details {
    display: none !important;
  }

  .hospital-details-section .col-md-6 {
    width: 100% !important;
    text-align: left !important;
  }

  .hospital-details-section .col-md-2,
  .hospital-details-section .col-md-3 {
    width: 50% !important;
  }

  .hospital-details-section .box {
    padding: 10px !important;
  }
}

/* hospital-details-slider work end */

.hospital_details .tags {
  padding-bottom: 0 !important;
}

.hospital-details-section .box .call-female {
  width: 216px;
  height: 255px;
  object-fit: contain;
  object-position: bottom;
  margin-left: auto;
  display: block;
}

@media (max-width: 768px) {
  .hospital-details-section .box .call-female {
    width: 119px;
    height: Â 140px;
  }
}

/* End Hospital Details Style */

/* Surgery Appointment Start CSS */

.surgery-banner .col-md-8 img {
  height: 480px;
  object-fit: cover;
}

.expert-surgeons-appoinment ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expert-surgeons-appoinment ul li .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
}

.expert-surgeons-appoinment ul li .circle img {
  width: 100%;
  filter: var(--greenfilter);
}

.expert-surgeons-appoinment ul li .content {
  width: calc(100% - 85px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}

.our-surgery-soultions .box {
  box-shadow: 0 0 10px 0 rgba(105, 107, 110, 0.19);
  border-radius: 10px;
  padding: 5px;
  margin: 10px 5px;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our-surgery-soultions .box img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 10px;
}

.how-it-works-sugery .border-proccess {
  border-top: 1px solid rgb(66 138 214 / 29%);
  width: 5%;
}

.how-it-works-sugery .box {
  font-size: 18px;
  width: 24%;
  height: 180px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
}

.how-it-works-sugery .box .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  margin-bottom: 10px;
}

.how-it-works-sugery .box .circle img {
  width: 100%;
  filter: var(--greenfilter);
}

.how-it-works-sugery .box .content {
  width: calc(100% - 20px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}

.surgery-consultdoctor-doctors .col-lg-12 .headings {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 768px) {
  /* .our-surgery-soultions h2{
        font-size: 20px;
    } */

  .our-surgery-soultions .col-4 {
    padding: 0;
  }

  .our-surgery-soultions .box {
    box-shadow: 0 0 10px 0 rgba(105, 107, 110, 0.19);
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .our-surgery-soultions .box h6 {
    font-weight: 600 !important;
  }

  .our-surgery-soultions .box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .expert-surgeons-appoinment .col-sm-5 {
    padding-left: 0 !important;
  }

  .surgery-consultdoctor-doctors .col-lg-12 .headings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .how-it-works-sugery .row .d-flex {
    font-size: 14px;
    font-weight: 600;
    display: block !important;
    margin: 10px 20px;
  }

  .how-it-works-sugery .box {
    font-size: 18px;
    width: 100%;
  }
}

/* Surgery Appointment End CSS */

/* Apollo Home Care CSS Start */

.apollo-home-care-banner .col-md-8 img {
  height: 400px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.apollo-home-care-menu .col-md-12 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.apollo-home-care-menu .col-md-12 .menu .nav-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;

  /* display: grid;
   justify-content: center;
   grid-gap: 10px;
   grid-template-columns: 100px; */
  /* border: 1px solid rgb(66 138 214 / 29%);
    border-radius: 10px; */
  font-weight: bold;
  /* font-size: 16px; */
  letter-spacing: 0.2px;
}

.apollo-home-care-menu .col-md-12 .menu .nav-link img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 5px;
  border-radius: 5px;
}

.apollo-home-care-banner #apollo_call_back_frm .web-captcha img {
  height: 40px !important;
}

.apollo-by-specialities .web-h h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}

.apollo-by-specialities .web-h p {
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 0;
  font-weight: 500;
}

.apollo-by-specialities .box {
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
  margin-top: 25px;
  overflow: hidden;
}

.apollo-by-specialities .box img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  display: block;
  background-color: var(--greybg);
}

.apollo-by-specialities .box .box-body {
  padding: 15px 20px;
}

.apollo-by-specialities .box h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.apollo-by-specialities .box p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.apollo-home-care-social-network img {
  border-radius: 10px;
}

.apollo-home-care-h {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.apollo-home-care .rounded_img {
  border-radius: 10px 0 0 10px !important;
}

@media (max-width: 768px) {
  .apollo-home-care-menu .col-md-12 {
    display: grid;
    justify-content: center;
    grid-gap: 5px;
    grid-template-columns: auto auto auto;
  }

  .apollo-home-care-menu .col-md-12 .menu .nav-link {
    align-items: center;
    text-align: center;
    justify-content: center;
    /* border: 1px solid rgb(66 138 214 / 29%);
        border-radius: 10px;
        font-weight: bold;
        /* font-size: 16px; */
    letter-spacing: 0.2px;
  }

  .apollo-home-care-h {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }

  .apollo-home-care .d-flex {
    display: block !important;
  }

  .apollo-home-care-ai-tools .box .box-body h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
  }

  .apollo-home-care.ask-a-doctor-links .box {
    margin: 0;
    padding: 0;
  }

  .apollo-home-care.ask-a-doctor-links .box .row {
    margin: 0;
  }

  .apollo-home-care.ask-a-doctor-links .box .row .col-sm-6 {
    padding: 0;
  }

  .apollo-home-care.ask-a-doctor-links .col-md-6 .box img {
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
  }

  .apollo-home-care.ask-a-doctor-links .col-md-6 .box h5,
  .apollo-home-care.ask-a-doctor-links .col-md-6 .box p {
    padding: 0 10px;
  }
}

/* Apollo Home Care CSS End */

/* Apollo Home Care CSS Start */

.ambulance-banner .col-md-8 img {
  height: 400px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.ambulance-banner #ambulance_save_frm .web-captcha img {
  height: 40px !important;
}

.ambulance-section-steps .box .lab-box img {
  height: 220px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.ambulance-section-steps .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.ambulance-section-steps .rounded {
  border-radius: 10px !important;
  margin-bottom: 100px;
  padding-top: 10px;
  background: #eafcff !important;
}

.ambulance-section-steps .rounded .box {
  margin-bottom: -60px !important;
  height: 130px !important;
}

.ambulance-apollo-section img {
  border-radius: 10px;
}

/* Apollo Home Care CSS End */

/* Ask A Doctor CSS Start */

.ask-a-doctor-bg .col-sm-6 img {
  height: 560px;
}

@media (max-width: 576px) {
  .ask-a-doctor .img_hide_sm {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .ask-a-doctor .ask-doctor-box {
    display: block !important;
    border-radius: 10px;
  }

  .ask-a-doctor .ask-doctor-box .rounded_img {
    border-radius: 10px 10px 0 0 !important;
    width: 100%;
  }

  .ask-a-doctor-lab .box {
    padding: 0;
  }
}

.ask-a-doctor .ask-doctor-content h5 {
  line-height: 30px;
}

/* Ask A Doctor CSS End */

/* Health Plans CSS Start */

.health-plans-news .box {
  background-color: white;
  border-radius: 10px;
  padding: 30px 30px 10px 30px;
  height: calc(100% - 0px);
  margin-top: 30px;
  text-align: center;
}

.health-plans-news .box img {
  height: 120px;
}

.health-plans-benefits .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 28%);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.health-plans .box {
  height: calc(100% - 10px) !important;
  padding: 0 0 10px 0;
  margin: 0;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.health-plans .box .box-head {
  padding: 0;
  margin: 0;
}

.health-plans .box .box-head img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #eee;
  border-radius: 20px 20px 0 0;
}

.health-plans .badge-success {
  font-size: 12px;
  border-radius: 5px;
}

.health-plans ul {
  padding: 20px 30px 50px 30px !important;
}

.health-plans-page .web-btn {
  border-radius: 0 0;
}

.health-plans .box-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* Health Planner CSS End */

.hospital-details-section .box .call-female {
  width: 216px;
  height: 255px;
  object-fit: contain;
  object-position: bottom;
  margin-left: auto;
  display: block;
}

@media (max-width: 768px) {
  .hospital-details-section .box .call-female {
    width: 119px;
    height: 140px;
  }

  .health-plans .box .box-head img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    background: #eee;
    border-radius: 20px 20px 0 0;
  }
}

/* PET CT Page CSS Start */

.ambulance-banner #ambulance_save_frm .web-captcha img {
  height: 40px !important;
}

.pet-ct-lab-section .box img {
  width: auto !important;
  max-width: 80%;
}

.pet-ct-lab-section .box {
  box-shadow: 0 0 10px -3px rgb(0 0 0/18%);
  background: white;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pet-ct-lab-section .item {
  margin: 10px 5px;
}

.pet-ct-lab-section .box a {
  display: flex;
  justify-content: center;
}

.pet-ct-section-steps .rounded {
  border-radius: 10px !important;
  margin-bottom: 100px;
  padding-top: 10px;
  background: #eafcff !important;
}

.pet-ct-section-steps .rounded .box {
  margin-bottom: -60px !important;
  height: 130px !important;
}

.pet-ct-section-steps .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.pet-ct-section-steps2 .box .lab-box img {
  height: 220px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.testimonial-pet-ct .carousel-inner .carousel-item {
  width: 70%;
  margin-left: 15%;
}

.testimonial-pet-ct .carousel-inner h4 {
  font-size: 20px;
  line-height: 40px;
}

.pet-ct-price-section .table-bordered th,
.pet-ct-price-section .table-bordered td {
  border: 1px solid #878787;
}

.how-it-works-pet-ct .border-proccess {
  border-top: 1px solid rgb(66 138 214 / 29%);
  width: 5%;
}

.how-it-works-pet-ct .box {
  font-size: 18px;
  width: 24%;
  height: 180px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  background: white;
  border-radius: 10px;
}

.how-it-works-pet-ct .box .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  margin-bottom: 10px;
}

.how-it-works-pet-ct .box .circle img {
  width: 100%;
}

.how-it-works-pet-ct .box .content {
  width: calc(100% - 20px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .how-it-works-pet-ct .box {
    width: 20%;
  }
  .how-it-works-pet-ct .border-proccess {
    width: 3%;
  }
  .how-it-works-pet-ct .box .content {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .testimonial-pet-ct .carousel-inner .carousel-item {
    width: 80% !important;
    margin-left: 10% !important;
  }

  .testimonial-pet-ct .carousel-inner h4 {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .how-it-works-pet-ct .row .d-flex {
    font-size: 14px;
    font-weight: 600;
    display: block !important;
    margin: 10px 20px;
    width: 100%;
  }

  .how-it-works-pet-ct .box {
    font-size: 18px;
    width: 100%;
  }

  .pet-ct-section-steps .rounded {
    margin-bottom: 0 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  background: rgb(0 0 0/18%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* PET CT Page CSS End */

/* Get A Quote Start End */

.get_quote #get_quote_frm .form-group {
  padding: 0 5px !important;
}

/* Get A Quote Start Start */

/* Health AI Tools CSS Start */

.healthaitools-about-us img {
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.healthaitools-about-us .col-md-5 p {
  line-height: 1.8rem;
  text-align: justify;
}

.health-ai-tools .box {
  height: calc(100% - 50px) !important;
}

.health-ai-tools .box .box-header {
  height: 150px !important;
}
.health-ai-tools .box .box-header img {
  height: 150px !important;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
}

.healthaitools .box .box-body {
  display: block !important;
}

.health-ai-tools .box .box-body {
  height: calc(100% - 45%) !important;
}

.health-ai-tools .box .web-btn {
  border-radius: 0;
}

.health-ai-tools .box:hover {
  border: 1px solid #ddd;
}

/* Health AI Tools CSS End */

/* Blog Single Css Start */

.blog-single .btn-play img {
  margin-bottom: 0;
  padding: 0 10px 0 0;
  width: 40px;
  height: 30px;
}
.blog-single .blog-right-side .blog-videos {
  position: sticky !important;
  top: 20% !important;
}

.blog-right-side .media {
  display: block;
}
.blog-single .blog-right-side .form-group .form-control {
  padding: 10px 12px !important;
  height: 45px !important;
  background: #efefef;
  border-radius: 5px;
  border: none;
  color: #343434;
}

.blog-single .blog-right-side .form-group #mobile {
  border-radius: 0 5px 5px 0 !important;
}
.input-group-text {
  background: #efefef !important;
  border: none !important;
}
.blog-single .blog-right-side .web-captcha img {
  height: 40px !important;
  width: 100% !important;
}

/* Blog Single Css End */

/* Health Plan Details Page Css Start */

.health-plans-form-section .col-md-8 img {
  height: 280px;
  object-fit: cover;
  object-position: center;
}

.health-plans-form-section .col-md-4 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
  border-radius: 10px;
  padding: 20px;
  border: none;
}

.health-plan-details img {
  height: 220px !important;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
}

.health-plan-details .box {
  height: calc(100% - 30px) !important;
}

.health-plan-details .box .box-header {
  height: 220px !important;
}
.health-plan-details .box .box-body {
  height: calc(100% - 46%) !important;
}

.health-plan-details .box .box-body div a {
  margin: 0 20px;
}

.health-plan-details .box .web-btn {
  border-radius: 0;
}

.health-plan-details .box:hover {
  border: 1px solid #ddd;
}
/* Health Plan Details Page Css End */

/* Blog Section Css Start */

.blog-new .box {
  /* box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%); */
  border-radius: 10px;
  border: 1px solid #ddd;
}

/* .blog-new .box a:hover{
    color: black !important;
} */

.blog-new .col-md-3 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 28%);
  border-radius: 10px;
}

.blog-new .col-md-3 .box .box-header {
  /* background-color: #018A95; */
  border-radius: 10px 10px 0 0;
  padding: 10px 20px 10px 20px;
}

.blog-new .col-md-3 .box .media {
  position: relative;
  /* padding: 12px 0; */
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.blog-new .col-md-3 .box .box-header h4 {
  font-size: 16px;
}

.blog-new .col-md-3 .box .media img {
  margin-bottom: 0;
  width: 69px;
  height: 46px;
  object-fit: cover;
}

/* .blog-new .col-md-3 .box .media .media-left {
    width: 30%;
    float: left;
}

.blog-new .col-md-3 .box .media .media-body {
    width: 70%;
    float: right;
} */
.blog-new .col-md-3 .box .media .media-body h6 {
  text-transform: capitalize;
}

.blog-new .col-md-3 .box .media .media-body p {
  font-size: 10px;
}

.blog-new .col-md-3 .box .box-body,
.blog-new .col-md-3 .box .box-footer {
  padding: 10px 20px 20px 20px;
}

.blog-new .col-md-3 .box h4 {
  font-size: 20px;
}

.blog-new .col-md-3 .box p {
  font-weight: 500;
}

.blog-new .col-md-3 .box .web-btn {
  border-radius: 5px;
}

.blog-new .section-content .row {
  position: relative;
}

.blog-new .section-content .row .col-md-3 .box2 {
  position: sticky;
  top: 20%;
}

.blog-new .section-content .col-md-9 .col-md-4 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 28%);
}

.blog-new .section-content .col-md-9 .col-md-4 .blog-img {
  border-radius: 10px 10px 0 0;
}
.blog-new .section-content .col-md-9 .col-md-4 .box-body p {
  margin-bottom: 5px;
}

.blog-new .section-content .col-md-9 .col-md-4 .box-body {
  border-bottom: 1px solid rgb(126, 126, 126);
  padding: 5px;
}

.blog-new .section-content .col-md-9 .col-md-4 .box-footer {
  padding: 0 5px 5px 5px;
}

.blog-searchbar {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  padding: 10px 0px;
}

.blog-new .section-content #load-blogs .blog-list-data {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-new .section-content #load-blogs .blog-list-data h4 {
  text-align: center;
  font-size: 40px;
}
/* Blog Section Css End */

/* International Second Opinions CSS Strat */

.internation-medical-banner {
  padding: 15px 0;
  background-color: var(--greenrgb) !important;
  filter: none;
}

.internation-medical-banner .carousel img {
  border-radius: 10px;
  height: 100%;
}

.internation-medical-banner .box {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.internation-medical-banner .box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.internation-medical-banner .box .contact-boxes p {
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
}

.internation-medical-banner .box .contact-boxes {
  border: 1px solid #ddd;
  color: var(--btn2color);
  display: block;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  transition: all 0.3s 0s linear;
}

.internation-medical-banner .box .contact-boxes .circle {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: var(--greencolor);
  border-color: var(--greencolor);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 10px;
  transition: all 0.3s 0s linear;
}

.internation-medical-section-steps2 .box .lab-box img {
  height: 220px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

#internation-medical_slider .carousel-inner .carousel-item img {
  max-height: 220px;
  object-fit: cover;
}

.health-advisor-international {
  padding: 0 !important;
}

.fitness-new-design .health-advisor-international h1 {
  font-size: 40px;
  line-height: 50px;
}

.health-advisor-international .btn-link {
  /* background: rgba(128,128,128,0.1); */
  padding: 10px 20px;
  border-radius: 20px !important;
}

.health-advisor-international .col-md-6 img {
  width: 100%;
  object-fit: cover;
  height: 640px;
}

.internation-medical-what-we-offer .box,
.health-advisor-international .col-md-6 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 10px;
  margin: 0;
}

.internation-medical-what-we-offer .box img {
  border-radius: 10px 10px 0 0;
  height: 180px;
  object-fit: cover;
}

.internation-medical-blog .maternity-h-with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left !important;
  margin-bottom: 40px;
}

.internation-medical-blog .box {
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.internation-medical-blog .box p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.internation-medical-blog .box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.internation-medical-blog .box h3 {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.internation-medical-blog .box .box-body {
  padding: 15px;
}

.health-advisor-international .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.health-advisor-international .custom-radio .item > input {
  display: none;
}

.health-advisor-international .custom-radio .item {
  width: 50%;
}

.health-advisor-international .custom-radio .item > input + label {
  border: 1px solid #44c09b;
  color: #000;
  border-radius: 0.35rem;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.health-advisor-international .custom-radio .item > input:checked + label {
  background: #44c09b;
  color: #fff;
}

@media (max-width: 567px) {
  .new-page-heading h1 {
    font-size: 30px !important;
  }

  .internation-medical-what-we-offer .box {
    margin-bottom: 20px;
  }
  .item {
    height: calc(100% - 0px) !important;
  }
  .health-advisor-international .custom-radio .item > input + label {
    height: calc(100% - 10px) !important;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* International Second Opinion CSS End */

/* Apollo Stay I At Home CSS Start */

.stay-at-services .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  min-height: 150px;
  height: 150px !important;
}

.apollo_stay_i_at_home_modal .modal-body {
  background: whitesmoke;
  padding: 10px 40px;
}

.apollo_stay_i_at_home_modal ul {
  padding: 20px;
}

.apollo_stay_i_at_home_modal ul li {
  padding: 10px;
}

/* Apollo Stay I At Home CSS End */

/* Physiotherapy CSS Start */

.physiotherapy-banner .col-md-8 img {
  height: 400px;
  object-fit: cover;
  object-position: center;
  background-position: 0%;
}
/* Physiotherapy CSS End */

/* Medical Equipment CSS Start */

.medical-equipment-banner .col-md-8 img {
  height: 500px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}
/* Medical Equipment CSS End */

/* vaccinations CSS Start */

.vaccinations-banner .col-md-8 img {
  height: 450px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.vaccinations-about-us img {
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.vaccinations-about-us .col-md-5 p {
  line-height: 1.8rem;
  text-align: justify;
}
/* vaccinations CSS End */

/* Doctor At Home CSS Start */

.doctor-at-home-banner .col-md-8 img {
  height: 470px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.doctor-at-home-about-us img {
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.doctor-at-home-about-us .col-md-5 p {
  line-height: 1.8rem;
  text-align: justify;
}
/* Doctor At Home CSS End */

/* Investigation CSS Start */

.investigations-banner .col-md-8 img {
  height: 450px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.investigation-about-us img {
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.investigation-about-us .col-md-5 p {
  line-height: 1.8rem;
  text-align: justify;
}
/* Investigation CSS End */

/* Genetic Testing CSS Start */

.genetic_about_us .col-md-5 p {
  /* font-size: 16px; */
  line-height: 30px;
  /* text-align: justify; */
}
.genetic_about_us .card {
  border-radius: 15px;
  padding: 0;
}
.genetic_about_us .card .card-header {
  background: #018a95;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
  padding: 0;
}
.genetic_about_us .card .card-header img {
  border-radius: 15px 15px 0 0;
  height: 120px;
  width: 100%;
  padding: 0;
  text-align: center;
  object-fit: cover;
}
.genetic_about_us .card .card-body {
  padding: 10px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.genetic_about_us .card .card-body p {
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.lab-faq .accordion .card {
  margin-top: 20px;
  margin-bottom: 0px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0px;
}

.lab-faq .accordion .card h2 button {
  font-size: 16px !important;
}
.lab-faq .accordion .card .card-body p {
  font-size: 15px !important;
  font-weight: normal;
  line-height: 25px;
}

.lab-faq .accordion .card .card-header {
  padding: 0px;
  border-color: var(--lightgreencolor);
  border-radius: 0.25rem;
}

.lab-faq .accordion .card .card-header button {
  padding: 10px 15px;
  color: black;
  font-weight: bold;
  background: var(--lightgreencolor);
}

.lab-faq .accordion .card .card-header button i {
  font-weight: normal;
}

.genetic-testing .card .img-div .doctor-consult {
  background: #d4edda !important;
  color: #155724;
  padding: 5px 15px !important;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  font-weight: bold;
}
.genetic-testing .card .img-div .package-logo {
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 576px) {
  .genetic-testing .card .img-div img {
    height: 120px !important;
  }

  .genetic-testing .card .card-body {
    padding: 5px;
  }

  .genetic-testing .card .card-body .card-title {
    margin-bottom: 5px !important;
  }

  .genetic-testing .card .card-body .d-flex {
    display: block !important;
  }

  .genetic-testing .card .img-div .doctor-consult {
    position: absolute;
    top: 0%;
    height: 25px;
    width: 60px;
    font-size: 10px;
    padding: 5px 10px !important;
  }
}
/* Genetic Testing CSS End */

/* oncology Page Css Start */

.oncology-header {
  padding: 10px 0px;
  background-color: white;
}
.oncology-header .logo {
  height: 60px;
  width: auto;
  margin: 0px auto;
  display: block;
}

.oncology-header .col-lg-12 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.oncology-header .col-lg-12 a label {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}

.oncology-header .col-lg-12 a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.oncology-header .col-lg-12 a .fa {
  margin-top: -5px;
  margin-right: 5px;
}

.oncology-form-section {
  /* padding: 30px; */
  background-color: #eeeeee;
}

.oncology-form-section .col-md-8 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.oncology-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
}

.oncology-form-section .col-md-8 .starting-price {
  font-size: 3em;
  font-weight: bold;
}

.oncology-form-section .col-md-8 img {
  width: 250px;
  position: absolute;
  bottom: 0;
  right: 50px;
}

.oncology-form-section .box {
  margin: 20px 0 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  background-color: white;
}

.oncology-form-section .box .box-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0.5px solid #dddddd;
  padding: 15px 15px;
}

.oncology-form-section .box .box-body {
  padding: 15px 15px 0 15px;
}

@media (max-width: 576px) {
  .oncology-form-section .col-md-8 {
    padding: 10px 20px;
  }

  .oncology-form-section .col-md-8 h1 {
    /* margin-top: 10px; */
    font-size: 2.5rem;
    font-weight: bold;
  }

  .oncology-form-section .col-md-8 .starting-price {
    margin-top: 20px;
  }
}

/* oncology Page Css End */

/* Fitness Page Css Start */

.nutrition-banner .col-md-8 img {
  height: 465px;
  object-fit: cover;
  object-position: top;
  margin-top: 0 !important;
}

.specialist-team .box {
  border: 1px solid #eee;
  background: #f8f9fa;
  padding: 20px 20px;
  margin-top: 30px;
  text-align: center;
  transition: all 0.3s 0s linear;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.specialist-team .box h4 {
  margin-top: 10px;
}

.fitness-diet-plans .box {
  border: 1px solid #c0c0c0;
  /* background: #f1f1f1; */
  background: white;
  padding: 30px 30px;
  /* text-align: center; */
  border-radius: 10px;
  transition: all 0.3s 0s linear;
}

.fitness-diet-plans .box h2 {
  margin: 20px 0px;
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
}
.fitness-diet-plans .box ul {
  margin: 0px 0px 45px;
  padding: 0px;
}
.fitness-diet-plans .box ul li {
  list-style: none;
  font-size: 16px;
  line-height: 18px;
  margin-top: 15px;
}
.fitness-diet-plans .box h2 small {
  font-size: 12px;
  font-weight: 600;
}
.fitness-diet-plans h4 {
  color: var(--greencolor);
}

.how-it-works-fitenss-diet .box .circle img {
  filter: none !important;
}
.how-it-works-fitenss-diet .box {
  background-color: white !important;
}
.health-related-videos .col-md-6 iframe {
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 767px) {
  .health-plan-details-in-diet-nutrition .box {
    height: calc(100% - 20px) !important;
    margin-bottom: 75px;
  }
  .health-plan-details-in-diet-nutrition .box .box-body {
    height: 100px !important;
    margin-bottom: 20px;
  }
  .health-plan-details-in-diet-nutrition .mt-4 {
    margin-top: 0 !important;
  }

  .health-plan-details-in-diet-nutrition .box .box-header {
    height: 100px !important;
  }

  .health-plan-details-in-diet-nutrition .box .box-header img {
    height: 100px !important;
  }
  .health-plan-details-in-diet-nutrition .box .box-body div h4 {
    padding: 5px !important;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    height: 40px;
  }
  .health-plan-details-in-diet-nutrition .box .box-body ul {
    padding: 5px 5px 0 20px;
    margin: 0;
    font-size: 10px;
    height: 70px;
  }

  .health-plan-details-in-diet-nutrition .box .box-body {
    position: relative;
  }

  /* .health-plan-details-in-diet-nutrition .box .box-body .web-btn{
       position: absolute;
       bottom: -90px;
       left: 0;
    } */
}
/* Fitness Page Css End */

/* Home Care Page Css Start */
.home_care_banner .col-md-8 img {
  height: 420px;
  object-fit: cover;
  object-position: 10% top;
  border-radius: 10px;
}

.portea-other-solutions-home-care .box {
  background: white;
  height: 160px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
}

.portea-other-solutions-home-care .box h4 {
  margin-top: 10px;
}

.portea-other-solutions-home-care .portea-solutions .col-md-2 img {
  filter: invert(1);
  width: 40% !important;
}

.why-choose-home-care .col-md-6 .card {
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 19%);
  padding: 10px 0;
  border-radius: 10px;
}
/* Home Care Page Css End */

/* Crowd Funding Page Css Start */

.crowd-funnding-banner .col-md-8 img {
  height: 405px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.impact-crowdfunding .my_content p {
  line-height: 30px;
  text-align: justify;
}

/* .crowd-funding-live-doctor .web-h.d-flex{
    display: block !important;
} */

.price-crowd-funding .box {
  font-size: 18px;
  width: 28%;
  height: 180px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
}

.price-crowd-funding .box .circle {
  margin-left: 10%;
  width: 100px;
  height: 80px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  margin-bottom: 10px;
}

.price-crowd-funding .box .circle img {
  width: 100%;
}

.price-crowd-funding .box .content {
  width: calc(100% - 20px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}

@media (max-width: 768px) {
  .price-crowd-funding .row .d-flex {
    font-size: 14px;
    font-weight: 600;
    display: block !important;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
  }

  .price-crowd-funding .box {
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
  }
}
/* Crowd Funding Page Css End */

/* Campaion Radiology Css Start */

.health-scans .health-scan-slider .item {
  border: 1px solid rgb(229, 229, 229);
  padding: 20px 10px;
  margin: 10px;
  border-radius: 20px;
  box-shadow: 0 0 16px -3px rgba(107, 107, 107, 0.28);
  /* box-shadow: 0 0 16px -3px rgb(0 0 0/38%); */
}

.health-scans .health-scan-slider .web-btn {
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

/* Campaion Radiology Css End */

/* oncology Page Css Start */

.nurse-at-home-camp-header {
  padding: 10px 0px;
  background-color: white;
}

.nurse-at-home-camp-header .col-md-4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}

.nurse-at-home-camp-header .col-lg-12 a .fa {
  margin-right: 5px;
}

.nurse-at-home-camp-header .apollo-logo-nurse-at-home {
  width: 120px;
}

.nurse-at-home-camp-form-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dddee0;
  position: relative;
}

.nurse-at-home-camp-form-section .col-md-8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white !important;
}

.nurse-at-home-camp-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.nurse-at-home-camp-form-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}

.nurse-at-home-camp-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.nurse-at-home-camp-form-section .col-md-8 .my_content {
  position: relative;
  z-index: 1;
}

.nurse-at-home-camp-form-section .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateY(180deg);
  bottom: 0;
  left: 0;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.nurse-at-home-camp-form-section .box {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  background-color: white;
  position: relative;
  z-index: 1;
}

.nurse-at-home-camp-form-section .box .box-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0.5px solid #dddddd;
  padding: 15px 15px;
}

.nurse-at-home-camp-form-section .box .box-body {
  padding: 15px 15px 0 15px;
}

.nurse-at-home-camp-services {
  padding: 30px;
}

.nurse-at-home-camp-services ul li {
  line-height: 30px;
  margin-bottom: 20px;
}

.long-terms-care-nurse-at-home .col-md-6 p {
  line-height: 30px;
}

.long-terms-care-nurse-at-home .col-md-6 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

@media (max-width: 576px) {
  .nurse-at-home-camp-header .col-md-8 {
    display: flex;
    justify-content: center;
  }

  .nurse-at-home-camp-header .col-md-4 {
    margin-top: 10px;
  }

  .nurse-at-home-camp-form-section {
    padding: 10px 20px;
  }

  .nurse-at-home-camp-form-section .col-md-8 h1 {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 40px;
    font-weight: bold;
  }

  .nurse-at-home-camp-form-section .col-md-8 h2 {
    font-size: 1rem;
    line-height: 22px;
    padding-right: 110px;
  }

  .nurse-at-home-camp-services ul li {
    line-height: 25px;
    margin-bottom: 20px;
  }
}

/* oncology Page Css End */

/* Consult Doctor CSS Start */

.consult-doctor-searchbar {
  box-shadow: none !important;
}

/* Consult Doctor CSS End */

/* Second Medic Home Care Css Start */

.second-medic-home-care h2 {
  line-height: 40px;
  margin-bottom: 15px;
}

.second-medic-home-care h3 {
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 30px;
}

.second-medic-home-care-box .box {
  box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  padding: 30px;
  text-align: center;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  border-radius: 20px;
  background-color: white;
}

@media (max-width: 576px) {
  .second-medic-home-care h2 {
    line-height: 25px;
    font-size: 18px;
    /* white-space: nowrap; */
  }

  .second-medic-home-care .homecare-campaign-heading br {
    display: none;
  }

  .second-medic-home-care h3 {
    font-weight: auto !important;
    line-height: 25px;
    font-size: 16px;
  }
}

/* Second Medical Home Care Css End */

/* Video Call Start CSS */

.live-video-call-section {
  padding: 30px 0;
}

.live-video-call-section #meetingIdHeading {
  font-size: 2.5rem;
  text-align: center;
}

.live-video-call-section {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.live-video-call-section #videoContainer {
  min-height: 370px;
}

.live-video-call-section #videoContainer video {
  border-radius: 20px;
  width: 100%;
  height: 330px;
  /* object-fit: cover; */
  /* object-position: center; */
}

.live-video-call-section #videoContainer .my_vide_section {
  border-radius: 20px;
  height: 350px;
  background-color: black;
  position: relative;
  border: none;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
  margin-bottom: 25px;
}

.live-video-call-section #videoContainer .name-card-my-css {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  letter-spacing: 1px;
}

.live-video-call-section #videoContainer .name-card {
  background-color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50px;
  border-radius: 0 0 18px 18px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
}

.live-video-call-section #grid-screen .btn-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.live-video-call-section #grid-screen .my_btn {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  font-size: 20px;
  margin: 20px 50px 0 50px;
  border: none;
  position: relative;
}

.live-video-call-section #grid-screen .active_btn {
  background-color: #000;
  color: white;
}

.live-video-call-section #grid-screen .inactive_btn {
  background-color: rgb(186, 0, 0);
  color: white;
  overflow: hidden;
}

.live-video-call-section #grid-screen .inactive_btn::after {
  content: "";
  height: 4px;
  width: 100%;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: black;
}

.live-video-call-user-deatils .col-md-6 {
  box-shadow: 0 0 16px -3px rgb(0 0 0/18%);
  padding: 50px 20px;
  border-radius: 10px;
  background-color: white;
}

.video-call-banner .col-md-6 .box {
  /* box-shadow: 0 0 16px -3px rgb(0 0 0/18%); */
  padding: 30px;
  border-radius: 10px;
  background-color: white;
}

.video-call-banner .col-md-6 .box .web-checkbox {
  width: auto;
  height: 40px !important;
  background-color: white;
}

.video-call-banner .col-md-6 .box label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.video-call-banner .col-md-6 .box .web-checkbox label {
  padding: 0 50px !important;
  line-height: 40px !important;
}

.video-call-banner .col-md-6 .box .web-checkbox label p {
  margin: 0 !important;
}

.live-video-call-section .bs-canvas-overlay {
  opacity: 0.85;
  z-index: 1100;
}

.live-video-call-section .bs-canvas {
  top: 0;
  z-index: 1110;
  overflow-x: hidden;
  overflow-y: auto;
  width: 40%;
  transition: margin 0.4s ease-out;
  -webkit-transition: margin 0.4s ease-out;
  -moz-transition: margin 0.4s ease-out;
  -ms-transition: margin 0.4s ease-out;
}

.live-video-call-section .bs-canvas-left {
  left: 0;
  margin-left: -40%;
}

.live-video-call-section .bs-canvas-right {
  right: 0;
  margin-right: -40%;
}

@media (max-width: 576px) {
  .live-video-call-section {
    min-height: 200px;
  }
  .live-video-call-section #videoContainer {
    min-height: 200px;
    height: auto;
  }

  .live-video-call-section #videoContainer video {
    /* min-height: 210px; */
    height: auto !important;
    border-radius: 20px;
    width: 100%;
    height: 160px !important;
  }

  .live-video-call-section #videoContainer .my_vide_section {
    /* min-height: 210px; */
    height: auto !important;
    border: none;
    margin-bottom: 10px;
  }

  .live-video-call-section #grid-screen .my_btn {
    margin: 20px 15px 0 15px;
  }

  .live-video-call-section #videoContainer .name-card {
    position: relative;
  }

  .video-call-banner .col-md-6 .box .web-checkbox label {
    padding: 0 20px !important;
    line-height: 40px !important;
  }
}
/* Video Call End CSS */

/* User Dashboard Prescription Css Starts */

.user-dashboard-prescriptions .box {
  height: calc(100% - 15px);
}

/* User Dashboard Prescription Css Ends */

/* Campaign of Fitness diet & nutrition CSS Start */

.fitness-campaign::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(252, 252, 252);
  opacity: 0.3;
}

.about-of-fitness-diet-campaign .col-md-7 p {
  line-height: 30px;
  text-align: justify;
  font-size: 16px;
}

.about-of-fitness-diet-campaign .col-md-5 img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/* .fitness-diet-nutrition-campaigon .box-body .web-btn2{
    border-radius: 0 !important;
} */

.fitness-diet-nutrition-campaigon .box-body .btn {
  float: left;
}

.fitness-diet-nutrition-campaigon .box .box-body .monthly_plans {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 16px;
}

.fitness-diet-nutrition-campaigon .box .box-body .monthly_plans label {
  font-weight: bold;
  color: var(--greencolor);
}

.fitness-diet-nutrition-campaigon .box .box-body .monthly_plans del {
  font-size: 14px;
}

.healthy-meal-plans-campaign .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/18%);
  border-radius: 10px;
  background-color: white;
  margin-bottom: 20px;
}
.healthy-meal-plans-campaign .box .box-header img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
}
.healthy-meal-plans-campaign .box .box-body {
  padding: 10px 20px;
  text-align: center;
}

.healthy-meal-plans-campaign .box .box-body h6 label {
  font-size: 25px;
}

.fitness-diet-campaign-price .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/18%);
  border-radius: 10px;
  background-color: white;
}

.fitness-diet-campaign-price .box .box-header {
  border-bottom: 2px solid var(--greencolor);
  border-top: 5px solid var(--greencolor);
  padding: 15px 20px 20px 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.fitness-diet-campaign-price .box .box-header p label {
  font-size: 1.8rem;
  font-weight: bold;
}

.fitness-diet-campaign-price .box .box-header h4 sub {
  font-size: 18px;
}

.fitness-diet-campaign-price .box .box-header h4 {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.fitness-diet-campaign-price .box .box-header .fitness-offer-off {
  background-color: #4e60b9;
  padding: 3px 20px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}

.fitness-diet-campaign-price .box .box-header .web-btn {
  border-radius: 30px;
}

.fitness-diet-campaign-price .box .box-body {
  padding: 10px 0;
}

.fitness-diet-campaign-price .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fitness-diet-campaign-price .box ul li {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(206, 206, 206, 0.3);
  min-height: 50px;
}

.fitness-diet-campaign-price .box ul li:nth-child(odd) {
  background: #f5f5f5;
}

.fitness-diet-campaign-price .box ul li:nth-child(even) {
  background: white;
}

.fitness-diet-campaign-price .box ul li:last-child {
  border-bottom: none;
}

.fitness-diet-campaign-price .box .box-footer {
  padding: 5px 0 0 0;
  text-align: center;
}

.fitness-diet-campaign-price .box .box-footer .web-btn {
  width: 100%;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 576px) {
  .about-of-fitness-diet-campaign .col-md-7 p {
    line-height: 25px;
  }
  .about-of-fitness-diet-campaign .col-md-5 img {
    height: auto;
  }
  .fitness-diet-nutrition-campaigon .box .box-body .linkbtn {
    margin-bottom: 10px;
  }
  .fitness-diet-nutrition-campaigon .box .box-body .monthly_plans {
    display: block;
    font-size: 15px;
    padding: 5px 5px;
  }
  .healthy-meal-plans-campaign .box .box-header img {
    height: 150px;
  }
}

/* Campaign of Fitness diet & nutrition CSS Ends */

/* Doctor Consultation Page CSS Starts */

.video-consultation-landing-banner .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 10px;
}

.video-consultation-landing-banner .box .col-md-7 .content_img {
  margin-left: 20px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.video-consultation-landing-banner .box .col-md-7 .my_content * {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .video-consultation-landing-banner .box {
    padding: 0px;
  }

  .video-consultation-landing-banner .box .col-md-7 .content_img {
    margin-top: 10px;
    margin-left: 0;
    padding: 10px;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .video-consultation-landing-banner .box .col-md-7 .my_content * {
    margin-bottom: 20px;
  }

  .video-consultation-landing-banner .box .col-md-5 img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
    border-radius: 0 0 10px 10px;
  }
}

.video-consultation-landing-banner .box .content_img img {
  width: 150px;
  height: 150px;
}

.video-consultation-landing-banner .box .float-right {
  width: 376px;
  height: 251px;
}

@media (max-width: 991px) {
  .video-consultation-landing-banner .box .float-right {
    width: 290px !important;
    height: 193px;
  }
}

/* Doctor Consultation Page CSS Ends */

/* Apollo Elder care Campaign CSS Start */

.elder-care-campaign-form-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dddee0;
  position: relative;
}

.elder-care-campaign-form-section .col-md-8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white !important;
}

.elder-care-campaign-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.elder-care-campaign-form-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}

.elder-care-campaign-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.elder-care-campaign-form-section .col-md-8 .my_content {
  position: relative;
  z-index: 1;
}

.elder-care-campaign-form-section .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateY(180deg);
  bottom: 0;
  left: 0;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.elder-care-campaign-form-section .box {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  background-color: white;
  position: relative;
  z-index: 1;
}

.elder-care-campaign-form-section .box .box-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0.5px solid #dddddd;
  padding: 15px 15px;
}

.elder-care-campaign-form-section .box .box-body {
  padding: 15px 15px 0 15px;
}

.elder-care-campaign-form-section .my_content p {
  line-height: 35px;
  font-size: 18px;
}

.benefits-of-elder-care-campaign .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background-color: white;
}

.benefits-of-elder-care-campaign .box img {
  width: 100px;
  margin-bottom: 20px;
  filter: var(--greenfilter);
}

.benefits-of-elder-care-campaign .box h4 {
  font-weight: bold;
}

.details-of-apollo-elder-care-campaign p {
  line-height: 35px;
  font-size: 20px;
}

@media (max-width: 576px) {
  .elder-care-campaign-form-section {
    padding: 20px;
  }

  .elder-care-campaign-form-section .col-md-8 .my_content h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .elder-care-campaign-form-section .col-md-8 .my_content h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .elder-care-campaign-form-section .col-md-8 .my_content p {
    font-size: 16px;
    line-height: 28px;
  }
}
/* Apollo Elder care Campaign CSS End */

/* Doctor Consultation CSS Start */

@media (max-width: 576px) {
  .landing-page-consult-doctor-banenr {
    margin: 10px 0 10px 0 !important;
  }
  .landing-page-consult-doctor-banenr .web-h {
    margin: 30px 0 10px 0 !important;
  }
  .landing-page-consult-doctor-banenr .box {
    display: block !important;
    margin-top: 8.5px;
    padding: 10px !important;
  }
  .landing-page-consult-doctor-banenr .box .web-h {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .landing-page-consult-doctor-banenr .box .web-h h2 {
    line-height: 30px;
  }
  .landing-page-consult-doctor-banenr-mobile {
    display: block !important;
  }
}

.landing-page-consult-doctor-banenr-mobile {
  display: none;
}

.live-doctor-btn .col-md-6 .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border: none;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}
.live-doctor-btn .col-md-6 .box h4 {
  margin-left: 100px;
  font-size: 25px;
}

.live-doctor-btn .col-md-6 .box .my-web-btn {
  background-image: linear-gradient(
    to right,
    #12bc95 0%,
    #1f68c6 100%
  ) !important;
  border-color: var(--greencolor);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
/* Doctor Consultation CSS End */

/* Home Visit Program CSS Strat */

.home-visit-programs-apollo .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background-color: white;
}

.home-visit-programs-apollo .box img {
  width: 100px;
  filter: var(--greenfilter);
}
.home-visit-programs-apollo .box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.home-visit-description p {
  line-height: 35px;
  font-size: 20px;
}

/* Home Visit Program CSS End */

/* Radiology Page CSS Start */

@media (max-width: 767px) {
  .footer-bottom {
    padding-bottom: 0px !important;
  }

  .testimonial-radiology .carousel-inner .carousel-item {
    width: 80% !important;
    margin-left: 10% !important;
  }

  .testimonial-radiology .carousel-inner h4 {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .radiology-section .col-md-6 {
    width: 100% !important;
    text-align: left !important;
  }

  .radiology-section .col-md-2,
  .radiology-section .col-md-3 {
    width: 50% !important;
  }

  .radiology-section .box {
    padding: 10px !important;
  }

  .radiology-section-steps .rounded {
    margin-bottom: 0 !important;
  }

  .new-page-heading {
    padding: 10px;
  }

  .new-page-heading h2 {
    font-size: 18px;
  }
}
.radiology-section {
  padding: 30px 0;
  background: #fff;
}

.radiology-section .box,
.radiology-section-steps .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.radiology-section-steps .rounded {
  border-radius: 10px !important;
  margin-bottom: 100px;
  padding-top: 10px;
  background: #eafcff !important;
}

.radiology-section-steps .rounded .box {
  margin-bottom: -60px !important;
  height: 130px !important;
}

.radiology-section-featured .box img {
  width: auto !important;
  max-width: 80%;
}

.radiology-section-featured .box {
  box-shadow: 0 0 10px -3px rgb(0 0 0/18%);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.radiology-section-featured .item {
  margin: 10px 5px;
}

.radiology-section-featured .box a {
  display: flex;
  justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
  background: rgb(0 0 0/18%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-radiology .carousel-inner .carousel-item {
  width: 70%;
  margin-left: 15%;
}

.testimonial-radiology .carousel-inner h4 {
  font-size: 20px;
  line-height: 40px;
}

#radiology_slider .carousel-inner .carousel-item img {
  max-height: 220px;
  object-fit: cover;
}

.our-radiology-city .tags a {
  border: 1px solid #ddd;
  color: var(--btn2color);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  margin-top: 10px;
}

/* Radiology Page Css End */

/* Mental Health Page Css Start */

.mental-health-banner .col-md-8 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 10px;
}

.mental-health-about-us .col-md-6 img {
  border-radius: 10px;
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}

.mental-health-about-us .col-md-6 p {
  line-height: 28px;
  font-size: 15.5px;
}

.mental-health-about-us .web-btn {
  width: 50%;
}

.mental-health-therapy-choices .box {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
  border-top: 5px solid var(--greencolor);
  margin-bottom: 10px;
}
.mental-health-therapy-choices .box img {
  width: 80px;
  margin-bottom: 10px;
  text-align: center;
}

.mental-health-therapy-choices .box h6 label {
  font-size: 20px;
}

.mental-health-therapy-choices .box h5 {
  font-weight: bold;
}

.mental-health-therapy-choices .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mental-health-therapy-choices .box ul li {
  font-weight: 400 !important;
}

.meanth-healt-why-second-medic .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.meanth-healt-why-second-medic .row .col-md-5 ul {
  list-style: none;
  padding: 0;
}

.meanth-healt-why-second-medic .row .col-md-5 ul img {
  width: 45px;
  margin-right: 20px;
  filter: var(--greenfilter);
  border: 5px solid black;
  border-radius: 100%;
}

.meanth-healt-why-second-medic .row .col-md-5 ul li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.meanth-healt-why-second-medic .row .col-md-7 img {
  border-radius: 10px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.mental-health-therapy .row .col-md-6 h5 {
  font-size: 20px;
}

.mental-health-therapy .row .col-md-6 p {
  font-size: 18px;
  color: grey;
  text-align: justify;
}

.mental-health-count-section .row .box {
  text-align: center;
  /* border: 5px solid #018A95;
    border-radius: 10px; */
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
  background-color: white;
  margin: 0 10px;
}

.mental-health-count-section .row .box h3 {
  width: 100%;
  /* background-color: var(--greencolor); */
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.mental-health-count-section .row .box p {
  width: 100%;
  /* background-color: var(--greencolor); */
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  /* color: white; */
}

.mental-health-therapy .col-md-6 img {
  border-radius: 10px;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: top;
}

.mental-health-benefits .col-md-4 .box {
  text-align: center;
  /* border: 5px solid #018A95;
    border-radius: 10px; */
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  /* padding: 10px 0; */
  border-radius: 10px;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
}

.mental-health-benefits .col-md-4 .box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center -10px;
  border-radius: 10px 10px 0 0;
}

.mental-health-benefits .col-md-4 .box h4 {
  font-size: 20px;
  padding: 20px 0;
}

.specialist-team .box {
  border: 1px solid #eee;
  background: white;
  padding: 30px 20px;
  margin-top: 30px;
  text-align: center;
  transition: all 0.3s 0s linear;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
}

.mental-health-team .box img {
  width: 150px;
  height: 150px;
}

.specialist-team .box h4 {
  margin-top: 10px;
}

@media (max-width: 576px) {
  .mental-health-banner h1 {
    font-size: 25px !important;
  }

  .meanth-healt-why-second-medic .row .col-md-5 ul {
    padding-left: 5px;
  }
  .meanth-healt-why-second-medic .row .col-md-5 ul img {
    width: 30px;
    margin-right: 10px;
    filter: var(--greenfilter);
    border: 2px solid black;
    border-radius: 100%;
  }
  .meanth-healt-why-second-medic .row .col-md-5 ul li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .mental-health-about-us .col-md-6 p {
    line-height: 24px;
    font-size: 13px;
  }

  .mental-health-about-us .col-md-6 img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  .mental-health-benefits .col-md-4 .box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 10px 0 0;
  }

  .mental-health-benefits .col-md-4 .box h4 {
    font-size: 16px;
    padding: 10px 0;
  }

  .mental-health-count-section .row .box {
    height: 100px;
    padding: 10px 10px;
    margin: 0;
    margin-bottom: 20px;
  }
  .mental-health-count-section .row .box p {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
  }
  .mental-health-therapy .row .col-md-6 p {
    font-size: 14px;
    line-height: 24px;
  }
  .mental-health-team .box {
    padding: 20px 10px;
  }

  .mental-health-team .box img {
    width: 100px;
    height: 100px;
  }

  .mental-health-therapy-choices .box {
    margin-bottom: 20px;
  }

  .mental-health-therapy-choices .box img {
    width: 50px;
  }

  .mental-health-therapy-choices .box ul {
    height: 80px;
    overflow: hidden;
  }
  .mental-health-plans-list .mental-health-pricing .item {
    padding: 0 5px !important;
  }

  .mental-health-plans-list .mental-health-pricing .owl-item.active {
    margin: 0 5px !important;
  }

  .mental-health-plans-list .box img {
    height: 100px !important;
  }
  .mental-health-plans-list .box h5 {
    font-size: 20px !important;
  }
  .mental-health-plans-list .box h6 {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 0;
  }
  .mental-health-plans-list .box ul {
    height: 75px;
    overflow: hidden;
  }
  .mental-health-plans-list .box ul li {
    font-size: 12px;
    padding: 0 !important;
    line-height: 18px !important;
  }
  .mental-health-plans-list .my_gaphing-left {
    padding-left: 15px !important;
    padding-right: 5px !important;
  }
  .mental-health-plans-list .my_gaphing-right {
    padding-left: 5px !important;
    padding-right: 15px !important;
  }

  .mental-health-plans-list .box hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mental-health-plans-list .box span {
    font-size: 30px !important;
  }
  .mental-health-team .specialist-team-slider .box h4 {
    font-size: 14px !important;
    height: 20px;
    overflow: hidden;
  }
  .mental-health-team .specialist-team-slider .box p {
    font-size: smaller;
  }
}

.mental-health-plans-list .box {
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  border-radius: 10px;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid var(--greencolor);
  /* padding-bottom: 1px; */
}

.mental-health-plans-list .box img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.mental-health-plans-list .box h5 {
  font-size: 24px;
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 1px solid rgb(66 138 214 / 29%);
}

.mental-health-plans-list .box h6 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
}
.mental-health-plans-list .box h6 sub {
  font-weight: 400;
}

.mental-health-plans-list .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mental-health-plans-list .box ul li {
  line-height: 20px;
  padding: 5px;
}

.mental-health-plans-list .box span {
  font-size: 35px;
}

/* .mental-health-plans-list .box ul li:nth-child(odd){
    background: #f5f5f5;
} */

.mental-health-plans-list .box .web-btn {
  border-radius: 0 0 10px 10px;
}

/* Medical Health Page Css End */

.campaign-header {
  padding: 10px 0px;
}
.campaign-header img {
  height: 60px;
}
.campaign-header .number {
  font-size: 18px;
  color: var(--greencolor);
  font-weight: bold;
}

.homecare-campaign-banner h2 {
  font-size: 36px;
  font-weight: bold;
}
.homecare-campaign-banner form .tnc {
  font-size: 12px;
}

.homecare-campaign-footer .foot-features {
  text-align: left;
}

.homecare-campaign-footer .download-app h3 {
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  font-size: 20px;
}
.homecare-campaign-footer .download-app img {
  height: 51px;
}

@media (max-width: 767px) {
  .campaign-header {
    text-align: center;
  }
  .homecare-campaign-banner h2 {
    font-size: 22px;
    font-weight: bold;
  }

  .homecare-campaign-footer .foot-features {
    text-align: center;
  }
  .homecare-campaign-footer .download-app {
    margin-top: 15px;
    text-align: center;
  }
  .homecare-campaign-footer .download-app h3 {
    font-size: 16px;
  }
  .homecare-campaign-footer .download-app img {
    height: 40px;
  }
  .homecare-campaign-heading {
    font-size: 20px;
    line-height: 24px !important;
  }
}

/* Start Css of Campaign Manipal Path page */

.logo-manipal {
  height: 70px;
}

.manipal-banner-section {
  position: relative;
  margin-bottom: 50px;
}

.manipal-banner-section::after {
  position: relative;
  margin-bottom: 60px;
}

.manipal-banner-section .page-banner-benefits {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 10;
}

.page-banner-benefits .box {
  border-radius: 10px;
  background: white;
  padding: 20px 40px 20px 20px;
  display: flex;
  flex-direction: row;
  height: calc(100% - 0px);
  align-items: center;
  box-shadow: 2px 1px 4px 0px #0000001a;
}

.page-banner-benefits .box img {
  width: 50px;
  padding: 5px;
  margin-right: 10px;
  border-radius: 100%;
  border: 1px solid #0877a2;
  /* filter: var(--greenfilter); */
}

.page-banner-benefits .box h4 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
}

.manipal-about-us h3 {
  font-size: 25px;
  font-weight: bold;
  color: #1d71b8;
}

.manipal-about-us .about-us-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.manipal-about-us .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* margin-bottom: 20px; */
}

.manipal-about-us .about-us-img {
  border-radius: 20px;
  width: 100%;
  height: 270px;
  margin-top: 20px;
  object-fit: cover;
  object-position: top;
}

.manipal-about-us .box .box-img {
  width: 70px;
  background: radial-gradient(
    50px,
    rgba(1, 165, 160, 0.3),
    rgba(12, 87, 166, 0.5)
  );
  height: 70px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.manipal-about-us .box .box-img img {
  width: 40px;
  height: 40px;
  text-align: center;
}

.manipal-about-us .box .box-content h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 10px;
}

.manipal-about-us .box .box-content p,
.manipal-about-us p {
  font-size: 16px;
}

.my-manipal-form .card {
  border-radius: 31.92px;
  box-shadow: 0px 10px 10px #0000001a;
  background: #00b7ac;
  padding: 30px;
  border: none;
  margin: 0px;
}

.my-manipal-form .card .card-header {
  border-radius: 20px 20px 0 0;
  background: transparent;
  border: none;
  padding: 0px;
}

.my-manipal-form .card .card-header h2 {
  /* font-size: 24px; */
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
}
.my-manipal-form .card .card-body {
  padding: 0px;
}

.my-manipal-form .card .form-control {
  padding: 25px 20px;
  border-radius: 26px;
}

.my-manipal-form .btn-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.my-manipal-form .btn {
  width: 100%;
  padding: 10px;
  font-weight: 600;
  border-radius: 26px;
  color: white;
  background: #f08539;
}

.my-manipal-pricing h2 {
  color: #034ea1;
}
/* 
.my-manipal-pricing .card{
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    border-radius: 20px;
    padding: 20px;
}

.my-manipal-pricing .manipal-bg{
    background: linear-gradient(90deg, rgba(1,165,160,0.3),rgba(12,87,166,0.5));
}

.my-manipal-pricing .card .card-header{
   border-radius: 20px 20px 0 0 !important;
   border-bottom: none;
   background: transparent;
}


.my-manipal-pricing .card .card-header h4{
    font-size: 1.7rem;
    font-weight: 700;
 }


 .my-manipal-pricing .card .card-header p{
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: 600;
}

 
.my-manipal-pricing .card .card-body p span{
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.my-manipal-pricing .card .box{
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    border-radius: 10px;
    text-align: center;
    background: white;
    padding-top: 20px;
}

.my-manipal-pricing .card .box h5{
    font-size: 30px;
    font-weight: bold;
}

.my-manipal-pricing .card .box span{
    font-size: 40px;
    font-weight: bold;
}

.my-manipal-pricing .card .box p{
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    background: var(--greencolor);
    padding: 20px;
    border-radius: 0 0 10px 10px;
    color: white;
    letter-spacing: 0.7px;
}

.my-manipal-pricing .card .card-header .img-section{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F8F9FA;
    float: right;
    overflow: hidden;
}

.my-manipal-pricing .card .card-header .img-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
} */

/* .my-manipal-box{
    background: var(--greencolor);
} */

/* .my-manipal-box h2{
    color: white;
} */

.my-manipal-pricing .box {
  padding: 30px;
  background-color: #034ea1;
  box-shadow: 0px 7px 14px 0px #00000040;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin-top: 30px;
}

.my-manipal-pricing .box .parameters {
  background-color: #66c1bf;
  padding: 10px 20px;
  position: absolute;
  color: white;
  top: -20px;
  right: 30px;
  font-weight: bold;
  border-radius: 10px;
}
.my-manipal-pricing .box h4 {
  font-size: 20px;
  color: white;
  font-weight: 700;
}

.my-manipal-pricing .box ul {
  margin: 0;
  padding-left: 0px;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  height: calc(100% - 20px);
}

.my-manipal-pricing .box ul li {
  color: white;
  margin-bottom: 10px;
  padding-right: 5px;
}

.my-manipal-pricing .box ul li img {
  width: 20px;
}

.my-manipal-pricing .box .card {
  padding: 0;
  border: none;
  text-align: center;
  border-radius: 10px !important;
  margin: 0px;
}

.my-manipal-pricing .box .card .card-header {
  border-radius: 10px !important;
}

.my-manipal-pricing .box .card .card-header h5 {
  color: #00b7ac;
  font-size: 30px;
  font-weight: 700;
}

.my-manipal-pricing .box .card .card-header h6 {
  font-size: 35px;
  font-weight: 700;
}

.my-manipal-pricing .box .card .card-body {
  padding: 20px 30px;
  background-color: #f08539;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0 0 10px 10px !important;
  color: white;
}

.my-manipal-box .box {
  /* box-shadow: rgba(50,50,93,.25) 0 6px 12px -2px, rgba(0,0,0,.3) 0 3px 7px -3px; */
  padding: 20px;
  text-align: center;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  /* border-radius: 20px;
    background-color: white; */
}

.my-manipal-box .box h4 {
  font-size: 58px;
  color: #1488ca;
  font-weight: bold;
}

.my-manipal-box .box p {
  font-size: 16px;
  font-weight: bold;
}

.frequently-asked-questions-manipal .web-accordion .card .card-header button {
  background: #00b7ac !important;
  color: white;
}

.frequently-asked-questions-manipal h2 {
  color: #00b7ac !important;
}

.campaign-footer-manipal {
  padding: 20px 20px;
  background-color: #034ea1;
}

@media (max-width: 576px) {
  .nurse-at-home-camp-header .main_section_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .nurse-at-home-camp-header .main_section_header a label {
    font-size: 16px;
  }

  .logo-manipal {
    width: 100%;
    height: auto;
  }
  .manipal-banner-section .main-img-manipal {
    height: 120px;
    object-fit: cover;
  }

  .manipal-banner-section {
    height: auto;
    margin-bottom: 300px;
  }

  .page-banner-benefits .box {
    display: flex;
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }

  .manipal-banner-section .page-banner-benefits {
    bottom: -130%;
  }

  .my-manipal-form .card {
    background: white;
  }

  .my-manipal-form .form-col-padding {
    padding: 5px;
  }

  .manipal-about-us .box .box-img {
    width: 90px;
    height: 55px;
  }

  .my-manipal-form .web-btn {
    width: 50% !important;
    margin: 0 5px !important;
  }

  .my-manipal-form .btn-section {
    margin-top: 5px !important;
  }

  .my-manipal-box .box {
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  /* .my-manipal-box .box{
        box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
        padding: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 120px;
        border-radius: 20px;
        background-color: white;
        margin: 10px 0;
    } */

  .my-manipal-box .box p {
    margin-top: 10px;
    font-size: 15px !important;
    font-weight: bold;
  }

  .my-manipal-form {
    width: 100%;
    position: fixed;
    bottom: -60px;
    z-index: 10;
    padding-top: 0 !important;
  }

  .my-manipal-form .form_section {
    padding: 0;
  }

  .my-manipal-form .form_section .card-header {
    display: none;
  }

  .my-manipal-pricing .card {
    padding: 10px;
  }

  .my-manipal-pricing .card .card-header {
    padding: 10px;
  }

  .my-manipal-pricing .card .box h5 {
    font-size: 25px;
    font-weight: bold;
  }

  .my-manipal-pricing .card .card-header h4 {
    font-size: 1.325rem;
  }

  .my-manipal-pricing .card .card-header p {
    font-size: 0.9rem;
    line-height: 25px;
  }

  .my-manipal-pricing .card .card-header h4 br {
    display: none !important;
    font-size: 30px;
  }

  .campaign-footer-manipal .container {
    margin-bottom: 250px;
  }

  .campaign-footer-manipal .container .my-campagin-footer-content {
    width: 50%;
  }

  .my-manipal-form .form-col-padding .form-group {
    margin-bottom: 0.5rem;
  }

  .my-manipal-form .my_form {
    margin-bottom: 10px;
  }

  .my-manipal-pricing .box ul {
    padding-left: 0;
  }
  .my-manipal-pricing .box ul li img {
    width: 15px;
  }

  .my-manipal-box .box {
    margin: 0;
  }

  .my-manipal-box .box h4 {
    font-size: 40px;
    color: #1488ca;
    font-weight: bold;
  }
}
/* End Css of Campaign Manipal Path page */

/* Start Css of Campaign Lal Path page */

.nurse-at-home-camp-header .campaign-lal-path-logo {
  width: auto;
  height: 50px;
}

.my-manipal-pricing .manipal-bg {
  background: linear-gradient(
    90deg,
    rgba(1, 165, 160, 0.3),
    rgba(12, 87, 166, 0.5)
  );
}

@media (max-width: 576px) {
  .camp-lal-path-header .col-6 a {
    font-size: 16px;
  }
  .camp-lal-path-header .campaign-lal-path-logo {
    width: 150px;
    margin-top: 8px;
    height: auto;
  }
  .my-lal-path-form .card {
    background: white !important;
  }

  .lal-path-about-us .box .box-img {
    width: 100px;
  }
}

.lal-path-bg {
  background: linear-gradient(
    90deg,
    rgba(244, 191, 71, 0.9),
    rgba(186, 45, 37, 0.9)
  ) !important;
}

.my-lal-path-form .card {
  background: linear-gradient(
    90deg,
    rgba(244, 191, 71, 0.9),
    rgba(186, 45, 37, 0.9)
  );
}

.lal-path-about-us .box .box-img {
  background: linear-gradient(
    90deg,
    rgba(244, 191, 71, 0.9),
    rgba(186, 45, 37, 0.9)
  ) !important;
}

/* End Css of Campaign Lal Path page */

/* Start Css of Campaign Redcliffe Path page */

.redcliffe-bg {
  background: linear-gradient(
    90deg,
    rgba(21, 65, 102, 0.7),
    rgba(178, 29, 76, 0.7)
  );
}

.redcliffe-bg .card-header h4 {
  color: white !important;
}

.redcliffe-bg .card-header p {
  color: white !important;
}

.my-redcliffe-form .card {
  background: linear-gradient(
    90deg,
    rgba(21, 65, 102, 0.7),
    rgba(178, 29, 76, 0.7)
  ) !important;
  padding: 40px !important;
}

.redcliffe-about-us .box .box-img {
  background: linear-gradient(
    90deg,
    rgba(21, 65, 102, 0.7),
    rgba(178, 29, 76, 0.7)
  ) !important;
}

@media (max-width: 576px) {
  .my-redcliffe-form .card {
    background: white !important;
  }
}

/* End Css of Campaign Redcliffe Path page */

/* Career Page design changes Css Start */

@media (max-width: 576px) {
  .career_page_banner {
    height: 120px !important;
  }
}
.career_page_banner h1 {
  margin-right: 20px;
}

/* Career Page design changes Css End */

/* Campaign Page Footer design changes Css Start */

.campaign-get-appointment-footer {
  background-color: var(--greencolor);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px 0px;
  color: white;
  z-index: 10;
}

.campaign-get-appointment-footer h3 {
  color: white;
  font-size: 20px;
  margin-bottom: 5px;
}

.campaign-get-appointment-footer .form-control {
  border-radius: 10px 0px 0px 10px;
  font-size: 16px;
  padding: 10px 15px;
  height: auto;
}

.campaign-get-appointment-footer .input-group button {
  border-radius: 0px 10px 10px 0px !important;
  font-size: 16px;
}

/* Campaign Page Footer design changes Css End */

/* Campaign Page Testimonials Slider Css Start */

.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #018a95;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #018a95;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #018a95;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
  .gtco-testimonials .card {
    margin: 0;
  }

  .my-manipal-pricing .row.my_padding2 {
    padding-bottom: 0px !important;
  }
  .my-manipal-pricing .box {
    height: auto;
    margin-top: 35px;
  }
  .campaign-footer * {
    text-align: center;
  }
  .campaign-footer a {
    display: block;
  }
}

/* Campaign Page Testimonials Slider Css End */

.campaign-thankyou h1 {
  font-size: 4em;
  font-style: italic;
}

.campaign-thankyou p {
  margin-top: 30px;
  font-size: 2em;
  font-style: italic;
}

.manipal-campaign-page {
  font-family: "Barlow", sans-serif;
}
.manipal-campaign-page h1,
.manipal-campaign-page h2,
.manipal-campaign-page h3,
.manipal-campaign-page h4,
.manipal-campaign-page h5,
.manipal-campaign-page h6 {
  font-family: "Barlow", sans-serif;
}

.problem-qa-product-slider .related-products-height {
  height: 331px;
}
@media (max-width: 767px) {
  .problem-qa-product-slider .related-products-height {
    height: 328px;
  }
}



  .webcheckbox .box {
    padding: 10px;
}
      
.problems-qa-details-slider .img_doc_verified {
  height: 45px !important;
  display: inline-block !important;
  object-fit: unset !important;
  width: auto !important;
  padding: 5px !important;
  margin-top: 5px !important;
}

 .pharmacy-product-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

 .pharmacy-product-box .alert {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  font-size: 10px;
  padding: 5px 8px;
}

 .pharmacy-product-box .product-img {
  height: 150px;
  object-fit: contain;
  margin: 15px auto;
  display: block;
  transition: all 0.3s 0s linear;
}

 .pharmacy-product-box:hover .product-img {
  transform: scale(1.05, 1.05);
}

 .pharmacy-product-box .vendor-logo {
  width: 60px !important;
  height: 40px;
  object-fit: contain;
  padding: 3px;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 5px;
}

 .pharmacy-product-box .box-content {
  background-color: #ededed;
  padding: 15px;
}

 .pharmacy-product-box .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

 .pharmacy-product-box p {
  font-size: 14px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

 .pharmacy-product-box .price {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 10px;
}

 .pharmacy-product-box .price small {
  font-size: 12px;
}

 .pharmacy-product-box .btn {
  padding: 8px 20px;
}

 .my_heading {
  font-size: 1.5rem;
}
      
    

    .lab-page-top {
    padding: 20px 0px 0px;
}
      .plr-half {
    padding: 0 7.5px;
}
      .selecticon {
    position: relative;
    background-color: white;
    border-radius: 10px;
}
      .selecticon:before {
    content: '';
    position: absolute;
    font-family: "Barlow", sans-serif;
    right: 20px;
    top: 50%;
    color: #00000099;
    transform: translate(0px, -50%);
    background: url(utility/icons/angle-down.webp);
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}
      .selecticon select.form-control {
    -webkit-appearance: none;
    background: transparent !important;
    z-index: 1;
    position: relative;
}
.lab-new-filters .form-control {
    background: white !important;
    border: 1px solid #9b9b9b;
    height: auto;
    color: #000;
    border-radius: 10px;
    padding: 15px 20px !important;
    font-size: 14px;
    box-shadow: none !important;
    font-weight: 500;
}
      .lab-page-searchicon {
    position: relative;
}
      .lab-page-searchicon:before {
    content: '';
    position: absolute;
    font-family: "Barlow", sans-serif;
    right: 20px;
    top: 50%;
    color: #00000099;
    transform: translate(0px, -50%);
    background: url(utility/icons/search-icon.svg);
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}
      .frequently-booked-tests .lab-heading {
    margin-bottom: 10px;
}

.lab-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
     .account-page .content, .blog-single, .doctor-profile, .specialists
 {
    padding: 50px 0;
}

.bg-grey, .bg-light {
    background-color: #f8f9fa !important;
}
.blog-single .box {
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 0 !important;
}
#loader, .about-author-img, .blog-single .box, .view-icons a {
    background-color: #fff;
}
.blog-single .main-img {
    height: 420px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-img {
    width: 100%;
}
.blog-single .blog-ul {
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    align-items: center;
}

.banner-wrapper, .input-group-text input[type=checkbox], .input-group-text input[type=radio], .list-group-horizontal > .list-group-item.active, .pagination-box .pagination, dl, ol, p, ul {
    margin-top: 0;
}
address, dl, ol, p, pre, ul {
    margin-bottom: 1rem;
}
.blog-single .blog-ul li:first-child, .post-left ul {
    padding-left: 0;
}

.blog-single .blog-ul li {
    list-style: none;
    padding: 0 15px;
    font-weight: 500;
    color: grey;
    position: relative;
}
.blog-single .section-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-wrapper, .input-group-text input[type=checkbox], .input-group-text input[type=radio], .list-group-horizontal > .list-group-item.active, .pagination-box .pagination, dl, ol, p, ul {
    margin-top: 0;
}

.blog-social-list li {
    margin-right: 5px;
}
.ck-editor-content a {
    color: var(--greencolor);
    text-decoration: underline;
    font-style: italic;
    font-weight: 700;
}
.blog-social-list li img {
    width: 30px;
    height: 30px;
    margin-bottom: 0 !important;
}
.blog-single .box p {
    font-size: 16px;
    line-height: 1.75;
    font-family: "Barlow", sans-serif;
}

.blog-single .box p {
    text-align: justify;
}
.blog-single .box h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.blog-detail-gapping .box h2 {
    margin-bottom: 15px !important;
    margin-top: 30px;
}
.web-faq-design .web-accordion .card .card-header button {
    background-color: transparent;
    border: none;
    font-weight: inherit;
    width: 100%;
    text-align: left;
    padding: 20px 30px 20px 0px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.web-faq-design .web-accordion .card {
    border: none !important;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    padding: 0px;
}


.web-faq-design .web-accordion .card .card-header {
    padding: 0px;
    border: none;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.card .card-header, .widget-profile {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 1rem 1.5rem;
}
.card-header {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
}

.next-blog-in-detail h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.next-blog-in-detail .next-blog-upper-img-content img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    border-radius: 7px;
}
.next-blog-upper-img-content {
    margin-bottom: 20px;
}


.blog-single .blog-right-side .box {
    position: relative;
    margin-top: 20px;
}
.blog-single .box {
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 0 !important;
}
.blog-single .blog-right-side .section-title, .exp-title, .review-listing .recommend-btn a i {
    font-size: 16px;
}

.blog-single .section-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-single .blog-right-side .media {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.blog-right-side .media {
    display: block;
}
.media, .what-content {
    padding: 10px;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.text-dark {
    color: #343a40 !important;
}

.blog-single .blog-right-side .media h6 {
    font-weight: 500;
    margin: 0;
}
.h6, .pat-widget-profile .booking-date li, .pat-widget-profile .booking-date li span, h6 {
    font-size: .875rem;
}
.blog-single .blog-right-side .media span.notify-badge {
    font-size: 11px;
    right: 0;
    font-weight: 700;
    min-width: 96px;
}

span.notify-badge {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    background: #d71f1f;
    border-radius: 30px;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}
.float, .requestcall, .static-button, span.notify-badge {
    text-align: center;
}
.blog-single .blog-right-side .media .img-box {
    width: 69px;
    height: 46px;
    background-position: center;
    background-size: cover;
    background-color: #eee;
}

@media (max-width: 767px) {
    .blog-single .blog-ul {
        flex-wrap: wrap;
    }

    .blog-single .blog-ul li {
        padding: 0px 10px;
        font-size: 12px;
    }
    .blog-social-list {

    justify-content: flex-start;
}
        .blog-single .section-title {
        font-size: 18px;
    }
}
