@media only screen and (max-width:767px){
   .mychatbox {
    width: 250px !important;
    height: 339px;
    position: relative;
    right: -210px;
    z-index: 99999;
}
.surroud_chat .closes {
  top: -49px;
left: 186px;
}
}