/*!
Script: BookingDo
Author: Papon IT Solution
Support: paponapp2244@gmail.com
Version: 4.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-dark-rgb: 11, 10, 18;
    --bs-lights-rgb: 245, 245, 246;
    --bs-primary-rgb: color-mix(in srgb, var(--bs-primary), transparent 86%);
    --bs-secondary-rgb: color-mix(in srgb, var(--bs-secondary), transparent 86%);
    --bs-success-rgb: 12, 188, 135;
    --bs-theme-5-body: #fff;
}

body {
    font-family: "Montserrat", sans-serif !important;
    color: var(--bs-black);
    background-color: var(--bs-theme-5-body);
}

.btn.btn-primary:hover,
.btn.btn-primary:active {
    color: #fff;
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
    color: #fff;
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
}

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

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

.bg-primary-rgb {
    background-color: color-mix(in srgb, var(--bs-primary), transparent 80%);
}

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

.bg-secondary-rgb {
    background-color: color-mix(in srgb, var(--bs-secondary), transparent 80%);
}

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

.bg-darks {
    --bs-bg-opacity: .9;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

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

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


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

a {
    text-decoration: none;
    color: #000;
}

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

li {
    list-style: none;
}

.btn-outline-primary:hover,
.btn-primary:hover {
    color: #fff !important;
}

.checked {
    color: #ffc327;
}

.form-group {
    margin-bottom: 15px;
}

textarea:focus {
    outline: none;
    border-color: var(--bs-primary);
}

input:focus {
    outline: none;
    border-color: var(--bs-primary) !important;
}

.form-label {
    font-size: 14px;
    font-weight: 400;
}

.form-control {
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    /* color: var(--bs-secondary); */
}

select:focus {
    outline: none;
}

.overflow-y-scroll {
    overflow-y: auto !important;
}

button:focus {
    outline: none !important;
}

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

.pt-100 {
    padding-top: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

/*------------------------------ common css end ------------------------------*/




/* Header CSS */
.nav-border {
    border-bottom: 1px solid var(--bs-primary);
}

/* offer banner */
.top-bar marquee {
    letter-spacing: clamp(0.0625rem, 0.0337rem + 0.1282vw, 0.1875rem);
    margin: 0px;
    padding: 0;
    color: white;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;

}

.top-bar marquee span {
    padding: 0px 100px;
}

/* offer banner */

/* Logo */
.logoimage {
    height: 40px;
}

/* pre-loader css */
#preload {
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 9999;
}


.loader .loader-container:before {
    content: "";
    display: block;
    border-top: 3px solid var(--bs-primary);
    border-radius: 50%;
    animation: 1.8s ease-in-out infinite loaderspin;
    -webkit-animation: 1.8s ease-in-out infinite loaderspin;
}

.loader .loader-container,
.loader .loader-container:before {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}

.loader .loader-icon img {
    animation: 0.9s infinite alternate pulseanim;
    width: 40px;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/* pre-loader css  */

/* menu */
.container-position {
    position: relative;
}

.toggle {
    color: var(--bs-primary) !important;
    font-size: 30px;
    box-shadow: none !important;
}

.navbar-background {
    background-color: white;
    z-index: 9;
}

.navbar-text {
    color: black;
    font-weight: 500;
}

.nav-link.active {
    color: var(--bs-primary) !important;
}

.nav-link:hover {
    color: var(--bs-primary) !important;
}

.nav-link:hover {
    color: var(--bs-primary) !important;
}

.btn:focus {
    box-shadow: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* menu */
/* The sidebar menu */
.banner .banner-content p {
    letter-spacing: 1.5px;
}

.banner .banner-content h1 {
    color: var(--bs-primary) !important;
    line-height: 1.5;
}

/*======== owl-theme nav css ========*/

.owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--bs-secondary);
}

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

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--bs-secondary);
    transition: all 0.3s ease-in-out;
    border: none;
}

.owl-theme .owl-dots .owl-dot.active span:after {
    background: var(--bs-primary);
    height: 100%;
}

.owl-theme .owl-dots .owl-dot span:after {
    border-radius: 50%;
    overflow: hidden;
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 1px var(--bs-gray-500);
    transition: height 0.3s ease-in-out;
}

/*======== owl-theme nav css ========*/


/**************************************** Theme-2 ****************************************/


/**************************************** Theme-3-Section ****************************************/


/*==================== theme-4-section-Start ====================*/
.cat-img {
    height: 80px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
}


/*==================== theme-4-section-End ====================*/
/* For RTL Menu */
.sidebar-rtl {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    width: 270px;
    z-index: 99;
}

.toggle-button-rtl {
    position: absolute;
    left: 0;
}

.btn-ltr {
    display: flex;
}

.btn-rtl {
    display: none;
}

.sidebar-login-rtl {
    position: absolute;
    bottom: 0;
    width: 80%;
}


/* For RTL Menu */
.toggle-button {
    position: absolute;
    right: 0;
}

.close-btn {
    color: var(--bs-primary);
    left: 0;
    font-size: 20px;
    font-weight: 700;
    background-color: white !important;
    box-shadow: none !important;
    border: none !important;
}

.sidebar {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: white;
    width: 65%;
    z-index: 99;
}

.sidebar a {
    color: #000 !important;
}

.sidebar-li {
    font-weight: 700;
}

.sidebar-login {
    position: absolute;
    bottom: 0;
}

/* Banner section css */
.banner-image {
    width: 50%;
}

/* Banner css */
/* content css */
.content {
    font-size: 40px;
}

.content-width {
    width: 50%;
}

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

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

.drplocation:focus {
    box-shadow: none !important;
}

#text1:focus {
    box-shadow: none !important;
}

.dropdown-scroll {
    height: 134px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dropdown-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: white;
}

.dropdown-scroll::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    background: var(--bs-primary);
}

/* content css */

/* slider css */
.carousel {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0s ease 0s;
}

.flexible {
    flex-grow: 1;
}

.card:hover .slider-image {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.card:hover .overlay-content {
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
    transition: all 0.7s ease-in-out;
}

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

.caption {
    position: absolute;
    top: 5rem;
    padding: 5rem;
}

.card-icon {
    display: none;
}

.sliderbtn {
    border: none !important;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    color: white;
    background-color: var(--bs-primary);
}

.img-content {
    overflow: hidden;
}

.img-content img {
    transition: all 0.5s ease;
}

.img-content:hover img {
    transform: scale(1.1);
}

.text-overlay {
    text-align: center;
    padding: 70px;
    color: white;
    font-size: 28px;
}

.category-slide .owl-stage {
    display: flex;
}

.category-slide .card-img-top {
    object-fit: cover;
    width: 70px;
    height: 70px;
}

/* slider css */
/* banner section-2 */
/* Service secction Css */
.servicelist .card .card-footer,
.service-div .card .card-footer {
    border: none;
    background-color: white;
}

.position {
    position: absolute;
    top: 11px;
    width: 100%;
    padding: 10px;
}

.btn-hover:hover {
    border: none !important;
    color: var(--bs-primary) !important;
    background-color: white !important;
}

.heart-icon {
    color: white;
    background-color: var(--bs-primary);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    text-align: center;
}

.heart-icon:hover {
    background-color: white;
    color: var(--bs-primary);
}

.image-overlay {
    overflow: hidden;
    cursor: pointer;
}

.servicelist .card-img-top,
.service-div .card-img-top {
    height: 300px;
    object-fit: cover;
    transition: 0.5s ease;
}

.image-overlay img {
    transition: all 0.5s ease;
}

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

.service-card {
    height: 100%;
}

.service-card .service-icon {
    width: 50px;
    height: 50px;
    background-color: aliceblue;
}

.service-card .service-icon .service-icon-1 {
    padding-top: 12px;
}

.rate {
    font-size: 13px;
}

/* Service section css */
/* app download section */
.app_section {
    background-image: url("../../images/backgroundimage/section_bg.png");
    object-fit: cover;
    width: 100%;
    background-repeat: no-repeat;
}

.app_section h2 {
    font-size: 85px;
}

.app_section p {
    font-size: 20px;
}

.app_section .download_logo {
    width: 90px;
    height: 30px;
}

/* app download section */
/* feature section css */
.feature-carousel .card {
    height: 100%;
}

.feature-section .feature-carousel .owl-item img {
    border-radius: 10px;
    width: 60%;
}

.service-btn {
    font-size: 12px;
}

/* feature section css */
/* testimonial section css */
.testimonial-section {
    background-color: #54a15d1a;
}

.testimonial-section .dashed-border {
    border-radius: 100%;
    border: 1px dashed var(--bs-primary);
    padding: 7px;
    padding-left: 7px;
}

.carousel-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}

.carousel-btn {
    background-color: var(--bs-primary);
    font-weight: bold;
    border-radius: 100%;
}

.Carousel-section {
    padding: 3%;
}

/* testimonial section css */
/* blog section css */
.blog-secction .bloger {
    display: flex;
    gap: 1rem;
}

.bloger img {
    width: 40px;
    height: 40px;
}

.blog-secction .card .card-img-top {
    object-fit: cover;
}

.blog-secction .card .card-footer {
    border-top: 0;
    background-color: white;
}

.blog-secction .bloger .text {
    font-size: 14px;
}

.card-top {
    border-radius: 20px;
    object-fit: cover;
}

.card-top .card-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.card-top .card-overlay img {
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}



.blog-secction .blog-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* front */
.blog-details .card {
    border-radius: 1.25rem;
}

.blog-details .card .card-img-top {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* blog section css *
/
/* banner3 */
.banner-carousel .card-top .card-overlay img {
    height: 250px;
}

/* banner3 */

/*service detail multi page css  */
.service-detail-multi p {
    font-size: 15px;
    text-align: justify;
}

.service-detail-multi .service-image {
    overflow: hidden;
}

.service-detail-multi .service-image img {
    object-fit: cover;
    width: 100%;
    height: 450px;
    border-radius: 10px;
}

.provider-img {
    width: 100px;
    height: 100px;
}

.service-detail-multi .profile {
    font-size: 15px;
    font-weight: 400;
}

.service-detail-multi .profile-rate {
    background-color: #54a15d1a;
    font-size: 15px;
    font-weight: 400;
}

.tab-section .nav-pills .nav-item .nav-link {
    border: 1px solid var(--bs-primary);
}

.tab-section .nav-pills .nav-item .nav-link.active {
    color: white !important;
}

.tab-section .tab-content .description p {
    text-align: justify;
}

.tab-section .tab-content .review p {
    font-size: 14px;
    text-align: justify;
}

.tab-section .provider-img {
    width: 80px;
    height: 80px;
}

.tab-section .tab-content .review {
    height: 355px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tab-section .tab-content .review::-webkit-scrollbar {
    width: 5px;
    background-color: white;
}

.tab-section .tab-content .review::-webkit-scrollbar-thumb {
    width: 5px;
    height: 2px;
    background: var(--bs-primary);
}

.tab-section .tab-content .service-time p {
    font-weight: 500;
    text-align: justify;
}

.service-carousel .owl-stage {
    display: flex;
}

.service-carousel .owl-item {
    display: flex;
}

/*service detail multi page css  */

/*service detail single page css  */
.breadcrumb-div ol {
    justify-content: start;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.service-detail .service-image {
    overflow: hidden;
}

.service-detail .service-image img {
    object-fit: fill;
    width: 100%;
    height: 150px;
    border-radius: 10px;
}

.content-section .text-align {
    text-align: justify;
}

.blog-section .blog-content,
.service-detail .service-content {
    height: 50px;
    overflow-y: auto;
}

.service-detail .service-content::-webkit-scrollbar {
    width: 5px;
    background-color: white;
}

.service-detail .service-content::-webkit-scrollbar-thumb {
    width: 5px;
    height: 2px;
    background: var(--bs-primary);
}

.service-detail .price {
    font-size: 22px;
    font-weight: 500;
}

.small-img {
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative;
}

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

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

.small-container {
    width: 262px;
    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: 60px;
    height: 60px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
    border-radius: 10px;
}

.small-img .icon-right {
    right: 17px;
}

.service-small-img {
    border: 1px solid rgb(149, 27, 37);
    padding: 2px;
    right: 17px;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.service-detail p {
    text-align: justify;
}

/*service detail single page css  */
/* tab css */
.wizzard .nav-tabs {
    position: relative;
}

.wizzard .nav .nav-item .nav-link {
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    background: var(--bs-primary-rgb);
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ddd;
}

.wizzard .nav-tabs .nav-link.active {
    background-color: var(--bs-primary);
    color: white !important;
}

.wizzard>div.wizzard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
}

/* tab css */
/* appoinment form */
.appointment-form {
    background: #fcfcfc;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 19px;
}

.appoinment .card .card-body input:focus-visible {
    border-color: #ced4da !important;
}

.appoinment .card .card-body textarea:focus-visible {
    border-color: #ced4da !important;
}

.date-time-text {
    font-size: 14px;
}

.summary-text-weight {
    font-weight: 500;
}

/* appoinment form */
/* calander css */
.sl-appointment-holder {
    margin-top: 20px;
}

.sl-appointment-content {
    display: flex;
    justify-content: center;
}

.fc-today.fc-state-highlight {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    border-radius: 5px !important;
    border: none;
    opacity: 1 !important;
    border-style: none !important;
}

.fc-toolbar {
    margin: 0;
    padding: 6px 20px;
    text-align: center;
    position: relative;
    background: #363636;
    border-radius: 4px 4px 0 0;
}

.fc-toolbar h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.fc-toolbar .fc-left,
.fc-toolbar .fc-right {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.fc-toolbar .fc-right .fc-today-button {
    display: none;
}

.fc-state-default.fc-corner-right {
    right: 20px;
}

.fc-state-default.fc-corner-left {
    left: 20px;
}

.fc-button-group,
.fc .fc-toolbar>*>* {
    margin: 0;
}

.fc button {
    top: 50%;
    border: 0;
    padding: 0;
    height: auto;
    background: none;
    box-shadow: none;
    position: absolute;
    margin: -12px 0 0 !important;
}

.fc button .fc-icon {
    margin: 0;
    padding: 0;
}

.fc-corner-left span,
.fc-corner-right span {
    margin: 0;
    color: #fff;
}

.fc-icon-left-single-arrow:after {
    top: auto;
    font-weight: 400;
}

.fc-view-container {
    width: 100%;
    float: left;
}

.fc table {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.fc table td,
.fc table th {
    padding: 0;
    cursor: pointer;
    line-height: 44px;
    text-align: center;
    font-weight: 400;
    border-color: #eee;
    vertical-align: middle;
}

.fc-basic-view .fc-body .fc-row {
    min-height: auto;
}

.sl-timeslots {
    display: flex;
    flex-wrap: wrap;
}

.sl-appointment-time-holder input {
    display: none;
}

.sl-timeslots .sl-radio {
    padding: 5px;
    margin: 0;
}

.sl-appointment-time-holder .sl-timeslots .sl-radio label {
    font-size: 14px;
    line-height: 33px;
    padding: 12px;
    border-radius: 5px;
    min-width: max-content;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.sl-appointment-time-holder .sl-timeslots .sl-radio .lable-disable {
    color: #767676;
    border: 1px solid lightgray;
}

.sl-appointment-time-holder .sl-timeslots .sl-radio .lable-active {
    color: #767676;
    background: white;
}

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

/* calander css */
/* service list section */
.servicelist .input-group input,
.servicelist .dropdown-search .form-select {
    font-size: 15px;
}

.form-select::-webkit-scrollbar {
    width: 5px;
    background-color: white;
}

.form-select::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    background: var(--bs-primary);
}

/* service list section */
/* profile css */
.user-sidebar .active,
.user-sidebar .list-group-item:hover {
    color: var(--bs-primary);
}

.profile .profile-image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.profile .avatar-upload {
    position: relative;
    max-width: 90px;
}

.profile .avatar-upload .avatar-edit {
    position: absolute;
    left: 90%;
    z-index: 1;
    bottom: 10px;
}

.avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 25%);
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: var(--bs-white);
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: 400;
    transition: 0.2s ease-in-out;
}

.font-awesome-icon {
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.booking .icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.booking .bg-light-warning {
    background-color: rgba(255, 193, 7, 0.3);
    color: var(--bs-warning);
}

.booking .bg-light-success {
    background-color: rgba(3, 161, 3, 0.3);
    color: var(--bs-primary);
}

.booking .bg-light-danger {
    background-color: rgba(220, 53, 69, 0.3);
    color: var(--bs-danger);
}

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

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

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

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

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

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

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

.fs-18 {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320))) !important;
}


.address p {
    font-size: 13px;
}

.address-container {
    max-height: 400px;
    overflow-y: auto;
}

.payment-image {
    width: 32px;
    height: 32px;
}

.booking-detail .service-image {
    width: 250px;
    height: 180px;
}

.booking-detail h5 {
    font-weight: 500;
}

.booking-detail p {
    font-size: 15px;
    color: #757575;
}

/* profile css */
/* tracking-bar-start */
.progress-barrr {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
}

.progress-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.progress-step:before,
.progress-step:after {
    background-color: var(--bs-primary);
    content: "";
    height: 2px;
    position: absolute;
    z-index: -1;
    top: 15px;
}

.progress-step:after {
    left: 50%;
    width: 100%;
}

.progress-step:last-of-type.is-active:after {
    background-color: var(--bs-primary);
}

.progress-step:last-of-type:after {
    left: 50%;
    width: 50%;
}

.progress-step .step-count {
    background-color: #fff;
    height: 35px;
    width: 35px;
    margin: 0 auto;
    border-radius: 50%;
    color: var(--bs-primary);
    line-height: 35px;
    z-index: 100;
    border: 1px solid var(--bs-primary);
    font-size: 1rem;
    font-weight: 500;
}

.progress-step .step-count {
    border-radius: 50%;
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.progress-step.is-active~.progress-step:not(.is-active) .step-count {
    background-color: #fff;
    height: 35px;
    width: 35px;
    margin: 0 auto;
    border-radius: 50%;
    color: gray;
    line-height: 35px;
    z-index: 100;
    border: 1px solid gray;
    font-size: 1rem;
    font-weight: 500;
}

.progress-step.is-active .step-description {
    font-weight: 500;
}

.progress-step.is-active:after {
    background-color: gray;
}

.progress-step.is-active~.progress-step .step-count {
    background-color: #fff;
}

.progress-step.is-active~.progress-step:after {
    background-color: gray;
}

.step-description {
    font-size: 0.8rem;
}

@media screen and (min-width: 640px) {
    .progress-step:first-of-type:before {
        right: 50%;
        width: 50%;
    }
}

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

    .progress-step:first-of-type:before,
    .progress-step:last-of-type:after {
        display: none !important;
    }
}

/* tracking-bar-end */
/* Promocode model */

#promocodemodal .coupon .right-side {
    border-left: 1px dashed #ddd;
    width: 30% !important;
}

#promocodemodal .coupon .right-side.rtl {
    border-left: none;
    border-right: 1px dashed #ddd;
    width: 30% !important;
}

#promocodemodal .coupon .right-side .info::after,
#promocodemodal .coupon .right-side .info::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 100%;
}

#promocodemodal .coupon .right-side .info::before {
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

#promocodemodal .coupon .right-side .info::after {
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

/* Promocode model */

/* footer section */
.footer-section .footer-text {
    font-size: 15px;
}

.footer-section .a {
    color: black !important;
}

.footer-section .footer-icon {
    width: 145px;
    height: 53px;
}

.footer-section .footer-line {
    border-top: 1px solid var(--bs-primary);
    text-align: center;
    vertical-align: middle;
}

.footer-widget {
    height: 100%;
    padding: 15px 0;
    border-style: dashed;
    border-color: #e5e5e5;
    border-radius: 8px;
    transition: 0.3s;
}

.footer-widget .widget-wrapper .widget-icon {
    transition: 0.3s;
    padding: 0 1rem;
}

.footer-widget:hover {
    border-color: var(--bs-primary);
}

/* footer section css */
/* booking success page css */
.order-success-img img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.order-main-sec {
    display: flex;
    justify-content: center;
    text-align: center;
}

.shop-btn {
    border: none;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: var(--theme-two-primary);
    margin-bottom: 25px;
}

.copy-btn {
    background: var(--theme-two-primary);
    color: #fff;
    border-radius: 0%;
    border: none;
    padding: 10px;
}

.order-title {
    transform-origin: 0;
    font-size: 40px;
    font-weight: 700;
}

.order-btn {
    border: 1px solid var(--bs-primary);
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    color: var(--bs-primary);
    margin-bottom: 25px;
}

.copy-btn {
    background: #000;
    color: #fff;
    border-radius: 0%;
    border: none;
    padding: 10px;
}

.shop-btn {
    border: none;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: var(--bs-primary);
    margin-bottom: 25px;
}

.pointer {
    cursor: pointer;
}

/*  */
.close-modal {
    background: none;
    border: none;
}

.close-modal .modal-body .hidden-xs {
    color: #fff;
    font-size: 30px;
    animation: jump 1s linear alternate infinite;
}

.input-border-radious {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.button-border-radious {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.breadcrumb-item-left::before {
    float: left !important;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb-item-right::before {
    float: right !important;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
}

.dashboard-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: papayawhip; */
    height: 100%;
}

.contact-icon {
    width: 2.7rem;
    height: 2.7rem;
    background-color: var(--bs-primary);
    border-radius: 50%;
    text-align: center;
    color: white;
}

.dashboard-card .contact-icon i {
    font-size: 16px;
    margin-top: 12px;
}

.box-shadow {
    box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);
}

.new-shadow {
    box-shadow: 0px 10px 20px 0px rgba(76, 76, 76, 0.1);
}

.footer-description {
    text-align: justify;
}

.category-text-size {
    font-size: 15px;
    color: var(--bs-primary);
}

/*category card hover */
.category-slide .owl-item .card-hover:hover {
    transform: translateY(-12px);
}

.category-slide .owl-item .card-hover {
    transition: all .3s;
    transform: translateY(0px);
}

.close-alert {
    color: white;
    background-color: red;
    border-radius: 0;
    height: 60px;
    position: sticky;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    text-align: center;
}

.address-left {
    text-align: end;
}

.cms-section img {
    text-align: center;
}

.cms-section p {
    text-align: justify;
}

.user-sidebar {
    background-color: var(--bs-white);
    border-radius: 0.375rem;
    padding: 1.5rem;
    border: 1px solid #dedede;
    width: -webkit-fill-available;
}

.user-sidebar .active,
.user-sidebar li a:hover {
    background-color: #f5f5f5;
    color: var(--bs-primary);
}

.user-sidebar li a {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    border-radius: 8px;
    color: var(--viola_black);
}

.order-status-card {
    color: var(--viola_black);
    border: 1px solid #dedede;
    padding: 1rem;
    border-radius: 0.375rem;
    display: flex;
}

.order-status-card .icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.bg-light-warning {
    background-color: rgba(255, 193, 7, .3);
    color: var(--bs-warning);
}

.order-status-card .icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.bg-light-green {
    background-color: rgba(3, 161, 3, .3);
    color: var(--green);
}

.order-status-card .icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.bg-light-danger {
    background-color: rgba(220, 53, 69, .3);
    color: var(--bs-danger);
}

.hw-50 {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
}

.order-status-card:hover {
    color: black;
}

.user-dropdown {
    position: absolute;
    bottom: 0;
}

.user-dropdown .btn-group {
    display: flex;
    flex-direction: column-reverse;
}

.user-profile {
    width: 30px;
    height: 30px;
    border: 1px solid var(--bs-primary);
}

.user-sidebar {
    background-color: var(--bs-white);
    border-radius: 0.375rem;
    padding: 1.5rem;
    border: 1px solid #dedede;
    width: -webkit-fill-available;
}


.user-sidebar .active,
.user-sidebar li a:hover {
    background-color: var(--bs-primary-rgb);
    color: var(--bs-primary);
}

.user-sidebar li a {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    border-radius: 8px;
    color: var(--viola_black);
}

.order-status-card {
    color: var(--viola_black);
    border: 1px solid #dedede;
    padding: 1rem;
    border-radius: 0.375rem;
    display: flex;
}

.order-status-card .icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.bg-light-warning {
    background-color: rgba(255, 193, 7, .3);
    color: var(--bs-warning);
}

.order-status-card .icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.bg-light-green {
    background-color: rgba(3, 161, 3, .3);
    color: var(--green);
}

.order-status-card .icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.bg-light-danger {
    background-color: rgba(220, 53, 69, .3);
    color: var(--bs-danger);
}

.hw-50 {
    width: 50px;
    height: 50px;
}

.order-status-card:hover {
    color: black;
}

.user-dropdown {
    position: absolute;
    bottom: 0;
}

.user-dropdown .btn-group {
    display: flex;
    flex-direction: column-reverse;
}


/*===== new-theme-5-content  =====*/

.owl-stage-outer {
    overflow: hidden;
    direction: ltr;
}

.sl-appointment-time-holder {
    height: 350px !important;
}

.sl-appointment-time-holder::-webkit-scrollbar {
    width: 5px;
    background-color: white;
}

.sl-appointment-time-holder::-webkit-scrollbar-thumb {
    width: 5px;
    height: 2px;
    background: var(--bs-primary);
}


/* boostrape tooltip font size */
.tooltip-inner {
    font-size: 12px;
}

/* START TOOLTIP top STYLES */
[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-weight: 200;
    font-size: 12px;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: rgb(31, 31, 31);
    color: #fff;
    z-index: 1000;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

/* ==================== toltip end =========== */


/*--------- extra css dev ---------*/
.sub-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: lightgray;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------- extra css dev ---------*/

.search-btn-rtl .btn {
    width: 100%;
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary) !important;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    padding: 15px 15px;
    width: auto;
    position: absolute;
    top: 7px;
    left: 5px;
}

/*--- lag-btn ---*/

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

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



/*  EXTAR CSS KISHOR START */


/* mobile-language-dropdown-button-end */
/*  EXTAR CSS KISHOR END */

.staff-checked input[type="radio"]:checked~label {
    border: 1px solid var(--bs-primary) !important;
}

.payment-checked input[type="radio"]:checked~label {
    border: 1px solid var(--bs-primary) !important;
}

.js-cookie-consent {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    border-radius: 1rem;
    text-align: center;
    z-index: 9999999999;
    background-color: #fff;
}


.max-w-7xl {
    max-width: 400px;
}

.js-cookie-consent-agree {
    color: #fff !important;
    background-color: var(--bs-primary) !important;
    border: 1px solid var(--bs-primary) !important;
}

/* .js-cookie-consent-agree:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
} */
/*===================== New update css theme-1 =====================*/

.navbar-nav .nav-item .nav-link {
    position: relative;
    /* padding: 8px 11px; */
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-nav .nav-item .active::before {
    content: ".";
    width: auto;
    height: 5px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 35px;
}

.user-dropdown-menu {
    margin-top: 11px !important;
    border: 0px;
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important;
    --bs-position: end;
}



.btn-group {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    justify-content: center;
    color: var(--bs-primary);
    align-items: center;
    border: 1px solid var(--bs-primary);
}

.language-dropdown-image {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.user-dropdown-menu li a {
    display: flex;
    align-items: center;
}

.language-items-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0px;
}

.language-items p {
    padding: 6px;
    font-weight: 400;
    color: #697a8d;
    margin: 0px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-primary) !important;
    background-color: var(--bs-primary-rgb);
    border-radius: 0.5rem;
}

.day-night .dropdown-toggle::after {
    display: none !important;
}

.min-w-auto {
    min-width: auto !important;
}

.day-night .btn-check:active+.btn,
.day-night .btn-check:checked+.btn,
.day-night .btn.active,
.day-night .btn.show,
.day-night .btn:active {
    color: var(--bs-primary) !important;
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

/* .dropdown-menu {
    padding: 10px 10px;
    z-index: 1100 !important;
    box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1) !important;
    border: none !important;
    top: 100%;
} */

.dropdown-toggle::after {
    display: none;
}

/*=========================== home banner ===========================*/
.z-index-9 {
    z-index: 7 !important;
}

.bg-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    --bs-bg-opacity: .8;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.home-banner .home-subtitle {
    font-size: calc(28px + (46 - 28) * ((100vw - 320px) / (1920 - 320)));
    transition: 0.5s ease;
}

.bg-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.home-banner form .form-control-lg,
.subscription-popup form .form-control-lg {
    padding: 12px 50px;
    transition: 0.5s ease;
}

.py-lg-9 {
    padding-top: 11rem;
    padding-bottom: 11rem;
}

.btn-submit {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s ease;
    letter-spacing: 0.5px;
    min-width: fit-content;
}

.card-carousel10,
.card-carousel {
    overflow: hidden;
}

.card-carousel10 .owl-nav .owl-prev,
.card-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) !important;
    border-radius: 50%;
    font-size: 14px !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    margin: 0px;
}

.card-carousel10 .owl-nav .owl-next,
.card-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 0%;
    font-size: 14px !important;
    text-align: center !important;
    transform: translateY(-50%) !important;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    margin: 0px;
}

.card-carousel10 .owl-nav .owl-next:active,
.card-carousel10 .owl-nav .owl-next:hover,
.card-carousel10 .owl-nav .owl-prev:active,
.card-carousel10 .owl-nav .owl-prev:hover {
    width: 35px;
    height: 35px;
    font-size: 14px !important;
    text-align: center !important;
    background: #000000 !important;
    color: #fff !important;
    border-radius: 50%;
    margin: 0px;
}


/*--------------------- category section ---------------------*/

.icon-xl {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.icon-xxl {
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-mode {
    background: #fff !important;
}

.category-carousel .owl-nav .owl-next,
.category-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    font-size: 14px !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    border-radius: 50%;
    margin: 0px;
}

.category-carousel .owl-nav .owl-next:active,
.category-carousel .owl-nav .owl-next:hover,
.category-carousel .owl-nav .owl-prev:active,
.category-carousel .owl-nav .owl-prev:hover {
    width: 35px;
    height: 35px;
    font-size: 14px !important;
    text-align: center !important;
    background: #000000 !important;
    color: #fff !important;
    border-radius: 50%;
    margin: 0px;
}

.category-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) !important;
}

.category-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%) !important;
}


/*=================== blog section ===================*/

/*=================== testimonial section ===================*/
.avatar {
    height: 60px !important;
    width: 60px !important;
    position: relative;
    display: inline-block !important;
}

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

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-lg {
    height: 4rem;
    width: 4rem;
}

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

.avatar-group {
    padding: 0;
    display: flex;
}

.avatar-group>li {
    margin-left: -0.8rem;
}

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

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


/*=================== faq section start ===================*/

.faq .accordion.accordion-icon .accordion-header .accordion-button {
    /* background: transparent; */
    font-size: 16px;
    border: none;
    padding-right: 2rem;
}

.faq .accordion.accordion-icon .accordion-body {
    font-size: 14px;
}

.faq .accordion.accordion-bg-light .accordion-button {
    /* background-color: var(--bs-light) !important; */
    color: var(--bs-gray-900) !important;
}

.faq .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq .accordion.accordion-icon .accordion-header .accordion-button:before {
    content: "";
    background: var(--bs-gray-800) !important;
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    top: 47%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    transform: rotateZ(0deg);
    z-index: 8;
}

.faq .accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=false]:after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.faq .accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=true]:before {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.faq .accordion.accordion-icon .accordion-header .accordion-button:after {
    content: " ";
    background: var(--bs-gray-800) !important;
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    top: 47%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    transform: rotateZ(0deg);
    z-index: 8;
}

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

/*=================== Why choose section ===================*/

.theme-8 .why-choose {
    padding: 90px 0;
}

.testimonial h2,
.why-choose h2 {
    font-size: 48px;
    transition: 0.5s ease;
}

.z-1 {
    z-index: 1;
}

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

.fill-gray {
    fill: lightgray !important;
}

.mb-n5 {
    margin-bottom: -2.5rem !important;
}

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

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}

.icon-sm {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1.2rem;
}

/*=================== gallery section ===================*/

#gallery img {
    height: 380px !important;
    object-fit: cover;
    object-position: center;
}

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

.z-index-n1 {
    z-index: -1 !important;
}

.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 16px;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}


/*=================== footer-widget section ===================*/

.footer-widget .widget-wrapper .widget-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*=================== footer section ===================*/

.footer-section .links a,
.footer-section small,
.copyright-text {
    --bs-text-opacity: 1;
    color: lightgray !important;
}

.footer-section .links a:hover {
    color: var(--bs-primary) !important;
}

.h-30px {
    height: 30px !important;
}

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

.fb:hover .fb i {
    color: white !important;
}

/*=================== back-top btn ===================*/

.back-top.back-top-show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}

.back-top {
    cursor: pointer;
    position: fixed !important;
    bottom: 30px;
    right: 30px;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease-in-out;
    background: var(--bs-primary);
    color: #fff;
    border-radius: 10%;
    width: calc(45px + (52 - 45) * ((100vw - 320px) / (1920 - 320)));
    height: calc(45px + (52 - 45) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=============== back-top-rtl ===============*/

.back-top-rtl {
    right: 82% !important;
}


/*====================== contact section ======================*/
.cp {
    cursor: pointer;
}

.bg-lights {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-lights-rgb), var(--bs-bg-opacity)) !important;
}

.ls-5 {
    letter-spacing: 0.5px;
}

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


.mt-7 {
    margin-top: 3rem !important;
}

.mt-6 {
    margin-top: 3.5rem !important;
}

/*------- breadcrumb css -------*/
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "•") !important;
    font-size: 22px;
    line-height: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

/*------- breadcrumb css -------*/


/*============= contact-us =============*/
.section-title {
    font-size: 2.5rem;
    transition: 0.5s ease;
}

.contact-us .contact-subtitle {
    font-size: 19px;
    font-weight: 400;
}

.contact-us .card p {
    font-size: 15px;
}

/*=========== blog-details ===========*/


.blog-section .blog-details-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    transition: 0.5s ease;
}

.mt-md-n8 {
    margin-top: -8rem !important;
}

.mt-sm-n7 {
    margin-top: -4rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}

.mt-n4 {
    margin-top: -1.6rem;
}

.mt-n6 {
    margin-top: -5rem !important;
}

.blog-description-first::first-letter {
    font-size: 400%;
    font-weight: bold;
    color: #fff;
    float: left;
    line-height: 1;
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    background-color: var(--bs-primary) !important;
    border-radius: 5px;
    padding: 0px 5px;
}


/*---------- servicelist ----------*/

.btn-primary-rgb,
.btn-primary-rgb:hover,
.btn-primary-rgb:focus {
    background-color: var(--bs-primary-rgb) !important;
    border: none;
    color: var(--bs-primary) !important;
}

.btn-secondary-rgb,
.btn-secondary-rgb:hover,
.btn-secondary-rgb:focus {
    background-color: var(--bs-secondary-rgb) !important;
    border: none;
    color: var(--bs-secondary) !important;
}

.btn-border,
.btn-border:hover,
.btn-border:focus {
    background-color: transparent !important;
    border: 1px solid var(--bs-secondary) !important;
    color: var(--bs-secondary) !important;
    padding: 10px 30px;
}

/*---------- my booking ----------*/
.nav-tabs .nav-link {
    background: transparent;
    border: transparent;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    padding: 0.6rem 0.75rem;
    white-space: nowrap;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: none;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-primary);
    border: none;
    border-bottom: 3px solid var(--bs-primary);
}

.table>tbody {
    vertical-align: middle;
}

/*----------- deleteprofile -----------*/
.deleteprofile ol li {
    list-style-type: circle;
}

.deleteprofile .card .card-body {
    font-size: 15px;
}

.deleteprofile .btn-danger-soft {
    color: #d6293e;
    background-color: rgba(214, 41, 62, 0.1);
    font-weight: 500;
}

.deleteprofile .btn-danger-soft:hover,
.deleteprofile .btn-danger-soft:focus,
.deleteprofile .btn-danger:hover {
    color: #fff !important;
    background-color: #d6293e !important;
    border-color: #d6293e !important;
}

/* .login-btn {
    width: 40px;
    height: 39px;
    padding: 1px !important;
}

.login-btn:hover {
    background-color: #fff !important;
} */



/*------------------ service view ------------------*/
.service-view-sec #services-view .item {
    transition: all 0.5s ease;
}

.service-view-sec #services-view .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    z-index: 8;
    text-align: center;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: none;
    margin: 0 10px;

}

.service-view-sec #services-view .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
}

.service-view-sec #services-view .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
}

.service-view-sec .btn-white,
.service-detail .btn-white {
    background: #fff;
    color: #0b0a12;
}

.service-view-sec .btn-white.active,
.service-view-sec .btn-white:hover,
.service-detail .btn-white:hover {
    background: #dfdfe3;
    color: #0b0a12;
    border-color: #dfdfe3;
}

/*=========== Need Help ===========*/
.list-group-borderless .list-group-item {
    border: none !important;
    padding: 0.425rem 0;
    background-color: transparent;
}

.service-view-sec .list-group-item+.list-group-item {
    border: none !important;
    padding: 0.425rem 0;
}

.need_help ul li span {
    line-height: 25px;
}

/*====== Customer Review ======*/
.progress.progress-sm {
    height: 5px;
}

.progress .progress-bar {
    position: relative;
    overflow: visible;
    border-radius: 0.5rem;
}

.bg-opacity-15 {
    --bs-bg-opacity: 0.15;
}

.icon-md {
    width: auto;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    font-size: 0.8rem;
}



/*-------------- app-downlode --------------*/

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

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

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

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

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

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

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

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

.h-30px {
    height: 30px !important;
}

.h-50px {
    height: 50px !important;
}

.h-400px {
    width: 400px !important;
    object-fit: cover;
}

.h-500px {
    height: 500px !important;
}

.h-700px {
    height: 700px !important;
}

.app-title {
    font-size: 32px;
}

.object-fit-cover {
    object-fit: cover;
    object-position: center;
}

/*-------- service section --------*/

.badges {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

/* .badge {
    width: 30px;
    height: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
} */

.badges-2 {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.badge a:hover {
    background-color: var(--bs-danger-rgb) !important;
    color: white !important;
}

.service-div .card .img-over:hover img,
.service-view-sec .related-pro .card:hover img,
.servicelist .card:hover img {
    transform: scale(1.03);
    transition: all 0.5s ease;
    cursor: pointer;
}

/*========== theme-5 card hover css ==========*/

.service-div .theme-5-card:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

/*========== theme-5 card hover css ==========*/

/* service detail */

.service-detail .service-title {
    font-weight: 700;
    font-size: 40px;
    transition: 0.5s ease;
}

.service-detail .btn-danger:hover,
.service-detail .btn-danger:focus {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
    color: #fff !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.servicelist .nav-pills .nav-item {
    background-color: var(--bs-gray-200);
    color: var(--bs-white);
}

.servicelist .filter .dropdown-toggle::after {
    margin: 0px 0px 0px 50px !important;
}

.servicelist .filter .dropdown-menu {
    border: 1px solid var(--bs-primary) !important;
}

/*---------- banner-section-2 ----------*/
.banner-section-2 .carousel .carousel-item a::before {
    content: " ";
    --bs-bg-opacity: .5;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-section-2 .carousel-item img {
    /* height: 580px; */
    object-fit: cover;
}

.wizzard .wizzard-inner ul .new-line {
    display: contents;
}

.wizzard .wizzard-inner ul .new-line::after,
.wizzard .wizzard-inner ul .new-line::before {
    content: '';
    flex: 1;
    border-bottom: 3px solid lightgray;
    margin: auto 0.25rem;
}

/*---------- subscription popup ----------*/
.subscription .subscribe-title,
.subscription-popup .subscribe-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    transition: .5s ease;
}

.subscription p,
.subscription-popup p {
    transition: .5s ease;
}

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

.new-banner {
    padding-top: 3.5rem;
    padding-bottom: 2.8rem;
}

.py-lg-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.dive {
    display: grid;
    place-items: center;
    height: 100vh;
}

.btn-whatsaap,
.btn-whatsaap:hover,
.btn-whatsaap:focus {
    background-color: #25D366 !important;
    color: #fff !important;
    border-color: #25D366 !important;
}

.btn-telegram,
.btn-telegram:hover,
.btn-telegram:focus {
    background-color: #2AABEE !important;
    color: #fff !important;
    border-color: #2AABEE !important;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus {
    background-color: #dc3545 !important;
    color: #fff !important;
    border-color: #dc3545 !important;
}

.btn-home,
.btn-home:hover,
.btn-home:focus {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    border-color: var(--bs-primary) !important;
}

.btn-share,
.btn-share:hover,
.btn-share:focus {
    background-color: #dfdfe3 !important;
    color: #000 !important;
    border-color: #dfdfe3 !important;
}

.end-10 {
    right: 10%;
}

.start-10 {
    left: 10%;
    right: auto;
}

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

.h-70px {
    height: 90px !important;
    width: 90px !important;
    object-fit: cover;
    object-position: center;
    transition: 0.5s all ease;
}

.h-110px {
    height: 110px !important;
    width: 110px !important;
    object-fit: cover;
    object-position: center;
    transition: 0.5s all ease;
}


.h-100px {
    height: 100px;
    width: 120px;
    object-fit: cover;
    object-position: center;
    transition: 0.5s all ease;
}

.top-category .card img:hover,
.top-product .card img:hover {
    transform: scale(1.1);
}

/*=========== listing-view ===========*/
.listing-severice .card .listing-img img {
    height: 200px;
    width: 200px;
}

.listing-severice .card:hover img {
    transform: scale(1.03);
    transition: all 0.5s ease;
}

.listing-severice .card .card-text h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.listing-severice .my-cart-categories {
    max-width: 100%;
    flex-direction: row;
}

.listing-severice .my-cart-categories img {
    width: 135px;
    height: 135px;
    margin: auto;
    object-fit: cover;
}

.test-img {
    width: 135px;
    height: 135px !important;
}

.test-img img {
    width: 135px;
    height: 135px !important;
}

.listing-severice .title {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: var(--font-family);
}

/*=========== listing-view ===========*/

/*=========== img zoom css ===========*/

.card.card-element-hover:hover .hover-element {
    visibility: visible;
    opacity: 1;
}

.card.card-element-hover .hover-element {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 8;
}

.lh-1 {
    line-height: 1 !important;
}

.card-overlay-hover:hover:before {
    opacity: 0.5;
}

.card-overlay-hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: #0b0a12;
    display: block;
}

/*=========== img zoom css ===========*/


/*======== theme-2 ========*/

.home-banner .banner-content h1,
.home-banner .banner-content-rtl h1 {
    font-size: 50px;
    transition: 0.5s ease;
}

.display {
    display: -webkit-inline-box !important;
}

.u-image-1 {
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    margin: 30px auto 30px 0px;
}

.u-image-1-rtl {
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    margin: 30px 0px 30px auto;
}

.u-icon-1 {
    width: 64px;
    height: 64px;
    margin: 0 auto 0 0;
    display: inline-flex;
}

.u-icon-1 img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.py-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.home-banner-3 .home-subtitle {
    font-size: 50px;
    transition: 0.5s ease;
}


/* theme-3 */

.img-3 {
    height: 300px;
    object-fit: cover;
}

.quote-icon:before,
.quote-icon:after {
    content: '';
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    background: var(--bs-primary);
}

.quote-icon:before {
    top: -40%;
    right: -22%;
    opacity: 0.2;
}

.quote-icon:after {
    top: -40%;
    right: -25%;
    z-index: 1;
}

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

.text-truncate1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.round-top {
    border-radius: 300px 300px 0px 0px;
}

.home-banner-3 {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, var(--bs-primary) 100%);
}

.pt-100 {
    padding-top: 100px;
}

.right-shadow {
    box-shadow: 15px 0px 0px #000;
}

.left-shadow {
    box-shadow: -15px 0px 0px #000;
}

/*============ theme-4 ============*/

.text-bg-white {
    color: #000 !important;
    background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}

.img-h {
    height: 300px !important;
}

#Testimonial4 .owl-nav button {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#Testimonial4 .owl-nav button:hover {
    color: #000;
}

.top-category .top-cate .card:hover img {
    transform: scale(1.03);
    transition: all 0.5s ease;
}

/*========= theme-5 =========*/

.theme-5 .home-subtitle {
    line-height: 80px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 50px;
}

/*======== category ========*/

.category .theme-5 .card ::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, transparent 50%, #17161A 100%);
    transition: height 150ms linear;
    will-change: height;
    z-index: -1;
}

#category-carousel .owl-nav .owl-prev,
#testimonial10 .owl-nav .owl-prev,
.cat-15-slider .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 0%;
    font-size: 14px !important;
    text-align: center !important;
    transform: translateY(-50%) !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.705) !important;
    color: #000000 !important;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    margin: 0px;
}

#category-carousel .owl-nav .owl-next,
#testimonial10 .owl-nav .owl-next,
.cat-15-slider .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 0%;
    font-size: 14px !important;
    text-align: center !important;
    transform: translateY(-50%) !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.736) !important;
    color: #000000 !important;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    margin: 0px;
}

#category-carousel .owl-nav .owl-next:active,
#category-carousel .owl-nav .owl-next:hover,
#category-carousel .owl-nav .owl-prev:active,
#category-carousel .owl-nav .owl-prev:hover,
#testimonial10 .owl-nav .owl-next:active,
#testimonial10 .owl-nav .owl-next:hover,
#testimonial10 .owl-nav .owl-prev:active,
#testimonial10 .owl-nav .owl-prev:hover,
.cat-15-slider .owl-nav .owl-next:active,
.cat-15-slider .owl-nav .owl-next:hover,
.cat-15-slider .owl-nav .owl-prev:active,
.cat-15-slider .owl-nav .owl-prev:hover {
    width: 35px;
    height: 35px;
    font-size: 14px !important;
    text-align: center !important;
    background: #ffffff !important;
    color: #000000 !important;
    border-radius: 50%;
    margin: 0px;
}

/*======== service-div ========*/
.img-h4 {
    height: 400px !important;
}

.pro-shadow::before,
.blog-shadow::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, transparent 0%, #17161A 70%);
    transition: height 150ms linear;
    will-change: height;
    z-index: 1;
}

/*======== testimonial ========*/
.client-img {
    display: flex;
    align-items: center;
}

.mobile-img5 {
    position: relative;
    z-index: 1;
}

.mobile-img5 .mobile-img {
    width: 420px;
}

.filter {
    filter: grayscale(1);
}

.pt-8 {
    padding-top: 5rem !important;
}

@keyframes rotateme-up {
    0% {
        transform: rotate(360deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

/* pwa css */
.install-app-btn-container {
    display: none;
}

.install-app-div {
    display: none;
}

.install-app-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}

.pwa-close-btn {
    width: 35px;
    height: 35px;
    box-shadow: 0px 3px 10px 1px rgb(0 0 0 / 10%);
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_drop_down {
    background-color: #fff;
    text-align: center;
    bottom: -100vh;
    left: 0;
    height: auto;
    width: 100vw;
    position: fixed;
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    color: #121212;
}

.mobile_drop_down li {
    line-height: 30px
}

.mobile-icon {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-primary);
    background-color: var(--bs-secondary);
}

.mobile_drop_down a {
    color: #204056;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.mobile_drop_down h5 {
    text-align: start;
    margin: 0px;
    font-size: 16px;
}

.mobile_drop_down p {
    text-align: start;
    margin: 0px;
    font-size: 16px;
}



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

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


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

/* share css */
div#social-links ul li a .fa-facebook-square {
    color: #3b5998;
}

div#social-links ul li a .fa-twitter {
    color: #00acee;
}

div#social-links ul li a .fa-linkedin {
    color: #0072b1;
}

div#social-links ul li a .fa-telegram {
    color: #0088cc;
}

div#social-links ul li a .fa-whatsapp {
    color: #25D366;
}

div#social-links ul li a .fa-reddit {
    color: #FF4500;
}


.service-active,
.service-active:hover {
    background-color: #000 !important;
    color: white !important;
}

#testimonial2 .owl-stage-outer .owl-stage {
    display: flex !important;
    height: 100% !important;
}

/* The Loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}

.no-js #loader-wrapper {
    display: none;
}

#loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--bs-primary);
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #03112b;
    -webkit-animation: spin-reverse 0.6s linear infinite;
    animation: spin-reverse 0.6s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--bs-primary);
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;

}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

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

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 8;
    /* #222 */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

/* pre-loader css */

/* Book now loader */
.load {
    width: 20px;
    height: 20px;
    border: 2px solid var(--bs-secondary);
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

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

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

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

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* book now loader end */
#social-links {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 7px;
    z-index: 8;
}

#social-links ul {
    text-align: center;
}

/* New login form */
/* New login form  start */
.login-page-img {
    width: 100%;
}

.login-form-bg-color {
    background-color: white;
}

.login-form-bottom-icon {
    gap: 5px;
}

.login-with-bottom-title {
    font-family: var(--bs-body-font-family);
    font-weight: 500;
}

.icon-btn-facebook {
    background-color: #3d5a9e !important;
    border: none !important;
}

.icon-btn-twitter {
    background-color: #1ba1f4 !important;
    border: none !important;
}

.icon-btn-google {
    background-color: #d82433 !important;
    border: none !important;
}

.dropdown-hover a:hover {
    background-color: white !important;
}

.login-imag {
    height: 50px;
}

.or_section {
    display: flex;
    align-items: center;
}

.line {
    flex: 1;
    border-bottom: 1px solid #85878a;
}

.btn-light {
    background: #f5f5f6;
    border-color: #f5f5f6;
    color: #0b0a12;
    letter-spacing: 0.5px;
    width: 100%;
    padding: 12px 0px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s ease;
}

.login .form-label,
.forget-password .form-label,
.register .form-label,
.login-title p,
.forget-password-title p,
.register-title p {
    font-size: 15px;
    font-weight: 400;
}

/* New login form  End */


.pst {
    font-size: 16px;
}

.w-40 {
    width: 40px;
}

/*============ banner-section-2 rtl css start ============*/


.carousel.rtl {
    direction: rtl;
}

/*============ banner-section-2 rtl css end ============*/



.btn-social {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff !important;
    font-size: 20px;
}

.theme-3-title {
    font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
}

/*=============== mobile menu footer ===============*/
.mobile-menu-footer {
    width: 100%;
    background-color: #ffff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: none;
    box-shadow: 0px 0px 16px 0px #4444;
}


/* mobile-menu-footer */
.mobile-menu-footer ul {
    display: flex;
    align-items: center;
}

.mobile-menu-footer ul li {
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 10px;
    transition: .5s all ease-in-out;
}

.mobile-menu-footer ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    color: #262834;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 12px;
}

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

.mobile-menu-footer ul li span {
    transition: .5s all ease;
}

/*------- mobile menu footer active -------*/
.mobile-menu-footer ul .mobile-active {
    color: var(--primary-color-hover) !important;
    font-weight: 600;
    position: relative;
}

.mobile-menu-footer ul .mobile-active i {
    font-weight: 800;
    color: #fff;
}

.mobile-menu-footer ul .mobile-active span {
    padding-top: 6px;
    font-weight: 700;
}

.mobile-menu-footer ul .mobile-active::before {
    content: " ";
    width: 40px;
    height: 40px;
    transition: all 0.4s;
    background-color: var(--bs-primary);
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    z-index: -1;
}

.mobile-menu-footer .mobile-cart-count {
    text-align: center;
    background-color: red;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 22px;
    position: absolute;
    top: 0px;
    right: -10px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----- selectpicker -----*/
.btn.dropdown-toggle {
    background-color: #fff !important;
    padding: 6px 12px;
    border: 1px solid #ced4da;
    font-weight: 400;
    font-size: 14px;
    color: #212529 !important;
    margin-bottom: 0px;
}

/* 
.dropdown-menu .dropdown-item {
    color: #000 !important;
} */

/*-------- whatsapp chat --------*/

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

.wrapper_ltr {
    position: fixed;
    right: 33px;
    bottom: 80px;
    width: 295px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
    z-index: 9999999999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

#check:checked~.wrapper_ltr {
    opacity: 1;
    visibility: visible;
}

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

.btn-whatsapp,
.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background-color: var(--bs-primary) !important;
    color: #fff;
}

.form-control:focus {
    box-shadow: 0 0 0 transparent !important;
}

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

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

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

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

.form-control,
.form-select {
    font-size: 14px;
}

.whatsapp_icon_ltr {
    position: fixed !important;
    bottom: 40px !important;
    right: 70px !important;
    z-index: 98;
}

.whatsapp_icon_rtl {
    position: fixed !important;
    bottom: 40px !important;
    left: 70px !important;
    z-index: 98;
}

.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: 18px;
    color: #fff !important
}


#check:checked~.wrapper {
    opacity: 1;
    visibility: visible;
}

#check:checked~.wrapper_rtl {
    opacity: 1;
    visibility: visible;
}

.msg_header {
    padding: 1rem;
    background-color: #075E54;
    color: #fff;
}

.msg_header h6 {
    margin: 0px;
    font-size: 16px;
}

.chat-form {
    padding: 15px
}

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

.chat-form textarea {
    resize: none;
    height: 70px;
}

.chat-form textarea:focus {
    border: 1px solid #dee2e6;
}

#check {
    display: none !important;
}

.service-cardtitle {
    font-size: 16px;
}


/* ====== line-1 jenish ====== */
.line-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


body::-webkit-scrollbar {
    width: 3px;
}

/* ========= theme-6 start ========= */

.mt-90 {
    margin-top: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.service-6 {
    height: 120px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s all ease;
}

.hw-32px {
    height: 32px;
    width: 32px;
}

/* service */
.service-div.theme-6 .card-footer {
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
}

/* ========= theme-7 start ========= */
.secondary-line-bottom {
    height: 3px;
    width: 40px;
    border-radius: 5px;
}

.primary-line-bottom {
    height: 3px;
    width: 40px;
    border-radius: 5px;
}

.service-div.theme-7 .card-img-top {
    height: 170px;
    object-fit: cover;
    transition: 0.5s ease;
}

.theme-7.service-div .card-body .card-text {
    height: 122px;
}


/* theme-7 blog */

.theme-7.blog-secction .img-overlay .blog-img {
    height: 300px;
    width: 100%;
}

.theme-7.blog-secction .card .card-body {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all .3s ease-in;
    background-color: #fff;
}

.theme-7.blog-secction .card:hover .card-body {
    opacity: 1;
    transition: all .3s ease-in;
}


/* -------- banner-1 start -------- */
.banner-image-7,
.banner-image-9 {
    height: 600px;
    object-fit: cover;
}

.banner-small-img {
    height: 288px;
    object-fit: cover;
}

/* ---------- theme-8 start ---------- */
.home-banner-8 {
    background-color: #F6F6F8;
    padding: 140px 0 140px;
}

.ribbonRotate {
    position: absolute;
    right: 100%;
    top: 2%;
    z-index: 0;
    max-width: 100px;
}

.ribbonRotate.rtl {
    left: 100%;
    right: unset;
}


.ribbonRotate {
    -webkit-animation-name: ribbonRotate;
    animation-name: ribbonRotate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes ribbonRotate {

    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

.cat-hand img {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 17%;
    max-width: 123px;
}

.cat-hand img.rtl {
    position: absolute;
    z-index: 0;
    left: 0;
    top: -40%;
    max-width: 123px;
}

.services__shape .shape-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.image_shape {
    mask-image: url(../images/h3_testimonial_author.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    margin: 0 auto;
}

.services__item:hover .services__shape .shape-one svg {
    stroke: #CEC4CE;
}

.services__shape .shape-one svg {
    width: 100%;
    height: 100%;
    color: #f5f5f5;
    overflow: visible;
    display: block;
    position: absolute;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    stroke-width: 1px;
    stroke: transparent;
}

.services__shape .shape-two {
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    z-index: -1;
}

.services__shape .shape-two svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    color: var(--bs-secondary);
    display: block;
    position: absolute;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

/* =========== Category start =========== */

.category__shape-wrap .ribbonRotate {
    position: absolute;
    left: 5%;
    right: unset;
    bottom: 15% !important;
    top: unset;
    z-index: -2;
}

.category__shape-wrap .cat-hand2 {
    position: absolute;
    top: 16%;
    right: 0%;
    z-index: -2;
}

.category__shape-wrap .cat {
    position: absolute;
    top: 6%;
    right: 44%;
}


/* ======== service start ======== */
.team__item-img {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
}

.team__item-img .mask-img-wrap {
    mask-image: url(../images/servic_mask_img.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 246px;
    width: 264px;
    margin: 0 auto;
    position: relative;
}

.team__item-img .mask-img-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-primary);
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.listing-view .card:hover .mask-img-wrap::before {
    opacity: 0.5;
    z-index: 1;
}

.team__item-img-shape .shape-one svg {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: visible;
    display: block;
    color: var(--bs-secondary);
}

.team__item-img-shape .shape-one {
    position: absolute;
    width: 284px;
    height: 263px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.team__social .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    gap: 10px;
    opacity: 0;
    transition: .4s;
}

.listing-view .card:hover .team__social .list-wrap {
    opacity: 1 !important;
    transition: .4s;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.appointment__img-mask-two {
    mask-image: url(../images/h3_appointment_mask_img.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 542px;
    width: 590px;
    margin: 0 auto;
}

.appointment__shape-wrap .ribbonRotate {
    right: 7%;
    top: 27%;
    bottom: unset;
    max-width: 107px;
    position: absolute;
    z-index: -2;
}

.appointment__shape-wrap .dog {
    bottom: 0;
    left: 3%;
    max-width: 189px;
    position: absolute;
    z-index: -2;
}



/* ============ testimonial ============ */



.testimonial_img-mask-two {
    mask-image: url(../images/h3_appointment_mask_img.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 442px;
    width: 490px;
    margin: 0 auto;
}

.testimonial_img-two {
    position: relative;
    padding-bottom: 8px;
}

.testimonial_img-mask-two img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial_author img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial_author {
    mask-image: url(../images/h3_testimonial_author.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 104px;
    width: 106px;
    flex: 0 0 auto;
}

.testimonial_icon-three {
    width: 76px;
    flex: 0 0 auto;
    margin-left: 20px;
}

.testimonial_icon-three svg {
    width: 100%;
    height: 100%;
    color: #e0dbe0;
}

#testimonial8 .owl-nav {
    display: flex;
    justify-content: start;
}

/* rtl class */
#testimonial8.rtl .owl-nav {
    display: flex;
    justify-content: end;
}

#testimonial8 .owl-nav button {
    width: 58px;
    height: 40px;
    background-color: #E8E8E8;
    border-radius: 20px;
    font-size: 18px;
    color: var(--bs-primary);
}

.testimonial_shape-wrap-three img {
    position: absolute;
    right: 0;
    top: 14%;
    z-index: 1;
    max-width: 170px;
}

/* ========== download app ========== */
.img-8 {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* =========== blog start =========== */
.blog_post-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.blog_post-mask {
    mask-image: url(../images/blog_post_mask.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 210px;
    width: 230px;
    margin: 0 auto;
}

.blog_post-thumb .shape {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 247px;
    height: 220px;
    z-index: 1;
}

.blog_post-thumb .shape svg {
    color: var(--bs-secondary);
    position: absolute;
    display: block;
    visibility: visible;
    width: 100%;
    height: 100%;
}

.slider-1-mask {
    mask-image: url(../images/blog_post_mask.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 354px;
    width: 400px;
    margin: 0 auto;
}



/* ================ theme-9 start ================ */
.banner-content-9 {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 10%;
}

.bg-dark-light {
    background-color: #000000de;
}

.category-carousel-9 .owl-nav .owl-next,
.category-carousel-9 .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    font-size: 14px !important;
    text-align: center !important;
    background: #0b0a12 !important;
    color: #fff !important;
    border-radius: 5px !important;
    display: none;
    transition: all 0.35s;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
}

.category-carousel-9:hover .owl-nav .owl-next,
.category-carousel-9:hover .owl-nav .owl-prev {
    display: block;
    opacity: 1;
}

.category-carousel-9 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -2%;
    transform: translateY(-50%) !important;
}

.category-carousel-9 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -2%;
    transform: translateY(-50%) !important;
}

.category-9-img {
    height: 150px;
    width: 150px;
}

/* app download start */
.choose-img-9 {
    height: 616px;
}

.shape .home-course-steps-1 {
    position: absolute;
    bottom: 5%;
    left: 9%;
    z-index: -1;
}

.shape .home-course-steps-2 {
    position: absolute;
    top: 24%;
    right: 9%;
    z-index: -1;
}

p {
    margin-bottom: 0;
}

.category-9,
.service-9,
.why-choose-9,
.top-category-9,
.testimonial-9 {
    padding: 90px 0;
}

.service-9 .card .card-img-top {
    height: 280px;
}

.top-category-9 .card .card-img img {
    height: 300px;
}

/* testimonial start */

.testimonial-9 .avatar-9 {
    width: auto;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}



.testimonial-9-slider {
    max-width: 1048px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.testimonial-9-slider .card {
    padding: 60px;
}

.testimonial-9-slider .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
}

.shape-2 .home-course-steps-1 {
    position: absolute;
    bottom: 8%;
    left: 18%;
    z-index: 0;
}

.shape-2 .home-course-steps-2 {
    position: absolute;
    top: 17%;
    right: 17%;
    z-index: 0;
}

/* ======== blog ======== */
.blog-img-9 {
    height: 110px;
}

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

/* =============== theme-10 start =============== */

/* ============ homer banner ============ */

.theme-10 .home-subtitle {
    line-height: 80px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 60px;
}

.bg-overlay-10 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    --bs-bg-opacity: .8;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.heading-line {
    width: 56px;
    min-height: 2px;
    margin: 0px 16px;
    background-color: var(--bs-secondary);
}


/* ========= category start ========= */
.category-10-img {
    height: 100px;
    width: 100px;
}

.category-text {
    font-size: 18px;
}

/* ============== service start ============== */

.service-10 .card-img-top {
    height: 550px;
    transition: .3s;
}

.service-10 .card .btn-10 {
    padding: 0px;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: -60px;
    border: 4px solid #fffaf3;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: .3s;
    overflow: hidden;
}



/* ======= testimonial ======= */
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.layer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0.5;
}

.testimonial-10 .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    border: none;
}

.card-carousel10 .card-imp-top {
    height: 600px;
}

/* ============= top-category-10 start ============= */

.top-category-10 .top-category-10-img img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.top-category-10 .text-box {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    border-radius: 1px;
    transition: all ease 0.4s;
}

.top-category-10 .category-content {
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.top-category-10 .top-category-10-img {
    position: relative;
}

.top-category-10 .top-category-10-img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #14100c;
    opacity: 0.9;
    visibility: hidden;
    transition: all ease 0.4s;
}

.top-category-10 .card .category-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 38px;
    margin-top: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

/* ============= top-category-10 end ============= */

.blog-section-10 .card .text-box {
    margin: -185px 30px 90px;
    padding: 25px;
    background-color: #fff !important;
    border: 1px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -70px;
    position: relative;
}

.blog-section-10 .card .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 30px;
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
    color: #fff;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
}

.blog-section-10 .card img {
    transition: all ease 0.4s;
}



.btn-10 .booknow {
    width: 210px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.inner-service-img {
    height: 270px !important;
    object-fit: cover;
}


/* theme-7 Top Ratted Services */

.top-product .product-img {
    height: 300px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}


.top-product .card .card-body {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all .3s ease-in;
    background-color: #fff;
}

.top-product .card:hover .card-body {
    opacity: 1;
    transition: all .3s ease-in;
}

.product-layer {
    background-color: #00000065;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.top-product .card:hover .product-layer {
    opacity: 1;
    transition: all .3s ease-in-out;
}



/* =========================== start extra Css dhruvil desai ===================== */

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary)
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary)
}

.btn-outline-secondary {
    --bs-btn-color: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 45, 41, 66;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-secondary);
    --bs-gradient: none
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary) !important;
    --bs-btn-border-color: var(--bs-primary) !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary) !important;
    --bs-btn-hover-border-color: var(--bs-primary) !important;
    --bs-btn-focus-shadow-rgb: 45, 41, 66;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary) !important;
    --bs-btn-active-border-color: var(--bs-primary) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary) !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary) !important;
    --bs-gradient: none
}

/* ================ QUICH CALL ================ */

.quick_call {
    position: fixed;
    right: 12px;
    bottom: 84px;
    width: 292px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s;
    z-index: 99999;
    visibility: hidden;
    overflow: hidden;
}

.quick_call_rtl {
    position: fixed;
    left: 12px;
    bottom: 168px;
    width: 292px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
    z-index: 9999999999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

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

    .quick-btn_ltr,
    .quick-btn,
    .chat-btn_rtl {
        bottom: 90px !important;
    }

    .chat-btn_ltr {
        bottom: 90px;
    }

    .wrapper_ltr {
        bottom: 210px;
    }

    .quick_call_rtl,
    .quick_call,
    .wrapper_ltr,
    .wrapper_rtl {
        bottom: 146px !important;
    }

    #sales-booster-popup .sales-booster-popup-inner {
        padding: 15px;
    }

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

}

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

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

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

.quick-btn .close {
    display: none
}

.quick-btn i {
    /* transition: all 0.9s ease */
}

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

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

#quick-btn.expanded {
    width: 45px !important;
    /* animation: widtgg .5s ease-in-out; */
}

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

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

.quick-btn i {
    font-size: 18px;
    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
}

/* ======================== jenish css end ======================== */

#sales-booster-popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-size: 1rem;
    background: #fff;
    z-index: 70000000000;
    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: 13px;
}


#sales-booster-popup .heading {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    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;
}

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

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


/* .btn:first-child:active, */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-primary);
    border-color: var(--bs-btn-active-border-color);
}

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

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

.active>.page-link,
.page-link.active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff !important;
}

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

.page-link:focus {
    box-shadow: var(--bs-primary-rgb) !important;
}

.pagination {
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
}

.text-muted {
    --bs-text-opacity: 1;
    color: #848c92 !important;
}

.modal {
    --bs-modal-zindex: 99999;
}

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

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

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

.min-dropdown-ltr {
    position: absolute !important;
    left: -122px !important;
    top: 100% !important;
} */

.eapps-countdown-timer-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eapps-countdown-timer-position-bar .eapps-countdown-timer-header-title-text {
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-button {
    font-size: 12px;
    padding: 10px 32px;
    border-radius: 2px;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-button {
    color: #fff;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-button {
    background-color: var(--bs-primary);
}

.eapps-countdown-timer-position-bar .eapps-countdown-timer-button {
    font-size: 13px;
    font-weight: 700;
    line-height: 15.3px;
    padding: 8px 24px;
    margin-top: 0 !important;
}

.eapps-countdown-timer-button {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 6px;
    font-weight: 700;
    white-space: nowrap;
}

.eapps-countdown-timer-position-bar .eapps-countdown-timer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    outline: 0;
}

#eapps-countdown-timer-1.eapps-countdown-timer,
#eapps-countdown-timer-1 .eapps-countdown-timer-inner {
    color: rgb(245, 205, 47);
}

#eapps-countdown-timer-1.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value {
    background-color: rgb(245, 205, 47);
}

#eapps-countdown-timer-1.eapps-countdown-timer-style-outline.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value,
#eapps-countdown-timer-1.eapps-countdown-timer-style-outline.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value .eapps-countdown-timer-item-value-base {
    background-color: transparent;
    color: rgb(245, 205, 47);
}

#eapps-countdown-timer-1.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value {
    color: #000;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-item-group-label {
    color: var(--bs-primary);
    font-weight: 500;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-header-title,
#eapps-countdown-timer-1 .eapps-countdown-timer-bar-close {
    color: var(--bs-primary);
    font-weight: 600;
}

#eapps-countdown-timer-1.fix-color .eapps-countdown-timer-item-group-label {
    color: #fff !important;
    font-weight: 500;
}

#eapps-countdown-timer-1.fix-color .eapps-countdown-timer-header-title,
#eapps-countdown-timer-1.fix-color .eapps-countdown-timer-bar-close {
    color: #FFF;
    font-weight: 600;
}


#eapps-countdown-timer-1 .eapps-countdown-timer-button {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 2px;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-item-value {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-item-group-label {
    font-size: 14px;
}

.eapps-countdown-timer-item-group {
    height: 60px;
    width: 60px;
    display: flex;
    flex-direction: column;
}

.background-black {
    background-color: #000;
}

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

.btn-store,
.btn-store:is(:hover, :focus, :active) {
    padding: 12px 24px;
    border-radius: 6px;
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    margin: 0px;
    font-weight: 500;
}

.settings-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-badge {
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .7px;
}

.bg-cancelled {
    color: #dc3545;
    background-color: #dc35451a;
    border: 1px solid rgba(220, 53, 69, .541);
}

.bg-completed {
    color: #2f8733;
    background-color: #2f87331a;
    border: 1px solid rgba(47, 135, 51, .5411764706);
}

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

.recharge_payment_option .card-content-wrapper {
    border-radius: 8px;
    padding: 10px 15px;
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
    transition: 200ms linear;
    cursor: pointer;
}

.service-right-label {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 5px;
}

/* rtl */
.service-left-label {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 5px;
}

.service-right-label-2 {
    padding: 3px 5px;
    background-color: var(--bs-primary);
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}

/* rtl */
.service-left-label-2 {
    padding: 3px 5px;
    background-color: var(--bs-primary);
    color: #fff;
    font-size: 11px;
    border-radius: 5px;
    font-weight: 600;
}


.payment-check {
    padding: 14px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

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

.btn.btn-age {
    border-radius: 6px;
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    padding: 12px 10px;
}

.btn.btn-age-outline,
.btn.btn-age-outline:active {
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid var(--bs-primary) !important;
    color: var(--bs-primary) !important;
    padding: 12px 10px;
}

.number-verification {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: var(--bs-secondary);
}

#footer_sidebar {
    z-index: 999999999999999 !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.imges-who {
    width: 100%;
    height: 100%;
}

.imges-who img {
    width: 100%;
    height: 100%;
}

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

.pwa-install .pwa-image {
    width: 90px;
}


.pwa-install .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-install .close-btn {
    text-align: center;
    width: 30px;
    color: #fff;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    display: block;
    background-color: transparent !important;
}


.h-110px img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.footer-fiechar-slider .owl-nav .owl-next,
.card-carousel .owl-nav .owl-next,
#testimonial .owl-nav .owl-next,
#testimonial2 .owl-nav .owl-next,
#testimonial3 .owl-nav .owl-next,
#testimonial4 .owl-nav .owl-next,
#testimonial-11 .owl-nav .owl-next,
#testimonial-12 .owl-nav .owl-next,
#carouselExampleSlides1 .owl-nav .owl-next,
.category-carousel-12 .owl-nav .owl-next,
.card-carousel-9 .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 2%;
    font-size: 14px !important;
    text-align: center !important;
    transform: translateY(-50%) !important;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    margin: 0px;
}

#carouselExampleSlides1 .owl-nav,
.footer-fiechar-slider .owl-nav {
    margin: 0px;
}

.footer-fiechar-slider .owl-nav .owl-prev,
.card-carousel .owl-nav .owl-prev,
#testimonial .owl-nav .owl-prev,
#testimonial2 .owl-nav .owl-prev,
#testimonial3 .owl-nav .owl-prev,
#testimonial4 .owl-nav .owl-prev,
#testimonial-11 .owl-nav .owl-prev,
#testimonial-12 .owl-nav .owl-prev,
#carouselExampleSlides1 .owl-nav .owl-prev,
.category-carousel-12 .owl-nav .owl-prev,
.card-carousel-9 .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 2%;
    font-size: 14px !important;
    text-align: center !important;
    transform: translateY(-50%) !important;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    margin: 0px;
}

#carouselExampleSlides1 .owl-nav .owl-next:active,
#carouselExampleSlides1 .owl-nav .owl-next:hover,
#carouselExampleSlides1 .owl-nav .owl-prev:active,
#carouselExampleSlides1 .owl-nav .owl-prev:hover,
.card-carousel .owl-nav .owl-next:active,
.card-carousel .owl-nav .owl-next:hover,
.card-carousel .owl-nav .owl-prev:active,
.card-carousel .owl-nav .owl-prev:hover,
.footer-fiechar-slider .owl-nav .owl-next:active,
.footer-fiechar-slider .owl-nav .owl-next:hover,
.footer-fiechar-slider .owl-nav .owl-prev:active,
.footer-fiechar-slider .owl-nav .owl-prev:hover,
#testimonial .owl-nav .owl-next:active,
#testimonial .owl-nav .owl-next:hover,
#testimonial .owl-nav .owl-prev:active,
#testimonial .owl-nav .owl-prev:hover,
#testimonial2 .owl-nav .owl-next:active,
#testimonial2 .owl-nav .owl-next:hover,
#testimonial2 .owl-nav .owl-prev:active,
#testimonial2 .owl-nav .owl-prev:hover,
#testimonial3 .owl-nav .owl-next:active,
#testimonial3 .owl-nav .owl-next:hover,
#testimonial3 .owl-nav .owl-prev:active,
#testimonial3 .owl-nav .owl-prev:hover,
#testimonial4 .owl-nav .owl-next:active,
#testimonial4 .owl-nav .owl-next:hover,
#testimonial4 .owl-nav .owl-prev:active,
#testimonial4 .owl-nav .owl-prev:hover,
.card-carousel-9 .owl-nav .owl-next:active,
.card-carousel-9 .owl-nav .owl-next:hover,
.card-carousel-9 .owl-nav .owl-prev:active,
.card-carousel-9 .owl-nav .owl-prev:hover,
.category-carousel-12 .owl-nav .owl-next:hover,
.category-carousel-12 .owl-nav .owl-next:active,
.category-carousel-12 .owl-nav .owl-prev:hover,
.category-carousel-12 .owl-nav .owl-prev:active,
#testimonia-12 .owl-nav .owl-next:hover,
#testimonia-12 .owl-nav .owl-next:active,
#testimonia-12 .owl-nav .owl-prev:hover,
#testimonia-12 .owl-nav .owl-prev:active {
    width: 35px;
    height: 35px;
    font-size: 14px !important;
    text-align: center !important;
    background: #000000 !important;
    color: #fff !important;
    border-radius: 50%;
    margin: 0px;
}

.avatar img {
    width: 50px !important;
    height: 50px !important;
}

.cat6.category-carousel .owl-item {
    padding: 0px 3px;
}

/* ================================== theme-11 start dhruvil ================================== */

.img-theme-11 {
    width: 100%;
    height: 100%;
}

.img-theme-11 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bg-theme-11 {
    background-color: var(--bs-secondary-rgb);
}

.cat-theme-11 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.528);
}

.cat-theme-11 .text-theme-11 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.who_we_theme-11 {
    width: 100%;
    height: 100%;
}

.who_we_theme-11 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.icon-img-11 {
    width: 80px;
    height: 80px;
}

.icon-img-11 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
}

.theme-11-img {
    width: 132px;
}

.theme-11-img img {
    width: 132px;
    height: 145px;
    object-fit: cover;
    object-position: center;
}

.badges-11 {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 8px;
}

.badges-11.rtl {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: unset;
    left: 8px;
}


.theme-11.service-left-label {
    padding: 2px 5px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 0px;
    position: absolute;
    bottom: 8px;
    left: 0px;
}

.theme-11.service-right-label {
    padding: 2px 5px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 0px;
    position: absolute;
    bottom: 8px;
    right: 0px;
}

.arrow-11 {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ================================== theme-11 end ================================== */

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

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

/* ================================== theme-12 start ================================== */

.add-to-12 {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition: all 0.5s linear;
}

.theme-12 .card:hover .add-to-12 {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 0.5s linear;
}

.theme-12 .service-left-label {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 5px;
    position: absolute;
}

.offer-12 {
    height: 75px;
    left: -5px;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: -5px;
    width: 75px;
    z-index: 1;
}

.offer-12 span {
    background-color: #EA141F;
    box-shadow: 0 3px 10px -5px #000;
    color: #fff;
    display: block;
    font-weight: 600;
    left: -21px;
    line-height: 20px;
    position: absolute;
    top: 19px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    text-align: center;
    font-size: 0.688rem;
}

.offer-12 span.icon {
    background-color: #EA141F;
    box-shadow: 0 3px 10px -5px #000;
    color: #fff;
    display: block;
    font-weight: 600;
    left: -19px;
    line-height: 28px;
    position: absolute;
    top: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 56px;
    text-align: center;
    font-size: 0.688rem;
}

.offer-12 span::after,
.offer-12 span::before {
    border-bottom: 3px solid transparent;
    border-top: 3px solid #c7111a;
    content: " ";
    position: absolute;
    top: 100%;
    z-index: -1;
}

.offer-12 span::before {
    border-left: 3px solid #c7111a;
    border-top: 3px solid #c7111a;
    left: 0;
}

.offer-12 span::after {
    border-right: 3px solid #c7111a;
    border-top: 3px solid #c7111a;
    right: 0;
}

.theme-12-imges {
    object-fit: cover;
    object-position: center;
    transition: all 0.5s linear;
}

.service-div .card:hover .img-over .theme-12-imges {
    transform: scale(1.1);
    transition: all 0.5s ease;
    cursor: pointer;
}

.theme-12 .badges a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.theme-12 .badges {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.box-content {
    position: relative;
    z-index: 1;
}

.box-content:before {
    content: "";
    width: 150%;
    height: 70px;
    position: absolute;
    display: block;
    background-color: #fff;
    transform: rotate(-9deg);
    top: -32px;
    left: -20%;
    z-index: -1;
    box-shadow: 10px -100px 50px 62px rgba(0, 0, 0, 0.178) !important;
}

.top-category .card:hover .theme-12-imges {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.box-content .buy span {
    width: 40px;
    height: 40px;
    background-color: var(--bs-primary);
    display: block;
    border-radius: 50%;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.box-content .buy {
    display: block;
    top: -40px;
    right: 33px;
    z-index: 2;
    position: absolute;
}

.icon-img-12 {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-img-12 img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

.retting-btn-12 {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -17px;
    right: 10px;
}

.retting-btn-12.rtl {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -17px;
    right: unset;
    left: 10px;
}

.testimonial-12 {
    margin: 0 15px;
    overflow: hidden;
}

.testimonial-12 .description {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #000;
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid #767070;
    border-left: 3px solid var(--bs-primary);
}

.testimonial-12 .description.rtl {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    color: #000;
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid #767070;
    border-left: 1px solid #767070;
    border-right: 3px solid var(--bs-primary);
}

.testimonial-12 .description.rtl:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-bottom: 1px solid #767070;
    border-left: none;
    border-right: 1px solid #767070;
    position: absolute;
    bottom: -11px;
    left: unset;
    right: 65px;
    transform: skewY(45deg);
}

.testimonial-12 .description:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-bottom: 1px solid #767070;
    border-left: 1px solid #767070;
    position: absolute;
    bottom: -11px;
    left: 65px;
    transform: skewY(-45deg);
}

.testimonial-12 .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 28px 30px 10px;
    display: inline-block;
    border: 3px solid var(--bs-primary);
}

.testimonial-12 .pic img {
    width: 100%;
    height: auto;
}

.testimonial-12 .testimonial-prof {
    text-transform: capitalize;
    margin: 0 30px;
}

.testimonial-12 .testimonial-prof h4 {
    color: var(--bs-primary);
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.testimonial-12 .testimonial-prof small {
    display: block;
    font-size: 14px;
}

.theme-12 .avatar-sm,
.theme-13 .avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

.theme-12 .avatar-group>li,
.theme-13 .avatar-group>li {
    margin-left: 0rem;
}

.theme-12 .extra-padding,
.theme-13 .extra-padding,
.theme-15 .extra-padding,
.theme-14 .extra-padding {
    padding: 12px 24px;
}

/* ================================== theme-12 end ================================== */

/* ================================== theme-13 start ================================== */

.theme-13-top-img {
    width: 100%;
    height: 100%;
}

.theme-13-top-img img {
    width: 100%;
}

.category-13-img {
    width: 100px;
    height: 100px;
}

.card-13-service p {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.card-13-service p.rtl {
    position: absolute;
    right: unset;
    left: 5px;
    bottom: 5px;
}

.theme-13-card .project-info {
    display: flex;
    flex-direction: column;
    position: relative;
}

.theme-13-card .project-title {
    font-weight: 500;
    font-size: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}

.theme-13-card .lighter {
    font-size: 0.9em;
}

.theme-13-card .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theme-13-card .tag {
    font-weight: lighter;
    color: grey;
}

.theme-13-card .card-img img {
    width: 100%;
    height: 100%;
}

.theme-13-card .card-img {
    width: 90%;
}

/*IF USING IMAGES*/

.theme-13-card .card {
    background-color: white;
    color: black;
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.theme-13-card .card-img {
    position: relative;
    top: -20px;
    /* display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    left: 50%;
    transform: translateX(-50%);
    right: 50%;
}


/* Change the .card-img div to .card-img img to use img*/
.theme-13-card .card-img {
    height: 200px;
    width: 90%;
    /* Change this width here to change the width of the color/image */
    object-fit: cover;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.theme-13-card .card-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.theme-13-card .card-imgs {
    transition: all 0.5s;
}

/* ================================== theme-13 end ================================== */
/* ================================== theme-14 start ================================== */
.theme-14-cat .card {
    position: relative;
    overflow: hidden;
}

.theme-14-cat .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.theme-14-cat .temporary_text {
    font-weight: bold;
    font-size: 24px;
    color: #f8f8f8;
}

.theme-14-cat .card_title {
    font-weight: 600;
    font-size: 15px;
}

.theme-14-cat .card_content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: var(--bs-primary);
}

.theme-14-cat .card_title {
    color: #131313;
    line-height: 20px;
}

.theme-14-cat .card_subtitle {
    display: block;
    font-size: 13px;
}

.theme-14-cat .card_description {
    font-size: 14px;
    opacity: 0;
    transition: opacity .5s;
}

.theme-14 .box-content {
    position: relative;
    z-index: 1;
}

.theme-14 .box-content::before {
    content: "";
    width: 150%;
    height: 70px;
    position: absolute;
    display: block;
    background-color: #fff;
    transform: rotate(-12deg);
    top: -15px;
    left: -20%;
    z-index: -1;
    box-shadow: none !important;
}

.theme-14 .box-content::after {
    content: "";
    width: 150%;
    height: 70px;
    position: absolute;
    display: block;
    background-color: #fff;
    transform: rotate(12deg);
    top: -15px;
    right: -20%;
    z-index: -1;
}


.theme-14 .box-content .buy span {
    width: 32px;
    height: 32px;
    background-color: var(--bs-primary);
    display: block;
    border-radius: 50%;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.theme-14 .box-content .buy {
    display: block;
    top: -36px;
    right: 15px;
    z-index: 2;
    position: absolute;
}

.block-3 .ribbon {
    left: 0px;
    top: 16px;
    padding: 5px 10px;
    font-size: 0.688rem;
    font-weight: 600;
    padding-right: 30px;
    letter-spacing: 0.1px;
    color: hsla(0, 0%, 100%, .87);
    background: linear-gradient(-66deg, transparent, transparent 19%, #EA141F 0%, #EA141F);
    position: absolute;
}

.theme-14-who .icon-img-who img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}


#testimonial-slider-14 .testimonial {
    padding-top: 70px;
    margin: 50px 15px 0;
    border: 2px solid #fff;
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}

#testimonial-slider-14 .testimonial .pic {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    position: absolute;
    top: -50px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}

#testimonial-slider-14 .testimonial:hover .pic {
    background: var(--bs-primary);
}

#testimonial-slider-14 .testimonial .pic img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

#testimonial-slider-14 .testimonial .title {
    font-size: 16px;
    font-weight: 700;
    color: #eabd44;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

#testimonial-slider-14 .testimonial .description {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    border-bottom: 2px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}

#testimonial-slider-14 .testimonial .testimonial-content {
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}

#testimonial-slider-14 .testimonial .testimonial-content {
    background: #1d3033;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}


#testimonial-slider-14 .testimonial-content .testimonial-profile {
    display: inline-block;
}

#testimonial-slider-14 .testimonial .name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 3px;
}

#testimonial-slider-14 .testimonial .post {
    font-size: 14px;
    color: var(--bs-primary);
    text-transform: capitalize;
}

#testimonial-slider-14 .testimonial .rating {
    display: inline-block;
    margin: 0;
    list-style: none;
    right: 25px;
}

#testimonial-slider-14 .testimonial .rating li {
    display: inline-block;
    font-size: 13px;
    color: var(--bs-secondary);
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eabd44;
}

.blog-section-14 .bg-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    --bs-bg-opacity: .8;
    background-color: rgb(0 0 0 / 28%) !important;
}

.blog-section-14 img {
    width: 180px;
}

/* ================================== theme-14 end ================================== */

/* ================================== theme-15 start ================================== */
.serviceBox {
    background: var(--bg-white);
    text-align: center;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.serviceBox .service-icon {
    color: #fff;
    background: var(--bs-primary);
    font-size: 40px;
    line-height: 60px;
    width: calc(100% - 50px);
    height: 60px;
    margin: 0 auto 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceBox .service-icon span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceBox .service-icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.serviceBox .title {
    color: var(--bs-secondary);
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 10px 10px;
}

.serviceBox .description {
    color: #888;
    font-size: 14px;
    line-height: 23px;
    margin: 0 20px;
}

.theme-15 .temporary_text img {
    width: 100%;
}


/* ================================================================== */

.our-team {
    overflow: hidden;
    position: relative;
}

.our-team:after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--bs-primary-rgb);
    position: absolute;
    top: -100%;
    left: 0;
    opacity: 0;
    transition: all 0.8s ease 0s;
}

.our-team:hover:after {
    top: 0;
    opacity: 1;
}

.our-team img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.our-team .social {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%) rotate(-12deg);
    transition: all 0.8s ease 0s;
}

.our-team:hover .social {
    top: 50%;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #0b579f;
    font-size: 15px;
    color: #fff;
    margin: 0 5px;
}

.our-team .team-content {
    width: 100%;
    padding: 20px 25px;
    background: #fff;
    border-bottom: 2px solid var(--bs-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.our-team:hover .team-content {
    background: #f9f9f9;
}

.our-team .team-content:before {
    content: "";
    width: 100%;
    border-right: 420px solid #fff;
    border-top: 60px solid transparent;
    position: absolute;
    top: -60px;
    left: 0;
}

.our-team:hover .team-content:before {
    border-right-color: #f9f9f9;
}

.our-team .team-content:after {
    content: "";
    width: 3px;
    height: 60%;
    background: var(--bs-secondary);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.our-team .title {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.our-team .post {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-top: 3px;
}

.fa-cannabis.icon-1 {
    position: absolute;
    color: var(--bs-primary-rgb);
    font-size: 180px;
    top: 0%;
    left: 8%;
    transform: rotate(120deg);
}

.fa-cannabis.icon-2 {
    position: absolute;
    color: var(--bs-primary-rgb);
    font-size: 200px;
    top: -11%;
    right: 3%;
    transform: rotate(-120deg);
}

.fa-cannabis.icon-3 {
    position: absolute;
    color: var(--bs-primary-rgb);
    font-size: 200px;
    bottom: -11%;
    left: 3%;
    transform: rotate(60deg);
}

.fa-cannabis.icon-4 {
    position: absolute;
    color: var(--bs-primary-rgb);
    font-size: 180px;
    bottom: 0%;
    right: 8%;
    transform: rotate(-30deg);
}

.theme-15 .product-grid {
    text-align: center;
}

.theme-15 .product-grid .product-image {
    background-color: #555;
    overflow: hidden;
    position: relative;
}

.theme-15 .product-grid .product-image a.image {
    display: block;
}

.theme-15 .product-grid .product-image img {
    width: 100%;
    height: 280px;
    object-position: center;
    object-fit: cover;
}

.product-image .pic-1 {
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.theme-15 .product-grid:hover .product-image .pic-1 {
    opacity: 0;
}

.product-image .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.8s ease;
}

.theme-15 .product-grid:hover .product-image .pic-2 {
    opacity: 0.8;
}

.theme-15 .product-grid .product-links {
    background-color: #fff;
    padding: 7px;
    margin: 0;
    width: fit-content;
    list-style: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    display: flex;
    bottom: -50%;
    transform: translate(-50%);
    transition: all .5s ease 0s;
}

.theme-15 .product-grid .product-links.rtl {
    transform: translate(50%) !important;
}

.theme-15 .product-grid:hover .product-links {
    bottom: 0;
}

.theme-15 .product-grid .product-links li {
    margin: 0 0 5px;
    transition: all 0.3s ease 0s;
}

.theme-15 .product-grid .product-links li:last-child {
    margin-bottom: 0;
}

.theme-15 .product-grid .product-links li a {
    color: #555;
    background: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    width: 36px;
    height: 36px;
    box-shadow: 0 0 2px #555;
    display: block;
    position: relative;
    transition: all 0.3s;
}

.theme-15 .product-grid .product-links li a:hover {
    color: #fff;
    background: var(--bs-primary);
}

.theme-15 .product-grid .product-links li a i {
    line-height: inherit;
}

.theme-15 .product-grid .product-content {
    text-align: left;
    padding: 15px 0 0;
}

.theme-15 .product-grid .title {
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.theme-15 .product-grid .title a {
    color: #555;
    transition: all 0.3s ease 0s;
}

.theme-15 .product-grid .title a:hover {
    color: #be2626;
}

.theme-15 .product-grid .price {
    color: #555;
    font-size: 16px;
    font-weight: 600;
}

.card-carousel15 .bg-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    --bs-bg-opacity: .8;
    background-color: rgb(64 64 64 / 20%) !important;
}

.card-carousel15 .bg-overlay span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card-carousel15 .card-top:hover .bg-overlay span i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-primary);
    font-size: 20px;
}

.card-carousel15 .bg-overlay span i {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.card-carousel15 .card-top:hover .icon-view-banner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--bs-primary);
}

.icon-cover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
}

.icon-view-banner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
}

.icon-view-banner [tooltip]::after {
    content: attr(tooltip);
    min-width: 3em;
    max-width: 21em;
    font-weight: 600 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: rgb(255 255 255);
    color: #000;
    z-index: 1000;
}

.icon-view-banner [tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

#testimonial-slider-15 .testimonial {
    border-left: 4px solid var(--bs-secondary);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

#testimonial-slider-15 .testimonial.rtl {
    border-left: none;
    border-right: 4px solid var(--bs-secondary);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 130px 30px 30px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

#testimonial-slider-15 .testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid var(--bs-secondary);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

#testimonial-slider-15 .testimonial.rtl:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: unset;
    left: 0;
    border-top: 25px solid var(--bs-secondary);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
    transform-origin: 24% -30% 0;
}

#testimonial-slider-15 .testimonial .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

#testimonial-slider-15 .testimonial.rtl .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: unset;
    right: 20px;
}

#testimonial-slider-15 .testimonial .pic img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    #testimonial-slider-15 .testimonial {
        padding: 20px;
        text-align: center;
    }

    #testimonial-slider-15 .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }

    #testimonial-slider-15 .testimonial.rtl {
        padding: 20px;
        text-align: center;
    }

    #testimonial-slider-15 .testimonial.rtl .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}

#testimonial-slider-15 .testimonial .description {
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 15px;
}

#testimonial-slider-15 .testimonial .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-primary);
    margin: 0;
}

#testimonial-slider-15 .testimonial .post {
    font-size: 14px;
    color: var(--bs-secondary);
}

.ref-padding {
    padding: 0.5rem !important;
}

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

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

.view-cart-bar .product-img img {
    width: 58px;
    height: 58px;
    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: 40px;
    object-fit: cover;
    object-position: center;
}

.outline_main_banner {
    outline: 2px dashed var(--bs-white);
    outline-offset: -8px;
}

.bg-gradient {
    background: linear-gradient(160deg, var(--bs-primary) 0%, var(--bs-secondary) 100%) !important;
}



/* =========================================================== */

.wrapper-range {
    height: 80px;
    width: 100%;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 0 65px 0 45px;
}

.field {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    flex-wrap: wrap;
}

.field .value {
    position: absolute;
    font-size: 18px;
    color: var(--bs-primary);
    font-weight: 600;
}

.field .value.left {
    left: -22px;
}

.field .value.right {
    right: -43px;
}

.field input {
    flex: 1 1 auto;
}

.sliderValue {
    position: relative;
    width: 100%;
}

.sliderValue span {
    position: absolute;
    height: 45px;
    width: 45px;
    transform: translateX(-70%) scale(0);
    font-weight: 500;
    top: -40px;
    line-height: 55px;
    z-index: 2;
    color: #fff;
    transform-origin: bottom;
    transition: transform 0.3s ease-in-out;
}

.sliderValue span.show {
    transform: translateX(-70%) scale(1);
}

.sliderValue span:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: var(--bs-primary);
    border: 3px solid #fff;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-bottom-left-radius: 50%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.cat-item {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
}

.view-btn {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-select.rtl {
    padding: .375rem .75rem .375rem 2.25rem;
    background-position: left .75rem center;
}

.cart-progress .progress-bar {
    overflow: visible !important;
    text-align: end;
}

.cart-progress .progress-bar i {
    background-color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.cart-progress .progress {
    overflow: visible !important;
}

.glyphicon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/* ======================================================================================= */
.tbl_cart_product .item-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
}

.tbl_cart_product {
    display: flex;
    align-items: center;
    width: 100%;
}

.qtu-width {
    width: 150px;
}

.qty-input2 {
    border: 1px solid var(--bs-secondary);
    flex-wrap: nowrap;
    padding: 5px;
}

.qty-input2 .change-qty {
    margin: 0;
    font-size: 12px;
    height: 30px;
    width: 30px;
    font-weight: 500;
    color: #fff !important;
    border: 0;
    background: var(--bs-secondary);
    border-radius: 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-input2 input {
    border-radius: 0% !important;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #121212;
    line-height: 20px;
    border: 0 !important;
    width: 56.4% !important;
    margin: 0px 5px !important;
}

.tbl_pr_action .tbl_remove {
    width: 35px;
    height: 35px;
    font-size: 10px;
    background-color: #DC3545;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.tbl_org_price {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

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

.shipping-info .sam_address input[type=checkbox] {
    height: 15px !important;
    accent-color: var(--bs-secondary);
}

.model-close-icon {
    width: 30px !important;
    height: 30px !important;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-box {
    width: max-content;
    top: 10px;
    display: flex;
    justify-content: center;
    left: 10px;
    padding: 3px 6px;
    font-size: 12px !important;
    font-weight: 600 !important;
    background-color: var(--bs-primary);
    color: var(--bs-white) !important;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid #d4d4d4;
    font-size: 10px;
    height: 18px;
    margin: 0px 0px;
    width: 18px;
    border-radius: 50%;
    transition: 0.3s;
}

.model_icon_wishlist {
    color: #fff;
    background: var(--bs-primary);
    font-size: 14px;
    width: 35px;
    height: 35px;
    outline: 1px solid #fff;
    outline-offset: -4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model_icon_review {
    color: #fff;
    background: var(--bs-primary);
    font-size: 14px;
    width: 35px;
    height: 35px;
    outline: 1px solid #fff;
    outline-offset: -4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-price {
    font-size: 12px !important;
}

.font-8px {
    font-size: 10px;
}

.test-img .product-list {
    width: 135px !important;
    object-fit: cover;
    object-position: center;
}

.close-btn-view {
    padding: 0px 12px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-badge {
    position: absolute;
    top: -9px;
    right: -9px;
    background-color: var(--bs-primary);
    border-radius: 50%;
    font-size: 12px;
    padding: 1px 7px;
    color: #fff;
    width: 20px;
    height: 20px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.qut_counter {
    background: #DC3545;
    color: #fff;
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: -11px;
    right: -14px;
    padding: 0px !important;
}

.lag-btn .dropdown-menu {
    --bs-dropdown-min-width: 8rem !important;
    /* padding: 0px 0px !important; */
    font-size: 12px !important;
    overflow: hidden !important;
}

.min-dropdown-ltr {
    position: absolute !important;
    left: -100px !important;
    top: 100% !important;
    font-size: 12px !important;
}

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