
nav.breadcrumb {
	position: relative;
    width: 100%;
    display: block;
    background: var(--white-color);
	border-bottom: 1px solid #CFDDEB;
    padding: 18px 0;
}
.breadcrumb__nav {
    position: relative;
    width: 100%;
	color: var(--body-text-color);
    font: var(--body-text-fonts);
}
.breadcrumb__nav > a {
    position: relative;
    width: auto;
    color: var(--callout-link-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.breadcrumb__nav > a:after {
    content: '/';
    color: var(--body-text-color);
	font-weight: 700;
    display: inline-flex;
    vertical-align: middle;
    text-decoration: none;
	margin: 0 10px;
}
.breadcrumb__nav > a:hover, .breadcrumb__nav > a:focus {color: var(--body-text-color);}

.milestone nav.breadcrumb { display: none; }
footer.footer {
	position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -6.52%, rgba(198, 222, 244, 0.8) 96.64%), #FFFFFF;
    padding: 80px 0;
	overflow: hidden;
    z-index: 2;
}
footer.footer:before {
	content: "";
	width: 518px;
    height: 546px;
    display: block;
    background: url(https://assets.milestoneinternet.com/stridecare/website-assest/bg-images/footer-background.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    position: absolute;
    top: 30px;
    right: -80px;
  	z-index: -1;
}
.footer a:hover, .footer a:focus-visible {
    text-decoration: underline;
}
.footer .footer_menugrid {
    margin-bottom: 80px;
}
.footer_col-newsletter {
    width: 48%;
}
.footer_col-social {
    width: 12%;
}
.footer_logo {
    margin-bottom: 25px;
}
.footer_logo img {
	max-width: 100%;
	display: inline-block;
}
.footer-newsletter {
    max-width: 500px;
	width: 100%;
}
.footer_newslettertitle {
    color: #002855;
    font: 400 16px / 24px 'Mulish', sans-serif;
    text-transform: none;
    margin: 0 0 15px 0;
}
.footer-newsletter_grid {
    border: 1px solid #7099CD;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 6px 12px;
    display: flex;
    gap: 8px;
}
.footer-newsletter_control {
    position: relative;
    width: calc(100% - 110px);
}
.footer-newsletter_input {
    position: relative;
    width: 100%;
    color: #002855;
    font: 400 16px / 24px 'Mulish', sans-serif;
    text-transform: none;
    background: transparent;
    border: 1px solid transparent;
    height: 45px;
    padding: 5px 15px;
  border: 0 !important;
}
.footer-newsletter_action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-newsletter_btn {
    min-height: 45px;
    color: var(--blue-dark-color);
    font: var(--header-fonts);
    text-transform: none;
    background: var(--primary-cta-bg);
    border: 1px solid var(--primary-cta-bg);
    padding: 5px 22px;
}

.footer-newsletter_btn:hover {background:#002855; color: #fff; border-color:#002855;}

.footer-newsletter_control .input-error~.error-message {
    bottom: -30px;
}
.footer_col .footer_title {
    color: var(--blue-dark-color);
    font: var(--header-fonts);
    text-transform: none;
    margin: 0 0 15px 0;
}
.footer_menu, .footer_social {
    display: flex;
    flex-direction: column;
}
.footer_menu .footer_menu-item, .footer_social .footer_social-item {
    display: inline-flex;
    align-items: center;
}
.footer_menu .footer_menu-item a, .footer_social .footer_social-item a {
	position: relative;
    color: var(--blue-dark-color);
    font: var(--footer-fonts);
    text-transform: none;
    padding: 8px 0;
    display: inline-flex;
    align-items: center;
}
.footer_menu .footer_menu-item a:hover,.footer_menu .footer_menu-item a:focus,.footer_menu .footer_menu-item a.navON, .footer_social .footer_social-item a.navON {text-decoration:underline;}

.footer_social .footer_social-item a:hover, .footer_social .footer_social-item a:focus {text-decoration:none; color:var(--blue-color)}

.footer_social .template-icon {
    margin-right: 12px;
    display: inline-flex;
  	font-size:20px;
}
.footer_copyright {
    color: var(--copyright-fonts-color);
    font: var(--copyright-fonts);
    text-transform: none;
}
.footer_submenu {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    column-gap: 24px;
}
.footer_submenu .footer_submenu_item {
    padding: 0;
}
.footer_submenu .footer_submenu_item a {
    color: var(--copyright-fonts-color);
    font: var(--copyright-fonts);
    text-transform: none;
}
.footer_submenu .footer_submenu_item a:hover, .footer_submenu .footer_submenu_item a:focus, .footer_submenu .footer_submenu_item a.navON { text-decoration:underline; }
.footer_presence {
    color: var(--copyright-fonts-color);
    font: var(--copyright-fonts);
    text-transform: none;
    text-align: right;
}

.footer-schedulebutnpmob { display:none; position: fixed; width: 100%; left: 0; bottom: 0;  z-index: 2; }
.footer-schedulebutnpmob a {
    width: 100%;
    text-align: center;
    padding: 14px 10px 14px 10px;
    display: block;
    font-weight: 700;
    font-size: 16px;
  color: var(--blue-dark-color);
  background: var(--primary-cta-bg);
}

@media (max-width: 1199.98px) {
	.footer_submenu {
      column-gap: 20px;
      justify-content: flex-start;
  }
  .footer_presence {
		text-align: left;
	}
    footer.footer .footer_copygrid {
      	margin: 0;
  	}
  	footer.footer .footer_copygrid > div {
    	margin-top: 15px;
      	padding-left: 0;
	}
  	.footer_col-newsletter, .footer_col-social {
  		width: 100%;
  	}
  	.footer .footer_menugrid {
		margin-bottom: 30px;
	}
}

@media (max-width: 1100px) {
	.footer-schedulebutnpmob { display:block; }
}

@media (max-width: 1023.98px) {
    .footer_submenu {
        column-gap: 10px;
    }
  	footer.footer:before {
		top: auto;
		bottom: 50px;
	}
}
@media (max-width: 959.98px) {}
@media (max-width: 767.98px) {
	.footer_submenu {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 10px;
	}
}


.intro_content-with-two-image-wrap {
	background: linear-gradient(180deg, rgba(198, 222, 244, 0.8) -21.57%, rgba(246, 245, 243, 0) 111.71%), #FFFFFF;
	position: relative;
	padding: 120px 0 40px;
	overflow:hidden;
	z-index: 2;
}
.intro_content-with-two-image-wrap:before {
	content: "";
	width: 518px;
	height: 546px;
	display: block;
	background: url(https://assets.milestoneinternet.com/stridecare/website-assest/bg-images/footer-background.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	position: absolute;
	top: 110px;
	right: -50px;
	pointer-events: none;
	z-index: -1;
}
.h2__container-title {
	max-width: 695px;
	margin-bottom:106px;
}
.intro_content-with-two-image-wrap .image__container img {
	border-radius: 10px;
}
.intro_content-with-two-image-wrap .image__container .intro_content-right-image { margin-top: -90px; }
@media (max-width: 959.5px) {
	.intro_content-with-two-image-wrap:before {
        top: auto;
        right: auto;
        bottom: 150px;
        left: -100px;
    }
  .h2__container-title {
      	max-width: 100%;
      	margin-bottom: 40px;
  	}
  	.intro_content-with-two-image-wrap .image__container .intro_content-right-image {
  		max-width: 270px;
    	margin: 0 0 0 auto;
  	}
}
@media (max-width: 767.5px) {
	.intro_content-with-two-image-wrap:before {
        width: 260px;
        height: 274px;
        background-size: 100%;
    }
	.intro_content-with-two-image-wrap {
		padding: 90px 0 40px;
	}
  	.intro_content-with-two-image-wrap .image__container .intro_content-right-image {
        max-width: 220px;
  	}
	.h2__container-title {
		max-width: 100%;
		margin-bottom: 40px;
	}.intro_content-with-two-image-wrap .image__container .intro_content-right-image {
		margin-top: 0;
	}.intro_content-with-two-image-wrap .image__container img {
		width:100%;
	}
}
@media (max-width: 575px) {
  	    .intro_content-with-two-image-wrap .image__container .intro_content-right-image {
            max-width: 180px;
        }
}
.milestone .intro-sec {
	background: var(--body-background);
}
.intro-sec {
  	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 76.16%), #F5F3F1;
}
.intro-text {
    max-width: 830px;
	text-align: center;
    margin: 0 auto;
}
.intro-text .tagline_text {
	display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    row-gap: 3px;
    column-gap: 3px;
    margin-bottom: 20px;
}
.intro-text .tagline_text .icon {
	color: var(--blue-color);
    font-size: 23px;
    line-height: 18px;
  position: static;
}
.intro-text .intro-title {
	color: var(--h4-font-color);
    font: var(--h4-title-fonts);
	margin-bottom: 20px;
}
.intro-text .text-editor, .direct__access {
	color: var(--body-text-color);
    font: var(--body-text-fonts);
}
.intro-text .action-button {
    justify-content: center;
}
.content_with-title-desc-image {
    background: #fff;    padding-bottom: 0;
}
.content_with-title-desc-image .intro-text {
    max-width: 100%;
	text-align: left;
}
.content_with-title-desc-image .text-editor_image {
    padding-bottom: 40px;
    padding-top: 40px;
}
.content_with-title-desc-image .text-editor_bottom {
    padding-bottom: 0px;
}
.content_with-title-desc-image ul, .content_with-title-desc-image ol {
    margin-left: 20px;
}
.content_with-title-desc-image ul li, .content_with-title-desc-image ol li{
    padding-bottom: 6px;
}
.content_with-title-desc-image ul li:last-child{
    padding-bottom: 0;
}
.section_with_text-and-form {padding-bottom: 60px;}
.common_title-desc-image {
    padding-top: 40px;
}
.common_title-desc-image-btn {
    margin-top: 30px;    text-align: center;
}
.common_title-desc-image .intro-text .action-button {
    justify-content: unset; margin-top: 0;
}
.remove_image-padding .text-editor_image {
    padding-bottom: 0px;
}
.remove_image-padding .common_title-desc-image-btn {
    margin-bottom: 30px;
}
.text-editor_btn-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.fibroid-symptoms .content_with-title-desc-image {
    padding-bottom: 80px;
}
@media (max-width: 767.98px) {
	.intro-text .intro-title {
		font: var(--mob-h4-title-fonts);
	}
  .fibroid-symptoms .content_with-title-desc-image {
    padding-bottom: 40px;
}
  .content_with-title-desc-image .text-editor_bottom, .content_with-title-desc-image .text-editor {
    margin-bottom: 0;
}
  .content_with-title-desc-image .text-editor_image {
    padding-bottom: 20px;
    padding-top: 20px;
}
  .intro-sec  .action-button {
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
    align-items: center;
}
}
/* Header Starts */ 
.header {
    position: fixed;
	width: 100%;
	min-height: var(--header-height);
	color: var(--body-text-color);
	background: transparent;
	top: 0;
    left: 0;
    padding: 15px 20px 15px;
    z-index: 50;
}
.header__container {
    max-width: 1315px;
}
.header.is-fixed, .header.b_active {
	background: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);   
}

.header__grid {
    align-items: center;
    margin-left: -20px;
      justify-content: space-between;
}

.header__grid > * {
    padding-left: 20px;
}

.header__col--center {
    text-align: right;
}
.header .header__col--right {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.2em;
}
.header .uk-search-navbar .uk-search-input::-webkit-input-placeholder { color: var(--header-color); }
.header .uk-search-navbar .uk-search-input::-moz-placeholder { color: var(--header-color); }
.header .uk-search-navbar .uk-search-input:-ms-input-placeholder { color: var(--header-color); }
.header .uk-search-navbar .uk-search-input:-moz-placeholder { color: var(--header-color); }
.header .uk-search-navbar .uk-search-input {
    height: 40px;
    color: var(--header-color);
    font: var(--header-fonts);
    text-transform: var(--header-fonts-text-transform);
	background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	padding: 5px 12px;
}
.header .uk-navbar-item {
    min-height: 42px;
    color: var(--header-color);
    font: var(--header-fonts);
    text-transform: var(--header-fonts-text-transform);
}
.header a.uk-navbar-toggle.uk-icon.uk-close {
    min-height: 42px;
    color: var(--header-color);
    font: var(--header-fonts);
    text-transform: var(--header-fonts-text-transform);
}

.header__logo {
    width: 208px;
    height: 48px;
    display: inline-block;
    align-items: center;
    color: var(--header-color);
}

.header__logo > * {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-collapsible {
    position: static;
}

.header__phone {
    display: inline-flex;
    align-items: center;
    font: var(--header-fonts);
    color: var(--header-color);
    text-transform: uppercase;
}

.header__phone > .template-icon {
    margin-right: 13px;
    font-size: 112.5%;
}

.header__phone-label {
    display: block;
    margin-right: 5px;
}

.header__phone-text > .template-icon {
    display: none;
}

.header__phone-text {
    display: block;
    color: var(--header-color);
}

.header__bookstay {
    border: 1px solid var(--header-button-bg);
}

.navmenu__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navmenu__list-item {
    margin-right: 30px;
}

.navmenu__list-item:last-child {
    margin-right: 0;
}

.navmenu__list-link {
    display: inline-flex;
    padding: 15px 10px;
    position: relative;
    font-family: var(--common-font);
    color: var(--header-color);
}

.navmenu__list-link:hover,
.navmenu__list-link:focus-visible,
.navmenu-dropmenu__link:hover,
.navmenu-dropmenu__link:focus-visible {
    color: var(--highlight-color);
}

.navmenu__dropdown > a {
    position: relative;
    padding: 10px 20px 10px 10px;
}
.navmenu__dropdown > a:before {
    content: '\e9b7';
    font-family: var(--icon-fonts);
    position: absolute;
    right: 2px;
    top: 7px;
    background-size: contain;
    transition: all .4s ease;
    font-size: 25px;
    line-height: normal;
    font-weight: normal;
    color: inherit;
}
.navmenu__dropdown > a[aria-expanded="true"]:before {
    top: 5px;
    transform: rotate(180deg);
}

.navmenu-dropmenu {
    padding: 20px 0;
    margin: 0;
    min-width: 92%;
    background: var(--bg-header);
    overflow: auto;
    max-height: 80vh;
    text-align: left;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
linear-gradient(180deg, rgba(198, 222, 244, 0.8) -21.57%, rgba(255, 255, 255, 0) 111.71%);
       left: 50% !important;
    max-width: 1380px !important;
    transform: translateX(-50%);
}
ul.megamenu-tabs li {padding-bottom: 15px;}
ul.megamenu-tabs li.megamenu-tabs__item a {
    font-size: 18px;
    line-height: 40px;
    font-weight: var(--bold-font);color: #4A78A5;
}
.megamenu-tabs .uk-active>.megamenu-tabs__name, .megamenu-tabs .megamenu-tabs__name:hover, .megamenu-tabs .megamenu-tabs__name:focus {
    border-radius: 7px;
    height: 40px;
    text-align: left;
    display: inline-block;
    background: var(--light-background);
    line-height: 40px;
    padding: 0 15px;
    min-width: 234px;color: var(--body-color);position:relative;
}
.megamenu-tabs .uk-active>.megamenu-tabs__name:after,.megamenu-tabs .uk-active>.megamenu-tabs__name:hover:after,.megamenu-tabs .uk-active>.megamenu-tabs__name:focus:after {
    content: "";
    color: var(--body-color);
    font-family: var(--mim-font);
    font-size: 17px;
    position: absolute;
    top: 2px;
    right: 15px;
}
.navmenu-dropmenu__link {
    display: block;
    padding: 5px 20px;
    text-transform: var(--header-fonts-text-transform);
    font: var(--header-fonts);
    color: var(--header-color);
}

.navmenu-dropmenu__link.uk-disabled {
    opacity: .2;
}

.navmenu__list-link:hover:after, 
.navmenu__list-link[aria-expanded="true"]:after,
.navmenu__list-link.navON:after {
    opacity: 1;
}
.header__btnsearch {
    background: var(--search-background);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 18px;color: var(--search-button);border:none;margin-right:12px;
}

.nav-overlay.uk-navbar-left.uk-flex-1.searchbardesk {gap: 15px;}

.nav-overlay.uk-navbar-left.uk-flex-1.searchbardesk form {margin: 0 0 0 12px;}

.nav-overlay.uk-navbar-left.uk-flex-1.searchbardesk .uk-navbar-toggle.uk-icon uk-close svg {width:16px}



/* Transparent Header Ends */

/* Page Studio Editor + Header Starts */
.page-component-mi-block .header {
    position: static;
    background: var(--bg-header) !important;
    color: var(--header-color) !important;
}

.page-component-mi-block .navmenu__list-link, 
.page-component-mi-block .navmenu__dropdown>a:before, 
.page-component-mi-block .header__phone, 
.page-component-mi-block .header__phone-text, 
.page-component-mi-block .header__bookstay, 
.page-component-mi-block .header__logo {
    color: var(--header-color) !important;
}

.page-component-mi-block .header__bookstay {
    border-color: var(--secondary-cta-font-color) !important;
}

header.header img.static_logo {
    display: block;
}
header.header img.on_scroll_logo {
    display: none;
}
.header.is-fixed img.static_logo {
    display: none;
}
.header.is-fixed img.on_scroll_logo {
    display: block;
}

header.header ul li a.navmenu__list-link {
    color: #002855;
    font: 700 16px / 150% "Mulish", sans-serif;
    text-transform: none;
    padding: 5px 30px 5px 5px;
}
header.header ul li a.navmenu__list-link:hover, header.header ul li a.navmenu__list-link.navON {
	color: var(--blue-color); filter: opacity(1);
}
header.header a.uk-search-icon {
    position: relative;
    width: 40px;
    height: 40px;
    min-height: auto;
    color: #0B74BB;
    background: #CFDDEB;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
header.header a.uk-search-icon:hover, header.header a.uk-search-icon:focus {
    color: #FFFFFF;
    background: var(--blue-color);
}

header.header a.uk-button.header__bookstay {
    min-height: auto;
    color: var(--blue-dark-color) !important;
    background: var(--primary-cta-bg);
    border: 1px solid var(--primary-cta-bg);
    font: 700 16px / 150% "Mulish", sans-serif;
    text-transform: none;
    padding: 8px 20px;
}
header.header a.uk-button.header__bookstay:hover, header.header a.uk-button.header__bookstay:focus, header.header a.uk-button.header__bookstay:focus-visible { color: var(--white-color) !important;
background: var(--blue-dark-color);
border-color: var(--blue-dark-color); }
.navmenu-dropmenu {
    padding: 0;
    max-height: max-content;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.journey-sec {
    background: #002855;
    padding: 18px 15px;
}
.journey-sec .start-journey {
    color: #FFFFFF;
    font: 700 14px / 150% "Mulish", sans-serif;
}
.journey-sec a.action-journey {
    color: #FFFFFF;
    font: 700 14px / 150% "Mulish", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    row-gap: 8px;
    column-gap: 8px;
}
.journey-sec a.action-journey span.icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CFDDEB;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

ul.megamenu-tabs li {
    padding-bottom: 10px;
}
ul.megamenu-tabs li.megamenu-tabs__item a {
    color: #4a78a5;
    font: 700 18px / 150% "Mulish", sans-serif;
}
.megamenu-tabs .uk-active>.megamenu-tabs__name, .megamenu-tabs .megamenu-tabs__name:hover, .megamenu-tabs .megamenu-tabs__name:focus {
    color: #002855;
    font: 700 18px / 150% "Mulish", sans-serif;
    background: #CFDDEB;
    padding: 6px 20px;
}

ul.megamenu-links li {
    padding: 8px 8px;
}
ul.megamenu-links li a.megamenu-links__link {
    color: #002855;
    font: 400 16px / 150% "Mulish", sans-serif;
}

.guides__media {
    position: relative;
}
.guides__media img {
    box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.guides__media_text {
    color: #002855;
    font: 700 16px / 150% "Mulish", sans-serif;
    background: #F7A479;
    border: 1px solid #F7A479;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
    column-gap: 5px;
    -webkit-transition: .6s all;
    -moz-transition: .6s all;
    transition: .6s all;
    position: absolute;
    width: auto;
    left: 25px;
    bottom: 25px;
}

#header .uk-navbar-dropdown {
    max-width: 1380px !important;
    width: 100% !important;
	left: 0 !important;
    right: 0;
    margin: 0 auto;
    background: #ffffff;
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
    padding: 0;
  display: none;
}
#header .uk-navbar-dropdown.uk-open {display:block}
.uk-navbar-dropdown .dropdown-menu-sec {
    padding: 40px;
    margin: 0;
}
.dropdown-menu-sec .dropdown_tablistmenu {
    width: 25% !important;
}
.dropdown-menu-sec .dropdown_child {
    width: 41% !important;
  	padding-left: 40px;
}
.dropdown-menu-sec .dropdown_image {
    width: 34% !important;
  	padding-left: 40px;
}
.dropdown-menu-sec .dropdown_tablistmenu .uk-tab {
	width: 100%;
    padding-left: 0;
    gap: 15px;
}
.dropdown-menu-sec .dropdown_tablistmenu .uk-tab li {
    padding-right: 40px;
}
.dropdown_tablistmenu .uk-tab-left:before {
	border-left: 1px solid #7DA1C4;
}
.dropdown_tablistmenu .uk-tab li a {
    color: #4A78A5;
    font: 600 18px / 150% 'Mulish', sans-serif;
    text-transform: none;
    background: transparent;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.dropdown_tablistmenu .uk-tab li.uk-active a {
    color: var(--body-text-color);
    font-weight: 700;
    background: #CFDDEB;
    border: none;
    padding-left: 20px;
}
.dropdown_tablistmenu .uk-tab li a:hover {color: var(--body-text-color);}
.dropdown_tablistmenu .uk-tab li.uk-active a:hover {color: #4A78A5;}

.dropdown_tablistmenu .uk-tab li.uk-active a span.template-icon {
	display: inline-block;
}
.dropdown_tablistmenu .uk-tab > .uk-active > a {
	border: none;
}
.dropdown-menu-sec ul.uk-nav {
    column-count: 2;
}
.dropdown-menu-sec ul.uk-nav li {
	margin-bottom: 6px;
}
.dropdown-menu-sec ul.uk-nav li a.megamenu-links__link {
    width: 100%;
    color: var(--body-text-color);
    font: var(--body-text-fonts);
    font-weight: 600;
    text-align: left;
    padding: 8px 5px;
}
.dropdown-menu-sec ul.uk-nav li a.megamenu-links__link:hover, .dropdown-menu-sec ul.uk-nav li a.megamenu-links__link.navON {
	color: var(--blue-color);
}
.header .call-to-action-sec {
    background: #002855;
    border-radius: 0 0 10px 10px;
    padding: 18px 30px;
    margin: 0;
}
.call-to-action-sec .call-to-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.header .call-to-action-sec > div {
	width: 50% !important;
}
.call-to-action-sec .start-journey {
    color: #FFFFFF;
    font-size: 14px;
      font-weight: 600;
    text-align: left;
}
.call-to-action-sec .call-to-action a.action-journey {
	position: relative;
    color: #FFFFFF;
    font-size: 14px;
      font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.call-to-action-sec .call-to-action a.action-journey:hover {
	text-decoration: underline;
}
.call-to-action-sec .call-to-action a.action-journey span.icon { width: 28px; height: 28px; background: #CFDDEB; display: inline-flex; align-items: center; justify-content: center; border-radius: 28px; }
.call-to-action-sec .call-to-action a.action-journey:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #7DA1C4;
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
}
.call-to-action-sec .call-to-action a.action-journey:first-child:before {
    display: none;
}
.call-to-action-sec :focus-visible { outline: 1px solid var(--white-color) !important; }
header.navmenu_open {
    background: var(--white-color);
}
.dropdown-menu-sec ul.uk-nav li.overviewlink { display:none; }
.guides__media_text span.template-icon {
    font-size: 20px;
    line-height: normal;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 15px;
}
a.guides__item:hover .guides__media_text { padding: 10px 40px 10px 25px; }
a.guides__item:hover .guides__media_text span.template-icon {
    visibility: visible;
    opacity: 1;
}

.searchheadericoncls span.template-icon-search {
    font-size: 24px;
}
.searchheadericoncls svg { display:none; }

.page-component-mi-block .navmenu__list-link, .page-component-mi-block .navmenu__dropdown>a:before, .page-component-mi-block .header__phone, .page-component-mi-block .header__phone-text, .page-component-mi-block .header__bookstay, .page-component-mi-block .header__logo {
	    color: #002855;
}
header.header a.header__patient {
    color: #002855;
    font: 700 16px / 150% "Mulish", sans-serif;
    text-transform: none;
    padding: 8px 5px;
    gap: 8px;
}
header.header a.header__patient:hover {
    color: var(--blue-color);
}


@media(min-width: 768px) {
    .header__toggler,
    .navmenu__list-item--onlymob,
    .navmenu__list-link--btn {
        display:none!important
    }
}

@media (max-width: 1399.98px) {
    .header {
        padding: 15px 0 15px;
    }
    .navmenu__list-link {
        padding: 10px 10px;
    }
    :root {
        --header-height: 95px;
    }
    .header__logo {
        width: var(--mob-logo-width);
        height: var(--mob-logo-height);
    }

    .header__phone,
    .navmenu__list-link,
    .navmenu-dropmenu__link {
        font-size: 12px;
    }
	#header .uk-navbar-dropdown {
		width: 95% !important;
	}
    .header__bookstay {
        font-size: 12px;
        padding: 10px 20px;
    }
  	.navmenu__list-item {
    	margin-right: 10px;
	}
  	.header .header__col--right {
    	column-gap: 0.8em;
	}
  	.dropdown_tablistmenu .uk-tab li a {
		font-size: 14px;
	}
	.dropdown-menu-sec .dropdown_tablistmenu .uk-tab li {
		padding-right: 30px;
	}
	.dropdown-menu-sec .dropdown_child, .dropdown-menu-sec .dropdown_image {
		padding-left: 30px;
	}
	.dropdown-menu-sec ul.uk-nav li a.megamenu-links__link {
		font-size: 14px;
	}
}

@media (min-width: 1100px) and (max-width: 1199px) {
  	.navmenu__list-item { margin-right:5px; }
  	header.header a.uk-button.header__bookstay { margin: 0 0 0 10px; }
  	header.header ul li a.navmenu__list-link {
    	font-size: 14px;
    	padding: 5px 25px 5px 5px;
	}
  	.navmenu__dropdown > a:before {
    	top: 4px;
    	font-size: 22px;
	}
  	header.header a.header__patient, header.header a.uk-button.header__bookstay, header.header ul li a.navmenu__list-link {
  		font-size: 14px;
  	}
}

@media (max-width: 1100px) {
  .guides__media {text-align: center;}
  
}

@media (max-width: 1023.98px) {
    .header__phone, .navmenu__list-link, .header__bookstay {
        font-size: 10px;
    }

    :root {
        --header-height: 90px;
    }

}

@media (min-width: 768px) and (max-width: 1100px) {
  .mobile-phone-icon {
    right: 15px;
    position: relative;
    top: -5px;
}
}

@media (max-width: 959.98px) {
    .header__bookstay {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--secondary-cta-font-color);
        color: var(--inverse-font-color);
        font: var(--primary-cta-fonts);
        min-height: 52px;
    }
}

@media (max-width: 767.98px) {

    :root {
        --header-height: 90px;
    }
    body {
        padding-top: var(--header-height);
    }
    .header {
        min-height: var(--header-height);
        z-index: 101;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .header__container {
        width: 100%;
    }

    .header__bookstay {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 15px 15px;
        height: 55px;
        z-index: 10;
        border-radius: 0;
    }

    .is-bookstay-active .header__bookstay {
        display: none;
    }

    .header__toggler-btn {
        background: transparent;
        border: 0;
        display: flex;
        padding: 3px 0;
        margin: 0;
        font-size: 24px;
        line-height: 1;
        color: var(--header-color);
        cursor: pointer;
        align-items: center;
        min-width: 24px;
        justify-content: flex-end;
    }

    .header__toggler-btn .is-togglemenu-active {
        display: none;
    }

    .header__toggler-btn .is-togglemenu-close {
        display: block;
    }

    .is-header-active {
        overflow: hidden
    }

    .is-header-active .header__toggler-btn .is-togglemenu-active {
        display: block;
        font-size: 24px;
    }

    .is-header-active .header__toggler-btn .is-togglemenu-close {
        display: none;
    }

    .header__phone {
        min-width: 18px;
        line-height: 1;
        display: block;
    }

    .header__phone-text {
        font-size: 0;
        line-height: 0;
        padding: 3px 0;
    }

    .header__phone-label {
        display: none;
    }

    .header__phone-text > .template-icon {
        display: block;
        font-size: 18px;
        font-weight: normal;
        margin: 0;
    }

    .header__grid {
        margin-left: -30px;
    }

    .header__grid > * {
        padding-left: 30px;
    }

    .header-collapsible {
        position: fixed;
        top: var(--header-height, 0);
        right: -100%;
        width: 100%;
        height: calc(100vh - var(--header-height, 0));
        z-index: 9;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        background-color: var(--primary-color);
        border-top: 1px solid var(--border-color);
        transition: right .4s ease;
        padding-top: 15px;
        padding-bottom: 70px;
    }

    .is-header-active .header-collapsible {
        right: 0;
    }

    .navmenu__list {
        display: block;
        position: relative;
        z-index: 10;
    }

    .navmenu__list-item + .navmenu__list-item {
        margin-top: 5px;
    }

    .navmenu__list-link {
        display: flex;
        padding: 15px 50px;
        color: var(--header-color);
        font-family: var(--common-font);
        text-align: left;
        justify-content: flex-start;
    }

    .navmenu__list-link:hover, 
    .navmenu__list-link:focus-visible, 
    .navmenu-dropmenu__link:hover, 
    .navmenu-dropmenu__link:focus-visible {
        color: var(--inverse-font-color);
    }

    .navmenu-dropmenu {
        position: relative !important;
        box-shadow: none !important;
        background: transparent;
        padding: 0 40px 10px;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        max-width: 100% !important;
        list-style: none;
    }

    .navmenu-dropmenu__link {
        color: var(--inverse-font-color);
        font: var(--body-text-fonts);
        padding: 7px 10px;
        text-transform: uppercase;
    }

    .navmenu__list-link.navON,
    .navmenu__more-link.navON {
        color: var(--highlight-color) !important;
    }

    .header__top-left,
    .header__top-right {
        width: 60px;
    }

    .header__top-center {
        width: calc(100% - 60px*2);
        width: -webkit-calc(100% - 60px*2);
        max-width: calc(100% - 60px*2);
        max-width: -webkit-calc(100% - 60px*2);
    }

    .navmenu__dropdown > a {
        padding: 15px 50px
    }
    
    .navmenu__dropdown > a:before {
        content: '\e90d';
        font-family: var(--icon-fonts);
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        background-size: contain;
        transition: all .4s ease;
        font-size: 14px;
        font-weight: normal;
        color: var(--inverse-font-color);
    }
    
    .navmenu__dropdown > a[aria-expanded="true"]:before {
        transform: translateY(-50%) rotate(-44.72deg);
        color: var(--secondary-color) !important;
    }

    .is-header-active .header {
        background: var(--bg-header) !important;
    }

    .is-header-active .header__phone, 
    .is-header-active .header__phone-text, 
    .is-header-active .header__toggler-btn,
    .is-header-active .header__logo {
        color: var(--primary-color) !important;
    }
.guides__media_text { width:60% !important; font-size: 14px; padding: 10px 10px; }
}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}

/* Header Ends */

/* Transparent Header Starts */

.has-transparent-header {
    padding-top: 0;
}

.has-transparent-header .header:not(.is-fixed) {
    background: transparent;
}

.has-transparent-header .header:not(.is-fixed) .navmenu__list-link,
.has-transparent-header .header:not(.is-fixed) .navmenu__dropdown > a:before,
.has-transparent-header .header:not(.is-fixed) .header__phone,
.has-transparent-header .header:not(.is-fixed) .header__phone-text,
.has-transparent-header .header:not(.is-fixed) .header__bookstay,
.has-transparent-header .header:not(.is-fixed) .header__logo {
    color: var(--inverse-font-color);
    filter: opacity(1);
}

@media (min-width: 768px) {
    .has-transparent-header .header:not(.is-fixed) .header__bookstay {
        border-color: var(--inverse-font-color);
    }
    .has-transparent-header .header:not(.is-fixed) .header__bookstay:hover,
  	.has-transparent-header .header:not(.is-fixed) .header__bookstay:focus-visible {
        border-color: var(--primary-cta-hover-color);
    }
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1100.98px) {
  	header.header a.header__patient {
      	position: absolute;
        width: 100%;
        background: var(--white-color);
        padding: 10px 20px;
        bottom: 0;
  	}
}

@media (max-width: 1023.98px) {
}

@media (max-width: 959.98px) {
}

@media (max-width: 767.98px) {
.has-transparent-header .header:not(.is-fixed) .header__toggler-btn {color: var(--inverse-font-color); filter: opacity(1);}
  .header__logo {width: 180px; height: 41px; vertical-align: middle;}
  .headermobileonly.is-fixed .header__logo {margin: 8px 0 0 0;}
  .mobile-phone-icon {position: relative;top: -7px; right: 15px;}
  
}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}

.find__a__providers-section {
    padding: 140px 0 78px; position: relative; overflow: hidden;
}
.nodata .nomanualdata {
    display: flex;
}
.find__a__providers-section:before {
    content: "";
    width: 518px;
    height: 546px;
    display: block;
    background: url(https://assets.milestoneinternet.com/stridecare/website-assest/bg-images/footer-background.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    position: absolute;
    top: 110px;
    right: -50px;
    pointer-events: none;
    z-index: -1;
}
.find__a__providers-section:after {
    content: "";
    background: linear-gradient(180deg, rgba(198, 222, 244, 0.5) -21.57%, rgba(246, 245, 243, 0) 111.71%);
    position: absolute;
    height: 500px;
    left: 0;
    width: 100%;
    top: 0;    pointer-events: none;z-index:-1;
}
.find__a__providers-section .h2__container-title, .provider__filter-head {
   max-width: 1160px;
    margin: 0 auto;
}
.provider__filter-head {
    margin-bottom: 100px;
  margin-top: 60px;display:flex;
}
.provider__filter-head input, .provider__filter-head select {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid var(--blue-color);
    color: var(--blue-dark-color);
    padding-right: 40px;
  padding-left: 15px;
    font: var(--body-text-fonts);
    font-weight: 600;    height: 60px;
  background: var(--primary-color);
}
.provider__filter-head .filter-buttons {
    width: auto;
    position: relative;
    margin-left: -3px;
}
.provider__filter-head select {
    padding-right: 40px; appearance: none; -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
}
.provider_speciality-listbox-main {
    position: relative;
}
.provider__filter-head .provider_speciality-listbox-main:after {
    font-family: 'template-icon';
    content: '\e9b7';
    color: var(--blue-dark-color);
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 30px;
    pointer-events: none;
    transform: translateY(-50%);
}
.provider__filter-head .provider_name-listbox input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.provider__filter-head input::placeholder {
  color: var(--blue-dark-color);
  font: var(--body-text-fonts);
    font-weight: var(--h1-font-weight);
}
.provider__filter-head > div {
 width: 28.7%;
    height: 60px;
    border: solid thin var(--body-color);
    border-right: none;
    display: inline-block;
}
.find__a__providers-section a.filterpdfbtn {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: var(--blue-color);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 22px;
    line-height: 66px;
    text-align: center;color:var(--primary-color)
}
.find__a__providers-section a.filterpdfbtn:hover, .find__a__providers-section a.filterpdfbtn:focus-visible, .find__a__providers-section a.filterpdfbtn:focus {background: var(--blue-dark-color);}
.provider_name-listbox input{
    border-right: none;
}
select.provider_speciality-listbox { border-left: none; border-radius: 0; }
.find__a__providers-section .provider__filter-head select {
    border-radius: 0;
}
.providers__card .providers__image {
    position: relative;
}
.providers__card .providers__image img{
   border-radius: 10px;    width: 100%;
}
.providers__card .providers__content_card {
    position: absolute;
    bottom: 15px;
    background: var(--primary-color);
    padding: 16px;
    border-radius: 10px;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
}
.providers__name{
font: var(--accordion-title-fonts); color: var(--blue-dark-color)
}
.providers__speciality{
font: var(--body-text-fonts); color: var(--blue-dark-color)
}
.find__a__providers-section ul li {
    margin-bottom: 40px;
}
.providers__card .providers__image a {
    border: 1px solid transparent;
    transition: 0.4s all;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}.providers__card .providers__image a:hover, .providers__card .providers__image a:focus {
    border-color: var(--blue-dark-color);
}
.nomanualdata {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    padding: 0 0 30px 0;
    display: none;
}
.find__a__providers-section a.clearpdfdata {
    font: var(--footer-fonts);
    color: var(--blue-dark-color);
    padding-left: 20px;
    position: relative;
    top: -5px;
}
.find__a__providers-section a.clearpdfdata span {
    font-size: 20px;
    color: var(--blue-color);
    padding-right: 7px;
    position: relative;
    top: 2.5px;
}
.find__a__providers-section .search__text {display:none;}
.find__a__providers-section a.clearpdfdata:hover, .find__a__providers-section a.clearpdfdata:focus {
    color: var(--blue-color);
}
.find__a__providers-section .provider__list-wrap li {
    display: none;
}
.find__a__providers-section .provider__list-wrap li.selected {
    display: inline-block;
}
.product-card-medium {
    display: none;
}
.product-card-medium.selected {
    display: inline-block;
}
@media (max-width: 1200px) {
	.provider__filter-head > div {
      width: 27%;
  }
}
@media (max-width: 1050px) {
 .provider__filter-head {
    margin-bottom: 60px;
    margin-top: 60px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .autosuggestion-box {max-height: calc(200px - 80px) !important;}
}

@media (max-width: 959.5px) {
.find__a__providers-section {padding: 100px 0 10px;}
  .find__a__providers-section a.clearpdfdata {padding-left: 5px;}
}
@media (max-width: 767.5px) {
  .provider__filter-head {
    margin-bottom: 80px;
    margin-top: 20px; display: block;
}
  .provider__filter-head > div {
    min-width: 100%;
    max-width:100%;margin-bottom:12px;
}
  .provider__filter-head input, .provider__filter-head select, .find__a__providers-section .provider__filter-head select {
    border-radius: 10px;
}
  .location_listing-top-content input#location_filter {
  	border-right: 1px solid var(--blue-color);
  }
  .provider_name-listbox input {    border-right: 1px solid var(--blue-color);}
  select.provider_speciality-listbox {
    border-left: 1px solid var(--blue-color);}
  .find__a__providers-section .search__text {display:inline-block;}
 .find__a__providers-section span.template-icon-search {
    display: none;
}
  .find__a__providers-section a.filterpdfbtn {
    width: 100%;
    border-radius: 10px;       
    font: var(--form-input-fonts); line-height: 60px;
        font-weight: 600;
}
  .find__a__providers-section a.clearpdfdata {
    padding-left: 0px;
    top: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.find__a__providers-section:before {
    width: 260px;
    height: 274px;
    background-size: 100%;
    top: inherit;
    z-index: -1;
    top: 345px;
    right: inherit;
    left: -50px;
}.find__a__providers-section ul li {
    margin-bottom: 30px;
}
}

.meet__the__team-section {padding:80px 0;}
.meet__the__team-section:before, .meet__the__team-section:after {content:none;display:none;}
.meet__the__team-section .h2__container-title {
    max-width: 768px;
    text-align: center;
    margin: 0 auto; margin-top: 2px; margin-bottom: 60px;
}
.meet__the__team-section .h2__container-title .action-button {
    justify-content: center;
}
@media (max-width: 767.5px) {
.meet__the__team-section {padding:40px 0;}
}

/* Filter CSS Start */
.provider_citystate-listbox {
    position: relative;
}
.autosuggestion-box {
    display: none;
    width: 100%;
    max-height: calc(310px - 80px);
    max-width: 100%;
    position: absolute;
    left: 0;
    z-index: 99;
    padding: 0;
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 1px var(--white-color);
    background: var(--white-color);
    box-shadow: 0 3px 30px #1b1d1f1a;
}
.autosuggestion-box.offer_box {
    top: 60px;
}
.autosuggestion-box>ul {
    padding: 20px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
}
.autosuggestion-box .non-prediction-item {
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 10px;margin-bottom: 0;    list-style: none;margin-top:15px;
}.autosuggestion-box .non-prediction-item:first-child {
    margin-top: 0;
}
.autosuggestion-box  li.prediction-item {
    margin-bottom: 0;    list-style: none;cursor: pointer;
}
.close-suggestion-box {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 12px;
    font-size: 10px;
    cursor: pointer;
}
.edditmode .close-suggestion-box {
    display: block;
}
.provider__filter-box {position:relative;}
.provider__filter-box .close-suggestion-box {
       position: absolute;
    bottom: 17px;
    font-size: 22px;
}
.provider__filter-box .close-suggestion-box:hover, .provider__filter-box .close-suggestion-box:focus {
    color: var(--blue-color);
}
/* Filter CSS End */
.nodata .ng-star-inserted .nomanualdata { display: none; }
.patient-reviews {
    position: relative;
    width: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(198, 222, 244, 0.8) -25.73%, rgba(255, 255, 255, 0) 34.65%), #FFFFFF;
    padding: 80px 0;
}
.review-badge {
    width: 100%;
    max-width: 220px;
    margin: 0 0 0 auto;
}
.patient-testimonials {
    width: 100%;
}
.patient-testimonials-slider {
    overflow: hidden;
}
.patient-testimonials .raterCommentsBlock {
    max-width: 100% !important;
    padding: 0;
}
.container1170 {
	max-width: 1170px;
	padding: 0 20px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.patient-testimonials .textBlock {
	width: 100%;
	border: 1px solid #7099CD;
	border-radius: 10px;
	display: flex !important;
	flex-direction: column-reverse;
	padding: 80px 32px 32px !important;
	position: relative;
}
.patient-testimonials .raterCommentsBlock .textBlock .namesBlock,
.patient-testimonials .raterCommentsBlock .textBlock .dateBlock,
.patient-testimonials .raterCommentsBlock .comments .namesBlock {
	color: #002855 !important;
	font-weight: 600 !important;
	margin-bottom: 0 !important;
	font-size: 14px !important;
}
.patient-testimonials .textBlock:before {
	content: url(https://assets.milestoneinternet.com/one-nevada-credit-union/siteimages/review-icon.svg);
	position: absolute;
	top: 15px;
	width: 36px;
	height: 36px;
	left: 26px;
}
.patient-testimonials .imageBlock {
	display: none !important;
}
.patient-testimonials .raterCommentsBlock .textBlock .dateBlock {
	position: relative;
	top: 20px;
}
.patient-testimonials .raterCommentsBlock .comments {
	max-width: 600px;
}
.patient-testimonials .title_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.patient-testimonials .title_wrap h1 {
	margin-bottom: 0;
}
#buttonHelpsBlock {
	width: 0 !important;
	visibility: visible;
}
div#load-more {
    max-width: 180px;
    margin: 0 auto !important;
    margin-top: 30px !important;
    background: transparent;
    border: 1px solid #0B74BB;
    color: var(--body-text-color);
    font: var(--body-text-fonts);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: auto;
}
div#collapseButton {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid #0B74BB;
    color: var(--body-text-color);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 14px 8px;
}
.patient-testimonials .buttonsBlock {
	text-align: center !important;
}
.patient-testimonials .customparentmain {
	display: flex;
	flex-wrap: wrap;
}
.patient-testimonials .activecparent {
	width: 50%;
}
.patient-testimonials .raterCommentsBlock .comments {
	min-width: 100%;
	width: 100%;
}
.patient-reviews.static {
    background: linear-gradient(180deg, rgba(198, 222, 244, 0.8) -70.73%, rgba(255, 255, 255, 0) 35.65%), #FFFFFF;
}
.static .patient-testimonials .textBlock {
  	justify-content: space-between;
    margin-bottom: 30px;
}
.static div#load-more {
    padding: 10px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}
.static div#collapseButton {
    float: right;
    line-height: 0;
    text-align: center;
    cursor: pointer;
}

.patient-reviews .score-card-sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 25px;
}
.patient-reviews .score-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.patient-reviews .score-card img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}
.patient-reviews .score-card .score-img { max-width: 43px; width: 100%; display: inline-block; }
.patient-reviews .score-card .score-num {
    color: #002855;
    font: 700 60px / 120% "Mulish", sans-serif;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.patient-reviews .score-card .score-text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
}
.patient-reviews .score-card .score-num img {
    height: 28px;
}
.patient-reviews .score-card .score-msg {
    color: #002855;
    font: 700 16px / 100% "Mulish", sans-serif;
    text-transform: none;
}
.patient-reviews.static .patient-testimonials-slider .textBlock {
    flex-direction: column;
}

/* ------ Home Page Review CSS Start ------ */
.patient-reviews.static .uk-dotnav>*>* {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #7DA1C4;
}

.patient-reviews.static .uk-dotnav>.uk-active>* {
    background: #002855;
    opacity: 1;
    border-color: #002855;
}
 

 .patient-reviews.static .uk-position-bottom-left {
    bottom: 0;
    left: auto;
    right: 70px;
    margin: 0 !important;
}

.patient-reviews.static .uk-position-small {
    margin: 15px;
    background: #CFDDEB;
    width: 48px;
    height: 48px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
  	transition: .3s all;
  	filter: opacity(1);
}
.patient-reviews.static .uk-position-small:hover { transition: .3s all; background: var(--primary-cta-bg); border-color:var(--primary-cta-bg); filter: opacity(1); }
.patient-reviews.static .uk-position-small span.sr-only { filter: opacity(1); }

.patient-reviews.static .uk-position-bottom-right {
    bottom: 0;
    right: 0;
    margin: 0 !important;
}
.patient-reviews.static .patient-testimonials .raterCommentsBlock .comments {height: 100%;}
.patient-reviews.static .patient-testimonials .textBlock {height: 100%;}
.review-slider-bottom-pad {
    padding-bottom: 20px;
}
.patient-reviews.static .uk-dotnav {margin-top: 60px !important; margin-bottom:0px !important;}

.patient-reviews.static .uk-position-small svg {
    display: none;
}
.patient-reviews.static .uk-position-bottom-right::before {
    position: absolute;
    top: 8px;
    left: 7px;
    content: '\e9bd';
    font-size: 36px;
    color: #002855;
    font-family: 'template-icon' !important;
}

.patient-reviews.static .uk-position-bottom-left::before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: '\e9bd';
    font-size: 36px;
    color: #002855;
    font-family: 'template-icon' !important;
  transform: rotate(180deg);
}
@media (max-width: 959.98px) {
	.review-badge-sec {
		flex-direction: column;
		text-align: center;
	}
	.patient-reviews .score-card-sec {
		justify-content: center;
	}
	.patient-reviews .score-card .score-num {
		font-size: 40px;
	}
	.patient-reviews .score-card .score-msg {
		font-size: 14px;
	}
	.patient-reviews .score-card .score-img {
		max-width: 35px;
	}
}
/* ------ Home Page Review CSS End ------ */
.intro-text-left-aligned {
    background: var(--white-color);
    padding: 80px 60px;
    margin-left: 0;
}
.intro-text-left-aligned_title {
    font-size: 40px;
    line-height: 120%;
}
@media (max-width: 1399.98px) {
}
@media (max-width: 1199.98px) {
  .intro-text-left-aligned { padding: 50px 40px; }
}
@media (max-width: 1023.98px) {}
@media (max-width: 959.98px) {
  .intro-text-left-aligned { padding: 40px 30px; }
}
@media (max-width: 767.98px) {
  .intro-text-left-aligned { padding: 30px; }
  .intro-text-left-aligned > div { padding: 0; }
}
@media (max-width: 639.98px) {
}
@media (max-width: 575px) {
}
.two__column-section .boxes_item-wrap-top {
    margin-top: 0;
    margin-bottom: 30px;
}
.two__column__boxes .boxes_item-wrap, .three_column_boxes-without-image .boxes_item-wrap{
	background: var(--primary-color);
    border: 1px solid var(--primary-color);
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 20px;
	gap: 25px;
}
.two__column-section .boxes_item-wrap-top a:hover .boxes_item-wrap, .three_column_boxes-without-image a:hover .boxes_item-wrap{
	border: 1px solid var(--blue-dark-color);
}
.two__column__boxes .boxes_item-wrap .boxes_item-image {
    max-width: 130px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.two__column__boxes .boxes_item-wrap .boxes_item-image img {
    border-radius: 5px;
}
.two__column__boxes .boxes_item-wrap .boxes_item-content {
  	width: calc(100% - 155px);
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}
.three_column_boxes-without-image .h2__container-title {max-width: 820px;margin-bottom:40px;}
.three_column_boxes-without-image .boxes_item-wrap {
    align-items: unset;
    background: var(--body-background);
}
.three_column_boxes-without-image {
    background: #fff;padding: 60px 0;
}
.three_column_boxes-without-image .boxes_item-wrap-top {
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.two__column__boxes .boxes_item-wrap .boxes_item-content .link-boxes__name {margin: 0;}
  	.two__column__boxes .boxes_item-wrap .boxes_item-content .text-editor {display: none;}
  .two__column__boxes .boxes_item-wrap .boxes_item-content .link-boxes__name {font-size: 16px;        word-break: keep-all;}
}