.notifyjs-wrapper {
    z-index: 9999 !important;
}

.notifyjs-container {
    z-index: 9999 !important;
    right: 10px !important;
    left: unset !important;
    position: fixed !important;
    top: 10px !important;
}


section.back_images.mt-3 .row.banneers img {
    width: 100%;
}

span.mnb {
    color: #282730 !important;
}

[for="flexCheckDefault"] {
    font-size: 10px;
    padding-left: 5px;
    color: #959595;
}

input.form-check-input.m-0.checks {
    position: relative;
    top: 3px;
    width: 40px;
}

@media (max-width:767px) {

    .topnav.responsive .desk-head-view1.mobileview {
        overflow: auto;
        height: 100vh;
        padding-bottom: 20px;
    }
}


#hcModalPopup .modal-body .table div {
    font-size: 14px;
}

p.mb-0.dis {
    font-size: 14px;
}

.social-media-menu.text-right a {
    text-decoration: none;
}

.lablist a {
    pointer-events: none;
}

.d-none-footerTablist {
    display: none !important;
}

.lablist a i {
    margin-right: 5px;
    font-size: 12px;
}

</style><style>p.mb-0.dis {
    font-size: 14px;
}

.social-media-menu.text-right a {
    text-decoration: none;
}

.lablist a {
    pointer-events: none;
}

.d-none-footerTablist {
    display: none !important;
}

.lablist a i {
    margin-right: 5px;
    font-size: 12px;
}

.modal {
    background: #0000009c;
}

#hcModalPopup .modal-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #194569;
    color: #fff;
    font-size: 17px;
}

#hcModalPopup .modal-body>div {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
}

#hcModalPopup .modal-header button.btn-close {
    background-color: #fff;
    opacity: 1;
    top: -30px;
    position: relative;
    left: 22px;
}

#hcModalPopup .modal-body>div.mt-2 {
    font-weight: bold;
}

#hcModalPopup .modal-footer button.btn.btn-secondary {
    border-radius: 0px;
    background: #194569;
    border: solid #194569;
}

#hcModalPopup .modal-header>h5 {
    font-size: 16px;
}

#hcModalPopup .modal-footer>button.btn.btn-secondary {
    border-radius: 0px;
    background: #194569;
    border: solid #194569;
    padding: 2px 10px;
}

#hcModalPopup .modal-dialog {
    max-width: 360px;
}

#hcModalPopup .modal-header,
#hcModalPopup .modal-footer {
    padding: 0.5rem 1rem;
}


.conten_block {
    display: flex;
    position: relative;
}

.conten_block img {
    max-width: 68%;
}

.conten_block_form {
    position: absolute;
    max-width: 40%;
    right: 0px;
    top: 100px;
}

.conten_block_form label.form-label {
    font-size: 12px;
    color: #fff;
}

.conten_block_form button.btn.btn-primary {
    width: 100%;
    border-radius: 20px;
    background-color: #ffcc29;
    border-color: #fff;
    color: #282828;
    font-weight: 400;
}

.conten_block_form input {
    font-size: 13px;
    padding: 0.475rem 0.85rem;
}

img.mbt {
    display: none;
}

@media (max-width:767px) {
    img.dkt {
        display: none;
    }

    span.alert.alert-success.text-center.text-sm {

        left: -10px !important;
    }

    img.mbt {
        display: block;
    }




    .conten_block_form {
        position: static;
        max-width: 100%;
        margin-top: 20px;
    }

    .conten_block img {
        max-width: 100%;
    }

    .conten_block {
        display: block;
        position: relative;
    }
}



.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #666666 !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: block !important;
    height: 42px !important;
    user-select: none !important;
    -webkit-user-select: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 23px;
    padding: 5px 15px !important;
    margin: 4px 0 !important;
    height: 42px !important;
    font-size: 13px !important;
    box-shadow: none !important;
    font-weight: bold;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
    right: 6px !important;
}

.select2-results__option {
    font-size: 14px !important;
}


#selectcity .modal-header.titlehead {
    display: flex;
    align-items: center;
}

#selectcity .modal-header.titlehead .easy-autocomplete {
    position: relative;
    width: unset !important;
}

#selectcity .titlehead {
    background: #eeeeee
}

#selectcity ul.citys {
    padding: 0px;
    display: flex;
    gap: 40px;
    margin-top: 15px;
    list-style: none;
}

#selectcity ul.citys span {
    background: #eee;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 7px;
}

#selectcity ul.citys li a p {
    text-align: center;
}

#selectcity h4.cityheadeing {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

#selectcity ul.citys li a {
    color: #2B3E60;
    text-decoration: none;
    font-size: 14px;
}

#selectcity .ctmbtn {
    text-align: center;
}

#selectcity .titlehead button.btn-close {
    position: absolute;
    background-color: transparent;
    right: 10px;
    top: 10px;
    background-size: 12px;
}

#selectcity .citys ul {
    padding: 0px;
    list-style: none;
}

#selectcity .citys ul li svg path {
    stroke: #fecc00 !important;
}

#selectcity .citys ul li {
    font-size: 13px;
    margin-bottom: 3px;
    color: #2B3E60;
    text-transform: uppercase;
    cursor: pointer;
}

#selectcity .citys ul li svg {
    width: 18px;
    margin-right: 8px;
}

#selectcity .titlehead {
    background: #eeeeee;
    justify-content: center;
    gap: 20px;
}

#selectcity .titlehead button.btn.btn-primary {
    border-color: #FFCC29;
    background: #FFCC29;
    color: #282730;
    font-size: 15px;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    text-transform: capitalize;

}

#selectcity .titlehead button.btn.btn-primary svg {
    margin-right: 7px;
}

#selectcity input.search_city.form-control {
    max-width: 200px;
    background-image: linear-gradient(178deg, #f1f1f1, #f9f9f9);
    font-size: 15px;
}

#selectcity input.search_city.form-control::placeholder {
    color: #282730;

}

#selectcity .ctmbtn a.btn.btn-primary {
    background: #fff;
    color: #282730;
    border: solid 1px #282730;
    border-radius: 30px;
    font-size: 13px;
    padding: 8px 15px;
    margin-top: 20px;

}

#selectcity .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

#selectcity ul.citys li a p {
    text-align: center;
    color: #000000;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}

#selectcity .ctmbtn a.btn.btn-primary.collapsed[aria-expanded="false"] {
    font-size: 0px;
}

#selectcity .ctmbtn a.btn.btn-primary.collapsed[aria-expanded="false"]:after {
    content: "Show all Cities";
    font-size: 13px;
}

@media (max-width:767px) {
    a.call-us-desk.mr-5.p-3.d-block {
        display: block !important;
        font-size: 0pc !important;
        padding: 0px !important;
    }

    #selectcity .titlehead button.btn.btn-primary {
        width: 100%;
        text-align: left;
    }

    #selectcity .modal-header.titlehead {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 6px;
        padding-top: 40px;
    }

    #selectcity input.search_city.form-control {
        max-width: 100%;
    }

    #selectcity ul.citys {
        gap: 30px;
    }

    #selectcity ul.citys {
        overflow: auto;
    }

    #selectcity .modal-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #selectcity .row.citys .col.col-xs-6 {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
        margin: 0px;
    }

    #selectcity .row.citys {
        min-height: 240px;
        overflow: auto;
        max-height: 240px;
    }

    #selectcity .modal-header.titlehead .easy-autocomplete {
        width: 100% !important;
    }
}

select#radiologyCity {
    font-size: 13px !important;
    height: 42px !important;
    -webkit-text-fill-color: #404e55;
    height: 42px !important;
    font-weight: 500;
}

.desk-head-view2 a {
    text-align: unset !important;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    padding: 12px 16px;
}



.faq-side-item-list ul {
    text-align: center;
    border: none;
}

.faq-side-item-list ul li {
    display: inline-block;
}

span.field-content {
    padding: 0;
}

.faq-side-field-name a {
    padding: 8px 74px;
    color: #fff;
    border-radius: 30px;
    background: #194569;
    margin-right: 10px;
}

.l-bd-active a,
.left-page-menu.active {
    border: 0px solid #004368;
    background: #fecc00;
    color: #194569;
}

.col-12.faq-headings h2.headings {
    text-align: center !important;
    padding: 30px !important;
    color: #194569;
}

h2.faq-title-head {
    text-align: center;
    padding: 10px 0px;
}

section.main-faq .card.shadow {
    border-radius: 20px;
    border: none;
}

.accordion .accordion-item {
    margin-bottom: 5px;
}

.accordion button {
    margin: 0px 0 0px;
    padding: 0.3em 0.5em 0.3em 0.7em;
    border-top: 0px solid #ccd1d3 !important;
}

section.main-faq.mb-4 {
    max-width: 1050px;
    margin: auto;
    width: 100%;
    position: relative;
}

body {
    margin: 0;
    background-color: #fff;
}

@media (max-width:767px) {

    .faq-side-field-name a {
        padding: 8px 40px;
    }

    .faq-side-item-list {
        margin-top: 0px;
    }

    .col-md-12.col-lg-12.tab-content.px-5 {
        padding: 20px !important;
    }

    .faq-title-head {
        font-size: 20px;
        margin: 5px 0;
    }
}

#menu1 .accordion button.accordion-button,
#menu1 .accordion button,
#menu2 .accordion button.accordion-button,
#menu2 .accordion button {
    background: #234D6E !important;
    box-shadow: none;
    color: #fff !important;
}



@media (min-width:768px) {
    .container-fluid {
        max-width: 1260px;
        margin: auto;
    }

    .site-content li.expanded:before {
        background-color: #004368;

    }

    .footer-list {
        margin-top: 0px;
    }

    section.main-sitemap {
        background: #fff;
    }

    .site-content {
        display: flex;
        overflow-x: scroll;
    }

    .site-content li.expanded ul li:before {
        left: -2%;
    }

    .sitemap-box-menu.sitemap-box-menu-footer.sitemap-box ul.sitemap-menu {
        padding-left: 0px;
    }

    .site-content ul li span {
        font-size: 15px;
        color: #004368;
        padding: 5px 17px;
        display: inline-block;
        white-space: nowrap;
        border: 1px solid #004368;
        border-radius: 7px;
        cursor: pointer;
        width: 100%;
        background: #fecc00;
    }

    .site-content ul li a {
        font-size: 15px;
        color: #fff;
        padding: 5px 17px;
        display: inline-block;
        white-space: nowrap;
        border: 1px solid #004368;
        border-radius: 7px;
        cursor: pointer;
        width: 100%;
        text-decoration: none;
        background: #004368;
    }

    ul.sitemap-menu.d-flex {
        padding-left: 0px;
    }

    .site-content ul li a {
        font-size: 12px;
        color: #fff;
        padding: 5px 5px;
        display: inline-block;
        white-space: nowrap;
        border: 1px solid #004368;
        border-radius: 7px;
        cursor: pointer;
        width: 100%;
        text-decoration: none;
        background: #004368;
    }

    .site-content ul li span {
        font-size: 12px;
        color: #004368;
        padding: 5px 5px;
        display: inline-block;
        white-space: nowrap;
        border: 1px solid #004368;
        border-radius: 7px;
        cursor: pointer;
        width: 100%;
        background: #ffffff;
    }

    .site-content ul li {
        font-size: 12px;
        color: #394e59;
        font-weight: 500;
    }
}

@media (max-width:767px) {
    section.main-sitemap .d-flex {
        display: block !important;
    }

    section.main-sitemap {
        margin-top: 125px;
    }

    ul.sitemap-menu.d-flex {
        padding-left: 0px;
    }

    .site-content ul li a {
        font-size: 12px;
        color: #fff;
        padding: 5px 5px;
        display: inline-block;
        white-space: nowrap;
        border: 1px solid #004368;
        border-radius: 7px;
        cursor: pointer;
        width: 100%;
        text-decoration: none;
        background: #004368;
    }

    .site-content ul li span {
        font-size: 12px;
        color: #004368;
        padding: 5px 5px;
        display: inline-block;
        white-space: nowrap;
        border: 1px solid #004368;
        border-radius: 7px;
        cursor: pointer;
        width: 100%;
        background: #fecc00;
    }

    .site-content ul li {
        font-size: 12px;
        color: #394e59;
        font-weight: 500;
    }
}

.site-content li.expanded:before {
    height: 330px;
}

@media only screen and (max-width: 599px) {
    .page-title {
        padding: 40px 0;
    }
}

.page-title {
    position: relative;
    padding: 80px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: right;
    z-index: 2;
}

.page-title .title-outer {
    position: relative;
    display: inline-block;
    border-radius: 10px;
}

.page-title h1 {
    color: #024a79;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0px;
    word-break: break-word;
}

.page-breadcrumb {
    font-size: 15px;
    line-height: initial;
    margin: 5px -15px 10px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.75);
    font-size: 18px;
    font-weight: 500;
    padding: 0 18px;
    line-height: 24px;
    text-transform: capitalize;
}

.page-breadcrumb li a {
    color: rgba(0, 0, 0, 0.75);
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

@media (max-width: 767px) {
    .logo-mob img {
        max-width: inherit;
    }
}

@media (min-width: 1100px) {
    .logo-mob img {
        width: 100%;
        height: auto;
        max-width: inherit;
    }
}

p.text-heading {
    font-weight: 600;
    text-transform: capitalize;
}

section.back_image.mt-3 img {
    max-width: 50px;
    height: auto;
    margin: auto;
    display: block;
}


.rajki {
    padding-bottom: 10px;
}



#example_wrapper {
    font-family: 'Courier New', Courier, monospace;
}


.items .dire-img {
    max-width: 100px;
    border-radius: 50%;
    overflow: hidden;
    height: 100px;
    margin: auto;
    margin-top: -50px;
}

.items .dire-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.items .dire-img+h5 {
    color: #282828;
    text-align: center;
    padding-top: 10px;
}

.itemss .dire-img {
    max-width: 100px;
    border-radius: 50%;
    overflow: hidden;
    height: 100px;
    margin: auto;
    margin-top: -50px;
}

.dire {
    box-shadow: none;
    background: none;
}

.itemss .carousel-items.col-md-3 {
    margin-bottom: 80px;
}

.itemss .carousel-items.col-md-3 h5 {
    text-align: center;
    margin-top: 15px;
}

.carousel3tems.itemps .dire-img img {
    border-radius: 5px 5px 0px 0px;
    border: solid 1px #fff;
    border-radius: 148px !important;
}

.dire {
    box-shadow: none;
}

.about-dire_ h5 {
    color: #fff;
    text-align: center;
}

p.director {
    color: #fff;
}

section.section_quick_link.bgd h2.headings {
    color: #fff;
}

.dire p {
    text-align: center;
    margin-bottom: 15px;
}

.dire-nm {
    background: #bae1f5;
    margin-top: 0px;
    padding: 10px 15px;
    position: relative;
    border-radius: 20px;
}

.itemss.row {
    margin-top: 50px;
}

.dire-nm:after,
.about-dire_:after {
    display: none;
}

section#managementsTechnical {
    background: #eeeeee;
}

section.pkg-qua-sec.quali.new.mt-0.bnn {
    background: #fff;
}

.carousel3tems.itemps p.dire-about-d {
    display: none;
}

.about-dire_ {
    padding: 15px 15px;
    height: auto;
    background: none;
    margin-top: 1px;
}

section.section_quick_link.bgd {
    background: #2b3e60;
}

.carousel3tems.itemps {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 100px;
    align-items: center;
    justify-content: center;
}

.carousel-item_ {
    width: 25%;
    padding: 15px;
}

section.pkg-qua-sec.quali.new.mt-0.pdpb .qua-item-a.qua-item-a-1.depart {
    background: none;
    border: none;
    box-shadow: none;
}

.mission p {
    margin: 5px 0px;
    color: #282730;
    font-size: 17px;
}

.mission p {
    margin: 5px 0px;
    color: #282730;
    font-size: 17px;
    display: flex;
    align-items: center;
    line-height: 19px !important;
}

section.pkg-qua-sec.quali.new.mt-0.pdpb .container>.row {
    background: #fafcfb;
    border-radius: 20px;
    padding: 20px;
    margin: 0px;
}

section.banner-national .col-md-5.col-sm-12 {
    padding: 0px 60px 0px 30px;
}

section.pkg-qua-sec.quali.new.mt-0.pdpb .qua-item-a.qua-item-a-1.depart svg {
    float: left;
    margin-right: 10px;
}

section#CustomerSupportService svg>*,
section.valus svg>* {
    font-family: Roboto, sans-serif !important;
}

section#CustomerSupportService {
    margin-bottom: 50px;
}

section.valus {
    margin-top: -275px;
    position: relative;
}

svg.mobiledeskn {
    display: none;
}

.mobilen tspan {
    text-transform: capitalize;
}

section#managementsTechnical .slick-list {
    padding-top: 50px;
}

section#managementsTechnical {
    background: #eeeeee;
    padding-bottom: 50px;
}

@media (max-width:767px) {
    svg.mobiledeskn {
        display: block;
    }

    section.banner-national .col-md-5.col-sm-12 {
        padding: 15px;
    }

    section.banner-national .col-md-5.col-sm-12 svg {
        height: auto;
    }

    section.pkg-qua-sec.quali.new.mt-0.pdpb .container>.row {
        padding: 0px;
    }

    #missionvision .col-md-5 {
        display: none;
    }

    .mission p {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .depart {
        padding: 0px;
        height: auto;
    }

    section.pkg-qua-sec.quali.new.mt-0.bnn {
        display: none;
    }

    section.pkg-qua-sec.quali.new.mt-0.pdpb .qua-item-a.qua-item-a-1.depart svg {
        float: none;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .carousel3tems.itemps {
        padding: 0px 0px;
    }

    .carousel-item_ {
        width: 50%;
        padding: 5px;
    }

    .itemss.row .carousel-items.col-md-3 {
        width: 50%;
    }

    .itemss .carousel-items.col-md-3 h5 {
        text-align: center;
        margin-top: 15px;
        height: 40px;
    }

    section#CustomerSupportService .col-sm-5 {
        display: none;
    }

    section#CustomerSupportService svg {
        height: auto;
    }

    section.banner-national {
        padding-bottom: 230px;
    }

    svg.mobilen {
        display: none;
    }
}

.dire,
.modal-body .dire .about-dire_ {
    height: auto
}

.about-dire_:after,
.dire-nm:after {
    content: '';
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    transform: rotate(90deg)
}



.dire {
    padding: 0
}

.dire-nm {
    background: #fecc00;
    margin-top: 0;
    padding: 10px 15px;
    position: relative
}

.about-dire_,
.dire-img {
    margin-top: 1px;
    margin-right: 1px
}

.dire p {
    margin-bottom: 2px;
    font-size: 13px
}

.modal-body .dire .about-dire_,
.modal-body .dire .dire-img {
    width: 50%
}

.modal-body .dire .about-dire_::after {
    border: transparent
}



.modal.show .modal-dialog button.btn-close {
    filter: invert(1);
    opacity: 1;
    position: relative;
    left: -2px;
    padding: 2px 0
}

.modal-body .dire p.dire-about-d {
    font-size: 12px !important;
    overflow: auto;
    height: 185px;
    margin-top: 5px
}

.dire-nm:after {
    border-right: 12px solid #fecc00;
    position: absolute;
    top: -27%;
    left: 20px;
    right: auto
}

p.dire-about-d {
    scrollbar-width: auto;
    scrollbar-color: #ededed #ffffff
}

p.dire-about-d::-webkit-scrollbar {
    width: 5px
}

p.dire-about-d::-webkit-scrollbar-track {
    background: 0 0
}

p.dire-about-d::-webkit-scrollbar-thumb {
    background-color: #ededed;
    border-radius: 10px;
    border: 0 solid #fff
}

.dire h5 {
    color: #282828
}

.dire:hover .about-dire {
    overflow-y: scroll
}

.carousel3.slick-initialized.slick-slider {
    padding: 0 15px 0 25px
}

.carousel3tem,
.modal-body .dire {
    display: flex
}

.about-dire_ .dire h5 {
    color: #fff;
    font-size: 14px
}

.carousel3tem .about-dire_ p.dire-about-d {
    font-size: 11.5px !important;
    line-height: 19px;
    color: #fff
}

.about-dire_ p {
    color: #fff
}

.about-dire_ h5 {
    color: #fecc00;
    font-size: 14px;
    margin: 0
}

p.director,
section.banner-national .qua-item-a:hover p {
    color: #fecc00
}

.about-dire_ {
    padding: 15px;
    height: 258px;
    background: #194569;
    position: relative
}

.about-dire_:after {
    border-right: 12px solid #194569;
    position: absolute;
    top: -7%;
    right: 20px
}

section.pkg-qua-sec .col .qua-item-a {
    height: 100%;
    text-align: left;
    padding: 20px;
    border: 1px solid #ededed
}

section.pkg-qua-sec .col .qua-item-a p {
    color: #282828;
    font-size: 15px
}

section.pkg-qua-sec .col .qua-item-a:hover {
    background: #fecc00;
    transform: none
}

section.pkg-qua-sec.quali.new.mt-0.bnn {
    background: #f3fafe;
    padding-bottom: 60px
}

.call-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: static;
    padding: 0;
    margin: 40px auto auto
}

.banner-sub-btn {
    width: 125px;
    background-color: #fecc00;
    margin-top: 10px !important;
    color: #282828;
    font-weight: 600;
    font-size: 14px;
    transition: .3s;
    border-color: #fccc2d;
    height: auto
}

.expl h5 {
    font-size: 32px;
    line-height: 46px;
    padding-top: 0;
    color: #282828
}

img.shadesmn {
    position: relative;
    top: 50px
}

.row.justify-content-center.itemp._itemp .qua-item-a {
    height: 200px
}

.row.justify-content-center.itemp._itemp .col {
    margin-right: 15px
}

section.banner-national.values {
    background-image: url(/assets/img/value.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 30px;
    position: relative;
    margin-top: 30px
}

section.banner-national .qua-item-a {
    width: 100%;
    background-color: #2b3e60;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: none;
    flex-direction: column
}

section.banner-national .qua-item-a p {
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px
}

section.banner-national.values:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .64;
    background: #2b3e60
}

section.banner-national.values .col-sm-9.m-auto {
    position: relative;
    z-index: 9
}

section.banner-national.values .groupheading.justify-content-center h2.headings {
    position: relative;
    z-index: 9;
    color: #ffff
}

.mission .qua-item-a.qua-item-a-1.depart {
    margin-bottom: 15px !important;
    background: #fecc00
}

section.pkg-qua-sec.quali.new.mt-0.pdpb {
    padding-top: 50px;
    padding-bottom: 50px
}

section.banner-national.values .col {
    padding: 0 10px
}

.dire-img img {
    border-radius: 5px 5px 0 0
}

img.shadesdt {
    display: none
}

section.pkg-qua-sec .row.justify-content-center .qua-item-a,
section.pkg-qua-sec.pkg-qua-sec.mt-0 .qua-item-a {
    width: 100% !important;
    margin: 0;
    display: block
}

.mission p {
    margin: 5px 0;
    color: #282730
}

.row.justify-content-center.mission .qua-item-a.qua-item-a-1.depart {
    height: 70px;
    display: flex;
    justify-content: start;
    align-items: center;
    border: 1px solid
}

#management .dire-img img {
    border-radius: 0
}

.iconiew {
    position: absolute;
    right: 18px;
    top: 21px;
    cursor: pointer
}

.modal-body .dire .dire-img img {
    object-fit: cover;
    border-radius: 0;
    height: 100%
}

@media only screen and (max-width: 767px) {

    .expl h5,
    section.pkg-qua-sec.quali.new.mt-0 .groupheading.justify-content-center.pb-4 {
        padding-top: 0
    }

    .row.justify-content-center.itemp._itemp button,
    br,
    img.shadesmn,
    section.expl.white-bg.bg-white.mt-0 {
        display: none
    }

    .items .slick-list {
        padding: 0 15% 0 0 !important
    }

    .section_quick_link .carousel-item {
        margin-right: 15px !important;
        margin-left: 0
    }

    .row.justify-content-center.mission p {
        font-size: 14px;
        line-height: 19px
    }

    section.pkg-qua-sec.quali.new.mt-0.bnn .container {
        overflow-x: auto
    }

    section.pkg-qua-sec.quali.new.mt-0.bnn .row.justify-content-center.text-center {
        width: 1000px
    }

    section.pkg-qua-sec.quali.new.mt-0.bnn .call-btn {
        width: 74%
    }

    .expl {
        padding-bottom: 50px;
        padding-top: 50px
    }

    .expl h5 {
        font-size: 23px;
        line-height: 34px;
        color: #282828
    }

    img.shadesdt {
        display: block;
        position: relative;
        top: -20px
    }

    section.pkg-qua-sec.quali.new.mt-0.pdpb .groupheading.justify-content-start.pb-4.pt-3 {
        justify-content: center !important
    }

    .dire {
        margin-top: 40px;
    }
}


body {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: #383838;
}

.bg-color {
    background-color: #f4f7f8;
}

.logo-top {
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 1px 15px #00000030;
    padding: 1rem 0;
}

.idx-str-srch-state {
    font-size: 18px;
    color: #214c6f;
    margin-bottom: 0;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-gap: 13px;
    align-items: center;
}

.idx-str-srch-state:before,
.idx-str-srch-state:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    height: 5px;
    background-color: #f8f8f8;
}

.idx-info-card-str-time-info span {
    color: #c52e3e;
}

.header-btns a.book-test-btn,
.header-btns-responsive a.online-report-btn {
    border: 1px solid #004368;
    padding: 5px 27px;
    border-radius: 22px;
    color: #fff;
    background-color: #004368;
}

.header-btns a.book-test-btn:hover,
.header-btns-responsive a.online-report-btn:hover {
    color: #fff;
    opacity: 0.8;
    transition: 0.3s ease all;
}

.covid-test-btn {
    border: 1px solid #004368;
    padding: 5px 27px;
    border-radius: 22px;
    color: #fff;
    background: #004368;
}

.covid-test-btn:hover {
    color: #fff;
    opacity: 0.8;
    transition: 0.3s ease all;
}

.find-collection-btn {
    border: 1px solid #fff;
    padding: 5px 27px;
    border-radius: 22px;
    color: #fff;
}

.find-collection-btn:hover {
    color: #333;
    background: #fff;
    border-color: #fff;
    transition: 0.3s ease all;
}

.store-header h1 {
    font-size: 20px;
    color: #214c6f;
}

.store-header h2 {
    font-size: 16px;
    text-transform: none !important;
}

.map-icon,
.grid-icon {
    background: #c9d8df;
    color: #214c6f;
    border: 1px solid #c9d8df;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    width: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    padding: 10px;
}

.map-icon i {
    font-size: 16px;
    position: relative;
    top: 1px;
}

.grid-icon i {
    font-size: 16px;
    position: relative;
    top: 3px;
}

.map-icon:hover,
.grid-icon:hover {
    color: #214c6f;
    background: #f5f5f5;
    border: 1px solid #214c6f;
    transition: 0.3s ease all;
}

.idx-str-srch-loc-btn {
    background-color: #ffce00;
    font-size: 13px;
    color: #000;
    border-radius: 8px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    font-family: "aveM";
}

.idx-str-srch-loc-btn:hover {
    background: #ffce00;
    color: #000;
    opacity: 0.7;
    transition: 0.3s ease all;
}

.or-div {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.idx-str-srch-btn {
    background-color: #214c6f;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    width: 100%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx-str-srch-btn:hover {
    background-color: #214c6f;
    color: #fff;
    opacity: 0.7;
    transition: 0.3s ease all;
}

.idx-str-srch-btn i,
.idx-str-srch-loc-btn i {
    position: relative;
    top: 2px;
}

.idx-str-srch-str-count {
    padding-bottom: 6px;
    border-bottom: 2px dotted #191919;
    font-size: 18px;
}

.store-contact-info a {
    color: #000;
}

.store-contact-info a:hover {
    color: #214c6f;
}

.bg-color1 {
    background-color: #214c6f;
}

.store-container-h {
    color: #fff;
    background-color: #214c6f;
    font-size: 21px;
    padding: 7px 0 6px;
}

.idx-str-grid-data .col-lg-4 {
    margin-bottom: 25px;
}

.idx-info-card-str-name {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.idx-info-card-str-name span {
    font-size: 14px;
    padding: 0 10px;
}

.col-store-name {
    color: #000;
}

.brand-data i {
    position: relative;
    top: 2px;
}

.brand-data h2>span>i {
    font-size: 16px;
}

.brand-data img {
    height: 40px;
    width: 40px;
}

.share-data a>i {
    font-size: 25px;
    vertical-align: top;
    color: #191919;
}

.share-data a>i:hover {
    color: #214c6f;
}

.idx-info-card-str-add-info,
.idx-info-card-str-loc-info,
.idx-info-card-str-cont-info,
.idx-info-card-str-time-info {
    font-size: 13px;
}

.idx-info-card-str-status {
    font-size: 14px;
    font-family: "Poppins-Light";
    margin-left: 16px;
}

.badge-open {
    color: #fff;
    background: #28a745;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 13px;
}

.badge-close {
    color: #fff;
    background: #df0514;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 13px;
}

.idx-info-card-str-call-btn,
.idx-info-card-str-dir-btn,
.idx-info-card-str-web-btn {
    padding: 6px 0;
    font-size: 13px;
    border-radius: 0;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.idx-info-card-str-call-btn {
    padding: 5px 0;
    color: #fff !important;
    background: #214c6f;
    border-radius: 0.25rem;
}

.col-web-btn {
    background-color: #ffce00;
    color: #000;
    border: transparent;
    border-radius: 4px;
}

.col-web-btn:hover {
    color: #000;
    opacity: 0.7;
    transition: 0.3s ease all;
}

.col-dir-btn {
    background-color: #214c6f;
    color: #fff;
    border: transparent;
    border-radius: 4px;
}

.col-dir-btn:hover {
    color: #fff;
    opacity: 0.7;
    transition: 0.3s ease all;
}

.brief-history {
    line-height: 1.8;
}

.brief-history-h {
    color: #214c6f;
    font-size: 26px;
    text-align: center;
    padding-bottom: 15px;
    display: inline-block;
}

.brief-history-h span {
    font-family: Poppins-Medium;
}

.brief-history-h:after {
    content: "";
    border-bottom: 5px solid #ffcb03;
    display: block;
    width: 60px;
    padding-top: 5px;
}

.brief-history .row a {
    font-size: 20px;
    color: #c52e3e;
}

.brief-history .row a:hover {
    color: #000;
}

.sahyadri-tests {
    line-height: 1.8;
}

.sahyadri-tests h3 {
    font-size: 26px;
    text-align: center;
    display: inline-block;
}

.sahyadri-tests h3:after {
    content: "";
    border-bottom: 5px solid #c52e3e;
    display: block;
    width: 60px;
    padding-top: 5px;
}

.sahyadri-tests h3 span {
    font-family: Poppins-Medium;
}

.sahyadri-tests .test-info li {
    color: #c52e3e;
    text-align: left;
    display: flex;
}

.sahyadri-tests .test-info li a {
    color: #000;
    font-size: 13px;
    margin-left: 5px;
}

.sahyadri-tests .test-info li a:hover {
    color: #c52e3e;
}

.preventive-checkup h3 {
    font-size: 26px;
    display: inline-block;
    color: #214c6f;
}

.preventive-checkup h3 span {
    font-family: Poppins-Medium;
}

.preventive-checkup h3:after {
    content: "";
    border-bottom: 5px solid #ffcb03;
    display: block;
    width: 60px;
    padding-top: 5px;
}

.preventive-checkup .checkup-name {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.preventive-checkup .checkup-details {
    font-size: 14px;
}

.preventive-checkup .checkup-rate {
    font-size: 18px;
    text-decoration: 2px line-through #c7c7c7;
    font-weight: 600;
    color: #c7c7c7;
}

.preventive-checkup .checkup-offer {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}

.preventive-checkup .card {
    border-radius: 8px;
}

.preventive-checkup .card .card-header {
    min-height: 140px;
    position: relative;
    background-color: #344f5a;
    padding: 32px 15px 35px 15px !important;
    text-align: left;
    border-radius: 8px 8px 0 0;
}

.preventive-checkup .card .card-header .best-seller {
    position: absolute;
    top: -11px;
    left: 25px;
    background-color: #c9d8df;
    border-radius: 24px;
    padding: 2px 20px 0;
    font-size: 14px;
}

.preventive-checkup .card .card-header .test {
    position: absolute;
    padding: 3px 10px 1px;
    border-radius: 24px;
    background-color: #ffcb03;
    left: 25px;
    bottom: -5px;
    font-size: 14px;
    color: #394e59;
    font-weight: 600;
    z-index: 999;
}

.preventive-checkup .card .card-header .pkg-book-now a {
    border-radius: 20px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 31%);
    background-color: #004368;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 0;
    padding: 9px 40px;
    position: absolute;
    right: 20px;
    bottom: -9px;
    z-index: 999;
}

.preventive-checkup .card-body {
    padding: 30px 1px 25px 20px;
    position: relative;
    margin: -7px 1px 0 1px;
    background-color: #fff;
    display: block;
    z-index: 99;
    border-radius: 8px;
}

.preventive-checkup .card-body .comp-name {
    font-size: 14px;
    color: #3f535e;
    font-weight: 600;
    margin: 11px 0 5px 0;
}

.preventive-checkup .card-body .comp-name:first-child {
    margin-top: 0;
}

.preventive-checkup .card-body p {
    color: #3f535e;
    font-size: 14px;
}

@media (max-width: 767px) {
    .preventive-checkup h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .preventive-checkup h3 {
        font-size: 18px;
    }

    .slide-image img {
        height: 233px !important;
    }

    ul.slides {
        height: 233px !important;
    }
}

@media (max-width: 373px) {
    .preventive-checkup h3 {
        font-size: 15px;
    }
}

.tag-text h3 {
    color: #c52e3e;
    font-size: 22px;
    font-weight: 900;
}

.tag-text h3 p {
    font-size: 22px;
    font-family: "Poppins-Light";
}

.tag-text h3:before {
    content: "";
    border-top: 8px solid #d20000;
    display: block;
    width: 100px;
    padding-top: 20px;
}

.tag-text p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
}

.footer_city_state h3 {
    font-size: 22px;
    display: inline-block;
    color: #214c6f;
}

.city-state-name-add {
    line-height: 1.8;
}

.city-state-name-add p {
    margin-bottom: 0;
}

.city-state-name-add p span {
    cursor: pointer;
}

.city-name-add.pt-3 p {
    margin-bottom: 0;
}

.city-name-add.pt-3p span {
    cursor: pointer;
}

.city-state-name-add p span:hover {
    color: #214c6f;
}

.city-state-name-add p span a {
    color: #000;
    font-family: "Poppins-Light";
    text-decoration: underline !important;
    padding: 0 3px;
}

.city-state-name-add p span a:hover {
    color: #c52e3e;
    text-decoration: none !important;
}

.city-state-name-add li>a {
    color: #383838;
}

.city-state-name-add li>a:hover {
    color: #acacac;
}

.footer .border-class {
    border-right: 1px solid rgba(255, 255, 255, 0.42);
}

.footer li a {
    color: rgba(255, 255, 255, 0.42);
}

.footer li a:hover {
    color: #fff;
}

.privacy-footer {
    padding: 12px 0;
    background: #fff;
    color: #000;
    margin-top: 1px;
    border-top: 1px solid #000;
}

.privacy-footer p {
    color: #000;
}

.privacy-footer p a:hover {
    color: #ffce00;
}

.privacy-footer a {
    color: #333;
}

.privacy-footer a:hover {
    color: #214c6f;
}

.privacy-footer .locowiz a {
    color: #21a7e5;
}

.privacy-footer .locowiz {
    color: #21a7e5;
}

.locowiz a:hover {
    text-decoration: underline !important;
}

.footer-logo {
    text-align: right;
}

@media (max-width: 1010px) {

    .privacy-footer .col-lg-4,
    .privacy-footer .col-lg-5,
    .privacy-footer .col-lg-3 {
        flex: none;
        display: block;
        max-width: 100%;
    }

    .privacy-links a {
        margin: 0 15px;
    }

    .privacy-footer,
    .locowiz {
        text-align: center !important;
    }
}

.card-img-top {
    width: 100% !important;
    object-fit: cover;
    height: 100%;
}

.idx-info-card-str-call-btn i,
.idx-info-card-str-dir-btn i,
.idx-info-card-str-web-btn i,
.idx-str-srch-btn i,
.idx-str-srch-loc-btn i {
    font-size: 13px;
}

.idx-info-card-str-call-btn i,
.idx-info-card-str-dir-btn i,
.idx-info-card-str-web-btn i {
    position: relative;
    top: 2px;
}

.search-icn-btn {
    right: 0;
    top: 0;
    color: #000;
    border-radius: 0;
    background-color: #ced4da;
    padding: 2px 20px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.search-icn-btn:hover {
    color: #383838;
}

.search-icn-btn i {
    position: absolute;
    right: 10px;
    top: 8px;
}

.img-bdr {
    border: none;
}

.inp-search {
    font-size: 14px !important;
}

.idx-str-info-card {
    min-width: 360px;
}

@media (max-width: 1199px) {
    .idx-str-info-card {
        min-width: 300px;
    }
}

@media only screen and (max-width: 991px) {
    .head-btns-col {
        margin: 0 0 15px 0;
    }

    .header-btns {
        float: none;
        text-align: center;
        display: block;
    }

    .logo-top img {
        display: block;
        margin: 0 auto;
    }

    .store-header {
        padding-bottom: 30px !important;
    }

    #search-box .row:nth-child(1) {
        padding-top: 0 !important;
    }

    .store-header .row {
        justify-content: center;
    }

    .store-header .card-deck .col-md-4 {
        margin: 0;
    }

    .store-header .card {
        flex-direction: row !important;
        display: block;
    }

    .store-header .card-deck {
        flex-flow: column;
        margin-right: 10px;
    }

    .img-bdr {
        margin-left: 15px !important;
    }

    .card-img-top {
        height: auto;
    }

    .idx-str-info-card {
        min-width: 300px;
    }
}

@media (max-width: 767px) {
    .sahyadri-tests .test-info li {
        margin-bottom: 10px;
    }

    .sahyadri-tests .test-info li:last-child {
        margin-bottom: 0;
    }

    .footer-logo {
        text-align: left;
    }

    .footer-city-state-banner img {
        display: none;
    }

    .brief-history .border-right {
        border: none !important;
    }

    .footer .border-class {
        border-right: none;
    }

    .store-container .store-container-h {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .privacy-links a:last-child {
        display: block;
    }

    .privacy-links a {
        margin: 0;
    }

    .brief-history .row p {
        font-size: 16px;
    }

    .brief-history img {
        width: 60px;
    }

    .card-buttons-row .col:nth-child(3) {
        max-width: 100%;
        flex: 100%;
        margin-top: 10px;
    }

    .city-state-name-add p {
        margin-top: 20px;
        margin-bottom: 5px !important;
    }

    .str-card-row {
        margin: 0 !important;
    }

    .idx-str-grid-data {
        width: 100%;
    }

    .store-header .row {
        margin: 0;
    }

    .img-bdr {
        margin-left: 0 !important;
    }

    .store-header h1 {
        font-size: 25px;
    }

    .store-header .card {
        padding: 0;
    }

    .store-header .search-section {
        margin-bottom: 0;
    }

    .store-header .card .card-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tag-text h3 {
        font-size: 18px;
    }

    .tag-text h3 p {
        font-size: 24px;
    }

    .footer_city_state h3 {
        font-size: 20px;
        padding-bottom: 0 !important;
    }

    .brand-work-section h3 {
        font-size: 20px;
    }

    .brand-work-section h3>p {
        font-size: 18px;
    }

    .bg-color1 {
        background-color: transparent;
    }

    .store-header .card-deck {
        margin-right: 0;
    }

    .tag-section .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .footer_city_state .state-city-col {
        max-width: 50% !important;
        flex: 0 0 50%;
    }

    .book-test-btn,
    .online-report-btn {
        font-size: 13px;
    }

    .brief-history-h,
    .sahyadri-tests h3 {
        font-size: 20px;
    }

    .card-deck .column {
        padding: 0 15px !important;
    }
}

@media (max-width: 440px) {

    .header-btns a.online-report-btn,
    .header-btns-responsive a.online-report-btn {
        font-size: 12px;
        padding: 7px 6px;
    }

    .header-btns a {
        font-size: 12px;
        padding: 7px 6px;
    }
}

@media (max-width: 440px) {
    .store-header h1 {
        font-size: 20px;
    }

    .store-container .store-container-h {
        font-size: 20px;
    }

    .tag-text h3 {
        font-size: 16px;
    }

    .tag-text h3 p {
        font-size: 24px;
    }

    .footer_city_state h3 {
        font-size: 20px;
    }
}

.custom-select {
    font-size: 14px !important;
}

@media (max-width: 350px) {

    .book-test-btn,
    .online-report-btn,
    .covid-test-btn {
        font-size: 11px;
    }
}

@media (max-width: 330px) {
    .idx-str-info-card {
        min-width: 290px;
    }
}

@media (max-width: 320px) {
    .idx-str-info-card {
        min-width: auto;
    }
}

.idx-grid-view-pagination a {
    color: #191919;
    line-height: 1.5;
}

.idx-grid-view-pagination a:hover {
    color: #fff;
    background-color: #383838 !important;
    border-color: #383838 !important;
}

.idx-grid-view-pagination .active a {
    color: #fff;
    background-color: #191919 !important;
    border-color: #191919 !important;
    line-height: 1.5 !important;
}

.idx-grid-view-pagination .active a:hover {
    color: #fff;
    background-color: #383838 !important;
    border-color: #383838 !important;
}

.idx-str-info-card .idx-info-card-str-add-icn i,
.idx-str-info-card .idx-info-card-str-cont-icn i,
.idx-str-info-card .idx-info-card-str-loc-icn i {
    position: relative;
    top: 2px;
}

.idx-str-info-card .idx-info-card-str-time-icn i {
    position: relative;
    top: 1px;
}

ul.slides {
    display: block;
    position: relative;
    height: 383px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

ul.slides input {
    display: none;
}

.slide-container {
    display: block;
}

.slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.slide-image img {
    width: 100%;
    min-width: 100%;
    height: 383px;
}

.carousel-controls {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 100px;
    line-height: 600px;
    color: #fff;
}

.carousel-controls label {
    display: none;
    position: absolute;
    padding: 0 20px;
    opacity: 0;
    transition: opacity 0.2s;
    cursor: pointer;
}

.slide-image:hover+.carousel-controls label {
    opacity: 0.5;
}

.carousel-controls label:hover {
    opacity: 1;
}

.carousel-controls .prev-slide {
    width: 100%;
    text-align: left;
    left: 0;
}

.carousel-controls .next-slide {
    width: 100%;
    text-align: right;
    right: 0;
}

.carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
    text-align: center;
}

.carousel-dots .carousel-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #007cad;
    opacity: 0.5;
    margin: 10px;
}

input:checked+.slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked+.slide-container .carousel-controls label {
    display: block;
}

input#img-1:checked~.carousel-dots label#img-dot-1,
input#img-2:checked~.carousel-dots label#img-dot-2,
input#img-3:checked~.carousel-dots label#img-dot-3,
input#img-4:checked~.carousel-dots label#img-dot-4,
input#img-5:checked~.carousel-dots label#img-dot-5,
input#img-6:checked~.carousel-dots label#img-dot-6 {
    opacity: 1;
}

input:checked+.slide-container .nav label {
    display: block;
}

.map-slider ul.slides {
    display: block;
    position: relative;
    height: 455px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.map-slider .slide-image img {
    width: 100%;
    min-width: 100%;
    height: 455px;
}

.map-blk {
    height: 500px;
}

section.srch-res-sec h3 {
    color: #191919;
    font-weight: 900;
    font-size: 25px;
}

.srch-res {
    text-align: center;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.gm-style .gm-style-iw-c {
    min-width: 300px !important;
}

.gm-style .gm-style-iw-c .hcard_buttons {
    display: flex;
    justify-content: space-between;
}

.gm-style .gm-style-iw-c .col-call-btn {
    background: #ffce00;
    color: #000;
    border: transparent;
    border-radius: 4px;
    margin-right: 0 !important;
}

.gm-style .gm-style-iw-c .col-dir-btn i,
.gm-style .gm-style-iw-c .col-web-btn i,
.gm-style .gm-style-iw-c .col-call-btn i {
    top: 2px;
    position: relative;
}

.lb-loc-fliter {
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    width: 100%;
    height: 20px;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
}

.styled-checkbox+label:before {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #ccc;
    left: 0;
    top: 0;
}

.styled-checkbox+label>span {
    position: absolute;
    width: calc(100% - 28px);
    top: 60%;
    right: 0;
    transform: translate(0, -50%);
}

.styled-checkbox:hover+label:before {
    background: #214c6f;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #214c6f;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 #fff;
    transform: rotate(45deg);
}

.str-list-banner {
    max-height: 457px;
    height: 100%;
    object-fit: cover;
}

.str-map-banner {
    max-height: 509px;
    height: 100%;
    object-fit: cover;
}

.idx-info-card-str-name {
    display: flex;
    flex-direction: column;
}

.idx-info-card-str-name span.col-str-categ-name {
    font-size: 13px;
    text-transform: capitalize;
    background-color: #214c6f;
    color: #fff;
    border-radius: 50px;
    font-weight: 400;
    text-align: center;
    padding: 0 10px;
    margin-top: 5px;
}

.brand-data img {
    height: 60px;
    width: 60px;
    /* padding-right: 10px; */
    border-radius: 50%;
    border: 2px solid #214c6f;
    margin-right: 10px;
    object-fit: cover;
    object-position: center;
}

.idx-info-card-str-add-info,
.idx-info-card-str-loc-info,
.idx-info-card-str-cont-info,
.idx-info-card-str-time-info {
    font-size: inherit;
    margin-left: 10px;
}

