
span.refresh-listings {
    font-size: 13px;
    font-weight: normal;
    color: #6c6c6c;
    margin: 2px 0 0 0;
    display: inline;
    cursor: pointer;
}
span.refresh-listings:hover {
    color: #FFD400;
}
span.refresh-listings i {
    margin: 0 5px 0 0;
}
.help-text.clear-list {
    position: absolute;
    margin-top: 6px;
	/*display: inline;
    float: right;
    margin-top: 6px;
    margin-right: 185px; */
}
.email-leads-form-radio-btn {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:not(:last-of-type) {
    margin-bottom: 5px !important;
}

.listing-second-view .contact-form ul li {

    margin-bottom: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 3px 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {

    padding-right: 8px !important;
    padding-left: 8px !important;
}

.select2-container .select2-search--inline .select2-search__field {

    margin-top: 0 !important;
}

.form-lable-bulk-leads h3 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 20px 0 -16px 0;
}

.bulk-leads-required {
    outline: 1px solid #f00 !important;
}
.contact-form.quickform textarea#message7 {
    line-height: 1.42857143 !important;
    padding-top: 10px;
}
.lp-lead-success-msg-outer{
	height:45% !important;
	bottom:80px !important;
	top: unset !important;
}

.qpro-lead-popup-container {
    position: fixed;
    bottom: 110px;
    top: 35px;
    right: 0px;
    background: #fff;
    max-height: 90vh;
    overflow-x: auto;
    border-radius: 12px;
    z-index: 999999;
    border: 1px solid #dedede;
}
.qpro-lead-popup-container .widget-box.business-contact {
	border: none !important;
}
.qpro-lead-popup-trigger {
    position: fixed !important;
    right: 2px;
    bottom: 75px;
    z-index: 99999999;

}
.qpro-lead-popup-trigger i{
	padding-right: 4px;
	color: #DC143C;
}
button.btn.qpro-lead-popup-trigger {
	background: #F5F5F5;
	font-weight: 600;
    border: 1px solid #000;
    padding: 7px 20px;
    border-radius: 5px;
}
button.btn.qpro-lead-popup-trigger:hover{
	background: #fff;
	color: #0693e3;
	border: 1px solid #DC143C;
}
button.btn.qpro-lead-popup-trigger:focus{
	outline:none;
}
@media screen and (min-width: 350px){
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: 280px !important;
}
}
@media screen and (max-width: 480px){
.qpro-lead-popup-trigger {
    bottom: 0px !important;
    left: 60px;
    right: unset;
    width: 65% !important;
}
.qpro-lead-popup-container {
    bottom: 35px;
    width:100%;
}
}