a.ebcallback
{
	padding: 15px 21px;
    display: flex;
    align-items: center;
    height: auto;
    white-space: nowrap;
    line-height: 100%;
    border-radius: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    background:#2dc4f0;
    transition: box-shadow 80ms ease-out,width .4s ease .2s;
    -moz-transition: box-shadow 80ms ease-out,width .4s ease .2s;
    -webkit-transition: box-shadow 80ms ease-out,width .4s ease .2s;
    color: #ffffff;
    text-decoration: none;
    font-size: 14.5px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 999;
    text-decoration: none;	
	
}
a.ebcallback:hover
{
    background:#000;
    color: #ffffff;
}
a.ebcallback i {
    font-size: 24px;
    margin-right: 5px;
}
#ebformsuccessmsg
{
	color: #7a7a7a;
}
.captcha_wrapper input[type="text"]
{
    margin-bottom: 15px;
}
#exampleModalLong .close {
	font-size: 32px;
    opacity: 1;
    outline: 0;
    position: absolute;
    top: 7px;
    right: 10px;
    color: #ffffff;
}
#exampleModalLong .modal-content {
    border: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
}
#exampleModalLong p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 26px;
}
#exampleModalLong .checkbox input[type=checkbox]{
    position: absolute;
    margin-top: 4px\9;
    margin-left: 0;
    left: 0;
}
.sendcontactform_button .btn {
	padding: 8px 16px;
	 background:#2dc4f0;
    display: flex;
    align-items: center;
    height: auto;
    white-space: nowrap;
    line-height: 100%;
    border-radius: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    transition: box-shadow 80ms ease-out,width .4s ease .2s;
    -moz-transition: box-shadow 80ms ease-out,width .4s ease .2s;
    -webkit-transition: box-shadow 80ms ease-out,width .4s ease .2s;
    color: #ffffff;
    text-decoration: none;
    font-size: 14.5px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 999;
    text-decoration: none;
	border:0px;
}

#ebformsuccessmsg .modal-title, #exampleModalLong p   {
    text-align: center;
}
#ebformsuccessmsg .heading_wrapper
{
	background: #2dc4f0;
    color: #ffffff;
    padding: 30px;
}
#ebcontactform input[type="text"], #ebcontactform textarea, #ebcontactform select
{
	border-top: none;
    border-left: none;
    border-right: none;
    /* border-bottom: 1px solid #ced4da; */
    border-radius: 0;
    box-shadow: none;
    outline: 0;
	color: #7a7a7a;
}

#ebcontactform .input-group .input-group-addon {
    font-size: 15px;
    height: 30px;
    background: #fff;
    border: 0;
}
#ebcontactform .input-group .input-group-addon .fa {
	font-size: 16px;
    color: #2dc4f0;
}