		
	
.scroll_sec {
	position: fixed;
	right: 15px;
	bottom:100px;
	width: 77px;
    height: 100px;
	/* border: 1px solid #CCC; */
	z-index: 100;
	margin-top: 400px;
	background: url(../images/exe_sm.png) 0px 50% no-repeat rgb(255 255 255 / 0%);
    padding: 0px 0 0 10px;
    border-radius: 15px 0 0 15px;
}
.scroll_sec a.getaquote {
	float: right;
	display: block;
	padding: 4px 10px;
	width: 120px;
	font-size: 14px;
	background: #522e91;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 5px;
	margin: 154px 15px 0 0;
	cursor: pointer;
	border: 1px solid #FFF;
	white-space: nowrap
}
.scroll_sec button.chatbtn {
	float: right;
	display: block;
	padding: 4px 10px;
	width: 120px;
	background: #2ca75a;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #FFF
}
.text-consul{
    display: inline-block;
    position: absolute;
        top: 64%;
    right: 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fd6533;
}
.text-consul span{
        font-size: 20px;
    font-weight: 700;
    color: #002147;
}
.clse_btn {
    cursor: pointer;
}
.scroll_sec2 {
	position: absolute;
	right: 0;
	border: 2px solid #fff;
	z-index: 100;
	background: rgba(255,255,255,.5);
	padding: 15px;
	border-radius: 15px;
	top: 200px
}
.scroll_sec2 a.getaquote {
	float: right;
	display: block;
	padding: 4px 10px;
	width: 100px;
	background: #522e91;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 5px;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #FFF
}
.scroll_sec2 button.chatbtn {
	float: right;
	display: block;
	padding: 4px 10px;
	width: 100px;
	background: #f77d1b;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #FFF
}