.plus-icon{
	color: #FFF;
	font-size: 22px;
	font-style: normal;
}.min-icon{
	color: #FFF;
	font-size: 22px;
	font-style: normal;
}
.attach-btn-add{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	background: #4CAF50 ;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	cursor:pointer;
}
.attach-btn-remove i {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	background: #F44336 ;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	cursor:pointer;
}
.info-box-danger{
	background: #ffbbb5;
    border: 1px solid #F44336;
    color: #4b5d73;
    padding: 10px;
}
.info-box-success{
    background: #b0fdb3;
    border: 1px solid #4CAF50;
    color: #4b5d73;
    padding: 10px;
}	
#tcb_landing_page p, #tcb_landing_page li {
    font-family: 'Accura Jooza', Tahoma, arial !important;
    font-size: 17px !important;
}
.tve_p_lb_background .tve_p_lb_content {
    text-align: right !important;
}
.thrv_wrapper.thrv_custom_html_shortcode .wpcf7-form-control-wrap{
    margin-top: 14px;
    display: block;
	margin-bottom:15px;
}
input.wpcf7-form-control.wpcf7-submit {
    color: #FFF;
    background: #008cd9;
    cursor: pointer;
    font-size: 22px;
}
.thrv_wrapper.thrv_custom_html_shortcode .wpcf7-form-control-wrap input{
    margin-bottom: 5px;
}