#callme_button {
	
}
#callme_button > a {
    position: absolute;
    /*left: 30%;;
    top: -100px;*/
    width: 22px;
    z-index: 999;
    cursor: pointer;
    /*height: 200px;
    padding: 0px;*/
}

#callme_button > a.callme {width: 30px; height: 30px;}

#callme_button > a {background: url("../image/callme/callme_button_green.png") 0px 0px transparent; background-size: contain;}
#callme_button >a:hover {background: url("../image/callme/callme_button_green1.png") 0px 0px transparent; transition: 0.3s; background-size: contain;}

html {-ms-overflow-style:scrollbar;}





#callme_modal .modal-dialog {width:340px;}
#callme_modal .modal-body {padding:0;}
#callme_modal .modal-content {border:none; background:none;}
#callme_modal iframe {border-radius:6px; background:#ddd;}