/* Header Css  */
.site-header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.site-header .mobile-header {
    position: fixed;
    width: 50%;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 100px 40px 20px;
    background-color: var(--extra-color-1);
    min-height: 100%;
    transform: translateX(100%);
    transition: 0.2s;
    z-index: 9999;
}

.header-logo .logo-here {
    /* max-width: 300px;
    height: 160px; */
    object-fit: cover;
    width: 100%;
}

.cell-no:hover {
    color: var(--secondary-color);
}

.secondary-header-wraapper .secondary-header-icon-wrapper ul li a {
    color: var(--extra-color-2);
    margin: 0px 25px 0px 0px;
}

@media (max-width: 991px) {
    .site-header .mobile-header.active {
        transform: translateX(0);
    }
}


/* Header Css  */

/* Banner Section Start Here */
.banner-inner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    /* margin: auto; */
}

.banner-review-wrapper {
    top: 110px;
    left: -90px;
}

.banner-teeth-wrapper {
    margin-top: 14rem;
}

.top-span {
    font-size: 12px;
    color: var(--secondary-color);
    font-family: var(--primary-bold-font);
    border: 1px solid #EEEEEE;
    padding: 8px 13px;
    border-radius: 4px;
}

/* Banner Section End Here */

/* booknowform-section Css  */
.booknow-form {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: -60px;
    z-index: 99;
    position: relative;
}

/* booknowform-section Css  */

/* satisfactory-section Css  */
.satisfactory-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/satisfactory-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    top: -10rem;
    height: 1315px;
    z-index: -1;
}

.satisfactory-img figure {
    border: 1px solid #98b3ff23;
}

/* satisfactory-section Css  */

/* about-section Css  */
.about-section .about-content-wrapper::after {
    content: "";
    position: absolute;
    background-image: url(../img/about-right-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 300px;
    right: -100px;
    bottom: -100px;
    z-index: -1;
}

.about-section .about-content-wrapper::before {
    content: "";
    position: absolute;
    background-image: url(../img/about-top-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 360px;
    height: 190px;
    right: 20px;
    top: -180px;
    z-index: -1;
}

.about-ul .about-li .tick-mark {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--body-color);
}

/* about-section Css  */

/* patiencesec Css  */

.progress {
    border-radius: 4px;
    height: 13px;
}

.progress-bar {
    background: var(--secondary-color);
    border-radius: 4px;
}

.hesti {
    box-shadow: 0px 0px 2px 3px #0000001c;
}

/* patiencesec Css  */

/* doc-section Css  */

.services {
    height: 495px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 120px;
}

figure.wrp img.img-fluid {
    height: 991px;
    object-fit: cover;
}

/* doc-section Css  */

/* serve-section Css  */
.contentbox {
    max-width: 300px;
    padding: 20px 30px 20px 20px;
    border-top-right-radius: 4px;
}

/* serve-section Css  */

/* client-section Css  */

.client-section {
    padding: 70px 0px 180px;
}

.flexitem {
    box-shadow: 0px 0px 8px 3px #00000014;
}

.quote {
    position: absolute;
    left: -20px;
    top: 20px;
}

.testi_item {
    position: relative;
    margin-bottom: 30px;
}

.testi_item:last-child {
    margin-bottom: 0px;
}

/* client-section Css  */

/* bestservice-section Css  */
.bestservice-section {
    background-image: url(../img/bestservice-bg.png);
    padding: 120px 0px;
}

.bestservice-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/best-service-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 270px;
    z-index: 1;
    left: 270px;
    top: -220px;
}

/* bestservice-section Css  */

/* blog-section Css  */
.news-span {
    border-top-right-radius: 10px;
}

.blog-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/blog-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1360px;
    z-index: -1;
    top: 0;
}

.blog-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/blog-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 260px;
    height: 210px;
    z-index: -1;
    right: 0;
    bottom: 0;
}

/* next_sec Css  */
.next_sec .next-wrapper::before {
    content: "";
    position: absolute;
    background-image: url(../img/next-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 70px;
}


/* next_sec Css  */


/* footer Css  */

.site-footer {
    padding: 100px 0px 10px;
    z-index: 9;
}

.footer-heading::before {
    content: "";
    position: absolute;
    background: var(--secondary-color);
    bottom: -14px;
    width: 70px;
    height: 3px;
    display: block;
}

/* footer Css  */

/* about-page Css  */
.next-page-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/blog-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 340px;
    height: 240px;
    z-index: -1;
    right: 0;
    top: 0;
}

/* services-page Css  */
.services.services-page-content {
    height: 425px;
}

/* services-page Css  */

/* conatct-page Css  */
.contact-form-wrapper {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-information-wrapper {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
}

/* conatct-page Css  */