﻿

html, .alt-font {
    font-family: 'Noora', 'shabnam', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

body {
    font-family: 'Noora', 'shabnam', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}


#topSearchValue {
    color: #232323;
    border-bottom: 1px solid #232323;
    width: 100%;
}

.search-button {
    color: #232323 !important;
}

.navbar .navbar-nav .nav-link {
    font-size: 1.2rem;
    font-weight: bold;
}


.blog-details-text p {
    font-size: 1.2em;
    text-align: justify;
    color: #000;
}

.blog-details-text h2 {
    font-size: 1.8em;
    line-height: 1em;
    color: #000;
}

.blog-details-text h3 {
    font-size: 1.5em;
    line-height: 1em;
    color: #000;
}


.blog-details-text blockquote {
    border-right: 3px solid #c80000;
    font-size: 21px;
    color: #03285e !important
}

.text-justify {
    text-align: justify;
}

.fancy-text-box-style-01 .fancy-text-box .fancy-text-content {
    font-size: 85px;
    line-height: 72px;
    margin-bottom: 0;
    margin-left: 15px;
}

.text-overlap-style-01 {
    position: absolute;
    left: 0;
    bottom: -65px;
    font-size: 100px;
    line-height: 150px;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.form-check-input[type=checkbox]:checked, .form-check-input[type=checkbox]:not(:checked) {
    opacity: 0;
    padding: 0 !important;
    width: 0;
    height: 0;
    z-index: 1;
    margin: 0;
}

.form-check-input[type=checkbox] + label {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #8a8a8a;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        margin-top: 3px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

.form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type=checkbox]:not(:checked):disabled + label:before, label.btn input[type=checkbox]:not(:checked):disabled + label:before {
    border: none;
    background-color: #bdbdbd;
}

.form-check-input[type=checkbox]:checked + label:before, label.btn input[type=checkbox]:checked + label:before {
    top: -4px;
    right: 10px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox]:checked:disabled + label:before, label.btn input[type=checkbox]:checked:disabled + label:before {
    border-right: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
}

.form-check-input[type=checkbox]:indeterminate + label:before, label.btn input[type=checkbox]:indeterminate + label:before {
    top: -11px;
    right: -12px;
    width: 10px;
    height: 1.375rem;
    border-top: none;
    border-left: none;
    border-right: 2px solid #4285f4;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox]:indeterminate:disabled + label:before, label.btn input[type=checkbox]:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0,0,0,.46);
    background-color: transparent;
}

.form-check-input[type=checkbox].filled-in + label:after, label.btn input[type=checkbox].filled-in + label:after {
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
}

.form-check-input[type=checkbox].filled-in + label:after, .form-check-input[type=checkbox].filled-in + label:before, label.btn input[type=checkbox].filled-in + label:after, label.btn input[type=checkbox].filled-in + label:before {
    content: '';
    right: 0;
    position: absolute;
    -webkit-transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    -o-transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    z-index: 1;
}

.form-check-input[type=checkbox].filled-in:not(:checked) + label:before, label.btn input[type=checkbox].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    right: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox].filled-in:not(:checked) + label:after, label.btn input[type=checkbox].filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0;
}

.form-check-input[type=checkbox].filled-in:checked + label:before, label.btn input[type=checkbox].filled-in:checked + label:before {
    top: 0;
    right: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox].filled-in:checked + label:after, label.btn input[type=checkbox].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #a6c;
    background-color: #a6c;
    z-index: 0;
}

.form-check-input[type=checkbox].filled-in.filled-in-danger:checked + label:after, label.btn input[type=checkbox].filled-in.filled-in-danger:checked + label:after {
    background-color: #f44336;
    border-color: #f44336;
}

.form-check-input[type=checkbox]:disabled:not(:checked) + label:before, label.btn input[type=checkbox]:disabled:not(:checked) + label:before {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}

.form-check-input[type=checkbox]:disabled:not(:checked) + label:after, label.btn input[type=checkbox]:disabled:not(:checked) + label:after {
    border-color: #bdbdbd;
    background-color: #bdbdbd;
}

.form-check-input[type=checkbox]:disabled:checked + label:before, label.btn input[type=checkbox]:disabled:checked + label:before {
    background-color: transparent;
}

.form-check-input[type=checkbox]:disabled:checked + label:after, label.btn input[type=checkbox]:disabled:checked + label:after {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}


.filter-section .blog-post:hover .blog-post-image .blog-category img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.filter-section .blog-post:hover .blog-post-image img {
    opacity: 1;
}

div#input-assigned-0, #input-assigned-1 {
    display: none;
}


.header-language .dropdown-menu a {
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}

.push-button {
    position: relative;
    width: auto;
    height: auto;
    display: block;
    top: 1px;
}

.blog-grid .blog-post .blog-post-image .blog-category, .blog-grid .blog-post:hover .blog-post-image .blog-category {
    box-shadow: none;
    background: none;
}

.dropdown-item {
    font-weight: 700 !important;
    padding: 0.5rem 1rem !important;
}

.dropdown-menu {
    left: auto !important;
    right: 0;
    padding: 15px;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    border-radius: 6px;
    border: 0;
    margin: 0;
    min-width: 140px;
}

.cart-products th {
    font-weight: 700;
}

header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: inherit;
}

@media (max-width: 991px) {
    .push-menu {
        display: block;
    }
}

.alt-font-en {
    font-family: Tahoma;
}

.portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+0) .portfolio-box, .portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+1) .portfolio-box {
    padding: 0 0;
}

.portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+2) .portfolio-box, .portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+3) .portfolio-box {
    padding: 0 0;
}

.portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+0) .portfolio-box, .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+1) .portfolio-box, .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+3) .portfolio-box, .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+5) .portfolio-box {
    padding: 0 0;
}

.portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+2) .portfolio-box, .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+4) .portfolio-box, .portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+6) .portfolio-box {
    padding: 0 0;
}

.pagination-style-01 .page-item .page-link.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+0) .portfolio-box, .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+1) .portfolio-box, .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+3) .portfolio-box, .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+6) .portfolio-box {
    padding: 0 0;
}

.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+2) .portfolio-box, .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+4) .portfolio-box, .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+5) .portfolio-box, .portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+7) .portfolio-box {
    padding: 0 0;
}


@media (max-width:1680px) and (min-width: 1200px) {
    .title-large {
        font-size: 65px;
    }
}

header .navbar .navbar-brand .default-logo, header.sticky .navbar-brand .alt-logo, header .sidebar-nav-menu .navbar-brand .default-logo, footer .footer-logo img {
    image-rendering: -webkit-optimize-contrast;
    will-change: transform;
    max-height: 64px;
}

@media (max-width: 568px) {
    .extra-big-section.cover-background.overflow-visible {
        overflow: hidden !important;
    }

        .extra-big-section.cover-background.overflow-visible .overlap-section img {
            transform: scale(2.5);
        }
}

@media (max-width: 768px) {

    nav-header-container, .navbar {
        flex-wrap: nowrap !important;
    }

    header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
        max-height: 52px;
    }

    .anim-image {
        margin-top: auto !important;
    }

    .process-step-item {
        width: 100%
    }

    .absolute-middle-center {
        right: 43%;
        top: 50%;
        position: absolute;
        -ms-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -webkit-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }

    .tab-style-07 .nav-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: nowrap;
    }

    .client-logo p {
        margin-top: 0 !important;
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .anim-image {
        margin-top: auto !important;
    }

    .home-dentist .popup-youtube.absolute-middle-center {
        right: auto;
    }

    .home-dentist .popup-youtube.absolute-middle-center {
        left: 37%;
    }
}


@media (max-width: 991px) {
    .cart-products td {
        display: block;
        border: none;
        text-align: right;
        margin-bottom: 10px;
        padding: 0;
    }

    .cart-products tr {
        padding-right: 10px;
    }
}



.fa-li {
    right: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
    left: auto;
}

.anim-image {
    margin-top: -180px;
}

.swal-text {
    text-align: center !important;
}

.swal-footer {
    text-align: center !important;
}

.client-logo p {
    margin-top: -25px;
}

.btn.loading {
    position: absolute !important;
}

