
button.mobile {
	display: none !important;
    height: 43px;
    width: 140px;
    background: #f76e08;
    color: #fff;
    border-radius: 30px;
}
button.mobile p {
    margin: 0;
		padding: 0;
		text-transform: uppercase;
		text-align: center;
		font-size: 18px;
		font-weight: 500;
}
button.mobile p i {
		font-size: 21px;
}
.open-button {
    cursor: pointer;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 30px;
    width: 100px;
    border: none;
    background: none;
    outline: none;
    z-index: 999999;
    background: #e48117;
    border-radius: 8px;
    color: #fff;
    font-size: 21px;
    height: 43px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 15px;
 background:  #fff;
  z-index: 1000001;
  border-radius: 17px;
  
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 0px 20px 0px 0px;
  background-color: white;
  text-align: center;
     
}


#send-again{
    text-decoration: none;
    color: #9FCC47;
}


/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 100px;
}

.form-container input {
      width: 100%;
    margin: 5px 0 5px 0;
    border: none;
    background: #f1f1f1;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;



}
.form-container input, .form-container textarea{

font-size: 14px;
color: #1C232D;
font-family: inherit;
padding: 10px;

}

.form-container textarea{height: 60px !important; max-height: 60px!important; } 

/*#container {display:none !important;}*/
/* Set a style for the submit/send button */
.form-container .btn {
  
    background-color: #e48117;
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    width: 40%;
    /* margin-bottom: 10px; */
    opacity: 1;
    font-size: 15px;
    font-weight: 700;
    margin: 0 auto;
    border-radius: 10px;
    outline: none;
    height: 45px;


}

.form-head{
background: #e48117;
    color: #fff;
    border-radius: 15px 15px 0px 0px;
    padding: 15px 10px;
}

.form-body{

    padding: 10px;
        border: 3px solid #f1f1f1;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}

.form-body .sub-title{text-align: left; color: #303944; font-size: 14px;}

/* Add a red background color to the cancel button */
 /*.cancel {
 
    background-color: red;
    width: 65px;
    border-radius: 50%;
    padding: 0px 0px 4px 0px;
    font-size: 29px;
    line-height: 18px;
    float: right;
    position: fixed;
    bottom: 63px;
    right: 36px;
    border: none;
    background: none;
    outline:none;
}*/

.cancel {
    background-color: orange;
    width: 45px;
    border-radius: 23%;
    padding: 1px 0px 4px 0px;
    font-size: 29px;
    line-height: 18px;
    float: right;
    position: fixed;
    bottom: 42px;
    right: 30px;
    border: none;
    background: none;
    outline: none;
    color: #fff;
    background: orange;
    height: 34px;
      z-index: 999999;
}



.cancel img {width: 100%;}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
