.chat-section{
	position:relative;
	font-family: 'arial',Arial,sans-serif;
}
.chat-position{
	top: auto ;
	right: -450px;
	bottom: 0px;
	left: auto ;
	position: fixed ;
	min-height: 100% ;
	min-width: 450px ;
	max-height: 100% ;
	max-width: 450px ;
	width: 450px ;
	height: 100% ;
	/* display: none ; */
	z-index: 999999;
	transition:all ease-in 0.3s;
	font-size: 14px;
	background: #eaeaea;
}
.chat-show .chat-position{
	right: 0px;
}
.chat-overlay{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	transition: all 0.3s ease;
	z-index: 9999;
	display:none;
	opacity:0;
}
.chat-show .chat-overlay{
	display:block;
	opacity:0.7;
}
div.instructionNotcls {
    margin-top: 20px;
    font-size: 0.85rem;
    background: #3333;
}
@media(max-width:768px){
	.chat-button{position: absolute !important;}
}
@media(max-width:575px){
	.chat-position{
		min-width: calc(100% - 20px);
		max-width: calc(100% - 20px);
		width: calc(100% - 20px);
		right: calc(20px - 100%);
	}
}
.chat-position .chat-box {
	background: #fff;
	position:relative;
	box-shadow: 13px 13px 28px 2px rgba(0, 0, 0, 0.08);
	border: 1px solid #eee;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	z-index: 2;
}
.chat-position .chat-box .chat-box-header {
	background-color: var(--primary-color-one);
	font-weight: bold;
	font-size: 18px;
	font-family: Arial;
	color: #ffffff;
	position: relative;
	text-align: center;
	height: 50px;
	z-index: 2;

}
.chat-position .chat-box .chat-box-header .chat-header-caption{
text-overflow: ellipsis;
font-weight: 400;
white-space: nowrap;
line-height: 50px;
overflow: hidden;
display: block;
margin: 0 30px;
}
.close-chat{
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%23fff' d='M14.73 4.58a.7.7 0 0 1 .48.22.75.75 0 0 1 0 1L5.8 15.22a.71.71 0 0 1-1-1l9.4-9.42a.7.7 0 0 1 .53-.22'/%3e%3cpath fill='%23fff' d='M15.42 14.73a.7.7 0 0 1-.22.48.75.75 0 0 1-1 0L4.78 5.8a.71.71 0 0 1 1-1l9.42 9.4a.7.7 0 0 1 .22.53'/%3e%3cpath fill='%23fff' d='M16.49 1.24h-13a2.3 2.3 0 0 0-2.28 2.1v13.14a2.31 2.31 0 0 0 2.3 2.3h13a2.3 2.3 0 0 0 2.28-2.1V3.54a2.31 2.31 0 0 0-2.3-2.3zM3.56 17.9a1.42 1.42 0 0 1-1.44-1.44V3.53A1.42 1.42 0 0 1 3.56 2.1h12.88a1.42 1.42 0 0 1 1.44 1.44v12.93a1.42 1.42 0 0 1-1.44 1.44H3.56z'/%3e%3c/svg%3e") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin: -10px 10px 0;
  padding: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
}

.close-chat:hover, .close-chat:focus{
	text-decoration:none;
}
.chat-conversation{
	position: relative;
	z-index: 1;
}
.chat-ui {
  background: #fff;
  position: relative;
	z-index: 1;
}
.chat-ui:before {
	content:"";
	background:  url('../images/chat-bg.jpg');
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.05;
	z-index: -1;
}
.chat-ui-content {
  position: relative;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.chat-log{
position: relative;
font-size: 16px;
line-height: 20px;
height: 100%;
}
.chat-log:after,
.chat-log:before {
  box-shadow: 0 -45px 50px 41px rgba(0,0,0,.35);
  position: absolute;
  z-index: 1;
  height: 0;
  right: 0;
  left: 0;
  top: 0;
  content: '';
}
.chat-log:after {
  box-shadow: 0 50px 50px 41px rgba(0,0,0,.35);
  bottom: 0;
  top: auto;
}
.chat-log-scrollable:after {
  content: '';
  display: block;
  height: 60px;
}
.scrollable{
-webkit-overflow-scrolling: touch;
box-sizing: border-box;
overflow-x: hidden;
overflow: auto;
height: 100%;
scrollbar-width: thin;
scrollbar-color: #ccc #eaeaea;
overflow: hidden scroll;
}
.chat-log-entry{
margin: 15px;
}
.chat-entry-bot {

}
.chat-entry-bot-container {
  text-align: left;
  direction: ltr;
  overflow: hidden;
  position: relative;
}
.chat-entry-bot-profile-column {
  height: 1px;
  float: left;
  margin-right: 10px;
  width: 30px;
}
.chat-entry-bot-profile {
  bottom: 0;
  left: 0;
  position: absolute;
  max-width: 30px;
}
.chat-avatar {
  background-size: cover;
  background-image: url('../images/robot-chatbot.png');
  width: 36px;
  height: 36px;
  display: block;
}
.chat-entry-bot-align{
overflow: hidden;
}
.chat-entry-bot-wrap {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.chat-entry-bot-content {
  max-width: 100%;
  float: left;
}
.chat-entry-bot-main {
  position: relative;
  overflow: hidden;
}
.chat-entry-bot-author {
  position: absolute;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -9999px;
}
.chat-entry-bot-message {
  border-radius: 15px 15px 15px 0;
  padding: 10px 12px;
  background: #e6e6e6;
  color: #4a4a4a;
  box-sizing: border-box;
  overflow: hidden;
  word-wrap: break-word;
  display: inline-block;
  font-size: 14px;
}
.chat-buttons {
  text-align: center;
  padding-top: 15px;
  direction: ltr;
}
.chat-buttons-button {
border: 1px solid var(--primary-color-one);
border-radius: 20px;
box-sizing: border-box;
padding: 8px 12px;
margin: 0 5px 5px;
min-width: 100px;
background: #ffffff;
color: var(--primary-color-one);
cursor: pointer;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
display: inline-block;
font-size: 14px;
line-height: 1.2;
}
.chat-buttons-button:hover,
.chat-buttons-button.active {
  background: var(--primary-color-one);
  outline: 0;
  color: #fff;
}
.chat-buttons-button-text{
display: inline-block;
vertical-align: middle;
}
.chat-buttons-button:before {
  display: inline-block;
  visibility: hidden;
  content: '.';
  width: 0;
}
.chat-entry-date {
  text-align: center;
  margin-bottom: 15px;
  background: #f0f0f0;
  border-radius: 5px;
}
.chat-entry-date-text {
  color: #767676;
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 40px;
  line-height: 1.4;
}
.chat-entry-user{
overflow: hidden;
position: relative;
direction: ltr;
}
.chat-entry-user-wrap {
  overflow: hidden;
  position: relative;
}
.chat-entry-user-align {
  overflow: hidden;
}
.chat-entry-user-author{
position: absolute;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
top: -9999px;}
.chat-entry-user-message {
  background: var(--primary-color-one);
  font-size: 14px;
  border-radius: 15px 15px 0;
	padding: 10px 12px;
	color: #fff;
	float: right;
	max-width: 100%;
	box-sizing: border-box;
	word-wrap: break-word;
}
.chat-entry-bot-caption{
border-radius: 15px 15px 0 0;
padding: 10px 12px;
background: #e6e6e6;
color: #4a4a4a;
font-weight: 700;
text-align: center;
}
.chat-choices {
  font-size: 14px;
}
.chat-choices-button{
font-family: inherit;
box-sizing: border-box;
border:  solid #dfdfdf;
border-width: 1px 1px 0;
padding: 8px 21px;
background: #fff;
cursor: pointer;
display: block;
width: 100%;
text-align: left;
color: #4a4a4a;
position:relative;
}
.chat-choices-button:before{
content:"";
position:absolute;
left:8px;
top:15px;
width:5px;
height:5px;
border-radius:50%;
background:var(--primary-color-one);
}
.chat-choices-button:hover:before{
background:#ffffff;
}
.chat-choices-button:last-child {
  border-radius: 0 0 15px;
  border-width: 1px;
}
.chat-choices-button:hover, .chat-choices-button:focus {
  background: var(--primary-color-one);
  color: #fff;
  outline: 0;
}
.chat-entry-user-profile-column{
height: 1px;
float: right;
margin-left: 10px;
width: 30px;
}
.chat-entry-user-profile {
  bottom: 0;
right: 0;
position: absolute;
max-width: 30px;
}
.chat-avatar--user {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 30 30'%3e%3cdefs%3e%3ccircle id='a' cx='15' cy='15' r='15'/%3e%3c/defs%3e%3cg fill='none'%3e%3cmask id='b' fill='%23fff'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse fill='%23ddd' stroke='%23fff' xlink:href='%23a'/%3e%3cg fill='%23fff' mask='url(%23b)'%3e%3cpath d='M20.9 22.8l-1.3 1.4A6.8 6.8 0 0 1 15 26c-1.6 0-3.2-.7-4.6-2a11 11 0 0 1-1.3-1.3c-1.7.8-3 2.4-3.4 4.4l-.5 3a.6.6 0 0 0 .6.7h18.4a.6.6 0 0 0 .6-.8l-.5-3a6.2 6.2 0 0 0-3.4-4.3z'/%3e%3cpath d='M11.3 23.2a5.1 5.1 0 0 0 3.7 1.6c1.3 0 2.6-.5 3.7-1.6 2.3-2 4-5.8 4-9C22.7 9.7 19.2 6 15 6s-7.7 3.7-7.7 8.2c0 3.7 1.6 6.6 4 9z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 30 30'%3e%3cdefs%3e%3ccircle id='a' cx='15' cy='15' r='15'/%3e%3c/defs%3e%3cg fill='none'%3e%3cmask id='b' fill='%23fff'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cuse fill='%23ddd' stroke='%23fff' xlink:href='%23a'/%3e%3cg fill='%23fff' mask='url(%23b)'%3e%3cpath d='M20.9 22.8l-1.3 1.4A6.8 6.8 0 0 1 15 26c-1.6 0-3.2-.7-4.6-2a11 11 0 0 1-1.3-1.3c-1.7.8-3 2.4-3.4 4.4l-.5 3a.6.6 0 0 0 .6.7h18.4a.6.6 0 0 0 .6-.8l-.5-3a6.2 6.2 0 0 0-3.4-4.3z'/%3e%3cpath d='M11.3 23.2a5.1 5.1 0 0 0 3.7 1.6c1.3 0 2.6-.5 3.7-1.6 2.3-2 4-5.8 4-9C22.7 9.7 19.2 6 15 6s-7.7 3.7-7.7 8.2c0 3.7 1.6 6.6 4 9z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-size: auto;
  height: 30px;
  width: 30px;
}
.chat-ui-query-field{
border-top: 1px solid #dfdfdf;
position: relative;
z-index: 2;
}
.query-field{
position: relative;
}
.query-field-inner{
background: #fff;
display: table;
width: 100%;
}
.query-field-align{
vertical-align: middle;
display: table-cell;
width: 100%;
}
.query-field-buttons{
vertical-align: middle;
white-space: nowrap;
display: table-cell;
position: relative;
padding: 0 5px;
width: 0;
}
.query-field-relative{
position: relative;
}
.query-field-menu-opener{
overflow: hidden;
position: absolute;
border: 0;
padding: 0;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%23767676' d='M5 7l1 1h12l1-1-1-1H6L5 7zm0 5l1 1h12l1-1-1-1H6l-1 1zm0 5l1 1h12l1-1-1-1H6l-1 1z'/%3e%3c/svg%3e") no-repeat;
width: 24px;
height: 24px;
text-indent: -9999px;
cursor: pointer;
z-index: 1;
margin: 14px 9px;
top: 0;
left: 0;
}
.query-field-input{
color: #3b3b3b;
position: relative;
-webkit-appearance: textfield;
font-family: inherit;
box-sizing: border-box;
background: transparent !important;
border: 0 !important;
display: block;
padding: 14px 15px 12px !important;
font-size: 16px;
line-height: 20px;
width: 100%;
height: 50px;
margin: 0 0 0 24px;
outline: none;
box-shadow: none !important;
}
.query-field-custom-buttons{
vertical-align: middle;
display: inline-block;
}
.query-field-button {
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  display: inline-block;
  background: 0 0;
  cursor: pointer;
  border: 0;
  padding: 0 12px;
  margin: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.query-field-icon {
  background: url("data:image/svg+xml,%3csvg width='23' height='20' viewBox='0 0 23 20' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%2312a2e4' d='M.52.686c-.34.035-.58.447-.444.76l3.732 8.806-3.732 8.806c-.083.198-.034.443.115.595.152.153.395.202.595.123 7.28-2.953 14.5-6.06 21.788-8.986.232-.047.42-.26.438-.495.017-.237-.137-.474-.36-.556L.785.72C.7.687.61.676.52.686zM1.605 2.24l18.09 7.466H4.765L1.605 2.24zm3.16 8.56H19.67L1.605 18.246l3.16-7.448z'/%3e%3c/svg%3e") no-repeat;
  width: 23px;
  height: 20px;
  display: block;
}

.chat-button{
	top: auto ;
	right: 30px;
	bottom: 70px ;
	left: auto ;
	position: fixed;
	border: 0 ;
	width: 100px;
	display: block ;
	z-index: 10001 ;
}
.chat-button button{
	bottom: 0px;
	left: 0px;
	position: absolute;
	z-index: 1000;
	border: 0px none;
	width: 100px;
	height: 100px;
	padding: 0;
	border-radius: 20px;
	font-size: 1rem;
	line-height: 1.75rem;
	display: inline-block;
	background-color: var(--primary-color-one);
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
}
.chat-button button:not(:disabled) {
  cursor: pointer;
}
.chat-button button .chat-icon[alt="Close icon"]{
	display:none;
	width: 1em;
	height: 1em;
}
.chat-button.show-close button .chat-icon[alt="Close icon"]{
	display:inline-block;
}
.chat-button.show-close button .chat-icon[alt="Chat icon"]{
	display:none;
}
.chat-button button .chat-icon {
	vertical-align: middle;
	width: 1.5em;
	height: 1.5em;
	fill: #ffffff !important;
	margin: auto;
	 -webkit-animation-duration:.25s;
	 animation-duration:.25s;
	 -webkit-animation-name:iconAnimation;
	 animation-name:iconAnimation;
}
.chat-button button .chat-icon * {fill: #ffffff !important;}
@-webkit-keyframes iconAnimation {
 0% {
  opacity:0;
  transform:scale(.5)
 }
 to {
  opacity:1;
  transform:scale(1)
 }
}
@keyframes iconAnimation {
 0% {
  opacity:0;
  transform:scale(.5)
 }
 to {
  opacity:1;
  transform:scale(1)
 }
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {display: none;}
.addReadMore.showmorecontent .readMore {display: none;}
.addReadMore .readMore,
.addReadMore .readLess {font-weight: bold;margin-left: 2px;cursor: pointer;color: var(--primary-color-one);}
.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {display: block;}