/* Blockquote */
blockquote p {
    font-family: inherit;
    font-style: inherit;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
}

blockquote {
    border-left: 4px solid #f64231;
}

/* Sliding Banner */
.banner-slideshow .ba-slideshow-caption {
    padding: 20px;
}

/* Forms */
body .ba-form {
    padding: 0;
}

/* Menu */
.custom-mobile-menu .main-menu .nav li.deeper .nav-child,
.custom-mobile-menu .nav-child {
    display: block;
    transform: none !important;
    -webkit-transform: none !important;
  	background: transparent !important;
    border-radius: 0px!important;
    border: none !important;
    box-shadow: none!important;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.custom-mobile-menu .nav li.deeper:hover > .nav-child {
    animation: none !important;
    -webkit-animation: none !important;
}

.custom-mobile-menu .nav-child .deeper:hover .nav-child,
.custom-mobile-menu .nav .deeper.parent .nav-child {
    position: static !important;
}

.custom-mobile-menu .main-menu .nav.menu li span,
.custom-mobile-menu .main-menu .nav.menu li a {
    padding: 0;
}

.custom-mobile-menu .nav-child > li.deeper > span:before,
.custom-mobile-menu .nav-child > li.deeper > a:before {
	  display: none;
}

/****** 固定右下角的 看診好輕鬆icon ******/
.com_gridbox .edit-page{
    left: 0px;
    bottom: 6px;
    padding: 2px 5px;
    width: 70px;
    background: #458e65;
}
.com_gridbox .edit-page-btn:hover .edit-page {
    left: 45px;
    bottom: 6px;
    background: #458e65;
}
.com_gridbox .edit-page:before {
    border: 5px solid transparent;
    border-right: 5px solid #458e65;
    bottom: 8px;
    content: "";
    height: 0;
    left: -15px !important;
    margin-left: 5px;
    position: absolute;
}
.edit-page-btn {
    left: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    background: #52ae7b;
}
.edit-page-btn i {
    font-size: 20px;
}
body.com_gridbox.gridbox .dr973icon{
    right: 75px;
    bottom: 25px;
}
.dr973icon{
  	position:fixed;
 		z-index:100;
    width: 88px !important;
    max-width: none !important;
    right: 25px;
    bottom: 25px;
}
.dr973icon>.ba-button-wrapper {
}
.dr973icon>.ba-button-wrapper>.ba-btn-transition {
    width: 100%;
    height: 88px;
    box-sizing: border-box;
    flex-direction: column !important;
    padding: 5px 5px !important;
    border-radius: 20px !important;
  	border: 3px solid #f5f5f5 !important;
    background: linear-gradient(145deg,#78b578 10%,#0fa280 100%) !important;
}
.dr973icon>.ba-button-wrapper>.ba-btn-transition>span {
    flex: 1 1 100%;
    order: 2;
    font-size: 14px !important;
    line-height: 16px !important;
    margin-top: 6px;
}
.dr973icon>.ba-button-wrapper>.ba-btn-transition>i {
    flex: 1 1 100%;
    order: 1;
    margin: 8px 0  0!important;
    font-size: 32px !important;
}

div#item-16214966251 {
    border-radius: 20px;
    border: 1px solid;
    border-color:rgb(126 198 209 / 60%);
    animation: animateSearch linear 3550ms infinite;
    box-shadow: 0px -1px 3px 1px rgba(255, 255, 255, 0.32),
                0px 0px 3px 4px #2196F3,
                -1px 0px 6px 5px rgba(33, 239, 169, 0.46),
                0px 0px 5px 6px rgba(77, 208, 225, 0.1);
}

/* Animate Search */
@keyframes animateSearch
{
  0%  {
    box-shadow: 0px 0px 3px 1px #ffffffcc,
                0px 0px 4px 2px #2196F3,
                0px 0px 4px 4px rgba(33, 239, 169, 0.81),
                0px 0px 6px 5px rgba(77, 208, 225, 0);}
  30% {
    box-shadow: 1px -2px 3px 2px rgba(255, 255, 255, 0.73),
                -2px 1px 8px 3px #2196F3,
                -1px 0px 8px 4px #21efa9,
                0px 0px 6px 8px rgba(77, 208, 225, 0.15);}
  70% {
    box-shadow: -1px 1px 3px 3px rgba(255, 255, 255, 0),
                1px -1px 8px 2px #2196F3,
                1px -1px 6px 8px rgba(33, 239, 169, 0.15),
                0px 0px 6px 6px rgba(77, 208, 225, 0.25);}
  90% {
    box-shadow: 0px -1px 3px 1px rgba(255, 255, 255, 0.32),
                0px 0px 3px 4px #2196F3,
                -1px 0px 6px 5px rgba(33, 239, 169, 0.46),
                0px 0px 5px 6px rgba(77, 208, 225, 0.1);}
}
