body {
    background: #F2F2F2;
    font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif;
}

main {
    margin-top: 20px;
    margin-bottom: 150px;
}

.foraside:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: visible;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.card-custom .box-text {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 1em;
    color: #073d6e;
}

.carousel-inner .card-title {
    color: #073d6e;
    font-family: Montserrat;
}

.carousel-inner .card-body span.cat {
    color: #E97115;
    font-size: 0.8em;
    float: right;
}

.carousel-inner .card-body span.pdate {
    color: #818181;
    font-size: 0.8em;
    float: left;
}


/* aside,
main {
    height: 100vh;
    min-height: 580px;
}

aside {
    width: 75%;
    left: 0;
    z-index: 1001;
    position: fixed;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.show-sidebar aside {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

aside .toggle {
    padding-left: 30px;
    padding-top: 30px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.show-sidebar aside .toggle .burger:before,
.show-sidebar aside .toggle .burger span,
.show-sidebar aside .toggle .burger:after {
    background: #fff;
}

.show-sidebar aside {
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
}

aside .side-inner {
    padding: 30px 0;
    height: 100vh;
}

aside .side-inner .profile {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

aside .side-inner .profile img {
    width: 80px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
}

aside .side-inner .profile .name {
    font-size: 18px;
    margin-bottom: 0;
}

aside .side-inner .profile .country {
    font-size: 14px;
    color: #cfcfcf;
}

aside .side-inner .counter {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    text-align: center;
}

aside .side-inner .counter div .number {
    display: block;
    font-size: 20px;
    color: #000;
}

aside .side-inner .counter div .number-label {
    color: #cfcfcf;
}

aside .side-inner .nav-menu ul,
aside .side-inner .nav-menu ul li {
    padding: 0;
    margin: 0px;
    list-style: none;
}

aside .side-inner .nav-menu ul li a {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #8b8b8b;
    position: relative;
    -webkit-transition: .3s padding-left ease;
    -o-transition: .3s padding-left ease;
    transition: .3s padding-left ease;
}

aside .side-inner .nav-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0px;
    background-color: #ff7315;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s opacity ease, .3s visibility ease, .3s width ease;
    -o-transition: .3s opacity ease, .3s visibility ease, .3s width ease;
    transition: .3s opacity ease, .3s visibility ease, .3s width ease;
}

aside .side-inner .nav-menu ul li a:active,
aside .side-inner .nav-menu ul li a:focus,
aside .side-inner .nav-menu ul li a:hover {
    outline: none;
}

aside .side-inner .nav-menu ul li a:hover {
    background: #fcfcfc;
    color: #000;
}

aside .side-inner .nav-menu ul li a:hover:before {
    width: 4px;
    opacity: 1;
    visibility: visible;
}

aside .side-inner .nav-menu ul li.active a {
    background: #fcfcfc;
    color: #000;
}

aside .side-inner .nav-menu ul li.active a:before {
    opacity: 1;
    visibility: visible;
    width: 4px;
} */

.brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.brand-centered img {
    max-width: 250px;
}

.side-inner .nav-header {
    background: #007baa;
    padding: 20px;
}

.side-inner .nav-header .text-nav-header {
    color: #FFF;
    margin-left: 10px;
    display: inline-block;
}

.nav-header-custom {
    vertical-align: middle;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.icon-findadoctor {
    font-size: 40px;
}

.icon-accountability1 {
    font-size: 40px;
}

.icon-emails-01 {
    font-size: 40px;
}

.icon-locations-01 {
    font-size: 40px;
}

.icon-arrowright {
    font-size: 20px;
    color: #073d6e;
}

.icon-findadoctor:before {
    color: #859aab;
}

.icon-payyourbill:before {
    color: #859aab;
}

.icon-payyourbill {
    font-size: 40px;
}

.icon-patientportal:before {
    color: #859aab;
}

.icon-patientportal {
    font-size: 40px;
}

.icon-ourservices:before {
    color: #859aab;
}

.icon-ourservices {
    font-size: 40px;
}

.icon-services-our-01 {
    font-size: 40px;
}

.icon-services-our-01-color {
    font-size: 40px;
}

.icon-careers-01 {
    font-size: 40px;
}

.icon-careers-01-COLOR {
    font-size: 40px;
}

.icon-podcast-01 {
    font-size: 40px;
}

.icon-phone-01 {
    font-size: 40px;
}

.icon-mycareteam-01 {
    font-size: 40px;
}

.icon-prescription-01 {
    font-size: 40px;
}

.inside-card {
    display: flex;
    align-items: center;
    /* Align items vertically in the center */
    justify-content: space-between;
    /* Spread items evenly across the container */
    gap: 10px;
    /* Add some space between items */
}

.submenu-title {
    margin-left: 20px;
}

.card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-custom {
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    border-radius: 0.5rem;
    padding: 1.25rem 1rem;
    height: 96px;
    justify-content: center;
}

.card-custom .inside-card .box-text {
    text-align: Left!important;
}

.card .card-body .inside-card {
    text-align: left;
    /* Set text alignment to left */
}

.left-icon {
    border-right-color: #CCC;
    padding-right: 1rem;
    border-right-style: solid;
    border-right-width: 2px;
}

.box-text {}

.menu-icon-link {
    float: right;
}

.top-taps {
    padding-bottom: 0px;
}

.aspect-ratio-container {
    position: relative;
    width: 100%;
    height: 0;
    /* Maintain a 0 height to keep the aspect ratio */
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (900 / 1600) * 100% */
    overflow: hidden;
}

.aspect-ratio-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Maintain aspect ratio while covering the container */
}

.card-bg-img {
    width: 100%;
    height: 100%;
    background-image: url('https://source.unsplash.com/collection/190727/1600x900');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 20px;
}

.carousel-inner {
    border-radius: 20px;
}

.carousel-item {
    padding: 10px;
}

.c-strips {
    padding: 20px;
    background: linear-gradient( to top, #E97115 0%, #E97115 30%, #073D6E 30%, #073D6E 100%);
    overflow: hidden;
}

.c-strips-over {
    padding: 20px;
    background: linear-gradient( to top, #F2F2F2 0%, #F2F2F2 60%, #E97115 60%, #E97115 100%);
    overflow: hidden;
}

.c-strips h4,
.c-strips h3 {
    color: #FFFFFF;
}

.c-strips p {
    color: #FFFFFF;
    font-size: 0.7em;
}

.c-strips .card {
    padding: 10px;
}

.c-strips .card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.bottom-taps .inside-card {
    display: flex;
    flex-direction: column;
    /* Arrange content vertically */
    align-items: center;
    /* Center items horizontally */
    justify-content: center;
    /* Center items vertically */
    height: 100%;
    /* Expand the inside-card to full height of the card-body */
    text-align: center;
}

.bottom-taps .text {
    font-size: 0.9em;
}

.bottom-taps .icon-careers {
    font-size: 1.8em;
}

.bottom-taps .icon-prescription {
    font-size: 1.8em;
}

.bottom-taps .icon-mycareteam {
    font-size: 1.8em;
}

.row.align-items-stretch .card {
    height: 100%;
}

.nav-custom span {
    color: #073d6e;
}

.nav-custom li {
    border-bottom: 1px solid #CCC;
}

.helpful-links {
    background-color: #E97115;
    color: White;
}

.helpful-links h4 {
    color: #FFFFFF;
    padding-top: 10px;
}

.foraside aside .side-inner {
    padding: 90px 0;
    height: 100vh;
}

.navbar {
    text-align: center;
    padding-bottom: 5px;
    /* background: linear-gradient( to left, rgba(228, 91, 0, 1) 0%, rgba(168, 58, 0, 1) 12%, rgba(228, 91, 3, 1) 47%, rgba(132, 44, 5, 1) 100%) left bottom #FFFFFF no-repeat!important; */
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    background-size: 100% 5px !important;
    height: 86px;
}

.size-limit {
    max-height: 100%;
}


/* Burger */

.burger-btn {
    padding: 1rem;
    background: transparent;
    border: 0px solid #F2F2F2;
    text-align: center;
    align-items: center;
}

.burger {
    width: 44px;
    height: 32px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    text-align: center;
    align-items: center;
    display: flex;
}

.burger:before,
.burger span,
.burger:after {
    width: 100%;
    height: 4px;
    display: block;
    background: #073D6E;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
}

.burger:before,
.burger:after {
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: "";
}

.burger:before {
    top: 2px;
}

.burger .b-mid {
    top: 10px;
}

.burger:after {
    top: 18px;
}

.burger .b-text {
    margin-top: 1.25rem;
}


/* Hover */

.burger:hover:before {
    /* top: 7px; */
}

.burger:hover:after {
    /* top: 23px; */
}


/* Click */

.burger.active .b-mid {
    opacity: 0;
}

.burger.active:before,
.burger.active:after {
    top: 40%;
}

.burger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE*/
}

.burger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-5);
    /*for IE*/
}

.burger:focus {
    outline: none;
}

.foraside:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.foraside.show-sidebar:before {
    opacity: 1;
    visibility: visible;
}

.foraside aside,
main {
    height: 100vh;
    min-height: 580px;
}

.foraside aside {
    width: 100%;
    left: 0;
    z-index: 1001;
    position: fixed;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.show-sidebar aside {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.foraside aside .toggle {
    padding-left: 30px;
    padding-top: 30px;
    position: absolute;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.show-sidebar aside .toggle .burger:before,
.show-sidebar aside .toggle .burger span,
.show-sidebar aside .toggle .burger:after {
    background: #fff;
}

.show-sidebar aside {
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
}

.foraside aside .side-inner {
    padding: 90px 0;
    height: 100vh;
}

.foraside aside .side-inner .profile {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.foraside aside .side-inner .profile img {
    width: 80px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
}

.foraside aside .side-inner .profile .name {
    font-size: 18px;
    margin-bottom: 0;
}

.foraside aside .side-inner .profile .country {
    font-size: 14px;
    color: #cfcfcf;
}

.foraside aside .side-inner .counter {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    text-align: center;
}

.foraside aside .side-inner .counter div .number {
    display: block;
    font-size: 20px;
    color: #000;
}

.foraside aside .side-inner .counter div .number-label {
    color: #cfcfcf;
}

.foraside aside .side-inner .nav-menu ul,
.foraside aside .side-inner .nav-menu ul li {
    padding: 0;
    margin: 0px;
    list-style: none;
    height: 64px;
}

.foraside aside .side-inner .nav-menu ul li a {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #073d6e;
    position: relative;
    -webkit-transition: .3s padding-left ease;
    -o-transition: .3s padding-left ease;
    transition: .3s padding-left ease;
}

.foraside aside .side-inner .nav-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0px;
    background-color: #ff7315;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s opacity ease, .3s visibility ease, .3s width ease;
    -o-transition: .3s opacity ease, .3s visibility ease, .3s width ease;
    transition: .3s opacity ease, .3s visibility ease, .3s width ease;
}

.foraside aside .side-inner .nav-menu ul li a:active,
.foraside aside .side-inner .nav-menu ul li a:focus,
.foraside aside .side-inner .nav-menu ul li a:hover {
    outline: none;
}

.foraside aside .side-inner .nav-menu ul li a:hover {
    background: #fcfcfc;
    color: #000;
}

.foraside aside .side-inner .nav-menu ul li a:hover:before {
    width: 4px;
    opacity: 1;
    visibility: visible;
}

.foraside aside .side-inner .nav-menu ul li.active a {
    background: #fcfcfc;
    color: #000;
}

.foraside aside .side-inner .nav-menu ul li.active a:before {
    opacity: 1;
    visibility: visible;
    width: 4px;
}

.clicked .card {
    /* background-color: #e39822; */
}


/* .carousel-item{
  position: relative;
  display: none;
  float: left;
  width: 100%;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;

  }

  .carousel-inner{
    position: relative;
    width: 100%;
    overflow:visible;
  } */

 :root {
    --backgroundColor: #fcfcfc;
    --textColor: #073d6e;
    --font-family: "Roboto", sans-serif;
    --backgroundHover: #3aa9d3;
    --colorHover: #FFFFFF;
}

.side-inner {
    margin: auto;
    width: 100%;
    right: 0;
    background-color: var(--backgroundColor);
    overflow: hidden;
}

.side-inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-inner ul li {
    color: var(--textColor);
    font-family: Roboto;
}

.side-inner ul li:hover {
    background-color: var(--backgroundHover);
    cursor: pointer;
    color: var(--colorHover);
}

.side-inner ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: var(--textColor);
}

.side-inner ul li a .icon {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-inner ul li.hasSubMenu {
    padding-right: 50px;
    position: relative;
}

.side-inner ul li.hasSubMenu .trigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.side-inner .nav-custom,
.side-inner .subMenu {
    background-color: var(--backgroundColor);
}

.side-inner .subMenu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    margin: auto;
    transition: all ease-in-out 0.5s;
}

.side-inner .subMenu .backTrigger {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: var(--textColor);
}

.side-inner .subMenu .backTrigger:hover {
    background-color: var(--backgroundHover);
    cursor: pointer;
    color: var(--colorHover);
    right: 0;
    /* On hover, move it to the right (visible within .side-inner) */
}

.side-inner .subMenu .backTrigger .icon {
    margin-right: 10px;
}

.side-inner .subMenu.active {
    right: 0;
    /* On hover, move it to the right (visible within .side-inner) */
}

.loading {
    position: fixed;
    z-index: 2999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
}

.spinner::after {
    content: '';
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50%;
}

.spinner.smooth::after {
    border-top: 4px solid rgb(7, 61, 110);
    border-top: 4px solid rgb(7, 61, 110);
    border-top: 4px solid rgb(7, 61, 110);
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes grow-pulse {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    30% {
        opacity: 0.5;
    }
    60% {
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}

#radiomd-embedded iframe {
    width: 100%;
    border: none;
}

.podcast-broadcast-list .image-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.podcast-broadcast-list .image-list-item {
    text-align: center;
    margin: 10px;
    flex: 1;
}

.podcast-broadcast-list .image-podcast {
    max-width: 100px;
    height: auto;
}

.footer {
    background-color: #073d6e!important;
}

.footer {
    padding: 20px 0;
    text-align: center;
}

.location-page .icon-phone-01 {
    font-size: 1.1em !important;
}

.location-page .icon-phone-01 a {
    font-size: 1.1em !important;
}

.last-container {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.row-services {
    margin-bottom: 20px;
}

.icoM {
    color: #073D6E!important;
    font-size: 1.8em !important;
}

.card-location p {
    color: #333;
    font-size: 1.2em;
}

.pre-footer img {
    max-width: 200px;
}

.circular-carousel span {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: center;
    background-color: #FFFFFF;
    color: #073D6E;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.circular-carousel:hover span {
    background-color: #FFFFFF;
}

.arrow-back-btn {
    padding: 1rem;
    background: transparent;
    border: 0px solid #F2F2F2;
    text-align: center;
    align-items: center;
}

.arrow-back {
    width: 44px;
    height: 32px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    text-align: center;
    align-items: center;
    display: flex;
}

.arrow-back:before,
.arrow-back span,
.arrowback:after {
    width: 100%;
    height: 4px;
    display: block;
    background: #073D6E;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
}

.c-provider-cards .rounded-circle {
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    /* 3px white border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Shadow effect */
    border-radius: 50%;
    /* Make it a circle */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-left: 10px;*/
    margin-top: 11px;
}

.c-provider-cards .card-body {
    padding: 0.75rem;
    /* Add some padding to the card body */
    text-align: left;
}

.c-provider-cards .title-subtitle-wrapper {
    padding: 3px 0px;
    /* Adjust the padding as needed */
    margin-top: 10px;

}

.c-provider-cards .address-wrapper {
    padding: 10px 0px;

}

.c-provider-cards .card-body-wrapper {
    text-align: center;
}


.c-provider-cards .card-body-wrapper.card-address {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}


/* Align the title and subtitle to the left */

.c-provider-cards .card-title,
.card-subtitle,
.card-new-patient {
    text-align: left;
    margin: 0;
    /* Remove any margin to ensure no extra space */
}

.c-provider-cards .card-title {
    font-family: Montserrat;
    font-size: 1.8em;
}

.c-provider-cards .card-subtitle {
    font-family: Roboto;
    font-weight: 400;
    color: #777777;
}

.c-provider-cards .card-new-patient {
    font-size: 0.8em;
    font-family: Roboto;
}


/* Adjust the width of the columns */

.c-provider-cards .col-photo {
    flex: 1;
}

.c-provider-cards .col-text {
    flex: 3;
}

.c-provider-cards .card-header,
.c-provider-cards .card-body,
.c-provider-cards .card-footer {
    background-color: #fff;
    border: none;
    /* Remove borders */
}

.c-provider-cards .card-body-wrapper .card-text {
    font-family: Roboto;
    font-size: 0.92em;
    color: #333333;
}

.c-provider-cards .seeMore .icon-arrow-right2 {
    font-size: 30px
}

.myc_osSimpleWidget .myc_noData {
    text-align: center;
    font-family: 'Montserrat';
    background-color: white;
    padding: 1rem;
    margin: 0;
}


/* 
.book-appt {
    background: #073D6E!important;
    color: #FFF;
} */
/*
.book-appt-cont {
     background: #f1f7ff!important; 
}

.book-appt-cont a {}
*/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error,
.parsey-error, .parsley-required {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7;
}
.parsley-errors-list {
  background:#f8eded;
  color:#a44b4b;
  padding:5px;
}

.parsley-errors-list li{
  padding:5px;
}
.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
opacity: 1;
}

#vacancy-table div, #applications-table div {
  white-space: pre-wrap;
}

p:empty{
  display:none;
}


.ms-n5 {
    margin-left: -40px;
}

.fad-accepting-NP-search-bts .border-bottom-0{
    border-color:#CCC!important;
}

.fad-search-bts .border-bottom-0 .btn{
    border-color:#CCC!important;
}

.fad-search-bts .border-bottom-0 .btn:hover{
    color:#CCC!important;
}
.input-group .btn {
   border-color:#CCC;

}
.input-group .btn:hover {
   border-color:#CCC;
   
}

.fad-search-bts .input-group .btn-primary{
    background-color:#073D6E!important;
}

h6.provider-info-h6 {
    color: #777777;
    font-weight: 400;
    padding-top: 3px;
    font-size: 0.9em;
}

a.provider-info-phone {
    text-decoration:none;
    color: #d5450d;
}

.img-container {
    padding: 0 25px;
}


.myc_slotsContainer h5{
color:#fff;
}

.myc_slotsContainer .myc_dayHeader{
color:#fff!important;
}
.myc_osSimpleWidget a.myc_link, .myc_osSimpleWidget a.myc_link:hover {
 
    color: #fff;
    padding: 10px 0px;
}

.js-menu-toggle {
    display:none;
}

/*.text-center {
    border:0px solid red !important;
}*/


.img-container .img-url {
    margin-left:0 !important;
}


.physician-link {
border: 0px solid orange;
height: 100%;
position: absolute;
width: 100%;
}


.provider-card p {
    margin-bottom: 0;    
}


/*.provider-card .card-address  p {
    margin-bottom: 0.2rem;    
}*/

/*
.img-container {
    width: 31.333333%;
    border:0px solid red;
}

.info-container {
    width: 68.666667%;
    border:0px solid red
}
*/

.addr-appt {
    margin-top:30px;
    margin-bottom: 20px;
}


/*.addr-appt-row {
    width: 161%;
    left: -51%;
    position: relative;


}*/


.book-appt-cont {
    padding: 20px;
}


.c-provider-cards .card-body-wrapper.card-address {
    text-align:center;
}

.c-provider-cards .card-body-wrapper.card-appt {
    text-align:right;
}


/*.book-appt-cont {
    background-color: #ddd !important;
}*/

@media (max-width: 575px) {
.img-container {
    width: 31.333333%;
    border:0px solid red;
}

.info-container {
    width: 68.666667%;
    border:0px solid red
}


}
/*@media (min-width: 576px) {*/

    @media (max-width: 767px) {
    .img-container {
        width: 22.666667%;
    }

    .info-container {
        width: 77.333333%;
        border: 0px solid pink;
    }

    .addr-appt-row {
        width: 138%;
        left: -32%;
        position: relative;
        /*background-color:red;*/
    
    }
    

}



@media (min-width: 768px) {
    /*.img-container {
        width: 22.666667%;
        border: 0px solid pink;
    }

    .info-container {
        width: 77.333333%;
        border: 0px solid pink;
    }*/
    
    .addr-appt {
        margin-top:20px;
    }

    /*.addr-appt-row {
        width: 139%;
        left: -32%;
        position: relative;
   
    }*/

    .addr-appt-row {
        width: 142%;
        left: -36%;
        position: relative;
  
    }

    .pagination>li>a, .pagination>li>span {
        padding: 5px 13.5px !important;
    }


}


@media (min-width: 992px) {
    /*.img-container {
        width: 22.666667%;
        border: 0px solid blue;
    }

    .info-container {
        width: 77.333333%;
        border: 0px solid blue;
    }*/

    .addr-appt {
        margin-top:30px;
    }

    /*.addr-appt-row {
        width: 139%;
        left: -32%;
        position: relative;
    
    }*/

    .addr-appt-row {
         width: 100%;
         left: 0;
         position: relative;
   
     }

    .c-provider-cards .rounded-circle {
        width: 94px;
        height: 94px;
    }

    .c-provider-cards .card-body-wrapper.card-address {
        text-align:left;
    }
}

/*@media (max-width: 1199px) {
    .c-provider-cards .card-body-wrapper.card-address {
        text-align:center;
    }
    
}*/

@media (min-width: 992px) {
    .appt-container {
    max-width: 460px;
    }
}

@media (min-width: 1200px) {
    .img-container {
        width: 10.333333%;
        border: 0px solid orange;
    }

    .info-container {
        width: 89.333333%;
        border: 0px solid orange;
    }

    .addr-appt {
        margin-top:0px;
    }

    .addr-appt-row {
       /* width: 139%;
        left: -32%;
        position: relative;*/
        width: 100%;
        left: 0;
        position: relative;
        /*background-color:purple;*/
    
    }
    .c-provider-cards .card-body-wrapper.card-address {
        text-align:left;
    }

    .appt-container {
        max-width: 460px;
    }
    
}


.addr-appt {
    border:0px solid red;
}

/*.addr-appt-row {
    width: 100vw; 
    margin-left: calc((-100vw + 100%) / 2);
    margin-right: calc((-100vw + 100%) / 2);
    border:1px solid green;
}*/

.c-provider-cards .myc_osSimpleWidget a.myc_link {
    color: #d5450d !important;
}

.c-provider-cards .myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button.myc_timeSlot {
    width: 27%;
    min-width: 5.5rem;
    max-width: 8rem;
    margin-right: 0.5rem;
    border-color: #686868;
    color: #686868;
}


.c-provider-cards .myc_osSimpleWidget .myc_slotsContainer h5.myc_dayHeader {
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
    color: #686868 !important;
}


.c-provider-cards .myc_osSimpleWidget .myc_slotsContainer h5.myc_dayHeader {
    font-size: 1.0rem;
    margin: 0;
    padding: 0;
    font-weight: 200;
    color: #686868 !important;
}


.c-provider-cards .myc_osSimpleWidget .myc_slotsContainer h5.myc_dayHeader {
    font-size: 1.0rem;
    margin: 0;
    padding: 0;
}




.c-provider-cards .myc_osSimpleWidget .myc_slotsContainer h5.myc_dayHeader {
    color: #686868 !important;
}