.header-custom {
    /* position: absolute; */
    z-index: 5;
    width: 100%;
    background-color: #fff;
}

ul.navmenu {
    justify-content: center;
    gap: 2px;
}

ul.navmenu li a {
    font-size: 14.5px;
    font-weight: 500;
}

.header-custom nav {
    padding: 3px 0;
}

.baner-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.baner-btns a {
    padding: 15px 25px;
    font-size: 16px;
    background-color: var(--primary-color);
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    transition: 0.5s;
    border: 1px solid transparent;
}

.baner-btns a:last-child {

    background-color: #be1f2e;

}

.baner-btns a:hover {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background-color: transparent;
    border-radius: 40px;
}

.baner-search-section {
    padding: 40px 0;
}

.baner-search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: -100px;
    position: relative;
    z-index: 5;
}

.baner-search-box button {
    width: 150px;
    margin-top: 20px;
    height: 40px;
    background-color: var(--secondary-color);
    border: 0;
    border-radius: 7px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
    border: 1px solid var(--secondary-color);
    transition: 0.5s;
}

.baner-search-box button:hover {
    background-color: transparent;
    color: var(--secondary-color);

}
.baner-search-box button.sch{
     background-color: var(--primary-color);
      border: 1px solid var(--primary-color);
}
.baner-search-box button.sch:hover{
     background-color: transparent;
    color: var(--primary-color);
}

.baner-search-box label {
    font-size: 16px;
    font-weight: 500;
}

.baner-search-box .row {
    width: 100%;
}

.baner-search-box input,
.baner-search-box select {
    height: 45px;
    border: 1px solid #787878;
    width: 100%;
    font-size: 15px;
    border-radius: 10px;
}

.baner-search-box input:focus,
.baner-search-box select:focus {
    border: 1px dashed var(--secondary-color);
}

.baner-search-box .col-lg-3 {
    padding: 0 8px;
}

.section-padding {
    padding:30px 0;
}

.home-about-img {
    max-width: 600px;
    width: 100%;
    height: 430px;
}

.about-experience-widget>* {
    font-weight: 400 !important;
    font-size: 18px !important;
}

.home-about-right h2 {
    font-size: 37px;
    margin-bottom: 0px !important;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
}
.home-about-right h4{
     font-size: 20px;
    margin-bottom: 0px !important;
    font-weight: 600;
}
.home-about-right p {
    font-size: 18.5px;
    color: #5a5858;
    margin: 15px 0;
    line-height: 25px;
    /* padding-right: 50px; */
}

.home-about-right h3 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.home-about-right i.fa-circle-check {
    color: var(--secondary-color);
    margin-right: 5px;
    margin-top: 0px;
    font-size: 25px;
}

.section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bg-light-cs {
    background-color: #f9f9f9;
}

.section-title span {
    font-weight: 600;
    color: #0e284e;
}

.section-title h2 {
    margin: 10px 0;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    margin-bottom: 5px;
}

.section-title p {
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.location-container ul.nav-tabs {
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.location-container ul.nav-tabs button {
    padding: 0;
    width: 135px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 7px;
    color: #0e284e;
    border: 1px solid #0e284e;
    font-size: 15.5px;
    border: 1px solid #0e284e64;
    background-color: #fff;
    font-weight: 500;
}

.location-container ul.nav-tabs button.active,
.location-container ul.nav-tabs button:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color);
}

.location-widget {
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.location-widget-img {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;

}

.location-widget-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.location-thumb {
    transform: unset;
}

.loc-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

a.view-loc-btn {
    font-size: 16px;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    left: 29%;
    width: fit-content;
}

.loc-card h3 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600 !important;
    margin-top: 12px !important;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.loc-card hr {
    margin: 15px 0 !important;
}


.loc-card p {
    font-size: 15px !important;
    margin: 10px 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    

}

.loc-card p i {
    margin-top: 5px;
    min-width: 35px;
    color: #0b3a81;
}

.loc-card a.view-dt-loc {
    background-color: var(--primary-color);
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-icon-cs {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border: 1px solid #222;
}

.service-icon-cs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-select-city {
    width: 250px;
    height: 47px;
    border-radius: 7px;
    margin: 20px auto;
    margin-top: -5px !important;
    border: 1px solid #0e284e64;

}

.rating-box {
  display: flex;
    justify-content:flex-start;
    align-items: flex-start;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 20px;
    flex-direction: column;
    
}

.rating-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.rating-box ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px;
    padding: 0;
    padding-top: 10px;
}

.rating-box ul li i {
    font-size: 16px;
    color: rgb(255, 162, 0);
}
.rating-box ul li:last-child{
    font-size: 13px;
    font-weight: 600;
}

.location-carousel .item {
    padding: 2px;
}





.carousel-btn2 .owl-nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btn2 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #95b8ed !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;

}

.carousel-btn2 .owl-nav button span {
    padding-bottom: 5px !important;
    color: #fff;
}


.carousel-btn2 .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -25px;

}

.carousel-btn2 .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -25px;

}





/* ===== Widget Card ===== */
.medix-doctor-card {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}

/* .medix-doctor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(30, 136, 229, 0.25);
} */

/* ===== Top Banner ===== */
.medix-card-header {
    /* background: var(--medix-gradient);  */
    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 10px;

}

/* ===== Doctor Image ===== */
.medix-doctor-image {
    width: 100%;
    height: 100%;
    border-radius:30px;
    /* border: 6px solid #fff; */
    object-fit: cover;

    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
}

/* ===== Card Content ===== */
.medix-card-body {
    padding: 15px;
    text-align: center;
    padding-top: 0;
}

/* ===== Doctor Name ===== */
.medix-doctor-name {
    font-size: 14px;
    font-weight: 500;
    color: #1547b6;
    margin-bottom: 0px;
     display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

/* ===== Qualification ===== */
.medix-doctor-qualification {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 1px;
    font-family: var(--font-1);
}

/* ===== Specialty Badge ===== */
.medix-specialty-badge {
    display: inline-block;
    background: rgb(255, 130, 130);
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    position: absolute;
    top: 20px;
    left: 15px;
    width: fit-content;
}

/* ===== Info Section ===== */
.medix-doctor-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.medix-info-box {
    text-align: center;
}

.medix-info-title {
    font-size: 15px;
    color: #575757;
}

.medix-info-value {
    font-size: 16px;
    font-weight: 600;
    color: var(--medix-dark);
}

/* ===== Book Button ===== */
.medix-book-btn {
    width: 80%;
    padding: 12px;
    border-radius: 30px;
    border: none;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 5px auto;
}

.medix-book-btn:hover {
    background: var(--secondary-color);
}



/* ===== Root Variables ===== */
:root {
    --labix-primary: #1747A6;
    --labix-secondary: #EF443C;
    --labix-accent: #00c9a7;
    --labix-bg: #f4f7ff;
    --labix-dark: #1f2d3d;
    --labix-gradient: linear-gradient(135deg, #1747A6, #072e7a);
}

/* ===== Widget Container ===== */
.labix-widget {
    width: 100%;
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

/* Decorative Glow */
.labix-widget::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: var(--labix-gradient);
    top: -80px;
    right: -80px;
    border-radius: 50%;
    opacity: 0.15;
}

/* ===== Title ===== */
.labix-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--labix-dark);
    margin-bottom: 25px;
}

/* ===== Test Cards Grid ===== */
.labix-test-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

/* ===== Individual Test Card ===== */
.labix-test-card {
    background: #fff;
    border-radius: 18px;
    padding: 10px 18px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--labix-dark);
    cursor: pointer;
    transition: 0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    overflow: hidden;
}

/* 
.labix-test-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--labix-gradient);
    top: 0;
    left: -100%;
    transition: 0.4s ease;
    z-index: 0;
}

.labix-test-card:hover::after {
    left: 0;
}

.labix-test-card:hover {
    color: #fff;
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
} */

.labix-test-card span {
    position: relative;
    z-index: 1;
}

/* ===== Buttons ===== */
.labix-button-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.labix-btn-primary {
    padding: 10px 15px;
    border-radius: 40px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background: var(--primary-color);
    transition: 0.3s ease;
    width: 50%;
}

.labix-btn-primary:hover {
    box-shadow: 0 10px 25px rgba(106, 17, 203, 0.4);
    transform: translateY(-3px);
}

.labix-btn-secondary {
    padding: 10px 15px;
    border-radius: 40px;
    border: 2px solid var(--labix-primary);
    font-size: 15px;
    font-weight: 500;
    color: var(--labix-primary);
    background: transparent;
    cursor: pointer;
    transition: 0.3s ease;
    width: 50%;
    position: relative;
    z-index: 2;
}

.labix-btn-secondary:hover {
    background: var(--primary-color);
    color: #fff;
    border: 2px solid transparent;
    box-shadow: 0 10px 25px rgba(37, 117, 252, 0.4);
    transform: translateY(-3px);
}

/* ===== Responsive ===== */
@media (max-width: 480px) {
    .labix-widget {
        width: 90%;
        padding: 20px;
    }
}

.bg-sec-light {
    background-color: #f7f7f7;
}



/* ===== Root Variables ===== */
:root {
    --medstar-primary: #1747A6;
    --medstar-secondary: #042c7c;
    --medstar-accent: #fbd880;
    --medstar-bg: linear-gradient(135deg, #eef2ff, #f8fbff);
    --medstar-glass: rgba(255, 255, 255, 0.65);
}


/* ===== Card ===== */
.medstar-card {
    background: var(--medstar-glass);
    backdrop-filter: blur(12px);
    border-radius: 15px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(160, 160, 160);
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); */
    transition: 0.4s ease;
    height: 100%;
    padding-bottom: 60px;
    position: relative;
}

.medstar-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 13px;
}

/* .medstar-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
} */

/* ===== Badge ===== */
.medstar-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--medstar-accent);
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* ===== Title ===== */
.medstar-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 2px;
    color: #000;
     display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== Hospital ===== */
.medstar-hospital {
    font-size: 16px;
    color: #4c4d4d;
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
        gap: 10px;
}
.medstar-hospital i{
    color: #818385;
    margin-top: 3px;
}

/* ===== Price Section ===== */
.medstar-price-label {
    font-size: 13px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    position: absolute;
    top: 50%;
    background-color: #f725198e;
    left: 18%;
    padding: 0 15px;
    border-radius: 5px;
}

.medstar-price {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

/* ===== Button ===== */
.medstar-btn {
    width: 70%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #1747A6, #1747A6);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: auto;
    position: absolute;
    bottom: 15px;
    left: 15%;
}

.medstar-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(78, 115, 223, 0.4);
}





.consultant-img-box {
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 20px;

}

.consultant-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consultant-box-overlay {
    position: absolute;
}

.consultant-box-overlay {
    position: absolute;
    background: #1747A6;
    background: linear-gradient(133deg, rgba(23, 71, 166, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px;
    gap: 10px;
}

.consultant-box-overlay h5 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 45px;
}

.consultant-box-overlay p {
    font-size: 20px;
    color: #fff;
}

.consultant-box-overlay a {
    width: 200px;
    background-color: var(--secondary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.5s;
    text-decoration: none;
}

.consultant-box-overlay a:hover {
    border-radius: 40px;
}

.consultant-box-overlay span {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
}

.consultant-img-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.consultant-img-box:hover .consultant-box-overlay span {
    opacity: 1;
}




.consultant-modal-content {
    border-radius: 20px !important;
    overflow: hidden;
}

.consultant-modal-content .modal-header {
    background-color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consultant-modal-content .modal-header h1 {
    font-size: 22px;
    color: var(--color-white);
}

.consultant-modal-content .modal-header button {
    min-width: 35px;
    width: 35px;
    max-width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff8a;
    color: var(--primary-color);
    font-size: 16px;
    border: 3px solid #fff
}

.consultant-modal-content .modal-header button:hover {
    background-color: #fff;

}

.consultant-modal-content .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: 0 !important;
    padding: 10px !important;
    padding-top: 0 !important;
}

.consultant-modal-content .modal-footer .consultant-next-btn {
    width: 200px;
    height: 40px;
    background-color: var(--primary-color);
    color: #fff;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    border-radius: 5px;
    font-size: 15px;
}

.consultant-modal-content .modal-footer .consultant-next-btn:hover {
    background-color: var(--secondary-color);
}

.consultant-modal-field label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;

}

.consultant-modal-field input,
.consultant-modal-field select {
    height: 50px;
    border: 1px solid #a5a5a5;
    font-size: 14px;
    font-weight: 500;

    color: #000;
    border-radius: 7px;
}

.consultant-modal-field input:focus,
.consultant-modal-field select:focus,
.consultant-modal-field textarea:focus {
    border: 1px dashed var(--primary-color);
}

.consultant-modal-field textarea {
    height: 100px;
    border: 1px solid var(--primary-color);
    font-size: 16px;
    font-weight: 400;

    color: #000;
    border-radius: 7px;
}

.modal.fade {
    background: #021333a7;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* .select2custom-container .select2-container{
    width: 100% !important;
    z-index: 999  !important;
} */

.consultant-modal-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 13px;
}

.consultant-modal-title h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
}

.consultant-modal-title img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}

.needs-validation input,
.needs-validation textarea {
    height: 45px;
    font-size: 14px;
    box-shadow: none !important;
    border: 1px solid #929292;
    border-radius: 7px;
}

.needs-validation input:focus,
.needs-validation textarea:focus {
    border: 1px dashed var(--primary-color);
}

.contact-card-home {
    padding: 25px;
}

.needs-validation label {
    font-size: 16px;
    font-weight: 500;
}

.needs-validation textarea {
    height: 150px;
}

.invalid-feedback {
    font-size: 13px;
}

.needs-validation button.submit_form {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    width: fit-content;
    border: 1px solid var(--primary-color);
    border-radius: 40px;
    transition: 0.5s;
}

.needs-validation button.submit_form:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.contact-home-right h3 {
    font-size: 35px;
    margin: 0;
    font-weight: 600;
    margin-top: 25px;
}

.contact-home-right p {
    font-size: 16px;
    color: #042c7c;
}
.contact-home-right-info{
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 15px;
}
.contact-home-right-info p {
    font-size: 15px;
    color: #042c7c;
    margin: 0;
    font-weight: 600;
}

.contact-home-right-info h4 {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    margin-top: 5px;
}



.why_choose_us_section {
    padding-bottom: 50px;
    padding-top: 50px;
}

.whychooseUs-container {
    padding: 30px;
    border: 2px solid #222;
    border-radius: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.whychooseUs-container span {
    width: 60px;
    height: 60px;
    background-color: #e3b517;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    left: -30px;
}

.why-choose-info h3 {
    color: #919191;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.why-choose-info p {
    color: #919191;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.why-choose-left {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-left img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}

.why-choose-right {
    padding-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.why-choose-right-box {
       width: 28%;
    margin: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120px;
    padding: 10px;

}

.why-choose-right-box span {
    /* width: 80px; */
    border-radius: 10px;
    height: fit-content;
 color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    /* color: #fff; */
    margin-top: 3px;
}

.why-choose-right-box-info {

    /* border-bottom: 1px solid #ccc; */
    height: 100%;
    padding: 5px;
}

.why-choose-right-box-info h3 {
    color: #3a3939;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0;
    text-align: center;
}

.why-choose-right-box-info p {
    color: #000;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

/* .why-choose-right-box span.bg-2{
    background-color:#b7920d ;
}
.why-choose-right-box span.bg-3{
    background-color:#9a7a07 ;
}
.why-choose-right-box span.bg-4{
    background-color:#7f660b ;
}
 */

.footer {
    padding: 40px 20px 0 20px;
}

.footer-logo p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.footer-widget h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-widget ul {
    padding-left: 35px !important;
}

.footer-widget ul li {
    margin: 4px 0;
}

.footer-widget ul li a {
    font-size: 15px;
}

.footer-widget p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 15px;
}

.footer-widget p i {
    width: 30px;
    margin-top: 2px;

}

.footer-widget,
.social-box {
    padding-left: 25px;
}

.social-box a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

.copyright p {
    font-size: 15px;
    margin: 0;
    text-align: center;
}

.footer-logo {
    padding-left: 25px;
}


.pages-baner {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #ccdbf6;
    width: 100%;


}

.pages-baner h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.pages-baner p {
    margin: 0;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}



.authpage ul.nav-tabs {
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.authpage ul.nav-tabs button {
    padding: 0;
    width: 180px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 7px;
    color: #0e284e;
    border: 1px solid #0e284e;
    font-size: 16px;
    border: 1px solid #0e284e64;
    background-color: #fff;
}

.authpage ul.nav-tabs button.active,
.authpage ul.nav-tabs button:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color);
}



.login-section {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #8a8a8a;

}

.login-section h3 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;

}

.login-section p {
    text-align: center;
       font-size: 15px;
    color: #1547b6;

    font-weight: 400;

}

.login-field-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.login-field-bottom a {
    color: #1DA1F2;
    font-size: 15px;
    font-weight: 500;

}

.login-field-bottom label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;

}

.login-field-bottom label input {
    width: 20px;
    height: 20px;
}

.login-field-bottom p {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin: 0;
}

.login-field label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.login-field input,.login-field select {
    border: 1px solid #8a8a8a;
    border-radius: 4px;
    height: 55px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
}

.login-field textarea {
    border: 1px solid #8a8a8a;
    border-radius: 4px;
    height: 130px;
    font-size: 14px;
    font-weight: 500;
}

.login-field input::placeholder,
.login-field textarea::placeholder {
    font-size: 14px;
    color: #848484;
    font-weight: 500;
}

.login-field input:focus,
.login-field textarea:focus {
    border: 1px dashed var(--primary-color);
}

.sign-btn {
    width: 185px;
    height: 48px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    transition: 0.5s;
    margin: auto;
    text-decoration: none;
}

.sign-btn:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 40px;
}

.login-bottom-two {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.login-bottom-two span {
    width: 140px;
    height: 2px;
    background-color: var(--second-primary);
}

.login-bottom-two p {
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid var(--second-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-custom-btn {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #45c73e;
    text-decoration: none;
    color: #45c73e;
    border-radius: 10px;
    transition: 0.5s;
}

.login-custom-btn:hover {
    background-color: #21831b;
    color: var(--color-white);
}


.auth-benifits ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    padding-bottom: 0;
    margin: 0;
    gap: 10px;


}

.auth-benifits ul li img {
    width: 25px;
}

.auth-benifits ul li {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.about-img-main {
    height: 320px;
}

.about-content-main {
    padding-left: 20px;
}

.about-mision {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.mision-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
    margin-bottom: 0;
}

.mision-box .step-number {
    top: 14px;
    left: 16%;
    font-weight: 700;
    background: -webkit-linear-gradient(#0d6efd, #9abbfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: static;
    transform: unset;
}

.mision-box .step-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 7px;
    color: #0b3a81;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.mision-box h5 {
        font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.mision-box p {
    font-size: 16.5px;
    color: #424141;
    margin: 0;
}

.mision-box ul {
    margin: 0;
    list-style: none;
    padding: 0;
    padding-left: 25px;
}

.mision-box ul li {
    margin: 10px 0;
    font-size: 16.5px;
    color: #424141;
    position: relative;
}

.mision-box ul li::before {
    width: 10px;
    height: 10px;
    background-color: var(--secondary-color);
    position: absolute;
    left: -20px;
    top: 5px;
    content: '';
    rotate: 50deg;
}

.company-info-address {
    background-color: #ceddf3;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 15px;
}

.company-info-address img {
    width: 250px;
}

.company-info-address h3 {
    font-size: 20px;
    font-weight: 600;
}

.company-info-address p {
    font-size: 16px;
    margin: 0;
}

.company-info-address div {
    padding: 0 20px;
}

.company-info-address ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-info-address ul li {
    margin: 15px 0;
    font-size: 16.5px;
    font-weight: 500;
}

.company-info-address ul li i {
    width: 30px;
    color: var(--secondary-color);

}


.pages-baner-bg {
    background-color: #e4e4e4;
}

.pages-baner-bg-2 {
    background-color: #d5e7f2;
}


.section-top-baner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-top-baner h3 {
    font-size: 35px;
    text-align: center;
    line-height: 50px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.section-top-baner p {
    margin: 0;
    text-align: center;
    color: #434343;
    margin-top: 10px;
}



.cms-container h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}

.cms-container p {
    font-size: 15px;
    color: #222222;
}

.cms-container ul li {
    font-size: 15px;
    color: #222222;
    margin: 10px 0;
}

.cms-container {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 15px;
}


.social-box a.sbg1 {
    background-color: #1877F2;
}


.social-box a.sbg2 {
    background-color: #000;
}


.social-box a.sbg3 {
    background: linear-gradient(45deg, #F58529, #FEDA77, #DD2A7B, #8134AF, #515BD4);
}


.social-box a.sbg4 {
    background-color: #25D366;
}

.hospital-info-left h3{
    font-size: 25px;
    font-weight: 600;
}
.hospital-info-left h6{
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.hospital-info-left p{
    font-size: 16.5px;
    text-align: justify;
    margin: 7px 0;
    line-height: 27px;
}

.hospital-info-left hr{
    margin: 20px 0;
}
.hospital-specialties{
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #ccc;
   height: 100%;
}
.hospital-specialties img{
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
}
.hospital-specialties p{
    text-align: left;
    font-size: 15px;
    line-height: 23px;
}
.hospital-specialties h3{
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0;
}
.hospital-specialties a,.hospital-specialties button{
    background-color: var(--primary-color);
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    width: 100%;
}
.hospital-specialties a:hover,.hospital-specialties button:hover{
    border-radius: 40px;
}
.hospitalinfo-carousel .item{
    padding: 2px;
}

.hospital-info-accordion .accordion-item{
    border: 1px solid #979797;
    margin: 10px 0;
    border-radius: 15px !important;
    overflow: hidden;
}
.hospital-info-accordion .accordion-button{
    box-shadow:none !important;
    font-size: 17px;
    font-weight: 500;
}
.hospital-info-accordion .accordion-button:not(.collapsed){
    background-color: var(--primary-color);
    color: #fff;
}

.hospital-form-box{
    background-color:#fff;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}

.hospital-form-box input,.hospital-form-box select{
    height: 45px;
    border-radius: 7px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.hospital-form-box label{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.hospital-form-box h6{
    margin: 10px 0;
}

.hospital-form-box .sub-btn{
    width: 180px;
    height: 45px;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    margin: 0 auto;
    margin-top: 15px;
    border: 1px solid var(--primary-color);
    transition: 0.5s;
    font-size: 15px;
}
.hospital-form-box .sub-btn:hover{
    border-radius: 40px;
    background-color: transparent;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.hospital-info-right{
     background-color:#fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: sticky;
    top: 15px;
}

.hospital-info-right h3{
    font-size: 20px;
    font-weight: 600;
}
.hospital-info-right h6{
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.available-doctors {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.available-doctors img{
    min-width: 130px;
    width: 130px;
    max-width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 15px;
}
.available-doctors div{
    padding-left: 10px;
    width: 100%;
}
.available-doctors h3{
    font-size: 19px;
    margin: 0;
}
.available-doctors h6{
    color: #696868;
    font-size: 16px;
    margin: 0;
}
.available-doctors p{
    font-size: 14px;
    margin: 0;
    margin: 5px 0;
}
.available-doctors a{
    padding: 5px 15px;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    margin-top: 7px;
    border: 1px solid var(--primary-color);
    transition: 0.5s;
    font-size: 13px;
    text-decoration: none;
    width: fit-content;
}

.doctor-info-container{
   
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
    border-radius: 15px;
}
.doctor-info-inner{
 display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0 !important;
}
.doctor-info-container img{
      min-width: 330px;
    width: 330px;
    max-width: 330px;
    height: 330px;
    object-fit: cover;
    border-radius: 15px;
}
.doctor-info-container div{
    padding-left: 25px;
}
.doctor-info-container h3{
    font-size: 23px;
    font-weight: 600;
    margin: 0;
}
.doctor-info-container h3 span{
    font-size: 15px !important;
    font-weight: 400 !important;
}
.doctor-info-container ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 7px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    padding-left: 25px;

}
.doctor-info-container ul li{
    font-size: 15px;
    position: relative;
    color: #616060;
    font-weight: 500;
}
.doctor-info-container ul li::before{
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    position: absolute;
    left: -15px;
    top: 7px;
    content: '';
    rotate: 50deg;
}
.doctor-info-container h6{
    font-size: 18px;
    font-weight: 600;
}
.doctor-info-container p{
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 14.5px;
}
.doctor-summury {
    padding-left: 0 !important;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}
.doctor-summury h3{
    margin-bottom: 10px;
}
.doctor-summury p{
    margin: 5px 0 !important;
    padding: 0 !important;
    border: 0 !important;

}



.doctor-info-left h3{
    font-size: 25px;
    font-weight: 600;
}
.doctor-info-left h6{
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.doctor-info-left ul.specializations-ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    list-style: none;
    padding: 0;
}
.doctor-info-left ul.specializations-ul li{
    width: 49%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    min-height: 80px;
    gap: 10px;
}
.doctor-info-left ul.specializations-ul li i{
font-size: 25px;
color: #0ed70e;
min-width: 30px;

}

.doctor-consultation-box{
    
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 25px;
    border-radius: 20px;
}
.doctor-consultation-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.doctor-consultation-box ul li{
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;

}
.doctor-consultation-box ul li h5{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.doctor-consultation-box p{
    margin: 0;
    font-size: 15px;
    color: #696767;
}
.doctor-consultation-box ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.doctor-consult-book a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--labix-secondary);
    color: #fff;
    width: 55%;
    height: 45px;
    display: flex;
    text-decoration: none;
    margin:0 auto;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--labix-secondary);
    transition: 0.5s;

}
.doctor-consult-book a:hover{
    border-radius: 40px;
    background-color: transparent;
    color: var(--labix-secondary);

}

.patiant-reviews-container {
    background-color:#fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 10px;
    min-height: 18rem;
}


.patiant-review-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.patiant-review-top h3 {
    font-size: 20px !important;
    font-weight: 600;
    margin: 0;
}

.patiant-review-top span {
    font-size: 16px;
    font-weight: 400;
}

.patiant-review-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.patiant-review-main ul li i {
    color: #e18727;
    font-size: 16px;
}

.patiant-reviews-container p {
    font-size: 15px;
    margin: 10px 0;
    color: var(--text-gray);
    line-height: 23px;
    font-weight: 700;
}

.patiant-review-main p {
    font-size: 15px;
    margin: 10px 0;
    color: #848484;
    line-height: 23px;
    font-weight: 400 !important;
}

.patiantreviews-carousel .item{
    padding: 2px;
}

.doctor-info-right{
     background-color:#fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}



.doctor-info-right h3{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.doctor-info-right h6{
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 15px !important;
    margin-top: 5px !important;
}




.doctor-info-right input,.doctor-info-right select{
    height: 45px;
    border-radius: 7px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.doctor-info-right label{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.doctor-info-right h6{
    margin: 10px 0;
}

.doctor-info-right .sub-btn{
    width: 180px;
    height: 45px;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    margin: 0 auto;
    margin-top: 15px;
    border: 1px solid var(--primary-color);
    transition: 0.5s;
    font-size: 15px;
}
.doctor-info-right .sub-btn:hover{
    border-radius: 40px;
    background-color: transparent;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.lab-card h3{
    margin-top: 0 !important;
}
ul.lab-service-info{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;

}
ul.lab-service-info li{
    width: 49%;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    margin: 5px 0;
    gap: 5px;
    align-items: center;
}
ul.lab-service-info li i{
    color: #0ed70e;
  
}





.lab-info-left h3{
    font-size: 25px;
    font-weight: 600;
}
.lab-info-left h6{
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.lab-info-left p{
    font-size: 15.5px;
    text-align: justify;
    margin: 7px 0;
    line-height: 27px;
}

.lab-info-left hr{
    margin: 20px 0;
}
ul.lab-offer{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

ul.lab-offer li{
     width: 49%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    min-height: 120px;
    gap: 10px;
}
ul.lab-offer li i{
    font-size: 30px;
    color: #0ed70e;
}
ul.lab-offer li h3{
    font-size: 18px;
    margin: 0;
    margin-bottom: 7px;
}
ul.lab-offer li p{
    margin: 0;
    font-size: 15px;
    color: #676768;
    line-height: 23px;
    text-align: left;
}

.lab-info-collection{
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
}
.lab-info-collection span{
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    border-radius: 50%;
    color: #fff;
}
.lab-info-collection h3{
    font-size: 18px;
    margin: 7px 0;
}
.lab-info-collection p{
     font-size: 15px;
    color: #676768;
    line-height: 23px;
    text-align: left;
}

.labinfo-specialties{
    padding: 15px;
    border-radius: 10px;
    /* border: 1px solid #ccc; */
}
.labinfo-specialties img{
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}
.labinfo-specialties p{
    text-align: left;
    font-size: 15px;
    line-height: 23px;
}
.labinfo-specialties h3{
    font-size: 20px;
    margin: 7px 0;
}


.treatment-details-top img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 15px;
}

.treatment-details-top h3{
    font-size:26px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
}
.treatment-details-top h6{
    color: var(--primary-color);
    font-size: 18px;
}
.treatment-details-top p{
     font-size: 15.5px;
    margin: 7px 0;
    line-height: 27px;
}
.treatment-who-needs { background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
}
.treatment-who-needs span{
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    border-radius: 50%;
    color: #fff;
}
.treatment-who-needs h3{
    font-size: 18px;
    margin: 7px 0;
}
.treatment-who-needs p{
     font-size: 15px;
    color: #676768;
    line-height: 23px;
    text-align: left;
    margin: 0;
}

.recovery-img img{
    width: 100%;
    height: 750px;
    object-fit: cover;
    border-radius: 20px;
}

.recovery-container ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pages-baner-v2{
    background-color: #f0f0f0;
    padding: 30px 0;
    /* padding-bottom: 60px; */
}
.pages-baner-v2 h1{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}
.pages-baner-v2 p{
    font-size: 17px;
    margin: 0;
    text-align: center;
}
.filter-inner{
    margin-top: -75px;
}



.hospital-infov2-main-container {
    /* border: 1px solid #ccc; */
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.hospital-infov2-main-container img {
    min-width: 200px;
    max-width: 200px;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
}

.hospital-infov2-main-container-info-left {
    padding: 0 10px;
    /* border-right: 1px solid #ccc; */
}

.hospital-infov2-main-container-info-left h3 {
    margin: 0;
    margin-bottom: 20px;
}

.hospital-infov2-main-container-info-left h3 a {
    text-decoration: none;
    font-size: 23px;
    color: #000;
    display: flex;
}


.hospital-infov2-main-container-info-left ul {
    margin: 7px 0;
    padding: 0;
    list-style: none;
  
    gap: 5px;
    flex-wrap: wrap;
}

.hospital-infov2-main-container-info-left ul li {
    border-radius: 40px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
        line-height: 20px;
}
.hospital-infov2-main-container-info-left ul li i{
    min-width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
}
.hospital-infov2-main-container-info-left p {
    font-size: 15px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--text-gray);
    line-height: 23px;
}

.hospital-infov2-btns-group {
    width: 100%;
}

.hospital-infov2-btns-group a {
    padding: 7px 17px;

    background-color: var(--labix-secondary) !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    border-radius: 5px;
    transition: 0.5s;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hospital-infov2-btns-group a:hover {
    border-radius: 40px;
    background-color: var(--labix-secondary) !important;
    color: #fff !important;
}

.hospital-infov2-btns-group button.bk-btn {
    padding: 7px 17px;

    background-color: #0e8628 !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px;
    transition: 0.5s;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hospital-infov2-btns-group button.bk-btn:hover {
    border-radius: 40px;
    background-color: #0e8628 !important;
    color: #fff !important;
}

.hospital-infov2-main-container-info-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
}
.hospital-infov2-main-container-info{
    width: 100%;
}

.hospital-infov2-rating {
    width: 100%;
}

.hospital-infov2-rating ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.hospital-infov2-rating ul li {
    font-weight: 600;
}

.hospital-infov2-rating ul li i {
    color: orange;
}

.hospital-logo img{
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.hospital-logo{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
    gap: 0px;
}
.hos-info-top{
    background-color: #ededed;
    padding: 30px 0;
}
.tab-hospital-info ul.nav-tabs li button{
    width: fit-content;
    padding: 7px 20px;
}

.doctor-consultation-box h6{
    font-weight: 600;
}
.lab-package{
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #ccc;
    height: 100%;
}
.lab-package-img{
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.lab-package-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lab-package-img input{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.lab-package h3{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    margin-bottom: 3px;
}

.lab-package p{
    font-size: 15px;
    color: #252525a7;
    margin: 0;
    line-height: 22px;
}

.package-top-container h5{
    font-size: 16px;
    font-weight: 600;
}
.package-top-container h5 span{
    font-size: 28px;
    color: red;
}
.package-top-container h3{
    margin-bottom: 8px;
}

.package-top-container h6{
    background-color: rgb(235, 202, 36);
    color: #fff;
    padding: 7px 15px;
    font-size: 15px;
    border-radius: 40px;
    width: fit-content;
}

.package-top-container .hospital-infov2-btns-group a{
    width: 100%;
    margin-top: 30px !important;
}

.package-top-container a{
    padding: 10px 25px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    text-decoration: none;
    font-size: 16px;
    border-radius: 7px;
}
.package-top-container h2{
    font-size: 30px;
    font-weight: 600;
}
.t-package-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.package-top-container a:hover{
    border-radius: 40px;
}

.contact-right-top p{
    font-weight: 600;
    font-size: 16px;
    color: var(--primary-color);
    margin: 0;
}
.contact-right-top h2{
    font-size: 30px;
    font-weight: 600;
}
.contact-card-cs h3{
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}
.contact-card-cs p{
    margin: 0;
    font-size: 14.5px;
}
.contact-card-cs .contact-icon-circle i{
    font-size: 25px;
    color: #fff;
}



.hx-widget-title-921 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #ffffff;
    letter-spacing: 1px;
}

.hx-widget-grid-921 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.hx-widget-card-921 {
    background: rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 30px 25px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 1px solid rgba(145, 145, 145, 0.766);
    height: 100%;
}
.hx-widget-card-921 p{
    
    margin: 0;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
}
.hx-widget-card-921::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -100%;
    left: -100%;
       background: linear-gradient(45deg, #7cbbb6, #1e7770);
    transition: all 0.5s ease;
    transform: rotate(45deg);
    opacity: 0.2;}

.hx-widget-card-921:hover::before {
    top: -20%;
    left: -20%;
    opacity: 0.25;
}

.hx-widget-card-921:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 45px rgba(0,0,0,0.5);
}

.hx-widget-icon-921 {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-weight: 700;
}

.hx-widget-text-921 {
    font-size: 20px;
    font-weight:600;
    color: #000;
    line-height: 1.4;
}

@media(max-width:768px){
    .hx-widget-container-921 {
        padding: 35px 25px;
    }
    .hx-widget-title-921 {
        font-size: 26px;
    }
}


.baner-btns2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}
.baner-btns2 a{
    padding:10px 15px;
    border: 1px solid #fff;
    background-color: #fff;
    text-decoration: none;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    transition: 0.5s;
}
.baner-btns2 a:hover{
    border-radius: 40px;
    background-color: transparent;
    color: #fff;
}



.consult-features{
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #cccccc77;
    height: 100%;
}
.consult-features h3{
    font-size: 25px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.consult-features ul{
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.consult-features ul li{
    width: 49%;
    margin: 1px 0;
    border: 1px solid #818080;
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
}

.service-icon-cs{
    display: none;
}

.department-widget{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 210px;
}

.departments-carousel .item{
    padding:5px;
}
.department-widget-img {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}
.department-widget-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.department-widget h3{
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}
a.a-custom{
    text-decoration: none;
    height: 100%;
    width: 100%;
    
}
.bg-logo-light{
    background-color: #e4eaf8;
}

.gallery-img-bx img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
}

.gallery-video video{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}
.hospital-infov2-main-container-info-left h6.fee-tag{
    font-size: 16px;
    font-weight: 600;
    margin:5px 0;
}
.hospital-infov2-main-container-info-left h6.fee-tag span{
    font-size: 23px;
    color: red;
}

.patiant-select{
    border: 1px solid #343333;
    padding:15px;
    border-radius: 10px;
}
.patiant-select h3{
    font-size: 18px;
}
.patiant-select ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.patiant-select  ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 10px;
}
.patiant-select ul li img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.patiant-select ul li div{
    padding-left: 20px;
}
.patiant-select ul li h6{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.patiant-select ul li p{
    font-size: 14px;
    margin: 0;
}
.patiant-select ul li input{
    margin-left: auto;
    width: 25px;
    height: 25px;
}


.booking-right{
    border: 1px solid #343333;
    padding:15px;
    border-radius: 10px;
}
.booking-right h3{
    font-size: 18px;
}
.booking-right ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.booking-right  ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
}

.booking-right ul li div{
    padding-left: 20px;
}
.booking-right ul li h6{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.booking-right ul li p{
    font-size: 14px;
    margin: 0;
    color: rgb(12, 180, 12);
    font-weight: 600;
}
.booking-right label{
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.booking-right input,.booking-right select{
    height: 55px;
    border: 1px solid #222;
}
.booking-right input[type="radio"]{
    width: 25px;
    height: 25px;
}
.fs1{
    font-size: 12px;
}
.grand-total{
    margin: 20px 0;
}
.grand-total h6{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.grand-total span{
    color: red !important;

}
.bottom-terms ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-terms ol li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
    gap: 5px;
}
.bottom-terms ol li input{
    width: 20px;
    height: 20px;
}
.bottom-terms li label{
    font-size: 15px;
    font-weight: 400;
}
.bottom-terms ol li label a{
    font-size: 15px;
}
.bottom-submit{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-submit button{
background-color: var(--primary-color);
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 150px;
}
.bottom-submit button:hover{
    border-radius: 40px;
}

.lab-individual-test ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 10px 0;
}
.lab-individual-test ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}
.lab-individual-test ul li span{
    color: red;
}




.select-test-widget ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.select-test-widget  ul li{
    display: flex;
    justify-content:space-between;
    align-items: center;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
}
.select-test-widget div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.select-test-widget ul li input{
    width: 20px;
    height: 20px;
}
.select-test-widget ul li span{
    font-weight: 600;
    font-size: 16px;
}
.select-test-widget ul li p{
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: red;
}
.lab-packages {
    border: 1px solid #ccc;
    padding: 15px;
    height: 100%;
    border-radius: 12px;
}
.lab-packages img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
}
.lab-packages h3{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}
.lab-packages a{
    background-color: var(--primary-color);
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lab-packages a:hover{
    border-radius: 40px;
}
.package-lab-left-modal img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}
.test-include{
    background-color: rgb(206, 243, 191);
    padding: 10px;
    border-radius: 10px;
}
.test-include h3{
    font-size: 18px;
    font-weight: 600;
}
.test-include ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.test-include ul li{
    margin-bottom: 10px;
    font-size: 16px;

}
.test-include ul li i{
    color: #0ed70e;
    margin-right: 7px;
}
.package-price {
     background-color: #e9e9e9;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.package-price ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.package-price ul li{
    margin-bottom: 10px;
    font-size: 16px;

}

.package-top-container ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.package-top-container ul li{
    margin: 10px 0;
    font-weight: 600;
    font-size: 17px;
}
.package-top-container ul li span{
    color: #911414;
}
.package-top-container ul li i{
    color: var(--primary-color);
    margin-right: 5px;
}
.package-exp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #cccc;
    border-radius: 10px;
}
.package-exp p{
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}
.package-exp p span{
    color: red;
}
.package-book-right{
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}
.inner-hos{
   min-height: 65px;
}
.password-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.password-box input{
    text-align: center;
}
.top-nav-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.top-nav-btns a{
    padding: 12px 15px;
    font-size: 16px;
}

.header-main-menu {
    background-color: #ffffff;
}

.header-top-strip {
    background: linear-gradient(90deg, #0f2d57 0%, #1b4a8f 100%);
    border-bottom: 1px solid #e4ebf8;
}

.header-top-inner {
    min-height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
   padding: 0 10px;
}

.header-location-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-location-label {
    margin: 0;
    color: #eaf2ff;
    font-size: 14px;
    font-weight: 700;
}

.header-location-select {
    width: fit-content;
    height: 38px;
    border-radius: 9px;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0px;
}
.header-location-wrap select option{
    color: #000;
}
.top-nav-btns-strip a {
 background-color: #ffffff;
    color: #13408a;
    border: 1px solid #cfe0ff;
    font-weight: 500;
    padding: 8px 16px !important;
    border-radius: 7px;
}

.top-nav-btns-strip a:hover {
    background-color: #eaf2ff;
    color: #13408a;
    border: 1px solid #cfe0ff;
    border-radius: 40px;
}

@media (max-width: 991.98px) {
    .header-top-inner {
        flex-direction: column;
        align-items: stretch;
        padding: 10px 0;
    }

    .header-location-wrap {
        width: 100%;
    }

    .header-location-select {
        min-width: 0;
        width: 100%;
    }

    .top-nav-btns-strip {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
}

.vender-registeration-container{
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.vender-registeration{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: var(--primary-color);
}
.vender-registeration h3{
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
.vender-registeration p{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}
.vender-registeration-container form{
    padding: 30px;
}
.vender-registeration-container form input,.vender-registeration-container form select{
    height: 45px;
    border-radius: 8px;
    border: 1px solid #767575;
    font-size: 15px;
}
.vender-registeration-container form label{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.vender-registeration-container form button{
 width: 150px;
    margin-top: 20px;
    height: 45px;
    background-color: var(--primary-color);
    border: 0;
    border-radius:8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
    border: 1px solid var(--primary-color);
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 15px;
}

.vender-registeration-container form button:hover {
    background-color: transparent;
    color: var(--primary-color);
    border-radius: 40px;

}
.form-terms {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;

}
.form-terms input{
    width: 25px;
    height: 25px;
}
.form-terms label{
    font-weight: 400 !important;
}
.form-terms a{
    font-size: 14px;
}


/* LAT CORRCTIONS */

.hos-card{
    position: relative;
    padding-bottom: 60px;
}
.hos-card a.view-dt-loc{
    position: absolute;
    bottom: 15px;
    left: 5%;
    width: 90%;
}
.pagination-cs li{
    margin: 0 5px;
}
.pagination-cs li button{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-cs li:first-child button{
    width: unset;
    height: unset;
    border-radius: 40px !important;
    font-size: 14px;
}
.pagination-cs li:last-child button{
     width: unset;
    height: unset;
    border-radius: 40px !important;
    font-size: 14px;
}
.modal-login-dt h4{
    font-size: 18px !important;
}
.modal-login-dt p{
    margin: 0;
    font-size: 18px;
    text-align: center;
}
.login-required-modal-actions{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.login-required-modal-actions button{
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    font-size: 15px !important;

}
.login-required-modal-actions button:hover{
    border-radius: 40px;
}
.hospital-info-left-list li{
    font-size: 16.5px;
}
.gallery-video-thumbnail img{
    padding: 0 !important;
    width: 100% !important;
    object-fit: cover !important;
}
.doctor-card-meta-cs p{
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    color: #5d5d5d;
    margin: 4px 0;
}
.doctor-card-meta-cs p i{
    margin-top: 5px;
}
.medix-doctor-card-cs {
    position: relative;
    padding-bottom: 40px;
    height: 100%;
}
.medix-doctor-card-cs .medix-book-btn{
    position: absolute;
    bottom: 15px;
    left: 10%;
}
ul.dc-infov2-info-badges{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}
ul.dc-infov2-info-badges li{
    width: 48%;
    margin: 7px 0;
}
h3.dc-title-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 10px;
}


h3.dc-title-top button {
    padding: 7px 11px;

    background-color: #dc3545 !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.5s;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

h3.dc-title-top button:hover {
    border-radius: 40px;
    background-color: #dc3545 !important;
    color: #fff !important;
}
h3.dc-title-top a{
    font-size: 22px;
}
.rating-dec ul{
    padding:0 !important;
    justify-content: center !important;
    padding-top: 10px !important;
}


.ftr-btns button{
    width: fit-content;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    font-size: 15px !important;
    padding: 3px 28px;

}
.ftr-btns button:hover{
    border-radius: 40px;
}
.quick-links-cs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
}
.link-back{
    width: fit-content !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    font-size: 15px !important;
    padding: 3px 28px !important;
    background-color: var(--labix-secondary) !important;
    color: #fff !important;
}
.quick-links-cs button{
     width: fit-content !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    font-size: 15px !important;
    padding: 3px 28px !important;
    background-color: var(--labix-primary) !important;
    color: #fff !important;
    border: 0;
}
.quick-links-cs a:hover,.quick-links-cs button:hover{
    border-radius: 40px;
}
.cms-web-page-card{
    background-color: #f7f7f7 !important;
    border: 1px solid #ccc;
    box-shadow: unset !important;
}
.cms-web-page-card h1{
    font-size: 28px;
    font-weight: 600;
}
.cms-web-page-card p br{
    display: none;
}
.cms-web-page-card p .cms-web-page-card ul li,.cms-web-page-body p, .policy-modal-body p,.cms-web-page-body ul li {
    margin: 7px 0 !important;
    font-size: 16px;

}
.cms-web-page-body ul{
    padding-left: 15px;
}
.profile-entry-btns .btn-quotes.active{
    border-radius: 7px  !important;
}
.b-container{
    padding: 0 10px;
}
.cms-web-page-body p strong{
    font-weight: 600;
}
.cms-web-page-body p a,.cms-web-page-body ul li a{
    font-size: 15px;
}
.cms-web-page-body ul li a strong{
    font-weight: 400;
}
/* PROFILE PAGES */
.profile-sidebar-card,.profile-content-card{
    background-color:#fff !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    border-radius: 15px !important;
    padding: 15px !important;
    border: 0;
}
.profile-side-link {
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 7px  !important;
}
.profile-side-link.active{
    background-color: var(--labix-primary) !important;
}
.profile-summary-strip img{
    width: 75px !important;
    height: 75px !important;
    border: 5px solid #fff !important;
}
.profile-summary-strip{
    background-color: #dae7efe0 !important;
    border: 1px solid #abc6d7e0 !important;
}
.profile-summary-strip h2{
    font-size: 25px !important;
    font-weight: 600 !important;
}
.profile-section-tabs {
    gap: 5px !important;
}
.profile-section-tab{
    background-color: transparent !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    border: 1px solid #222 !important;
    color: #222 !important;
    border-radius: 40px !important;
     padding: 7px 15px !important;
     transition: 0.5s !important;
}
.profile-section-tab.active,.profile-section-tab:hover {
    background: #1547b6 !important;
    border-color: #1547b6 !important;
    color: #fff !important;
}
.profile-section-tabs{
    border-bottom: 0 !important;
}

.profile-content-card label{
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important; 
}
.profile-content-card input,.profile-content-card select{
    height: 45px !important;
    border: 1px solid #a6a6a6 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
}
.profile-content-card textarea{
    height: 120px !important;
    border: 1px solid #a6a6a6 !important;
    border-radius: 10px !important;
    font-size: 15.5px !important;
}
.profile-primary-btn{
        border: 0 !important;
    background: #259217 !important;
    color: #fff !important;
    padding: 10px 34px !important;
    min-width: 170px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: normal !important;
    border-radius: 7px !important;
    transition: 0.5s;
}
.profile-primary-btn:hover{
    border-radius: 40px !important;
}
.profile-checkbox-label{
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    font-size: 16px !important;
    font-weight: 600 !important; 
    gap: 10px !important;
    margin: 7px 0 !important;
}
.profile-checkbox-label input{
    width: 18px !important;
    height: 18px !important;
}
.profile-section-head h3{
    font-size: 23px !important;
    font-weight: 600 !important;
}
.profile-section-head p{
    font-size: 15px !important;
}
.profile-account-item, .profile-family-card, .booking-person-option {
    border: 1px solid #3e7cc163 !important;
    border-radius: 14px !important;
    background: #c7d9ed !important;
}
.profile-family-card h4 {
    font-weight: 600 !important;
}
.profile-inline-btn{
      border-radius: 5px !important;
    background-color: #0a1b61 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    border: 0 !important;
    padding: 7px 15px !important;
    transition: 0.5s !important;
}
.profile-inline-btn.is-danger{
    background-color: var(--labix-secondary ) !important;
}
.profile-inline-btn:hover{
    border-radius: 40px  !important;
}
.profile-family-card p{
    font-size: 15px !important;
}
.profile-secondary-btn{
    border: 0 !important;
    background: #99b196 !important;
    color: #fff !important;
    padding: 10px 34px !important;
    min-width: 170px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    border-radius: 7px !important;
    transition: 0.5s;
}
.profile-secondary-btn:hover{
    border-radius: 40px !important;
}
.profile-booking-card{
      border: 1px solid #3e7cc163 !important;
    border-radius: 14px !important;
    background: #eef2f7 !important;
}
.profile-booking-badge{
    text-transform: none !important;
    padding: 7px 15px !important;
    border-radius: 40px !important;
    font-weight: 400 !important;
}
.profile-booking-badge.badge-appointment{
    background: #1547b6 !important;
    color: #fff !important;
}
.profile-booking-badge.badge-healthcare{
        background: #9fab1c !important;
    color: #fff !important;
}
.profile-booking-badge.badge-lab {
    background: #6b46c1 !important;
    color: #fff !important;
}
.profile-booking-price{
    color: red !important;
    font-size: 22px !important;
    font-weight: 500 !important;
}
.profile-booking-top h4{
    font-weight: 600 !important;
}
.profile-booking-top p{
    font-size: 15px !important;
    margin: 0 !important;
}
.profile-booking-meta span{
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #5e5e5e !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1px;
}
.profile-booking-meta span strong{
    color: #000 !important;
    font-weight: 500 !important;
}
.profile-activity-card{
     border: 1px solid #cccc !important;
    border-radius: 14px !important;
    background: #f7f7f7 !important;
    height: 100%;
}
.profile-status-chip, .profile-amount-chip, .profile-rating-chip{
      text-transform: none !important;
    padding: 7px 15px !important;
    border-radius: 40px !important;
    font-weight: 400 !important;
}
.profile-status-chip{
        background: #027a48 !important;
    color: #fff !important;
}
.profile-activity-top h4{
    font-size: 18px !important;
    font-weight: 600 !important;
}
.profile-activity-top p{
    font-size: 15px !important;
    color: #47484c !important;

}

.profile-activity-meta {
    gap: 0;
}

.profile-activity-meta span{
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #5e5e5e !important;
    padding: 7px !important;
        display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.profile-activity-meta span strong{
    color: #000 !important;
    font-weight: 500 !important;
}
.top-nav-btns a{
    border-radius: 7px !important;
}

@media screen and (max-width:1200px){
  ul.navmenu li a{
    font-size: 14px;
    padding: 0 3px !important;
  }
  .phx-widget-card{
    display: none !important;
  }
  .phx-hero{
    height: fit-content !important;
    padding: 20px 0px !important;
  }
  .phx-hero-desc{
    max-width: 100% !important;
  }
  .baner-btns{
    justify-content: center !important;
    
  }
  .baner-search-box{
    flex-direction: column;
  }
  .phx-hero-image{
    margin-top: 0;
    width: 450px;
  }
  .b-container{
    padding: 0 20px;
  }
  .why-choose-right{
    padding: 10px 5px !important;
  }
  .why-choose-right-box span{
    padding-left: 0 !important;
  }
  .why-choose-right-box{
    margin: 15px 0;
    width: 100%;
  }
   .baner-search-box button{
    margin: 0 !important;
        margin-top: 10px !important;
    }
    img.ad-service{
        display: none;
    }
}
@media screen and (max-width:991.8px){
    .top-nav-btns-strip a{
        display: flex !important; 
    }
    .header-location-select{
        width: unset !important;
    }
    .common-header-nav-shell{
        padding: 3px 0 !important;
        gap: 0 !important;
    }
    .m-cs-mob{
        margin: 10px 0 !important;
        padding-top: 0 !important;
    }
    .social-box{
        justify-content: flex-start !important;
    }
    .why-choose-right-box span{
        margin-left: 0 !important;
    }
    .footer{
        padding: 10px;
    }
    .footer-logo{
        padding: 0;
    }
    .footer-widget, .social-box{
        padding-left: 0;
    }
    .footer-widget ul{
        padding-left: 10px !important;
    }
    .about-content-main{
        padding-left: 0;
        padding-top: 15px;
    }
    .baner-search-box .col-lg-3, .baner-search-box .col-lg-4{
        margin-bottom: 8px;
    }
    h3.dc-title-top{
        flex-direction: column-reverse;
        gap: 10px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .hospital-infov2-rating{
        margin-bottom: 0px !important;
    }
    .gp-3{
        gap: 7px !important;
    }
   
}

@media screen and (max-width:768px){
    .phx-hero-title{
        font-size: 45px !important;
        line-height: 55px !important;
    }
     .b-container{
    padding: 0 10px;
  }
  .phx-hero-image{
    width: 100%;
  }
  .company-info-address{
    flex-direction: column;
  }
  .company-info-address {
    padding: 12px;
  }
  .company-info-address div{
    padding: 0;
  }
  .hospital-infov2-main-container{
    flex-direction: column;
    padding: 10px;
  }
  .hospital-infov2-main-container img{
    min-width: 100%;
    max-width: 100%;
  }
  .vender-registeration{
    padding: 25px;
  }
  .vender-registeration h3,.vender-registeration p{
    text-align: center;
  }
 .contact-home-right h3 {
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    margin-top: 10px;
}
}
@media screen and (max-width:620px){
    ul.dc-infov2-info-badges li{
        width: 100%;
    }
    .package-exp{
                flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
    }
}
@media screen and (max-width:567px){
     .phx-hero-title{
        font-size:35px !important;
       line-height: 45px !important;
    }
    .baner-btns{
        flex-direction: column !important;
    }
    .phx-hero-desc{
        font-size: 17px !important;
                line-height: 25px;
    }
    .home-about-img{
        height: 350px !important;
    }
    .home-about-right h2{
        font-size: 28px;
        line-height: 35px;
    }
    .section-title h2{
        font-size:25px;
    }
    .section-padding{
        padding: 30px 0;
    }
    .consultant-box-overlay h5 {
        font-size: 35px;
    }
    .consultant-box-overlay{
        padding: 20px;
    }
    .consultant-box-overlay p {
        font-size: 17px;
    }
    .why-choose-left{
        height: 350px;
    }
    .about-mision{
            padding-left: 5px !important;
    padding-right: 5px !important;
    }
    .company-info-address img{
        width: 200px;
        margin-bottom: 25px;
    }
    .baner-search-box{
        padding: 15px 10px;
    }
    .hospital-infov2-main-container div{
        /* width: 100%; */
        padding: 0 3px;
    }
    .cms-web-page-card h1{
        font-size: 25px !important;
    }
    .cms-web-page-body ul, .cms-web-page-body ol, .policy-modal-body ul, .policy-modal-body ol{
        margin-left: 0 !important;
    }
    .login-field-bottom label{
        flex-wrap: wrap;
        gap: 2px;
    }
    .pages-baner h1{
        font-size: 30px;
    }
    .login-section {
        padding: 20px;
    }
    .package-top-container h2{
        font-size: 28px;
    }
    .treatment-details-top img{
        height: 350px;
    }
    .quick-links {
        gap: 4px;
    }
    .package-top-container h5 span{
        font-size: 25px;
    }
    .package-top-container ul li {
    margin: 10px 0;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.baner-btns a {
    font-size: 14px;
}
.quotes-icon-circle{
    min-width: 45px;
    height: 45px;
}
.contact-home-right-info{
    gap: 5px !important;
}
.contact-home-right-info p{
    font-size: 13.5px;
}
.contact-home-right-info h4 {
    font-size: 14.5px;
}
}





/* USER DASHBOARD */

 .user-sidebar-open,  .user-sidebar-close{
    display: none;
 }

@media screen and (max-width:1200px){}
@media screen and (max-width:991px){
    .profile-sidebar-card{
        padding: 0 !important;
    }
 
 .userLeftSidebar {

    width: 0% !important;
    position: fixed;
    z-index: 1000 !important;
    top: 180px;
    left: 0;
    overflow: hidden;
padding: 0;
    transition: 0.5s;
    background-color: #fff;
    padding-bottom: 30px;

    height: 100vh;
    overflow-y: auto;
    align-items: flex-start;
        justify-content: flex-start;

  }
    .user-sidebar-open{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-bottom: 5px;
    background-color: #1547b6 ;
    color: #fff;
    border: 1px solid #1547b6 ;
    border-radius: 2px;
    transition: 0.5s;
  }
  .user-sidebar-open:hover{
    background-color: transparent;
    color: #1547b6 ;
  }
  .user-sidebar-close{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-bottom: 10px;
    background-color: #1547b6 ;
    color: #fff;
    border: 1px solid #1547b6 ;
    border-radius: 50%;
    transition: 0.5s;
  }
  .user-sidebar-close:hover{
    background-color: transparent;
    color: #1547b6 ;
  }
    .tb-top-serach{
        justify-content: flex-start;
    }
    .deal-detail-view-modal-info{
        padding-left: 0;
    }
    
  .userLeftSidebarCustom {
    width: 50% !important;
    opacity: 1 !important;
    padding: 20px !important;
  }
  .profile-side-link{
    width: 100%;
  }
  .profile-sidebar-card {
    gap: 1px !important;
  }
}
@media screen and (max-width:567px){
    .userLeftSidebarCustom {
        width: 100% !important;
    }
    .profile-section-head h3{
        font-size: 22px !important;
    }
    .profile-summary-strip h2{
        font-size: 20px !important;
    }
    .profile-summary-strip p{
        font-size: 15px;
    }
    .profile-activity-top{
        flex-direction: column-reverse;
    }
}


.box-card{
    /* border: 1px solid #ccc; */
    padding: 15px;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.box-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}
.box-card  h3{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 7px 0;
    line-height:20px;
     display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* .box-card .inner-hos{
    background-color: #eaf0f8;
    border: 1px solid #ccc;
    padding:5px 12px;
    border-radius: 15px;
    
} */
.box-card .inner-hos p{
    font-size: 16px;
    margin:7px 0 !important;

}
.box-card .inner-hos p i{
    font-size: 14px;
}
.box-card .rating-box{
    border-top: 0;
    margin-top: 0 ;
    padding-top: 0;
}
.box-card .rating-box h4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
}
.box-card .rating-box h4 a.view-dt-loc{
    width: 40px;
    height: 40px;
    background-color: #042c7c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #042c7c;
}
.box-card .rating-box h4 a.view-dt-loc:hover{
    background-color: transparent;
    color: #042c7c;
}
ul.box-card-rating{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 7px;
    margin-top: 5px ;
}
ul.box-card-rating li{
    font-size: 15px;
}
ul.box-card-rating li i{
    color: orangered;
}
.box-card:hover{
    background-color: #f7f7f7;
}

a.view-dt-loc-2{
       width: 80%;
    padding: 12px;
    border-radius: 30px;
    border: none;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 5px auto;
    margin-top: 14px;

}
.shadow-cs{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.f-services img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;

    
}
.f-services{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}
.f-services h3{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 7px 0;
}
.f-services p{
   font-size: 16px;
    color: #5a5858;
    margin: 0;
    line-height: 23px;
    text-align: center;
}

.pages-baner h5{
    display: none;
}
.doctor-card-meta, .lab-card-meta {
    gap: 2px !important;
}
.home-box-card{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.home-box-card img{
    width: 100%;
    min-width: 200px;
    max-width: 200px;
}
.home-box-card-inner{
    width: 100%;
    padding-left: 15px;
}

.home-doc-card{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 13px !important;
    padding: 10px;
}

.home-doc-card .medix-card-header{
    padding: 0;
    height: 150px;
    min-width: 150px;
    width: 100%;
    max-width: 100px;
    border-radius: 10px !important;
}
.home-doc-card .medix-card-header img{
    border-radius: 10px  !important;
}
.home-doc-card .medix-card-body{
    width: 100%;
    padding-left: 15px;
    text-align: left;
}
.home-doc-card .medix-card-body .medix-doctor-name{
    font-size: 15px;
}
.home-doc-card .medix-card-body .medix-doctor-qualification{
    font-size: 18px;
    font-weight: 600;
}
.home-doc-card .medix-book-btn{
    margin-left: unset;
        width: 60%;
    padding: 8px;
    border-radius: 7px;
    margin-top: 15px;
}
.lb-card{
    border-radius: 10px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lb-card img{
    border-radius: 10px !important;
    width: 100%;
    min-width: 150px;
    max-width: 150px;
    height: 150px;
}
.lb-card div{
    width: 100%;
    padding-left: 15px;
}
.lb-card div a.view-dt-loc-2{
    margin-top: 0;
    margin-left: 0;
        width: 45%;
    padding: 8px;
    border-radius: 7px;
    margin-top: 5px;

}
.lb-card  h3{
    margin-bottom: 10px !important;
    font-size: 22px !important;
}
.left-filter{
    margin-top: 0 !important;
    position: sticky;
    top: 20px;
    left: 0;
    flex-direction: column;
    padding: 15px;
}
.btn-filters-left{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px ;
    padding-top: 10px;
}
.btn-filters-left a,.btn-filters-left button{
    margin: 0 !important;
}
.main-card-doc{
    height: 100%;
}
.main-card-doc .medix-card-header{
    height: 180px !important;
    min-width: 180px;
    max-width: 180px;
}
.main-card-doc .medix-card-body{
    padding-bottom: 0;
}
.lb-card-cs h3{
    font-size: 17.5px !important;
    margin-top: 0 !important;
    
}
.lb-card-cs p i{
    font-size: 14px !important;
    margin-top: 5px;
}
.lb-card-cs p{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    line-height: 20px !important;
}

@media screen and (max-width:1350px){
    ul.navmenu li a{
        padding: 0 2px !important;
    }
}
@media screen and (max-width:1300px){
    .baner-btns a{
        padding: 15px;
    }
    .lb-card div a.view-dt-loc-2{
        width: 60%;
    }
    ul.navmenu li a{
        font-size: 13px ;
    }
}
@media screen and (max-width:1200px){
    .bn-pd-r{
        padding-right: 15px;
    }
    .baner-service-right {
    display: flex;
    padding-top: 10px;
    gap: 10px;
}
.baner-search-box{
    margin-top: -87%;
}
.home-doc-card{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-doc-card .medix-card-body{
    padding-left: 0;
    padding-top: 10px;
}
.home-doc-card .medix-card-body{
    text-align: center;
}
.home-doc-card .medix-book-btn{
    margin-left: auto;
    margin-top: 10px;
}
.home-doc-card .medix-card-header{
    max-width: 100%;
    height: 200px;
}
.lb-card{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.lb-card div{
    padding-left: 0;
    padding-top: 10px;
}
.lb-card img{
    max-width: 100%;
    height: 200px;
}
.lb-card .inner-hos{
    padding-top: 0;
}
.lb-card div a.view-dt-loc-2{
    margin-left: auto;
}
.f-inner{
   margin-top: -70px !important;
        width: 100% !important;
}
.cnt-p{
    padding: 0;
    margin-top: 15px !important;
}
.cnt-p-2{
    padding: 10px 15px !important;
    margin-top: 15px !important;
}
}
@media screen and (max-width:1150px){
      ul.navmenu li a{
        font-size: 14px ;
    }
    ul.navmenu{
        gap: 2px;
    }
}
@media screen and (max-width:991px){
    .top-nav-btns-strip a {
            padding: 4px 11px !important;
    }
}
@media screen and (max-width:768px){
   
.baner-search-box{
    margin-top: -180%;
}
.baner-service-right{
    flex-direction: column;
}
.hospital-infov2-main-container .v-100{
    width: 100%;
}

}
@media screen and (max-width:567px){
   

.home-box-card{
        flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;

}
.home-box-card-inner{
    padding-left: 0;
}
.home-box-card img{
    max-width: 100%;
}
    .why-choose-right-box{
        margin: 5px 0;
    }
    ul.pagination-cs{
        flex-wrap: wrap;
        gap: 5px;
    }
.pagination-cs li{
    margin: 0 1px;
}
.hospital-infov2-main-container-info-left h3 a{
    font-size: 22px;
}

}
@media screen and (max-width:519px){
.baner-search-box{
    margin-top: -200%;
            width: 95%;
        margin-left: auto;
        margin-right: auto;
}
.left-filter{
    width: 100%;
}
}
@media screen and (max-width:472px){
.baner-search-box{
    margin-top: -220%;
}
}
@media screen and (max-width:425px){
.baner-search-box{
    margin-top: -240%;
}
}
@media screen and (max-width:393px){
.baner-search-box{
    margin-top: -260%;
}
}
@media screen and (max-width:367px){
.baner-search-box{
    margin-top: -280%;
}
}

.pay-card-cs{
    border-radius: 15px;
    padding: 25px;
    background-color: #fff;

}
.pay-card-bg{
        background-color: #dfedf7;

}
.pay-card-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pay-card-top h1{
    font-size: 25px;
    font-weight: 600;
}
.pay-card-top span{
    font-weight: 400;
    color: #fff !important;
    border-radius: 40px !important;
}
.pay-cs-widget{
    padding: 15px;
    border-radius: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    height: 100%;
}
.pay-cs-widget h5{
    font-size: 18px;
    font-weight: 600;
    color: #0b3a81;
}
.pay-cs-widget p{
    font-size: 16px;
    font-weight: 400;
}
.pay-cs-widget p strong{
    margin-right: 7px;
}

.pay-card-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    gap: 5px;
}
.pay-card-bottom .bg1{
    background-color: #1b4a8f !important;
    border-color: #1b4a8f !important;
    color:#fff !important
}
.pay-card-bottom .bg2{
    background-color: #118b42 !important;
    border-color: #118b42 !important;
    color:#fff !important
}
.pay-card-bottom .bg3{
    background-color: #be1f2e !important;
    border-color: #be1f2e !important;
    color:#fff !important
}
.pay-card-bottom a:hover,.pay-card-bottom button:hover{
    border-radius: 40px;
    transition: 0.5s;
}

.or-line{
    display: flex;
    justify-content: center;
    align-items: center;
}
.or-line p{
    min-width: 50px;
    height: 50px;
    border: 1px solid #5a5a5a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #5a5a5a;
    padding: 0;
    margin: 0;
}
.or-line span{
    width: 100%;
    height: 1px;
    background-color: #5a5a5a;
}

.online-consult-box .medix-doctor-name{
    margin-top: 0;
    font-size: 20px;
    color: #000;
        font-family: var(--font-1);
}
.online-consult-box  .on-fee {
    font-size: 17px;
    color: #000;
}
.online-consult-box  p.p-loc {
    font-size: 15px;
    color: #3c3c3c;
}

.online-consult-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    /* position: absolute;
    bottom: 0;
    width: 100%; */
}
.online-consult-btns a,.online-consult-btns button{
    width:48%;
    height: 40px;
    background-color: #0b3a81;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    transition: 0.5s;
}
.online-consult-btns a:last-child{
   background-color: var(--secondary-color);
}
.online-consult-btns a:hover{
    border-radius: 40px;
}
.flex-btn-dr{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.flex-btn-dr a{
    padding: 7px 15px;
    height: 40px;
    background-color: #0b3a81;
    color: #fff !important;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 13px !important;
    transition: 0.5s;
    white-space: nowrap;
}
.profile-inline-btn-2{
   font-size: 12px !important;
    border-radius: 4px !important;
    background-color: #0e8628 !important;
    padding: 5px 10px !important;
}
.profile-inline-btn-3{
   font-size: 14px !important;
    border-radius: 4px !important;
    background-color: #0e8628 !important;
    padding: 5px 10px !important;
}
.profile-booking-list{
    display: unset !important;
    height: 100%;
}
.profile-booking-list article{
    height: 100%;
}
.profile-booking-meta{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px !important;
}
.profile-booking-meta span{
    width: 48%;
}
.profile-booking-meta span strong{
    width: 100%;
}
.profile-booking-meta span:last-child{
    width: 100%;
}


@media screen and (max-width:768px){
    .profile-booking-meta span {
        width: 100% !important; 
    }
    .profile-booking-top{
        gap: 5px !important;
    }
}

.profile-amount-chip{
    background: #fec8cd !important;
    color: #a8222f !important;
    font-weight: 600 !important;
}
.profile-activity-meta-c{
    display: unset !important;
}
.booking-person-option-cs label{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
      background-color: #f7f7f7 !important;
    border: 1px solid #ccc !important;
}
.booking-person-option-cs label input{
    width: 18px;
    height: 18px;
}
.nowrppp{
    white-space: nowrap;
}
.consultant-next-btn{
    padding: 7px 15px;
    height: 40px;
    background-color: #0b8111 !important;
    color: #fff !important;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px !important;
    transition: 0.5s;
    white-space: nowrap;
    margin: 5px auto;
}
.individual-test-summary{
    background-color: #f7f7f7;
    border: 1px solid #ccc;
}
.lab-packages{
     background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 15px;

}
.lab-packages button{
    background-color: var(--primary-color);
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    width: 100%;
}
.w250px-cs{
    width: 200px !important;
    margin:5px auto !important;
}
.lab-packages button:hover{
    border-radius: 40px;
}
.notification-bell-head p{
  font-size: 15px;
    line-height: 18px;
}
.notification-bell-head h4{
    font-weight: 600 !important;
}
.notification-bell-mark-all, .notification-bell-permission button,.notification-bell-item-top strong{
        font-weight: 600 !important;
}
.notification-bell-item p {
    font-size: 12px !important;
}
.notification-bell-trigger{
    box-shadow: none !important;
    width: 46px !important;
}
.notification-bell-footer a{
    font-size: 15px;
    font-weight: 500 !important;
}

@media screen and (max-width:991.8px){
    .common-header-menu.is-open{
        max-height: 125vh !important;
    }
}
.location-view-dr{
    background-color: #0b8111;
    font-size: 14px;
    padding: 7px 15px;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.5s;
}
.location-view-dr:hover{
    border-radius: 40px;
}

.profile-entry-btns .btn-quotes.active{
    padding: 8px 14px !important;
}