/*CSS does not suppport IE9 and older version*/

/* Table of content
-----------------------------------------------


*/

/*CSS Reset*/

/* reset */

#claydata-helpdesk-footer-area h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
#claydata-helpdesk-footer-area header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
#claydata-helpdesk-footer-area table{border-collapse:collapse;border-spacing:0;line-height: 1.5;}
#claydata-helpdesk-footer-area caption,th{text-align:left;font-weight:normal;}
#claydata-helpdesk-footer-area fieldset,img,iframe,abbr{border:0;}
#claydata-helpdesk-footer-areai,cite,em,var,address,dfn{font-style:normal;}
#claydata-helpdesk-footer-area li{list-style:none;}
#claydata-helpdesk-footer-area h1,h2,h3,h4,h5,h6,small{font-size:100%;}
#claydata-helpdesk-footer-area sup,sub{font-size:83%;}
#claydata-helpdesk-footer-area pre,code,kbd,samp{font-family:inherit;}
#claydata-helpdesk-footer-area q:before,q:after{content:none;}
#claydata-helpdesk-footer-area textarea{overflow:auto;resize:none;}
#claydata-helpdesk-footer-area label,summary{cursor:default;}
#claydata-helpdesk-footer-area a,button{cursor:pointer;}
#claydata-helpdesk-footer-area h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
#claydata-helpdesk-footer-area del,ins,u,s,a,a:hover{text-decoration:none;}
#claydata-helpdesk-footer-area textarea,input,button,select,keygen,legend{font:14px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
#claydata-helpdesk-footer-areaa,a:hover{color:#333;}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


/*header body*/

.iframe-container textarea {
    overflow: hidden !important;
    resize: none !important;
    box-sizing: content-box !important;
    width: 95% !important;
}


/*cover layer*/

#cover-layer
{
    position: fixed;
    z-index: -5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

#location-page-cover-layer
{
    display: none;

    position: absolute;
    background: rgba(0,0,0,0.1);
    border-radius: 15px;
    z-index: 1999999998;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

#location-page-loading-bar
{

    position: absolute;
    transform: translate(-50%, -50%);
    top: 20%;
    left: 50%;

}

#service-page-cover-layer
{
    display: none;

    position: absolute;
    background: rgba(0,0,0,0.1);
    border-radius: 15px;
    z-index: 1999999998;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

#service-page-loading-bar
{

    position: absolute;
    transform: translate(-50%, -50%);
    top: 20%;
    left: 50%;

}

/*international phone*/

.iti-mobile .intl-tel-input.iti-container {
    z-index: 1999999998 !important;
}


/*display notification after clicking on buttons*/

#password-change-success-message
{
    font-size: 14px;

    display: block;

    background-color: lightgreen;
}

#password-change-success-tick
{
    display: block;
    float: left;

    width: 25%;
    height: auto;
}

#email-loading
{
    position: relative;

    visibility: hidden;

    margin: 12px 7px !important;
}

#email-loading-bar
{
    text-align: center;
}

#email-success-message
{
    font-size: 14px;

    display: block;
    overflow: hidden;

    margin: 0 7px;

    border-radius: 4px;
    background-color: lightgreen;
}

#email-success-tick
{
    display: block;
    float: left;

    width: 45px;
    height: auto;
}

#booking-loading
{
    position: relative;

    visibility: hidden;

    margin: 12px 7px !important;
}

#booking-success-message
{
    font-size: 14px;

    display: block;
    overflow: hidden;

    margin: 0 7px;

    border-radius: 4px;
    background-color: lightgreen;
}

#booking-success-tick
{
    display: block;
    float: left;

    width: 45px;
    height: auto;
}

#chat-loading
{
    position: relative;

    visibility: hidden;

    margin: 7px !important;
}

#chat-success-message
{
    font-size: 14px;

    display: block;
    overflow: hidden;

    margin: 0 7px;

    border-radius: 4px;
    background-color: lightgreen;
}

#chat-success-tick
{
    display: block;
    float: left;

    width: 45px;
    height: auto;
}

#register-loading
{
    display: none;

}

#verification-loading
{
    position: relative;

    visibility: hidden;

    margin-top: 10px;
    margin-left: 10px;
}

#telehealth-loading
{
    position: relative;

    visibility: hidden;

    margin-top: 12px !important;
    margin-left: 7px !important;
}

#verification-success-message
{
    font-size: 15px;

    display: block;
    overflow: hidden;

    margin: 0 7px;

    border-radius: 4px;
    background-color: lightgreen;
}

#verification-success-tick
{
    display: block;
    float: left;

    width: 45px;
    height: auto;
}

#email-resend-error-msg
{
    font-size: 16px;

    position: absolute;
    z-index: 1999999998;
    right: 0;

    display: none;

    padding: 2px;

    color: white;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffa500;
    box-shadow: 0 0 5px #999;
}

#sms-resend-error-msg
{
    font-size: 16px;

    position: absolute;
    z-index: 1999999998;
    right: 0;

    display: none;

    padding: 2px;

    color: white;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffa500;
    box-shadow: 0 0 5px #999;
}

#email-resend-msg
{
    font-size: 16px;

    position: absolute;
    z-index: 1999999998;
    right: 0;

    display: none;

    padding: 2px;

    color: white;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffa500;
    box-shadow: 0 0 5px #999;
}

#sms-resend-msg
{
    font-size: 16px;

    position: absolute;
    z-index: 1999999998;
    right: 0;

    display: none;

    padding: 2px;

    color: white;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffa500;
    box-shadow: 0 0 5px #999;
}

#login-loading
{
    display: none;
    width: 60%;
    margin: auto;
    background-image: url(../images/loading-bar.gif);
    background-repeat: no-repeat;
    text-align: center;
    height: 15px;
    clear: both;
}


/*scroll to bottom*/

a.scroll-to-bottom {

    visibility: hidden;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #666;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
a.scroll-to-bottom span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -25px;
    border: 1px solid #666;
    border-radius: 100%;
    box-sizing: border-box;
}

a.scroll-to-bottom span:before,
a.scroll-to-bottom span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 10px;
    height: 10px;
    margin: -6px 0 0 -5px;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

a.scroll-to-bottom span:before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.scroll-to-bottom span:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(0deg);
    border-left: initial;
    margin-top: -2px;
}


/*all footer areas*/

#claydata-helpdesk-footer-area
{
    font-family: arial !important;
    font-size: 14px !important;
    line-height: 1.50 !important;

    color: rgb(0, 0, 0) !important;
    box-sizing: border-box !important;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.footer-main
{
    line-height: 1.50 !important;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#claydata-helpdesk-footer-area h1,
#claydata-helpdesk-footer-area h2,
#claydata-helpdesk-footer-area h3,
#claydata-helpdesk-footer-area h4,
#claydata-helpdesk-footer-area h5,
#claydata-helpdesk-footer-area h6
{
    font-weight: 500;
    line-height: 1.2;

}

#claydata-helpdesk-footer-area .fa-2x
{
    font-size: 2em !important;
}
/*.footer-help-desk {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

/*top right corner animated map marker*/
/*Designate how the animation will take place*/
@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.claydata-helpdesk.talkbubble {
    top: 18px;
    right: 5px;
    width: 38px;
    height: 34px;
    background: rgb(225, 225, 225);
    position: fixed;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 1999999996;
}
.claydata-helpdesk.talkbubble:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid rgb(225, 225, 225);
    border-bottom: 4px solid transparent;
    z-index: 1999999996;
}

.claydata-helpdesk.map-bg {
    top: 20px;
    right: 8px;
    background: url(../images/map-icon.jpg) no-repeat;
    background-position: 0px 0px;
    background-size: contain;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: fixed;
    z-index: 1999999996;
}

/* Alter the top and left positions to sit on top of your map location */
.claydata-helpdesk.marker {
    position: relative;
}

.claydata-helpdesk.pin {
    width: 10px;
    height: 10px;
    top: 10px;
    left: 10px;
    background: rgba(5, 124, 255, 1);
    border: 2px solid #FFF;
    border-radius: 50%;
    position: absolute;
}

.claydata-helpdesk.pin-effect {
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    display: block;
    background: rgba(5, 124, 255, 0.6);
    border-radius: 50%;
    opacity: 0;
    animation: pulsate 2400ms ease-out infinite;
    position: absolute;

}

.claydata-helpdesk.locations {
    display: none;

    background-position: 0px 0px;
    background-size: auto;
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    z-index: 1999999996;
    border: 1px solid #999;
    border-radius: 5px;
    margin-top: -60px;
}

.claydata-helpdesk.locations button.btn.dropdown-toggle{
    background-color: #c95bc8;
    color: #fff;
}

.claydata-helpdesk.change-location {
    cursor: pointer;
    float: right;
}

.claydata-helpdesk.change-location span{
    padding: 0 10px;
    color: blue;
}

.claydata-helpdesk.change-location span i {
    width: 20px;
}

/*more locations*/
.claydata-helpdesk.show-locations {
    top: 51px;
    right: 5px;
    width: 99%;
    height: 500px;
    background: rgb(225, 225, 225);
    position: fixed;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    padding: 3px;
    display: none;
    border: 1px solid #999;
    box-shadow: 0 0 2px #999;
    overflow: hidden;

    display: none;
}
@media screen
and (max-width: 590px)
{
    .claydata-helpdesk.show-locations {
        width: 97%;
    }
}

.claydata-helpdesk.show-locations input[type='submit'],
.claydata-helpdesk.show-locations input[type='reset'],
.claydata-helpdesk.show-locations input[type='button']
{
    line-height: 0;
    font-size: 14px;
    font-family: arial;
    text-align: center;
    cursor: pointer;
    font-weight: initial;

    float: right;

    height: 30px;
    margin: 5px 0;
    padding: 5px 8px;

    letter-spacing: 0;
    text-transform: none;

    color: #fff;
    border: 0;
    border-radius: 4px;
    background: #f268ef; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f268ef 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f268ef), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f268ef 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f268ef 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f268ef 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f268ef 0%,#c95bc8 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F268EF', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

#claydata-multiple-location-page{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.claydata-helpdesk.show-locations .col-md-5,
.claydata-helpdesk.show-locations .col-md-6,
.claydata-helpdesk.show-locations .col-md-12
{
    display: block;
}


.claydata-helpdesk.show-locations .claydata-helpdesk.title{
    text-align: center;
    background: #d1d1d1;
    margin: 0 0 3px 0;
}

.claydata-helpdesk.show-locations .claydata-helpdesk.title h4{
    padding: 5px;
    margin: 0px;
}

.claydata-helpdesk.show-locations .claydata-helpdesk.map-list{
    display: flex;
    margin: 0;
}

.claydata-helpdesk.show-locations #claydata-map{
    width: 100%;
    height: 455px;
    margin: 0;
}

.claydata-helpdesk.show-locations .claydata-map-list {
    position: relative;
    height: 455px;
    width: 70%;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen
and (max-width: 590px){
    .claydata-helpdesk.show-locations .claydata-map-list {
        width: 100%;
    }
}

.claydata-helpdesk.show-locations .claydata-map-list h4 {
    text-align: left !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.claydata-helpdesk.show-locations .claydata-map-list h4:hover {
    text-decoration: underline;
    cursor: pointer;
}

.claydata-helpdesk.show-locations .claydata-map-list li {
    position: relative;
    padding: 5px 5px 5px 30px;
    border: 1px solid #E5E5E5;
    background-color: rgba(255,255,255,0.5);
}

.claydata-helpdesk.show-locations .claydata-map-list .clinic-location{
    padding: 3px 0;
}
.claydata-helpdesk.show-locations .claydata-map-list input[type="button"] {
    float: none;
    margin: 0;
    height: 26px;
}


.claydata-helpdesk.show-locations .claydata-map-list .map-row .pin {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 32px;
    height: 32px;
    line-height: 25px;
    color: #000;
    background: url(../images/map-markers/map-marker-claydata-purple.png) no-repeat;
    text-align: center;
}

.claydata-helpdesk.show-locations .find-us-directions a{
    float: right;
    font-weight: 400;
    background-color: rgba(94,81,77,0.7);
    color: #fff;
    padding: 2px;
    border-radius: 3px;
    height: 18px;
    line-height: 15px;
}

.claydata-helpdesk.show-locations #check-map{
    width: 100%;
    height: 300px;
}


@media screen
and (max-height: 590px){
    .claydata-helpdesk.show-locations #check-map{
        width: 100%;
        height: 250px;
    }
}

@media screen
and (max-height: 500px){
    .claydata-helpdesk.show-locations #check-map{
        width: 100%;
        height: 220px;
    }
}

@media screen
and (max-height: 400px){
    .claydata-helpdesk.show-locations #check-map{
        width: 100%;
        height: 200px;
    }
}


.claydata-helpdesk.show-locations #map-detail-info{

    display: none;

    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px #d1d1d1;
}

.claydata-helpdesk.show-locations div#map-detail-info #location-detail-scroll{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: scroll;
}

.claydata-helpdesk.show-locations #claydata-map-go-back{
    float: right;
    width: 20px;
    margin-top: 2px;
    font-size: 20px;
}

.claydata-helpdesk.show-locations #claydata-map-close{
    float: right;
    width: 20px;
    margin-top: 2px;
    font-size: 20px;
}

.claydata-helpdesk.show-locations a{
    color: #C75DC4;
}

.claydata-helpdesk.show-locations input#store-location{
    float: initial;
}

.claydata-helpdesk.show-locations input#store-location:hover{
    text-decoration: underline;
}

/*helpdesk user*/

#helpdesk-user
{
    position: absolute !important;
    top: -40px !important;
    z-index: 1999999999 !important;
    /*left: -30px !important;*/

    cursor: pointer;

    color: grey;
}

#helpdesk-user i{
    color: grey;
}

.helpdesk-user.circle
{
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

    text-align: center;
    vertical-align: bottom;

    border: 1px solid grey;
    border-radius: 50%;
    background: blue;
}

.helpdesk-user.circle i
{
    padding: 2px 0 0 0;
}

#helpdesk-user .rect{
    display: block;position: absolute;
    width: 160px;
    background: blue;
    top: 8px;
    z-index: -2;
    height: 28px;
    border-radius: 5px;
    left: 5px;
    padding-left: 47px;
    color: white;
}

#helpdesk-user .rect i{
    color:white;
}

#helpdesk-user .rect .signintext{
    position: relative; top: -15%;
}

.helpdesk-myAccount
{
    font-weight: bold;

    position: absolute;
    z-index: 1999999998;

    display: none;

    width: 90%;
    height: 120px;
    margin: -2% 8%;
    padding: 5px;

    cursor: pointer;

    color: #ef57f1;
    border: 1px solid rgba(239, 87, 241, 0.4);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 5px #ef57f1;
}

.helpdesk-myAccount i {
    color: #ef57f1;
}

.helpdesk-myAccount .user-myAccount.helpdesk-menu-title {

    text-align: center;
    font-size: 18px;
    background-color: #ef57f1;
    color: #fff;
    border-radius: 5px;
    margin: 0 0 10px;
}

.helpdesk-myAccount .user-myAccount i {
    width: 40px;
    vertical-align: 0%;
    padding: 0 5px;
}

.helpdesk-myAccount .user-myAccount .fa-home {

    padding-left: 4px;
}

.helpdesk-myAccount .user-myAccount:not(.helpdesk-menu-title):hover
{
    background-color: #999;
    color: #fff;
}

/*#helpdesk-user:hover + .helpdesk-myAccount {
	display: block;
}
.helpdesk-myAccount:hover {
	display: block;
}*/


/*iframe*/
.iframe-container
{
    position: fixed;
    z-index: 1999999996;
    right: 300px;
    bottom: 0;

    display: none;

    width: 300px;
    height: 479px;

    color: #000;
    border: 1px solid #c95bc8;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    border-radius: 20px 20px;
    background-color: #fff;
    box-shadow: 0 0 5px red;
}

/*@media screen
	and (max-width: 600px)
{
    .iframe-container
    {
        position: absolute;
        right: auto;
        left: 0;
    }
}

@media screen
	and (min-height: 768px)
{
    .iframe-container
    {
        position: fixed !important;
        right: 300px;
        bottom: 0;
    }
}

@media screen
	and (max-height: 768px)
	and (max-width: 600px)
{
    .iframe-container
    {
        position: absolute;
        right: auto;
        bottom: auto;
        left: 0;
    }
}*/





.iframe-container .btn.btn-default:focus
{
    outline: none;
}

.iframe-container h1,
.iframe-container h2,
.iframe-container h3,
.iframe-container h4,
.iframe-container h5,
.iframe-container h6
{
    font-family: arial;
    font-size: 20px;
    font-weight: 500;

    clear: none;

    margin: 0;
    padding: 3px 10px 3px 0;
    line-height: initial;

    text-align: center;

    color: #000;
    text-transform: none;
}

.iframe-container p
{
    margin: 0;
    color: #000;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.iframe-container #booking-calculation
{
    margin: 10px 0 0 0;
}

.iframe-container form
{
    box-sizing: border-box;
}

.iframe-container table,
.iframe-container table tr > *
{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;

    table-layout: fixed;
    border-spacing: 2px;
    border-collapse: separate;
    background: transparent !important;

    cursor: default;
    text-align: left;

    border: 0;
}

.iframe-container tr td i
{
    /*margin-left: -35px;*/

    color: #000;
}

.iframe-container input[type='text'],
.iframe-container input[type='email'],
.iframe-container input[type='url'],
.iframe-container input[type='password'],
.iframe-container input[type='search'],
.iframe-container input[type='tel'],
.iframe-container input[type='number'],
.iframe-container textarea
{
    font-family: arial;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    padding: 8px 5px;
    margin: 0;

    cursor: default;

    color: #000;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    background: #fff;
}

.iframe-container button,
.iframe-container input,
.iframe-container select,
.iframe-container textarea
{
    font-family: arial;
    font-size: 14px;
    line-height: 1.5;
}

/*.iframe-container input[type="button"]{
	margin-top:px;
	float:right;
	display:block;

}*/
.iframe-container select
{
    width: 100%;
    height: 35.5px;
    margin-left: 0 !important;
    padding: 2.5px;

    cursor: pointer;
    /*background: url('../images/drpdwn-arrow.png') no-repeat;*/

    color: #000;
    border: 1px solid #d1d1d1 !important;
    border-radius: 2px;
    /*width:auto;*/
    background: #fff !important;
    /*text-align: center;*/
    background-position: center right;

    /*	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance:none;
   	appearance:none; */
}


/*.iframe-container select::-ms-expand{
	//IE 10 and above
  display:none;
}*/

.iframe-sticky-controller
{
    position: relative;

    height: auto;

    margin: 0;
    padding: 0 8px 0 0px;
}

.iframe-more .iframe-sticky-controller,
.iframe-email .iframe-sticky-controller,
.iframe-chat .iframe-sticky-controller,
.iframe-find .iframe-sticky-controller
{
    position: relative;

    height: 426px;

    overflow: auto;

    /* margin: 0;*/
}
.iframe-register .iframe-sticky-controller
{
    /*height: 426px;*/
    position: relative;
    margin: 0;
}

.iframe-container.second-iframe select
{
    width: 85px;
}
.iframe-main
{
    width: 100%;
    height: 100%;
    padding: 10px 15px;

    border-radius: 20px;
    /*background: transparent url('../images/background3.png') repeat;*/
    box-sizing: border-box;
}
.iframe-left
{
    padding-right: 10px;
}
.iframe-left,
.iframe-right
{
    float: left;

    width: 50%;
}
.iframe-right
{
    padding-bottom: 10px;
}


/*help-desk*/

.iframe-container input[name='required']
{
    border: 1px solid red;
}
.iframe-container input[name='not-required']
{
    border: 1px solid blue;
}

.iframe-container input[type='checkbox'],
.iframe-container input[type='radio']
{
    margin: 0;
}

.iframe-container input[type='submit'],
.iframe-container input[type='reset'],
.iframe-container input[type='button']
{
    line-height: 0;
    font-size: 14px;
    font-family: arial;
    text-align: center;
    cursor: pointer;
    font-weight: initial;

    float: right;

    height: 30px;
    margin: 5px 0;
    padding: 5px 8px;

    letter-spacing: 0;
    text-transform: none;

    color: #fff;
    border: 0;
    border-radius: 4px;
    background: #f268ef; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f268ef 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f268ef), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f268ef 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f268ef 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f268ef 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f268ef 0%,#c95bc8 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F268EF', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-container input[type='submit']:hover,
.iframe-container input[type='reset']:hover,
.iframe-container input[type='button']:hover
{
    background: #c95bc8;
}*/



.iframe-container input[type='submit']:active,
.iframe-container input[type='reset']:active,
.iframe-container input[type='button']:active
{
    transform: translateY(4px);

    color: #fff;
    outline: 0;
    background-color: #c95bc8;
    box-shadow: 0 5px #666;
}


.textwidget
{
    height: 100%;
    margin: 0 10px;
}

#captcha-email,
#captcha-book
{
    float: initial;
}

#email-captcha-img,
#book-captcha-img
{
    cursor: pointer;
}

#email-error-message,
#book-error-message
{
    color: red;
}

#text-3,
.footer-help-desk
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.helpdesk-info
{
    overflow: hidden;
    /*	visibility:visible;
	background-color: #fff;*/
}
.helpdesk-info:after
{
    display: block;
    clear: both;

    height: 0;

    content: '';
}

.footer-help-desk h3 {
    font-size: 28px !important;
    font-weight: bold !important;
    font-family: arial !important;
    line-height: normal;
    clear: none;
    width: 200px;
    height: 5px;
    margin: 0 !important;
    padding: 10px 10px !important;
    color: #fff !important;
    text-transform: none !important;
}


.helpdesk-title,
.helpdesk-title-img
{
    float: left;
}

.helpdesk-title
{
    width: 215px;
    height: 50px;

    background-color: #c95bc8;
}

.helpdesk-logo
{
    height: 50px;
    line-height: 50px;
    width: 55px;
    float: right;
    text-align: center;
    background: #29abe2;
}

.helpdesk-title-img
{
    display: none;
}
.helpdesk-title-img i
{
    /*	width: 30px;*/
    height: auto;
    /*	float:right;*/
    padding: 10px 10px;

    color: #fff;
}
.helpdesk-title-img,
.helpdesk-close-img i:hover
{
    cursor: pointer;
    /*	float: right;*/
}
.footer-help-desk h3:hover
{
    cursor: pointer;
}

.helpdesk-close-img i
{
    float: right;

    width: 30px;
    height: 30px;
    padding: 0;

    color: #dc74da;
}


.sub-helpdesk:after
{
    display: block;
    clear: both;

    height: 0;

    content: '';
}
.iframe-find .helpdesk-close
{
    width: 170px;
}


#tmp
{
    font-family: inherit;
    font-size: 1em;

    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    resize: none;

    border: 0 none transparent;
    outline: none;
}
#current-address
{
    position: relative;

    display: block;
}
.dynamic
{
    margin: 1px;
}
/*#secondary
{
    display: none;
}*/

.footer-help-desk
{
    position: fixed;
    z-index: 1999999996;
    right: 35px;
    bottom: 0;

    overflow: initial !important;

    width: 270px;
    height: 50px;
    margin: 0;
    padding: 0;

    background-color: #fff;
    box-shadow: 5px -5px 5px #dc74da;
}


.helpdesk-main
{
    position: relative;
    /*overflow: hidden;*/

    clear: initial;

    max-height: 425px;
}

#mobile-tel
{
    display: none;
}

.single-item.title {
    overflow: hidden;
}
.single-item
{
    font-size: 24px;
    height: 47px;

    padding: 2.5px 0;

    color: #c958c8;
    border-bottom: 1px solid #ddd;
}

.single-item i {
    color: #c958c8;
}

.single-item a
{
    color: #c95bc8;
}
div.single-item.title:focus
{
    outline: none;
    background: #d1d1d1;
}

.single-item:hover
{
    cursor: pointer;

    color: #000 !important;
}
.single-item a:hover
{
    color: #000 !important;
}

.single-item img,
.single-item i
{
    padding: 0 15px;
    /*	width:10%;*/
}

.ps-container .single-item .icon
{
    float: left;

    width: 60px;

    border-bottom: 0;
}
.ps-container .single-item .name
{
    border-bottom: 0;
}


.page-title
{
    display: none;
}

.site-main
{
    width: 100%;
    margin: 0 auto;
}
.site-main:after
{
    display: block;
    clear: both;

    height: 0;

    content: '';
}
h1
{
    margin: 0;
}
.entry-content:after
{
    display: block;
    clear: both;

    height: 0;

    content: '';
}
/*sub-helpdesk*/
.sub-helpdesk
{
    border-bottom: 3px solid #cfae8d;
    border-radius: 5px;
    background: #f1f1f1;
    /*	box-shadow: 0px 0px 5px #d1d1d1;
	border: 1px solid #d1d1d1;*/
}

.helpdesk-user-login-button
{
    cursor: pointer;

    color: #1b28db !important;
    /*background-color: #fff !important;*/
    font-weight: bold;
}


/*My Account*/
#login
{
    padding: 4px 3px;

    cursor: pointer;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 4px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}
/*#login:hover
{
    background: #c95bc8;
}*/

#signout
{
    padding: 4px 3px;

    cursor: pointer;

    color: #fff;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 4px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*#signout:hover
{
    background: #c95bc8;
}*/

/*Login Form*/

#login-text{
    font-size:20px;
    font-weight: bold;
    color: #C95BC8;
}

/*label
{
    display: block;

    color: #000;
}*/
.cf:before,
.cf:after
{
    display: table;

    content: '';
}

.cf:after
{
    clear: both;
}
.cf
{
    *zoom: 1;
}

.loginform
{
    width: 99%;
    margin: 10px 0 0 0;
    padding: 20px;

    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    background-color: rgba(250,250,250,.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2),
    inset 0 1px 0 0 rgba(250, 250, 250, .5);
}
.loginform ul
{
    margin: 0;
    padding: 0;
}
.loginform li
{
    display: inline;
    /*float: left;*/
}
.loginform label
{
    margin: 0 !important;

    text-align: left;
}

input#usermail.invalid
{
    background: #fff url('../images/wrong.png') 96% 5px no-repeat;
}

input#usermail.valid
{
    background: #fff url('../images/tick.png') 96% 5px no-repeat;
}

input#userpassword.invalid
{
    background: #fff url('../images/wrong.png') 96% 5px no-repeat;
}

input#userpassword.valid
{
    background: #fff url('../images/tick.png') 96% 5px no-repeat;
}

.loginform input:not([type=submit])
{
    margin-right: 10px !important;
    padding: 5px !important;

    border: 1px solid rgba(0, 0, 0, .3) !important;
    border-radius: 3px !important;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .1),
    0 1px 0 0 rgba(250, 250, 250, .5) !important;
    height: initial !important;
}
.loginform input[type=submit]
{
    width: 100%;
    margin: 10px 0 10px 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.loginform input[type=submit]:hover
{
    background: #c95bc8;
}*/

.signup-label
{
    font-size: 13px;
    font-weight: bold;

    width: 99%;
    margin: 10px 0 0 0;
    padding: 7px 2px;

    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    background-color: rgba(250,250,250,.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2),
    inset 0 1px 0 0 rgba(250, 250, 250, .5);
}

#forgotPassword
{
    cursor: pointer;
    text-decoration: underline;

    color: #1b28db !important;

    font-weight: 500;
}
#forgotPassword:hover
{
    color: rgb(12, 20, 128);
}

#signup
{
    cursor: pointer;

    color: #1b28db !important;
}

#signup:hover
{
    text-decoration: underline;

    color: rgb(12, 20, 128);
}

#login_fail
{
    background-color: #d1d1d1;
}

#reset_email_message
{
    margin-bottom: 10px;

    background-color: #d1d1d1;
}

.healthibank_button
{
    display: inline-block;

    width: 100%;
    height: 35px;

    cursor: pointer;
    text-decoration: none;
}

/***********************************************************************
 * 	Purple Background
 **********************************************************************/
.healthibank_button.purple
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb83fa+0,e93cec+100;Pink+3D+%232 */
    background: #fb83fa; /* Old browsers */
    background:    -moz-linear-gradient(top, #fb83fa 0%, #e93cec 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fb83fa 0%,#e93cec 100%); /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(to bottom, #fb83fa 0%,#e93cec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb83fa', endColorstr='#e93cec',GradientType=0 ); /* IE6-9 */
}
.healthibank_button a:focus
{
    outline: none;
}
.light
{
    position: relative;

    display: block;

    height: 0;
    padding: 2px 9px;

    background:    -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,.9)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
    background:         linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 50%,rgba(255,255,255,0) 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.healthibank_button:hover .light
{
    left: 45px;

    padding: 2px 5px;

    -webkit-animation-name: shine;
    -webkit-animation-name: shine;
    -moz-animation-name: shine;
    -o-animation-name: shine;
    -webkit-animation-duration: .6s;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    -o-animation-duration: .6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;

    -khtml-animation-name: shine;
    -khtml-animation-duration: .6s;
    -khtml-animation-timing-function: linear;
}

@-webkit-keyframes shine
{
    0%
    {
        top: -15px; left: -48px;
    }
    10%
    {
        top: -5px;
    }
    20%
    {
        top: 5px;
    }
    30%
    {
        top: 15px;
    }
    40%
    {
        top: 25px;
    }
    50%
    {
        top: 35px;
    }
    60%
    {
        top: 25px;
    }
    70%
    {
        top: 15px;
    }
    80%
    {
        top: 5px;
    }
    90%
    {
        top: -5px;
    }
    100%
    {
        top: -15px; left: 45px; -webkit-transform: rotate(-360deg);
    }
}

@-khtml-keyframes shine
{
    0%
    {
        top: -15px; left: -48px;
    }
    10%
    {
        top: -5px;
    }
    20%
    {
        top: 5px;
    }
    30%
    {
        top: 15px;
    }
    40%
    {
        top: 25px;
    }
    50%
    {
        top: 35px;
    }
    60%
    {
        top: 25px;
    }
    70%
    {
        top: 15px;
    }
    80%
    {
        top: 5px;
    }
    90%
    {
        top: -5px;
    }
    100%
    {
        top: -15px; left: 45px; -khtml-transform: rotate(-360deg);
    }
}

@-moz-keyframes shine
{
    0%
    {
        top: -15px; left: -48px;
    }
    10%
    {
        top: -5px;
    }
    20%
    {
        top: 5px;
    }
    30%
    {
        top: 15px;
    }
    40%
    {
        top: 25px;
    }
    50%
    {
        top: 35px;
    }
    60%
    {
        top: 25px;
    }
    70%
    {
        top: 15px;
    }
    80%
    {
        top: 5px;
    }
    90%
    {
        top: -5px;
    }
    100%
    {
        top: -15px; left: 45px; -moz-transform: rotate(-360deg);
    }
}

@-o-keyframes shine
{
    0%
    {
        top: -15px; left: -48px;
    }
    10%
    {
        top: -5px;
    }
    20%
    {
        top: 5px;
    }
    30%
    {
        top: 15px;
    }
    40%
    {
        top: 25px;
    }
    50%
    {
        top: 35px;
    }
    60%
    {
        top: 25px;
    }
    70%
    {
        top: 15px;
    }
    80%
    {
        top: 5px;
    }
    90%
    {
        top: -5px;
    }
    100%
    {
        top: -15px; left: 45px; -o-transform: rotate(-360deg);
    }
}

@-keyframes shine
{
0%
{
    top: -15px; left: -48px;
}
10%
{
    top: -5px;
}
20%
{
    top: 5px;
}
30%
{
    top: 15px;
}
40%
{
    top: 25px;
}
50%
{
    top: 35px;
}
60%
{
    top: 25px;
}
70%
{
    top: 15px;
}
80%
{
    top: 5px;
}
90%
{
    top: -5px;
}
100%
{
    top: -15px; left: 45px; transform: rotate(-360deg);
}
}


/*guest mode*/



.guestmode-checkbox
{
    margin: 0 0 0 7px !important;
    text-align: left !important;
}

/*.guest-mode .intl-tel-input .flag-container:hover .selected-flag {
	background: none;
	cursor: default;
}
*/
.non-guest-mode-box
{
    margin: 10px 5px;
    padding: 20px;

    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    background-color: rgba(250,250,250,.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2),
    inset 0 1px 0 0 rgba(250, 250, 250, .5);
}

.login
{
    margin: 0 0 0 6px;
    padding: 10px;

    background-color: rgba(241, 241, 241, .5);
}

.non-guest-mode-box.login .user-name
{
    display: inline-block;
    overflow: hidden;
}

.non-guest-mode-box.login .user-name .user-first-name
{
    float: left;

    width: 48%;
    margin-right: 1px;
}
.non-guest-mode-box.login .user-name .user-last-name
{
    float: right;

    width: 48%;
    margin-left: 1px;
}

.non-guest-mode-box.login > div {
    margin-bottom: 5px;
}

.non-guest-mode-box.login label
{
    font-size: 14px !important;
    font-weight: 700 !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: center !important;
}
.non-guest-mode-box.login input[type='text']
{
    padding: 3px 1px;

    border: 0;
    border-bottom: 2px solid #cfae8d;
    border-radius: 3px;
    background: #f1f1f1;
    height: initial;
}

.non-guest-mode-box.login .user-email
{
    width: 100%;
}

.non-guest-mode-box.login .user-phone
{
    width: 100%;
}

/*Contact Us Live*/
.iframe-telephone .iframe-sticky-controller
{
    position: relative;

    /*height: 426px;*/
    height: auto;
}

.iframe-telephone .contact-method.office-phone{

    margin: 15px 0;

    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(250, 250, 250, 0.5) inset;
    background-color: rgba(250,250,250,.5);
}

.iframe-telephone .contact-method.phone-list{

    position: relative;

    margin: 15px 0;
    padding: 2px 0px;
    height: 155px;

    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(250, 250, 250, 0.5) inset;
    background-color: rgba(250,250,250,.5);
}



.iframe-telephone .office {

    margin: 5px 0;

    font-size: 18px;

    text-align: center;
}


.iframe-telephone .phone-number {

    margin: 20px 0;

    text-align: center;
}

.iframe-telephone .phone-number i {
    color: #C95BC8;
    padding: 0;
    margin: 0 15px 0 0;
}

.iframe-telephone .phone-number a {
    color: #C95BC8 !important;
    font-size: 24px !important;
    font-weight: 500;
}

.iframe-telephone .no-one-answer {

    margin: 10px 0;
    padding-left: 5px;

    font-size: 18px;
    height: 54px;
}


.iframe-telephone .contact-method.phone-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

.iframe-telephone .contact-method.phone-list .contact-name {
    float: left;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    padding-left: 5px;
    width: 50%;
    display: block;
    margin: 0;

}
.iframe-telephone .contact-method.phone-list li {

    overflow: hidden;

}

.iframe-telephone .contact-method.phone-list li a {

    float: right;

    width: 50%;

    display: block;
    text-decoration: none;
    color: #C95BC8 !important;
    font-weight: bold;
    text-overflow: clip;
    white-space: nowrap;
}

.iframe-telephone .contact-method.phone-list li a i{
    color: #C95BC8;
}

.iframe-telephone .contact-method.phone-list li .fa {

    padding: 0px 10px 0px 2px;
    margin: 0px;
}


/* Change the link color on hover */
.iframe-telephone .contact-method.phone-list li span:hover {
    background-color: #999;
    color: white;
}

/*Email Us, Book Now and Chat With Us submit confirmation box*/

#submit-confirmation-box {

    display: none;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1999999998;
    background-color: #fff;
    width: 96%;
    height: 60%;
    border-radius: 5px;
    box-shadow: 0 0 15px #333;
    border: 1px solid #333;
}

#submit-confirmation-header {
    overflow: hidden;
    background-color: #d1d1d1;
    border-radius: 5px 5px 0 0;
}

#submit-confirmation-box .submit-confirmation-title {
    margin: 0;
    padding: 3% 5%;
    /*color: #dc74da;*/
    text-align: left;
    font-size: 22px;
}

#submit-confirmation-box .submit-confirmation-title .submit-confirmation-title-name {
    font-size: 100%;
    font-weight: bold;
}

#submit-confirmation-body {

    position: relative;
    height: 80%;
    margin: 3px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eee;
    font-size: 20px;
    border-radius: 3px;
}

#submit-confirmation-body .submit-confirmation-body-content {
    margin: 0;
    position: relative;
    /*    top: 50%;
        transform: translate(0, -50%);*/
    font-size: 100%;
}

#submit-confirmation-body p{

    font-size: 100%;
}

#submit-confirmation-body span{

    font-weight: bold;
    color: #dc74da;
}

#submit-confirmation-box input.submit-confirm{
    background: #1bb1fb;
    margin: 5px 3px;
}

#submit-confirmation-box input.submit-cancel{
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}

#submit-confirmation-box p.confirm-botton{
    position: relative;
    bottom: 20px;
}

#submit-cover-layer
{
    display: none;

    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}


/*close frames confirmation box*/

#close-frames-confirmation-boxinput[type='submit'],
#close-frames-confirmation-box input[type='reset'],
#close-frames-confirmation-box input[type='button']
{
    line-height: 0;
    font-size: 14px;
    font-family: arial;
    text-align: center;
    cursor: pointer;
    font-weight: initial;

    float: right;

    height: 30px;
    margin: 5px 0;
    padding: 5px 8px;

    letter-spacing: 0;
    text-transform: none;

    color: #fff;
    border: 0;
    border-radius: 4px;
    background: #f268ef; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f268ef 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f268ef), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f268ef 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f268ef 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f268ef 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f268ef 0%,#c95bc8 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F268EF', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

#close-frames-confirmation-box {

    display: none;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1999999998;
    background-color: #fff;
    max-width: 350px;
    width: 96%;
    max-height: 230px;
    height: 50%;
    border-radius: 5px;
    box-shadow: 0 0 15px #333;
    border: 1px solid #333;
}

#close-frames-confirmation-header {
    overflow: hidden;
    background-color: #d1d1d1;
    border-radius: 5px 5px 0 0;
}

#close-frames-confirmation-box .close-frames-confirmation-title {
    margin: 0;
    padding: 3% 5%;
    /*color: #dc74da;*/
    text-align: left;
    font-size: 18px;
}

#close-frames-confirmation-box .close-frames-confirmation-title .close-frames-confirmation-title-name {
    font-size: 100%;
    font-weight: bold;
}

#close-frames-confirmation-body {

    position: relative;
    height: 76%;
    margin: 3px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eee;
    font-size: 16px;
    border-radius: 3px;
}

#close-frames-confirmation-body .close-frames-confirmation-body-content {
    margin: 0;
    position: relative;
    /*    top: 50%;
        transform: translate(0, -50%);*/
    font-size: 100%;
}

#close-frames-confirmation-body p{

    font-size: 100%;
}

#close-frames-confirmation-body span{

    font-weight: bold;
    color: #dc74da;
}

#close-frames-confirmation-box input.submit-confirm{
    background: #1bb1fb;
    margin: 5px 3px;
}

#close-frames-confirmation-box input.submit-cancel{
    background: #fff;
    color: #333;
    border: 1px solid #eee;
}

#close-frames-confirmation-box p.confirm-botton{
    /*position: relative;*/
    bottom: 20px;
}

#close-frames-cover-layer
{
    display: none;

    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    z-index: 1999999997;
    background-color: rgba(0,0,0,0.5);
}


/*Email us*/

.iframe-email table
{
    padding: 0 8px 0 0;
}

.iframe-email .email-login-button
{
    float: left;
    overflow: hidden;

    width: 50%;

    border-right: 1px solid #f1f1f1;
}
.iframe-email #email-login
{
    float: left;

    width: 100%;
    margin: 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-email #email-login:hover
{
    background: #c95bc8;
}*/

.iframe-email .email-signup-button
{
    overflow: hidden;

    width: 50%;

    border-left: 1px solid #f1f1f1;
}

.iframe-email #email-signup
{
    width: 100%;
    margin: 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-email #email-signup:hover
{
    background: #c95bc8;
}*/

.iframe-email .email-guest-button
{
    clear: both;

    margin: 25px 0 0 0;

    text-align: center;
}

.iframe-email #email-guest
{
    float: none;

    width: 100%;
    margin: 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-email #email-guest:hover
{
    background: #c95bc8;
}
*/

.iframe-email #contact-phone
{
    padding-left: 48px;
}

.iframe-container .iframe-email table tr > *
{
    padding: 1.5px 0;
}

.iframe-email .email-us-img
{
    width: 10%;

    text-align: center;
}

.iframe-email .email-table .email-us-img
{
    width: 20%;

    text-align: center;
}

.iframe-email .email-us-input .email-us-patient p
{
    margin-top: auto;
    margin-bottom: auto;
}


.iframe-email #email-message-display
{
    margin: 0 6px 0 0;
}

.send-message-display
{
    overflow: hidden;

    padding: 0;
    margin: 0;
}

#contact-send.email-button
{
    cursor: not-allowed;

    background: grey;
}


/*Book Now*/

.iframe-book table
{
    padding: 0 8px 0 0;
}

.iframe-book .book-now-login-button
{
    float: left;
    overflow: hidden;

    width: 50%;

    border-right: 1px solid #f1f1f1;
}
.iframe-book #book-now-login
{
    float: left;

    width: 100%;
    margin: 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-book #book-now-login:hover
{
    background: #c95bc8;
}*/

.iframe-book .book-now-signup-button
{
    overflow: hidden;

    width: 50%;

    border-left: 1px solid #f1f1f1;
}

.iframe-book #book-now-signup
{
    width: 100%;
    margin: 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-book #book-now-signup:hover
{
    background: #c95bc8;
}*/

.iframe-book .book-now-guest-button
{
    clear: both;

    margin: 25px 0 0 0;

    text-align: center;
}

.iframe-book #book-now-guest
{
    float: none;

    width: 100%;
    margin: 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-book #book-now-guest:hover
{
    background: #c95bc8;
}
*/
#book-date
{
    color: #000;
}

.iframe-book #book-phone
{
    padding-left: 48px;
}

.iframe-container .iframe-book table tr > *
{
    padding: 1.5px 0;
}

.iframe-book .book-now-img
{
    width: 10%;

    text-align: center;
}

.iframe-book .book-now-table .book-now-img
{
    width: 20%;

    text-align: center;
}

.iframe-book .book-now-input p
{
    margin: auto;
}


.iframe-book #booking-message-display
{
    margin: 0 6px 0 0;
}


/*book now confirmation box*/

#booking-confirmation-box {

    display: none;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1999999998;

    background-color: #fff;
    width: 750px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(255, 0, 0,.5);
}

#booking-confirmation-box .tc-close-img
{
    margin: 0 15px 0 0;

    padding: 10px 0 0 0;

    cursor: pointer;

    color: #dc74da;

    float: right;
}

#booking-confirmation-header {
    overflow: hidden;
    background-color: #d1d1d1;
    /*border-radius: 5px;*/
}

#booking-confirmation-box .booking-confirmation-title {
    margin: 0;
    padding: 1% 0 1% 7%;
    color: #dc74da;
    text-align: center;
    font-size: 28px;
}

#booking-confirmation-box .booking-confirmation-title .booking-confirmation-title-name {
    font-size: 100%;
    font-weight: bold;
}

#booking-confirmation-body {

    position: relative;

    height: 82%;
    /*margin: 2px;*/
    padding: 10px;

    background-color: #fffaff;
    border: 1px solid #d1d1d1;
    font-size: 20px
}

#booking-confirmation-body .booking-confirmation-body-content {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 100%;
}

#booking-confirmation-body p{

    font-size: 100%;
}

#booking-confirmation-body span{

    font-weight: bold;
    color: #dc74da;
}

#booking-cover-layer
{
    display: none;

    position: fixed;
    z-index: -5;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

#booking-loading-bar
{
    display: none;

    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;

}

@media screen
and (max-width: 750px)
{
    #booking-confirmation-box {

        width: 100%;
        height: 300px;
    }
    #booking-confirmation-box .tc-close-img
    {

        padding: 5px 0 0 0;

    }

    #booking-confirmation-box .booking-confirmation-title .booking-confirmation-title-name {
        font-size: 80%;
    }

    #booking-confirmation-body .booking-confirmation-body-content {
        font-size: 80%;
    }
}

@media screen
and (max-height: 350px)
{
    #booking-confirmation-box {

        width: 100%;
        height: 100%;
    }
}

/*Chat with us*/

.iframe-chat table
{
    padding: 0 8px 0 0;
}

.iframe-chat .chat-with-us-login-button
{
    float: left;
    overflow: hidden;

    width: 50%;

    border-right: 1px solid #f1f1f1;
}
.iframe-chat #chat-with-us-login
{
    float: left;

    width: 100%;
    margin: 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-chat #chat-with-us-login:hover
{
    background: #c95bc8;
}*/

.iframe-chat .chat-with-us-signup-button
{
    overflow: hidden;

    width: 50%;

    border-left: 1px solid #f1f1f1;
}

.iframe-chat #chat-with-us-signup
{
    width: 100%;
    margin: 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-chat #chat-with-us-signup:hover
{
    background: #c95bc8;
}*/

.iframe-chat .chat-with-us-guest-button
{
    clear: both;

    margin: 25px 0 0 0;

    text-align: center;
}

.iframe-chat #chat-with-us-guest
{
    float: none;

    width: 100%;
    margin: 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-chat #chat-with-us-guest:hover
{
    background: #c95bc8;
}*/

.iframe-check .iframe-sticky-controller{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.iframe-check button{
    border-radius: 5px;
    width: 200px;
}

.iframe-chat #chat-phone
{
    padding-left: 48px;
}

.iframe-container .iframe-chat table tr > *
{
    padding: 1.5px 0;
}

.iframe-chat .chat-with-us-img
{
    width: 10%;

    text-align: center;
}

.iframe-chat .chat-with-us-table .chat-with-us-img
{
    width: 20%;

    text-align: center;
}

/*.iframe-chat input[type="submit"]
{
    margin: 0;
}  */

.iframe-chat .chat-send-message-display{
    margin: 0;
    overflow: visible;
}

.iframe-chat #chat-message-display
{
    margin: 0 6px 0 0;
}

/*FAQ more info*/
.helpdesk-faqs h4
{
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 10px 0 8px 0 !important;
    color: #000 !important;
    padding: 0 !important;
    text-align: left !important;
}

.helpdesk-more-info h4
{
    color: #000;
}

.helpdesk-more-info
{
    font-size: 1.2em !important;
    font-weight: bold;

    color: #000;
}
.helpdesk-more-info .helpdesk-more-info-p
{
    font-weight: 500 !important;
}

.helpdesk-more-info-a
{
    text-decoration: underline !important;

    color: blue !important;
    background-color: transparent !important;
}

.faqs
{
    font-size: 1.2em !important;
    line-height: 170% !important;

    margin: 0px 10px 10px 0 !important;

    position: relative;
    height: 280px;
}
.faqs dt
{
    font-weight: 400;

    position: relative;

    padding: 6px 0 5px 30px;
    margin: 0;

    background: url('../images/q.gif') 0 4px no-repeat;

    line-height: normal;
    font-size: 16px !important;
}
.faqs dt:hover
{
    cursor: pointer;
}
.faqs dd
{
    position: relative;

    margin: 0;
    padding: 4.5px 0 5px 30px;

    color: #333;
    background: url('../images/a.gif') 0 2px no-repeat;

    line-height: 1.5;
    font-size: 16px !important;
}
.faqs .hover
{
    text-decoration: underline;

    color: #900;
}

/*Find-us*/
.iframe-find table {
    background-color: rgba(250, 250, 250, 0.2);
    margin-top: 3px;
}

.iframe-find .find-us-box {

    font-weight: bold;

    /*border: 2px solid rgba(0, 0, 0, 0.3);*/
    /*border-radius: 5px;*/
    /*box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(250, 250, 250, 0.5) inset;*/

    overflow: auto;

}

/*.iframe-find .find-us-box .ps-container{
    overflow: hidden !important;
}*/

.iframe-find .find-us-directions{
    width: 100%;
    height: 25px;
    overflow: hidden;
}

.iframe-find .find-us-directions a{
    float: right;
    font-weight: 400;
    background-color: rgba(94,81,77,0.7);
    color: #fff;
    padding: 2px;
    border-radius: 3px;
    height: 18px;
    line-height: 15px;
}

.iframe-find .find-us-directions i{
    color: #dc74da;
}


.iframe-find #single-map{
    width: 100%;
    height: 200px;
}
.iframe-find #change-map{
    width: 100%;
    height: 200px;
}



/***************************************************************************************/

/*for signup*/
.iframe-container .iframe-register table
{
    border-spacing: 1px !important;
}
.iframe-register .mouseover-description
{
    display: none;
}

.iframe-register .register-img
{
    width: 10%;

    text-align: center;
}

/*.iframe-register .intl-tel-input .selected-flag {
	background: #f2f2f2;
	border-right: 1px solid rgb(209, 209, 209);
}*/
.iframe-register .intl-tel-input .selected-flag:focus
{
    outline: none;
}
.iframe-register .input-group-addon
{
    padding: 6px 13.8px;

    color: #000;
    border: 0;
    background-color: rgba(255, 255, 255, 0.1);
}
.iframe-register .input-group-addon:focus
{
    outline: none;
}

.iframe-register .input-group
{
    border-collapse: collapse;
    display: flex;
}

.iframe-register .register-input i
{
    padding: 0;
    margin: 5px 0 0 -5px;
}

.iframe-register .register-input
{
    font-size: 14px;

    width: 100%;
    padding: 0 7px 0 0;
    /*display: flex;*/

    color: #000;
}

.iframe-register .register-send-div {
    text-align: center;
}

.iframe-register .login-label
{
    font-size: 13px;
    font-weight: bold;

    margin: 1% 3% 0;
    padding: 3px 8px;

    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    background-color: rgba(250,250,250,.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2),
    inset 0 1px 0 0 rgba(250, 250, 250, .5);
}

/* gender toggle button */
label
{
    font-size: 14px;
    font-weight: 500 !important;

    margin: 0 5px 0 35px !important;
    padding: initial;

    text-align: center;
}


.register-input .toggle-btn
{
    display: inline-block;
    /*border: 1px solid #d1d1d1;*/
    vertical-align: middle;
    /*margin: 0 0 1px 0 !important;*/

    cursor: pointer !important;

    color: #000 !important;
    background-color: #fff !important;
}

.iframe-register .text-explanation
{
    line-height: 1.3;

    margin: 0 4% 0 11%;
}

.iframe-register .mouseover-description .text-explanation span
{
    font-size: 14px;

    background-color: #07fcd3;

    text-decoration-color: black;
}

.iframe-register #register-phone
{
    padding-left: 48px;
}

.iframe-register .country-list
{
    width: 230px;
}

.iframe-register .intl-tel-input
{
    width: 100%;
}
/*.iframe-register #gender-male, #gender-female {
	width: 47%;
}*/
.iframe-register .birthday-select
{
    width: 100%;
}

.iframe-register #register-birthday{
    display: flex;
}

#register-birthday .btn-group div.dropdown-menu.open{
    /*height: 200px;*/
    /*max-height: 200px;*/
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}

/*bootstrap select*/
/*.iframe-register .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn)
{
    width: 74px;
}

.iframe-register .bootstrap-select.btn-group .dropdown-menu {
    width: 74px;
}*/

.iframe-register button.btn.dropdown-toggle.btn-default
{
    font-family: arial !important;

    height: 34px !important;
    margin: 0 !important;
    padding: 6px 12px !important;

    color: #333 !important;
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
    background-color: #fff !important;
    text-transform: none !important;
    box-sizing: border-box !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.iframe-register button.btn.dropdown-toggle.btn-default span
{
    font-size: 14px;
}

.iframe-register .dropdown-toggle:after {
    content: none;
}

.iframe-register .dropdown-menu.inner
{
    max-height: 250px !important;
}

.iframe-register .dropdown-menu li a
{
    padding: 2px 15px;

    color: #000;
}

.iframe-register #birthday-date,
#birthday-month
{
    border-right-color: white;
}

.iframe-register .register-send-div:after
{
    display: block;
    clear: both;

    content: '';
}

.iframe-register #register-send
{
    width: 94%;
    margin: 0 9px 0 0 !important;
}

/*.iframe-register #register-loading {

}*/

.iframe-register #signup-captcha-img
{
    cursor: pointer;
    display: inline-block;
}

.iframe-register .signup-terms-and-conditions
{
    cursor: pointer;
}
.iframe-register-tc .tc-close-img
{
    margin: 0;

    padding: 3px 20px 0 0;

    cursor: pointer;

    color: #dc74da;
}

.iframe-register-tc .tc-close-img i {
    color: #dc74da;
}

.iframe-register-tc .tc-close-img .fa-2x
{
    padding: 0 5px 0 2px;
}
.iframe-register-tc h3
{
    font-size: 110%;
    font-weight: bold;

    display: -webkit-flex;
    display: -moz-box;

    height: 100%;
    margin: 0;
    padding: 0;

    align-items: center;
    -webkit-align-items: center;
    -moz-box-align: center;
}


@media screen
and (max-width: 360px)
{
    .iframe-register-tc h3
    {
        font-size: 90%;
    }
}

.iframe-register-tc .tc.title
{
    width: 90%;
}

.iframe-register-tc .tc.title h3
{
    text-align: center;
    display: block;
    padding: 8px 0;
}

.iframe-register-tc .tc-title p
{
    font-size: 15px;
    font-weight: bold;

    width: 85%;
    margin: 5px 0 0 30px;
    padding: 0;
}

.iframe-register-tc .tc-contents
{
    clear: both;

    padding: 0 15px;
}

.iframe-register-tc .tc
{
    padding: 0 5px;
}

#signupTC .tc.header
{
    display: -webkit-flex; /* Safari */
    display:         flex;
    flex-direction: row-reverse;

    margin: 10px 0;
    padding: 0;

    text-align: center;

    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #f1f1f1;

}

#signupTC .tc-doc
{
    position: relative;

    /*display: none;*/

    height: 350px;
    padding: 2px;

    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    background-color: rgba(250,250,250,.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), inset 0 1px 0 0 rgba(250, 250, 250, .5);
}

#signupTC ol
{
    /*display: none;*/

    margin: 0;
    padding: 0 10px 0 25px;
}

#signupTC .term-list
{
    font-weight: bold;
}

@media screen
and (max-height: 350px)
{
    #signupTC .tc-doc
    {
        height: 200px;
    }
}


#signupTC .tc.footer
{
    font-weight: bold;

    margin-top: 5px;
    padding: 0;
}

#signupTC
{
    font-size: 14px;

    position: fixed;
    z-index: 1999999998;
    bottom: 0;
    left: 50%;

    display: none;

    width: 400px;
    height: 480px;
    margin-top: -200px;
    margin-left: -200px;

    color: rgb(0, 0, 0);
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 15px;
    background-color: rgb(251, 251, 251);
    /*background-image: url('../images/background3.png');*/
    background-clip: padding-box;
    /*box-shadow: 0 0 5px red;*/
}

@media screen
and (max-width: 768px)
and (max-height: 400px)
{
    #signupTC
    {
        font-size: 14px;

        position: fixed;
        z-index: 1999999998;
        bottom: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        margin-top: 0;
        margin-left: 0;

        color: rgb(0, 0, 0);
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: initial;
        background-color: rgb(251, 251, 251);
        background-image: url('../images/background3.png');
        background-clip: padding-box;
        box-shadow: initial;
    }
}

@media screen
and (max-width: 590px)
and (max-height: 768px)
{
    #signupTC
    {
        font-size: 14px;

        position: fixed;
        z-index: 1999999998;
        bottom: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        margin-top: 0;
        margin-left: 0;

        color: rgb(0, 0, 0);
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: initial;
        background-color: rgb(251, 251, 251);
        background-image: url('../images/background3.png');
        background-clip: padding-box;
        box-shadow: initial;
    }
}

#terms-and-conditions-link
{
    cursor: pointer;
    text-decoration: underline;

    color: #1b28db !important;
}
#terms-and-conditions-link:hover
{
    color: rgb(12, 20, 128);
}

.signup-forgot-password
{
    cursor: pointer;

    color: #1b28db;
    background-color: #fff !important;
}

.signup-forgot-password:hover
{
    text-decoration: underline;

    color: rgb(12, 20, 128);
}

.signup-login
{
    cursor: pointer;

    color: #1b28db !important;
    background-color: transparent !important;
}

.signup-login:hover
{
    text-decoration: underline;

    color: rgb(12, 20, 128);
}


/*  signup verification */


.iframe-container #register-home input[type='submit'],
.iframe-container #register-home input[type='reset'],
.iframe-container #register-home input[type='button']
{
    font-weight: initial;

    float: right;

    height: 30px;
    margin: 0;
    /*background: #c95bc8;*/
    padding: 5px 2px;

    letter-spacing: 0;
    text-transform: none;

    border-radius: 4px;
}

.g-recaptcha,.book-g-recaptcha,.email-g-recaptcha{
    transform: scale(0.8);
}

#register-home .verification-table
{
    padding-right: 20px;
}

#register-home .verification-img
{
    width: 26.2px;

    text-align: center;
}

/*#register-home .verification-input {
	width: 34%;
}

#register-home .verification-button {
	width: 30%;
}*/

#register-home .text-explanation
{
    margin: 0 20px 0 27px;
}

#register-home .verification-description .text-explanation span
{
    font-size: 14px;

    display: none;

    background-color: #07fcd3;

    text-decoration-color: black;
}

/*.secureQ1-hide,.secureQ2-hide{
	display:none;
}*/
#register-home .edit1,
.edit2,
.edit3
{
    float: right;

    cursor: pointer;
}

#register-home #verification-send
{
    margin: 10px 0 0 0 !important;
}

/*iframe-telehealth*/

.iframe-telehealth table
{
    padding: 0 8px 0 0;
}

.iframe-telehealth .telehealth-login-button
{
    float: left;
    overflow: hidden;

    width: 50%;

    border-right: 1px solid #f1f1f1;
}
.iframe-telehealth #telehealth-login
{
    float: left;

    width: 100%;
    margin: 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-telehealth #telehealth-login:hover
{
    background: #c95bc8;
}*/

.iframe-telehealth .telehealth-signup-button
{
    overflow: hidden;

    width: 50%;

    border-left: 1px solid #f1f1f1;
}

.iframe-telehealth #telehealth-signup
{
    width: 100%;
    margin: 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-telehealth #telehealth-signup:hover
{
    background: #c95bc8;
}*/

.iframe-telehealth .telehealth-guest-button
{
    clear: both;

    margin: 25px 0 0 0;

    text-align: center;
}

.iframe-telehealth #telehealth-guest
{
    float: none;

    width: 100%;
    margin: 0;

    color: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    background: #f799f5; /* Old browsers */
    background:    -moz-linear-gradient(top,  #f799f5 0%, #c95bc8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f799f5), color-stop(100%,#c95bc8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #f799f5 0%,#c95bc8 100%); /* IE10+ */
    background:         linear-gradient(to bottom, #f799f5 0%,#c95bc8 100%); /* W3C */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F799F5', endColorstr='#C95BC8',GradientType=0 ); /* IE6-9 */
}

/*.iframe-telehealth #telehealth-guest:hover
{
    background: #c95bc8;
}*/


.iframe-telehealth #telehealth-phone
{
    padding-left: 48px;
}

.iframe-container .iframe-telehealth table tr > *
{
    padding: 1.5px 0;
}

.iframe-telehealth .telehealth-img
{
    width: 10%;

    text-align: center;
}

.iframe-telehealth .telehealth-table .telehealth-img
{
    width: 20%;

    text-align: center;
}

.iframe-telehealth #telehealth-message-display
{
    margin: 0 6px 0 0;
}

/*IE 9 placeholder*/

input,
textarea
{
    color: #000;
}
.placeholder
{
    color: #aaa;
}
