/*common colors*/
/*gray*/
/*red*/
/*$darkBorderRed:#950000;  //missing in colors component*/
/*FinancialBeige*/
/*POSB*/
/*#D9AA68;*/
/*#ae8960;*/
/*Colors - End*/
/*Number controls - width, length, columns Start*/
/*Number controls - width, length, columns End*/
  
@-webkit-keyframes bounce {
  20%,53%,80%,from,to {
      -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
      animation-timing-function: cubic-bezier(.215,.61,.355,1);
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0)
  }

  40%,43% {
      -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      -webkit-transform: translate3d(0,-30px,0);
      transform: translate3d(0,-30px,0)
  }

  70% {
      -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      -webkit-transform: translate3d(0,-15px,0);
      transform: translate3d(0,-15px,0)
  }

  90% {
      -webkit-transform: translate3d(0,-4px,0);
      transform: translate3d(0,-4px,0)
  }
}

@keyframes bounce {
  20%,53%,80%,from,to {
      -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
      animation-timing-function: cubic-bezier(.215,.61,.355,1);
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0)
  }

  40%,43% {
      -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      -webkit-transform: translate3d(0,-30px,0);
      transform: translate3d(0,-30px,0)
  }

  70% {
      -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      -webkit-transform: translate3d(0,-15px,0);
      transform: translate3d(0,-15px,0)
  }

  90% {
      -webkit-transform: translate3d(0,-4px,0);
      transform: translate3d(0,-4px,0)
  }
}

@keyframes fadeInUp {
from {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
to {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); } }


.btn-kasisto.fadeInUp {
animation-duration: 0.5s;
animation-timing-function: ease-out; }

.modal.mdl-blur {
  overflow: hidden;
  padding-right: 0 !important;
  z-index: 1060; }

.modal.mdl-blur .modal-dialog {
  height: 100%;
  width: 360px;
  right: 40px;
  overflow: hidden;
  margin: 0;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0; }

.modal.mdl-blur .modal-dialog .close {
  width: 15px;
  height: 14px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  text-shadow: none; }

.modal.mdl-blur .modal-dialog .modal-content {
  border: none;
  background-color: #faf7f3;
  height: 100%;
  box-shadow: initial;
  -moz-border-radius: initial;
  -webkit-border-radius: initial;
  -khtml-border-radius: initial;
  border-radius: initial; }

.chat-box .chat-box-body .chat-content .chat-question, .chat-box .chat-box-body .chat-default {
  border-bottom: 1px solid #e4ddd5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px; 
max-width: 270px;
}

.chat-box {
  height: 100%; }

.chat-box .chat-box-title {
  background-color: #F33;
  height: 48px; }

.chat-box .chat-box-title h6 {
  padding: 16px 0 0 12px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem; }

.chat-box .chat-box-title h6 a {
  float: left; }

.chat-box .chat-box-body {
  padding: 12px 14px 12px 16px;
  overflow: auto; }

.chat-box .chat-box-body .chat-default {
  margin: 0 50px 16px 0;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px 1px #e4ddd5;
  -moz-box-shadow: 0 0 1px 1px #e4ddd5;
  box-shadow: 0 0 1px 1px #e4ddd5;
  color: #2e2e2e; }

.chat-box .chat-box-body .chat-default ul, .chat-box .chat-box-body .chat-suggested ul {
  margin-left: 20px; 
padding: 4px 0px 4px 0px;

}

.chat-box .chat-box-body .chat-default ul li, .chat-box .chat-box-body .chat-suggested ul li {
  font-size: 14px;
 font-size: 1.4rem;          
}

.chat-box .chat-box-body .chat-default ul li a {
  color: #ee2e24;
/* text-decoration: underline; */
font-weight:bold;
}

.chat-box .chat-box-body .chat-default .chat-question-title {
  padding: 8px 12px;
  position: relative; }

.chat-box .chat-box-body .chat-default .chat-question-title p {
  word-wrap: break-word;
  font-size: 14px;
  font-size: 1.4rem; }

.chat-box .chat-box-body .chat-default .chat-question-title h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400; }

.chat-box .chat-box-body .chat-default .chat-question-title .arrowleft {
  /*background: url(../images/digiIndia/images/kasisto_arrowleft.png) left top no-repeat;
  width: 21px;
  height: 9px;
  position: absolute;
  left: -11px;
  top: -2px; */
              width: 0;
  height: 0;
  position: absolute;
  left: -8px;
  top: 0;
  border-top: 0 solid transparent;
  border-right: 14px solid #fff;
  border-bottom: 12px solid transparent;
   }

.chat-box .chat-box-body .chat-default .chat-body {
  padding: 8px 12px 12px; }

.chat-box .chat-box-body .chat-default .chat-body label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight:bold;
}

.chat-box .chat-box-body .chat-default .chat-body p {
  font-size: 12px;
  font-size: 1.2rem; }

.chat-box .chat-box-body .chat-content {
  margin: 4px 50px 4px 0; }

.chat-box .chat-box-body .chat-content.error.mTop-16, .chat-box .chat-box-body .chat-content.mTop-16 {
  margin-top: 16px; }

.chat-box .chat-box-body .chat-content.error .chat-question {
  background: #fef3bf;
color: #703e08; }

.chat-box .chat-box-body .chat-content.error .chat-question .arrowleft {
/*  background-image: url(../images/kasisto_arrowleft_error.png);
  left: -10px; */
              width: 0;
  height: 0;
  position: absolute;
  left: -8px;
  top: 0;
  border-top: 0 solid transparent;
  border-right: 14px solid #fff;
  border-bottom: 12px solid transparent;
              }

.chat-box .chat-box-body .chat-content .chat-question {
  max-width: 270px;
/* min-width: 30%;*/
  float: left;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px 1px #e4ddd5;
  -moz-box-shadow: 0 0 1px 1px #e4ddd5;
  box-shadow: 0 0 1px 1px #e4ddd5;
  color: #2e2e2e;
  padding: 12px 16px 8px;
  position: relative; }

.chat-box .chat-box-body .chat-content .chat-question p {
  word-wrap: break-word;
  font-size: 14px;
  font-size: 1.4rem; }

.chat-box .chat-box-body .chat-content .chat-question h4 {
  font-size: 14px;
 font-size: 1.4rem;
  font-weight: 500; }

.chat-box .chat-box-body .chat-content .chat-question .arrowleft {
/* background: url(../images/digiIndia/images/kasisto_arrowleft.png) left top no-repeat;
  width: 21px;
  height: 9px;
  position: absolute;
  left: -11px;
  top: -2px; */
              width: 0;
  height: 0;
  position: absolute;
  left: -8px;
  top: 0;
  border-top: 0 solid transparent;
  border-right: 14px solid #fff;
  border-bottom: 12px solid transparent;
   }

.chat-box .chat-box-body .chat-content .chat-question .media-left {
  padding-right: 15px;
  padding-left: 5px; }

.chat-box .chat-box-body .chat-content .chat-body {
  padding: 12px 16px 8px; 
max-width:270px;
}

.chat-box .chat-box-body .chat-content .chat-body label {
  font-size: 14px;
  font-size: 1.4rem; }

.chat-box .chat-box-body .chat-content .chat-body p {
  font-size: 14px;
  font-size: 1.4rem; }

.chat-box .chat-box-body .chat-reply-box {
  margin: 4px 0 4px 50px; }

.chat-box .chat-box-body .chat-reply-box.mTop-16 {
  margin-top: 16px; }

.chat-box .chat-box-body .chat-reply {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: #FF7777;
  position: relative;
  color: #fff;
  padding: 12px 16px 8px;
  font-size: 14px;
  font-size: 1.4rem;
  float: right;
  max-width: 100%;
/* min-width: 30%; */
}

.chat-box .chat-box-body .chat-reply p {
  word-wrap: break-word; }

.chat-box .chat-box-body .chat-reply .arrowright {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 14px solid #FF7777;
  right: -8px;
  bottom: 0;
  position: absolute; }

.chat-box .chat-box-bottom {
  background-color: #ee2e24;
  min-height: 42px;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 21px 8px; 
  background: #fff;
  }

.chat-box .chat-box-bottom textarea {
  box-shadow: none;
  resize: none;
  float: left;
  width: 79%;
  /*min-height: 28px;
  color: #000;*/
height: 28px;
  max-height: 28px;
  overflow: auto!important;
  border: 0;
  font-size: 1.4rem;
  padding: 4px 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px; 
  line-height:16px;
  }
#kasistoChat #mdlKasistoChat  .chat-box .chat-box-bottom textarea::-webkit-scrollbar{
  width: 8px;
}

 #kasistoChat #mdlKasistoChat  .chat-box .chat-box-bottom textarea::-webkit-scrollbar-thumb{
background-color:#dbdee1;
}

.chat-box .chat-box-bottom textarea::-webkit-input-placeholder {
  color: #FFF; }

.chat-box .chat-box-bottom textarea::-moz-placeholder {
  color: #FFF;
  opacity: 1; }

.chat-box .chat-box-bottom textarea:-moz-placeholder {
  color: #FFF;
  opacity: 1; }

.chat-box .chat-box-bottom textarea::-ms-input-placeholder {
  color: #FFF; }

.chat-box .chat-box-bottom a, .chat-box .chat-box-bottom button {
  display: inline-block;
  background: 0 0;
  color: #fff;
  border: 0;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 5px 0 0 12px; }

.chat-box .chat-box-bottom a:active, .chat-box .chat-box-bottom a:focus, .chat-box .chat-box-bottom a:visited, .chat-box .chat-box-bottom button:active, .chat-box .chat-box-bottom button:focus, .chat-box .chat-box-bottom button:visited {
  outline: 0; }

.chat-box .chat-box-bottom a.line-ht-twoRow, .chat-box .chat-box-bottom button.line-ht-twoRow {
  line-height: 38px; }

.chat-box .chat-box-bottom a.line-ht-threeRow, .chat-box .chat-box-bottom button.line-ht-threeRow {
  line-height: 60px; }

.chat-box.androidFix {
overflow: hidden !important;
  overflow-y: hidden !important;
  overflow-x: hidden !important; }

.kasisto-box {
  position: fixed;
  z-index: 1040;
  bottom: 40px;
  right: 40px; }

.infobar-show .kasisto-box {
  bottom: 80px; }

.kasisto-box .btn-kasisto {
  width: 60px;
  height: 60px;
  float: right;
  display: none; }

.kasisto-box .kasisto-msg {
  display: none;
  background: #FFF;
  min-width: 125px;
  max-width: 125px;
  padding: 6px 6px 1px 8px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  right: 20px;
  top: -14px;
  -webkit-box-shadow: 0 1px 6px -2px #000;
  -moz-box-shadow: 0 1px 6px -2px #000;
  box-shadow: 0 1px 6px -2px #000; }

.kasisto-box .kasisto-msg .kasisto-content {
  /*background-color: #f15941;
  padding: 4px 8px;*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px; }

.kasisto-box .kasisto-msg .kasisto-content p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem; }

.kasisto-box .kasisto-msg .kasisto-content a {
  color: #f33; }

.kasisto-box .kasisto-msg .arrowdown {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 5px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 6px solid #000;
  transform-origin: 0 0;
-webkit-transform: rotate(45deg);
box-shadow: rgba(0,0,0,.3) 1.5px 1.5px 1.5px;
-moz-transform: rotate(45deg);
-webkit-box-shadow: rgba(0, 0, 0, .3) 1.5px 1.5px 1.5px;
-moz-box-shadow: rgba(0, 0, 0, .3) 1.5px 1.5px 1.5px;
  border-color: transparent #fff #fff transparent;
              transform: rotate(45deg);
  }

.kasisto-box .kasisto-msg.bounce, .kasisto-box .kasisto-msg.bounceIn, .kasisto-box .kasisto-msg.fadeIn {
display: block;
animation: 1s ease-in .5s 2 bounce;
-webkit-animation-iteration-count: 2;
}

.chat-box .chat-box-body .chat-content ul li a {
  color: #ee2e24;
  text-decoration: none; }
.chat-box .chat-box-body .chat-content ul li:hover {
text-decoration:underline;
   }

.chat-suggested {
  margin-top: 16px; }

.chat-suggested ul {
  margin-bottom: 0; }

.modal-content .chat-box .chat-box-bottom #btnChat{
-webkit-appearance: none;
color: #f33;
padding: 0px;
float: right;
width: 50px;
padding-top:4px;
}

#kasistoChat .modal .modal-dialog{
right:40px;
}

#kasistoChat #mdlKasistoChat .modal-dialog .chat-box .chat-box-title h6{
margin-top:0px
}

#kasistoChat #mdlKasistoChat .modal-dialog
{
height: 560px;
}
#kasistoChat #mdlKasistoChat .chat-box #chatBody  {
height: 450px;
background-color: rgb(237, 235, 235);
}
#kasistoChat #mdlKasistoChat .chat-box #chatBody::-webkit-scrollbar{
  width: 8px;
}

 #kasistoChat #mdlKasistoChat .chat-box #chatBody::-webkit-scrollbar-thumb{
background-color:#dbdee1;
}
#kasistoChat .chat-box .chat-box-bottom textarea::placeholder {
color:#999;
}

textarea#chatContent:focus {
  color: #000 !important;
  font-weight:500;
  }

.modal-open #kasistoChat .modal {
  width: 360px;
  left: auto;
  height: 560px;
  margin-right:40px;
  top:auto;
  /*box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 2px 2px;*/
  } 
  
  .modal-boxshadow{
  /* box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 2px 2px;*/
  }

@-moz-document url-prefix() { #kasistoChat #mdlKasistoChat .chat-box #chatBody { height: 442px; } }
@media screen\0 { 
 #kasistoChat #mdlKasistoChat .chat-box #chatBody{
height:442px !important;
}
} 
@media (min-width: 320px) {
  .chat-box .chat-box-bottom textarea
{
    width: 83%;
  } 
  }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  .chat-box .chat-box-bottom textarea {
    width: 88%; }
#kasistoChat #mdlKasistoChat .chat-box #chatBody{
  height: 280px;
   }
  }

@media (min-width: 360px) {
  .chat-box .chat-box-bottom textarea {
    width: 82%; } }

@media (min-width: 375px) {
  .chat-box .chat-box-bottom textarea {
    width: 85%; } }

@media (min-width: 414px) {
  .chat-box .chat-box-bottom textarea {
    width: 87%; }
#kasistoChat .modal .modal-dialog {
  right :0
  }
    }

@media (min-width: 500px) {
  .chat-box .chat-box-bottom textarea, .yellow-header.mob-ht-small .top-section .top-banner img {
    width: 90%; } }

@media (min-width: 550px) {
  .chat-box .chat-box-bottom textarea {
    width: 90%; }
  .yellow-header.mob-ht-small .top-section .top-banner img {
    width: 85%; } }

@media (min-width: 630px) {
  .chat-box .chat-box-bottom textarea {
    width: 92%; } }

@media (min-width: 750px) {
  .chat-box .chat-box-bottom textarea {
    width: 93%; } }

@media (min-width: 768px) {
  .chat-box .chat-box-bottom textarea {
    width: 81%; 
    } 
    #kasistoChat .modal .modal-dialog {
   /* right:40px;*/
    }
    }

@media only screen and (max-width: 767px) {

  .chat-box .chat-box-title {
    height: 48px; }
  .bg-blur .modal-backdrop.in {
    background: 0 0; }
  .modal.mdl-blur {
    position: absolute; }
  .modal.mdl-blur .modal-content {
    position: relative; }
  .chat-box .chat-box-title h6 {
    font-size: 14px;
    font-size: 1.4rem; }
  .chat-box .chat-box-bottom {
    z-index: 9999999;
    -webkit-box-shadow: 0 0 7px -1px #c1bdb8;
    -moz-box-shadow: 0 0 7px -1px #c1bdb8;
    box-shadow: 0 0 7px -1px #c1bdb8;
   /* min-height: 54px;*/
  height : 70px;
    background-color: #fff;
    padding: 21px 8px; }
  .chat-box .chat-box-bottom textarea {
    font-size: 14px;
    font-size: 1.4rem;
    height: 30px;
  /* color: #000;*/
    line-height: 16px; }
  .chat-box .chat-box-bottom textarea::-webkit-input-placeholder {
    color: #b0a4b3; }
  .chat-box .chat-box-bottom textarea::-moz-placeholder {
    color: #b0a4b3; }
  .chat-box .chat-box-bottom textarea:-moz-placeholder {
    color: #b0a4b3; }
  .chat-box .chat-box-bottom textarea::-ms-input-placeholder {
    color: #b0a4b3; }
  .chat-box .chat-box-bottom a, .chat-box .chat-box-bottom button {
    font-size: 14px;
    font-size: 1.4rem;
    color: #ee2e24;
    font-weight: 700;
    padding-top: 7px; }
  .chat-box .chat-box-body {
    z-index: 10;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .chat-box .chat-box-body .chat-content .chat-body label, .chat-box .chat-box-body .chat-content .chat-question h4, .chat-box .chat-box-body .chat-content .chat-question p, .chat-box .chat-box-body .chat-content ul li, .chat-box .chat-box-body .chat-reply p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal; }
  .chat-box .chat-box-body .chat-content ul li a {
    text-decoration: none; }
  .chat-box .chat-box-body .chat-default .chat-body label, .chat-box .chat-box-body .chat-default .chat-question p, .chat-box .chat-box-body .chat-default .chat-question-title h4, .chat-box .chat-box-body .chat-default ul li, .chat-box .chat-box-body .chat-reply p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: normal; }
  .chat-box .chat-box-body .chat-default .chat-body p {
    font-size: 14px;
    font-size: 1.4rem; }
  /*.kasisto-box {
    right: 15px; }*/
 .kasisto-box .kasisto-msg {
   cursor: pointer;
   border: none;
   /*box-shadow: initial;
   background-color: #ee2e24;
    top: 0;
    background-size: contain;
    right: 6px;
   */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 150px;
    min-height: 28px;
    padding-top: 6px;
    min-width: 130px;
    right:14px;
  padding-left: 17px;
   }
  .kasisto-box .kasisto-msg .kasisto-content {
    padding: 0;
    background: 0 0; }
  .kasisto-box .kasisto-msg .kasisto-content a {
    color: #f33;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500; }
  .kasisto-box .kasisto-msg .arrowdown {
   /* display: none;*/
                }
  .modal.mdl-blur .modal-dialog {
    width: 100%; }
  .modal.mdl-blur .modal-dialog .close {
    margin-top: -1px;
    background-size: contain; } 
   #kasistoChat .modal .modal-dialog {
    right:0px;
    }
    #kasistoChat #mdlKasistoChat .modal-dialog
    {
   height: 99.5%;
    }
.modal-open #kasistoChat .modal {
  width: 100%;
  left: unset;
  margin-right:0px;
  height:100%;
  } 
 #kasistoChat #mdlKasistoChat .chat-box #chatBody{
  height: calc(100% - 118px);
  }
}

#chatContent{overflow-y: auto;}
.modal-content .chat-box .chat-box-bottom #btnChat {padding-top: 4px !important;font-weight: 700;}
.modal.mdl-blur .modal-dialog .close{padding-top:6px;}
.chat-box-title h6 span{margin-left:-30px;font-weight: 700;}

@media only screen and (max-width: 767px){
div#mdlKasistoChat.modal.mdl-blur.show{
  position:fixed;
}
}
@media only screen and (min-width: 600px) and (max-width: 620px) {
   .modal-open #kasistoChat .modal{
    height:70%;
  }
div#mdlKasistoChat.modal.mdl-blur.show{
  position:absolute;
}
}

@media only screen and (min-width: 768px){
   .modal-open #kasistoChat .modal-dialog{
    border-left: 2px solid rgba(0, 0, 0, .1);
    border-right: 2px solid rgba(0, 0, 0, .1);
    }
}
  
    