/****** PLACE YOUR CUSTOM STYLES HERE ******/

button.watson-message{
    position: fixed;
    bottom: 30px;
    right: 100px;
    width: 300px;
    max-width: 300px;
    cursor: pointer;
    white-space: nowrap;
    padding: 15px;
    font-size: 16px;
    white-space: normal;
    z-index: 99;
  background-color: #fff;
    border-radius: .625rem;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
  }
  
  
  button.watson-message:after {display: block;
    position: absolute;
    content: "";
  background: #fff;
    width: 10px;
    height: 10px;
    right: -10px;
    bottom: 10px;
    background-color: inherit;
    transform: translateX(-6px) rotate(45deg);
    pointer-events: none;
    box-shadow: 2px -2px 2px 0 rgba(0,0,0,.2);
  z-index: 98;}
  
.grecaptcha-badge { 
    visibility: hidden;
}



a.btn-video-fixed {text-transform: uppercase;
    font-weight: 400;
    color: #fff;
/*    display: none;*/
    height: 55px !important;
    background: #00e033;
/*    box-shadow: 0 0 0 rgba(255,255,255, 0.4);*/
/*    animation: pulse-ripple 2s infinite;*/
    line-height: 55px;
    padding: 0 10px;
    font-size: 14px;
	bottom: 32px;
	left:30px;
	position: fixed;
	border-radius: 2px;
	z-index: 4255254;
	box-shadow: rgba(0,0,0,0.3) 0 0 3px;

}
a.btn-video-fixed span {font-weight: normal}



a.btn-video-fixed i {font-size: 30px;
    vertical-align: bottom;
    line-height: 60px;
    margin-left: 9px;}

.price-form {position:relative;}

.price-form input[type="text"] {
    border-radius: 25px;
    background: #f5f5f5;
    color: #333;
    padding-left: 10px;
    border: #ccc solid 1px;
}

.price-form button[type="submit"] {
    position: absolute;
    width: 135px;
    right: 0;
    color: #fff;
    border-radius: 0 25px 25px  0 !important;
    border: none;
}

.pricing-table .btn {padding: 0 8px; margin:5px 0; min-width: 130px;}

@media (max-width: 767px) {
	
	a.btn-video-fixed {bottom: 16px;
    left: 20px;}
	
	a.btn-video-fixed i { margin: 0 4px;}
	
	
	
}

.tile-right .description .text, .tile-left .description .text {margin-bottom:5px; font-size:15px; line-height: 1.5;}

