.floatingprompt {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
	background: #fff !important;
	/* border-bottom: 2px solid #dadada; */
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.floatingbanner_container {
    margin: auto;
    max-width: 1170px;
}
.floatingprompt-inner {
	float: left;
	width: 100%;
	display: flex;
	padding: 10px 20px 10px;
	align-items: center;
}
.floatingprompt-logo {
float: left;
width: 15%;
text-align: left;
line-height: 0;
}
.floatingprompt-logo img {
    max-width: 147px;
    width: 100%;
}
.floatingprompt-text {
	float: left;
	width: 55%;
	text-align: left;
	margin-left: 25px;
	margin-right: 10px;
	display: flex;
	line-height: normal;
}
.floatingprompt-text span {
	float: left;
	font-size: 17px;
	color: #000;
	font-weight: 500;
	line-height: 22px;
}
.prompt-button {
width: 25%;
text-align: center;
float: right;
}
.prompt-button a {
	background: #6d0404;
	color: #fff;
	max-width: 100%;
	display: inline-block;
	padding:8px 10px;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: 500;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	opacity: 1 !important;
	width: 100%;
}
.prompt-button span {
    display: block;
    font-size: 10px;
    margin-top: 8px;
    line-height: 12px;
    letter-spacing: 0.33px;
    color: #9B9BA6;
    margin-bottom: 0;
    text-align: center;
}
.closeicon {
	float: right;
	margin-left: 20px;
}
.closeicon.closeicon-mbl {
    display: none;
}
.stickyfloatingprompt{
	display:block !important;
}
.closebanner{
	display:none !important;
}
.closeicon i {
	color: #000;
	cursor: pointer;
	font-weight: 300;
}
.floatingprompt-text .floatingprompt_thumb {
    font-size: 18px;
    float: left;
    margin: 0 8px 0 0;
}
.closeicon span {
	background: #6d0404;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	font-size: 10px;
	float: right;
	color: #fff;
	cursor: pointer;
	margin-bottom: 0;
}

.mobile_floating_prompt_btn {
	display: none !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.floatingbanner_container {
	max-width: 1012px;
}
.floatingprompt-inner {
    padding: 15px 20px 5px;
}
/* .floatingprompt-text span {
    font-size: 16px;
    line-height: 20px;
} */
/* .prompt-button a {
    max-width: 180px;
} */
.prompt-button span {
    font-size: 9px;
}
/* .floatingprompt-logo {
	width: 22%;
}
 */
	
}

@media only screen and (min-width: 992px) and (max-width: 1012px) {
.floatingbanner_container {
    max-width: 90%;
    width: 90%;
}
.floatingprompt-inner {
    padding: 15px 2% 5px;
}
.floatingprompt-logo {
    width: 13%;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.floatingbanner_container {
    max-width: 720px;
	max-width: 90%;
    width: 90%;
}
.floatingprompt-inner {
	padding: 10px 15px 5px;
}
.floatingprompt-logo {
    width: 20%;
}
.floatingprompt-logo img {
    max-width: 124px;
}
.floatingprompt-text {
    margin-left: 10px;
    margin-right: 10px;
    width: 45%;
}
.prompt-button {
    width: 28%;
}
.prompt-button a {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 21px;
}
.prompt-button span {
    margin-top: 3px;
}
.floatingprompt-text span {
    line-height: 18px;
}
.floatingprompt-text .floatingprompt_thumb {
    font-size: 18px;
    margin: 0 10px 0 0;
}
.closeicon {
    margin-left: 10px;
}
.closeicon span {
    margin-bottom: 30px;
}

	
}

@media only screen and (max-width: 767px){
.floatingprompt-inner {
    position: relative;
}
.floatingprompt-text {
    text-align: center;
    display: flex;
	flex-wrap:wrap;
    justify-content: center;
    padding-right: 30px;
	width: 100%;
}
/* .closeicon {
    width: auto;
    position: absolute;
    top: 13px;
    right: 10px;
} */
.closeicon.closeicon-dsktp {
    display: none;
}
.closeicon.closeicon-mbl {
    display: block;
    float: right;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 10px;
}
.closeicon.closeicon-mbl span {
	font-size: 10px;
	float: left;
	margin: 0;
}

}


@media only screen and (min-width: 640px) and (max-width: 767px) {

.floatingprompt-inner {
	padding: 5px 15px;
	flex-wrap: wrap;
}	
.floatingprompt-text {
	order: 1;
	margin: 0;
	display: inline-block;
	text-align: center;
	padding: 0;
}
.closeicon {
	margin: 0;
	order: 2;
	text-align: right;
}
.closeicon.closeicon-mbl {
	top: 11px;
}
.floatingprompt-logo {
	width: 35%;
	order: 3;
	margin-top: 0px;
	text-align: center;
}
.floatingprompt-logo img {
    max-width: 124px;
}
.prompt-button {
	width: 63%;
	order: 4;
	margin-top: 0px;
	text-align: center;
}
.prompt-button a {
	padding: 6px 25px;
	width: auto;
	display: none;
}
.floatingprompt-text span {
    font-size: 14px;
    display: inline-block;
    float: none;
    line-height: 18px;
}
.floatingprompt-text .floatingprompt_thumb {
	font-size: 24px;
	float: none;
	margin: 0 10px 0 0;
	display: none;
}
.prompt-button span{
	margin-top: 5px;
}

.closeicon.closeicon-mbl span {
	margin: 0;
}
.floatingprompt-inner {
	align-items: inherit;
}
.floatingprompt-text span {
	display: none;
}
.floatingprompt-text .closeicon.closeicon-mbl span {
	display: block;
}
.prompt-button a.mobile_floating_prompt_btn {
	display: inline-block !important;
	width: 94%;
	padding: 6px 20px;
	line-height: 18px;
}
	
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
	
.floatingprompt-inner {
	padding: 5px 15px;
	flex-wrap: wrap;
}	
.floatingprompt-text {
	order: 1;
	margin: 0;
	display: inline-block;
	text-align: center;
	padding: 0;
}
.closeicon {
	margin: 0;
	order: 2;
	text-align: right;
}
.closeicon.closeicon-mbl {
	top: 20px;
}
.floatingprompt-logo {
	width: 35%;
	order: 3;
	margin-top: 0px;
	text-align: center;
}
.floatingprompt-logo img {
    max-width: 124px;
}
.prompt-button {
	width: 63%;
	order: 4;
	margin-top: 0px;
	text-align: center;
}
.prompt-button a {
	padding: 6px 25px;
	width: auto;
	display: none;
}
.floatingprompt-text span {
    font-size: 14px;
    display: inline-block;
    float: none;
    line-height: 18px;
}
.floatingprompt-text .floatingprompt_thumb {
	font-size: 24px;
	float: none;
	margin: 0 10px 0 0;
	display: none;
}
.prompt-button span{
	margin-top: 5px;
}

.closeicon.closeicon-mbl span {
	margin: 0;
}
.floatingprompt-inner {
	align-items: inherit;
}


.floatingprompt-text span {
	display: none;
}
.floatingprompt-text .closeicon.closeicon-mbl span {
	display: block;
}
.prompt-button a.mobile_floating_prompt_btn {
	display: inline-block !important;
	width: 94%;
	padding: 6px 20px;
	line-height: 18px;
}
	
}

@media only screen and (max-width: 479px) {
	
.floatingprompt-inner {
	padding: 5px 10px;
	flex-wrap: wrap;
}
.floatingprompt-text {
	order: 1;
	margin: 0;
	padding: 0;
	text-align: left;
	justify-content: flex-start;
}
.floatingprompt-text span {
    font-size: 14px;
    line-height: 16px;
    float: none;
}
.floatingprompt-text .floatingprompt_thumb {
	font-size: 17px;
	margin: 0;
	text-align: left;
}

.closeicon {
    margin: 0;
    order: 2;
    text-align: center;
}
.closeicon.closeicon-mbl {
	top: 20px;
}
.closeicon span, .closeicon.closeicon-mbl span {
	width: 14px;
	height: 14px;
	line-height: 15px;
	font-size: 8px;
	margin: 0;
}
.floatingprompt-logo {
	width: 35%;
	order: 3;
	margin-top: 0;
	text-align: center;
}
.floatingprompt-logo img {
	max-width: 94px;
}
.prompt-button {
	width: 60%;
	order: 4;
	margin-top: 0;
	text-align: right;
	padding-left: 5px;
	padding-right: 11px;
}
.prompt-button a {
	width: auto;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 17px;
	display: none;
}
.prompt-button span {
	margin-top: 3px;
	text-align: center;
}

.floatingprompt-inner {
	align-items: inherit;
}


.floatingprompt-text span {
	display: none;
}
.floatingprompt-text .closeicon.closeicon-mbl span {
	display: block;
}
.prompt-button a.mobile_floating_prompt_btn {
	display: inline-block !important;
	width: 94%;
}
	
	
}