/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.f-link-w  a{
	color: #fff !important;
}

.f-link-w  a:hover{
/* 	color: #fff; */
    text-decoration:underline;
}

@media screen and (min-width:1300px){

	.biopsy-reqs-tab .nav {
    display: block;
/*     width: 50% !important; */
}
}


.biopsy-reqs-tab .tab-content{
    border: 10px solid #4792cf;
    border-radius: 20px;
	text-align:center;

}


.biopsy-reqs-tab .tab-content a{
    background:#4792cf;
    border-radius: 20px;
    color: #fff !important;
    padding:10px 20px;
	border: 1px solid #4792cf;
}


.biopsy-reqs-tab .tab-content a:hover{
    background:#fff !important;
    border-radius: 20px;
    color: #4792cf !important;
    padding:10px 20px;
}


.biopsy-reqs-tab .nav-tabs li {
 
    margin-right: 10px !important;
}
@media screen and (max-width:1024px){
.biopsy-reqs-tab .tab-content{
    border: none !important;
    

}

}

