@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #fffae1;
}

/* header scrool */

.header.on-scroll {
    display: block;
    background-color: #fff;
    position: fixed !important;
}

/* main style */
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.35s ease;
    background-color: #fff;
    padding: 20px 0;
}

a {
    text-decoration: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

li {
    list-style: none;
}

.logo img {
    width: 100%;
}

.navbar-light .navbar-nav .active {
    /* margin: 28px 0 0px 0; */
    color: #0d6efd;
    padding: 8px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1010;
}

/* .home_nav {
    background-color: #0d6efd;
} */

.navbar-light .navbar-nav .nav-link {
    /* margin: 28px 0 0px 0; */
    color: #000;
    padding: 8px 17px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 10;
}

.know_btn .menu-block {
    display: unset;
}

.menu-block {
    display: inline-block;
    background-color: #e5ce5d;
    font-size: 12px;
    padding: 14px 52px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.menu_btn {
    /* margin: 28px 0 0px 0; */
}

.navbar-brand {
    padding: 0;
}

.menu-block:hover {
    background-color: #0d6efd;
    color: #fff;
}

/* .banner_bg {
    background-image: url(../images/interactive-bg-contain.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
    height: 650px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
} */

.slider_content_wepper {
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    left: 35px;
    width: 48%;
    right: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    left: 60px;
    width: 36%;
    right: 20px;
}

.slider_content h3 span {
    color: #0d6efd;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.slider_content h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.slider_content p {
    font-size: 15px;
}

.customer_sppot_wepper {
    background-color: #fff;
    border-radius: 50px;
    width: 20%;
    padding: 14px 25px;
    position: absolute;
    bottom: 0;
    display: block;
    transform: translate3d(1.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    animation: shimmy2 3s infinite;
    animation-direction: alternate;
}

.customer_sppot_wepper ul {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.customer_sppot_wepper svg {
    fill: currentColor;
    height: 50px;
    width: 50px;
}

.emergency_weeper li:first-child {
    color: #0d6efd;
    font-weight: 500;
    font-size: 14px;
}

.emergency_weeper li a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}


@keyframes shimmy2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(1.5rem, 0px);
    }
}


.img_book_slider img {
    width: 98% !important;
    height: 600px;
    object-fit: cover;
}

.slideTitle {
    background-image: url(../images/tab-bg.png);
    padding: 45px 30px;
    position: relative;
    width: 337px;
    border-radius: unset;
    margin: 0;
}

.slideTitle span {
    color: #fff;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}

.slideTitle span svg {
    margin-right: 30px;
}

.owl-pagination {
    display: flex;
    align-items: center;
    /* padding-top: 125px; */
    overflow: hidden;
    width: 100% !important;
    max-width: 100%;
}

.owl-wrapper .row {
    margin: 0;
    width: 100%;
}

.bg_color_only {
    background-color: #fff;
}

.slideTitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #43221b;
    visibility: hidden;
    transform-origin: 0 50%;
    transform: scaleX(0);
    z-index: 0;
    transition: transform .2s ease .25s, visibility 03s ease;
}

.slideTitle::after {
    background-color: #0d6efd;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    visibility: visible;
    transform-origin: left center;
    z-index: 0;
    mix-blend-mode: multiply;
    opacity: .4;
}


.slideTitle:hover {
    background: #0d6efd;
    transition: transform .2s ease, visibility .3s ease;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}



.homeCarousel .itam .banner_tab {
    display: none;
}

.banner_text {
    width: 70%;
    text-transform: uppercase;
}

.appointment_wepper_main {
    background-color: #fff;
    padding: 80px 0;
}

.form-control:focus {
    box-shadow: unset;
    border-color: #0d6efd;
}

.all_input_wepper input {
    border: none;
    border-bottom: 1px solid #1c1c1c;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    background: #0000;
    border-radius: 0;
    padding: 10px;
    text-transform: uppercase;
}

.all_input_wepper select {
    border: none;
    border-bottom: 1px solid #1c1c1c;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #6c757d;
    background: #0000;
    border-radius: 0;
    padding: 10px;
    text-transform: uppercase;
}

.inpt_weppe {
    margin-bottom: 50px;
}

select:focus-visible {
    border: unset;
}

.book_opatment {
    width: 55%;
    margin: 0 0 0 auto;
}

.book_opatment h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}

.our_servives_wepper {
    padding: 120px 0;
    background-color: #fffae1;
}

.hedding_our_service {
    padding-bottom: 60px;
}

.hedding_our_service h3 {
    color: #0d6efd;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}


.hedding_our_service h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.our_servives_img_weeper {
    overflow: hidden;
}

.our_servives_img_weeper img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transform-origin: 0 20%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
}

.our_servives_img_weeper img:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .our_servives_img_weeper:hover .number {
        color: #cea440;
    }

.number_wepper {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
}

.number {
    letter-spacing: 0.05em;
    color: #000000;
    font-size: 73px;
    font-weight: 700;
}

.number_text h5 {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: end;
}

.scare_wepper_main {
    padding: 120px 50px 50px 50px;
    background: #fff;
}

.scare_wepper_main .hedding_our_service {
    padding: 0;
    width: 50%;
    margin: auto;
}

.scare_wepper_main .hedding_our_service h3,
.hedding_our_service h2,
.hedding_our_service p {
    text-align: center;
}

.face_weeper {
    padding: 30px;
}

.face_weeper_inner {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 15px;
    text-align: center;
}

.face_weeper_inner:hover {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    box-shadow: 0px 0px 14px 2px rgb(51 51 51 / 18%);
    border-radius: 10px;
}

.face_weeper_inner:hover .svg_wepper svg {
    fill: #0d6efd;
}

.face_weeper_inner:hover .svg_wepper svg path {
    fill: #0d6efd;
}

.face_weeper_inner:hover .face_content_main {
    color: #0d6efd;
}

.face_weeper_inner:hover .face_content_main h5 a {
    color: #0d6efd;
}

.face_weeper_inner:hover .face_content_main a {
    color: #0d6efd;
}

.svg_wepper {
    margin-bottom: 40px;
}

.svg_wepper svg {
    width: 150px;
    height: 150px;
}

.sckin_svg svg {
    animation: Anim-3 25s linear infinite forwards;
    transform-origin: center;
}

.sckin_svg_1 {
    animation: Anim-1 1s linear infinite alternate;
}

@-webkit-keyframes Anim-1 {
    0% {
        transform: translateY(1px) translateX(0px);
    }

    100% {
        transform: translateY(5px) translateX(1px);
    }
}


@keyframes Anim-3 {
    to {
        transform: rotate(360deg);
        transform-origin: center;
    }
}

@-webkit-keyframes Anim-3 {
    to {
        transform: rotate(360deg);
        transform-origin: center;
    }
}


.face_content_main {
    text-align: center;
}

.face_content_main h5 a {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.face_content_main p {
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
}

.face_content_main a {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
}



/* before aftter */

.before_custm_main {
    padding: 120px 0;
}

.before_custm_main p {
    max-width: 50%;
    margin: auto;
}


.image-comparison__slider-wrapper {
    position: relative;
}

.image-comparison__label {
    font-size: 0;
    line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: ew-resize;
    z-index: 20;
}

.image-comparison__thumb h2 {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    line-height: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}

/* @media (hover) {
    .image-comparison__range:hover~.image-comparison__slider .image-comparison__thumb {
        transform: scale(1.2);
    }
} */

/* .image-comparison .image-comparison__slider-wrapper .image-comparison__range:active~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active~.image-comparison__slider .image-comparison__thumb {
    transform: scale(0.8);
    background-color: #0d6efd;
    color: #fff;
} */

.image-comparison__image-wrapper--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 1px);
    height: 100%;
    overflow: hidden;
}

.image-comparison__figure {
    margin: 0;
}

.image-comparison__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
}

.image-comparison__figure:not(.image-comparison__figure--overlay) {
    position: relative;
    padding-top: 100%;
}

.image-comparison__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 50%;
    object-position: 0 50%;
    overflow: hidden;
}

.image-comparison__figure--overlay .image-comparison__image {
    z-index: 1;
}

.image-comparison__caption {
    position: absolute;
    bottom: 12px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

@media screen and (max-width: 40.063em) {
    .image-comparison__caption {
        font-size: 12px;
    }
}

.image-comparison__caption--before {
    left: 12px;
    z-index: 2;
}

.image-comparison__caption--after {
    right: 12px;
    text-align: right;
}

.image-comparison__caption-body {
    max-width: 43vmin;
    padding: 6px 12px;
}

.image-comparison__slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    z-index: 10;
}

/* .image-comparison__range--active~.image-comparison__slider {
    background-color: rgba(255, 255, 255, 0);
} */

.image-comparison__thumb {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 34px);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #0d6efd;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
    background-color: transparent;
}

.image-comparison__range::-ms-track {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: transparent;
    outline: none;
    cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
    width: 0.5%;
    height: 100%;
    opacity: 0;
}

.image-comparison__range::-ms-tooltip {
    display: none;
}

/* lucky */


.appointment {
    background-color: #fffae1;
    padding: 30px 0px 0px 0px;
}

.appointment-img {
    position: relative;
}

.appointment-text-img {
    position: absolute;
    bottom: 70px;
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    padding: 20px 38px;
    background: white;
    max-width: 70%;
}

.svg-sec span i svg {
    color: #F5EFEE;
    font-size: 150px;
    width: 150px;
}

.wdt-heading-icon-wrapper {
    grid-area: 1/1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
    justify-content: flex-end;
    margin: 0;
}

.svg-sec {
    line-height: 1;
}

.svg-inner {
    color: #F5EFEE;
    font-size: 150px;
    width: 150px;
}

.appoint-text h5 {
    grid-area: 1/1;
    align-self: center;
}

.circle-image {
    position: absolute;
    top: 32%;
    right: -89px;
}

.circle-image img {
    width: 50%;
    padding: 0;
}

.color-text {
    color: #0d6efd;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0d6efd;
}

.text-slide-appointment {
    /* padding: 80px 0px 0px 0px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.text-slide-appointment h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: #0d6efd;
}


.text-slide-appointment h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
}

.text-slide-appointment p {
    width: 90%;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}

.appointment-ul-sec {
    padding: 0px 0px 50px 0px;
}

.appointment-ul {
    display: flex;
    align-items: center;
    transition: all .5s ease;
}

.appoint-logo-sec {
    display: flex;
    align-items: center;
    transition: all .5s ease;
    padding: 0px 0px 31px 0px;
}

.icon-appoint {
    font-size: 30px;
    padding-right: 30px;
}

.icon-text {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.appointment-ul:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);

}

.appoint-logo-sec li {
    list-style: none;
    text-align: center;
}

.appoint-logo-sec li img {
    width: 45%;
}

.appoint-button a {
    color: #fff;
    background-color: #0d6efd;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    padding: 10px 52px;
}

.menu-block:hover {
    background: rgb(184, 108, 10);
}

.appoint-button a:hover {
    background: rgb(184, 108, 10);
}

.rotate {
    animation: rotation 8s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.icon-text a {
    color: #1d1d1b;
}

/* lucky-end */


.footer_wepper .container-fluid {
    padding: 0 30px;
}

.footer_wepper {
    padding: 50px 0px;
    /*background: #0d6efd;*/
    background: #41464b;
    /* margin: 40px 0 0; */
}

.footer_logo img {
    margin-bottom: 20px;
    width: 80%;
}

.footer_logo p {
    margin-bottom: 0;
    color: #fff;
}

.sosal-midia-icn {
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 10px;
}

.facbook {
    text-align: center;
    width: 40px;
    margin: 4px;
    height: 40px;
    background-color: #0d6efd;
    color: white;
    line-height: 0;
    border-radius: 50%;
}

    .facbook:hover {
        /*background: rgb(184, 108, 10);*/
        background: #cfbf8c;
    }

.sosal-midia-icn a {
    font-size: 21px;
    color: #fff;
    line-height: 44px;
}

.footer_logo {
    border-style: dashed;
    border-width: 0px 1px 0px 0px;
    border-color: #D4C6BC4D;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.footer_heddng {
    padding: 0px 0px 0px 50px;
}

.footer_heddng h2 {
    color: #fff;
    font-size: 20px;
}

.adders_main {
    display: flex;
    align-items: center;
    position: relative;
}

.send i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 35px;
    bottom: 25px;
}

.adders_main ul {
    padding: 0;
}

.adders_main li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: all .5s ease;
    color: #fff;
}

.adders_main li:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
}

.adders_main li a {
    color: #fff;
}

.adders_main li span {
    font-size: 18px;
    margin-right: 28px;
    color: #fff;
}

.footer_heddng h3 {
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
}

.footer_heddng h4 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.foote_last .footer_heddng {
    padding: 0;
}

.adders_main .form-control:focus {
    background: transparent;

}

.adders_main input {
    border-bottom: 1px solid #fff;
    text-transform: capitalize;
    font-weight: unset;
    font-size: 16px;
}

.adders_main ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.copyright p {
    text-align: center;
    margin: 0;
    color: #ffff;
    font-size: 14px;
    padding: 20px 0;
    /*background: #0d6efd;*/
    background: #0d6efd;
    border-style: dashed;
    border-width: 1px 0px 0px 0px;
    border-color: #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.copyright p a {
    color: #fff;
}

.pageTitle_sec {
    position: static;
}

.pageTitle_container {
    padding: 75px 0 90px;
}

.title-section h1 {
    color: #000;
    font-size: 38px;
    font-weight: 700;
}

.breadcrumb {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}

.breadcrumb a {
    color: #663130;
}

.breadcrumb a:hover {
    color: #0d6efd;
}

.breadcrumb span:not(.current) {
    display: inline-block;
    margin: 0px 12px;
    padding: 0;
}

.breadcrumb span.current {
    color: #0d6efd;
}

.pageTitle_sec-bg {
    background-image: url(../sirpi.wpengine.com/wp-content/uploads/2023/05/background.avif);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccdef7;
    content: "";
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

.pageTitle_sec-bg:after {
    content: "";
    height: 100% !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    background-color: #fff7f180;
}

.inner_page .header {
    background: transparent;
}

.mission_sec {
    padding: 100px 0;
}

.img_book_slider {
    position: relative;
}

.mission_sec .slider_content_wepper {
    position: relative;
    left: unset;
    right: unset;
    width: 100%;
    padding: 0 20px;
}

.mission_sec .slider_content h2 {
    font-size: 35px;
}

.our_missoin_wepper {
    position: relative;
}

.our_missoin_inner {
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    display: flex;
    align-items: center;
    max-width: 90%;
    position: absolute;
    bottom: 30px;
    margin: auto;
    right: 0;
    left: 0;
}

.our_missoin:hover span svg {
    fill: #f3cfc8;
}

.our_missoin span svg {
    fill: #F5EFEE;
    height: 100px;
    width: 100px;
    opacity: .5;
}

.our_missoin {
    padding: 10px 40px 10px 20px;
    position: relative;
}

.our_missoin::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #B28774, transparent 60%);
    right: 0;
    background-repeat: repeat-y, repeat-y;
    background-size: 100px 10px, 0px 0px, 0px 0px, 0px 0px;
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
}

.our_missoin:last-child::before {
    content: unset;
}

.our_missoin h5 {
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin-top: 30px;
}

.our_missoin p {
    font-size: 16px;
    margin-bottom: 0;
    width: 75%;
    line-height: 25px;
}

.our_missoin span {
    position: absolute;
    right: 18px;
    top: 0;
}

.inner_page .our_servives_wepper {
    padding: 0 0 100px;
}

.about_page .our_servives_wepper {
    padding: 50px 0;
}

.inner_page .before_custm_main {
    padding: 0 0 50px;
}



#response {
    font-size: 16px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-top: 48px;
    display: none;
    background: #fff;
}

#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

.form-group {
    font-size: 20px;
    line-height: 32px;
    color: #333;
}

.form-control {
    margin-bottom: 20px;
    caret-color: #0d6efd;
}

.btn-set-contact {
    text-align: right;
    margin-bottom: 20px;
}

.btn-set-contact .btn {
    background-color: #0d6efd;
    color: #fff;
}

.main_contact {
    background: #ffff;
    padding: 10px 0;
}

.time_weeper h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 23px;
    font-weight: 700;
}

.inpt_weppe label {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #000;
    font-weight: 700;
    display: block;
}

.inner_page .inpt_weppe {
    margin-bottom: 0;
}

.inpt_weppe select {
    color: #000;
}

.inner_page .form-control:focus {
    background: transparent;
}

.time_btn .menu-block {
    display: block;
    width: 40%;
    padding: 14px 0;
    text-align: center;
    border: 0;
    margin-bottom: 20px;
}

.bg_coloe {
    background-color: #fff;
    padding: 30px 0;
}

.bg_coloe .container-fluid {
    border: solid 1px #D4C6BC;
    padding: 15px;
    max-width: 1260px;
}

.time_weeper_inner {
    border: solid 1px #D4C6BC;
    background-color: #fffae1;
    padding: 30px;
}

.time_inner {
    padding: 0px 0px 56px 0px;
}

.time_inner h2 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #9c7674;
}

.time_inner h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
}

.time_table {
    margin-bottom: 12px;
}

.time_table_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.time_table_inner h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.bordersolid {
    border-top: 1px Dashed #f6d6cc;
    display: flex;
    flex-grow: 1;
}

.time_table_inner span {
    font-size: 14px;
    font-weight: 500;
}

.contact-delivery {
    background-color: #dceaff;
    border-bottom: 4px inset #cea440;
    min-height: 335px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.contact-content-main {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.571;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    flex-direction: column;
}

.contact-content-main h2 {
    color: #cea440;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: inherit;
    text-transform: uppercase;
}

.contact-map p {
    font-size: 18px;
    line-height: 45px;
    font-weight: 400;
}

.from_chek label {
    text-align: left;
    /* margin-bottom: 8px; */
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.from_chek .form-control {
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.submitBtn {
    background: transparent;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    padding: 4px 35px;
}

.submitBtn:hover {
    background-color: #cea440;
    color: #fff;
}

.main_contact .container {
    max-width: 1200px;
}

/* Laser PAge */


.about-wrap {
    padding: 60px 0;
    background: #fff;
}

.widget-about-info .nav {
    -webkit-box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    -moz-box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    border-radius: 4px;
    padding: 30px 15px;
    width: 100%;
}

.widget-about-info .nav .nav-link.active,
.widget-about-info .nav .nav-link.active:before {
    color: #0d6efd;
}

.widget-about-info .nav .nav-link {
    position: relative;
    display: block;
    padding: 10px 15px;
    border: 0;
    text-align: left;
    line-height: normal;
    background: transparent;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    color: #111111;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.widget-about-info .nav .nav-link.active,
.widget-about-info .nav .nav-link.active:before {
    color: #0d6efd;
}

.widget-about-info .nav .nav-link:before {
    content: "\ea50";
    font-family: "boxicons";
    position: absolute;
    top: 2px;
    font-size: 30px;
    right: 0;
    z-index: 1;
    color: #d9d9d9;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.widget-about-info .nav .nav-link.active:after {
    background: #0d6efd;
}

.widget-about-info .nav .nav-link:after {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    top: 6px;
    left: 0;
    z-index: 1;
    font-size: 28px;
    background-color: #d9d9d9;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.about-box {
    padding: 0 15px;
}

.about-box .item-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}

.about-box p {
    margin: 0 0 20px 0;
    color: #444444;
    text-align: justify;
    font-size: 14px;
}

.about-box .about-img img {
    margin-bottom: 30px;
}

.about-box .about-info {
    display: block;
    margin: 35px 0 20px;
}

.about-box .about-info li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px;
    font-weight: 500;
}

.about-box .about-info li:after {
    content: "\ee91";
    position: absolute;
    font-family: "boxicons";
    font-weight: 600;
    font-size: 22px;
    left: 0;
    top: 2px;
    color: #0d6efd;
    line-height: 20px;
    text-align: center;
    z-index: 1;
}

.wa-chat-icon {
    position: fixed;
    bottom: 54px;
    z-index: 9999;
    right: 28px;
}

.wa-chat-icon img {
    width: 50px;
}

.sidebar-widget-area .all_input_wepper .nav-item {
    border: 1px solid #ced4da !important;
}

.destop_none {
    display: none;
}

.bg_coloe .all_input_wepper select {
    font-size: 14px;
    width: 100%;
}

#response {
    font-size: 16px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-top: 48px;
    display: none;
    background: #fff;
}

#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.testimonial-section {
    padding: 0 0 90px;
}

.testimonial-content .testimonial-desc {
    background-color: #c6d6ef;
    padding: 30px 16px;
    border-radius: 12px;
}

.testimonial-desc p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-style: italic;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 70px;
}

.testimonial-desc h5 {
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-style: italic;
}

.testimonial-section .owl-nav {
    margin: 0;
}

.testimonial-section .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 35%;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#e6deb9;
    border-radius: 30px;
    margin: 0;
    color: #000000;
}

.testimonial-section .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.testimonial-section .owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
    background:#e6deb9;
}

.about-box p strong a {
    color: #0d6efd;
}

.dropdown:hover .dropdown-menu:not(.destop_none .dropdown:hover .dropdown-menu) {
    display: block !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}

.dropdown-menu {
    padding: 0;
    min-width: 12rem;
    background-color: #d4c491;
}


.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #0d6efd;
}

.dropdown-menu li:first-child {
    /*border-bottom: 1px solid #fef6ee;*/
}

.dropdown-item {
    padding: 8px 8px;
    color: #ffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;

}



#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.about-box h3.item-title {
    font-weight: 500;
    font-size: 20px;
}

.about-box p a {
    color: #444444;
}

.about-box .accordion {
    margin-bottom: 30px;
}

.about-box .accordion .accordion-item {
    border: 0;
}

.about-box .accordion .accordion-button {
    background: transparent;
    color: #0d6efd;
    padding: 12px 0;
    font-weight: 500;
    box-shadow: unset !important;
    border-bottom: 1px solid #d3d3d3;
}

.about-box .accordion .accordion-button.collapsed {
    color: #484848;
}

.about-box .accordion .accordion-body {
    padding: 15px 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c4822b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
}

input[type="datetime-local"] {
    appearance: none;
    -webkit-appearance: none;
    /* For Safari and Chrome on iOS */
}

.blog-card {
    height: 505px;
    margin-bottom: 24px;
}


.blog-card-1,
.blog-card-3,
.blog-card-5 {
    background: antiquewhite;
}

.blog-card-txt {
    padding: 22px 19px;
}

.blog-card-txt h5 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-card-txt h6 {
    font-size: 12px;
}

.blog-card-txt p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blog-card .image img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    max-width: 100%;
    height: 220px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}

.blog-card .image {
    overflow: hidden;
    transition: all 0.35s ease;
}

.blog-card .image:hover img {
    transform: scale(1.1);
}

.blog-card-txt-heading {
    color: #0d6efd;
}

.blog-card-txt-heading:hover,
.blog-card-txt-read:hover {
    color: #a66904;
}

.blog-card-txt-read {
    color: #0d6efd;
    display: block;
    margin-top: 7px;
    font-size: 14px;
}

.pull-left {
    margin-bottom: 80px;
}

.pull-right .accordion,
.table-of-content {
    position: sticky;
    top: 25px;
}

.blog-accordion-button i {
    margin-right: 10px;
}

.blog-accordion-body ul {
    padding: 0;
}

.blog-accordion-body ul li a {
    color: black;
    letter-spacing: 1px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
}

.blog-accordion-body ul li a:hover {
    color: #0d6efd;
}

.accordion-button:not(.collapsed) {
    background-color: #faebd7;
}

.blog-accordion-body ul li {
    margin-bottom: 7px;
    border-bottom: 1px solid #ebe5e5;
    padding: 8px 9px;
}

.blog-accordion-body ul li:hover {
    background-color: #faebd7;
}

.blog-accordion-body ul li a i {
    font-size: 11px;
    margin-right: 5px;
    align-self: center;
    color: #0d6efd;
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: black;
}

.accordion-item {
    background-color: unset;
    border: none;
    margin: 10px 0;
}

.blog-detail-text {
    margin-top: 20px;
}

ul.blogList li {
    list-style: disc;
}
ol.blogList li{
    list-style: auto;
}
ol.blogList{
    padding-left: 2rem !important;
}
.blog-detail-text .blogList li {
    margin: 10px 0;
    font-size: 14px;
    letter-spacing: .5px;
    color: dimgrey;
    line-height: 24px;
    text-align: justify;
}

.blog-detail-text .blogList li strong {
    color: #0d6efd;
    margin-right: 5px;
}

.blog-detail-text .blogList:not(ul.blogList) {
    padding: 0;
}

.blog-detail-text h1 {
    font-size: 28px;
    font-weight: 600;
}

.blog-detail-text a {
    color: #111111;
}

.blog-detail-text h2 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 28px;
}

.blog-detail-text h3 {
    font-size: 16px;
    font-weight: 600;
}

.blog-detail-text p {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 24px;
    text-align: justify;
}

.blog-detail-text h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0;
}

.about_sec {
    padding: 50px 0;
}

.about_Textsec {
    text-align: center;
    padding: 50px 0;
}

.about_Textsec h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    width: 65%;
    margin: 0 auto 20px;
}

.about_Textsec p {
    font-size: 15px;
    width: 94%;
    margin: 0 auto 10px;
}

.about_text {
    padding-left: 15px;
}

.about_text p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 15px;
}

.about_text h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px;
}

.about_text ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.about_text li {
    font-size: 15px;
    margin-bottom: 8px;
    list-style: disc;
}

.table-of-content ul {
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
}

.table-of-content li {
    padding-bottom: 8px;
    line-height: normal;
}

.table-of-content li a {
    text-decoration: none;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.1s ease-in-out;
    color: rgb(137, 141, 154);
}

.table-of-content li a:hover,
.table-of-content li a.active {
    color: rgb(23, 26, 34);
}

.text-content {
    font-weight: 600;
}