* {
    box-sizing: border-box;
  }

.hidden {
    display:none;
  }

img.bg  {
  min-height: 100%;
  min-width: 1024px;	
  width: 100%;
  height: auto;	
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(73, 86, 109, .2);
  filter: brightness(50%);
  /*opacity: .50; */

}
@media screen and (max-width: 1024px){
			img.bg {
			left: 50%;
			margin-left: -512px; }
		}

#textBubl {    
  z-index:0;
}

/* Textbbl used to open the chat form - fixed at the bottom of the page */

.open-bubble {
  background: transparent;
  width: 100%;
  border: none;
  cursor: pointer;
  opacity: 0.95;
  margin: 16px;
  max-width: 220px;
  padding-top: 20px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 43px;
  z-index: 1;
}


/* ==============  Mesage bubble form  ================== */

.Prompt {
    animation: fadeIn 2.25s ease;
    -webkit-box-align: end;
    align-items: flex-end;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 10px;
    width: 100%;
    max-width: 217px;
    padding-top: 20px;
    position: fixed;
    bottom: 8px;
    right: 8px;
}
.Prompt__CloseButton {
    background-color: grey;
    border-radius: 99999px;
    border: none;
    color: #767676;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 15px;
    margin-right: 3px;
    margin-bottom: 4px;
    opacity: 0;
}
.Prompt__MessageBubble {
    border: 1px solid #e8e9eb;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 24%);
    position: relative;
    background: #fff;
    border-radius: 13px;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    max-width: 220px;
    padding: 14px;
    width: 100%;
    z-index: 99999;
}
.Prompt_Chat {
    background-image: url('assets/chat-crcl-grn-45.png');
    background-repeat:no-repeat;
    width: 45px;
    height: 45px; 
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.Prompt__PromptText {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5;
    max-width: 190px;
}
/*
.Prompt__MessageBubble:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -6px;
    right: 28px;
    background: #fff;
    border-radius: 4px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} */

.Legal {
    margin: 16px auto;
    text-align: center;
    color: #535355;
    font-size: 10px;
    max-width: 25em;
    line-height: 1.6;
    letter-spacing: .2px;
}

.Legal__text {
    text-align: justify;
}
.Legal__text {
    height: 95px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1.5;
}


/* The text popup chat - hidden by default */

.text-popup {
  display: none; 
  position: fixed;  
  z-index: 99999;
  bottom: 50px;
  right: 15px;
  border: 3px solid #f1f1f1;
  overflow: hidden; 
}  

#mySMS  {
   background-color: #fff; 
   z-index: 99999;
  }
 

form {
    width: 310px;
    box-shadow: 2px 2px 2px #ccc, 0px 0px 1px #ccc;
    padding: 20px;
    font-family: sans-serif;
    border-radius: 5px;
    background-color:#fff; 
    overflow: hidden;
  }

/* this was audit below */

/*
.SMSform {
  width: 100%;  
  max-width: 320px;   
  height: 100%;  
  max-height: 600px;
  padding: 10px 40px 10px 40px;
  background-color: white;
  position: fixed;
  left: 30px;
  bottom: 100px;
  transform: translate(-50%, -50%);
  border:1px solid #cac9c9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius:5px;
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.5)
  text-align:center;
}
 */

.formSMS {
  width: 310px;
  height: auto;
  max-height: 560px;
  overflow-y: hidden;
  overflow-x: hidden;
  background: #fff !important;
}

#mySMS footer,
.text-popup {
  height: auto;
  background-color: #fff !important;
  overflow-x: hidden;
}



 .chatimg {
  background-image: url('assets/chatbot-image6-60px.png') !important;
  height:56px;
  width:60px;
  /*max-width:300px;*/
  background-position: top 6px;
  background-repeat: no-repeat;
  position:absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  padding: 20px 0 36px 0;
  display:inline-block;
}

/* X used to close the chat form */
 .close-button {
  background-image: url('assets/close-x-25px.png') !important;
  background-position: top 10px; 
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 100%;
  cursor: pointer;
  opacity: 0.9;
  height: 28px;
  width: 28px;
  padding: 23px 0 20px 0;
  display:inline-block;
}

 .close-buttonSMS {
  background-image: url('assets/close-x-25px.png') !important;
  background-position: top 10px; 
  background-repeat: no-repeat; 
  position: absolute;
  right: 2px;
  top: 10px;
  height: 100%;
  cursor: pointer;
  opacity: 0.9;
  height: 28px;
  width: 28px;
  border-radius:50%;
  padding: 0 0 0 0; /* was 23 0 20 0*/
  display:inline-block;
  z-index:2;
}

.close-buttonSMS {  
  background-color: #f2efef;
  padding: 0 3px 0 0;
}

.panelStart {
  margin: 30px 0 30px 0;
  padding: 10px 40px;
  background-color: #fff !important;
}


.instruct {
  color: #cbc9c9;
  font-size:14px;
  font-weight:600;
  font-style: uppercase;
  text-align:center;
  margin-top:20px;
}

.message {
    padding: 10px 10px;
    border-radius: 25px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif !important;
    font-size:15px;
    font-weight:normal;
    max-width: 300px;
    text-align:center; 
    margin:30px 0 10px 0;
    color:#000;
    background-color:#fff;
}

h4.message {
    font-weight: 500;
}

.messageBottom::before {
   border-width: 0 10px 8px 1px;
   border-color: transparent transparent #ccc transparent;
   top: -8px;
}

.messageBottom::after {
   border-width: 0 9px 7px 0;
   border-color: #fff transparent;
   top: -7px;
}


.message::after {
  content: " ";
  position: relative;
  right: 120px;
  top: -37px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #E5E5EA;
}

/* was input:checked below*/

.custSMS {
  font-size: 12px;
  font-family: Arial,Helvetica, sans-serif;
  bottom: 5px;
  padding: 10px;
  color:#615959 !important;
}
.custSMS span {
  color: #2482f9;
  font-weight:600;
  padding:3px 2px 3px 2px;
}
/* -------------------------------*/
/*  styled below from  codepen.io/jonnitto/pen/OVmvPB    Try this New Form style  https://codepen.io/havardob/pen/eYJPwdb and a 3rd  https://codepen.io/lewisvrobinson/pen/EyZwjR*/
/* -------------------------------*/



form .emoji {
  font-size: 1.2em;
}

.group {
  position: relative;
  margin: 25px 0;
}
span.small {
  font-size:12px;
  color:#979b9d;
}

textarea {
  resize: none;
}

input.lead,
textarea {
  background: none;
  color: #484848;
  font-size: 15px;
  padding: 6px 10px 6px 5px;
  display: block;
  width: 260px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
input.lead:focus,
textarea:focus {
  outline: none;
}
input.lead:focus ~ label, input.lead:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
  top: -14px;
  font-size: 12px;
  color: #2196f3;
}
input.lead:focus ~ .bar:before,
textarea:focus ~ .bar:before {
  width: 260px;
}

label.leadG {
  color: #858383;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 300ms ease all;
}

.bar {
  position: relative;
  display: block;
  width: 260px;
}
.bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #2196f3;
  transition: 300ms ease all;
  left: 0%;
}

/*  --------------------- */
.submitField {
  background-color: rgb(16, 105, 90);
  border-color: rgb(16, 105, 90);
  font-weight: 700;
  font-size: 22px;
  color: rgb(255, 255, 255);
  border-radius: 3px;
  bottom: 0px;
  padding: 14px 10px !important;
}
button[type="submit"] {
	cursor: pointer;
}
button.prospect-submit-button-pop {
	display: block;
	width: 100% !important;
	margin-top: 20px;
	letter-spacing: 0.4px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3em;
	color: #fff;
	cursor: pointer !important;
	border-width: initial;
	border-style: none;
	border-color: initial;
	-webkit-border-image: initial;
	border-image: initial;
	outline: none;
	border-radius: 3px;
	background-color: #982aac;
	box-shadow: none !important;
	height: auto !important;
	max-width: 100% !important;
	padding: 14px 10px !important;
}
.form-submit {
  cursor: pointer;
  text-align: center;
  background: #10695a;
  color: #fff;
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: normal;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 200px;
  min-height: 24px;
  padding: 18px 31px;
  box-sizing: border-box;
  border:none;
  width: 100%;
  border-radius: 6px;
  white-space: normal;
  display: inline-block;
}


#close{
	position: absolute;
	right: -35px;
	top: -8px;/*-25px sd rectngle;*/
	text-decoration: none;
	color: white;/*grey;*/
	font-family: sans-serif;
	font-weight: bold;
	z-index: 1;
	}

.closenow {
  background: #2a9381;/*transparent;*/
  border: 1px solid #929090;
  color: white;/*232323;*/
  display:inline-block;
  font-size: .80rem;
  height: 25px;
  line-height: 25px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  transform-origin: bottom right;
  width: 78px;
  /* Hover styles, 
  media queries */
}

.circle {
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%; 
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.grey {
background-color: #c7cbca;
}