.floating-form {
    max-width: 300px;
    padding: 30px 30px 10px 30px;
    font: 14px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    right: 10px;
    position: fixed;
    box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
    z-index: 999999;
    top: 40%;
}
.contact-opener {
    position: absolute;
    left: -54px;
    transform: rotate(-90deg);
    top: 0px;
    background-color: #8c451b;
    padding: 9px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 0 0;
    box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
}
.contact-opener2 {
    position: absolute;
    left: -54px;
    transform: rotate(-90deg);
    top: 50px;
    background-color: #25d366;
    padding: 9px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 0 0;
    box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
    -moz-box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
    -webkit-box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
}
.floating-form input[type="button"],
.floating-form input[type="submit"],
.contact-opener {
    -moz-box-shadow: inset 0 1px 0 0 #8c451b;
    -webkit-box-shadow: inset 0 1px 0 0 #8c451b;
    box-shadow: inset 0 1px 0 0 #8c451b;
    background-color: #8c451b;
    border: 1px solid #8c451b;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 15px 15px;
    text-decoration: none;
    font: 14px;
}
.contact-opener2 {
    -moz-box-shadow: inset 0 1px 0 0 #25d366;
    -webkit-box-shadow: inset 0 1px 0 0 #25d366;
    box-shadow: inset 0 1px 0 0 #25d366;
    background-color: #25d366;
    border: 1px solid #25d366;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    padding: 15px 15px;
    text-decoration: none;
    font: 14px;
}

@media only screen and (max-width: 2559px) {

	.floating-form
	{
		top: 147px;
	}
}
@media only screen and (max-width: 1399px ) {
 
	.floating-form
	{
		top: 114px;
	}
}
@media only screen and (max-width: 1367px ) {

	.floating-form
	{
		top: 139px;
	}
}
@media only screen and (max-width: 819px ) {
 
	.floating-form
	{
		top: 104px;
	}
}
@media only screen and (max-width: 767px ) {
   
	.floating-form
	{
		top: 88px;
	}
}
@media only screen and (max-width: 479px ) {
    .contact-opener {
        left: -116px;
    }
	  .contact-opener2 {
        left: -116px;
    }
	.floating-form
	{
		top: 139px;
	}
}


