/* Find a Practitioner CSS */
.sidebar-filter form {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.sidebar-filter form input, .sidebar-filter form select {
    margin-right: 15px;
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 8px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.sidebar-filter form input {
    max-width: 15%;
}

input.cla_cta-btn {
    background: #1c348c !important;
    color: #fff !important;
    border-color: #1c348c !important;
    padding: 12px 30px !important;
}

input.cla_cta-btn:hover {
	background: #001220 !important;
	border-color: #001220 !important;
}

.sidebar-filter form select {
    min-width: 150px;
    max-width: 250px;
}

.sidebar-filter form input[type="submit"] {
    margin: 0;
}

.sidebar-filter {
    padding-top: 40px;
}

@media(max-width:991px){

.sidebar-filter form {
    flex-direction: column;
}

.sidebar-filter form input, .sidebar-filter form select {
    margin-right: 0;
    margin-bottom: 12px;
    max-width: unset;
}
    
    
}

/* custom css */
.profile_card {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0,0,0, 0.1);
	margin-bottom: 30px !important;
	border-radius: 15px;
    overflow: hidden;
}

.profile_card_wrapper {
    padding: 15px 20px;
    
}

.profile_card_wrapper .profile_img img {
    border: 1px solid #cccdd0;
    max-width: 110px;
    border-radius: 50%;
    padding: 10px;
}

.profile_card .profile_img iframe {
	min-height: 250px;
}

.profile_card_wrapper .profile_img {
    text-align: center;
    margin-bottom: 15px;
}

.profile_card_wrapper .profile_name {
    font-size: 20px;
    font-weight: 600;
	margin-bottom: 10px;
}

.profile_card_wrapper .profile_name a {
	font-weight: 500;
}

.profile_card_wrapper .profile_info {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

a.profile_info_location {
    display: block;
    color: #000;
    margin-bottom: 5px;
}

a.profile_info_location:hover {
	color: #1c348c;
}

.profile_card_wrapper .profile_info .profile_design span {
    color: #5B77FF;
    font-size: 18px;
}

.profile_card_wrapper .profile_info .profile_design {
    font-size: 16px;
    line-height: 1.3;
	margin-bottom: 0 !important
}

.profile_card_wrapper .profile_name a {
    color: #111f40;
    transition: all 0.4s linear;
	text-decoration: none;
}

.profile_info strong a {
  color: #444;
  margin-bottom: 7px;
  display: block;
  font-size: 14px;
}

.profile_card_wrapper .profile_contact_info ul {
    margin: 0;
    list-style: none;
}

.profile_card_wrapper .profile_contact_info ul li.profile_contact_info_single {
/*     display: flex; */
    margin-bottom: 15px;
}

.profile_card_wrapper .profile_contact_info ul li.profile_contact_info_single p {
/*     margin: 0; */
}

.profile_card_wrapper .profile_contact_info ul li.profile_contact_info_single p b {
    display: block;
}

/*.profile_card_wrapper .profile_contact_info ul li.profile_contact_info_single i.fa {
    margin-right: 12px;
    position: relative;
    top: 4px;
}*/

.profile_card_wrapper .profile_contact_info ul li.profile_contact_info_single.distance {
    padding-left: 28px;
}

.profile_card_wrapper .profile_info::after {
    content: "";
    width: 50px;
    height: 4px;
    background: #aeafb3;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
}

.doctor-carousel .profile_card_wrapper .profile_info::after {
    background: transparent;
}

.profile_card_wrapper .profile_contact_info ul li.profile_contact_info_single p a {
    text-decoration: none;
    color: inherit;
}

.profile_card_wrapper .profile_contact_info ul li.profile_contact_info_single p a:hover, .profile_card_wrapper .profile_contact_info ul li.profile_contact_info_single p a:focus {
    color: #08ACF2;
}

.profile_card_wrapper .profile_name a:hover, .profile_card_wrapper .profile_name a:focus {
   color: #1c348c;
}
.prac_location {
	border: 2px solid #ddd;
	border-radius: 5px;
}

/*.pfp-filter {
    background: #eee;
    padding-bottom: 20px;
    border-radius: 10px;
}*/
/*.profile_design span {
    color: #5B77FF;
}*/
.filter-widget {
    background: #eee;
    border-radius: 10px;
    margin-bottom: 20px;
    border-top: 4px solid #111f40;
    padding: 0 15px 15px 15px;
}

/*.prac_bio_wrapper {
    background: #ffffff;
    padding: 60px 80px;
    margin: 50px 0;
    border-top: 5px solid #08ACF2;
}

.prac_image img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    outline: 1px solid #bde5f6;
    border: 10px solid #ffffff;
}

.prac_image {
    text-align: center;
}

.prac_bio_wrapper .row:first-child {
    align-items: center;
    border-bottom: 1px solid #e2e4e4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.prac_intro h2 {
    font-size: 36px;
    font-weight: 700;
    color: #08ACF2;
}

.prac_intro h4 {
    font-size: 18px;
}

.prac_contact h2, .prac_info h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.prac_details h3 {
    font-size: 22px;
    font-weight: 700;
}

.prac_meta ul, .prac_contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.prac_meta .meta_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.prac_meta ul li {
    margin-bottom: 15px;
}

.prac_meta a {
    color: inherit;
    margin-left: 4px;
}

.prac_contact ul li {
    display: flex;
    margin-bottom: 10px;
}

.prac_contact ul li i.fa {
    margin-top: 5px;
    margin-right: 10px;
    color: #212529;
}

.prac_contact ul li a {
    color: inherit;
}

.prac_contact ul li a:hover, .prac_contact ul li a:focus {
    color: #08ACF2;
    text-decoration: none !important;
}

.prac_contact iframe {
    height: 200px;
}

@media(max-width:1199px){
    
    .prac_bio_wrapper {
        padding: 30px 15px;
    }
    
    
}*/

@media(max-width: 767px){

	.profile_card_wrapper {
		min-height: auto;
	}
	/*.prac_intro {
		text-align: center;
		margin-top: 20px;
	}
	.prac_intro h2 {
		font-size: 28px;
	}
	.prac_contact h2, .prac_info h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.prac_details h3 {
		font-size: 20px;
	}
	.prac_bio_wrapper .row:last-child {
		flex-direction: column-reverse;
	}*/


}

/* single page css */
/* Prac CSS start  */
.prac_info_wrapper {
    background: #f7f7f7 !important;
    padding: 50px;
    margin: 50px 0;
    border-top: 5px solid #08ACF2;
}
.prac_info_box h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.prac_info_box a {
    color: inherit;
}
.prac_info_box p a:hover, .prac_info_box p a:focus {
    color: #08ACF2;
    text-decoration: none !important;
}
.prac_info_box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.prac_info_box ul li {
    margin-bottom: 5px;
    display: flex;
}
.prac_info_box ul li i.fa {
    margin-top: 5px;
    margin-right: 10px;
    color: #9fafb6;
}
.prac_info_box.photo img {
    display: block;
    margin-bottom: 20px;
    width: 300px !important;
}
.prac_info_wrapper .row:first-child {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
    align-items: center;
}
.prac_details h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.prac_details h3 {
    font-size: 24px;
    font-weight: 700;
}
.prac_location iframe {
    height: 400px;
}
@media(max-width:767px){
    
.prac_info_wrapper {
    padding: 30px 20px;
}
.prac_location iframe {
    height: 250px;
}
    
    
}