
:root{
    --theme-color: #03a0e3;
    --black: #222222;
  }
body {
    font-family: 'Airbnb Cereal VF', 'Circular', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
}
body p{
    font-family: 'Airbnb Cereal VF', 'Circular', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
}
.text-black{
    color:var(--black) !important;
}
.top-header{
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: rgb(0 0 0 / 8%) 0 1px 0;
}
.top-header-logo{
    width: 200px;
}
.top-header-menu ul {
    list-style: none;
    display: inline-flex;
    font-size: 16px;
}
.top-header-menu ul li a{
    text-decoration: none;
    color:var(--black);
}
.top-header-menu ul li {
    width: 80px;
}
.top-header-login-btn .navbar {
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    background: #fff;

}
.top-header-login-btn .menu-button {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 80px;
    justify-content: space-between;
}
.top-header-login-btn .menu-button i {
    font-size: 27px;
    margin-right: 0px;
    color: #6A6A6A;
}
.top-header-login-btn .menu-button .fas.fa-bars{
    font-size: 16px;
}
.top-header-login-btn .dropdown {
    position: absolute;
    top: 65px;
    right: 0;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 240px;
    display: none;
    flex-direction: column;
    padding: 10px 0;
    z-index: 100;
}
.top-header-login-btn hr {
    margin: 10px 0;
}
.top-header-login-btn .dropdown a {
    text-decoration: none;
    color: #333;
    padding: 5px 15px;
    display: block;
    transition: background 0.3s;
}
.top-header-login-btn .dropdown a:hover {
    background: #f5f5f5;
}
.top-header-login-btn .dropdown.active {
    display: flex;
}


.top-header-searchbar .search-container {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}
.top-header-searchbar .search-bar {
    background: white;
    padding: 12px 10px;
    border-radius: 50px;
    align-items: center;
    width: 800px;
    gap: 10px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}
.border-none{
    border-right:none !important;
}
.top-header-searchbar .search-section {
    flex: 1;
    padding: 0px 10px;
    border: none;
    outline: none;
    font-size: 13px;
    border-radius: 50px;
    background: transparent;
    border-right: 1px solid;
    border-radius: 0px;
    border-color: #ccc;
}
.top-header-searchbar .search-btn {
    background: #03a0e3;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    align-items: center;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-left: 15px;
}
.index1 .top-header-searchbar .search-btn {
    background: #03a0e3 !important;
}
.index1 .section-title span {
    background: #03a0e3 !important;
}
.index1 .emg-contact-no {
    background: #03a0e3 !important;
}
.index1 .process_number {
    background: rgba(3, 160, 227, .1) !important;
}
.index1 .MostBookPackageNew_package__button__9spW_ {
    background: #03a0e3 0 0 no-repeat padding-box !important;
}
.index1 .MostBookPackageNew_price_section__I3HBc>p:first-child>span {
    color: #03a0e3;
}
.index1 .emg-con {
    background-color: rgba(3, 160, 227, .1) !important
}
.top-header-searchbar .dropdown {
    position: absolute;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 40%;
    display: none;
    flex-direction: column;
    margin-top: 2px;
    padding: 10px;
    margin-left: 45px;
    z-index: 999;
}
.top-header-searchbar .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s;
}
.top-header-searchbar .dropdown-item:hover {
    background: #f5f5f5;
}
.top-header-searchbar .dropdown-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 8px;
}
.top-header-searchbar .dropdown-item p {
    margin: 0;
    font-size: 14px;
    color: #333;
}
.w-20{
    width: 20% !important;
}



.slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.slider-container {
    display: flex;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
    justify-content: space-around;
}
.slider-container::-webkit-scrollbar {
    display: none;
}
.category {
    text-align: center;
    padding: 10px 5px;
    flex: 0 0 auto;
    cursor: pointer;
    transition: color 0.3s;
    width: 117px;
}
.category:hover img{
    opacity: 1;
}
.category:hover span{
    color:#000;
}
.category img {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto;
    opacity: 0.6742081447963801;
}
.category.active img {
    opacity: 1;
}
.category span {
    display: block;
    font-size: 0.75rem;
    margin-top: 5px;
    color: #6A6A6A;
    font-weight: 500;
}
.category.active span{
    font-weight: bold !important;
    color:#000;
}
.home-menu .active {
    font-weight: bold;
    position: relative;
}
.top-header-menu .active {
    font-weight: bold;
    position: relative;
}

.home-menu .active::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #03a0e3;
    position: absolute;
    bottom: 1px;
    left: 0;
}
.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    cursor: pointer;
    font-size: 24px;
    padding: 0px 0px;
    z-index: 10;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    display: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right: 3px !important;
    font-size: 17px;
}
.left {
    left: 0;
}
.right {
    right: 0;
}
.home-menu{
    margin: 15px 0px;
}

.footer {
    padding: 0px 0 0;
    background-color: #F7F7F7;
    margin-top: 0px;
}
.footer .footer-top {
    padding: 0px 0 0px;
}
.footer-bottom {
    padding-bottom: 0px;
    margin-top: 20px;
}
.footer .footer-bottom .copyright {
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
}
.footer .footer-bottom .copyright-text p {
    color: rgb(34, 34, 34) !important;
    font-size: 15px;
}
.policy-menu {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right;
}
.policy-menu li {
    display: inline-block;
    margin-right: 15px;
}
.policy-menu li a {
    color: rgb(34, 34, 34) !important;
    text-decoration: none;
}
.policy-menu li::after {
    color: #DDDDDD;
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}
.policy-menu li:last-child::after {
    content: "";
}
.footer-title {
    color: rgb(34, 34, 34) !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.footer .footer-menu ul li {
    margin-bottom: 5px;
    position: relative;
}
.footer .footer-menu ul li a {
    color: rgb(34, 34, 34) !important;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    transition: all 0.4s ease 0s;

}
a{
    text-decoration: none;
}
.footer .footer-menu ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0;
    font-size: 12px;
}
.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.longlivo-footer {
    padding-top: 45px;
}




.carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  }
  .carousel-inner {
    padding: 1em;
  }

  @media screen and (min-width: 576px) {
    .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 768px) {
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .carousel-control-prev .fa,
  .carousel-control-next .fa{
    color:#ccc !important;
  }

  .customer-review{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #testimonialCarousel .card{
    border: 1px solid #dddd;
}
#testimonialCarousel h5 {
    font-size: 14px;
    margin-bottom: 0px !important;
}
#testimonialCarousel .text-secondary{
    font-size: 12px;
}
#testimonialCarousel .card-text {
    margin-bottom: 10px;
    font-size: 15px;
}
.section-title{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.section-title h1 {
    font-size: 25px;
    margin-bottom: 50px;
}

.package-card {
    min-height: 409px;
    height: 100%;
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #ddd;
}
.MostBookPackageNew{
    position: relative;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--black);
    background-color: #F7F7F7;
    width: 100%;
    height: 45%;
    overflow: hidden;
}
.MostBookPackageNew_package__content__xkTT7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    height: 55%;
}
.MostBookPackageNew_package__card__data__ov2IP>p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 18px;
}
.MostBookPackageNew_package__card__data__ov2IP>p:first-child>span {
    font-weight: 600;
}
.MostBookPackageNew_price_container__UrRf2 {
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}
.MostBookPackageNew_price_section__I3HBc {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px dotted #d9d9d9;
}
.MostBookPackageNew_price_section__I3HBc>p:first-child {
    color: #2f3032;
    font-size: 22px;
}
.MostBookPackageNew_price_section__I3HBc p{
    margin-bottom: 0px;
}
.MostBookPackageNew_price_section__I3HBc>p:nth-child(2) {
    color: #2f3032;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-decoration: line-through;
    text-align: left;
}
.MostBookPackageNew_price_section__I3HBc>p:first-child>span {
    color: #03a0e3;
    font-weight: 600;
    line-height: 33px;
}
.MostBookPackageNew_price_percentage__2cFQI {
    width: 110px;
    height: 52px;
    border-radius: 5px;
    padding: 2px 4px;
    background-color: rgba(3, 160, 227, .1) !important;
    font-weight: 600;
    font-size: 18px;
    list-style: 27px;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
}
.index1 .MostBookPackageNew_price_percentage__2cFQI {
    background-color: rgba(3, 160, 227, .1) !important;
}
.MostBookPackageNew_package__button__9spW_ {
    min-width: 135px;
    height: 40px;
    background: #03a0e3 0 0 no-repeat padding-box;
    box-shadow: 0 20px 20px #00000003;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
}
.MostBookPackageNew>h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    text-align: center;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.most-recommended-packages{
    padding-top: 60px;
    padding-bottom: 60px;
}
.MostBookPackageNew_bestSeller__nR6XV {
    position: absolute;
    left: -18px;
    top: -20px;
}
.faq{
    padding-top: 0px;
    padding-bottom: 90px;
}

.faq .section-title h1 {
    font-size: 35px;
    font-weight: 600;
}
.faq-btn-blck{
    padding-bottom: 90px;
}
.accordion-button:not(.collapsed) {
    color: var(--black);
    font-weight: 600;
    background-color: #fff;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)* -1) 0 var(--bs-accordion-border-color);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #dddd;
    outline: 0;
    box-shadow:none !important;
}
.show-more-button {
    color: #03a0e3;
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
}

.section-title span{
    background: var(--black);
    color: #fff;
    padding: 4px 5px;
    border-radius: 18px;
    min-width: 139px;
    display: inline-block;
    margin-bottom: 10px;
}
.how-we-work{
    padding-top: 60px;
    padding-bottom: 60px;
}

.single_process {
    margin-top: 25px;
    text-align: center;
}
.process_number {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: var(--colorWhite);
    background: #F7F7F7;
    border-radius: 50%;
    margin-bottom: 25px;
    margin: 25px auto;
}
.single_process h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--colorBlack);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.single_process p {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 115px;
    right: 15px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    line-height: 62px;
}
.float img{
    width: 100%;
}

.emergancy-contact img {
    width: 65px;
    height: 65px;
    margin-right: 20px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}
.emergancy-sub-title{
    font-size: 12px !important;
}
.emg-con {
    background-color: #F7F7F7;
    padding: 20px;
    border-radius: 4px;
}
.emg-con p{
    margin-bottom: 0px;
}
.emergancy-title{
    font-size: 18px;
    font-weight: 600;
}
.emg-contact-no {
    float: right;
    margin-right: 30px;
    background: #FF385C;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 200px;
    text-align: center;
    border-radius: 4px;
    height: 45px;
    line-height: 46px;
}



.index2 .top-header-searchbar .search-btn {
    background: #990011 !important;
}
.index2 .section-title span {
    background: #990011 !important;
}
.index2 .process_number {
    background: #FCF6F5 !important;
}
.index2 .MostBookPackageNew_package__button__9spW_ {
    background: #990011 0 0 no-repeat padding-box !important;
}
.index2 .MostBookPackageNew_price_section__I3HBc>p:first-child>span {
    color: #990011;
}
.index2 .emg-con {
    background-color: #FCF6F5;
}
.index2 .footer {
    background-color: #FCF6F5;
}
.index2 .emg-contact-no {
    background: #990011;
}
.index2 .MostBookPackageNew_price_percentage__2cFQI {
    background-color: #FCF6F5;
}







.index3 .top-header-searchbar .search-btn {
    background: #F98866 !important;
}
.index3 .section-title span {
    background: #F98866 !important;
}
.index3 .process_number {
    background: #FCF6F5 !important;
}
.index3 .MostBookPackageNew_package__button__9spW_ {
    background: #F98866 0 0 no-repeat padding-box !important;
}
.index3 .MostBookPackageNew_price_section__I3HBc>p:first-child>span {
    color: #F98866;
}
.index3 .emg-con {
    background-color: #FCF6F5;
}
.index3 .footer {
    background-color: #FCF6F5;
}
.index3 .emg-contact-no {
    background: #F98866;
}
.index3 .MostBookPackageNew_price_percentage__2cFQI {
    background-color: #FCF6F5;
}
.footer-show-btn {
    width: 140px;
    margin: 0px auto;
    height: 40px;
}

.index4 .MostBookPackageNew_price_section__I3HBc>p:first-child>span {
    color: #ff385c !important;
}
.index4 .top-header-searchbar .search-btn {
    background: #03a0e3 !important;
}
.section-title span {
    background: #03a0e3 !important;
}
.index4 .MostBookPackageNew_price_percentage__2cFQI {
    background-color: rgba(3, 160, 227, .1) !important;
}


.index4 .MostBookPackageNew_package__button__9spW_ {
    background: #03a0e3 0 0 no-repeat padding-box !important;
}

.index4 .process_number {
    background: rgba(3, 160, 227, .1) !important;
}
.index4 .emg-con {
    background-color: rgba(3, 160, 227, .1) !important;
}

.index4 .home-menu .active::after {
    background: #ff385c !important;
    height: 3px !important;
}
.index4 .emg-contact-no {
    background: #03a0e3 !important;
}




#addReviewModal .modal-dialog {
    transform: none;
    width: 1000px;
    max-width: 1000px;
}

.star-rating i { font-size: 1.5rem; cursor: pointer; color: lightgray; }
.star-rating i:hover, .star-rating i.active { color: gold; }
.emoji-rating i { font-size: 2rem; cursor: pointer; margin: 0 5px; }
.emoji-rating i:hover, .emoji-rating i.active { opacity: 0.7; }


#needHelpBtn{
    display: block;
    position: fixed;
    width: 4em;
    height: 4em;
    z-index: 10;
    bottom: 1em;
    right: 1em;
    color: #fff;
    background: linear-gradient(135deg, #0cebeb, #03a0e3 , #03a0e3 );
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0.1em 0 0.25em rgba(0, 0, 0, 0.15), 0.2em 0 1em rgba(0, 0, 0, 0.2);
  }
  #needHelpBtn::after {
    content: "\f29c";
    font-family: "Font Awesome 6 Free";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 32px;
    font-weight: 400;
}
  .action-button-content {
    background-color: white;
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: 15;
    bottom: 2em;
    right: 2em;
    transform-origin: bottom right;
    transition: box-shadow 50ms ease-out, border-radius 50ms ease-out 25ms, width 90ms ease-in, height 60ms ease-in;
  }
  .action-button-content-inner {
    opacity: 0;
    transition: opacity 30ms ease-out 0;
    padding: 40px;
  }
  .action-button-content-inner h2 {
    color: black;
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 18px;
}
  .action-button-content-inner .btn {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #03a0e3 ;
    border: 1px solid #03a0e3 ;
    border-radius: 3px;
    margin-bottom: 1.5em;
    transition: color 50ms linear, background 50ms linear;
    text-decoration: none;
  }
  .action-button-content-inner .btn:hover {
    color: white;
    background: #03a0e3 ;
  }
  .action-button-content-inner::after {
    content: "⌟";
    position: absolute;
    font-size: 25px;
    top: 5px;
    right: 15px;
    color: #666;
    pointer-events: auto;
    transform: rotate(45deg);
    cursor: pointer;
  }
  .actionsBoxOpen #needHelpBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5em;
    height: 1.5em;
    padding: 0.25em;
    transform-origin: 50%;
    transform: translate(-50%, -50%);
    font-size: 200%;
    font-weight: 100;
    line-height: 0.95em;
    text-align: center;
    border-radius: 50%;
    transition: all 400ms ease-out;
  }
  .actionsBoxOpen .action-button-content {
    pointer-events: none;
    width: 400px;
    height: 250px;
    cursor: default;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    bottom: 2em;
    right: 2em;
    transform-origin: bottom right;
    transition: box-shadow 50ms ease-in 100ms, border-radius 50ms ease-in 100ms, width 150ms ease-in, height 150ms ease-in;
  }
  .actionsBoxOpen .action-button-content-inner {
    opacity: 1;
    transition: opacity 100ms ease-out 200ms;
  }
  .actionsBoxOpen .action-button-content-inner .btn {
    pointer-events: auto;
  }
  .h-plus-u-detail-page{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .test-name{
    font-size: 25px;
    font-weight: 600;
}
.test-certified-block {
    padding: 22px 26px;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.test-certified-block img{
    width: 35px;
}
.test-certified-block p{
    margin-bottom: 0px;
}
.border-left {
    border-left: 1px solid #DDDDDD;
    padding-left: 20px;
}
.rating-count{
    font-size: 23px;
    font-weight: 600;
}
.check-review-btn{
    font-size: 12px;
    color: #212529;
    text-decoration: underline;
}
.rating-stars{
    margin-top: 5px;
}
.detail-page-left-side .test-name-desc span{
    margin-right: 15px;
}

.test-include-block{
    margin-top: 30px;
}


.test-include-block {
    /* border-top: 1px solid #dddd; */
    /* padding-top: 30px; */
    padding-bottom: 5px;
    border-bottom: 1px solid #dddd;
}
.test-include-block .highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 20px;
}
.test-other-details p{
    font-size: 14px;
}
.detail-page-left-side p{
    font-size: 14px;
}
.test-include-block .highlight-item i {
    font-size: 20px;
    margin-top: 4px;
}
.test-include-block .highlight-title {
    font-size: 1rem;
    font-weight: bolder;
}
.test-include-block .highlight-text {
    color: var(--black);
    font-size: 14px;
    margin-top: 0px;
}
.test-description p {
    font-size: 14px;
}
.detail-page-left-side{
    padding-right: 150px;
}

.aon-doctor-tabs {
    margin-bottom: 30px !important;
    margin-top: 10px;
    border-bottom: 1px solid #dddd;
}
.aon-custom-nav > .nav-item > .nav-link.active {
    color: #222;
    background: none;
    position: relative;
    border: 0;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out;
    border-radius: 0;
    cursor: pointer;
}
.aon-custom-nav li h4 {
    font-size: 17px;
    /* font-weight: 600; */
    color: var(--black);
}
.aon-custom-nav > .nav-item > .nav-link.active:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #03a0e3;
    opacity: 1;
    position: absolute;
    content: '';
    z-index: 1;
}
.test-description .show-more-button {
    font-size: 16px;
}
.aon-custom-nav .nav-link {
    cursor: pointer;
    min-width: 175px;
    text-align: center;
}


.detail-page-right-side-block{
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 1;
    width: 100%;
    display: inline-block;
    padding-right: 1px;
}
.price-box {
    max-width: 400px;
    background: white;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.price {
    font-size: 24px;
    font-weight: bold;
}
.rate-option {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
}
.rate-option input {
    accent-color: black;
}
.reserve-btn {
    background: linear-gradient(to right, #03a0e3, #03a0e3);
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    border-radius: 25px;
    border: none;
}
.reserve-btn:hover {
    background: linear-gradient(to right, #048cc6, #0489c2);
}

.test-time-details {
    border: 1px solid #000;
    padding: 0px;
    border-radius: 8px;
}
.test-time-details .border-right{
    border-right:1px solid #000;
}
.test-time-details .test1 {
    padding: 10px 20px;
    width: 50%;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #222 !important;
    font-size: 12px !important;
    font-weight: bolder;
}
.test-date{
    font-size: 15px;
}
.rate-option label{
    width: 300px;
}
.rate-option input{
    height: 22px;
    width: 22px;
}
.offer{
    color: #03a0e3;
    font-size: 15px;
}
.test-listing-blk .aon-booked-test-block {
    padding: 15px 15px 15px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.5slinear;
    height: auto;
    margin-bottom: 30px;
}
.aon-booked-test-block .aon-test-name {
    font-size: 17px;
    font-weight: bold;
    color: #222222;
    width: 90%;
    margin-bottom: 0px !important;
}
.test-wrap {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.available-info {
    font-size: 12px;
    color: #757575;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin-bottom: 5px !important;
    line-height: 20px;
}
.available-info.lab-listing li {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    color: #212529;
}
.available-info li i {
    margin-right: 10px;
    font-size: 12px;
    color: #212529;
}
.aon-health-checkup-price {
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
}
.aon-health-checkup-price span {
    color: #03a0e3;
    font-weight: 600;
    display: inline-block;
    margin-right: 8px;
    font-size: 20px !important;
}
.aon-health-checkup-price span.discount {
    color: #9d9d9d;
    margin-right: 14px;
    margin-top: 0px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
}
.aon-health-checkup-price span.offer {
    color: #757575;
    padding: 2px 4px;
    font-size: 15px;
    line-height: 31px;
    height: 20px;
    margin-left: -3px;
    margin-top: 0px;
    font-weight: 500;
    display: inline-block;
    margin-right: 8px;
    font-size: 14px !important;
}

.test-listing-blk{
    margin-top: 0px;
    margin-bottom: 45px;
}
.site-button {
    color: var(--black);
    border: 1px solid #ddd;
    padding: 7px 20px;
    border-radius: 4px;
    margin-top: 11px;
    cursor: pointer;
    font-size: 14px;
}
.site-button:hover {
    color: #ff385c;
}
.aon-booked-test-block .rating{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
}
.aon-booked-test-block .rating span{
    font-size: 14px;
}
.aon-booked-test-block .col-6.text-end.rating{
    margin-top: 10px;
}
.top-menu-filter-dropdown button {
    background: #fff;
    color: var(--black);
    margin-top: 25px;
    margin-left: 20px;
    width: 170px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 15px;
    height: 37px;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #ddd;
}
.top-menu-filter-dropdown button:hover {
    background: #222222;
}
.top-menu-filter-dropdown button::after{
    display: none;
}
/* .bootom-footer-btn {
    background: #F7F7F7;
    border-top: 1px solid #ddd;
    margin-top: 30px;
} */
.footer-show-btn {
    background: #03a0e3;
    border: none;
    margin-top: 20px;
    padding-top: 5px;
    border-radius: 0;
    position: relative;
    /* z-index: 99; */
    line-height: 7px;
    color: #fff;
}

/* .footer-show-btn::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 55px solid #F7F7F7;
    z-index: -1;
}

.footer-show-btn::after {
    content: "";
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    border-bottom: 58px solid #ddd;
    z-index: -2;
} */
.footer-show-btn .fa.fa-angle-double-up {
    margin-top: 0px;
    /* display: block; */
    margin-right: 5px;
}

.list-page-title h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

.doctor-verified-icon{
    margin-right: -11px;
    margin-top: -7px;
}
.f-16px{
    font-size: 16px !important;
}
.review-listing {
    border-bottom: 1px solid #f5f7fc;
    margin-top: 20px;
    padding-bottom: 30px;
}
.write-review {
    border: 1px solid #efefef;
    padding: 9px;
}
.review-listing>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.review-listing>ul li {
    margin-top: 0px;
    /* border-top: 1px dashed #f0f0f0; */
    padding-top: 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}
.review-listing>ul li .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.avatar-sm {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    border-radius: 50% !important;
    border-style: none;
    max-width: 100%;
    vertical-align: middle;
}
.comments-reply{
    list-style: none;
}
.review-listing>ul li .comment .comment-body {
    margin-left: 15px;
    width: 100%;
}
.review-listing>ul li .comment .comment-body .meta-data {
    position: relative;
    margin-bottom: 10px;
}
.review-listing>ul li .comment .comment-body .meta-data span.comment-author {
    font-weight: 600;
    color: #272b41;
    text-transform: capitalize;
}
.review-listing>ul li .comment .comment-body .meta-data span {
    display: block;
    font-size: 16px;
    color: #757575;
}
.review-listing>ul li .comment .comment-body .meta-data span.comment-date {
    font-size: 13px;
}
.review-listing>ul li .comment .comment-body .meta-data span {
    display: block;
    font-size: 16px;
    color: #757575;
}
.review-listing>ul li .comment .comment-body .meta-data .review-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 3px;
    right: 0;
    width: auto;
    font-size: 12px;
}
.recommended {
    color: #28a745;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}
.review-listing>ul li .comment .comment-body .comment-reply .comment-btn {
    color: #ff5851;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}
.review-listing .recommend-btn {
    float: right;
    color: #757575;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 0;
}
.review-listing .recommend-btn a {
    border: 1px solid rgba(128, 137, 150, 0.4);
    border-radius: 4px;
    display: inline-block;
    padding: 4px 12px;
    color: #757575;
    margin-left: 3px;
    margin-right: 3px;
    transition: all .3s;
    font-size: 13px;
}
.review-listing .recommend-btn a {
    border: 1px solid rgba(128, 137, 150, 0.4);
    border-radius: 4px;
    display: inline-block;
    padding: 4px 12px;
    color: #757575;
    margin-left: 3px;
    margin-right: 3px;
    transition: all .3s;
    font-size: 13px;
}
.review-listing .recommend-btn a i {
    font-size: 16px;
}
.test-list-testname .aon-test-name.test-wrap img{
    width: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 5px;
}

.test-list-testname img {
    width: 100px;
    margin-right: 10px;
    height: 100%;
}
.test-list-testname .doctor-name{
    font-size: 18px;
}
.doctor-listing-page .available-info.lab-listing{
    margin-top: 10px;
}
.doctor-card {
    max-width: 900px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px 15px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    margin-bottom: 30px;
    min-height: 229px;
}
.doctor-image {
    width: 85px;
    height: 85px;
    /* border-radius: 50%; */
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.rating {
    color: green;
    font-weight: bold;
}
.book-btn {
    min-width: 100px;
    height: 30px;
    background: #03a0e3;
    box-shadow: 0 20px 20px #00000003;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    line-height: 17px;
}
.book-btn:hover {
    background-color: #0a71a4;
    color: #fff;
}
.doctor-name{
    font-size: 18px;
    color: #03a0e3 !important;
    font-weight: 600;
    margin-bottom: 5px;
}
.doctor-card p {
    font-size: 13px;
    margin-bottom: 7px;
}
.doctor-card .available-info.lab-listing{
    line-height: 30px;
    color: #4a4a4a;
    margin-bottom: 0px !important;
}
a.text-decoration{
    text-decoration: underline !important;
}

.wishlist-btn {
    list-style: none;
    display: flex;
    gap: 5px;
    margin-top: 5px;
    padding-left: 0px;
    margin-bottom: 0px;
    justify-content: center;
}
.wishlist-btn li {
    background: rgba(3, 160, 227, .1) !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 10px;
    cursor: pointer;
}
.doctor-profile-img {
    width: 85px;
    /* border: 1px solid #ddd;
    border-radius: 4px; */
    object-fit: contain;
    height: 85px;
}
.detail-page-right-side-block small{
    font-size: 9px !important;
}
.appointment-date{
    font-size: 12px;
    text-align: center;
}
.appointment-canledor{
    margin-top: 10px;
}
.appointment-canledor {
    margin-top: 0px;
    /* border-top: 1px solid #ddd; */
    padding-top: 15px;
    margin-bottom: 20px;
}
.price-box h6{
    font-size: 15px;
}
.slot-btn{
    width: 75px;
    padding: 0px 5px;
    font-size: 12px;
    height: 30px;
    border-radius: 3px;
    margin-right: 2px;
    border: 1px solid #03a0e3;
    color: #03a0e3;
    margin-bottom: 5px;
}
.test1 small{
    font-size: 13px !important;
}
.select-clinic-btn .btn {
    border: 1px solid #000;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: left;
    font-size: 13px;
    border-top-width: 0px;
}
.select-clinic-btn .btn span{
    font-size: 10px;
}
.select-clinic-btn{
    width: 100%;
}
.doctor-detail-page .test-time-details {
    border: 1px solid #000;
    padding: 0px;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.select-clinic-btn .dropdown-toggle::after {
    float: right;
}
.dropdown-menu a{
    font-size: 13px;
}
.dropdown-menu li{
    border-bottom: 1px solid #ddd;
}
.dropdown-menu a span{
    font-size: 10px;
}
.dropdown-menu{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.dropdown-menu li:last-child{
    border-bottom: none;
}
.treatment-and-services-list {
    padding-left: 0px;
    list-style: none;
    display: ruby;
    margin-top: 0px;
    margin-bottom: 0px;
}
.treatment-and-services-list li a {
    color: var(--black);
    /* border: 1px solid #ddd; */
    border-radius: 3px;
    padding: 0px 10px 0px 0px;
    margin-right: 0px;
}
.treatment-and-services-list li a:hover{
    color: #03a0e3;
}

.experience-box {
    position: relative;
}
.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.experience-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}
.experience-list>li {
    position: relative;
    padding: 0px;
}
.experience-list>li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}
.before-circle {
    background-color: rgba(3, 160, 227, .1);
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 2px solid #03a0e3;
}
.experience-list>li .experience-content {
    background-color: #fff;
    margin: 0 0 10px 25px;
    padding: 0;
    position: relative;
}
.experience-list>li .experience-content .timeline-content {
    color: #757575;
}
.experience-list>li .experience-content .timeline-content a.name {
    font-weight: 600;
    color: var(--black);
    font-size: 14px;
}
.experience-list>li .time {
    color: #757575;
    display: block;
    font-size: 13px;
}
.accordion-flush .accordion-collapse.collapse.show {
    border-width: 1px !important;
    border-top: 1px solid #ddd;
}
.doctor-detail-page .aon-doctor-tabs {
    margin-bottom: 0px !important;
}
.add-review-button{
    background: transparent;
    border: none;
}
.consultation-fee{
    font-size: 16px;
    font-weight: 600;
    vertical-align: bottom;
}
.test-other-details h4 {
    font-size: 17px;
    color: var(--black);
    /* border-top: 1px solid #ddd; */
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    /* border-bottom: 1px solid #ddd; */
    font-weight: 600;
}
.test-other-details h4 span{
    font-size: 17px;
    margin-right: 5px;
}
.doctor-detail-page .test-include-block{
    border-bottom: none;
}
.test-other-details .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    padding-left: 0px;
    font-size: 14px;
}
.accordion-body {
    font-size: 14px;
}
.other-info-title .show-more-button{
    font-size: 16px;
    float: right;
}
.comment-content{
    font-size: 15px;
}
.widget.review-listing .avatar-sm{
    top: 4px;
}
.f-12px{
    font-size: 12px !important;
}
.doctor-detail-page .test-other-details h4 {
    font-size: 17px;
    color: #03a0e3;
    /* border-top: 1px solid #ddd; */
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}
.doctor-list-page-middle-block{
    border-right:1px solid #ddd;
}
.doctor-list-page-right-block {
    padding-left: 0px;
    margin-left: 15px;
    font-size: 12px;
}

.doctor-listing-page .wishlist-btn {
    margin-top: 16px;
    padding-left: 15px;
}
.doctor-listing-page .doctor-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 230px;
}


#gallery {
    padding-top: 0px 0px 15px 0px;
  }
  @media screen and (min-width: 991px) {
    #gallery {
      padding: 0px 0px 15px 0px;
    }
  }

  #gallery  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  #gallery  .img-wrapper img {
    width: 100%;
  }

  #gallery .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  #gallery .img-overlay i {
    color: #fff;
    font-size: 2em;
  }

  #gallery #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #gallery #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #gallery #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #gallery #overlay img {
      width: 50%;
    }
  }

  #gallery #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #gallery #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #gallery #nextButton {
      font-size: 2em;
    }
  }

  #gallery #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #gallery #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #gallery #prevButton {
      font-size: 2em;
    }
  }

  #gallery #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #gallery #exitButton:hover {
    opacity: 0.7;
  }
  #gallery .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 0px;
}
  @media screen and (min-width: 768px) {
    #gallery #exitButton {
      font-size: 2em;
    }
  }

  .clinic-detail-page .select-clinic-btn .btn {
    border: 1px solid #000;
    width: 100%;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    text-align: left;
    font-size: 13px;
    border-top-width: 1px;
}
.text-theme-color{
    color:#03a0e3 !important;
}
.top-header-logo img{
    width: 100%;
}

.hidden { display: none; }

.pharmacy-category::after{
    margin-top: 7px;
}
.medicine-list {
    border: 1px solid #000;
    border-radius: 0.375rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0;
    height: 245px;
    overflow: auto;
}
.btn.dropdown-toggle.pharmacy-category {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.medicine-list ul {
    list-style: none;
    padding-left: 10px;
    font-size: 12px;
    padding-top: 10px;
    line-height: 20px;
    padding-right: 10px;
}
.medicine-list ul .right-span{
    float: right;
}
.medicine-list ul .left-span{
    width: 250px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.note {
    line-height: 14px !important;
    display: block;
    padding-left: 1px;
}
.border-bottom-left-radius-0{
    border-bottom-left-radius:4px !important;
}
.border-bottom-right-radius-0{
    border-bottom-right-radius:4px !important;
}
.category-of-medicine{
    padding-left: 0px;
    list-style: none;
}
.category-of-medicine img{
    width: 30px;
    margin-right: 10px;
}
.category-of-medicine li span{
    vertical-align: sub;
}
.category-of-medicine li{
    margin-bottom: 15px;
}
.form-label {
    font-size: 14px;
    margin-bottom: 5px;
}
.form-control {
    margin-bottom: 10px;
    font-size: 14px;
    border-radius: 4px;
}
.form-control {
    margin-bottom: 10px;
}
.form-control.chosen-select {
    padding: 0 10px;
    height: 33px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
    border-radius: 4px;
    line-height: 35px;
    font-size: 12px !important;
}
.chosen-container-multi .chosen-choices {
    padding: 0 10px;
    width: 100%;
    height: 33px !important;
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    line-height: 32px !important;
    font-size: 12px !important;
    margin-bottom: 10px;
}
.enquiry-form{
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.all-test-list-block .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.all-test-list-block .accordion-body .test-list-name a{
    color: #212529;
}
.original-price {
    text-decoration: line-through;
    color: #9d9d9d;
    margin-left: 10px;
}
.test-list-area {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ddd;
    padding-top: 5px;
}
.test-list-area:last-child {
    border-bottom: none;
}


.aon-doctor-tabs .nav-link h4 {
    border-top: none;
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
}

.tab-treatment-list {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 27px;
    list-style: disc;
    padding-left: 20px;
    font-size: 14px;
}
.tab-treatment-list li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    display: block;
    font-size: 13px;
}

.tab-treatment-list.dirmappinglist li a {
    max-width: 350px !important;
}

.vertical-tab-panel .nav .nav-item button.active {
    background-color: transparent;
    color: #03a0e3 !important;
    border-radius: 0px;
  }
  .show-more-button.text-primary{
    color:#03a0e3!important;
  }
.vertical-tab-panel .nav .nav-item button.active::after {
    content: "";
    border-right: 6px solid #03a0e3;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    border-radius: 5px 0 0 5px;
  }
  .vertical-tab-panel .nav.nav-pills {
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    width: 100%;
}
.vertical-tab-panel .nav.nav-pills li{
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.vertical-tab-panel .nav-link {
    width: 100%;
    color: #212529 !important;
    font-weight: 400 !important;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 15px;
}
.vertical-tab-panel {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 0px;
    margin-bottom: 40px;
}
.vertical-tab-panel .accordion-header button {
    font-size: 17px !important;
    color: #03a0e3;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}
.vertical-tab-panel .accordion-header button span{
    margin-right: 10px;
}

.vertical-tab-panel .accordion-body {
    font-size: 14px;
    padding: 15px 0px;
}
.vertical-tab-panel .other-info-title {
    font-size: 16px;
    color: #03a0e3;
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}
.vertical-tab-panel .tab-content{
  padding: 0px;
}
.doctor-listing-page.most-recommended-packages .MostBookPackageNew {
    height: 100px;
    /* overflow: hidden; */
    /* margin-bottom: 20px; */
}
.doctor-listing-page.most-recommended-packages .MostBookPackageNew_package__content__xkTT7 {
     height: 220px;
}
.doctor-listing-page.most-recommended-packages .package-card {
    min-height: 230px;
    height: auto;
}
.doctor-listing-page.most-recommended-packages .MostBookPackageNew>h2 {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 245px;
    display: block;
    line-height: 103px;
}
.doctor-listing-page.most-recommended-packages .MostBookPackageNew_package__card__data__ov2IP>p:first-child {
    font-size: 16px;
}
.doctor-listing-page.most-recommended-packages .MostBookPackageNew_package__button__9spW_ {
    min-width: 120px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
}
.doctor-listing-page.most-recommended-packages .MostBookPackageNew_package__button__9spW_:hover{
    color: #fff !important;
}
.doctor-listing-page.most-recommended-packages .MostBookPackageNew_price_percentage__2cFQI {
    width: 100px;
    height: 40px;
    font-size: 16px;
}
.doctor-listing-page.most-recommended-packages .MostBookPackageNew_price_section__I3HBc>p:first-child {
    font-size: 20px;
}
.simple-list{
    padding-left: 20px;
    line-height: 32px;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.nav-pills .nav-link h4{
    color: #212529;
}
.aon-custom-nav > .nav-item > .nav-link.active h4{
    color: #03a0e3;
}

.footer-top-links1 ul li a {
    color: #03a0e3;
    margin-right: 5px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 420px;
    display: block;
}
.footer-top-links1 ul li {
    color: #fff;
    list-style: disc;
    padding: 0px 16px;
    padding-left: 0px;
    display: block;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
}
.footer-top-links1 ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    left: 0;
    margin-right: 8px;
    position: relative;
    top: 0;
    color: #1f3915;
    font-size: 12px;
}
.footer-top-links1 ul li a span {
    color: #1f3915;
    margin-right: 5px;
    font-size: 13px;
    /* font-weight: 500; */
}
.footer-top-links1 ul {
    margin-left: 0px;
    margin-top: 20px;
    padding-left: 0px;
}
.footer-top-seo-link{
    background: ghostwhite;
    margin-bottom: 0px;
}
.footer-categories-goolge-link .container {
    border-bottom: 1px solid #03a0e3;
}
.footer-categories-goolge-link2 .container {
    border-bottom: 1px solid #03a0e3;
}
.footer-top-seo-link .footer-categories-goolge-link:last-child .container {
    border-bottom: none;
}

.left-btn, .right-btn{
    display: none !important;
}
.fs-14{
    font-size: 14px !important;
}
.health-packages-categories {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #F7F7F7;
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.health-packages-categories a{
    color: var(--black) !important;
}
.health-packages-categories a h6 {
    line-height: 23px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 190px;
}
.package-top-title {
    height: 100px;
    background-color: #F7F7F7;
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 0px 15px;
    position: relative;
}
.package-top-title h6 {
    line-height: 23px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}
.health-package-card{
    border: 1px solid #ccc;
    border-radius: 10px;
}
.package-price-sec {
    text-align: center;
    padding: 10px 0px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.package-price-sec img{
    margin-left: 10px;
}
.health-package-card .package-price-sec .discount-price{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.include-parameter-sec {
    background: aliceblue;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
}
.package-test-list {
    padding: 10px 0px 0px 0px;
    font-size: 13px;
    line-height: 22px;
}
.health-package-card .d-flex.product-listing-action-btn {
    padding: 10px 15px 15px 15px;
    justify-content: space-between;
}
.health-package-card .d-flex.product-listing-action-btn .MostBookPackageNew_package__button__9spW_{
    margin: 0px;
    margin-right: 10px;
}
.health-package-card .rating.me-2.d-flex.align-items-center span.ms-2{
    font-size: 14px;
}

.category-of-medicine li a{
    color:#212529;
}
.category-of-medicine li a:hover{
    color:#03a0e3;
}
.fs-16{
    font-size: 16px !important;
}
.most-recommended-packages .col-md-2.single-category-block{
    padding-left: 5px;
    padding-right: 5px;
}
#subcariest-block{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.col-md-2.single-category-block.sub-catagory-block.active .health-packages-categories{
    background: var(--theme-color);
    border-color:var(--theme-color);
}
.col-md-2.single-category-block.sub-catagory-block.active .health-packages-categories a {
    color: #fff !important;
}
.col-md-2.single-category-block.active .health-packages-categories{
    background: var(--theme-color);
    border-color:var(--theme-color);
}
.col-md-2.single-category-block.active .health-packages-categories a {
    color: #fff !important;
}
.health-package-by-lab {
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 250px;
    display: inline-block;
}
.health-packages-service-area{
    padding: 0px 15px;
}
.health-package-card .package-test-list ul{
    margin-bottom: 5px;
}
.health-package-card .health-packages-service-area p {
    margin-bottom: 2px;
    font-size: 13px;
}
.total-showing-results{
    font-size: 14px;
    color: var(--theme-color);
    margin-left: 0px;
    vertical-align: middle;
}


#test-listing-sec .health-package-by-lab {
    display: block;
    font-size: 12px;
    color: var(--theme-color);
    margin-bottom: 7px;
    text-decoration: underline;
}
.search-test-list-page .aon-booked-test-block .aon-test-name {
    margin-bottom: 5px !important;
}
.search-test-list-page .book-btn {
    margin-top: 5px;
}


.package-top-title a{
    display: block;
    font-size: 12px;
    color: var(--theme-color);
    margin-bottom: 0px;
    text-decoration: underline;
}

.vertical-tab-panel .accordion-header .accordion-button {
    font-size: 14px;
    padding-left: 0px;
}
.vertical-tab-panel .accordion-body .show-more-button{
    font-size: 14px;
}
.vertical-tab-panel .accordion-body p{
    margin-bottom: 5px;
}
.col-md-2.single-category-block.sub-catagory-block h6{
    color:#222;
}

#subcariest-block .single-category-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0px 10px;
}

.single-category-block.sub-catagory-block a {
    display: block;
    padding: 5px 10px 5px 0px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s ease;
}

.single-category-block.sub-catagory-block a:hover {
    color:var(--theme-color);
}
.single-category-block.sub-catagory-block h6 {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.test-listing-blk.doctor-listing-page.most-recommended-packages{
    margin-bottom: 0px !important;
}
.most-recommended-packages {
     padding-bottom: 30px;
}

.vertical-right-side-content .single-que h2 {
    font-size: 16px;
    font-weight: 600;
}
.vertical-right-side-content .que-ans p{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.vertical-right-side-content .que-ans .show-more-button{
    font-size: 14px;
    margin-bottom: 10px;
}
.vertical-right-side-content .single-que{
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.vertical-right-side-content .single-que:last-child{
    border-bottom: none;
}

.health-packages-category-block{
    padding-top: 15px !important;
    padding-bottom: 40px !important;
}
.mt-200{
    margin-top: 200px;
}
.mt-270{
    margin-top: 270px;
}
.accordion-button:not(.collapsed) {
    color: #000 !important;
}
