/*!
* 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: #1c1f34;
    --bs-gray-300-rgb: 28, 31, 52;
    --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);
}

#landing-app .text-primary {
    color: rgb(14 71 118) !important;
}

body {
    overflow-x: hidden;
}

:focus {
    outline: none;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.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 {
    transition: color 400ms ease, background 400ms ease;
    color: var(--bs-primary);
}

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

.iq-scroller-effect {
    /* Scroll Track */
    /* Scroll Handle */
    /* Scroll Handle on hover */
}

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

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

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

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

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

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

.text-primary-dark {
    color: var(--bs-primary-shade-20);
}

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

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

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

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

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

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

.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;
}

/* Table of contents */
.bd-aside a {
    padding: 0.25rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 0.25rem;
    color: rgba(114, 114, 114, 0.95);
    text-decoration: none;
}

.bd-aside a:hover,
.bd-aside a:focus {
    background-color: rgba(95, 96, 185, 0.1);
}

.bd-aside .active {
    font-weight: 600;
    background-color: rgba(95, 96, 185, 0.1);
    color: var(--bs-primary);
}

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

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

.bd-aside .btn:hover,
.bd-aside .btn:focus {
    background-color: rgba(95, 96, 185, 0.1);
    color: var(--bs-primary);
}

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

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

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

/* Layout */
@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 {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        grid-column: 1/span 3;
    }

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

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

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

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

    .bd-cheatsheet article,
    .bd-cheatsheet .bd-heading {
        top: calc(7.2rem + 2rem);
        scroll-margin-top: calc(7.8rem + 2rem);
    }

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

    .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 {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1200;
        width: 75%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
        background: rgba(255, 255, 255, 0.8392156863);
        -webkit-backdrop-filter: blur(0.5rem);
        backdrop-filter: blur(0.5rem);
    }

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

    .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 {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(33, 37, 41, 0.6);
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

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

.middle {
    display: inline !important;
}

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

.top-1 {
    top: 1rem;
}

.elem-list {
    max-height: calc(80vh + 4rem);
    overflow: auto;
    /* Scroll Track */
    /* Scroll Handle */
    /* Scroll Handle on hover */
}

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

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

.elem-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
}

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

.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 {
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.125rem;
}

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

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

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

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

.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 {
    padding-left: 0;
    border-color: transparent;
}

.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: 13px;
    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 {
    position: relative;
    color: #727272;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

.iq-team-slider.swiper .swiper-slide .iq-banner-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 622px;
    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 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    background: var(--bs-primary-bg-subtle);
    padding: 8px 18px;
    margin: 0 10px;
}

.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: #1C1F34;
}

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

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

.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 {
    font-size: 1.777rem;
    color: var(--bs-white);
}

.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);
}

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

    100% {
        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 {
        -o-object-fit: cover;
        object-fit: cover;
        height: 400px;
    }
}

.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;
    background: #222;
}

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

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

.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-top: 7rem;
    padding-bottom: 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 {
    top: 2.37rem;
    right: 70px;
}

.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-detail .service-meta-list li {
    position: relative;
    padding-right: 16px;
    margin-right: 11px;
}

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

.service-detail .service-meta-list li:last-child {
    padding-right: 0;
    margin-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 {
    cursor: pointer;
    border: 1px solid var(--bs-border-color);
}

.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;
    }
}

@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-form .copy-link-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-border-radius-lg);
    border-bottom-right-radius: var(--bs-border-radius-lg);
}

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

/*====================
ReadMore Button
==========================*/
.readmore-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

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

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

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

.dataTables_wrapper .dataTables_filter label::after {
    content: "\f002";
    font-size: 1rem;
    font-weight: 900;
    font-family: "font awesome 5 free";
    position: absolute;
    top: 50%;
    right: 1rem;
    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-title {
    background-color: var(--bs-light);
    color: var(--bs-heading-color) !important;
}

.vc-header .vc-arrow {
    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);
    color: var(--bs-white);
    border-color: transparent;
}

.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;
    padding-bottom: 0 !important;
    margin-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: -0.8rem;
    top: -0.8rem;
}

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

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

.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: 0.25rem;
    -o-object-fit: cover;
    object-fit: cover;
    height: 90px;
    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: 47px 0;
}

.section-padding-top {
    padding: 8.125rem 1rem 0 1rem;
}

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

.blog-inner {
    padding: 0 3.125rem;
}

.padding-top-bottom-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.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, 0.06);
}

.container {
    max-width: 1190px;
}

.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: 0.875rem;
}

.font-size-12 {
    font-size: 0.75rem;
}

.fw-500 {
    font-weight: 500;
}

.letter-spacing-64 {
    letter-spacing: 0.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 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

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

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

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

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

@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 1rem;
    }

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

@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) {

    .section-padding,
    .padding-top-bottom-90,
    .padding-top-bottom-80 {
        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-right: 0;
        padding-left: 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 {
    padding: 90px;
    --spacing: 77px;
}

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

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

.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 {
    content: "";
    width: 1px;
    height: var(--spacing);
    background: var(--bs-primary);
    position: absolute;
    top: 0;
    right: 9px;
}

.booking-wizard li.active .booking-list-box::after {
    background: linear-gradient(180deg, var(--bs-primary) 0%, rgba(235, 235, 235, 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 .week-button,
.select-week-days .time-slot-btn,
.time-slot .week-button,
.time-slot .time-slot-btn {
    background-color: var(--bs-gray-300);
    color: var(--bs-body-color);
}

.select-week-days .week-button:hover,
.select-week-days .week-button:focus,
.select-week-days .time-slot-btn:hover,
.select-week-days .time-slot-btn:focus,
.time-slot .week-button:hover,
.time-slot .week-button:focus,
.time-slot .time-slot-btn:hover,
.time-slot .time-slot-btn:focus {
    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 {
        padding: 70px 30px;
        --spacing: 70px;
    }
}

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

@media (max-width: 767.98px) {
    .booking-wizard li:first-child .booking-list-box {
        padding-top: 0;
        padding-left: 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%, rgba(235, 235, 235, 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;
        width: 30px;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
}

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

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

    .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 {
    background-color: var(--bs-white);
    border-color: transparent;
}

.profile-block.bg-light .input-group input {
    background-color: var(--bs-white);
    border-color: transparent;
}

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

.profile-block.bg-light textarea {
    background-color: var(--bs-white);
    border-color: transparent;
}

.profile-block h6 {
    margin-bottom: 0.83rem;
}

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

.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 {
    text-align: center;
    margin-top: -1.2rem;
}

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

.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: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.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 {
    position: absolute;
    content: "";
    background: var(--bs-body-color);
    height: 0.2rem;
    width: 0.2rem;
    border-radius: 100%;
    top: 60%;
    bottom: 0;
    right: -0.8rem;
    left: auto;
    transform: translateY(-50%);
}

.iq-blog .iq-post-details .blog-meta-data .blog-categories li span {
    color: var(--bs-body-color);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.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 400ms ease, background 400ms 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 400ms 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: 0.875rem;
    font-weight: 500;
    transition: color 400ms ease, background 400ms 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: 0.875rem 0.75rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navigation .previous:hover .blog-title,
.navigation .previous.active .blog-title,
.navigation .blog-title,
.navigation .next.active .blog-title {
    color: #1C1F34;
    text-decoration: underline;
}

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

@media (max-width: 992px) {

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

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

    .navigation .previous,
    .navigation .next {
        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;
    }
}

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

.booking .booking-date {
    font-family: "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 8px 12px;
    border-radius: 0 8px 0 0;
    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 {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    width: 1px;
    background-color: var(--bs-border-color);
    transform: translateY(-50%) rotate(25deg);
}

.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 {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    width: 1px;
    background-color: var(--bs-border-color);
    transform: translateY(-50%);
}

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

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

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

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

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

.categories-list li a {
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.categories-list li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    transition: width 0.5s ease;
}

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

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

.category-card {
    z-index: 1;
    padding: 21px 8px;
    border: 1px solid #cccccc94;
    border-radius: 7px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
}

.category-card .img-bg {
    background-color: none !important;
    padding: 0;
}

.category-card .categories-desc {
    color: var(--bs-body-color);
    padding: 0 9px;
    font-size: 15px;
}

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

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

.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 .img-bg,
.circle-clip-effect:hover .category-link,
.swiper-slide-active .img-bg,
.swiper-slide-active .category-link {
    background-color: var(--bs-primary-shade-20);
    color: var(--bs-white);
}

.circle-clip-effect:hover .categories-name a,
.circle-clip-effect:hover .category-item,
.swiper-slide-active .categories-name a,
.swiper-slide-active .category-item,
.circle-clip-effect:hover .categories-desc,
.circle-clip-effect:hover .categories-name {
    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 {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0c4876;
    clip-path: circle(0% at 100% 100%);
    transition: clip-path 500ms ease;
    z-index: 0;
    border-radius: inherit;
}

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

.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 {
    padding: 0;
    background: transparent;
    text-align: center;
    color: var(--bs-body-color);
    text-transform: capitalize;
    transition: all 0.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 0.5s ease-in;
}

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

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

.iq-team .iq-provider-img::after {
    content: " ";
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 34.67%);
    background-repeat: no-repeat;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.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 {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: var(--bs-primary);
    color: var(--bs-white);
    position: absolute;
    left: 50%;
    bottom: 1.0625rem;
    text-align: center;
    opacity: 0;
    z-index: 2;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
}

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

.iq-team .rating svg linearGradient stop:nth-child(1) {
    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 0.5s ease-in-out;
}

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

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

.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: 0.875rem 0.875rem 1.5rem 0.875rem;
}

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

.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";
    color: #0C4875 !important;
}

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

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

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

.service-box-card a.service-heading .service-title {
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    color: #000;
}

.service-box-card a.service-heading:hover .service-title {
    color: #dd8f20;
}

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

@keyframes blink {
    from {
        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: 0.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;
    color: #0c4876;
}

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

.our-service .swiper-slide .service-slide-items-4,
.our-service .swiper-slide .col,
.our-service .swiper-slide .service-box-card {
    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;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
}

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

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

.booking-detail-service-box .category-list li:last-child {
    padding-right: 0;
    margin-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 {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

.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 {
    padding: 48px;
    margin-top: 25px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
    height: 280px;
}

.iq-testimonial .quote {
    height: 48px;
    width: 48px;
    line-height: 48px;
    background-color: #f99f1e;
    position: absolute;
    top: -25px;
    right: 48px;
}

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

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

.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 {
    position: relative;
    display: inline-block;
    z-index: 9;
}

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

@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 {
    content: "";
    height: 56px;
    width: 56px;
    line-height: 56px;
    background-color: var(--bs-primary);
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.3s ease-out;
}

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

.iq-icon-box.with-numbers .number {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    background: #0c4876 !important;
    color: #fff;
}

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

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

.booking-service-box .booking-service-meta li:last-child {
    padding-right: 0;
    margin-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;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

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

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

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

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

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

@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 {
    padding-right: 50px;
    flex: 1 1 0;
}

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

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

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

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

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

.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 {
        padding-left: 0;
        margin-top: 8px;
    }

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

.top-header {
    background-color: #ddae16;
}

.login_btn a {
    background: #002d4e;
    border: 1px solid #002d4e;
    color: #fff;
}

.login_btn a:hover {
    border: 1px solid #ddae16;
    background: #ddae16;
}

.banner_wrap {
    padding: 40px 0 74px;
    height: 416px;
}

.slider_01 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: url(../landing-images/logo/app-banner_box.jpg);
    background-position: center;
}

.banner_wrap h2.text-capitalize {
    font-size: 38px;
    -webkit-line-clamp: 2;
    font-weight: 700;
    overflow: visible;
    height: auto;
    color: #fff;
}

.banner_wrap .iq-title-desc {
    font-size: 15px;
    color: #fff;
}

.banner_wrap .btn-primary {
    padding: 6px 12px;
    background: #e79014;
    border: 1px solid #e79014;
}

.search-box-wrapper .py-2 {
    position: absolute;
    right: 0;
}

.search-box-wrapper {
    position: relative;
}

.mobile_app img {
    width: 100%;
}

.mobile_app {
    padding: 0;
}

.banner_wrap ul li h6 {
    color: #fff;
}

.categories-list li a:hover {
    color: #e79014;
}

.footer-inner-box ul {
    list-style: none;
    padding: 0;
}

.footer-inner-box ul li {
    display: inline-block;
}

.footer-inner-box ul li a {
    color: #fff;
    font-size: 14px;
    padding: 0 7px 0 0;
}

.widget_box p {
    padding: 15px 0 5px;
}

.widget_box {
    padding: 0 18px 0 0;
}

.widget_box svg {
    display: inline-block;
    margin: 0 5px 0 0;
}

.widget_box .content {
    padding: 11px 0 0;
}

.widget_box .content h5 {
    font-size: 16px;
    padding: 6px 0 0;
}

.widget_box .content a {
    color: #fff;
    font-size: 15px;
}

.popular-service-list li:nth-child(4) {
    display: none;
}

.navbar_box ul {
    padding: 14px 0 0;
    list-style: none;
}

.navbar_box h5,
.widget_box h5 {
    font-size: 18px;
    padding: 0 0 13px;
}

.navbar_box ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0 0 4px;
    display: block;
}

.popular-service-list {
    padding: 0;
    list-style: none;
}

.popular-service-list li {
    padding: 5px 0 0;
}

.popular-service-list img {
    display: inline-block;
    padding: 0 6px 0 0;
    border-radius: 4px;
    object-fit: cover;
}

.popular-service-list a {
    display: inline-block;
    vertical-align: middle;
}

.popular-service-list span {
    font-size: 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.headbox h3 {
    font-weight: bold;
    font-size: 24px;
}

.headbox a {
    font-weight: 600;
    color: #0c4876;
}

.category-card .categories-name {
    font-weight: bold;
    font-size: 18px;
}

#mb_none .card {
    margin-bottom: 0;
}

.blue_bg {
    background: url(../landing-images/general/bluebg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 65px 0;
}

.blue_bg h2 {
    font-weight: bold;
}

.blue_bg p {
    font-size: 19px;
}

.blue_bg h2,
.blue_bg p,
.blue_bg span,
.blue_bg h6 {
    color: #fff;
}

.footer-bottom .col-md-4 {
    padding: 0;
}

/*!
* 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: #1c1f34;
    --bs-gray-300-rgb: 28, 31, 52;
    --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 {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.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 {
    transition: color 400ms ease, background 400ms ease;
    color: var(--bs-primary);
}

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

.iq-scroller-effect {
    /* Scroll Track */
    /* Scroll Handle */
    /* Scroll Handle on hover */
}

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

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

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

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

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

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

.text-primary-dark {
    color: var(--bs-primary-shade-20);
}

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

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

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

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

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

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

.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;
}

/* Table of contents */
.bd-aside a {
    padding: 0.25rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 0.25rem;
    color: rgba(114, 114, 114, 0.95);
    text-decoration: none;
}

.bd-aside a:hover,
.bd-aside a:focus {
    background-color: rgba(95, 96, 185, 0.1);
}

.bd-aside .active {
    font-weight: 600;
    background-color: rgba(95, 96, 185, 0.1);
    color: var(--bs-primary);
}

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

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

.bd-aside .btn:hover,
.bd-aside .btn:focus {
    background-color: rgba(95, 96, 185, 0.1);
    color: var(--bs-primary);
}

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

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

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

/* Layout */
@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 {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        grid-column: 1/span 3;
    }

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

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

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

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

    .bd-cheatsheet article,
    .bd-cheatsheet .bd-heading {
        top: calc(7.2rem + 2rem);
        scroll-margin-top: calc(7.8rem + 2rem);
    }

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

    .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 {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1200;
        width: 75%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
        background: rgba(255, 255, 255, 0.8392156863);
        -webkit-backdrop-filter: blur(0.5rem);
        backdrop-filter: blur(0.5rem);
    }

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

    .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 {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(33, 37, 41, 0.6);
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

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

.middle {
    display: inline !important;
}

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

.top-1 {
    top: 1rem;
}

.elem-list {
    max-height: calc(80vh + 4rem);
    overflow: auto;
    /* Scroll Track */
    /* Scroll Handle */
    /* Scroll Handle on hover */
}

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

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

.elem-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    cursor: pointer;
}

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

.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 {
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.125rem;
}

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

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

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

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

.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 {
    padding-left: 0;
    border-color: transparent;
}

.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 .btn-link {
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
}

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

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

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

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

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

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

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

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

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

.iq-team-slider.swiper .swiper-slide .iq-banner-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 622px;
    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 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    background: var(--bs-primary-bg-subtle);
    padding: 8px 18px;
    margin: 0 10px;
}

.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: #1C1F34;
}

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

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

.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 {
    font-size: 1.777rem;
    color: var(--bs-white);
}

.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);
}

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

    100% {
        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 {
        -o-object-fit: cover;
        object-fit: cover;
        height: 400px;
    }
}

.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;
    background: #222;
}

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

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

.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-top: 7rem;
    padding-bottom: 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 {
    top: 2.37rem;
    right: 70px;
}

.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-detail .service-meta-list li {
    position: relative;
    padding-right: 16px;
    margin-right: 11px;
}

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

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

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

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

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

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

.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;
    }
}

@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-form .copy-link-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-border-radius-lg);
    border-bottom-right-radius: var(--bs-border-radius-lg);
}

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

/*====================
ReadMore Button
==========================*/
.readmore-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

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

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

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

.dataTables_wrapper .dataTables_filter label::after {
    content: "\f002";
    font-size: 1rem;
    font-weight: 900;
    font-family: "font awesome 5 free";
    position: absolute;
    top: 50%;
    right: 1rem;
    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-title {
    background-color: var(--bs-light);
    color: var(--bs-heading-color) !important;
}

.vc-header .vc-arrow {
    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);
    color: var(--bs-white);
    border-color: transparent;
}

.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;
    padding-bottom: 0 !important;
    margin-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: -7px;
    top: -9px;
}

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

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

.location-search-dropdown .post-img {
    gap: 1px;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 6px 7px 9px 10px;
    border: 1px dotted #0c4876;
}

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

.location-search-dropdown .post-img .post-img-holder img {
    object-fit: cover;
    height: 61px;
    width: 61px;
    border-radius: 100%;
}

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

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

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: 47px 0;
}

.section-padding-top {
    padding: 8.125rem 1rem 0 1rem;
}

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

.blog-inner {
    padding: 0 3.125rem;
}

.padding-top-bottom-90 {
    padding-top: 5.625rem;
    padding-bottom: 5.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, 0.06);
}

.container {
    max-width: 1190px;
}

.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: 0.875rem;
}

.font-size-12 {
    font-size: 0.75rem;
}

.fw-500 {
    font-weight: 500;
}

.letter-spacing-64 {
    letter-spacing: 0.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 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

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

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

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

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

@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 1rem;
    }

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

@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) {

    .section-padding,
    .padding-top-bottom-90,
    .padding-top-bottom-80 {
        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-right: 0;
        padding-left: 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 {
    padding: 90px;
    --spacing: 77px;
}

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

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

.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 {
    content: "";
    width: 1px;
    height: var(--spacing);
    background: var(--bs-primary);
    position: absolute;
    top: 0;
    right: 9px;
}

.booking-wizard li.active .booking-list-box::after {
    background: linear-gradient(180deg, var(--bs-primary) 0%, rgba(235, 235, 235, 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 .week-button,
.select-week-days .time-slot-btn,
.time-slot .week-button,
.time-slot .time-slot-btn {
    background-color: var(--bs-gray-300);
    color: var(--bs-body-color);
}

.select-week-days .week-button:hover,
.select-week-days .week-button:focus,
.select-week-days .time-slot-btn:hover,
.select-week-days .time-slot-btn:focus,
.time-slot .week-button:hover,
.time-slot .week-button:focus,
.time-slot .time-slot-btn:hover,
.time-slot .time-slot-btn:focus {
    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 {
        padding: 70px 30px;
        --spacing: 70px;
    }
}

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

@media (max-width: 767.98px) {
    .booking-wizard li:first-child .booking-list-box {
        padding-top: 0;
        padding-left: 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%, rgba(235, 235, 235, 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;
        width: 30px;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
}

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

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

    .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 {
    background-color: var(--bs-white);
    border-color: transparent;
}

.profile-block.bg-light .input-group input {
    background-color: var(--bs-white);
    border-color: transparent;
}

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

.profile-block.bg-light textarea {
    background-color: var(--bs-white);
    border-color: transparent;
}

.profile-block h6 {
    margin-bottom: 0.83rem;
}

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

.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 {
    text-align: center;
    margin-top: -1.2rem;
}

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

.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: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.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 {
    position: absolute;
    content: "";
    background: var(--bs-body-color);
    height: 0.2rem;
    width: 0.2rem;
    border-radius: 100%;
    top: 60%;
    bottom: 0;
    right: -0.8rem;
    left: auto;
    transform: translateY(-50%);
}

.iq-blog .iq-post-details .blog-meta-data .blog-categories li span {
    color: var(--bs-body-color);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.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 400ms ease, background 400ms 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 400ms 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: 0.875rem;
    font-weight: 500;
    transition: color 400ms ease, background 400ms 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: 0.875rem 0.75rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navigation .previous:hover .blog-title,
.navigation .previous.active .blog-title,
.navigation .next:hover .blog-title,
.navigation .next.active .blog-title {
    color: #1C1F34;
    text-decoration: underline;
}

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

@media (max-width: 992px) {

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

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

    .navigation .previous,
    .navigation .next {
        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;
    }
}

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

.booking .booking-date {
    font-family: "Inter", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 8px 12px;
    border-radius: 0 8px 0 0;
    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 {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    width: 1px;
    background-color: var(--bs-border-color);
    transform: translateY(-50%) rotate(25deg);
}

.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 {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    width: 1px;
    background-color: var(--bs-border-color);
    transform: translateY(-50%);
}

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

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

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

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

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

.categories-list li a {
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.categories-list li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    transition: width 0.5s ease;
}

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

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

.category-card {
    z-index: 1;
    padding: 21px 8px;
    border: 1px solid #cccccc94;
    border-radius: 7px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
}

.category-card .img-bg {
    background-color: none !important;
    padding: 0;
}

.category-card .categories-desc {
    color: var(--bs-body-color);
    padding: 0 9px;
    font-size: 15px;
}

.sys_box h4 {
    font-size: 16px;
    margin: 0 0 8px;
    font-weight: 600;
    color: #e18d10;
}

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

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

.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 .img-bg,
.circle-clip-effect:hover .category-link,
.swiper-slide-active .img-bg,
.swiper-slide-active .category-link {
    background-color: var(--bs-primary-shade-20);
    color: var(--bs-white);
}

.circle-clip-effect:hover .categories-name a,
.circle-clip-effect:hover .category-item,
.swiper-slide-active .categories-name a,
.swiper-slide-active .category-item,
.circle-clip-effect:hover .categories-desc,
.circle-clip-effect:hover .categories-name {
    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 {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0c4876;
    clip-path: circle(0% at 100% 100%);
    transition: clip-path 500ms ease;
    z-index: 0;
    border-radius: inherit;
}

.counter_box {
    background: #ddae16;
    padding: 22px 0;
}

.counter_info {
    position: relative;
    padding: 0 32px 0 0;
    border-right: 1px solid #ffffff3b;
}

.counter_info img {
    position: absolute;
    left: 32px;
    top: 7px;
    filter: grayscale(100%) brightness(200%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.9);
    width: 46px;
}

.counter_info b {
    padding: 0 0 0 81px;
    color: #fff;
    font-size: 18px;
}

.counter_info p {
    padding: 0 0 0 81px;
    margin: 0;
    color: #fff;
    font-size: 17px;
}

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

.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 {
    padding: 0;
    background: transparent;
    text-align: center;
    color: var(--bs-body-color);
    text-transform: capitalize;
    transition: all 0.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 0.5s ease-in;
}

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

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

.iq-team .iq-provider-img::after {
    content: " ";
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 34.67%);
    background-repeat: no-repeat;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.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 {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: var(--bs-primary);
    color: var(--bs-white);
    position: absolute;
    left: 50%;
    bottom: 1.0625rem;
    text-align: center;
    opacity: 0;
    z-index: 2;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
}

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

.iq-team .rating svg linearGradient stop:nth-child(1) {
    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 0.5s ease-in-out;
}

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

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

.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: 0.875rem 0.875rem 1.5rem 0.875rem;
}

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

.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";
    color: #0C4875 !important;
}

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

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

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

.service-box-card a.service-heading .service-title {
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    color: #000;
}

.service-box-card a.service-heading:hover .service-title {
    color: #dd8f20;
}

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

@keyframes blink {
    from {
        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: 0.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;
    color: #0c4876;
}

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

.our-service .swiper-slide .service-slide-items-4,
.our-service .swiper-slide .col,
.our-service .swiper-slide .service-box-card {
    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;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
}

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

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

.booking-detail-service-box .category-list li:last-child {
    padding-right: 0;
    margin-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 {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

.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 {
    padding: 48px;
    margin-top: 25px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
    height: 280px;
}

.iq-testimonial .quote {
    height: 48px;
    width: 48px;
    line-height: 48px;
    background-color: #f99f1e;
    position: absolute;
    top: -25px;
    right: 48px;
}

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

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

.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 {
    position: relative;
    display: inline-block;
    z-index: 9;
}

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

@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 {
    content: "";
    height: 56px;
    width: 56px;
    line-height: 56px;
    background-color: #0c4876;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.3s ease-out;
}

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

.iq-icon-box.with-numbers .number {
    display: inline-block;
    height: 46px;
    width: 46px;
    line-height: 46px;
    background: #063b8b !important;
    color: #fff;
}

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

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

.booking-service-box .booking-service-meta li:last-child {
    padding-right: 0;
    margin-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;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

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

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

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

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

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

@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 {
    padding-right: 50px;
    flex: 1 1 0;
}

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

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

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

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

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

.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 {
        padding-left: 0;
        margin-top: 8px;
    }

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

.top-header {
    background-color: #ddae16;
}

.login_btn a {
    border: 1px solid #063b8b;
}

.login_btn a,
.csl_info .buy_now:hover {
    background: #063b8b;
    color: #fff !important;
}

.login_btn a:hover {
    border: 1px solid #ddae16;
    background: #ddae16;
}

.login_btn a {
    margin-top: 28px !important;
}

.banner_wrap h2.text-capitalize {
    font-size: 38px;
    -webkit-line-clamp: 2;
    font-weight: 700;
    overflow: visible;
    height: auto;
    color: #fff;
}

.banner_wrap .iq-title-desc {
    font-size: 15px;
    color: #fff;
}

.banner_wrap .btn-primary {
    padding: 6px 12px;
    background: #e79014;
    border: 1px solid #e79014;
}

.search-box-wrapper .py-2 {
    position: absolute;
    right: 0;
}

.search-box-wrapper {
    position: relative;
}

.mobile_app img {
    width: 100%;
}

.mobile_app {
    padding: 0;
}

.banner_wrap ul li h6 {
    color: #fff;
    font-size: 13px;
}

.categories-list li a:hover {
    color: #e79014;
}

.footer-inner-box ul {
    list-style: none;
    padding: 0;
}

.footer-inner-box ul li {
    display: inline-block;
}

.footer-inner-box ul li a {
    color: #fff;
    font-size: 14px;
    padding: 0 7px 0 0;
}

.widget_box p {
    padding: 15px 0 5px;
    height: auto;
    display: inline-block;
    font-size: 14px;
}

.widget_box {
    padding: 0 9px 0 0 !important;
}

.widget_box svg {
    display: inline-block;
    margin: 0 5px 0 0;
}

.widget_box .content {
    padding: 11px 0 0;
}

.widget_box .content h5 {
    font-size: 16px;
    padding: 6px 0 0;
}

.widget_box .content a {
    color: #fff;
    font-size: 12px !important;
}

.popular-service-list li:nth-child(4) {
    display: none;
}

.navbar_box ul {
    padding: 14px 0 0;
    list-style: none;
}

.navbar_box h5,
.widget_box h5 {
    font-size: 18px;
    padding: 0 0 13px;
}

.navbar_box ul li a {
    color: #fff;
    font-size: 15px;
    padding: 0 0 4px;
    display: block;
}

.popular-service-list {
    padding: 0;
    list-style: none;
}

.popular-service-list li {
    padding: 5px 0 34px 0;
    position: relative;
}

.popular-service-list img {
    display: inline-block;
    padding: 0 6px 0 0;
    border-radius: 4px;
    object-fit: cover;
    position: absolute;
    left: 0;
}

.popular-service-list a {
    display: inline-block;
    vertical-align: middle;
}

.popular-service-list span {
    font-size: 15px !important;
    padding: 0 0 0 106px;
    margin-top: 0 !important;
}

.headbox h3 {
    font-weight: bold;
    font-size: 24px;
}

.headbox a {
    font-weight: 600;
    color: #0c4876;
}

.category-card .categories-name {
    font-weight: bold;
    font-size: 18px;
}

#mb_none .card {
    margin-bottom: 17px;
}

#loginForm,
#registerForm {
    padding: 0 17px;
}

.authontication-forms .iq-login-form .text-signup .btn-link {
    color: #ffffff !important;
}

.blue_bg {
    /* background: url(../landing-images/general/bluebg.jpg); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    padding: 65px 0;
    margin: 23px auto;
    background: #063b8b;
    border-radius: 17px;
}

.blue_bg h2 {
    font-weight: bold;
    font-size: 42px;
}

.blue_bg p {
    font-size: 19px;
}

.blue_bg h2,
.blue_bg p,
.blue_bg span,
.blue_bg h6 {
    color: #fff;
}

.footer-bottom .col-md-4 {
    padding: 0;
}

.content h5 {
    font-weight: bold;
}

.follow_steps p {
    font-size: 22px;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #b9b9ba;
}

body::-webkit-scrollbar {
    width: 12px;
    background-color: #b9b9ba;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #808080;
}

.app_icons img {
    width: 148px;
    height: auto;
    margin: 0;
}

.app_icons {
    padding: 18px 0 0;
}

.appointment {
    margin-top: -42px;
}

#bottom_part .text-white {
    font-size: 12px;
}

.counter_info:last-child {
    border-right: none;
}

.packages_wrap {
    padding: 44px 0 70px;
}

.main_head {
    text-align: center;
}

.main_head h6 {
    color: #063b8b;
    text-transform: uppercase;
    font-weight: bold;
}

.main_head h3 {
    font-weight: bold;
    font-size: 32px;
    margin: 8px 0 8px;
}

.main_head p {
    width: 725px;
    margin: 0 auto;
    line-height: 1.5;
}

ul.tabs {
    margin: 43px 0 45px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

ul.tabs li {
    background: #fff;
    color: #ddae16;
    display: inline-block;
    padding: 10px 19px;
    cursor: pointer;
    width: 17%;
    border-radius: 5px;
    margin: 0 11px;
    font-weight: bold;
    border: 2px solid #ddae16;
}

ul.tabs li.current,
ul.tabs li:hover,
.btn-div button:hover {
    background: #ddae16;
    color: #fff !important;
    border: 2px solid #ddae16;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}

.package-box {
    position: relative;
    border: 2px solid #bcbec0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.package-box h3 {
    font-size: 22px;
    margin: 0 0 11px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.package-box .inner-div {
    padding: 25px 18px;
    height: 426px;
}

.package-box h5 {
    font-size: 16px;
    padding: 0;
    text-align: center;
    color: #fff;
    margin: 0 0 11px;
}

.package-box .price {
    width: 153px;
    height: 153px;
    text-align: center;
    margin: -163px auto 0;
    padding: 52px 0;
}

.package-box .price sup {
    font-size: 22px;
    line-height: 22px;
    top: -1.2em;
}

.package-box .price span {
    font-weight: 100;
}

.package-box .price sub {
    font-size: 14px;
    bottom: 0;
}

.package-box ul {
    padding: 29px 0 0;
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
}

.package-box ul li {
    font-size: 16px;
    font-weight: 500;
    padding: 6px 0 6px 33px;
    color: #303236;
    position: relative;
    border-bottom: 1px solid #cccccc7a;
}

.package-box ul li .fa {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 9px;
    color: #68ad45;
    display: block;
}

.package-box .btn {
    font-size: 17px;
    height: auto;
    font-weight: 500;
    display: inline-block;
    width: 63%;
    padding: 14px 0;
    margin: 0 auto;
}

.btn-orange-border {
    background-color: transparent;
}

.package-box.gold h3 {
    background: linear-gradient(45deg, rgba(218, 153, 56, 1) 0%, rgba(229, 173, 88, 1) 100%);
}

.package-box.bronze h3 {
    background: linear-gradient(45deg, rgb(12 72 118) 0%, rgb(64 133 185) 100%);
}

.mid .package-box.gold {
    position: relative;
    z-index: 9;
}

.package-box.gold {
    border-color: #da9a38;
}

.bottom-btn {
    text-align: center;
    padding: 46px 0 0;
}

.bottom-btn a {
    background: #e79c32;
    padding: 14px 40px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
}

/*quote-box*/
.yellow-form-bg {
    background-repeat: no-repeat !important;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f5f5f5;
    background-position: center;
    background-size: cover;
}

.form-head-div {
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
    color: #0c4876;
}

.form-style .form-group {
    margin-bottom: 10px;
}

.form-head-div h2 {
    margin: 0;
    color: #0c4876;
    padding: 0 0 10px 0;
    font-size: 33px;
    font-weight: 700;
}

.form-style {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #bcbec0;
    width: 823px;
    margin: 15px auto 25px;
}

.form-style .inner-div {
    padding: 30px 30px;
}

.form-style .form-group label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.form-style .form-group .radio-btn-group {
    padding-top: 10px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.radio-btn-group .checkmark tr td {
    padding-right: 10px;
}

.radio-btn-group .checkmark tr td input {
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #bcbec0;
}

.radio-btn-group .checkmark tr td label {
    margin-bottom: 0px;
    line-height: 23px;
    padding-left: 5px;
    padding-right: 10px;
    font-weight: normal !important;
}

.form-style .form-control {
    height: 38px;
    border-radius: 3px;
    background-color: #fff;
    border-color: #c0c2c3;
    font-size: 15px;
    padding: 6px 11px;
    appearance: auto;
}

.form-style .mobile-number {
    position: relative;
}

.form-style .mobile-number .custom-dropdown .form-control {
    padding: 0 15px;
    min-width: inherit;
    border: none;
    background-color: transparent;
    appearance: auto;
}

.form-style .mobile-number .custom-dropdown+input {
    padding-left: 110px;
}

.form-style .mobile-number span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    line-height: 40px;
    text-align: center;
    color: #58595b;
    border-right: 1px solid #bcbec0;
}

.form-style textarea.form-control {
    height: 72px;
}

.radio-btn-group .checkmark tr td input {
    vertical-align: middle;
}

.btn-div {
    margin-top: 22px;
}

.btn-div button {
    background: #063b8b;
    padding: 10px 34px;
    border: 2px solid #063b8b;
}

/*headbanner*/
.banner_box {
    background: url(../images/contactbanner.jpg);
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 80px 0;
    text-align: center;
}

.banner_info h4,
.banner_info p {
    color: #fff;
}

.banner_info h4 {
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 16px;
}

.banner_info p {
    font-size: 18px;
    margin: 0;
}

.banner_info p span {
    display: block;
}

/*contact page*/
.contact_formwrap {
    padding: 56px 0;
}

.company_infobox {
    padding: 60px 0 0 18px;
}

.company_infobox h4 {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px;
}

.contact_info_box {
    padding: 0;
    list-style: none;
}

.contact_info_box li a {
    color: #000;
    padding: 0 0 14px;
    display: inline-block;
    font-size: 15px;
}

.contact_info_box li a i {
    color: #0c4876;
    font-size: 20px;
    padding: 0 8px 0 0;
}

.social_box {
    padding: 0;
    list-style: none;
}

.social_box li {
    margin: 0 0 2px;
}

.social_box li a {
    color: #0c4876;
    padding: 0 0 6px;
    display: block;
}

.form-style h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.sidegapp {
    padding: 0 5px;
}

.social_box li a:hover {
    color: #d98815;
}

.bottom-btn a:hover {
    background: #0c4876;
    color: #fff !important;
}

.social_box li i {
    font-size: 21px;
    margin: 0 6px 0 0;
}

.content_box_right {
    padding: 20px 0 0 31px;
}

/*about*/
.about_wrap {
    padding: 61px 0px;
}

.company_profile img {
    width: 100%;
    border-radius: 16px;
}

.about_info {
    padding: 48px 35px;
}

.about_info h4 {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 8px;
}

.about_info p {
    font-size: 16px;
}

.about_info b {
    color: #000;
    font-size: 24px;
}

.brand_promise {
    padding: 49px 0;
}

.our_brand {
    text-align: center;
    padding: 18px 15px 0;
}

.our_brand img {
    width: 76px;
    margin: 0 auto 7px;
}

.our_brand h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 4px 0 6px;
    color: #0c4876;
}

.our_brand p {
    font-size: 15px;
    line-height: 1.5;
}

/*offer*/
.offers-post-block {
    border: 1px solid #bcbec0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    min-height: 570px;
    margin-bottom: 40px;
}

.offers-post-block .img-div img {
    width: 100%;
}

.offers-post-block .content-div {
    padding: 20px 12px;
    text-align: center;
}

.offers-post-block .offers-tag {
    margin-bottom: 25px;
}

.offers-post-block .offers-tag span {
    display: inline-block;
    padding: 8px 22px;
    padding-bottom: 6px;
    background-color: #f0f7ec;
    border: 1px dashed #68ad45;
    font-size: 15px;
    color: #005387;
    font-weight: 700;
}

.offers-post-block h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 12px;
}

.offers-post-block p {
    margin-bottom: 13px;
}

.offers-post-block .bottom-btn {
    margin-top: 22px;
    padding: 0;
}

.offers-post-block .bottom-btn .btn {
    font-size: 16px;
    padding: 11px 43px;
}

.pricing_sgbox .main_head {
    padding: 0 0 22px;
}

.pricing_sgbox {
    padding-bottom: 0;
}

.callto_action {
    padding-bottom: 50px;
}

.company_cards img {
    width: 69px;
    margin: 0 4px 0 0;
    border-radius: 3px;
}

.certificate_box {
    padding: 18px 0 0;
}

.certificate_box a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 0 0 6px;
}

.dropdown__menu {
    background: #063b8b !important;
}

.dropdown__menu li {
    list-style: none;
}

.dropdown__menu li a {
    color: #fff;
}


/*slider*/
.breadcrumbs_wrap {
    background-color: rgb(12 72 118);
    padding: 11px 0;
}

.iner_breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.iner_breadcrumbs ul li a {
    font-size: 14px;
}

.iner_breadcrumbs ul li span {
    padding: 0 7px;
}

.iner_breadcrumbs ul li a,
.iner_breadcrumbs ul li span {
    color: #fff !important;
}

.location_box span {
    cursor: pointer;
    background: #063b8b;
    border-radius: 35px;
    padding: 5px 22px 3px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}

.package_content h3 {
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 5px;
}

.package_content h4 {
    font-size: 20px;
    color: #0c4876;
    font-weight: bold;
    margin: 0 0 14px;
}

.package_content h4 span {
    color: #4a4a4a;
    font-weight: 500;
}

.package_content>a,
.add-cart-div .col-md-4 a {
    background: #0c4876;
    border-radius: 4px;
    padding: 9px 24px;
    color: #fff;
    display: inline-block;
    margin: 8px 0 14px;
}

.important_notice p {
    font-size: 14px;
    margin: 0 0 10px;
}

.important_notice h6 {
    font-size: 15px;
}

.thumbnail_slider .show {
    width: 100%;
    height: 345px;
    text-align: center;
}

.add-cart-div p {
    margin: 0 0 4px;
    line-height: 1.2;
}

.add-cart-div p a {
    color: #063b8b;
}

.thumbnail_slider .small-img {
    width: 100%;
    height: 70px;
    margin-top: 100px;
    position: relative;
    left: 0;
}

.small-img .icon-left,
.small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.small-img .icon-left {
    transform: rotate(180deg)
}

.small-img .icon-right {
    right: 0;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
    opacity: .5;
}

.small-container {
    width: 298px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.small-container div {
    width: 800%;
    position: relative;
}

.small-container .show-small-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
}

.small-container .show-small-img:last-of-type {
    margin-right: 0;
}

.thumbnail_slider .main-content img {
    object-fit: contain;
}

.thumbnail_slider #vertical_slides .small-img {
    position: relative;
    left: 25px;
    transform: rotate(90deg);
    margin: -156px 0 0 0;
    position: absolute;
    left: -157px;
}

#vertical_slides .small-img .icon-left {
    transform: rotate(180deg);
}

#vertical_slides .small-img .icon-left {
    left: 34px;
}

#vertical_slides .small-img .icon-right {
    right: 30px;
}

#vertical_slides .show img {
    padding: 0;
    height: 420px !important;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 8px;
}

#vertical_slides {
    padding: 48px 0;
}

#packages_tabs_details {
    background: #f5f5f5;
    padding: 37px 0;
}

#packages_tabs_details ul.tabs {
    text-align: left;
    background: #0b4873;
    margin: 0;
    padding: 10px 20px;
}

#packages_tabs_details ul.tabs li {
    width: auto;
}

#packages_tabs_details ul.tabs li.current,
ul.tabs li:hover {
    background: #ddae16;
    color: #ffffff !important;
    border: none;
    border-bottom: 2px solid #ddae16;
}

#packages_tabs_details ul.tabs li {
    background: none;
    color: #fff;
    padding: 10px 8px;
    border: none;
    font-size: 14px;
}

.info_content {
    background: #fff;
    border: 1px solid #ccc;
    padding: 29px 25px;
}

.info_content h4 {
    font-weight: bold;
    font-size: 17px;
}

.info_content p {
    margin: 9px 0 11px;
    font-size: 15px;
    line-height: 1.5;
}

.info_content>ul {
    padding: 17px 0 0 29px;
}

.info_content ul li {
    font-size: 14px;
    padding: 0 0 9px;
    line-height: 1.4;
}

.info_content th p,
.info_content td p {
    margin: 0;
}

.table-style2 {
    margin-bottom: 0;
    overflow: auto;
    font-size: 15px;
    line-height: 22px;
    border-bottom: none;
}

.table-style2 table {
    border-collapse: collapse;
    width: 100%;
}

.table-style2 table th {
    background-color: #f7f7f7;
    font-size: 13px;
    font-weight: bold;
}

.table-style2 table td,
.table-style2 table th {
    padding: 7px 18px;
    vertical-align: top;
    border: 1px solid #d0d2d3;
    position: relative;
    color: #000;
}

.table-style2 td,
.table-style2 th {
    white-space: initial;
}

.table-style2 table tr:nth-child(odd) {
    background: #f5f5f5;
}

/*service details*/

.service_content_d h3 {
    font-weight: 600;
    font-size: 26px;
}

.service_content_d h6,
.service_content_d span {
    font-size: 14px;
}

.service_content_d a {
    color: #0c4876;
    font-weight: bold;
}

.right_sidebar .readmore-btn {
    color: #0c4876;
    font-weight: bold;
}

.available_location li span {
    border: 1px solid #0c4876;
    color: #0c4876;
}

.services_detail #packages_tabs_details ul.tabs li {
    padding: 5px 12px;
    font-size: 15px;
    margin: 0 8px;
    font-weight: 500;
}

.services_detail .tab-content {
    padding: 26px 28px;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
}

.services_detail .tab-content h5 {
    font-weight: bold;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    padding: 6px 11px !important;
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
}

.select2-container .select2-search--dropdown {
    padding: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #c0c2c3;
}

.select2-dropdown {
    top: 0;
}

.select2-container {
    margin: 0 0 10px !important;
}

.service_content_d h6,
.service_content_d span {
    font-weight: bold;
}

.company_cards h4 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 13px;
}

.tabs_services {
    background: #f5f5f5;
    padding: 46px 0;
    margin-top: 52px;
}

#packages_tabs_details .tab-content p b,
#packages_tabs_details .tab-content b {
    color: #000;
    font-weight: bold;
    display: block;
}

#packages_tabs_details .table-style2 {
    margin: 5px 0 22px;
}

#packages_tabs_details .table-style2 th {
    font-weight: bold;
    color: #fff;
    background: #0c4876;
}

.inner_services {
    background: #f5f5f5;
    border: 1px solid #cccccc9e;
    border-radius: 4px;
    padding: 0 0 21px;
    margin: 0 0 32px;
}

.inner_services h4 {
    background: #ddae16;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    padding: 8px 14px;
    margin: 0 0 20px;
}

.inner_services ul {
    padding: 0 16px;
    margin: 0;
    list-style: none;
}

.inner_services ul li a {
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    padding: 7px 16px;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #cccccc99;
    background: #fff;
}

.inner_services ul li .active,
.inner_services ul li a:hover {
    background: #0c4876;
    color: #fff;
}

.package_offer {
    background: url(../images/offer-coupon.jpg);
    border-radius: 5px;
    padding: 59px 19px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.package_offer h4 {
    font-size: 13px;
    color: #fff;
    border: 1px dotted #ccc;
    padding: 10px 18px 8px;
    display: inline-block;
    margin: 0 0 22px;
}

.package_offer h3 {
    font-size: 17px;
    color: #f99f1e;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 10px;
}

.package_offer p {
    color: #fff;
    margin: 25px 0 31px;
}

.package_offer a {
    background: #e59016;
    color: #fff;
    display: inline-block;
    padding: 10px 33px;
    border-radius: 4px;
}

.csl_img img {
    width: 100%;
    border-radius: 5px;
    height: 251px;
    object-fit: cover;
}

.csl_info h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 9px;
    text-transform: capitalize;
}

.csl_info p {}

.csl_info p span {
    color: #ddae16;
    font-weight: bold;
    font-size: 20px;
}

.csl_info>p {
    font-size: 15px;
    line-height: 1.4;
}

.bdr_box {
    margin: 0px 0 20px;
    background: rgb(245, 245, 245);
    padding: 15px 2px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
}

.csl_info .buy_now {
    background: #ddae16;
    color: #fff;
    display: inline-block;
    padding: 5px 22px;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 10px;
}

.inner_desinfo {
    padding: 16px 0 0;
}

.inner_desinfo h4 {
    font-weight: bold;
    font-size: 21px;
    margin: 0 0 11px;
}

.inner_desinfo p {
    font-size: 16px;
    line-height: 1.4;
}

.inner_desinfo ul {
    padding: 0 0 0 41px;
    list-style: auto;
    margin: 0;
}

.inner_desinfo ul li {
    font-size: 15px;
}

.select_slot button {
    padding: 7px 19px;
    font-size: 13px;
    border: none;
    background: #e7931b;
    color: #fff;
    border-radius: 4px;
}

.select_slot {
    padding: 28px 0 0;
}

.authontication-forms {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background: url(../landing-images/logo/login__bg.jpg);
    border-radius: 5px;
    padding: 9px 11px 62px;
}

.account_wrap {
    padding: 40px 0;
}

.authontication-forms .justify-content-between h4,
.authontication-forms label,
.text-signup label,
.justify-content-between p {
    color: #fff;
}

.authontication-forms .justify-content-between .btn-sm,
.login-submit button {
    background: #ddae16 !important;
    opacity: 1;
    border: 1px solid #ddae16;
}

.text-signup a {
    color: #fff;
    font-weight: bold;
}

.custom-form-field label {
    margin: 0 0 6px;
    font-size: 14px;
}

.custom-form-field .form-control {
    height: 44px;
}

#togglePassword {
    padding: 0 14px !important;
    height: 42px;
    margin: 1px 0 0 -1px;
}

#register_form .authontication-forms {
    padding: 50px 20px 100px;
}

#register_form .authontication-forms .row {
    margin: 0;
}

.custom-form-field .input-group-append span {
    border-radius: 0;
    padding: 11px 14px !important;
    height: 42px;
    margin: 1px 0 0 -1px;
}

.login-submit {
    padding: 0 6px;
}

.csl_info>p {
    margin-bottom: 6px;
}

#forgot_box .authontication-forms {
    padding: 38px 24px 81px;
}

.our-service .swiper-container {
    overflow: visible !important;
}

#services_wrap {
    padding-bottom: 100px;
}

.vue-star-rating-star polygon {
    fill: rgb(12 72 118);
}

#booking_now .booking-detail-service-box {
    background: #f5f5f5;
    padding: 14px 17px !important;
    border-radius: 5px !important;
    border: 1px solid #d3d3d3;
}

#booking_now .booking-detail-service-box .content h4 {
    font-weight: bold;
}

#booking_now .booking-detail-service-box .content {
    color: #0e4776;
    font-weight: bold;
}

#booking_now .booking-service-form {
    padding: 18px 19px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

#booking_now .booking-list-content table td:last-child span {
    color: #0e4776 !important;
    font-weight: bold;
}

#booking_now .booking-service-form .iq-qty-btn {
    height: 44px;
    border-radius: var(--bs-border-radius-lg);
    background-color: var(--bs-gray-300);
    border: var(--bs-border-width) solid transparent;
}

#booking_now .booking-service-form .iq-qty-btn .iq-quantity-plus,
#booking_now .booking-service-form .iq-qty-btn .iq-quantity-minus {
    background-color: #0e4776;
    padding: 0 12px;
    color: #fff !important;
}

.add-cart-div #total {
    color: #fff !important;

}

.swal2-icon .swal2-success-ring {
    border-color: rgb(11 72 116) !important;
}

div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip,
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long,
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background: #0b4874 !important;
}

.swal2-actions .swal2-confirm {
    background-color: #0b4874 !important;
}

.yellow-box {
    background-color: #ffc40c;
    color: #303236;
    font-size: 15px;
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.yellow-box p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.details-div {
    border-top: 1px solid #d0d1d3;
    padding-top: 10px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 22px;
}

.details-div p {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.read_more {
    color: #ddae16;
    margin: 0 0 0 30px;
    font-weight: 600;
    font-size: 15px;
}

.csl_info .info__box {
    height: 115px;
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info__box p {
    margin: 0;
}

.longinfo_readmore {
    padding: 23px 18px 0;
    border-top: 1px solid #ccccccbd;
    margin: 38px 0 0;
}

.longinfo_readmore p {
    line-height: 1.5;
    font-size: 15px;
    margin: 0 0 3px;
}

#services_wrap .text-primary {
    color: rgb(22 43 98) !important;
}

.longinfo_readmore b,
.info__box p b {
    color: #000;
}

.longinfo_readmore b {
    display: block;
    margin: 0 0 4px;
}

.info__box ul {
    font-size: 15px;
}

.pricing_plans .sidegapp {
    padding: 0 14px;
}

#landing-app .user-dropdown .text-primary {
    color: rgb(230 143 20) !important;
}

.price_detail tr td {
    background: #f5f5f5;
    border-bottom: 1px solid #cccccc8c;
}

.right-panel .dropdown-menu li:nth-child(4) {
    display: none;
}

.gold_package .plan_bg {
    background: url(../landing-images/general/gold_pbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.plattinum_package .plan_bg {
    background: url(../landing-images/general/Platinumpbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.royal_package .plan_bg {
    background: url(../landing-images/general/bluepbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.plan_bg {
    padding: 29px 15px 140px;
}

.inner-div .price b {}

.inner-div .price p {
    margin: 0;
    font-weight: bold;
    color: #0b2b44;
    line-height: 1;
}

.gold_package .price {
    background: url(../landing-images/general/gold_picon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.plattinum_package .price {
    background: url(../landing-images/general/Platinum_picon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.royal_package .price {
    background: url(../landing-images/general/blue-picon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.gold_package .inner-div .btn {
    background: #ddae16;
    margin-top: 83px;
}

.plattinum_package .inner-div .btn {
    background: #999696;
}

.royal_package .inner-div .btn {
    background: #063b8b;
    margin-top: -10px;
}


#tab_monthlybox .package-box .inner-div {
    height: 475px;
}

#tab_monthlybox .royal_package .inner-div .btn {
    margin-top: 12px;
}

#tab_monthlybox .gold_package .inner-div .btn {
    margin-top: 135px;
}

#tab_monthlybox .plattinum_package .inner-div .btn {
    margin-top: 54px;
}

.inner-div>p {
    text-align: center;
}

.inner-div .btn i {
    vertical-align: middle;
    font-size: 24px;
    margin: -1px 0 0 6px;
}

.gold_package .inner-div .btn:hover {
    background: linear-gradient(45deg, rgb(221 174 21) 0%, rgb(193 152 18) 100%);
}

.plattinum_package .inner-div .btn:hover {
    background: linear-gradient(45deg, rgba(158, 158, 158, 1) 0%, rgb(165 160 160) 100%);
}

.royal_package .inner-div .btn:hover {
    background: linear-gradient(45deg, rgb(22 43 98) 0%, rgb(51 112 179) 100%);
}

.gold_package .inner-div {
    border-bottom: 5px solid #ddae16;
}

.plattinum_package .inner-div {
    border-bottom: 5px solid #999696;
}

.royal_package .inner-div {
    border-bottom: 5px solid #063b8b;
}

.overlay_areabox {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000bf;
    z-index: 999;
}

.contury_box {
    position: fixed;
    top: 13%;
    right: 0;
    left: 0;
    width: 610px;
    margin: 0 auto;
    background: #fff;
    z-index: 999;
}

.title_head {
    text-align: center;
    padding: 10px 0;
    background: #ddae16;
}

.title_head h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.location_area {
    background: #f5f5f5;
    padding: 14px 26px;
}

.location_area select {
    width: 30%;
    border: 1px solid #ccc;
    height: 42px;
    font-size: 13px;
    padding: 0 8px;
    vertical-align: middle;
    color: #757575;
}

.search-div {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
    position: relative;
}

.search-div input {
    border: 1px solid #ccc;
    border-left: none;
    height: 42px;
    width: 100%;
    padding: 0 43px 0 14px;
    font-size: 13px;
}

.search-div i {
    position: absolute;
    right: 14px;
    top: 14px;
}

.citys_box {
    padding: 16px 26px;
    height: 136px;
    overflow: hidden;
}

.citys_box a {
    background: #fff;
    border-radius: 35px;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #000;
    padding: 4px 16px 2px;
    display: inline-block;
    margin: 0 8px 10px 0;
}

.view_more {
    padding: 17px 27px;
}

.view_more a {
    color: #1e1e1e;
    font-size: 15px;
    margin: 0 12px 0 0;
    font-weight: bold;
}

.view_more .less_more {
    display: none;
}

.close_btn {
    position: absolute;
    right: -15px;
    top: -16px;
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    padding: 3px 0 0;
}

.close_btn img {
    width: 18px;
    cursor: pointer;
}

.citys_box a:hover {
    background: #063b8b;
    color: #fff;
}

.citys_box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.citys_box::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.citys_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #8b8888;
}

#services_dropdown {
    width: 615px;
    padding: 14px 17px;
    border-radius: 6px;
}

#services_dropdown li {
    width: 275px;
    display: inline-block;
    margin: 0 6px;
    border: none;
}

#services_dropdown li a {
    font-size: 14px;
    padding: 0 0 4px;
}

/*slider*/

.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
}

.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    position: relative;
    right: 14px;
    top: 14px;
    border-radius: 3px 0 0 3px;
}

/*.prev:hover, .next:hover {*/
/*  background-color: rgba(0,0,0,0.8);*/
/*  color: white;*/
/*}*/

.dot-container {
    text-align: center;
    margin: -53px 0 0;
    z-index: 9;
    position: relative;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #ddae16;
}

#mb_none {
    margin-top: 30px;
}

.slider_next {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
    padding: 132px 0 98px;
    background: url(../landing-images/general/bluebg.jpg);
    position: relative;
}

.slider_next h2.text-capitalize {
    font-size: 50px;
}

.banner_wrap .buy_now {
    margin-top: 30px;
    padding: 8px 30px;
    font-size: 18px;
}

.searchbox-datalink .nav-link {
    color: #000 !important;
}

.searchbox-datalink ul {
    padding: 6px 0 !important;
}

.searchbox-datalink ul li {
    margin-bottom: 8px !important;
    padding: 0 10px !important;
}

.location-search-dropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.location-search-dropdown::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.location-search-dropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #7d7d7e;
}

.search-box-wrapper .border-start {
    border-left: none !important;
}

.slideshow-container .searchbox-datalink .nav-link {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 0 12px;
}

#mb_none .category-card .categories-desc {
    display: none;
}

#itemdropdown1 .dropdown-menu.show {
    top: 81px;
}


.follow_us h4 {
    color: #fff;
    font-size: 19px;
}

.follow_us ul {
    padding: 0;
}

.follow_us ul li {
    display: inline-block;
}

.follow_us ul li a {
    display: inline-block;
    color: #fff;
    margin: 9px 6px 0 0;
    background: #ddae16;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}

/*padding: 8px 0 0 0;*/
.follow_us ul li a i {
    font-size: 18px;
}

#itemdropdown1>a {
    padding: 23px 0 19px 6px;
}

.iq-nav-menu li>ul li {
    border-bottom: none !important;
}

#itemdropdown1 ul h6 {
    margin: 0 0 9px;
}

#itemdropdown1 ul img {
    margin-top: 9px;
}

#services_wrap .swiper-pagination {
    display: none;
}

#services_wrap .swiper-slide {
    margin: 0 10px 0 0 !important;
    width: 32.4% !important;
    display: inline-block;
}

#tab-2 .plattinum_package .inner-div .btn {
    margin-top: 31px;
}

#tab-2 .gold_package .inner-div .btn {
    margin-top: 114px;
}

.search_cat_services {
    background: #063b8b;
    border-radius: 4px;
    padding: 19px 21px;
}

.search-box-wrapper .border-start {
    padding: 0 !important;
}

#social_mediahead ul li a {
    margin: 0 0 0 4px;
    background: #063b8b;
    width: 32px;
    height: 32px;
    /*    padding: 2px 0 0;*/
}

#social_mediahead ul li a i {
    font-size: 13px;
    padding: 10px 0 0 0;
}

#social_mediahead {
    display: inline-block;
    padding: 0 0 0 18px;
}

#social_mediahead ul {
    margin: 0;
}

.blue_bg .text-decoration-underline {
    font-weight: bold;
    background: #fff;
    padding: 18px 39px;
    border-radius: 9px;
    text-decoration: none !important;
    border: 1px solid #fff;
    color: #000;
}

#landing-app .enquire-form-section .select2-container .select2-selection--single {
    height: 39px !important;
    padding: 4px 13px !important;
    border: var(--bs-border-width) solid #c0c2c3 !important;
    font-size: 14px;
    border-radius: 3px !important;
}

#testimonial-section .swiper-slide {
    width: 30.5% !important;
    display: inline-block;
    margin: 0 15px !important;
}

#testimonial-section .iq-testimonial {
    padding: 30px 17px;
    height: auto;
}

#testimonial-section .swiper-pagination {
    position: static;
    margin: 52px auto 28px;
    display: none;
}

#steps_wrap .line-count-2 {
    overflow: visible;
    display: inline;
}

#testimonial-section .about-review-title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 2px;
}

.footer-top .widget_box .follow_us ul li a i {
    padding: 11px 0 0;
}

.select-date-time i {
    display: none;
}
.search_cat_services {
    position: absolute;
    z-index: 99;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 99px;
}
.policy_pages a{
    font-size: 13px;
}
#landing-app .search_cat_services{
    width: 36%;
}
.search_cat_services .mt-3{margin-top: 0 !important;}


/*responsive*/


@media(max-width:1250px) {
    .container {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    #tab_monthlybox .plattinum_package .inner-div .btn {
        margin-top: 55px;
    }

    .banner_wrap {
        padding: 40px 37px 74px;
        height: 311px;
    }

    .package-box h3 {
        font-size: 18px;
    }

    .login_btn a {
        padding: 8px 0 !important;
    }

    #services_wrap .swiper-slide {
        width: 31.5% !important;
    }

    #tab_monthlybox .gold_package .inner-div .btn {
        margin-top: 138px;
    }

    #bottom_part a {
        font-size: 14px;
    }

    #services_dropdown {
        width: 100%;
        padding: 2px 0 0 13px;
        margin: 0;
    }

    .login_btn a {
        margin-top: 11px !important;
    }

    header .navbar .iq-nav-menu.navbar-nav li a.nav-link {
        padding: 3px 20px !important;
        font-size: 14px;
    }

    .dropdown__menu li a {
        font-size: 15px;
        padding: 0 0 6px;
    }

    #packages_dropdown {
        padding: 0 3px 0;
        margin: 0;
    }

    #menu_btn_right button {
        width: 43px;
        height: 43px;
        position: absolute;
        right: 16px;
        top: 34px;
        font-size: 20px;
        padding: 3px 0 0 !important;
    }

    #tab_monthlybox .package-box .inner-div {
        height: 500px;
    }

    #header-menu li a i {
        float: right;
        font-size: 15px;
        padding: 4px 0 0;
    }

    #services_dropdown,
    #packages_dropdown {
        display: none;
    }

    #itemdropdown1 {
        position: relative;
        top: -18px;
    }

    #wishlist {
        position: relative;
        top: 28px;
    }

    #itemdropdown1 ul h6 {
        margin: 9px 0 9px;
    }

    #itemdropdown1 .dropdown-menu.show {
        top: 58px;
        left: 0;
        bottom: auto;
    }

    #itemdropdown1 ul img {
        margin-top: 0;
    }

    ul.tabs li {
        padding: 10px 14px;
        font-size: 14px;
    }

}



@media(max-width:1024px) {
    .container {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    #services_dropdown {
        width: 100%;
        padding: 0 15px;
    }
    #landing-app  .search_cat_services {
    width: 86% !important;
    flex: 100%;
}
    .tab-slider .swiper-content .swiper-slide img {
        object-fit: contain;
    }

    .package_content h3 {
        margin: 12px 0 5px;
    }

    ul.tabs li {
        width: 23%;
    }

    #services_details {
        padding-bottom: 0 !important;
    }

    .content_box_right {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
    }

    footer .footer-top {
        padding: 0;
    }

    .widget_box p {
        font-size: 13px;
    }

    #bottom_part a {
        line-height: 1;
    }

    .popular-service-list span {
        font-size: 13px !important;
    }

    .footer .navbar_box,
    .widget_box {
        padding: 0;
    }

    footer .footer-bottom {
        padding: 12px 11px !important;
    }

    .csl_info h3 {
        font-size: 19px;
    }

    .csl_info .info__box {
        height: 109px;
    }

    #social_mediahead {
        padding: 11px 0 0 18px;
    }

    .pricing_plans .sidegapp {
        padding: 0 8px;
    }

    header .navbar .iq-nav-menu.navbar-nav li a.nav-link {
        padding: 3px 0px !important;
    }

    #services_wrap .swiper-slide {
        width: 31.5% !important;
    }

    header .navbar .iq-nav-menu.navbar-nav li {
        margin: 0 !important;
    }

    #services_dropdown li {
        width: 100%;
        margin: 0;
    }

    .package-box ul li .fa {
        font-size: 14px;
    }

    #tab_monthlybox .package-box .inner-div {
        height: 424px;
    }

    .package-box .inner-div {
        padding: 25px 10px;
    }

    .package-box ul li {
        font-size: 12px;
        padding: 6px 0 6px 20px;
    }

    .package-box .btn {
        width: 91%;
    }

    .package-box h3 {
        font-size: 15px;
    }

    #tab_monthlybox .plattinum_package .inner-div .btn {
        margin-top: 56px;
    }

    #tab_monthlybox .royal_package .inner-div .btn {
        margin-top: 22px;
    }

    .footer .navbar_box {
        padding: 0 !important;
        !i;
        !;
    }

    .navbar_box h5,
    .widget_box h5 {
        font-size: 14px;
    }

    .follow_us ul li a {
        width: 30px;
        height: 30px;
        padding: 3px 0 0 0;
    }

    footer .footer-top {
        padding: 20px 0 0 !important;
    }

    .widget_box .content a {
        font-size: 11px;
    }

    #testimonial-section h6 {
        font-size: 15px;
        line-height: 1.5;
    }

    #testimonial-section .justify-content-center {
        margin: 0 !important;
        text-align: center;
    }

    .navbar_box ul li a {
        font-size: 12px;
    }

    .widget_box .content h5 {
        font-size: 13px;
    }

    .counter_info b {
        font-size: 14px;
    }

    footer.footer {
        padding: 13px 12px 0 !important;
    }

    #tab_monthlybox .gold_package .inner-div .btn {
        margin-top: 124px;
    }

    #tab-2 .gold_package .inner-div .btn {
        margin-top: 99px;
    }

    .banner_wrap h2.text-capitalize {
        font-size: 33px;
    }

    .banner_wrap {
        height: 540px;
    }

    .mobile_app {
        display: none;
    }

    .service-box-card a.service-heading .service-title {
        font-size: 14px;
    }


}


@media(max-width:767px) {
    .container {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
        .swiper-wrapper {
        transform: none !important;
    }
    #testimonial-section .swiper-slide {
    width: 100% !important;
    margin: 0  !important;
}
        .search_cat_services {
        width: 91% !important;
    }
    .pricing_plans .sidegapp {
        padding: 0 10px;
    }
    .search_cat_services {
    position: static;
}
    #mb_none .container>.justify-content-between {
        width: 100%;
        display: inline-block !important;
    }
    .footer-top .widget_box .follow_us ul li a i {
    padding: 0;
}
    .form-style .form-control {
        width: 100%;
    }

    .location_area select {
        width: 27%;
        font-size: 12px;
        padding: 0 5px;
    }

    .banner_wrap {
        padding: 21px 14px;
    }

    #tab-2 .gold_package .inner-div .btn {
        margin-top: 0;
    }

    #tab-2 .plattinum_package .inner-div .btn {
        margin-top: 0;
    }

    .package-box ul li {
        font-size: 14px;
    }

    .search_cat_services {
        padding: 8px 15px !important;
    }

    .service-box-card a.service-heading .service-title {
        font-size: 16px;
    }

    .banner_wrap .btn-primary {
        margin: 10px 0 0;
    }

.search-box-wrapper .flex-wrap .p-3{
        width: 100%;
        border:none;
        display: inline-block;
        padding: 6px 67px 6px 7px !important;
    }
    .search-box-wrapper .btn {
        padding: 4px 9px;
    font-size: 12px;
    margin: 1px 0 0;
    }
        .banner_wrap {
        padding-top: 20px !important;
    }
    .search-box-wrapper .flex-wrap .p-3 {
        width: 100%;
        border: 1px solid #ccc;
        display: inline-block;
    }

    #services_wrap .swiper-slide {
        margin: 0 !important;
        width: 100% !important;
        display: block;
    }

    .banner_wrap .dropdown-menu.show {
        top: 89px;
    }

    #login_btn {
        margin-top: 8px;
    }

    #tab_monthlybox .package-box .inner-div {
        height: auto;
    }

    .package-box .inner-div {
        height: auto;
    }

    .counter_info p,
    .counter_info b {
        padding: 0;
    }

    .dot-container {
        margin: 14px 0 0;
    }

    #mb_none {
        margin-top: 0;
        padding: 21px 0;
        text-align: center;
    }

    .gold_package .inner-div .btn,
    .royal_package .inner-div .btn,
    #tab_monthlybox .gold_package .inner-div .btn,
    #tab_monthlybox .plattinum_package .inner-div .btn {
        margin-top: 0;
    }

    .slider_next .row {
        display: inline;
        flex-wrap: inherit;
    }

    .slider_next {
        padding: 30px 9px;
    }

    #itemdropdown1 .dropdown-menu.show {
        top: 64px;
        margin: 0 15px 0 auto;
    }

    .nav-item .nav-list-icon {
        padding: 11px 0 0;
    }

    .banner_wrap {
        height: auto;
    }
    .search_cat_services .mt-3{margin-top: 0 !important;}

    .contury_box {
        top: 13%;
        width: 85% !important;
    }
    .slideshow-container .row{margin: 0;}
    .citys_box {
    height: auto;
    overflow: visible;
}
.swiper-wrapper {
    display: block;
}
    #services_wrap {
        padding-bottom: 25px;
    }

    .search-div input {
        font-size: 12px;
    }

    .select_slot {
        padding: 11px 0 9px 15px;
    }

    .citys_box {
        padding: 5px 13px;
    }

    .location_area {
        padding: 8px 15px;
    }

    .authontication-forms {
        padding: 4px 4px 41px;
    }

    .authontication-forms .justify-content-between {
        padding: 12px 7px !important;
    }

    .authontication-forms .justify-content-between h4 {
        font-size: 20px;
    }

    #register_form .authontication-forms {
        padding: 26px 8px 70px;
    }

    .account_wrap {
        padding: 20px 0;
    }

    .login-remember label {
        font-size: 15px;
    }

    #loginForm .btn-link {
        font-size: 12px;
    }

    #forgot_box .authontication-forms {
        padding: 20px 12px 81px;
    }

    #register_form .sidegapp {
        padding: 0 0px;
    }

    .services_detail #packages_tabs_details ul.tabs li {
        padding: 3px 0px;
        font-size: 13px;
        margin: 1px 9px;
    }

    .services_detail .tab-content {
        padding: 26px 11px;
    }

    .content_box_right {
        padding: 29px 16px 0;
    }

    .offers-post-block {
        margin-bottom: 18px;
    }

    #loginForm,
    #registerForm {
        padding: 0 7px;
    }

    .package_content h3 {
        font-size: 20px;
    }

    #packages_tabs_details ul.tabs {
        padding: 0px 6px;
    }

    .info_content {
        padding: 14px 9px;
    }

    #packages_tabs_details ul.tabs li {
        padding: 10px 0px;
        font-size: 10px;
        margin: 0 7px 0 0;
    }

    .company_cards img {
        width: 53px;
        margin: 0 4px 13px 0;
    }

    .blue_bg {
        margin-bottom: 0;
    }

    .brand_promise {
        padding: 28px 0;
    }

    .callto_action {
        padding-bottom: 0;
    }

    .about_info p {
        font-size: 14px;
    }

    .about_info {
        padding: 23px 18px 0;
    }

    .about_wrap {
        padding: 33px 0px;
    }

    .company_infobox {
        padding: 32px 9px 0 18px;
    }

    .form-style h2 {
        font-size: 20px;
    }

    .sidegapp {
        padding: 0 18px;
    }

    .contact_formwrap {
        padding: 0;
    }

    .banner_info p {
        font-size: 14px;
    }

    .banner_info p span {
        display: inline-block;
    }

    .banner_info h4 {
        font-size: 26px;
    }

    .banner_box {
        padding: 39px 0;
    }

    .main_head h3 {
        font-size: 19px;
    }

    .form-head-div h2 {
        font-size: 21px;
    }

    .form-style .inner-div {
        padding: 17px 12px;
    }

    .form-style {
        width: 100%;
    }

    .package-box h3 {
        font-size: 20px;
    }

    .package-box {
        margin: 0 0 17px;
    }

    .packages_wrap {
        padding: 30px 0 33px;
    }

    .bottom-btn {
        padding: 22px 0 0;
    }

    .csl_info {
        padding-bottom: 20px;
    }

    .csl_info h3 {
        font-size: 19px;
        margin: 17px 0 9px;
    }

    .inner_services h4 {
        font-size: 15px;
    }

    .inner_services ul li a {
        padding: 7px 11px;
        font-size: 13px;
    }

    .package-box .price sub {
        /* font-size: 22px; */
    }

    .package-box .price {
        /* font-size: 36px; */
    }

    .main_head p {
        width: 100%;
        font-size: 15px;
    }

    ul.tabs li {
        padding: 7px;
        width: 44%;
        margin: 0 4px;
        font-size: 12px;
    }

    .blue_bg {
        padding: 38px 0;
    }

    #downloadapp {
        padding: 0 14px !important;
    }

    .banner_wrap .iq-title-box,
    #downloadapp .iq-title-box,
    #schedule .iq-title-box {
        text-align: center;
    }

    .follow_steps p {
        height: auto;
        font-size: 16px;
        display: block;
        -webkit-line-clamp: inherit;
        overflow: visible;
        padding: 0 0 10px;
        text-align: center;
    }

    #schedule .iq-title-box h2 {
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        height: auto;
        overflow: visible;
        display: block;
        -webkit-line-clamp: inherit;
    }

    .appointment {
        margin-top: 0;
    }

    #downloadapp h2 {
        font-size: 29px;
    }

    #downloadapp .mt-5 {
        margin-top: 0rem !important;
    }

    .app-link img {
        width: 114px;
        height: auto;
    }

    #downloadapp .line-count-3 {
        overflow: visible;
        -webkit-line-clamp: inherit;
    }

    .banner_wrap h2.text-capitalize {
        font-size: 25px;
        display: inline-block;
    }

    .blue_bg p {
        font-size: 14px;
    }

    .blue_bg h2 {
        font-size: 22px;
    }

    .swiper-pagination {
        margin: 13px auto 11px;
    }

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

    .navbar-brand img {
        width: 72px;
    }

    .banner_wrap ul li h6 {
        font-size: 12px;
    }

    .headbox h3 {
        font-size: 18px;
    }

    .search-box-wrapper .border-start {
        padding: 0 !important;
        border: none !important;
    }

    .iq-icon-box.with-numbers .number {
        margin: 0 auto 19px;
    }

    .app_icons {
        padding: 18px 0 21px;
    }

    #bottom_part p,
    #bottom_part a {
        font-size: 11px;
    }

    #back-to-top .top {
        bottom: 59px;
    }

    #back-to-top .top svg {
        height: 37px;
        width: 37px;
        padding: 5px;
    }

    #bottom_part .text-md-end {
        display: none;
    }

    .widget_box {
        padding: 0;
    }

    .popular-service-list span {
        font-size: 13px !important;
    }

    .iq-icon-box {
        display: inline-block !important;
        text-align: center;
    }

    .iq-testimonial {
        padding: 15px;
        height: auto;
    }

    .iq-title-box .highlighted-text {
        display: none;
    }

    /*.search-box-wrapper .py-2 {
    position: static;
  } */
    .add-cart-div p {
        margin: 11px 0 4px;
        font-size: 13px;
    }

    .search-box-wrapper input {
        padding-right: 5px;
        width: 135px;
    }

    #mb_none .col {
        width: 48%;
        padding: 0 5px;
    }

    .package-box ul li .fa {
        font-size: 17px;
    }

    #bottom_part .text-white {
        font-size: 11px;
    }

    .popular-service-list li {
        padding: 5px 0 38px 0;
    }

    .package-box ul li {
        padding: 6px 0 6px 26px;
    }

    #mb_none .card {
        margin-bottom: 9px;
    }

    .category-card .categories-name {
        font-size: 13px;
    }

    .navbar-inner {
        padding: 0 !important;
    }

    .category-card {
        padding: 10px 6px !important;
    }

    .search-box-wrapper .py-2 {
        right: -8px;
        top: -5px;
    }

    .tabs_services {
        margin-top: 13px;
    }

    .counter_info {
        padding: 2px 0 8px;
        border-right: none;
        text-align: center;
        border-bottom: none;
        width: 48% !important;
    }

    .counter_info img {
        position: static;
        display: block;
        margin: 0 auto 4px;
    }

    .package-box .btn {
        width: 74%;
    }
}
.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: 50px 10px;
}

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

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

.blog-inner {
    padding: 0 3.125rem
}

.padding-top-bottom-90 {
    padding-bottom: 5.625rem;
    padding-top: 5.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: #1c1f34;
    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
    }
}

.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-body-color)
}

.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-shade-20);
    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: #ddae16;
    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: #063b8b;
    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: 17px;
    font-style: normal;
    line-height: 1.2;
    height: 62px;
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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
}
.search-box-wrapper .btn-primary{
    background: #dbad15;
    border: 1px solid #dbad15;
}

@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
    }
}