@charset "UTF-8";

/*-----------------------------------------------------------------------------------

    Template Name: Construction Equipment Rental HTML Template
    Author: KreativDev

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    -- Common css
	-- Header css
	-- Hero css
	-- About css
	-- work-process css
	-- Features css
	-- Counter css
	-- Equipments css
	-- Testimonial css
	-- CTA css
	-- Blog css
	-- Sponsor css
	-- Newsletter css
	-- Footer css
	-- Categories css
	-- Shop css
	-- Team css
	-- FAQ css
	-- Contact css
	-- Cart css
	-- Error css
	-- Coming-soon css
	-- Pagination css
	-- Header css
	-- Header css
	-- Header css
	-- Header css
-----------------------------------------------------------------------------------*/

/*=========================
    1. Start Common css
==========================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

:root {
    --primary-color: #fba31c;
    --primary-rgb-color: 251, 163, 28;
    --secondary-color: #0c1239;
    --secondary-rgb-color: 12, 18, 57;
    --heading-color: #0c1239;
    --body-color: #727272;
    --white: #fff;
    --light-bg: #fafafa;
    --light-gray: #f9f9f9;
    --light-blue-gray: #f2f5fe;
    --black: #000;
    --bc: rgba(0, 0, 0, 0.1);
    --font-heading: "Roboto", sans-serif;
    --font-body: "Roboto", sans-serif;
}

html {
    font-size: 100%;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gap-10 {
    gap: 10px;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

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

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--heading-color);
    margin: 0px;
    font-weight: 600;
}

h1 {
    font-size: 60px;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    font-size: calc(1.4rem + 1.8vw);
    line-height: 1.3;
}

@media (min-width: 1200px) {
    h2 {
        font-size: 40px;
    }
}

h3 {
    font-size: 30px;
    line-height: 1.4;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 1;
}

h6 {
    font-size: 16px;
}

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

p {
    margin: 0px;
}

input,
textarea {
    display: inherit;
}

img {
    max-width: 100%;
}

body {
    font-family: var(--font-body);
    font-weight: normal;
    font-style: normal;
    color: var(--body-color);
    font-size: 16px;
    line-height: 30px;
    overflow-x: hidden;
}

:is(.lc-1, .lc-2, .lc-3) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

:is(.lc-1, .lc-2, .lc-3) * {
    display: inline;
}

.lc-1 {
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
}

.lc-2 {
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
}

.lc-3 {
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
}

.lh-1_4 {
    line-height: 1.4;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slick-slide {
    outline: 0;
}

ul.social-link li {
    display: inline-block;
}

.form_group {
    position: relative;
}

.form_control {
    width: 100%;
    padding: 6px 20px;
    border: none;
}

.form_control:focus {
    border-color: var(--primary-color);
}

.gap-10 {
    gap: 10px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.section-title span.sub-title {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    display: block;
    color: var(--primary-color);
    margin-bottom: 23px;
}

.section-title span.sub-title span.sub-bg {
    position: relative;
    padding: 5px 10px;
    z-index: 1;
}

.section-title span.sub-title span.sub-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    z-index: -1;
}

.section-title span.sub-title span.sub-bg-2 {
    color: var(--heading-color);
}

.section-title span.sub-title span.sub-bg-2:before {
    background-color: var(--primary-color);
}

.section-title h2 {
    margin-bottom: 10px;
}

.section-title P {
    padding-top: 20px;
}

.section-title-white h2,
.section-title-white p {
    color: var(--white);
}

/*===== All bg =====*/
.light-bg {
    background-color: var(--light-bg);
}

.light-gray {
    background-color: var(--light-gray);
}

.dark-blue {
    background-color: var(--secondary-color);
}

/*===== All Button Style =====*/
button {
    border: none;
}

.main-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    padding: 14px 35px;
    line-height: 27px;
    text-transform: capitalize;
    background-color: var(--secondary-color);
    z-index: 1;
    transition: all 0.3s;
    cursor: pointer;
}

.main-btn i {
    padding: 10px;
}

.main-btn:hover {
    color: var(--heading-color);
}

.main-btn:hover:before {
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
}

.main-btn:hover:after {
    background-color: var(--secondary-color);
}

.main-btn:before,
.main-btn:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s;
}

.main-btn:before {
    position: absolute;
    width: 0;
    height: 0;
    background-color: var(--secondary-color);
}

.main-btn:after {
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
}

.main-btn-primary {
    color: var(--heading-color);
    background-color: var(--primary-color);
}

.main-btn-primary:after {
    background-color: var(--heading-color);
}

.main-btn-primary:hover {
    color: var(--white);
}

.main-btn-primary:hover:before {
    background-color: var(--heading-color);
}

.main-btn-primary:hover:after {
    background-color: var(--primary-color);
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}

.btn-primary:hover {
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}

/*
    nice select css
*/
.nice-select {
    width: 100%;
    outline: none;
}

.nice-select.open:after {
    -webkit-transform: none;
    transform: none;
}

.nice-select:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    right: 20px;
    font-size: 12px;
    font-weight: 400;
    -webkit-transform: none;
    transform: none;
    border: none;
    top: 0;
    margin-top: 0;
    color: #2e2e2e;
}

.header-area .nice-select.open:after {
    transform: translateY(-50%);
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
    max-height: 160px;
    overflow-y: auto;
}

.mt-n15 {
    margin-top: -15px !important;
}

/*
    Nice number css
*/
.nice-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.nice-number input {
    vertical-align: middle;
    -moz-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    text-align: center;
}

.nice-number input::-webkit-inner-spin-button,
.nice-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*
    search
*/
#search-modal {
    background: rgba(23, 26, 33, 0.85);
}

#search-modal .modal-content {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

#search-modal .modal-content:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#search-modal .form_control {
    padding-left: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    color: var(--white);
    margin-bottom: 0;
    height: 50px;
}

#search-modal .form_control:focus {
    border-color: #fd6350;
}

#search-modal .form_control::-webkit-input-placeholder {
    color: var(--white);
}

#search-modal .form_control::-moz-placeholder {
    color: var(--white);
}

#search-modal .form_control:-ms-input-placeholder {
    color: var(--white);
}

#search-modal .form_control::-ms-input-placeholder {
    color: var(--white);
}

#search-modal .form_control::placeholder {
    color: var(--white);
}

#search-modal .search_btn {
    position: absolute;
    background: transparent;
    top: 10px;
    right: 10px;
    color: var(--white);
}

/*
    Start Preloader css
*/
.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader .preloader-wrapper img {
    width: 150px;
    height: auto;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}


/*
    Start scroll_up css
*/
.back-to-top {
    background: var(--primary-color);
    border-radius: 50%;
    bottom: 30px;
    color: var(--white);
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
    background: #070346;
    color: var(--white);
}

/*---=======================
   02. Start Header  css
===========================---*/
header {
    z-index: 1;
}

.transparent-header {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-navigation .main-menu ul>li.menu-item-has-children>a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    color: #0c1239;
    font-size: 14px;
    margin-left: 5px;
}

.header-navigation.breakpoint-on .primary-menu {
    padding: 15px 30px;
}

.header-navigation .nav-menu {
    text-align: right;
    width: 70%;
}

.header-navigation .main-menu ul li {
    display: inline-block;
    position: relative;
}

/* .header-navigation .main-menu ul li:last-child>a {
	padding-right: 0px;
} */
.header-navigation .main-menu ul li>a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #0c1239;
    text-transform: capitalize;
    padding: 41px 20px;
    line-height: 1;
}

.header-navigation .main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 200px;
    background-color: var(--white);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 999;
    height: auto;
    text-align: left;
}

.header-navigation .main-menu ul li .sub-menu li {
    display: block;
    margin: 0;
}

.header-navigation .main-menu ul li .sub-menu li:last-child>a {
    border-bottom: none;
}

.header-navigation .main-menu ul li .sub-menu li a {
    display: block;
    padding: 10px 15px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    line-height: 2;
    margin: 0;
    border-bottom: 1px solid #ececec;
    color: var(--heading-color);
}

.header-navigation .main-menu ul li .sub-menu li a:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: transparent;
}

.header-navigation .main-menu ul li .sub-menu li .sub-menu {
    left: 100%;
    top: 50%;
}

.header-navigation .main-menu ul li .sub-menu li:hover .sub-menu {
    top: 0%;
}

.header-navigation .main-menu ul li .sub-menu li:hover>a {
    background-color: var(--heading-color);
    color: var(--white);
}

.header-navigation .main-menu ul li:hover.menu-item-has-children>a:after {
    color: var(--primary-color);
}

.header-navigation .main-menu ul li:hover>a {
    color: var(--primary-color);
}

.header-navigation .main-menu ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-navigation .main-menu ul li .dd-trigger {
    display: none;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
    display: block;
    position: absolute;
    right: 0;
    height: 42px;
    width: 45px;
    top: 0;
    background-color: var(--heading-color);
    z-index: 2;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: var(--white);
    font-size: 20px;
}

.header-navigation.breakpoint-on .nav-menu {
    text-align: left;
    background-color: var(--white);
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 70px;
}

.header-navigation.breakpoint-on .nav-menu.menu-on {
    left: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
    display: block;
    margin: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
    border-bottom: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
    border-top: 1px solid #ececec;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
    display: block;
    border-bottom: 1px solid var(--bc);
    color: #070346;
    padding: 13px 20px;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
    color: #070346;
    padding: 0px 20px 0 40px;
    line-height: 45px;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
    left: 0;
}

.header-navigation.breakpoint-on .navbar-close,
.header-navigation.breakpoint-on .navbar-toggler {
    display: block;
}

.header-navigation .navbar-toggler {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: none;
    margin-left: 10px;
}

.header-navigation .navbar-toggler span {
    position: relative;
    background-color: var(--heading-color);
    border-radius: 3px;
    display: block;
    height: 3px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    width: 30px;
    cursor: pointer;
    display: block;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
    opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}

.header-navigation .navbar-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: none;
    background: var(--heading-color);
}

.header-navigation .navbar-close i {
    color: var(--white);
    font-size: 20px;
}

/* Sticky */
.header-navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
}

header .header-navigation.sticky {
    background-color: var(--white);
    box-shadow: 0px 8px 60px rgba(24, 24, 24, 0.1);
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

/* Header Top Bar */
header .header-navigation .primary-menu,
header .container-fluid {
    padding: 0 50px;
}

.header-area-one .header-top-bar {
    background-color: var(--secondary-color);
    padding: 14px 0;
}

.lang-dropdown {
    position: relative;
    display: flex;
}

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

.lang-dropdown .nice-select {
    padding-right: 35px;
    padding-left: 35px;
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: var(--heading-color);
}

.header-area-one .header-top-bar .lang-dropdown .nice-select:after,
.header-area-one .header-top-bar .lang-dropdown .nice-select {
    color: var(--white);
}

.header-area-one .header-top-bar .lang-dropdown .nice-select .list {
    color: var(--heading-color);
}

.header-area-one .header-top-bar .top-right>ul>li {
    margin-left: 25px;
}

.header-area-two .header-navigation .header-right-nav .cart-button .cart-btn,
.header-area-one .header-top-bar .top-right ul li .cart-btn {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--heading-color);
    color: var(--primary-color);
}

.header-area-two .header-navigation .header-right-nav .cart-button .cart-btn span.count,
.header-area-one .header-top-bar .top-right ul li .cart-btn span.count {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-color: var(--primary-color);
    font-size: 12px;
    color: var(--heading-color);
    border-radius: 50%;
}

.header-area-one .header-top-bar .top-right ul li a {
    color: var(--white);
}

.header-area-one .header-top-bar .top-right ul li a:hover {
    color: var(--primary-color);
}

.header-area-one .header-top-bar .top-left span {
    color: var(--white);
    margin-right: 25px;
}

.header-area-one .header-top-bar .top-left span i {
    color: var(--primary-color);
}

.header-top-bar .top-left span i {
    margin-right: 5px;
}

.header-area-two .header-top-bar {
    position: relative;
    background-color: #fafafa;
    z-index: 1;
    padding: 10px 0;
}

.header-area-two .header-top-bar:before,
.header-area-two .header-top-bar:after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
}

.header-area-two .header-top-bar:before {
    left: 0;
    width: 80%;
    background-color: var(--primary-color);
    clip-path: polygon(0 0, 99% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.header-area-two .header-top-bar:after {
    right: 0;
    width: 22%;
    background-color: var(--heading-color);
    z-index: -2;
}

.header-area-two .header-top-bar .top-left span {
    color: var(--heading-color);
    margin-right: 25px;
}

.header-area-two .header-top-bar .top-right .nice-select:after,
.header-area-two .header-top-bar .top-right .nice-select {
    color: #fff;
}

.header-area-two .header-top-bar .top-right .nice-select .list {
    color: var(--heading-color);
}

.header-area-two .header-top-bar .top-right ul.social-link li {
    margin-left: 15px;
}

.header-area-two .header-top-bar .top-right ul.social-link li a {
    color: var(--white);
}

.header-area-two .header-top-bar .top-right ul.social-link li a:hover {
    color: var(--primary-color);
}

.header-area-one .header-navigation.breakpoint-on .header-right-nav {
    display: none;
}

.header-area-one .header-navigation.breakpoint-on .nav-menu {
    text-align: left;
}

/* Header Area One */
.header-area-one .primary-menu {
    position: relative;
}

.header-area-one .primary-menu:before,
.header-area-one .primary-menu:after {
    position: absolute;
    top: 0;
    content: "";
    width: 300px;
    height: 100%;
    background-color: var(--primary-color);
    z-index: -1;
}

.header-area-one .primary-menu:after {
    right: 0;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.header-area-one .primary-menu:before {
    left: 0;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

.header-area-one .site-branding {
    max-width: 200px;
}

.header-area-one .header-navigation .nav-menu {
    text-align: center;
}

.header-area-one .header-navigation .header-right-nav ul.social-link li {
    margin-left: 10px;
}

.header-area-one .header-navigation .header-right-nav ul.social-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--heading-color);
    font-size: 14px;
    color: var(--white);
    transition: all 0.3s;
}

.header-area-one .header-navigation .header-right-nav ul.social-link li a:hover {
    background-color: var(--white);
    color: var(--primary-color);
}

/* Header Area Two */
.header-area-two .header-navigation .header-right-nav .user-info a {
    margin-left: 20px;
    color: var(--heading-color);
    font-weight: 500;
}

.header-area-two .header-navigation .header-right-nav .user-info a:hover {
    color: var(--primary-color);
}

.header-area-two .header-navigation .header-right-nav .user-info a i {
    display: none;
}

.header-area-two .header-navigation .navbar-toggler {
    margin-left: 30px;
}

.header-area-two .header-navigation .navbar-toggler span {
    background-color: var(--heading-color);
}

.header-navigation.breakpoint-on .main-menu ul>li.menu-item-has-children>a:after {
    display: none;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
    text-align: left;
}

/*---=======================
   	Start Hero  css
===========================---*/
.hero-slider-one:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.hero-slider-one:hover .slick-arrow.prev {
    left: 20px;
}

.hero-slider-one:hover .slick-arrow.next {
    right: 20px;
}

.hero-slider-one .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: var(--heading-color);
    background-color: var(--primary-color);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.hero-slider-one .slick-arrow.prev {
    left: 0;
}

.hero-slider-one .slick-arrow.next {
    right: 0;
}

.single-hero-slider {
    position: relative;
    z-index: 1;
    padding: 180px 0 250px;
    height: 850px;
}

.single-hero-slider:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.single-hero-slider .hero-content h1 {
    color: var(--white);
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 30px;
}

.single-hero-slider .hero-content p {
    color: var(--white);
    padding: 0 25%;
    margin-bottom: 20px;
}

.single-hero-slider .hero-search-wrapper {
    padding: 25px 30px 5px;
    background: rgba(0, 0, 0, 0.46);
}

.hero-search-wrapper .form_control {
    margin-bottom: 20px;
    color: var(--body-color);
    padding: 10px;
}

.hero-search-wrapper .form_control::placeholder {
    color: var(--body-color);
}

.hero-search-wrapper .nice-select {
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    color: var(--body-color);
}

.hero-search-wrapper .search-btn {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hero-search-wrapper .search-btn:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.hero-wrapper-two {
    position: relative;
    z-index: 1;
    height: 910px;
}

.hero-wrapper-two .hero-wrapper-row {
    padding: 180px 0;
}

.hero-wrapper-two .hero-content {
    padding-top: 140px;
}

@media (max-width: 460px) {
    .hero-wrapper-two .selectgroup {
        flex-direction: column;
    }

    .hero-wrapper-two .selectgroup-item {
        max-width: 100%;
    }
}

.hero-wrapper-two:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: -1;
}

.hero-wrapper-two .hero-content h1 {
    margin-bottom: 20px;
    color: #fff;
}

.hero-wrapper-two .hero-content p {
    padding-right: 25%;
    margin-bottom: 55px;
    color: #fff;
}

.hero-wrapper-two .hero-search-wrapper {
    padding: 70px 45px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.hero-wrapper-two .hero-search-wrapper h3 {
    color: var(--heading-color);
    margin-bottom: 40px;
}

.hero-wrapper-two .hero-search-wrapper .main-btn {
    width: 100%;
    text-align: center;
    background-color: var(--primary-color);
}

.hero-wrapper-two .hero-search-wrapper .main-btn:hover:before {
    background-color: var(--white);
}

.hero-wrapper-two .hero-search-wrapper .main-btn:hover:after {
    background-color: var(--primary-color);
}

.hero-wrapper-two .hero-search-wrapper .main-btn:after {
    background-color: var(--white);
}

.hero-wrapper-two .hero-content .main-btn:hover:before {
    background-color: var(--white);
}

.hero-wrapper-two .hero-content .main-btn:hover:after {
    background-color: var(--primary-color);
}

.hero-wrapper-two .hero-content .main-btn:hover {
    color: var(--heading-color);
}

.hero-wrapper-two .hero-content .main-btn:after {
    background-color: var(--white);
}

/* Breadcrumbs css  */
.breadcrumbs-area {
    position: relative;
    z-index: 1;
    padding: 120px 0px 100px 0px;
}

.breadcrumbs-area:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 3, 0.81);
    z-index: -1;
}

.breadcrumbs-area .page-title h2 {
    font-size: 45px;
    line-height: 70px;
    color: var(--white);
    margin-bottom: 20px;
}

.breadcrumbs-area li {
    font-size: 18px;
}

.breadcrumbs-area .page-title ul.breadcrumbs-link li:after {
    display: inline-block;
    content: "/";
    margin-left: 10px;
    margin-right: 8px;
    color: var(--white);
}

.breadcrumbs-area .page-title ul.breadcrumbs-link li:last-child:after {
    display: none;
}

.breadcrumbs-area .page-title ul.breadcrumbs-link li.active {
    color: var(--primary-color);
}

.breadcrumbs-area .page-title ul.breadcrumbs-link li a {
    color: var(--white);
}

/*---========================
   	social-link   css
==========================---*/
/* .products-details-section .product-info .social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--heading-color);
    font-size: 14px;
    color: var(--white);
    transition: all 0.3s;
} */

/* .products-details-section .product-info .social-link a:hover {
    background-color: var(--primary-color);
    color: var(--white);
} */

/*---========================
   	Start About  css
==========================---*/
.about-img-box-one {
    position: relative;
}

.about-content-box-one .block-quote {
    padding-left: 20px;
    position: relative;
    margin-bottom: 60px;
}

.about-content-box-one .block-quote:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    content: "";
    background-color: var(--primary-color);
}

.about-content-box-one .block-quote:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 20px;
    content: "";
    background-color: var(--secondary-color);
}

.about-content-box-one .block-quote h5 {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    font-weight: 400;
}

.about-content-box-two p {
    margin-bottom: 25px;
}

.about-content-box-two ul.list li {
    padding-left: 35px;
    position: relative;
    z-index: 1;
    line-height: 13px;
    margin-bottom: 20px;
}

.about-content-box-two ul.list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    vertical-align: middle;
    margin-right: 15px;
}

.about-content-box-two ul.list li:after {
    position: absolute;
    bottom: 3px;
    left: 4px;
    content: "";
    width: 6.5px;
    height: 6.5px;
    background-color: var(--heading-color);
}

/*---========================
   	Start work-process  css
==========================---*/
.process-column:last-child .process-item-one:after {
    display: none;
}

.process-item-one {
    position: relative;
    margin-top: 30px;
}

.process-item-one:after {
    position: absolute;
    right: -90%;
    top: 40%;
    content: "";
    transform: translateY(-50%);
    width: 80%;
    height: 100%;
    background: url(../images/line-1.png) no-repeat center;
    background-size: contain;
}

.process-item-one .count-box {
    position: relative;
    background-color: #0c1239;
    min-height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.process-item-one .count-box .icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border: 3px solid var(--white);
}

.process-item-one .count-box .icon i {
    font-size: 24px;
    line-height: 1;
    color: var(--heading-color);
}

.process-item-one .count-box .process-count {
    padding-top: 20px;
    font-size: 60px;
    color: #6e7287;
    font-weight: 700;
}

.process-item-one .content h4 {
    font-weight: 500;
}

.process-item-two {
    position: relative;
}

.process-item-two .count-box .process-count {
    font-size: 100px;
    -webkit-text-stroke: 1px #c4c4c4;
    -webkit-text-fill-color: #fff;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 20px;
}

.process-item-two .count-box .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin: auto;
    margin-bottom: 20px;
}

.process-item-two .count-box .icon i {
    font-size: 20px;
    color: var(--heading-color);
}

.process-item-two .content {
    padding: 0 15px;
}

.process-item-two .content h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.process-column .process-item-two {
    position: relative;
}

.process-column .process-item-two:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--bc);
    top: 62%;
    transform: translateY(-62%);
    right: 0;
    z-index: -1;
}

/*---========================
   	Start Features  css
==========================---*/
.features-item-one {
    border: 1px solid var(--bc);
    padding: 50px 60px 43px;
    transition: all 0.3s;
}

.features-item-one .icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7e7ed;
    margin-bottom: 25px;
    transition: all 0.4s;
}

.features-item-one .icon i {
    font-size: 34px;
    line-height: 1;
    color: var(--heading-color);
}

.features-item-one:hover {
    box-shadow: 0px 4px 18px 10px rgba(0, 0, 0, 0.02);
}

.features-item-one:hover .icon {
    background-color: var(--primary-color);
    border-radius: 30px 0px 30px 30px;
}

.features-item-one .content h4 {
    margin-bottom: 20px;
}

.features-item-two {
    background-color: transparent;
    padding: 50px;
    transition: all 0.3s;
}

.features-item-two.active-item,
.features-item-two:hover {
    background-color: rgba(255, 255, 255, 0.04);
}

.features-item-two.active-item .icon,
.features-item-two:hover .icon {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    transform: none;
}

.features-item-two.active-item .icon i,
.features-item-two:hover .icon i {
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.features-item-two.active-item .content .btn-link,
.features-item-two:hover .content .btn-link {
    color: var(--primary-color);
}

.features-item-two .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 0px 30px 30px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    margin: auto;
    background-color: #ffffff0a;
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 25px;
    transition: all 0.3s;
}

.features-item-two .icon i {
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.features-item-two .content h4 {
    margin-bottom: 15px;
}

.features-item-two .content h4,
.features-item-two .content p {
    color: var(--white);
}

.features-item-two .content p {
    margin-bottom: 30px;
}

.features-item-two .content .btn-link {
    color: var(--white);
    font-size: 22px;
}

/*---========================
   	Start Counter  css
==========================---*/
.counter-column:nth-child(odd) .counter-item-one .icon {
    border-radius: 30px 0px 30px 30px;
}

.counter-column:nth-child(even) .counter-item-one .icon {
    border-radius: 30px 30px 30px 0px;
}

.counter-item-one .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background: var(--primary-color);
    margin: auto;
    margin-bottom: 23px;
}

.counter-item-one .icon i {
    line-height: 1;
    color: var(--heading-color);
    font-size: 30px;
}

.counter-item-one .content h2 {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 15px;
}

.counter-item-one .content h5 {
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
}

.bg-with-overlay.bg-with-overlay-white:after {
    background-color: rgba(255, 255, 255, 0.9);
}

.counter-item-two .icon {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px 0px 0px 0px;
    font-size: 42px;
    color: var(--heading-color);
    background-color: var(--primary-color);
    margin: auto;
    margin-bottom: 30px;
}

.counter-item-two .icon:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--heading-color);
}

.counter-item-two .content h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

/*---========================
   	Start Equipments Pricing  css
==========================---*/
ul.rating li {
    display: inline-block;
}

ul.rating li i {
    color: var(--primary-color);
}

ul.rating li span {
    color: var(--heading-color);
}

.pricing-nav-filter .nav-tabs {
    justify-content: center;
    border-bottom: none;
    gap: 10px;
}

.pricing-nav-filter .nav-link {
    border: 1px solid var(--bc);
    border-radius: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    padding: 8px 20px;
}

.pricing-nav-filter .nav-link.active {
    border-color: var(--bc);
}

.pricing-nav-filter .nav-link.active,
.pricing-nav-filter .nav-link:hover {
    background-color: var(--primary-color);
    color: var(--heading-color);
    border-color: transparent;
}

.pricing-item .pricing-info .price-info {
    position: relative;
    padding: 10px 100px 5px 25px;
}

.pricing-item .pricing-info .price-info .price-tag {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    color: var(--heading-color);
}

.pricing-item .pricing-info .pricing-body .price-option span.span-btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 27px;
    color: #0c1239;
}

.pricing-item .pricing-info .pricing-body ul.info-list li:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--heading-color);
    margin-right: 15px;
}

.pricing-item .pricing-info .pricing-body span.delivary {
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
}

.pricing-item .pricing-body .show-more {
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
}

.pricing-item .pricing-body .show-more:hover {
    color: var(--primary-color);
}

.pricing-item-one .pricing-info {
    background-color: var(--light-bg);
}

.pricing-item-one .pricing-info .price-info {
    border-bottom: 1px solid var(--bc);
}

.pricing-item-one .pricing-info .price-info h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.pricing-item-one .pricing-info .price-info span {
    font-size: 14px;
}

.pricing-item-one .pricing-info .price-info .price-tag {
    background-color: var(--primary-color);
}

.pricing-item-one .pricing-info .pricing-body {
    padding: 25px 20px 22px;
}

.pricing-item-one .pricing-info .pricing-body h5.title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}

.pricing-item-one .pricing-info .pricing-body .price-option {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pricing-item-one .pricing-info .pricing-body .price-option span.span-btn {
    background-color: #e7e7ed;
    padding: 4px 9px;
    /* margin-bottom: 15px; */
}

.pricing-item-one .pricing-info .pricing-body span.delivary {
    color: var(--heading-color);
    display: flex;
    justify-content: center;
    margin: 15px 0;
    text-align: center;
    font-size: 18px;
}

.pricing-item-one .pricing-info .pricing-body ul.info-list {
    margin-top: 15px;
    text-align: left;
    padding-inline-start: 20px;
}

.pricing-item-one .pricing-info .pricing-body .price-option span.span-btn.active-btn {
    background-color: var(--primary-color);
    color: var(--heading-color);
}

.pricing-item-one .pricing-info .pricing-body,
.pricing-item-one .pricing-info .pricing-bottom {
    text-align: center;
}

.pricing-item-one .pricing-info .pricing-bottom {
    padding: 20px;
    border-top: 1px solid var(--bc);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.pricing-item-one .pricing-info .pricing-bottom .rating {
    margin-bottom: 31px;
}



/* pricing two */
.pricing-item-two .pricing-info {
    background-color: #fafafa;
}

.pricing-item-two .pricing-info .price-info,
.pricing-item-two .pricing-info .price-info-second {
    background-color: var(--secondary-color);
}

.pricing-item-two .pricing-info .price-info-second {
    position: relative;
    padding: 19px 10px;
    color: var(--white);
}

.pricing-item-two .pricing-info .price-info-second .title {
    font-size: 20px;
}

.pricing-item-two .pricing-info .price-info h5.title {
    color: var(--white);
    margin-bottom: 5px;
}

.pricing-item-two .pricing-info .price-info span {
    color: var(--white);
}

.pricing-item-two .pricing-info .price-info .price-tag {
    background-color: #211641;
}

.price-tag-second h4 {
    background-color: var(--primary-color);
    font-size: 17px;
    text-align: center;
    padding: 3px;
}

.pricing-item-two .pricing-info .price-info .price-tag h4 {
    color: var(--white);
}

.pricing-item-two .pricing-info .pricing-body .price-option {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pricing-item-two .pricing-info .pricing-body .price-option span.span-btn {
    padding: 4px 10px;
    flex: 0 0 auto;
    text-align: center;
    width: 33.33%;
    background-color: rgba(var(--primary-rgb-color), 0.5);
}

.pricing-item-two .pricing-info .pricing-body .price-option span.span-btn.active-btn {
    background-color: var(--primary-color);
}

.pricing-item-two .pricing-info .pricing-body .info-list li {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pricing-item-two .pricing-info .pricing-body span.delivary {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    color: var(--heading-color);
    text-align: center;
    font-size: 18px;
}

.pricing-item-two .pricing-info .pricing-bottom {
    background-color: var(--secondary-color);
    padding: 25px 0px 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.pricing-item-two .pricing-info .pricing-bottom ul.rating {
    margin-bottom: 32px;
}

.pricing-item-two .pricing-info .pricing-bottom ul.rating li span {
    color: var(--white);
}

.pricing-item-two .pricing-info .main-btn-primary::before {
    background-color: #fff;
}

.pricing-item-two .pricing-info .main-btn-primary::after {
    background-color: #fff;
}

.pricing-item-two .pricing-info .main-btn-primary:hover {
    color: var(--heading-color);
}

.pricing-item-two .pricing-info .main-btn-primary:hover::after {
    background-color: var(--primary-color);
}

.pricing-item-two .show-more {
    margin-top: 10px;
    padding-inline-start: 20px;
}

.pricing-item-one .pricing-img,
.pricing-item-two .pricing-img {
    position: relative;
}

.pricing-item-one .add-to-wishlist,
.pricing-item-two .add-to-wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    /* line-height: 40px; */
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    color: #fff;
}

.pricing-item-two .add-to-wishlist i {
    color: #fff;
    font-weight: 500;
}

.pricing-item-two .pricing-img .price-tag {
    position: absolute;
    bottom: 15px;
    right: 0;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 20px 0px 0 20px;
    color: var(--heading-color);
    background-color: var(--primary-color);
}

.pricing-item-two .pricing-img .price-tag .price {
    color: currentColor;
    font-size: 20px;
}

.pricing-item-two .pricing-info .price-info {
    position: relative;
    padding: 10px 20px 10px 20px;
}

.pricing-item-two .pricing-info .price-info .title {
    line-height: 1.4;
    font-size: 18px;
}

/* Pricing list section css */
.equipments-search-filter {
    margin-bottom: 105px;
}

.equipments-search-filter .search-filter-form {
    background-color: var(--secondary-color);
    padding: 25px 30px;
}

.equipments-search-filter .search-filter-form .location-group {
    position: relative;
    width: 100%;
    background: #FFF;
}

.equipments-search-filter .search-filter-form .location-group input {
    width: calc(100% - 40px);
}

.equipments-search-filter .search-filter-form .location-group .current-location {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}

.equipments-search-filter .search-filter-form .form_control {
    height: 50px;
}

.equipments-search-filter .search-filter-form .nice-select {
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
}

.equipments-search-filter .search-filter-form .search-btn {
    width: 100%;
    text-align: center;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--primary-color);
}

.equipments-search-filter .reserved-filter {
    background-color: var(--secondary-color);
    padding: 5px 30px 25px 30px;
    max-width: 330px;
    width: 100%;
    float: right;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}

.equipments-search-filter .reserved-filter .single-method {
    margin-right: 20px;
}

.equipments-search-filter .reserved-filter .single-method:last-child {
    margin-right: 0px;
}

.equipments-search-filter .reserved-filter .single-method input {
    display: none;
}

.equipments-search-filter .reserved-filter .single-method label {
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
    color: var(--white);
    margin-bottom: 0px;
}

.equipments-search-filter .reserved-filter .single-method label:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    border: 2px solid var(--white);
    margin-right: 10px;
}

.equipment-details-section .form-check-input {
    margin-top: 8px;
}

.reserved-filter .single-method label {
    cursor: pointer;
}

.equipments-search-filter .reserved-filter .single-method input[type="radio"]:checked+label:before {
    background-color: var(--white);
}

.equipments-show-search .show-text p {
    color: var(--heading-color);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.equipments-show-search .show-dropdown .nice-select {
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    outline: none;
    color: var(--heading-color);
    font-weight: 500;
    margin-bottom: 20px;
}

.filter-btn {
    color: var(--color-primary);
    transition: all 0.3s ease-out;
    border: 1px solid var(--color-primary);
    padding: 9px 14px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 500;
    width: 90px;
    background: transparent;
    margin-bottom: 20px;
}

.pricing-item-three {
    display: flex;
    align-items: stretch;
    background-color: #fafafa;
    border: 1px solid #ccc;
}

.pricing-item-three .pricing-img {
    position: relative;
    overflow: hidden;
    max-width: 370px;
    width: 100%;
}

.pricing-item-three .pricing-img a {
    width: 100%;
    height: 100%;
}

.pricing-item-three .pricing-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing-img span.discount {
    background-color: var(--primary-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--heading-color);
    position: absolute;
    top: 20px;
    left: 20px;
}

.pricing-item-three .add-to-wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    color: #fff;
}

.pricing-item-three .add-to-wishlist i {
    color: #FFF;
    font-weight: 500;
}

.pricing-item-three .pricing-info {
    width: 100%;
    border-left: 0;
    padding-bottom: 30px;
}

.pricing-item-three .pricing-info .price-info {
    border-bottom: 1px solid var(--bc);
}

.pricing-item-three .pricing-info .price-info h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
}

.pricing-item-three .pricing-info .price-info span {
    font-size: 14px;
    line-height: normal;
    color: #000;
}

.pricing-item-three .pricing-info .price-info .price-tag {
    background-color: var(--primary-color);
}

.pricing-item-three .pricing-info .pricing-body {
    padding: 15px 24px;
}

.pricing-item-three .pricing-info .pricing-body h3.title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 15px;
}

.pricing-item-three .pricing-info .pricing-body .price-option span.span-btn {
    background-color: #e7e7ed;
    padding: 4px 20px;
    margin-bottom: 15px;
    margin-right: 5px;
}

.pricing-item-three .pricing-info .pricing-body span.delivary {
    color: var(--heading-color);
    margin-bottom: 15px;
}

.pricing-item-three .pricing-info .pricing-bottom {
    padding: 0 30px;
}

.pricing-item-three .pricing-info .pricing-bottom .rate,
.pricing-bottom .rate {
    background-image: url("../../tenant/image/rating-star.png");
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    width: 95px;
    transition: all 0.5s ease-out 0s;
    margin-right: 5px;
}

.pricing-item-three .pricing-info .pricing-bottom .rate .rating {
    background-image: url("../../tenant/image/rating-star.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}

/* sidebar css */
.sidebar-widget-area .widget.location-widget ul.list li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.sidebar-widget-area .widget.location-widget ul.list li.active a {
    color: var(--primary-color);
}

.sidebar-widget-area .widget.location-widget .btn-link {
    text-decoration: underline;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--primary-color);
}

.sidebar-widget-area .widget.price-range-widget .ui-widget.ui-widget-content {
    border: none;
    /* background: #dfdada; */
    background: rgba(var(--color-primary-rgb), 0.45);
    height: 8px;
    border-radius: 100px;
}

.sidebar-widget-area .widget.price-range-widget .ui-slider .ui-slider-range {
    background-color: var(--primary-color);
    border-radius: 0px;
}

.sidebar-widget-area .widget.price-range-widget .ui-widget-content .ui-state-default {
    outline: none;
    width: 15px;
    height: 15px;
    right: -8px;
    border-radius: 50%;
    box-shadow: none;
    background: #ffffff;
    border-width: 3px;
    border-color: var(--color-primary);
    cursor: grab;
    top: -3px;
}

.sidebar-widget-area .widget.price-range-widget .price-number {
    justify-content: space-between;
}

.sidebar-widget-area .widget.price-range-widget .price-number span {
    font-weight: 500;
    font-size: 14px;
}

.sidebar-widget-area .widget.price-range-widget .price-number span.text {
    width: 60%;
}

.sidebar-widget-area .widget.price-range-widget .price-number span.amount {
    width: 80%;
}

.sidebar-widget-area .widget.price-range-widget .price-number span.amount input {
    width: 100%;
    border: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    color: var(--body-color);
}

.sidebar-widget-area .widget.categories-widget-two a {
    background-color: #dfdada;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: var(--heading-color);
    margin-right: 5px;
    margin-bottom: 10px;
}

.sidebar-widget-area .widget.categories-widget-two a:hover {
    background-color: var(--primary-color);
}

/* Pricing details */
/* .equipment-slider-warp {
    width: 75%;
} */

.equipment-gallery-arrow {
    width: 25%;
}

.equipment-details-section .equipment-gallery-thumb {
    max-width: 60%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -55px;
}

.equipment-details-section .equipment-gallery-thumb .single-gallery-itam-thumb {
    margin-left: 7px;
    margin-right: 7px;
    height: 90px;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
}

.equipment-details-section .equipment-gallery-thumb .single-gallery-itam-thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.equipment-gallery-arrow ul.slick-dots li {
    display: block;
    margin-bottom: 35px;
}

.equipment-gallery-arrow ul.slick-dots li:last-child {
    margin-bottom: 0px;
}

.equipment-gallery-arrow ul.slick-dots li img {
    width: 100%;
}


.equipment-gallery-slider .single-gallery-itam a {
    display: block;
}

.equipment-gallery-slider .single-gallery-itam img {
    width: 100%;
}

.equipment-gallery-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    background-color: var(--primary-color);
    color: var(--heading-color);
}

.equipment-gallery-slider .slick-arrow.prev {
    left: 0;
}

.equipment-gallery-slider .slick-arrow.next {
    right: 0;
}

.description-wrapper h3.title {
    margin-bottom: 20px;
}

.description-wrapper .voucher-btn {
    padding: 12px 35px;
    background-color: #fff0d9;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: normal;
}

.description-wrapper .voucher-btn i {
    margin-right: 10px;
}

.description-wrapper .content-box {
    margin-bottom: 35px;
}

.description-wrapper .content-box h4.title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.description-wrapper .content-box h4.title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
}

.description-wrapper .content-box p {
    margin-bottom: 33px;
}

.description-wrapper .content-box ul.list li {
    position: relative;
    padding-left: 25px;
    line-height: 15px;
    margin-bottom: 17px;
}

.description-wrapper .content-box ul.list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
}

.description-wrapper .content-box ul.list li:after {
    position: absolute;
    top: 7px;
    left: 7px;
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--heading-color);
}

.description-wrapper .content-box .content-table .table td {
    padding: 10px 30px;
    border: 1px solid var(--bc);
}

.description-wrapper .social-link span {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 20px;
}

.equipement-sidebar-info .booking-form #date-range {
    cursor: pointer;
}

.equipement-sidebar-info .booking-form .price-info {
    position: relative;
    padding: 10px 100px 10px 30px;
    background-color: var(--heading-color);
}

.equipement-sidebar-info .booking-form .price-info .price-tag {
    background-color: var(--primary-color);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
}

.equipement-sidebar-info {
    background-color: #f8f8f8;
}

.equipement-sidebar-info .booking-form .price-info span,
.equipement-sidebar-info .booking-form .price-info h5 {
    color: var(--white);
}

.equipement-sidebar-info .booking-form .price-info h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.equipement-sidebar-info .booking-form .price-info span {
    font-size: 14px;
}

.equipement-sidebar-info .booking-form .pricing-body {
    padding: 15px 30px;
}

.equipement-sidebar-info .booking-form .pricing-body .price-option {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.equipement-sidebar-info .booking-form .pricing-body .price-option span.span-btn {
    background-color: #e7e7ed;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #0c1239;
    padding: 4px 15px;
}

/* .equipement-sidebar-info .booking-form .pricing-body .form_group {
    clear: both;
    border-bottom: 1px solid var(--bc);
} */
.equipement-sidebar-info .booking-form .pricing-body .form_group input {
    padding: 21px 20px;
}

/* .equipement-sidebar-info .booking-form .pricing-body .form_group .select-shipping {
    padding-top: 30px;
} */

.equipement-sidebar-info .booking-form .pricing-body .form_group .form_control {
    padding: 0;
    height: auto;
    background-color: transparent;
}

.equipement-sidebar-info .booking-form .pricing-body .nice-select {
    background-color: #ffffff;
    border: 1px solid #ddd;
    float: none;
}

.equipement-sidebar-info .booking-form .pricing-body .nice-select .list li {
    white-space: wrap;
    border-bottom: 1px solid #c9c8c8;
}

/* .equipement-sidebar-info .booking-form .pricing-body .nice-select:after {
    right: 0;
} */

.equipement-sidebar-info .booking-form .pricing-body p.available-text {
    color: #019657;
}

.equipement-sidebar-info .booking-form .pricing-body p.available-text i {
    margin-right: 10px;
}

.price-option-table ul .single-price-option .single-method input,
.equipement-sidebar-info .booking-form .pricing-body .reserved-filter .single-method input {
    display: none;
}

.equipement-sidebar-info .booking-form .pricing-body .reserved-filter .single-method input:checked+label::before {
    border-color: transparent;
    background-color: var(--primary-color);
}

.equipement-sidebar-info .booking-form .pricing-body .reserved-filter .single-method label {
    margin-bottom: 0px;
    line-height: 15px;
    line-height: 16px;
    font-size: 16px;
}

.equipement-sidebar-info .booking-form .pricing-body .reserved-filter .single-method label:before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1.5px solid var(--body-color);
    margin-right: 10px;
}

.equipement-sidebar-info .booking-form .pricing-body .extra-option h4 {
    margin-bottom: 20px;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method {
    justify-content: space-between;
    margin-bottom: 15px;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0c1239;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label span.title {
    line-height: 1;
    position: relative;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label span.title:before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid var(--heading-color);
    margin-right: 10px;
    border-radius: 2px;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label span.title:after {
    position: absolute;
    top: 2px;
    left: 2px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price span.price,
.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label span.price {
    line-height: 25px;
    font-weight: 500;
    color: var(--heading-color);
    text-align: right;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price span.title {
    color: var(--heading-color);
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method input:checked+label span.title:after {
    visibility: visible;
    opacity: 1;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-input {
    display: flex;
    align-items: center;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-down,
.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price #quantity,
.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-up {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid var(--bc);
    cursor: pointer;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-down {
    border-right: none;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-up {
    border-left: none;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-up {
    margin-inline-end: 10px;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option span.title {
    display: block;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option span.title span.amount {
    float: right;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option span.title {
    font-weight: 500;
    color: var(--heading-color);
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option span.total {
    font-weight: 500;
    color: var(--heading-color);
}

.equipement-sidebar-info .booking-form .extra-option .btn {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    border-radius: 0 !important;
}

.equipement-sidebar-info .booking-form .extra-option .form-control {
    box-shadow: none;
    padding: 18px 20px;
    border-radius: 0 !important;
}

.equipement-sidebar-info .form-control {
    --size: 40px;
    height: var(--size);
    line-height: var(--size);
}

.equipement-sidebar-info .booking-form .extra-option .btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary-color);
    box-shadow: none;
}

.choose-booking-type.custom-radio .form-radio-label::before {
    top: 7px;
}

/*---========================
   	Start Testimonial  css
==========================---*/
.testimonial-item-one {
    padding: 50px 40px 45px;
    background-color: var(--white);
}

.testimonial-item-one .testimonial-content .quote {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7e7ed;
    margin-bottom: 33px;
}

.testimonial-item-one .testimonial-content .quote i {
    font-size: 25px;
    color: var(--heading-color);
}

.testimonial-item-one .testimonial-content p {
    margin-bottom: 32px;
}

.testimonial-item-one .testimonial-content h5 {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-item-one .testimonial-content h5 span {
    color: var(--body-color);
}

.testimonial-item-two .testimonial-content {
    position: relative;
    background-color: #211641;
    padding: 30px 35px 33px;
    margin-bottom: 55px;
}

.testimonial-item-two .testimonial-content:after {
    position: absolute;
    bottom: -25px;
    left: 30px;
    content: "";
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #211641;
}

.testimonial-item-two .testimonial-content .quote i {
    font-size: 55px;
    line-height: 1;
}

.testimonial-item-two .testimonial-content p {
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

.testimonial-item-two .testimonial-thumb-title {
    padding-left: 35px;
}

.testimonial-item-two .testimonial-thumb-title .thumb {
    min-width: 65px;
    max-width: 65px;
    height: 65px;
    margin-right: 20px;
}

.testimonial-item-two .testimonial-thumb-title .thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-item-two .testimonial-thumb-title .title h4,
.testimonial-item-two .testimonial-thumb-title .title span {
    color: var(--white);
}

.testimonial-2 .main-btn-primary::before {
    background-color: #fff;
}

.testimonial-2 .main-btn-primary::after {
    background-color: #fff;
}

.testimonial-2 .main-btn-primary:hover {
    color: var(--heading-color);
}

.testimonial-2 .main-btn-primary:hover::after {
    background-color: var(--primary-color);
}

/*---========================
   	Start CTA  css
==========================---*/
.bg-with-overlay {
    position: relative;
    z-index: 1;
}

.bg-with-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(var(--secondary-rgb-color), 0.5)
}

.content-white h2,
.content-white h4 {
    color: #fff;
}

.cta-content-box-one h2 {
    margin-bottom: 25px;
}

.cta-content-box-one h4 {
    font-weight: 500;
    margin-bottom: 47px;
}

/*---========================
   	Start Blog  css
==========================---*/
.blog-arrows-one {
    display: flex;
    justify-content: flex-end;
}

.blog-arrows-one .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: var(--secondary-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.blog-arrows-one .slick-arrow:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.blog-arrows-one .slick-arrow.prev {
    margin-right: 15px;
}

.post-meta ul li {
    display: inline-block;
}

.post-meta ul li span i {
    margin-right: 10px;
    color: var(--primary-color);
}

.blog-post-item-one:hover .entry-content:after {
    background-color: var(--primary-color);
}

.blog-post-item-one .post-thumbnail {
    position: relative;
}

.blog-post-item-one .post-thumbnail .cat-btn {
    position: absolute;
    bottom: -20px;
    left: 40px;
    z-index: 1;
    background-color: var(--primary-color);
    padding: 10px 25px;
    color: var(--heading-color);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 20px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}

.blog-post-item-one .entry-content {
    position: relative;
    padding: 45px 30px 25px;
    background-color: var(--light-bg);
}

.blog-post-item-one .entry-content:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background-color: rgba(119, 119, 119, 0.2);
    transition: all 0.3s;
}

.blog-post-item-one .entry-content .post-meta ul li {
    margin-bottom: 13px;
}

.blog-post-item-one .entry-content .post-meta ul li span {
    margin-right: 20px;
}

.blog-post-item-one .entry-content .post-meta ul li span a:hover {
    color: var(--primary-color);
}

.blog-post-item-one .entry-content .post-meta ul li span i {
    color: var(--primary-color);
}

.blog-post-item-one .post-thumbnail img {
    width: 100%;
}

.blog-post-item-one .entry-content h3.title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
}

.blog-post-item-one .entry-content h3.title:hover {
    color: var(--primary-color);
}

.blog-post-item-one .entry-content p {
    margin-bottom: 15px;
}

.blog-post-item-one .entry-content .btn-link {
    color: #0c1239;
    font-weight: 500;
}

.blog-post-item-one .entry-content .btn-link:hover {
    text-decoration: none;
}

.blog-post-item-two .post-thumbnail {
    position: relative;
}

.blog-post-item-two .post-thumbnail img {
    width: 100%;
}

.blog-post-item-two .post-thumbnail .date {
    position: absolute;
    bottom: -30px;
    left: 30px;
    width: 80px;
    height: 80px;
    border: 4px solid #ffffff;
    border-bottom: none;
    border-radius: 30px 0px 0px 0px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.blog-post-item-two .post-thumbnail .date:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: var(--heading-color);
    bottom: 0;
    left: 0;
}

.blog-post-item-two .post-thumbnail .date {
    color: var(--heading-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.blog-post-item-two .post-thumbnail .date span {
    font-size: 14px;
    font-weight: 500;
}

.blog-post-item-two .entry-content {
    padding: 55px 40px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
}

.blog-post-item-two .entry-content h3.title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.blog-post-item-two .entry-content h3.title:hover {
    color: var(--primary-color);
}

.blog-post-item-two .entry-content .post-meta {
    margin-bottom: 10px;
}

.blog-post-item-two .entry-content .post-meta ul li:last-child {
    margin-left: 25px;
}

.blog-post-item-two .entry-content .post-meta ul li span {
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-post-item-two .entry-content .post-meta ul li span i {
    color: var(--primary-color);
}

.blog-post-item-two .entry-content .main-btn {
    padding: 7px 22px;
    font-size: 14px;
}

/* Blog Details Css */
.blog-details-wrapper .blog-post-item .post-thumbnail {
    margin-bottom: 25px;
    position: relative;
}

.blog-details-wrapper .blog-post-item .post-thumbnail img {
    width: 100%;
}

.blog-details-wrapper .blog-post-item .post-thumbnail .btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}

/* socialMediaModal */
.socialMediaModal .socialMediaModal_list {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.socialMediaModal .socialMediaModal_list a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}

.socialMediaModal .socialMediaModal_list a i {
    height: 35px;
    width: 36px;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
}

.socialMediaModal .socialMediaModal_list a.facebook i {
    background: #1877f2;
}

.socialMediaModal .socialMediaModal_list a.linkedin i {
    background: #0077b5;
}

.socialMediaModal .socialMediaModal_list a.twitter i {
    background: #1da1f2;
}

.socialMediaModal .socialMediaModal_list a.whatsapp i {
    background: #25d366;
}

.socialMediaModal .socialMediaModal_list a.sms i {
    background: #4180ec;
}

.socialMediaModal .socialMediaModal_list a.mail i {
    background: #bb001b;
}

.socialMediaModal .socialMediaModal_list a.copy i {
    background: #e3574d;
}

.socialMediaModal .socialMediaModal_list span {
    font-size: 14px;
    margin-top: 7px;
    display: inline-block;
    color: var(--color-dark);
}

.socialMediaModal .close {
    background: #dc3545;
    border: 1px solid #dc3545;
    color: #FFF;
    outline: 0;
    border: 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
    margin-left: auto;
    opacity: 1;
    font-size: 15px;
    transition: all 0.3s ease;
}

.socialMediaModal .close:hover {
    background: transparent;
    border: 1px solid #dc3545;
    color: #dc3545;
}

.blog-details-wrapper .blog-post-item .entry-content .post-meta ul li {
    margin-right: 20px;
}

.blog-details-wrapper .blog-post-item .entry-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.blog-details-wrapper .blog-post-item .entry-content p {
    margin-bottom: 20px;
}

.blog-share ul li {
    margin-right: 15px;
}

.blog-share ul li a {
    color: var(--white);
    padding: 7px 20px;
    border-radius: 30px;
}

.blog-share ul li a.facebook {
    background-color: #275baa;
}

.blog-share ul li a.twitter {
    background-color: #28c8f0;
}

.blog-share ul li a.linkedin {
    background-color: #0e76a8;
}

.blog-share ul li a i {
    margin-right: 10px;
}



/* Sidebar css */

.sidebar-widget-area .widget {
    padding: 25px;
    background-color: #f8f8f8;
}

.sidebar-widget-area .widget h4.widget-title {
    position: relative;
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.sidebar-widget-area .widget h4.widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0%;
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
}

.sidebar-widget-area .widget.search-widget .form_control {
    height: 60px;
}

.sidebar-widget-area .widget.search-widget .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: var(--heading-color);
    background-color: var(--primary-color);
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li {
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 10px;
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li a {
    display: block;
    color: #3a416f;
    font-weight: 500;
    font-size: 18px;
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li a span {
    float: right;
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li a:hover {
    color: var(--primary-color);
}

.sidebar-widget-area .widget.widget-tag-cloud a {
    background-color: #dfdada;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: var(--heading-color);
    padding: 4px 15px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.sidebar-widget-area .widget.widget-tag-cloud a:hover {
    background-color: var(--primary-color);
}

.sidebar-widget-area .widget.product-categories .show-more {
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* ---- custom-radio start ---- */
.custom-radio .input-radio {
    display: none;
}

.custom-radio .form-radio-label {
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-inline-start: 20px;
    vertical-align: middle;
}

.custom-radio .form-radio-label::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin-inline-start: 0;
    margin-inline-end: auto;
    top: 0px;
    height: 0.9em;
    width: 0.9em;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
}

.custom-radio input[type=radio]:checked+.form-radio-label::before {
    background-color: var(--bg-white);
    border-width: 0.25em;
}

/* .products-details-section .product-info .custom-radio .form-radio-label::before {
    top: 7px;
} */

/* ---- custom-radio start ---- */


.blog-details-section .comments .comment-box {
    overflow: hidden;
    background: var(--color-white);
    padding: 30px 30px 0;
    border: 1px solid var(--bc) !important;
}

.blog-details-section .comments .name {
    margin-top: -3px;
    margin-bottom: 2px;
}

.blog-details-section .comments p {
    margin-bottom: 0;
}

.blog-details-section .comments .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-section .comments .comment-list .comment .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.blog-details-section .comments .comment-list .comment .comment-body .comment-author {
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    max-width: 100px;
}

.blog-details-section .comments .comment-list .comment .comment-body .comment-author .lazy-container {
    height: auto;
}

.blog-details-section .comments .comment-list .comment .comment-body .comment-content p {
    margin-bottom: 10px;
}

.blog-details-section .comments .comment-list .comment .comment-body .comment-content .btn-text {
    color: var(--primary-color);
    display: inline-block;
    line-height: 1;
}

.blog-details-section .comments .comment-list .comment .children {
    list-style-type: none;
    padding: 0;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.blog-details-section .comments .comment-list .comment .children .comment-body {
    -webkit-padding-start: 35px;
    padding-inline-start: 35px;
    margin-bottom: 25px;
}

.blog-details-section .comments .comment-reply .comment-notes {
    margin-bottom: 25px;
}

/*---========================
   	Start Sponsor  css
==========================---*/
.sponsor-slider-one .slick-track {
    display: flex;
    align-items: center;
}

.sponsor-item-one {
    padding: 0 20px;
    text-align: center;
}

.sponsor-item img {
    margin: auto;
}

.sponsor-slider-two {
    margin-left: -15px;
    margin-right: -15px;
}

.sponsor-item-two {
    margin-left: 15px;
    margin-right: 15px;
}

.sponsor-item-two a {
    display: block;
    background-color: var(--light-gray);
    padding: 25px 50px;
}

.sponsor-item-two a:hover {
    background-color: var(--primary-color);
}

/*---========================
   	Start Newsletter  css
==========================---*/
.newsletter-wrapper-one {
    position: relative;
    padding: 50px 30px;
    margin-bottom: -120px;
    z-index: 2;
    transform: skewX(-10deg);
}

.newsletter-wrapper-one::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 60px);
    margin-inline: auto;
    content: "";
    background-color: var(--primary-color);
    z-index: -2;
}

.newsletter-wrapper-one:after {
    position: absolute;
    top: -50px;
    left: 5px;
    content: "";
    width: 75px;
    height: 175px;
    z-index: -1;
    background: #d38307;
    clip-path: polygon(35% 31%, 34% 100%, 0% 100%);
}

.newsletter-wrapper-one .newsletter-content-box {
    transform: skewX(10deg);
    overflow: hidden;
}

.newsletter-wrapper-one .newsletter-form .form_control {
    padding: 0 40px;
    height: 70px;
    clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}

.newsletter-wrapper-one .newsletter-form .newsletter-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--secondary-color);
    padding: 20px 40px;
    color: var(--white);
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}

.newsletter-wrapper-two {
    position: relative;
    z-index: 1;
}

.newsletter-wrapper-two:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(var(--primary-rgb-color), 0.9);
    z-index: -1;
}

.newsletter-wrapper-two .newsletter-content-box .form_control {
    height: 70px;
}

.newsletter-wrapper-two .newsletter-content-box .newsletter-btn {
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 21px 24px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.newsletter-wrapper-two .newsletter-content-box .input-group {
    background-color: inherit;
}

/*---====================
   	Start Footer  css
=====================---*/
.footer-area-one {
    position: relative;
    z-index: 1;
}

.footer-area-one:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(var(--secondary-rgb-color), 0.95);
    z-index: -1;
}

.footer-area-one .footer-widget {
    padding-top: 214px;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-area-one .footer-widget .widget h4.widget-title {
    margin-bottom: 30px;
    color: var(--white);
}

.footer-area-one .footer-widget .widget p {
    color: var(--white);
}

.footer-area-one .footer-widget .widget.about-widget {
    margin-top: 6px;
}

.footer-area-one .footer-widget .widget.about-widget .brand-logo {
    margin-bottom: 35px;
}

.footer-area-one .footer-widget .widget.about-widget p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 25px;
}

.footer-area-one .footer-widget .widget.about-widget .social-box h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-area-one .footer-widget .widget.about-widget .social-box ul.social-link li {
    margin-right: 5px;
}

.footer-area-one .footer-widget .widget.about-widget .social-box ul.social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #24294c;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.footer-area-one .footer-widget .widget.about-widget .social-box ul.social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.footer-area-one .footer-widget .widget.footer-widget-nav {
    padding-left: 40%;
}

.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li {
    margin-bottom: 10px;
}

.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-color);
    vertical-align: middle;
    margin-right: 20px;
}

.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li:last-child {
    margin-bottom: 0px;
}

.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li a {
    color: var(--white);
}

.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li a:hover {
    color: var(--primary-color);
}

.footer-area-one .footer-widget .widget.contact-info-widget {
    padding-left: 25px;
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .icon {
    margin-right: 15px;
    width: 100%;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: var(--primary-color);
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .icon i {
    color: #fff;
    font-size: 18px;
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .info {
    margin-top: -8px;
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .info p a:hover {
    color: var(--primary-color);
}

.footer-area-one .copyright-area {
    padding: 25px 0;
}

.footer-area-one .copyright-area .copyright-text p {
    color: var(--white);
}

.footer-area-two .footer-top {
    padding: 120px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-area-two .footer-top .footer-logo {
    display: block;
    margin-bottom: 60px;
}

.footer-area-two .footer-top ul.social-link li span.title {
    font-size: 20px;
    line-height: 30px;
    color: var(--white);
    margin-right: 10px;
}

.footer-area-two .footer-top ul.social-link li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #24294c;
    color: var(--white);
    font-size: 14px;
    transition: all 0.4s;
    margin-left: 5px;
    margin-right: 5px;
}

.footer-area-two .footer-top ul.social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.footer-area-two .footer-widget {
    padding-top: 100px;
}

/*---====================
   	Start Categories  css
=====================---*/
.categories-item-one {
    position: relative;
    background-color: #fafafa;
    padding: 50px 35px 40px;
    height: 325px;
    transition: all 0.3s;
}

.categories-item-one:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--heading-color);
}

.categories-item-one:hover .icon i {
    color: var(--heading-color);
    background-color: var(--primary-color);
    border-radius: 40px 40px 0px 40px;
}

.categories-item-one:hover .content p {
    display: none;
}

.categories-item-one:hover .content h5 {
    color: var(--white);
    margin-bottom: 30px;
}

.categories-item-one:hover .content .main-btn {
    display: inline-block;
}

.categories-item-one .icon {
    margin-bottom: 25px;
}

.categories-item-one .icon i {
    width: 90px;
    height: 80px;
    background-color: #fff0d9;
    border-radius: 40px 0px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 40px;
    color: var(--primary-color);
    transition: all 0.3s;
}

.categories-item-one .content h5 {
    margin-bottom: 20px;
}

.categories-item-one .content .main-btn {
    display: none;
}

/*---====================
   	Start Shop  css
=====================---*/
.product-filter .form_group i {
    position: absolute;
    top: 17px;
    right: 20px;
}

.product-filter .form_control {
    border: 1px solid var(--bc);
    border-radius: 4px;
    padding: 9px 20px;
    margin-bottom: 20px;
}

.product-filter .nice-select {
    padding: 0 20px;
    border: 1px solid var(--bc);
    border-radius: 4px;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
}

.product-item-one .product-img img {
    width: 100%;
}

.product-item-one {
    border: 1px solid var(--bc);
}

.product-item-one .product-info {
    padding: 25px 30px 30px;
}

.product-item-one .product-info h3.title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
}

.product-item-one .product-info .rating {
    margin-bottom: 20px;
}

.product-item-one .product-info .rating li {
    font-size: 14px;
}

.filter-products-list .single-method {
    margin-bottom: 15px;
    cursor: pointer;
}

.filter-products-list .single-method input {
    cursor: pointer;
}

.filter-products-list .single-method:last-child {
    margin-bottom: 0px;
}

.filter-products-list .single-method label {
    margin-bottom: 0;
    line-height: 15px;
    cursor: pointer;
}


.product-item-two {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding-bottom: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.product-item-two:hover {
    border-color: transparent;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.product-item-two:hover .product-img .product-overlay {
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.product-item-two:hover .product-img .product-overlay .product-meta .wishlist-btn,
.product-item-two:hover .product-img .product-overlay .product-meta .cart-btn,
.product-item-two:hover .product-img .product-overlay .product-meta .img-popup {
    transform: translateY(0px);
}

.product-item-two .product-img {
    position: relative;
    overflow: hidden;
    background: #ddd;
}

.product-item-two .product-img .product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5%;
    background-color: rgba(12, 18, 57, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.product-item-two .product-img .product-overlay .product-meta {
    display: flex;
}

.product-item-two .product-img .product-overlay .product-meta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: var(--heading-color);
    border-radius: 50%;
    background-color: var(--primary-color);
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
}

.product-item-two .product-img .product-overlay .product-meta .img-popup {
    transform: translateY(40px);
    transition: all 0.4s;
}

.product-item-two .product-img .product-overlay .product-meta .cart-btn {
    transform: translateY(50px);
    transition: all 0.5s;
}

.product-item-two .product-img .product-overlay .product-meta .wishlist-btn {
    transform: translateY(60px);
    transition: all 0.6s;
}

.product-item-two .product-info {
    padding: 25px 10px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-item-two .product-info .ratings {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.ratings .rate .rating {
    background-image: url("../../tenant/image/rating-star.png");
    background-position: 0 0;
    background-repeat: repeat-x !important;
    height: 13px;
    width: 100%;
    display: block;
}

.product-info .rate {
    background-image: url("../../tenant/image/rating-star.png");
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    width: 95px;
    transition: all 0.5s ease-out 0s;
    margin-right: 5px;
}

.product-info .rate .rating {
    background-image: url("../../tenant/image/rating-star.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}

.product-item-two .product-info h3.title {
    font-size: 20px;
    line-height: 30px;
}

.product-item-two .product-info span.price {
    font-weight: 600;
    color: var(--primary-color);
}

.product-item-two .product-info span.price span.pre-price {
    margin-left: 5px;
    text-decoration: line-through;
    font-weight: 400;
}

.products-gallery-wrap .products-thumb-slider .slick-arrow,
.products-gallery-wrap .products-big-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 14px;
    background-color: var(--primary-color);
    color: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.products-gallery-wrap .products-thumb-slider .slick-arrow:hover,
.products-gallery-wrap .products-big-slider .slick-arrow:hover {
    background-color: var(--heading-color);
    color: var(--primary-color);
}

.products-gallery-wrap .products-thumb-slider .slick-arrow.prev,
.products-gallery-wrap .products-big-slider .slick-arrow.prev {
    left: 0;
}

.products-gallery-wrap .products-thumb-slider .slick-arrow.next,
.products-gallery-wrap .products-big-slider .slick-arrow.next {
    right: 0;
}

.products-gallery-wrap .products-big-slider a {
    display: block;
}

.products-big-slider {
    border: 1px solid #ddd;
    background: #f1f1f1;
    width: 525px;
    height: 525px;
}

.products-gallery-wrap .products-big-slider a img {
    width: 100%;
}

.products-gallery-wrap .products-thumb-slider {
    margin-left: -10px;
    margin-right: -10px;
    max-width: 70%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
}

.products-gallery-wrap .products-thumb-slider .product-img {
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.products-gallery-wrap .products-thumb-slider .product-img:hover {
    border: 1px solid var(--primary-color);
}

.products-gallery-wrap .products-thumb-slider .product-img img {
    width: 100%;
}

.products-details-wrapper .product-info h2 {
    margin-bottom: 15px;
}

.products-details-wrapper .product-info ul.rating {
    margin-bottom: 5px;
}

.products-details-wrapper .product-info span.price {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 24px;
    padding-top: 4px;
}

.products-details-wrapper .product-info span.price span.pre-price {
    font-weight: 400;
    text-decoration: line-through;
    color: var(--heading-color);
}


.products-details-wrapper .product-info .button .main-btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.products-details-wrapper .product-info ul.social-link li {
    margin-right: 10px;
}

.products-details-wrapper .product-info .product-tags a {
    color: var(--heading-color);
    font-weight: 600;
    margin-left: 10px;
}

.products-details-wrapper .product-info .product-tags a:hover {
    color: var(--primary-color);
}

.description-wrapper .description-tabs .nav-link {
    position: relative;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    color: var(--heading-color);
    padding: 0;
    margin-right: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.description-wrapper .description-tabs .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.description-wrapper .description-tabs .nav-link.active,
.description-wrapper .description-tabs .nav-link:hover {
    color: var(--primary-color);
}

.description-wrapper .description-tabs .nav-link.active:after {
    visibility: visible;
    opacity: 1;
}

.shop-review-area h4.title {
    margin-bottom: 20px;
}

.shop-review-area .shop-review-user {
    margin-bottom: 30px;
}

.shop-review-area .shop-review-user .thumb {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    margin-right: 20px;
}

.shop-review-area .shop-review-user .thumb img {
    width: 100%;
    border-radius: 50%;
}

.shop-review-area .shop-review-user .content span.date {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: var(--heading-color);
}

.shop-review-area .shop-review-user .content .rate {
    background-image: url("../../tenant/image/rating-star.png");
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    width: 95px;
    transition: all 0.5s ease-out 0s;
    margin-right: 5px;
}

.shop-review-area .shop-review-user .content .rate .rating {
    background-image: url("../../tenant/image/rating-star.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}

.shop-review-area .form_group .form_control {
    height: 150px;
    border: 1px solid var(--bc);
    border-radius: 5px;
    margin-bottom: 20px;
}

.shop-review-area .form_group ul.rating li {
    margin-bottom: 10px;
}

.shop-review-area .form_group ul.rating li:after {
    display: inline-block;
    content: "|";
    margin-left: 10px;
    margin-right: 7px;
}

.shop-review-area .form_group ul.rating li:last-child:after {
    display: none;
}

.shop-review-area .form_group ul.rating li:hover span {
    color: var(--primary-color);
}

.shop-review-area .review-value {
    cursor: pointer;
}

/*---====================
   	Start Team  css
=====================---*/
.team-item-one:hover .team-img:after {
    width: 100%;
    clip-path: none;
    height: 100%;
}

.team-item-one:hover .team-img .team-social {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.team-item-one .team-img {
    position: relative;
    overflow: hidden;
}

.team-item-one .team-img img {
    width: 100%;
}

.team-item-one .team-img:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    content: "";
    background-color: rgb(251 163 28 / 80%);
    clip-path: polygon(0 0, 100% 0, 0 95%);
    z-index: 1;
    transition: all 0.3s;
}

.team-item-one .team-img .team-social {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transform: translateY(-20px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team-item-one .team-img .team-social ul.social-link li {
    display: inline-block;
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.team-item-one .team-img .team-social ul.social-link li a {
    color: var(--heading-color);
}

.team-item-one .team-info {
    padding-top: 23px;
}

.team-item-one .team-info h3.title {
    font-size: 22px;
    line-height: 30px;
}

.team-item-one .team-info h3.title:hover {
    color: var(--primary-color);
}

.team-item-one .team-info span.position {
    font-size: 14px;
}

/*---=======================
   Sart FAQ  css
===========================---*/
.widget.faq-nav-widget {
    padding: 45px 20px 50px;
}

.widget.faq-nav-widget .nav-tabs {
    border-bottom: none;
}

.widget.faq-nav-widget .nav-tabs .nav-item {
    flex: 0 0 auto;
    width: 100%;
}

.widget.faq-nav-widget .nav-tabs .nav-link {
    display: block;
    border: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 18px;
    color: #3a416f;
}

.widget.faq-nav-widget .nav-tabs .nav-link.active,
.widget.faq-nav-widget .nav-tabs .nav-link:hover {
    color: var(--primary-color);
}

.faq-wrapper-one .card {
    border-radius: 0px;
    border: none;
}

.faq-wrapper-one .card .card-header {
    background-color: #f9f9f9;
    color: #3a416f;
    font-weight: 500;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-wrapper-one .card .card-header[aria-expanded="true"] {
    background-color: var(--primary-color);
    color: var(--white);
}

.faq-wrapper-one .card .card-header[aria-expanded]:after {
    display: inline-block;
    content: "\f107";
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    float: right;
    transition: all 0.3s;
    margin-left: 15px;
}

.faq-wrapper-one .card .card-header[aria-expanded="true"]:after {
    transform: rotate(-180deg);
}

.faq-wrapper-one .card .card-body {
    border: 1px solid #f9f9f9;
    border-top: none;
    padding: 15px 20px;
}

/*---====================
   	Start Contact  css
=====================---*/
.information-list-item .information-item {
    display: flex;
    align-items: center;
    padding: 40px;
    border: 1px solid #e5e5e5;
}

.information-list-item .information-item .icon {
    transition: all 0.3s;
}

.information-list-item .information-item .info {
    margin-left: 20px;
}

.information-list-item .information-item .icon i {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    transition: all 0.7s;
}

.information-list-item .information-item .info p {
    line-height: 26px;
    font-weight: 500;
    color: #3a416f;
}

.information-list-item .information-item .info p a:hover {
    color: var(--primary-color);
}

.contact-wrapper .section-title span.span {
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-color);
}

.contact-wrapper .contact-form .form_control {
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
}

.contact-wrapper .contact-form .nice-select {
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    margin-bottom: 20px;
}

.contact-wrapper .contact-form textarea.form_control {
    height: 150px;
}

/*---====================
   	Start Shop  css
=====================---*/
.cart-area-section .total-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cart-area-section .total-item-info li {
    color: var(--heading-color);
}

.cart-area-section .cart-table {
    width: 100%;
}

.cart-area-section .cart-table thead {
    background-color: #eaeaea;
}

.cart-area-section .cart-table thead tr th {
    padding: 10px 20px;
    color: var(--heading-color);
    text-align: center;
    border: 1px solid var(--bc);
}

.cart-area-section .cart-table thead tr th.remove {
    text-align: center;
}

.cart-area-section .cart-table tbody tr td {
    padding: 15px 0;
    border: 1px solid var(--bc);
    text-align: center;
    line-height: 24px;
}

/* .cart-area-section .cart-table tbody tr td */

.cart-area-section .cart-table tbody .title h3.prod-title {
    font-size: 20px;
}

.cart-area-section .cart-table tbody .qty .quantity-input {
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.cart-area-section .cart-table tbody .qty .quantity-input input,
.cart-area-section .cart-table tbody .qty .quantity-input .quantity-up,
.cart-area-section .cart-table tbody .qty .quantity-input .quantity-down {
    width: 50px;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.cart-area-section .cart-table tbody .qty .quantity-input input {
    border-left: none;
    border-right: none;
}

.cart-area-section .cart-table tbody .unit-price .available-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart-area-section .cart-table tbody .unit-price .available-info span.icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.cart-area-section .cart-table tbody .remove {
    text-align: center;
}

.cart-area-section .cart-middle {
    float: right;
    margin-top: 40px;
}

.cart-area-section .cart-middle .cart-btn {
    display: inline-block;
    margin-left: 15px;
    padding: 10px 30px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cart-area-section .cart-middle .cart-btn:hover {
    background-color: #14212b;
    color: #fff;
}

.checkout-area-section .shop-title-box h3 {
    margin-bottom: 20px;
}

.checkout-area-section .form_group label {
    display: block;
    font-weight: 400;
    color: #000;
    margin-bottom: 4px;
}

.checkout-area-section .form_group .form_control {
    border: 1px solid #e5e5e5;
}

.checkout-area-section .bottom {
    margin-top: 30px;
}

.checkout-area-section .bottom .table-one {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
}

.checkout-area-section .bottom .cart-table {
    width: 100%;
}

.checkout-area-section .bottom .cart-table tbody .product-title .prod-title {
    font-size: 20px;
}

.checkout-area-section .bottom .cart-table tbody input {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
}

.checkout-area-section .bottom .cart-table tbody input[type="radio"] {
    width: 15px;
    height: 15px;
}

.checkout-area-section .bottom .cart-table tbody tr td p {
    line-height: 18px;
}

.checkout-area-section .cart-total-table {
    border: 1px solid #e8e6f4;
    border-radius: 6px;
    margin-bottom: 40px;
}

.checkout-area-section .cart-total-table li {
    border-bottom: 1px solid #e8e6f4;
}

.checkout-area-section .cart-total-table li span.col {
    position: relative;
    display: block;
    float: left;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}

.checkout-area-section .cart-total-table li span.col.col-title {
    border-right: 1px solid #e8e6f4;
}

.checkout-area-section .coupon {
    position: relative;
    display: block;
    padding: 20px 28px 21px;
    margin-bottom: 40px;
    border: 1px solid #e8e6f4;
}

.checkout-area-section .coupon .form-control,
.checkout-area-section .coupon button {
    border-radius: 0 !important;
}

.checkout-area-section .payment-options {
    position: relative;
    display: block;
    border: 1px solid #e8e6f4;
    padding: 23px 20px 35px;
}

.checkout-area-section .payment-options h4 {
    margin-bottom: 15px;
}

.checkout-area-section .payment-options .accordion-item {
    margin-bottom: 15px;
}

.checkout-area-section .payment-options .accordion-header {
    display: flex;
}

.checkout-area-section .payment-options .accordion-header label {
    margin-bottom: 0;
    line-height: 17px;
    margin-left: 10px;
    cursor: pointer;
}

.checkout-area-section .payment-options input[type="radio"] {
    width: 15px;
    height: 15px;
}

.checkout-area-section .payment-options .placeorder-button {
    padding-top: 15px;
}

#stripe-element {
    margin-top: 10px;
}

/* equipment checkout page */
.checkout-area-section .form.billing-info {
    border: 1px solid #e8e6f4;
    padding: 20px 20px 10px;
}

.checkout-area-section .form.shipping-info {
    border: 1px solid #e8e6f4;
    padding: 0px 20px 0px 20px;
    margin-top: 30px;
}

.checkout-area-section .cart-total-table li span.col.col-title i {
    font-size: 11px;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option span.title i {
    font-size: 11px;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .lh-normal {
    margin-top: 10px;
    line-height: 1.4;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option small {
    line-height: 1;
    font-size: 14px;
}

/*---====================
    User Area css
=====================---*/
.bg-light {
    background-color: #F3F3F3;
}

.user-area-section .user-form {
    border: 1px solid #eaeaea;
    padding: 30px;
    background: #fff;
}

.user-form-header p {
    line-height: 1.3;
}

.user-area-section .user-form .form_group label {
    font-weight: 700;
}

.user-area-section .user-form .form_group .form_control {
    border: 1px solid #e5e5e5;
}

.user-area-section .user-form .form_group .form_control:focus {
    border-color: var(--primary-color);
}

.user-area-section .user-form .form_group .main-btn {
    width: 100%;
}

.user-area-section .user-form .form_group .lost-password,
.user-area-section .user-form .form_group .new-user {
    color: var(--primary-color);
}

.user-area-section .user-form .form_checkbox .single-checkbox {
    margin-right: 15px;
}

.user-area-section .user-form input[type="radio"] {
    width: 13px;
    height: 13px;
}

.user-area-section .user-form input[type="checkbox"] {
    width: 13px;
    height: 13px;
}

.user-area-section .user-form .form_checkbox {
    display: flex;
    margin-bottom: 20px;
}

.user-area-section .user-form .form_checkbox label {
    line-height: 15px;
}

.user-area-section .user-form .form_checkbox label span {
    margin-left: 15px;
}

.user-area-section .user-form .form_text {
    margin-bottom: 25px;
}

.user-area-section .user-form .password-field {
    position: relative;
}

.user-area-section .user-form .show-password-field {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.user-area-section .user-form .show-password-field .show-icon {
    font-family: var(--font-icon);
    font-style: normal;
}

.user-area-section .user-form .show-password-field .show-icon::before {
    content: "\f070";
}

.user-area-section .user-form .show-password-field .show-icon.show::before {
    content: "\f06e";
}

.user-area-section .user-form .login_or {
    position: relative;
    z-index: 1;
}

.user-area-section .user-form .login_or::before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -1;
    content: "";
    position: absolute;
    background-color: #eaeaea;
}

.user-area-section .user-form .login_or span {
    padding: 0 15px;
    background-color: #fff;
    font-weight: 500;
}

.user-area-section .user-form .login_google_area a {
    max-width: 250px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #eaeaea;
    color: #010101b5;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.user-area-section .user-form .login_google_area a:hover {
    background: var(--primary-color);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .dataTables_length {
        margin-bottom: 20px;
    }

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        float: none;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
}

/* -----------------------------------------
	Error CSS
----------------------------------------- */
.error-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.error-area .error-content {
    text-align: center;
}

.error-area .error-content img {
    max-width: 70%;
}

.error-area .error-content h3 {
    margin-bottom: 20px;
    font-size: 40px;
}

.error-area .error-content p {
    max-width: 550px;
    margin: auto;
    margin-bottom: 20px;
}

/* -----------------------------------------
	Coming Soon CSS
----------------------------------------- */
.coming-soon-area {
    display: flex;
    align-items: center;
    height: 100vh;
}

.coming-soon-area .coming-soon-box {
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 30px;
    border: 2px solid var(--primary-color);
    background-color: #ffffff;
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.coming-soon-area .coming-soon-box .title-box {
    text-align: center;
    margin-bottom: 30px;
}

.coming-soon-area .coming-soon-box .title-box .title {
    margin-top: -2px;
    margin-bottom: 10px;
}

.coming-soon-area .coming-soon-box .title-box .text {
    margin-bottom: 0;
}

.coming-soon-area .coming-soon-box #timer {
    margin-bottom: 30px;
}

.coming-soon-area .coming-soon-box #timer .counter {
    width: 100px;
    height: 105px;
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f8faff;
}

.coming-soon-area .coming-soon-box #timer .counter .h1 {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0;
}

.coming-soon-area .coming-soon-box #timer .counter span {
    display: block;
    color: #132150;
    font-weight: 600;
    font-size: 17px;
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group {
    border: 2px solid #dddddd;
    -webkit-box-shadow: 0px 15px 32px 0px rgba(97, 78, 249, 0.08);
    box-shadow: 0px 15px 32px 0px rgba(97, 78, 249, 0.08);
    background-color: #ffffff;
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group ::-webkit-input-placeholder {
    color: #8c929d;
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group :-ms-input-placeholder {
    color: #8c929d;
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group ::-ms-input-placeholder {
    color: #8c929d;
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group ::placeholder {
    color: #8c929d;
}

/* -----------------------------------------
	Newsletter Form CSS
----------------------------------------- */
.newsletter-form .input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 3px;
    background-color: rgba(255, 255, 255, 0.259);
}

.newsletter-form .input-group .form-control {
    height: auto;
    border: none;
    border-radius: 0;
    padding: 15px 25px;
    background-color: transparent;
}

/* -----------------------------------------
	Pagination CSS
----------------------------------------- */
.pagination-nav {
    padding-top: 20px;
}

.pagination-nav .page-link {
    color: var(--heading-color);
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    padding: 0;
    font-size: 16px;
    border-color: transparent;
}

.pagination-nav .page-item:first-child .page-link,
.pagination-nav .page-item:last-child .page-link {
    border-radius: 0;
}

.pagination-nav .page-item.active .page-link,
.pagination-nav .page-item:hover .page-link {
    color: #fff;
    background-color: var(--primary-color);
    border-color: transparent;
}

.pagination-nav .page-item.next,
.pagination-nav .page-item.prev {
    border: none;
}

.pagination-nav .page-item.next:hover,
.pagination-nav .page-item.prev:hover {
    color: var(--primary-color);
    background: transparent;
}

.modal-body {
    text-align: start;
}

/*float cart css */
a#cartIcon {
    position: fixed;
    z-index: 50;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: none;
    font-size: 12px;
    text-align: center;
    color: inherit;
    -webkit-box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%),
        0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%),
        0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%),
        0 100px 80px rgb(0 0 0 / 12%);
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%),
        0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%),
        0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
    text-decoration: none;
}

a#cartIcon .cart-length {
    background: var(--primary-color);
    padding: 5px 10px;
    font-weight: 600;
    color: #fff;
}

a#cartIcon .cart-length i {
    font-size: 16px;
}

a#cartIcon span.length {
    line-height: 22px;
}

a#cartIcon span.length {
    display: block;
    margin-top: -7px;
}

a#cartIcon .cart-total {
    background-color: #fff;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
    color: inherit;
}

/*cart table desing */
.cart-area-section .cart-table tbody .column-box img {
    width: 100px;
    padding: 10px;
}

.cart-area-section .cart-table tbody .product-content .title {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.variation_modal .modal-title {
    font-size: 18px;
    display: flex;
}

/* .cart-area-section .cart-table tbody .column-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 15px 0fr;
    grid-template-columns: 120px 0fr;
    grid-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
} */

.cart-area-section .cart-table tbody .product-image {
    max-width: 120px;
    border-radius: 5px;
    overflow: hidden;
}

.cart-area-section .cart-table tbody .remove .checkbox span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #ffffff;
    margin: 0 auto;
    background: #d44747;
    cursor: pointer;
}

.product-info .rating-text {
    font-size: 14px;
}

.product-info .cart-link {
    cursor: pointer;
}

.variation_modal .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

.variation_modal .modal-body .form-check-input {
    margin-top: 8px;
}

.variation_modal_group_btn {
    display: flex;
    align-items: center;
    gap: 20px;
    row-gap: 15px;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    width: calc(100% - 30px);
    margin-bottom: 20px;
}

.variation_modal_group_btn .modal-quantity {
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.variation_modal_group_btn .modal-quantity .quantity-up,
.variation_modal_group_btn .modal-quantity .quantity-down {
    width: 50px;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    transition: all 0.3s ease;
}

.variation_modal_group_btn .modal-quantity .quantity-up:hover,
.variation_modal_group_btn .modal-quantity .quantity-down:hover {
    background: var(--primary-color);
    color: var(--white);
}

.variation_modal_group_btn .modal-quantity .quantity-input {
    width: 47px;
    height: 40px;
    border: 1px solid #dddddd;
    text-align: center;
    margin: 0 0;
    color: #838b97;
    border-left: 0;
    border-right: 0;
    font-family: var(--font-heading);
    padding: 0 0 0 13px;
}

.variation_modal_group_btn .main-btn {
    width: 40%;
    height: 48px;
    padding: 0 35px;
}

/* Coupon css */
.coupon .form-control:focus {
    border-color: var(--primary-color);
}

.coupon .form-control {
    box-shadow: none;
    padding: 20px 20px;
}

.checkout-area-section .coupon .btn {
    background-color: var(--primary-color);
    box-shadow: none;
    color: #fff;
    font-size: 16px;
}

.checkout-area-section .coupon .btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary-color);
    box-shadow: none;
}

/* payment-options */
.payment-options .form_control:focus-visible {
    border: 1px solid #dddddd;
}

.payment-options .form_control {
    border: 1px solid #dddddd;
    outline: none;
}

.payment-options .nice-select {
    margin-bottom: 15px;
    line-height: 50px;
    height: 50px;
    padding: 0;
    padding-inline-start: 20px;
    border-radius: 0;
}

.payment-options .nice-select .list {
    max-height: 200px;
    overflow-y: auto;
}

.payment-options .nice-select .option {
    border-bottom: 1px solid #dddddd;
}

.payment-options .nice-select .option:hover,
.payment-options .nice-select .option:focus {
    background: var(--primary-color);
    color: var(--white);
}

/* nice-select scrollbar css  */
.nice-select .list::-webkit-scrollbar {
    width: 5px;
}

.nice-select .list::-webkit-scrollbar-track {
    background-color: #f4f5f8;
}

.nice-select .list::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: rgba(30, 29, 35, 0.2);
}

/* custom-checkbox */
.custom-checkbox .input-checkbox {
    display: none;
}

.custom-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
    -webkit-padding-start: 22px;
    padding-inline-start: 22px;
}

.custom-checkbox .form-check-label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 17px;
    width: 17px;
    border: 2px solid #ddd;
    border-radius: 2px;
}

.custom-checkbox input[type="checkbox"]:checked+.form-check-label::after {
    opacity: 1;
}

input[type="checkbox"]:checked+.form-check-label::before,
input[type="radio"]:checked+.form-check-label::before {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.custom-checkbox input[type="checkbox"]+.form-check-label::after {
    content: "";
    width: 11px;
    position: absolute;
    top: 50%;
    left: 3px;
    opacity: 0;
    height: 6px;
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    -webkit-transform: translateY(-65%) rotate(-45deg);
    transform: translateY(-65%) rotate(-45deg);
}

.extra-option .quantity-input {
    display: flex;
    align-items: center;
    justify-content: center;
}

.daterangepicker td.active {
    background-color: var(--primary-color) !important;
}

.category-search.active a {
    color: var(--primary-color) !important;
}

.category-search a {
    cursor: pointer;
}

.description-wrapper .description-content-box .table td {
    padding: 10px 30px;
    border: 1px solid var(--bc);
}

.extra-option {
    padding: 0px 30px;
}

#checkoutForm .booking-form .pricing-body .price-option {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    gap: 10px !important;
}

#checkoutForm .booking-form .pricing-body .price-option .span-btn {
    padding: 4px 7px !important;
    font-size: 15px !important;
    flex-grow: 1;
    flex-basis: 108px;
    text-align: center;
    color: #fff;
    background-color: var(--color-primary);
}

/* ------------------------ */
/* banner-filter-tab Start */
/* ---------------------- */
.banner-filter-tab-wrapper {
    position: relative;
    z-index: 11;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

/* nav_tab */
.banner-filter-nav_tab {
    border: none;
    justify-content: center;
}

.banner-filter-nav_tab .nav-link {
    border: none;
    border-radius: 0;
    background: rgba(var(--color-primary-rgb), 0.6);
    color: #fff;
    width: 100%;
    padding: 10px 35px;
}

.banner-filter-nav_tab .nav-link.active {
    background: rgba(var(--color-primary-rgb), 1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
}

.banner-filter-grid {
    display: flex;
    width: 100%;
    align-items: center;
    background: rgba(var(--color-white-rgb), 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 15px;
}

.banner-filter-grid .form-control {
    padding: 0;
    margin: 0;
    border: 0;
    height: 100%;
    line-height: normal;
    color: #fff;
    font-weight: var(--font-normal);
    background: transparent;
    font-size: var(--font-sm);
    width: 100%;
}

.banner-filter-grid .form-control::placeholder {
    color: #fff !important;
}

.banner-filter-grid .form-block .icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin-inline-start: 0;
    margin-inline-end: auto;
    width: 25px;
    font-size: var(--font-sm);
}

.banner-filter-grid .nice-select {
    border: 0;
    height: 100%;
    line-height: normal;
    color: #fff;
    font-weight: 400;
    font-size: var(--font-sm);
}

.banner-filter-grid .nice-select .list {
    width: 100%;
    min-width: 150px;
    max-height: 160px;
    overflow-y: auto;
    color: #686868;
    border-radius: 3px;
    box-shadow: 0px 0px 30px 0px rgba(var(--color-dark-rgb), 0.15);
}

/*------ Scrollbar--------*/
.banner-filter-grid .nice-select .list::-webkit-scrollbar {
    width: 5px;
}

.banner-filter-grid .nice-select .list::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

.banner-filter-grid .nice-select .list::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #cecece;
}

/*  Scrollbar End */
.banner-filter-grid .nice-select::after {
    border-color: var(--text-white);
    right: 10px;
}

/* construction theme */
.banner-filter-tab-wrapper.banner-filter-style2 .banner-filter-grid {
    gap: 15px;
    padding: 25px 30px;
    background: rgba(0, 0, 0, 0.46);
}

.banner-filter-tab-wrapper.banner-filter-style2 .banner-filter-grid .item {
    max-width: 210px;
    width: 100%;
}

.banner-filter-tab-wrapper.banner-filter-style2 .form-control {
    padding: 10px;
    padding-inline-start: 18px;
    margin: 0;
    border: 0;
    height: 50px;
    line-height: 50px;
    color: var(--body-color);
    font-weight: 400;
    background: #fff;
    font-size: 16px;
    width: 100%;
    border-radius: 0;
}

.banner-filter-tab-wrapper.banner-filter-style2 .form-control::placeholder {
    color: var(--body-color) !important;
}

.banner-filter-tab-wrapper.banner-filter-style2 .form-group {
    margin-bottom: 0;
}

.banner-filter-tab-wrapper.banner-filter-style2 .nice-select {
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    color: var(--body-color);
}

.banner-filter-tab-wrapper.banner-filter-style2 .btn {
    border-radius: 0;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}


.banner-filter-tab-wrapper.banner-filter-style2 .item.title .form-control {
    width: 200px;
}

.banner-filter-tab-wrapper.banner-filter-style2 .item.date .form-control {
    width: 210px;
}

.banner-filter-tab-wrapper.banner-filter-style2 .item.date-time .form-control {
    width: 185px;
}

.banner-filter-tab-wrapper.banner-filter-style2 .item.category .nice-select {
    min-width: 130px;
}

.banner-filter-tab-wrapper.banner-filter-style2 .item.total-hour .form-control {
    width: 140px;
}

@media (max-width: 992px) {
    .banner-filter-nav_tab .nav-link {
        padding: 8px 35px;
    }

    .banner-filter-tab-wrapper.banner-filter-style2 {
        width: 100%;
        max-width: 500px;
    }

    .banner-filter-tab-wrapper.banner-filter-style2 .banner-filter-nav_tab .nav-item {
        width: auto;
        max-width: 200px;
    }

    .banner-filter-tab-wrapper.banner-filter-style2 .banner-filter-grid {
        flex-direction: column;
    }

    .banner-filter-tab-wrapper.banner-filter-style2 .banner-filter-grid .item {
        max-width: 100%;
        width: 100%;
    }

    .banner-filter-tab-wrapper.banner-filter-style2 .item.title .form-control {
        width: 100%;
    }

    .banner-filter-tab-wrapper.banner-filter-style2 .item.date .form-control {
        width: 100%;
    }

    .banner-filter-tab-wrapper.banner-filter-style2 .item.date-time .form-control {
        width: 100%;
    }

    .banner-filter-tab-wrapper.banner-filter-style2 .item.total-hour .form-control {
        width: 100%;
    }

    .banner-filter-tab-wrapper.banner-filter-style2 .form-control {
        height: 45px;
        line-height: 45px;
    }

    .banner-filter-tab-wrapper.banner-filter-style2 .nice-select {
        height: 45px;
        line-height: 45px;
    }

    .banner-filter-tab-wrapper.banner-filter-style2 .btn {
        height: 45px;
        line-height: 45px;
    }
}

@media (max-width: 420px) {
    .banner-filter-nav_tab .nav-link {
        padding: 8px 15px;
    }
}

/* ---------------------- */
/* banner-filter-tab End */
/* -------------------- */
/*skeleton desing*/
.skeleton {
    background: linear-gradient(90deg, #eee 25%, #ddd 37%, #eee 63%);
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
    border-radius: 8px;
    display: block;
}

.skeleton-text {
    height: 16px;
    margin-bottom: 8px;
}

.skeleton-btn {
    height: 40px;
    border-radius: 25px;
    width: 120px;
}

.skeleton-circle {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.skeleton-thumbnail {
    width: 100%;
    height:200px !important;
}

.skeleton-title-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 29px;
}

@keyframes shimmer {
    0% {
        background-position: -400px 0;
    }

    100% {
        background-position: 400px 0;
    }
}

.actual-content {
    opacity: 0;
    display: none;
    height: auto;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.actual-content.visible {
    opacity: 1;
    display: block;
}

.lazy {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.lazy.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
.floating-wpp {
    left: 20px !important;
    right: unset !important;
}

.floating-wpp .floating-wpp-popup.active {
    left: 20px;
}
