.contac{
            
    position: fixed;
    bottom: 52px;
    right: 50px;
    z-index: 9;
    width: 70px;
    height: 70px;
    background: rgb(103, 127, 152);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}.contbx{
    padding-left:1px;
   position: absolute;
   bottom: 45px;
   background: white;
   height: auto;
   width: 300px;
   right: 4px;
   border: 1px solid grey;
   display: none;
   flex-direction: column;
   z-index: 8;
   
   box-shadow: -4px 1px 12px 0.2px grey;
}.conup{
  height:50px;
  width: 100%;
  background: rgb(135, 155, 186);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
  margin-bottom: 40px;
  z-index: 9;
}
.confrm{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.inpbx{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    justify-content: center;
}.inpbx label{
    
}.inpbx input,textarea{
    border-top: 0px solid white;
    border-right: 0px;
    border-left: 0px;
    width: 200px;
}#senbtn{
    border: 2px solid rgb(47, 47, 47);
    height: 40px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    margin-bottom: 50px;
    border-radius: 20%;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE 10 and IE 11 */
    user-select: none;
   
}
    .close{
        display: none;
        width: 70px;
    height: 70px;
  background: grey;
  border-radius: 50%;
  justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.08);
    z-index: 9;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Standard syntax */
  cursor: pointer;

}
}.start{
    display: flex;
    justify-content: center;
    align-items: center;
    background: darkgreen;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    z-index: 9;
}.msgicn{
      height: 20px;
      width: 30px;
      background: white;
      position: relative;
}.msgicn::before {
content: '';
position: absolute;
width: 0;
height: 0;
border-left: 10px solid transparent; 
border-right: 20px solid transparent;
border-bottom: 20px solid rgb(255, 255, 255);
bottom: -3px;
left: 3px; 
transform: rotate(90deg);
z-index: 1; 
}
