/* backend */
.card-create-form-toggle{
    display: none;
}

.input-image-pb{
   padding-bottom: 30px !important;
}

.active_checkbox{
    padding-top: 7px !important;
    padding-left: 30px !important;
}

/* frontend */
.bgimg-appointment {
    background-image: url("/img/appointment_bg.jpeg");
    min-height: 350px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;

}

.bgimg-appointment .cms-overlay {
    background-color: rgba(80, 117, 238, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bgimg-newsletter {
    background-image: url("/img/newsletter_bg.jpeg");
    min-height: 300px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;

}

.bgimg-newsletter .cms-overlay {
    background-color: rgba(80, 117, 238, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-banner {
    background-image: url("/img/page_banner.jpeg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bg-page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.7;
}

.page-banner .text {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 99;
    color: white;
}

.sidebar .widget {
    padding: 20px;
    background: #f1f5f9;
    margin-bottom: 30px;
}

.widget .attachment-pushed{
   margin-left: 60px;
}

.contact-item {
    text-align: center;
    border: 1px solid #e1e1e1;
    min-height: 180px;
    position: relative;
    padding: 30px 15px;
    padding-top: 60px;
    margin-top: 71px;
}

.contact-icon {
    position: absolute;
    width: 82px;
    height: 82px;
    line-height: 92px;
    top: 0px;
    left: 50%;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    margin-top: -41px;
    transform: translate(-50%, 0%);
    transition: all 0.3s;
}

.cart .totalCartItems{
    position: absolute;
    top: -4px;
    right: 8px;
    width: 16px;
    height: 16px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    background: red;
    text-align: center;
    line-height: 16px;
    border-radius: 20px;
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.quantity .cartItem .updateCartItem{
    width: 10%;
}
