#callPopup {
  position: fixed;
  z-index: 9999;
  border: 10px solid black;
  border: 10px solid rgba(0, 0, 0, 0.7);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  bottom: 0px;
  left: 10px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  height: 100px;
  width: 300px;
  padding-right: 80px;
  text-align: center;
  font-size: 19px;
}
#callPopup > span {
  z-index: 9999;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  -o-border-radius: 80px;
  background: transparent url(../plugins/webident/embcredit/assets/images/callcenter.png) center center no-repeat;
}
@media only screen and (max-width: 600px), only screen and (max-height: 600px) {
  #callPopup {
    position: fixed;
    border: 7px solid black;
    border: 7px solid rgba(0, 0, 0, 0.7);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    bottom: 0px;
    left: 10px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    height: 50px;
    width: 250px;
    padding-right: 20px;
    text-align: center;
    font-size: 15px;
  }
  #callPopup > span {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    background: transparent url(../plugins/webident/embcredit/assets/images/callcenter.png) center center no-repeat;
    background-size: 30px 30px;
  }
}
#callPopupV2 {
  position: fixed;
  z-index: 9999;
  border: 0px solid black;
  border: 0px solid rgba(0, 0, 0, 0.7);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  background-color: #094856;
  bottom: 0px;
  left: 30px;
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  padding: 5px 10px 5px 35px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
#callPopupV2 > span {
  z-index: 9999;
  position: absolute;
  left: -15px;
  top: -14px;
  width: 45px;
  height: 45px;
  border-radius: 45px 45px 45px 45px;
  -moz-border-radius: 45px 45px 45px 45px;
  -webkit-border-radius: 45px 45px 45px 45px;
  -o-border-radius: 45px 45px 45px 45px;
  background: transparent url(../plugins/webident/embcredit/assets/images/callcenter.png) center center no-repeat;
  background-size: 45px 45px;
  border: 0px solid #7bcbab;
}
#callMeNowModal .custom-control-label {
  line-height: 16px;
}
#callMeNowModal .field-error {
  color: red;
  font-size: 12px;
  line-height: 16px;
}