/* 
 Theme Name:     Divi Child
 Author:         divi client
 Author URI:     https://www.iana.org/domains/reserved
 Template:       Divi
 Version:        3.2.1
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.1.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
body .breadcrumb span a{color:#29ccdc!important;}
#nav_menu-4 .sub-menu{display:none;}



/*-------------------------tabs-style*/
#pills-tabContent .fade{opacity:0;transition: none;display:none;}
#pills-tabContent .fade.show {
    opacity: 1!important;
	display:block;
}
#pills-tabContent .nav-link{    padding: 0.9rem 1rem;}
#pills-tabContent p{    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
   }
	
	#pills-tabContent p.condition-para{ margin-top: 40px;
    margin-bottom: 40px;}
	
	
	
.grey-bg {
    background-color: #f7f7f9;
   /* background-color: var(--grey);*/
}
.cost-table-header {
    font-size: 1.25rem!important;
    font-weight: 900!important;
    letter-spacing: 0;
	margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.row .tab-pane p{    font-size:18px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;}
	.nav-pills .nav-link{color:#c9c9c9;font-size:18px;}
	
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background:#99cc53;
    color: #fff;
}

.cost-table-disclaimer {
    font-size: .8rem!important;
}

#pills-tabContent ul{list-style-type:none;}




@media only screen and (max-width: 767px) {

.nav-pills .nav-link{font-size:15px;}
#pills-tabContent .nav-item.col-4{padding-left:10px;padding-right:10px;}
#pills-tabContent .nav li{line-height:1.5em;}


}