/* custom css */
.profile_card_wrapper {
    background: #F9FAFC;
    padding: 15px 20px;
    border-bottom: 5px solid #00AEEF;
    min-height: 400px;
    margin-bottom: 30px;
}

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

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

.profile_card_wrapper .profile_name {
    font-size: 18px;
    font-weight: 600;
}

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

.profile_card_wrapper .profile_info .profile_design span {
    color: #212529;
    font-size: 14px;
}

.profile_card_wrapper .profile_info .profile_design {
    font-size: 12px;
    line-height: 1.3;
}

.profile_card_wrapper .profile_name a {
    color: #2FC1FF;
    transition: all 0.4s linear;
}

.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%);
}

.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: #08ACF2;
    text-decoration: underline;
}

/*.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: #ffffff;
    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_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;
}
    
    
}