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

.grecaptcha-badge { 
    visibility: hidden;
}

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;}

.WACContainer .WAC__RichText button, .WACContainer button.WAC__button--round

{background-color: #fff !important; -moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);}

.doctor .overlay .fs-vid-background:before {opacity: 0.6;}

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: 60px;
    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;}


.nav-is-overlay .page-title-1.image-bg:first-child, .nav-is-overlay.page-title-1.bg-dark:first-child, .nav-is-overlay .page-title-2.image-bg:first-child, .nav-is-overlay.page-title-2.bg-dark:first-child {
    height: 355px;
    padding-top: 55px;
}

@media (max-width: 767px) {
	button.watson-message {
    bottom: 3px;
    right: 80px;
		width: 200px;}
	
	a.btn-video-fixed {bottom: 16px;left: 20px;
    }
	
	a.btn-video-fixed i { margin: 0 4px;}
	
	.price-form button[type="submit"] {
		width: 145px;
		font-size: 15px;
		}
	
	#toTop {right:20px;}
	
}

.qr {position:absolute; width:150px; background:#fff; border-radius:5px; right: 20px;
    bottom: 20px; box-shadow: 0 1px 2px rgb(0 0 0 / 15%);transition: all 0.3s ease-in-out; padding: 10px; z-index: 8453943;}

.left .qr {left:20px; right: auto;}
.qr:hover {box-shadow: 0 5px 15px rgb(0 0 0 / 30%);transform: scale(1.1); }
.qr a {display:block;}
.qr p { text-align:center; margin:0; padding: 0;
    line-height: 1.0;}
.qr p a {color:#333; text-transform:uppercase;}
.qr img {width:100%; height:auto;}

@media (max-width: 767px) {
	.qr {width:100px;padding: 5px;}
	.qr p {font-size:10px;}
}