@charset "utf-8";
.contactWrap02 {
	position: fixed;
	bottom: 0px;
    right: 2%;
	z-index: 1000;
	display: none;
    width: 30%;
}


@media all and (max-width: 767px) {
  .contactWrap02{
    width:100% !important; 


  }

    .contactBtn04 img{
   width:50% ;
        margin-left: 50%;

    }
}
