.shady-doctor-list {
    padding-left: 24px;
}
.shady-doctor-list h6 {
    font-size: 22px;
    line-height: 25px;
    color: var(--wp--preset--color--theme-color-one);
    letter-spacing: -0.22px;
    font-family: 'TiemposHeadline-Semibold';
    display: inline-block;
    padding-bottom: 0px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.shady-doctor-list span {
    width: 100%;
    display: inline-block;
    color: var(--wp--preset--color--theme-color-six);
    font-size: 14px;
    line-height: 21px;
    font-family: 'europa';
    font-weight: bold;
    text-transform: uppercase;
}
.doctor-profile img {
    border-radius: 100%;
    max-width: 76px;
}
.shady-doctor-list ul li { 
    color: var(--wp--preset--color--theme-color-six);
    font-size: 14px;
    line-height: 21px;
    font-family: 'europa';
    font-weight: bold;
    margin-top: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.shady-doctor-list ul {
    margin: 5px 0;
    padding: 0;
}
.doctor-mainlist h4 {
    color: var(--wp--preset--color--theme-color-three);
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'europa';
    font-weight: bold;
}
.doctor-mainlist:first-child h4 {
    border-top: 0;
}
p.doctor-location-text {
    color: var(--wp--preset--color--theme-color-six);
    font-size: 14px;
    line-height: 21px;
    font-family: 'europa';
    font-weight: bold;
    padding: 5px 0px 6px;
    margin-bottom: 0 !important;
}
p.doctor-location-text img {
    margin-right: 6.11px;
    vertical-align: sub;
    max-width: 12px;
}
.doctor-list .phones .phone {
    color: var(--wp--preset--color--theme-color-six);
    font-size: 14px;
    line-height: 21px;
    font-family: 'europa';
    font-weight: bold;
    padding-bottom: 5px;
}
.doctor-list .phones .phone a {
    font-size: 14px;
    line-height: 21px;
    font-family: 'europa';
    font-weight: bold;
    padding-bottom: 0;
}
.doctor-list .phones .phone img {
    margin-right: 6.11px;
    max-width: 12px;
    vertical-align: baseline;
}
.doctor-list .phones .phone i {
    color: var(--wp--preset--color--theme-color-two);
    margin-right: 6.11px;
}
.main-doctor-list-details .media {
    align-items: flex-start !important;
}
@media only screen and (max-width: 1024px) {
    .doctor-profile img {
        max-width: 160px;
    }
}
@media only screen and (max-width: 767px) {
	.main-doctor-list-details .media {
	   align-items: flex-start !important;
	}
	.shady-doctor-list {
	    padding-left: 15px;
	}
	.doctor-profile {
	    margin-bottom: 24px;
	}
	.doctor-list.main-doctor-list-details {
	    margin-bottom: 32px;
        padding-bottom: 0;
	}
    .doctor-profile img {
        max-width: 80px;
    }
    .doctor-mainlist.main-doctor-profile-list {
        margin-bottom: 0px;
        padding-bottom: 0;
    }
}