.hover-zoom {
  border-radius:0px;
  }

#chat-window {
	position: fixed;
    z-index: 9999;
}

#chat-window a { text-decoration: none; }

#chat-window fieldset {
	border: 0;
	margin: 0;
}

#chat-window hr {
	background: #e9e9e9;
    border: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1px;
    margin: 0;
    min-height: 1px;
}


#chat-window input {
	border: 0;
	color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
}

#faq-chat > div > p > a.button {
	margin: 8px 0px 0px;
	width: 100%;
}

.clearfix-custom-110:after { 
	clear: both; 
display: block;
    content: "";}
    
 .clearfix-custom-header-110:after { 
	clear: both; 
display: block;
    content: "";}

/* ---------- live-chat-custom-110 ---------- */
#live-chat-custom-110 .button{
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 3px;
    /* margin-right: 7px; */
    margin-right: 25%;
    margin-left: 18%;
    font-size: 13px;
    /* font-family: Verdana, Geneva, sans-serif; */
    color: #ffffff;
    display: inline-block;
    margin-bottom: 8px;
    cursor: pointer;
    width: 60%;
    text-decoration: none;
    font-weight: bold;
}

#live-chat-custom-110 {
	bottom: 0;
	font-size: 14px;
	right: 10px;
	position: fixed;
	/* width: 400px; */
	box-shadow: 0px 18px 20px 0px;
	padding: 0 !important;
	z-index: 9999;
}

#mychaticonimg {
	bottom: 0;
	font-size: 14px;
	right: 0;
	position: absolute;
	/* width: 225px; */
	height: 50px;
	cursor: pointer;
	z-index: 9999;
	background-color: #4e6bad;
}

#live-chat-custom-110 header {
	/* background: #293239; */
	background-color: #073156 !important;
	border-radius: 10px 10px 0 0;
	color: #fff;
	padding: 16px 24px;
}
.h4-custom-110{
	margin:0px;
}
.span-custom-110 {
	font-size: 12px;
	margin-left: 16px;
}

/* #live-chat-custom-110 h4:before {
	background: #1a8a34;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin: 0 8px 0 0;
	width: 8px;
} */

#live-chat-custom-110 h4 {
	font-size: 19px;
}

#live-chat-custom-110 h5 {
	font-size: 10px;
}

#live-chat-custom-110 form {
	padding: 24px;
}

#live-chat-custom-110 input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	outline: none;
	/* width: 350px; */
	width: 92%;
	color: rgb(51, 51, 51);
}

#cstmform input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px;
	outline: none;
	width: 250px;
}



.chat-custom-110 {
	background: #fff;
}

.chat-message-counter {
	background: #e62727;
	border: 1px solid #fff;
	border-radius: 50%;
	display: none;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	left: 0;
	line-height: 28px;
	margin: -15px 0 0 -15px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 28px;
}

.chat-close-custom-110 {
	border-radius: 50%;
	color: #fff;
	display: block;
	float: right;
	font-size: 17px;
	height: 16px;
	line-height: 13px;
	text-align: center;
	width: 16px;
	margin-left:10px;
}
.chat-close-custom-110:hover {
	background-color: inherit;
	border: none;
}

.chat-minimize-custom-110 {
	color: #fff;
	float: right;
}
.chat-minimize-custom-110:hover {
	background-color: inherit;
	border: none;
}
.chat-send{
	background:#fff;
	/* position: absolute; */
	right: 0;
}
.chat-custom-110 {
	background: #fff;
}

.chat-history-custom-110 {
	height: 400px;
	padding: 8px 12px;
	overflow-y: scroll;
	/* background-image: url("images/chatbg3.jpg"); */
}

.chat-message {
	margin: 16px 0;
}

.chat-message img {
	border-radius: 50%;
	float: left;
}
.chat-message-odd img{
	border-radius: 50%;
	float: right;
}
.chat-message-odd-content {
	margin-right: 40px;
}
.chat-message-content-custom-110{
	margin-left: 56px;
}

.chat-time {
	float: right;
	font-size: 10px;
}

.chat-feedback-custom-110 {
	font-style: italic;	
	/* margin: 0 0 0 80px; */
	margin: 0;
	background-image: url(images/chatbg3.jpg);
	text-align: left;
	color: #444;
}
.speech-bubble-custom-110 {
	
    position: relative;
	/* background: #d6d6d6; */
	border-style: solid;
	border-color: #d6d6d6;
    border-radius: .4em;
	padding: 10px;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.05);
	/* font-family: Verdana, Geneva, sans-serif; */
		/*box-shadow: -3px 0px 15px 0px;*/
	color: #444;
  word-break: break-word !important;
}

.speech-bubble-form-custom-110 {
	
	background: #d6d6d6;
    position: relative;
	border-radius: .4em;
    /* background: #e8f1fd; */
    padding: 5px;
}

.speech-bubble-custom-110:after {
	content: " ";
    top: 16px;
    left: -20px;
    height: 0;
    width: 0;
    border-width: 10px;
    position: absolute;
    border-style: solid;
    border-color: #d6d6d6 #d6d6d6 transparent transparent;
	
}

.speech-bubble-custom-110 p {
	color: #444;
	text-align: left;
}

a#reset-session {
	color: initial;
	padding: unset;
}

a#reset-session:hover {
	background-color: rgba(0, 0, 0, 0);
	color: initial;
	border: unset;
}

.speech-bubblee-custom-110 {
    position: relative;
    background: #696f72;
	color: white;
    border-radius: .4em;
        padding: 10px;
	margin-right: 7px;
	/* font-family: Verdana, Geneva, sans-serif; */
	box-shadow:0 0 8px 0 rgba(0,0,0,0.05);
	text-align: left;
}

.speech-bubblee-custom-110:after {
	content: " ";
    top: 5px;
    right: -14px;
    width: 0;
    height: 0;
    border-width: 10px;
    position: absolute;
    border-style: solid;
    border-color: #696f72 transparent transparent #696f72;
	
}


.rating {
    float:left;
    text-align: left;
}

/* :not(:checked) is a filter, so that browsers that don't support :checked don't 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn't make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}


.custom-select{
 width:150px;   
}

.btnyy {
  background-color: #263132; /* Blue background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 12px 16px; /* Some padding */
  font-size: 26px; /* Set a font size */
  font-weight: bold; /* Set a font block */
  cursor: pointer; /* Mouse pointer on hover */
  width: 60px;
  border-radius: 8px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  
  transition: 0.2s ease-out;
  animation:slide-in-from-bottom 0.2s ease-out backwards;
}

.btnyy:hover {
  background-color: #5f5d5d;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.select-css {
	display: block;
	/* font-family: Verdana, Geneva, sans-serif; */
	font-size: 12px;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 85%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
.select-css option {
	font-weight:normal;
}

/* float button */

.btnBlueGreen.btnFloat {
  background: #00AE68;
}

.btnLightBlue.btnFloat{
   background: #696f72;
}

.btnOrange.btnFloat {
  background: #FFAA40;
}

.btnPurple.btnFloat {
  background: #8D336A;
}

.btnFloat:hover {
  
}

.btnFloat:hover {
  /*margin-top: -2px;
  margin-left: 0px;
  transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.25);*/
}

/* #closeIconId:hover {
  margin-top: -2px;
  margin-left: 0px;
  transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.25);
} */

/* #minimizeIconId:hover {
  margin-top: -2px;
  margin-left: 0px;
  transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.25);
} */

.fa-fw {
  background: yellow;
  padding: 10px;
}

.chat-close-custom-110:hover,
.chat-minimize-custom-110:hover{
	background-color: transparent !important;
	color: white !important;
	outline: none !important;
}

#minimizeIconId{
	vertical-align: text-top;
}

.chat-message-odd{
	padding-top:16px;
}

#questionInp:focus{
	outline:none !important;
	box-shadow:none !important;
}

.fa{
	display:unset;
}