

#booknow-modal .accordion .card-header a[aria-expanded="false"] h5:after {
    content: "\f067";
}

#booknow-modal .card-header h5 img {
    border-right: 1px solid rgba(0, 0, 0, .125);
    margin-right: 20px;
    object-fit: contain;
    padding-right: 20px;
}

#booknow-modal .card-header h5 {
    font-size: 14px;
    font-weight: 500;
}

#booknow-modal .custom-card {
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
}

.appointemt-time .appointemt-text {
    display: inline-block;
    position: relative;
}

.appointemt-time .appointemt-text input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    cursor: pointer;
    margin: 0px;
}

.appointemt-time .appointemt-text label {
    padding: 5px 15px;
    margin-bottom: 0px;
    min-width: 105px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    height: 32px;
    overflow: hidden;
    margin: 5px 5px;
}

.appointemt-time .appointemt-text:hover label {
    background-color: var(--darkblue);
    color: #fff;
}

.appointemt-time .appointemt-text span {
    transition: 0.5s;
}

.appointemt-time .appointemt-text:hover label .top-text {
    margin-top: -20px;
}

.appointemt-time .appointemt-text input[type="radio"]:checked+label {
    background-color: var(--darkblue);
    color: #fff;
}

#booknow-modal label.check-box {
    padding-left: 35px;
    padding-right: 0;
}

#booknow-modal label.check-box .checkmark {
    right: auto;
    left: 0;
}

#booknow-modal .ui-datepicker {
    padding: 0px;
    width: 100%;
}

#booknow-modal .ui-widget-header {
    border: 1px solid #000050;
    background: #000050;
    color: #fff;
    font-weight: bold;
}

#booknow-modal .ui-datepicker td span,
#booknow-modal .ui-datepicker td a {
    text-align: center;
}

#booknow-modal .ui-state-highlight,
#booknow-modal .ui-widget-content .ui-state-highlight,
#booknow-modal .ui-widget-header .ui-state-highlight {
    border: 1px solid #000050!important;
    background: #000050!important;
    color: #fff!important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: transparent!important;
    font-weight: normal;
    color: #454545!important;
    width: 36px;
    height: 36px;
    line-height: 30px;
    border-radius: 50%;
    border: none!important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #000050!important;
    background: #000050!important;
    font-weight: normal;
    color: #ffffff!important;
}

.ui-datepicker-prev.ui-corner-all {
    left: 2px!important;
    border: 1px solid #fff!important;
    background-color: #fff;
    top: 2px!important;
}

.ui-datepicker-prev.ui-corner-all:after {
    position: absolute;
    content: '\f053';
    font-size: 18px;
    background-color: #fff;
    color: #000;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400!important;
    width: 22px;
    text-align: center;
}

.ui-datepicker-next.ui-corner-all {
    right: 2px!important;
    border: 1px solid #fff!important;
    background-color: #fff;
    top: 2px!important;
}

.ui-datepicker-next.ui-corner-all:after {
    position: absolute;
    content: '\f054';
    font-size: 18px;
    background-color: #fff;
    color: #000;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400!important;
    width: 22px;
    text-align: center;
}


/*home-page-css-start*/

.appointemt-time .appointemt-text {
    display: inline-block;
    position: relative;
}

.appointemt-time .appointemt-text input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    cursor: pointer;
    margin: 0px;
}

.appointemt-time .appointemt-text label {
    padding: 5px 15px;
    margin-bottom: 0px;
    min-width: 105px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    height: 32px;
    overflow: hidden;
    margin: 5px 5px;
}

.appointemt-time .appointemt-text:hover label {
    background-color: var(--darkblue);
    color: #fff;
}

.appointemt-time .appointemt-text span {
    transition: 0.5s;
}

.appointemt-time .appointemt-text:hover label .top-text {
    margin-top: -20px;
}

.appointemt-time .appointemt-text input[type="radio"]:checked+label {
    background-color: var(--darkblue);
    color: #fff;
}


/*consult-doctor-css-start*/

.consult-doctor {
    padding-top: 50px;
    padding-bottom: 50px;
}

.consult-doctor .consult-doctor-img {
    display: inline-block;
    background-color: var(--darkblue);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.consult-doctor .consult-doctor-img img {
    filter: brightness(0) invert(1);
    width: 30px;
    height: 56px;
    object-fit: contain;
}

.consult-doctor h6 {
    font-weight: 400;
    color: #3c3c3c;
}


/*consult-doctor-css-end*/

.appointment-doctor {
    padding-top: 50px;
    padding-bottom: 50px;
}

.appointment-doctor-inner {
    margin: 5px;
    margin-top: 25px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px #ccc;
    padding: 7px;
}
.appointment-doctor-inner h5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 32px;
}
.appointment-doctor-inner p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height:46px;
}
.appointment-doctor-inner img {
    border-radius: 10px 10px 0px 0px;
    height: 150px;
    object-fit: cover;
}

.appointment-doctor-inner:hover h5 {
    color: var(--blue)!important;
}

.testimonials-section .testimonials-inner {
    color: #2d2d32;
    height: 100%;
    width: 100%;
    padding: 16px 15px;
    border-radius: 4px;
    border: 1px solid #f0f0f5;
    vertical-align: top;
    -webkit-box-shadow: 0 3px 6px 0 rgb(45 45 51 / 8%)!important;
    box-shadow: 0 3px 6px 0 rgb(45 45 51 / 8%)!important;
    min-height: 200px;
}

.testimonials-inner .pf {
    width: 48px!important;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.testimonials-inner .pf {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.testimonials-inner-slider {
    position: relative;
}

.owl-nav .owl-prev {
    left: -15px;
}

.owl-nav .owl-next {
    right: -15px;
}

.owl-nav button {
    width: 42px;
    height: 42px;
    color: #b4b4be;
    background-color: #fff!important;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-animation: fade_in .3s ease;
    animation: fade_in .3s ease;
    box-shadow: 0px 0px 10px 0px #ccc!important;
    z-index: 9;
    transform: translateY(-50%);
}

.videos-selider {
    position: relative;
}

.videos-selider-inner iframe,
.videos-selider-inner video {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.videos-selider-inner {
    box-shadow: 0px 0px 10px 0px #ccc!important;
    margin-bottom: 5px;
    padding-bottom: 15px;
    background: #fff;
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.videos-selider-inner h5 {
    padding: 0px 15px 0px 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
}

.videos-selider-inner p {
    padding: 15px 15px 0px 15px;
}


/*.videos-selider .owl-nav button {    top: 30%;}*/

.faq-section .card-header {
    padding: 0px;
    background-color: transparent;
    border-bottom: none;
}

.faq-section .card-header a {
    padding: 0px;
    background-color: transparent;
    border-bottom: none;
    position: relative;
    text-align: left;
}

.faq-section .card-header a {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.faq-section .card-header a:after {
    content: "";
    position: absolute;
    left: -25px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #414146;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.faq-section-inner {
    padding-bottom: 25px;
    padding-left: 25px;
}

.appontment-sec2 {
}

.appontment-sec2 .hme-section {
    background-color: var(--darkblue);
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.appontment-sec2-pf img {
    width: 100px;
    margin-right: 20px;
    border-radius: 5px;
}

.full-date-calnder .flx-slider-section .slt-btn a {
    padding: 9px 5px;
    font-size: 10px;
}

.full-date-calnder .flx-slider-section .slt-btn a:hover {
    color: #fff!important;
}

.full-date-calnder .flexslider-top ul.slides>li {
    height: auto;
}

.full-date-calnder .flx-slider-section .slt-btn-section {
    display: block;
}

.full-date-calnder .flx-slider-section .slt-btn {
    width: auto;
    display: inline-block;
}

.full-date-pf-sec {
}

.full-date-pf-sec-inner {
    position: relative;
    display: inline-block;
    width: 80px;
    /*background: #e4e6e7;*/
    /*padding: 5px;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 50%;*/
    height: 80px;
}

.full-date-pf-sec-inner img {
    width:80px;
    border-radius: 50%;
    height:80px;
    border: 1px solid var(--darkblue);
}

.full-date-pf-sec-inner .link-section {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
}

.full-date-pf-sec-inner .link-section a {
    background-color: var(--darkblue);
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.how-it-work-sec {
    background-color: #f1f1f1;
    overflow: hidden;
}

.how-it-work-sec ul li p {
    font-size: 18px;
    margin-bottom: 0px;
}

.how-it-work-sec ul li {
    position: relative;
}

.how-it-work-sec ul li:hover p {
    color: var(--blue);
}

.how-it-work-sec ul li:after {
    content: '';
    position: absolute;
    background-color: #cccccc;
    width: 100%;
    height: 1px;
    right: -50%;
    top: 50px;
}

.how-it-work-sec ul li:last-child:after {
    display: none;
}

.how-it-work-sec ul li span {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    background: #f1f1f1;
    position: relative;
    z-index: 999;
    border-radius: 50%;
    border: 1px solid #cccccc;
}

.how-it-work-sec ul li span img {
    width: 50px;
    height: 100px;
    object-fit: contain;
}

.fnd-dr-section {
}

.fnd-dr-section ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}

.fnd-dr-section ul li .btn-blue {
    min-width: 180px;
    margin-top: 30px;
}

.fnd-dr-section ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fnd-dr-section ul li:last-child {
    padding-left: 0px;
}

.sub-heading {
    margin-bottom: 25px;
}

.fnd-dr-section .mblie-fram-img .mobile {
    max-width: 230px;
    margin: auto;
}

.ar-dr-sec {
    background-color: #f5f5f5!important;
}

.ar-dr-sec.space-tb {
    padding-bottom: 0px;
}

.ar-dr-sec ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.ar-dr-sec ul li:after {
    content: '\f00c';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: var(--blue)!important;
}

.ar-dr-sec .btn-blue {
    min-width: 200px;
    margin-top: 30px;
}

.ar-dr-sec img.img-fluid {
    max-width: 550px;
    width: 100%;
}

.tesmonial-new {
    background-color: var(--darkblue)!important;
}

.tesmonial-new-inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    border-bottom: 5px solid var(--blue)!important;
}

.tesmonial-new-inner:before {
    position: absolute;
    content: '\f10d';
    font-size: 50px;
    color: #145bdc;
    left: 40px;
    top: 110px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    opacity: 0.1;
}

.tesmonial-new-inner:after {
    position: absolute;
    content: '\f10e';
    font-size: 50px;
    color: #145bdc;
    right: 40px;
    top: 170px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    opacity: 0.1;
}

.tesmonial-new-inner .pf1 {
    width: 100px!important;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
}

.tesmonial-new-inner p {
    width: 80%;
    margin: auto;
    margin-bottom: 25px;
}

.tesmonial-new-slider .owl-nav button {
    color: var(--blue)!important;
    top: 43%;
}

.tesmonial-new-slider .owl-dots {
    margin-top: 25px;
    text-align: center;
}

.tesmonial-new-slider .owl-dots button span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0px 3px;
}

.tesmonial-new-slider .owl-dots button.active span {
    opacity: 1;
}

.verified-logo {
    border-top: 1px solid #6565ff;
    margin-top: 30px;
    padding-top: 30px;
}

.verified-logo-inner {
    display: flex;
    align-items: center;
}

.verified-logo-inner img {
    width: 50px;
    object-fit: contain;
    margin-right: 20px;
    filter: brightness(0) invert(1);
}

.doctor-list-cnter {
    display: flex;
    align-items: baseline;
}

.doctor-list-cnter li:first-child {
    margin-left: 0px;
}

.doctor-list-cnter li {
    margin: 0px 10px;
    text-align: center;
}

.doctor-list-cnter li:nth-child(2) {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    padding-left: 10px;
    padding-right: 10px;
}

.doctor-list-cnter li:last-child {
    border-right: none!important;
}

.doctor-list-cnter li h6 {
    font-size: 14px;
    white-space: nowrap;
    margin-top: 10px;
    font-weight: 500;
}

.dr-services-inner a {
    background: #FFFFFF;
    border: 1px solid #E5E5F0;
    border-radius: 8px;
    color: #000;
    overflow: hidden;
    padding: 12px !important;
    min-height:80px;
}

.dr-services-inner a.select-a {
    border: 1px solid var(--darkblue);
}

.owl-dots {
    margin-top: 25px;
    text-align: center;
}

.owl-dots button span {
    width: 10px;
    height: 10px;
    background-color: var(--darkblue);
    display: inline-block;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0px 3px;
}

.dr-services .owl-nav button {
    background-color: transparent!important;
    box-shadow: none!important;
    font-size: 26px!important;
    font-weight: 900;
}

.dr-services .owl-nav button.owl-prev {
    left: -22px;
}
.dr-services .owl-nav button.disabled{
    opacity:0.5;
}
.dr-services .owl-nav button.owl-next {
    right: -22px;
}

.owl-dots button.active span {
    opacity: 1;
}

.cus-drp .dropdown-menu a {
    background: #FFFFFF;
    color: #000;
}

.cus-drp .dropdown-menu a div span:first-child {
    width: 90%;
    overflow: hidden;
}

.cus-drp .dropdown-menu {
    padding: 15px;
    right: 0!important;
    left: auto!important;
    top: 15px!important;
    border: none;
    box-shadow: 0px 0px 10px 0px #ccc;
    min-width: 350px;
    transform: translate3d(0px, 35px, 0px)!important;
}

.cus-drp .dropdown-toggle:after {
    display: none;
}


/*.cus-drp .dropdown-menu:after{    position: absolute;    top: -13px;    right: 100px;    display: inline-block;    border-right: 13px solid transparent;    border-bottom: 13px solid #ccc;    border-left: 13px solid transparent;    border-bottom-color: rgba(0,0,0,.2);    content: '';    }*/


/*home-page-css-start*/


/*03-09-2021-css-start*/

.feedback-section-n .feed-text {
    background-color: #000050;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
}

.feedback-section-n .progress {
    height: 7px;
    width: 100%;
}

.feedback-section-n .progress .progress-bar {
    background-color: #000050;
}

.fdbeeck-tabs {
    position: sticky;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 1030;
    background-color: #fff;
    border-bottom: 1px solid #EFF0F2;
    transition: all 0.25s ease-in-out;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.fdbeeck-tabs::-webkit-scrollbar {
    display: none;
}

.fdbeeck-tabs {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.fdbeeck-tabs.hospital-tabs {
    top: 74px;
}

.top-bar-hide.fdbeeck-tabs.hospital-tabs {
    top: 74px;
}

.fdbeeck-tabs.dr-pf-tabs {
    display: none;
}

.top-bar-hide .fdbeeck-tabs.dr-pf-tabs {
    top: 0;
}

.fdbeeck-tabs.dr-pf-tabs.show-tbs {
    display: block;
}

.fdbeeck-tabs ul li a {
    font-size: 15px;
    border-bottom: 3px solid #fff;
    margin-left: 20px;
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 500;
    white-space: nowrap;
}

.fdbeeck-tabs ul li a.active {
    border-bottom: 3px solid #333385;
    color: #333385;
}

.fdbeeck-tabs.hospital-tabs {
    border-bottom: none;
}

.fdbeeck-tabs.hospital-tabs ul li a {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 15px;
    font-size: 14px;
}

.btn-section-fr-pf {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    padding: 10px 20px!important;
    box-shadow: 0 -3px 6px rgb(0 0 0 / 10%);
}

.btn-section-fr-pf .btn-blue-border {
    width: calc(50% - 10px);
    margin-right: 10px;
}

.btn-section-fr-pf .btn.btn-blue {
    margin-left: 10px;
    min-width: auto;
    margin-bottom: 0;
    width: calc(100% - 10px);
}

.srch-btn-hsptl.srch-btn .srch-btn-lft {
    border: none;
    margin: 0;
}

.srch-btn-hsptl.srch-btn input.form-control {
    border: none;
    outline: none;
    box-shadow: none;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
}

.srch-btn-hsptl.srch-btn i.fa-search.icon {
    top: 15px;
}

.srch-btn-hsptl.srch-btn .icon.fa-caret-down {
    top: 15px;
    left: auto;
    right: 15px;
}

.pagination-section .page-item.active .page-link {
    background-color: var(--darkblue)!important;
    border-color: var(--darkblue)!important;
}


/*Appointment-caledar-css-start*/

.appointment-dte-calendar {
    position: relative;
}

.appointment-dte-calendar h6 {
    font-size: 14px;
    margin-top: 15px;
}

.appointment-dte-calendar h6 span {
    font-size: 12px;
    font-weight: 300;
    color: #787887;
    margin-left: 4px;
    display: inline-block;
}

.calendar-bottom-t {
    position: absolute!important;
    top: 20px;
    left: 0;
    width: 100%;
}

.calendar-bottom .avaiblty-top {
    font-size: 13px;
    text-transform: capitalize;
}

.calendar-bottom .avaiblty-day {
    font-size: 11px;
    font-weight: 500;
}

.calendar-bottom .avaiblty-day.avaiblty-active {
    color: #01a400;
}

.calendar-bottom .slick-slide {
    text-align: center;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}

.calendar-bottom .slick-slide.slick-current.slick-active {
    text-align: center;
    border-bottom: 3px solid #000;
}

.calendar-top {
    padding-top: 70px;
}

.calendar-top .slt-btn-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
}

.calendar-top .slt-btn-section .slt-btn {
    width: auto;
    display: inline-block;
    height: 46px;
    padding: 4px;
    letter-spacing: normal;
}

.calendar-top .slt-btn-section .slt-btn a {
    padding: 9px 5px;
    font-size: 10px;
    width: 78px;
    height: 36px;
    color: var(--darkblue);
    border: 1px solid var(--darkblue);
    text-align: center;
    border-radius: 5px;
}

.calendar-top .slt-btn-section .slt-btn a:hover {
    background-color: var(--darkblue);
    color: var(--white);
}

.appointment-dte-calendar .slick-prev {
    left: 0px;
    z-index: 9;
}

.appointment-dte-calendar .slick-next {
    right: 0px;
}

.appointment-dte-calendar .slick-prev:before {
    content: '\f053'!important;
}

.appointment-dte-calendar .slick-next:before {
    content: '\f054'!important;
}

.appointment-dte-calendar .slick-prev:before,
.appointment-dte-calendar .slick-next:before {
    font-family: "Font Awesome 5 Pro"!important;
}

.clinic-gallery .owl-dots {
    margin-top: 25px;
    text-align: center;
    display: none;
}


/*Appointment-caledar-css-end*/


/*thank-you-page-css-start*/

.thkyou-frm {
}

.thkyou-frm .btn-blue {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.thks-radio {
    position: relative;
    width: calc(50% - 10px);
}

.thks-radio input[type=radio] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}

.thks-radio .radio_btbn {
    text-align: center;
    border-radius: 6px;
    position: relative;
    padding: 6px 10px;
    color: var(--darkblue);
    border: 1px solid var(--darkblue);
}

.thks-radio input[type=radio]:checked+.radio_btbn {
    background-color: var(--darkblue);
    color: #fff;
}


/*thank-you-page-css-end*/


/*03-09-2021-css-end*/


/*05-09-2021-css-end*/


/*05-09-2021-css-end*/





/*Lab Page Css Start 08-06-2022*/
.lab-banner{

}
.lab-banner .hme-banner,
.lab-banner1 .hme-banner {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f1f1f1;
    min-height:500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lab-banner1.search_data .srch-btn,
.lab-banner1.search_data input[type="date"]{
    box-shadow: 0px 0px 10px 0px #b4b4be;
    border-right: 1px solid #b4b4be;
}
.lab-banner.search_data .srch-btn .srch-btn-lft{
    width:auto;
    min-width: 500px;
    box-shadow: 0px 0px 10px 0px #b4b4be;
}
.lab-banner.search_data .btn-blue{
    min-width:150px;
    background-color:#00009a;
    border-color:#00009a;
    line-height: 28px;
}
.lab-banner.search_data .btn-blue:hover,
.lab-banner1.search_data .btn-blue:hover{
    background-color:#000;
    border-color:#000;
    color:#fff!important;
}
.lab-banner1.search_data .form-control{
    height:50px;
}
.lab-banner1.search_data .btn-blue{
    min-width:150px;
}
.lab-banner1.search_data .btn-blue {
    min-width: 150px;
    background-color: #00009a;
    border-color: #00009a;
    line-height: 28px;
}
.lab-banner1.search_data input[type="text"],
.lab-banner1.search_data input[type="date"]{
    min-width:250px;
}
.lab-banner1.search_data input[type="date"] {
    position: relative;
}

.lab-banner1.search_data input[type="date"]:after {
    content: "\f017";
    color: #555;
    padding: 0 5px;
    font-family: 'Font Awesome 5 Free';
}
.lab-banner1.search_data input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

.lab-banner1.search_data input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

.lab-banner1.search_data input[type="date"]::-webkit-clear-button {
    z-index: 1;
}
.labs-menus{
    padding-top:70px;
    padding-bottom:55px;
}
.labs-menus-inner{
    padding: 45px 40px;
    -webkit-box-shadow: 0px 8px 17px 3px rgb(0 0 0 / 6%)!important;
    box-shadow: 0px 8px 17px 3px rgb(0 0 0 / 6%)!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom:25px;
}
.labs-menus-inner i{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
    background-color: rgb(0 0 80 / 10%);
    font-size: 50px;
    margin-bottom:25px;
    font-weight:100;
}

.labs-menus-inner h3 {
    font-size: 22px;
    margin-bottom:1rem;
    color: #283a5e;
}
.labs-menus-inner p {
    line-height: 1.7em;
    margin-bottom:0px;
    font-size:16px;
}
.labs-menus-inner:hover{
    -webkit-box-shadow: 0px 8px 17px 3px rgb(0 0 0 / 6%)!important;
    box-shadow: 0px 8px 17px 3px rgb(0 0 0 / 6%)!important;
}
.labs-menus-inner:hover i{
    color:#fff;
    background-color:var(--darkblue);
}
.labs-lst{
    padding-top:70px;
    padding-bottom:50px;
}
.labs-lst-inner{
    position:relative;
    box-shadow: 0px 0px 17px 0px #ccc!important;
    background-color:#fff;
    border-radius:10px;
    overflow: hidden;
    margin-bottom:20px;
}
.labs-lst-inner:hover{
    box-shadow: 0px 0px 17px 0px #ccc!important;
}
.labs-lst-inner-i{
    padding:20px;
}
.labs-lst-inner-icons{
    background-color: rgba(0, 0, 80, 0.1);
    min-width: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 70px;*/
    color:var(--darkblue);
}
.labs-lst-inner-i-btn-right {
    display: flex;
    align-items: center;
    padding: 20px;
    width: 180px;
    margin-left: auto;
}
.labs-lst-inner-i-btn-right .btn-blue-border{
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    min-width: 140px
}
.labs-lst-inner-icons img{
    max-width:70px;
}
.labs-lst-inner-i h4{
    font-size:22px;
}
.labs-lst-inner-i p{
    font-size:16px;
    margin-bottom:5px;
}
.labs-lst-inner-i h6{
    font-size: 16px;
    font-weight: 400;
}
.srch-btn-lft.d-flex .fee_error{
    position: absolute;
    bottom: -25px;
    left: 0px;
}
.labs-lst-inner-btn{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:flex-end;
    align-items: baseline!important;
    white-space: nowrap;
    margin-left:auto;
}
.btn-blue.lader-s:after{
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 5px;
}
.lader-s{
    position:relative;
}
.lader-s:after{
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    right: 5px;
    top: 35%;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.labs-lst-inner .btn.btn-blue{
    font-size: 12px;
    padding: 5px;
    min-width: 90px;
}
.contact-us-page{
    padding-top:70px;
    padding-bottom:70px;
}
.contact-us-page form{
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    margin-top: 25px;
    box-shadow:0px 0px 10px 0px #dbdbdb;
}
.contact-us-page form label{
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.contact-us-page form button.btn-blue{
    min-width: 150px;
    margin-top: 25px;
}
.contact-us-page form textarea.form-control{
    height:120px;
    resize:none;
}
.payment-page-frm{
    padding-top:70px;
    padding-bottom:70px;
}


.pymnt-radio{
    position: relative;
    margin-top: 30px;
}
.pymnt-radio input[type=radio] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}
.radio-shape{
    width: 24px;
    height: 24px;
    min-width:24px;
    min-height:24px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #999;
    position: relative;
    margin-right: 30px;
}
.radio-shape:after{
    content: '';
    position: absolute;
    background-color: var(--darkblue);
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display:none;
}
.pymnt-radio input[type="radio"]:checked + .pymnt-radio-inner {
    border: 2px solid var(--darkblue);
}
.pymnt-radio input[type="radio"]:checked + .pymnt-radio-inner .radio-shape:after {
    display:block;
}
.pymnt-radio input[type="radio"]:checked + .pymnt-radio-inner .radio-shape{
    border: 3px solid var(--darkblue);
}
.pymnt-radio .pymnt-radio-inner {
    border-radius: 10px;
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    border: 2px solid #ccc;
}
.pymnt-radio h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height: 18px;
}
.pymnt-radio p {
    margin-bottom:0;
    letter-spacing: 1px;
}
.hme-banner-conatct.hme-banner h1{
    margin-bottom:0px!important;
}

.lab-test-home{

}
.lab-test-home .srch-btn .srch-btn-lft{
    width: 33%;
}
.lab-test-home .srch-btn .srch-btn-right{
    width:67%;
}
.cart-page{
    padding-top:50px;
    padding-bottom:50px;
}
.cart-inner{
    border: 1px solid #bdbdbd;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px #e5e5e5;
}
.cart-inner +.cart-inner{
    margin-top:20px;
}
.cart-inr-tp{
    padding:20px;
}
.cart-inner.ds-inner .cart-inr-tp{
    padding:30px;
    position:relative;
}
.cart-inner.ds-inner .cart-inr-tp .add-cart-btn{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    padding: 4px 12px;
    min-width: auto;
    font-size: 14px;
    border-radius: 0;
}
.cart-inner.ds-inner{
    margin-bottom:35px;
}
.cart-inr-tp-lft img{
    width: 60px;
    height: 60px;
    border-radius:50%;
}
.cart-inr-tp-lft .lft-brd{
    border-left:1px solid #dee2e6;
    padding-left:15px;
    margin-left:15px;
}
.cart-inr-tp-lft h4{
    margin-bottom:10px;
}
.cart-inr-tp-lft h4,.cart-inr-tp-lft h5{
    font-size:20px;
}
.cart-inr-tp-lft p{
    font-weight:400;
    margin-bottom:0px;
    margin-top:10px;
}
.cart-inr-tp-lft p del{
    color:#999;
}
.cart-inr-tp-lft .btn-blue{
    margin-top:20px;
    min-width:150px;
}
.category-item .ctg-btn{
    font-size: 11px!important;
    padding-top: 3px!important;
    padding-bottom: 3px!important;
    min-width: auto!important;
    margin-bottom: 5px!important;
    margin-right: 3px!important;
    margin-top: 0px!important;
    padding-left: 5px;
    padding-right: 5px;
    background-color: var(--blue)!important;
    color: #fff!important;
}
.category-item .ctg-btn:hover{
    background-color:#000!important;
}
.category-item{
    margin-top:15px;
}
.appointment-doctor-inner .category-item{
    margin-bottom:15px;
}
.cart-inr-tp-rght{
    max-width:100px;
    margin-left:auto;
    text-align:right;
}
.cart-inr-tp-rght select{
    margin-top:20px;
}
.cart-inr-bt{
    border-top: 1px solid #e0e0e0;
    padding: 15px;
}
.cart-inr-bt p{
    font-weight:400;
}
.cart-inner-right .dtls{
    font-weight:500;
    display:flex;
}
.cart-inner-right .price-text{
    font-weight:500;
    color:#000!important;
    margin-left:5px;
}
.cart-inner-right .dtls span{
    color:#bdbdbd;
}
.cart-inner-right .ordr-text{
    display:flex;
    font-size:16px;
}
.cart-inner-right hr {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    border-top: 1px dashed #ccc;
}
.total-save-btn{
    border: 2px dashed var(--darkblue);
    color: var(--darkblue)!important;
    display: block;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size:18px;
    margin-top:20px;
}
.total-save-btn:hover{
    color: var(--darkblue)!important;
}
.total-save-btn .pr-t{

}
.apntmentslot-page{
    padding-top: 50px;
    padding-bottom: 50px;
}
.apntmentslot-page h2{
    font-size:24px;
    /*margin-bottom:25px;*/
}
.apntmentslot-page .slect-date{
    margin-top:20px;
    padding-bottom:25px;

}
.apntmentslot-page .slect-date h4{
    font-size:16px;
}
.apntmentslot-page .slect-date-inner{
    padding-top:10px;
}
.apntmentslot-page .slect-date-inner-item{
    display:block;
    padding:20px 10px;
    color: #000!important;
    border: 2px solid #ccc;
    border-radius: 6px;
    text-align: center;
    font-weight:600;
}
.slect-date .slick-slider {
    margin:0 -5px;
}
.slect-date .slick-slide {
    margin-right:5px;
    margin-left:5px;
}
.slect-date .slick-next:before {
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 10px;
    margin-top: -9px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 10px;
    top: 50%;
    width: 0;
    opacity: 1;
}
.slect-date .slick-next:after{
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    margin-top: -2px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}
.slect-date .slick-next {
    right: -5px;
    background: #444;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.slect-date .slick-prev:before,.slect-date .slick-prev:after{
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height:10px;
    margin-top:0px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 12px;
    top: 50%;
    width: 0;
    opacity:1!important;
}

.slect-date .slick-prev:after{
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 1px;
}
.slect-date .slick-prev{
    left:-5px;
    background: #444;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index:9;
}
/*f105*/
.apntmentslot-page .slect-date-inner-item.active,
.apntmentslot-page .slect-date-inner-item:hover{
    color:#000050!important;
    border-color:#000050!important;
}
.apntmentslot-page .slect-time + .slect-time{
    margin-top:15px;
}
.apntmentslot-page .slect-time h4{
    font-size:16px;
    margin-bottom: 0;
}
.slect-time-inner-item{
    color: #000050!important;
    border: 2px solid #000050!important;
    font-weight: 500;
    padding:10px 15px;
    display: inline-block;
    border-radius:4px;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px;
}
.slect-time-inner-item.active,
.slect-time-inner-item:hover{
    background-color:#000050!important;
    color:#fff!important;
}
.descriptions-tabs-sec{

}
.descriptions-tabs-sec .nav.nav-tabs{
    /*border-bottom:none;*/
    margin-bottom:20px;
}
.descriptions-tabs-sec .nav.nav-tabs li a{
    border: 1px solid #dee2e6;
    margin-right: 10px;
    display: inline-block;
    padding: 10px 20px 5px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 15px 15px 0px 0px;
    text-transform: uppercase;
    line-height: 18px;
    border-bottom: 3px solid #dee2e6;

}
.descriptions-tabs-sec .nav.nav-tabs li a.active{
    color:var(--darkblue);
    border-bottom: 3px solid var(--darkblue);
}
/*Lab Page Css Start 08-06-2022*/

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 992px) {
    .modal-dialog.modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width:600px) {
    .modal-dialog {
        min-width: 570px;
        max-width: 570px;
    }
}

@media(max-width:1199px) {
    .consult-doctor .col {
        flex-grow: 1;
        min-width: 25%;
        max-width: 25%;
        margin-bottom: 20px;
    }
}

@media(max-width:991px) {
    .owl-nav .owl-prev {
        left: -15px;
    }
    .owl-nav .owl-next {
        right: -15px;
    }
    .owl-nav button {
        width: 32px;
        height: 32px;
    }
}

.call-book-inner-right span.btn-blue {
    padding: .375rem .75rem!important;
}

.dr-services-inner a .fz-14.fw-500.d-inline-block.text-nowrap {
    margin-left: 10px;
}

.dr-services-inner a .text-truncate {
    overflow: visible!important;
    text-overflow: clip!important;
    white-space: inherit!important;
}

.cpital-box .cpital-box-inner {
    background: var(--darkblue);
    width: 30px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.copy-rightsection ul li a {
    margin-right: 5px;
}
.log-otp-cls span:first-child{
    display: inline-block;
    margin-bottom: 5px;
}
.filter-modal-inner .checkbox-channel{
    height:155px;
    overflow: auto;
}
.consult-doctor .col h3{
    /*word-break: break-all;*/
    white-space: nowrap;
    display: block;
}
.consult-doctor .col {
    min-width:auto;
    margin-bottom: 20px;
    /*border-right: 1px solid #ccc;*/
}
.consult-doctor .col:last-child{
    border-right:none!important;
}
/*23-10-2021*/
.playvideocls{
    display:block;
    z-index: 99;
}
.playvideocls .videos-selider-inner{
    position: relative;
    z-index: -1;
}
#you_tube_model .modal-dialog.modal-lg{
    width: 100%;
    min-width: 100%;
    height: 100vh;
    margin: 0;
}
#you_tube_model .modal-body iframe{
    width: 100%;
    height: 100vh;
}
#you_tube_model .close{
    background: rgb(0 0 0 / 50%);
    color: #fff;
    opacity: 1!important;
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 40px;
    z-index: 99;
}
.modal.show#you_tube_model{
    padding-right:0px!important;
}
.videos-selider-new-inner{
    position:relative;
}
.videos-selider-new-inner:after{
    position: absolute;
    content: '';
    background: rgba(34,34,34,0.5);
    background: -webkit-linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.5)) left repeat;
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.5)) left repeat;
    width: 100%;
    height: 75px;
    left: 0;
    top:145px;
}
.videos-selider-new-inner img.full{
    min-height:220px;
    /*object-fit: cover;*/
    position: relative;
    max-height:220px;
}
.videos-selider-new-inner h3{
    position: absolute;
    top: 55%;
    padding: 0px 20px;
    width: 100%;
    left: 0;
    /*transform: translateY(-50%);*/
    z-index: 9;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 56px;
}
.videos-selider-new-inner .vido-ic{
    line-height: 40px;
    text-align: center;
    display: block;
    height: 40px;
    width: 40px;
    background-color:var(--darkblue);
    opacity: 0.99;
    z-index:9;
    position: absolute;
    top: 0;
    left: 0;
    font-size:20px;
}
.videos-selider-new-inner .heart-ic{
    position: absolute;
    top: 6px;
    z-index: 9;
    right: 50px;
    font-size: 20px;
    display: block;
}
.videos-selider-new-inner .save-ic{
    position: absolute;
    top:6px;
    z-index: 9;
    right: 20px;
    font-size: 20px;
}
.videos-selider-new-inner .pf-title{
    /*position: absolute; */
    /* bottom: 0; */
    padding: 15px 15px 0px 15px;
    width: 100%;
    /* align-items: center; */
    z-index: 9;
}
.videos-selider-new-inner .pf-title h6.text-white{
    color:var(--darkblue)!important;
}
.videos-selider-new-inner .pf-title img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: contain;
}
.claim-sec{
    background-color:#f5f5f5!important;
}
.claim-sec ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}
.claim-sec ul li i{
    color: #3e3e3e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.step-section{

}
.step-section-inner{
    text-align: center;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 12px;
    background: #fff;
    padding: 25px 10px;
    min-height:175px;
}
.step-section-icon {
    background-color: var(--darkblue)!important;
    color: #fff;
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    font-size:26px;
    margin-bottom: 20px;
}
.step-section-inner h5{
    font-size:16px;
}
.cta-section{
    background-color:var(--darkblue);
    border-bottom: 5px solid #29b6c2;
}
.cta-section h4 a{
    text-decoration:underline;
}
.cta-section h4 a:hover{
    color:#d83d40!important;
}
.claim-frm{

}
.claim-sec-frst{
    padding-top:10px;
    padding-bottom:10px;
}
.claim-sec-frst-innr{
    padding: 30px 30px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
    border-bottom:5px solid var(--darkblue);
    border-radius:12px;
    height: 100%;
    min-height:120px;
    display: flex;
    align-items: center;
}
.claim-sec-frst-innr span{
    background: #000050;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: block;
    min-width: 40px;
    text-align: center;
    margin-right: 10px;
    font-weight:800;
}
.claim-sec-frst-innr p{
    font-size:16px;
    line-height: 24px;
    font-weight: 500;
}
/*23-10-2021*/

/*30-11-2021*/
.custom-appoiontment-tab .nav.nav-tabs{
    width: 100%;
    border-radius: 6px;
    border-bottom: none;
    border:1px solid var(--darkblue);
    overflow:hidden;
    padding:0px;
}
.custom-appoiontment-tab .nav.nav-tabs .nav-item{
    width:25%;
}
.custom-appoiontment-tab .nav.nav-tabs .nav-item a.nav-link{
    border:none;
    border-right:1px solid var(--darkblue);
    color:var(--darkblue);
    text-align:center;

}
.custom-appoiontment-tab .nav.nav-tabs .nav-item:last-child a.nav-link{
    border-right:none;
}
.custom-appoiontment-tab .nav-tabs .nav-item.show .nav-link, .custom-appoiontment-tab .nav-tabs .nav-link.active{
    background-color:var(--darkblue);
    color:#fff!important;
}
.custom-appoiontment-tab .nav-tabs .nav-link:focus, .custom-appoiontment-tab .nav-tabs .nav-link:hover {
    background-color:var(--darkblue);
    color:#fff!important;
}
.custom-content .cus-listing{
    padding-top:5px;
    padding-bottom:5px;
}
.custom-content .cus-listing-inner{
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 15px;
    box-shadow: 0px 0px 5px 0px #eee;
    border-radius: 6px;
}
.cus-listing-inner .cus-listing-nme{
    width:70%;
}
.cus-listing-inner .cus-listing-nme h4{
    color:var(--darkblue);
    font-size:16px;
    margin-bottom: 12px;
}
.cus-listing-inner .cus-listing-nme p img{
    width:17px;
    margin-right:5px;
}
.cus-listing-inner .cus-listing-nme p{
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}
.cus-listing-inner .cus-listing-dlt{
    width:30%;
    text-align:right;
}
.cus-listing-inner .cus-listing-dlt a{
    color:#5e5e5e;
    font-size:14px;
    display:inline-block;
    margin-left:5px;
}
.cus-listing-inner .cus-listing-dlt a:hover{
    color:var(--darkblue);
}
.cus-listing-inner .amount-status{
    border-top: 1px solid #f0f0f0;
    margin-top: 10px;
    padding-top: 5px;
}
.cus-listing-inner .amount-status p{
    width:50%;
    color:var(--darkblue);
    padding-left:30px;
    font-weight: 400;
    margin-bottom:0px;
}
.cus-listing-inner .amount-status p i{
    margin-right:5px;
}
.cs-dashboard{
    display: none;
}
.nav-link.dropdown-toggle{
    padding-right: 0px!important;
    padding-left: 10px;
}
.col-form-label{
    word-break: break-all;
}
.cus-pf-dr-top{
    display:none;
}
.cus-pf-dr-top .fa-long-arrow-left{
    color:var(--darkblue);
}
.cus-pf-dr{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.cus-pf-dr .profile-det-info{
    margin-bottom:10px;
    max-width: calc(100% - 50px);
    width: calc(100% - 50px);
}
.cus-pf-dr .profile-det-info h3{
    margin-bottom:2px;
}
.cus-pf-dr .booking-doc-img{
    height: 50px;
    width: 50px;
}
.cus-pf-dr .booking-doc-img img{
    height: 50px;
    width: 50px;
    border-radius:50%;
}
.cus-pf-dr .booking-doc-img{
    margin-bottom:20px;
}
.cus-pf-dr .booking-doc-img-tp{
    height: 50px;
    width: 50px;
}
.cus-pf-dr-bottom{
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: end;
}
.cus-pf-dr-bottom-lft{
    max-width: calc(100% - 110px);
    width: calc(100% - 100px);
}
.cus-pf-dr-bottom-right{
    width: 110px;
    text-align: right;
}
.cus-pf-dr-bottom-lft .form-control{
    padding: 0;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
    height: auto;
    line-height: initial;
    min-height: auto;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cus-pf-dr-bottom-right .btn{
    font-size: 14px;
    color: var(--darkblue);
    border: 1px solid var(--darkblue);
    border-radius: 25px;
    display: block;
    margin-left: 10px;
}
.cus-pf-dr-bottom-right .btn:hover{
    background-color:var(--darkblue);
    color:#fff;
}
.modal-header{
    min-height: 40px;
}
.login-page.main-page-section {
    margin-top: 0px;
}
.user-loged-mobl {
    display: none;
}
.submit_review_acc.submit_review_acc_show {
    margin-left: auto;
}


/*Home Page Packages Section*/
.packeges-h-s .btn-blue {
    font-size:14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.packeges-h-s .appointment-doctor-inner {
    padding:10px 20px;
}
.packeges-h-s .inner-p-liks,
.packeges-h-s .inner-p-liks li{
    list-style-type:disc;
}
.packeges-h-s .inner-p-liks{
    padding-left:15px;
    margin-bottom:15px;
}
.packeges-h-s .inner-p-liks li a{
    font-size:14px;
}
.packeges-h-s .price-pacakge-inner {
    border-radius: 5px;
    border: 1px solid var(--blue)!important;
    ;
    margin-top:15px;
    display: flex;
    background-color:var(--blue)!important;
}
.packeges-h-s .appointment-doctor-inner h5 {
    min-height: 20px;
    max-height: 20px;
    -webkit-line-clamp: 1;
}
.packeges-h-s .appointment-doctor-inner p {
    -webkit-line-clamp:1;
}
.packeges-h-s .appointment-doctor-inner:hover h5{
    color:#212529!important;
}
.price-pacakge-lft {
    width: 47%;
    text-align: center;
    background-color: var(--blue)!important;
}
.price-pacakge-lft p>a{
    color:#fff!important;
}
.price-pacakge-lft span {
    font-size: 9px;
}
.price-pacakge-lft p {
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
}


.price-pacakge-rght {
    width: 53%;
    ;
    border-radius: 0px 4px 4px 0px;
    height: 44px;
    text-align: center;
    margin-left: auto;
    background-color:#fff;
}
.price-pacakge-rght span {
    font-size: 11px;
    line-height: 11px;
    /*color: #fff;*/
    display: block;
    margin-top: 6px;
    font-weight: 600;
}
.price-pacakge-rght .exc_slash {
    font-size: 13px;
    /*color: #fff;*/
    display: inline-block;
    margin: 0px;
    text-decoration: line-through;
    margin-right: 4px;
}
.price-pacakge-rght h6.exc_mainprice {
    display: inline-block;
    font-size: 18px;
    /*color: #fff;*/
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}
.price-pacakge-rght .exc_slash span.rupeesign {
    display: inline-block;
    font-size: 13px;
}
.price-pacakge-rght .exc_mainprice span.rupeesign {
    display: inline-block;
    font-size: 18px;
    /*color: #fff;*/
    font-weight: 600;
}
/*Home Page Packages Section*/

/*Full Body Checkup Packages*/
.full-bdy-p .appointment-doctor-inner{
    padding:0;
}
.full-bdy-p .appointment-doctor-inner h5 {
    color: var(--blue)!important;
}
.full-bdy-p .appointment-doctor-inner .contnt-p{
    padding:20px;
    position:relative;
}
.full-bdy-p .appointment-doctor-inner .salient-text{
    display: inline-block;
    background: var(--darkblue);
    border: 1px solid var(--darkblue);
    color: #fff!important;
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
}
.full-bdy-p .appointment-doctor-inner .contnt-p-1{
    border-top: 1px solid var(--darkblue);
    padding:20px;
    padding-top:35px;
    background-color:#f5f5f5;
}
.full-bdy-p .appointment-doctor-inner .contnt-p-1 ul{
    padding-left:15px;
}
.full-bdy-p .appointment-doctor-inner .contnt-p-1 ul,
.full-bdy-p .appointment-doctor-inner .contnt-p-1 li{
    list-style-type:disc;
}
.full-bdy-p .appointment-doctor-inner .contnt-p-1 li{
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.fnd-dr-section.bl-lab_h li:last-child{
    padding-left: 30px!important;
}
.fnd-dr-section.bl-lab_h ul li i{
    top: 6px!;
    transform: translateY(-0%)!;
}
/*Full Body Checkup Packages*/


/*Rating Section*/
.lstng-rating{
    margin-bottom:15px;
}
.lstng-rating .rating {
    position: relative;
    display: flex;
    align-items: center;
}

.lstng-rating .hidden {
    opacity: 0;
}

.lstng-rating .star {
    display: inline-block;
    margin: 0px 5px;
    font-size:30px;
    color: #ccc;
    position: relative;
}
.lstng-rating .star.animate {
    -webkit-animation: stretch-bounce 0.5s ease-in-out;
}
.lstng-rating .star.hidden {
    opacity: 0;
    display:none;
}

.lstng-rating .full:before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f005";
    position: relative;
    float: right;
    z-index: 2;
}

.lstng-rating .half:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f089";
    position: absolute;
    float: left;
    z-index: 3;
}

.lstng-rating .star-colour {
    color: #ffd700;
}

@-webkit-keyframes stretch-bounce {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.5);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    75% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
.lstng-rating .selected:before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f005";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    opacity: 1;
    z-index: 1;
}
.lstng-rating .selected.pulse:before {
    -webkit-transform: scale(3);
    opacity: 0;
}
.lstng-rating .selected.is-animated:before {
    transition: 1s ease-out;
}

.patient-story-section .rate {
    display: inline-block;
}
.patient-story-section .rate label {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    float: right;
    margin-bottom: 0;
}
.patient-story-section .rate input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.patient-story-section .rate label {
    content: 'â˜… ';
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.patient-story-section .rate input:checked {
    color: #ffc700;
}
.patient-story-section .rate label::before {
    content: 'â˜… ';
}
.patient-story-section .rate  input:checked ~ label {
    color: #ffc700;
}
.patient-story-section .rate label:hover {
    color: #ffc700;
}
.patient-story-section .rate > input:checked + label:hover,
.patient-story-section .rate > input:checked + label:hover ~ label,
.patient-story-section .rate > input:checked ~ label:hover,
.patient-story-section .rate > input:checked ~ label:hover ~ label,
.patient-story-section .rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.patient-story-section .rate:not(:checked) > label:hover,
.patient-story-section .rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
/*Rating Section*/


/*24-07-2022*/
.pincode_search_error p{
    margin-bottom:0px;
}
.pincode_search_error_mob p{
    margin-bottom:0px;
}
.select-apntmnt-slot .btn-md.btn-blue{
    font-size: 12px;
    padding: 0px 7px;
    height: 38px;
    line-height: 38px;
}
.edits-pn{
    color:.var(--darkblue);
    font-weight:400;
}
.edits-pn a{
    font-weight:600;
}
.chk-pncd-mb{
    padding: 20px 5px;
    background-color: #fff;
    bottom: -1px;
    transition: 0.5s;
    position: fixed;
    margin-top: 30px;
    box-shadow: 4px -4px 8px 0px rgb(0 0 0 / 12%);
    z-index: 99;
    left: 0;
    width: 100%;

}
.chk-pncd-mb .form-control{
    font-weight:500;
}
.chk-pncd-mb a.btn-blue{
    text-align: center;
    line-height: 26px;
}
.info-section{
    text-align:center;
}

.info-section h3.fz-18 {
    font-size:32px!important;
    background: linear-gradient(to right, #010066 20%, #d83d40 40%, #d83d40 60%, #010066 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 5s linear infinite;

}
@keyframes shine {
    to {
        background-position: 200% center;
    }
}
.info-section p{
    font-size:18px;
    font-weight:600;
}
.info-section p.mb-1{
    margin-bottom:0!important;
}
/*24-07-2022*/
/*Doctor Instagram Stories Page */
.dr_insta_strs{
    margin-top:30px;
}
.dr_insta_item{
    width:100px;
    height:100px;
    display:inline-block;
    position:relative;
}
.dr_insta_item a{
    position:relative;
}
.dr_insta_item img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}
.dr_insta_item h6{
    font-size: 14px;
    color: var(--darkblue);
    text-align: center;
    margin-bottom:0;
    margin-top:5px;
}
.dr_insta_s{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: var(--darkblue);
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom:30px;
}
.dr_insta_strs .slick-slide {
    margin-right:25px;
    margin-left:25px;
}
.dr_pf_vides_slider .mail_video{
    border: none;
}
.Videos_thambnail{
    margin-top:15px;
    display:flex;
    align-items:center;
    background-color: #f9f9f9;
    justify-content: space-between;
}
.Videos_thambnail a{
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 10px;
    font-size:18px;
}
.Videos_thambnail a:hover{
    background-color:#e6e6e6;
}
.Videos_thambnail a i{
    margin-right:5px;
}
.Videos_thambnail a.dnld_btn{
    background-color: #fe003e;
    color: #fff;
    border: 2px solid #df0137;
    padding: 10px 20px;
    border-radius:0px;

}
.Videos_thambnail a.dnld_btn:hover{
    background-color:#df0137;
    color:#fff;
}
.dr_videos_contents{
    background-color:#f9f9f9;
}
.dr_videos_contents p{
    color:#a1a1a1;
    font-weight: 400;
}
.dr_videos_contents p span{
    display: inline-block;
}
.subscribe_btn_sec{
    margin-top:25px;
}
.subscribe_btn_sec a{
    display: inline-block;
    padding: 5px 15px;
    font-weight:500;
    text-transform: uppercase;
}
.subscribe_btn_sec a.sbsrb_btn{
    background-color: #fe003e;
    color: #fff;
    border: 2px solid #df0137;
}
.subscribe_btn_sec a.sbsrb_btn:hover{
    background-color: #df0137;
    color:#fff;
}
.subscribe_btn_sec a.sbsrb_btn1{
    background-color: #ededed;
    color:#222;
    border:2px solid #ededed;
}
.subscribe_btn_sec a.sbsrb_btn1:hover{
    background-color:#cecece;
    border:2px solid #cecece;
}
.dr_services_tp{
    margin-left:116px;
}
.intsa_dr_listss{

}
.dr_sers_intsa_s_d{
}
.theme-shadow.doctor-list.dr_pf_vides_slider{
    padding:0px 0px;
}


.dr_insta_strs {
    margin: 0 25px;
}
.theme-shadow.doctor-list.dr_pf_vides_slider{
    padding:0px 0px;
}
.Videos_thambnail{
    margin-top:0px!important;
    padding-bottom:10px;
    justify-content:center!important;
}
.Videos_thambnail a{
    min-width:100px;
    text-align:center;
}
.dr_insta_s{
    width:20px!important;
    height:20px!important;
    right:0!important;
    bottom:25px!important;
}
.dr_insta_strs .slick-slide{
    margin-left:15px!important;
    margin-right:15px!important;
}
.dr_videos_contents{
    padding:15px;
}
.intsa_dr_listss_pf a{
    position:relative;
}
.intsa_dr_listss_pf a img{
    width: 80px!important;
    height: 80px!important;
}
.intsa_dr_listss_pf i.fa-check-circle{
    font-size: 20px;
    position: absolute;
    right: -5px;
    top: 10px;
}
.dr_insta_strs  .slick-slide{
    opacity:1!important;
}
.new_videos_crd{
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 25%);
    margin-top:10px;
}
.new_videos_crd_right{
    width:calc(100% - 120px);
}
.new_videos_crd_lft{
    width: 100px;
    height: 100px;
    min-width:100px;
    margin-right:10px;
}
.new_videos_crd_lft img,
.new_videos_crd_lft iframe{
    border-radius:5px;
    object-fit:cover;
    width:100%;
    height:100px;
}
.new_videos_crd_right h5{
    color:var(--blue);
    font-size:16px;
    line-height:16px;
    margin-bottom:5px;
}
.new_videos_crd_right h4{
    color:var(--darkblue);
    font-size:18px;
    line-height:18px;
    margin-bottom:5px;
}
.new_videos_crd_right p{
    color:#222;
    font-weight:400;
    margin-bottom:0;
    line-height:16px;
}
.new_videos_crd_right span{
    color:#a3a3a3;
}
.Videos_thambnail{
    position:relative;
}
.small-toop{
    position: absolute;
    background: #ebebeb;
    padding: 5px 10px;
    top: -53px;
    left: 30px;
    width: 250px;
    border-radius: 5px;
}
.small-toop .social_cross_cls.social_cross{
    background-color: transparent!important;
}
.small-toop:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ebebeb;
    bottom: -8px;
    left: 0;
}
#social-links ul li{
    display: inline-block;
}
#social-links ul li a{
    display: inline-block;
    padding: 0;
    min-width: 33px!important;
    font-size: 22px;
    color: #fff!important;
    margin-right: 5px;
    background-color: var(--blue)!important;
    border-radius: 50%;
}
#social-links ul li:nth-child(1) a{
    background-color: #3b5998!important;
}
#social-links ul li:nth-child(2) a{
    background-color: #03a9f4!important;
}
#social-links ul li:nth-child(3) a{
    background-color: #0e76a8!important;
}
#social-links ul li:nth-child(4) a{
    background-color: #23b7ec!important;
}
#social-links ul li:nth-child(5) a{
    background-color: #4caf50!important;
}
#social-links ul li:nth-child(6) a{
    background-color: #ff4500!important;
}
.social_cross_cls{
    position: absolute;
    top: -10px;
    right: -10px;
    min-width:0px!important;
    padding: 0!important;
    margin-right: 0!important;
}
.social_cross_cls i{
    background: red;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;

}
.new_videos_crd_social_link{

}
.new_videos_crd_social_link ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.new_videos_crd_social_link ul li{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-weight: 600;
}
.new_videos_crd_social_link ul li i{
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
/*.new_videos_crd_social_link ul li i.fa-eye{
    color:#00adff;
}
.new_videos_crd_social_link ul li i.fa-thumbs-up{
    color:#4a6ea9;
}
.new_videos_crd_social_link ul li i.fa-thumbs-down{
    color:#f20000;
}
.new_videos_crd_social_link ul li i.fa-comment{
    color:#ffaa20;
}
.new_videos_crd_social_link ul li i.fa-share{
    color:#4171ff;
}*/
.new_videos_crd_social_link ul li>a{
    display:block;
    color:#444!important;
}
.new_videos_crd_social_link ul li span{
    font-size:12px;
    display:block;
}
.premium-videos{
    margin-bottom:15px;
    align-items:center;
}
.premium-videos h2{
    margin-bottom:0px;
}
.premium-videos-sec{
    text-align:right;
}
.premium-videos-btn{
    border: 2px solid green;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 600;
}
.premium-videos-btn:hover{
    background-color:green!important;
    color:#fff!important;
}
.qr-code-cus{
    text-align:center;
    margin-bottom:25px;
}
.qr-code-cus h3{
    font-size:26px;
    margin-bottom:20px;
}
.qr-code-cus svg{
    width:200px;
    height:200px;
}
.qr-code-cus .btn-blue{
    margin-top:20px;
}
.appointment-tab.appointment-tab-cus .nav-tabs,
.custom-appoiontment-tab-cus .nav-tabs {
    padding:1rem!important;
}
.submit-btn-cus-mt{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.submit-btn-cus-mt .form-control{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 93px);
    margin-right: 10px;
    order:1;
}
.submit-btn-cus-mt .btn-blue{
    order:2;
}
.submit-btn-cus-mt span.fee_error{
    order:3;
}
.na-videos-sec{
    padding-top: 30px;
    text-align: center;
}
.na-videos-sec img{
    width: 250px;
    margin-bottom: 20px;
}
.na-videos-sec h2{
    margin-bottom:0;
    text-shadow: 2px 2px #ff0000;
    color: #000;
}
.shares-sec-cus{
    position:relative;
    display:inline-block;
}
@media(min-width:992px){
    .custom-header .right-menu .menu-text-right{
        position:relative;
        margin-right:7px;
    }
    .custom-header .right-menu .menu-text-right span.cart_count{
        position: absolute;
        background-color: #9a00a0;
        color: #fff;
        width: 20px;
        text-align: center;
        border-radius: 50%;
        font-size: 12px;
        right: -7px;
        top: -7px;

    }
}
/*Doctor Instagram Stories Page */
.labtestsliderhome.speciality-slidertp .appointment-doctor-inner img {
    height: 70px;
    object-fit:contain;
    border-radius: 4px;
}
.labtestsliderhome.speciality-slidertp .appointment-doctor-inner .p-3{
    padding: 0.75rem 0 0!important;
}
.labtestsliderhome.speciality-slidertp .appointment-doctor-inner .p-3 h5 {
    font-size:14px!important;
}
.hsptl-in .hsptl-in-text {
    font-weight: 600;
    color:#000;
}
.hlth-pckg-sec{
}
.hlth-pckg-itm{
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ccc;
}
.hlth-pckg-itm-tp{
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    justify-content: space-between;
}
.hlth-pckg-itm-tp h4 a{
    color:var(--themclr);
}
.hlth-pckg-itm-tp h4{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    max-height: 48px;
    line-height: 22px;
    max-width: calc(100% - 130px);
}
.hlth-pckg-itm-tp-right .rprts-h,
.hlth-pckg-itm-tp-right .paramtrs{
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #9d9fa1;
}
.hlth-pckg-itm-tp-right .rprts-h span,
.hlth-pckg-itm-tp-right .paramtrs span{
    background: linear-gradient(223.23deg,#fff -39.74%,#dbf5f9 94.44%);
    border-radius: 5px;
    color: #000;
    padding: 1px 5px;
    display: inline-block;
    margin-left: 5px;
}
.hlth-pckg-itm-tp-right .paramtrs span{
    margin-top:5px;
}
.hlth-pckg-itm-tp-right .paramtrs span{
    background:#f5f5f5;
}
.hlth-pckg-itm-mddl{
    padding: 0 15px 15px 15px;
}
.hlth-pckg-itm-mddl p{
    margin: 0;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    max-height: 48px;
    line-height: 22px;
}
.hlth-pckg-itm-btm{
    background: rgb(0 0 0 / 3%);
    padding: 15px;
    display: flex;
    align-items: center;
}
.hlth-pckg-itm-mddl-lft{
    border-right: 1px solid #444;
    padding-right: 15px;
    margin-right: 15px;
}
.hlth-pckg-itm-mddl-lft p{
    font-size: 20px;
    font-weight: 700;
}
.hlth-pckg-itm-mddl-lft p + p{
    text-decoration: line-through;
    color: #c7c7c7;
}
.hlth-pckg-itm-mddl-cntr{
    margin-right:20px;
}
.hlth-pckg-itm-mddl-cntr h6{
    font-size: 18px;
    margin-bottom: 4px;
    color: #000;
    line-height: 18px;
}
.hlth-pckg-itm-mddl-cntr p{
    color:#000;
    font-weight: 500;
}
.hlth-pckg-itm-mddl-right .btn-blue{
    border-radius: 8px;
    padding: 8px 10px;
}
@media(max-width:991px){
    .hlth-pckg-itm-mddl-lft p {
        font-size: 18px;
        white-space: nowrap;
    }
    .hlth-pckg-itm-btm {
        padding: 10px;
    }
    .hlth-pckg-itm-mddl-cntr {
        margin-right: 10px;
    }
    .hlth-pckg-itm-tp {
        padding: 10px;
        margin-bottom: 10px;
    }
    .hlth-pckg-itm-mddl {
        padding: 0 10px 10px 10px;
    }
}


.login_list_item_city{
    margin-top: 20px;
    overflow-y: auto;
    height: calc(100vh - 230px);
    scrollbar-width: thin;
}
.login_list_item_city li:first-child a{
    /*    border-top:1px solid #ccc;*/
}
.login_list_item_city li a{
    display: block;
    padding: 7px 5px;
    color: #444;
    border-bottom: 1px solid #ccc;
}
.login_list_item_city li a:hover{
    background-color:#f7f7f7;
    color:#9a00a0;
}
/*27-02-2024*/
.mdl_srch_frm{
    position:relative;
    overflow: visible;
}
.mdl_srch_frm input {
    border-radius: 12px;
}
.mdl_srch_frm_btn {
    border-radius: 0 12px 12px 0;
}
/*27-02-2024*/
@media(max-width:991px){
    .login_list_item_city{
        height: calc(100vh - 190px);
    }
    .mdl_srch_frm .suggestion-box{
       border: 1px solid #787887;
       box-shadow: 0 1px 2px #b4b4be;
       min-height:auto; 
       overflow: auto;
       max-height: 316px; 
       left: 0; 
       right:0; 

   }
}

@media(max-width:767px){
    .login_list_item_city{
        height: calc(100vh - 190px);
    }
    .mdl_srch_frm .suggestion-box ul li h6 {
        font-size: 10px;
    }
    .mdl_srch_frm  .suggestion-box ul li p {
        font-size: 10px;
    }
    .mdl_srch_frm .suggestion-box ul li .use-my-location {
        font-size: 14px;
    }
    .mdl_srch_frm .suggestion-box ul li .fa-search {
        min-width: 22px;
        height: 22px;
        line-height: 22px;
        margin-right: 10px;
        font-size: 12px;
    }
    .mdl_srch_frm .suggestion-box ul li h6 span{
        font-size:9px!important;
    }
    .mdl_srch_frm .suggestion-box .suggestion-box-inner h5 {
        font-size: 10px;
    }

}
@media(max-width:575px){
    .mdl_srch_frm .suggestion-box {
        top: 36px;
    }
}