/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 /*Contact float*/
 .contact-float {
     top: 70px;
  position: absolute !important;
  left: 46.5%;
  border: 2px solid white !important;
  z-index: 999;
 }
 @media(max-width:1000px){
.contact-float {
    top: 100px;
  left: 42%;
}
 }
 @media(max-width:767px){
.contact-float {
    top: 70px;
  left: 53%;
}
 }
