body{
    background-color: #000;
}
.cust-location-new-section {
    background: #F2F4F7;
}

.locations_list {
    height: 840px;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 0;
    padding: 10px 20px 40px 20px;
}

.locations_list div.opening-hours {
    display: inline-block;
    background-color: #F2F4F7;
    border-radius: 50px;
    padding: 4px 10px;
    margin-left: 5px;
    color: #344054;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Inter", Sans-serif !important;
}
h3.info-highlight{
    display: none;
}
.locations_list .info-highlight.open-hours {
    display: flex;
}

.locations_list .info-highlight.open-hours img {
    height: 16px;
    margin-top: 5px;
}

.location_distance {
    color: #000;
}

.info-highlight a {
    color: #262626;
    text-decoration: underline;
}

.map_bg {
    background: #e1e4e8;
}

.locations_list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    background-color: rgba(69, 72, 78, .2);
}

.locations_list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(69, 72, 78, .5);
}

.map-search-wrapper.map-locations-page {
    margin-bottom: 30px;
}

.map-search-row-col {
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 1px 0px 0px 5px;
}


.map-right-section .active-x {
    border: 1px solid #002238;
}

div.location_row .line_item {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: normal;
}

div.location_row .line_item span {
    margin: 0px !important;
}

.bg_fff {
    background: #FFFFFF !important;
}

.location_row {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid transparent;
    position: relative;
    --bs-gutter-x: 0px;
}

.row.location_row.active-x {
    border: 1px solid #0d6efd;
}

.location_icon {
    height: 70px;
}

.locations_list .search-box-right img {
    max-height: 50px;
}

/* .locations_list .location_row:nth-child(even) {

     background-color: #dbdbdb; 

} 



 .location_row:hover {

    background-color: #c4cad1 !important;

}

*/



.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 30px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pt_25 {
    padding-top: 25px;
}

.map-direction-button {
    background-color: #355cfb;
    transition: none !important;
    background-image: none;
    color: #fff;
    border: 2px solid;
    border-radius: 50px;
    padding: 8px 12px;
    border-color: #355cfb;
}

.map-direction-button:hover {
    background-color: transparent;
    color: #1F5FFF;
    border-color: #1F5FFF;
}

.map-direction-button:hover img,
.map-viewdetails-button:hover img {
    filter: none !important;
}

.map-direction-button img,
.map-viewdetails-button img {
    filter: brightness(0) invert(1);
}

.map-viewdetails-button {
    background-color: transparent;
    background-image: none;
    transition: none !important;
    color: #1F5FFF;
    border: 2px solid;
    border-color: #1F5FFF;
    border-radius: 50px;
    padding: 8px 15px;
}

.map-viewdetails-button:hover {
    background-color: #1F5FFF;
    color: #fff;
    border-color: #1F5FFF;
}

.form-check.form-check-inline.MRIContrast,
.form-check.form-check-inline.MRIBreast,
.form-check.form-check-inline.MRISedation,
.form-check.form-check-inline.MRIWFlexandEXT {
    text-align: left;
    padding-left: 16px;
}

.map-viewdetails-button:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

span.opening-hours {
    color: black;
}

.search-box-left {
    padding-right: 10px;
}

.search-box-left h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #002C45;
    margin: 0 0 10px;
}

.search-box-right {
    background: #F7F9FF;
    border-radius: 10px;
    padding: 12px;
}

.info-highlight {
    font-size: 20px;
    line-height: 26px;
    color: #355cfb !important;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.container-100 {
    max-width: 1400px;
}

.m-auto {
    margin: auto;
}

.container {
    max-width: 1200px;
}

.width-30per {
    width: 30%;
}

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

nav {
    box-shadow: 0px 0px 10px 0px #d6d6d6;
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
}

.contactSec {
    padding: 3rem 0px;
}

.contactSec .map-part {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
}

.contactSec .map-part .logopart .address ul {
    list-style: none;
}

.contactSec .map-part .logopart .address ul li {
    margin: 2rem 0px;
    display: flex;
}

.contactSec .map-part .logopart .address ul li .icon {
    margin-right: 1rem;
}

.contactSec .map-part .logopart .logo {
    margin-bottom: 2.5rem;
}

.contactSec .map-part .logopart .logo img {
    width: 250px;
}

.contactSec .map-part .working h4 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.contactSec .map-part .working .para {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0px;
}

.contactSec .map-part .map .map-box {
    width: 100%;
    height: 500px;
    margin-bottom: 1.3rem;
}

.contactSec .map-part .map .map-box iframe {
    width: 100%;
    height: 100%;
}

.contactSec .map-part .map .map-button button {
    width: 47%;
    background-color: #71ce7e;
    padding: .7rem 0px;
    font-size: 1.1rem;
    color: #fff;
    border: 2px solid #71ce7e;
    font-weight: bold;
    border-radius: 5px;
}

.contactSec .map-part .map .map-button button:hover {
    background-color: #fff;
    color: #71ce7e;
}

.bggreen {
    background-color: #71ce7e;
}

.textgreen {
    color: #71ce7e !important;
}

.bgblue {
    background-color: #1f5fff;
}

.textblue {
    color: #1f5fff !important;
}

.bggray {
    background-color: #e5eaed;
}

/**************/



.procedures_title {
    font-size: 1.8rem;
    margin-bottom: 1.25rem;
    font-family: 'Adobe Text Pro', Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    color: #002238;
}

ul.procedures-list {
    padding-left: 0px;
}

ul.single-location-mri-features {
    padding-left: 35px;
    list-style: none;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 15px;
}

ul.single-location-mri-features span {
    width: 160px;
    display: inline-block;
}

.procedures-list>li {
    width: 100%;
    display: flex;
    padding-left: 36px;
    margin-bottom: 10px;
    position: relative;
}

.procedures-list>li .procedire-img {
    position: absolute;
    top: 4px;
    width: 20px;
    height: 20px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.procedures-list>li .procedire-img img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.procedures-list {
    list-style: none;
}

.map-search-wrapper {
    width: 100%;
    max-width: 703px;
    background: #ffff;
    padding: 5px 18px;
    border-radius: 90px;
    margin: 30px auto;    
    box-shadow: 0px 4px 10.6px 0px rgba(0, 0, 0, 0.08);
}

#search_location_reset,
#back_to_map_page {
    color: #000;
    text-decoration: underline !important;
    font-size: 18px;
    cursor: pointer;
    line-height: 50px;
}

#search_location {
    width: 50px;
    height: 50px;
    background: #1F5FFF;
    /* border-color: #fff; */
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px !important;
}

.map-section-right-detail-page{

	padding: 10px;
	background: #fff;
	border-radius:20px;
}

.details-page-background{
	background: #F2F4F7;
	padding: 20px;
}
.details-page-background .container{
    max-width: 1440px !important;
}

.detail-page-back-button{
	color:#000;
}

.detail-page-back-button:hover{
	color:#7e7c7c;
}

table.date-cloclked-box{
	background: #fff;
	border-radius:20px;
}

table.date-cloclked-box th td{
	border:none;
}

.custom-address-info{
	background: #fff;
}

.custom-address-info ul{
	padding:0px !important;
}

.custom-address-info ul li p a{
	font-size:16px;
	color: rgba(102, 102, 102, 1);
	text-decoration: none;
}

.center-info-main-section{
	display:none;
}

.telphone-details-box-text{
	color: rgba(0, 0, 0, 1);
}

.serach-button {
    padding: 3px;
    border-radius: 50%;
}

.map-datail-page{
	border-radius:20px;
}

select:focus, .form-control:focus, .form-select:focus, textarea:focus, input:focus{
	border-color: none !important;
}

.radar-autocomplete-results-list{
	width:660px !important;
}
.clear-serch-icon {
    width: 30%;
    background: red;
    /* border-color: #fff; */
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 100%;
    height: auto;
    border-radius: 50%;
    padding: 21px 25px;
    clip-path: circle(50px);
}
select:focus, .form-control:focus, .form-select:focus, textarea:focus, input:focus{
	border:none !important;
}
.clear-search-icon {
    display: none;
}

option:checked, option:focus, option:hover{
	background: #bbbbbb !important;
}

#address_search,
#modalityimagetype,
#mrimachinetype {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: black;
    padding: 5px 5px 5px 0px;
}

.search-bar-heading {
    font-size: 14px;
    color: #666666 !important;
    text-align: left;
    margin: 0;
    line-height: 16px;
}

.zip-code-box {
    position: relative;
    display: inline-grid;
    display: -ms-inline-grid;
    justify-content: left;
}

.zip-code-box:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 14px;
    z-index: 1;
    width: 1px;
    height: 24px;
    background: #D9D9D9;
}

.serach-box-button {
    width: auto !important;
    float: right;
}

.type-wrapper {
    margin-top: 4px;
    color: black !important;
}

.map-left-section {
    width: 50%;
    margin-top: 0;
    min-height: 840px;
    overflow: hidden;
    float: right;
    position: relative;
    padding: 0;
}

.map-address-search-toggle-options label.form-check-label{
	color:black !important;
	font-size:12px !important;
	color: #666666 !important;
}
.map-right-section {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    float: left;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    margin-top: 14px;
    margin-bottom: 40px;
}

div#map {
    border-radius: 20px;
}

.procedures-heading h5 {
    font-size: 18px;
    line-height: 22px;
    color: #666;
    margin: 0;
    font-weight: 600;
}

.test-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.test-list li {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #5C5D5F;
    margin-bottom: 10px;
}

.test-list .test-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 0;
    overflow: hidden;
    display: none;
}

.test-list .test-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.singl-wd-ad{
    width: 100%;
}
li.sngl-tp-blc-lst p.cst-wde a {
    width: fit-content !important;
}
span.facility_address {
    margin-left: 7%;
}
.wid-copy{
    display: flex !important;
}
p.copy-icn {
    width: 50%;
    text-align: right;
    cursor: pointer;
}
@media (max-width: 1024px) {

    .map-left-section {
        width: 100%;
        height: 400px;
        min-height: auto;
    }

    .map-right-section {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .locations_list {
        padding: 30px;
        width: 100%;
        height: auto;
    }

    #map {
        height: 450px;
        padding: 10px;
    }

    .map-address_search_section {
        margin-bottom: 10px;
    }
    .map-direction-button,
    .map-viewdetails-button {
        margin-bottom: 10px;
    }

    .single.single-locations .content-area .map-part {
        display: block;
    }



    .single.single-locations .content-area .map-part .logopart {
        width: 50%;
        float: left;
        padding-right: 25px;
    }

    .single.single-locations .content-area .map-part .working {
        width: 50%;
        float: left;
    }

    .single.single-locations .content-area .map-part .map {
        width: 100%;
        float: left;
    }
}

@media (max-width: 768px) {

    .search-box-left:first-child {
        border-right: none;
    }

    .search-box-right {
        border-left: none;
    }

    .single.single-locations .content-area .map-part .logopart {
        width: 100%;
    }
}



/* @media (max-width: 1440px) {

    .map-left-section{

        width: 43.4%;

    }

    .map-right-section{

        width: calc(57.3% - 20px);

    }

} */



.address ul li.ParkingFacility {
    background: url(/wp-content/uploads/2023/09/p-circle.png) no-repeat 0px 5px;
}

.address ul li.LiXrayWalkIn {
    background: url(/wp-content/uploads/2023/09/icon-walk-in.png) no-repeat 0px 5px;
}

.address ul li.LiPreArrivalTime {
    background: url(/wp-content/uploads/2023/09/pre-arrival-1.png) no-repeat 0px 5px;
}

.site-main {
    padding-top: 0px;
}

.single.single-locations .content-area .map-part .working .para p {
    margin: 0 0 5px;
}

#distance_limit {
    box-sizing: border-box;
    border-radius: 5px;
    height: auto;
    font-weight: 500;	
    font-size: 14px;
    line-height: 100%;
    color: black;
    padding: 5px 5px 5px 0px;
}

ul.test-list li span {
    min-width: unset !important;
}

span.test-name.mri {
    background-color: #def2ff !important;
    background: #def2ff;
    color: #026AA2;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", Sans-serif !important; 
    line-height: 20px;
    margin-right: 10px;
}

span.test-name.x-ray {
    background: #ffdbf5 !important;
    color: #C11574;
}

span.test-name.ultrasound {
    background: #f9e6cd;
}

.search-box-left {
    padding-right: 10px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}


/* kamran dev css starts here */
.nw-btm-over{
    position: relative;
}
.nw-zidx {
    position: absolute;
    background: white;
    width: 300px;
    z-index: 9;
    top: 60px;
    border-radius: 10px;
    padding: 0px 5px 10px 3px;
    box-shadow: 0px 1px 1px lightgray;
}
.icn-lst{
    float: right;
    display: flex;
    justify-content: end;
    width: 9% !important;
}
/* .map-address_search_section{
    width: 25%;
} */
button.rds-btn{
    border-radius: 100px;
}
label.bld-lbl {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1px;
    margin-top: 5px;
    line-height: 24px;
    font-family: "Inter", Sans-serif !important;
}
.cst-bg{
    background-color: #F2F4F7 !important;
}
.clr-cts{
    color: #1F5FFF !important;
    background: none !important;
    text-decoration: none !important;
    cursor: pointer;
    padding: 0px !important;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    display: block;
    clip-path: none !important;
    font-family: "Inter", Sans-serif !important;
}
.xry-rd {
    background-color: #FDF2FA;
    color: #C11574;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 8px 15px !important;
    font-family: "Inter", Sans-serif !important;
}
.mri-ble{
    color: #026AA2;
    background-color: #F0F9FF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 8px 15px !important;
    font-family: "Inter", Sans-serif !important;
}
.procedures-heading h5{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Inter", Sans-serif !important;
}
.search-box-left h3 a{
    color: #355CFB !important;
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 600 !important;
    font-family: "Inter", Sans-serif !important;
    width: 100% !important;

}
.info-highlight svg {
    margin-right: 10px;
}
.show_oneTime {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.opening-hours{
    background-color: #F2F4F7;
    border-radius: 50px;

}
.sgl-shr-txt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 20px;
}
.sgl-shr-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}
.shr-btn {
    border-radius: 100px;
    background: white;
    border: 1px solid black;
    padding: 5px 10px;
}
.shr-btn a{
    color: black;
    font-family: "Inter", Sans-serif !important;
    font-size: 14px;
    font-weight: 500;
}
.thr-btns {
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    margin-left: 17px;
    flex-wrap: wrap;
    width: 65%;
    gap: 15px 0px;
}
.lft-spc{
    margin-left: 20px;
}
.thr-btns a{
    text-decoration: none !important;
   
}
.lft-spc p svg{
    margin-right: 5px;
}
a.drtn-btn{
    color: #1F5FFF;
    border: 1px solid #1F5FFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0px 13px;
    border-radius: 50px;
    padding: 8px 12px;
}
a.drtn-btn svg{
    fill: #1F5FFF;
}
a.drtn-btn:hover{
    background-color: #355cfb;
    transition: none !important;
    background-image: none;
    color: #fff;
    border: 1px solid;
    border-radius: 50px;
    padding: 8px 12px;
    border-color: #355cfb;
}
a.drtn-btn:hover svg{
    fill: white !important;
}
a.phn-icn{
    color: black !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
a.phn-icn span{
    border-bottom: 1px solid black;
}
a.phn-icn svg{
    margin-right: 5px;
}
span.mnts {
    background: #F2F4F7;
    padding: 5px 8px;
    border-radius: 50px;
}
.pre-arvl-tm p{
    color: #344054;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px; 
}
.pre-arvl-tm{
    margin-top: 15px;
}
.dailt-hrs-hd {
    padding: 25px;
    background: white;
    border-radius: 20px;
}
.dailt-hrs-hd h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: black;
    font-family: "Inter", Sans-serif !important;
}
p.hd-uppr {
    width: 100%;
    color: #525866;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    padding-left: 14px;
    font-family: "Inter", Sans-serif !important;
}
.dte-sgl {
    display: flex;
    align-items: center;
}
.frst-tbl{
    background: #FBFCFF;
    display: none;
}

.top-tr{
    border-bottom-color: #E1E4E4 !important;
}
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
  }
  
  thead td {
    border-top-left-radius: 10px;  
    border-top-right-radius: 10px; 
    overflow: hidden; 
  }
  p.all-dy{
    width: 100%;
    color: #525866;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    padding-left: 14px;
    font-family: "Inter", Sans-serif !important;
  }
  .sgle-inr{
    justify-content: center !important;
    border-bottom: 1px solid #E1E4E4;
    border-radius: 0px !important;
    margin: 0 0 3px !important;
    padding: 15px !important;
  }
  .sgle-inr .dte-hrs{
    width: 100%;
  }
  .sgle-inr .cst-hours{
    width: 100%;
  }
  .cst-hours span{
    background: #F2F4F7;
    padding: 5px 8px;
    border-radius: 50px;
    color: #344054;
    font-family: "Inter", Sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .dte-hrs p{
    color: #525866;
    color: #344054;
    font-family: "Inter", Sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  td.working-day-info{
    padding: 10px 0px !important;
  }

  .working-day-info .para:nth-of-type(even) {
    background: white !important;
}
.textblue .dte-hrs{
    width: 100%;
  }
  .textblue .cst-hours{
    width: 100%;
  }
  .textblue{
    justify-content: center !important;
    border-bottom: 1px solid #E1E4E4;
    border-radius: 0px !important;
    margin: 0 0 3px !important;
    padding: 15px !important;
  }
  .sgle-inrtextblue{
    justify-content: center !important;
    border-bottom: 1px solid #E1E4E4;
    border-radius: 0px !important;
    margin: 0 0 3px !important;
    padding: 15px !important;
  }
  .sgle-inrtextblue .dte-hrs{
    width: 100%;
  }
  .sgle-inrtextblue .cst-hours{
    width: 100%;
  }
  .cst-hours p {
    background: #F2F4F7;
    padding: 5px 8px;
    border-radius: 50px;
    /* margin-left: 14px !important; */
    color: #344054 !important;
    font-family: "Inter", Sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400 !important;
    width: fit-content;
    margin-bottom: 0px !important;
}






/* Apply to the entire table */
table {
  width: 100%;
  table-layout: fixed;  /* Ensures equal column width */
  border-collapse: separate;  /* Removes any space between cells */
}

/* Apply to table header cells (th) */
th {
  text-align: left;
  padding: 8px;  /* Adjust padding as needed */
  background-color: #f1f1f1;
  border: 1px solid #ddd;
}

/* Apply to table body cells (td) */
td {
  text-align: left;
  padding: 8px;  /* Adjust padding as needed */
}

/* Optional: Ensures first column (Date) and second column (Clocked Hours) have the same width */
td:first-child, th:first-child {
  width: 50%;
}

td:last-child, th:last-child {
  width: 50%;
}

/* Optional: To improve layout and ensure even spacing for the rows */
tr {
  height: 30px;  /* Adjust the row height as needed */
}
td.dte-hrs{
    border-right: none !important;
}
td.cst-hours{
    border-left: none !important;
}
p.bg-bl-info {
    color: #1FA2FF;
    font-size: 14px;
    line-height: 20px;
    font-family: "Inter", Sans-serif !important; 
    margin-bottom: 0px;
}
.sign-txt-blu {
    display: flex;
    align-items: flex-start;
    background: #E9F6FF;
    border-radius: 20px;
    padding: 5px;
}
.sign-txt-blu  svg{
    margin-top: 2px;
}
.dailt-hrs-hd h6{
    color: #525866;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: "Inter", Sans-serif !important; 
}
.cst-hours-btm{
    background: #F2F4F7;
    padding: 5px 8px;
    border-radius: 50px;
    color: #344054;
    font-family: "Inter", Sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    width: fit-content;
  }
  .date-cloclked-box thead th:first-child{
    border-top-left-radius: 15px;

  }
  .date-cloclked-box thead th:last-child{
    border-top-right-radius: 15px;
  }
  tbody tr.sgle-inr:last-child td.dte-hrs{
    border-bottom-left-radius: 15px;
  }
  tbody tr.sgle-inr:last-child td.cst-hours{
    border-bottom-right-radius: 15px;
  }
  tbody tr.sgle-inr:first-child{
    border-top: 1px solid #E1E4E4;
  }
  tr.sgle-inr:first-child td.dte-hrs{
    border-top: 1px solid #E1E4E4 !important;
    border-top-left-radius: 15px;
  }
  td.dte-hrs{
    border-top: 0px !important;
  }
  td.cst-hours{
    border-top: 0px !important;
  }
  tr.sgle-inr:first-child td.cst-hours{
    border-top: 1px solid #E1E4E4 !important;
    border-top-right-radius: 15px;
  }

  .bdr-tble thead th:first-child{
    border-top-left-radius: 15px;

  }
  .bdr-tble thead th:last-child{
    border-top-right-radius: 15px;
  }
  .prdcr-clm-updt svg{
    cursor: pointer;
  }
  .sgle-tgs h6{
    background-color: #def2ff !important;
    background: #def2ff;
    color: #026AA2;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", Sans-serif !important;
    line-height: 20px;
    margin-right: 10px;
  }
  .sgle-tgs{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .open-hours img{
    margin-right: 5px;
}
.upwrd-prd{
    margin-bottom: 10px;
}
  @media only screen and (max-width: 600px){
    .single-locations .row {
    flex-direction: column;
}
.single-locations .col-6 {
    width: 100%;
}
.open-hours img {
        margin-right: 14px;
    }
.single-locations .thr-btns {
    flex-wrap: wrap;
    justify-content: flex-start;
}
a.drtn-btn {
    font-size: 11px;
    line-height: 19px;
    font-weight: 600;
    padding: 6px 12px;
}
a.drtn-btn svg{
    margin-top: -3px;
    height: 17px;
    width: 17px;
}
.single-locations a.phn-icn {
    margin-top: 15px;
}
.map-search-wrapper.map-locations-page {
    top: 12px;
}
.details-page-background {
    background: #F2F4F7;
    padding: 15px !important;
}
.form-check.form-check-inline.MRIContrast, .form-check.form-check-inline.MRIBreast, .form-check.form-check-inline.MRISedation, .form-check.form-check-inline.MRIWFlexandEXT {
    text-align: left;
    padding-left: 6px !important;
}
.nw-zidx {
    width: 230px !important;
    left: 113px !important;
    bottom: 0px !important;
	display: contents;
  
}
.locations_list {
    padding: 20px !important;
}
.map-address_search_section {
    width: 100% !important;
    margin-bottom: 0px;
}
.clear-serch-icon{
    text-align: right;
}
.show_oneTime{
    flex-direction: column;
}
.total_result{
    width: 100%;
}
.total_result p{
    margin-bottom: 0px;
    text-align: left;
}
.thr-btns {
    gap: 6px 0px;
}
a.drtn-btn {
    margin: 0px 13px 0px 0px;
}
.open-hours img{
    margin-right: 14px;
}
.map-left-section {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
}
.search-box-left h3 a {
    color: #355CFB !important;
    font-size: 18px !important;

}
.nw-btm-over {
    position: relative;
    top: 20px;
}
.info-highlight {
    font-size: 18px !important;
    line-height: 26px;
    color: #355cfb !important;
}
.location_distance {
    color: #000;
    font-size: 14px !important;
}
.map-right-section {
    width: 90% !important;
    margin: auto !important;
}
.map-search-wrapper {
    width: 100%;
    max-width: 703px;
    background: #ffff;
    padding: 5px 10px !important;
    border-radius: 50px !important;
    margin: 0px 0px 20px auto;
    box-shadow: 0px 4px 10.6px 0px rgba(0, 0, 0, 0.08);
}
	.nw-btm-over .row .map-search-row-col{
		flex-direction: column;
		padding: 12px;
	}
	.map-address_search_section_container {
    width: 100% !important;
}
	.page-id-21 .nw-zidx{
		bottom: 0px !important;
		display: contents;
	}
	
	.home-right-main-section ul li a {
    font-size: 16px;
}
	.elementor-element-2c17f9c .elementor-widget-container ul.hero-list{
		flex-direction: row;
    flex-wrap: wrap;
		justify-content: center;
	}
	.elementor-element-2c17f9c .elementor-widget-container ul.hero-list li{
		width: auto;
	}
	.search-box-right .col-md-12 {

    flex-direction: row;
}
	.map-direction-button {
    font-size: 11px;
}
	.map-viewdetails-button {
    font-size: 11px;
}
	.row.cst-bg {
    flex-direction: column-reverse;
    margin-top: 45px !important;
    padding-top: 20px;
}
	.search-box-left h3 a {
    font-size: 16px !important;
    line-height: 20px;
}
	.dailt-hrs-hd {
    padding: 12px !important;
}
	p.bg-bl-info {
    font-size: 12px !important;
}
	span.facility_address {
    margin-left: 8%;
}

	.icn-lst{
		width: 100% !important;
		
	}
.icn-lst	#search_location {
    width: 50px;
    height: 50px;
    background: #1F5FFF;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px !important;
}
}

select#modalityimagetype option:hover{
	cursor: pointer;
}
ul#mega-menu-primary-menu li ul.mega-sub-menu{
	margin-top: 0px !important;
}
#modalityimagetype.active{
	border-color: none;
}
#modalityimagetype.active {
    background-color: #f0f8ff; 
    border-color: #1fa2ff;      
}

#modalityimagetype.active option {
    background-color: #f0f8ff;
}


.map-address_search_section_container .map-address_search_section{
	width: 100% !important;
}
select#modalityimagetype:focus{
	border: none !important;
}
.map-address_search_section_container{
	width: 50%;
}
 