/*---------------------------------
	1.1 Theme SCSS
---------------------------------*/
/*-----------------------------------------------------------------------------------

    Template Name: Tourigo - Tour & Travel HTML Template
    Author: Bdevs
    Support: https://support.bdevs.net/
    Description: Tour & Travel related HTML Template
    Version: 1.0


-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME SCSS
	-----------------
		1.1 theme
		1.2 typography
		1.3 spacing

	-----------------
    01. utils SCSS
	-----------------
		1.1 mixins
		1.2 root
		1.3 extends
		1.4 breakpoints

	-----------------
    02. COMPONENTS SCSS
	-----------------
		2.1 animation
		2.2 avatar
		2.3 background
		2.4 backtotop
		2.5 breadcrumb
		2.6 buttons
		2.7 carousel 
		2.8 color.scss
		2.9 forms
		2.10 offcanvas
		2.11 pagination
		2.12 preloader
		2.13 section Title
		2.14 shortcodes
		2.15 social
		2.16 tab
		2.17 tooltip
		2.18 video
		2.19 index

	-----------------
    03. layout
	-----------------
		-----------------
		3.1.1 banner SCSS
		-----------------
			3.1.1 banner-1
			3.1.2 banner-2
			3.1.3 banner-3
			3.1.4 banner-4
			3.1.5 banner-5
			3.1.6 banner-common
			3.1.7 index

		-----------------
		3.1.2 blog SCSS
		-----------------
			3.2.1 blog-tag
			3.2.2 blog
			3.2.3 postbox
			3.2.4 recent-post
			3.2.5 sidebar-tag
			3.2.6 index

		-----------------
		3.1.3 ecommerce SCSS
		-----------------
			3.3.1 cart
			3.3.2 checkout
			3.3.3 order
			3.3.4 shop
			3.3.5 index

		-----------------
		3.1.4 footer SCSS
		-----------------
			3.4.1 footer-1
			3.4.2 footer-2
			3.4.3 footer-3
			3.4.4 footer-4
			3.4.5 footer-card
			3.4.6 footerCopyrights
			3.4.7 footerDefault
			3.4.8 index

		-----------------
		3.1.5 header SCSS
		-----------------
			3.5.1 header-1
			3.5.2 header-3
			3.5.3 header-4
			3.5.4 header-common
			3.5.5 header-top
			3.5.6 index
		-----------------
		3.1.6 menu SCSS
		-----------------
			3.6.1 meanmenu
			3.6.2 menu
			3.5.3 index

	-----------------
    04. Page SCSS
	-----------------
		4.1 about

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Prata&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6, .body__overlay {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

:root {
  /**  @font family declaration */
  --tj-ff-body: "Roboto", sans-serif;
  --tj-ff-title: "Prata", serif;
  --tj-ff-three: "Josefin Sans", sans-serif;
  --tj-ff-p: "Roboto", sans-serif;
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  --tj-ff-icomoon: "icomoon";
  /** @color declaration */
  --tj-white: #FFFFFF;
  --tj-black: #000000;
  --tj-light: #C8C8C8;
  --tj-placeholder: #C8C0C0;
  --tj-primary: #9e4b47;
  --tj-secondary: #32C8C2;
  --tj-danger: #dc3545;
  --tj-success: #22bb33;
  --tj-info: #0dcaf0;
  --tj-warning: #ffc107;
  --tj-teal: #20c997;
  --tj-body-text: #777777;
  --tj-taxonomy-color: #777777;
  --tj-title-color: #0A0A0A;
  --tj-label-color: #0A0A0A;
  --tj-rating-color: #ff9415;
  --tj-bg-primary: #F5F5F5;
  --tj-border-primary: #EAEBEE;
  --tj-border-secondary: rgba(220, 220, 220, 1);
  --tj-border-tertiary: rgb(75, 78, 82);
  --tj-gradient-1: linear-gradient(90deg, #F5F5F5 52.13%, rgba(245, 245, 245, 0.7) 100%);
  --primary-rgb: 200, 50, 56;
  --primary-rgb-1: rgba(var(--primary-rgb), 0.1);
  /** @font weight declaration */
  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;
  /** @font size declaration */
  --tj-fs-body: 16px;
  --tj-fs-p: 16px;
  --tj-fs-h1: 68px;
  --tj-fs-h2: 48px;
  --tj-fs-h3: 38px;
  --tj-fs-h4: 28px;
  --tj-fs-h5: 24px;
  --tj-fs-h6: 20px;
  --tj-fs-b1: 14px;
  --tj-fs-b2: 16px;
  --tj-fs-b3: 18px;
  --tj-fs-b4: 22px;
}

/*----------------------------------------
   Icomoon customize
-----------------------------------------*/
i[class^=icon-] {
  line-height: 1;
  position: relative;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 2.4rem;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1430px;
}

.row {
  --bs-gutter-x: 2.4rem;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0 !important;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.gy-24 {
  --bs-gutter-y: 24px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.position-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.position-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
  overflow-x: clip;
}

@media (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.overflow-visible {
  overflow: visible;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body__overlay {
  background-color: var(--tj-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay {
  background-color: var(--tj-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.image-overly {
  position: relative;
  z-index: 5;
}
.image-overly::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/*----------------------------------------
   Text Underline
-----------------------------------------*/
.underline a {
  display: inline;
  background-image: linear-gradient(var(--tj-primary), var(--tj-primary)), linear-gradient(var(--tj-primary), var(--tj-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1.4;
  padding: 2% 0;
}
.underline a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--tj-primary);
}

.underline-two a {
  display: inline;
  background-image: linear-gradient(var(--tj-tertiary), var(--tj-tertiary)), linear-gradient(var(--tj-tertiary), var(--tj-tertiary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1.4;
  padding: 2% 0;
}
.underline-two a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--tj-tertiary);
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--tj-white);
}
.mfp-close::after {
  position: absolute;
  content: "\f00d";
  height: 100%;
  width: 100%;
  font-family: var(--tj-ff-fontawesome);
  font-size: 31px;
  font-weight: 200;
  right: -20px;
  margin-top: -25px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-close::after {
    right: 15px;
    margin-top: -30px;
  }
}

/* custom scrollbar */
.custom-scrollbar {
  overflow-y: scroll;
  -ms-overflow-style: thin;
  /* for Internet Explorer, Edge */
  scrollbar-width: thin;
  padding-right: 10px;
  /* for Firefox */
  /* Set the width of the scrollbar */
  /* Set the color of the scrollbar thumb (the draggable part) */
  /* Set the color of the scrollbar track when the thumb is being dragged */
  /* Set the color of the scrollbar track (the area the thumb moves on) */
  /* Set the border-radius of the scrollbar thumb */
}
.custom-scrollbar::-webkit-scrollbar-width {
  scrollbar-width: thin;
  /* for Chrome, Safari, and Opera */
}
.custom-scrollbar::-webkit-scrollbar {
  width: 50px !important;
  /* Adjust as needed */
  height: 8px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #A6A6A6;
  /* Adjust as needed */
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #606060;
  /* Adjust as needed */
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Adjust as needed */
}
.custom-scrollbar::-webkit-scrollbar-thumb:vertical {
  border-radius: 2px;
  /* Adjust as needed */
}

/*---------------------------------
	1.2 Typography SCSS
---------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  color: var(--tj-black);
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  font-weight: normal;
  line-height: 1.5;
  background: var(--tj-white);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h5,
h5, .h5,
h6, .h6 {
  color: var(--tj-title-color);
  margin-top: 0px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: var(--tj-fw-bold);
  word-break: break-word;
  font-family: var(--tj-ff-title);
}

h1,
.h1 {
  font-size: var(--tj-fs-h1);
  line-height: 1;
  font-weight: var(--tj-fw-normal);
  font-family: var(--tj-ff-title);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
h1.small,
.h1.small {
  font-size: 58px;
}
h1.x-small,
.h1.x-small {
  font-size: 40px;
}

h2,
.h2 {
  font-size: var(--tj-fs-h2);
  line-height: 1.18;
  font-weight: var(--tj-fw-normal);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width:450px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
h2.medium,
.h2.medium {
  font-size: 44px;
}
h2.small,
.h2.small {
  font-size: 40px;
}
@media (max-width: 575px) {
  h2.small,
  .h2.small {
    font-size: 30px;
  }
}
h2.x-small,
.h2.x-small {
  font-size: 32px;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: var(--tj-fs-h3);
  line-height: 1.25;
  font-weight: var(--tj-fw-normal);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: var(--tj-fs-h4);
  line-height: 1.33;
  font-weight: var(--tj-fw-normal);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
h4.medium,
.h4.medium {
  font-size: 28px;
}

h5,
.h5 {
  font-size: var(--tj-fs-h5);
  line-height: 1.4;
  font-weight: var(--tj-fw-normal);
}
h5.small,
.h5.small {
  font-size: 20px;
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--tj-fs-h6);
  line-height: 1.44;
  font-weight: var(--tj-fw-normal);
}
h6.small,
.h6.small {
  font-size: 18px;
}
@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: var(--tj-fs-p);
  font-family: var(--tj-ff-p);
  font-weight: var(--tj-fw-normal);
  color: var(--tj-body-text);
  margin-bottom: 30px;
  line-height: 30px;
}
p.b1 {
  font-size: var(--tj-fs-b1);
  line-height: 1.714;
}
p.b2 {
  font-size: var(--tj-fs-b2);
  line-height: 1.625;
}
p.b3 {
  font-size: var(--tj-fs-b3);
  line-height: 1.55;
}
p.b4 {
  font-size: var(--tj-fs-b4);
  line-height: 1.454;
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--tj-fs-b1);
  line-height: 1.714;
}

.b2 {
  font-size: var(--tj-fs-b2);
  line-height: 1.625;
}

.b3 {
  font-size: var(--tj-fs-b3);
  line-height: 1.55;
}

.b4 {
  font-size: var(--tj-fs-b4);
  line-height: 1.454;
}

a {
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

img {
  max-width: 100%;
  object-fit: cover;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  border-color: var(--tj-border-primary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  outline: none;
  background-color: transparent;
  height: 56px;
  width: 100%;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid var(--tj-border-primary);
  color: var(--tj-black);
  padding-inline-start: 25px;
  padding-inline-end: 25px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: var(--tj-primary);
}

textarea {
  padding: 14px 24px;
}
textarea:focus {
  border-color: var(--tj-primary);
}

*::-moz-selection {
  background: var(--tj-secondary);
  color: var(--tj-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tj-secondary);
  color: var(--tj-white);
  text-shadow: none;
}

::selection {
  background: var(--tj-secondary);
  color: var(--tj-white);
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--tj-placeholder);
}

*::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--tj-ff-title);
  color: var(--tj-placeholder);
}

/*---------------------------------
	1.3 Default Spacing SCSS
---------------------------------*/
.section-space {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-space-top {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 50px;
  }
}

.section-space-bottom {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 50px;
  }
}

.section-title-space {
  margin-bottom: 55px !important;
}

/*----------------------------------------*/
/*  2.3 accordion
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.4 Background
/*----------------------------------------*/
.theme-bg {
  background-color: var(--tj-primary);
}

.theme-bg-05 {
  background-color: rgba(158, 75, 71, 0.5);
}

.primary-bg {
  background-color: var(--tj-bg-primary);
}

.gray-bg {
  background-color: #f9f9f9;
}

.full-black-bg {
  background-color: var(--tj-black);
}

.theme-black {
  background-color: var(--tj-black);
}

.bg-secondary {
  background-color: var(--tj-secondary);
}

.bg-success {
  background-color: var(--tj-success);
}

.bg-info {
  background-color: var(--tj-info);
}

.bg-warning {
  background-color: var(--tj-warning);
}

.bg-danger {
  background-color: var(--tj-danger);
}

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.tj-secondary-btn {
  font-size: 16px;
  color: var(--tj-white);
  font-weight: 700;
  background: var(--tj-primary);
  height: 50px;
  display: inline-flex;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 36px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 4;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
}
.tj-secondary-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.tj-secondary-btn:hover {
  color: var(--tj-white);
}
.tj-secondary-btn:hover::before {
  width: 100%;
  background: var(--tj-black);
}

.tj-discount-btn a {
  color: black;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  z-index: 30;
  padding: 5px 30px 5px 50px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.tj-discount-btn a::before {
  content: "\f291";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  background: var(--tj-primary);
  width: 35px;
  position: absolute;
  height: 100%;
  text-align: center;
  color: var(--tj-white);
  border-radius: 50%;
  line-height: 35px;
  font-size: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.tj-discount-btn a::after {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 22px;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.tj-discount-btn a:hover {
  color: var(--tj-white);
}
.tj-discount-btn a:hover::before {
  text-indent: 19px;
}
.tj-discount-btn a:hover::after {
  width: 100%;
  background: var(--tj-primary);
}

.tj-video-btn {
  font-size: 14px;
  padding: 12px 10px;
  line-height: 1;
  background-color: var(--tj-primary);
  border: 2px solid transparent;
  color: var(--tj-white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  border-radius: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.tj-video-btn:hover {
  color: var(--tj-primary);
  background-color: var(--tj-white);
  border-color: var(--tj-primary);
}

.tj-doctor-btn {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 25px;
  color: #ffffff;
  background: #E48216;
  border-radius: 4px;
  font-weight: 500;
  text-transform: lowercase;
  border: none;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-doctor-btn {
    min-width: 200px;
  }
}

.pulse-btn {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: var(--tj-black);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.pulse-btn i {
  color: var(--tj-white);
}

.tj-outline-btn {
  padding: 0 30px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--tj-fw-medium);
  height: 50px;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  background-color: transparent;
  color: var(--tj-black);
  border: 2px solid var(--tj-primary);
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
.tj-outline-btn:hover {
  color: var(--tj-white);
  background-color: var(--tj-primary);
  border-color: var(--tj-primary);
}
.tj-outline-btn.has-black {
  color: var(--tj-black);
}
.tj-outline-btn.has-black:hover {
  color: var(--tj-white);
}
.tj-outline-btn.has-white {
  color: var(--tj-white);
  border-color: var(--tj-white);
}
.tj-outline-btn.has-white:hover {
  color: var(--tj-white);
  border-color: var(--tj-primary);
}

.add-cart-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 45px;
  line-height: 43px;
  background: var(--tj-primary);
  border: 1px solid var(--tj-primary);
  border-radius: 3px;
  padding: 0 35px;
  color: var(--tj-white);
  justify-content: center;
  transition: 0.3s;
  white-space: nowrap;
}
.add-cart-btn:hover {
  background-color: var(--tj-white);
  border-color: var(--tj-primary);
  color: var(--tj-black);
}

.tj-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  white-space: nowrap;
  background-color: var(--tj-primary);
  color: var(--tj-white);
  font-weight: var(--tj-fw-medium);
  font-size: 14px;
  letter-spacing: 0.02rem;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.badge-primary {
  background-color: var(--tj-primary);
}
.badge-secondary {
  background-color: var(--tj-secondary);
}
.badge-success {
  background-color: var(--tj-success);
}
.badge-warning {
  background-color: var(--tj-warning);
}
.badge-danger {
  background-color: var(--tj-danger);
}
.badge-info {
  background-color: var(--tj-info);
}
.badge-light {
  color: var(--tj-black);
  background-color: var(--tj-light);
}
.badge-dark {
  color: var(--tj-white);
  background-color: var(--tj-black);
}
.badge-outline-primary {
  border: 1px solid var(--tj-border-primary);
}
.badge-outline-primary:hover {
  color: var(--tj-white);
  background-color: var(--tj-primary);
  border-color: var(--tj-primary);
}
.badge-outline-secondary {
  border: 1px solid var(--tj-secondary);
}
.badge-outline-secondary:hover {
  color: var(--tj-white);
  background-color: var(--tj-secondary);
  border-color: var(--tj-secondary);
}
.badge-outline-success {
  border: 1px solid var(--tj-success);
}
.badge-outline-success:hover {
  color: var(--tj-white);
  background-color: var(--tj-success);
  border-color: var(--tj-success);
}
.badge-outline-warning {
  border: 1px solid var(--tj-warning);
}
.badge-outline-warning:hover {
  color: var(--tj-white);
  background-color: var(--tj-warning);
  border-color: var(--tj-warning);
}
.badge-outline-danger {
  border: 1px solid var(--tj-danger);
}
.badge-outline-danger:hover {
  color: var(--tj-white);
  background-color: var(--tj-danger);
  border-color: var(--tj-danger);
}
.badge-outline-info {
  border: 1px solid var(--tj-info);
}
.badge-outline-info:hover {
  color: var(--tj-white);
  background-color: var(--tj-info);
  border-color: var(--tj-info);
}
.badge-outline-light {
  color: var(--tj-black);
  border: 1px solid var(--tj-light);
}
.badge-outline-light:hover {
  color: var(--tj-white);
  background-color: var(--tj-primary);
  border-color: var(--tj-primary);
}
.badge-outline-dark {
  border: 1px solid var(--tj-black);
}
.badge-outline-dark:hover {
  color: var(--tj-white);
  background-color: var(--tj-black);
  border-color: var(--tj-black);
}

/*----------------------------------------*/
/*  2.4 Color Short Code
/*----------------------------------------*/
.text-white {
  color: var(--tj-white);
}

.text-black {
  color: var(--tj-black);
}

.text-light {
  color: var(--tj-light);
}

.text-theme-black {
  color: var(--tj-black);
}

.text-primary {
  color: var(--tj-primary);
}

.text-secondary {
  color: var(--tj-secondary);
}

.text-success {
  color: var(--tj-success);
}

.text-info {
  color: var(--tj-info);
}

.text-warning {
  color: var(--tj-warning);
}

.text-danger {
  color: var(--tj-danger);
}

.body-text {
  color: var(--tj-body-text);
}

.taxonomy-color {
  color: var(--tj-taxonomy-color);
}

.title-color {
  color: var(--tj-title-color);
}

.label-color {
  color: var(--tj-label-color);
}

.rating-color {
  color: var(--tj-rating-color);
}

/*----------------------------------------*/
/*  2.0 Section Title  
/*----------------------------------------*/
.tj-section-title {
  font-size: 46px;
  line-height: 1.3;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tj-section-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-section-title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-section-title {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-section-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-section-title {
    font-size: 33px;
  }
}
@media (max-width: 575px) {
  .tj-section-title {
    font-size: 25px;
  }
}

.tj-section-subtitle {
  color: var(--tj-primary);
  font-size: 18px;
  line-height: 2.3;
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}
.tj-section-subtitle.color-white {
  color: var(--tj-white);
}

/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.tj-breadcrumb-content {
  border-bottom: 1px solid var(--tj-border-primary);
  margin-bottom: 30px;
}

/*----------------------------------------*/
/*  2.5 Carousel
/*----------------------------------------*/
.tj-slider-navigation button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: var(--tj-white);
  border-radius: 50%;
  color: var(--tj-black);
  transition: all 0.3s ease-in-out;
}
.tj-slider-navigation button:hover {
  background-color: var(--tj-primary);
  color: var(--tj-white);
}
.tj-slider-navigation.has-black button {
  background-color: var(--tj-black);
  color: var(--tj-white);
}
.tj-slider-navigation.has-black button:hover {
  background-color: var(--tj-primary);
  color: var(--tj-white);
}

.tj-pricing-navigation button {
  position: absolute;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  z-index: 55;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tj-black);
  background-color: var(--tj-white);
  transition: all 0.3s linear;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-pricing-navigation button {
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.tj-pricing-navigation button:hover {
  color: var(--tj-black);
  background-color: var(--tj-white);
}
.tj-pricing-navigation button.swiper-button-disabled {
  opacity: 0;
}
.tj-pricing-navigation .pricing-navigation-next {
  left: auto !important;
  right: -28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-pricing-navigation .pricing-navigation-next {
    left: auto !important;
    right: 0px;
  }
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
@media (max-width: 575px) {
  .features-scroll {
    margin-top: -10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .team-menu-scroll {
    margin-top: -10px;
    padding-bottom: 10px;
  }
}

.tj-tab-button {
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-tab-button {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-tab-button {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.tab-style .nav-tabs {
  margin-bottom: 68px;
  border-bottom: none;
  display: flex;
  gap: 20px 15px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-style .nav-tabs {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-style .nav-tabs {
    gap: 20px 15px;
    margin-bottom: 38px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .tab-style .nav-tabs {
    overflow-x: scroll;
    flex-wrap: nowrap !important;
    width: 100%;
  }
}
.tab-style .nav-link {
  background-color: var(--tj-white);
  display: block;
  padding: 0 94px;
  height: 64px;
  font-family: var(--tj-ff-title);
  font-size: 16px;
  font-weight: 400;
  color: var(--tj-black);
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: none;
  white-space: nowrap;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tab-style .nav-link {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tab-style .nav-link {
    padding: 0 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-style .nav-link {
    padding: 0 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tab-style .nav-link {
    padding: 0 36px;
    height: 52px;
  }
}
@media (max-width: 575px) {
  .tab-style .nav-link {
    padding: 0 17px;
    height: 48px;
    margin-bottom: 10px;
  }
}
.tab-style .nav-link.active {
  color: var(--tj-white);
  background-color: var(--tj-primary);
}
.tab-style .tab-pane {
  background-color: var(--tj-white);
  padding: 40px 50px;
  border-radius: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tab-style .tab-pane {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tab-style.style2 .tab-pane {
  background-color: var(--tj-white);
  padding: 30px 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tab-style.style2 .nav-link {
  padding: 0 70px;
  height: 64px;
}

.tj-profile-tab .nav-tabs {
  margin-bottom: 50px;
  border-bottom: none;
  gap: 10px;
}
@media (max-width: 575px) {
  .tj-profile-tab .nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden !important;
    overflow: scroll;
    overflow-y: scroll;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    padding-bottom: 10px;
    display: flex;
  }
}
.tj-profile-tab .nav-link {
  display: block;
  padding: 0 15px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ccc;
  background: #e2dcce;
  color: var(--tj-black);
}
.tj-profile-tab .nav-link.active {
  color: var(--tj-white);
  background-color: var(--tj-primary);
  border-color: var(--tj-primary);
}
.tj-profile-tab .tab-pane {
  padding-left: 25px;
  height: 530px;
  overflow-y: scroll;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-profile-tab .tab-pane {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .doctor-grid.doctor-mobile-next {
    height: 570px !important;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.offcanvas-area {
  background: var(--tj-bg-primary) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-inline-start: 1px solid var(--tj-border-primary);
}
.offcanvas-area ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .offcanvas-area {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
}
.offcanvas-area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas-logo a img {
  width: 160px;
}
@media (max-width: 575px) {
  .offcanvas-logo a img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .offcanvas-logo a img {
    width: 140px;
  }
}
.offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 45px 45px;
}
@media (max-width: 575px) {
  .offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.offcanvas-top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tj-border-primary);
}
.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(10px);
}
.offcanvas-overlay:hover {
  cursor: url(../images/shape/cross-out.png), pointer;
}
.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}

.sidebar-toggle {
  cursor: pointer;
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--tj-primary);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 33px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  inset-inline-start: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}
.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}
.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}
.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}
.offcanvas-close-icon:hover .offcanvas-m-line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 5px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--tj-primary);
}
@media (max-width: 575px) {
  .backtotop-wrap {
    bottom: 20px;
    right: 20px;
  }
}
.backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.backtotop-wrap::after {
  position: absolute;
  font-family: var(--tj-ff-fontawesome);
  content: "\f325";
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tj-white);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.backtotop-wrap svg path {
  fill: none;
}
.backtotop-wrap svg.backtotop-circle path {
  stroke: #ccc;
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*----------------------------------------*/
/*  2.3 Animations
/*----------------------------------------*/
@-webkit-keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
@keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
@-webkit-keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.pulse-white {
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.animate-play {
  position: relative;
  z-index: 5;
}
.animate-play::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.animate-play::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes iconBounce {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(-25px);
  }
  24% {
    opacity: 1;
  }
  40% {
    animation-timing-function: ease-in;
    transform: translateY(-24px);
  }
  65% {
    animation-timing-function: ease-in;
    transform: translateY(-12px);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translateY(-6px);
  }
  93% {
    animation-timing-function: ease-in;
    transform: translateY(-4px);
  }
  25%, 55%, 75%, 87% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}
.line-dash {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: line-dash 30s linear backwards alternate-reverse infinite;
  animation: line-dash 30s linear backwards alternate-reverse infinite;
}

@keyframes line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes planeRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
@keyframes cameraScale {
  0% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stoneSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
@-moz-keyframes badgeSpin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes plane3Scale {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Right To Left */
@keyframes right-2-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
.upDown {
  animation: upDown 1.3S infinite alternate;
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-moz-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-ms-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    transform: translateX(0);
  }
  40%, 60% {
    transform: translateX(-15px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes pulse-blur {
  from, to {
    scale: 1;
    filter: blur(0px);
  }
  50% {
    scale: 1.05;
    filter: blur(2px);
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  transition: none;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  top: 0;
  right: 0;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #3b3b3b;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

@keyframes line1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes bannerAnimationOne {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*----------------------------------------*/
/*  2.12 Short codes
/*----------------------------------------*/
.cndkbeforeafter-item img {
  max-width: none;
}

/* display flex */
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .flex-wrap-small {
    flex-wrap: wrap !important;
  }
}

.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-start {
  display: flex;
  align-items: center;
  justify-content: start;
}

.d-flex-items {
  display: flex;
  align-items: center;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* gap */
.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

/* Border Radius Short Code */
.radius-0 {
  border-radius: 0px;
}

.radius-6 {
  border-radius: 6px;
}

.radius-8 {
  border-radius: 8px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-16 {
  border-radius: 16px;
}

.radius-24 {
  border-radius: 16px;
}

.radius-50 {
  border-radius: 50px;
}

code {
  font-size: 16px;
  color: var(--tj-body-text);
  word-wrap: break-word;
}

.sidebar-sticky {
  position: sticky;
  top: 120px;
}

.text-border-highlights {
  position: relative;
  z-index: 1;
}
.text-border-highlights span {
  position: absolute;
  inset-inline-start: 0;
  display: inline-block;
  z-index: -1;
  width: calc(100% - 3px);
}

/* Height Short code */
.h-2px {
  height: 2px;
}

.h-3px {
  height: 3px;
}

.h-4px {
  height: 4px;
}

.h-5px {
  height: 5px;
}

.h-6px {
  height: 6px;
}

.h-7px {
  height: 7px;
}

.h-8px {
  height: 8px;
}

.h-9px {
  height: 9px;
}

.h-10px {
  height: 10px;
}

.h-15px {
  height: 15px;
}

.h-20px {
  height: 20px;
}

.h-40px {
  height: 40px;
}

.w-300 {
  min-width: 300px;
}
@media (max-width: 575px) {
  .w-300 {
    min-width: 200px;
  }
}

/* Bottom Short Code */
.bottom-0 {
  inset-block-end: 0;
}

.bottom-5 {
  inset-block-end: 5px;
}

.bottom-6 {
  inset-block-end: 6px;
}

.bottom-7 {
  inset-block-end: 7px;
}

.bottom-8 {
  inset-block-end: 8px;
}

.bottom-9 {
  inset-block-end: 9px;
}

.bottom-10 {
  inset-block-end: 10px;
}

.bottom-15 {
  inset-block-end: 15px;
}

.bottom-20 {
  inset-block-end: 20px;
}

.bottom-25 {
  inset-block-end: 25px;
}

/* Font Size */
.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

/* Font Weight */
.fw-1 {
  font-weight: var(--tj-fw-thin);
}

.fw-2 {
  font-weight: var(--tj-fw-elight);
}

.fw-3 {
  font-weight: var(--tj-fw-light);
}

.fw-4 {
  font-weight: var(--tj-fw-regular);
}

.fw-5 {
  font-weight: var(--tj-fw-medium);
}

.fw-6 {
  font-weight: var(--tj-fw-sbold);
}

.fw-7 {
  font-weight: var(--tj-fw-bold);
}

.fw-8 {
  font-weight: var(--tj-fw-ebold);
}

.fw-9 {
  font-weight: var(--tj-fw-black);
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*----------------------------------------*/
/*  2.10 Preloader
/*----------------------------------------*/
/* HEADER CSS */
/*----------------------------------------*/
/*  3.5.1 Header Style 1
/*----------------------------------------*/
.tj-header-logo {
  padding: 17.5px 0px;
}
.tj-header-logo img {
  max-width: 160px;
}

.header-style-one {
  background-color: var(--tj-white);
  box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

.tj-header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-header-left {
    gap: 0 10px;
  }
}

.tj-header-right {
  display: flex;
  align-items: center;
  gap: 0 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-header-right {
    gap: 0 20px;
  }
}

.tj-header-sign-btn {
  display: flex;
  align-items: center;
  gap: 20px;
}

/*----------------------------------------*/
/*  3.5.4 Header Common Style 
/*----------------------------------------*/
.tj-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-header-inner {
    gap: 0 20px;
  }
}
.tj-header-menu {
  text-align: center;
}
.tj-header-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 80px;
}
.tj-header-language {
  position: relative;
}
.tj-header-language:hover .bd-language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.bd-language-btn {
  display: inline-block;
  padding: 8px 8px;
  color: var(--tj-black);
  font-weight: 400;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  border: 1px solid var(--tj-border-primary);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.bd-language-btn:hover {
  border-color: var(--tj-primary);
  color: var(--tj-primary);
}
.bd-language-dropdown {
  min-width: 100px;
  background-color: var(--tj-bg-primary);
  padding-bottom: 10px;
  transition: 0.3s;
  z-index: 1001;
  position: absolute;
  top: 58px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
}
.bd-language-dropdown ul li {
  position: relative;
  list-style: none;
}
.bd-language-dropdown ul li a {
  padding: 5px 15px;
  display: block;
  color: #000;
  transition: 0.3s;
  white-space: nowrap;
}
.bd-language-dropdown ul li a:hover {
  color: var(--tj-primary);
}

.bd-sticky {
  position: fixed !important;
  top: 0;
  z-index: 55;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  background: var(--tj-white);
  border-top: 0;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}

.tj-header-hamburger {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-header-hamburger {
    display: block;
  }
}

.bar-icon {
  width: 28px;
  height: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 28px;
  height: 2px;
  background: var(--tj-black);
  display: inline-block;
  transition: color 0.2s ease-out;
  margin: 0 auto;
  margin-right: auto;
  margin-right: 0;
}
.bar-icon span:nth-child(1) {
  width: 21px;
  transition: all 0.3s linear;
}
.bar-icon span:nth-child(2) {
  width: 28px;
  transition: all 0.3s linear;
}
.bar-icon span:nth-child(3) {
  width: 15px;
  transition: all 0.3s linear;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--tj-black);
}
.bar-icon.is-white span {
  background: var(--tj-white);
}
.bar-icon.style-two span {
  transition: all 0.3s ease-in;
}
.bar-icon.style-two span:nth-child(2) {
  width: 85%;
}
.bar-icon.style-two span:nth-child(3) {
  width: 75%;
}
.bar-icon.style-two:hover span {
  width: 100%;
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
/* HEADER CSS */
/*----------------------------------------*/
/*  3.1.1 banner Style 1
/*----------------------------------------*/
.tj-hero-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 645px;
  width: 100%;
  position: relative;
  z-index: 5;
}
.tj-hero-bg::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.3;
}

.tj-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-content {
    width: 80%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-content {
    width: 70%;
  }
}

.tj-hero-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: var(--tj-white);
  display: block;
  margin-bottom: 10px;
}

.tj-hero-title {
  font-size: 60px;
  line-height: 1.15;
  margin-top: 18px;
  font-weight: 400;
  color: var(--tj-white);
  margin-bottom: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-title {
    font-size: 25px;
  }
}

/*----------------------------------------*/
/*  3.1.6 Banner Common Style
/*----------------------------------------*/
/* Menu index */
/*----------------------------------------*/
/*  3.6.2 Main menu css
/*----------------------------------------*/
.main-menu > ul {
  display: inline-flex;
  gap: 0 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu > ul {
    gap: 0 20px;
  }
}
.main-menu > ul > li:hover > a {
  color: var(--tj-primary);
}
.main-menu > ul > li:hover > a::after {
  width: 100%;
  inset-inline-end: auto;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
}
.main-menu > ul > li:hover > ul.submenu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  left: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--tj-title-color);
  padding: 28px 0px;
  display: inline-block;
  font-family: var(--tj-ff-body);
  position: relative;
  transition: all 0.3s linear;
}
.main-menu li a::after {
  position: absolute;
  content: "";
  bottom: 25px;
  inset-inline-end: 0;
  inset-inline-start: auto;
  height: 2px;
  width: 0;
  background-color: var(--tj-primary);
  transition: 0.7s;
  display: inline-block;
}
.main-menu .submenu {
  background-color: var(--tj-white);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  top: 100%;
}
.main-menu .submenu ul {
  background-color: var(--tj-white);
  padding: 18px 0px;
  width: 260px;
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu .submenu li {
  position: relative;
  padding: 0 0;
  padding-left: 20px;
  padding-right: 0;
}
.main-menu .submenu li:hover > a {
  color: var(--tj-primary);
}
.main-menu .submenu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu .submenu li a {
  font-size: 16px;
  color: var(--tj-title-color);
  padding: 12px;
  display: block;
  transition: all 0.5s;
  text-align: left;
  cursor: pointer;
}
.main-menu .has-mega-menu {
  position: static;
  transition: all 15s ease-in-out;
}
.main-menu .mega-menu {
  background-color: var(--tj-white);
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  padding: 30px 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1320px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  transition: all 0.5s;
  top: 100px;
  text-align: start;
  border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--tj-title-color);
  padding: 5px;
  display: inline-block;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s;
}
.main-menu .mega-menu li a:hover {
  color: var(--tj-primary);
}
.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-2 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-2 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
}
.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}
.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}
.main-menu .mega-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
}
.main-menu .mega-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 0 30px;
}
.main-menu .mega-grid-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 0 30px;
}
.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
.main-menu .home-menu-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    column-gap: 30px;
  }
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}
.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}
.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--tj-white);
  padding: 10px;
  text-transform: capitalize;
}
.main-menu-2 li a:hover {
  color: var(--tj-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}
.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}
.main-menu-3 li:last-child {
  margin-right: 0;
}
.main-menu-3 li a {
  color: var(--tj-white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.main-menu-3 li a:hover {
  color: var(--tj-primary);
}
.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}
.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--tj-white);
  text-transform: uppercase;
}
.main-menu-4 li a:hover {
  color: var(--tj-primary);
}

.main-menu .mega-style-3 .title,
.main-menu .mega-style-2 .title {
  padding-top: 28px;
}

.main-menu li .has-arrow > a::before {
  content: "\f107";
  font-family: var(--tj-ff-fontawesome);
  font-weight: 600;
  position: absolute;
  right: 32px;
  transition: all 0.3s ease-in-out;
}
.main-menu li .has-arrow:hover a::before {
  transform: rotate(-90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .last-children.submenu {
    right: 10px;
    left: auto;
  }
  .last-children.submenu ul {
    right: calc(100% + 10px);
    left: auto;
  }
  .last-children .has-arrow:hover a::after {
    transform: rotate(90deg) !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .main-menu > ul > li:hover > ul.last-children.submenu li:hover > ul {
    right: 100%;
    left: auto;
  }
}

.home-menu-item {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-menu-item {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.home-menu-item:hover .home-menu-thumb::before {
  opacity: 0.5;
}
.home-menu-item:hover .home-menu-buttons {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.home-menu-thumb {
  position: relative;
  border: 1px solid var(--tj-border-primary);
  border-radius: 6px;
}
.home-menu-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--tj-secondary);
  opacity: 0;
  transition: all 0.3s linear;
  left: 0;
  bottom: 0;
  border-radius: 6px;
}
.home-menu-thumb img {
  width: 100%;
  border-radius: 6px;
}

.home-menu-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transition: 500ms ease;
  gap: 10px;
}
.home-menu-buttons .home-menu-btn {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: var(--tj-white) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 15px !important;
  transition: all 0.3s linear !important;
  border-radius: 6px !important;
  background-color: var(--tj-primary) !important;
}
.home-menu-buttons .home-menu-btn:hover {
  color: var(--tj-white) !important;
  background-color: var(--tj-secondary) !important;
}

/* primary title */
.bd-sticky .main-menu li a {
  color: var(--tj-title-color);
}

.bd-sticky .main-menu > ul > li:hover > a {
  color: var(--tj-primary);
}

/*----------------------------------------*/
/*  3.6.1 Mobile Menu css
/*----------------------------------------*/
.bd-mobile-menu-smaller {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-mobile-menu-smaller {
    display: block;
  }
}

.bd-offcanvas-menu ul li {
  position: relative;
  list-style: none;
}
.bd-offcanvas-menu ul li:not(:last-child) {
  margin-bottom: 8px;
}
.bd-offcanvas-menu ul li > a {
  display: block;
  font-size: 16px;
  color: var(--tj-black);
  padding: 10px 0;
  padding-inline-end: 20px;
}
.bd-offcanvas-menu ul li > a:hover {
  color: var(--tj-primary);
}
.bd-offcanvas-menu ul li.active > a {
  color: var(--tj-primary);
}
.bd-offcanvas-menu ul li.active > .bd-menu-close {
  background-color: var(--tj-primary);
  border-color: var(--tj-primary);
  color: var(--tj-white);
}
.bd-offcanvas-menu ul li.active > .bd-menu-close i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bd-offcanvas-menu ul li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bd-offcanvas-menu ul li .submenu,
.bd-offcanvas-menu ul li .mega-menu {
  display: none;
  padding-inline-start: 20px;
}
.bd-offcanvas-menu ul li .has-homemenu {
  padding-inline-start: 0;
}
.bd-offcanvas-menu ul li .homemenu-title {
  color: var(--tj-white);
}

.bd-menu-close {
  position: absolute;
  inset-inline-end: 0;
  top: 8px;
  font-size: 18px;
  color: #7F8387;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.bd-menu-close i {
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/*  3.2.2 Blog css
/*----------------------------------------*/
.tj-blog-card {
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: inline-block;
}
.tj-blog-card .thumb {
  width: 100%;
  height: 210px;
}
.tj-blog-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.tj-blog-card .content {
  padding: 24px;
  background-color: var(--tj-white);
  border-radius: 0 0 8px 8px;
  min-height: 238px;
  position: relative;
}
.tj-blog-card .content .tj-badge {
  color: var(--tj-primary);
  display: block;
  margin-bottom: 12px;
}
.tj-blog-card .content .title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-card .content .title {
    font-size: 22px;
  }
}
.tj-blog-card .content .date {
  font-size: 14px;
  color: var(--tj-body-text);
  position: absolute;
  left: 24px;
  bottom: 24px;
}

/*----------------------------------------*/
/*  3.2.1 Blog tag css
/*----------------------------------------*/
.tagcloud a {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid var(--tj-border-primary);
  border-radius: 4px;
  display: inline-flex;
  padding: 0 12px;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  height: 36px;
  align-items: center;
  justify-content: center;
}
.tagcloud a:not(:last-child) {
  margin-inline-end: 5px;
}
.tagcloud a:hover {
  color: var(--tj-white);
  background-color: var(--tj-primary);
  border-color: var(--tj-primary);
}

/*----------------------------------------*/
/*  3.2.3 Postbox css
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.2.4 Recent Post css
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
.shop-sidebar .tj-filter-widget-title {
  font-size: 20px;
  font-weight: 600;
}

.bd-sidebar-search-form {
  position: relative;
}
.bd-sidebar-search-form input {
  width: 100%;
  background-color: var(--tj-white);
  border-radius: 4px;
  height: 50px;
  padding-inline-start: 20px;
  padding-inline-end: 55px;
}
.bd-sidebar-search-form button {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.bd-sidebar-search-form button:hover {
  color: var(--tj-primary);
}

.tj-filter-widget.widget_categories ul li {
  list-style: none;
}
.tj-filter-widget.widget_categories ul li:hover a {
  color: var(--tj-primary);
  border-color: var(--tj-white);
  background-color: var(--tj-white);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
}
.tj-filter-widget.widget_categories ul li:not(:last-child) {
  margin-bottom: 16px;
}
.tj-filter-widget.widget_categories ul li a {
  padding: 5px 14px;
  border: 1px solid var(--tj-border-primary);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}

/*----------------------------------------*/
/*  3.3.1 Cart css
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.3.2 Shop css
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.3.3 Order CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.3.4 Shop css
/*----------------------------------------*/
.tj-product-details-stock {
  display: inline-block;
  background-color: rgba(158, 75, 71, 0.05);
  color: var(--tj-primary);
  padding: 3px 10px;
  border-radius: 3px;
}

.tj-product-details-wrapper {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-product-details-wrapper {
    margin-left: 0;
  }
}

/* Product Details Style Two */
.tj-product-details-active {
  overflow: hidden;
}
.tj-product-details-thumb {
  position: relative;
  width: 186px;
  flex: 0 0 auto;
  width: 100%;
  flex: 0 0 auto;
  text-align: center;
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-product-details-thumb {
    margin: 0 auto 20px;
  }
}
.tj-product-details-thumb img {
  width: 100%;
  background-color: #f8f8f8;
}
.tj-product-details-nav .swiper-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
@media (max-width:450px) {
  .tj-product-details-nav .swiper-wrapper {
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 15px;
  }
}
.tj-product-details-nav .swiper-wrapper .custom-button {
  border: none;
  padding: 0;
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid transparent;
  background: var(--tj-bg-primary);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
@media (max-width: 575px) {
  .tj-product-details-nav .swiper-wrapper .custom-button {
    width: 75px;
    height: 75px;
  }
}
@media (max-width:450px) {
  .tj-product-details-nav .swiper-wrapper .custom-button {
    width: 85px;
    height: 85px;
  }
}
.tj-product-details-nav .swiper-wrapper .custom-button img {
  width: 100%;
  object-fit: cover;
}
.tj-product-details-nav .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.tj-product-details-nav .swiper-slide-thumb-active .custom-button {
  background: var(--tj-white);
  border-color: var(--tj-primary);
}
.tj-product-details-nav-button .product-thumb-next, .tj-product-details-nav-button .product-thumb-prev {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--tj-black);
  border: 1px solid var(--tj-primary);
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  border-radius: 4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-product-details-nav-button .product-thumb-next, .tj-product-details-nav-button .product-thumb-prev {
    right: 15px;
  }
}
.tj-product-details-nav-button .product-thumb-next:hover, .tj-product-details-nav-button .product-thumb-prev:hover {
  color: var(--tj-white);
  background: var(--tj-primary);
  border-color: var(--tj-primary);
}
.tj-product-details-nav-button .product-thumb-next {
  left: auto;
  right: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-product-details-nav-button .product-thumb-next {
    right: 15px;
  }
}
.tj-product-details-categories p {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--tj-black);
  margin-bottom: 0;
  margin-right: 5px;
}

.tj-product-details-categories .tagcloud a {
  margin-bottom: 0px;
}

.tj-product-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tj-product-quantity .increase,
.tj-product-quantity .decrease {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--tj-primary);
  cursor: pointer;
  border: 1px solid var(--tj-border-primary);
  transition: all 0.3s ease-in-out;
}
.tj-product-quantity .increase:hover,
.tj-product-quantity .decrease:hover {
  background-color: var(--tj-primary);
  border-color: var(--tj-primary);
  color: var(--tj-white);
}
.tj-product-quantity .tj-product-quantity-input[type=text] {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  border: 1px solid transparent;
  background-color: rgba(158, 75, 71, 0.1);
  padding: 4px;
  color: var(--tj-primary);
}
.tj-product-quantity .tj-product-quantity-input[type=text]:focus {
  border: none;
  border-color: transparent;
}

.tj-product-details-sizes {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.tj-product-details-sizes p {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--tj-black);
  margin-bottom: 0;
  margin-right: 5px;
}
.tj-product-details-sizes .available-sizes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.tj-product-details-sizes .available-sizes span {
  color: var(--tj-body-text);
  border: 1px solid var(--tj-border-primary);
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
}

/* Product Details Style Two End */
.tab-style-one .nav-pills {
  margin-bottom: 30px;
  justify-content: start;
  border-bottom: 1px solid var(--tj-border-primary);
  gap: 15px 40px;
}
@media (max-width:450px) {
  .tab-style-one .nav-pills {
    gap: 15px 20px;
  }
}
.tab-style-one .nav-link {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  color: var(--tj-black);
  background-color: transparent;
  padding-bottom: 15px;
}
.tab-style-one .nav-link:hover {
  background-color: transparent;
  color: var(--tj-primary);
}
.tab-style-one .nav-link:hover::before {
  transform: scaleX(1);
}
.tab-style-one .nav-link.active {
  background-color: transparent;
  color: var(--tj-primary);
}
.tab-style-one .nav-link.active::before {
  transform: scaleX(1);
}
.tab-style-one .nav-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  transform: scaleX(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  background-color: var(--tj-primary);
  inset-inline-start: 0;
  bottom: -1px;
}
.tab-style-one.boder-b-none .nav-pills {
  border-bottom: none;
}
.tab-style-one.boder-b-none .nav-link::before {
  bottom: 10px;
}

.tj-review-form-group textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
  min-height: 150px;
  background: var(--tj-bg-primary);
}
.tj-review-form-group input {
  background: var(--tj-bg-primary);
}

.tj-review-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tj-review-box .tj-review-box-text {
  color: var(--tj-body-text);
}

.tj-product-ratings {
  display: flex;
  align-items: center;
  gap: 2px;
}

.tj-product-ratings i {
  font-size: 16px;
  color: var(--tj-text-meta);
  transition: all 500ms ease;
  cursor: pointer;
}

.tj-product-ratings i.hover,
.tj-product-ratings i.active {
  color: var(--tj-rating-color);
}

.tj-supplier-info .table > :not(caption) > * > * {
  padding: 1.5rem 1.5rem;
  vertical-align: middle;
}
.tj-supplier-info .table a {
  color: var(--tj-black);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.tj-supplier-info .table a:hover {
  color: var(--tj-primary);
}

.tj-similar-product-navigation button {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: transparent;
  border: 1px solid var(--tj-primary);
  border-radius: 6px;
  color: var(--tj-primary);
  transition: all 0.3s ease-in-out;
}
.tj-similar-product-navigation button:hover {
  background-color: var(--tj-primary);
  color: var(--tj-white);
}

/*----------------------------------------*/
/*  3.3.4 product-card css
/*----------------------------------------*/
.tj-product-card-info {
  border: 1px solid var(--tj-border-primary);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.tj-product-card-info:hover .tj-product-card-thumb img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.tj-product-card-thumb {
  overflow: hidden;
  background: rgba(238, 238, 238, 0.32);
  padding: 20px 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.tj-product-card-thumb img {
  width: 100%;
  height: 352px;
  object-fit: cover;
}
.tj-product-card-label {
  right: -50%;
  display: block;
  line-height: 170px;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  color: #fff;
  background: #de2020;
  position: absolute;
  height: 100px;
  width: 200px;
  z-index: 1;
  left: -100px;
  top: -50px;
  transform: rotate(-45deg);
}
.tj-product-card-title {
  margin-top: 20px;
  font-size: 22px;
}

.tj-shop-card-2 .thumb-wrap {
  background-color: var(--tj-bg-primary);
  position: relative;
  overflow: hidden;
}
.tj-shop-card-2 .thumb-wrap:hover .thumb img {
  transform: scale(1.05);
}
.tj-shop-card-2 .thumb-wrap:hover .action-btn {
  bottom: 20px;
}
.tj-shop-card-2 .thumb {
  height: 333px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-shop-card-2 .thumb {
    height: 100%;
  }
}
.tj-shop-card-2 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.tj-shop-card-2 .tj-badge {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  z-index: 9;
}
.tj-shop-card-2 .action-btn {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.tj-shop-card-2 .content {
  margin-top: 20px;
}
.tj-shop-card-2 .content .title {
  font-size: 18px;
}

.tj-shop-area-product {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-shop-area-product {
    margin-right: 0;
  }
}

.tj-product-card-price {
  display: flex;
  gap: 8px;
  align-items: center;
}
.tj-product-card-price .old-price {
  text-decoration: line-through;
  color: #d9b8b8;
  font-size: 18px;
  font-weight: 600;
}
.tj-product-card-price .current-price {
  text-decoration: underline;
  color: #38c69e;
  font-size: 20px;
  font-weight: 600;
}

.tj-discount-product-item {
  background: var(--tj-white);
  border-radius: 6px;
  position: relative;
}
.tj-discount-product-badge {
  top: 10px;
  left: 10px;
  background: var(--tj-primary);
  color: var(--tj-white);
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 8px;
  position: absolute;
}
.tj-discount-product-thumb {
  overflow: hidden;
  text-align: center;
  padding: 20px 10px;
  background: rgba(238, 238, 238, 0.32);
  padding-top: 35px;
  width: 100%;
  height: 100%;
}
.tj-discount-product-thumb img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.tj-discount-product-content {
  padding: 20px;
}
.tj-discount-product-title {
  font-size: 17px;
}
.tj-discount-product-tag a {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.tj-discount-product-rating {
  margin-bottom: 4px;
}
.tj-discount-product-rating i {
  color: #fcb900;
}

.tj-treatment-sidebar {
  margin-right: 53px;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-treatment-sidebar {
    margin-right: 0;
  }
}

.tj-filter-widget-title {
  font-size: 16px;
  margin-bottom: 24px;
  position: relative;
  cursor: pointer;
  line-height: 1;
}
.tj-filter-widget-title::before {
  position: absolute;
  content: "+";
  font-family: var(--tj-ff-fontawesome);
  right: 0;
  top: 0px;
  font-weight: var(--tj-fw-light);
  color: var(--tj-black);
  transition: 0.3s;
  font-size: 15px;
}

.child-content-hidden .tj-filter-widget-title::before {
  content: "-";
}

.tj-product-check ul li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 14px;
  color: rgb(117, 117, 117);
}
.tj-product-check ul li input {
  margin-right: 8px;
  cursor: pointer;
}
.tj-product-check ul li label {
  cursor: pointer;
}

.content-hidden {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tajmeel-sidebar {
    position: fixed;
    inset-inline-end: -300px;
    top: 0;
    height: 100%;
    width: 260px;
    background-color: var(--tj-white);
    padding-bottom: 0px;
    padding: 0 14px;
    z-index: 99;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 50px;
    padding-top: 80px;
    overflow-y: scroll;
  }
  .tajmeel-sidebar.open {
    inset-inline-end: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tajmeel-sidebar.shop-sidebar {
    position: fixed;
    inset-inline-end: -300px;
    top: 0;
    height: 100%;
    width: 300px;
    background-color: var(--tj-white);
    padding-bottom: 0px;
    padding: 0 14px;
    z-index: 99;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 50px;
    padding-top: 80px;
    overflow-y: scroll;
  }
  .tajmeel-sidebar.shop-sidebar.open {
    inset-inline-end: 0;
  }
}

.tajmeel-close {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tajmeel-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    display: block;
  }
}

.tajmeel-toggle-btn {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tajmeel-toggle-btn {
    display: block;
  }
}

.tj-sidebar-btn {
  border: 1px solid var(--tj-border-primary);
  text-align: center;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tj-sidebar-btn svg {
  width: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .app-offcanvas-overlay.overlay-open {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
  }
}

.tj-treatment-card {
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: inline-block;
}
.tj-treatment-card .thumb {
  width: 100%;
  height: 404px;
}
.tj-treatment-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.tj-treatment-card .content {
  padding: 24px;
  background-color: var(--tj-white);
  border-radius: 0 0 8px 8px;
}
.tj-treatment-card .content .tj-badge {
  color: var(--tj-primary);
  display: block;
  margin-bottom: 12px;
}
.tj-treatment-card .content .title {
  font-size: 30px;
  margin-bottom: 8px;
}
.tj-treatment-card .content .description {
  margin-bottom: 5px;
}
.tj-treatment-card .content .link {
  font-weight: var(--tj-fw-medium);
  color: var(--tj-primary);
}

.tj-treatment-page-info-item:not(:last-child) {
  margin-bottom: 23px;
}
.tj-treatment-page-info-item .title {
  color: var(--tj-primary);
  margin-bottom: 15px;
  font-weight: var(--tj-fw-bold);
}

.tj-offer-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-offer-list ul {
    flex-direction: column;
  }
}
.tj-offer-list ul li {
  list-style: none;
  text-align: center;
  border-left: 1px solid var(--tj-border-primary);
  padding: 20px 50px;
  width: 100%;
}
.tj-offer-list ul li:last-child {
  border-right: 1px solid var(--tj-border-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-offer-list ul li {
    flex-direction: column;
    border-right: 1px solid var(--tj-border-primary);
    border-bottom: 1px solid var(--tj-border-primary);
  }
}
.tj-offer-list ul li .subtitle {
  color: var(--tj-body-text);
  margin-bottom: 5px;
  display: block;
}
.tj-offer-list ul li .title {
  font-size: 18px;
}

/*----------------------------------------*/
/*  3.4.1 Footer Style 1
/*----------------------------------------*/
.tj-footer-widget-logo {
  max-width: 160px;
  margin-bottom: 20px;
}

.tj-footer-widget-intro {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: var(--tj-body-text);
}

.tj-footer-widget-title {
  margin-bottom: 20px;
}

.tj-footer-widget-links ul li {
  list-style: none;
  font-size: 16px;
  color: var(--tj-body-text);
}
.tj-footer-widget-links ul li:not(:last-child) {
  margin-bottom: 15px;
}

.tj-footer-copyright-area {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 80px;
}

.tj-footer-social-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.tj-footer-social-wrapper::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--tj-border-primary);
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.tj-footer-social-wrapper ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  list-style-type: none;
}
.tj-footer-social-wrapper ul img {
  width: 50px;
  height: auto;
  object-fit: cover;
}

/*----------------------------------------*/
/*  About css
/*----------------------------------------*/
.tj-about-list {
  color: var(--tj-body-text);
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  display: block;
  margin-bottom: 15px;
}

.tj-about-content-signature {
  width: 180px;
  margin-bottom: 30px;
}

.tj-about-thumb-wrap {
  position: relative;
  padding-top: 50px;
  width: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-about-thumb-wrap {
    width: 100%;
    text-align: center;
  }
}

.tj-about-main-thumb {
  position: relative;
  bottom: 50px;
  left: 50px;
  width: 550px;
  height: 100%;
  z-index: 5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-about-main-thumb {
    width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-main-thumb {
    width: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-about-main-thumb {
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.tj-about-main-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 16px);
  background: var(--tj-white);
  left: -8px;
  z-index: -1;
  border-radius: 20px;
  bottom: -8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-about-main-thumb::before {
    display: none;
  }
}
.tj-about-main-thumb img {
  border-radius: 12px;
}

.tj-about-bg {
  position: absolute;
  width: 550px;
  height: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-about-bg {
    width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-bg {
    width: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-about-bg {
    display: none;
  }
}
.tj-about-bg img {
  border-radius: 12px;
}

.tj-about-slider-item .content {
  margin-left: -135px;
  position: relative;
  z-index: 5555;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-about-slider-item .content {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: -150px;
  }
}
@media (max-width: 575px) {
  .tj-about-slider-item .content {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: -100px;
  }
}
.tj-about-slider-item .content .name {
  font-size: 48px;
}
@media (max-width: 575px) {
  .tj-about-slider-item .content .name {
    font-size: 36px;
  }
}
.tj-about-slider-item .content .designation {
  display: block;
  color: var(--tj-primary);
  margin-top: 15px;
  margin-bottom: 20px;
}
.tj-about-slider-item .content .description-box {
  padding: 30px;
  background-color: var(--tj-white);
}
@media (max-width: 575px) {
  .tj-about-slider-item .content .description-box {
    padding: 10px;
  }
}
.tj-about-slider-item .content .description-box span {
  color: var(--tj-primary);
  display: block;
  margin-bottom: 10px;
}

.bd-about-slider-navigation button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  font-size: 20px;
  width: 36px;
  height: 36px;
  background: var(--tj-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tj-white);
}
.bd-about-slider-navigation button.about-slider-next {
  left: auto;
  right: 0;
}

.tj-about-me-line {
  -webkit-box-flex: 1;
  flex: 1 0;
  height: 1px;
  background-color: var(--tj-primary);
  display: -webkit-box;
  display: flex;
  margin-top: 13px;
}

.tj-about-me-content .title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 400;
  color: var(--tj-primary);
  margin-bottom: 30px;
}

.tj-about-me-signature {
  width: 140px;
}

.tj-about-me-thumb {
  padding: 0 30px 30px 15px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .tj-about-me-thumb {
    margin-top: 70px;
  }
}
.tj-about-me-thumb::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  left: 45px;
  bottom: 0;
  background: var(--tj-primary);
  z-index: 1;
}
.tj-about-me-thumb::after {
  content: "";
  width: 90%;
  position: absolute;
  top: -65PX;
  bottom: -60px;
  left: -25px;
  background-image: url(../images/about/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.tj-about-me-thumb img {
  position: relative;
  z-index: 9;
}

.tj-about-me-service {
  position: relative;
  padding: 30px 40px 0 0;
  z-index: 5;
  display: block;
}
.tj-about-me-service:hover::before {
  background-color: var(--tj-primary);
}
.tj-about-me-service:hover .title {
  color: var(--tj-white);
  opacity: 1;
}
.tj-about-me-service::before {
  background-color: var(--tj-bg-primary);
  bottom: 30px;
  left: 40px;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.tj-about-me-service .title {
  font-size: 17px;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: 0% 0%;
  color: var(--tj-black);
  left: 100%;
  margin: 0;
  opacity: 0.8;
  padding: 10px 40px 0 0;
  right: 0;
  top: 30px;
  white-space: nowrap;
  font-weight: 300;
}
.tj-about-me-service .thumb img {
  width: 100%;
  height: 100%;
}

.tj-dots-pagination {
  display: flex;
  gap: 8px;
  margin-top: 50px;
  justify-content: center;
}
.tj-dots-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: var(--tj-light);
  opacity: 1;
  margin: 0 !important;
}
.tj-dots-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--tj-primary);
}

.tj-gallery-thumb {
  overflow: hidden;
  position: relative;
}
.tj-gallery-thumb:hover::after {
  background: rgba(0, 0, 0, 0.1);
}
.tj-gallery-thumb:hover img {
  transform: scale(1.05);
}
.tj-gallery-thumb img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

/*----------------------------------------*/
/*  Brand css
/*----------------------------------------*/
.dp-clinics-search-input {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dp-clinics-search-input {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dp-clinics-search-input {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dp-clinics-search-input {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .dp-clinics-search-input {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ad-content-wrap {
  background-color: var(--tj-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.ad-content-wrap .title {
  color: var(--tj-white);
  text-transform: uppercase;
  font-size: 40px;
}

.tj-clinic-listing-item {
  background-color: var(--tj-white);
  padding: 30px 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
  z-index: 5;
}
.tj-clinic-listing-item-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-clinic-listing-item-group {
    gap: 30px 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.tj-clinic-listing-item-content {
  display: grid;
  grid-template-columns: 110px auto;
  align-items: start;
  text-align: center;
  gap: 15px 15px;
}
@media (max-width:450px) {
  .tj-clinic-listing-item-content {
    grid-template-columns: auto;
    gap: 30px;
  }
}
.tj-clinic-listing-item-content .tj-clinic-listing-title {
  color: var(--tj-black);
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 5px;
}
.tj-clinic-listing-item-content .tj-clinic-listing-subtitle {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  font-size: 18px;
  display: block;
}
.tj-clinic-listing-item-content .tj-clinic-listing-link {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
  font-size: 18px;
  justify-content: center;
}
.tj-clinic-listing-item-content .tj-clinic-listing-link.line {
  text-decoration: underline;
}
.tj-clinic-listing-item-content .tj-clinic-listing-link.line:hover {
  text-decoration: none;
}
.tj-clinic-listing-item-content .tj-clinic-listing-link:not(:last-child) {
  margin-bottom: 10px;
}

.underline-hover-p a {
  display: inline;
  background-image: linear-gradient(var(--tj-primary), var(--tj-primary)), linear-gradient(var(--tj-primary), var(--tj-primary));
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  padding: 0 0 5px 0;
  background-size: 0 1px, 100% 1px;
}
.underline-hover-p a:hover {
  background-size: 0% 1px, 0 1px;
  color: var(--tj-primary);
}

.tj-clinics-latest-box {
  position: relative;
  border-radius: 12px;
  display: block;
}

.tj-clinics-latest-box .thumb img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.tj-clinics-latest-box .tj-clinics-latest-box-content {
  width: auto;
  background: linear-gradient(0deg, rgba(17, 19, 20, 0), rgba(17, 19, 20, 0));
  padding: 0 0 80px 25px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  letter-spacing: 0rem;
  font-weight: 600;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  line-height: initial !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-clinics-latest-box .tj-clinics-latest-box-content {
    padding: 0 0 130px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-clinics-latest-box .tj-clinics-latest-box-content {
    padding: 0 0 55px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-clinics-latest-box .tj-clinics-latest-box-content {
    padding: 0 0 90px 25px;
  }
}

.tj-clinics-latest-box .tj-clinics-latest-box-content .title {
  font-size: 22px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-white);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

.tj-clinics-latest-box .tj-clinics-latest-box-content .subtitle {
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-white);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tj-clinics-latest-video-promo iframe {
  border-radius: 12px;
}

.tj-clinics-service-content .title {
  color: var(--tj-primary);
  margin-bottom: 20px;
}

.tj-clinics-service-thumb {
  height: 360px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-clinics-service-thumb {
    height: 100%;
  }
}
.tj-clinics-service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 16px 16px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-clinics-service-thumb img {
    border-radius: 16px;
  }
}

.tj-video-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-video-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.tj-video-gallery-item {
  position: relative;
  display: inline-block;
}
.tj-video-gallery-item .thumb {
  width: 100%;
  height: 360px;
}
.tj-video-gallery-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.tj-video-gallery-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tj-video-play-btn.popup-video {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--tj-white);
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.tj-video-play-btn.popup-video:hover {
  background-color: var(--tj-primary);
  color: var(--tj-white);
}

.test-area-bg {
  background-color: rgba(158, 75, 71, 0.96);
}

.bd-testimonial3-video {
  width: 50%;
  position: absolute;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial3-video {
    width: 100%;
    position: relative;
    height: 500px;
  }
}
.bd-testimonial3-video::before {
  content: "";
  background: var(--tj-black);
  height: 100%;
  width: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
}

.bd-testimonial3-bg-two {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.bd-testimonial3-bg-two {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.bd-testimonial3-bg-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/testimonial/testimonial-content-bg.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bd-testimonial3-wrap {
  margin-inline-start: 200px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bd-testimonial3-wrap {
    margin-inline-start: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-testimonial3-wrap {
    margin-inline-start: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial3-wrap {
    margin-inline-start: 0;
  }
}

.bd-testimonial3-item .bd-testimonial3-rating i {
  color: var(--tj-rating-color);
}
.bd-testimonial3-content p {
  font-size: 22px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.bd-testimonial3-rating {
  margin-bottom: 30px;
  display: inline-flex;
  background-color: var(--tj-white);
  padding: 10px 15px;
  border-radius: 50px;
  gap: 0 5px;
}
.bd-testimonial3-meta .author {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.bd-testimonial3-meta .author .thumb {
  height: 68px;
  width: 68px;
  min-width: 68px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial3-meta .author .thumb {
    height: 52px;
    width: 52px;
    min-width: 52px;
  }
}
.bd-testimonial3-meta .author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.bd-testimonial3-meta .author .name {
  color: var(--tj-white);
  margin-bottom: 3px;
}
.bd-testimonial3-meta .designation {
  color: var(--tj-secondary);
}

.tj-navigation-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  margin-top: 50px;
}
.tj-navigation-pagination button i {
  font-size: 48px;
  color: var(--tj-white);
}

.bd-swiper-fraction span {
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: var(--tj-white);
}
.bd-swiper-fraction .swiper-pagination-current {
  font-size: 40px;
}
.bd-swiper-fraction-divide {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}
.bd-swiper-fraction-divide::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-75deg);
  width: 40px;
  height: 2px;
  background-color: var(--tj-white);
}

.bd-testimonial3-quote-circle {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  background-color: var(--tj-secondary);
  position: absolute;
  z-index: 5;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial3-quote-circle {
    width: 100px;
    height: 100px;
    right: auto;
    top: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bd-testimonial3-quote-circle::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  border: 1px solid var(--tj-white);
  border-radius: 100%;
  left: 5px;
  top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial3-quote-circle::before {
    width: 100px;
    height: 100px;
  }
}
.bd-testimonial3-quote-circle i {
  color: var(--tj-white);
  font-size: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bd-testimonial3-quote-circle i {
    font-size: 50px;
  }
}

.bd-testimonial3-meta {
  margin-bottom: 30px;
}

/*----------------------------------------*/
/*  Doctor css
/*----------------------------------------*/
.tj-doctor-search-input {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-doctor-search-input {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-doctor-search-input {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tj-doctor-thumb img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.tj-doctor-thumb-social {
  position: absolute;
  bottom: 33px;
  left: 30%;
  background: var(--tj-white);
  padding: 25px 30px;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 575px) {
  .tj-doctor-thumb-social {
    left: 0;
    width: 100%;
  }
}
.tj-doctor-thumb-social ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style-type: none;
}
.tj-doctor-thumb-social ul li img {
  width: 42px;
  height: auto;
  object-fit: cover;
}
.tj-doctor-info-content {
  margin-inline-start: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-doctor-info-content {
    margin-inline-start: 0;
  }
}
.tj-doctor-info-name {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}
.tj-doctor-designation-meta {
  margin-bottom: 40px;
}
.tj-doctor-designation-meta ul li {
  list-style: none;
  font-size: 16px;
  color: var(--tj-body-text);
  font-weight: 400;
}
.tj-doctor-achievement {
  margin-bottom: 40px;
}
.tj-doctor-achievement ul li {
  list-style: none;
  color: #085294;
  position: relative;
  padding-inline-start: 15px;
}
.tj-doctor-achievement ul li:not(:last-child) {
  margin-bottom: 5px;
}
.tj-doctor-achievement ul li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--tj-primary);
  content: "";
  border-radius: 50%;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
}
.tj-doctor-desc {
  font-size: 14px;
  line-height: 26px;
}
.tj-doctor-ratting {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.tj-doctor-ratting .ratting-star span {
  color: var(--tj-black);
}
.tj-doctor-ratting .ratting-star span.active {
  color: var(--tj-rating-color);
}
.tj-doctor-ratting .ratting-count {
  margin-left: 10px;
}
.tj-doctor-ratting .ratting-count span {
  color: #0073aa;
}

.video-play-button-section {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video-play-button-section {
    left: 50%;
    right: auto;
    top: 80%;
  }
}

.play-button {
  width: 120px;
  height: 120px;
  background-color: var(--tj-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tj-white);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .play-button {
    width: 80px;
    height: 80px;
  }
}
.play-button:hover {
  color: var(--tj-white);
}

.animation-two {
  position: relative;
}
.animation-two::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 1.5px solid var(--tj-primary);
  animation: ripple 3s infinite ease-out;
  animation-delay: 2s;
}
.animation-two::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 1.5px solid var(--tj-primary);
  animation: ripple 3s infinite ease-out;
  animation-delay: 2s;
}

.tj-profile-thumb {
  margin-bottom: 20px;
}
.tj-profile-thumb-wrapper {
  padding: 30px 30px 20px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}
.tj-profile-thumb img {
  width: 100%;
  height: 100%;
  max-height: 585px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-profile-thumb img {
    max-height: 100%;
  }
}
.tj-profile-info-wrapper {
  text-align: center;
}
.tj-profile-designation {
  margin-bottom: 20px;
  color: var(--tj-primary);
  display: inline-block;
}

.tj-profile-tab-info-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.tj-profile-tab-info-subtitle {
  font-size: 16px;
  font-weight: 500;
}

.tj-profile-tab-info-list {
  margin-left: 32px;
}
.tj-profile-tab-info-list ul li {
  list-style: none;
  margin-bottom: 2px;
  color: #223645;
}

.sl-number-counts {
  counter-reset: count;
}
.sl-number-counts li {
  list-style: none;
}
.sl-number-counts li::before {
  counter-increment: count;
  content: counter(count) ". ";
  transition: all 500ms ease;
  display: inline-block;
}

.tj-treatment-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-treatment-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .tj-treatment-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.tj-treatment-item {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--tj-black);
  margin-left: 20px;
}
.tj-treatment-item::before {
  position: absolute;
  content: "";
  background: var(--tj-primary);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: flex;
  left: -20px;
}

.tj-certificates-thumb {
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 auto;
}
.tj-certificates-thumb img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 10px;
}

.portfolio-next-prev-wrap {
  gap: 10px;
  align-items: center;
  justify-content: end;
  margin: 0 10px 10px 10px;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-next-prev-wrap {
    display: flex;
  }
}

.doctor-next-prev-wrap-two {
  gap: 30px;
  justify-content: end;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .doctor-next-prev-wrap-two {
    display: flex;
  }
}

.tj-treatments-search-input {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-treatments-search-input {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-treatments-search-input {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .tj-treatments-search-input {
    grid-template-columns: repeat(1, 1fr);
  }
}

.launch-area-bg {
  height: 83px;
}
.launch-area-bg img {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  height: 83px;
  border-radius: 12px;
}

.image-bg-wrap {
  position: relative;
}
.image-bg-wrap .thumb {
  height: 400px;
}
.image-bg-wrap .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.image-bg-wrap .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.image-bg-wrap .content .subtitle {
  font-size: 24px;
  color: var(--tj-white);
  text-transform: uppercase;
  font-weight: var(--tj-fw-medium);
}
.image-bg-wrap .content .title {
  font-size: 36px;
  color: var(--tj-white);
  text-transform: uppercase;
  font-weight: var(--tj-fw-bold);
}

/*----------------------------------------*/
/*  Brand css
/*----------------------------------------*/
.tj-brand-thumb {
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 auto;
}

/*----------------------------------------*/
/*  4.8 Service css
/*----------------------------------------*/
.tj-service-box {
  background-color: var(--tj-primary);
  padding: 100px 0px 100px 0px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-box {
    padding: 50px 0px 50px 0px;
  }
}
.tj-service-content {
  background: var(--tj-white);
  padding: 50px 30px 100px 30px;
  border: 1px solid var(--tj-black);
  border-radius: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-content {
    padding: 30px 30px 30px 30px;
  }
}
.tj-service-title {
  color: var(--tj-primary);
  font-size: 18px;
  line-height: 2.3;
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
  font-family: var(--tj-ff-body);
}
.tj-service-thumb-wrap {
  position: relative;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: none !important;
  padding: 30px 50px 0 0;
  float: right;
}
.tj-service-thumb-content {
  background-color: var(--tj-primary);
  bottom: 30px;
  left: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.tj-service-thumb-title {
  font-family: var(--tj-ff-three);
  font-size: 18px;
  position: absolute;
  transform: rotate(90deg);
  transform-origin: 0% 0%;
  color: var(--tj-white);
  left: 100%;
  margin: 0;
  opacity: 0.8;
  padding: 10px 40px 0 0;
  right: 0;
  top: 30px;
  white-space: nowrap;
  font-weight: 500;
}
.tj-service-thumb img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  position: relative;
}

.tj-service-wrapper-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-wrapper-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .tj-service-wrapper-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.tj-service-item-2 a {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding: 5px 10px 5px 10px;
  display: flex;
  border: 1px solid #a5a4a7;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

.tj-service-item-2:hover a {
  border: 1px solid #a5a4a7;
  background-color: #0073aa;
}
.tj-service-item-2:hover .tj-service-title-2 {
  color: var(--tj-white);
}

.tj-service-icon-2 {
  min-height: 50px;
  min-width: 50px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: var(--tj-black);
  color: var(--tj-white);
  transition: all 0.3s ease-in-out;
}

.tj-service-title-2 {
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
}

.tj-service-promo-video iframe {
  border-radius: 12px;
}

.beauty-clinic-items .nav-pills .nav-link.active,
.beauty-clinic-items .nav-pills .show > .nav-link {
  color: var(--tj-white);
  background-color: var(--tj-primary);
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
}

.beauty-clinic-items .nav-pills .active {
  position: relative;
  border: 1px solid var(--tj-primary);
}
.beauty-clinic-items .nav-pills .active::before {
  position: absolute;
  content: "\f105";
  right: 15px;
  color: var(--tj-white);
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  top: 16px;
}
.beauty-clinic-items .nav-pills .active > i {
  color: #fff !important;
}
.beauty-clinic-items .nav-link {
  text-align: left;
  color: var(--tj-black);
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  height: 65px;
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease-out 0s;
  border: 1px solid var(--tj-border-primary);
  border-radius: 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .beauty-clinic-items .nav-link {
    width: 200px;
    flex: 0 0 auto;
  }
}
.beauty-clinic-items .nav-link i {
  color: var(--tj-black);
  font-size: 45px;
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .beauty-services-scroll {
    overflow-x: scroll;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pbeauty-menu-scroll {
    overflow-x: scroll;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .probeauty-clinic-items-content h2 {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .probeauty-clinic-items-content h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .probeauty-clinic-items-content h2 {
    font-size: 30px;
  }
}
.probeauty-clinic-items-img img {
  width: 100%;
  max-height: 390px;
  object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .probeauty-clinic-items-img img {
    max-height: auto;
  }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .probeauty_tabs2-menu {
    margin-right: 0px !important;
  }
}

.services__beauty-items {
  border: 1px solid var(--tj-border-primary);
  cursor: pointer;
  padding: 20px 20px;
}
.services__beauty-items-icon {
  margin-bottom: 15px;
}
.services__beauty-items-icon i {
  font-size: 60px;
}
.services__beauty-items.slick-slide.slick-current {
  background-color: var(--tj-primary);
}
.services__beauty-items.slick-slide.slick-current i {
  color: var(--tj-white);
}
.services__beauty-items.slick-slide.slick-current span {
  color: var(--tj-white);
}

.clinic-nav-btn {
  width: 40px;
  height: 40px;
  background: var(--tj-black);
  border: none;
  color: var(--tj-white);
  font-size: 19px;
  z-index: 999;
}

.slider-nav .slick-list {
  margin-right: -4px;
}

.slider-nav .slick-prev {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.slider-nav .slick-next {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.tj-portfolio-filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-filter-btn {
    gap: 10px;
  }
}
.tj-portfolio-filter-btn button {
  padding: 17px 30px;
  background-color: rgba(158, 75, 71, 0.8);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-filter-btn button {
    padding: 10px 20px;
  }
}
.tj-portfolio-filter-btn button.active {
  background-color: var(--tj-primary);
}

.tj-portfolio4-item {
  background: #f9f9f9;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
  margin-top: 35px;
  width: 94%;
}
@media (max-width: 575px) {
  .tj-portfolio4-item {
    width: 100%;
  }
}
.tj-portfolio4-item:hover {
  background-color: var(--tj-primary);
}
.tj-portfolio4-item:hover .tj-portfolio4-item-content-left h2 {
  color: var(--tj-white);
}
.tj-portfolio4-item:hover .tj-portfolio4-item-content-left p {
  color: var(--tj-white);
}
.tj-portfolio4-item:hover .tj-portfolio4-item-content-right h2 {
  color: var(--tj-white);
}
.tj-portfolio4-item:hover .tj-portfolio4-item-content-right p {
  color: var(--tj-white);
}
.tj-portfolio4-item:hover .tj-portfolio4-item-img img {
  margin-left: 0px;
}
.tj-portfolio4-item:hover .tj-portfolio4-item-img img {
  margin-left: 0px;
}
.tj-portfolio4-item:hover .tj-secondary-btn {
  color: var(--tj-black);
  background: var(--tj-white);
}
.tj-portfolio4-item:hover .tj-secondary-btn:hover {
  color: var(--tj-white);
}
.tj-portfolio4-item-img img {
  transition: all 0.6s ease-in-out;
  width: 100%;
  margin-left: 35px;
  margin-top: -35px;
  border-radius: 7px;
}
.tj-portfolio4-item-content {
  padding: 50px 50px 40px 50px;
  display: flex;
  column-gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-portfolio4-item-content {
    padding: 30px;
    column-gap: 15px;
  }
}
@media (max-width: 575px) {
  .tj-portfolio4-item-content {
    padding: 20px;
    column-gap: 10px;
  }
}
.tj-portfolio4-item-content-left {
  white-space: nowrap;
}
.tj-portfolio4-item-content-left h2 {
  font-size: 45px;
  color: var(--tj-primary);
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-portfolio4-item-content-left h2 {
    font-size: 30px;
  }
}
.tj-portfolio4-item-content-left h2 span {
  font-size: 25px;
  position: absolute;
  left: -15px;
}
.tj-portfolio4-item-content-right h2 {
  font-size: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tj-portfolio4-item-content-right h2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .tj-portfolio4-item-content-right p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio4-item-scroll {
    overflow-x: scroll !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio4-item-scroll .row {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio4-item-scroll .row .portfolio-grid-item {
    position: static !important;
    margin-bottom: 50px;
  }
}

/*----------------------------------------*/
/*  4.8 Team css
/*----------------------------------------*/
.tj-single-team {
  position: relative;
  border-radius: 10px;
  padding-bottom: 25px;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .tj-single-team {
    margin-bottom: 10px;
  }
}
.tj-single-team::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  content: "";
  border-radius: 10px;
  transition: all 0.5s;
}
.tj-single-team:hover .tj-single-team-thumb-popup {
  opacity: 1;
  visibility: visible;
}
.tj-single-team:hover::after {
  background-color: var(--tj-primary);
  opacity: 0.9;
}
.tj-single-team:hover .designation {
  color: var(--tj-white);
}
.tj-single-team:hover .name {
  color: var(--tj-white);
}
.tj-single-team-thumb {
  transform: translateY(-60px);
  position: relative;
  z-index: 9;
}
.tj-single-team-thumb img {
  max-width: 100%;
  width: 288px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-single-team-thumb img {
    max-width: 84%;
  }
}
@media (max-width: 575px) {
  .tj-single-team-thumb img {
    max-width: auto;
    width: 86%;
  }
}
.tj-single-team-thumb-popup {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.tj-single-team-thumb-popup a {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: var(--tj-primary);
  color: var(--tj-white);
  text-align: center;
  line-height: 50px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tj-single-team-social {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 9;
}
.tj-single-team-social ul {
  text-align: center;
  list-style-type: none;
}
.tj-single-team-social a {
  color: #bbbbbb;
  font-size: 14px;
  line-height: 40px;
}
.tj-single-team-content {
  margin-top: -25px;
  padding-left: 40px;
  position: relative;
  z-index: 9;
}
.tj-single-team-content .designation {
  font-size: 14px;
  line-height: 30px;
  transition: all 0.5s;
  color: var(--tj-primary);
}
.tj-single-team-content .name {
  font-size: 24px;
  transition: all 0.5s;
  line-height: 30px;
}

.tj-team-filter-btn {
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-team-filter-btn {
    overflow: hidden;
    overflow-x: scroll;
    justify-content: flex-start !important;
  }
}
.tj-team-filter-btn button {
  padding: 17px 30px;
  color: var(--tj-body-text);
  background: var(--tj-white);
  line-height: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width:450px) {
  .tj-team-filter-btn button {
    font-size: 15px;
  }
}
.tj-team-filter-btn button:hover {
  background-color: var(--tj-primary);
  color: var(--tj-white);
}
.tj-team-filter-btn button.active {
  background-color: var(--tj-primary);
  color: var(--tj-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-team-gallery {
    position: static;
    height: auto !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-team-gallery .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
  }
}

.tj-salon-team-container {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-salon-team-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .tj-salon-team-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-salon-team-group .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
  }
}
.tj-salon-team-member {
  position: relative;
  transition: all 0.5s ease;
  padding-bottom: 30px;
}
.tj-salon-team-member:hover .tj-salon-team-member-social {
  opacity: 1;
  visibility: visible;
  margin-top: 16px;
  color: var(--tj-white);
}
.tj-salon-team-member:hover .tj-salon-team-member-info {
  background: var(--tj-primary);
  transform: translateX(32px);
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  color: var(--tj-white);
}
.tj-salon-team-member:hover .tj-salon-team-member-social ul li a i {
  color: var(--tj-white);
  transition: all 0.3s ease;
}
.tj-salon-team-member:hover .tj-salon-team-member-social ul li a i:hover {
  color: var(--tj-black);
}
.tj-salon-team-member:hover .tj-salon-team-member-name {
  color: var(--tj-white);
  transition: all 0.3s ease;
}
.tj-salon-team-member:hover .tj-salon-team-member-name:hover a {
  color: var(--tj-black);
}
.tj-salon-team-member:hover .designation {
  color: var(--tj-white);
}
.tj-salon-team-member img {
  width: 100%;
}
.tj-salon-team-member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px;
  width: calc(100% - 32px);
  border-radius: 7px;
  border-top-left-radius: 0;
  background: #e9e9e9;
  transition: all 0.5s ease;
}
.tj-salon-team-member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px;
  width: calc(100% - 32px);
  border-radius: 7px;
  border-top-left-radius: 0;
  background: #e9e9e9;
  transition: all 0.5s ease;
}
.tj-salon-team-member-name:not(:last-child) {
  margin-bottom: 8px;
  font-size: 24px;
  transition: color 0.3s ease;
  display: inline-block;
}
.tj-salon-team-member .designation {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4);
  transition: color 0.5s ease;
}
.tj-salon-team-member-social {
  opacity: 0;
  visibility: hidden;
  margin-top: -30px;
  transition: all 0.5s ease;
}
.tj-salon-team-member-social ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 16px;
  list-style-type: none;
}
.tj-salon-team-member-social ul li i {
  color: var(--tj-primary);
}

/*----------------------------------------*/
/*  Price css
/*----------------------------------------*/
.tj-pricing-box {
  position: relative;
  text-align: center;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  z-index: 3;
}
.tj-pricing-box:hover img {
  transform: scale(1.1);
}
.tj-pricing-box-thumb {
  text-align: center;
  width: fit-content;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
}
.tj-pricing-box-thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
}
.tj-pricing-box-content {
  background-color: var(--tj-white);
  border: 2px solid #eeeeee;
  border-radius: 10px;
  text-align: start;
  padding: 70px 40px 35px 40px;
  margin-top: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-pricing-box-content {
    padding: 20px 20px 20px 20px;
    margin-top: 0;
  }
}
.tj-pricing-box-title {
  font-size: 24px;
}
.tj-pricing-box-list {
  margin-top: 15px;
}
.tj-pricing-box-list ul li {
  list-style: none;
  text-align: start;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  gap: 30px;
  color: var(--tj-body-text);
}
.tj-pricing-box-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.tj-pricing-box-list ul li span {
  font-size: 15px;
  color: var(--tj-primary);
  font-weight: 500;
}

.tj-pricing-slider-box {
  position: relative;
  border-radius: 12px;
  display: block;
}
.tj-pricing-slider-box .thumb img {
  border-radius: 12px;
}
.tj-pricing-slider-box .tj-pricing-slider-box-content {
  width: auto;
  background: linear-gradient(0deg, rgba(17, 19, 20, 0), rgba(17, 19, 20, 0));
  padding: 0 0 80px 25px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  letter-spacing: 0rem;
  font-weight: 600;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  line-height: initial !important;
}
.tj-pricing-slider-box .tj-pricing-slider-box-content .title {
  font-size: 24px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-white);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tj-pricing-slider-box .tj-pricing-slider-box-content .subtitle {
  font-size: 20px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-white);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tj-latest-box {
  position: relative;
  border-radius: 12px;
  display: block;
}
.tj-latest-box .thumb img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.tj-latest-box .tj-latest-box-content {
  width: auto;
  background: linear-gradient(0deg, rgba(17, 19, 20, 0), rgba(17, 19, 20, 0));
  padding: 0 0 80px 25px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  letter-spacing: 0rem;
  font-weight: 600;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  line-height: initial !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-latest-box .tj-latest-box-content {
    padding: 0 0 50px 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-latest-box .tj-latest-box-content {
    padding: 0 0 112px 50px;
  }
}
.tj-latest-box .tj-latest-box-content .title {
  font-size: 22px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-white);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tj-latest-box .tj-latest-box-content .subtitle {
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-white);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tj-latest-video-promo iframe {
  border-radius: 12px;
}

/*----------------------------------------*/
/*  Testimonial css
/*----------------------------------------*/
.tj-testimonial-box {
  position: relative;
  background-color: var(--tj-white);
  border: 1px solid #ddd;
  padding: 40px 30px;
  border-radius: 6px;
  overflow: hidden;
  cursor: grab;
}
.tj-testimonial-thumb {
  border-radius: 6px;
  margin-bottom: 25px;
}
.tj-testimonial-thumb img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}
.tj-testimonial-content {
  text-align: center;
}
.tj-testimonial-desc {
  color: #0033cc;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.tj-testimonial-item-2 {
  background-color: var(--tj-white);
  border-radius: 6px;
  position: relative;
  text-align: center;
}
.tj-testimonial-thumb-2 {
  margin-top: -80px;
}
.tj-testimonial-thumb-2 img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 10px solid #fff;
  box-shadow: 0 0 2px #e12454;
}
.tj-testimonial-content-2 {
  margin-bottom: 25px;
  background-color: var(--tj-bg-primary);
  padding: 75px 30px 75px;
  border-radius: 8px 8px 0px 0px;
}
.tj-testimonial-meta-2 {
  box-shadow: 0 2px 3px rgba(96, 96, 96, 0.1);
  border-radius: 0px 0px 8px 8px;
  padding: 0 30px 30px;
}
.tj-testimonial-author-2 {
  font-size: 20px;
  margin-top: 15px;
}

.tj-testimonial-icon i {
  font-size: 60px;
  color: var(--tj-primary);
  margin-bottom: 20px;
}

.testimonialActiveTwo .swiper-slide {
  margin-bottom: 10px;
}

.tj-testimonial-area-3 {
  position: relative;
}
.tj-testimonial-area-3::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #7C3835;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-area-3::after {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.tj-testimonial-wrapper-3 .icon svg {
  width: 32px;
  position: absolute;
  z-index: 1;
  color: var(--tj-rating-color);
  left: 0;
  top: 0;
}
.tj-testimonial-wrapper-3 .description {
  position: relative;
  z-index: 5;
  color: var(--tj-white);
  font-size: 18pz;
}
.tj-testimonial-wrapper-3 .tj-testimonial-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}
.tj-testimonial-wrapper-3 .tj-testimonial-meta .thumb {
  width: 52px;
  height: 52px;
  border-radius: 100%;
}
.tj-testimonial-wrapper-3 .tj-testimonial-meta .thumb img {
  border-radius: 100%;
  border: 2px solid var(--tj-white);
}
.tj-testimonial-wrapper-3 .tj-testimonial-meta .user-name {
  color: var(--tj-white);
  font-weight: var(--tj-fw-medium);
}

.bd-testimonial4-wrapper {
  position: relative;
}
.bd-testimonial4-wrapper:hover .bd-testimonial4-navigation {
  opacity: 1;
  visibility: visible;
}

.bd-testimonial4-box {
  text-align: center;
  padding: 0 40px;
}
.bd-testimonial4-box .thumb {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.bd-testimonial4-box .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.bd-testimonial4-box .name {
  margin-bottom: 5px;
}
.bd-testimonial4-box .designation {
  color: var(--tj-body-text);
}

.bd-testimonial4-navigation {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.bd-testimonial4-navigation button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  font-size: 36px;
  color: var(--tj-body-text);
}
.bd-testimonial4-navigation button.testimonial4-next {
  left: auto;
  right: 0;
}

.tj-testimonial5-box {
  position: relative;
  background: #f9efe2;
  padding: 60px 45px;
  margin-bottom: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial5-box {
    margin-bottom: 0;
  }
}

.tj-testimonial5-item {
  border-top: 1px dashed var(--tj-primary);
  padding-top: 15px;
}
.tj-testimonial5-item .meta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.tj-testimonial5-item .meta .thumb {
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.tj-testimonial5-item .meta .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.tj-testimonial5-item .meta .name {
  color: var(--tj-primary);
  font-size: 18px;
  margin-bottom: 10px;
  padding-top: 7px;
  font-weight: 400;
}
.tj-testimonial5-item .meta .designation {
  font-size: 18px;
  color: var(--tj-black);
  margin-right: 5px;
  line-height: 1.25em;
  font-style: italic;
}
.tj-testimonial5-item .bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.tj-pagination {
  display: flex;
  gap: 8px;
  margin-top: 50px;
  justify-content: center;
}
.tj-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: var(--tj-light);
  opacity: 1;
  margin: 0 !important;
}
.tj-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--tj-primary);
}

/*----------------------------------------*/
/*  Contact css
/*----------------------------------------*/
.tj-location-item {
  border: 1px solid var(--tj-border-primary);
  padding: 20px 20px 20px 20px;
  background: var(--tj-white);
}
.tj-location-item:hover .tj-location-thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}

.tj-location-thumb {
  margin-bottom: 25px;
  overflow: hidden;
  height: 250px;
  border-radius: 6px;
}

.tj-location-thumb img {
  width: 100%;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
  height: auto;
  object-fit: cover;
}

.tj-location-title {
  margin-bottom: 5px;
}

.tj-location-info a {
  color: var(--tj-body-text);
  transition: all 0.3s ease-in-out;
}
.tj-location-info a:hover {
  color: var(--tj-primary);
}

.bg-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.appointment-area-bg {
  position: relative;
  z-index: 1;
}
.appointment-area-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  transform: scale(1);
  z-index: -1;
}

.tj-salon-appointment-form-content {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-salon-appointment-form-content {
    margin-bottom: 30px;
  }
}
.tj-salon-appointment-form-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(158, 75, 71, 0.5);
}

.tj-salon-appointment-form .form-group {
  margin-bottom: 25px;
}
.tj-salon-appointment-form .form-control {
  background-color: transparent;
  color: var(--tj-white);
  border: 0px;
  border-bottom: 2px solid var(--tj-white);
  outline: none;
}
.tj-salon-appointment-form .form-control::placeholder {
  color: var(--tj-white);
  opacity: 1;
}
.tj-salon-appointment-form .form-control {
  font-size: 16px;
  border-radius: 0 !important;
}
.tj-salon-appointment-form input {
  padding-left: 0;
  padding-right: 0;
}
.tj-salon-appointment-form input:focus {
  box-shadow: none;
}
.tj-salon-appointment-form textarea {
  min-height: 110px;
}
.tj-salon-appointment-form textarea:focus {
  box-shadow: none;
}

.tj-salon-appointment-content {
  width: 560px;
  border-left: 0px;
  float: right;
  position: relative;
  padding: 40px;
  border: 5px solid var(--tj-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-salon-appointment-content {
    width: 94%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-salon-appointment-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .tj-salon-appointment-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-salon-appointment-content {
    width: 500px;
  }
}
@media (max-width: 575px) {
  .tj-salon-appointment-content {
    width: 100%;
  }
}
.tj-salon-appointment-content .subtitle {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tj-salon-appointment-content .title {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--tj-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-salon-appointment-content .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .tj-salon-appointment-content .title {
    font-size: 30px;
  }
}
.tj-salon-appointment-content ul {
  width: 300px;
  float: right;
  color: #4a424b;
  font-style: italic;
}
@media (max-width:450px) {
  .tj-salon-appointment-content ul {
    width: 100%;
  }
}
.tj-salon-appointment-content ul li {
  font-style: italic;
  font-size: 16px;
}
.tj-salon-appointment-content .opening-date {
  width: 120px;
  display: inline-block;
  float: left;
}
.tj-salon-appointment-content .opening-time {
  display: inline-block;
  float: right;
}
.tj-salon-appointment-content .book-now-btn {
  position: absolute;
  left: -87px;
  top: 45.5%;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: var(--tj-primary);
  padding: 7px 32px;
  color: var(--tj-white);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.tj-salon-appointment-content .book-now-btn:hover {
  background-color: var(--tj-black);
}

/*----------------------------------------*/
/*  Brand css
/*----------------------------------------*/
.tj-sidebar-wrapper {
  width: 100%;
  background: #f9f9f9;
  height: 100%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-sidebar-wrapper {
    height: 40px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .tj-sidebar-wrapper::before {
    position: absolute;
    content: "\f107";
    font-family: var(--tj-ff-fontawesome);
    right: 10px;
    top: 5px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    color: var(--tj-white);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-sidebar-wrapper:hover {
    height: 100%;
  }
  .tj-sidebar-wrapper:hover::before {
    color: var(--tj-white);
  }
}

.sidebar-nav ul {
  margin-right: 5px;
}
.sidebar-nav ul li {
  list-style: none;
}
.sidebar-nav ul li:not(:last-child) {
  margin-bottom: 5px;
}
.sidebar-nav ul li a {
  font-size: 16px;
  display: inline-flex;
  text-align: start;
  align-items: center;
  justify-content: start;
  font-weight: var(--tj-fw-sbold);
  width: 100%;
  padding: 8px 15px;
  background-color: var(--tj-white);
  color: var(--tj-black);
  transition: all 0.3s ease-in-out;
  gap: 0 10px;
}
.sidebar-nav ul li a.active {
  color: var(--tj-white);
  background-color: var(--tj-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar-nav ul li a.active {
    position: absolute;
    top: 0;
  }
}
.sidebar-nav ul li:hover > a {
  background-color: var(--tj-primary);
  color: var(--tj-white);
}

.video-holder iframe {
  width: 100%;
  height: 500px;
}

.tj-author-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-author-wrapper {
    flex-direction: column;
  }
}

.tj-author-thumb {
  width: 400px;
  height: 100%;
}
.tj-author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.divider {
  border-top: 1px solid var(--tj-border-primary);
}

.tj-patient-resource-top {
  margin-bottom: 32px;
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-left: -12px;
  padding: 0;
}

@media (min-width: 768px) {
  .list-inline {
    margin-left: -15px;
  }
}
.list-inline-item {
  white-space: nowrap;
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.list-inline-item:not(:last-child) a::after {
  content: "";
  background: #bcbfc5;
  position: absolute;
  top: 2px;
  right: -1px;
  bottom: 0;
  height: 16px;
  width: 1px;
  margin: auto;
}

.list-inline-item a {
  cursor: pointer;
  text-decoration: none;
  border-color: currentColor;
  color: var(--tj-primary);
  font-size: 20px !important;
  line-height: 40px;
  padding: 0 15px;
}

.tj-patient-resource-item .title {
  color: var(--tj-primary);
}
.tj-patient-resource-item:not(:last-child) {
  margin-bottom: 45px;
}
.tj-patient-resource-item .description {
  font-size: 16px;
  color: var(--tj-black);
}
.tj-patient-resource-item .resource-list ul li {
  list-style: none;
}
.tj-patient-resource-item .resource-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.tj-patient-resource-item .resource-list-bluet ul li {
  list-style: none;
  position: relative;
  padding-inline-start: 15px;
}
.tj-patient-resource-item .resource-list-bluet ul li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--tj-primary);
  content: "";
  border-radius: 50%;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
}
.tj-patient-resource-item .resource-list-bluet ul li:not(:last-child) {
  margin-bottom: 5px;
}
.tj-patient-resource-item .thumb {
  width: 205px;
  height: 100%;
}
.tj-patient-resource-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tj-patient-resource-item .sl-number-counts li:not(:last-child) {
  margin-bottom: 5px;
}

.titu {
  width: 100%;
  background: #f9f9f9;
  height: 100%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.titu .select-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.titu .select-dropdown__button {
  padding: 10px 35px 10px 15px;
  background-color: #fff;
  color: #616161;
  border: 1px solid #cecece;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .titu .select-dropdown__button {
    display: block;
  }
}
.titu .select-dropdown__button:focus {
  outline: none;
}
.titu .select-dropdown__button i {
  position: absolute;
  right: 10px;
  top: 12px;
}
.titu .select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .titu .select-dropdown__list {
    opacity: 0;
    pointer-events: auto;
    transform: scale(1, 1);
    top: 0;
  }
}
.titu .select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.titu .select-dropdown__list-item:not(:last-child) {
  margin-bottom: 5px;
}
.titu .select-dropdown__list-item a {
  font-size: 16px;
  display: inline-flex;
  text-align: start;
  align-items: center;
  justify-content: start;
  font-weight: var(--tj-fw-sbold);
  width: 100%;
  padding: 8px 15px;
  background-color: var(--tj-white);
  color: var(--tj-black);
  transition: all 0.3s ease-in-out;
  gap: 0 10px;
}
.titu .select-dropdown__list-item a.active {
  color: var(--tj-white);
  background-color: var(--tj-primary);
}

/*----------------------------------------*/
/*  Brand css
/*----------------------------------------*/
.doctor-single {
  border: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: inline-block;
}
.doctor-single:hover .thumb img {
  transform: scale(1.08);
}
.doctor-single .thumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.doctor-single .thumb img {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.doctor-single .content {
  padding: 15px 15px;
}
.doctor-single .content .doctor-name {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.doctor-single .content .qualification {
  color: var(--dp-primary);
  margin-bottom: 5px;
}
.doctor-single .content .designation {
  color: var(--dp-black);
  margin-bottom: 5px;
}
.doctor-single .content .location {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: var(--dp-body-text);
}

/*----------------------------------------*/
/*  widget css
/*----------------------------------------*/
.dp-listing-sidebar {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dp-listing-sidebar {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .dp-listing-sidebar {
    margin-right: 0;
  }
}

.dp-widget-title-wrap {
  background-color: rgba(158, 75, 71, 0.85);
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.dp-widget-title-wrap .dp-widget-title {
  color: var(--tj-white);
  text-transform: uppercase;
}

.dp-search-form-widget {
  padding: 0 10px 20px 10px;
}

.dp-feature-widget-content {
  padding: 0 10px 20px 10px;
}
.dp-feature-widget-item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.dp-feature-widget-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tj-border-primary);
}
.dp-feature-widget-item:hover .thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.dp-feature-widget-item:hover .name {
  color: var(--tj-primary);
}
.dp-feature-widget-item .thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.dp-feature-widget-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
.dp-feature-widget-item .name {
  margin-bottom: 6px;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.dp-feature-widget-item .designation {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.dp-feature-widget-item .rating {
  list-style-type: none;
  font-size: 14px;
  color: var(--tj-light);
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.dp-feature-widget-item .rating .active {
  color: var(--tj-rating-color);
}

.dp-profile-widget:not(:last-child) {
  margin-bottom: 20px;
}

.dp-profile-widget-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: var(--tj-fw-regular);
  padding: 15px 20px;
  background-color: rgba(50, 200, 194, 0.85);
  color: var(--tj-white);
  line-height: 1;
}

.dp-profile-widget-content {
  background-color: rgba(50, 200, 194, 0.07);
  padding: 15px 20px;
}
.dp-profile-widget-content .widget-list {
  list-style-type: none;
}
.dp-profile-widget-content .widget-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  color: rgba(0, 0, 0, 0.9);
}
.dp-profile-widget-content .widget-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.dp-profile-widget-content .widget-list-icon {
  list-style-type: none;
}
.dp-profile-widget-content .widget-list-icon li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.dp-profile-widget-content .widget-list-icon .title {
  font-size: 18px;
  font-weight: var(--tj-fw-sbold);
}
.dp-profile-widget-content .address {
  list-style-type: none;
}
.dp-profile-widget-content .address li {
  display: flex;
  align-items: start;
  gap: 0 10px;
  color: rgba(0, 0, 0, 0.9);
}
.dp-profile-widget-content .address li:not(:last-child) {
  margin-bottom: 8px;
}
.dp-profile-widget-content .address li.phone {
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-black);
}
.dp-profile-widget-content .address li.phone .icon {
  font-weight: var(--tj-fw-regular);
}
.dp-profile-widget-content .address li.phone a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  color: rgba(0, 0, 0, 0.8);
}
.dp-profile-widget-content .address li.phone:hover a {
  text-decoration: none;
}
.dp-profile-widget-content .address .icon {
  font-size: 14px;
  margin-top: 2px;
}
.dp-profile-widget-content .widget-list-schedule {
  list-style-type: none;
}
.dp-profile-widget-content .widget-list-schedule li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.dp-profile-widget-content .widget-list-schedule li.active {
  color: var(--tj-primary);
  font-weight: 600;
}

.dp-profile-widget-address:not(:last-child) {
  border-bottom: 5px solid var(--tj-white);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.search-widget {
  background-color: rgba(158, 75, 71, 0.07);
}

/*----------------------------------------*/
/*  2.11 Range Slider 
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  color: var(--tj-black);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  outline: none;
  padding-left: 25px;
  padding-right: 44px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

/* .nice-select:hover {
  background-color: var(--tj-primary);
} */
.style-2 .nice-select:hover {
  background-color: var(--tj-primary);
  color: var(--tj-white);
}

.style-2:hover .nice-select::after {
  color: var(--tj-white);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  /* border-color: #999; */
  border-color: 0;
}

.nice-select:after {
  display: block;
  height: auto;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  transform: translateY(-50%);
  margin-top: 0;
  height: auto;
  width: auto;
  color: var(--tj-black);
  transition: 0.3s;
}

.is-white .nice-select span {
  color: var(--tj-white);
}

.is-white .nice-select::after {
  color: var(--tj-white);
}

.is-white:hover .nice-select::after {
  color: var(--tj-white);
}

.nice-select.open:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
}

.df-input-field .nice-select.open .list {
  width: 100%;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9999999999;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: var(--tj-fw-medium);
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*# sourceMappingURL=main.css.map */
