body {
  font-family: "Poppins", serif;
  color: #333;
  background-color: #f1e6cc;
  background: url("../img/chatbot/img/bg.jpg") no-repeat center center;
  background-size: cover;
}
a, button, input {
  transition: .3s;
  outline: none;
}
button:focus-visible {
  transition: .3s;
  outline: none!important;
}
center {
 
  height: 100%;
}
a.searchtext{
  color: #000;
  text-decoration: none;
}
a.searchtext:hover{
  color: #000;
  text-decoration: none;
}
.searchtext {
    right: -34px;
    display: inline-block;
    position: absolute;
    top: 19px;
}
.wapper-grid {
  position: relative;
  z-index: 99;
}
.grid {
  height: 23px;
  position: relative;
  bottom: 4px;
}
.signbutton {
  background-color: #4885ed;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 7px 10px;
  position: relative;
  bottom: 7px;
  font-weight: bold;
}
.logo {
  text-align: center;
  padding: 3rem 0rem;
  padding-top: 2rem;
}
.logo a {
  display: block;
  width: 600px;
  margin: auto;
}
.logo img {
 
}
.wapper-grid h3 {
  font-size: 2rem;
  font-weight: bold;
  padding: 0rem 0rem;
  margin-bottom: -2rem;
  color: #000;
}
.wapper-grid h5 {
  color: #6E6E6E;
  font-weight: 600;
  font-size: 1rem;
}
.wapper-grid p {
  font-size: 16px;
  padding: 1rem 1rem;
  color: #6e6c6c;
  margin: 0px;
  margin-top: 1rem;
  width: 815px;
}
.bar {
  width: 750px;
  border-radius: 50px;
  border: 1px solid #CECECE;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgb(187 187 187 / 74%);
  margin-top: 1rem;
  transition: .3s;
}
.bar:hover {
  box-shadow: 0px 5px 10px rgb(187 187 187 / 91%);
  border: 1px solid #ebebeb;
}
.bar:focus-within {
  box-shadow: 0px 5px 10px rgb(187 187 187 / 91%);
  outline: none;
  border: 1px solid #ebebeb;
}
/*.bar .serach-btn {
  display: flex;
  position: absolute;
  right: 29px;
  top: 2px;
  height: 57px;
  width: 35px;
  align-items: center;
  transition: .3s;
  border: 0;
  background-color: transparent;
}*/
button.serach-btn:focus-visible {
  outline:none!important;
}

  .bar .serach-btn {
    display: flex;
    position: absolute;
    right: 73px;
    top: 1px;
    height: 57px;
    width: 35px;
    align-items: center;
    transition: .3s;
    border: 0;
    background-color: transparent;
}
.bar .serach-btn svg {
  width: 100%;
  transition: .3s;
}
.bar .serach-btn svg {
  transition: .6s;
}
/*.bar .serach-btn:hover svg path {
  fill: #242424;
  transition: .3s;
}*/
/*.searchbar {
  border: none;
  width: 85%;
  font-size: 14px;
  outline: none;
  padding: 8px 0px;
  border-right: 1px solid #e1e1e1;
  margin: 10px;
  margin-right: 5rem;
  padding-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5d5b5b;
}
*/

.searchbar {
    border: none;
    width: 83%;
    font-size: 14px;
    outline: none;
    padding: 8px 0px;
    border-right: 1px solid #e1e1e1;
    margin: 10px;
    margin-right: 6.5rem;
    padding-left: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5d5b5b;
}
.searchbar::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchbar::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchbar:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchbar:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buttons {
  display: inline-block;
}
.button {
  display: inline-block;
  color: #505050;
  margin: 0px 10px;
  outline: none;
  background: #E8F0F1;
  font-size: 11px;
  border-radius: 5px;
  padding: 8px 15px;
  font-weight: 500;
  border: none;
  text-decoration: none;
  line-height: normal;
}
.button:hover {
  color: #1D1D1D;
  transform: scale(1.1);
}
.button:focus {
  outline: 0;
  color: #1D1D1D;
}
.button i {
  padding-left: 5px;
}
.buttonlast {
  background: #4CAF50;
  color: #fff;
}
.buttonlast:hover {
  color: #fff;
}
.buttonlast:focus {
  outline: 0;
  color: #fff;
}
.button2last {
  background: #DB9200;
  color: #fff;
}
.button2last:hover {
  color: #fff;
}

.button2last:focus {
  outline: 0;
  color: #fff;
}

.foot-img {
  position: relative;
  right: 0px;
  left: 0px;
  margin: auto;
  bottom: 0px;
  width: 100%;
}
.main-grid {
  margin: 30px 0;
  background-color: #F6F6F6;
  padding: 2rem;
  border-radius: 10px;
  display: inline-block;
  width: 80%;
  border: 1px solid #e7e7e7;
}
.main-grid p{
  font-size: 14px;
}
.message {
  margin-bottom: 2px;
  text-align: left;
  position: relative;
  font-size: 14px;
  /* padding-left: 5px; */
  line-height: 26px;
  background: #eee;
  padding: 8px 0 8px 20px;
  border-radius: 25px;
  border: 1px solid #d8d8d8;
  margin-bottom:10px
}

#conversation strong, #conversation b, #conversation .message{
  font-weight: 500;
}

/* .message strong::after {
  content: "";
  background-image: url(../img/chatbot/img/Query.png);
  position: absolute;
  background-size: cover;
  height: 14px;
    width: 22px;
    left: 0px;
    top: 7px;
} */

.loading-dots {
  font-size: 30px;
  font-weight: bold;
  color: #666;
  margin-top: 10px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
      opacity: 0.2;
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0.2;
  }
}

.reply {
  margin-bottom: 1.5rem;
  text-align: left;
  position: relative;
  font-size: 14px;
  /*border-bottom: 1px solid #ccc;*/
  padding-bottom: 1rem;
  padding-left: 42px;
  line-height: 26px;
  padding-right: 90px;
  position: relative;
}
.reply i {
  position: absolute;
  right: 10px;
  top: 10px;
}
.reply:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.reply strong::after {
  content: "";
  background-image: url(../img/chatbot/img/favicon.png);
  position: absolute;
  background-size: cover;
  height: 21px;
  width: 18px;
  left: 16px;
  top: 3px;
}
/* 
.message {
  background-color: #fff;
  padding: 12px 20px;
  float: left;
  width: 48%;
  border-radius: 10px;
  margin-top: 0rem;
  padding-top: 2.5rem;
  margin-bottom: 6rem;
  border: 1px solid #e3e3e3;
  clear: both;
}
.message strong{
  display: block;
    position: relative;
    margin-top: -75px;
    padding-bottom: 1.5rem;
    left: -10px;
}

.reply {
  background-color: #fff;
  padding: 12px 20px;
  float: right;
  width: 47%;
  border-radius: 10px;
  margin-top: 5rem;
  text-align: left;
  margin-left: 5%;
  padding-top: 4rem;
  margin-bottom: 2rem;
  border: 1px solid #ccc;
}

.reply strong {
  display: block;
  position: relative;
  margin-top: -96px;
  padding-bottom: 1.5rem;
  right: 10px;
} */

.footer{
  
}
.footer .btn.btn-link:hover {
  color: #ff5400;
  box-shadow: none;
}
.copyedby {
  display: block;
  text-align: left;
}
.poweredby {
  display: block;
  text-align: right;
}
.footer .copyright {
  padding: 15px 20px;
  font-size: 13px;
  border-top: rgb(144 166 191 / 29%) 1px solid;
  margin-top: 0px;
  color: #adadad;
  background-color: #031223;
}
.footer .copyright a {
  color: #0dd3f1;
}
.footer .copyright a:hover {
  color: #FFFFFF;
}

.button3last {
  display: inline-block;
  position: fixed;
  bottom: 12rem;
  right: 28px;
  outline: none;
  font-size: 15px;
  border-radius: 5px;
  padding: 8px 15px;
  font-weight: 500;
  border: none;
  text-decoration: none;
  line-height: normal;
  background: #DB9200;
  color: #fff;
}
.button3last:hover {
  color: #fff;
}

.button3last:focus {
  outline: 0;
  color: #fff;
}








@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {

.searchtext {
    right: -32px;
    top: 9px;
}

  .bar {
    width: 100%;
}
.button {
  margin: 4px 4px;
  font-size: 11px;
  padding: 8px 15px;
  width: 43%;
}
.wapper-grid p {
  font-size: 12px;
  padding-top: 10px;
}
.searchbar {
  border: none;
  width: 67%;
  font-size: 14px;
  outline: none;
  padding: 10px 0px;
  margin: 5px;
  margin-right: 15rem;
  padding-left: 1rem;
}

.bar .serach-btn {
  display: flex;
  position: absolute;
  right: 54px;
  top: 5px;
  height: 38px;
  width: 18px;
  align-items: center;
  transition: .3s;
  border: 0;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
}
.wapper-grid h5 {
  font-size: 14px;
  margin-bottom: 2rem;
}
center {
  padding: 5px 10px;
}
.button {
  width: 45%;
}
.main-grid {
  margin: 10px 0;
}
.message {
  font-size: 12px;
  padding: 7px 14px 7px 14px;
  margin-bottom: 10px;
  line-height: normal;
}
.reply {
  font-size: 12px;
  padding-right: 18px;
  line-height: 18px;
  padding-left: 22px;
  word-break: break-all;
}
.reply strong::after {
  height: 16px;
  width: 15px;
  left: 3px;
  top: 0px;
}
.reply i {
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 4px;
}


.copyedby {
  text-align: center;
  font-size: 12px;
}
.poweredby {
  text-align: center;
  font-size: 12px;
}
.logo {
  padding: 1rem 0rem;
  padding-bottom: 5px;
}
.searchbar {
  font-size: 12px;
  width: 74%;
}
.button3last {
  display: inline-block;
  position: relative;
  bottom: 0px;
  right: 0px;
  left: 0px;
  outline: none;
  font-size: 12px;
  border-radius: 0px;
  padding: 10px 5px;
  font-weight: 500;
  border: none;
  text-decoration: none;
  line-height: normal;
  background: #DB9200;
  color: #fff;
  margin: auto;
  width: 100%;
}
.foot-img {
  position: relative;
  right: 0px;
  left: 0px;
  margin: auto;
  bottom: 0px;
  width: 100%;
}
.main-grid {
  margin: 14px 0px;
  background-color: transparent;
  padding: 0px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  border: 0px solid #e7e7e7;
  box-shadow: none;
}
.wapper-grid h3 {
  margin-bottom: 5px;
  font-size: 2.6rem;
}

.logo a {
  width: 310px;
}
.wapper-grid h3 span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.wapper-grid h5 {
  font-size: 11px;
  margin: 0;
  margin-bottom: 10px;
  line-height: normal;
  padding: 0px;
  margin-top: 5px;
}
.footer .copyright {
  padding: 15px 10px;
  font-size: 12px;
  border-top: rgb(144 166 191 / 29%) 1px solid;
  margin-top: 0px;
  color: #adadad;
  background-color: #031223;
}
.button i {
  padding-left: 1px;
}
.wapper-grid p {
  font-size: 12px;
  padding: 1rem 0rem;
  padding-top: 0px;
  width: 100%;
}
}

@media only screen and (max-device-width: 320px){
  .button {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 6px;
}
center .container{
padding: 0;
}
}