.open-button {
    background-color: #f5cf10;
    color: black;
    /* padding: 16px 20px; */
    border: none;
    cursor: pointer;
    opacity: 3;
    position: fixed;
    bottom: 0px;
    right: 28px;
    width: 280px;
    z-index: 102;
    border-radius: 7px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
 
 
 
  .chat-popup {
    display: none;
    position: fixed;
    bottom: 2px;
    right: 30px;
    border: 3px solid #f1f1f1;
    z-index: 102;
    background-color: white;
}
 
 
  /* Add styles to the form container */
  .form-container {    
    max-width: 300px;
    padding: 10px;
    background-color:white;
  }
 
  /* Full-width textarea */
  .form-container textarea {
    width: 80%;
    /* padding: 15px; */
    /* margin: -1px 1px 0px 6px; */
    border: none;
    background: #f1f1f1;
    resize: none;
    height: 37px;
  }
 
  .form-container textarea:focus {
    /* background-color: red; */
    outline: none;
  }
 
  .form-container .btn {
    background-color: #f5cf10;
    color: white;
    /* padding: 16px 20px; */
    border: none;
    cursor: pointer;
    width: 20%;
    /* margin-bottom: 53px; */
    opacity: 0.8;
    margin-left: 228px;
    /* margin-top: -60px; */
    top: -46px;
    height: 37px;
  }
  .form-container .btn a{
    text-decoration: none;
    color: black;
  }
 

  .form-container .cancel {
    background-color: red;
    margin-top: -96px;
    width: 59px;
  }

  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
    background-color: #55a9eb;
    color: white;
  }
 


            /* for message */


/*   This is the Popup Window   */
.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  max-width: 326px;
  top: 46%;
  /* left: 69%; */
  margin-left: 63rem;
  margin-top: -300px;
  background-color: white;
  /* border: 2px solid #333; */
  z-index: 102;
  padding: 10px 20px;
  box-shadow: 0 0 20px 1px rgba(0,0,0,.3);
  border-radius: 5px;
  font-size: 15px;
  line-height: 17px;
}
/*   This is the closing button  */
#btnClose {
    width:100%;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #BCBCBC;
    cursor: pointer;
}
/*   This is the closing button hover state  */
#btnClose:hover {
    color: #c90c12;
}


/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
    background: #40c348;
    color: #fff;
    box-shadow:none!important;
    cursor: pointer;
}

/* <!-- 2nd popup --> */



/*   This is the Popup Window   */
.delayedPopupWindow-two {
  display: none;
  position: fixed;
  width: auto;
  max-width: 326px;

  top: 57%;
  /* left: 69%; */
  margin-left: 63rem;
  margin-top: -94px;
  background-color: white;
  /* border: 2px solid #333; */
  z-index: 102;
  padding: 10px 20px;
  box-shadow: 0 0 20px 1px rgba(0,0,0,.3);
  border-radius: 5px;
  font-size: 15px;
  line-height: 25px;
}
/*   This is the closing button  */
#btnClose-two {
    width:100%;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #BCBCBC;
    cursor: pointer;
}
/*   This is the closing button hover state  */
#btnClose-two:hover {
    color: #c90c12;
}


/*   This is the styling for the signup form submit button hover state  */
#delayedPopup-two #mc-embedded-subscribe:hover {
    background: #40c348;
    color: #fff;
    box-shadow:none!important;
    cursor: pointer;
}

/* <!-- 3rd popup --> */

/*   This is the Popup Window   */
.delayedPopupWindow-three {
  display: none;
    position: fixed;
    width: auto;
    max-width: 326px;
    top: 59%;
    /* left: 69%; */
    margin-left: 63rem;
    margin-top: 39px;
    background-color: white;
    /* border: 2px solid #333; */
    z-index: 102;
    padding: 10px 20px;
    box-shadow: 0 0 20px 1px rgba(0,0,0,.3);
    border-radius: 5px;
    font-size: 15px;
    line-height: 25px;
}
/*   This is the closing button  */
#btnClose-three {
    width:100%;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #BCBCBC;
    cursor: pointer;
}
/*   This is the closing button hover state  */
#btnClose-three:hover {
    color: #c90c12;
}


/*   This is the styling for the signup form submit button hover state  */
#delayedPopup-three #mc-embedded-subscribe:hover {
    background: #40c348;
    color: #fff;
    box-shadow:none!important;
    cursor: pointer;
}
.formDescription h4{
  font-size: 15px;
  color: var(--primaryColor);
}
.formDescription h5{
  font-size: 15px;
  color: var(--primaryColor);
}
.formDescription a{
  text-decoration: none;
  color: #545454;
}
.form-container h1{
  font-weight: bold;
  color: black;
  font-size: 43px;
  margin-bottom: -5px;
}

.button-inner a button{
    width: 40px;
  background-color: #3e107c;
    color: white;
    border-radius: 3px;
    border-color: white;
}
@media screen and (max-width: 768px){
  .delayedPopupWindow{
      margin-left: 0 !important;
    }
    .delayedPopupWindow-two{
      margin-left: 0 !important;
    }
    .delayedPopupWindow-three{
      margin-left: 0 !important;
    }
    
    .form-container{
        margin-top: 20px;
    }
    .chat-popup{
        margin-bottom: 62px;
    }
}


.chat-popup label{
    white-space: normal !important;
  }
