@charset "utf-8";
/* CSS Document */

/* ---------- GENERAL ---------- */

body {
  background: #e9e9e9;
  color: #9a9a9a;
  font: 100%/1.5em "Droid Sans", sans-serif;
  margin: 0;
}

.clearfix { *zoom: 1; } /* For IE 6/7 */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after { clear: both; }

/* ---------- LIVE-CHAT ---------- */

#live-chat {
  bottom: 0;
  font-size: 12px;
  right: 24px;
  position: fixed;
  width: 300px;
  display: none;
  z-index: 11111;
}

#live-chat header {
  background: #293239;
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;
  padding: 16px 24px;
}

#live-chat h4:before {
  background: #1a8a34;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 8px 0 0;
  width: 8px;
}

#live-chat h4 {
  font-size: 12px;
}

#live-chat h5 {
  font-size: 10px;
}

#live-chat form {
  padding: 24px;
}

#live-chat input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px;
  outline: none;
  width: 234px;
}

.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 {
  background: #1b2126;
  border-radius: 50%;
  color: #fff;
  display: block;
  float: right;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  margin: 2px 0 0 0;
  text-align: center;
  width: 16px;
}

.chat {
  background: #fff;
}

.chat-history {
  height: 252px;
  padding: 8px 24px;
  overflow-y: scroll;
}

.chat-message {
  margin: 16px 0;
}

.chat-message img {
  border-radius: 50%;
  float: left;
}

.chat-message-content {
  margin-left: 56px;
}

.chat-time {
  float: right;
  font-size: 10px;
}

.chat-feedback {
  font-style: italic; 
  margin: 0 0 0 80px;
}
.my-headding{
	margin: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	border-radius: 4px;
	border-left: 3px solid #4caf50;
	border-right: 3px solid #4caf50;
	text-align: center;
}

.reg-select .input-group{ flex-wrap: nowrap; }
.reg-select .bootstrap-select { margin-top: 0px; }
.reg-select .select-with-transition{ background:none; }

.dropify-event{z-index: 5 ! important;}
.qr-box{
	border: 1px solid #000; 
	padding-bottom: 10px;
}
.qr-logo{
	width: 100%; 
	background-color: #000; 
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
}
.doc-btn{
	display: inline-grid;
	position: absolute;
	right: 10px;
	top: -125px;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.doc-btn .btn-round{
	margin-bottom: 3px;
	font-size: 16px;
    height: 35px;
    min-width: 35px;
    width: 30px;
}
.doc-btn .btn-round .material-icons{
	line-height: 35px;
    font-size: 18px;
}
    
.ih-item:hover .doc-btn{
	top:8px;
}
.s-p-b canvas{
	width: 100%;
	height: 240px;
}
.dropdown-item{
	margin-bottom: 5px ! important;
}
.notify-read{
	background-color: #eee;
}
.my-scrollbar{ 
	height: 300px; 
	overflow: hidden; 
	overflow-y: scroll;
}
.my-scrollbar::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}
.my-scrollbar::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
.my-scrollbar::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,40% 0%,75% 84%,from(#4D9C41),to(#19911D),color-stop(.6,#54DE5D))
}

.mydatetime{
  z-index: 999999 !important;
}


.granu-pricing-container{
    background: #fff;
    border: 1px solid #ddd;
    padding-top: 0px;
    padding-bottom:0px;
}
.granu-pricing-container .price-heading{
  background-image: linear-gradient(60deg,#26c6da,#00acc1);
  padding: 10px 0;
}
.granu-pricing-container .price-heading h2{
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 25px;
}
.granu-pricing-container .price-body{
  margin: 20px 20px 36px 20px;
  border:1px solid #ddd;
}
.granu-pricing-container .price-body ul{
  margin-bottom:0px;
  list-style: none;
  padding-left: 0px;
}
.granu-pricing-container .price-body ul li{
  border-bottom: 1px solid #ddd;
  padding: 13px;
  color: #282828;
  text-align: left;
  line-height: normal;
}
.granu-pricing-container .price-body ul li:last-child{
  border:none;
}
.granu-pricing-container .price-body ul li i{
  color:#4caf50;
  float: right;
}
.granu-pricing-container .price-footer{
  position: relative;
  padding: 25px 0px 13px 0px;
  background-image: linear-gradient(60deg,#26c6da,#00acc1);
}
.granu-pricing-container .price-footer h3{
  color: #fff;
  margin-bottom: 0px;
  font-weight:200;
  font-size: 54px;
  margin-top: 0px;
}
.granu-pricing-container .price-footer h3 sup{

}
.granu-pricing-container .price-footer a{
  position: absolute;
  top: -26px;
  right: 20px;
  line-height: 46px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-image: linear-gradient(60deg,#26c6da,#00acc1);
  color: #fff;
  text-align: center;
  box-shadow: 0 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.granu-pricing-container:hover .price-heading, .granu-pricing-container:hover .price-footer, .granu-pricing-container:hover .price-footer a{
    background-image: linear-gradient(60deg,#26c6da,#4caf50);
}


.card-1 {
  background: #fff;
  border-radius: 2px;
  height: 240px;
  position: relative;
  border:1px solid #ddd;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  margin: 14px 0px;
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-1 h4{
  margin-top:10px;
}
.roundedcircle{
  border-radius: 50%;
  height: 120px;
  width: 120px;
  margin:0 auto;
  margin-top: 20px;
}