.gyfx-list {
list-style: none;
padding: 0;
margin-left: 0;
} @media (max-width: 767px) {
.gyfx-practices-filter {
width: 300px;
max-width: 100%;
margin: 0 auto 50px;
border: 1px solid #644387;
border-radius: 10px;
overflow: hidden;
font-family: 'Mulish', sans-serif;
}
.gyfx-practices-filter-heading {
margin-bottom: 10px;
padding: 8px;
background: #644387;
color: #fff;
font-size: 1rem;
font-weight: 600;
text-align: center;
}
.gyfx-practices-filter-group {
margin: 0 10px 10px;
}
.gyfx-practices-filter-group label {
margin-bottom: 5px;
font-size: 0.9rem;
}
.gyfx-practices-filter-group input {
display: block;
padding: 0 5px;
width: 100%;
height: 30px;
border: 1px solid #644387;
border-radius: 3px;
color: #666;
font-size: 1rem;
font-weight: 200;
box-sizing: border-box;
}
.gyfx-practices-filter-checkbox-group {
margin: 0 10px 10px;
}
.gyfx-practices-filter-checkbox-group label {
position: relative;
display: block;
padding-left: 18px;
}
.gyfx-practices-filter-checkbox-group input {
position: absolute;
left: 0;
top: 5px;
}
.gyfx-practices-filter-submit:focus,
.gyfx-practices-filter-submit:hover {
border: none;
background-color: #644387;
color: #fff;
}
.gyfx-practices-filter-submit {
margin: 0 10px 10px;
padding: 0;
width: calc(100% - 20px);
border: none;
border-radius: 3px;
background-color: #644387;
color: #fff;
font-size: 1rem;
font-weight: 600;
line-height: 30px;
}
}
@media (min-width: 768px) {
.gyfx-practices-filter {
margin: 0 auto 50px;
width: 300px;
border: 1px solid #644387;
border-radius: 10px;
overflow: hidden;
font-family: 'Mulish', sans-serif;
font-size: 0.8rem;
}
.gyfx-practices-filter-heading {
margin-bottom: 10px;
padding: 8px;
background: #644387;
color: #fff;
font-size: 1rem;
font-weight: 600;
text-align: center;
}
.gyfx-practices-filter-group {
margin: 0 10px 10px;
}
.gyfx-practices-filter-group label {
margin-bottom: 5px;
font-size: 0.9rem;
}
.gyfx-practices-filter-group input {
display: block;
padding: 0 5px;
width: 100%;
height: 30px;
border: 1px solid #644387;
border-radius: 3px;
color: #666;
font-size: 1rem;
font-weight: 200;
box-sizing: border-box;
}
.gyfx-practices-filter-checkbox-group {
margin: 0 10px 10px;
}
.gyfx-practices-filter-checkbox-group label {
position: relative;
display: block;
padding-left: 18px;
}
.gyfx-practices-filter-checkbox-group input {
position: absolute;
left: 0;
top: 5px;
}
.gyfx-practices-filter-submit:focus,
.gyfx-practices-filter-submit:hover {
border: none;
background-color: #644387;
color: #fff;
}
.gyfx-practices-filter-submit {
margin: 0 10px 10px;
padding: 0;
width: calc(100% - 20px);
border: none;
border-radius: 3px;
background-color: #644387;
color: #fff;
font-size: 1rem;
font-weight: 600;
line-height: 30px;
}
}
@media (min-width: 960px) {
.gyfx-practices-filter {
float: left;
width: 240px;
margin: 0;
margin-right: 40px;
}
} .tippy i {
color: #644387;
font-size: 16px;
cursor: pointer;
}
@media (max-width: 767px) {
.gyfx-practices-list {
margin-bottom: 50px;
width: 100%;
font-family: 'Mulish', sans-serif;
}
.gyfx-search-loader {
font-size: 30px;
text-align: center;
color: #644387;
}
.gyfx-outside-text {
margin-top: 50px;
margin-bottom: 15px;
font-size: 22px;
line-height: 1.2;
}
.gyfx-practices-item {
margin-bottom: 20px;
}
.gyfx-previewPractice {
position: relative;
display: flex;
flex-flow: nowrap;
justify-content: flex-start;
border: 1px solid #644387;
border-radius: 10px;
overflow: hidden;
height: 140px;
}
.gyfx-previewPractice-preview {
position: relative;
flex: 0 0 100px;
}
.gyfx-previewPractice-previewPhoto {
background-size: cover;
background-position: center top;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.gyfx-previewPractice-praxis {
flex: 1;
padding: 8px 0 8px 8px;
-moz-hyphens: auto;
hyphens: auto;
}
.gyfx-previewPractice-praxisName {
margin-bottom: 10px;
font-size: 16px;
font-weight: 400;
color: #644387;
line-height: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 160px;
}
.gyfx-previewPractice-doctorName {
color: #644387;
font-size: 14px;
font-weight: 800;
line-height: 1.2;
}
.gyfx-previewPractice-distance {
flex: 0 0 70px;
display: flex;
flex-flow: column;
justify-content: space-between;
align-items: flex-end;
padding: 8px 0;
text-align: right;
}
.gyfx-previewPractice-distanceCircle {
flex: 0 0 60px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 5px;
margin-bottom: 5px;
width: 60px;
height: 60px;
background-color: #644387;
color: #fff;
border-radius: 100%;
font-size: 0.8rem;
}
.gyfx-previewPractice-distanceLabel {
margin: 0;
padding: 0;
font-size: 14px;
color: #afabb0;
line-height: 1.2rem;
position: absolute;
right: 8px;
bottom: 8px;
}
}
@media (min-width: 768px) {
.gyfx-practices-list {
margin-bottom: 50px;
width: 100%;
font-family: 'Mulish', sans-serif;
}
.gyfx-practices-item + .gyfx-outside-practices-list {
margin-top: 50px;
}
.gyfx-outside-practices-list {
}
.gyfx-search-loader {
font-size: 30px;
text-align: center;
color: #644387;
}
.gyfx-outside-text {
font-size: 30px;
}
.gyfx-practices-item {
margin-bottom: 20px;
}
.gyfx-previewPractice {
position: relative;
display: flex;
flex-flow: nowrap;
justify-content: flex-start;
border: 1px solid #644387;
border-radius: 10px;
overflow: hidden;
height: 140px;
}
.gyfx-previewPractice-preview {
position: relative;
flex: 0 0 140px;
}
.gyfx-previewPractice-previewPhoto {
background-size: cover;
background-position: center top;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.gyfx-previewPractice-praxis {
flex: 1;
padding: 10px 20px;
-moz-hyphens: auto;
hyphens: auto;
}
.gyfx-previewPractice-praxisName {
margin-bottom: 5px;
font-size: 24px;
font-weight: 400;
color: #644387;
line-height: 1;
}
.gyfx-previewPractice-doctorName {
color: #644387;
font-size: 18px;
font-weight: 800;
}
.gyfx-previewPractice-distance {
flex: 0 0 250px;
display: flex;
flex-flow: column;
align-items: flex-end;
padding: 10px 0;
}
.gyfx-previewPractice-distanceCircle {
flex: 0 0 90px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px;
margin-bottom: 10px;
width: 90px;
height: 90px;
background-color: #644387;
color: #fff;
border-radius: 100%;
font-weight: 200;
}
.gyfx-previewPractice-distanceLabel {
margin-right: 20px;
font-size: 14px;
color: #afabb0;
}
}
@media (min-width: 960px) {
.gyfx-practices-list {
float: left;
width: calc(100% - 280px);
}
.gyfx-outside-practices-list {
}
} @media (max-width: 767px) {
.gyfx-practice h1 {
margin: 0 0 20px;
padding: 0 15px 0;
line-height: 40px;
font-size: 30px;
font-style: normal;
font-weight: 600;
text-align: center;
color: #644387;
}
.gyfx-practice h2 {
margin: 0 0 20px;
padding: 0 15px 0;
font-size: 25px;
line-height: 35px;
font-style: normal;
font-weight: 300;
text-align: center;
}
.gyfx-practice h3 {
margin: 0 0 15px;
font-size: 1.5rem;
line-height: 30px;
font-style: normal;
font-weight: 600;
color: #644387;
}
.gyfx-practice .gyfx-button {
display: inline-block;
padding: 5px 10px;
background-color: #644387;
color: #fff;
border-radius: 5px;
text-decoration: none;
}
.gyfx-practice {
margin: 0;
font-family: 'Mulish', sans-serif;
}
.gyfx-distance {
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 15px;
width: 90px;
height: 90px;
background-color: #644387;
color: #fff;
text-align: center;
border-radius: 100%;
font-weight: 200;
font-size: 0.8rem;
line-height: 1.2;
font-family: 'Mulish', sans-serif;
}
.gyfx-practice-name {
-moz-hyphens: auto;
hyphens: auto;
}
.gyfx-practice-doctor-name {
color: #727272 !important;
-moz-hyphens: auto;
hyphens: auto;
}
.gyfx-practice-photos {
margin: 0 0 10px;
}
.gyfx-practice-photo {
display: block;
margin: auto;
border-radius: unset !important;
}
#main-carousel {
margin-bottom: 10px;
}
.gyfx-practice-thumbnail {
width: 100%;
height: 100%;
background-size: cover;
}
.gyfx-practice-info .gyfx-list {
margin: 0;
}
.gyfx-practice-info {
position: relative;
margin: 0 auto 50px;
padding: 40px 15px;
width: 100%;
font-family: 'Montserrat', sans-serif;
background-color: rgb(100, 67, 135, 0.8);
color: #fff;
box-sizing: border-box;
}
.gyfx-practice-info .gyfx-list {
margin: auto;
max-width: 500px;
}
.gyfx-practice-info .tippy  {
float: right;
}
.gyfx-practice-info .tippy i  {
position: relative;
margin: 0;
font-size: 1.2rem;
color: #fff;
}
.gyfx-practice-info li{
padding-left: 20px;
}
.gyfx-practice-info li i {
position: absolute;
margin-left: -20px;
margin-top: 5px;
}
.gyfx-practice-info li .check-icon {
margin-left: -25px;
width: 20px;
height: auto;
border: none;
border-radius: unset;
}
.gyfx-practice-address p,
.gyfx-practice-contact p {
margin: 0 0 15px;
}
.gyfx-practice-address-heading {
}
.gyfx-practice-address {
clear: both;
margin: 0 15px 50px;
}
.gyfx-practice-address > *:last-child {
margin-bottom: 0;
}
.gyfx-practice-contact-heading {
}
.gyfx-practice-contact {
margin: 0 15px 50px;
}
.gyfx-practice-contact .gyfx-list {
word-break: break-all;
}
.gyfx-practice-contact .gyfx-list li {
margin-bottom: 10px;
}
.gyfx-practice-contact .gyfx-label {
font-weight: 600;
display: block;
}
.gyfx-practice-contact > *:last-child {
margin-bottom: 0;
}
.gyfx-practice-statements-heading {
}
.gyfx-practice-statements {
margin: 0 15px 50px;
clear: both;
}
.gyfx-practice-experiences-heading {
}
.gyfx-practice-experiences {
margin: 0 15px 50px;
clear: both;
}
}
@media (min-width: 768px) {
.gyfx-practice {
position: relative;
margin: 0 auto;
padding: 0 15px;
max-width: 1200px;
font-family: 'Mulish', sans-serif;
}
.gyfx-practice h1 {
margin: 0 0 30px;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 40px;
color: #644387;
}
.gyfx-practice h2 {
margin: 0 0 50px;
font-size: 30px;
line-height: 35px;
font-style: normal;
font-weight: 300;
}
.gyfx-practice h3 {
margin: 0 0 20px;
font-size: 1.5em;
line-height: 30px;
font-style: normal;
font-weight: 600;
color: #644387;
}
.gyfx-practice .gyfx-button {
display: inline-block;
padding: 5px 10px;
background-color: #644387;
color: #fff;
border-radius: 5px;
text-decoration: none;
}
.gyfx-distance {
float: right;
display: flex;
align-items: center;
justify-content: center;
width: 130px;
height: 130px;
background-color: #644387;
color: #FFF;
text-align: center;
border-radius: 100%;
font-weight: 200;
font-size: 1em;
line-height: 1.2;
font-family: 'Mulish', sans-serif;
}
.gyfx-practice-name {
-moz-hyphens: auto;
hyphens: auto;
}
.gyfx-practice-doctor-name {
clear: none;
color: #727272 !important;
-moz-hyphens: auto;
hyphens: auto;
}
.gyfx-practice-photos {
float: left;
margin: 0 0 25px;
width: 50%;
min-height: 300px;
}
#main-carousel {
max-width: 300px;
border: 3px solid #644387;
margin-bottom: 10px;
}
#thumbnail-carousel .splide__slide.is-active {
border: 3px solid #644387;
}
.gyfx-practice-photo {
border-radius: unset !important;  }
.gyfx-practice-thumbnail {
width: 100%;
height: 100%;
background-size: cover;
}
.gyfx-practice-slider {
}
.gyfx-practice-info {
position: absolute;
left: auto;
right: 15px;
padding: 40px;
width: 350px;
min-height: 150px;
font-family: 'Montserrat', sans-serif;
background-color: rgb(100, 67, 135, 0.8);
color: #fff;
box-sizing: border-box;
border-radius: 3px 3px 3px 40px;
}
.gyfx-practice-info .tippy {
position: absolute;
right: 0;
}
.gyfx-practice-info .tippy i {
color: #fff;
}
.gyfx-practice-info .gyfx-list {
margin: 0;
}
.gyfx-practice-info .gyfx-list li {
position: relative;
margin-left: 25px;
padding-right: 25px;
}
.gyfx-practice-info li i {
margin-left: -20px;
margin-right: 5px;
}
.gyfx-practice-info li .check-icon {
margin-left: -25px;
width: 20px;
height: auto;
border: none;
border-radius: unset;
}
.gyfx-practice-address p,
.gyfx-practice-contact p {
margin: 0 0 15px;
}
.gyfx-practice-address {
clear: both;
float: left;
margin: 0 0 25px;
width: 50%;
}
.gyfx-practice-address > *:last-child {
margin-bottom: 0;
}
.gyfx-practice-address-heading {
}
.gyfx-practice-contact {
float: left;
margin: 0 0 25px;
width: 50%;
}
.gyfx-practice-contact > *:last-child {
margin-bottom: 0;
}
.gyfx-practice-contact-heading {
}
.gyfx-practice-contact .gyfx-list li {
white-space: nowrap;
}
.gyfx-practice-contact .gyfx-list .gyfx-label {
display: inline-block;
width: 200px;
}
.gyfx-practice-contact .gyfx-list a {
white-space: nowrap;
}
.gyfx-practice-statements-heading {
}
.gyfx-practice-statements {
margin: 0 0 25px;
clear: both;
}
.gyfx-practice-experiences-heading {
}
.gyfx-practice-experiences {
margin: 0 0 25px;
clear: both;
}
}