/*!
* Version: 1.0.0
* Template: Handyman Service -  On-Demand Home Service Flutter App with Complete Solution
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
[data-bs-theme=dark] {
    --bs-gray-900: #020716;
    --bs-gray-900-rgb: 2, 7, 22;
    --bs-gray-700: #050c21;
    --bs-gray-700-rgb: 5, 12, 33;
    --bs-gray-600: #bfbfbf;
    --bs-gray-600-rgb: 191, 191, 191;
    --bs-gray-500: #2f334f;
    --bs-gray-500-rgb: 47, 51, 79;
    --bs-gray-400: #1c1e2f;
    --bs-gray-400-rgb: 28, 30, 47;
    --bs-gray-300: #181818;
    --bs-gray-300-rgb: 24, 24, 24;
    --bs-gray-200: #19191a;
    --bs-gray-200-rgb: 25, 25, 26;
    --bs-gray-100: #000;
    --bs-gray-100-rgb: 0, 0, 0;
    --bs-light: var(--bs-gray-300);
    --bs-light-rgb: var(--bs-gray-300-rgb)
}

body {
    overflow-x: hidden
}

:focus {
    outline: none
}

hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-heading-font-family)
}

h1 {
    font-size: var(--bs-heading-1, 4.209rem)
}

h2 {
    font-size: var(--bs-heading-2, 3.157rem)
}

h3 {
    font-size: var(--bs-heading-3, 2.369rem)
}

h4 {
    font-size: var(--bs-heading-4, 1.777rem)
}

h5 {
    font-size: var(--bs-heading-5, 1.333rem)
}

h6 {
    font-size: var(--bs-heading-6, 1rem)
}

a {
    color: var(--bs-primary);
    transition: color .4s ease, background .4s ease
}

.iq-slider {
    overflow: hidden;
    overflow-x: auto
}

.iq-scroller-effect ::-webkit-scrollbar {
    border-radius: 20px;
    height: 5px;
    width: 5px
}

.iq-scroller-effect ::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 20px
}

.iq-scroller-effect ::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
    background: #ededed;
    border-radius: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.fs-37 {
    font-size: 2.3687rem
}

.fs-16 {
    font-size: 1rem
}

.text-primary-dark {
    color: var(--bs-primary-hover-bg)
}

.body-class-1 {
    scroll-behavior: smooth
}

.main-img .container {
    color: #fff;
    font-weight: 700;
    left: 50%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%)
}

.main-img .container h1 {
    color: #fff;
    font-size: 4.375rem;
    margin: 0
}

.main-img .container h1 span {
    display: inline-block;
    padding: .375rem .875rem
}

.bd-heading-1 .bd-example {
    margin-top: 1rem
}

.bd-heading-1 .bd-example:first-child {
    margin-top: 0
}

.bd-cheatsheet section article .card.iq-document-card {
    padding: 1.5rem
}

.bd-cheatsheet section article .card.iq-document-card .tab-content pre.language-markup {
    margin: unset
}

.bd-aside.card.iq-document-card {
    padding: 1.5rem
}

.bd-aside a {
    color: hsla(0, 0%, 45%, .95);
    margin-left: .25rem;
    margin-top: .125rem;
    padding: .25rem .5rem;
    text-decoration: none
}

.bd-aside .active,
.bd-aside a:focus,
.bd-aside a:hover {
    background-color: rgba(var(--bs-primary-rgb), .1)
}

.bd-aside .active {
    color: var(--bs-primary);
    font-weight: 600
}

.bd-aside .btn {
    border: 0;
    color: #727272;
    font-weight: 600;
    padding: .25rem .5rem
}

.bd-aside .btn .right-icon {
    transition: transform .35s ease
}

.bd-aside .btn:focus,
.bd-aside .btn:hover {
    background-color: rgba(var(--bs-primary-rgb), .1);
    color: var(--bs-primary)
}

.bd-aside .btn[aria-expanded=true] .right-icon {
    transform: rotate(90deg)
}

.scrollspy-example {
    height: 12.5rem;
    margin-top: .5rem;
    overflow: auto;
    position: relative
}

[id=buttons] .bd-example .btn,
[id=dropdowns] .bd-example .btn-group,
[id=dropdowns] .bd-example .dropdown,
[id=dropdowns] .bd-example .dropend,
[id=dropdowns] .bd-example .dropstart,
[id=dropdowns] .bd-example .dropup,
[id=modal] .bd-example .btn,
[id=popovers] .bd-example .btn,
[id=tooltips] .bd-example .btn {
    margin-top: .5rem
}

@media (min-width:1200px) {
    .body-class-1 {
        display: grid;
        gap: 2rem;
        grid-template-columns: 1fr 4fr 1fr;
        grid-template-rows: auto
    }

    .bd-aside.sticky-xl-top {
        top: 2rem !important
    }

    .bd-header {
        grid-column: 1/span 3;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1030
    }

    .sticky-xl-top {
        z-index: 2
    }

    .bd-cheatsheet,
    .bd-cheatsheet article,
    .bd-cheatsheet section {
        display: grid;
        gap: 2rem;
        grid-column: span 2/span 2;
        grid-template-columns: 3fr 1fr;
        grid-template-rows: auto
    }

    .bd-aside {
        grid-area: 1/1;
        scroll-margin-top: 4rem
    }

    .bd-cheatsheet section,
    .bd-cheatsheet section>.iq-side-content {
        scroll-margin-top: 0;
        top: 2rem
    }

    .bd-cheatsheet .bd-heading,
    .bd-cheatsheet article {
        scroll-margin-top: 9.8rem;
        top: 9.2rem
    }

    .bd-cheatsheet .bd-heading {
        order: 2;
        z-index: 1
    }

    .bd-cheatsheet .bd-heading .card {
        margin-bottom: 0
    }

    .bd-cheatsheet article .iq-document-card {
        margin-bottom: unset
    }

    .bd-cheatsheet article .iq-document-card.iq-doc-head {
        margin-top: -8.8rem
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .mobile-offcanvas {
        width: 40% !important
    }
}

@media (max-width:767.98px) {
    .main-img .container h1 {
        font-size: 3.125rem
    }
}

@media (max-width:1199.98px) {
    .header .container {
        max-width: unset !important
    }

    aside.mobile-offcanvas {
        margin-top: unset !important
    }

    aside.mobile-offcanvas .offcanvas-header {
        display: block
    }

    .body-class-1 {
        padding: unset
    }

    .body-class-1.container {
        max-width: unset
    }

    #content .iq-side-content .card {
        margin-top: 1.25rem
    }

    .mobile-offcanvas {
        -webkit-backdrop-filter: blur(.5rem);
        backdrop-filter: blur(.5rem);
        background: hsla(0, 0%, 100%, .839);
        border-radius: 0;
        display: block;
        height: 100vh;
        left: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        visibility: hidden;
        width: 75%;
        z-index: 1200
    }

    .mobile-offcanvas.show {
        transform: translateY(0);
        visibility: visible
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block
    }
}

@media (min-width:1200px) {
    aside.mobile-offcanvas .offcanvas-header {
        display: none
    }

    .bd-cheatsheet section .iq-side-content {
        grid-column-end: 3
    }

    .bd-cheatsheet section .iq-side-content .card {
        margin-bottom: 0
    }
}

body.offcanvas-active {
    overflow: hidden
}

body.uikit .btn-download {
    display: none
}

.uisheet.screen-darken {
    background-color: hsla(0, 0%, 100%, .6);
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .2s linear, visibility .2s, width 2s ease-in;
    visibility: hidden;
    width: 0;
    z-index: 30
}

.uisheet.screen-darken.active {
    opacity: 1;
    transition: opacity .3s ease, width 0s;
    visibility: visible;
    width: 100%;
    z-index: 10
}

.middle {
    display: inline !important
}

.middle .mid-menu {
    background: var(--bs-primary);
    border-radius: 0 1rem 1rem 0;
    color: #fff;
    cursor: pointer;
    left: 0;
    padding: .2rem;
    position: fixed;
    text-align: center;
    top: 9.375rem;
    z-index: 999
}

.top-1 {
    top: 1rem
}

.elem-list {
    max-height: calc(80vh + 4rem);
    overflow: auto
}

.elem-list::-webkit-scrollbar {
    border-radius: 10px;
    height: 4px;
    width: 4px
}

.elem-list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px
}

.elem-list::-webkit-scrollbar-thumb,
.elem-list::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .2);
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.card .card-body .iq-media-group-1 .iq-media-1 {
    margin-left: -1.25rem;
    position: relative;
    z-index: 0
}

.card .card-body .iq-media-group-1 .iq-media-1:hover {
    z-index: 9
}

.card .card-body .iq-media-group-1 .iq-media-1 img {
    border: 2px solid #ebebeb
}

.card .card-body .iq-media-group-1 .iq-media-1:first-child {
    margin-left: 0
}

.card .card-body .iq-media-1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .125rem;
    display: inline-flex
}

.card .card-body .iq-media-1:hover {
    text-decoration: none
}

.authontication-forms .modal-header .btn-close {
    left: auto;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1
}

.authontication-forms .modal-body {
    padding: 3rem 2.5rem
}

.authontication-forms .modal-body .iq-login-form label {
    color: var(--heading-color);
    font-weight: 500;
    line-height: 175%;
    margin-bottom: .83rem;
    text-transform: capitalize
}

.authontication-forms .modal-body .iq-login-form .input-group .input-group-text {
    border-color: transparent
}

.authontication-forms .modal-body .iq-login-form .input-group input {
    border-color: transparent;
    padding-left: 0
}

.authontication-forms .modal-body .iq-login-form .input-group input:focus {
    border-color: transparent
}

.authontication-forms .modal-body .iq-login-form .input-group textarea {
    padding-left: 0;
    padding-top: 9px
}

.authontication-forms .modal-body .iq-login-form .input-group textarea:focus {
    border-color: transparent
}

.authontication-forms .iq-login-form .text-signup label {
    font-size: 1rem;
    font-weight: 600
}

.authontication-forms .iq-login-form .text-signup .btn-link {
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize
}

.authontication-forms.register-page .modal-dialog {
    max-width: 700px
}

.social-login-label {
    color: #727272;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    line-height: normal;
    position: relative;
    text-transform: uppercase
}

.social-login-label span {
    background-color: rgba(var(--bs-light-rgb), 1);
    display: inline-block;
    padding: 0 1rem;
    position: relative
}

.social-login-label:before {
    background: var(--bs-border-color);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%
}

.social-login ul li a {
    background: var(--bs-gray-300);
    border-radius: .25rem;
    display: block;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    transition: all .3s ease 0s;
    width: 2.375rem
}

.social-login ul li a:hover {
    background: var(--bs-gray-200)
}

@media (max-width:575px) {
    .authontication-forms .modal-body {
        padding: 1rem
    }
}

.custom-btn-close {
    cursor: pointer;
    left: auto;
    position: absolute;
    right: -1.25rem;
    top: -1.25rem;
    z-index: 1
}

@media (max-width:575.98px) {
    .custom-btn-close {
        right: -.8rem;
        top: -.8rem
    }
}

.iq-team-slider.swiper .swiper-slide .iq-banner-img img {
    height: 622px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.iq-team-slider.swiper .swiper-slide .card-box {
    margin-top: -20px
}

.iq-team-slider.swiper .swiper-slide .card-box .card-description {
    animation: fade-in .5s cubic-bezier(.39, .575, .565, 1) both;
    background: var(--bs-primary-bg-subtle);
    margin: 0 10px;
    padding: 8px 18px
}

.iq-team-slider.swiper .swiper-slide .card-box .card-description .cart-content .desc {
    display: none
}

.iq-team-slider.swiper .swiper-slide .card-box .card-description .cart-content .heading {
    color: var(--bs-headings-color)
}

.iq-team-slider.swiper .swiper-slide.swiper-slide-active .iq-banner-img {
    animation: animate-slide-in;
    animation-duration: .5s
}

.iq-team-slider.swiper .swiper-slide.swiper-slide-active .iq-banner-img img:after {
    background: linear-gradient(2deg, rgba(3, 3, 3, .3), transparent);
    border-radius: 12px;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0
}

.iq-team-slider.swiper .swiper-slide.swiper-slide-active .card-box {
    margin-top: -70px
}

.iq-team-slider.swiper .swiper-slide.swiper-slide-active .card-box .card-description {
    background-color: var(--bs-secondary);
    padding: 24px 32px
}

.iq-team-slider.swiper .swiper-slide.swiper-slide-active .card-box .card-description .cart-content .heading {
    color: var(--bs-white);
    font-size: 1.777rem
}

.iq-team-slider.swiper .swiper-slide.swiper-slide-active .card-box .card-description .cart-content .desc {
    display: block
}

.iq-team-slider.swiper .swiper-slide.swiper-slide-active .card-box .card-description .rating-text {
    color: var(--bs-white)
}

@keyframes animate-slide-in {
    0% {
        clip-path: inset(0 0 0 100%);
        -webkit-clip-path: inset(0 0 0 100%)
    }

    to {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0)
    }
}

@media (max-width:1024.98px) {
    .iq-team-slider.swiper .swiper-slide .iq-banner-img img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.mode-icons {
    display: none
}

.mode-icons.light-mode {
    display: block
}

#back-to-top {
    display: inline !important
}

#back-to-top .top {
    bottom: 1.563rem;
    right: 1.563rem;
    z-index: 999
}

#back-to-top .top svg {
    height: 50px;
    line-height: 50px;
    padding: 16px;
    text-align: center;
    width: 50px
}

.d-inherit {
    display: inherit
}

.lh-normal {
    line-height: normal
}

.vue-star-rating svg.vue-star-rating-star {
    height: 14px;
    vertical-align: inherit;
    width: 14px
}

.btn-close:focus {
    box-shadow: none
}

.star-rating {
    line-height: normal
}

.star-rating>div {
    line-height: 0
}

.rating-component .vue-star-rating svg.vue-star-rating-star {
    height: 20px;
    width: 20px
}

.review-0 {
    display: none
}

.readmore-btn {
    text-transform: capitalize
}

.custom-card-table .row tr td {
    padding-left: 0;
    padding-right: 0
}

.cookiePopup {
    z-index: 1000
}

div.dataTables_processing.card {
    background-color: var(--bs-gray-300)
}

div.dataTables_processing>div:last-child>div {
    background: var(--bs-primary) !important
}

.padding-top-bottom-70.blog-more-images {
    padding: 0
}

.padding-top-bottom-70.blog-more-images:has(img) {
    padding: 4.375rem 0
}

.provider-section {
    padding-bottom: 7rem;
    padding-top: 7rem
}

.provider-section .provider {
    max-width: 180px;
    -o-object-fit: cover;
    object-fit: cover
}

.provider-section .provider-1 {
    left: -50px;
    top: 3.6rem
}

.provider-section .provider-5 {
    right: 70px;
    top: 2.37rem
}

.provider-section .provider-3 {
    bottom: 2.74rem;
    right: 80px
}

.provider-section .provider-4 {
    right: -100px;
    top: 50%;
    transform: translateY(-50%)
}

.provider-section .provider-6 {
    bottom: 2.3rem
}

@media (max-width:1600px) {
    .provider.provider-4 {
        display: none
    }
}

@media (max-width:1500px) {
    .provider-section {
        padding: 52px 0
    }

    .provider-section .provider {
        display: none
    }
}

@media (max-width:767px) {
    .padding-top-bottom-70.blog-more-images:has(img) {
        padding: 3.125rem 0
    }
}

.service-detail .service-meta-list li {
    margin-right: 11px;
    padding-right: 16px;
    position: relative
}

.service-detail .service-meta-list li:after {
    background-color: var(--bs-gray-500);
    border-radius: 50%;
    content: "";
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px
}

.service-detail .service-meta-list li:last-child {
    margin-right: 0;
    padding-right: 0
}

.service-detail .service-meta-list li:last-child:after {
    display: none
}

.tab-slider .swiper-content .swiper-slide img {
    height: 520px;
    width: 100%
}

.tab-slider .swiper-thumb .swiper-slide {
    max-width: 100px;
    width: 100px
}

.tab-slider .swiper-thumb .thumb-wrapper {
    border: 1px solid var(--bs-border-color);
    cursor: pointer
}

.tab-slider .swiper-thumb .thumb-wrapper img {
    height: 76px;
    width: 100%
}

.tab-slider .swiper-thumb .swiper-slide-thumb-active .thumb-wrapper {
    border-color: var(--bs-primary)
}

@media (max-width:1199px) {
    .tab-slider .swiper-content .swiper-slide img {
        height: 450px
    }
}

.privacy-policy h5,
.privacy-policy p {
    background-color: transparent !important
}

@media (max-width:600px) {
    .tab-slider .swiper-content .swiper-slide img {
        height: 350px
    }
}

@media (max-width:479px) {
    .tab-slider .swiper-content .swiper-slide img {
        height: 250px
    }
}

.provider-profile-card .vue-star-rating-star svg stop {
    stop-color: transparent
}

.provider-profile-card .vue-star-rating-star svg stop:first-child {
    stop-color: var(--bs-white)
}

.copy-link-form .copy-link-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: var(--bs-border-radius-lg);
    border-top-left-radius: 0;
    border-top-right-radius: var(--bs-border-radius-lg)
}

.search-form .search-icon {
    right: 1px;
    z-index: 3
}

.readmore-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.readmore-text.active {
    -webkit-line-clamp: none;
    text-overflow: clip
}

.app-link img {
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 180px
}

.dataTables_wrapper .form-control,
.dataTables_wrapper .form-select {
    border-radius: var(--bs-border-radius-lg);
    padding: .8rem 2rem .8rem 1rem
}

.dataTables_wrapper .dataTables_filter label {
    font-size: 0;
    position: relative
}

.dataTables_wrapper .dataTables_filter label:after {
    content: "\f002";
    font-family: font awesome\ 5 free;
    font-size: 1rem;
    font-weight: 900;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:767.98px) {
    .dataTables_wrapper .dataTables_filter {
        margin-top: 1rem
    }
}

.vc-container {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-heading-color) !important
}

.vc-container.vc-bordered {
    border-color: var(--bs-border-color)
}

.vc-container .vc-pane,
.vc-container .vc-weeks {
    min-width: 100%
}

.vc-header .vc-arrow,
.vc-header .vc-title {
    background-color: var(--bs-light);
    color: var(--bs-heading-color) !important
}

.vc-day-content .vc-disabled {
    color: var(--bs-body-color) !important
}

.vc-day .vc-highlight-bg-solid {
    background-color: var(--bs-primary)
}

.time-slot .btn-check:checked+.time-slot-btn {
    background-color: var(--bs-primary);
    border-color: transparent;
    color: var(--bs-white)
}

.ratting .fa-stack {
    color: var(--bs-primary)
}

.rating-all-page .dataTables_wrapper .dataTable .row>* {
    width: 100%
}

.rating-all-page .dataTables_wrapper .dataTable .row tr .comment-list .comment {
    border-bottom: 1px solid var(--bs-border-color)
}

.rating-all-page .dataTables_wrapper .dataTable .row tr:last-child .comment-list .comment {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.booking-service-form .flatpickr-wrapper {
    width: 100%
}

#post-job-datatable_wrapper #post-job-datatable tbody tr td {
    padding-left: 0;
    padding-right: 0
}

.post-job-service-list ul {
    height: 330px;
    overflow-y: auto
}

.cursor-default {
    cursor: default
}

.form-select {
    border-radius: var(--bs-border-radius-lg)
}

.dataTables_wrapper .row tr.odd:has(td.dataTables_empty) {
    width: 100%
}

.user-dropdown:has(.location-search-dropdown) .custom-btn-close {
    right: -.8rem;
    top: -.8rem
}

.user-dropdown:has(.location-search-dropdown) .custom-btn-close svg {
    height: 30px;
    width: 30px
}

.location-search-dropdown {
    border-radius: .5rem;
    max-height: 350px;
    overflow-y: auto;
    width: 300px
}

.location-search-dropdown .post-img {
    gap: 1rem
}

.location-search-dropdown .post-img .post-img-holder {
    flex-shrink: 0
}

.location-search-dropdown .post-img .post-img-holder img {
    border-radius: .25rem;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 130px
}

@media (max-width:479.98px) {
    .location-search-dropdown {
        width: 255px
    }

    .location-search-dropdown .post-img .post-img-holder img {
        height: 70px;
        width: 100px
    }
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--heading-color)
}

.cursor-pointer {
    cursor: pointer
}

.section-padding {
    padding: 2.125rem 1rem
}

.section-padding-top {
    padding: 4.125rem 1rem 0
}

.section-padding-bottom {
    padding: 0 1rem 8.125rem
}

.blog-inner {
    padding: 0 3.125rem
}

.padding-top-bottom-90 {
    padding-bottom: 1.625rem;
    padding-top: 0.625rem
}

.padding-top-bottom-80 {
    padding: 5rem 0
}

.padding-top-bottom-70 {
    padding: 4.375rem 0
}

.padding-50 {
    padding: 3.125rem
}

.box-shadow {
    box-shadow: 0 0 87.3px 2.7px rgba(0, 0, 0, .06)
}

.container {
    max-width: 1400px
}

.container-fluid {
    padding: 0 6.25rem
}

.heading-color {
    color: var(--heading-color)
}

.font-size-18 {
    font-size: 1.125rem
}

.font-size-16 {
    font-size: 1rem
}

.font-size-14 {
    font-size: .875rem
}

.font-size-12 {
    font-size: .75rem
}

.fw-500 {
    font-weight: 500
}

.letter-spacing-64 {
    letter-spacing: .64px
}

.letter-spacing-1 {
    letter-spacing: 1px
}

.letter-spacing-2 {
    letter-spacing: 2px
}

.letter-spacing-3 {
    letter-spacing: 3px
}

.letter-spacing-4 {
    letter-spacing: 4px
}

.border-radius-12 {
    border-radius: 12px
}

.img-height-330 {
    height: 20.625rem
}

.img-height-415 {
    height: 25.94rem
}

.line-count-1 {
    -webkit-line-clamp: 1
}

.line-count-1,
.line-count-2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.line-count-2 {
    -webkit-line-clamp: 2
}

.line-count-3 {
    -webkit-line-clamp: 3
}

.line-count-3,
.line-count-4 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.line-count-4 {
    -webkit-line-clamp: 4
}

.line-count-5 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:1367px) {
    .container-fluid {
        padding: 0 2rem
    }
}

@media screen and (max-width:1024px) {
    br {
        display: none
    }

    .section-padding {
        padding: 4.375rem 1rem
    }

    .section-padding-top {
        padding: 4.375rem 1rem 0
    }

    .section-padding-bottom {
        padding: 0 1rem 4.375rem
    }
}

@media (max-width:991px) {
    :root {
        --bs-heading-1: 3rem;
        --bs-heading-2: 2rem;
        --bs-heading-3: 1.827rem;
        --bs-heading-4: 1.700rem
    }
}

@media (max-width:767px) {

    .padding-top-bottom-80,
    .padding-top-bottom-90,
    .section-padding {
        padding: 3.125rem 0
    }

    .section-padding-top {
        padding: 3.125rem 0 0
    }

    .section-padding-bottom {
        padding: 0 0 3.125rem
    }

    .container-fluid {
        padding: 0 1rem
    }

    .section-padding {
        padding-left: 0;
        padding-right: 0
    }

    .padding-top-bottom-70 {
        padding: 3.125rem 0
    }

    .blog-inner {
        padding: 0 1rem
    }
}

@media (max-width:575px) {

    .img-height-330,
    .img-height-415 {
        height: 11.5rem
    }
}

.booking-wizard {
    --spacing: 77px;
    padding: 90px
}

.booking-wizard .booking-list-box {
    padding-bottom: var(--spacing);
    position: relative
}

.booking-wizard .booking-list-box:after {
    background: var(--bs-border-color);
    bottom: 0;
    content: "";
    height: var(--spacing);
    position: absolute;
    right: 9px;
    width: 1px
}

.booking-wizard .booking-list-box .icon-active {
    display: none
}

.booking-wizard li:first-child .booking-list-box {
    padding-top: var(--spacing)
}

.booking-wizard li:first-child .booking-list-box:before {
    background: var(--bs-primary);
    content: "";
    height: var(--spacing);
    position: absolute;
    right: 9px;
    top: 0;
    width: 1px
}

.booking-wizard li.active .booking-list-box:after {
    background: linear-gradient(180deg, var(--bs-primary) 0, hsla(0, 0%, 92%, 0) 100%)
}

.booking-wizard li.active .booking-list-box .icon-active {
    display: block
}

.booking-wizard li.active .booking-list-box .icon-inactive {
    display: none
}

.booking-wizard li.done .booking-list-box:after {
    background: var(--bs-primary)
}

.select-week-days .time-slot-btn,
.select-week-days .week-button,
.time-slot .time-slot-btn,
.time-slot .week-button {
    background-color: var(--bs-gray-300);
    color: var(--bs-body-color)
}

.select-week-days .time-slot-btn:focus,
.select-week-days .time-slot-btn:hover,
.select-week-days .week-button:focus,
.select-week-days .week-button:hover,
.time-slot .time-slot-btn:focus,
.time-slot .time-slot-btn:hover,
.time-slot .week-button:focus,
.time-slot .week-button:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white)
}

.sticky {
    position: sticky;
    top: calc(var(--header-height) - 1px);
    z-index: 1
}

@media (max-width:1199.98px) {
    .booking-wizard {
        --spacing: 70px;
        padding: 70px 30px
    }
}

@media (max-width:991.98px) {
    .sticky {
        position: static
    }
}

@media (max-width:767.98px) {
    .booking-wizard li:first-child .booking-list-box {
        padding-left: 0;
        padding-top: 0
    }

    .booking-wizard li:first-child .booking-list-box:before {
        display: none
    }

    .booking-wizard li.active .booking-list-box:after {
        background: linear-gradient(90deg, var(--bs-primary) 0, hsla(0, 0%, 92%, 0) 100%)
    }

    .booking-wizard li.done .booking-list-box:after {
        background: var(--bs-primary)
    }

    .booking-wizard .booking-list-box {
        padding: 0 50px 0 0
    }

    .booking-wizard .booking-list-box .booking-list-box-info {
        display: none
    }

    .booking-wizard .booking-list-box:after {
        height: 1px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px
    }
}

@media (max-width:575.98px) {
    .booking-wizard .booking-list-box {
        padding: 0 30px 0 0
    }

    .booking-wizard .booking-list-box:after {
        right: 8px;
        width: 15px
    }

    .booking-wizard li:last-child .booking-list-box {
        padding: 0
    }

    .booking-wizard li:last-child .booking-list-box:after {
        display: none
    }
}

.profile-block {
    padding: 60px 110px
}

.profile-block.bg-light .input-group .input-group-text,
.profile-block.bg-light .input-group input,
.profile-block.bg-light .select2-container .select2-selection--single,
.profile-block.bg-light textarea {
    background-color: var(--bs-white);
    border-color: transparent
}

.profile-block h6 {
    margin-bottom: .83rem
}

.profile-block .input-group .form-control {
    border-color: transparent;
    padding-left: 0
}

.profile-block .input-group .form-control:focus {
    border-color: transparent
}

@media (max-width:991px) {
    .profile-block {
        padding: 60px 80px
    }
}

@media (max-width:767px) {
    .profile-block {
        padding: 60px 30px
    }
}

[data-bs-theme=dark] .mode-icons.light-mode {
    display: none
}

[data-bs-theme=dark] .mode-icons.dark-mode {
    display: block
}

[data-bs-theme=dark] .select2-container .select2-search--dropdown .select2-search__field {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-body-color) !important
}

.iq-blog {
    margin-bottom: 3.75rem
}

.iq-blog img.blog-image {
    height: 17.5rem;
    -o-object-fit: cover;
    object-fit: cover
}

.iq-blog .iq-post-details {
    margin-top: -1.2rem;
    text-align: center
}

.iq-blog .iq-post-details .blog-meta-data {
    box-shadow: 4px 4px 35px 0 rgba(0, 0, 0, .05);
    display: inline-block;
    font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    margin-bottom: 1.38rem;
    padding: .5rem 1.5rem
}

.iq-blog .iq-post-details .blog-meta-data .blog-publish-date {
    line-height: normal
}

.iq-blog .iq-post-details .blog-meta-data .blog-publish-date span {
    color: var(--bs-heading-color);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .015rem;
    text-transform: capitalize
}

.iq-blog .iq-post-details .blog-meta-data .blog-categories {
    line-height: normal
}

.iq-blog .iq-post-details .blog-meta-data .blog-categories li {
    position: relative
}

.iq-blog .iq-post-details .blog-meta-data .blog-categories li:not(:last-child):after {
    background: var(--bs-body-color);
    border-radius: 100%;
    bottom: 0;
    content: "";
    height: .2rem;
    left: auto;
    position: absolute;
    right: -.8rem;
    top: 60%;
    transform: translateY(-50%);
    width: .2rem
}

.iq-blog .iq-post-details .blog-meta-data .blog-categories li span {
    color: var(--bs-body-color);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .015rem;
    text-transform: capitalize
}

.iq-blog .iq-post-details .blog-title {
    margin-bottom: 2.13rem
}

.iq-blog .iq-post-details .blog-title h5 {
    transition: color .4s ease, background .4s ease
}

.iq-blog .iq-post-details .blog-title:hover h5 {
    color: var(--bs-primary)
}

.iq-blog .iq-post-details .author-block {
    font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.iq-blog .iq-post-details .author-block span {
    color: var(--bs-heading-color);
    transition: color .4s ease
}

.iq-blog .iq-post-details .author-block span:hover {
    color: var(--bs-primary)
}

.iq-blog .iq-btn-container .btn-link {
    color: var(--bs-heading-color);
    font-size: .875rem;
    font-weight: 500;
    transition: color .4s ease, background .4s ease
}

.iq-blog .iq-btn-container .btn-link:hover {
    color: var(--bs-primary)
}

@media (max-width:575px) {
    .iq-blog img.blog-image {
        height: 11.5rem
    }

    .iq-blog .iq-post-details .blog-meta-data {
        padding: .875rem .75rem
    }
}

.blog-detail .blog-image img.blog-image {
    height: 40.625rem
}

.blog-detail .blog-heading-part .blog-heading-box {
    background: var(--bs-body-bg);
    border-radius: .9375rem .9375rem 0 0;
    margin-top: -6.6875rem;
    padding: 3.75rem 3.125rem 1.875rem
}

.blog-detail .blog-heading-part .blog-heading-box .blog-tag li:not(:first-child) {
    margin-left: .375rem;
    padding-left: .75rem
}

.blog-detail .blog-heading-part .blog-heading-box .blog-tag li:not(:first-child):before {
    background: var(--bs-body-color);
    border-radius: 50%;
    content: "";
    height: .25rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .25rem
}

.blog-detail .blog-heading-part .blog-heading-box .blog-title {
    margin: 0 auto;
    width: 70%
}

.blog-detail .blog-content-part .blog-inner {
    border-radius: 0 0 .9375rem .9375rem;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.blog-detail .quote-box .quote-font {
    line-height: 200%
}

.blog-detail .quote-box .quote {
    right: 20px
}

.iq-blogcat a {
    color: var(--bs-body-color);
    cursor: pointer;
    padding: 3px 8px;
    transition: all .3s ease-in-out
}

.iq-blogcat.active a,
.iq-blogcat:hover a {
    color: var(--bs-primary)
}

.social-share a {
    color: var(--bs-body-color);
    transition: all .3s ease-in-out
}

.social-share a:hover {
    color: var(--bs-primary)
}

.navigation .next,
.navigation .previous {
    color: var(--bs-body-color);
    width: 20%
}

.navigation .next .blog-title,
.navigation .previous .blog-title {
    color: var(--bs-body-color);
    transition: all .3s ease-in-out
}

.navigation .next.active .blog-title,
.navigation .next:hover .blog-title,
.navigation .previous.active .blog-title,
.navigation .previous:hover .blog-title {
    color: var(--bs-heading-color);
    text-decoration: underline
}

@media (max-width:1200px) {
    .blog-detail .blog-heading-part .blog-heading-box .blog-title {
        width: 100%
    }
}

@media (max-width:992px) {

    .navigation .next,
    .navigation .previous {
        width: 50%
    }
}

@media (max-width:767px) {
    .blog-detail .blog-content-part .blog-inner {
        padding-bottom: 3.125rem
    }

    .navigation .next,
    .navigation .previous {
        width: 100%
    }
}

@media (max-width:575px) {
    .blog-detail .blog-image img.blog-image {
        height: 25rem
    }

    .blog-detail .blog-heading-part .blog-heading-box {
        padding: 1rem
    }

    .blog-detail .blog-content-part {
        margin-top: 1rem
    }
}

.blog-content-part p,
.blog-content-part p span {
    color: var(--bs-body-color) !important
}

.booking .booking-img {
    height: 16.25rem;
    margin-right: 2.5rem
}

.booking .booking-date {
    border-radius: 0 8px 0 0;
    font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    padding: 8px 12px;
    right: 0
}

@media (max-width:767px) {
    .booking .padding-50 {
        padding: 3.125rem 1.875rem 1.875rem
    }
}

@media (max-width:575px) {
    .booking .padding-50 {
        padding: 3.125rem 1rem 1rem
    }
}

.modalbooking .booking-model-img {
    height: 10.625rem
}

.iq-footer-catogery-list li {
    position: relative
}

.iq-footer-catogery-list li:after {
    background-color: var(--bs-border-color);
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
    width: 1px
}

.iq-footer-catogery-list li:last-child:after {
    content: none
}

.iq-footer-catogery-list li a {
    color: var(--bs-primary-tint-90)
}

.iq-footer-catogery-list li a:hover {
    color: var(--bs-primary)
}

.iq-social-list-text li {
    position: relative
}

.iq-social-list-text li:after {
    background-color: var(--bs-border-color);
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.iq-social-list-text li:last-child:after {
    content: none
}

.iq-social-list-text li a {
    color: var(--bs-body-color);
    font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-weight: 500
}

.iq-social-list-text li a:hover {
    color: var(--bs-primary)
}

.categories-list li:after {
    bottom: 0;
    content: ",";
    right: 0
}

.categories-list li:first-child:after,
.categories-list li:last-child:after {
    content: none
}

.categories-list li a {
    color: var(--bs-body-color);
    cursor: pointer;
    transition: all .3s ease-in-out
}

.categories-list li a:before {
    border-bottom: 1px solid var(--bs-body-color);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    transition: width .5s ease;
    width: 100%
}

.categories-list li:hover a {
    color: var(--bs-primary)
}

.categories-list li:hover a:before {
    border-color: var(--bs-primary);
    width: 100%
}

.category-card {
    z-index: 1
}

.category-card .img-bg {
    background-color: var(--bs-body-bg);
    padding: 1.5625rem 2.5rem
}

.category-card .categories-desc {
    color: var(--bs-white)
}

.custom-card-table tbody tr td:has(.category-card) {
    height: 100%
}

.custom-card-table tbody tr td:has(.category-card) .card {
    height: calc(100% - 2rem)
}

.custom-card-table tbody tr td:has(.category-card) a {
    display: inline-block;
    height: 100%;
    width: 100%
}

.category-box-list {
    padding: 2.5rem 2.8125rem;
    z-index: 1
}

.category-box-list .img-bg {
    background-color: var(--bs-white);
    height: 80px;
    padding: 1.25rem;
    width: 80px
}

.category-box-list .category-item {
    color: var(--bs-body-color)
}

.category-box-list .category-link {
    background-color: var(--bs-white);
    color: var(--bs-body-color)
}

.category-box-list ul li svg {
    color: var(--bs-primary)
}

.circle-clip-effect:hover .category-link,
.circle-clip-effect:hover .img-bg,
.swiper-slide-active .category-link,
.swiper-slide-active .img-bg {
    background-color: var(--bs-primary-hover-bg);
    color: var(--bs-white)
}

.circle-clip-effect:hover .categories-desc,
.circle-clip-effect:hover .categories-name,
.circle-clip-effect:hover .categories-name a,
.circle-clip-effect:hover .category-item,
.swiper-slide-active .categories-name a,
.swiper-slide-active .category-item {
    color: var(--bs-white)
}

.circle-clip-effect:hover .category-box-list ul li svg,
.swiper-slide-active .category-box-list ul li svg {
    color: var(--bs-heading-color)
}

.circle-clip-effect:after {
    background: var(--bs-primary);
    border-radius: inherit;
    clip-path: circle(0 at 100% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: clip-path .5s ease;
    width: 100%;
    z-index: 0
}

.circle-clip-effect:hover:after,
.swiper-slide-active .circle-clip-effect:after {
    clip-path: circle(100%);
    transition: clip-path .5s ease
}

.category-tab-list .nav-tabs {
    width: 100%
}

.category-tab-list .nav-tabs .nav-item {
    max-width: 6rem;
    white-space: normal
}

.category-tab-list .nav-tabs .nav-link {
    background: transparent;
    color: var(--bs-body-color);
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    transition: all .3s ease 0s
}

.category-tab-list .nav-tabs .nav-link.active {
    color: var(--bs-primary)
}

.category-tab-list .nav-tabs .nav-link.active .category-title {
    font-weight: 800
}

.category-tab-list .nav-tabs .nav-link:hover {
    color: var(--bs-primary)
}

.category-tab-list .nav-tabs .category-title {
    font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    transition: font-weight .5s ease-in
}

.category-tab-list .nav-tabs .category-tabs-image {
    background-color: var(--bs-light);
    border-radius: var(--bs-border-radius-lg);
    height: 90px;
    line-height: 90px;
    width: 90px
}

.category-tab-list .sticky {
    background: #fff
}

.iq-team .iq-provider-img:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, .32), transparent 34.67%);
    background-repeat: no-repeat;
    border-radius: 8px;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all .5s ease-in-out
}

.iq-team .iq-provider-img .provider-img {
    height: 21.25rem
}

.iq-team .iq-provider-img a {
    z-index: 2
}

.iq-team .rating {
    align-items: center;
    background: var(--bs-primary);
    bottom: 1.0625rem;
    color: var(--bs-white);
    display: inline-flex;
    left: 50%;
    opacity: 0;
    padding: .5rem 1rem;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    transition: all .5s ease-in-out;
    z-index: 2
}

.iq-team .rating .vue-star-rating {
    line-height: normal;
    margin-right: 2px;
    vertical-align: text-bottom
}

.iq-team .rating svg linearGradient stop:first-child {
    stop-color: var(--bs-white)
}

.iq-team .rating svg linearGradient stop:nth-child(2) {
    stop-color: transparent
}

.iq-team .provider-info a .provider-heading {
    transition: all .5s ease-in-out
}

.iq-team .provider-info a:hover .provider-heading {
    color: var(--bs-primary)
}

.iq-team:hover .iq-provider-img:after,
.iq-team:hover .rating {
    opacity: 1
}

table.provider-detail-info th {
    width: 40%
}

table.provider-detail-info td {
    width: 60%
}

table.provider-detail-info td h6 {
    font-family: Inter, sans-serif, Liberation Mono, Courier New, monospace
}

.service-box-card {
    padding: .875rem .875rem 1.5rem
}

.service-box-card .serv-whishlist {
    align-items: center;
    background: var(--bs-white);
    border: none;
    border-radius: 50%;
    display: flex;
    height: 1.625rem;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: .75rem;
    width: 1.625rem
}

.service-box-card .service-rating {
    color: var(--bs-yellow)
}

.service-box-card .price-content li {
    font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.service-box-card .price-content li.service-price {
    margin-left: .25rem;
    padding-left: .75rem
}

.service-box-card .price-content li.service-price:before {
    background: #727272;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px
}

.service-box-card a.service-heading {
    display: block;
    padding-bottom: 1rem;
    padding-top: .5rem
}

.service-box-card a.service-heading .service-title {
    transition: all .3s ease-in-out
}

.service-box-card a.service-heading:hover .service-title {
    color: var(--bs-primary)
}

.service-box-card .iq-image .online-service {
    animation: blink .6s ease-in-out infinite alternate;
    -webkit-animation: blink .6s ease-in-out infinite alternate;
    background: var(--bs-success);
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    left: 16px;
    position: absolute;
    top: 22px;
    width: 8px
}

@keyframes blink {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.col-lg-4 .service-img {
    height: 13.5rem
}

.col-lg-3 .service-img {
    height: 17.5rem
}

.service-slide-items-3 .service-img {
    height: 13.5rem
}

.service-slide-items-4 .service-img {
    height: 13.125rem
}

.service-img {
    height: 17.5rem
}

@media (max-width:575px) {
    .our-service .service-img {
        height: 11.5rem
    }
}

.our-service .btn-link {
    font-size: .875rem;
    text-transform: capitalize
}

.service-user-name {
    font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-weight: 500
}

.our-service .swiper-slide {
    height: auto
}

.our-service .swiper-slide .col,
.our-service .swiper-slide .service-box-card,
.our-service .swiper-slide .service-slide-items-4 {
    height: 100%
}

.our-service .swiper-slide .service-box-card {
    margin-bottom: 0 !important
}

.bg-light .service-box-card.bg-light {
    background-color: var(--bs-body-bg) !important
}

.booking-detail-service-box .category-list li {
    margin-right: .5rem;
    padding-right: 1rem;
    position: relative
}

.booking-detail-service-box .category-list li:after {
    content: "\f054";
    font-family: font awesome\ 5 free;
    font-size: .875rem;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.booking-detail-service-box .category-list li:last-child {
    margin-right: 0;
    padding-right: 0
}

.booking-detail-service-box .category-list li:last-child:after {
    content: none
}

.booking-detail-service-box .book-service-img {
    height: 200px
}

.service-card-table tbody tr td {
    height: 100%;
    padding-left: 0;
    padding-right: 0
}

.service-card-table tbody tr td .service-box-card {
    height: calc(100% - 2rem)
}

.service-card-table .service-box-card .service-img {
    height: 13.5rem
}

.iq-testimonial {
    margin-top: 25px;
    padding: 48px
}

.iq-testimonial .quote {
    background-color: var(--bs-primary-bg-subtle);
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 48px;
    top: -25px;
    width: 48px
}

.iq-testimonial .quote img {
    max-width: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.iq-testimonial .testimonial-content {
    font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 18px;
    font-style: italic;
    line-height: 2
}

.ratting svg {
    color: var(--bs-yellow)
}

@media (max-width:1024px) {
    .iq-testimonial {
        padding: 32px
    }
}

.iq-title-box {
    margin-bottom: 32px
}

.iq-title-box.center {
    margin-bottom: 60px
}

.iq-title-box .highlighted-text {
    display: inline-block;
    position: relative;
    z-index: 9
}

.iq-title-box .highlighted-text .highlighted-image svg {
    animation: down-leave .5s ease-in;
    bottom: 0;
    color: var(--bs-primary);
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1
}

@media (max-width:767px) {
    .iq-title-box.center {
        margin-bottom: 32px
    }
}

.iq-breadcrumb {
    padding: 3.25rem 0
}

.iq-breadcrumb .breadcrumb-item {
    font-family: Inter, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.iq-breadcrumb .breadcrumb-item svg {
    color: var(--heading-color)
}

.iq-breadcrumb .breadcrumb-item.active {
    color: var(--bs-primary)
}

.iq-popup-video .iq-video a {
    z-index: 1
}

.iq-popup-video .iq-video a .icon {
    z-index: 2
}

.iq-popup-video .iq-video a:before {
    background-color: var(--bs-primary);
    border-radius: 50%;
    content: "";
    height: 56px;
    left: 50%;
    line-height: 56px;
    opacity: .8;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-out;
    width: 56px
}

.iq-popup-video .iq-video a:hover:before {
    height: 70px;
    width: 70px
}

.iq-icon-box.with-numbers .number {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    width: 46px
}

.booking-service-box .booking-service-meta li {
    margin-right: 6px;
    padding-right: 12px;
    position: relative
}

.booking-service-box .booking-service-meta li:after {
    background-color: var(--bs-gray-500);
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px
}

.booking-service-box .booking-service-meta li:last-child {
    margin-right: 0;
    padding-right: 0
}

.booking-service-box .booking-service-meta li:last-child:after {
    display: none
}

.booking-service-box .service-image {
    position: relative;
    width: 100%
}

.booking-service-box .service-image img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.booking-service-box .rating-box {
    position: absolute;
    right: 15px;
    top: 15px
}

.booking-service-box .readmore-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.booking-service-box .readmore-text.active {
    -webkit-line-clamp: none;
    text-overflow: clip
}

.booking-service-box .readmore-btn {
    font-size: 14px
}

.about-provider-box .provider-image-container {
    width: 180px
}

.about-provider-box .provider-image-container img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:400px) {
    .booking-service-box .service-image img {
        height: 180px
    }
}

.status-timeline .status-timeline-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 35px
}

.status-timeline .status-timeline-wrapper .timeline-time-block {
    flex: 1 1 0;
    padding-right: 50px
}

.status-timeline .status-timeline-wrapper .timeline-content-block {
    flex: 1 1 0;
    padding-left: 50px
}

.status-timeline .status-timeline-wrapper .timline-border {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%)
}

.status-timeline .status-timeline-wrapper .timline-border .icon {
    line-height: normal;
    vertical-align: top
}

.status-timeline .status-timeline-wrapper .timline-border:after {
    background-color: var(--bs-border-color);
    bottom: 15px;
    content: "";
    height: calc(100% - 50px);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 1px
}

.status-timeline .status-timeline-wrapper .timline-border .icon-fill {
    color: var(--bs-primary);
    display: none
}

.status-timeline .status-timeline-wrapper .timline-border .icon-outline {
    color: var(--bs-body-color)
}

.status-timeline li.done .status-timeline-wrapper .timline-border .icon-outline {
    display: none
}

.status-timeline li.done .status-timeline-wrapper .timline-border .icon-fill {
    display: block
}

.status-timeline li.active .status-timeline-wrapper .timline-border .icon-outline {
    color: var(--bs-primary)
}

.status-timeline li:last-child .status-timeline-wrapper {
    padding-bottom: 0
}

.status-timeline li:last-child .status-timeline-wrapper .timline-border:after {
    display: none
}

@media (max-width:767.98px) {
    .status-timeline .status-timeline-wrapper {
        display: block;
        padding-left: 40px
    }

    .status-timeline .status-timeline-wrapper .timeline-time-block {
        padding-right: 0
    }

    .status-timeline .status-timeline-wrapper .timeline-content-block {
        margin-top: 8px;
        padding-left: 0
    }

    .status-timeline .status-timeline-wrapper .timline-border {
        left: 0;
        transform: none
    }
}

.btn-tab-desk {
    background: var(--bs-primary-bg-subtle);
    border: 1px solid transparent;
    border-radius: 26px;
    padding: 10px 32px
}

.btn-tab-desk.active,
.btn-tab-desk:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white)
}

.helpdesk-card {
    background: var(--bs-primary-bg-subtle);
    padding: 20px
}

.helpdesk-card .booking-date {
    border-radius: 0 6px 0 6px;
    padding: 5px 12px
}

.helpdesk-accordion.accordion .accordion-item {
    margin-bottom: 45px
}

.helpdesk-accordion.accordion .accordion-item:last-child {
    margin-bottom: 0
}

.helpdesk-accordion.accordion .accrodion-title .icon-accrodion {
    position: static;
    transform: none
}

@media (max-width:767.98px) {
    .helpdesk-accordion.accordion .accrodion-title .icon-accrodion {
        position: static;
        transform: none
    }

    .helpdesk-accordion.accordion .accrodion-title .icon-accrodion .toggle-message .message {
        font-size: 0
    }
}
