body {
    font-family: "PT Sans", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: "PT Sans", sans-serif !important;
}

a {
    font-weight: 500;
}

.f_24 {
    font-size: 24px;
}

.f_20 {
    font-size: 20px;
}

.f_18 {
    font-size: 18px;
}

.f_16 {
    font-size: 16px;
}

.f_14 {
    font-size: 14px !important;
}

.f_12 {
    font-size: 12px;
}

.f_10 {
    font-size: 10px;
}

.c_pointer {
    cursor: pointer;
}

.breadcrumb-item.active {
    color: #0047af;
    font-weight: 600;
}

/********** Template CSS **********/
.blue {
    background-color: #0047af;
    /* background: linear-gradient(to right, #014688 0%, #55a5db 100%); */
}

.bg-primary {
    background-color: #0047af !important;
}

.btn-primary {
    background-color: #0047af !important;
    border-radius: 9px;
    color: #fff;
    font-size: 14px;
    border: 0px;
    padding: 9px 10px;

}
.btn:hover {
    color: #efefef;
    font-weight: 900;
    text-decoration: underline;
}
.btn-reset {
    background-color: #585652 !important;
    border-radius: 9px;
    color: #fff;
    font-size: 14px;
    border: 0px;
    padding: 9px 10px;

}

a:hover {
    color: #fff;
    font-weight: 900;
    /* color: #0047af; */
    text-decoration: underline;
}

a.knowmore:hover {
    color: #fdc700;
    font-weight: 900;
}

.btn-secondary:hover {
    color: #fff;
    background: linear-gradient(to right, #fcc600 0%, #f1b91b 0%, #fcc600 100%);
    font-weight: 900;

}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: auto !important;
    cursor: not-allowed;
    opacity: .65;
}

/* .btn:hover {
    color: #fff !important;
    background: linear-gradient(to right, #fcc600 0%, #f1b91b 0%, #fcc600 100%);
} */

.yellow {
    background-color: #fecc4e;
    /* background: linear-gradient(to right, #fcc600 0%, #e8bd44 50%, #fcc600 100%); */
}

.red {
    background: linear-gradient(to left, #ff5c5c 0%, #c03232 0%, #ff5c5c 100%);
}

.cart a:hover {
    color: #fcc600;
    font-weight: 900;

}

.text-black {
    color: #000;
}

.remove-cart-btn {
    border-radius: 9px;
    background-color: #B71C1C;
    color: #fff;
    font-size: 14px;
    border: 0px;
    padding: 9px 10px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: -34px;
    }

    .navbar {
        height: 68px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


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

    .header-carousel,
    .page-header {
        margin-top: -34px;
    }

    .page-business {
        margin-top: -34px;
    }

    .page-investor {
        margin-top: -34px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}


.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/aboutus.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

.page-business {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/business.jpg) center center no-repeat;
    background-size: cover;
}

.page-business .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-business .breadcrumb-item,
.page-business .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

.page-investor {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/invest.jpg) center center no-repeat;
    background-size: cover;
}

.page-investor .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-investor .breadcrumb-item,
.page-investor .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 40px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px 20px rgba(0, 0, 0, .05);
    cursor: pointer;
    /* border-right: 1px solid #dcac39; */
    border-radius: 5px;
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background-color: #fecc4e;
    /* background: linear-gradient(to right, #fcc600 0%, #ce9902 0%, #fcc600 100%); */
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
    border-radius: 5px !important;
}

.service-item:hover h5,
.service-item:hover p {
    color: #000000;
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 530px;
}

.service-item p {
    color: #031b4e;
}

.logo_ {
    width: 350px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000 !important;
}

.form {
    border: 0;
    background: #fff;
    padding: 2px 4px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 0.1rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4d505c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formCity {
    border: 0;
    background: #fff;
    padding: 2px 4px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 0.1rem .55rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4d505c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form_search {
    display: block;
    width: 100%;
    padding: 0.1rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8a91ac;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    color: #fff !important;

}


.card {
    transition: .3s;
    box-shadow: 0 0 5px 0 rgba(125, 121, 121, .4);
    margin: 20px 5px;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

.price-tag {
    /* background-color: #f1f1f1; */
    background: linear-gradient(to left, #ff5c5c 0%, #c03232 0%, #ff5c5c 100%);
    padding: 5px 10px;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.book-now-btn {
    background-color: #007bff;
    color: white;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.carousel-container {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    transition: .3s;
    box-shadow: 0 0 5px 0 rgba(125, 121, 121, .4);
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

.tab-button {
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 20px;
}

.tab-button.active {
    /* background-color: #ffd700; */
    background: linear-gradient(to left, #ff5c5c 0%, #c03232 0%, #ff5c5c 100%);
    color: #fff;
}

.item {
    text-align: center;
    padding: 20px;
    cursor: pointer;
}

.item i {
    font-size: 40px;
    color: #ff8c00;
    margin-bottom: 10px;
}

.view-all {
    float: right;
    color: #007bff;
    text-decoration: none;
}



.info-section {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
}

.info-item {
    text-align: center;
}

.info-item i {
    font-size: 30px;
    color: #fff;
    background: linear-gradient(to right, #fcc600 0%, #d2a72e 50%, #fcc600 100%);
    /* background-color: #ffda47; */
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.info-item .info-value {
    font-size: 24px;
    font-weight: bold;
    color: #004085;
}

.info-item .info-text {
    color: #031b4e;
}

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

.explore-link:hover {
    text-decoration: underline;
}


.faq-section {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: linear-gradient(to right, #fcc600 0%, #ce9902 0%, #fcc600 100%);
    color: #fff;
    border-radius: 20px;
}

.nav-tabs .nav-link {
    color: #666;
    border-radius: 20px;
}

.card-header a {
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header a:hover {
    text-decoration: underline;
}

.view-all {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.view-all:hover {
    text-decoration: underline;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.collapsed .arrow-icon {
    transform: rotate(0deg);
}

.arrow-icon.rotate {
    transform: rotate(180deg);
}

.city-list-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.city-list a {
    color: #555659;
    text-decoration: none;
    padding: 8px;
    font-family: 'Poppins';
    text-align: justify;
}

.city-list a:hover {
    text-decoration: underline;
    color: #3368c6;
}

.popular-tests-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.popular-tests a {
    color: #555659;
    text-decoration: none;
    padding: 8px;
    font-family: 'Poppins';
    text-align: justify;
}

.popular-tests a:hover {
    color: #3368c6;
    text-decoration: underline;
}

.heading_ {
    font-size: 25px;
    color: #181818;
    font-weight: 700;
}

.book-now-btn {
    background: linear-gradient(to right, #235a8e 0%, #2e8ece 100%);
}

.book-now-btn:hover {
    color: #fff;
    background: linear-gradient(to right, #fcc600 0%, #f1b91b 0%, #fcc600 100%);
}

.read_pointer {
    cursor: pointer;
    color: #031b4e;
}

.msg_box {
    position: fixed;
    right: 30px;
    z-index: 0;
    top: 80%;
    padding: 2px;
    grid-area: 1 / 1 / 2 / 2;
    pointer-events: auto;
    border: 2px solid #00d757;
    background-color: #00d757;
    border-radius: 3px;
    transition: width 0.3s ease;
    width: 50px;
    border-radius: 45px;
    overflow: hidden;
}

.msg_box a {
    align-items: center;
    display: flex;
    color: #fff;
    text-decoration: none;
    margin-left: 7px;
    margin-top: 2px;
}

.msg_box a i {
    transition: font-size 0.3s ease;
}

.msg_box:hover {
    width: 160px;
}

.msg_box:hover a i {
    font-size: 35px;
}

.msg_box:hover a::after {
    content: "Chat with us";
    margin-left: 10px;
    white-space: nowrap;
    font-size: 16px;
}


.quality-inner i {
    font-size: 48px;
    /* Adjusted size to make icons larger */
    width: 80px;
    /* Ensure icons have a consistent width */
    height: 80px;
    /* Consistent height */
    color: #fff;
    /* White icon color */
    background: linear-gradient(to right, #fcc600 0%, #e0b846 50%, #fcc600 100%);
    /* Attractive gradient */
    padding: 18px;
    /* Consistent padding */
    border-radius: 50%;
    /* Circular shape */
    display: flex;
    /* Flexbox to center the icon inside the circle */
    justify-content: center;
    /* Horizontally center the icon */
    align-items: center;
    /* Vertically center the icon */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Add a subtle shadow for a polished look */
}

.cart {
    color: #0047af;
}

.breadcrumbs_outer {
    background: #fecc4e;
    padding: 10px 0;
}

.breadcrumbs_outer .breadcrumbs {
    margin: 0;
    font-size: 1em;
    background: none;
    padding: 4px 0;
}

.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs a:hover {
    color: #000;
}

.breadcrumbs li.active {
    color: #625d5d
}

.back_pos {
    position: absolute;
    z-index: 99;
    top: 4px;
    right: 0
}

.back_pos a {
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #000 !important;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumbs-item+.breadcrumbs-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}

.panel-block {
    border-radius: 10px;
    box-shadow: 0px 6px 8px 6px #2424241a;
    background-color: #fff;
    padding: 20px;
    height: 100%;
    max-height: 300px;
}

.testName {
    font-family: PTSans-Bold;
    font-size: 18px;
    margin: 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.parameterText {
    color: #2f2f2f;
    font-size: 16px;
    margin: 8px 0;
    letter-spacing: 0.02em;

}

.cursor-pointer {
    cursor: pointer;
}

.testPrice {
    color: #263238;
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0;
    letter-spacing: 0.03em;
    display: flex;
    font-family: auto;
}

span.rupee {
    font-family: auto;
}

.homeLabCollectionAvaliable svg {
    width: 10px;
    fill: #66bb6a;
}

.homeLabCollectionAvaliable p {
    font-size: 12px;
    margin-left: 10px;
    color: #66bb6a;
    margin-bottom: auto;
}

.cart-btn {
    border-radius: 9px;
    background-color: #004899;
    color: #fff;
    font-size: 14px;
    border: 0px;
    padding: 9px 10px;
}

p.testPrice span {
    font-family: none;
    font-weight: 900;
    display: flex;
}

.knowmore {
    border: none;
    color: #0054a5;
    font-size: 14px;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    font-weight: 900;
}

.count {
    color: #4d4d4d;
    font-family: PTSans-Regular;
    font-size: 16px;
    margin-bottom: 0px;
}

.sidebar_ {
    border: 1px solid #c4c4c4;
    padding: 16px;
    border-radius: 15px;
    position: sticky;
    top: 180px;
}

.showCategories {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #796f6f;
}

.scrollable-list {
    height: 300px;
    /* Fixed height */
    overflow-y: auto;
    padding: 0;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 123, 255, 0.2);
    scroll-behavior: smooth;
}

.test_height {
    height: 500px;

}

/* List Items */
.scrollable-list li {
    list-style: none;
    padding: 10px 15px;
    margin: 0;
    color: #000000;
    margin-bottom: 16px;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 600;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: background 0.3s, transform 0.2s;
}

/* Hover Effects */
.scrollable-list li:hover {
    color: #004899;
    transform: scale(1.02);
    cursor: pointer;
}

/* Custom Scrollbar Styling */
.scrollable-list::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
}

.scrollable-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    /* Track background */
    border-radius: 5px;
}

.scrollable-list::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #004899, #004899);
    /* Thumb background */
    border-radius: 5px;
    border: 2px solid #fff;
    /* Adds a border around the thumb for a polished look */
}

.scrollable-list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #004899, #004899);
    /* Thumb hover effect */
}

.modal-footer button {
    color: #ffffff;
    width: 200px;
    cursor: pointer;
    height: 36px;
    font-size: 12px;
    /* font-family: PTSans-Bold; */
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #004899;
    border: none;
}

.test {
    color: #242424;
    font-size: 14px !important;
    /* font-family: PTSans-Bold; */
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.test_para {
    color: #3e3e45;
    font-size: 14px;
    word-break: break-word;
    font-family: "PTSans-Regular", "sans-serif";
    padding-right: 15px;
    margin-top: 8px;
    line-height: 1.3rem;
}

.contant_main {
    max-height: calc(100vh - 390px);
    /* Dynamic height based on screen */
    overflow-y: auto;
    /* Vertical scrolling */
    overflow-x: hidden;
    /* Disable horizontal scrolling */
    min-height: 200px;
    /* Minimum height */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    padding: 10px;
}

/* Custom Scrollbar */
.contant_main::-webkit-scrollbar {
    width: 8px;
    /* Scrollbar width */
}

.contant_main::-webkit-scrollbar-track {
    background: #f0f0f0;
    /* Track background */
    border-radius: 5px;
}

.contant_main::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #00376d, #0056b3);
    /* Thumb hover effect */
    border-radius: 5px;
    border: 1px solid #fff;
    /* Border for thumb */
}

.overviewParameters {
    box-shadow: 0px 4px 12px 0px #0000000f;
    margin-top: 15px;
    padding: 40px;
    border-radius: 14px;
}

.test_main {
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    border: 1px solid #E0E0E0;
    /* Soft border for subtle separation */
    border-radius: 8px;
    /* Smooth corners */
    box-shadow: 0px 4px 8px rgba(0, 123, 255, 0.2);
    /* Slight elevation effect */
    scroll-behavior: smooth;
    /* Enables smooth scrolling */
    background-color: #FFFFFF;
    /* Clean background for readability */
}

/* Custom scrollbar styling */
.test_main::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
}

.test_main::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #246bd2, #004899);
    /* Gradient for the scrollbar thumb */
    border-radius: 10px;
    /* Rounded scrollbar thumb */
}

.test_main::-webkit-scrollbar-track {
    background: #F4F6F8;
    /* Light track for contrast */
    border-radius: 10px;
    /* Rounded track edges */
}

.line-with-text {
    display: flex;
    align-items: center;
    width: 100%;
    /* Adjust width as needed */
}

.line-with-text::before,
.line-with-text::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #e7e0e0;
    /* Line color */
}

.line-with-text span {
    margin: 0 10px;
    /* Space around the text */
    font-size: 16px;
    /* Adjust font size */
    color: #004899;
    /* Text color */
    font-weight: bold;
    /* Optional: bold text */
}

.btn-gray {
    border: 1px solid;
    background-color: #f5f5f5;
    color: #000;
    font-size: 16px;
    box-shadow: 2px 4px 5px 1px #ccc;
}

.pack_box1 {
    background: #0070c0;
    padding: 25px;
    color: #fff;
}

.pack_boxx2 {
    background: #11a762;
    padding: 25px;
    color: #fff;

}

.pack_boxx3 {
    background: #ffb100;
    padding: 25px;
    color: #fff;

}

.pack_boxx4 {
    background: #ff5c00;
    padding: 25px;
    color: #fff;

}





/*My Account*/
.acc_bg {
    background: #f4f4f4;
}

.acc_lft {
    background: #fff;
    color: #fff;
    border: #eee 1px solid;
    border-radius: 10px;
}

.acc_lft_top {
    width: 90%;
    background: #fff;
    border: #ddd 1px solid;
    box-shadow: #ccc 3px 3px 6px;
    color: #333;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.user_pic {
    width: 180px;
    height: 112px;
    text-align: center;
    overflow: hidden;
    margin: auto;
}

.user_pic span {
    width: 180px;
    height: 112px;
    vertical-align: middle;
    display: table-cell;
}

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

.acc_box {
    background: #fff;
    margin-bottom: 15px;
    width: 90%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: #ccc 3px 3px 6px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdc700+0,b38200+50,fdc700+100 */
    background: #fdc700;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fdc700 0%, #b38200 50%, #fdc700 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fdc700 0%, #b38200 50%, #fdc700 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fdc700 0%, #b38200 50%, #fdc700 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc700', endColorstr='#fdc700', GradientType=1);
    /* IE6-9 */
}

.acc_box2 {
    border: #b5e4f5 1px solid;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.acc_user_info {
    font-size: .9em;
    text-align: center;
}

.acc_tab {
    background: #fff;
}

.acc_tab ul {
    margin: 0 0 0 170px;
    padding: 0;
    list-style: none;
}

.acc_tab ul li {
    display: inline-block;
}

.acc_tab ul li a {
    color: #0c50af;
    font-weight: 500;
    padding: 12px 0;
    margin-right: 30px;
    display: block;
    border-bottom: transparent 2px solid;
}

.acc_tab ul li a:hover {
    color: #000;
}

.acc_tab ul li a.acc_tab_act {
    color: #000;
    border-bottom: #0c50af 2px solid;
}

.acc_tab2 {
    background: #fff;
}

.acc_tab2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.acc_tab2 ul li {
    display: inline-block;
}

.acc_tab2 ul li a {
    color: #0c50af;
    font-weight: 500;
    padding: 12px 0;
    margin-right: 18px;
    display: block;
    border-bottom: transparent 2px solid;
}

.acc_tab2 ul li a:hover {
    color: #000;
}

.acc_tab2 ul li a.acc_tab_act2 {
    color: #000;
    border-bottom: #0c50af 2px solid;
}

ul.acc_links {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.acc_links li {
    padding: 2px 10px;
    font-size: 1em;
    border-bottom: #e9f0fa 1px solid;
    position: relative;
    transition: all 0.3s linear;
}

ul.acc_links li:hover,
ul.acc_links li.acc_act {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#386bc7+0,224684+50,386bc7+100 */
    background: #386bc7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #386bc7 0%, #224684 50%, #386bc7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #386bc7 0%, #224684 50%, #386bc7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #386bc7 0%, #224684 50%, #386bc7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#386bc7', endColorstr='#386bc7', GradientType=1);
    /* IE6-9 */
}

ul.acc_links li a {
    display: block;
    padding: 9px 10px 9px 10px;
    border-radius: 0px;
    font: 500 15px/25px 'Poppins', sans-serif;
    color: #fff;
}

ul.acc_links li a:hover {
    color: #fff;
}

ul.acc_links li a span {
    margin-right: 10px;
    color: #000;
    width: 30px;
    height: 30px;
    background: #f7f7f7;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

/*ul.acc_links li span{ position:absolute; right:5px; top:5px; color:#fff; font-size:.8em;}*/
ul.acc_links b {
    position: absolute;
    right: 10px;
    top: -7px;
    background: url(../images/new-badge.png) no-repeat;
    width: 68px;
    height: 56px;
    color: #fff;
    text-align: center;
    font-size: .6em;
    font-weight: 400;
    padding: 4px 0;
}

.acc_links .fa-bars {
    color: #fff;
    float: right
}

ul.acc_links b strong {
    font-size: 1.7em;
}

.acc_ico_links ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.acc_ico_box {
    border: #b5e4f5 solid;
    border-width: 0 1px 1px 0;
}

.acc_ico_box a {
    text-align: center;
    color: #333;
    padding: 35px 20px;
    height: 200px;
    display: block;
    transition: all 0.3s linear;
}

.acc_ico_box a:hover {
    color: #fff;
    background: #4291c9;
}

.acc_ico_box2 a {
    text-align: center;
    color: #333;
    background: #fef2d9;
    padding: 40px 5px;
    display: block;
    box-shadow: #eee 3px 3px 5px;
    transition: all 0.3s linear;
}

.acc_ico_box2 a:hover {
    color: #fff;
    background: #fab62d;
}

.acc_ico {
    font-size: 3em;
}

.acc_ico_title {
    margin-top: 10px;
}

.acc_rgt {
    width: 98%;
    float: right;
}

.acc_toplink {
    display: inline-block;
    margin-top: 20px;
}

.acc_toplink span {
    color: #fff;
    background: #fff;
    background: rgba(255, 255, 255, .1);
    display: inline-block;
    padding: 8px 25px;
    margin-left: 2px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase;
    border: #c4adcb 1px solid;
    cursor: pointer;
}

.dropdown-item {
    padding: 3px 10px;
    font-size: .9em;
    width: 100%;
}

.addr_box {
    border: #ddd 1px solid;
    padding: 15px;
    border-radius: 5px;
    margin: 5px 0;
    overflow: hidden;
    height: 145px;
    transition: all 0.3s linear;
}

.addr_box:hover {
    border: #999 1px solid;
    box-shadow: #ccc 3px 3px 3px;
}

.acc_logo {
    width: 170px;
}

.activate_icon {
    position: relative;
}

.activate_icon span {
    position: absolute;
    font-size: 0.4em;
    background: #009b0f;
    color: #fff;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 3px;
    top: -5px;
    right: -5px;
}

.deactivate_icon {
    position: relative;
}

.deactivate_icon span {
    position: absolute;
    font-size: 0.4em;
    background: #cc0000;
    color: #fff;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 3px;
    top: -5px;
    right: -5px;
}

.acc_rest_box {
    width: 285px;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    border-bottom: #e2e2e2 1px solid;
    padding-bottom: 17px;
}

.acc_rest_pic {
    width: 285px;
    height: 200px;
    text-align: center;
    overflow: hidden;
}

.acc_rest_pic span {
    width: 285px;
    height: 200px;
    vertical-align: middle;
    display: table-cell;
}

.acc_rest_pic img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px;
}

.acc_form {
    padding: 15px 20px;
}

.acc_form input[type=text],
.acc_form input[type=password],
.acc_form textarea {
    border: 0;
    background: #fff;
    padding: 9px;
    border: #ddd 1px solid;
    width: 100%;
    color: #666;
    margin-top: 3px;
}

.acc_form select {
    border: 0;
    background: #fff;
    padding: 8px;
    border: #ddd 1px solid;
    width: 100%;
    color: #000;
    margin-top: 3px;
}

.acc_form input[type=file] {
    border: 0;
    background: #fff;
    padding: 6px;
    border: #ddd 1px solid;
    width: 100% !important;
    color: #666;
    margin-top: 3px;
}

.add_pos {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 5px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.close_pos {
    position: absolute;
    z-index: 99;
    top: -10px;
    right: 0;
}

/*Post Event*/
.gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #000;
}

.acc_list_row {
    padding: 10px 0;
    border-bottom: #ddd 1px solid;
}

/*Invoices &amp; Packages*/
.pack_box1 {
    background: #0070c0;
    padding: 25px;
}

.pack_box2 {
    background: #fcb827;
    padding: 25px;
}

.pack_box3 {
    background: #ffc000;
    padding: 25px;
}


.reviews_w {
    background: #fbfbfb
}

.rev_txt {
    font-style: italic;
    font-size: 14px;
    margin-top: 5px;
}

.post_on {
    font-style: italic;
}

.rev_by {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
    font-family: 'Titillium Web', sans-serif
}

.gred_yel:focus {
    background: #ff5c5c;
    box-shadow: none
}

.gred_red:focus {
    background: #ff5c5c;
    box-shadow: none
}

/*JOBS*/
.job_posting_w {
    width: 290px;
    margin: 10px auto;
    padding: 10px;
    box-shadow: 1px 0 4px #ccc;
    transition: all linear .7s
}

.job_post_img {
    width: 270px;
    height: 143px;
    overflow: hidden
}

.job_post_img figure {
    width: 270px;
    height: 143px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.job_post_img img {
    max-width: 100%;
    height: auto;
    transition: all linear .6s;
}

.job_posting_w:hover {
    box-shadow: 0px 0px 10px #ccc
}

.job_posting_des {
    margin: 0;
    padding: 10px 0px;
    text-align: left;
    position: relative;
    color: #939b9b;
}

.sh_location {
    background: #9f8743;
    color: #fff;
    padding: 4px 13px;
    display: inline-block;
    margin-bottom: 8px;
    position: absolute;
    z-index: 9;
    top: -25px;
    left: 0
}

.job_post_ttl {
    font-size: 20px;
    line-height: 19px;
    overflow: hidden;
    font-weight: 600;
    height: 36px;
}

.job_post_ttl a {
    color: #012060;
}

.job_other_dtl p {
    margin-bottom: 0.5em
}

.job_other_dtl p b {
    color: #464646
}


.drp {
    background: #fff;
    border: 2px solid #3f2783;
    border-radius: 20px;
    color: #3f2783;
    width: 170px;
    z-index: 3;

}

.cities {
    display: grid;
    margin-top: 40px;
    font-size: 14px;
    border: 1px solid;
    background: #e9e9e9;
    padding: 10px;
    width: 154px;
    border-radius: 24px;
    cursor: pointer;
}

.cities i {
    font-size: 24px;
}

.locicon {
    font-size: 20px;
    color: #1d4d70;

}

.accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.accordion-header {
    font-size: 1rem;
}

.accordion-button {
    background-color: #f4f6f8;
    color: #007bff;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

.accordion-button:hover {
    background-color: #007bff;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: #007bff;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.accordion-body {
    font-size: 0.95rem;
    background-color: #fff;
    padding: 15px;
    color: #555;
    border-top: 1px solid #e0e0e0;
}

/* General Card Styling */
.card {
    border-radius: 10px;
    overflow: hidden;
}

.card p,
.card h2 {
    margin-bottom: 0.5rem;
}

/* Tab Navigation */
.nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.nav-tabs .nav-link {
    background-color: #003366;
    border: none;
    margin: 0 5px;
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 20px;
    color: #fff;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-link:hover {
    background-color: #0056b3;
    color: #f4f6f8;
}

.nav-tabs .nav-link.active {
    background-color: #00aaff;
    color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}

/* Tab Content */
.tab-content {
    border-radius: 10px;
    background-color: #f4f6f8;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.tab-pane h2 {
    color: #004899;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.tab-pane .address a {
    color: #007bff;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
    border: 1px solid #007bff;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.tab-pane .address a:hover {
    background-color: #007bff;
    color: #fff;
}

/* Utility Classes */
.text-capitalize {
    text-transform: capitalize;
}

.ms-2 {
    margin-left: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 0.9rem;
        padding: 8px 15px;
    }

    .tab-pane h2 {
        font-size: 1.25rem;
    }
}

#loader {
    position: fixed;
    /* Position fixed to make it cover the screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    display: none;
    /* Hidden by default */
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    z-index: 9999;
    /* Ensure it's above other content */
    display: flex;
    /* Use flexbox to center content */
}

/* Optional: Style for the spinner */
.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3em;
}
.no_data {
    text-align: center;
    font-size: 2rem;
    margin-top: 15vh;
    font-weight: 600;
}
.price-tag-green{
    background-color: #f7f7f7;
    color: #2e7d32;
    font-size: 1.2em;
    font-weight: 700;
    font-family: '';
}