body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
.card{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 14px 80px 18px 36px;
  cursor: pointer;
  height: 210px;
}

.card:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card h3{
  font-weight: 600;

}

.card img{
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
}

.card-1{
  background-image: url(https://ionicframework.com/img/getting-started/ionic-native-card.png);
      background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-2{
   background-image: url(https://ionicframework.com/img/getting-started/components-card.png);
      background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-3{
   background-image: url(https://ionicframework.com/img/getting-started/theming-card.png);
      background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}
.features-block .card p{
    margin-left: 0px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}
.features-block .card h3{
    
    text-align: center;
}

@media(max-width: 990px){
  .card{
    margin: 20px;
  }
} 


/* Chatbot styles */
html, body { height: 100% }
body { margin: 4 }
#webchat,
#webchat > * {
    height: 100%;
    width: 100%;
}
#window{
    width: 350px;
    position: fixed;
    bottom: 11%;
    right: 5%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    z-index: 999;
    box-shadow: 0 12pt 12pt rgba(0, 0, 0, .15);
}

#title_bar{
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, rgb(50, 7, 150) 0%, rgb(236, 162, 241) 99%, rgb(236, 162, 241) 100%) repeat scroll 0% 0%;
    height: 60px;
    width: 100%;
    font: 20px Trebuchet MS;
    color: white;
    border-radius: 6px 6px 0 0;
    padding: 18px 15px 12px 12px;
}
#button{
    width: 25px;
    height: 23px;
    float:right;
    cursor:pointer;
}
#box{
    height: 400px;
    background: #DFDFDF;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.logo-smatest{
    width: 35px;
    height: 25px;
}
.scrollbar {
    scrollbar-color: #6590e3 #c4c4c4;
    scrollbar-width: thin;
}
.bot_close_btn {
    background:transparent;
    border:transparent;
    margin-left: -6%;
}