@import url(80137161b8ac44c989fa718f3b0d3c35.css);


/* General */
body {
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -khtml-user-drag: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.width100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.form-control {
  display: inline-block;
  width: 80%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  outline: none;
  /* font-family: 'Open Sans', sans-serif; */
}

/* General end*/






/* MyBot */
mybot.center .chatCont,
mybot.center .profile_div {
  left: 0;
  right: 0;
  margin: 0 auto;
  
}

mybot.left .chatCont,
mybot.left .profile_div {
  left: 0;
}

mybot .chatCont {
  position: fixed;
  width: 400px;
  height: 70% !important;
  border: 1px solid #dcdcdc;
  bottom: 100px;
  right: 1.5%;
  background: #f4f6ff url("");
  z-index: 99999;
  /* z-index: 10000; */
  display: none;
}

mybot .closeicon {
  position: absolute;
  display: block;
  box-sizing:border-box;
  width:20px;
  height:20px;
  right: 20px;
  margin-top: -50px;
  color: #cecece;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  z-index: 1000;
  border-radius:100%;
  transition: all 0.3s ease;
  text-align: center;
  
  border-width:3px;
   
}
mybot .closeicon:before{
	  content: "\2716";
}

mybot .closeicon:hover{
	color:#fff;
}
/*
mybot .closeicon:before {
content: 'x'; 
color: #fff;
font-weight: 500;
font-family: Arial, sans-serif;
}*/

mybot .bot_profile {
  position: absolute;
  right: 0;
  background: #01345b;
  margin-top: -60px;
  text-align: left;
  width: 100%;
  display: none;
  z-index: 999;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #dcdcdc;
}

mybot .bot_p_img {
  width: 115px;
  background:none;
  border-radius: 6px 0px 0px 0px;
  /*box-shadow: 0 0px 1px 0 rgba(0,0,0,0.16), 0 0px 10px 0 rgba(0,0,0,0.12);*/
}

mybot .chatForm {
  position: absolute;
  bottom: -65px;
	right: 0;
	width: 100%;
  display: none;
}

mybot .bot-txt,
mybot .bot-txt:focus {
  overflow:hidden;
  box-shadow: none;
  border-radius: 0px 0px 10px 10px;
  height: 65px;
  border: 1px solid #dcdcdc;
  padding-right:50px;
  width:100%;
  align:left;
}

mybot .resultDiv .botResult {
  word-wrap:break-word;
  background: #fff;
  color: #666666;
  border-radius: 15px 0px 15px 0px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  max-width: 90%;
  min-width: 100px;
  float: left;
  box-shadow: 0 0px 1px 0 rgba(0,0,0,0.16),0 0px 10px 0 rgba(0,0,0,0.12);
  margin-bottom: 10px;
  margin-top: 5px;
  position: relative;
}

mybot .resultDiv .offer{
	word-wrap:break-word;
	 padding: 12px;
  background: #fff;
  color: #666666;
   border-radius: 15px 15px 15px 15px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align:center;
  float: left;
   box-shadow: 0 0px 1px 0 rgba(0,0,0,0.16),0 0px 10px 0 rgba(0,0,0,0.12);

    margin-bottom: 10px;
  margin-top: 5px;
	position: relative;
}


/*
mybot .resultDiv .botResult:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid #fff;
  left: -15px;
  margin-top: -12px;
}
*/
mybot .resultDiv .userEnteredText {
  background: #01345b;
  float: right;
  color: #ffffff;
  border-radius: 15px 0px 15px 0px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  max-width: 90%;
  min-width:100px;
  box-shadow: 0 0px 1px 0 rgba(0,0,0,0.16),0 0px 10px 0 rgba(0,0,0,0.12);
  position: relative;
  left: -6px;
  margin-bottom: 10px;
  margin-top: 5px;
  word-wrap: break-word;
}
/*
mybot .resultDiv .userEnteredText:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid rgba(0, 0, 0, 0);
  border-left: 15px solid #01345b;
  position: absolute;
  right: -15px;
  margin-top: -12px;
}
*/
mybot .profile_div {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 240px;
  cursor: pointer;
  z-index: 1;
}

mybot .img-profile {
  width: 70px;
/*  box-shadow: 0 0px 1px 0 rgba(0,0,0,0.5), 0 0px 10px 0 rgba(0,0,0,0.5);*/
  /* box-shadow: 0px 17px 25px -9px rgba(138,131,138,1); */
  background: none;
/*  border-radius: 50px; */
  position: relative;
  z-index:1000;
  -webkit-filter: drop-shadow(0 0 0.3rem #01345b);
filter: drop-shadow(0 0 0.3rem #01345b);
transition : all 0.1s ease-in-out
}

mybot .img-profile:hover{
/*	  box-shadow: 0 0px 1px 0 rgba(0,0,0,1), 0 0px 10px 0 rgba(0,0,0,1);	*/
-webkit-filter: drop-shadow(0 0 0.75rem crimson);
filter: drop-shadow(0 0 0.75rem #01345b);
transition : all 0.1s ease-in-out;
width:75px;
height:relative;
}
mybot .col-hgt {
  height: 100px;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 10px;
}

mybot .chat-txt {
   background: white;
  color:black;
}

/* Spinner start */
mybot .spinner {
  background:#01345b;
  width: 70px;
  text-align: center;
  display: none;
  border-radius: 4px;
  position: relative;
  top: -7px;
  left: 19px;
  padding: 7px 10px;
  border-top-left-radius: 0;
}

/*mybot .spinner:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid #01345b;
  left: -15px;
  margin-top: -7px;
}
*/
mybot .spinner > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin-right: 5px;
}

mybot .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

mybot .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* Spinner End */


/* Suggestions */

mybot .suggestion {
  background: #fff;
  color: #666666;
  border-radius: 15px 15px 15px 15px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  width: 50%;
  float: left;
  box-shadow: 0 0px 1px 0 rgba(0,0,0,0.16), 0 0px 10px 0 rgba(0,0,0,0.12);
  margin-left: 5px;
  margin-bottom: 20px;
  position: relative;
}
/*
mybot .suggestion {
	background: #ebebeb none repeat scroll 0 0;
	border-radius: 0 15px 15px 15px;
	color: #646464;
	font-size: 14px;
	margin: 0;
	padding: 5px 10px 5px 12px;
	width: 100%;
}
*/
/*mybot .suggestion:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid #fff;
  left: -15px;
  margin-top: -12px;
}
*/
mybot .sugg-options {
  display: block;
  background:#fff;
  color:#01345b;
  border:2px;
  border-style:solid;
  border-color:#01345b;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  max-width:100%;
  min-width:100px;
}

mybot .suggestion .sugg-options {
  display: block;
  background:#fff;
  color:#01345b;
  border:2px;
  border-style:solid;
  border-color:#01345b;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
}

mybot .sugg-options:hover{
	background:#01345b;
	color: #fff;
}


mybot .suggestion .sugg-title {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}

mybot .suggestion span:last-child {
  margin-bottom: 0;
}
/* Suggestions end */

.resultDiv {
  padding: 35px 20px 30px 20px;
  overflow-y: auto;
  height: 88%;
  scroll-behavior:smooth;
  }

.resultDiv::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.resultDiv::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.resultDiv::-webkit-scrollbar-thumb
{
	background-color: #01345b;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(0, 0, 0, .2) 50%,
											  rgba(0, 0, 0, .2) 75%,
											  transparent 75%,
											  transparent)
}



@media screen and (max-width: 500px) {
  mybot .resultDiv .userEnteredText,
  mybot .resultDiv .botResult,
  mybot .suggestion {
    width: 90%;
    margin-bottom: 20px;
  }
  mybot .chatCont,
  mybot .chatForm {
    width: 100%;

  }
  mybot .chatCont {
    height: 70% !important;
	right: 0%;
  }
}
/* MyBot end */

/*TIME*/
/* Style time text */
/* .time-right {
  float: right;
  color: #aaa;
}
*/
/* Style time text */
.time-left {
font-size: 0.9rem;
    color: #666666;
    margin-top: 3px;
    float: right;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/*.time-left:before{
    content:"\f017";
    color: #666666;
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 4px;
}
*/
.time-right {
font-size: 0.9rem;
    color: #fff;
    margin-top: 3px;
    float: right;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/*.time-right:before{
    content:"\f017";
    color: #fff;
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 4px;
}
*/

.optionbutton {
  position:absolute;
  display: block;
  background:#fff;
  color:#01345b;
  border:2px;
  border-style:solid;
  border-color:#01345b;
  text-align: center;
  padding: 5px;
  margin-left:15px;
  margin-bottom:15px;
  cursor: pointer;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  width:150px;
}

.chat-optionbutton {  
  position:absolute;
  bottom:12px;
  left:1px;
  background: transparent;
  box-shadow:none;
  border:none;
  width:50px;
  height:50px;
  margin-left:5px;
  margin-bottom:5px;
  font-size:50px;
  float:left;
  color:#01345b;
}

.optionbuttonDiv {  
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  height:50px;
  width: 100%;
  position: relative;
}

.chat-submit {  
  position:absolute;
  bottom:15px;
  right:1px;
  background: transparent;
  box-shadow:none;
  border:none;
  width:50px;
  height:50px;
  margin-left:5px;
  margin-bottom:5px;
  font-size:50px;
  float:right;
  color:#01345b;
}


.material-icons{
	font-size:30px;
	color:#01345b;
	bottom:5px;
}

.offerimg{
	width: 100%;
	height: relative;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
}

.offerimg:hover{	
	  box-shadow: 0 0px 1px 0 rgba(0,0,0,1), 0 0px 10px 0 rgba(0,0,0,1);	
	  
}

.offerimg:active{     
   box-shadow: none; 
	 border-style: solid;
	border-color: #01345b;
	border-width: 2px;
}

input::-ms-clear {
    display: none;
}



/********************/
/*.animated { 
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
	animation-iteration-count: 6;
} */

@-moz-keyframes swing{20%{-moz-transform:rotate(15deg);}
40%{-moz-transform:rotate(-10deg);}
60%{-moz-transform:rotate(5deg);}
80%{-moz-transform:rotate(-5deg);}
100%{-moz-transform:rotate(0deg);}
}
@-o-keyframes swing{20%{-o-transform:rotate(15deg);}
40%{-o-transform:rotate(-10deg);}
60%{-o-transform:rotate(5deg);}
80%{-o-transform:rotate(-5deg);}
100%{-o-transform:rotate(0deg);}
}
@keyframes swing{20%{transform:rotate(15deg);}
40%{transform:rotate(-10deg);}
60%{transform:rotate(5deg);}
80%{transform:rotate(-5deg);}
100%{transform:rotate(0deg);}
}

.animated.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing;}

