/*
Theme Name: Divi child theme
Template: Divi
*/
@import url("../Divi/style.css");



/* user profile page tabs css */
body.page-id-991 .um-account-side ul li:nth-child(5),
body.page-id-991 .um-account-side ul li:nth-child(6),
body.page-id-991 .um-account-nav[tab-name="privacy"],
body.page-id-991 .um-account-nav[tab-name="delete"]
{
    display: none !important;
}
/* qoute form add more btn hide if 5 */

.rfgf-cs-hide{
	display:none !important;
}

.download-excel-button{
	 background: #1A3520 !important;
    font-family: Roboto;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 27px !important;
    text-align: center;
    border-radius: 25px;
	color: #fff;
}
.download-excel-wrapper{
	margin-top:20px;
}
.download-note span{
	font-weight:bold;
}
.download-note{
line-height: 1.5;
}