/*!
Script: ServiceGo
Author: Papon IT Solution
Support: paponapp2244@gmail.com
Version: 3.1
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-family);
}

body {
    background-color: #fefefe;
    color: #121212;
    font-size: .9375rem;
    height: 100%;
    overflow-x: hidden;
    font-family: var(--font-family);
}

:root {
    --bs-primary: #2D9596;
    --bs-secondary: #121212;
    --bs-primary-srgb: color-mix(in srgb, var(--bs-primary), transparent 70%);
    --bs-primary-rgb: color-mix(in srgb, var(--bs-primary), transparent 80%);
    --bs-secondary-rgb: color-mix(in srgb, var(--bs-secondary), transparent 80%);
}

.bg-primary-rgb {
    background-color: var(--bs-primary-rgb) !important;
}

:root {
    /* --font-family: 'Lato', sans-serif; */
    --font-family: "Montserrat", sans-serif;
}

html.menu-opened body {
    overflow: hidden
}

/*-- scrollbar start --*/
body::-webkit-scrollbar {
    width: 4px;
    background-color: var(--bs-secondary);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 20px;
}

/*-- scrollbar end --*/

ul,
ol,
dl {
    list-style: none;
    padding: 0;
    margin: 0px;
}

ul li {
    color: #1e1e1e
}

label {
    font-size: 16px;
    font-weight: 500;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
}

.card {
    transition: .5s all ease;
    border-radius: 15px !important;
}

.content {
    padding: 20px 0px 30px
}

.card-footer {
    background-color: transparent;
    border: none;
}

/* .form-control,
.form-select {
    font-size: 14px;
    font-weight: 500;
    padding: 13px 18px !important;
    line-height: 2 !important;
    border-radius: 0.600rem;
} */

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

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

.fs-8 {
    font-size: 12px;
}

.fs-7 {
    font-size: 14px !important;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.form-select.is-invalid:focus {
    box-shadow: none;
}

.text-primary {
    color: var(--bs-primary) !important;
}

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

.text-secondary {
    color: var(--bs-secondary) !important;
}

.text-secondary-color {
    color: var(--bs-secondary);
}

.cp {
    cursor: pointer;
}

.box-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

input::-webkit-inner-spin-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: #121212;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.cart_detail_box i {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}

/*--- text overflow ---*/

.truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 1px;
}

.truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 1px;
}

.truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 1px;
}

/*--- sec title ---*/
.sec-title {
    color: var(--bs-primary) !important;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.sec-subtitle {
    color: #121212;
    font-weight: 700;
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.sec-description {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
}

.or-text {
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
}

.or-text a {
    color: var(--bs-primary);
}

/*--- bg light color ---*/

.bg-info-light {
    background-color: rgba(2, 182, 179, .12) !important;
    color: #1db9aa !important
}

.bg-primary-light {
    background-color: rgba(17, 148, 247, .12) !important;
    color: #2196f3 !important
}

.bg-danger-light {
    background-color: rgba(242, 17, 54, .12) !important;
    color: #e63c3c !important
}

.bg-warning-light {
    background-color: rgba(255, 152, 0, .12) !important;
    color: #f39c12 !important
}

.bg-success-light {
    background-color: rgba(15, 183, 107, .12) !important;
    color: #26af48 !important
}

.bg-purple-light {
    background-color: rgba(197, 128, 255, .12) !important;
    color: #c580ff !important
}

.bg-default-light {
    background-color: rgba(40, 52, 71, .12) !important;
    color: #283447 !important
}

.fs-8 {
    font-size: 12px !important
}

/*--- back to top btn ---*/
/* #back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--bs-secondary);
    cursor: pointer;
    z-index: 99;
    color: var(--bs-secondary);
    background-color: #fff;
    position: fixed;
    bottom: 30px;
    font-size: 28px;
}

.ltr-top {
    right: 20px;
}

.rtl-top {
    left: 20px;
} */

/*-- offers --*/
.offers {
    padding: 10px 20px !important;
    background-color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: -38px;
    bottom: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    z-index: 99;
    transform: rotate(270deg);
}

.offers-rtl {
    padding: 10px 20px !important;
    background-color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    z-index: 99;
    transform: rotate(270deg);
    left: -38px !important;
}

.coupons_card {
    background-color: var(--bs-primary-srgb) !important;
    border-radius: 6px;
    color: #121212;
    padding: 4px 11px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

#offers .card .card-body .copy-text {
    font-weight: 600;
    cursor: pointer;
    color: #121212;
    margin: 0px;
}

#offers .coupons_card .description {
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
}

/*--- all Button ---*/

.btn-primary,
.btn-primary:is(:hover, :active, :focus, :focus-visible, .active) {
    background-color: var(--bs-primary) !important;
    color: #fff;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0.600rem !important;
    padding: 15px 25px;
    min-width: fit-content;
    box-shadow: none !important;
}

.btn-success,
.btn-success:is(:hover, :active, :focus, :focus-visible, .active) {
    padding: 15px 15px !important;
    font-weight: 600;
    background-color: var(--bs-success) !important;
    color: #fff;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0.600rem !important;
    min-width: fit-content;
    box-shadow: none !important;
}

.remove-coupon {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.btn-outline-primary,
.btn-outline-primary:is(:hover, :active, :focus, :focus-visible, .active) {
    background-color: transparent !important;
    color: #121212 !important;
    border: 1px solid var(--bs-primary) !important;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0.600rem !important;
    padding: 15px 25px;
}

.btn-secondary,
.btn-secondary:is(:hover, :active, :focus, :focus-visible, .active) {
    background-color: var(--bs-secondary) !important;
    color: #fff;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    border-radius: 0.600rem !important;
    padding: 15px 25px;
}

.btn-trash,
.btn-trash:is(:hover, :focus, :active, :focus-visible) {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    font-size: 16px;
    background-color: #eb2c34 !important;
    color: #fff !important;
}

.btn-add,
.btn-add:is(:hover, :focus, :active, :focus-visible) {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    font-size: 16px;
    background-color: var(--bs-primary) !important;
    color: #fff !important;
}

.btn-user {
    width: 36px;
    height: 36px;
    background-color: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #121212;
    border-radius: 6px;
}

/***** pagination *****/

.pagination {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.pagination>ul {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0
}

.pagination>ul li {
    float: none;
    display: inline-block;
    margin: 0 1px
}

.pagination>ul li a {
    float: left;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #e8ecec;
    line-height: 34px;
    font-size: 13px;
    color: #8d8d8d
}

.pagination>ul li span {
    float: left;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #e8ecec;
    line-height: 34px;
    font-size: 13px;
    color: #8d8d8d
}

.pagination>ul li.arrow a {
    background: #f1f1f1;
    font-size: 17px;
    margin: 0 9px
}

.pagination>ul li.active a {
    background: #121212;
    border-color: #121212;
    color: #fff
}

/***** breadcrumb *****/

.breadcrumb-bar {
    background-color: #fafafa;
    padding: 20px 0;
    display: none;
}

.page-breadcrumb ol {
    background-color: transparent;
    font-size: 15px;
    margin-bottom: 0;
    padding: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.page-breadcrumb ol li a {
    color: #121212
}

.page-breadcrumb ol li.active {
    color: var(--bs-primary) !important;
    font-weight: 500
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: var(--bs-primary) !important;
}

.breadcrumb-title h2 {
    font-weight: 600;
    font-size: 25px;
    margin: 0
}

.breadcrumb-title span {
    font-size: 13px;
    color: #8d8d8d;
    margin-top: 9px
}

.breadcrumbs {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none
}

.breadcrumbs li {
    float: left;
    margin: 0;
    position: relative;
    padding: 0 11px
}

.breadcrumbs li a {
    float: left;
    font-size: 13px;
    color: #8d8d8d
}

.breadcrumbs li::before {
    position: absolute;
    right: -3px;
    top: 50%;
    content: ">";
    font-size: 10px;
    color: #8d8d8d;
    line-height: 10px;
    margin-top: -3px
}

.breadcrumbs li:last-child {
    padding-right: 0
}

.breadcrumbs li:last-child::before {
    display: none
}

.notification-dot {
    position: absolute;
    top: 2px;
    right: 0px;
    width: calc(9px + (11 - 9) * ((100vw - 320px) / (2560 - 320)));
    height: calc(9px + (11 - 9) * ((100vw - 320px) / (2560 - 320)));
    display: block;
    padding: 0px;
    border-radius: 50%;
    background-color: var(--bs-danger);
    border: 1px solid #fff;
}

.payment_option_img {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.service-book {
    display: flex;
    gap: 16px;
    border-top: 1px solid #dee2e6;
}

/***** Loader Start *****/
.loader {
    width: 21px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid #0000;
    border-right-color: #fff;
    animation: loaderspin 1s infinite linear;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: inherit;
    animation: inherit;
    animation-duration: 2s;
}

.loader:after {
    animation-duration: 4s;
}

@keyframes loaderspin {
    100% {
        transform: rotate(1turn)
    }
}

/***** Loader End *****/

.location {
    font-weight: 600;
    color: var(--bs-secondary);
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 6px 16px;
    text-transform: capitalize;
}

.location span {
    font-weight: 600;
}

.accordion-button {
    border-radius: 15px !important;
    /* font-size: calc(.9rem + (1 - .9) * ((1vw - 320px) / (2560 - 320))); */
    padding: calc(.8rem + (1 - .8) * ((1vw - 320px) / (2560 - 320)));
}

.accordion-body {
    padding: calc(.8rem + (.9 - .8) * ((1vw - 320px) / (2560 - 320)));
}

/* .accordion-body p {
    font-size: calc(.8rem + (1 - .8) * ((1vw - 320px) / (2560 - 320)));
} */

#faqAccordion .accordion-body {
    border-radius: 15px !important;
    border: 1px solid #121212;
}

.lag_select .dropdown-item {
    display: flex;
    align-items: center;
    font-weight: 500
}

.fs-50 {
    font-size: 50px;
}

/*--------------------------------------------------
                coustom css end
--------------------------------------------------*/

/*--- main header ---*/

.top-bar {
    background-color: var(--bs-primary);
}

.top-bar .contact {
    display: grid;
    align-items: center;
    display: flex !important;
}

.top-bar .contact li a,
.top-bar .social-media i {
    font-size: 15px;
}

.lag_select img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}


/*--- main header ---*/

.main-header {
    background: var(--bs-white);
    width: 100%;
    border-bottom: 1px solid #dee2e6
}

.navbar-brand img {
    height: calc(36px + (48 - 36) * ((100vw - 320px) / (2560 - 320)));
    width: auto;
}

.main-header .header-nav {
    align-items: center;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.main-header .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.main-header .main-nav>li>a {
    color: var(--bs-secondary)
}

.main-header .main-nav>li.active>a {
    color: var(--bs-primary)
}

.main-header .main-nav>li>a::after {
    width: 0;
    background: var(--bs-secondary);
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    height: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-header .main-nav>li>a:hover::after,
.main-header .main-nav>li.active>a::after {
    width: 100%;
    right: auto;
    left: 0
}

.main-header .main-nav li a {
    display: block;
    font-size: 16px;
    font-weight: 500
}

.main-header .user-img {
    height: 36px;
    width: 36px;
    object-fit: cover;
    border: 1px solid #121212;
    border-radius: 6px;
    overflow: hidden
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    animation: slideDown 0.35s ease-out;
    transition: 0.3s ease-out;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }

    0% {
        transform: translateY(-100%);
    }
}

.main-header #mobile_btn {
    font-size: 24px;
    color: #121212;
}

/*--- main header mobile view sidebar ---*/
.menu-opened .main-menu-wrapper {
    transform: translateX(0)
}

.menu-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    padding: 0 15px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    display: none;
    border-bottom: 1px solid #121212
}

.menu-logo img {
    height: auto;
    max-width: 180px
}

.menu-close {
    font-size: 18px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #121212;
}

.bg-gray {
    height: 100vh;
    width: 100%;
    background-color: #121212;
    transition: .5s all linear;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    opacity: .5;
}

/*--- mobile menu footer ---*/

.mobile-menu-footer ul li a {
    font-size: 16px;
}

.mobile-menu-footer ul li a p {
    font-weight: 500;
    margin: 0px;
    font-size: 14px;
    line-height: 14px
}

.mobile-menu-footer .active1 :is(p, i) {
    color: var(--bs-primary) !important;
    font-weight: 500 !important;
}

.mobile-menu-footer .active1 i {
    color: var(--bs-primary);
    font-weight: 500;
}

/*--- home-banner ---*/

.homebanne {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    z-index: 1;
}

.homebannetext {
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    z-index: 1;
}

.hero-section {
    position: relative;
}

.home_banner_owl .owl-item .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #121212;
    opacity: .5;
    z-index: 1;
}

.home_main img {
    height: 90vh;
    object-fit: cover;
}

.homa_banner_title {
    font-size: calc(35px + (55 - 35) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
}

.home_subtitle {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

/*--- about sec ---*/
.about-sec {
    padding: 40px 0px 40px 0px;
}

.about-sec .about-card .aboutusimgbox {
    width: 80px;
    height: 80px;
}

.about-sec .about-card .title {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (2560 - 320)));
}

.about-sec .about-card .description {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 400;
    margin-bottom: 0px
}

/*--- category sec ---*/
.category-section {
    padding: 40px 0
}

.category-section {
    background-color: var(--bs-primary-srgb);
}

.category-section .description {
    font-size: 17px;
    font-weight: 500;
}

.cat-title {
    font-size: 12px;
    font-weight: 500;
    color: #121212;
    text-align: center;
    margin: 0px;
}

.cat-card {
    border-radius: 15px;
    overflow: hidden;
    background-color: transparent;
}

.card.cat-card:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.card.cat-card .card-body {
    overflow: hidden;
}

.cat-card img {
    height: calc(170px + (250 - 180) * ((100vw - 320px) / (1920 - 320)));
}

/*--- service sec ---*/
.service-sec {
    padding: 40px 0px;
}

.service-sec .service_owl .owl-stage-outer {
    padding: 5px 0px;
}

.service-sec .service_owl .owl-stage-outer .owl-stage {
    display: flex;
}

.service-card {
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.service-card .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.service-card .service-img .serv-img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    width: 100%;
    height: 250px;
}

.service-card .service-img:hover .serv-img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15)
}

.mx-w {
    max-width: 33px;
    max-height: 33px;
}

.service-card .wishlist,
.service-details .wishlist {
    background-color: var(--bs-danger);
    color: #fff;
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card .service-img .label {
    padding: calc(6px + (8 - 6) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (2560 - 320)));
    background-color: var(--bs-primary);
    letter-spacing: .4px;
}

.service-card .service-img .label.ltr {
    position: absolute;
    top: 15px;
    left: 15px;
}

.service-card .service-img .badge.label2,
.service-details .badge.label2 {
    padding: calc(6px + (8 - 6) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 400;
    font-size: 12px;
    background-color: var(--bs-secondary);
    letter-spacing: .4px;
    display: table;
}

.service-card .service-img .badge.label2.ltr {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.service-card .service-img .badge.label3.ltr {
    position: absolute;
    top: 15px;
    right: 15px;
}

.service-card .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.service-card .card-body {
    padding: 14px 14px 0px 14px;
}

.service-card .card-body h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.service-card .card-footer .price {
    font-weight: 600;
    font-size: 12px;
    color: var(--bs-primary);
    /* padding: 0px 14px; */
}

.service-card .card-footer .price span {
    color: #747579;
}

.service-card .card-footer {
    padding: 0px;
}

.service-card .card-footer .footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-top: 1px solid var(--bs-border-color-translucent);
}

.service-card .card-footer .provider-view {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding: 0px 14px;
}

.service-card .card-footer .provider-view .provider-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}

.service-card .card-footer .provider-view a {
    color: #121212;
    font-size: 14px;
}

.service-card .card-footer .provider-circle {
    width: calc(30px + (35 - 30) * ((100vw - 320px) / (2560 - 320)));
    height: calc(30px + (35 - 30) * ((100vw - 320px) / (2560 - 320)));
    border-radius: 50%;
    overflow: hidden;
}

.book_now {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 14px;
    background-color: var(--bs-primary-srgb);
    padding: 5px 10px;
}

.book_now:is(:hover, :focus, :active) {
    color: var(--bs-white) !important;
    border: 1px solid var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
}

.service_owl .owl-nav button,
.reviews-owl .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    border: 1px solid var(--bs-primary) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.service_owl .owl-nav [class*=owl-]:hover,
.reviews-owl .owl-nav [class*=owl-]:hover {
    background: var(--bs-primary) !important;
    color: #FFF;
    text-decoration: none;
}

.service_owl button i,
.reviews-owl button i {
    font-size: 30px;
}

/*--- banner01 ---*/
.banner01 .section_title {
    font-size: calc(22px + (30 - 22) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 700;
}

.banner01 .owl-nav,
.top-providers .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0px;
}

.banner01 .owl-nav button,
.top-providers .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    color: #121212 !important;
    font-size: 20px !important;
    border-radius: 50% !important;
}

/*--- providers section ---*/

.top-providers-sec {
    margin: 40px 0px;
    padding: 40px 0px
}

.top-providers .owl-stage-outer {
    padding: 5px 1px;
}

.top-providers .owl-stage-outer .owl-stage {
    display: flex;
}

.top-providers .pro-titile {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 700;
    margin-bottom: 1px;
    text-transform: capitalize
}

.top-providers .pro-subtitile {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (2560 - 320)));
    margin: 0px
}

.provider-img {
    height: calc(170px + (270 - 170) * ((100vw - 320px) / (2560 - 320)));
    object-fit: cover
}


.banner-sec {
    position: relative;
    padding: 30px 0px;
}

/*--- review sec ---*/
.reviews-sec {
    margin: 40px 0px;
}

.reviews-sec .reviews_main {
    position: relative;
    padding: 40px 0px;
}

.reviews-owl .card .card-body .reviews-title {
    color: var(--bs-primary);
    font-weight: 600;
}

.reviews-owl .card .date {
    margin: 0px;
    font-weight: 600;
    min-width: fit-content;
}

.reviews-owl .owl-stage {
    display: flex;
}

.avatar-xl {
    height: 5.125rem !important;
    width: 5.125rem !important;
}

.tns-item {
    /* width: calc(50%);
    padding-right: 30px; */
    text-align: center;
}

.reviews-owl .owl-dots .owl-dot span {
    background: var(--bs-secondary);
    width: 15px;
}

.reviews-owl .owl-dots .owl-dot.active span,
.reviews-owl .owl-dots .owl-dot:hover span {
    background: var(--bs-primary);
}

/*--- review list page ---*/
.review-list {
    border-bottom: 1px solid #e8ecec;
    display: flex;
    padding: 15px 0;
}

.review-list:last-child {
    border-bottom: 0
}

.review-img {
    flex: 0 0 70px;
    max-width: 70px;
}

.review-img img {
    width: 70px;
    height: 70px;
    object-fit: cover
}

.review-count {
    flex: 0 0 auto;
    margin-left: auto;
    align-items: start;
    display: flex;
    justify-content: flex-end
}

.review-info h5 {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 2px
}

.review-info a {
    color: #2c3038
}

.review-info a:hover {
    color: #121212
}

.review-date {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    color: #2c3038;
    margin-bottom: 5px
}

.review-info p {
    margin-bottom: 0;
    font-size: 14px
}

.review-list:last-child {
    padding-bottom: 0px;
}

.me-7 {
    margin-right: 4rem !important;
}

.ms-8 {
    margin-right: 8rem;
}

/*--- rtl css start ---*/

.ms-7 {
    margin-right: 4rem !important;
}

.me-8 {
    margin-left: 8rem;
}

/*--- rtl css end ---*/

/*--- app downlode section ---*/
.mobile-app-sec {
    padding: 40px 0px;
}

.mobile-app-sec .mobile-app {
    position: relative;
    border-radius: .375rem;
    overflow: hidden;
}

.mobile-app-sec .mobile-app .mobile_app_content_box {

    display: flex;
    align-items: center;
    justify-content: center
}

.mobile-app-sec .mobile-app .mobile_app_content_box.ltr {
    position: absolute;
    top: 0%;
    right: 3%;
    bottom: 0%;
}

.mobile-app-sec .mobile-app .mobile_app_content_box.rtl {
    position: absolute;
    top: 0%;
    left: 3%;
    bottom: 0%;
}

.mobile-app-sec .mobile-app h3 span {
    color: var(--bs-primary);
}

.mobile-app-sec .mobile_app_img {
    height: 400px;
}

.mobile-app-sec .mobile-app .app_img img {
    width: calc(115px + (150 - 115) * ((100vw - 320px) / (1920 - 320))) !important;
}

.fill-warning {
    fill: #f7c32e !important;
}

.fill-info {
    fill: #17a2b8 !important;
}

.fill-primary {
    fill: var(--bs-primary) !important;
}

.h-50px {
    width: calc(120px + (150 - 120) * ((100vw - 320px) / (2560 - 320))) !important;
}

.h-400px {
    height: 470px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.z-index-99 {
    z-index: 99 !important;
}

.ms-12 {
    margin-left: 12rem !important;
}

.mb-n6 {
    margin-bottom: -3.5rem !important;
}

.me-6 {
    margin-right: 3.5rem !important;
}

.me-10 {
    margin-right: 10rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mobile-app-sec h3 {
    font-size: 2.3rem;
    font-weight: 700;
}

/*--- faq section ---*/
.faq-sec {
    padding: 40px 0px;
}

.faq_main .accordion-button {
    font-size: 18px;
    padding: 25px !important;
    font-weight: 600;
    border-radius: 0px !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-primary) !important;
    color: #fff;
    box-shadow: none;
}

.accordion-item-header {
    position: relative;
    cursor: pointer;
}

/*----------- rtl css -----------*/
.rtl-button::after {
    left: 1rem;
}

/*----------- rtl css -----------*/

.accordion-button.collapsed::after {
    content: "\002B";
}

.accordion-button::after {
    background-image: none !important;
    transform: none !important;
}

.accordion-button::after {
    width: auto;
    height: auto;
}

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

/*--- Blogs section ---*/

.blog-sec {
    padding: 20px 0px;
}

.blog-sec .related_blogs_owl .owl-stage-outer {
    padding: 5px 1px;
}

.blog-sec .related_blogs_owl .owl-stage-outer .owl-stage {
    display: flex;
}

.blog-sec .blogs_owl .owl-stage-outer {
    padding: 5px 1px;
}

.blog-sec .blogs_owl .owl-stage-outer .owl-stage {
    display: flex;
}

.blog-sec .card .card-body h5 {
    font-weight: 600;
    font-size: 17px;
}

.blog-sec .card .card-body p {
    margin: 0px;
}

.blog-sec .card .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--bs-card-border-color);
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.blog-sec .card .card-footer a {
    color: var(--bs-primary);
}

.blog-img {
    height: calc(200px + (300 - 200) * ((100vw - 320px) / (1920 - 320)));
}

.blog-sec .img-hover img:hover {
    transform: scale(1.1);
    transition: .2s all ease;
}

.blogs_date {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: var(--bs-primary) !important;
    font-weight: 500;
    padding: 8px;
    font-size: 14px;
}

.recent_posts a h5 {
    font-size: 16px;
}

.newsletter_img {
    width: 80px;
    height: 80px;
}

.newsletter_bg {
    background-color: var(--bs-primary) !important;
}

/*-- become provider section --*/
.become-provider {
    padding: 40px 0px;
}

.become-provider .card {
    background-color: var(--bs-primary-srgb);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/*--- footer section ---*/
.footer {
    background-color: #fff;
    border-top: 1px solid #e8ecec
}

.footer .footer-top {
    padding: 70px 0px 20px;
}

.footer-title {
    color: #171717;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize
}

.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none
}

.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
    display: block
}

.footer .footer-menu ul li:last-child {
    margin-bottom: 0
}

.footer .footer-menu ul li a {
    color: rgba(33, 37, 41, 0.75);
    font-size: 14px;
    transition: all .4s ease 0s;
    font-weight: 500;
}

.footer .footer-widget.footer-menu ul li a:hover {
    color: #121212;
    text-decoration: underline
}

.footer-contact-info {
    color: #121212;
    font-size: 14px
}

.footer-contact-info p {
    font-size: 14px;
    color: rgba(33, 37, 41, 0.75);
    font-weight: 500;
}

.footer-contact-info i {
    color: rgba(33, 37, 41, 0.75);
    font-size: 18px
}

.footer-contact-info p i {
    color: rgba(33, 37, 41, 0.75);
    font-size: 18px;
    /* margin-right: 15px */
}

.footer .list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.social-icom li a {
    width: 35px;
    height: 35px;
    transition: 0.2s ease-in-out;
    border-radius: 4px;
    font-size: 18px;
}

.social-icom li a:hover {
    font-size: 20px;
}

.fb {
    background: #4267B2;
    color: white;
}

.tw {
    background: #1DA1F2;
    color: white;
}

.in {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
}

.ln {
    background: #0066c2;
    color: white;
}

/*-- footer copyright section --*/
.footer_acceped_card li img {
    width: 36px;
}

.delete-account-form ol li {
    font-size: 14px;
}

.footer .footer-bottom .copyright {
    border-top: 1px solid #e8ecec;
}

.footer .footer-bottom .copyright-text p {
    color: #121212;
    font-size: 15px
}

.footer .footer-bottom .copyright-text p a {
    color: #121212;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.footer .footer-bottom .copyright-text p a:hover {
    color: #121212
}

.footer .footer-bottom .copyright-text p.title {
    font-weight: 400;
    margin: 10px 0 0
}

/*--- Dashboard my bookings page ---*/
.order-list .searchFilter {
    padding: .375rem 2.25rem .375rem .75rem !important
}

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem;
}

.avatar>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}

thead tr th {
    padding: 15px 10px !important;
    font-weight: 600;
    font-size: 16px
}

.order-list .booking-img {
    width: 80px;
    height: 80px;
    border-radius: 4px
}

.order-list .booking-text-center {
    vertical-align: middle;
    text-align: center;
    white-space: nowrap
}

.order-list .view-btn {
    padding: 4px 8px !important;
    color: #fff !important
}

/*--- Dashboard address page ---*/
.home_address_icon {
    width: 150px;
    height: 150px;
    display: grid;
    place-content: center;
    cursor: pointer;
}

/*--- address remove popup ---*/
#removeaddress .add-remove {
    width: calc(150px + (180 - 150) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 10px;
}

/*--- add address popup ---*/
.modal-header .btn-close {
    font-size: 14px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #121212;
    opacity: 1;
}

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


/*======= wallet section =======*/

.wallet-sec .wallet-content h5 {
    font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (2560 - 320)));
    margin: 0px;
}

.wallet-sec .wallet_img {
    width: calc(60px + (80 - 60) * ((100vw - 320px) / (2560 - 320)));
    height: calc(60px + (80 - 60) * ((100vw - 320px) / (2560 - 320)));
    display: grid;
    place-content: center;
}

.wallet-sec .recharge_card li img {
    width: calc(18px + (25 - 18) * ((100vw - 320px) / (2560 - 320)));
}

/*--- recharge payment option ---*/
.recharge_payment_option label.radio-card .card-content-wrapper {
    border-radius: 15px;
    padding: 15px;
    border: 2px solid rgba(219, 215, 215, 0.04);
    transition: 200ms linear;
    cursor: pointer;
}

.recharge_payment_option label.radio-card .check-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: solid 2px #e3e3e3;
    border-radius: 50%;
    transition: 200ms linear;
    position: relative;
}

.recharge_payment_option label.radio-card .check-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    transform: scale(1.6);
    transition: 200ms linear;
    opacity: 0;
}

.recharge_payment_option label.radio-card input[type=radio] {
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.recharge_payment_option label.radio-card input[type=radio]:checked+.card-content-wrapper {
    border: 2px solid var(--bs-primary);
}

.recharge_payment_option label.radio-card input[type=radio]:checked+.card-content-wrapper .check-icon {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    transform: scale(1.2);
}

.recharge_payment_option label.radio-card input[type=radio]:checked+.card-content-wrapper .check-icon:before {
    transform: scale(1);
    opacity: 1;
}

.recharge_payment_option label.radio-card input[type=radio]:focus+.card-content-wrapper .check-icon {
    box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
    border-color: var(--bs-primary);
}

#rechargewallet .radio-card input {
    padding: 0px !important;
}

#rechargewallet .payment_option_img img {
    width: 40px;
    height: 40px;
}

#rechargewallet .card-content p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}

#rechargewallet .card-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wallet-sec .transaction-card .wallet_icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(60px + (70 - 60) * ((100vw - 320px) / (2560 - 320)));
    height: calc(60px + (70 - 60) * ((100vw - 320px) / (2560 - 320)));
    margin: auto;
}

.wallet-sec .transaction-card .wallet_icon_box i {
    font-size: 30px;
}

.wallet-sec .transaction-card h5 {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (2560 - 320)));
}

/*--- notification section ---*/
.notification-card .wallet_icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(60px + (70 - 60) * ((100vw - 320px) / (2560 - 320)));
    height: calc(60px + (70 - 60) * ((100vw - 320px) / (2560 - 320)));
    margin: auto;
}

.notification-card .wallet-title {
    font-size: 16px;
    font-weight: 500;
}

.notification-card .fs-14 {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (2560 - 320)));
}

.notification-card p .not-date {
    font-size: 14px;
}

/*--- service details page ---*/
.services-img-owl .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0px;
}

.services-img-owl .item img {
    height: calc(200px + (400 - 200) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 15px;
}

.services-img-owl .owl-stage-outer {
    border-radius: 15px;
}

.services-img-owl .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    color: #121212 !important;
    font-size: 20px !important;
    border-radius: 50% !important;
    border: none !important;
}

.service-details .price span {
    color: #747579;
}

.service-details .badge-primary {
    background-color: var(--bs-primary);
    color: #fff;
    font-weight: 600;
    padding: calc(5px + (8 - 5) * ((100vw - 320px) / (2560 - 320)));
    font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (2560 - 320)));
    letter-spacing: .4px;
    border-radius: .375rem;
}

.service-details .badge.bg-dark {
    padding: calc(5px + (8 - 5) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 400;
    font-size: calc(10px + (14 - 10) * ((100vw - 320px) / (2560 - 320)));
    border-radius: .375rem;
}

.service-details .badge-primary a {
    color: #fff;
}

.service-details .service-description {
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    color: #878787;
}

.related-product .owl-stage-outer {
    padding: 2px;
}

.related-product .owl-stage-outer .owl-stage {
    display: flex;
    height: 100%;
}

.related-product .service-card .card-body h5 {
    font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (2560 - 320)));
}

.related-product .service-card .card-body {
    padding: calc(10px + (16 - 10) * ((100vw - 320px) / (2560 - 320)));
    padding-bottom: 0px;
}

.related-product .service-card .card-footer .provider-view {
    margin-bottom: calc(10px + (16 - 10) * ((100vw - 320px) / (2560 - 320)));
    padding-left: calc(10px + (16 - 10) * ((100vw - 320px) / (2560 - 320)));
    padding-right: calc(10px + (16 - 10) * ((100vw - 320px) / (2560 - 320)));
}

.related-product .service-card .card-footer .footer-content {
    /* padding: calc(10px + (16 - 10) * ((100vw - 320px) / (2560 - 320))); */
}

.related-product .service-card .card-footer .provider-circle {
    width: calc(25px + (35 - 25) * ((100vw - 320px) / (2560 - 320)));
    height: calc(25px + (35 - 25) * ((100vw - 320px) / (2560 - 320)));
}

.related-product .service-card .card-footer .provider-view .provider-title {
    font-size: calc(11px + (16 - 11) * ((100vw - 320px) / (2560 - 320)));
}

.related-product .cat-name {
    font-size: calc(11px + (14 - 11) * ((100vw - 320px) / (2560 - 320)));
}

.related-product .ratting {
    font-size: calc(11px + (14 - 11) * ((100vw - 320px) / (2560 - 320)));
}

.related-product .serv-title {
    font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (2560 - 320)));
}

.related-product .price {
    font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (2560 - 320)));
    padding-left: calc(10px + (16 - 10) * ((100vw - 320px) / (2560 - 320)));
    padding-right: calc(10px + (16 - 10) * ((100vw - 320px) / (2560 - 320)));
}

.related-product .book_now {
    font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (2560 - 320))) !important;
}

.textarea-h {
    height: 130px !important;
}

.reviews_img img {
    width: 70px !important;
    height: 70px !important;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: rgba(var(--bs-warning-rgb));
    transition: var(--bs-progress-bar-transition);
}

.progress_line {
    width: 100%;
}

.progress,
.progress-stacked {
    --bs-progress-height: 12px;
}

.provider_main {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.correct_image2 {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 5px;
}

/* Reating select dropdown css start */

.caption:hover,
.dropdown_item:hover {
    background-color: var(--bs-primary);
    color: #fff;
    transition: .5s all ease;
}

.dropdown_select.open>.caption {
    border-radius: 5px 5px 0 0 !important;
}

.dropdown_select.open>ul {
    display: block;
}

.dropdown_select ul {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 0 0 3px 3px;
    display: none;
    z-index: 9;
    transition: .5s all ease;
}

/* Reating select dropdown css end */

.position_sticky {
    position: sticky;
    top: 100px;
}

.list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0px;
    flex-wrap: wrap;
}

.list-group-item.totle {
    font-size: 17px;
    font-weight: 600
}

/* Service Availability */
.available-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.available-widget ul li {
    overflow: hidden;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px
}

.available-widget ul li span {
    float: left
}

.available-widget ul li:first-child {
    padding-top: 0
}

.available-widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

/*--- contact us page ---*/
.contact-us .contact-queries .subtitle {
    font-size: 17px;
    font-weight: 500
}

/*--- checkout sec page ---*/
.checkout-sec .wallet-balance {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (2560 - 320)));
}

/*--- order success page ---*/
.success .success-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
}

.success .success-box .order-img {
    width: calc(150px + (300 - 150) * ((100vw - 320px) / (2560 - 320)));
}

.success .success-title {
    font-size: calc(22px + (52 - 30) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: 1rem;
    transition: .2s all ease;
}

.success .success-subtitle {
    font-size: calc(14px + (28 - 16) * ((100vw - 320px) / (2560 - 320)));
    font-weight: 500;
    color: #a7a7a3;
    margin-bottom: 1rem;
    transition: .2s all ease;
}

.success .order_id {
    font-size: 18px;
    font-weight: 700;
    transition: .2s all ease;
}

/*--- vandar & provider menu ---*/
.user-image {
    width: calc(70px + (90 - 70) * ((100vw - 320px) / (1920 - 320)));
    height: calc(70px + (90 - 70) * ((100vw - 320px) / (1920 - 320)));
    overflow: hidden;
    border-radius: 50%
}

.user-details p {
    font-size: 16px;
    font-weight: 500;
}

.settings-menu ul {
    display: block;
    border: 0
}

.settings-menu ul li {
    border-bottom: 1px solid #dee2e6;
}

.settings-menu ul li a {
    color: #121212;
    padding: 16px;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.settings-menu ul li .badge-pill {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    background-color: var(--bs-secondary)
}

.settings-menu ul li .content-text i {
    width: 15px;
}

.settings-menu ul li a.active {
    color: var(--bs-primary) !important;
    font-weight: 500;
}

.settings-menu ul li i {
    font-size: 18px;
}

.settings-menu ul li a.active i {
    font-weight: 500;
}

.widget-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (2560 - 320)));
}

/*--- profile page ---*/
.jstinput {
    width: 60%;
    transition: .5s all ease;
}

/*--- login page css ---*/
.login-header {
    margin-bottom: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)))
}

.login-header p {
    margin-bottom: 0;
    font-size: calc(12px + (18 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.login-header h2 {
    font-weight: 700
}

.login-or {
    color: #121212;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative
}

.or-line {
    background-color: #121212;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    display: block
}

.span-or {
    background-color: #fff;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 42px;
    font-weight: 600;
}

.w-24 {
    width: 24px;
}

.social-share-icon {
    border: 1px solid #121212;
    font-weight: 600;
    color: #121212;
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    width: 100%;
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 14px 10px !important;
}

.border-00 {
    border: none;
}

/*--- cookie-consent ---*/
.js-cookie-consent {
    max-width: 320px;
    padding: 1rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: fixed;
    left: 20px;
    bottom: calc(70px + (20 - 70) * ((100vw - 320px) / (2560 - 320)));
    z-index: 9999999999;
    transition: .8s all ease-in-out;
}

.js-cookie-consent .title {
    font-weight: 600;
    color: rgb(31 41 55);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.js-cookie-consent .description {
    margin-top: .5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99);
    font-weight: 600;
}

.js-cookie-consent .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    flex-shrink: 0;
}

.js-cookie-consent .accept {
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (2560 - 320)));
    background-color: var(--bs-secondary);
    line-height: 1rem;
    color: #fff;
    border-radius: 6px;
    padding: .630rem 1rem;
    border: none;
    font-weight: 500;
    transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
}

.bookings .booking-list {
    background-color: #fff;
    border: 1px solid var(--bs-border-color-translucent);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 16px;
    align-items: center
}

.bookings .booking-list:last-child {
    margin-bottom: 30px
}

.bookings .booking-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex: 0 0 245px;
    justify-content: flex-end;
    flex-wrap: wrap
}

.booking-details li span {
    width: 120px;
    display: inline-block;
    font-weight: 500;
    color: #121212;
    flex: 0 0 120px
}

.booking-details li {
    color: #858585;
    display: flex;
    gap: 7px;
    align-items: center;
}

.booking-det-info h3 a {
    color: #2c3038
}

.booking-det-info h3 a:hover {
    color: #121212
}

.booking-det-info h3 {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700
}

.about-blk-image img {
    border-radius: 10px
}



/*---- Service Booking Status track bar ----*/
.bookingtrack {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px
}

.bookingtrack .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative
}

.bookingtrack .step.active:before {
    background: #121212;
}

.bookingtrack .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px
}

.bookingtrack .step.active .icon {
    background: #121212;
    color: #fff;
}

.bookingtrack .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 20%;
    background: #ddd
}

.bookingtrack .step.active .text {
    font-weight: 400;
    color: #121212
}

.bookingtrack .text {
    display: block;
    margin-top: 10px
}

/* ------------------------------- */
.booking-status .step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.booking-status .active {
    position: relative;
}

.booking-status .active::before {
    content: " ";
    height: 5px;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #228B22 !important;
    transform: translateX(-50%);
}



/*--------------------------------------------------
                Responsive Css Start
--------------------------------------------------*/
@media screen and (max-width:2560px) and (min-width:577px) {
    .booking-img {
        flex: 0 0 200px;
        max-width: 200px
    }
}

@media (max-width:425px) {

    /*--- profile page ---*/
    .jstinput {
        width: 35%;
    }
}

@media (max-width:360px) {

    /*--- profile page ---*/
    .jstinput {
        width: 46%;
    }
}

@media only screen and (min-width:360px) and (max-width:375px) {

    /*--- profile page ---*/
    .jstinput {
        width: 45%;
    }
}

@media (max-width:320px) {

    /*--- profile page ---*/
    .jstinput {
        width: 48%;
    }
}

@media only screen and (max-width: 575.98px) {
    .booking-list .booking-widget .booking-img img {
        height: auto;
    }
}

@media only screen and (max-width: 767px) and (min-width: 280px) {
    .breadcrumb-bar {
        padding: 10px 0
    }
}

/*-- coustom css start --*/
@media only screen and (min-width: 576px) and (max-width: 2560px) {
    .h-sm-100 {
        height: 100%;
    }

    .mobile-option {
        height: 36px;
        width: 36px;
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 280px) and (max-width: 576px) {
    .popular-services .btn-primary {
        padding: 7px 10px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 576px) {
    .location {
        padding: 5px 13px;
        font-size: 14px;
    }

    .mobile-option {
        height: 33px;
        width: 33px;
        border: 1px solid #dee2e6;
        border-radius: 0.375rem;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-option i {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 2560px) and (min-width: 767px) {

    .btn-danger,
    .btn-danger:is(:hover, :active, :focus, :focus-visible, .active) {
        background-color: var(--bs-danger) !important;
        color: #fff;
        border: 0;
        font-weight: 500;
        font-size: 16px;
        border-radius: 0.600rem !important;
        padding: 15px 25px;
        min-width: fit-content;
        box-shadow: none !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 280px) {

    form .btn-primary {
        padding: 15px 10px !important;
        font-size: 14px !important;
        margin: 0px;
    }

    .btn-success,
    .btn-danger {
        padding: 15px 15px !important;
        font-weight: 600;
    }

    .btn-danger,
    .btn-danger:is(:hover, :active, :focus, :focus-visible, .active) {
        padding: 15px 15px !important;
        font-weight: 600;
        background-color: var(--bs-danger) !important;
        color: #fff;
        border: 0;
        font-weight: 500;
        font-size: 16px;
        border-radius: 0.600rem !important;
        min-width: fit-content;
        box-shadow: none !important;
    }


    .sm-w-100 {
        width: 100%;
    }
}

@media (max-width:768px) {
    .border-00 {
        border: 1px solid var(--bs-border-color-translucent);
    }
}

/*--- coustom css end ---*/

@media screen and (min-width: 992px) {
    .mobile-menu-footer .user-img {
        height: 40px;
        width: 40px;
        object-fit: cover;
        border: 1px solid #121212;
        border-radius: 6px;
        overflow: hidden
    }
}

@media screen and (max-width: 991px) and (min-width: 320px) {
    .mobile-menu-footer {
        position: fixed;
        bottom: 0;
        padding: 10px 0px;
        width: 100%;
        background-color: #fff;
        z-index: 3;
        -webkit-box-shadow: 0 2px 7px 3px rgba(168, 168, 168, 0.2);
        box-shadow: 0 2px 7px 3px rgba(168, 168, 168, 0.2);
    }

    .mobile-menu-footer .user-img {
        height: 22px;
        width: 22px;
        object-fit: cover;
        border: 1px solid #121212;
        border-radius: 6px;
        overflow: hidden
    }
}


@media only screen and (max-width: 576px) {
    .about-sec {
        padding: 40px 0px 40px 0px;
    }
}


@media screen and (min-width:320px) and (max-width:576px) {
    .service-details .service-card .service-img .badge.bg-dark {
        position: absolute;
        bottom: 6px;
        right: 6px;
        font-size: 10px !important;
    }

    .service-details .service-card .service-img .label {
        left: 6px;
        font-size: 11px !important;
    }
}


@media only screen and (max-width: 2560px) and (min-width: 768px) {

    .service_owl .owl-nav,
    .reviews-owl .owl-nav {
        position: absolute;
        top: -150px;
        right: 0;
    }
}


/* @media only screen and (max-width: 2560px) and (min-width: 768px) {
    .single_banner_images {
        height: 400px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 280px) {
    .single_banner_images {
        height: 350px !important;
    }
} */


@media screen and (max-width:425px) {

    .mb-n55 {
        margin-bottom: -5.5rem !important;
    }

    .me-155 {
        margin-right: 15.5rem !important;
    }
}


@media only screen and (max-width: 2560px) and (min-width: 280px) {
    .accordion-button::after {
        content: "\2212";
        font-size: 22px;
        font-weight: 400;
    }
}


@media only screen and (max-width: 767px) and (min-width: 280px) {
    .footer .footer-top {
        padding: 20px 0px 80px !important;
    }
}


@media only screen and (min-width:280px) and (max-width:375px) {
    .notification-card .wallet-title {
        font-size: 14px;
        font-weight: 600;
    }

    .notification-card p .not-date {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .related-product img {
        height: 180px !important;
    }
}

@media (min-width: 320px) and (max-width: 576px) {
    .related-product img {
        height: 120px !important;
    }
}

@media only screen and (min-width:992px) {

    .main-nav>li {
        margin-right: 25px;
    }

    .main-nav li {
        display: block;
        position: relative
    }
}

@media only screen and (max-width:1199px) {

    .booking-details li {
        flex-wrap: wrap
    }

    .main-nav>li {
        margin: 0px 10px;
    }

    .main-nav li a {
        font-weight: 600;
        font-size: 14px;
    }
}

@media only screen and (max-width:991.98px) {

    /*--- slide bar ---*/
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .main-nav ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0
    }

    .main-nav>li {
        margin-left: 0;
        margin-right: 0
    }

    .main-nav li+li {
        margin-left: 0
    }

    .main-nav>li>a {
        font-weight: 600;
        font-size: 16px;
        color: #121212;
        padding: 10px 17px;
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .main-nav>li>a>i {
        float: right;
        margin-top: 5px
    }

    /*--- main header ---*/
    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        transform: translateX(-260px);
        transition: all .4s;
        background-color: var(--bs-white);
    }

    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    /*--- footer ---*/
    .footer .footer-top {
        padding-bottom: 10px
    }

    /*--- breadcrumbs ---*/
    .breadcrumbs {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .breadcrumbs li {
        float: none;
        display: inline-block;
        padding: 0 13px
    }

    .heading h2 {
        font-size: 1.625rem
    }

    .content {
        padding: 50px 0
    }
}

@media only screen and (max-width:767.98px) {
    .content {
        padding: 15px 0
    }

    .footer-title {
        font-size: 1rem
    }

    .breadcrumb-title h2 {
        font-size: 1.375rem
    }

    .dropdown-menu {
        font-size: .875rem
    }
}

@media only screen and (max-width:575.98px) {

    /*--- footer ---*/
    .footer-title {
        font-size: 1.125rem
    }

    .comment {
        display: inline-block;
        text-align: center
    }

    .heading h2 {
        font-size: 1.375rem
    }

    .booking-list .booking-widget {
        flex-direction: column
    }

    /*--- Booking Summery ---*/
    .booking-details li span {
        width: 100%;
        flex: 0 0 100%
    }
}

/*--------------------------------------------------
                Responsive Css End
--------------------------------------------------*/





/******************** Extra ****************/
.dn {
    display: none;
}

.suggestion_scroll {
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    z-index: 10;
}

.suggestion_scroll::-webkit-scrollbar {
    display: none;
}

.city-modal-img {
    object-fit: cover;
    width: 60%;
}


.booking-list .booking-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    text-align: left;
    flex: 0 0 calc(100% - 245px);
    gap: 16px;
}

/* @media only screen and (max-width: 768px) and (min-width: 280px) {
    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: -135px;
        margin-top: var(--bs-dropdown-spacer);
    }
} */

/*--- citiesModal ---*/
#citiesModal.modal.fade .modal-dialog {
    transition: transform .5s ease-out;
    transform: scale(0) !important;
}

#citiesModal.modal.show .modal-dialog {
    transform: scale(1) !important;
}

#citiesModal {
    overflow: hidden;
}

/*-- PWA --*/

.pwa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bs-secondary);
    width: 100%;
    position: relative;
    padding: 15px 10px;
    color: #FFF;
}

.pwa .pwa-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pwa .pwa-content h5 {
    font-size: 14px;
}

.pwa .pwa-content p {
    font-size: 12px;
}

.pwa .mobile-install-btn {
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 13px;
    line-height: 16px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background: var(--bs-primary);
    border: none;
    padding: 6px 12px;
    transition: background 0.8s ease 0s;
    font-weight: 600;
}

.pwa .close-btn {
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 20px;
    cursor: default;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #bbb;
    font-size: 40px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}


/*add-rattings*/
.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 20px;
    cursor: default;
}

.star-rating input[type=radio] {
    display: none;
}

.star-rating label {
    color: #bbb;
    font-size: 40px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
    color: #f2b600;
}



.animat {
    animation: ring 4s .7s ease-in-out infinite;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}




/*------------------------------------------- 
                rtl css start
-------------------------------------------*/


/*--- hero-section rtl ---*/
.form-select.rtl {
    background-position: left .75rem center !important;
}

/*--- service owl rtl ---*/
.service_owl.owl-rtl .owl-nav,
.reviews-owl.owl-rtl .owl-nav {
    position: absolute;
    top: -150px;
    left: 0;
    right: auto !important;
}

/*--- FAQ css ---*/
.accordion-button.rtl::after {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.footer-address.rtl span,
.footer-address.rtl p i {
    margin-left: 20px;
    margin-right: 0px;
}

.service-card .service-img .label.rtl {
    position: absolute;
    top: 15px;
    right: 15px;
}

.service-card .service-img .badge.bg-dark.rtl {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

/*--- pagination css ---*/
.pagination.rtl .page-item:first-child .page-link {
    border-radius: 0px;
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination.rtl .page-item:last-child .page-link {
    border-radius: 0px;
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* wp chat */

.chat-btn .close {
    display: none
}

.chat-btn i {
    transition: all 0.9s ease
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
    display: none
}

.chat-btn i {
    font-size: 22px;
    color: #fff !important
}

.chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #25D366;
    color: #fff;
    font-size: 22px;
    border: none;
    z-index: 9;
}

.wrapper-wp {
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 99999;
    overflow: hidden;
    /* transform: scale(0.4); */
}

.wrapper-wp-ltr {
    position: fixed;
    right: 40px;
    bottom: 160px;
}

.wrapper_rtl {
    position: fixed;
    left: 33px;
    bottom: 180px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
    z-index: 99999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

/*------------ rtl css ------------*/
.wrapper-wp-rtl {
    position: fixed;
    left: 10px;
    bottom: 170px;
}

.chat-btn_ltr {
    position: fixed;
    right: 29px;
    bottom: 89px;
    cursor: pointer;
}

.chat-btn_rtl {
    position: fixed;
    left: 20px;
    bottom: 100px;
    cursor: pointer
}

/*------------ rtl css ------------*/


#check:checked~.wrapper-wp {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.wp_header {
    padding: 1rem;
    background-color: #075E54;
    color: #fff;
    display: flex;
    align-items: center;
}

.bg-msg {
    background-color: #E5DDD5;
}

.chat-form {
    padding: 15px
}

.chat-form input,
.chat-form textarea,
.chat-form button {
    margin-bottom: 10px
}

.chat-form textarea {
    resize: none
}

.form-control:focus,
.btn:focus {
    box-shadow: none
}

#check {
    display: none !important
}

.btn-whatsapp,
.btn-whatsapp:is(:hover, :focus) {
    background-color: #25D366 !important;
    color: #fff !important;
    border: none;
}

.wp_profile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
}

.wrapper-wp-ltr {
    right: 10px;
}

.wrapper_rtl {
    left: 10px;
}

/* eye rtl (start-0 ms-4) this class add  */

.cursor-pointer {
    cursor: pointer;
}


.aboutus_leftimg {
    height: 700px;
}







@media only screen and (max-width: 767px) and (min-width: 280px) {
    .aboutus_leftimg {
        height: 350px;
    }
}

@media only screen and (max-width: 2560px) and (min-width: 768px) {
    .faq_left_img {
        height: 520px;
    }
}


/* blog */
.recent_posts img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    /* width: 100%;
    height: 100%; */
}

.blog-detail-img {
    height: 500px;
}

@media only screen and (max-width: 425px) and (min-width: 200px) {
    .blog-detail-img {
        height: 350px;
    }

    .home_main img {
        height: 62vh;
        object-fit: cover;
    }
}

/* ========================== */
.countdown .timer {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    background-color: var(--bs-primary);
    padding: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: 82px;
    height: 82px;
    border-radius: 8px;
}

@media only screen and (min-width: 200px) and (max-width: 576px) {
    .countdown {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .countdown .timer {
        font-size: 10px;
        font-weight: 600;
        width: 70px;
        height: 70px;
    }
}

/*=============== ALL SERVICE SECTION start ===============*/

.shop_allmain {
    padding-top: 30px;
    padding-bottom: 30px;
}

.shop-search_input input {
    padding: 13px 0px !important;
}

.shop-search_input i {
    color: var(--bs-secondary);
}

.price_range .price-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.price_range .price-input .field {
    display: flex;
    gap: 10px;
    width: 100%;
    height: 40px;
    align-items: center;
}

.price_range .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    color: var(--bs-secondary);
    font-weight: 500;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

.price_range .field span {
    font-size: 16px;
}

.price_range .field i {
    color: var(--bs-secondary);
}

.price_range input[type="number"]::-webkit-outer-spin-button,
.price_range input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price_range .price-input .separator {
    width: 60px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.price_range .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.price_range .slider .progress_slider {
    height: 100%;
    position: absolute;
    border-radius: 5px;
    background: var(--bs-secondary);
}

.price_range .range-input {
    position: relative;
}

.price_range .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.price_range input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--bs-secondary);
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: grab;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price_range input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border: none;
    border-radius: 50%;
    background: var(--bs-secondary);
    pointer-events: auto;
    cursor: grab;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* PRICE RANGE END */
/* BRANDS CHECK BOX START */
.branda_check input {
    width: 18px;
    height: 18px;
    border-radius: 50% !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.branda_check label {
    margin-bottom: 10px;
    cursor: pointer;
}

.branda_check p {
    color: var(--bs-secondary) !important;
}

/* BRANDS CHECK BOX END */
/* SHOP CATEGORIES START */

.categori-page-img img {
    height: 40px;
    width: auto;
    object-fit: cover;
}

.accordion_button {
    padding: 14px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.shop_categorieslist .category_list {
    margin-bottom: 0px;
}

.shop_categorieslist .category_list li {
    padding: 10px 40px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.shop_categorieslist .category_list li:last-child {
    border-bottom: 0px !important;
}

.sub_items {
    padding: 14px 28px !important;
    color: #000 !important;
}

.shop_categorieslist .category_list li a {
    border-bottom: 0px !important;
}

/* SHOP CATEGORIES END */
/* SHOP RATING START */
.shop_ratinglist label {
    margin-bottom: 10px;
    cursor: pointer;
}

.shop_ratinglist input {
    width: 18px;
    height: 18px;
}

/* SHOP RATING ENd */
/* SHOP DISCOUNT START */
.shop_discount label {
    margin-top: 10px;
    cursor: pointer;
}

.shop_discount input {
    width: 18px;
    height: 18px;
}

.shop_discount span {
    font-size: 16px;
    font-weight: 500;
}

.togl_btn {
    display: none;
}



@media (max-width: 425px) {
    .product-img {
        height: 200px;
    }
}

@media (max-width: 320px) {
    .product-img {
        height: 150px;
    }
}

/* filter scroll start */
.filter-scroll {
    height: 480px;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    width: 1px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #7b7b7b;
}

/* filter scroll end */


/* SHOP DISCOUNT END */

.accordion-button.rtl::after {
    margin-left: unset;
    margin-right: auto;
}

.filter_btn_border:active,
.filter_btn_border {
    background-color: transparent !important;
    color: var(--bs-secondary) !important;
    padding: 14px 20px;
    border: 1px solid var(--bs-secondary) !important;
    border-radius: 10px;
}

/*=============== ALL SERVICE SECTION END ===============*/
/* ================ QUICH CALL ================ */

.quick_call {
    position: fixed;
    right: 33px;
    bottom: 95px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s;
    z-index: 500;
    visibility: hidden;
    overflow: hidden;
}

.quick_call_rtl {
    position: fixed;
    left: 33px;
    bottom: 95px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
    z-index: 500;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}


.quick-btn_ltr {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.quick-btn_rtl {
    position: fixed;
    left: 20px;
    bottom: 20px;
    cursor: pointer
}

.quick-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--bs-primary);
    color: #fff;
    font-size: 22px;
    border: none;
    z-index: 400;
    transition: all .5s ease-in-out;
}

.quick-btn .close {
    display: none
}

.quick-btn i {
    transition: all 0.9s ease;
    transform: rotate(90deg)
}

#quick_call:checked~.quick-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#quick_call:checked~.quick-btn {
    padding: 20px;
    transition: all .4s ease-in-out;
}

#quick-btn.expanded {
    width: 50px;
    /* animation: widtgg .5s linear; */
}

/* @keyframes widtgg {
    0% {
        width: 150px;
    }
} */

#quick_call:checked~.quick-btn .comment {
    display: none
}

.quick-btn i {
    font-size: 26px;
    color: #fff !important
}

#quick_call:checked~.quick_call {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease-in-out;
}

#quick_call:checked~.quick_call_rtl {
    opacity: 1;
    visibility: visible;
}

.call_info {
    padding: 1.5rem;
    display: grid;
    justify-content: center;
}

.call_info h6 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.caller_img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

#quick_call {
    display: none !important
}

@media only screen and (min-width: 200px) and (max-width: 991px) {

    /* ============= quick call ============= */
    .quick-btn_ltr,
    .quick-btn,
    .chat-btn_ltr,
    .chat-btn_rtl {
        bottom: 80px !important;
    }

    .quick_call_rtl {
        width: 290px;
        bottom: 150px !important;
        left: 15px;
    }

    .quick_call {
        width: 290px;
        bottom: 150px !important;
        right: 15px;
    }

    .wrapper_rtl {
        bottom: 150px;
    }

    .wrapper-wp-ltr {
        bottom: 150px;
    }

    #sales-booster-popup {
        bottom: 100px !important;
    }

}

/* Product notification */

/* #sales-booster-popup .sales-booster-popup-inner img {
    max-width: 70px;
} */

#sales-booster-popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-size: 1rem;
    background: #fff;
    z-index: 9999999999;
    max-width: 400px;
    width: calc(100vw - 40px);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

/* rtl class */
#sales-booster-popup.rtl {
    right: 20px;
    left: unset;
}


#sales-booster-popup .close {
    margin: 10px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#sales-booster-popup .sales-booster-popup-inner {
    display: flex;
    align-items: center;
    padding: 14px;
}


#sales-booster-popup .heading {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

#sales-booster-popup .info {
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 5px;
}

#sales-booster-popup .read-more {
    font-size: 13px;
    font-weight: 500;
}

.pos-absolute.right,
.pos-fixed.right {
    right: 0;
}

.pos-absolute.left,
.pos-fixed.left {
    left: 0;
}

.pos-absolute.top,
.pos-fixed.top {
    top: 0;
}

.pos-absolute {
    position: absolute;
}

#sales-booster-popup.animation-slide_right:not(.loaded) {
    transform: translateX(-30px);
}

/* rtl class */
#sales-booster-popup.animation-slide_right.rtl:not(.loaded) {
    transform: translateX(30px) !important;
}

#sales-booster-popup:not(.loaded) {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* blur class */
.blur {
    /* filter: blur(10px); */
    /*transition: filter 0.1s ease-in-out;*/
}

/* ============= Dhruvil Extra css =========== */

#footersiderbar .offcanvas-header img {
    height: 40px;
    width: auto !important;
}

.offcanvas {
    z-index: 9999999999 !important;
}

#footersiderbar a {
    color: #000 !important;
}

#footersiderbar .list-inline-item a {
    color: #fff !important;
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
    .extra-margin {
        margin-bottom: 59px !important;
    }

    .service-card .service-img:hover .serv-img {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    .blog-sec .img-hover img:hover {
        transform: scale(1) !important;
        transition: .2s all ease;
    }
}

.pagination .page-link {
    color: var(--bs-primary);
}

.pagination .page-item.active .page-link {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
    z-index: 1 !important;
}

.pagination .page-link:focus {
    box-shadow: none !important;
}

.form-control:focus {
    border-color: var(--bs-primary) !important;
}

.form-check-input:checked {
    background-color: var(--bs-primary) !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem var(--bs-primary-rgb) !important;
}

.notification-img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}

.dropdown-item:active {
    background-color: var(--bs-primary) !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.form-select:focus {
    border-color: var(--bs-primary) !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.accordion-button::after {
    margin-left: 0px !important;
}

.accordion-button {
    justify-content: space-between !important;
}

.navbar .min-dropdown-ltr {
    position: absolute !important;
    left: -133px !important;
    top: 100% !important;
}

.navbar .min-dropdown-rtl {
    position: absolute !important;
    left: 0px !important;
    top: 100% !important;
}

.homebanne #search_name {
    padding: 15px;
}

.toolbar select {
    border: 1px solid #ebedf1;
    background: #ffffff;
    height: 38px;
    color: #647b9c;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 10px;
    padding-right: 30px;
    line-height: 31px;
    border-radius: 10px;
}

.sevirce-tru .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sevirce-trued {
    background-color: #F5F5F6;
}

.sevirce-tru .img img {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    background-color: #fff;
    object-position: center;
}

.view-cart-bar {
    min-height: 70px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out, z-index 0s;
    transition: all .2s ease-in-out, z-index 0s;
    background-color: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 4;
}

.view-cart-bar .product-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-cart-bar .product-img img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    object-position: center;
}

.product-detile .service-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-detile .service-content img {
    height: 45px;
    object-fit: fill;
}

.padding-extra-code {
    border-radius: 0.600rem !important;
    padding: 13px 25px !important;
}