.floatingprompt {
	position: fixed;
	top: 95px;
	left: 0;
	width: 100%;
	z-index: 99999;
	background:url(img/banner-bg.jpg) center top no-repeat;
	background-size: cover;
	box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.floatingbanner_container {
	margin: auto;
	max-width: 1280px;
	padding: 0;
}

.floatingprompt-inner {
    float: left;
    width: 100%;
    display: flex;
    padding: 8px 0 5px;
    align-items: center;
    flex-wrap: wrap;
}

.floatingprompt-logo {
	float: left;
	width: 60px;
	text-align: left;
}	

.floatingprompt-text {
    float: left;
    width: 48%;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
}

.floatingprompt-text span {
    float: left;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    line-height: 22px;
}

.prompt-button {
    width: 185px;
    text-align: center;
    float: right;
    margin-left: 0px;
    line-height: 20px;
}

.prompt-button a {
	width: 100%;
	display: inline-block;
	padding: 12px;
	-moz-transition: ease all .3s;
	border-radius: 62.593px;
	background: var(--Button-Gradient, linear-gradient(86deg, #894F07 -4.33%, #D4A541 36.97%, #FAD17B 50.01%, #E4B34D 63.05%, #D4A541 100%));
	color: #FFF;
	text-align: center;
	font-size: 15.648px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
}

.prompt-button a:hover {
    text-decoration: none;
    background-color: rgba(235,154,17,.8);
    color: #fff;
}

.closeicon {
    margin-top: -2px;
    position: absolute;
    right: 30px;
}

.stickyfloatingprompt {
    display: block !important;
}

.closebanner {
    display: none !important;
}

.closeicon i {
    color: #000;
    cursor: pointer;
    font-weight: 300;
}

.floatingprompt-text .floatingprompt_thumb {
    font-size: 19px;
    float: left;
    margin: 0 10px 0 0;
}

.closeicon span {
    width: 20px;
    height: 20px;
    float: right;
    color: transparent;
    background-image: url('img/Close.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

.floatingprompt-logo img {
    border-radius: 10px;
}

.floatingprompt-left {
	float: left;
	width: 85%;
	position: relative;
	padding: 0;
	display: flex;
	align-items: center;
}

.floatingprompt-right {
	float: right;
	width: 15%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	align-items: center;
	justify-content: flex-end;
}

.reviews-outer strong {
	color: #FFF;
	text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.35);
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.color-cl{
	color: #ADFAFF; 
}
.reviews-outer strong span {
	font-size: 24px;
}

.reviews-outer {
    float: left;
    padding-left: 30px;
    line-height: 20px;
}

.user-name {
    float: left;
    width: auto;
    margin-top: 4px;
}

.user-name span {
    font-size: 14px;
    color: #797d80;
    vertical-align: middle;
    display: inline-block;
    padding-right: 20px;
    font-weight: 700;
}

.user-name img {
    vertical-align: top;
    margin: 5px 7px 0 0;
}

.star-rating {
    float: left;
    width: auto;
    padding-right: 45px;
}

.broker {
    float: left;
    width: 151px;
    padding-right: 0px;
}

.broker img {
    float: left;
    width: 40px;
}

.broker span {
    font-size: 17px;
    color: #000;
    float: right;
    width: 110px;
    line-height: 20px;
    padding-left: 10px;
    padding-top: 5px;
}

.prompt-button span.trimdisclaimer {
    font-size: 10px;
    color: #7C7C7C;
    line-height: 10px;
    margin-top: 5px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: 8px;
    width: 100%;
}

.RatingStar {
    display: inline-block;
    margin-left: 22px;
    margin-top: -3px;
}

.floatingbanner_container .floatingprompt-inner .prompt-button {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.floatingbanner_container .floatingprompt-inner {
	padding: 8px 0;
	margin-left: 40px;
}

.c-Trusted--text {
	color: #FFF;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 130%;
	text-transform: capitalize;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

@media(max-width:1500px) {

.floatingbanner_container .floatingprompt-inner {
	margin-left: 0;
}
.floatingbanner_container {
	max-width: 1200px;
}
.reviews-outer strong {
	font-size: 17px;
}
.reviews-outer strong span {
	font-size: 22px;
}

.closeicon {
	right: 20px;
}	
	
}

@media(max-width:1300px) {

.floatingbanner_container {
	padding: 0 60px 0 10px;
}	
	
}

@media(max-width:991px) {

.floatingprompt {
	top: 90px;
}
.floatingprompt-right {
	width: 20%;
}
.floatingprompt-left {
	width: 79%;
}
.reviews-outer strong span {
	font-size: 19px;
}
.reviews-outer strong {
	font-size: 15px;
}
.floatingbanner_container {
	padding: 0 50px 0 10px;
}
.c-Trusted--text {
	font-size: 15px;
}

}

@media(max-width:767px) {

.floatingprompt-right {
	width: 22%;
}
.floatingprompt-left {
	width: 77%;
}	

}	

@media(max-width:639px) {

.floatingbanner_container {
	padding: 0 10px 0 10px;
}	
.floatingprompt-left {
	width: 100%;
} 
.reviews-outer {
	padding-left: 15px;
} 
.floatingprompt-right {
	width: 90%;
	margin-top: 5px;
}
.prompt-button a {
	padding: 8px;
	font-size: 14px;
}
.closeicon {
	right: 10px;
}
.reviews-outer strong {
	font-size: 14px;
}
.reviews-outer strong span {
	font-size: 16px;
}
.c-Trusted--text {
	font-size: 14px;
}

}

