#proactivechatmodal-content {
  display: block;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.3);
  padding: 15px;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  outline: 0;
  width: 244px !important;
  margin: auto;
  height: 220px !important;
  /* position: absolute; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* max-width: 100%; */
  /* max-height: 100%; */
  font-size: 80%;
}
#proactiveCTADiv a {
  line-height: 44px !important;
}

	#proactiveclosebutton{
      float: right;
      z-index: 9999;
    }
    
    #proactivechatmodal-contentbody {
      font-family: "Gotham A","Gotham B";
      font-size: 16px;
      line-height: 1.42857143;
      color: #333;
      background-color: #fff;
    }
  
    #proactivechath3{
    text-align: center;
    font-family:Gotham A,Gotham B;
    color: #333;
    margin: 0;
    font-size: 1em;
    line-height: 1.5;
    }
	
    #proactivechath1{
    text-align: center;
    margin: 15px;color:#0083BE;
    }
    
    #proactiveCTADiv {
      text-align: center;
      margin: 20px;
      height: 40px;
      border-radius: 50px;
      background-color: #0083BE;
      line-height: 42px;
      margin-bottom: -10px;
  }