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

    Template Name: Insurai - Insurance Agency HTML Template
    Author: Theme_Pure
    Support: basictheme400@gmail.com
    Description: Insurai - Insurance Agency HTML Template
    Version: 1.01

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

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 animetion
		2.2 background
		2.3 backtotop
		2.4 body
		2.5 breadcrumb
		2.6 buttons 
		2.7 Carousel
		2.8 cartmini
		2.9 instagram
		2.10 nice select
		2.11 offcanvas
		2.12 preloader
		2.13 search
		2.14 Section Title
		2.15 theme setting

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 1

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 business-menu
		4.2 Menu-Style 2
		4.3 menu css
		4.4 Mobile css
		4.5 mobilemenu css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Blog css
		5.2 Postbox css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about css
		7.2 author css
		7.3 award css
		7.4 benifits css
		7.5 brands css
		7.6 caririer css
		7.7 cart css
		7.8 chose css
		7.9 clients css
		7.10 contact css
		7.11 counter css
		7.12 cta css
		6.13 cursor Style 
		7.14 error css		
		7.15 expert css
		7.16 expreance css
		7.17 faq css
		7.18 feature css
		7.19 lucation css
		7.20 payment css
		7.21 portfolio css
		7.22 pricing css
		7.23 process css
		7.24 progress css
		7.25 protect css
		7.26 service css
		7.27 shop css
		7.28 slider css
		7.29 team css
		7.30 testimonial css
		7.31 value css
		7.32 video css
		7.33 visitors css
		7.34 work css
**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.tp-team-care-thumb-wrapper::before, .tp-swiper-dot .swiper-pagination-bullet, .tp-swiper-dot-border .swiper-pagination-bullet, .tp-swiper-scrollbar {
  -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;
}

.back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -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;
}

.back-to-top-btn {
  -webkit-transition: transform 0.3s 0s ease-out;
  -moz-transition: transform 0.3s 0s ease-out;
  -ms-transition: transform 0.3s 0s ease-out;
  -o-transition: transform 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out;
}

.tp-swiper-arrow button svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-all-font-roboto *:not(i) {
  font-family: var(--tp-ff-roboto);
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --tp-ff-body: 'DM Sans', sans-serif;
  --tp-ff-heading: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-common: 'Plus Jakarta Sans', sans-serif;
  --tp-ff-p: 'DM Sans', sans-serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #141f39;
  --tp-common-3: #303334;
  --tp-heading-1: #141f39;
  --tp-heading-2: #131313;
  --tp-heading-3: #030303;
  --tp-heading-4: #01313d;
  --tp-heading-5: #1c231f;
  --tp-heading-6: #2d2928;
  --tp-grey-1: #4f4f4f;
  --tp-grey-2: #6a6a6a;
  --tp-grey-3: #6e6e75;
  --tp-grey-4: #67677a;
  --tp-grey-5: #6f70e9;
  --tp-grey-6: #898af2;
  --tp-grey-7: #f0f4fd;
  --tp-grey-8: #868d98;
  --tp-grey-9: #767676;
  --tp-grey-10: #ebeaff;
  --tp-grey-11: #2f323a;
  --tp-grey-12: #dee4f1;
  --tp-grey-13: #80858f;
  --tp-grey-14: #2a2d34;
  --tp-grey-15: #848587;
  --tp-grey-16: #82828a;
  --tp-grey-17: #75726f;
  --tp-dark-1: #1c263e;
  --tp-dark-2: #131313;
  --tp-dark-3: #000000;
  --tp-dark-4: #262b35;
  --tp-dark-5: #1c231f;
  --tp-dark-6: #23262d;
  --tp-dark-7: #1f1032;
  --tp-dark-8: #020202;
  --tp-white-1: #000;
  --tp-orange-1: #fbf7ec;
  --tp-orange-3: #fff7e3;
  --tp-orange-4: #fff0e3;
  --tp-orange-5: #fff9f3;
  --tp-blue-1: #e3f4fe;
  --tp-blue-2: #b1c2bf;
  --tp-blue-3: #03362e;
  --tp-blue-4: #278173;
  --tp-blue-5: #9b6cff;
  --tp-blue-6: #6222cc;
  --tp-border-1: #ececec;
  --tp-border-2: #e8e8e8;
  --tp-border-3: #eeeeee;
  --tp-yellow-1: #ffc737;
  --tp-yellow-2: #ff8c24;
  --tp-yellow-3: #ff673d;
  --tp-yellow-4: #fe744e;
  --tp-green-2: #009874;
  --tp-green-3: #007f61;
  --tp-green-4: #648d86;
  --tp-green-5: #032721;
  --tp-green-6: #dafdef;
  --tp-green-7: #b4ebd5;
  --tp-green-8: #17bd37;
  --tp-green-9: #b0ecc9;
  --tp-green-10: #1ec15f;
  --tp-theme-primary: #007f61;
  --tp-theme-secondary: #ff965a;
  --tp-theme-03: #dafdef;
  --tp-theme-04: #5758d6;
  --tp-theme-05: #6155ff;
  --tp-theme-06: #18bcc7;
  --tp-theme-07: #dafdff;
  --tp-theme-08: #da121f;
  --tp-theme-09: #e6f972;
  --tp-theme-10: #28cdc5;
  --tp-theme-11: #63ab45;
  --tp-theme-12: #f7921e;
  --tp-theme-13: #e93172;
  --tp-theme-14: #f5f2ef;
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: 16px;
  font-weight: normal;
  color: var(--tp-grey-1);
  background: var(--tp-common-white);
  line-height: 26px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-common-black);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  margin-bottom: 15px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95999D;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #95999D;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 4-18 */
  color: #95999D;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #95999D;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: #95999D;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gy-20 {
  --bs-gutter-y: 20px;
}

.lineheight-1 {
  line-height: 1;
}

.fix {
  overflow: hidden;
}

.tp-border-bottom {
  border-bottom: 1px solid var(--tp-border-1);
}

.tp-border-top {
  border-top: 1px solid var(--tp-border-1);
}
.tp-border-top-care {
  margin-left: -50px;
  margin-right: -50px;
}
@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), (max-width: 575px) {
  .tp-border-top-care {
    margin-left: 0;
    margin-right: 0;
  }
}

.clear {
  clear: both;
}

.f-right {
  float: right;
}

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

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

.text-right {
  text-align: right;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

.jarallax {
  position: relative;
  z-index: 9;
}

.demo {
  -webkit-transition: color 0.3s 0s linear;
  -moz-transition: color 0.3s 0s linear;
  -ms-transition: color 0.3s 0s linear;
  -o-transition: color 0.3s 0s linear;
  transition: color 0.3s 0s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}

[tp-theme=tp-theme-dark] .demo {
  color: yellow;
}

/* dropcap */
.tp-dropcap::first-letter {
  font-size: 90px;
  font-weight: 500;
  float: left;
  text-align: center;
  color: var(--tp-common-black);
  margin-right: 5px;
  line-height: inherit;
  text-transform: capitalize;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

/* gutter for x axis */
.tp-gx-20 {
  --bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 575px) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-30 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 575px) {
  .tp-gx-30 {
    --bs-gutter-x: 10px;
  }
}
.tp-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 575px) {
  .tp-gx-40 {
    --bs-gutter-x: 15px;
  }
}
.tp-gx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.section-plr {
  padding-left: 45px;
  padding-right: 45px;
}
@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), (max-width: 575px) {
  .section-plr {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-plr-2 {
  padding-left: 85px;
  padding-right: 85px;
}
@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), (max-width: 575px) {
  .section-plr-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-plr-3 {
  margin-left: 100px;
  margin-right: 100px;
}
@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), (max-width: 575px) {
  .section-plr-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-plr-4 {
  margin-left: -100px;
  margin-right: -100px;
}
@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), (max-width: 575px) {
  .section-plr-4 {
    margin-left: 0;
    margin-right: 0;
  }
}

.tp-travel-space {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
}
@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) {
  .tp-travel-space {
    padding: 20px 0;
  }
}

.tp-slider-space {
  padding: 200px 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) {
  .tp-slider-space {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

.tp-slider-space2 {
  padding-top: 210px;
  padding-bottom: 195px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-space2 {
    padding-top: 120px;
    padding-bottom: 110px;
  }
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gy-20 {
  --bs-gutter-y: 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) {
  .pt-145 {
    padding-top: 100px;
  }
}

@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) {
  .pt-140 {
    padding-top: 100px;
  }
}

@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) {
  .pt-135 {
    padding-top: 95px;
  }
}

@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) {
  .pt-130 {
    padding-top: 90px;
  }
}

@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) {
  .pt-125 {
    padding-top: 85px;
  }
}

@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) {
  .pt-120 {
    padding-top: 80px;
  }
}

@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) {
  .pt-115 {
    padding-top: 75px;
  }
}

@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) {
  .pt-110 {
    padding-top: 70px;
  }
}

@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) {
  .pt-105 {
    padding-top: 65px;
  }
}

@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) {
  .pt-100 {
    padding-top: 60px;
  }
}

@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) {
  .pb-140 {
    padding-bottom: 100px;
  }
}

@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) {
  .pb-135 {
    padding-bottom: 95px;
  }
}

@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) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

@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) {
  .pb-125 {
    padding-bottom: 85px;
  }
}

@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) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@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) {
  .pb-115 {
    padding-bottom: 75px;
  }
}

@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) {
  .pb-110 {
    padding-bottom: 70px;
  }
}

@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) {
  .pb-105 {
    padding-bottom: 65px;
  }
}

@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) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

@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) {
  .pb-95 {
    padding-bottom: 55px;
  }
}

@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) {
  .pb-90 {
    padding-bottom: 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) {
  .tp-about-area-spacing {
    padding-bottom: 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) {
  .tp-brands-area-spacing {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

/*----------------------------------------*/
/*  2.3 backtotop
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 20px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-theme-primary);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-white);
  border-radius: 50%;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.15 theme setting
/*----------------------------------------*/
.tp-theme-settings-area {
  position: fixed;
  top: 50%;
  left: 0;
  width: 240px;
  background-color: #fff;
  border: 1px solid #EAEAEF;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -moz-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  -o-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  z-index: 991;
  direction: ltr;
  border-bottom-right-radius: 4px;
}
.tp-theme-settings-area.settings-opened {
  -webkit-transform: translateY(-50%) translateX(0%);
  -moz-transform: translateY(-50%) translateX(0%);
  -ms-transform: translateY(-50%) translateX(0%);
  -o-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}
.tp-theme-settings-area.settings-opened .tp-theme-settings-gear {
  opacity: 0;
}
.tp-theme-settings-area.settings-opened .tp-theme-settings-close {
  opacity: 1;
}
.tp-theme-settings-open {
  position: absolute;
  top: -1px;
  left: 100%;
}
.tp-theme-settings-open button {
  background-color: var(--tp-common-white);
  border: 1px solid #EAEAEF;
  border-left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: var(--tp-common-black);
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tp-theme-settings-gear {
  display: inline-block;
  -webkit-animation: tp-theme-setting-spin 4s linear infinite;
  -moz-animation: tp-theme-setting-spin 4s linear infinite;
  -ms-animation: tp-theme-setting-spin 4s linear infinite;
  -o-animation: tp-theme-setting-spin 4s linear infinite;
  animation: tp-theme-setting-spin 4s linear infinite;
}
@-webkit-keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tp-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tp-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tp-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
.tp-theme-wrapper {
  padding: 20px 30px 30px;
}
.tp-theme-toggle {
  text-align: center;
}
.tp-theme-toggle-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}
.tp-theme-toggle-light, .tp-theme-toggle-dark {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.tp-theme-toggle input {
  display: none;
}
.tp-theme-toggle:hover {
  cursor: pointer;
}
.tp-theme-toggle label {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}
.tp-theme-toggle label:hover {
  cursor: pointer;
}
.tp-theme-toggle #tp-theme-toggler {
  display: none;
}
.tp-theme-toggle #tp-theme-toggler:checked + i {
  right: calc(50% - 4px);
}
.tp-theme-toggle-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.tp-theme-dir {
  text-align: center;
}
.tp-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}
.tp-theme-dir-ltr, .tp-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.tp-theme-dir input {
  display: none;
}
.tp-theme-dir:hover {
  cursor: pointer;
}
.tp-theme-dir label {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}
.tp-theme-dir label:hover {
  cursor: pointer;
}
.tp-theme-dir #tp-dir-toggler {
  display: none;
}
.tp-theme-dir #tp-dir-toggler:checked + i {
  right: calc(50% - 4px);
}
.tp-theme-dir-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.tp-theme-color-item.active button::before {
  opacity: 1;
  visibility: visible;
}
.tp-theme-color-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.tp-theme-color-btn::before {
  position: absolute;
  content: "\f00c";
  font-weight: 600;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-white);
  font-size: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -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;
  opacity: 0;
  visibility: hidden;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#F50963"] {
  background-color: #F50963;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#008080"] {
  background-color: #008080;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#F31E5E"] {
  background-color: #F31E5E;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#AB6C56"] {
  background-color: #AB6C56;
  color: black;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#4353FF"] {
  background-color: #4353FF;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#3661FC"] {
  background-color: #3661FC;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#2CAE76"] {
  background-color: #2CAE76;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#FF5A1B"] {
  background-color: #FF5A1B;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#03041C"] {
  background-color: #03041C;
}
.tp-theme-color-btn.tp-color-settings-btn[data-color="#ED212C"] {
  background-color: #ED212C;
}
.tp-theme-color-input {
  margin-top: 15px;
}
.tp-theme-color-input h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.tp-theme-color-input label {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--tp-theme-1);
  -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;
}
.tp-theme-color-input label:hover {
  cursor: pointer;
}
.tp-theme-color-input input {
  display: none;
}

/*----------------------------------------*/
/*  2.6 buttons 
/*----------------------------------------*/
.tp-btn {
  padding: 22px 47px;
  background: var(--tp-theme-secondary);
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-common-white);
  font-weight: 700;
  position: relative;
  transition: all 0.3s linear;
  overflow: hidden;
  font-family: var(--tp-ff-common);
  z-index: 1;
  line-height: 1;
  flex: 0 0 auto;
}
.tp-btn:hover {
  color: var(--tp-common-white);
}
.tp-btn-yellow {
  background: var(--tp-yellow-2);
}
.tp-btn-yellow-2 {
  background: var(--tp-yellow-3);
}
.tp-btn::after {
  position: absolute;
  content: "";
  background-color: var(--tp-common-black);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 0px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.tp-btn:hover:after {
  height: 380%;
}
.tp-btn-green {
  background: var(--tp-theme-primary);
}
.tp-btn-green2 {
  background: var(--tp-theme-04);
}
.tp-btn-service {
  background: var(--tp-green-3);
  padding: 16px 40px;
}
.tp-btn-green3 {
  background: var(--tp-theme-05);
}
.tp-btn-green4 {
  background: var(--tp-theme-06);
}
.tp-btn-transparet {
  background: none;
  border: 1px solid #c4eff1;
  color: var(--tp-common-3);
  padding: 21px 40px;
}
.tp-btn-transparet-2 {
  border: 1px solid #d4d4d4;
  background: none;
  color: var(--tp-heading-3);
}
.tp-btn-black {
  background: var(--tp-common-black);
}
.tp-btn-black::after {
  background: var(--tp-theme-primary);
}
.tp-btn-black-2 {
  background: var(--tp-dark-2);
}
.tp-btn-black-2::after {
  background: var(--tp-theme-secondary);
}
.tp-btn-black-3 {
  background: var(--tp-common-3);
}
.tp-btn-black-3::after {
  background: var(--tp-theme-06);
}
.tp-btn-black2 {
  background: var(--tp-heading-3);
}
.tp-btn-black2::after {
  background: var(--tp-theme-08);
}
.tp-btn-pet {
  background: var(--tp-heading-4);
}
.tp-btn-pet::after {
  background: var(--tp-theme-10);
}
.tp-btn-pet-2 {
  background: var(--tp-theme-09);
  color: var(--tp-heading-4);
  padding: 17px 40px;
}
.tp-btn-pet-2::after {
  background: var(--tp-heading-4);
}
.tp-btn-white {
  background: var(--tp-common-white);
  color: var(--tp-dark-8);
  transition: all 0.3s ease;
}
.tp-btn-red {
  background: var(--tp-theme-08);
}
.tp-btn-red::after {
  background: var(--tp-heading-3);
}
.tp-btn-care {
  background: var(--tp-theme-12);
  padding: 22px 44px;
}
.tp-btn-care::after {
  background: var(--tp-theme-11);
}
.tp-btn-care-2 {
  background: var(--tp-theme-11);
  padding: 22px 44px;
}
.tp-btn-care-2::after {
  background: var(--tp-theme-12);
}
.tp-btn-travel {
  padding: 17px 35px;
  background: var(--tp-theme-11);
}
.tp-btn-travel::after {
  background: var(--tp-theme-12);
}
.tp-btn-travel-2 {
  padding: 17px 35px;
  background: var(--tp-theme-12);
}
.tp-btn-travel-2::after {
  background: var(--tp-theme-11);
}
.tp-btn-mrg {
  background: var(--tp-heading-6);
  padding: 17px 40px;
}
.tp-btn-mrg::after {
  background: var(--tp-theme-13);
}
.tp-btn-mrg-2 {
  background-color: var(--tp-theme-13);
}
.tp-btn-mrg-2::after {
  background: var(--tp-heading-6);
}

/*----------------------------------------*/
/*  2.1 animetion
/*----------------------------------------*/
/* pulse effect animation */
@keyframes spinaround {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes pulse2 {
  50% {
    box-shadow: 0 0 0 0.3em rgba(255, 255, 255, 0.75);
  }
  100% {
    box-shadow: 0 0 0 0.6em rgba(255, 255, 255, 0);
  }
}
@keyframes upslide {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.upslide {
  animation: upslide 4s linear forwards infinite alternate;
}

@keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    color: white;
  }
}
.light {
  animation: light 2.5s linear forwards infinite alternate;
}

@-webkit-keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tprotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tprotate {
  -webkit-animation: tprotate 2s infinite alternate;
  animation: tprotate 2s infinite alternate;
}

@-webkit-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-moz-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-ms-keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes tpSwing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
.tpswing {
  animation: tpSwing 2s linear infinite alternate;
}

@-webkit-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-moz-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@-ms-keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }
  50% {
    transform: skew(15deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
.tfLeftToRight {
  width: 40px;
  display: inline-block;
}

.tfLeftToRight:hover {
  animation: tfLeftToRight 0.5s forwards;
}

@keyframes treeMove {
  0% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  75% {
    -webkit-transform: rotate(5deg) translateX(10px);
    transform: rotate(5deg) translateX(10px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(20px);
    transform: rotate(10deg) translateX(20px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
}
.tree-move {
  animation-name: treeMove;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes tpupdown {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
.up-down {
  animation: tpupdown 1.5s infinite alternate;
}

@keyframes tptranslateX2 {
  0% {
    transform: translateX(-30px);
  }
  to {
    transform: translateX(20px);
  }
}
.tptranslateX2 {
  animation: tptranslateX2 4s infinite alternate;
}

@keyframes tptranslateY2 {
  0% {
    transform: translateY(-30px);
  }
  to {
    transform: translateY(20px);
  }
}
.tptranslateY2 {
  animation: tptranslateY2 4s infinite alternate forwards;
}

@keyframes rotate-infite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate-infite {
  animation: rotate-infite 4s linear infinite;
}

@keyframes zom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.zom-in-out {
  animation: zom-in-out 4s linear infinite;
  -webkit-animation: zom-in-out 4s linear infinite;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.rotate360 {
  animation: rotate360 6s linear infinite;
  -webkit-animation: rotate360 6s linear infinite;
}

@keyframes zom-in-out-2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.zom-in-out-2 {
  animation: zom-in-out-2 4s linear infinite;
  -webkit-animation: zom-in-out-2 4s linear infinite;
  -moz-animation: zom-in-out-2 4s linear infinite;
}

@-webkit-keyframes tp-video-waves2 {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-moz-keyframes tp-video-waves2 {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-ms-keyframes tp-video-waves2 {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes tp-video-waves2 {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-webkit-keyframes tp-video-waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-moz-keyframes tp-video-waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-ms-keyframes tp-video-waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes tp-video-waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes moving {
  0% {
    transform: translatey(0);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  to {
    transform: translatey(0);
  }
}
.moving {
  animation: moving 9s linear infinite;
  -webkit-animation: moving 9s linear infinite;
  -moz-animation: moving 9s linear infinite;
}

.animetion {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.6s;
  animation-duration: 1s;
  opacity: 1;
}

@keyframes tp-pulse-2 {
  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 fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*----------------------------------------*/
/* 2.12 preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--tp-green-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--tp-common-white) transparent var(--tp-common-white);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100px;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  2.2 background
/*----------------------------------------*/
.tp-slider-bg {
  background: var(--tp-theme-primary);
}

.tp-slider-bg-pet {
  background: var(--tp-theme-09);
}

.tp-bg-yellow {
  background: var(--tp-orange-1);
}

.tp-bg-yellow2 {
  background: #ffefe1;
}

.tp-blue-bg {
  background: var(--tp-blue-1);
}

.tp-blue-bg-2 {
  background: var(--tp-theme-03);
}

.tp-blue-bg-3 {
  background: var(--tp-theme-07);
}

.tp-orange-bg {
  background: var(--tp-orange-5);
}

.tp-white-bg {
  background: var(--tp-common-white);
}

.tp-dark-bg {
  background: var(--tp-dark-6);
}

.tp-travel-bg {
  background: var(--tp-theme-11);
}

.tp-dark-bg-2 {
  background: var(--tp-heading-4);
}

.tp-green-bg {
  background: var(--tp-theme-04);
}

.tp-green-bg-2 {
  background: var(--tp-theme-05);
}

.tp-grey-bg {
  background: var(--tp-grey-7);
}

.tp-grey-bg-2 {
  background: var(--tp-grey-12);
}

.tp-grey-bg-3 {
  background: #f6f6f6;
}

.tp-grey-bg-4 {
  background: #fbf6f1;
}

.tp-grey-bg-5 {
  background: #f9f1e8;
}

.tp-mrg-bg {
  background: var(--tp-theme-14);
}

.tp-mrg-bg-2 {
  background: #f8e7d6;
}

.tp-mrg-bg-3 {
  background: #fcf6f0;
}

.tp-mrg-bg-4 {
  background-image: linear-gradient(180deg, #f7e7d5 0%, #f5f1ef 100%);
}

.tp-mrg-bg-5 {
  background: #f5f2ef;
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* tp range slider css */
.tp-range-slider .inside-slider {
  padding-left: 7px;
  padding-right: 17px;
}
.tp-range-slider .noUi-target {
  background-color: #191C3C;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
}
.tp-range-slider .noUi-connect {
  background-color: var(--tp-theme-primary);
}
.tp-range-slider .noUi-horizontal {
  height: 6px;
}
.tp-range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  background-color: var(--tp-theme-primary);
  border-radius: 50%;
  border: 4px solid var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
  top: -9px;
}
.tp-range-slider .noUi-handle:hover {
  cursor: pointer;
}
.tp-range-slider .noUi-handle::before, .tp-range-slider .noUi-handle::after {
  display: none;
}
.tp-range-slider-dark .noUi-handle {
  border: 4px solid #2D314B;
}

/* tp swiper slider dot */
.tp-swiper-dot {
  line-height: 1;
}
.tp-swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--tp-grey-3);
  opacity: 1;
  margin: 0 3px;
  position: relative;
}
.tp-swiper-dot .swiper-pagination-bullet button {
  font-size: 0;
}
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-primary);
}
.tp-swiper-dot.tp-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-secondary);
}

.tp-swiper-dot-border {
  line-height: 1;
}
.tp-swiper-dot-border .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
  margin: 0 3px;
  position: relative;
  border: 1px solid rgba(20, 31, 57, 0.4);
}
.tp-swiper-dot-border .swiper-pagination-bullet button {
  font-size: 0;
}
.tp-swiper-dot-border .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}
.tp-swiper-dot-border .swiper-pagination-bullet:hover {
  border-color: var(--tp-common-black);
}
.tp-swiper-dot-border.tp-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-secondary);
}

.tp-swiper-arrow button {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  background-color: transparent;
  color: var(--tp-text-2);
  border: 1px solid rgba(20, 31, 57, 0.1);
  border-radius: 50%;
}
.tp-swiper-arrow button:hover {
  background-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
/* tp swiper scrollbar */
.tp-swiper-scrollbar {
  background-color: #EDEFF2;
  height: 2px;
}
.tp-swiper-scrollbar .tp-swiper-scrollbar-drag {
  background-color: var(--tp-common-black);
  height: 100%;
}
.tp-swiper-scrollbar .tp-swiper-scrollbar-drag:hover {
  cursor: pointer;
}
.tp-swiper-scrollbar:hover, .tp-swiper-scrollbar:focus {
  -webkit-transform: scaleY(3);
  -moz-transform: scaleY(3);
  -ms-transform: scaleY(3);
  -o-transform: scaleY(3);
  transform: scaleY(3);
}

/* tp slick arrow */
.tp-slick-dot .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.tp-slick-dot .slick-dots li.slick-active button {
  background-color: var(--tp-common-white);
}
.tp-slick-dot .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.tp-slick-dot-blue .slick-dots li.slick-active button {
  background-color: var(--tp-theme-primary);
}
.tp-slick-dot-blue .slick-dots li button {
  background-color: var(--tp-grey-3);
}

/*----------------------------------------*/
/*  2.10 nice select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 58px;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  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: auto;
  width: 100%;
  height: 60px;
  color: var(--tp-heading-4);
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select .current {
  font-size: 16px;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: var(--tp-common-black);
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 20px;
  font-size: 18px;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-heading-4);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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);
}
.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;
  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;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}
.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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.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;
}

/*----------------------------------------*/
/*  2.11 offcanvas
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/icon/cross-out.png), pointer;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tp-common-white);
  z-index: 997;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.tpoffcanvas .homemenu {
  margin-bottom: 30px;
}
.tpoffcanvas .homemenu-title {
  color: var(--tp-common-white);
}
.tpoffcanvas .tp-main-menu-mobile {
  margin-bottom: 30px;
}
.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .tpoffcanvas {
    width: 100%;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tpoffcanvas-btn {
  padding: 22px 40px;
  background: var(--tp-theme-primary);
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-common-white);
  font-weight: 700;
  position: relative;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.tpoffcanvas-btn:hover {
  background: var(--tp-common-black);
}
.tpoffcanvas__contact-title h5 {
  font-size: 14px;
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
}
.tpoffcanvas__contact-info {
  margin-bottom: 30px;
}
.tpoffcanvas__contact-info ul li {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
  list-style-type: none;
}
.tpoffcanvas__contact-info ul li i {
  width: 16px;
  transform: translateY(5px);
  line-height: 1;
}
@media (max-width: 575px) {
  .tpoffcanvas__contact-info ul li {
    font-size: 14px;
  }
}
.tpoffcanvas__contact-info ul li:last-child {
  margin-bottom: 0;
}
.tpoffcanvas__contact-info ul li a {
  margin-left: 10px;
  transition: 0.3s;
}
.tpoffcanvas__contact-info ul li a:hover {
  color: var(--tp-green-2);
}
.tpoffcanvas__logo {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .tpoffcanvas__logo img {
    width: 150px;
  }
}
.tpoffcanvas__close-btn button {
  position: absolute;
  right: 30px;
  top: 37px;
  transition: 0.4s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border: 1px solid rgba(6, 7, 40, 0.1);
  color: var(--tp-common-black);
}
.tpoffcanvas__close-btn button:hover {
  background: var(--tp-green-2);
  border-color: var(--tp-green-2);
  color: var(--tp-common-white);
}
.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 20px;
  transition: 0.4s;
}
.tpoffcanvas__social {
  margin-top: 30px;
}
.tpoffcanvas__social .social-icon a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #EAEAEF;
  color: var(--tp-common-black);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
}
@media (max-width: 575px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
    height: 50px;
    width: 50px;
    line-height: 53px;
    font-size: 15px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background-color: var(--tp-green-2);
  color: var(--tp-common-white);
  border-color: var(--tp-green-2);
}

/*----------------------------------------*/
/*  2.5 breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-title {
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 1.1;
  color: #141f39;
}
@media (max-width: 575px) {
  .tp-breadcrumb-title {
    font-size: 38px;
  }
}
.tp-breadcrumb-dvdr {
  margin: 0 2px;
}
.tp-breadcrumb-spacing {
  padding: 210px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-breadcrumb-spacing {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-breadcrumb-spacing {
    padding: 120px 0;
  }
}
.tp-breadcrumb-list span {
  font-size: 16px;
  line-height: 1;
  color: var(--tp-grey-1);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-breadcrumb-list span a {
  font-weight: 700;
  color: var(--tp-green-3);
}
.tp-breadcrumb-about-spacing {
  padding-top: 380px;
  margin-bottom: -272px;
  background-color: var(--tp-orange-1);
}

/*----------------------------------------*/
/*  2.14 Section Title
/*----------------------------------------*/
.tp-section-title {
  font-size: 50px;
  letter-spacing: -2px;
  color: var(--tp-heading-1);
}
.tp-section-title-dark {
  color: var(--tp-heading-2);
}
.tp-section-title-busi {
  color: #020202;
  font-size: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-busi {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-section-title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .tp-section-title br {
    display: none;
  }
}
.tp-section-title-dark-2 {
  color: var(--tp-dark-6);
}
.tp-section-title-dark-3 {
  color: var(--tp-heading-5);
}
.tp-section-title-dark-4 {
  color: var(--tp-heading-6);
}
.tp-section-title-health {
  color: var(--tp-common-3);
}
.tp-section-title-white {
  color: var(--tp-common-white);
}
.tp-section-title-care {
  color: var(--tp-heading-3);
}
.tp-section-title-pet {
  color: var(--tp-heading-4);
}
.tp-section-title-pre {
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-theme-primary);
  background-color: #e5fff9;
  padding: 7px 10px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  font-family: var(--tp-ff-common);
}
.tp-section-title-pre::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: var(--tp-theme-primary);
  top: 0;
  left: 0;
}
.tp-section-title-pre-red {
  color: var(--tp-theme-08);
  background: #f6f6f6;
}
.tp-section-title-pre-red::before {
  background: var(--tp-theme-08);
}
.tp-section-title-pre-red-2 {
  background: var(--tp-common-white);
}
.tp-section-title-pre-red3 {
  background: var(--tp-theme-08);
  color: var(--tp-common-white);
}
.tp-section-title-pre-red3::before {
  background: var(--tp-common-white);
}
.tp-section-title-pre-white {
  color: var(--tp-theme-primary);
  background: var(--tp-common-white);
}
.tp-section-title-pre-white-2 {
  background: var(--tp-common-white);
}
.tp-section-title-pre-white::before {
  background: var(--tp-theme-primary);
}
.tp-section-title-pre-top::before {
  width: 100%;
  height: 2px;
}
.tp-section-title-pre-family {
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-yellow-2);
  font-weight: 700;
  display: inline-block;
}
.tp-section-title-pre-family-2 {
  color: #7f2ef8;
}
.tp-section-title-pre-home {
  color: var(--tp-theme-04);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
}
.tp-section-title-pre-busi {
  color: var(--tp-theme-05);
  background: #f3f2ff;
}
.tp-section-title-pre-busi::before {
  background: var(--tp-theme-05);
}
.tp-section-title-pre-busi2 {
  color: var(--tp-theme-05);
}
.tp-section-title-pre-health {
  color: var(--tp-theme-06);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  font-family: var(--tp-ff-common);
}
.tp-section-title-pre-pet {
  color: var(--tp-theme-09);
}
.tp-section-title-pre-pet2 {
  color: var(--tp-heading-4);
}
.tp-section-title-pre-travel {
  color: var(--tp-theme-11);
}
.tp-section-title-pre-mrg {
  color: var(--tp-theme-13);
}
.tp-section-title-pre-about {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-green-3);
  font-weight: 700;
  display: inline-block;
}
.tp-section-title-busi2 {
  color: var(--tp-theme-05);
  background: #f3f2ff;
}
.tp-section-title-busi2::before {
  width: 100%;
  height: 2px;
  background: var(--tp-theme-05);
}
.tp-section-title-care-para {
  color: var(--tp-grey-9);
}
.tp-section-title-care-para-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.tp-section-title-para {
  line-height: 30px;
  font-weight: 500;
}
.tp-section-title-para-2 {
  line-height: 30px;
  color: var(--tp-grey-3);
  font-weight: 400;
}
.tp-section-title-para-busi {
  color: var(--tp-grey-9);
  line-height: 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) {
  .tp-section-title-para-busi br {
    display: none;
  }
}
.tp-section-title-para-visi {
  color: var(--tp-grey-16);
}
@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) {
  .tp-section-title-para-visi br {
    display: none;
  }
}
.tp-section-title-para-mrg {
  color: var(--tp-grey-17);
}
@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) {
  .tp-section-title-para-mrg br {
    display: none;
  }
}
.tp-section-title-para-mrg-2 {
  color: var(--tp-grey-9);
  font-weight: 500;
  font-size: 18px;
}
@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) {
  .tp-section-title-para-mrg-2 br {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.13 search
/*----------------------------------------*/
.tp-search-body-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -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;
  backdrop-filter: blur(15px);
}
.tp-search-body-overlay.active {
  opacity: 1;
  visibility: visible;
}
.tp-search-form-toggle {
  background-color: var(--tp-common-white);
  text-align: start;
  position: fixed;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  box-shadow: rgba(5, 13, 54, 0.05) 5px 15px 30px 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 999999;
  padding: 150px 30px;
  transform: translateY(-100%);
}
.tp-search-form-toggle.active {
  transform: translateY(0);
}
.tp-search-form-toggle.active .tp-search-form form {
  transform: scaleX(1);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.tp-search-form {
  text-align: center;
}
.tp-search-form form {
  transform: scaleX(0);
  transition: all 600ms;
  position: relative;
}
.tp-search-form h4 {
  font-size: 18px;
  color: var(--tp-common-black);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
}
.tp-search-form input {
  padding: 10px 76px 10px 20px;
  border-radius: 0px;
  color: var(--tp-common-black);
  font-size: 16px;
  font-weight: 400;
  background: #F7F7F7;
  width: 100%;
  border: 1px solid transparent;
  height: 60px;
}
.tp-search-form input:focus {
  border: 1px solid var(--tp-common-black);
}
.tp-search-form input::placeholder {
  font-size: 16px;
  line-height: 32px;
  color: var(--tp-grey-3);
  font-weight: 500;
}
.tp-search-form-icon button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-flex;
  border: none;
  padding: 0;
  padding: 17px 19px;
  background: var(--tp-common-black);
  display: flex;
  color: var(--tp-common-white);
  align-items: center;
  justify-content: center;
  display: block;
  margin-left: -9px;
  font-size: 20px;
}
.tp-search-form-icon button i {
  font-weight: 400;
}
.tp-search-close {
  background: var(--tp-common-black);
  width: 35px;
  height: 35px;
  position: absolute;
  top: 22%;
  right: 15%;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 575px) {
  .tp-search-close {
    top: 5%;
    right: 5%;
  }
}
.tp-search-close i {
  -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;
  font-size: 30px;
  color: var(--tp-common-white);
  font-weight: 400;
}
.tp-search-close:hover i {
  transform: rotate(180deg);
}

/*----------------------------------------*/
/*  2.8 cartmini
/*----------------------------------------*/
.tp-cartmini__area {
  position: relative;
  z-index: 999999;
}
.tp-cartmini__area .modal {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
}
.tp-cartmini__area .modal.show .modal-dialog {
  transform: none !important;
}
.tp-cartmini__area .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(100px, 0px);
}
.tp-cartmini__area .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 450px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  margin: 0;
  color: var(--tp-common-white);
}
.tp-cartmini__area .modal-content {
  border: 0;
}
.tp-cartmini__content {
  margin-top: 7px;
}
.tp-cartmini__wrapper {
  padding: 65px 65px;
  padding-top: 50px;
  height: 100vh;
  overflow-y: scroll;
}
@media (max-width: 575px) {
  .tp-cartmini__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tp-cartmini__top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--tp-border1-1);
}
.tp-cartmini__top h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.tp-cartmini__close-btn {
  font-size: 24px;
  color: var(--tp-common-black);
  background: transparent;
  border: 0;
  outline: 0;
}
.tp-cartmini__close-btn i {
  font-weight: 600;
}
.tp-cartmini__close-btn i:hover {
  color: var(--tp-green-2);
}
.tp-cartmini__item {
  padding: 20px 0;
  padding-right: 30px;
  border-bottom: 1px solid var(--tp-border1-1);
}
.tp-cartmini__item:last-child {
  border: none;
}
.tp-cartmini__thumb img {
  width: 80px;
}
.tp-cartmini__title {
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}
.tp-cartmini__title a:hover {
  color: var(--tp-green-2);
}
.tp-cartmini__remove {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 13px;
  color: var(--tp-grey-3);
  height: 17px;
  width: 17px;
  line-height: 16px;
  text-align: center;
  border: 1px solid var(--tp-grey-3);
  border-radius: 50%;
  margin-top: 7px;
}
.tp-cartmini__remove:hover {
  color: var(--tp-green-2);
  border: 1px solid var(--tp-green-2);
}
.tp-cartmini__price .price {
  font-size: 13px;
  color: var(--tp-common-black);
}
.tp-cartmini__total {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid var(--tp-border1-1);
}
.tp-cartmini__total h5 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tp-common-black);
}
.tp-cartmini__total span {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 500;
}
.tp-cartmini__list {
  margin-bottom: 50px;
}
.tp-cartmini-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border: 2px solid var(--tp-common-black);
  height: 50px;
  line-height: 42px;
  text-align: center;
  padding: 0 40px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 15px;
}
.tp-cartmini-btn:hover {
  background: transparent;
  color: var(--tp-common-black);
}
.tp-cartmini-btn-2 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #222;
  background-color: #ffffff;
  border: 2px solid #222;
  height: 50px;
  line-height: 46px;
  text-align: center;
  padding: 0 40px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 15px;
}
.tp-cartmini-btn-2:hover {
  background: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.9 instagram
/*----------------------------------------*/
.tp-instagram-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}
.tp-instagram-link a {
  position: relative;
  display: block;
}
.tp-instagram-link a i {
  position: absolute;
  color: var(--tp-heading-4);
  font-size: 16px;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-instagram-link a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--tp-theme-09);
  opacity: 0.902;
  transform: scale(0);
  transition: all 0.4s ease;
}
.tp-instagram-link a:hover i {
  opacity: 1;
}
.tp-instagram-link a:hover::before {
  transform: scale(1);
}
.tp-instagram-link img {
  width: 100%;
}
.tp-instagram-link-2 {
  width: 100%;
}
.tp-instagram-link-2 img {
  width: 100%;
}
.tp-instagram-title {
  font-size: 14px;
  color: var(--tp-common-black);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  display: block;
}
.tp-instagram-mrg-icon a {
  font-size: 24px;
  color: var(--tp-heading-6);
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: var(--tp-common-white);
  display: inline-block;
  line-height: 90px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: scale(0);
  transition: all 0.4s linear;
}
.tp-instagram-mrg-icon a:hover {
  color: var(--tp-theme-13);
}
.tp-instagram-mrg-thumb img {
  transition: all 0.4s linear;
}
.tp-instagram-mrg-thumb:hover .tp-instagram-mrg-bg {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s linear;
}
.tp-instagram-mrg-thumb:hover img {
  transform: scale(1.2) rotate(-2deg);
}
.tp-instagram-mrg-thumb:hover .tp-instagram-mrg-icon a {
  transform: scale(1);
}
.tp-instagram-mrg-bg {
  background: rgba(255, 255, 255, 0.3);
  opacity: 0.651;
  bottom: 0;
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 0.4s linear;
  z-index: 1;
}
.tp-instagram-mrg-pd {
  height: 180px;
  width: 100%;
  background-color: #f8e7d6;
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: -180px;
}

/*----------------------------------------*/
/*  2.4 body
/*----------------------------------------*/
.tp-body-shape-img {
  top: 0;
  left: 0;
  z-index: -1;
}
@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) {
  .tp-body-shape-img {
    width: 90%;
  }
}
.tp-body-shape-img-2 {
  right: 0;
  z-index: -1;
  top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-body-shape-img-2 {
    width: 90%;
  }
}

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header-top-info ul li {
  display: inline-block;
}
.tp-header-top-info ul li:not(:last-child) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid var(--tp-border-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-top-info ul li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.tp-header-top-info ul li a {
  line-height: 20px;
  padding: 15px 0;
  display: inline-block;
}
.tp-header-top-info ul li a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-top-info ul li a i {
  font-size: 16px;
  margin-right: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-top-info ul .tp-top-menu {
    display: none;
  }
}
.tp-header-top-info ul .tp-top-menu a {
  font-weight: 500;
}
.tp-header-top-info ul .tp-top-menu a:not(:last-child) {
  margin-right: 40px;
}
.tp-header-top-info-home ul li:not(:last-child) {
  border-right: 1px solid var(--tp-grey-5);
}
.tp-header-top-info-home ul li a {
  color: var(--tp-common-white);
}
.tp-header-top-info-home ul li a:hover {
  color: var(--tp-yellow-3);
}
.tp-header-top-area-care {
  background: var(--tp-heading-3);
}
.tp-header-social-icon span {
  margin-right: 10px;
}
.tp-header-social-icon a {
  font-size: 16px;
  color: var(--tp-dark-1);
  margin-left: 20px;
}
.tp-header-social-icon a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-social-icon-home span {
  color: var(--tp-common-white);
}
.tp-header-social-icon-home a {
  color: var(--tp-grey-6);
}
.tp-header-social-icon-home a:hover {
  color: var(--tp-common-white);
}
.tp-header-tel-icon {
  line-height: 1;
}
.tp-header-tel-icon span {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: var(--tp-orange-1);
  display: inline-block;
  text-align: center;
  line-height: 68px;
  color: var(--tp-theme-primary);
  font-size: 24px;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}
.tp-header-tel-icon span i {
  position: relative;
  z-index: 4;
  transition: all 0.4s ease;
}
.tp-header-tel-icon span:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--tp-theme-primary);
  transition: all 0.4s ease;
  opacity: 1;
  transform: scale(0);
  border-radius: 50%;
  z-index: 3;
}
.tp-header-tel-box {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid var(--tp-border-1);
}
.tp-header-tel-box:hover .tp-header-tel-icon span:after {
  opacity: 1;
  transform: scale(1);
}
.tp-header-tel-box:hover .tp-header-tel-icon span i {
  color: var(--tp-common-white);
}
.tp-header-tel-box-home {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.tp-header-tel-box-home .tp-header-tel-icon span {
  background: var(--tp-grey-7);
  height: 50px;
  width: 50px;
  line-height: 57px;
}
.tp-header-tel-box-home .tp-header-tel-icon span i {
  color: var(--tp-theme-04);
}
.tp-header-tel-box-home .tp-header-tel-icon span:after {
  background: var(--tp-theme-04);
}
.tp-header-tel-box-home .tp-header-tel-icon span:after i {
  color: var(--tp-common-white);
}
.tp-header-tel-text span {
  display: block;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-grey-1);
  font-weight: 400;
  font-family: var(--tp-ff-p);
  margin-bottom: 4px;
}
.tp-header-tel-text a {
  line-height: 0px;
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-header-tel-text a:hover {
  color: var(--tp-theme-primary);
}
.tp-header-tel-text-home span {
  color: var(--tp-grey-8);
}
.tp-header-tel-text-home a {
  color: var(--tp-dark-4);
}
.tp-header-tel-text-home a:hover {
  color: var(--tp-theme-04);
}
.tp-header-tel-care span {
  background-color: var(--tp-theme-08);
  color: var(--tp-common-white);
}
.tp-header-tel-care-text span {
  background: none;
  color: var(--tp-grey-16);
  margin-bottom: 7px;
}
.tp-header-tel-care-text a {
  color: #1d231f;
  font-size: 20px;
}
.tp-header-tel-care-text a:hover {
  color: var(--tp-theme-08);
}
.tp-header-tel-travels span {
  background-color: var(--tp-theme-12);
  color: var(--tp-common-white);
}
.tp-header-tel-travels-text span {
  background: none;
  color: var(--tp-grey-16);
  margin-bottom: 7px;
}
.tp-header-tel-travels-text a {
  color: #1d231f;
  font-size: 20px;
}
.tp-header-tel-travels-text a:hover {
  color: var(--tp-theme-12);
}
.tp-header-search button {
  color: var(--tp-common-black);
  font-size: 26px;
  margin-top: 8px;
}
.tp-header-search button:hover {
  color: var(--tp-theme-primary);
}
.tp-header-search .search-click-home {
  color: var(--tp-dark-4);
}
.tp-header-search .search-click-home:hover {
  color: var(--tp-theme-04);
}
.tp-header-search-pet button {
  color: var(--tp-heading-4);
  margin-top: 7px;
}
.tp-header-search-pet button:hover {
  color: var(--tp-theme-10);
}
.tp-header-border {
  padding-left: 28px;
  margin-left: 28px;
  margin-bottom: -5px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-border {
    padding-left: 23px;
    margin-left: 23px;
  }
}
.tp-header-border::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: #e6e7e9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tp-header-cart button {
  font-size: 26px;
  color: var(--tp-dark-4);
}
.tp-header-cart button:hover {
  color: var(--tp-theme-04);
}
.tp-header-cart-care button:hover {
  color: var(--tp-theme-08);
}
.tp-header-cart-home .cartmini-item-count {
  line-height: 18px;
  border: none;
}
.tp-header-btn {
  margin-left: 30px;
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-btn {
    margin-left: 24px;
  }
}
.tp-header-btn .tp-btn {
  padding: 17px 45px;
}
.tp-header-btn-home {
  margin-left: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-btn-home {
    margin-left: 18px;
  }
}
@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) {
  .tp-header-menu-spacing {
    padding: 21px 0;
  }
}
.tp-header-menu-pet-spacing {
  padding: 0 105px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
@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), (max-width: 575px) {
  .tp-header-menu-pet-spacing {
    padding: 0px;
  }
}
@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) {
  .tp-header-menu-pet-spacing {
    padding: 30px 0;
  }
}
.tp-header-care-top ul li {
  display: inline-block;
}
.tp-header-care-top ul li a {
  color: var(--tp-common-white);
  line-height: 50px;
}
.tp-header-care-top ul li a:hover {
  color: var(--tp-theme-08);
}
.tp-header-care-social span {
  color: var(--tp-common-white);
}
.tp-header-care-social a {
  color: var(--tp-common-white);
}
.tp-header-care-social a:hover {
  color: var(--tp-theme-08);
}
.tp-header-travel-top ul li a {
  display: flex;
  align-items: center;
}
.tp-header-travel-top ul li a i {
  margin-right: 10px;
}
.tp-header-travel-social span {
  color: var(--tp-common-white);
}
.tp-header-travel-social a {
  color: #bcd9b0;
}
.tp-header-travel-social a:hover {
  color: var(--tp-common-white);
}
.tp-header-right-care ul li .search-click-care {
  font-size: 26px;
  color: var(--tp-heading-5);
}
.tp-header-right-care ul li .search-click-care:hover {
  color: var(--tp-theme-08);
}
.tp-header-right-care ul li .search-click-care:hover {
  color: var(--tp-theme-08);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header-right-home .tp-header-border {
    padding-left: 20px;
    margin-left: 20px;
  }
}
.tp-header-hamburger-2 {
  font-size: 22px;
  width: 52px;
  height: 46px;
  border: 1px solid #a6bc22;
  line-height: 49px;
  color: var(--tp-heading-4);
}
.tp-header-hamburger-2:hover {
  color: var(--tp-theme-10);
  border: 1px solid var(--tp-theme-10);
}
.tp-header-travel-menu {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 9;
}
@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) {
  .tp-header-travel-menu {
    padding: 0;
  }
}
.tp-header-travel-menu.tp-header-sticky {
  background-color: var(--tp-common-white);
}
.tp-header-travel-top ul li a:hover {
  color: var(--tp-theme-12);
}
.tp-header-travel-social a:hover {
  color: var(--tp-theme-12);
}
.tp-header-mrg-title {
  font-size: 16px;
  line-height: 1;
  color: var(--tp-heading-6);
  padding: 17px 0;
}
.tp-header-mrg-spacing {
  padding: 0 185px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-header-mrg-spacing {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-mrg-spacing {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-mrg-spacing {
    padding: 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) {
  .tp-header-mrg-spacing {
    padding: 20px 0;
  }
}
.tp-header-mrg-icon {
  font-size: 24px;
  color: var(--tp-theme-13);
  margin-right: 15px;
}
.tp-header-mrg-text span {
  color: var(--tp-grey-17);
}
.tp-header-mrg-text a {
  color: var(--tp-heading-6);
}
.tp-header-about-top-info ul li:not(:last-child) {
  border-right: 1px solid #019975;
}
.tp-header-about-top-info ul li a {
  padding: 15px 0;
}
.tp-header-about-social-icon a {
  color: #13ba92;
}
.tp-header-about-tel-icon span {
  height: 50px;
  width: 50px;
  line-height: 59px;
}
.tp-header-about-tel-icon span i {
  color: var(--tp-green-3);
  font-size: 24px;
}
.tp-header-about-cart:hover {
  color: var(--tp-green-3) !important;
}
.tp-header-about-cart .cartmini-item-count {
  background: var(--tp-green-3);
}
.tp-header-sticky {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 991;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  border-radius: 0;
}
.tp-header-sticky .tp-main-menu ul li a {
  padding: 30px 0;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.tp-header-family {
  background: var(--tp-theme-03);
  border-bottom: 1px solid var(--tp-green-7);
}
.tp-header-tel-family span {
  color: var(--tp-blue-5);
  background: var(--tp-common-white);
}
.tp-header-tel-family span:after {
  background: var(--tp-yellow-2);
}
.tp-header-tel-box-family {
  border-right: 1px solid var(--tp-green-7);
}
.tp-header-tel-text-family a {
  color: var(--tp-common-black);
}
.tp-header-tel-text-family a:hover {
  color: var(--tp-yellow-2);
}
.tp-header-tel-text-family span {
  color: var(--tp-grey-3);
}
.tp-header-search-family button {
  color: var(--tp-common-black);
}
.tp-header-search-family button:hover {
  color: var(--tp-yellow-2);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.3 menu css
/*----------------------------------------*/
.tp-main-menu {
  margin-left: 10px;
}
.tp-main-menu nav ul li {
  display: inline-block;
}
.tp-main-menu nav ul li:not(:last-child) {
  margin-right: 38px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-main-menu nav ul li:not(:last-child) {
    margin-right: 37px;
  }
}
.tp-main-menu nav ul li a {
  line-height: 20px;
  color: var(--tp-grey-1);
  font-weight: 700;
  padding: 40px 0;
  display: inline-block;
  font-family: var(--tp-ff-common);
}
.tp-main-menu nav ul li a:hover {
  color: var(--tp-theme-primary);
}
.tp-main-menu nav ul li a.active {
  color: var(--tp-theme-primary);
}
.tp-main-menu-home nav ul li a {
  color: var(--tp-grey-8);
}
.tp-main-menu-home nav ul li a:hover {
  color: var(--tp-theme-04);
}
.tp-main-menu-home nav ul li a.active {
  color: var(--tp-theme-04);
}
.tp-main-menu-bar {
  float: right;
  cursor: pointer;
}
.tp-main-menu-bar span {
  width: 30px;
  height: 2px;
  background-color: var(--tp-common-black);
  display: block;
  cursor: pointer;
}
.tp-main-menu-bar span:not(:last-child) {
  margin-bottom: 9px;
}
.tp-main-menu-business {
  margin-left: 0;
}
.tp-main-menu-business nav ul li a {
  color: var(--tp-common-white);
  padding: 20px 0;
}
.tp-main-menu-business nav ul li a.active {
  color: var(--tp-theme-secondary);
}
.tp-main-menu-business nav ul li:hover > a {
  color: var(--tp-theme-secondary);
}
.tp-main-menu-business nav ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: var(--tp-theme-secondary);
}
.tp-main-menu-business nav ul li .submenu li a {
  color: var(--tp-common-black);
}
.tp-main-menu-business nav ul li .submenu li:hover > a {
  color: var(--tp-theme-secondary);
}
.tp-main-menu-business nav ul li .tp-submenu.submenu.has-homemenu .homemenu-title a {
  color: var(--tp-common-black);
}
.tp-main-menu-health {
  margin-left: 25px;
}
.tp-main-menu-health nav ul li a {
  color: var(--tp-grey-15);
}
.tp-main-menu-health nav ul li a:hover {
  color: var(--tp-theme-06);
}
.tp-main-menu-health nav ul li a.active {
  color: var(--tp-theme-06);
}
.tp-main-menu-care {
  margin-left: 30px;
}
@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), (max-width: 575px) {
  .tp-main-menu-care {
    margin-left: 0;
  }
}
.tp-main-menu-care nav ul li a {
  color: var(--tp-grey-16);
}
.tp-main-menu-care nav ul li a.active {
  color: var(--tp-theme-08);
}
.tp-main-menu-care nav ul li:hover > a {
  color: var(--tp-theme-08);
}
.tp-main-menu-pet {
  margin-left: 32px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), 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), (max-width: 575px) {
  .tp-main-menu-pet {
    margin-left: 0;
  }
}
.tp-main-menu-pet-spacing {
  padding: 0 105px;
}
@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), (max-width: 575px) {
  .tp-main-menu-pet-spacing {
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), 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), (max-width: 575px) {
  .tp-main-menu-pet nav ul li:not(:last-child) {
    margin-right: 35px;
  }
}
.tp-main-menu-pet nav ul li a {
  color: #01313d;
}
.tp-main-menu-pet nav ul li a:hover {
  color: var(--tp-theme-10);
}
.tp-main-menu-pet nav ul li a.active {
  color: var(--tp-theme-10);
}
.tp-main-menu-travel {
  margin-left: 47px;
}
@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) {
  .tp-main-menu-travel {
    margin-right: 0;
  }
}
.tp-main-menu-travel nav ul li a:hover {
  color: var(--tp-theme-12);
}
.tp-main-menu-travel nav ul li a.active {
  color: var(--tp-theme-12);
}
.tp-main-menu-mrg {
  margin-left: 0;
}
.tp-main-menu-mrg nav ul li a {
  padding: 30px 0;
  color: var(--tp-grey-17);
}
.tp-main-menu-mrg nav ul li a:hover {
  color: var(--tp-theme-13);
}
.tp-main-menu-mrg nav ul li a.active {
  color: var(--tp-theme-13);
}

/*----------------------------------------*/
/* 4.4 Mobile css
/*----------------------------------------*/
.tp-main-menu-mobile .tp-submenu {
  display: none;
}
.tp-main-menu-mobile .header-icon {
  display: none;
}
.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 21%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: #7F8387;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(66, 63, 63, 0.12);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--tp-green-2);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tp-common-white);
}
.tp-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--tp-theme-green);
}
.tp-main-menu-mobile ul li:hover {
  color: var(--tp-blue-2);
}
.tp-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.tp-main-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  color: var(--tp-common-black);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
  text-transform: capitalize;
}
.tp-main-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.tp-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tp-main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tp-main-menu-mobile ul li img {
  width: 100%;
}
.tp-main-menu-mobile ul li ul {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li {
  padding: 0;
}
.tp-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.tp-main-menu-mobile ul li:hover > a {
  color: var(--tp-green-2);
}
.tp-main-menu-mobile ul li:hover > a::after {
  color: var(--tp-green-2);
}
.tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tp-green-2);
}
.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tp-main-menu-mobile ul li .mega-menu, .tp-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tp-main-menu-mobile ul li .mega-menu li, .tp-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-theme-1);
}
.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}
.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none !important;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb {
  position: relative;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(38, 34, 33, 0.7);
  transition: all 0.3s 0s ease-out;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
  transform: translateY(0);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
  transform: translateY(0);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-thumb:hover::before {
  opacity: 1;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-title {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .tp-main-menu-mobile ul li .tp-submenu .homemenu-title {
    font-size: 14px;
  }
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-title a {
  border: none;
  color: var(--tp-common-black);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  transform: translateY(-50%);
  visibility: hidden;
  transition: all 0.3s 0s ease-out;
}
.tp-main-menu-mobile ul li .tp-submenu .homemenu-btn .menu-btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  width: 115px;
  background-size: 200% auto;
  overflow: hidden;
  border: none;
}

/*----------------------------------------*/
/*  4.5 mobilemenu css
/*----------------------------------------*/
.tp-main-menu ul li {
  position: relative;
}
.tp-main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 15px 25px 17px 25px;
  background: var(--tp-common-white);
  transition: all 0.3s ease-out;
  display: block;
  z-index: 6;
  border-top: 3px solid var(--tp-theme-secondary);
  transform: scaleY(0);
  transform-origin: top center;
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  visibility: hidden;
}
.tp-main-menu ul li .submenu li {
  display: block;
  margin: 0;
}
.tp-main-menu ul li .submenu li a {
  padding: 8px 0px;
  display: block;
  transition: all 0.5s ease;
  text-transform: capitalize;
  text-align: left;
  position: relative;
  font-size: 15px;
}
.tp-main-menu ul li .submenu li .submenu {
  right: -132%;
  left: inherit;
  top: 0;
}
.tp-main-menu ul li:hover > a {
  color: var(--tp-green-2);
}
.tp-main-menu ul li:hover > .submenu {
  transform: scaleY(1);
  visibility: visible;
}
.tp-main-menu-home nav ul li:hover > a {
  color: var(--tp-theme-04);
}
.tp-main-menu-home nav ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: var(--tp-theme-04);
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu {
  width: 1170px;
  padding: 30px 30px 10px 30px;
  background-color: var(--tp-common-white);
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li .tp-submenu.submenu.has-homemenu {
    width: 1000px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu ul li .tp-submenu.submenu.has-homemenu {
    width: 680px;
  }
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb {
  position: relative;
  margin-bottom: 3px;
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb img {
  width: 100%;
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(38, 34, 33, 0.1);
  transition: all 0.3s 0s ease-out;
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn {
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn::before {
  display: none;
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
  transform: translateY(0);
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
  transform: translateY(0);
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-thumb:hover::before {
  opacity: 1;
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-black);
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a::before {
  width: 0;
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: var(--tp-green-2);
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover::before {
  width: 0;
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-40%);
  transition: all 0.3s 0s ease-out;
  opacity: 0;
}
.tp-main-menu ul li .tp-submenu.submenu.has-homemenu .homemenu-btn .menu-btn {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  width: 128px;
  overflow: hidden;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-main-menu ul li .tp-submenu.submenu.has-homemenu.home-2 {
    left: -110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li .tp-submenu.submenu.has-homemenu.home-2 {
    left: -250px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-main-menu ul li .tp-submenu.submenu.has-homemenu.home-3 {
    left: -250px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li .tp-submenu.submenu.has-homemenu.home-3 {
    left: -300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-main-menu ul li .tp-submenu.submenu.has-homemenu.home-4 {
    left: -295px;
  }
}
.tp-main-menu-health nav ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: var(--tp-theme-06);
}
.tp-main-menu-health nav ul li:hover > a {
  color: var(--tp-theme-06);
}
.tp-main-menu-care nav ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: var(--tp-theme-08);
}
.tp-main-menu-pet ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: var(--tp-theme-10);
}
.tp-main-menu-pet nav ul li:hover > a {
  color: var(--tp-theme-10);
}
.tp-main-menu-travel nav ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: var(--tp-theme-12);
}
.tp-main-menu-travel nav ul li:hover > a {
  color: var(--tp-theme-12);
}
.tp-main-menu-mrg nav ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: var(--tp-theme-13);
}
.tp-main-menu-mrg nav ul li:hover > a {
  color: var(--tp-theme-13);
}

/*----------------------------------------*/
/*  4.2 Menu-Style 2
/*----------------------------------------*/
.tp-menu-family nav ul li:hover > a {
  color: var(--tp-yellow-2);
}
.tp-menu-family nav ul li a {
  color: var(--tp-dark-1);
  padding: 45px 0;
}
.tp-menu-family nav ul li a:hover {
  color: var(--tp-yellow-2);
}
.tp-menu-family nav ul li a.active {
  color: var(--tp-yellow-2);
}
.tp-menu-family nav ul li .tp-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: var(--tp-yellow-2);
}
.tp-menu-family nav ul li .submenu li a:hover::before {
  color: var(--tp-yellow-2);
}
.tp-menu-blur-thumb img {
  filter: blur(5px);
}

/*----------------------------------------*/
/*  4.1 business-menu
/*----------------------------------------*/
.tp-header-info-business ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.tp-header-info-business ul li {
  margin-left: 40px;
}
.tp-header-info-business ul li i {
  font-size: 16px;
}
.tp-header-info-business ul li a {
  display: flex;
  align-items: center;
}
.tp-header-info-business ul li a i {
  margin-right: 10px;
}
.tp-header-info-business ul li a:hover {
  color: var(--tp-green-10);
}
.tp-header-info-business ul li .tp-header-top-btn a {
  padding: 17px 44px;
  background: var(--tp-green-10);
}
.tp-header-info-business ul li .tp-header-top-btn a:hover {
  color: var(--tp-common-white);
}
.tp-header-right-business ul li {
  margin-left: 25px;
}
.tp-header-right-business ul .tp-header-border-2 {
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}
.tp-header-right-business ul .tp-header-border-2::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #b6b0ff;
  top: -7px;
  left: 0;
}
.tp-header-right-business ul button {
  color: var(--tp-common-white);
  font-size: 24px;
  margin-top: 4px;
}
.tp-header-right-business ul button:hover {
  color: var(--tp-theme-secondary);
}
.tp-header-tel-business {
  color: var(--tp-common-white);
  font-size: 16px;
  line-height: 24px;
  color: var(--tp-common-white);
  font-weight: 700;
}
.tp-header-tel-business a {
  display: flex;
  align-items: center;
  font-family: var(--tp-ff-common);
  font-weight: 700;
}
.tp-header-tel-business a:hover {
  color: var(--tp-theme-secondary);
}
.tp-header-tel-business i {
  font-size: 22px;
  margin-right: 10px;
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
.tp-postbox-wrapper {
  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) {
  .tp-postbox-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .tp-postbox-blockquote {
    display: block !important;
  }
}
.tp-postbox-date {
  width: 66px;
  height: 66px;
  background-color: var(--tp-theme-secondary);
  text-align: center;
  position: absolute;
  top: 20px;
  line-height: 20px;
  right: 20px;
  z-index: 9;
}
.tp-postbox-date span {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-common-white);
  font-weight: 700;
  display: inline-block;
  margin-top: 13px;
  text-transform: capitalize;
}
.tp-postbox-meta span {
  line-height: 30px;
  display: inline-block;
}
.tp-postbox-meta span a:hover {
  color: var(--tp-green-3);
}
.tp-postbox-meta span:first-child {
  margin-right: 35px;
}
.tp-postbox-meta span i {
  color: var(--tp-green-3);
  margin-right: 4px;
}
.tp-postbox-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--tp-common-black);
}
@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) {
  .tp-postbox-title {
    font-size: 32px;
  }
}
@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) {
  .tp-postbox-title a {
    font-size: 32px;
  }
}
.tp-postbox-title a:hover {
  color: var(--tp-green-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) {
  .tp-postbox-title {
    font-size: 32px;
  }
}
.tp-postbox-content {
  margin-right: 40px;
}
.tp-postbox-content-2 {
  margin-right: 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) {
  .tp-postbox-content {
    margin-right: 0;
  }
}
.tp-postbox-btn a {
  padding: 22px 45px;
}
.tp-postbox-details-qoute {
  border-radius: 15px;
  filter: drop-shadow(0 0 30px rgba(67, 61, 79, 0.06));
  background-color: #ffffff;
  padding: 35px 30px;
  padding-bottom: 12px;
}
.tp-postbox-details-qoute-icon span {
  margin-right: 25px;
  font-size: 50px;
  color: var(--tp-theme-secondary);
}
.tp-postbox-details-qoute-text p {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 32px;
  color: var(--tp-common-black);
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--tp-ff-common);
}
@media (max-width: 575px) {
  .tp-postbox-details-qoute-text p {
    font-size: 18px;
  }
}
.tp-postbox-details-qoute-text a {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 32px;
  color: var(--tp-green-3);
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  display: inline-block;
}
.tp-postbox-details-qoute-text a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--tp-green-3);
}
.tp-postbox-list-title {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 30px;
  color: var(--tp-common-black);
  font-weight: 800;
  margin-bottom: 28px;
}
.tp-postbox-list-inner span {
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-black);
  display: block;
  margin-bottom: 10px;
  display: flex;
}
.tp-postbox-list-inner span:last-child {
  margin-bottom: 0;
}
.tp-postbox-list-inner span i {
  color: var(--tp-green-3);
  margin-right: 15px;
  transform: translateY(9px);
}
.tp-postbox-tag a {
  letter-spacing: 0px;
  line-height: 30px;
  border: 1px solid #eaebeb;
  color: var(--tp-green-3);
  display: inline-block;
  padding: 2px 20px;
  margin-right: 5px;
  transition: all 0.4s ease;
}
.tp-postbox-tag a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-green-3);
  border-color: var(--tp-green-3);
}
.tp-postbox-border {
  border-bottom: 1px solid #f1f1f1;
}
.tp-postbox-social-wrapper {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 36px;
  margin-bottom: 55px;
}
@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) {
  .tp-postbox-social-inner {
    text-align: left;
    margin-bottom: 20px;
  }
}
.tp-postbox-social-icon span a {
  width: 38px;
  height: 38px;
  border-radius: 19px;
  background-color: var(--tp-orange-1);
  display: inline-block;
  text-align: center;
  line-height: 39px;
  color: var(--tp-green-3);
  transition: all 0.3s ease;
  margin-right: 13px;
}
.tp-postbox-social-icon span a:hover {
  background: var(--tp-green-3);
  color: var(--tp-common-white);
}
.tp-postbox-social-title {
  margin-right: 20px;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 34px;
  color: var(--tp-common-black);
  font-weight: 800;
  display: inline-block;
}
.tp-postbox-comment ul .children {
  margin-left: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-comment ul .children {
    margin-left: 0;
  }
}
.tp-postbox-comment-box {
  display: flex;
}
@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) {
  .tp-postbox-comment-box {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-comment-box {
    flex-direction: column;
  }
}
.tp-postbox-comment-form p {
  color: #767676;
}
.tp-postbox-comment-avater {
  margin-right: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-postbox-comment-avater img {
    width: 100px;
  }
}
.tp-postbox-comment-name {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-black);
}
.tp-postbox-comment-reply a {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-green-3);
  font-weight: 700;
}
.tp-postbox-comment-textarea textarea {
  height: 148px;
  background-color: var(--tp-orange-1);
  border: 1px solid transparent;
  resize: none;
  padding-top: 25px;
}
.tp-postbox-comment-textarea textarea::placeholder {
  font-size: 16px;
  line-height: 1;
  color: var(--tp-grey-1);
  font-weight: 400;
}
.tp-postbox-comment-textarea textarea:focus {
  border: 1px solid var(--tp-blue-2);
}
.tp-postbox-comment-input input {
  height: 60px;
  background-color: var(--tp-orange-1);
  border: 1px solid transparent;
}
.tp-postbox-comment-input input::placeholder {
  font-size: 16px;
  line-height: 34px;
  color: var(--tp-grey-1);
  font-weight: 400;
}
.tp-postbox-comment-input input:focus {
  border: 1px solid var(--tp-blue-2);
}
.tp-postbox-comment-input-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 34px;
  color: var(--tp-common-black);
  font-weight: 800;
}
@media (max-width: 575px) {
  .tp-postbox-comment-input-title {
    font-size: 32px;
  }
}
.tp-postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 9;
}
.tp-postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 9;
}
.tp-postbox-video-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.tp-postbox-slider-arrow-wrap button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
}
.tp-postbox-pagenation ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tp-postbox-pagenation ul li {
  margin-right: 15px;
}
.tp-postbox-pagenation ul li a {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: var(--tp-orange-1);
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-common);
  font-weight: 700;
  transition: all 0.4s ease;
}
.tp-postbox-pagenation ul li a:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.tp-postbox-pagenation ul li .active {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.tp-postbox-para {
  line-height: 30px;
}

/*----------------------------------------*/
/*  5.1 Blog css
/*----------------------------------------*/
.tp-blog-info {
  padding-top: 22px;
  padding-bottom: 8px;
}
.tp-blog-info span {
  position: relative;
}
.tp-blog-info-left {
  margin-left: 58px;
  letter-spacing: 0px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
  font-weight: 700;
  color: var(--tp-theme-primary);
  font-family: var(--tp-ff-common);
}
.tp-blog-info-left:hover a {
  color: var(--tp-theme-primary);
}
.tp-blog-info-left::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  top: 50%;
  left: -58px;
  background-color: var(--tp-theme-primary);
  transform: translateY(-50%);
}
.tp-blog-info-right {
  line-height: 30px;
  color: #4f4f4f;
  margin-left: 42px;
}
.tp-blog-info-right::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -22px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--tp-grey-2);
  transform: translateY(-50%);
}
.tp-blog-title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-dark-1);
}
.tp-blog-title a:hover {
  color: var(--tp-theme-primary);
}
.tp-blog-title-family {
  color: var(--tp-heading-2);
}
.tp-blog-title-family a:hover {
  color: var(--tp-yellow-2);
}
.tp-blog-btn a {
  width: 154px;
  height: 40px;
  border: 1px solid #edeaea;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0px;
  line-height: 20px;
  transition: all 0.4s ease;
  font-weight: 700;
}
.tp-blog-btn a:hover {
  background: var(--tp-theme-primary);
  color: var(--tp-common-white);
}
.tp-blog-btn a:hover span {
  background: var(--tp-common-white);
  color: var(--tp-theme-primary);
}
.tp-blog-btn a span {
  width: 34px;
  height: 34px;
  display: inline-block;
  background-color: var(--tp-common-black);
  font-size: 16px;
  color: var(--tp-common-white);
  text-align: center;
  line-height: 34px;
  margin-right: 3px;
  transition: all 0.4s ease;
}
.tp-blog-thumb {
  overflow: hidden;
  position: relative;
}
.tp-blog-thumb-img {
  display: block;
  transition: all 500ms linear;
}
.tp-blog-thumb-img img {
  width: 100%;
}
.tp-blog-thumb-img::before {
  content: "";
  position: absolute;
  width: 300%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.tp-blog-wrapper:hover .tp-blog-thumb-img {
  transform: scale(1.1);
}
.tp-blog-wrapper:hover .tp-blog-thumb-img::before {
  height: 250%;
  transition: all 1000ms linear;
  background-color: transparent;
}
.tp-blog-date-family span {
  line-height: 24px;
  color: var(--tp-grey-3);
}
.tp-blog-date-family span i {
  font-size: 18px;
  color: var(--tp-yellow-2);
  margin-right: 4px;
}
.tp-blog-meta .meta2 {
  background: var(--tp-green-8);
}
.tp-blog-meta .meta3 {
  background: #ff4acc;
}
.tp-blog-meta-title {
  background-color: var(--tp-blue-5);
  display: inline-block;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--tp-common-white);
  font-weight: 700;
  padding: 4px 8px;
  margin-right: 20px;
  flex: 0 0 auto;
}
.tp-blog-meta-pre {
  line-height: 24px;
  color: var(--tp-grey-3);
}
.tp-blog-insu-img {
  overflow: hidden;
}
.tp-blog-insu-img img {
  width: 100%;
  transition: all 0.4s;
}
.tp-blog-insu-top {
  margin-bottom: 12px;
}
.tp-blog-insu-content {
  background-color: var(--tp-common-white);
  padding: 20px 25px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  margin: 20px;
  z-index: 1;
}
@media (max-width: 575px) {
  .tp-blog-insu-content {
    transition: all 0.2s ease;
    margin: 4px;
  }
}
.tp-blog-insu-wrapper {
  position: relative;
}
.tp-blog-insu-wrapper::before {
  position: absolute;
  content: "";
  opacity: 0.8;
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: var(--tp-dark-7);
  transition: all 0.4s ease-in-out;
}
.tp-blog-insu-wrapper:hover .tp-blog-insu-content {
  margin-bottom: 0;
}
.tp-blog-insu-wrapper:hover::before {
  height: 100%;
}
.tp-blog-insu-title {
  font-size: 23px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-dark-6);
  margin-bottom: 26px;
  display: block;
}
.tp-blog-insu-title a:hover {
  color: var(--tp-theme-04);
}
@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) {
  .tp-blog-insu-title {
    font-size: 20px;
  }
}
.tp-blog-insu-name {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
.tp-blog-insu-name a {
  color: var(--tp-theme-04);
  font-weight: 700;
}
.tp-blog-insu-link {
  letter-spacing: 0px;
  line-height: 20px;
  text-transform: capitalize;
  color: var(--tp-grey-15);
  font-weight: 700;
}
.tp-blog-insu-link i {
  margin-left: 3px;
  transform: translateY(1px);
}
.tp-blog-insu-link:hover {
  color: var(--tp-theme-04);
}
.tp-blog-insu-date {
  line-height: 30px;
  color: var(--tp-grey-8);
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.tp-blog-insu-date::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--tp-grey-8);
  top: 13px;
  left: 0;
}
.tp-blog-busi-content {
  padding: 0 29px;
}
.tp-blog-busi-content .tp-blog-info-left {
  margin-left: 0;
}
.tp-blog-busi-content .tp-blog-info-left a {
  color: var(--tp-theme-05);
}
.tp-blog-busi-content .tp-blog-info-left::before {
  display: none;
}
.tp-blog-busi-content .tp-blog-title {
  color: var(--tp-dark-8);
}
.tp-blog-busi-content .tp-blog-title a:hover {
  color: var(--tp-theme-05);
}
.tp-blog-busi-btn a span {
  color: var(--tp-theme-05);
  background: #edecff;
}
.tp-blog-busi-btn a span:hover {
  color: var(--tp-dark-8);
}
.tp-blog-busi-btn a:hover {
  background: var(--tp-theme-05);
}
.tp-blog-busi-btn:hover a span {
  color: var(--tp-dark-8);
}
.tp-blog-heart {
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-grey-9);
  font-weight: 700;
  font-family: var(--tp-ff-common);
  display: flex;
}
.tp-blog-heart i {
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
  color: var(--tp-theme-05);
}
.tp-blog-health-wrapper .tp-blog-insu-img {
  overflow: hidden;
}
.tp-blog-health-wrapper .tp-blog-insu-img img {
  transition: all 0.4s ease;
}
.tp-blog-health-wrapper:hover .tp-blog-insu-img img {
  transform: scale(1.1) rotate(4deg);
}
.tp-blog-health-content {
  margin-top: -40px;
  background: var(--tp-common-white);
  position: relative;
  filter: drop-shadow(0 0 20px rgba(24, 11, 47, 0.04));
}
.tp-blog-health-content h4 a {
  color: var(--tp-theme-06);
  text-transform: capitalize;
}
.tp-blog-health-content h3 a:hover {
  color: var(--tp-theme-06);
}
.tp-blog-health-content .tp-blog-insu-link:hover {
  color: var(--tp-theme-06);
}
.tp-blog-care-info-left::before {
  background-color: var(--tp-theme-08);
}
.tp-blog-care-info-left a {
  color: var(--tp-theme-08);
}
.tp-blog-care-info-left a:hover {
  color: var(--tp-theme-08);
}
.tp-blog-care-info-right {
  color: var(--tp-grey-9);
}
.tp-blog-care-title {
  color: var(--tp-heading-3);
}
.tp-blog-care-title a:hover {
  color: var(--tp-theme-08);
}
.tp-blog-care-btn a {
  color: var(--tp-grey-9);
}
.tp-blog-care-btn a:hover {
  background: var(--tp-theme-08);
}
.tp-blog-care-btn a:hover span {
  color: var(--tp-theme-08);
}
.tp-blog-pet-wrapper:hover .tp-blog-pet-thumb img {
  transform: scale(1.1) rotate(5deg);
}
.tp-blog-pet-wrapper:hover .tp-blog-pet-info {
  background: var(--tp-theme-09);
}
.tp-blog-pet-wrapper:hover .tp-blog-pet-info::before {
  background: #cde151;
}
.tp-blog-pet-wrapper:hover .tp-blog-pet-info span {
  color: var(--tp-heading-4);
}
.tp-blog-pet-thumb {
  overflow: hidden;
}
.tp-blog-pet-thumb img {
  transition: all 0.4s ease;
}
.tp-blog-pet-thumb-title {
  background: var(--tp-heading-4);
  margin: 0 30px;
  padding: 27px 20px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-pet-thumb-title {
    margin: 0;
  }
}
.tp-blog-pet-thumb-title a {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #fbf6f1;
  font-weight: 700;
  text-align: center;
  transition: background-size 0.4s linear;
  background-image: linear-gradient(#fbf6f1, #fbf6f1), linear-gradient(#fbf6f1, #fbf6f1);
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 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) {
  .tp-blog-pet-thumb-title a {
    font-size: 18px;
  }
}
.tp-blog-pet-thumb-title a:hover {
  background-size: 0% 1px, 100% 1px;
}
.tp-blog-pet-info {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
  background: var(--tp-common-white);
  padding: 11px 20px;
  position: relative;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-pet-info {
    margin: 0;
  }
}
.tp-blog-pet-info::before {
  height: 22px;
  width: 1px;
  position: absolute;
  content: "";
  background: #e6e6e6;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.tp-blog-pet-info span {
  line-height: 26px;
  color: var(--tp-grey-15);
}
.tp-blog-pet-info a {
  letter-spacing: 0px;
  color: var(--tp-heading-4);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-blog-pet-info a:hover {
  color: var(--tp-theme-10);
}
.tp-blog-mrg-content {
  background-color: var(--tp-common-white);
  padding: 20px 20px 35px 30px;
}
.tp-blog-mrg-wrapper {
  transition: all 0.5s ease;
}
.tp-blog-mrg-wrapper:hover {
  transform: translateY(-20px);
}
.tp-blog-mrg-right {
  line-height: 1;
  color: var(--tp-grey-9);
}
.tp-blog-mrg-right i {
  color: var(--tp-theme-13);
  font-size: 18px;
  margin-right: 4px;
}
.tp-blog-mrg-title {
  line-height: 1.2;
  color: var(--tp-heading-6);
}
.tp-blog-mrg-title a:hover {
  color: var(--tp-theme-13);
}
.tp-blog-mrg-para {
  font-size: 18px;
  line-height: 30px;
  color: var(--tp-grey-9);
  font-weight: 500;
}
.tp-blog-mrg-btn span {
  background: var(--tp-heading-6);
}
.tp-blog-mrg-btn a {
  color: var(--tp-grey-9);
}
.tp-blog-mrg-btn a:hover {
  background: var(--tp-theme-13);
}
.tp-blog-mrg-btn a:hover span {
  color: var(--tp-theme-13);
}
.tp-blog-mrg-shape {
  left: 0;
  top: -115px;
  z-index: -1;
  width: 14%;
}
.tp-blog-post {
  display: flex;
  align-items: center;
  padding: 17px 0px;
  transition: all 0.4s ease;
}
.tp-blog-post-thumb img {
  flex: 0 0 auto;
  margin-right: 15px;
}
.tp-blog-post-title h4 {
  line-height: 22px;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
}
.tp-blog-post-title a:hover {
  color: var(--tp-green-3);
}
.tp-blog-content {
  margin-top: -6px;
}
.tp-blog-catagorie ul li a {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 32px;
  color: var(--tp-common-black);
  font-weight: 700;
  padding: 6px 0px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-blog-catagorie ul li a span i {
  opacity: 0;
  margin-right: 10px;
  transition: all 0.4s ease;
}
.tp-blog-catagorie ul li a:hover {
  color: var(--tp-green-3);
  filter: drop-shadow(0px 4px 10px rgba(30, 22, 22, 0.06));
}
.tp-blog-catagorie ul li a:hover span i {
  opacity: 1;
  margin-right: 0;
}
.tp-blog-meta-2 span {
  font-size: 14px;
  line-height: 34px;
  color: var(--tp-grey-1);
  font-weight: 400;
}
.tp-blog-meta-2 i {
  color: var(--tp-green-3);
  margin-right: 5px;
}
.tp-blog-sidebar-widget {
  padding: 50px;
  background: var(--tp-orange-1);
}
@media (max-width: 575px) {
  .tp-blog-sidebar-widget {
    padding: 20px;
  }
}
.tp-blog-sidebar-widget-2 {
  padding: 45px 50px;
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .tp-blog-sidebar-widget-2 {
    padding: 45px 35px;
  }
}
.tp-blog-sidebar-widget-4 {
  padding: 45px 50px;
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .tp-blog-sidebar-widget-4 {
    padding: 45px 30px;
    padding-bottom: 30px;
  }
}
.tp-blog-sidebar-widget-3 {
  background: var(--tp-orange-1);
  padding: 40px 40px;
  padding-bottom: 30px;
  padding-top: 25px;
}
.tp-blog-sidebar-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}
.tp-blog-sidebar-title-2 {
  margin-left: 0;
}
.tp-blog-sidebar-title-3 {
  margin-left: 0;
}
.tp-blog-search input {
  border: none;
  width: 100%;
  height: 58px;
  padding-right: 62px;
  border: 1px solid transparent;
}
.tp-blog-search input::placeholder {
  color: var(--tp-grey-1);
  font-size: 14px;
}
.tp-blog-search input:focus {
  border: 1px solid var(--tp-green-3);
}
.tp-blog-search button {
  width: 58px;
  height: 100%;
  background-color: var(--tp-green-3);
  color: var(--tp-common-white);
  position: absolute;
  top: 0;
  right: 0;
}

.tagcloud a {
  margin-right: 4px;
  margin-bottom: 10px;
  padding: 4px 15px;
  display: inline-block;
  border: 1px solid #eee7d5;
  font-size: 14px;
  line-height: 20px;
  color: var(--tp-common-black);
  font-weight: 400;
  transition: all 0.4s ease;
}
.tagcloud a:hover {
  background: var(--tp-green-3);
  color: var(--tp-common-white);
  border-color: var(--tp-green-3);
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-widget-title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 29px;
  color: var(--tp-common-white);
}
.tp-footer-widget-title-family {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 29px;
  color: var(--tp-heading-2);
  font-weight: 800;
}
.tp-footer-widget-title-home {
  color: var(--tp-common-white);
}
.tp-footer-widget-content p {
  line-height: 30px;
  color: var(--tp-blue-2);
  font-weight: 500;
}
.tp-footer-widget-content ul li {
  margin-bottom: 4px;
}
.tp-footer-widget-content ul li a {
  line-height: 32px;
  color: #b1c2bf;
  font-weight: 500;
}
.tp-footer-widget-content ul li a:hover {
  color: var(--tp-common-white);
}
.tp-footer-widget-social a {
  width: 34px;
  height: 34px;
  background-color: var(--tp-blue-3);
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  line-height: 37px;
  margin-right: 6px;
}
.tp-footer-widget-social a:hover {
  background: var(--tp-theme-primary);
}
.tp-footer-widget-social a:hover i {
  color: var(--tp-common-white);
}
.tp-footer-widget-social a i {
  transition: all 0.3s;
  font-size: 17px;
  color: var(--tp-blue-4);
}
.tp-footer-widget-social-phone {
  line-height: 30px;
  color: var(--tp-dark-2);
  font-weight: 500;
  display: inline-block;
  font-family: var(--tp-ff-common);
}
.tp-footer-widget-social-phone:hover {
  color: var(--tp-blue-5);
}
.tp-footer-widget-social-phone-health {
  font-weight: 700;
}
.tp-footer-widget-social-phone-health:hover {
  color: var(--tp-theme-06);
}
.tp-footer-widget-social-family p {
  line-height: 30px;
  color: var(--tp-grey-3);
  font-weight: 500;
  font-family: var(--tp-ff-common);
}
.tp-footer-widget-social-health p {
  color: var(--tp-grey-15);
}
.tp-footer-widget-social-home p {
  color: var(--tp-grey-13);
  margin-bottom: 10px;
}
.tp-footer-widget-social-home a {
  color: var(--tp-grey-13);
}
.tp-footer-widget-social-home a:hover {
  color: var(--tp-common-white);
}
.tp-footer-widget-social-info a {
  width: 34px;
  height: 34px;
  filter: drop-shadow(0 0 7px rgba(89, 19, 238, 0.08));
  display: inline-block;
  background: var(--tp-common-white);
  border: 1px solid #e6e6e6;
  font-size: 16px;
  color: var(--tp-blue-5);
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  margin-right: 7px;
  transition: all 0.3s ease;
}
.tp-footer-widget-social-info a:hover {
  border: 1px solid transparent;
  color: var(--tp-yellow-2);
}
.tp-footer-widget-social-info-home a {
  background: var(--tp-grey-14);
  border: 1px solid transparent;
  color: var(--tp-yellow-3);
}
.tp-footer-widget-social-info-home a:hover {
  background: var(--tp-yellow-3);
  color: var(--tp-common-white);
  border: 1px solid transparent;
}
.tp-footer-widget-social-info-health a {
  border: 1px solid #c3eff2;
  background: none;
  color: var(--tp-theme-06);
}
.tp-footer-widget-social-info-health a:hover {
  background: var(--tp-theme-06);
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-footer-widget-social-info-care a {
  border: 1px solid #e4e4e4;
  background: none;
  color: var(--tp-heading-3);
}
.tp-footer-widget-social-info-care a:hover {
  background: var(--tp-heading-3);
  color: var(--tp-common-white);
}
.tp-footer-widget-social-pet p {
  line-height: 30px;
  color: #b0c9cf;
  margin-bottom: 12px;
}
.tp-footer-widget-info a {
  line-height: 24px;
  color: var(--tp-blue-2);
  font-weight: 500;
  display: flex;
  align-items: baseline;
}
.tp-footer-widget-info a:not(:last-child) {
  margin-bottom: 12px;
}
.tp-footer-widget-info a:hover {
  color: var(--tp-common-white);
}
.tp-footer-widget-info a i {
  width: 25px;
  display: inline-block;
  flex: 0 0 auto;
  color: var(--tp-common-white);
}
.tp-footer-widget-link-family ul li a {
  line-height: 35px;
  color: var(--tp-grey-3);
  font-weight: 500;
}
.tp-footer-widget-link-family ul li a:hover {
  color: var(--tp-yellow-2);
}
.tp-footer-widget-link-health ul li a {
  color: var(--tp-grey-15);
}
.tp-footer-widget-link-health ul li a:hover {
  color: var(--tp-heading-2);
}
.tp-footer-widget-link-home ul li a {
  color: var(--tp-grey-13);
}
.tp-footer-widget-link-home ul li a:hover {
  color: var(--tp-common-white);
}
.tp-footer-active {
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-common-white);
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
}
.tp-footer-active span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #51c107;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
}
.tp-footer-active-img {
  margin-right: 8px;
}
.tp-footer-active-img img {
  border-radius: 50%;
}
.tp-footer-active-expart {
  display: flex;
}
.tp-footer-active-content span {
  display: block;
}
.tp-footer-active-name {
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-blue-2);
  font-weight: 500;
  font-family: var(--tp-ff-p);
  margin-bottom: 4px;
}
.tp-footer-logo {
  margin-top: -6px;
}
.tp-footer-col-1 {
  margin-right: 35px;
}
@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) {
  .tp-footer-col-1 {
    margin-right: 0;
  }
}
.tp-footer-col-2 {
  margin-left: -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) {
  .tp-footer-col-2 {
    margin-left: 0;
  }
}
.tp-footer-col-3 {
  margin-left: -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) {
  .tp-footer-col-3 {
    margin-left: 0;
  }
}
.tp-footer-col-4 {
  margin-left: -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) {
  .tp-footer-col-4 {
    margin-left: 0;
  }
}
.tp-footer-input {
  position: relative;
  margin-bottom: 15px;
}
.tp-footer-input:hover .tp-footer-input-icon {
  transform: translateY(-50%) rotate(0);
}
.tp-footer-input input {
  background: none;
  border: none;
  border-bottom: 1px solid #03362e;
  width: 100%;
  color: var(--tp-common-white);
  height: 30px;
}
.tp-footer-input input::placeholder {
  font-size: 16px;
  line-height: 36px;
  color: var(--tp-blue-4);
  font-weight: 400;
  font-family: var(--tp-ff-p);
}
.tp-footer-input label {
  position: absolute;
  color: var(--tp-common-white);
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}
.tp-footer-input-icon {
  position: absolute;
  color: var(--tp-common-white);
  line-height: 1;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  right: 0;
  font-size: 20px;
}
.tp-footer-input-2 input {
  margin-right: 5px;
  display: none;
}
.tp-footer-input-2 input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-footer-input-2 input:checked ~ label::after {
  background-color: var(--tp-theme-primary);
  border-color: var(--tp-theme-primary);
}
.tp-footer-input-2 label {
  font-size: 14px;
  line-height: 20px;
  color: var(--tp-blue-2);
  font-weight: 400;
  position: relative;
  padding-left: 22px;
  font-family: var(--tp-ff-p);
  cursor: pointer;
  transition: all 0.3s;
}
.tp-footer-input-2 label:hover {
  color: var(--tp-common-white);
}
.tp-footer-input-2 label:before {
  position: absolute;
  content: url(../../assets/img/login/check.svg);
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -ms-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 1;
}
.tp-footer-input-2 label:after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border: 1px solid var(--tp-blue-4);
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border-radius: 0;
}
.tp-footer-mailbox input {
  height: 48px;
  border: 1px solid #e6e6e6;
  color: var(--tp-dark-2);
  padding: 0 40px;
  text-transform: capitalize;
}
.tp-footer-mailbox input::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #6e6e75;
  font-weight: 400;
}
.tp-footer-mailbox input:focus {
  border: 1px solid var(--tp-blue-4);
}
.tp-footer-mailbox-health input {
  border: 1px solid #c3eff2;
  background: none;
}
.tp-footer-mailbox-health input::placeholder {
  font-size: 16px;
}
.tp-footer-mailbox label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  line-height: 1;
  color: var(--tp-dark-2);
}
.tp-footer-mailbox .tp-btn {
  padding: 16px 40px;
}
.tp-footer-mailbox .tp-btn:hover:after {
  height: 580%;
}
.tp-footer-mailbox-care input {
  background: none;
}
.tp-footer-family-col-2 {
  margin-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-family-col-2 {
    margin-left: 0;
  }
}
.tp-footer-family-col-3 {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-family-col-3 {
    margin-left: 0;
  }
}
.tp-footer-family-col-4 {
  margin-left: -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) {
  .tp-footer-family-col-4 {
    margin-left: 0;
  }
}
.tp-footer-family-col-5 {
  margin-left: -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) {
  .tp-footer-family-col-5 {
    margin-left: 0;
  }
}
.tp-footer-copyright {
  background: var(--tp-green-5);
  padding: 25px 0;
}
.tp-footer-copyright-pet {
  background: #053845;
}
.tp-footer-copyright-text p {
  margin-bottom: 0;
  line-height: 26px;
  color: var(--tp-blue-2);
  font-weight: 500;
}
.tp-footer-copyright-text p a {
  color: var(--tp-common-white);
}
.tp-footer-copyright-text-pet p {
  color: var(--tp-common-white);
}
.tp-footer-copyright-text-pet p a {
  color: var(--tp-theme-09);
}
.tp-footer-copyright-text-family p {
  color: var(--tp-grey-3);
  font-weight: 500;
}
.tp-footer-copyright-text-family p a {
  color: #ff8c24;
}
.tp-footer-copyright-text-home p {
  color: var(--tp-grey-13);
}
.tp-footer-copyright-text-health p {
  color: var(--tp-common-white);
}
.tp-footer-copyright-text-care {
  background: var(--tp-common-white);
  padding: 23px 0;
}
.tp-footer-copyright-text-care p {
  color: var(--tp-heading-3);
  font-weight: 500;
}
.tp-footer-copyright-text-care p a {
  color: var(--tp-theme-08);
  font-weight: 500;
}
.tp-footer-copyright-family {
  background: var(--tp-theme-03);
}
.tp-footer-copyright-home {
  background: var(--tp-grey-14);
}
.tp-footer-copyright-health {
  background: var(--tp-theme-06);
}
.tp-footer-post-thumb {
  flex: 0 0 auto;
  margin-right: 20px;
}
.tp-footer-post-content span {
  font-size: 14px;
  line-height: 24px;
  color: var(--tp-grey-13);
  margin-left: 25px;
  position: relative;
  font-family: var(--tp-ff-common);
}
.tp-footer-post-content span::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: var(--tp-common-white);
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
.tp-footer-post-content-busi span::before {
  background: var(--tp-blue-3);
}
.tp-footer-post-title {
  font-size: 16px;
  line-height: 24px;
  color: var(--tp-common-white);
  font-weight: 600;
}
.tp-footer-post-title:hover {
  color: var(--tp-grey-13);
}
.tp-footer-post-title-busi a {
  color: var(--tp-dark-8);
}
.tp-footer-post-title-busi a:hover {
  color: var(--tp-theme-05);
}
.tp-footer-title-busi {
  color: var(--tp-dark-8);
}
.tp-footer-busi-phone {
  line-height: 30px;
  color: var(--tp-dark-8);
  font-weight: 600;
  display: inline-block;
  font-family: var(--tp-ff-common);
}
.tp-footer-busi-phone:hover {
  color: var(--tp-theme-05);
}
.tp-footer-busi-social a {
  background: none;
  border: 1px solid #e6e6e6;
  color: var(--tp-theme-05);
}
.tp-footer-busi-social a:hover {
  background: var(--tp-theme-05);
  color: var(--tp-common-white);
}
.tp-footer-busi-link ul li a:hover {
  color: var(--tp-theme-05);
}
.tp-footer-busi-copyright {
  background: #fdf7f0;
}
.tp-footer-busi-copyright-text p {
  color: var(--tp-dark-8);
  font-weight: 500;
}
.tp-footer-busi-copyright-text p a {
  color: var(--tp-theme-05);
  font-weight: 500;
}
.tp-footer-pet-phone {
  line-height: 30px;
  color: #fbf6f1;
  font-weight: 700;
  display: block;
}
.tp-footer-pet-email {
  line-height: 30px;
  color: #b1cad0;
}
.tp-footer-pet-social-info a {
  color: #fbf6f1;
  margin-right: 15px;
}
.tp-footer-pet-social-info a:hover {
  color: var(--tp-theme-09);
}
.tp-footer-pet-title {
  color: var(--tp-common-white);
}
.tp-footer-pet-link ul li a {
  color: #b1cad0;
}
.tp-footer-pet-link ul li a:hover {
  color: var(--tp-theme-09);
}
.tp-footer-pet-shape {
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-footer-tel-icon span {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: var(--tp-theme-11);
  display: inline-block;
  font-size: 24px;
  color: var(--tp-common-white);
  text-align: center;
  line-height: 68px;
  margin-right: 20px;
}
.tp-footer-tel-text span {
  font-size: 16px;
  line-height: 30px;
  color: #a7a7a7;
  font-weight: 400;
  display: block;
}
.tp-footer-tel-text a {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-common);
  font-weight: 700;
}
.tp-footer-tel-text a:hover {
  color: var(--tp-theme-11);
}
.tp-footer-travel-title {
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 1.1;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-travel-title {
    font-size: 40px;
  }
}
.tp-footer-travel-bg {
  background: var(--tp-heading-5);
}
.tp-footer-travel-para {
  line-height: 30px;
  color: #a7a7a7;
}
.tp-footer-travel-para-2 {
  line-height: 26px;
  color: #585b59;
  font-weight: 500;
}
.tp-footer-travel-para-2 a {
  color: var(--tp-common-white);
}
.tp-footer-travel-para-2 a:hover {
  color: var(--tp-yellow-2);
}
.tp-footer-travel-from {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-travel-from {
    margin-left: 0;
  }
}
.tp-footer-travel-input input {
  background: none;
  height: 60px !important;
  border: 1px solid #3a433e;
  color: var(--tp-common-white);
  border-radius: 0;
  padding: 15px 30px;
}
.tp-footer-travel-input input:focus {
  background: none;
  box-shadow: none;
  border: 1px solid var(--tp-theme-11);
  color: var(--tp-common-white);
}
.tp-footer-travel-input label {
  font-size: 16px;
  line-height: 25px;
  color: #a7a7a7;
  font-weight: 400;
  padding: 15px 30px;
}
.tp-footer-travel-input label:focus {
  color: #a7a7a7;
}
.tp-footer-travel-input.form-floating > .form-control, .tp-footer-travel-input .form-floating > .form-control-plaintext {
  padding: 10px 30px;
  padding-top: 24px;
}
.tp-footer-travel-textarea textarea {
  background: none;
  min-height: 136px !important;
  border: 1px solid #3a433e;
  color: var(--tp-common-white);
  border-radius: 0;
  padding: 15px 30px;
}
.tp-footer-travel-textarea textarea:focus {
  background: none;
  box-shadow: none;
  border: 1px solid var(--tp-theme-11);
  color: var(--tp-common-white);
}
.tp-footer-travel-textarea label {
  font-size: 16px;
  line-height: 25px;
  color: #a7a7a7;
  font-weight: 400;
  padding: 15px 30px;
}
.tp-footer-travel-textarea label:focus {
  color: #a7a7a7;
}
.tp-footer-travel-textarea.form-floating > .form-control, .tp-footer-travel-textarea .form-floating > .form-control-plaintext {
  padding: 10px 30px;
  padding-top: 24px;
}
.tp-footer-travel-copyright {
  padding: 30px 0;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-travel-copyright-text {
    text-align: left;
  }
}
.tp-footer-travel-menu-wrapper {
  background: #2e3631;
  margin-left: -100px;
  margin-right: -100px;
  padding: 37px 100px;
  padding-bottom: 17px;
}
@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) {
  .tp-footer-travel-menu-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 37px 20px;
    padding-bottom: 17px;
  }
}
.tp-footer-travel-menu ul li {
  display: inline-block;
}
.tp-footer-travel-menu ul li a {
  display: inline-block;
  line-height: 36px;
  color: #a7a7a7;
  font-weight: 500;
  margin: 0 21px;
}
@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) {
  .tp-footer-travel-menu ul li a {
    margin: 0 10px;
  }
}
.tp-footer-travel-menu ul li a:hover {
  color: var(--tp-common-white);
}
.tp-footer-travel-social {
  float: right;
}
.tp-footer-travel-social a {
  color: var(--tp-common-white);
  margin-left: 25px;
}
.tp-footer-travel-social a:hover {
  color: var(--tp-theme-11);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-travel-social {
    float: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-footer-travel-button {
    text-align: left;
  }
}
.tp-footer-mrg-para {
  line-height: 30px;
  color: var(--tp-grey-9);
  font-weight: 500;
  font-family: var(--tp-ff-common);
}
.tp-footer-mrg-para-2 {
  line-height: 26px;
}
.tp-footer-mrg-col-2 {
  margin-left: 70px;
}
@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) {
  .tp-footer-mrg-col-2 {
    margin-left: 0;
  }
}
.tp-footer-mrg-social-link ul li a {
  display: flex;
  align-items: center;
}
.tp-footer-mrg-social-link ul li a:hover i {
  color: var(--tp-theme-13);
}
.tp-footer-mrg-social-link ul li a:hover span {
  color: var(--tp-heading-6);
}
.tp-footer-mrg-social-link ul li a span {
  font-size: 16px;
  line-height: 36px;
  color: var(--tp-grey-9);
  font-weight: 500;
  transition: all 0.3s ease;
}
.tp-footer-mrg-social-link ul li a i {
  font-size: 16px;
  line-height: 0.1;
  margin-right: 15px;
  transition: all 0.3s ease;
}
.tp-footer-mrg-widget-link ul li a {
  color: var(--tp-grey-9);
}
.tp-footer-mrg-widget-link ul li a:hover {
  color: var(--tp-theme-13);
}
.tp-footer-mrg-subtitle {
  font-size: 16px;
  line-height: 34px;
  color: var(--tp-heading-6);
  font-weight: 600;
}
.tp-footer-mrg-phone {
  font-size: 16px;
  line-height: 36px;
  color: var(--tp-heading-6);
  font-weight: 600;
}
.tp-footer-mrg-phone:hover {
  color: var(--tp-theme-13);
}
.tp-footer-mrg-mail {
  line-height: 30px;
  color: var(--tp-grey-9);
  font-weight: 500;
  font-family: var(--tp-ff-common);
}
.tp-footer-mrg-mail:hover {
  color: var(--tp-theme-13);
}
.tp-footer-mrg-copyright {
  padding: 35px 0;
  border-top: 1px solid #e6dfd8;
}
.tp-footer-mrg-copyright-text p {
  color: var(--tp-heading-6);
}
.tp-footer-mrg-copyright-text p a {
  font-size: 16px;
  line-height: 26px;
  color: var(--tp-heading-6);
  font-weight: 500;
}
.tp-footer-mrg-copyright-text p a:hover {
  color: var(--tp-theme-13);
}
.tp-footer-mrg-shape {
  right: 0;
  bottom: 50px;
  z-index: -1;
  width: 16.7%;
}

/*----------------------------------------*/
/* 7.28 slider css
/*----------------------------------------*/
.tp-slider-title {
  font-size: 78px;
  letter-spacing: -3px;
  line-height: 1;
  color: var(--tp-common-white);
  font-weight: 700;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-title {
    line-height: 1.2;
  }
}
.tp-slider-title-family {
  font-size: 90px;
  letter-spacing: -4px;
  line-height: 1;
  color: var(--tp-heading-2);
  margin-bottom: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-title-family {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-title-family {
    font-size: 72px;
  }
}
@media (max-width: 575px) {
  .tp-slider-title-family {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-title {
    font-size: 48px;
  }
}
.tp-slider-title-home span {
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 1;
  color: var(--tp-dark-4);
  display: inline-block;
  padding: 8px 15px;
  padding-top: 5px;
  background: var(--tp-common-white);
}
.tp-slider-title-home span:not(:last-child) {
  margin-bottom: 10px;
}
@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) {
  .tp-slider-title-home span {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-title-home span {
    font-size: 45px;
  }
}
.tp-slider-title-pre {
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-common-white);
  font-weight: 700;
  filter: drop-shadow(0 0 10px rgba(144, 139, 126, 0.06));
  background-color: var(--tp-green-2);
  padding: 5px 10px;
  display: inline-block;
  position: relative;
}
.tp-slider-title-pre-family {
  color: var(--tp-grey-3);
}
@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) {
  .tp-slider-title-pre-family br {
    display: none;
  }
}
.tp-slider-title-pre::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: var(--tp-common-white);
  top: 0;
  left: 0;
}
.tp-slider-left-shape img {
  border-radius: 166px;
}
.tp-slider-reduction-img img {
  border-radius: 166px;
}
.tp-slider-para-home {
  line-height: 30px;
  color: var(--tp-grey-9);
}
.tp-slider-content {
  position: relative;
  z-index: 1;
}
.tp-slider-content-wrapper {
  position: relative;
  z-index: 1;
}
.tp-slider-btn {
  line-height: 1;
}
.tp-slider-btn .tp-btn {
  margin-right: 30px;
}
.tp-slider-thumb-img {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 1;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), 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) {
  .tp-slider-thumb-img {
    width: 40%;
    right: 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) {
  .tp-slider-thumb-img {
    position: inherit;
    margin-top: 50px;
    width: 100%;
  }
}
.tp-slider-video-btn {
  margin-right: 15px;
}
.tp-slider-work {
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-common-white);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-slider-shape {
  bottom: 90px;
  left: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-shape-wrapper {
    height: 0 !important;
  }
}
.tp-slider-shape-2 {
  left: 70px;
  bottom: 70px;
}
.tp-slider-shape-6 {
  top: -127px;
  left: 94px;
}
.tp-slider-shape-3 {
  top: 0;
  left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-shape-3 {
    top: -160px;
  }
}
.tp-slider-shape-4 {
  top: -94px;
  right: -165px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), 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), (max-width: 575px) {
  .tp-slider-shape-4 {
    right: 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) {
  .tp-slider-shape-4 {
    top: -160px;
  }
}
.tp-slider-shape-1 {
  bottom: -120px;
  z-index: 2;
  left: 10px;
}
.tp-slider-shape-content {
  width: 320px;
  height: 311px;
  border-radius: 155px;
  background-color: var(--tp-green-6);
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@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), (max-width: 575px) {
  .tp-slider-shape-content {
    width: 100%;
  }
}
.tp-slider-shape-content h2 {
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 30px;
  color: var(--tp-blue-5);
  font-weight: 800;
  margin-bottom: 38px;
}
.tp-slider-shape-content h2 span {
  color: var(--tp-blue-5);
  font-size: 80px;
  font-weight: 800;
}
@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) {
  .tp-slider-shape-content h2 span {
    font-size: 70px;
  }
}
@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) {
  .tp-slider-shape-content h2 {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.tp-slider-shape-content span {
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 30px;
  color: var(--tp-heading-2);
  font-weight: 600;
  text-align: center;
}
.tp-slider-shape-home {
  position: absolute;
  top: 0;
  left: -200px;
  transition: all 6s;
}
@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) {
  .tp-slider-shape-home {
    width: 30%;
  }
}
.tp-slider-shape-home-2 {
  position: absolute;
  bottom: 46px;
  right: -200px;
  transition: all 6s;
}
@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) {
  .tp-slider-shape-home-2 {
    width: 30%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-shape-home-2 {
    bottom: 10px;
  }
}
@media (max-width: 575px) {
  .tp-slider-saveing {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.tp-slider-saveing-intarece {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-heading-2);
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 12px;
}
.tp-slider-saveing-content {
  align-items: end;
}
.tp-slider-saveing-content span {
  line-height: 20px;
  color: var(--tp-grey-3);
  font-weight: 500;
}
.tp-slider-saveing-border {
  border-right: 1px solid var(--tp-green-7);
  margin-right: 20px;
  padding-right: 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) {
  .tp-slider-saveing-border {
    margin-right: 9px;
    padding-right: 8px;
  }
}
.tp-slider-family-area {
  background: var(--tp-theme-03);
  padding: 100px 0 50px 0;
  z-index: 1;
}
.tp-slider-family-shape {
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
@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) {
  .tp-slider-family-shape {
    width: 30%;
  }
}
.tp-slider-family-shape-2 {
  left: -85px;
  z-index: 2;
}
@media (max-width: 575px) {
  .tp-slider-family-shape-2 {
    left: 0;
  }
}
.tp-slider-family-shape-3 {
  z-index: 2;
  top: 40%;
  right: -161px;
  transform: translateY(-50%);
}
@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) {
  .tp-slider-family-shape-3 {
    right: 0;
    top: -40px;
  }
}
.tp-slider-family-shape-4 {
  left: 0;
  top: 0;
  z-index: -1;
}
@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) {
  .tp-slider-family-shape-4 {
    width: 50%;
  }
}
.tp-slider-family-shape-5 {
  left: 95px;
  bottom: 78px;
}
@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) {
  .tp-slider-family-shape-5 {
    bottom: 50px;
  }
}
.tp-slider-input input {
  width: 100%;
  height: 60px;
  filter: drop-shadow(0 0 2px rgba(167, 237, 209, 0.93));
  background-color: #ffffff;
  border: 1px solid transparent;
}
.tp-slider-input input::placeholder {
  font-size: 16px;
  line-height: 100px;
  color: #6e6e75;
  font-weight: 400;
  font-family: var(--tp-ff-p);
}
.tp-slider-input input:focus {
  border: 1px solid var(--tp-theme-secondary);
}
.tp-slider-form-btn {
  margin-left: -20px;
}
@media (max-width: 575px) {
  .tp-slider-form-btn {
    margin-left: 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), (max-width: 575px) {
  .tp-slider-left-shape img {
    width: 100%;
  }
}
.tp-slider-reduction-thumb {
  margin-left: -17px;
}
@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), (max-width: 575px) {
  .tp-slider-reduction-thumb {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .tp-slider-reduction-thumb {
    margin-top: 20px;
  }
}
.tp-slider-reduction-content {
  width: 320px;
  height: 228px;
  border-radius: 114px;
  background-color: var(--tp-blue-5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@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), (max-width: 575px) {
  .tp-slider-reduction-content {
    width: 100%;
    height: 170px;
  }
}
.tp-slider-reduction-content h2 {
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 1;
  color: var(--tp-common-white);
  font-weight: 800;
  margin-bottom: 13px;
}
.tp-slider-reduction-content h2 span {
  font-weight: 800;
  font-size: 80px;
  color: var(--tp-common-white);
}
@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), (max-width: 575px) {
  .tp-slider-reduction-content h2 span {
    font-size: 50px;
  }
}
@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), (max-width: 575px) {
  .tp-slider-reduction-content h2 {
    font-size: 50px;
  }
}
.tp-slider-reduction-content span {
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 30px;
  color: var(--tp-common-white);
  font-weight: 600;
}
@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), (max-width: 575px) {
  .tp-slider-reduction-content span {
    font-size: 16px;
    line-height: 1px;
  }
}
@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), (max-width: 575px) {
  .tp-slider-reduction-img img {
    width: 100%;
  }
}
.tp-slider-bg-home {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  transform: scale(1);
  -webkit-transition: all 10s linear 0s;
  -moz-transition: all 10s linear 0s;
  -o-transition: all 10s linear 0s;
  transition: all 10s linear 0s;
}
@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) {
  .tp-slider-bg-home {
    background-position: right;
  }
}
.tp-slider-zoom .swiper-slide.swiper-slide-active .tp-slider-bg-home {
  visibility: visible;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tp-slider-zoom .swiper-slide.swiper-slide-active .text {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.6s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-slider-zoom .swiper-slide.swiper-slide-active .text2 {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-slider-zoom .swiper-slide.swiper-slide-active .text3 {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-slider-zoom .swiper-slide.swiper-slide-active .tp-slider-para-home {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.9s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-slider-zoom .swiper-slide.swiper-slide-active .tp-slider-btn-home {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-slider-zoom .swiper-slide.swiper-slide-active .tp-slider-shape-home {
  left: 0;
}
.tp-slider-zoom .swiper-slide.swiper-slide-active .tp-slider-shape-home-2 {
  right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-singles .spacing {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
.tp-slider-pagenation {
  left: 0;
  top: 46%;
  width: 34px;
  height: 80px;
  display: flex;
  flex-direction: column;
  margin-left: 60px;
  z-index: 2;
}
@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) {
  .tp-slider-pagenation {
    top: inherit;
    flex-direction: row;
    margin-left: 13px;
    align-items: center;
    justify-content: center;
    bottom: 30px;
    width: 100%;
  }
}
.tp-slider-pagenation span {
  width: 20px;
  height: 20px;
  border-radius: 21px;
  background: var(--tp-dark-4);
  opacity: 1;
  z-index: 9;
  margin-bottom: 8px !important;
}
.tp-slider-pagenation span.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-04);
}
@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) {
  .tp-slider-pagenation span {
    margin: 0 5px;
  }
}
.tp-slider-busi-wrapper {
  padding-top: 200px;
  padding-bottom: 212px;
}
@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) {
  .tp-slider-busi-wrapper {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .tp-slider-busi-wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.tp-slider-busi-title {
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 1;
  color: var(--tp-dark-8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-busi-title {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .tp-slider-busi-title {
    font-size: 50px;
  }
}
.tp-slider-busi-title span {
  color: var(--tp-green-10);
}
.tp-slider-busi-para {
  line-height: 30px;
  color: #212e44;
}
@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) {
  .tp-slider-busi-para br {
    display: none;
  }
}
.tp-slider-busi-img img {
  position: absolute;
  bottom: 80px;
  left: 53px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-busi-img img {
    left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-busi-img img {
    margin-top: 62px;
  }
}
@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) {
  .tp-slider-busi-img img {
    position: inherit;
    width: 100%;
  }
}
.tp-slider-busi-shape {
  top: 70px;
  left: 30px;
}
.tp-slider-busi-shape2 {
  bottom: 312px;
  right: -120px;
}
@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) {
  .tp-slider-busi-shape2 {
    right: 0;
    z-index: 1;
  }
}
.tp-slider-busi-content {
  position: absolute;
  transform: rotate(-90deg);
  top: 44%;
  left: 100px;
}
@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), (max-width: 575px) {
  .tp-slider-busi-content span:before {
    display: none;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), 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) {
  .tp-slider-busi-content {
    left: -115px;
  }
}
.tp-slider-busi-content span {
  letter-spacing: 0px;
  line-height: 85px;
  color: var(--tp-theme-05);
  font-weight: 700;
  font-family: var(--tp-ff-common);
  position: relative;
}
.tp-slider-busi-content span::before {
  position: absolute;
  content: "";
  width: 303px;
  height: 1px;
  background: #ead1ba;
  left: -29px;
  bottom: -60px;
}
.tp-slider-health-title {
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 1;
  color: var(--tp-common-3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-health-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .tp-slider-health-title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.tp-slider-health-title-pre {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-theme-06);
  font-weight: 700;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-health-title-pre {
    font-size: 18px;
  }
}
.tp-slider-health-space {
  padding-top: 255px;
  padding-bottom: 240px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-health-space {
    padding-top: 120px;
    padding-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) {
  .tp-slider-health-space {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
.tp-slider-health-content {
  left: 13px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-health-content {
    left: -30px;
  }
  .tp-slider-health-content span::before {
    display: none;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), 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) {
  .tp-slider-health-content {
    left: -115px;
  }
}
.tp-slider-health-content span {
  color: var(--tp-common-3);
}
.tp-slider-health-content span::before {
  background: #c4eff1;
}
.tp-slider-health-thumb-img {
  bottom: 0;
  right: 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) {
  .tp-slider-health-thumb-img {
    width: 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) {
  .tp-slider-health-thumb-img {
    width: 100%;
    position: inherit;
    margin-top: 60px;
  }
}
.tp-slider-health-shape {
  background: var(--tp-common-white);
  padding: 20px 25px;
  z-index: -1;
  left: -21px;
  top: -47px;
}
@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) {
  .tp-slider-health-shape {
    left: -130px;
  }
}
.tp-slider-health-shape-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--tp-common-3);
  font-weight: 700;
  margin-bottom: 0;
}
.tp-slider-health-shape-count {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--tp-common-3);
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
}
.tp-slider-health-shape-content span {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-common-3);
  font-weight: 700;
}
.tp-slider-health-shape img {
  margin-right: 20px;
}
.tp-slider-health-shape-2 {
  background: var(--tp-theme-06);
  align-items: center;
  padding: 14px 20px;
  display: inline-block;
  border-radius: 34px;
  right: -198px;
  top: 201px;
}
@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), (max-width: 575px) {
  .tp-slider-health-shape-2 {
    right: 0;
  }
}
.tp-slider-health-shape-2 p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-common-white);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-slider-health-shape-2 span {
  background: var(--tp-common-white);
  border-radius: 50%;
  padding: 3px 4px;
  display: inline-block;
  flex: 0 0 auto;
  line-height: 1;
  color: var(--tp-theme-06);
  margin-right: 10px;
}
.tp-slider-health-shape-3 {
  top: 268px;
  background: #ffffffc7;
}
.tp-slider-health-shape-3 p {
  color: var(--tp-common-3);
}
.tp-slider-health-shape-3 span {
  background: var(--tp-theme-06);
  color: var(--tp-common-white);
}
.tp-slider-health-shape-4 {
  top: 120px;
  left: 0;
}
.tp-slider-care-title {
  font-size: 70px;
  letter-spacing: -3px;
  line-height: 1;
  color: var(--tp-heading-3);
  margin-right: 45px;
}
@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), (max-width: 575px) {
  .tp-slider-care-title {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-care-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-care-title {
    font-size: 58px;
  }
}
@media (max-width: 575px) {
  .tp-slider-care-title {
    font-size: 45px;
  }
}
.tp-slider-care-title-pre {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-theme-08);
  font-weight: 500;
  font-family: var(--tp-ff-common);
  display: inline-block;
}
@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) {
  .tp-slider-care-area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.tp-slider-care-discount {
  left: -30px;
  right: 0;
  text-align: center;
  top: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-care-discount {
    left: 0;
    right: inherit;
  }
}
.tp-slider-care-discount span {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 64px;
  color: var(--tp-common-white);
  font-weight: 700;
  background: var(--tp-theme-08);
  display: inline-block;
  padding: 0 47px;
  font-family: var(--tp-ff-common);
  clip-path: polygon(15.66% 4.69%, 100% 4.69%, 85.24% 100%, 0% 100%);
}
.tp-slider-care-discount span b {
  color: var(--tp-common-white);
  font-weight: 700;
  font-size: 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) {
  .tp-slider-care-position {
    position: absolute;
    top: 20%;
    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) {
  .tp-slider-care-right {
    position: relative;
  }
}
.tp-slider-care-shape {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@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) {
  .tp-slider-care-shape {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-care-shape {
    position: inherit;
    width: 100%;
    transform: inherit;
  }
}
.tp-slider-care-shape-2 {
  left: -70px;
  top: 57px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), 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) {
  .tp-slider-care-shape-2 {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-care-shape-2 {
    top: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-care-shape-2 {
    width: 100%;
    left: 0;
  }
}
.tp-slider-pet-wrapper {
  padding-top: 295px;
}
@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) {
  .tp-slider-pet-wrapper {
    padding-top: 200px;
  }
}
.tp-slider-pet-wrapper p {
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-3);
  font-family: var(--tp-ff-common);
}
@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) {
  .tp-slider-pet-wrapper p br {
    display: none;
  }
}
.tp-slider-pet-video-btn .tp-video-play {
  background: #cbdf4f;
  border: 1px solid #cbdf4f;
  color: var(--tp-heading-4);
}
.tp-slider-pet-video-btn .tp-video-waves {
  background: #cbdf4f;
  bottom: -20px;
  left: -22px;
  width: 100px;
  height: 100px;
}
.tp-slider-pet-work {
  color: var(--tp-heading-4);
  font-weight: 500;
  font-family: var(--tp-ff-common);
}
.tp-slider-pet-title {
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 1.02;
  color: var(--tp-common-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-pet-title {
    font-size: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-pet-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-pet-title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-pet-shape {
    position: relative;
  }
}
.tp-slider-pet-shape-1 {
  bottom: -50px;
  right: 100px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-slider-pet-shape-1 {
    right: 0;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), 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) {
  .tp-slider-pet-shape-1 {
    width: 55%;
    right: 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) {
  .tp-slider-pet-shape-1 {
    position: inherit;
    width: 100%;
    margin-bottom: -70px;
    right: 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) {
  .tp-slider-pet-shape-1 {
    bottom: 0;
  }
}
.tp-slider-pet-shape-2 {
  z-index: -1;
  right: 95px;
  bottom: 50px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .tp-slider-pet-shape-2 {
    right: 0;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), 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) {
  .tp-slider-pet-shape-2 {
    width: 55%;
    right: 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) {
  .tp-slider-pet-shape-2 {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
.tp-slider-pet-shape-3 {
  right: 273px;
  top: 38%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), 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) {
  .tp-slider-pet-shape-3 {
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-pet-shape-3 {
    right: 0;
  }
}
.tp-slider-pet-shape-4 {
  bottom: 80px;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), 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), (max-width: 575px) {
  .tp-slider-pet-shape-4 {
    width: 20%;
    left: 0;
  }
}
.tp-slider-pet-shape-bottom {
  margin-bottom: -2px;
}
.tp-slider-zoom-2 .swiper-slide.swiper-slide-active .tp-slider-bg-home {
  visibility: visible;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tp-slider-zoom-2 .swiper-slide.swiper-slide-active .text {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.2s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-slider-zoom-2 .swiper-slide.swiper-slide-active .text2 {
  -webkit-animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.3s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-slider-zoom-2 .swiper-slide.swiper-slide-active .text3 {
  -webkit-animation-name: fadeInLeft;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1.4s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-slider-zoom-2 .swiper-slide.swiper-slide-active .text4 {
  -webkit-animation-name: fadeInRight;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 1.4s;
  animation-duration: 1s;
  opacity: 1;
}
.tp-slider-travel-subtitle {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1;
  color: #e3e3e3;
  font-weight: 500;
  display: inline-block;
  font-family: var(--tp-ff-common);
}
.tp-slider-travel-ptb {
  padding-top: 250px;
  padding-bottom: 255px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-travel-ptb {
    padding-bottom: 150px;
  }
}
.tp-slider-travel-plane {
  left: -63px;
  bottom: 0;
}
@media (max-width: 575px) {
  .tp-slider-travel-plane {
    left: -30px;
  }
}
.tp-slider-travel-shape {
  right: 35px;
  top: 135px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-travel-shape {
    right: 0;
    width: 80px;
  }
}
.tp-slider-travel-title {
  font-size: 90px;
  letter-spacing: -4px;
  line-height: 1;
  color: var(--tp-common-white);
}
@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) {
  .tp-slider-travel-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-travel-title {
    font-size: 48px;
    letter-spacing: 1.3px;
  }
}
@media (max-width: 575px) {
  .tp-slider-travel-btn {
    flex-direction: column;
  }
  .tp-slider-travel-btn .tp-btn-care {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.tp-slider-navigation-wrapper div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #1d231f;
  display: inline-block;
  font-size: 24px;
  color: var(--tp-common-white);
  line-height: 60px;
  text-align: center;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-navigation-wrapper div {
    display: none;
  }
}
.tp-slider-navigation-wrapper div:hover {
  color: var(--tp-theme-12);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), 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), (max-width: 575px) {
  .tp-slider-navigation-wrapper div {
    left: 20px;
  }
}
.tp-slider-navigation-wrapper .tp-slider-navigation-next {
  right: 120px;
  left: inherit;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), 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), (max-width: 575px) {
  .tp-slider-navigation-wrapper .tp-slider-navigation-next {
    right: 20px;
  }
}
.tp-slider-dot-8 {
  position: absolute;
  bottom: -53px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  justify-content: center;
  flex-direction: column;
  z-index: 99;
  transform: rotate(-90deg);
}
.tp-slider-dot-8 span:first-child {
  transform: translate(1.5px);
}
@media (max-width: 575px) {
  .tp-slider-dot-8 {
    bottom: -20px;
    display: flex;
  }
}
.tp-slider-dot-8 .swiper-pagination-bullet {
  margin: 24px 0 !important;
  display: inline-block;
  opacity: 1;
  height: 0;
  width: 1px;
  background-color: #f7921e;
  border-radius: 0;
  position: relative;
  transition: all 0.4s ease;
}
.tp-slider-dot-8 .swiper-pagination-bullet button {
  position: absolute;
  top: -38px;
  left: -9px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fbf6f1;
  margin: 7px 0;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
.tp-slider-dot-8 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 70px;
  margin: 23px 0 !important;
}
.tp-slider-mrg-area {
  padding-top: 210px;
  padding-bottom: 240px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-mrg-area {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-mrg-area {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-mrg-area {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.tp-slider-mrg-title {
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 1;
  color: var(--tp-heading-6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-mrg-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-mrg-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .tp-slider-mrg-title {
    font-size: 50px;
  }
}
.tp-slider-mrg-title-pre {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-theme-13);
  font-weight: 500;
}

/*----------------------------------------*/
/* 7.1 about css
/*----------------------------------------*/
.tp-about-wrapper {
  margin-top: 27px;
  position: relative;
}
@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) {
  .tp-about-wrapper {
    margin-top: 0;
  }
}
.tp-about-content-wrapper {
  margin-left: 40px;
}
.tp-about-content-wrapper-family {
  margin-left: 75px;
}
@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) {
  .tp-about-content-wrapper-family {
    margin-left: 0;
  }
}
@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) {
  .tp-about-content-wrapper {
    margin-left: 0;
  }
}
.tp-about-content-wrapper-home .tp-section-title-para {
  color: var(--tp-grey-8);
  font-size: 18px;
}
.tp-about-content-wrapper-home .tp-about-info-para {
  color: var(--tp-grey-8);
}
.tp-about-content-wrapper-home .tp-about-info-item:hover .tp-about-info-icon span {
  color: var(--tp-theme-04);
}
.tp-about-content-wrapper-home .tp-about-info-item:hover .tp-about-info-icon span::before {
  border: 1px dashed var(--tp-theme-04);
}
.tp-about-content-wrapper-home .tp-section-title {
  color: var(--tp-dark-6);
}
.tp-about-content-wrapper-home .tp-about-info-item {
  color: var(--tp-dark-6);
}
@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) {
  .tp-about-content-wrapper-home {
    margin-left: 0;
  }
}
.tp-about-content-pet {
  margin-top: 15px;
}
@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) {
  .tp-about-content-pet {
    margin-top: 0;
  }
}
.tp-about-shape {
  margin-left: 70px;
}
@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) {
  .tp-about-shape {
    margin-left: 0;
  }
}
.tp-about-shape-2 {
  filter: drop-shadow(0 0 20px rgba(32, 13, 64, 0.06));
  background-color: #ffffff;
  margin-bottom: -25px;
  margin-left: -30px;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 30px;
  padding-right: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-shape-2 {
    margin-left: 0;
  }
}
.tp-about-shape-2 img {
  margin-right: 20px;
}
.tp-about-shape-2 span {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 60px;
  color: #000000;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-shape-10 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .tp-about-shape-10 {
    width: 100%;
  }
}
.tp-about-shape-3 {
  top: -41px;
  right: 15%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-shape-3 {
    right: 0;
  }
}
.tp-about-shape-4 {
  left: 0;
  top: 103px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-shape-4 {
    width: 100%;
  }
}
.tp-about-shape-5 {
  border-radius: 50%;
  left: -103px;
  bottom: 133px;
}
.tp-about-shape-6 {
  margin-left: -12px;
  margin-top: -40px;
}
.tp-about-shape-7 {
  filter: drop-shadow(0 0 20px rgba(32, 13, 64, 0.06));
  background-color: #ffffff;
  bottom: -54px;
  right: 75px;
  text-align: center;
  padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-shape-7 {
    bottom: 0;
  }
}
.tp-about-shape-7 img {
  margin-bottom: 23px;
}
.tp-about-shape-7 span {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 26px;
  color: var(--tp-theme-primary);
  font-weight: 700;
  display: block;
}
.tp-about-shape-8 {
  bottom: 0;
  right: 30px;
  z-index: -1;
}
.tp-about-shape-9 {
  width: 17px;
  height: 17px;
  border-radius: 9px;
  background-color: var(--tp-theme-primary);
  z-index: 1;
  right: 103px;
  top: 162px;
}
.tp-about-info {
  filter: drop-shadow(0 0 30px rgba(32, 13, 64, 0.04));
  background-color: var(--tp-common-white);
  padding: 38px 40px 17px 40px;
}
@media (max-width: 575px) {
  .tp-about-info {
    padding: 38px 5px 17px 5px;
  }
}
.tp-about-info-icon span {
  flex: 0 0 auto;
  font-size: 28px;
  display: inline-block;
  color: var(--tp-theme-secondary);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 85px;
  border-radius: 40px;
  filter: drop-shadow(0 0 20px rgba(42, 35, 87, 0.06));
  background-color: var(--tp-common-white);
  margin-right: 25px;
  position: relative;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .tp-about-info-icon span {
    margin-bottom: 15px;
  }
}
.tp-about-info-icon span::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 10px;
  left: 0;
  right: 0;
  border-radius: 50%;
  z-index: 1;
  margin: auto;
  border: 1px dashed var(--tp-border-1);
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .tp-about-info-item {
    flex-direction: column;
  }
}
.tp-about-info-item:hover .tp-about-info-icon span {
  color: var(--tp-theme-primary);
}
.tp-about-info-item:hover .tp-about-info-icon span::before {
  border: 1px dashed var(--tp-theme-primary);
  animation: spinaround 9s linear infinite;
}
.tp-about-info-thumb img {
  border-radius: 50%;
}
.tp-about-info-content {
  margin-top: -5px;
}
.tp-about-info-content-family span {
  line-height: 30px;
  color: var(--tp-grey-3);
  font-family: var(--tp-ff-p);
  display: block;
}
.tp-about-info-content-family a {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--tp-dark-2);
  font-weight: 700;
}
.tp-about-info-content-family a:hover {
  color: var(--tp-yellow-2);
}
.tp-about-info-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #141f39;
}
.tp-about-info-para {
  color: var(--tp-grey-2);
}
@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) {
  .tp-about-info-para br {
    display: none;
  }
}
.tp-about-details {
  display: flex;
}
.tp-about-avatar-thumb {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  filter: drop-shadow(0 0 20px rgba(32, 13, 64, 0.06));
  background-color: var(--tp-common-white);
  flex: 0 0 auto;
  text-align: center;
  line-height: 60px;
  margin-right: 15px;
}
.tp-about-avatar-thumb img {
  flex: 0 0 auto;
}
.tp-about-avatar-content h5 {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.2;
  color: var(--tp-theme-primary);
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 5px;
}
.tp-about-avatar-content p {
  color: var(--tp-grey-1);
  margin-bottom: 0;
}
.tp-about-avatar-content-home h5 {
  color: var(--tp-yellow-3);
}
.tp-about-avatar-content-home p {
  color: var(--tp-grey-8);
}
@media (max-width: 575px) {
  .tp-about-btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .tp-about-details {
    flex-direction: column;
  }
}
.tp-about-family-shape {
  display: inline-block;
  filter: drop-shadow(0 0 30px rgba(22, 17, 85, 0.08));
  background-color: var(--tp-common-white);
  width: 340px;
  padding: 5px 35px 14px 42px;
  left: -126px;
  bottom: 65px;
}
@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), (max-width: 575px) {
  .tp-about-family-shape {
    left: 0;
  }
}
@media (max-width: 575px) {
  .tp-about-family-shape {
    width: 100%;
  }
}
.tp-about-family-shape h5 {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-heading-2);
}
.tp-about-family-shape p {
  color: var(--tp-heading-2);
}
.tp-about-family-shape-2 {
  margin-top: -42px;
  margin-left: -75px;
}
.tp-about-family-img {
  margin-right: -30px;
}
@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) {
  .tp-about-family-img {
    margin-right: 0;
  }
}
.tp-about-list-title {
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-heading-2);
  font-weight: 700;
}
.tp-about-list ul li {
  display: flex;
  margin-bottom: 11px;
}
.tp-about-list-icon {
  line-height: 1;
  margin-top: 5px;
  transform: translateY(2px);
}
.tp-about-list-icon span i {
  font-size: 20px;
  background: linear-gradient(186deg, #28cf48 0%, #17bd37 100%, #17bd37 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}
.tp-about-list-busi ul li .tp-about-list-icon span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--tp-green-10);
  display: inline-block;
  margin-right: 16px;
}
.tp-about-list-busi ul li .tp-about-list-title {
  font-size: 18px;
  color: var(--tp-dark-8);
  font-family: var(--tp-ff-common);
}
.tp-about-list-health ul li .tp-about-list-icon span i {
  background: linear-gradient(186deg, #18bcc7 0%, #18bcc7 100%, #18bcc7 100%);
  background-clip: text;
}
.tp-about-list-health ul li .tp-about-list-title {
  font-size: 18px;
  color: var(--tp-common-3);
  font-family: var(--tp-ff-common);
}
.tp-about-counter {
  position: absolute;
  top: -29px;
  right: 0;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-grey-3);
  font-weight: 700;
}
.tp-about-progress {
  background: #f0e9ff;
  width: 100%;
  height: 10px;
  position: relative;
}
.tp-about-progress-wrapper {
  padding-bottom: 4px;
}
.tp-about-progress-title {
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-black);
  font-weight: 700;
  margin-bottom: 7px;
}
.tp-about-progress-travel {
  color: var(--tp-heading-5);
}
.tp-about-progress .progress-bar {
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 10px;
  text-align: center;
  white-space: nowrap;
  background-color: var(--tp-blue-5);
  transition: width 0.6s ease;
  position: relative;
}
.tp-about-progress .progress-bar:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--tp-blue-5);
  border-radius: 50%;
  border: 3px solid var(--tp-common-white);
  right: -10px;
}
@media (max-width: 575px) {
  .tp-about-contact-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media (max-width: 575px) {
  .tp-about-contact-btn-family {
    margin-bottom: 20px;
  }
}
.tp-about-home-shape {
  margin-left: -105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-home-shape {
    margin-left: 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) {
  .tp-about-home-shape {
    width: 100%;
    margin-left: 0;
  }
}
.tp-about-home-shape-2 {
  top: 125px;
  right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-home-shape-2 {
    right: 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) {
  .tp-about-home-shape-2 {
    position: inherit;
    width: 110%;
    margin-top: 50px;
    margin-left: -59px;
  }
}
.tp-about-home-shape-4 {
  margin-left: -105px;
  margin-top: 30px;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-home-shape-4 {
    margin-left: -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) {
  .tp-about-home-shape-4 {
    position: inherit;
    width: 123%;
    margin-top: 50px;
    margin-left: 0;
  }
}
.tp-about-home-shape-3 {
  filter: drop-shadow(0 0 20px rgba(36, 27, 100, 0.12));
  left: 24px;
  position: absolute;
  bottom: 230px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-nospace {
    padding-top: 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), (max-width: 575px) {
  .tp-about-nospace {
    margin-bottom: 0;
  }
}
.tp-about-busi-thumb {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-about-busi-thumb {
    width: 46%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-busi-thumb {
    width: 42%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-busi-thumb {
    position: inherit;
  }
}
.tp-about-busi-thumb img {
  width: 100%;
}
.tp-about-video-busi a {
  color: var(--tp-green-10);
}
.tp-about-video-busi span {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--tp-dark-8);
  font-weight: 700;
}
.tp-about-health-phone a {
  font-size: 16px;
  line-height: 0px;
  color: var(--tp-common-3);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-about-health-phone a:hover {
  color: var(--tp-theme-06);
}
.tp-about-health-phone img {
  width: 23px;
  margin-right: 10px;
}
.tp-about-health-img {
  padding-right: 150px;
}
.tp-about-health-img-2 {
  margin-top: -236px;
  float: right;
  z-index: 1;
  position: relative;
}
@media (max-width: 575px) {
  .tp-about-health-img-2 {
    width: 56%;
    bottom: -23px;
  }
}
.tp-about-health-img-3 {
  top: 40px;
  right: 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) {
  .tp-about-health-thumb {
    margin-right: 0;
  }
}
.tp-about-health-shape {
  left: 0;
  top: -460px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-health-shape {
    display: none;
  }
}
.tp-about-health-shape-2 {
  top: 95px;
  right: 0;
  z-index: -1;
}
.tp-about-health-shape-3 {
  top: 100px;
  right: 209px;
}
.tp-about-care-img {
  float: right;
  padding-left: 224px;
  width: 100%;
}
@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) {
  .tp-about-care-img {
    padding-left: 150px;
  }
}
@media (max-width: 575px) {
  .tp-about-care-img {
    padding-left: 100px;
  }
}
.tp-about-care-img-2 {
  padding-left: 34px;
  width: 100%;
  padding-right: 170px;
  margin-top: -107px;
}
@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) {
  .tp-about-care-img-2 {
    padding-right: 100px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .tp-about-care-img-2 {
    padding-right: 70px;
    padding-left: 0;
  }
}
.tp-about-care-img-3 {
  float: right;
  margin-top: -115px;
  margin-right: -30px;
  z-index: 1;
  position: relative;
}
@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) {
  .tp-about-care-img-3 {
    margin-right: 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) {
  .tp-about-care-img-3 {
    margin-top: -62px;
  }
}
@media (max-width: 575px) {
  .tp-about-care-img-3 {
    margin-top: -10px;
  }
}
.tp-about-care-content {
  margin-left: 70px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), 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), (max-width: 575px) {
  .tp-about-care-content {
    margin-left: 0;
  }
}
.tp-about-care-content p {
  color: var(--tp-grey-3);
}
.tp-about-care-subtitle {
  font-family: var(--tp-ff-p);
  font-size: 20px;
  line-height: 30px;
  color: var(--tp-heading-3);
}
.tp-about-care-list ul li {
  color: var(--tp-heading-3);
  display: flex;
  align-items: center;
}
.tp-about-care-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tp-about-care-list ul li .tp-about-list-icon {
  margin-top: 3px;
}
.tp-about-care-list ul li .tp-about-list-icon span {
  color: var(--tp-theme-08);
}
.tp-about-care-list ul li .tp-about-list-icon span i {
  background: linear-gradient(186deg, #da121f 0%, #da121f 100%, #da121f 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-about-care-list ul li .tp-about-list-title {
  font-size: 14px;
  color: var(--tp-heading-2);
  font-family: var(--tp-ff-common);
}
.tp-about-care-list ul li span {
  line-height: 1;
}
.tp-about-care-shape {
  top: 240px;
  left: 80px;
}
@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) {
  .tp-about-care-shape {
    width: 200px;
    left: 0;
  }
}
.tp-about-care-shape-2 {
  top: 125px;
  right: 100px;
}
.tp-about-care-shape-3 {
  bottom: 55px;
  right: 65px;
}
@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) {
  .tp-about-care-shape-3 {
    width: 200px;
    right: 20px;
    bottom: -80px;
  }
}
@media (max-width: 575px) {
  .tp-about-care-shape-3 {
    width: 150px;
    right: 20px;
  }
}
.tp-about-pet-title p {
  color: var(--tp-grey-15);
  margin-right: 67px;
  line-height: 30px;
}
@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) {
  .tp-about-pet-title p {
    margin-right: 0;
  }
}
.tp-about-pet-avatar-thumb {
  background: var(--tp-theme-09);
}
.tp-about-pet-avatar-content p {
  color: var(--tp-grey-3);
  margin-bottom: 5px;
}
.tp-about-pet-avatar-content a {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-heading-2);
  font-weight: 700;
}
.tp-about-pet-avatar-content a:hover {
  color: var(--tp-theme-10);
}
.tp-about-pet-thumb {
  margin-right: -70px;
  margin-left: 70px;
}
@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) {
  .tp-about-pet-thumb {
    margin-right: 0;
    margin-left: 0;
  }
}
.tp-about-pet-img {
  padding-right: 38px;
}
@media (max-width: 575px) {
  .tp-about-pet-img {
    padding-right: 0;
  }
}
.tp-about-pet-img img {
  width: 100%;
}
.tp-about-pet-img-2 {
  margin-right: -10px;
  margin-left: 15px;
  margin-top: 15px;
}
@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) {
  .tp-about-pet-img-2 {
    margin-right: 0;
  }
}
.tp-about-pet-img-3 {
  margin-top: -175px;
  text-align: center;
}
@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) {
  .tp-about-pet-img-3 img {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .tp-about-pet-img-3 {
    margin-top: -89px;
  }
}
.tp-about-pet-shape {
  margin-left: 65px;
  bottom: 100px;
  position: absolute;
}
.tp-about-travel-img {
  margin-top: -315px;
  padding-right: 240px;
  margin-left: -65px;
}
@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) {
  .tp-about-travel-img {
    margin-top: -162px;
    padding-right: 68px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-travel-img {
    margin-top: -292px;
  }
}
.tp-about-travel-img-1 {
  padding-left: 100px;
  padding-right: 70px;
}
@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) {
  .tp-about-travel-img-1 {
    padding-right: 0;
  }
}
.tp-about-travel-shape {
  background: var(--tp-common-white);
  filter: drop-shadow(0 0 30px rgba(48, 24, 96, 0.12));
  display: inline-block;
  padding: 17px 10px;
  top: 40px;
  margin-left: -35px;
}
@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) {
  .tp-about-travel-shape {
    margin-left: 25px;
  }
}
.tp-about-travel-shape p {
  letter-spacing: 0px;
  line-height: 22px;
  color: var(--tp-heading-5);
  font-weight: 600;
  margin-bottom: 0;
  font-family: var(--tp-ff-common);
}
.tp-about-travel-shape-2 {
  background: var(--tp-common-white);
  filter: drop-shadow(0px 8px 20px rgba(18, 14, 14, 0.06));
  display: inline-block;
  padding: 21px 50px;
  padding-left: 20px;
  right: 120px;
  bottom: 40px;
}
@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) {
  .tp-about-travel-shape-2 {
    right: 0;
  }
}
.tp-about-travel-shape-img {
  z-index: -1;
  left: -20px;
}
.tp-about-travel-shape-content span {
  line-height: 30px;
  color: var(--tp-grey-16);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-travel-thumb {
    padding-right: 100px;
  }
}
.tp-about-travel-icon {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: var(--tp-theme-12);
  display: inline-block;
  text-align: center;
  line-height: 60px;
  margin-left: -40px;
  margin-right: 20px;
}
.tp-about-travel-icon2 {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  filter: drop-shadow(0 0 10px rgba(37, 83, 18, 0.12));
  background-color: var(--tp-common-white);
  display: inline-block;
  font-size: 36px;
  text-align: center;
  line-height: 82px;
  color: var(--tp-theme-12);
  margin-right: 23px;
  flex: 0 0 auto;
}
.tp-about-travel-year {
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 30px;
  color: var(--tp-theme-11);
}
.tp-about-travel-year span {
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 30px;
  color: var(--tp-theme-11);
  display: inline-block;
  font-weight: 700;
}
.tp-about-travel-list ul {
  margin-bottom: 43px;
}
.tp-about-travel-list ul li {
  margin-bottom: 32px;
}
.tp-about-travel-list ul li span {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid var(--tp-theme-11);
  font-size: 17px;
  color: var(--tp-theme-11);
  text-align: center;
  line-height: 50px;
  margin-right: 25px;
  flex: 0 0 auto;
}
.tp-about-travel-list ul li p {
  margin-bottom: 0;
  color: #82828a;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-about-travel-list ul li p br {
    display: none;
  }
}
.tp-about-travel-progress {
  background: #f9f5f0;
}
.tp-about-travel-progress .progress-bar {
  background-color: var(--tp-theme-12);
}
.tp-about-travel-progress .progress-bar::before {
  background-color: var(--tp-theme-12);
}
@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), (max-width: 575px) {
  .tp-about-mrg-area {
    padding-bottom: 80px;
  }
}
.tp-about-mrg ul li span i {
  color: var(--tp-theme-13) !important;
}
.tp-about-mrg ul li .tp-about-list-title {
  color: var(--tp-heading-6) !important;
}
.tp-about-mrg-icon span {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: var(--tp-common-white);
  display: inline-block;
  font-size: 24px;
  text-align: center;
  line-height: 68px;
  margin-right: 20px;
}
.tp-about-mrg-tel-text span {
  font-size: 16px;
  line-height: 30px;
  color: var(--tp-grey-17);
  font-weight: 400;
  display: block;
}
.tp-about-mrg-tel-text a {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-heading-6);
  font-weight: 700;
}
.tp-about-mrg-tel-text a:hover {
  color: var(--tp-theme-13);
}
.tp-about-mrg-thumb {
  padding-right: 70px;
}
@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) {
  .tp-about-mrg-thumb {
    padding-right: 0;
  }
}
.tp-about-mrg-img {
  margin-left: -80px;
  margin-top: -13px;
}
@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) {
  .tp-about-mrg-img {
    margin-left: 0;
    margin-top: 0;
    width: 48%;
  }
}
.tp-about-mrg-img-2 {
  float: right;
}
@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) {
  .tp-about-mrg-img-2 {
    width: 48%;
  }
}
.tp-about-mrg-img-3 {
  margin-top: -176px;
  padding-left: 52px;
}
@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) {
  .tp-about-mrg-img-3 {
    padding-right: 52px;
    width: 100%;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-about-mrg-img-3 {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.tp-about-mrg-shape {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.tp-about-mrg-shape-2 {
  left: 0;
  bottom: 170px;
  width: 7%;
  z-index: -1;
}
.tp-about-mrg-shape-3 {
  right: 90px;
  top: 70px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-about-mrg-shape-3 {
    right: 0;
  }
}

/*----------------------------------------*/
/*  7.18 feature css
/*----------------------------------------*/
.tp-feature-wrapper {
  filter: drop-shadow(0 0 10px rgba(42, 35, 87, 0.04));
  background-color: var(--tp-common-white);
  padding: 60px 40px;
  padding-bottom: 40px;
  border-top: 4px solid #cdfff3;
  position: relative;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-feature-wrapper {
    padding: 60px 10px;
  }
}
.tp-feature-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: -4px;
  left: 0;
  background: var(--tp-theme-primary);
  transform: scaleX(0);
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-feature-wrapper:hover {
  filter: drop-shadow(0px 30px 30px rgba(42, 35, 87, 0.08));
}
.tp-feature-wrapper:hover .tp-feature-icon {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}
.tp-feature-wrapper:hover .tp-feature-icon span {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.tp-feature-wrapper:hover::before {
  transform: scaleX(1);
  opacity: 1;
}
.tp-feature-spacing {
  margin-left: -58px;
  margin-right: -58px;
}
@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) {
  .tp-feature-spacing {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.tp-feature-icon {
  transition: all 0.4s ease;
}
.tp-feature-icon span {
  font-size: 63px;
  color: var(--tp-green-2);
  transition: all 0.4s ease;
}
.tp-feature-title {
  font-size: 26px;
  line-height: 1;
  color: var(--tp-common-black);
  transition: background-size 0.4s linear;
  background-image: linear-gradient(#007f61, #007f61), linear-gradient(#007f61, #007f61);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
}
.tp-feature-title:hover {
  background-size: 0% 1px, 100% 1px;
  color: var(--tp-theme-primary);
}
.tp-feature-colum-1 {
  background: var(--tp-orange-4);
}
.tp-feature-colum-2 {
  background: var(--tp-theme-03);
}
.tp-feature-colum-2 .tp-feature-family-title-pre {
  color: #17bd37;
}
.tp-feature-colum-2 .tp-feature-family-icon span {
  color: #17bd37;
}
.tp-feature-colum-3 {
  background: #f0e9ff;
}
.tp-feature-colum-3 .tp-feature-family-title-pre {
  color: #9b6cff;
}
.tp-feature-colum-3 .tp-feature-family-icon span {
  color: #9b6cff;
}
.tp-feature-family-wrapper {
  padding: 45px 30px;
  padding-bottom: 50px;
  transition: all 0.3s ease;
  position: relative;
}
.tp-feature-family-wrapper::before, .tp-feature-family-wrapper::after {
  content: "";
  position: absolute;
  background-color: #17bd37;
  width: 0;
  height: 1px;
  transition: width 0.0375s;
  transition: all 0.4s ease-out 0s;
}
.tp-feature-family-wrapper::before {
  top: 0;
  left: 0;
}
.tp-feature-family-wrapper::after {
  right: 0;
  bottom: 0;
  left: auto;
}
.tp-feature-family-wrapper .services-border-2::before, .tp-feature-family-wrapper .services-border-2::after {
  content: "";
  position: absolute;
  background-color: #17bd37;
  height: 0;
  width: 1px;
  transition: height 0.0375s;
  transition: all 0.4s ease-out 0s;
}
.tp-feature-family-wrapper .services-border-2::before {
  top: 0;
  left: 0;
}
.tp-feature-family-wrapper .services-border-2::after {
  top: auto;
  bottom: 0;
  right: 0;
}
.tp-feature-family-wrapper:hover::after, .tp-feature-family-wrapper:hover::before {
  width: 100%;
}
.tp-feature-family-wrapper:hover .services-border-2::after, .tp-feature-family-wrapper:hover .services-border-2::before {
  height: 100%;
}
.tp-feature-family-wrapper:hover .tp-feature-family-icon {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}
.tp-feature-family-wrapper:hover {
  background: none;
}
.tp-feature-family-icon {
  font-size: 82px;
  color: var(--tp-yellow-2);
}
.tp-feature-family-title {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 32px;
  color: var(--tp-dark-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-family-title {
    font-size: 24px;
  }
}
.tp-feature-family-title-pre {
  line-height: 30px;
  color: #ff8c24;
  font-weight: 700;
}
.tp-feature-hover::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0;
  background: var(--tp-yellow-4);
  top: 0;
  left: 0;
  opacity: 0.902;
  transition: all 0.4s ease;
}
.tp-feature-hover::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 0;
  background: var(--tp-yellow-4);
  bottom: 0;
  right: 0;
  opacity: 0.902;
  transition: all 0.4s ease;
}
.tp-feature-home-wrapper:hover .tp-feature-hover::before {
  height: 100%;
}
.tp-feature-home-wrapper:hover .tp-feature-hover:after {
  height: 100%;
}
.tp-feature-home-wrapper:hover .tp-feature-home-icon-2 {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.tp-feature-home-wrapper:hover .tp-feature-home-icon span {
  color: var(--tp-theme-04);
  background: var(--tp-common-white);
}
.tp-feature-home-wrapper:hover .tp-feature-home-content {
  background: var(--tp-theme-04);
}
.tp-feature-home-wrapper:hover .tp-feature-home-title {
  color: var(--tp-common-white);
}
.tp-feature-home-content {
  background: var(--tp-grey-7);
  display: flex;
  justify-content: space-between;
  padding: 40px;
  padding-bottom: 30px;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .tp-feature-home-content {
    padding: 25px;
  }
}
.tp-feature-home-icon {
  margin-bottom: -176px;
  z-index: 1;
  margin-right: 30px;
}
.tp-feature-home-icon span {
  font-size: 52px;
  color: var(--tp-common-white);
  width: 100px;
  height: 100px;
  background: var(--tp-theme-04);
  display: inline-block;
  text-align: center;
  line-height: 105px;
  transition: all 0.4s ease;
}
.tp-feature-home-icon-2 {
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  right: 0;
  margin: auto;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.tp-feature-home-icon-2 a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: var(--tp-dark-4);
  font-size: 24px;
  color: var(--tp-common-white);
  line-height: 59px;
}
.tp-feature-home-title {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 28px;
  color: var(--tp-common-black);
  margin-bottom: 0;
  margin-top: -5px;
  transition: all 0.4s ease;
}
.tp-feature-busi {
  border-bottom: 2px solid #e6e6e6;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-feature-busi {
    flex-direction: column;
  }
}
.tp-feature-busi-icon {
  margin-top: 5px;
}
.tp-feature-busi-icon span {
  font-size: 68px;
  color: var(--tp-dark-8);
  transition: all 0.4s ease;
}
.tp-feature-busi-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-dark-8);
}
.tp-feature-busi-content p {
  color: #75726f;
}
.tp-feature-busi-before {
  width: 100%;
  height: 2px;
  background: var(--tp-theme-05);
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transition: all 0.4s ease;
}
.tp-feature-busi:hover .tp-feature-busi-before {
  transform: scaleX(1);
}
.tp-feature-busi:hover .tp-feature-busi-icon span {
  color: var(--tp-theme-05);
}
.tp-feature-pet-border {
  border-bottom: 1px solid #fbf6f1;
  border-right: 1px solid #fbf6f1;
}
.tp-feature-pet-list {
  background: var(--tp-common-white);
  padding: 50px;
}
.tp-feature-pet-list span {
  display: inline-block;
}
.tp-feature-pet-list:hover span {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}
.tp-feature-pet-icon {
  color: var(--tp-theme-10);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 34px;
  background: #fbf6f1;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.tp-feature-pet-icon-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-3);
}
.tp-feature-pet-content {
  margin-left: 90px;
  margin-top: -15px;
}
@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) {
  .tp-feature-pet-content {
    margin-left: 0;
    margin-top: 0;
  }
}
@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) {
  .tp-feature-pet-box {
    margin-left: 0;
  }
}
.tp-feature-pet-box-title {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-heading-4);
}
.tp-feature-pet-box-para {
  color: var(--tp-grey-15);
}
.tp-feature-pet-btn a {
  width: 100%;
  background: var(--tp-theme-09);
  letter-spacing: 0px;
  line-height: 1;
  color: #01313d;
  font-weight: 700;
  text-align: center;
  height: 60px;
  line-height: 60px;
  display: block;
  font-family: var(--tp-ff-common);
}
.tp-feature-pet-btn a:hover {
  background: var(--tp-theme-10);
}
.tp-feature-pet-item:hover .tp-feature-pet-shape-4 {
  right: 10px;
  opacity: 1;
}
.tp-feature-pet-shape {
  left: 30px;
  bottom: 140px;
  width: 19%;
}
.tp-feature-pet-shape-2 {
  top: 145px;
  left: 70px;
  z-index: -1;
}
@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) {
  .tp-feature-pet-shape-2 {
    left: 0;
  }
}
.tp-feature-pet-shape-3 {
  right: 35px;
  bottom: 30px;
  z-index: -1;
}
@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) {
  .tp-feature-pet-shape-3 {
    right: 0;
  }
}
.tp-feature-pet-shape-4 {
  z-index: -1;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-feature-pet-title-2 {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-3);
}
.tp-feature-pet-item {
  background: var(--tp-common-white);
  padding: 28px 35px 20px 40px;
  position: relative;
  z-index: 1;
  margin-right: 15px;
}
.tp-feature-pet-item::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 93%;
  background: rgba(221, 186, 151, 0.14);
  top: 10px;
  right: -10px;
  z-index: -1;
  transition: all 0.3s ease;
}
.tp-feature-pet-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background: rgba(221, 186, 151, 0.14);
  bottom: -10px;
  right: -10px;
  z-index: -1;
  transition: all 0.3s ease;
}
.tp-feature-pet-item:hover::before {
  background: var(--tp-theme-09);
}
.tp-feature-pet-item:hover::after {
  background: var(--tp-theme-09);
}
.tp-feature-pet-item p {
  color: var(--tp-grey-15);
}
.tp-feature-pet-wrapper-2 {
  margin-right: -15px;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-feature-pet-wrapper-2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.tp-feature-pet-thumb {
  margin-left: -48px;
  margin-top: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-feature-pet-thumb {
    margin-top: 0;
    margin-left: 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) {
  .tp-feature-pet-thumb img {
    width: 100%;
  }
}
.tp-feature-anim-icon {
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tp-feature-anim:hover .tp-feature-anim-icon {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  color: var(--tp-theme-13);
}
.tp-feature-mrg-content h4 {
  color: var(--tp-heading-6);
}
.tp-feature-mrg-icon span {
  color: var(--tp-heading-6);
}

/*----------------------------------------*/
/* 7.30 testimonial css
/*----------------------------------------*/
.tp-testimonial-content {
  background: var(--tp-common-white);
  padding: 35px 42px 70px 42px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-content {
    padding: 35px 20px 70px 20px;
  }
}
.tp-testimonial-content::before {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  background: var(--tp-theme-secondary);
  bottom: -100px;
  left: 0;
  transition: all 0.4s ease;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.tp-testimonial-content::after {
  position: absolute;
  content: "";
  height: 10px;
  background: var(--tp-theme-secondary);
  width: 100%;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.4s ease;
}
.tp-testimonial-content-para p {
  line-height: 30px;
}
.tp-testimonial-wrapper:hover .tp-testimonial-content {
  border: 1px solid var(--tp-theme-secondary);
}
.tp-testimonial-wrapper:hover .tp-testimonial-content::before {
  bottom: -49px;
}
.tp-testimonial-wrapper:hover .tp-testimonial-content::after {
  transform: scaleX(1);
}
.tp-testimonial-wrapper:hover .tp-testimonial-thumb-img {
  border: 10px solid transparent;
}
.tp-testimonial-wrapper:hover .tp-testimonial-rating ul li span {
  color: var(--tp-theme-secondary);
}
.tp-testimonial-wrapper-family {
  background: var(--tp-common-white);
  padding: 50px;
  padding-bottom: 46px;
  position: relative;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .tp-testimonial-wrapper-family {
    padding: 20px;
  }
}
.tp-testimonial-wrapper-family:before {
  position: absolute;
  content: "";
  height: 10px;
  background-color: var(--tp-green-9);
  width: 93%;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.tp-testimonial-spacing {
  margin-left: -195px;
  margin-right: -195px;
}
@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), (max-width: 575px) {
  .tp-testimonial-spacing {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-testimonial-shape {
  right: 70px;
  top: 80px;
}
.tp-testimonial-shape-family {
  left: 0;
  bottom: 0;
}
.tp-testimonial-rating ul li span {
  font-size: 18px;
  color: var(--tp-green-3);
  transition: all 0.4s ease;
}
.tp-testimonial-thumb {
  margin-top: -52px;
  position: relative;
}
.tp-testimonial-thumb-img {
  border: 10px solid var(--tp-blue-1);
  border-radius: 50%;
  transition: all 0.4s ease;
  width: 94px;
}
.tp-testimonial-thumb-img-family {
  border-radius: 50%;
  margin-right: 20px;
}
.tp-testimonial-avatar-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-black);
  margin: 0;
}
.tp-testimonial-avatar-title:hover a {
  color: var(--tp-green-3);
}
.tp-testimonial-avatar-pre {
  line-height: 30px;
  color: var(--tp-green-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) {
  .tp-testimonial-btn {
    float: left;
  }
}
.tp-testimonial-para-family {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 29px;
  color: var(--tp-blue-5);
  font-weight: 700;
  display: inline-block;
}
.tp-testimonial-para-family-2 {
  line-height: 26px;
  color: var(--tp-grey-4);
}
.tp-testimonial-user-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-heading-2);
  margin-bottom: 0;
}
.tp-testimonial-user-subtitle {
  line-height: 30px;
  color: var(--tp-grey-3);
}
.tp-testimonial-date span {
  line-height: 26px;
  color: var(--tp-heading-2);
}
.tp-testimonial-star ul li span {
  color: var(--tp-yellow-2);
  font-size: 16px;
}
.tp-testimonial-family-next {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-testimonial-navigation {
    float: left;
  }
}
.tp-testimonial-navigation span {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #abe6c5;
  color: var(--tp-common-white);
  font-size: 24px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  transition: all 0.4s ease;
}
.tp-testimonial-navigation span:hover {
  background-color: var(--tp-green-8);
}
.tp-testimonial-busi {
  background: var(--tp-common-white);
  padding: 40px 50px 30px 50px;
  z-index: 1;
}
.tp-testimonial-busi-rating {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-dark-8);
  font-weight: 700;
  padding: 2px 14px;
  background-color: #fed101;
}
.tp-testimonial-busi-rating i {
  margin-right: 7px;
}
@media (max-width: 575px) {
  .tp-testimonial-busi-rating {
    padding: 2px 6px;
    font-size: 14px;
  }
  .tp-testimonial-busi-rating i {
    font-size: 14px;
  }
}
.tp-testimonial-busi-content {
  line-height: 30px;
  color: #767676;
}
.tp-testimonial-busi-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-dark-8);
}
.tp-testimonial-busi-title a:hover {
  color: var(--tp-theme-05);
}
.tp-testimonial-busi-pre {
  line-height: 30px;
  color: var(--tp-theme-05);
  font-family: var(--tp-ff-common);
}
.tp-testimonial-busi-qoute {
  bottom: 0;
  right: 50px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.tp-testimonial-busi-slide {
  filter: drop-shadow(0 0 30px rgba(67, 45, 103, 0.08));
}
.tp-testimonial-busi-slide .swiper-slide.swiper-slide-active {
  transition: all 0.3s ease;
}
.tp-testimonial-busi-slide .swiper-slide.swiper-slide-active .tp-testimonial-busi-qoute {
  opacity: 1;
  visibility: visible;
}
.tp-testimonial-busi-shape {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tp-testimonial-busi-world {
  position: relative;
  z-index: 2;
}
.tp-testimonial-busi-world span {
  background: #1ec15f;
  color: var(--tp-common-white);
  width: 30px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  border-radius: 4px;
  position: relative;
  margin-right: 15px;
}
.tp-testimonial-busi-world span::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6.1px 3.5px 0 3.5px;
  border-color: #1ec15f transparent transparent transparent;
  transform: rotate(0deg);
  content: "";
  bottom: -6px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.tp-testimonial-busi-world h6 {
  font-size: 16px;
  letter-spacing: 0px;
  color: var(--tp-dark-8);
}
.tp-testimonial-busi-thumb-img {
  border-radius: 50%;
}
.tp-testimonial-health {
  padding: 50px 51px 25px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-health {
    padding: 50px 20px 25px 20px;
  }
}
@media (max-width: 575px) {
  .tp-testimonial-health {
    padding: 25px 15px 25px 15px;
  }
}
.tp-testimonial-health img {
  flex: 0 0 auto;
}
.tp-testimonial-health-review {
  color: var(--tp-theme-06);
  font-family: var(--tp-ff-p);
}
.tp-testimonial-health-review span {
  font-size: 16px;
  line-height: 30px;
  color: var(--tp-grey-15);
  font-weight: 400;
  margin-right: 15px;
}
.tp-testimonial-health-slide {
  margin-right: -375px;
  filter: drop-shadow(0 0 20px rgba(43, 30, 80, 0.08));
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-testimonial-health-slide {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-health-slide {
    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) {
  .tp-testimonial-health-slide {
    margin-left: 0;
  }
}
.tp-testimonial-health-info a {
  color: var(--tp-common-3);
}
.tp-testimonial-health-info a:hover {
  color: var(--tp-theme-06);
}
.tp-testimonial-health-info span {
  color: #67677a;
}
.tp-testimonial-health-shape {
  top: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-health-shape {
    display: none;
  }
}
.tp-testimonial-health-pagenation div {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #b7b2b2;
  color: #e6e6e6;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  transition: all 0.4s ease;
}
.tp-testimonial-health-pagenation div:hover {
  color: var(--tp-grey-15);
}
.tp-testimonial-care-shape {
  top: 0;
  left: 0;
  z-index: -1;
  filter: saturate(0);
}
@media (max-width: 575px) {
  .tp-testimonial-care-shape {
    width: 70%;
  }
}
.tp-testimonial-care-shape-2 {
  bottom: -35px;
  left: -17px;
  z-index: -1;
}
@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) {
  .tp-testimonial-care-shape-2 {
    bottom: -70px;
  }
}
.tp-testimonial-care-review {
  color: var(--tp-theme-08);
}
.tp-testimonial-care-thumb {
  margin-left: -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) {
  .tp-testimonial-care-thumb-1 {
    width: 270px;
  }
}
.tp-testimonial-care-thumb-2 {
  right: 70px;
  top: 90px;
}
@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) {
  .tp-testimonial-care-thumb-2 {
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-testimonial-care-thumb-2 {
    top: 0;
  }
}
.tp-testimonial-care-thumb-3 {
  top: 55px;
  right: 50px;
  z-index: -1;
}
.tp-testimonial-care-wrapper {
  margin-left: -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) {
  .tp-testimonial-care-wrapper {
    margin-left: 0;
  }
}
.tp-testimonial-care-para {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-heading-3);
  font-weight: 600;
}
@media (max-width: 575px) {
  .tp-testimonial-care-para {
    font-size: 18px;
  }
}
.tp-testimonial-care-rating {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-white);
  font-weight: 700;
  background: var(--tp-theme-08);
  font-family: var(--tp-ff-common);
  padding: 5px 10px;
  display: inline-block;
}
.tp-testimonial-care-name h5 {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1;
  color: #12062c;
  margin-bottom: 2px;
}
.tp-testimonial-care-name span {
  line-height: 1;
  color: var(--tp-grey-4);
}
.tp-testimonial-care-img {
  border-radius: 50%;
}
.tp-testimonial-mrg-title-wrapper .tp-section-title-pre-health {
  color: var(--tp-theme-13);
}
.tp-testimonial-mrg-title-wrapper h5 {
  color: var(--tp-theme-13);
}
.tp-testimonial-mrg-title-wrapper .tp-section-title {
  color: var(--tp-heading-6);
}
.tp-testimonial-about-review {
  color: var(--tp-green-3);
}
.tp-testimonial-about-review span {
  color: var(--tp-grey-1);
}
.tp-testimonial-details {
  filter: drop-shadow(0 0 30px rgba(67, 45, 103, 0.08));
  background: var(--tp-common-white);
}
@media (max-width: 575px) {
  .tp-testimonial-details {
    padding: 40px 35px 30px 35px;
  }
}
.tp-testimonial-details:hover .tp-testimonial-busi-qoute {
  opacity: 1;
  visibility: visible;
}
.tp-testimonial-details-content {
  color: var(--tp-grey-1);
}
.tp-testimonial-details-info {
  color: var(--tp-common-black);
}
.tp-testimonial-details-info a:hover {
  color: var(--tp-green-3);
}
.tp-testimonial-details-info span {
  color: var(--tp-green-3);
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*----------------------------------------*/
/*  7.12 cta css
/*----------------------------------------*/
.tp-cta-wrapper {
  background: var(--tp-theme-primary);
  padding: 60px 100px 17px 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) {
  .tp-cta-wrapper {
    padding: 50px 30px 17px 30px;
  }
}
.tp-cta-wrapper-2 {
  padding: 70px 70px 36px 62px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-wrapper-2 {
    padding: 50px 30px 17px 30px;
  }
}
.tp-cta-wrapper-home {
  background: var(--tp-theme-04);
  padding: 68px 80px 35px 72px;
}
@media (max-width: 575px) {
  .tp-cta-wrapper-home {
    padding: 25px 16px 3px 15px;
  }
}
.tp-cta-wrapper-busi {
  background: var(--tp-theme-05);
  z-index: 1;
}
@media (max-width: 575px) {
  .tp-cta-content-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .tp-cta-content-icon {
    margin-bottom: 20px;
  }
}
.tp-cta-sub-title {
  background: var(--tp-yellow-1);
  color: var(--tp-common-black);
}
.tp-cta-sub-title::before {
  background: var(--tp-common-white);
}
.tp-cta-sub-title-white {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 16px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}
.tp-cta-title {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-title {
    font-size: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-title {
    line-height: 43px;
    font-size: 31px;
  }
}
.tp-cta-title-family {
  font-size: 60px;
  letter-spacing: -2px;
  color: var(--tp-heading-2);
}
@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) {
  .tp-cta-title-family {
    font-size: 40px;
  }
  .tp-cta-title-family br {
    display: none;
  }
}
.tp-cta-shape {
  left: 0;
  bottom: 0;
  z-index: -1;
}
.tp-cta-shape-2 {
  top: -75px;
  right: 175px;
}
.tp-cta-shape-family {
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-cta-shape-family-2 {
  bottom: 0;
  right: 0;
  z-index: -1;
}
.tp-cta-shape-home {
  top: 0;
  left: 22px;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-btn {
    float: left;
  }
}
.tp-cta-family-spacing {
  margin: 0 125px;
  position: relative;
  z-index: 1;
}
@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) {
  .tp-cta-family-spacing {
    margin: 0;
  }
}
.tp-cta-family-btn .tp-btn {
  padding: 16px 40px;
}
.tp-cta-content-icon {
  font-size: 68px;
  color: var(--tp-common-white);
  margin-right: 25px;
}
.tp-cta-wrapper {
  z-index: 1;
}
.tp-cta-home {
  position: relative;
}
.tp-cta-home::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 104px;
  bottom: 0;
  left: 0;
  background: var(--tp-dark-6);
}
.tp-cta-busi::before {
  background: #fffbf7;
}
.tp-cta-busi-shape {
  top: 0;
  right: 0;
  z-index: -1;
}
.tp-cta-travel-wrapper {
  padding: 70px 60px 70px 72px;
}
@media (max-width: 575px) {
  .tp-cta-travel-wrapper {
    padding: 43px 40px 43px 30px;
  }
}
.tp-cta-travel-wrapper-2 {
  padding: 70px 60px 70px 60px;
}
@media (max-width: 575px) {
  .tp-cta-travel-wrapper-2 {
    padding: 43px 40px 43px 30px;
  }
}
.tp-cta-travel-signature {
  margin-bottom: -13px;
  position: relative;
  z-index: 1;
}
.tp-cta-travel-shape {
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 42%;
}
@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) {
  .tp-cta-travel-shape {
    top: 73%;
    right: 0;
    width: 30%;
  }
}
.tp-cta-travel-space {
  margin-left: -65px;
  margin-right: -5px;
}
@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) {
  .tp-cta-travel-space {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-cta-travel-space-2 {
  margin-left: -5px;
  margin-right: -65px;
}
@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) {
  .tp-cta-travel-space-2 {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-cta-travel-pre {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-white);
}
.tp-cta-travel-title {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 36px;
  color: var(--tp-common-white);
}
.tp-cta-travel-title-2 {
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 1;
  color: var(--tp-theme-12);
  font-weight: 800;
}
.tp-cta-mrg-spacing {
  margin-left: -35px;
  margin-right: -35px;
  z-index: 9;
  position: relative;
}
@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) {
  .tp-cta-mrg-spacing {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-cta-mrg-bg {
  background: var(--tp-theme-13);
}
.tp-cta-mrg-title {
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 1.1;
  color: var(--tp-common-white);
}
@media (max-width: 575px) {
  .tp-cta-mrg-title {
    font-size: 38px;
  }
}
.tp-cta-mrg-para {
  color: #fff3f7;
}
@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) {
  .tp-cta-mrg-para br {
    display: none;
  }
}
.tp-cta-mrg-content {
  padding: 70px 52px 70px 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) {
  .tp-cta-mrg-content {
    padding: 30px 30px 30px 30px;
  }
}
.tp-cta-mrg-thumb {
  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) {
  .tp-cta-mrg-thumb {
    margin-right: 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) {
  .tp-cta-mrg-thumb img {
    width: 100%;
  }
}
.tp-cta-mrg-shape {
  right: -65px;
  height: 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) {
  .tp-cta-mrg-shape {
    display: none;
  }
}
.tp-cta-mrg-video {
  top: 40px;
  right: 40px;
}
.tp-cta-mrg-video a {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  color: var(--tp-heading-6);
  font-size: 24px;
}
.tp-cta-mrg-video a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-13);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-mrg2-content {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.tp-cta-mrg2-content span {
  font-size: 52px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: var(--tp-theme-13);
  color: var(--tp-common-white);
  display: inline-block;
  text-align: center;
  flex: 0 0 auto;
  line-height: 120px;
  margin-right: 70px;
}
@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) {
  .tp-cta-mrg2-content span {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-mrg2-content span {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
.tp-cta-mrg2-title {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 1.1;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-mrg2-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-mrg2-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-cta-mrg2-title {
    font-size: 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) {
  .tp-cta-mrg2-btn {
    text-align: left;
  }
}

/*----------------------------------------*/
/*  7.10 contact css
/*----------------------------------------*/
.tp-contact-container {
  filter: drop-shadow(0 0 40px rgba(37, 37, 106, 0.06));
  background-color: var(--tp-common-white);
  padding: 80px;
  padding-bottom: 40px;
  margin-left: -80px;
  margin-right: -80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-contact-container {
    padding: 30px;
  }
}
@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), (max-width: 575px) {
  .tp-contact-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .tp-contact-container {
    padding: 37px 20px;
  }
}
.tp-contact-list {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-list {
    margin-left: 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) {
  .tp-contact-list {
    flex-direction: inherit;
    margin-left: 0;
  }
}
.tp-contact-para {
  line-height: 30px;
}
@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) {
  .tp-contact-para br {
    display: none;
  }
}
.tp-contact-title {
  font-size: 55px;
  letter-spacing: -2px;
  line-height: 65px;
  color: var(--tp-common-black);
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-title {
    font-size: 35px;
    line-height: 45px;
  }
}
.tp-contact-title-3 {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 1;
  color: #0f0f0f;
  font-weight: 700;
}
.tp-contact-fill {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--tp-common-black);
  font-weight: 700;
  text-align: center;
  right: 60px;
  top: -78px;
}
.tp-contact-btn {
  padding: 0;
  flex: 0 0 auto;
  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) {
  .tp-contact-btn {
    margin-right: 5px;
  }
}
.tp-contact-btn.active i {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.tp-contact-btn i {
  width: 74px;
  height: 74px;
  line-height: 80px;
  font-size: 35px;
  color: var(--tp-theme-secondary);
  position: relative;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.4s ease;
  border: 1px solid var(--tp-orange-3);
}
.tp-contact-btn i:hover {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.tp-contact-btn-2 {
  transition: all 0.4s ease;
}
.tp-contact-btn-2 .tp-contact-icon {
  background: var(--tp-dark-6);
  color: var(--tp-common-white);
  border: none;
  transition: all 0.4s ease;
}
.tp-contact-btn-2.active i {
  background: var(--tp-yellow-3);
}
.tp-contact-btn-2.active span {
  background: var(--tp-theme-04);
  color: var(--tp-common-white);
}
.tp-contact-btn-2:hover span {
  background: var(--tp-theme-04);
  color: var(--tp-common-white);
}
.tp-contact-btn-2:hover .tp-contact-icon {
  background: var(--tp-yellow-3);
}
.tp-contact-input input {
  height: 60px;
  border: 1px solid var(--tp-border-2);
}
.tp-contact-input input:focus {
  border: 1px solid var(--tp-theme-secondary);
}
.tp-contact-input input::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-grey-1);
  font-weight: 400;
}
.tp-contact-input textarea {
  height: 140px;
  resize: none;
  border: 1px solid var(--tp-border-2);
}
.tp-contact-input textarea:focus {
  border: 1px solid var(--tp-theme-secondary);
}
.tp-contact-input textarea::placeholder {
  font-size: 16px;
  color: var(--tp-grey-1);
  font-weight: 400;
}
.tp-contact-query span {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-contact-query span {
    margin-top: 20px;
    display: inline-block;
  }
}
.tp-contact-query span a {
  color: var(--tp-theme-primary);
}
.tp-contact-slider label {
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-black);
  font-weight: 700;
  width: 69%;
}
.tp-contact-slider input {
  background: none;
  border: none;
  height: 30px;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-theme-secondary);
  font-weight: 700;
  text-align: right;
  width: 29%;
  border-radius: 0;
  padding: 0;
  margin-bottom: 4px;
}
.tp-contact-slider .ui-slider-horizontal .ui-slider-range {
  width: 100%;
  height: 10px;
  background-color: var(--tp-theme-secondary);
  border-radius: 0;
}
.tp-contact-slider .ui-widget-content {
  height: 10px;
  border-radius: 0;
  background-color: var(--tp-orange-1);
  border: none;
}
.tp-contact-slider .ui-state-hover, .tp-contact-slider .ui-widget-content .ui-state-hover, .tp-contact-slider .ui-widget-header .ui-state-hover, .tp-contact-slider .ui-state-focus, .tp-contact-slider .ui-widget-content .ui-state-focus, .tp-contact-slider .ui-widget-header .ui-state-focus, .tp-contact-slider .ui-button:hover, .tp-contact-slider .ui-button:focus {
  border: 3px solid var(--tp-theme-secondary);
  background: var(--tp-common-white);
  font-weight: normal;
  color: inherit;
}
.tp-contact-slider .ui-state-default, .tp-contact-slider .tp-contact-slider .ui-widget-content .ui-state-default, .tp-contact-slider .tp-contact-slider .ui-widget-header .ui-state-default, .tp-contact-slider .tp-contact-slider .ui-button, .tp-contact-slider .tp-contact-slider html .ui-button.ui-state-disabled:hover, .tp-contact-slider .tp-contact-slider html .ui-button.ui-state-disabled:active {
  border: none;
  border-radius: 20px;
  outline: 0;
  border: 3px solid var(--tp-theme-secondary);
  top: -7px;
  height: 24px;
  width: 24px;
}
.tp-contact-slider .ui-state-focus:focus-visible {
  outline: 0 !important;
}
.tp-contact-form-wrapper {
  margin-left: -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) {
  .tp-contact-form-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tp-contact-form-btn {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-form-btn .tp-btn {
    margin-bottom: 15px;
  }
}
.tp-contact-form-title {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 28px;
  color: var(--tp-common-black);
}
.tp-contact-form-title-2 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 40px;
  color: var(--tp-heading-1);
  font-weight: 700;
}
.tp-contact-form-2 {
  border: 1px solid #f0eaf8;
  padding: 100px;
  padding-top: 90px;
  padding-bottom: 85px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-form-2 {
    padding: 25px;
    padding-top: 19px;
    padding-bottom: 10px;
  }
}
.tp-contact-single-input input {
  height: 60px;
  background-color: var(--tp-orange-1);
  border: 1px solid transparent;
  padding: 10px 30px;
}
.tp-contact-single-input input::placeholder {
  font-size: 16px;
  color: var(--tp-grey-1);
}
.tp-contact-single-input input:focus {
  border: 1px solid var(--tp-green-3);
}
.tp-contact-single-textarea textarea {
  height: 166px;
  background-color: var(--tp-orange-1);
  border: none;
  padding: 10px 30px;
  padding-top: 20px;
  border: 1px solid transparent;
  resize: none;
}
.tp-contact-single-textarea textarea:focus {
  border: 1px solid var(--tp-green-3);
}
.tp-contact-single-textarea textarea::placeholder {
  font-size: 16px;
  color: var(--tp-grey-1);
}
.tp-contact-shape {
  bottom: -80px;
  right: 0;
}
.tp-contact-shape-2 {
  bottom: 220px;
  left: 224px;
}
.tp-contact-shape-3 {
  right: 0;
  bottom: 140px;
}
.tp-contact-shape-4 {
  right: 60px;
  top: -25px;
}
.tp-contact-home-title h2 {
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 60px;
  color: var(--tp-dark-6);
}
.tp-contact-home-title-2 {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-dark-6);
  background: var(--tp-common-white);
  width: 169px;
  height: 54px;
  line-height: 54px;
  text-align: left;
  margin-left: -30px;
  padding-left: 53px;
  font-weight: 700;
  transition: all 0.4s ease;
}
.tp-contact-home-form {
  background: var(--tp-common-white);
  padding: 60px;
  padding-top: 55px;
  margin-left: 60px;
  margin-right: -60px;
}
@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) {
  .tp-contact-home-form {
    margin-left: 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), (max-width: 575px) {
  .tp-contact-home-form {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .tp-contact-home-form {
    padding: 20px;
  }
}
.tp-contact-home-form .tp-contact-slider .ui-slider-horizontal .ui-slider-range {
  background-color: var(--tp-yellow-3);
}
.tp-contact-home-form .tp-contact-slider .ui-state-default, .tp-contact-home-form .tp-contact-slider .tp-contact-slider .ui-widget-content .ui-state-default, .tp-contact-home-form .tp-contact-slider .tp-contact-slider .ui-widget-header .ui-state-default, .tp-contact-home-form .tp-contact-slider .tp-contact-slider .ui-button, .tp-contact-home-form .tp-contact-slider .tp-contact-slider html .ui-button.ui-state-disabled:hover, .tp-contact-home-form .tp-contact-slider .tp-contact-slider html .ui-button.ui-state-disabled:active {
  border: 3px solid var(--tp-grey-12);
}
.tp-contact-home-form .tp-contact-slider .ui-widget-content {
  background-color: var(--tp-grey-12);
}
.tp-contact-home-form .ui-state-default, .tp-contact-home-form .ui-widget-content .ui-state-default, .tp-contact-home-form .ui-widget-header .ui-state-default, .tp-contact-home-form .ui-button, .tp-contact-home-form html .ui-button.ui-state-disabled:hover, .tp-contact-home-form html .ui-button.ui-state-disabled:active {
  background-color: var(--tp-yellow-3);
}
.tp-contact-home-form .tp-contact-slider input {
  color: var(--tp-yellow-3);
}
.tp-contact-home-area {
  z-index: 1;
}
.tp-contact-home-shape {
  bottom: -37px;
  left: 0;
  width: 100%;
}
.tp-contact-home-shape-2 {
  top: 50px;
  right: 0;
  z-index: -1;
}
.tp-contact-busi-btn {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-busi-btn {
    text-align: left;
  }
}
.tp-contact-busi-spacing {
  margin-left: -40px;
  margin-right: -40px;
}
@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), (max-width: 575px) {
  .tp-contact-busi-spacing {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-contact-busi-thumb img {
  width: 100%;
}
.tp-contact-health-bg {
  background: var(--tp-common-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) {
  .tp-contact-health-bg {
    margin: 100px 0;
  }
}
.tp-contact-health-content {
  padding: 50px 60px 50px 60px;
}
@media (max-width: 575px) {
  .tp-contact-health-content {
    padding: 30px 40px 30px 40px;
  }
}
.tp-contact-health-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1.1;
  color: var(--tp-common-3);
}
.tp-contact-health-title span {
  color: var(--tp-theme-06);
}
@media (max-width: 575px) {
  .tp-contact-health-title {
    font-size: 28px;
  }
}
.tp-contact-health-icon {
  color: var(--tp-theme-06);
  font-size: 24px;
}
.tp-contact-health-number span {
  display: block;
  line-height: 30px;
  color: var(--tp-grey-3);
}
.tp-contact-health-number a {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--tp-heading-2);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-contact-health-number a:hover {
  color: var(--tp-theme-06);
}
@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) {
  .tp-contact-care-title-wrapper {
    margin-right: 0;
  }
}
.tp-contact-care-title-wrapper p {
  color: var(--tp-grey-15);
}
.tp-contact-care-title-wrapper .tp-btn {
  padding: 16px 40px;
}
.tp-contact-care-info span {
  color: var(--tp-heading-3);
  font-size: 30px;
}
.tp-contact-care-phone {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 29px;
  color: var(--tp-heading-3);
  font-family: var(--tp-ff-p);
}
.tp-contact-care-phone a {
  color: var(--tp-theme-08);
}
.tp-contact-care-para {
  line-height: 24px;
  color: var(--tp-grey-9);
}
@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) {
  .tp-contact-care-para br {
    display: none;
  }
}
.tp-contact-care-form {
  filter: drop-shadow(0 0 30px rgba(29, 32, 74, 0.08));
  background: var(--tp-common-white);
  padding: 60px;
}
@media (max-width: 575px) {
  .tp-contact-care-form {
    padding: 23px;
  }
}
.tp-contact-care-input input {
  padding-left: 30px;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-black);
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
}
.tp-contact-care-input input:focus {
  border: 1px solid var(--tp-theme-08);
}
.tp-contact-care-input input::placeholder {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-care-check {
    margin-bottom: 15px;
  }
}
.tp-contact-care-btn {
  flex: 0 0 auto;
}
.tp-contact-care-btn-wrapper {
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-care-btn-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tp-contact-care-btn-wrapper .tp-contact-care-check label {
  margin-left: 20px;
}
.tp-contact-care-btn-wrapper .tp-contact-care-check label:after {
  width: 18px;
  height: 18px;
  border: 1px solid #01313d;
  top: 0;
  left: -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) {
  .tp-contact-care-btn-wrapper .tp-contact-care-check label:after {
    top: 3px;
  }
}
.tp-contact-care-btn-wrapper .tp-contact-care-check label::before {
  width: 18px;
  height: 18px;
  top: 2px;
  left: -30px;
  line-height: 12px;
}
@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) {
  .tp-contact-care-btn-wrapper .tp-contact-care-check label::before {
    top: 5px;
  }
}
.tp-contact-care-btn-wrapper .tp-contact-care-check label {
  color: var(--tp-grey-9);
}
.tp-contact-care-btn-wrapper .tp-contact-pet-input input::placeholder {
  color: #01313d;
}
.tp-contact-care-btn-wrapper .tp-contact-pet-check label {
  font-weight: 700;
  color: var(--tp-grey-14);
}
@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) {
  .tp-contact-care-btn-wrapper .tp-contact-pet-check label {
    line-height: 26px;
  }
}
.tp-contact-care-btn-wrapper .tp-contact-pet-check label::before {
  top: 3px;
}
.tp-contact-care-textarea textarea {
  width: 100%;
  height: 160px;
  resize: none;
}
.tp-contact-care-textarea textarea:focus {
  border: 1px solid var(--tp-theme-08);
}
.tp-contact-care-textarea textarea::placeholder {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
}
.tp-contact-care-shape {
  bottom: -75px;
  right: 70px;
  z-index: 10;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), 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), (max-width: 575px) {
  .tp-contact-care-shape {
    right: 0;
    width: 200px;
    bottom: -105px;
  }
}
.tp-contact-pet-list ul {
  margin-right: 60px;
}
@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) {
  .tp-contact-pet-list ul {
    margin-right: 0;
  }
}
.tp-contact-pet-list ul li {
  display: flex;
  margin-bottom: 27px;
}
.tp-contact-pet-list ul li a {
  display: flex;
}
.tp-contact-pet-list ul li a:hover p {
  color: var(--tp-theme-10);
}
.tp-contact-pet-list ul li a:hover span {
  color: var(--tp-theme-10);
}
.tp-contact-pet-list ul li span {
  font-size: 20px;
  color: var(--tp-heading-4);
  margin-right: 18px;
  margin-top: 4px;
  transition: all 0.4s ease;
}
.tp-contact-pet-list ul li p {
  color: var(--tp-heading-4);
  font-weight: 700;
  font-family: var(--tp-ff-common);
  margin: 0;
}
.tp-contact-pet-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--tp-heading-4);
}
@media (max-width: 575px) {
  .tp-contact-pet-title {
    font-size: 24px;
  }
}
.tp-contact-pet-input input {
  color: var(--tp-heading-4);
}
.tp-contact-pet-input input::placeholder {
  color: var(--tp-heading-4);
  font-family: var(--tp-ff-p);
  font-weight: 400;
}
.tp-contact-pet-input input:focus {
  border: 1px solid var(--tp-common-black);
}
.tp-contact-pet-textarea textarea::placeholder {
  color: var(--tp-heading-4);
}
.tp-contact-pet-textarea textarea:focus {
  border: 1px solid var(--tp-common-black);
}
.tp-contact-pet-shape {
  right: 0;
  bottom: 50px;
  z-index: 1;
  width: 21%;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), 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), (max-width: 575px) {
  .tp-contact-pet-shape {
    bottom: 0;
  }
}
.tp-contact-pet-form {
  filter: drop-shadow(10.239px 9.548px 0px #e6f972);
  border: 1px solid var(--tp-heading-4);
  padding: 70px;
  margin-left: 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) {
  .tp-contact-pet-form {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .tp-contact-pet-form {
    padding: 22px;
  }
}
.tp-contact-pet-thumb {
  margin-top: 45px;
  margin-left: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-contact-pet-thumb {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .tp-contact-pet-thumb img {
    width: 100%;
  }
}
.tp-contact-content span a {
  font-size: 16px;
  line-height: 26px;
  color: var(--tp-grey-1);
  font-weight: 400;
  display: block;
}
.tp-contact-icon {
  line-height: 2.5 !important;
}
.tp-contact-icon span {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: var(--tp-orange-1);
  display: inline-block;
  font-size: 36px;
  color: var(--tp-green-3);
  line-height: 90px;
  transition: all 0.4s ease;
}
.tp-contact-item-2 {
  filter: drop-shadow(0px 4px 30px rgba(22, 23, 26, 0.06));
  background-color: var(--tp-common-white);
  padding: 30px 65px;
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-item-2 {
    padding: 30px 30px;
  }
}
.tp-contact-item-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--tp-green-3);
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: all 0.4s ease;
}
.tp-contact-item-2:hover::before {
  transform: scaleX(1);
}
.tp-contact-item-2:hover .tp-contact-icon span {
  background: var(--tp-green-3);
  color: var(--tp-common-white);
}
.tp-contact-map-box {
  line-height: 0;
}
.tp-contact-map-box iframe {
  width: 100%;
  filter: saturate(0);
}

/*----------------------------------------*/
/*  7.14 error css
/*----------------------------------------*/
.tp-eror-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--tp-heading-1);
}

/*----------------------------------------*/
/*  7.11 counter css
/*----------------------------------------*/
.tp-counter-busi-shape {
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.tp-counter-busi-shape2 {
  bottom: 0;
  right: 0;
  z-index: -1;
}
.tp-counter-item {
  justify-content: center;
  padding: 40px 0;
  margin: 0 0 0 -1px;
}
@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) {
  .tp-counter-item {
    margin: -1px 0 0 -1px;
  }
}
.tp-counter-item-border {
  position: relative;
  border: 1px solid var(--tp-border-2);
}
.tp-counter-item-border:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--tp-green-2);
  top: 0;
  left: 0;
  transform: scaleX(0.8);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}
.tp-counter-item-border:hover .tp-counter-shape {
  opacity: 1;
}
.tp-counter-item-border:hover .tp-counter-item-icon span {
  color: var(--tp-theme-primary);
}
.tp-counter-item-border:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.tp-counter-item-icon span {
  font-size: 65px;
  color: var(--tp-theme-secondary);
  margin-right: 30px;
  transition: all 0.4s ease;
}
.tp-counter-item-content {
  margin-top: -8px;
}
.tp-counter-item-content p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-counter-item-content p {
    font-size: 15px;
  }
}
.tp-counter-item-count {
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 60px;
  color: var(--tp-heading-1);
  font-weight: 800;
  margin-bottom: 14px;
}
@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) {
  .tp-counter-item-count {
    font-size: 45px;
    line-height: 1;
  }
}
@media (max-width: 575px) {
  .tp-counter-item-count {
    font-size: 40px;
  }
}
.tp-counter-item-busi {
  padding: 120px 0;
  padding-bottom: 110px;
}
@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) {
  .tp-counter-item-busi {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-counter-item-busi {
    flex-direction: column;
    text-align: center;
  }
  .tp-counter-item-busi span {
    margin-right: 0;
    display: inline-block;
  }
}
.tp-counter-item-busi .tp-counter-item-icon span {
  color: var(--tp-common-white);
}
.tp-counter-item-busi .tp-counter-item-count {
  color: var(--tp-common-white);
  font-weight: 600;
}
.tp-counter-item-busi .tp-counter-item-content p {
  color: #ebeaff;
  font-weight: 400;
}
.tp-counter-item-busi:hover .tp-counter-item-icon span {
  color: #fed101;
}
.tp-counter-shape {
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: -1;
}
.tp-counter-shape-2 {
  top: 0;
  left: 31%;
  z-index: 1;
}
.tp-counter-shape-3 {
  bottom: 0;
  right: 15%;
  z-index: 1;
}
.tp-counter-space {
  margin-left: -170px;
  margin-right: -170px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), 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), (max-width: 575px) {
  .tp-counter-space {
    margin-left: 0;
    margin-right: 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) {
  .tp-counter-space {
    border: none;
  }
}
.tp-counter-space-2 {
  margin-left: -150px;
  margin-right: -150px;
  box-shadow: 0px 0px 60px 0px rgba(163, 151, 184, 0.08);
  background: var(--tp-common-white);
  padding: 80px 44px;
  padding-bottom: 74px;
  position: relative;
  z-index: 10;
}
@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), (max-width: 575px) {
  .tp-counter-space-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 44px;
  }
}
.tp-counter-battom-icon {
  position: relative;
}
.tp-counter-battom-icon::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f0e9ff;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.tp-counter-item-2 .tp-counter-item-icon span {
  color: #17bd37;
}
.tp-counter-item-2 .tp-counter-battom-icon::before {
  background: #d6f1dc;
}
.tp-counter-item-2:hover .tp-counter-battom-icon::before {
  background: #17bd37;
}
.tp-counter-item-3 .tp-counter-battom-icon::before {
  background: #f0e9ff;
  z-index: 1;
}
.tp-counter-item-3:hover .tp-counter-battom-icon::before {
  background: #ff965a;
}
.tp-counter-item-1 .tp-counter-item-icon span {
  color: #ff8c24;
}
.tp-counter-item-1 .tp-counter-battom-icon::before {
  background: #fff0e3;
}
.tp-counter-item-1:hover .tp-counter-battom-icon::before {
  background: #ff8c24;
}
.tp-counter-item-4 .tp-counter-item-icon span {
  color: #ff4acc;
}
.tp-counter-item-4 .tp-counter-battom-icon::before {
  background: #ffe2f7;
}
.tp-counter-item-4:hover .tp-counter-battom-icon::before {
  background: #ff4acc;
}
.tp-counter-area-family {
  margin-bottom: -160px;
}
.tp-counter-area-busi {
  background: var(--tp-theme-05);
  z-index: 1;
}
.tp-counter-home-bg {
  top: 0;
  left: 0;
  width: 77%;
  right: 0;
  height: 100%;
  z-index: -1;
  margin: 0 auto;
}
@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), (max-width: 575px) {
  .tp-counter-home-bg {
    width: 100%;
  }
}
.tp-counter-home-icon span {
  font-size: 64px;
  width: 110px;
  height: 110px;
  background-color: var(--tp-theme-04);
  color: var(--tp-common-white);
  line-height: 120px;
  display: inline-block;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}
.tp-counter-home-count {
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 60px;
  color: var(--tp-common-white);
  font-weight: 600;
}
.tp-counter-home-pre {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--tp-grey-10);
}
.tp-counter-home-wrapper {
  position: relative;
}
.tp-counter-home-wrapper:hover::after {
  height: 125px;
}
.tp-counter-home-wrapper:hover .tp-counter-home-icon span {
  background: var(--tp-common-white);
  color: var(--tp-theme-04);
}
.tp-counter-home-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 125px;
  background-color: var(--tp-grey-11);
  top: 0;
  left: 0;
  z-index: -1;
}
.tp-counter-home-wrapper::after {
  background-color: var(--tp-yellow-3);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  z-index: -1;
  transition: all 0.3s ease;
}
.tp-counter-health {
  padding: 62px 0;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-counter-health {
    padding: 20px;
  }
}
.tp-counter-health-title {
  font-size: 64px;
  letter-spacing: -4px;
  line-height: 80px;
  color: var(--tp-common-3);
  font-weight: 700;
}
.tp-counter-health-title-pre {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-grey-15);
  font-weight: 700;
}
.tp-counter-health-border {
  position: relative;
}
.tp-counter-health-border::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  top: 0;
  right: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-counter-health-border::before {
    display: none;
  }
}
.tp-counter-health-area {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

/*----------------------------------------*/
/* 7.34 work css
/*----------------------------------------*/
.tp-work-wrapper {
  border: 1px solid #4a4747;
  padding: 40px 25px 18px 25px;
  transition: all 0.3s ease;
}
.tp-work-wrapper:hover {
  background: var(--tp-heading-3);
  border: 1px solid var(--tp-heading-3);
}
.tp-work-wrapper:hover .tp-work-icon {
  color: var(--tp-theme-08);
}
.tp-work-wrapper p {
  color: #dedede;
}
.tp-work-icon {
  font-size: 68px;
  color: var(--tp-common-white);
  display: inline-block;
  transition: all 0.3s ease;
}
.tp-work-title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-work-title {
    font-size: 20px;
  }
}
.tp-work-title a:hover {
  color: var(--tp-theme-08);
}

/*----------------------------------------*/
/* 7.2 author css
/*----------------------------------------*/
.tp-author-content {
  margin-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-author-content {
    margin-left: 0;
  }
}
.tp-author-para p {
  color: var(--tp-grey-2);
  line-height: 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) {
  .tp-author-para-2 {
    padding-bottom: 20px;
  }
}
.tp-author-para p::first-letter {
  font-size: 100px;
  line-height: 30px;
  color: var(--tp-common-black);
  font-weight: 700;
  float: left;
  text-align: center;
  margin-right: 5px;
  line-height: inherit;
  text-transform: capitalize;
  line-height: 0.9;
}

/*----------------------------------------*/
/* 7.26 service css
/*----------------------------------------*/
.tp-service-content-wrapper {
  border: 1px solid #ecebeb;
  padding: 40px;
  padding-bottom: 23px;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 575px) {
  .tp-service-content-wrapper {
    padding: 25px;
  }
}
.tp-service-content-wrapper:hover {
  background: var(--tp-common-white);
  filter: drop-shadow(0 0 15px rgba(23, 189, 55, 0.1));
  border: 1px solid transparent;
}
.tp-service-content-wrapper:hover.tp-service-colum-1 .tp-service-icon-2 a {
  color: var(--tp-yellow-2);
}
.tp-service-content-wrapper:hover.tp-service-colum-2 .tp-service-icon-2 a {
  color: #17bd37;
}
.tp-service-content-wrapper:hover.tp-service-colum-3 .tp-service-icon-2 a {
  color: #ff4acc;
}
.tp-service-content-wrapper:hover.tp-service-colum-4 .tp-service-icon-2 a {
  color: #9b6cff;
}
.tp-service-icon {
  font-size: 66px;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background: var(--tp-orange-4);
  color: var(--tp-yellow-2);
  display: inline-block;
  line-height: 130px;
  position: relative;
}
.tp-service-icon::before {
  position: absolute;
  content: "";
  width: 132px;
  left: -6px;
  height: 132px;
  background-color: transparent;
  border: 1px solid var(--tp-yellow-2);
  top: -6px;
  border-radius: 50%;
}
.tp-service-icon-2 a {
  font-size: 36px;
  color: var(--tp-orange-4);
}
.tp-service-icon-2 a:hover {
  color: var(--tp-yellow-2);
}
.tp-service-title {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 28px;
  color: var(--tp-heading-2);
  font-weight: 700;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-title {
    font-size: 23px;
  }
}
.tp-service-title a:hover {
  color: var(--tp-yellow-2);
}
.tp-service-para {
  color: var(--tp-grey-3);
}
.tp-service-spacing {
  margin-left: -200px;
  margin-right: -200px;
}
@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), (max-width: 575px) {
  .tp-service-spacing {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-service-colum-2 .tp-service-icon {
  color: #17bd37;
  background: #e4fcf8;
}
.tp-service-colum-2 .tp-service-icon::before {
  border-color: #17bd37;
}
.tp-service-colum-2 .tp-service-icon-2::before {
  border-color: #e4fcf8;
}
.tp-service-colum-2 .tp-service-icon-2 a {
  color: #e4fcf8;
}
.tp-service-colum-2 .tp-service-title a:hover {
  color: #17bd37;
}
.tp-service-colum-3 .tp-service-icon {
  color: #ff4acc;
  background: #ffe2f7;
}
.tp-service-colum-3 .tp-service-icon::before {
  border-color: #ff4acc;
}
.tp-service-colum-3 .tp-service-icon-2 a {
  color: #ffe2f7;
}
.tp-service-colum-3 .tp-service-title a:hover {
  color: #ff4acc;
}
.tp-service-colum-4 .tp-service-icon {
  color: #9b6cff;
  background: #f0e9ff;
}
.tp-service-colum-4 .tp-service-icon::before {
  border-color: #9b6cff;
}
.tp-service-colum-4 .tp-service-icon-2 a {
  color: #f0e9ff;
}
.tp-service-colum-4 .tp-service-title a:hover {
  color: #9b6cff;
}
.tp-service-link p {
  filter: drop-shadow(0px 1px 3px #ffe6cf);
  background: var(--tp-common-white);
  display: inline-block;
  padding: 14px 28px;
  line-height: 22px;
  color: #6e6e75;
}
.tp-service-link p a {
  color: var(--tp-yellow-2);
}
.tp-service-home-spacing {
  padding-left: 155px;
  padding-right: 155px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), 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), (max-width: 575px) {
  .tp-service-home-spacing {
    padding-left: 0;
    padding-right: 0;
  }
}
.tp-service-home-content {
  padding: 40px;
  padding-top: 35px;
  padding-bottom: 105px;
  filter: drop-shadow(0 0 20px rgba(36, 53, 90, 0.08));
  background-color: var(--tp-common-white);
  transition: all 0.4s ease;
}
.tp-service-home-para {
  line-height: 26px;
  transition: all 0.4s ease;
}
.tp-service-home-title {
  font-size: 26px;
  line-height: 28px;
  color: var(--tp-dark-6);
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-home-title {
    font-size: 23px;
  }
}
.tp-service-home-thumb {
  display: flex;
  align-items: end;
  justify-content: end;
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
.tp-service-home-thumb-icon {
  font-size: 66px;
  color: var(--tp-common-white);
  width: 110px;
  height: 110px;
  background-color: var(--tp-yellow-3);
  line-height: 120px;
  text-align: center;
  transition: all 0.4s ease;
}
.tp-service-home-shape {
  top: -30px;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -1;
}
.tp-service-home-shape-2 {
  top: 0;
  left: 0;
}
.tp-service-home-wrapper {
  transition: all 0.4s ease;
  overflow: hidden;
}
.tp-service-home-wrapper:hover {
  background: var(--tp-theme-04);
}
.tp-service-home-wrapper:hover .tp-service-home-shape {
  opacity: 1;
  top: 0;
}
.tp-service-home-wrapper:hover .tp-service-home-content {
  background: var(--tp-theme-04);
  box-shadow: none;
}
.tp-service-home-wrapper:hover .tp-service-home-thumb-icon {
  background: var(--tp-common-white);
  color: var(--tp-yellow-3);
}
.tp-service-home-wrapper:hover .tp-service-home-title a {
  color: var(--tp-common-white);
}
.tp-service-home-wrapper:hover .tp-service-home-para {
  color: var(--tp-common-white);
}
.tp-service-home-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .tp-service-home-btn span {
    padding-right: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .tp-service-home-btn {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tp-service-home-btn .tp-btn {
  font-size: 16px;
  letter-spacing: 0px;
  color: var(--tp-common-white);
  font-weight: 600;
  padding: 18px;
  margin-left: -80px;
}
@media (max-width: 575px) {
  .tp-service-home-btn .tp-btn {
    margin-left: 0;
  }
}
.tp-service-home-btn span {
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--tp-dark-6);
  font-weight: 600;
  border: 1px solid var(--tp-dark-6);
  padding: 17px;
  display: inline-block;
  padding-right: 105px;
}
.tp-service-area-busi {
  background-image: linear-gradient(0deg, #fff5e9 0%, #fbfdf3 99%, #fbfdf3 100%);
  z-index: 1;
}
.tp-service-busi {
  padding: 30px 30px 22px 30px;
  background: var(--tp-common-white);
}
.tp-service-busi-shape {
  z-index: -1;
  top: 96px;
  left: 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) {
  .tp-service-busi-shape {
    width: 50%;
  }
}
.tp-service-busi-content {
  padding: 0 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) {
  .tp-service-busi-content {
    padding: 0;
  }
}
.tp-service-busi-content p {
  color: #75726f;
}
.tp-service-busi-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-dark-8);
  font-weight: 700;
}
.tp-service-busi-title a:hover {
  color: var(--tp-theme-05);
}
.tp-service-busi-icon {
  font-size: 22px;
  color: var(--tp-dark-8);
}
.tp-service-busi-icon:hover {
  color: var(--tp-theme-05);
}
.tp-service-busi-thumb {
  overflow: hidden;
}
.tp-service-busi-thumb img {
  transition: all 0.4s ease;
}
.tp-service-busi:hover .tp-service-busi-thumb img {
  transform: scale(1.1) rotate(3deg);
}
.tp-service-health-icon {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-image: linear-gradient(186deg, #b4f7fc 0%, #d9fdff 100%, #d9fdff 100%);
  display: inline-block;
  position: relative;
}
.tp-service-health-icon i {
  color: var(--tp-theme-06);
  font-size: 58px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.tp-service-health-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--tp-theme-06);
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.tp-service-health-wrap:hover .tp-service-health-icon::before {
  opacity: 1;
  transform: scale(1);
}
.tp-service-health-wrap:hover .tp-service-health-icon i {
  top: 50%;
  transform: translateY(-50%);
  color: var(--tp-common-white);
}
.tp-service-health-title {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 28px;
  color: var(--tp-common-3);
  font-weight: 700;
}
.tp-service-health-title a:hover {
  color: var(--tp-theme-06);
}
.tp-service-health-para {
  line-height: 24px;
  color: var(--tp-dark-2);
  text-align: center;
}
.tp-service-health-content {
  padding: 0 35px;
}
@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) {
  .tp-service-health-content {
    padding: 0 17px;
  }
}
.tp-service-health-border {
  border-right: 1px solid #beecee;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-health-border {
    border-right: 0;
  }
}
.tp-service-health-btn a {
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-common-3);
  font-weight: 700;
  display: block;
  border-top: 1px solid #beecee;
  border-bottom: 1px solid #beecee;
  padding: 14px 0;
}
.tp-service-health-btn a:hover {
  color: var(--tp-common-white);
  background: var(--tp-common-3);
  border: 1px solid transparent;
}
.tp-service-health-bottom span {
  line-height: 30px;
  color: var(--tp-common-3);
  font-weight: 600;
}
.tp-service-health-shape {
  top: 30px;
  left: -100px;
}
@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), (max-width: 575px) {
  .tp-service-health-shape {
    left: 0;
  }
}
.tp-service-care-wrapper:hover .tp-service-care-content {
  top: 0;
  opacity: 1;
}
.tp-service-care-title {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 28px;
  color: var(--tp-dark-5);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-service-care-title:hover {
  color: var(--tp-theme-08);
}
.tp-service-care-content {
  background: var(--tp-common-white);
  padding: 20px;
  position: absolute;
  top: 20px;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
  width: 100%;
}
.tp-service-care-content span {
  font-size: 66px;
  color: var(--tp-theme-08);
  display: inline-block;
}
.tp-service-care-content p {
  color: var(--tp-grey-16);
}
.tp-service-care-thumb {
  overflow: hidden;
}
.tp-service-pet-item {
  background: var(--tp-theme-09);
  padding: 65px 220px 60px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-service-pet-item {
    padding: 65px 220px 60px 50px;
  }
}
@media (max-width: 575px) {
  .tp-service-pet-item {
    padding: 65px 40px 60px 40px;
  }
}
.tp-service-pet-item-2 {
  background: #95e6e2;
}
.tp-service-pet-title {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 28px;
  color: var(--tp-heading-2);
}
.tp-service-pet-para {
  color: var(--tp-heading-4);
}
.tp-service-pet-shape {
  right: 10px;
  bottom: 0;
  width: 39%;
  z-index: -1;
}
.tp-service-pet-shape-2 {
  right: 0;
  bottom: 0;
  width: 48%;
  z-index: -2;
}
.tp-service-pet-shape-3 {
  right: 0;
  top: 105px;
}
.tp-service-pet-shape-4 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.tp-service-pet-link {
  letter-spacing: 0px;
  color: var(--tp-common-3);
  font-weight: 700;
  position: relative;
}
.tp-service-pet-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: currentColor;
  transition: all 0.4s ease;
}
.tp-service-pet-link:hover {
  color: var(--tp-common-3);
}
.tp-service-pet-link:hover::before {
  width: 100%;
}
.tp-service-travel-content {
  padding: 63px 50px 50px 50px;
}
.tp-service-travel-content p {
  color: var(--tp-grey-16);
}
.tp-service-travel-content a {
  letter-spacing: 0px;
  color: var(--tp-heading-5);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-service-travel-content a:hover {
  color: var(--tp-theme-11);
}
@media (max-width: 575px) {
  .tp-service-travel-content {
    padding: 39px 26px 26px 21px;
  }
}
.tp-service-travel-card {
  background: var(--tp-common-white);
  position: relative;
}
.tp-service-travel-card::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: var(--tp-theme-12);
  bottom: 0;
  right: 0;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-travel-card::before {
    display: none;
  }
}
.tp-service-travel-card:hover::before {
  width: 70%;
}
.tp-service-travel-icon {
  font-size: 68px;
  color: var(--tp-theme-11);
  display: inline-block;
}
.tp-service-travel-thumb {
  position: relative;
  z-index: 1;
}
.tp-service-travel-title {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 28px;
  color: var(--tp-heading-5);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-service-travel-title a {
  font-size: 26px;
}
@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) {
  .tp-service-travel-title a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-service-travel-title {
    font-size: 24px;
  }
}
.tp-service-travel-title:hover {
  color: var(--tp-theme-11);
}
.tp-service-travel-slider {
  margin-right: -95vh;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-travel-slider {
    margin-right: 0;
  }
}
.tp-service-mrg-icon span {
  font-size: 52px;
  color: var(--tp-heading-6);
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.4s ease;
}
.tp-service-mrg-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-heading-6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-mrg-title {
    font-size: 19px;
  }
}
.tp-service-mrg-title a:hover {
  color: var(--tp-theme-13);
}
.tp-service-mrg-para {
  color: var(--tp-grey-17);
}
.tp-service-mrg-trust h5 {
  font-size: 16px;
  line-height: 30px;
  color: var(--tp-common-3);
  font-weight: 600;
}
.tp-service-mrg-trust span {
  background: var(--tp-theme-13);
  color: var(--tp-common-white);
  font-weight: 700;
  padding: 2px 10px;
}
.tp-service-mrg-item:hover .tp-service-mrg-shape-2 {
  transform: scale(1);
  opacity: 1;
}
.tp-service-mrg-item:hover .tp-service-mrg-shape {
  transform: scale(0);
}
.tp-service-mrg-item:hover .tp-service-mrg-icon span {
  color: var(--tp-common-white);
}
.tp-service-mrg-shape {
  transition: all 0.5s ease;
}
.tp-service-mrg-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0.5);
  transition: all 0.5s ease;
  opacity: 0;
}
.tp-service-insurance-content {
  filter: drop-shadow(0 0 30px rgba(28, 14, 56, 0.08));
  background-color: var(--tp-common-white);
}
.tp-service-insurance-wrapper {
  overflow: visible;
}
.tp-service-insurance-wrapper:hover {
  background: var(--tp-green-3);
}
.tp-service-insurance-wrapper:hover .tp-service-home-content {
  background: var(--tp-green-3);
  box-shadow: none;
}
.tp-service-insurance-wrapper:hover .tp-service-home-thumb-icon {
  background: var(--tp-theme-secondary);
  color: var(--tp-common-white);
}
.tp-service-insurance-wrapper .tp-service-home-title a {
  color: var(--tp-dark-6);
}
.tp-service-insurance-wrapper .tp-service-home-thumb-icon {
  background: var(--tp-orange-1);
  color: var(--tp-green-3);
}
.tp-service-widget {
  padding: 30px;
  background-color: var(--tp-orange-1);
}
.tp-service-widget-tab ul li a {
  background-color: var(--tp-common-white);
  display: block;
  padding: 12px 20px;
  letter-spacing: 0px;
  line-height: 32px;
  color: var(--tp-common-black);
  font-weight: 700;
  display: flex;
  filter: drop-shadow(0 0 3px rgba(70, 58, 27, 0.1));
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-family: var(--tp-ff-common);
}
.tp-service-widget-tab ul li a.active {
  color: var(--tp-common-white);
  background: var(--tp-green-3);
}
.tp-service-widget-tab ul li a.active span {
  color: var(--tp-common-white);
}
.tp-service-widget-tab ul li a.active::before {
  background-color: var(--tp-theme-secondary);
  width: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-widget-tab ul li a {
    font-size: 15px;
  }
}
.tp-service-widget-tab ul li a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--tp-theme-secondary);
  top: 0;
  right: 0;
  transition: all 0.4s ease;
}
.tp-service-widget-tab ul li a:hover {
  filter: inherit;
  color: var(--tp-common-white);
  background: var(--tp-green-3);
}
.tp-service-widget-tab ul li a:hover span {
  color: var(--tp-common-white);
}
.tp-service-widget-tab ul li a:hover::before {
  width: 56px;
}
.tp-service-widget-tab ul li a span {
  font-size: 20px;
  color: var(--tp-common-black);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}
.tp-service-contact {
  filter: drop-shadow(0 0 20px rgba(85, 71, 31, 0.08));
  background-color: var(--tp-common-white);
  padding: 60px 10px;
}
.tp-service-contact-icon {
  font-size: 68px;
  color: var(--tp-theme-secondary);
  display: inline-block;
}
.tp-service-contact-title {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.1;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-service-contact-title {
    font-size: 24px;
  }
}
.tp-service-downloads-title {
  font-size: 22px;
  letter-spacing: 0px;
  color: var(--tp-common-black);
  font-weight: 800;
}
.tp-service-downloads-item {
  background: var(--tp-common-white);
  padding: 16px 30px;
}
.tp-service-downloads-link {
  margin-top: 7px;
}
.tp-service-downloads-link a {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1;
  text-decoration: underline;
  color: var(--tp-common-black);
  font-weight: 700;
  display: block;
}
.tp-service-downloads-link a:hover {
  color: var(--tp-theme-secondary);
}
.tp-service-downloads-link span {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-grey-1);
}
.tp-service-downloads-pdf {
  font-size: 36px;
  color: var(--tp-theme-secondary);
  margin-right: 20px;
}
.tp-service-details-wrapper {
  margin-left: 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) {
  .tp-service-details-wrapper {
    margin-left: 0;
  }
}
.tp-service-details-content p {
  line-height: 30px;
}
.tp-service-details-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1;
  color: #12062c;
  font-weight: 800;
}
.tp-service-details-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .tp-service-details-list {
    flex-direction: column;
  }
}
.tp-service-details-list-item {
  flex: 0 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-service-details-list-item {
    padding: 0 20px;
  }
}
.tp-service-details-list-item a {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #12062c;
  display: block;
  font-family: var(--tp-ff-common);
  font-weight: 700;
}
.tp-service-details-list-item a:hover {
  color: var(--tp-green-3);
}
.tp-service-details-list-item span {
  font-size: 52px;
  display: inline-block;
  color: var(--tp-green-3);
  margin-bottom: 25px;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: var(--tp-orange-1);
  transition: all 0.4s ease;
}
.tp-service-details-list-item span i {
  margin-top: 24px;
  display: inline-block;
}
.tp-service-details-list-item:hover span {
  color: var(--tp-common-white);
  background: var(--tp-green-3);
}
.tp-service-details-list-2 ul li {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .tp-service-details-list-2 ul li {
    display: block;
  }
}
.tp-service-details-list-2 ul li span {
  width: 60px;
  margin-right: 20px;
  height: 60px;
  border-radius: 30px;
  background-color: var(--tp-green-3);
  font-size: 24px;
  text-align: center;
  line-height: 69px;
  flex: 0 0 auto;
  transition: all 0.4s ease;
  display: inline-block;
  color: var(--tp-common-white);
}
@media (max-width: 575px) {
  .tp-service-details-list-2 ul li span {
    margin-bottom: 10px;
  }
}
.tp-service-details-list-2 ul li p {
  font-family: var(--tp-ff-common);
  line-height: 30px;
}
.tp-service-details-list-2 ul li:hover span {
  background: var(--tp-theme-secondary);
}
.tp-service-details-quick {
  filter: drop-shadow(0px 4px 20px rgba(30, 22, 22, 0.08));
  background-color: var(--tp-common-white);
  padding: 30px 40px;
}
.tp-service-details-quick p {
  line-height: 30px;
  color: #12062c;
  font-weight: 700;
  font-family: var(--tp-ff-common);
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  7.20 payment css
/*----------------------------------------*/
.tp-payment-pre {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px;
  color: var(--tp-green-8);
  font-weight: 700;
  display: inline-block;
}
.tp-payment-rating span {
  display: block;
}
.tp-payment-rating span i {
  font-size: 18px;
  color: var(--tp-yellow-2);
}
.tp-payment-rating-rated {
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-grey-3);
  font-weight: 700;
}
.tp-payment-area {
  z-index: 1;
}
.tp-payment-area-busi {
  z-index: 1;
  background: #d1ffff;
}
.tp-payment-left-bg {
  width: 52%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-payment-left-bg {
    width: 100%;
  }
}
.tp-payment-right-bg {
  width: 48%;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.tp-payment-transfer-img {
  position: absolute;
  top: 0;
  height: 100%;
}
.tp-payment-list-icon {
  line-height: 1;
  transform: translateY(-2px);
}
.tp-payment-list-title {
  color: var(--tp-heading-2);
  font-weight: 600;
  line-height: 1;
}
.tp-payment-list ul li {
  display: flex;
}
.tp-payment-list ul li:not(:last-child) {
  margin-bottom: 17px;
}
.tp-payment-list ul li span i {
  font-size: 20px;
  background: linear-gradient(186deg, #28cf48 0%, #17bd37 100%, #17bd37 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}
.tp-payment-list-busi .tp-payment-list-title {
  color: var(--tp-dark-8);
}
.tp-payment-contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  text-align: center;
  line-height: 70px;
  font-size: 22px;
  color: var(--tp-blue-5);
  display: inline-block;
  margin-right: 20px;
}
.tp-payment-contact-info span {
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-grey-5);
  display: block;
  margin-bottom: 6px;
}
.tp-payment-contact-info a {
  line-height: 0px;
  color: var(--tp-heading-2);
  font-weight: 700;
}
.tp-payment-contact-info a:hover {
  color: var(--tp-blue-5);
}
.tp-payment-contact-busi .tp-payment-contact-icon {
  color: var(--tp-theme-05);
}
.tp-payment-contact-busi .tp-payment-contact-info span {
  color: var(--tp-grey-9);
}
@media (max-width: 575px) {
  .tp-payment-cetagory {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .tp-payment-cetagory .tp-payment-google {
    margin-bottom: 15px;
  }
}
.tp-payment-title-wrapper {
  margin-left: -22px;
}
@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) {
  .tp-payment-title-wrapper {
    margin-left: 0;
  }
}
.tp-payment-pet-left {
  margin-top: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-payment-pet-left {
    margin-top: 0;
  }
}
.tp-payment-pet-thumb img {
  margin-left: -100px;
}
@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) {
  .tp-payment-pet-thumb img {
    margin-left: 0;
    width: 100%;
  }
}
.tp-payment-pet-item {
  border: 1px solid var(--tp-heading-4);
  padding: 27px 40px;
  padding-bottom: 10px;
}
.tp-payment-pet-item p {
  color: var(--tp-grey-15);
}
.tp-payment-pet-item span {
  color: var(--tp-heading-4);
  font-weight: 600;
}
.tp-payment-pet-item-2 {
  position: relative;
}
.tp-payment-pet-item-2::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: var(--tp-heading-4);
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.tp-payment-pet-item-2 p {
  border: 1px solid var(--tp-heading-4);
  display: inline-block;
  padding: 16px 40px;
  color: var(--tp-grey-15);
  background: #fbf6f1;
  position: relative;
  z-index: 1;
}
.tp-payment-pet-title {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-heading-4);
}
.tp-payment-pet-shape {
  bottom: -25px;
}
@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) {
  .tp-payment-pet-shape {
    display: none;
  }
}
.tp-payment-pet-shape-2 {
  bottom: -25px;
  left: 81px;
}
@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) {
  .tp-payment-pet-shape-2 {
    display: none;
  }
}
.tp-payment-pet-shape-4 {
  top: 28px;
  right: 28px;
}
.tp-payment-pet-box {
  margin-left: 70px;
  margin-right: 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) {
  .tp-payment-pet-box {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .tp-payment-pet-box {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-payment-pet-onof {
  margin: 0 44px;
}
.tp-payment-pet-onof span {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-heading-4);
  font-weight: 700;
  font-family: var(--tp-ff-common);
  border: 1px solid var(--tp-heading-4);
  display: inline-block;
  padding: 9px 19px;
  text-transform: uppercase;
}
.tp-payment-pet-para {
  color: var(--tp-heading-4);
}
.tp-payment-pet-card {
  margin-left: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-payment-pet-card {
    margin-left: 0;
  }
}
.tp-payment-pet-card-title {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-heading-4);
}
.tp-payment-pet-card-price {
  font-size: 16px;
  line-height: 26px;
  color: var(--tp-heading-4);
  font-weight: 700;
}
.tp-payment-pet-content {
  background: #95e6e2;
  padding: 23px 30px 20px 30px;
}
.tp-payment-pet-content-2 {
  background: var(--tp-theme-09);
}

/*----------------------------------------*/
/* 7.32 video css
/*----------------------------------------*/
.tp-video-play {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  background: var(--tp-common-white);
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: var(--tp-theme-primary);
  position: relative;
  transition: all 0.4s ease;
}
.tp-video-play-family {
  font-size: 25px;
  width: 80px;
  height: 80px;
  line-height: 84px;
}
.tp-video-play-family .tp-video-waves {
  right: -20px;
  bottom: -21px;
}
.tp-video-play-2 {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 0;
  border: 1px solid var(--tp-common-white);
  background: none;
  position: relative;
}
.tp-video-play-2::before {
  position: absolute;
  content: "";
  width: 100%;
  animation: pulse2 0.8s ease-out infinite;
  height: 100%;
  border: 1px solid var(--tp-common-white);
  left: 0;
  top: 0;
}
.tp-video-play-2 i {
  color: var(--tp-common-white);
  font-size: 20px;
}
.tp-video-play:hover {
  color: var(--tp-common-black);
}
.tp-video-waves {
  position: absolute;
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  opacity: 0;
  border-radius: 100%;
  right: -29px;
  bottom: -29px;
  z-index: -1;
  -webkit-animation: tp-video-waves 3s ease-in-out infinite;
  animation: tp-video-waves 3s ease-in-out infinite;
  position: absolute;
  z-index: 2;
}
.tp-video-wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.tp-video-wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.tp-video-wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.tp-video-area {
  padding: 284px 0;
}
@media (max-width: 575px) {
  .tp-video-area {
    padding: 100px 0;
  }
}
.tp-video-area-family {
  padding-top: 320px;
  padding-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-video-area-family {
    padding-top: 230px;
    padding-bottom: 47px;
  }
}
.tp-video-title h2 {
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 1.2;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-video-title h2 {
    font-size: 40px;
  }
}
.tp-video-btn a {
  color: var(--tp-blue-6);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-video-btn-family {
    float: left;
  }
}
.tp-video-brand {
  text-align: center;
}
.tp-video-brand a {
  opacity: 0.5;
  transition: all 0.3s ease;
}
.tp-video-brand a:hover {
  opacity: 1;
}
.tp-video-health-title {
  font-size: 65px;
  letter-spacing: -3px;
  line-height: 1.1;
  color: var(--tp-common-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) {
  .tp-video-health-title {
    font-size: 40px;
    letter-spacing: inherit;
  }
}
.tp-video-health-title-pre {
  letter-spacing: 0px;
  line-height: 20px;
  color: #f7f0f0;
  font-weight: 700;
  font-family: var(--tp-ff-common);
  display: inline-block;
}
.tp-video-health-area {
  z-index: 9;
}
.tp-video-health-round a {
  width: 126px;
  height: 126px;
  line-height: 130px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  border: 2px solid var(--tp-common-white);
  text-align: center;
  animation: pulse2 0.8s ease-out infinite;
}
.tp-video-health-round a i {
  font-size: 24px;
}

/*----------------------------------------*/
/*  7.23 process css
/*----------------------------------------*/
.tp-process-title {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px;
  color: var(--tp-grey-15);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-process-border::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  top: 0;
  right: 0;
}
@media (max-width: 575px) {
  .tp-process-border::before {
    display: none;
  }
}
.tp-process-area {
  filter: drop-shadow(1.047px -29.982px 30px rgba(119, 93, 146, 0.06));
  background-color: #ffffff;
}
.tp-process-btn {
  padding: 31px 0;
  width: 25%;
  position: relative;
}
.tp-process-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background: var(--tp-theme-06);
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  opacity: 0;
}
.tp-process-btn.active::after {
  opacity: 1;
  right: 0;
  width: 100%;
}
.tp-process-btn.active span {
  color: var(--tp-common-black);
}
@media (max-width: 575px) {
  .tp-process-btn {
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-process-btn {
    padding: 20px 7px;
  }
}
.tp-process-content-wrapper {
  background: var(--tp-theme-07);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-process-thumb-1 {
    width: 80%;
  }
}
.tp-process-thumb-2 {
  float: right;
  margin-top: -274px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-process-thumb-2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-process-thumb-2 {
    margin-top: -274px;
    width: 80%;
  }
}
@media (max-width: 575px) {
  .tp-process-thumb-2 {
    width: 70%;
    margin-top: -200px;
  }
}
.tp-process-thumb-3 {
  position: absolute;
  top: -30px;
  right: -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) {
  .tp-process-thumb-3 {
    right: 0;
  }
}
.tp-process-icon {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #0db1bc;
  display: inline-block;
  font-size: 24px;
  color: var(--tp-common-white);
  text-align: center;
  line-height: 68px;
}
.tp-process-contact {
  background: var(--tp-common-white);
  padding: 20px;
  display: inline-block;
  position: absolute;
  left: 90px;
  bottom: -43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-process-contact {
    bottom: 37px;
    left: 0;
  }
}
.tp-process-contact-icon span {
  line-height: 30px;
  color: var(--tp-grey-3);
  display: block;
}
.tp-process-contact-icon a {
  font-size: 20px;
  letter-spacing: 0px;
  color: var(--tp-heading-2);
  font-weight: 700;
}
.tp-process-content {
  margin-left: 70px;
}
@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) {
  .tp-process-content {
    margin-left: 0;
  }
}
.tp-process-shape {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #0db1bc;
  display: inline-block;
  left: 156px;
  top: 86px;
}
.tp-process-shape-2 {
  top: 60px;
  right: 680px;
  left: inherit;
}
.tp-process-shape-3 {
  bottom: 160px;
  right: 236px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #ffd323;
}
@media (max-width: 575px) {
  .tp-process-health-tab {
    flex-direction: column;
  }
}

/*----------------------------------------*/
/*  7.22 pricing css
/*----------------------------------------*/
.tp-pricing-wrapper {
  padding: 10px;
  background: var(--tp-theme-primary);
  margin-right: 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) {
  .tp-pricing-wrapper {
    margin-right: 0;
  }
}
.tp-pricing-wrapper-2 {
  filter: drop-shadow(0 0 30px rgba(33, 22, 80, 0.06));
  background: var(--tp-common-white);
}
.tp-pricing-title-pre {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-green-3);
  font-weight: 700;
  display: block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-pricing-title-spacing {
    margin-bottom: 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) {
  .tp-pricing-section-title br {
    display: none;
  }
}
.tp-pricing-badge {
  line-height: 1;
  margin-bottom: 14px;
  color: var(--tp-green-3);
  font-size: 20px;
}
.tp-pricing-badge-2 {
  color: var(--tp-theme-secondary);
}
.tp-pricing-price {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 30px;
  color: var(--tp-green-3);
  font-weight: 700;
}
.tp-pricing-price-2 {
  color: var(--tp-theme-secondary);
}
.tp-pricing-price-packege {
  line-height: 1;
  margin-bottom: -7px;
}
.tp-pricing-price-packege-2 {
  color: var(--tp-theme-secondary);
}
.tp-pricing-price-wrapper {
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.tp-pricing-price-inner {
  display: flex;
  align-items: center;
  color: var(--tp-green-3);
  font-size: 20px;
  font-weight: 600;
}
.tp-pricing-policy {
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-pricing-policy {
    right: 0;
  }
}
.tp-pricing-policy-2 {
  background: var(--tp-common-black);
}
.tp-pricing-map {
  right: -10px;
  top: 0;
  z-index: -1;
}
.tp-pricing-feature {
  padding: 30px 40px 33px 40px;
  z-index: 1;
}
@media (max-width: 575px) {
  .tp-pricing-feature {
    padding: 30px 20px 33px 20px;
  }
}
.tp-pricing-feature ul li {
  line-height: 30px;
  color: var(--tp-common-white);
  margin-bottom: 3px;
  display: flex;
}
.tp-pricing-feature ul li span {
  margin-right: 10px;
}
.tp-pricing-feature-2 ul li {
  color: var(--tp-grey-1);
}
.tp-pricing-feature-2 ul li span {
  color: var(--tp-green-3);
}
.tp-pricing-shape {
  bottom: 310px;
  right: 120px;
}
.tp-pricing-shape-2 {
  bottom: 227px;
  right: 177px;
}
.tp-pricing-shape-3 {
  right: 50px;
  bottom: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pricing-main {
    margin-left: 150px;
  }
}
.tp-pricing-main-btn {
  width: 60px;
  height: 114px;
  border-radius: 30px;
  background-color: var(--tp-theme-secondary);
  justify-content: center;
}
.tp-pricing-main-btn button {
  width: 44px;
  height: 44px;
  background-color: var(--tp-common-white);
  font-size: 18px;
  border-radius: 50%;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-common-white);
  font-weight: 700;
  padding: 0;
  margin-left: 8px;
  position: relative;
  transition: all 0.5s ease;
}
.tp-pricing-main-btn button:hover {
  color: var(--tp-common-black);
}
.tp-pricing-main-btn.nav-pills .nav-link.active, .tp-pricing-main-btn .nav-pills .show > .nav-link {
  color: var(--tp-green-3);
  background-color: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-common-black);
}
.tp-pricing-main-btn.nav-pills .nav-link.active .tp-pricing-date, .tp-pricing-main-btn .nav-pills .show > .nav-link .tp-pricing-date {
  opacity: 1;
  visibility: visible;
}
.tp-pricing-date {
  position: absolute;
  padding: 0 10px;
  height: 26px;
  border-radius: 13px;
  background-color: var(--tp-theme-secondary);
  font-size: 14px;
  line-height: 25px;
  color: var(--tp-common-white);
  font-weight: 700;
  left: 62px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-pricing-flex {
    display: flex;
  }
}
.tp-pricing-head {
  padding: 40px;
  padding-bottom: 0;
}
.tp-pricing-home-wrapper {
  filter: drop-shadow(0 0 30px rgba(31, 16, 50, 0.08));
  background-color: var(--tp-common-white);
}
.tp-pricing-home-icon {
  font-size: 54px;
  color: var(--tp-yellow-3);
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: var(--tp-grey-7);
  display: inline-block;
  text-align: center;
  line-height: 130px;
  margin-bottom: 25px;
}
.tp-pricing-home-icon-2 {
  color: var(--tp-theme-04);
}
.tp-pricing-home-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 28px;
  color: var(--tp-dark-6);
  margin-bottom: 45px;
}
.tp-pricing-home-feature {
  margin-bottom: 37px;
}
.tp-pricing-home-feature ul li {
  border-top: 1px solid #e6e6e6;
  margin-top: 13px;
  padding-top: 12px;
  padding-left: 60px;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-pricing-home-feature ul li {
    padding-left: 35px;
  }
}
@media (max-width: 575px) {
  .tp-pricing-home-feature ul li {
    padding-left: 20px;
  }
}
.tp-pricing-home-feature ul li i {
  font-size: 14px;
  color: var(--tp-theme-04);
  margin-right: 11px;
  transform: translateY(4px);
}
.tp-pricing-home-feature ul li span {
  font-size: 18px;
  line-height: 30px;
  color: var(--tp-grey-8);
  font-weight: 500;
}
.tp-pricing-home-btn {
  background: var(--tp-dark-6);
  padding: 16px 74px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: var(--tp-common-white);
  font-weight: 700;
}
.tp-pricing-home-btn:hover {
  color: var(--tp-common-white);
}
.tp-pricing-home-btn-2 {
  background-image: linear-gradient(72deg, #5757d5 0%, #ff673d 100%);
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: var(--tp-common-white);
  font-weight: 600;
  padding: 10px;
  text-align: center;
}
.tp-pricing-home-btn:hover {
  background: var(--tp-theme-04);
}
.tp-pricing-home-price-wrapper {
  padding: 30px 0;
}
.tp-pricing-home-price-wrapper-2 {
  background: var(--tp-dark-6);
}
.tp-pricing-home-price-wrapper-2 .tp-pricing-home-price h3 {
  color: var(--tp-common-white);
}
.tp-pricing-home-price-wrapper-2 .tp-pricing-home-btn {
  background: var(--tp-theme-04);
}
.tp-pricing-home-price h3 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 30px;
  color: var(--tp-dark-6);
  display: flex;
  justify-content: center;
}
.tp-pricing-home-price h3 .tp-dolar {
  align-items: flex-start;
  margin-top: 0;
}
.tp-pricing-home-price span {
  font-size: 24px;
  margin-top: 8px;
  line-height: 1;
}
.tp-pricing-health {
  padding: 60px;
  background: var(--tp-common-white);
  filter: drop-shadow(0 0 30px rgba(24, 5, 54, 0.08));
  padding-top: 52px;
  padding-bottom: 48px;
  padding-right: 40px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-pricing-health {
    padding: 25px;
    padding-top: 17px;
  }
}
.tp-pricing-health-title {
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 30px;
  color: var(--tp-common-3);
}
.tp-pricing-health-head p {
  color: var(--tp-grey-15);
}
.tp-pricing-health-head-optional .tp-pricing-health-title {
  color: var(--tp-common-white);
}
.tp-pricing-health-head-optional p {
  color: var(--tp-common-white);
}
.tp-pricing-health-price-title {
  font-size: 38px;
  letter-spacing: -2px;
  line-height: 60px;
  color: var(--tp-common-3);
  font-weight: 800;
  margin-bottom: 30px;
}
.tp-pricing-health-price-title span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--tp-common-3);
  letter-spacing: 1px;
}
.tp-pricing-health-price-title-optional {
  color: var(--tp-common-white);
}
.tp-pricing-health-price-title-optional span {
  color: var(--tp-common-white);
}
.tp-pricing-health-shape {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}
.tp-pricing-health-optional {
  background: var(--tp-theme-06);
}
.tp-pricing-health-btn a {
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: var(--tp-common-3);
  font-weight: 700;
  transition: all 0.4s ease;
}
.tp-pricing-health-btn a:hover {
  background: var(--tp-common-3);
  color: var(--tp-common-white);
}
.tp-pricing-health-btn-optional a {
  background: var(--tp-common-white);
}
.tp-pricing-health-btn-optional a:hover {
  border: 1px solid transparent;
}
.tp-pricing-health-feature ul li {
  font-family: var(--tp-ff-common);
  line-height: 30px;
  color: var(--tp-grey-15);
  display: flex;
}
.tp-pricing-health-feature ul li i {
  font-size: 15px;
  color: var(--tp-theme-06);
  margin-right: 8px;
}
.tp-pricing-health-feature-optional ul li {
  color: var(--tp-common-white);
}
.tp-pricing-health-feature-optional ul li i {
  color: var(--tp-common-white);
}
.tp-pricing-details .tp-pricing-health-title {
  color: var(--tp-common-black);
}
.tp-pricing-details .tp-pricing-health-head p {
  color: var(--tp-grey-1);
}
.tp-pricing-details .tp-pricing-health-price-title {
  color: var(--tp-common-black);
}
.tp-pricing-details .tp-pricing-health-price-title span {
  color: var(--tp-common-black);
}
.tp-pricing-details .tp-pricing-health-btn a {
  color: var(--tp-common-black);
  filter: drop-shadow(0 0 30px rgba(24, 5, 54, 0.08));
  border-color: #e6e6e6;
}
.tp-pricing-details .tp-pricing-health-btn a:hover {
  color: var(--tp-common-white);
}
.tp-pricing-details .tp-pricing-health-feature ul li {
  color: var(--tp-grey-1);
}
.tp-pricing-details .tp-pricing-health-feature ul li i {
  color: var(--tp-green-3);
}
.tp-pricing-details-optional {
  background: var(--tp-green-3);
}
.tp-pricing-details-optional .tp-pricing-health-btn-optional a {
  background: var(--tp-theme-secondary);
  border-color: var(--tp-theme-secondary);
}
.tp-pricing-details-optional .tp-pricing-health-btn-optional a:hover {
  background: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  7.17 faq css
/*----------------------------------------*/
.tp-faq-title-2 {
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 1.1;
  color: var(--tp-common-3);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-title-wrapper {
    flex-direction: column;
    align-items: self-start !important;
  }
}
.tp-faq-title-wrapper h6 {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-theme-06);
}
.tp-faq-title-care-wrapper {
  margin-right: 125px;
}
@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) {
  .tp-faq-title-care-wrapper {
    margin-right: 0;
  }
}
.tp-faq-btn {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
  font-weight: 700;
  padding: 20px 0;
  background: 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) {
  .tp-faq-btn b {
    margin-right: 30px;
  }
}
.tp-faq-btn:not(.collapsed) {
  box-shadow: none;
  background: none;
  color: var(--tp-common-3);
}
.tp-faq-btn:not(.collapsed)::after {
  background-image: inherit;
  content: "\f107";
}
.tp-faq-btn:after {
  background-image: inherit;
  content: "\f107";
  font-family: "font awesome 6 pro";
  width: auto;
  height: auto;
  position: absolute;
  top: 18px;
  right: 0;
  color: #848587;
  font-size: 22px;
}
.tp-faq-btn:focus {
  border: none;
  outline: 0;
  background: none;
  box-shadow: none;
}
.tp-faq-btn-2 {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 25px;
  color: var(--tp-common-black);
  font-weight: 700;
  padding: 21px 0;
}
.tp-faq-btn-2:not(.collapsed) {
  color: var(--tp-common-black);
}
.tp-faq-btn-2:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.tp-faq-btn-2:not(.collapsed) .accordion-btn::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  color: var(--tp-common-black);
}
.tp-faq-btn-2:not(.collapsed) .accordion-btn::after {
  color: var(--tp-common-black);
}
.tp-faq-btn-2 .accordion-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 12px;
  height: 12px;
}
.tp-faq-btn-2 .accordion-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.tp-faq-btn-2 .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #000000;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: all 0.4s ease;
}
.tp-faq-btn-2:focus {
  z-index: 3;
  box-shadow: none;
  border: none;
}
.tp-faq-btn-4 {
  padding: 18px 30px;
  padding-left: 45px;
  color: #12062c;
  font-family: var(--tp-ff-common);
}
.tp-faq-btn-4:not(.collapsed) {
  background: none;
  border-bottom: 1px solid #d1cfdb;
}
.tp-faq-btn-4:not(.collapsed) .tp-faq-icon-inner {
  background: var(--tp-theme-secondary);
}
.tp-faq-btn-4::after {
  display: none;
}
.tp-faq-btn-4 .tp-faq-icon-inner {
  width: 25px;
  height: 25px;
  background: var(--tp-green-3);
  position: absolute;
  left: 0;
  border-radius: 20px;
  margin-bottom: 0;
}
.tp-faq-btn-4 .tp-faq-icon {
  left: 6px;
  color: var(--tp-common-white);
}
.tp-faq-btn-4 .tp-faq-icon::before {
  background: var(--tp-common-white);
}
.tp-faq-btn-4 .tp-faq-icon::after {
  background: var(--tp-common-white);
}
.tp-faq-item {
  filter: drop-shadow(0 0 30px rgba(29, 18, 46, 0.08));
  background: var(--tp-common-white);
  border: none;
  padding-left: 30px;
  padding-right: 70px;
}
.tp-faq-para {
  padding: 0;
  padding-bottom: 24px;
}
.tp-faq-para p {
  padding: 0;
  margin: 0;
  line-height: 30px;
  color: var(--tp-grey-15);
}
.tp-faq-para-2 {
  padding: 18px 0 17px 0px;
}
.tp-faq-para-2 p {
  margin-bottom: 5px;
  line-height: 30px;
}
.tp-faq-inner .accordion-item {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  background: none;
}
.tp-faq-inner .accordion-item-2 {
  border: none;
}
.tp-faq-inner .accordion-item-2 .accordion-header .tp-faq-care-btn {
  background: red;
  color: var(--tp-common-white);
  border-radius: 0;
}
.tp-faq-inner .accordion-item-2 .accordion-header .tp-faq-care-btn::after {
  color: var(--tp-common-white);
}
.tp-faq-inner .accordion-item-2 .accordion-header .collapsed {
  filter: drop-shadow(0 0 15px rgba(33, 33, 56, 0.06));
  background: var(--tp-common-white);
  border-radius: 0;
  color: var(--tp-heading-3);
}
.tp-faq-inner .accordion-item-2 .accordion-header .collapsed::after {
  color: var(--tp-heading-3);
}
.tp-faq-area {
  z-index: 1;
}
.tp-faq-shape {
  top: -410px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-shape {
    width: 50%;
  }
}
.tp-faq-shape-2 {
  right: 0;
  top: -645px;
  z-index: -1;
}
.tp-faq-care-rating h4 {
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 60px;
  color: var(--tp-heading-3);
  margin-bottom: 0;
  font-weight: 700;
}
.tp-faq-care-rating-icon span {
  font-size: 16px;
  color: var(--tp-theme-08);
  list-style: 1;
}
.tp-faq-care-rating-text {
  letter-spacing: 0px;
  line-height: 22px;
  color: var(--tp-grey-9);
  font-weight: 500;
}
.tp-faq-care-btn {
  padding: 15px 30px;
  font-size: 18px;
  line-height: 30px;
  color: var(--tp-heading-3);
  font-weight: 600;
  padding-right: 62px;
  filter: drop-shadow(0 0 15px rgba(33, 33, 56, 0.06));
  background: var(--tp-common-white);
}
.tp-faq-care-btn b {
  font-weight: 500;
}
.tp-faq-care-btn::after {
  right: 30px;
  color: var(--tp-heading-3);
  font-weight: 400;
}
.tp-faq-care-para {
  padding: 20px 30px 5px 30px;
}
.tp-faq-mrg-shape {
  margin-top: -369px;
  z-index: -2;
  width: 22%;
}
.tp-faq-mrg-shape-2 {
  right: 0;
  bottom: -60px;
  width: 13.6%;
}
.tp-faq-mrg-title {
  color: var(--tp-heading-6);
}
.tp-faq-mrg-title-wrapper h6 {
  color: #ea437d;
}
.tp-faq-breadcrumb {
  background: #fdf7e6;
}
.tp-faq-thumb-spacing {
  margin-top: -182px;
}
.tp-faq-title {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.2;
  color: var(--tp-green-3);
}
@media (max-width: 575px) {
  .tp-faq-wrapper-insu .tp-faq-item {
    padding-right: 10px;
  }
}
.tp-faq-wrapper-1 {
  margin-top: -20px;
}
.tp-faq-wrapper-1 .accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
}
.tp-faq-wrapper-1 .accordion-item {
  border-bottom: 1px solid #ededed;
}
.tp-faq-wrapper-1 .accordion-button:not(.collapsed) {
  color: var(--tp-common-black);
  background: none;
  box-shadow: none;
}
.tp-faq-wrapper-1 .accordion-button::after {
  background-image: inherit;
}
.tp-faq-hero-shape {
  text-align: right;
}
.tp-faq-details-para {
  padding: 0;
  padding-bottom: 44px;
}
.tp-faq-details-para p {
  line-height: 30px;
  color: var(--tp-grey-1);
  padding: 0;
  margin: 0;
}
.tp-faq-details-thumb {
  margin-left: -80px;
  margin-right: -80px;
}
@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) {
  .tp-faq-details-thumb {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-faq-mrg-title {
  color: var(--tp-heading-6);
  font-size: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faq-mrg-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-faq-mrg-title {
    font-size: 30px;
  }
}

/*----------------------------------------*/
/* 7.29 team css
/*----------------------------------------*/
.tp-team-home-wrapper .thumb-overly {
  position: relative;
  display: block;
}
.tp-team-home-wrapper .thumb-overly::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease;
  background-image: linear-gradient(0deg, #131313 0%, rgba(19, 19, 19, 0.5) 65%, rgba(19, 19, 19, 0.07) 95%, rgba(19, 19, 19, 0) 100%);
}
.tp-team-home-wrapper:hover .thumb-overly::before {
  opacity: 1;
  height: 70%;
}
.tp-team-title {
  margin-bottom: 0;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-heading-2);
  font-weight: 700;
}
.tp-team-title a:hover {
  color: var(--tp-yellow-2);
}
.tp-team-title-pre {
  line-height: 30px;
  color: var(--tp-grey-3);
  font-weight: 500;
}
.tp-team-social-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 2;
}
.tp-team-social-wrapper a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 20px;
  font-size: 16px;
  color: var(--tp-common-white);
  text-align: center;
  line-height: 48px;
  transition: all 0.4s ease;
}
.tp-team-social-wrapper a:hover {
  background: var(--tp-common-white);
  color: var(--tp-yellow-2);
}
.tp-team-thumb-img {
  transition: all 0.5s ease;
}
.tp-team-wrapper:hover .tp-team-social-wrapper {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.tp-team-wrapper:hover .tp-team-thumb-img {
  transform: scale(1.1);
}
.tp-team-area {
  z-index: 1;
  overflow: hidden;
}
.tp-team-shape {
  top: 0;
  right: 0;
  z-index: -1;
}
.tp-team-shape-2 {
  top: 90px;
  left: 0;
  z-index: -1;
}
.tp-team-shape-3 {
  bottom: 268px;
  right: 0;
  z-index: -1;
}
.tp-team-dot {
  height: 9px;
  width: 9px;
  background: var(--tp-yellow-2);
  border-radius: 10px;
  z-index: -1;
}
.tp-team-dot-1 {
  top: 406px;
  left: 180px;
  z-index: -1;
}
.tp-team-dot-2 {
  background: #604cfd;
  left: 20px;
  bottom: 406px;
  z-index: -1;
}
.tp-team-dot-3 {
  background: #f85976;
  left: 277px;
  bottom: 30px;
  z-index: -1;
}
.tp-team-dot-4 {
  background: var(--tp-yellow-2);
  left: 767px;
  top: 275px;
  z-index: -1;
}
.tp-team-dot-5 {
  background: #0fbbb4;
  right: 255px;
  top: 180px;
  z-index: -1;
}
.tp-team-dot-6 {
  background: #27c3bc;
  right: 160px;
  bottom: 184px;
  z-index: -1;
}
.tp-team-dot-7 {
  background: var(--tp-yellow-2);
  right: 160px;
  bottom: 265px;
  z-index: -1;
}
.tp-team-health-title {
  margin-bottom: 0;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-3);
}
.tp-team-health-title a:hover {
  color: var(--tp-theme-06);
}
.tp-team-health-position {
  line-height: 30px;
  color: var(--tp-grey-15);
}
.tp-team-health-thumb img {
  transition: all 0.4s ease;
}
.tp-team-health:hover .tp-team-health-thumb img {
  transform: scale(1.1);
}
.tp-team-health:hover .tp-team-health-social {
  transform: scale(1);
}
.tp-team-health-social {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: var(--tp-theme-06);
  display: block;
  color: var(--tp-common-white);
  font-size: 18px;
  text-align: center;
  line-height: 54px;
  position: absolute;
  top: 40px;
  left: 40px;
  transition: all 0.4s ease;
  transform: scale(0);
}
.tp-team-group-img {
  flex: 0 0 auto;
}
.tp-team-group-img-2 {
  margin-left: -15px;
}
.tp-team-care-thumb-wrapper {
  transition: all 0.4s ease;
}
.tp-team-care-thumb-wrapper::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-transform: perspective(500px) rotateY(20deg);
  -moz-transform: perspective(500px) rotateY(20deg);
  -ms-transform: perspective(500px) rotateY(20deg);
  -o-transform: perspective(500px) rotateY(20deg);
  transform: perspective(500px) rotateY(20deg);
  opacity: 0;
  background-color: var(--tp-heading-3);
}
.tp-team-care-thumb-wrapper:hover {
  filter: drop-shadow(0.733px 20.987px 20px rgba(12, 12, 42, 0.2));
}
.tp-team-care-thumb-wrapper:hover::before {
  visibility: visible;
  opacity: 0.702;
  -webkit-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg);
}
.tp-team-care-thumb-wrapper:hover .tp-team-care-social {
  right: 40px;
  opacity: 1;
  visibility: visible;
}
.tp-team-care-thumb-wrapper:hover .tp-team-care-content {
  left: 40px;
  opacity: 1;
  visibility: visible;
}
.tp-team-care-content {
  bottom: 33px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.tp-team-care-title {
  position: relative;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-white);
}
.tp-team-care-title:hover {
  color: var(--tp-theme-08);
}
.tp-team-care-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background-color: var(--tp-common-white);
  top: -10px;
  left: 0;
}
.tp-team-care-position {
  line-height: 30px;
  color: var(--tp-common-white);
}
.tp-team-care-social {
  position: absolute;
  top: 36px;
  right: 0;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.tp-team-care-social a {
  margin-left: 15px;
  font-size: 16px;
  color: var(--tp-common-white);
}
.tp-team-care-social a:hover {
  color: var(--tp-theme-08);
}
.tp-team-care-contact h6 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.2;
  color: var(--tp-heading-3);
  margin-bottom: 0;
}
.tp-team-care-contact a {
  font-size: 16px;
  color: var(--tp-heading-3);
  font-weight: 700;
  color: var(--tp-theme-08);
  border-bottom: 1px solid var(--tp-theme-08);
}
.tp-team-pet-wrapper {
  background: var(--tp-common-white);
  padding: 40px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-team-pet-wrapper {
    padding: 35px;
  }
}
.tp-team-pet-wrapper:hover .tp-team-pet-thumb {
  transform: scale(1.03);
}
.tp-team-pet-thumb {
  border-radius: 50%;
  transition: all 0.4s ease;
}
.tp-team-pet-btn .tp-btn {
  color: var(--tp-heading-4);
  border: 1px solid #f1e6db;
}
.tp-team-pet-btn .tp-btn:hover {
  color: var(--tp-common-white);
}
.tp-team-pet-position {
  line-height: 30px;
  color: var(--tp-grey-3);
  font-weight: 500;
  display: block;
}
.tp-team-pet-content {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 26px;
}
.tp-team-pet-content h6 {
  margin-bottom: 0;
}
.tp-team-pet-facebook {
  color: #1877f2;
}
.tp-team-pet-facebook:hover {
  color: #1877f2;
}
.tp-team-pet-instagram {
  color: #f70956;
}
.tp-team-pet-instagram:hover {
  color: #f70956;
}
.tp-team-pet-twitter {
  color: #1c96e8;
}
.tp-team-pet-twitter:hover {
  color: #1c96e8;
}
.tp-team-pet-social {
  color: #df0022;
}
.tp-team-pet-social:hover {
  color: #df0022;
}
.tp-team-pet-social a {
  margin: 0 8px;
  font-size: 16px;
}
.tp-team-pet-support {
  position: relative;
  z-index: 1;
}
.tp-team-pet-support::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #f1e6db;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.tp-team-pet-support p {
  color: var(--tp-heading-4);
  font-weight: 500;
  margin-bottom: 0;
  border: 1px solid #f1e6db;
  display: inline-block;
  padding: 15px 100px;
  border-radius: 28px;
  background: #fbf6f1;
}
@media (max-width: 575px) {
  .tp-team-pet-support p {
    padding: 15px 55px;
  }
}
.tp-team-pet-title {
  font-size: 20px;
  letter-spacing: 0px;
  color: var(--tp-heading-4);
  display: inline-block;
}
.tp-team-pet-title a {
  transition: background-size 0.4s linear;
  background-image: linear-gradient(#01313d, #01313d), linear-gradient(#01313d, #01313d);
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
}
.tp-team-pet-title a:hover {
  background-size: 0% 1px, 100% 1px;
}
.tp-team-travel-left {
  margin-right: 20px;
  background: #f3f8f6;
  padding-right: 100px;
  padding-top: 97px;
  padding-bottom: 100px;
  padding-left: 250px;
  margin-left: -250px;
}
@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) {
  .tp-team-travel-left {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-travel-left {
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    margin-left: 0;
  }
}
.tp-team-travel-bg {
  width: 672px;
  height: 608px;
  background-color: #f7921e;
  display: inline-block;
  position: absolute;
  left: -128px;
  bottom: -125px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-travel-bg {
    display: none;
  }
}
.tp-team-travel-contact i {
  font-size: 46px;
  color: var(--tp-theme-11);
}
.tp-team-travel-contact span {
  margin-right: 20px;
}
.tp-team-travel-content {
  margin-top: -5px;
}
.tp-team-travel-content span {
  font-size: 16px;
  line-height: 30px;
  color: var(--tp-grey-16);
  font-weight: 400;
  display: block;
}
.tp-team-travel-content a {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-dark-5);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-team-travel-content a:hover {
  color: var(--tp-theme-11);
}
.tp-team-travel-title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-heading-5);
}
@media (max-width: 575px) {
  .tp-team-travel-title br {
    display: none;
  }
}
.tp-team-travel-customer {
  position: absolute;
  bottom: -125px;
  right: 0;
  background: var(--tp-common-white);
}
@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) {
  .tp-team-travel-customer {
    padding-right: 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) {
  .tp-team-travel-customer {
    left: 0;
    right: inherit;
  }
}
.tp-team-travel-customer span {
  font-size: 58px;
  width: 100px;
  height: 125px;
  background-color: var(--tp-heading-5);
  color: var(--tp-common-white);
  text-align: center;
  line-height: 140px;
  margin-right: 25px;
  flex: 0 0 auto;
}
.tp-team-travel-thumb-wrapper {
  margin-left: 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) {
  .tp-team-travel-thumb-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-travel-thumb-wrapper {
    margin-top: 50px;
  }
}
.tp-team-travel-img {
  transition: all 0.4s ease;
}
.tp-team-travel-img:hover {
  transform: translateY(-8px);
}
.tp-team-mrg-space {
  padding-top: 350px;
  margin-top: -216px;
}
.tp-team-mrg-shape {
  top: -40px;
  width: 100%;
}
.tp-team-mrg-shape-2 {
  left: 0;
  bottom: 208px;
  z-index: -1;
}
.tp-team-mrg-shape-3 {
  bottom: -63px;
  width: 100%;
  left: 0;
}
.tp-team-mrg-thumb a {
  margin-bottom: -114px;
  display: inline-block;
  border: 10px solid #f6efe9;
  border-radius: 50%;
}
.tp-team-mrg-thumb img {
  border-radius: 50%;
  display: block;
  border: 10px solid var(--tp-common-white);
  border-radius: 50%;
  transition: all 0.6s ease;
}
.tp-team-mrg-title {
  margin-bottom: 0;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-3);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-team-mrg-title a:hover {
  color: var(--tp-theme-13);
}
.tp-team-mrg-subtitle {
  font-size: 16px;
  line-height: 30px;
  color: var(--tp-theme-13);
  font-weight: 400;
  display: block;
}
.tp-team-mrg-para {
  color: var(--tp-grey-17);
  font-weight: 500;
  margin-bottom: 0;
}
.tp-team-mrg-content-wrapper {
  background: var(--tp-common-white);
  padding: 30px;
  padding-bottom: 0;
}
.tp-team-mrg-link {
  background: #f6f6f6;
  padding: 12px 10px;
  padding-bottom: 4px;
  display: inline-block;
  top: 3px;
  left: 0;
  right: 0;
  margin: 0 64px;
  transform: scale(0);
  transition: all 0.6s ease;
}
@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) {
  .tp-team-mrg-link {
    margin: 0 30px;
  }
}
.tp-team-mrg-link a {
  margin: 0 10px;
}
.tp-team-mrg-link a:hover {
  color: var(--tp-theme-13);
}
.tp-team-mrg-content-wrapper {
  transition: all 0.6s ease;
}
.tp-team-mrg-content-wrapper:hover .tp-team-mrg-link {
  transform: scale(1);
}
.tp-team-mrg-content-wrapper:hover .tp-team-mrg-para {
  transform: scale(0);
}
.tp-team-mrg-content-wrapper:hover .tp-team-mrg-thumb img {
  border-color: var(--tp-theme-13);
}
.tp-team-mrg-slider-active {
  padding-top: 50px;
}
.tp-team-mrg-slider-active .swiper-slide.swiper-slide-active .tp-team-mrg-link {
  transform: scale(1);
}
.tp-team-mrg-slider-active .swiper-slide.swiper-slide-active .tp-team-mrg-para {
  transform: scale(0);
}
.tp-team-mrg-slider-active .swiper-slide.swiper-slide-active .tp-team-mrg-content-wrapper {
  margin-top: -50px;
}
.tp-team-mrg-slider-active .swiper-slide.swiper-slide-active .tp-team-mrg-thumb img {
  border-color: var(--tp-theme-13);
}
.tp-team-mrg-pagenation {
  text-align: center;
  position: absolute;
  bottom: 130px;
  right: 0;
  left: 0;
}
.tp-team-mrg-pagenation .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: #d5d0cb;
  opacity: 1;
  border-radius: 0;
  margin: 0 5px;
}
.tp-team-mrg-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1b1f2e;
}
.tp-team-agen-social {
  top: 40px;
  left: 40px;
}
.tp-team-agen-social a {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: var(--tp-theme-secondary);
  display: inline-block;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: var(--tp-common-white);
  transform: scale(0);
  transition: all 0.4s ease;
}
.tp-team-agen-img {
  transition: all 400ms linear;
}
.tp-team-agen-wrapper:hover .tp-team-agen-social a {
  transform: scale(1);
}
.tp-team-agen-wrapper:hover .tp-team-agen-img {
  transform: scale(1.1);
}
.tp-team-agen-name {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-black);
}
.tp-team-agen-name a:hover {
  color: var(--tp-theme-secondary);
}
.tp-team-agen-position {
  font-size: 16px;
  line-height: 30px;
  color: var(--tp-grey-1);
  font-weight: 400;
}
.tp-team-details-content {
  padding: 52px 60px 52px 60px;
  margin-left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-details-content {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .tp-team-details-content {
    padding: 52px 20px 52px 20px;
  }
}
.tp-team-details-content p {
  color: var(--tp-grey-1);
}
.tp-team-details-thumb {
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-team-details-thumb {
    padding-right: 0;
  }
}
.tp-team-details-title {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--tp-common-black);
}
.tp-team-details-subtitle {
  font-size: 18px;
  line-height: 1;
  color: var(--tp-theme-secondary);
  display: inline-block;
}
.tp-team-details-list p {
  margin-bottom: 8px;
}
.tp-team-details-list b {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-right: 30px;
  font-family: var(--tp-ff-common);
}
@media (max-width: 575px) {
  .tp-team-details-list b {
    margin-right: 6px;
  }
}
.tp-team-details-list a {
  font-size: 15px;
  font-family: var(--tp-ff-common);
  color: var(--tp-grey-1);
}
.tp-team-details-list a:hover {
  color: var(--tp-theme-secondary);
}
.tp-team-details-social a {
  width: 38px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #dee9f6;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: var(--tp-grey-2);
  margin-right: 2px;
}
.tp-team-details-social a:hover {
  background: var(--tp-green-3);
  color: var(--tp-common-white);
  border: 1px solid var(--tp-green-3);
}
.tp-team-about-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1.7;
  color: var(--tp-common-black);
}
.tp-team-about-content p {
  line-height: 30px;
  color: var(--tp-grey-1);
}
.tp-team-about-list ul li {
  font-size: 16px;
  line-height: 1.4;
  color: var(--tp-grey-1);
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  margin-bottom: 18px;
}
.tp-team-about-list ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: var(--tp-grey-1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tp-team-about-bg {
  filter: drop-shadow(0px 4px 40px rgba(30, 22, 22, 0.06));
  background-color: var(--tp-common-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) {
  .tp-team-about-bg {
    height: auto !important;
  }
}

/*----------------------------------------*/
/* 7.5 brands css
/*----------------------------------------*/
.tp-brand-item-img {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-brand-item:hover .tp-brand-item-img {
  opacity: 1;
}
.tp-brand-slider .swiper-slide.swiper-slide-active .tp-brand-item-img {
  opacity: 1;
}
.tp-brand-area-spacing {
  margin-left: -45px;
  margin-right: -45px;
}
@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), (max-width: 575px) {
  .tp-brand-area-spacing {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.tp-brand-family {
  padding: 60px 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) {
  .tp-brand-family {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.tp-brand-family a {
  opacity: 0.1;
  transition: all 0.4s ease;
}
.tp-brand-family a:hover {
  opacity: 1;
}
.tp-brand-border {
  border-bottom: 1px solid #e6e6e6;
}
@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) {
  .tp-brand-border {
    border-bottom: 1px solid transparent;
  }
}
.tp-brand-border .col {
  position: relative;
}
.tp-brand-border .col:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  top: 0;
  right: 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) {
  .tp-brand-border .col:not(:last-child)::before {
    display: none;
  }
}
.tp-brand-travel a {
  opacity: 1;
}
.tp-brand-travel img {
  filter: saturate(0);
  opacity: 0.2;
  transition: all 0.4s ease;
}
.tp-brand-travel img:hover {
  filter: saturate(1);
  opacity: 1;
}
.tp-brand-about-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
  justify-content: center;
}
.tp-brand-about-inner a {
  transition: all 0.4s ease;
}
.tp-brand-about-inner a:hover {
  transform: translateY(-8px);
}
.tp-brand-about-inner img {
  filter: drop-shadow(0 0 20px rgba(45, 21, 85, 0.06));
}
.tp-brand-about-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1.1;
  color: #141f39;
  font-weight: 700;
}
.tp-brand-about-para {
  font-size: 16px;
  line-height: 30px;
  color: var(--tp-grey-9);
  font-weight: 400;
}
.tp-brand-about-border {
  border-bottom: 1px solid #e2dfe7;
}

/*----------------------------------------*/
/*  7.8 chose css
/*----------------------------------------*/
.tp-choseus-wrapper {
  margin-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-choseus-wrapper {
    margin-right: 0;
  }
}
.tp-choseus-item {
  filter: drop-shadow(0 0 10px rgba(141, 119, 59, 0.1));
  background: var(--tp-orange-1);
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  height: 100%;
}
.tp-choseus-item::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 0;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease;
  background-color: var(--tp-theme-primary);
}
.tp-choseus-item:hover::before {
  transform: scale(1);
  opacity: 1;
}
.tp-choseus-title {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #141f39;
}
.tp-choseus-icon {
  margin-bottom: 15px;
}
.tp-choseus-shape {
  bottom: 0;
  right: 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) {
  .tp-choseus-shape {
    width: 53%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-choseus-shape {
    position: inherit;
    width: 100%;
    margin-bottom: -109px;
    margin-top: 60px;
  }
}
.tp-choseus-shape-2 {
  top: -65px;
  left: 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), (max-width: 575px) {
  .tp-choseus-shape-2 {
    z-index: 1;
    top: -20px;
  }
}
.tp-choseus-shape-3 {
  top: 70px;
  right: -190px;
  z-index: 1;
}
@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), (max-width: 575px) {
  .tp-choseus-shape-3 {
    right: 0;
  }
}
.tp-choseus-shape-4 {
  bottom: 86px;
  left: 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) {
  .tp-choseus-shape-4 {
    z-index: 1;
  }
}
.tp-choseus-shape-5 {
  bottom: 388px;
  right: 166px;
}
.tp-choseus-shape-6 {
  top: 180px;
  right: 152px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-choseus-shape-6 {
    top: 30px;
  }
}
.tp-choseus-shape-7 {
  top: 336px;
  left: 108px;
}
.tp-choseus-shape-8 {
  left: 67px;
  bottom: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-choseus-shape-wrapper {
    height: inherit !important;
  }
}
@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) {
  .tp-choseus-section-title-wrapper {
    margin-bottom: 70px;
  }
}
@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) {
  .tp-choseus-section-title-wrapper .tp-section-title br {
    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) {
  .tp-choseus-section-title-wrapper .tp-section-title-para br {
    display: none;
  }
}
.tp-choseus-expreance {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 106px;
}
@media (max-width: 575px) {
  .tp-choseus-expreance {
    right: 15px;
    top: 85px;
  }
}
.tp-choseus-expreance-wrap {
  z-index: 1;
  background: var(--tp-common-white);
  display: inline-block;
  padding: 35px 40px 30px 40px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .tp-choseus-expreance-wrap {
    padding: 16px 24px 16px 24px;
  }
}
.tp-choseus-expreance-wrap::before {
  position: absolute;
  content: "";
  width: 137px;
  height: 137px;
  border-radius: 69px;
  background-color: var(--tp-theme-08);
  top: -54px;
  z-index: -1;
  left: -35px;
}
.tp-choseus-expreance-title {
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 1;
  color: var(--tp-heading-3);
}
@media (max-width: 575px) {
  .tp-choseus-expreance-title {
    font-size: 40px;
  }
}
.tp-choseus-expreance-content {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 26px;
  color: var(--tp-heading-3);
  font-weight: 600;
}
.tp-choseus-care-thumb img {
  position: absolute;
  left: -353px;
}
@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) {
  .tp-choseus-care-thumb img {
    position: inherit;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.tp-choseus-care-content {
  margin-left: 80px;
}
@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), (max-width: 575px) {
  .tp-choseus-care-content {
    margin-left: 0;
  }
}
.tp-choseus-care-list-content {
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}
.tp-choseus-care-list-content:hover {
  background: var(--tp-common-white);
  border-color: var(--tp-common-white);
}
.tp-choseus-care-list-content:hover span {
  color: var(--tp-common-white);
}
.tp-choseus-care-list-content:hover span::before {
  transform: scale(1);
}
.tp-choseus-care-list-content span {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: var(--tp-common-white);
  font-size: 22px;
  text-align: center;
  line-height: 67px;
  color: var(--tp-theme-08);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}
.tp-choseus-care-list-content span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--tp-theme-08);
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease;
}
.tp-choseus-care-list-title {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 26px;
  color: var(--tp-heading-3);
  margin-bottom: 0;
}
.tp-choseus-trust h6 {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-heading-3);
}
.tp-choseus-trust span {
  color: var(--tp-common-white);
  padding: 4px 15px;
  background: var(--tp-heading-3);
}
.tp-choseus-trust a {
  border-bottom: 1px solid var(--tp-theme-08);
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-heading-3);
}
.tp-choseus-trust a:hover {
  color: var(--tp-theme-08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-choseus-travel {
    margin-left: 0;
  }
}
.tp-choseus-travel-img {
  height: 100%;
  top: 0;
  width: 42%;
  left: 0;
  object-fit: cover;
}
.tp-choseus-travel-expe {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-choseus-travel-expe {
    font-size: 14px;
  }
}
.tp-choseus-travel-counter {
  position: relative;
}
.tp-choseus-travel-counter ::before {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: var(--tp-theme-12);
  content: "";
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
}
.tp-choseus-travel-counter input {
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-white);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-choseus-travel-info {
  position: relative;
  z-index: 1;
  background: var(--tp-common-white);
  display: inline-block;
  padding: 34px 50px;
  float: right;
  margin-right: 50px;
  margin-top: -51px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-choseus-travel-info {
    float: inherit;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.tp-choseus-travel-info h6 {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 26px;
  color: var(--tp-heading-5);
}
.tp-choseus-travel-link {
  font-size: 16px;
  line-height: 26px;
  color: var(--tp-grey-16);
  font-weight: 400;
  margin-left: 40px;
  position: relative;
}
.tp-choseus-travel-link:hover {
  color: var(--tp-theme-12);
}
.tp-choseus-travel-link::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--tp-theme-12);
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.tp-choseus-travel-counter .knob {
  margin-left: -97px !important;
  margin-top: 36px !important;
}
.tp-choseus-mrg-list-content span {
  color: var(--tp-theme-13);
}
.tp-choseus-mrg-list-content:hover span::before {
  background: var(--tp-theme-13);
}
.tp-choseus-mrg-list-content h6 {
  color: var(--tp-heading-6);
}
.tp-choseus-mrg-expreance-wrap::before {
  background: var(--tp-theme-13);
}
.tp-choseus-mrg-expreance-wrap h6 {
  color: var(--tp-heading-6);
}
.tp-choseus-mrg-expreance-title {
  color: var(--tp-heading-6);
}
.tp-choseus-mrg-trust h6 {
  color: var(--tp-heading-6);
}
.tp-choseus-mrg-shape {
  right: 0;
  bottom: 0;
  z-index: -1;
}
.tp-choseus-mrg-shape-2 {
  bottom: -31px;
  left: 0;
  width: 100%;
}

/*----------------------------------------*/
/*  7.21 portfolio css
/*----------------------------------------*/
.tp-portfolio-content {
  background: var(--tp-theme-primary);
  padding: 26px 100px 17px 30px;
}
.tp-portfolio-content-home {
  background: var(--tp-theme-04);
}
.tp-portfolio-position {
  bottom: -65px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}
.tp-portfolio-spacing {
  margin-left: -200px;
  margin-right: -200px;
}
@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), (max-width: 575px) {
  .tp-portfolio-spacing {
    margin-left: 0;
    margin-right: 0;
  }
}
.tp-portfolio-item:hover .tp-portfolio-position {
  bottom: 0;
  opacity: 1;
}
.tp-portfolio-pre {
  line-height: 18px;
  color: var(--tp-common-white);
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}
.tp-portfolio-title {
  transition: background-size 0.4s linear;
  background-image: linear-gradient(#ff965a, #ff965a), linear-gradient(#ff965a, #ff965a);
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 28px;
  color: var(--tp-common-white);
  display: inline-block;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-portfolio-title {
    font-size: 19px;
    line-height: 24px;
  }
}
.tp-portfolio-title a:hover {
  color: var(--tp-theme-secondary);
  background-size: 0% 1px, 100% 1px;
}
.tp-portfolio-title:hover {
  color: var(--tp-theme-secondary);
  background-size: 0% 1px, 100% 1px;
}
.tp-portfolio-shape {
  right: 0;
  top: 0;
  height: 100%;
}
.tp-portfolio-icon {
  position: absolute;
  color: var(--tp-common-white);
  font-size: 20px;
  right: 30px;
  bottom: 20px;
}
.tp-portfolio-icon:hover {
  color: var(--tp-common-black);
}
.tp-portfolio-pagination {
  background: var(--tp-border-3);
  height: 1px;
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.tp-portfolio-pagination .swiper-scrollbar-drag {
  background: var(--tp-theme-secondary);
  height: 3px;
  top: -3px;
}
.tp-portfolio-navigation-inner div {
  font-size: 16px;
  color: var(--tp-common-black);
  transition: 0.3s ease;
  line-height: 1;
}
.tp-portfolio-navigation-inner div:hover {
  color: var(--tp-green-2);
}
.tp-portfolio-area-home {
  margin-bottom: 230px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-portfolio-area-home {
    margin-bottom: 130px;
  }
}
.tp-portfolio-home-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 590px;
  z-index: -1;
}
.tp-portfolio-thumb-home a {
  position: relative;
  display: block;
}
.tp-portfolio-thumb-home a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  opacity: 0.6;
  background: #141f39;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
.tp-portfolio-thumb-home a:hover::before {
  height: 100%;
}
.tp-portfolio-health a {
  display: block;
}
.tp-portfolio-health::before {
  position: absolute;
  content: "";
  background: var(--tp-common-3);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.5s ease;
  border-radius: 50%;
}
.tp-portfolio-health:hover::before {
  transform: scale(1.5);
}
.tp-portfolio-health:hover .tp-portfolio-health-icon {
  top: 50%;
  opacity: 1;
}
.tp-portfolio-health-icon {
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease;
  opacity: 0;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background-color: var(--tp-common-white);
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  line-height: 90px;
}
.tp-portfolio-thumb {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.tp-portfolio-image-hover::before {
  width: 50%;
  height: 50%;
  opacity: 0;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.5s ease;
  top: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.tp-portfolio-image-hover::after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  opacity: 0;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.5s ease;
}
.tp-portfolio-image-hover-2::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 50%;
  height: 50%;
  opacity: 0;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-portfolio-image-hover-2::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 50%;
  height: 50%;
  opacity: 0;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-portfolio-item-hover:hover .tp-portfolio-image-hover::before {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.tp-portfolio-item-hover:hover .tp-portfolio-image-hover::after {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.tp-portfolio-item-hover:hover .tp-portfolio-image-hover-2::before {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.tp-portfolio-item-hover:hover .tp-portfolio-image-hover-2::after {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.tp-portfolio-video-btn {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  display: inline-block;
}
.tp-portfolio-video-anim .tp-video-waves {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tp-portfolio-video-anim .tp-video-play {
  background: var(--tp-green-3);
  color: var(--tp-common-white);
  z-index: 9;
}
.tp-portfolio-details-info {
  background-color: var(--tp-orange-1);
  padding: 50px 60px;
  padding-bottom: 41px;
}
@media (max-width: 575px) {
  .tp-portfolio-details-info {
    padding: 50px 23px;
  }
}
.tp-portfolio-details-info ul li {
  border-bottom: 1px solid #e9dfc5;
  margin-bottom: 27px;
  padding-bottom: 24px;
}
.tp-portfolio-details-info ul li span {
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-black);
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.tp-portfolio-details-info ul li a {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.2;
  color: var(--tp-green-3);
  font-weight: 700;
}
.tp-portfolio-details-social span {
  font-size: 16px;
  line-height: 35px;
  color: var(--tp-common-black);
  font-weight: 500;
  margin-right: 15px;
}
.tp-portfolio-details-social a:not(:last-child) {
  margin-right: 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-portfolio-details-social a:not(:last-child) {
    margin-right: 8px;
  }
}
.tp-portfolio-details-title {
  font-size: 48px;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-details-title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .tp-portfolio-details-title {
    font-size: 35px;
  }
}
.tp-portfolio-details-title-2 {
  font-size: 45px;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-portfolio-details-title-2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .tp-portfolio-details-title-2 {
    font-size: 30px;
  }
}
.tp-portfolio-details-wrapper p {
  line-height: 30px;
  color: var(--tp-grey-1);
}
.tp-portfolio-details-list {
  margin-left: 35px;
}
@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) {
  .tp-portfolio-details-list {
    margin-left: 0;
  }
}
.tp-portfolio-details-list ul li {
  display: flex;
}
.tp-portfolio-details-list ul li span {
  height: 48px;
  width: 48px;
  font-size: 20px;
  color: var(--tp-green-3);
  border-radius: 24px;
  background-color: var(--tp-orange-1);
  text-align: center;
  line-height: 52px;
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 25px;
}
.tp-portfolio-details-list ul li p {
  margin: 0;
  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) {
  .tp-portfolio-details-thumb {
    margin-right: 0;
  }
}
.tp-portfolio-navigation a {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #141f39;
  font-weight: 700;
  font-family: var(--tp-ff-common);
  display: flex;
  align-items: center;
}
.tp-portfolio-navigation a:hover {
  color: var(--tp-theme-primary);
}
.tp-portfolio-navigation a i {
  font-size: 20px;
}
.tp-portfolio-navigation-right {
  float: right;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-portfolio-navigation-right {
    float: left;
  }
}
.tp-portfolio-navigation-icon {
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-portfolio-navigation-icon {
    float: left;
    padding-top: 13px;
    padding-bottom: 10px;
  }
  .tp-portfolio-navigation-icon::before {
    display: none;
  }
  .tp-portfolio-navigation-icon::after {
    display: none;
  }
}
.tp-portfolio-navigation-icon::before {
  position: absolute;
  content: "";
  width: 1px;
  background: #e6e6e6;
  height: 100px;
  top: -36px;
  left: -30px;
}
.tp-portfolio-navigation-icon::after {
  position: absolute;
  content: "";
  width: 1px;
  background: #e6e6e6;
  height: 100px;
  top: -36px;
  right: -30px;
}
.tp-portfolio-navigation-icon a {
  font-size: 26px;
  color: var(--tp-theme-secondary);
}
.tp-portfolio-navigation-border {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 33px 0;
}

/*----------------------------------------*/
/* 7.31 value css
/*----------------------------------------*/
.tp-value-wrapper {
  filter: drop-shadow(0 0 30px rgba(14, 11, 18, 0.06));
  background-color: var(--tp-common-white);
  padding: 60px;
  padding-top: 55px;
  padding-bottom: 37px;
  display: flex;
}
@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) {
  .tp-value-wrapper {
    padding: 40px;
    padding-top: 35px;
    padding-bottom: 17px;
  }
}
@media (max-width: 575px) {
  .tp-value-wrapper {
    padding: 20px;
    padding-bottom: 5px;
  }
}
.tp-value-wrapper:hover .tp-value-icon i {
  color: var(--tp-theme-secondary);
}
.tp-value-icon {
  flex: 0 0 auto;
  margin-right: 45px;
}
@media (max-width: 575px) {
  .tp-value-icon {
    margin-right: 20px;
  }
}
.tp-value-icon i {
  font-size: 66px;
  color: var(--tp-green-3);
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .tp-value-icon i {
    font-size: 40px;
  }
}
.tp-value-title {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/* 7.27 shop css
/*----------------------------------------*/
.tp-shop-search-input input {
  height: 60px;
  border: 1px solid #f3f2f5;
  font-size: 16px;
  color: var(--tp-common-black);
  font-weight: 500;
  padding-left: 30px;
  padding-right: 50px;
}
.tp-shop-search-input input:focus {
  border: 1px solid var(--tp-green-3);
}
.tp-shop-search-input input::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-grey-1);
  font-weight: 400;
  font-family: var(--tp-ff-common);
}
.tp-shop-search-btn {
  position: absolute;
  color: #0f0f0f;
  font-size: 17px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.tp-shop-payment-list {
  border: 1px solid #f3f2f5;
  padding: 30px;
  padding-top: 22px;
  padding-bottom: 20px;
}
.tp-shop-payment-list ul li a {
  line-height: 34px;
  color: var(--tp-grey-1);
  display: flex;
  justify-content: space-between;
  transition: all 0.4s ease;
}
.tp-shop-payment-list ul li a span {
  color: var(--tp-green-3);
  opacity: 0;
  margin-left: -10px;
  transition: all 0.4s ease;
  display: inline-block;
}
.tp-shop-payment-list ul li a:hover {
  color: var(--tp-green-3);
}
.tp-shop-payment-list ul li a:hover span {
  margin-left: 0;
  opacity: 1;
}
.tp-shop-sub-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #141f39;
  font-weight: 700;
}
.tp-shop-widget-filter-btn {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  text-decoration: underline;
  color: var(--tp-green-3);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-shop-widget-filter-info input {
  height: auto;
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 34px;
  color: var(--tp-grey-1);
  font-weight: 400;
}
.tp-shop-widget-filter .ui-widget.ui-widget-content {
  background-color: #EDEDED;
  height: 6px;
}
.tp-shop-widget-filter .ui-slider-range.ui-corner-all.ui-widget-header {
  background: var(--tp-green-3);
}
.tp-shop-widget-filter .ui-slider-handle.ui-corner-all.ui-state-default {
  height: 14px;
  width: 14px;
  border: 4px solid var(--tp-green-3);
  background: var(--tp-common-white);
  border-radius: 40px;
  top: -5px;
}
.tp-shop-widget-filter .ui-slider-handle.ui-corner-all.ui-state-default:focus-visible {
  outline: 0;
}
.tp-shop-widget-product-thumb {
  margin-right: 20px;
}
.tp-shop-widget-product-thumb img {
  flex: 0 0 auto;
}
.tp-shop-widget-product-rating span {
  line-height: 14px;
}
.tp-shop-widget-product-rating span i {
  font-size: 10px;
  color: var(--tp-theme-secondary);
}
.tp-shop-widget-product-title {
  margin-bottom: 0;
  line-height: 18px;
}
.tp-shop-widget-product-title a {
  font-size: 18px;
  letter-spacing: 0px;
  color: var(--tp-common-black);
  font-weight: 700;
  font-family: var(--tp-ff-common);
}
.tp-shop-widget-product-title a:hover {
  color: var(--tp-green-3);
}
.tp-shop-widget-product-price {
  font-size: 14px;
  line-height: 34px;
  color: var(--tp-grey-1);
  font-weight: 400;
}
.tp-shop-tag-wrapper ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 4px;
}
.tp-shop-tag-wrapper ul li a {
  font-size: 14px;
  line-height: 30px;
  color: var(--tp-grey-1);
  font-weight: 400;
  background-color: var(--tp-orange-1);
  display: inline-block;
  padding: 0 16px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-shop-tag-wrapper ul li a {
    padding: 0 12px;
  }
}
.tp-shop-tag-wrapper ul li a:hover {
  background: var(--tp-green-3);
  color: var(--tp-common-white);
}
.tp-shop-product-rating {
  font-size: 14px;
  color: var(--tp-theme-secondary);
  margin-bottom: 10px;
}
.tp-shop-product-title {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-black);
  font-weight: 800;
}
.tp-shop-product-title a:hover {
  color: var(--tp-green-3);
}
.tp-shop-product-price {
  font-size: 18px;
  line-height: 24px;
  color: var(--tp-green-3);
  font-weight: 500;
  margin-bottom: 20px;
  font-family: var(--tp-ff-p);
}
.tp-shop-product-content {
  padding: 34px 40px 40px 40px;
  transition: all 0.3s ease;
  border: 1px solid #f8f8f8;
}
.tp-shop-product-btn {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-grey-3);
  font-weight: 700;
  padding: 10px 22px;
  background-color: var(--tp-orange-1);
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.tp-shop-product-btn:hover {
  color: var(--tp-common-white);
  background: var(--tp-green-3);
}
.tp-shop-product-action {
  position: absolute;
  top: 20px;
  right: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.tp-shop-product-action button {
  display: block;
  width: 38px;
  height: 38px;
  color: var(--tp-green-3);
  border-radius: 19px;
  background-color: var(--tp-common-white);
  transition: all 0.4s ease;
  margin-bottom: 10px;
  font-size: 18px;
}
.tp-shop-product-action button:hover {
  background: var(--tp-green-3);
  color: var(--tp-common-white);
}
.tp-shop-product-item:hover .tp-shop-product-action {
  right: 20px;
  opacity: 1;
}
.tp-shop-product-item:hover .tp-shop-product-content {
  filter: drop-shadow(-1.254px 11.934px 15px rgba(76, 70, 84, 0.08));
  background-color: var(--tp-common-white);
}
.tp-shop-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) {
  .tp-shop-details-wrapper {
    margin-left: 0;
  }
}
.tp-shop-details-thumb {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-shop-details-thumb {
    margin-right: 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) {
  .tp-shop-details-thumb {
    margin-right: 0;
  }
}
.tp-shop-details-category {
  font-size: 16px;
  line-height: 26px;
  color: var(--tp-green-3);
  font-weight: 500;
  margin-bottom: 16px;
  display: inline-block;
}
.tp-shop-details-title {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 26px;
  color: var(--tp-common-black);
  margin-bottom: 10px;
}
.tp-shop-details-rating {
  margin-right: 13px;
  flex: 0 0 auto;
}
.tp-shop-details-rating span {
  color: var(--tp-theme-secondary);
  font-size: 14px;
}
.tp-shop-details-reviews {
  margin-right: 26px;
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .tp-shop-details-reviews {
    margin-right: 3px;
  }
}
.tp-shop-details-reviews span {
  font-size: 14px;
  line-height: 50px;
  color: var(--tp-grey-1);
  font-weight: 400;
}
@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), (max-width: 575px) {
  .tp-shop-details-inventory {
    flex-wrap: wrap;
  }
}
.tp-shop-details-code {
  margin-right: 56px;
  flex: 0 0 auto;
}
@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) {
  .tp-shop-details-code {
    margin-right: 15px;
  }
}
.tp-shop-details-code span {
  color: var(--tp-grey-1);
  font-size: 16px;
  line-height: 34px;
  font-family: var(--tp-ff-common);
}
.tp-shop-details-code span b {
  font-size: 16px;
  line-height: 34px;
  color: var(--tp-common-black);
  font-weight: 700;
}
.tp-shop-details-stock {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-green-2);
  font-weight: 700;
  padding: 5px 15px;
  border: 1px solid #f4f3f1;
  flex: 0 0 auto;
}
.tp-shop-details-countdown {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-theme-primary);
  background-color: var(--tp-orange-1);
  padding: 10px 30px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .tp-shop-details-countdown {
    font-size: 14px;
  }
}
.tp-shop-details-countdown i {
  margin-right: 15px;
}
.tp-shop-details-view p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #141f39;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--tp-ff-common);
}
.tp-shop-details-view p i {
  margin-right: 3px;
}
.tp-shop-details-price h4 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 30px;
  color: var(--tp-theme-primary);
  margin-bottom: 20px;
  font-family: var(--tp-ff-common);
}
.tp-shop-details-price p {
  color: var(--tp-grey-1);
  margin-bottom: 10px;
}
.tp-shop-details-progress .progress-bar {
  background: var(--tp-theme-secondary);
}
.tp-shop-details-progress .progress {
  background-color: var(--tp-orange-1);
  border-radius: 0;
}
.tp-shop-details-progress-title {
  line-height: 30px;
  color: var(--tp-grey-1);
  margin-bottom: 5px;
  display: inline-block;
  font-family: var(--tp-ff-common);
}
.tp-shop-details-progress-title a {
  color: var(--tp-theme-secondary);
  font-weight: 600;
}
.tp-shop-details-quantity {
  width: 130px;
  height: 46px;
  background-color: var(--tp-orange-1);
  padding: 0 30px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .tp-shop-details-quantity {
    margin-right: 10px;
  }
}
.tp-shop-details-quantity input {
  height: 46px;
  line-height: 46px;
  background-color: var(--tp-orange-1);
  border: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-black);
  padding: 0;
  text-align: center;
  font-size: 18px;
}
.tp-shop-details-quantity span {
  font-size: 18px;
  color: var(--tp-common-black);
  font-weight: 700;
  cursor: pointer;
}
.tp-shop-details-quantity span:hover {
  color: var(--tp-green-3);
}
.tp-shop-details-quantity-title {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-common-black);
  font-weight: 700;
  margin-bottom: 4px;
  font-family: var(--tp-ff-common);
}
.tp-shop-details-wishlist {
  width: 46px;
  height: 46px;
  border: 1px solid #f0f0f0;
  display: inline-block;
  color: var(--tp-green-3);
  font-size: 18px;
  text-align: center;
  line-height: 46px;
}
.tp-shop-details-wishlist:hover {
  color: var(--tp-common-white);
  background: var(--tp-green-3);
}
.tp-shop-details-cart-btn {
  background-color: var(--tp-green-3);
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 23px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  font-weight: 700;
  padding: 12px 38px;
  height: 46px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .tp-shop-details-cart-btn {
    padding: 12px 25px;
    margin-right: 10px;
    font-size: 11px;
  }
}
.tp-shop-details-cart-btn:hover {
  color: var(--tp-common-white);
}
.tp-shop-details-social span {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 34px;
  color: var(--tp-common-black);
  font-weight: 700;
  margin-right: 25px;
}
.tp-shop-details-social a {
  width: 38px;
  height: 38px;
  border-radius: 19px;
  text-align: center;
  line-height: 38px;
  color: var(--tp-common-black);
  display: inline-block;
  font-size: 16px;
  border: 1px solid #f0f0f0;
  transition: all 0.4s ease-in-out;
  margin-right: 12px;
}
.tp-shop-details-social a:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-shop-details-tab {
  border-bottom: 1px solid #eaeaea;
}
.tp-shop-details-tab li button {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 26px;
  color: var(--tp-common-black);
  font-weight: 800;
  padding: 17px 60px;
  font-family: var(--tp-ff-common);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-shop-details-tab li button {
    padding: 17px 32px;
  }
}
.tp-shop-details-tab li button:hover {
  color: var(--tp-common-black);
}
.tp-shop-details-tab li button.active {
  height: 60px;
  color: var(--tp-common-black);
  background-image: linear-gradient(0deg, #fbf7eb 0%, #ffffff 100%);
}
.tp-shop-details-information-inner {
  padding: 45px 70px 45px;
  border: 1px solid #E9E9F0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-shop-details-information-inner {
    padding: 30px 30px 30px;
  }
}
.tp-shop-details-information-inner table {
  width: 100%;
}
.tp-shop-details-information-inner table tr {
  padding: 16px 0 14px;
  display: block;
}
.tp-shop-details-information-inner table tr:not(:last-child) {
  border-bottom: 1px solid #E9E9F0;
}
.tp-shop-details-information-inner table tr th {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  width: 28%;
  display: inline-block;
}
.tp-shop-details-information-inner table tr td {
  width: 71%;
  display: inline-block;
  font-size: 15px;
  color: var(--tp-grey-3);
}
.tp-shop-details-review-inner {
  padding: 62px 70px 70px;
  border: 1px solid #E9E9F0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-shop-details-review-inner {
    padding: 30px 30px 30px;
  }
}
.tp-shop-popup-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  font-size: 24px;
}
.tp-shop-popup-icon:hover {
  color: var(--tp-common-white);
  background: var(--tp-green-3);
}
@media (max-width: 575px) {
  .tp-shop-popup-icon {
    top: 20px;
    right: 20px;
  }
}
.tp-shop-rating-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 22px;
}
.tp-shop-rating-number {
  text-align: center;
  width: 100%;
  height: 125px;
  border: 1px solid #E9E9F0;
  padding-top: 21px;
  padding-bottom: 21px;
}
.tp-shop-rating-number-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-bottom: 0;
}
.tp-shop-rating-star {
  line-height: 1;
}
.tp-shop-rating-star span {
  line-height: 1;
  font-size: 12px;
  color: var(--tp-theme-secondary);
  display: inline-block;
}
.tp-shop-rating-star span:not(:last-child) {
  margin-right: 3px;
}
.tp-shop-rating-bar {
  width: 100%;
  background-color: #E9E9E9;
  border-radius: 10px;
}
.tp-shop-rating-bar .single-progress {
  background-color: var(--tp-green-3);
  height: 8px;
  border-radius: 10px;
}
.tp-shop-rating-bar-wrapper .product-rating-bar-item:not(:last-child) {
  margin-bottom: 5px;
}
.tp-shop-rating-bar-wrapper .product-rating-bar-text {
  width: 3.5%;
  line-height: 1;
}
.tp-shop-rating-bar-wrapper .product-rating-bar-text span {
  font-size: 14px;
  color: var(--tp-grey-3);
}
.tp-shop-review-rating {
  margin-bottom: 5px;
}
.tp-shop-review-rating-wrapper {
  margin-right: 10px;
}
.tp-shop-review-rating-wrapper span {
  line-height: 1;
  font-size: 12px;
  color: var(--tp-theme-secondary);
  display: inline-block;
}
.tp-shop-review-rating-wrapper span:not(:last-child) {
  margin-right: 3px;
}
.tp-shop-review-rating-date {
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-grey-3);
}
.tp-shop-review-avater {
  margin-bottom: 11px;
}
.tp-shop-review-avater-thumb img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
}
.tp-shop-review-avater-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--tp-common-black);
}
.tp-shop-review-form p {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-grey-3);
  margin-bottom: 20px;
}
.tp-shop-review-form-title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.tp-shop-review-form-rating .rate-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-shop-review-input textarea {
  height: 180px;
  line-height: 1.2;
  padding-bottom: 20px;
  background-color: #F7F7F7;
  border: 1.5px solid #F7F7F7;
  resize: none;
}
.tp-shop-review-input textarea:focus {
  border: 1px solid var(--tp-blue-2);
}
.tp-shop-review-input input {
  height: 60px;
  line-height: 60px;
  background-color: #F7F7F7;
  border: 1.5px solid #F7F7F7;
}
.tp-shop-review-input input:focus {
  border: 1px solid var(--tp-blue-2);
}
.tp-shop-review-agree input {
  margin: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #B2B2B9;
  border-radius: 4px;
  outline: none;
  flex: 0 0 auto;
  transform: translateY(3px);
  padding: 0;
}
.tp-shop-review-agree label {
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.71;
  color: var(--tp-common-black);
  cursor: pointer;
}
.tp-shop-review-item p {
  font-size: 15px;
  line-height: 26px;
}

/*----------------------------------------*/
/*  7.7 cart css
/*----------------------------------------*/
.cartmini__top-title {
  padding: 20px 0;
  border-bottom: 1px solid var(--tp-border-primary);
}
.cartmini__top-title h4 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__close {
  position: absolute;
  top: 17px;
  right: 20px;
}
.cartmini__close-btn {
  background: transparent;
  color: var(--tp-common-black);
  font-size: 22px;
}
.cartmini__close-btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cartmini__shipping {
  padding: 15px 0;
  border-bottom: 1px solid var(--tp-border-primary);
}
.cartmini__shipping .progress {
  height: 10px;
  border-radius: 0;
}
.cartmini__shipping .progress-bar {
  background-color: var(--tp-theme-primary);
}
.cartmini__shipping p {
  margin-bottom: 5px;
}
.cartmini__shipping p span {
  color: var(--tp-pink-1);
  font-weight: 600;
}
.cartmini__content a {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.cartmini__content a:hover {
  color: var(--tp-theme-04);
}
.cartmini__widget {
  height: 100%;
}
.cartmini__widget::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.cartmini__widget-item {
  position: relative;
  display: flex;
  padding: 20px;
  padding-right: 35px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  transition: background-color 0.3s;
}
.cartmini__widget-item:last-child {
  border-bottom: 0;
}
.cartmini__thumb {
  margin-right: 15px;
}
.cartmini__thumb img {
  width: 70px;
  height: 90px;
}
.cartmini__title {
  font-weight: 500;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
}
.cartmini__title h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.cartmini__title a:hover {
  color: var(--tp-theme-primary);
}
.cartmini__del {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  font-size: 14px;
}
.cartmini__del:hover {
  color: var(--tp-theme-04);
}
.cartmini__checkout {
  padding: 20px;
  padding-bottom: 85px;
  width: 100%;
  background: var(--tp-common-white);
  border-top: 2px solid rgba(129, 129, 129, 0.2);
}
.cartmini__checkout-title h4 {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--tp-common-black);
}
.cartmini__checkout-title span {
  float: right;
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-theme-04);
}
.cartmini__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-theme-04);
}
.cartmini__quantity {
  font-size: 12px;
  font-weight: 500;
}
.cartmini__empty {
  margin-top: 150px;
}
.cartmini__empty img {
  margin-bottom: 30px;
}
.cartmini__empty p {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}
.cartmini-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  text-align: center;
  padding: 10px 30px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  overflow: hidden;
  letter-spacing: -0.02em;
  border: 1px solid var(--tp-common-black);
}
.cartmini-btn:hover {
  border: 1px solid rgba(129, 129, 129, 0.2);
  color: var(--tp-common-black);
  background: none;
}
.cartmini-btn-border {
  display: inline-block;
  font-weight: 500;
  color: var(--tp-common-black);
  border: 1px solid rgba(129, 129, 129, 0.2);
  text-align: center;
  padding: 10px 30px;
  font-size: 15px;
  text-transform: capitalize;
}
.cartmini-btn-border:hover {
  background: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
  color: var(--tp-common-white);
}
.cartmini__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 360px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  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;
}
.cartmini__area.cartmini-opened {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.cartmini__wrapper {
  position: relative;
  min-height: 100%;
}
.cartmini-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(15px);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.cartmini-overlay.openeds {
  opacity: 1;
  visibility: visible;
}
.cartmini-item-count {
  top: -10px;
  right: -9px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-04);
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}
.cartmini-item-count-2 {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.cartmini-item-count-3 {
  background-color: var(--tp-theme-08);
}

.table-content table {
  background: var(--tp-common-white);
  border-color: #e3e3e3;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .table-content table {
    width: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table-content table {
    width: 200%;
  }
}
@media (max-width: 575px) {
  .table-content table {
    width: 300%;
  }
}
.table-content table.table > :not(:first-child) {
  border-top: 0;
}
.table-content table td {
  border-top: medium none;
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 16px;
}
.table-content table td a:hover {
  color: var(--tp-blue-2);
}
.table-content table td.product-name {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.table-content table td.product-name a:hover {
  color: var(--tp-blue-2);
}
.table-content .product-quantity {
  float: none;
}
.table-content .product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #e3e3e3;
}

.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #e3e3e3;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.table td,
.table th {
  border-top: 1px solid #e3e3e3;
}

/* Checkout */
.coupon-accordion h3 {
  background-color: #f6f6f6;
  border-top: 2px solid var(--tp-theme-secondary);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}
.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}
.coupon-accordion span:hover, .coupon-accordion span p.lost-password a:hover {
  color: var(--tp-theme-primary);
}

.payment-method {
  margin-top: 40px;
}
.payment-method .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.payment-method .accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #00000026;
}
.payment-method .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-green-2);
  padding: 23px 0;
  border: none;
}
.payment-method .accordion-button:focus {
  box-shadow: none;
}
.payment-method .accordion-button::after {
  position: absolute;
  content: "\f067";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 400;
  margin-left: 0;
  background-image: none;
}
.payment-method .accordion-button:not(.collapsed) {
  color: var(--tp-green-2);
  background-color: var(--tp-common-white);
  box-shadow: none;
}
.payment-method .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.payment-method .accordion-body {
  font-size: 16px;
  padding: 8px 0;
  padding-bottom: 40px;
  color: var(--tp-text-body);
}
.payment-method .accordion-collapse {
  border: none;
}
.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}
.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}
.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}
.payment-method .btn-link {
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.product-quantity > input {
  background-color: #fff;
  height: 30px;
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}
#coupon_code {
  height: 50px;
  border: 1px solid #e3e3e3;
  padding: 0 15px;
  margin-right: 10px;
  border-radius: 0;
  background: #fff;
  margin-bottom: 15px;
  width: 265px;
}
#coupon_code:focus {
  border: 1px solid var(--tp-green-2);
}

.tp-btn.tp-color-btn {
  padding: 17px 33px;
  border-radius: 0;
}
.tp-btn.tp-color-btn-2:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-btn.tp-color-btn-2::before {
  display: none;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}
.coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}
.cart-page-total {
  padding-top: 50px;
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid #e3e3e3;
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 400;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

.tp-product-quantity .cart-input {
  height: 30px;
  background-color: #FFF;
}

.product-quantity .cart-plus, .product-quantity .cart-minus {
  width: 25px;
  height: 30px;
  border: 1px solid #e3e3e3;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  transition: 0.3s;
}
.product-quantity .cart-plus:hover, .product-quantity .cart-minus:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background: var(--tp-theme-primary);
}

.cart-input {
  height: 30px;
  width: 32px;
  text-align: center;
  font-size: 14px;
  border: none;
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px;
  padding-bottom: 0px;
}

.tp-wish-cart {
  min-width: 150px;
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  box-shadow: none;
}
.coupon-info p.form-row-first input:focus, .coupon-info p.form-row-last input:focus {
  border-color: var(--tp-blue-2);
}

.coupon-info p.form-row input[type=submit]:hover, p.checkout-coupon input[type=submit]:hover {
  background: #3e976c none repeat scroll 0 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 4px;
  transform: translateY(-4px);
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input, .coupon input[type=submit], .buttons-cart a, .coupon-info p.form-row input[type=submit] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
}
p.checkout-coupon input[type=text]:focus {
  border-color: var(--tp-blue-2);
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #e3e3e3;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select select {
  width: 100%;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #eaedff;
  padding: 0 10px;
  height: 50px;
}

.country-select label, .checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required, .checkout-form-list label span.required {
  color: red;
}

.country-select .nice-select {
  border: 1px solid #e3e3e3;
  height: 52px;
  padding-left: 10px;
  width: 100%;
  color: var(--tp-text-body);
  margin-bottom: 20px;
  line-height: 50px;
}

.country-select .nice-select::after {
  right: 20px;
  top: 25px;
}

.country-select .nice-select .list {
  width: 100%;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: var(--tp-text-body);
}

.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  height: 52px;
  padding: 0 0 0 10px;
  width: 100%;
  outline: none;
  box-shadow: none;
}
.checkout-form-list input[type=text]:focus, .checkout-form-list input[type=password]:focus, .checkout-form-list input[type=email]:focus {
  border-color: var(--tp-green-2);
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=text]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=email]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 4px;
  transform: translateY(-3px);
}

.create-acc label {
  color: var(--tp-text-body);
  display: inline-block;
}

.checkout-form-list #cbox {
  transform: translateY(-3px);
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: var(--tp-heading-primary);
}

.ship-different-title h3 #ship-box {
  transform: translateY(-2px);
}

.order-notes textarea {
  border-color: #e3e3e3;
  height: 120px;
  padding: 15px;
  width: 100%;
  outline: 0;
  resize: none;
}

.order-notes textarea:focus {
  border-color: var(--tp-green-2);
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 1px solid var(--tp-green-2);
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}
.your-order h3 {
  border-bottom: 1px solid #e3e3e3;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #e3e3e3;
  border-right: medium none;
  color: var(--tp-text-body);
  font-size: 16px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th, .your-order-table table td {
    padding-right: 10px;
  }
}
.your-order-table table th {
  border-top: medium none;
  color: var(--tp-text-body);
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 0px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
  color: var(--tp-green-2);
  font-size: 18px;
  font-weight: 500;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

.panel-title > a {
  display: block;
}

.card-header:first-child {
  border-radius: 0;
}

/*----------------------------------------*/
/*  7.15 expert css
/*----------------------------------------*/
.tp-expart-left img {
  margin-right: 20px;
  border-radius: 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) {
  .tp-expart-content {
    float: left;
    padding-top: 0;
  }
}
.tp-expart-content span {
  line-height: 20px;
  color: var(--tp-grey-1);
  font-family: var(--tp-ff-common);
}
.tp-expart-content a {
  color: var(--tp-theme-primary);
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-expart-content a {
    font-size: 15px;
  }
}
.tp-expart-content a:hover {
  color: var(--tp-common-black);
}
.tp-expart-care-content span {
  color: var(--tp-grey-9);
}
.tp-expart-care-content a {
  color: var(--tp-theme-08);
  font-family: var(--tp-ff-common);
}

/*----------------------------------------*/
/* 7.6 caririer css
/*----------------------------------------*/
.tp-carrier-list-icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid var(--tp-yellow-2);
  position: relative;
  margin-right: 30px;
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .tp-carrier-list-icon {
    margin-right: 15px;
  }
}
.tp-carrier-list-icon::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 9px;
  background-color: var(--tp-yellow-2);
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tp-carrier-list-2 .tp-carrier-list-icon {
  border: 1px solid #9b6cff;
}
.tp-carrier-list-2 .tp-carrier-list-icon::before {
  background-color: #9b6cff;
}
.tp-carrier-list-3 .tp-carrier-list-icon {
  border: 1px solid #17bd37;
}
.tp-carrier-list-3 .tp-carrier-list-icon::before {
  background-color: #17bd37;
}
.tp-carrier-list-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #131313;
}
.tp-carrier-list-content {
  margin-top: -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) {
  .tp-carrier-content {
    padding: 100px 0;
  }
}
.tp-carrier-exper-title {
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 1;
  color: var(--tp-blue-5);
  font-weight: 700;
  margin-bottom: 0;
}
.tp-carrier-exper-para {
  font-size: 16px;
  line-height: 24px;
  color: var(--tp-dark-2);
  font-weight: bold;
}
.tp-carrier-img {
  margin-left: 40px;
}
@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), (max-width: 575px) {
  .tp-carrier-img {
    margin-left: 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) {
  .tp-carrier-img img {
    width: 100%;
  }
}
.tp-carrier-shape {
  left: -17px;
  z-index: -1;
  filter: saturate(0);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-carrier-shape {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .tp-carrier-btn {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media (max-width: 575px) {
  .tp-carrier-btn .tp-btn {
    margin-bottom: 20px;
  }
}
.tp-carrier-btn-care {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: var(--tp-common-white);
  display: inline-block;
  font-size: 18px;
  color: var(--tp-theme-08);
  line-height: 67px;
}
.tp-carrier-btn-care:hover {
  background: var(--tp-theme-08);
}
.tp-carrier-title {
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 1.04;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-carrier-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .tp-carrier-title {
    font-size: 40px;
  }
}
.tp-carrier-pet-title {
  font-size: 70px;
  letter-spacing: -3px;
  line-height: 1;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-carrier-pet-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-carrier-pet-title {
    font-size: 56px;
  }
}
@media (max-width: 575px) {
  .tp-carrier-pet-title {
    font-size: 42px;
  }
}
.tp-carrier-pet-para {
  color: var(--tp-common-white);
}
@media (max-width: 575px) {
  .tp-carrier-pet-para br {
    display: none;
  }
}

/*----------------------------------------*/
/* 7.3 award css
/*----------------------------------------*/
.tp-award-thumb {
  margin-top: -44px;
}
.tp-award-thumb img {
  margin-left: 35px;
}
.tp-award-title {
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 60px;
  color: var(--tp-blue-5);
}
@media (max-width: 575px) {
  .tp-award-title {
    font-size: 45px;
    line-height: 1;
  }
}
.tp-award-para {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 26px;
  color: var(--tp-grey-3);
  font-weight: 700;
  display: inline-block;
}
.tp-award-rating ul li span {
  font-size: 18px;
  color: var(--tp-yellow-2);
}
.tp-award-badge-wrapper {
  position: relative;
  padding-bottom: 40px;
  margin-left: 28px;
  margin-right: 28px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-award-badge-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
.tp-award-badge-wrapper-2 {
  margin-right: 10px;
  margin-left: 46px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-award-badge-wrapper-2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.tp-award-badge-right-bg {
  position: absolute;
  clip-path: polygon(50% 0, 100% 0, 100% 78%, 51% 100%, 51% 100%);
  background: #fbe3cf;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.tp-award-badge-right-bg-2 {
  background: #e7ddfc;
}
.tp-award-badge-right-bg-3 {
  background: #e4ede9;
}
.tp-award-badge-right-bg-4 {
  background: #f7eada;
}
.tp-award-badge-left-bg {
  clip-path: polygon(50% 0, 0 0, 0 77%, 51% 100%, 51% 100%);
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff0e3;
  z-index: -1;
}
.tp-award-badge-left-bg-2 {
  background: #f0e9ff;
}
.tp-award-badge-left-bg-3 {
  background: #f3f8f6;
}
.tp-award-badge-left-bg-4 {
  background: #fff4e7;
}
.tp-award-badge-button {
  margin-left: -10px;
  margin-right: -10px;
}
.tp-award-badge-button a {
  font-size: 20px;
  letter-spacing: 0px;
  color: var(--tp-common-white);
  font-weight: 700;
  width: 100%;
  background-color: #17bd37;
  display: block;
  line-height: 48px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  font-family: var(--tp-ff-common);
}
.tp-award-badge-button a:hover {
  background: #ff8c24;
}
.tp-award-badge-button-2 a {
  background-color: #9b6cff;
  transition: all 0.3s ease;
}
.tp-award-badge-button-2 a:hover {
  background-color: #ff4acc;
}
.tp-award-badge-button-3 a {
  background-color: var(--tp-theme-12);
  transition: all 0.3s ease;
}
.tp-award-badge-button-3 a:hover {
  background-color: var(--tp-theme-11);
}
.tp-award-badge-years {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 22px;
  color: var(--tp-heading-2);
}
.tp-award-badge-title {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 22px;
  color: var(--tp-grey-3);
  font-weight: 700;
  display: block;
  margin-bottom: 24px;
  font-family: var(--tp-ff-common);
}
.tp-award-badge-num {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 22px;
  color: var(--tp-common-white);
  background: #ff8c24;
  font-weight: 700;
  margin-bottom: 44px;
  display: inline-block;
  padding: 15px;
  padding-bottom: 10px;
}
.tp-award-badge-num::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 72%, 49% 100%, 0 72%);
  background: #ff8c24;
  right: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  bottom: -15px;
}
.tp-award-badge-num-2 {
  background: #ff4acc;
}
.tp-award-badge-num-2::before {
  background: #ff4acc;
}
.tp-award-badge-num-3 {
  background: var(--tp-theme-11);
}
.tp-award-badge-num-3::before {
  background: var(--tp-theme-11);
}
.tp-award-travel-title {
  color: var(--tp-theme-11);
}
.tp-award-travel-para {
  color: var(--tp-grey-16);
}
.tp-award-travel-badge-title {
  color: var(--tp-heading-5);
}

/*----------------------------------------*/
/*  7.25 protect css
/*----------------------------------------*/
.tp-protect-list {
  margin-bottom: 27px;
}
.tp-protect-list:hover .tp-protect-list-icon {
  color: var(--tp-theme-04);
}
.tp-protect-list-icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  filter: drop-shadow(0 0 10px rgba(32, 13, 64, 0.1));
  background-color: var(--tp-common-white);
  display: inline-block;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  margin-right: 30px;
  flex: 0 0 auto;
  transition: all 0.4s ease;
}
.tp-protect-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 28px;
  color: var(--tp-dark-6);
  margin-bottom: 6px;
}
.tp-protect-title-pre {
  line-height: 30px;
  color: var(--tp-grey-8);
  margin-bottom: 0;
}
.tp-protect-thumb {
  margin-left: 100px;
}
@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) {
  .tp-protect-thumb {
    margin-left: 0;
    width: 100%;
  }
}
.tp-protect-shape {
  left: -17px;
  top: 90px;
}
.tp-protect-shape-3 {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  7.9 clients css
/*----------------------------------------*/
.tp-clients-area {
  margin-bottom: -90px;
  position: relative;
  z-index: 10;
}
.tp-clients-content h2 {
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 60px;
  color: var(--tp-common-white);
  font-weight: 600;
}
.tp-clients-content-wrapper {
  background: var(--tp-theme-04);
  padding: 40px;
}
@media (max-width: 575px) {
  .tp-clients-content-wrapper {
    flex-direction: column;
  }
  .tp-clients-content-wrapper .tp-clients-icon {
    margin-bottom: 15px;
  }
}
.tp-clients-content-wrapper-2 {
  background: var(--tp-common-white);
  position: relative;
}
.tp-clients-content-wrapper-2::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--tp-theme-04);
  top: 0;
  right: 0;
}
.tp-clients-icon {
  width: 100px;
  height: 100px;
  background-color: #fefeff;
  color: var(--tp-theme-04);
  display: inline-block;
  font-size: 52px;
  text-align: center;
  line-height: 110px;
  margin-right: 30px;
  flex: 0 0 auto;
}
@media (max-width: 575px) {
  .tp-clients-icon {
    width: 70px;
    height: 70px;
    font-size: 35px;
    line-height: 84px;
  }
}
.tp-clients-icon-2 {
  background: var(--tp-yellow-3);
  color: var(--tp-common-white);
}
.tp-clients-para {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-grey-10);
  margin-bottom: 0;
}
.tp-clients-para-2 {
  color: var(--tp-grey-8);
  margin-bottom: 5px;
}
.tp-clients-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 28px;
  color: var(--tp-dark-6);
  margin-bottom: 5px;
}
.tp-clients-link {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  text-decoration: underline;
  color: var(--tp-theme-04);
  font-weight: 600;
}
.tp-clients-link:hover {
  color: var(--tp-common-black);
}
.tp-clients-bottom-area {
  padding-top: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-clients-bottom-area {
    padding-top: 180px;
  }
}
@media (max-width: 575px) {
  .tp-clients-bottom-area {
    padding-top: 140px;
  }
}
.tp-clients-bottom-title {
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 1;
  color: var(--tp-common-white);
}
@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) {
  .tp-clients-bottom-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-clients-bottom-title {
    font-size: 40px;
  }
}
.tp-clients-bottom-icon {
  font-size: 68px;
  width: 130px;
  height: 130px;
  color: var(--tp-common-white);
  line-height: 140px;
  text-align: center;
  display: inline-block;
  border-radius: 65px;
  background-color: var(--tp-yellow-3);
}
.tp-clients-shape {
  bottom: -35px;
  left: 0;
}
@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) {
  .tp-clients-shape {
    width: 20%;
  }
}
.tp-clients-shape-2 {
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0.7;
}
@media 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) {
  .tp-clients-shape-2 {
    width: 20%;
  }
}

/*----------------------------------------*/
/* 7.16 expreance css
/*----------------------------------------*/
.tp-experience-bold {
  font-size: 320px;
  letter-spacing: -26px;
  line-height: 1;
  margin-left: 25px;
  color: var(--tp-dark-8);
}
@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), (max-width: 575px) {
  .tp-experience-bold {
    margin-left: 0;
    font-size: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-experience-bold {
    font-size: 200px;
    margin-left: 0;
  }
}
.tp-experience-bold-health {
  color: var(--tp-common-3);
}
.tp-experience-content {
  margin-left: 25px;
}
@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), (max-width: 575px) {
  .tp-experience-content {
    margin-left: 0;
  }
}
.tp-experience-content p {
  margin-bottom: 40px;
  margin-right: -27px;
}
@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: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-experience-content p {
    margin-right: 0;
  }
}
.tp-experience-content-health p {
  color: var(--tp-grey-9);
}
.tp-experience-title {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-theme-05);
  margin-bottom: 17px;
}
@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: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-experience-title {
    margin-right: 0;
  }
}
.tp-experience-title-health {
  color: var(--tp-common-black);
}
.tp-experience-shape {
  top: 0px;
  right: 67px;
}
.tp-experience-shape-health {
  width: 142px;
  height: 416px;
  background-color: #ffd323;
  display: block;
  position: absolute;
  z-index: -1;
  top: -123px;
  margin-left: -8px;
}
.tp-experience-free-service {
  padding: 60px;
  padding-top: 52px;
  filter: drop-shadow(-0.939px 5.926px 30px rgba(92, 78, 117, 0.08));
  background: var(--tp-common-white);
  margin-right: -45px;
  margin-left: 45px;
  margin-top: -200px;
  z-index: 2;
  position: relative;
}
.tp-experience-free-service .tp-experience-check label:before {
  line-height: 10px;
}
@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), (max-width: 575px) {
  .tp-experience-free-service {
    margin-left: 0;
    margin-right: 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: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-experience-free-service {
    padding: 25px;
    padding-top: 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) {
  .tp-experience-free-service {
    margin-top: 0;
  }
}
.tp-experience-check {
  margin-left: 9px;
}
.tp-experience-check input {
  display: none;
}
.tp-experience-check input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.tp-experience-check input:checked ~ label::after {
  background-color: var(--tp-green-10);
  border-color: var(--tp-green-10);
}
.tp-experience-check label {
  line-height: 20px;
  color: #848587;
  margin-left: 10px;
  position: relative;
}
.tp-experience-check label:before {
  position: absolute;
  content: url(../../assets/img/login/check.svg);
  top: 4px;
  left: -20px;
  width: 12px;
  height: 12px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tp-common-white);
  -ms-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 1;
}
.tp-experience-check label:after {
  position: absolute;
  content: "";
  top: 4px;
  left: -20px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  border: 1px solid #e6e6e6;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.tp-experience-input {
  position: relative;
}
.tp-experience-input label {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #848587;
}
.tp-experience-input input {
  padding-left: 54px;
  font-family: var(--tp-ff-p);
  color: var(--tp-common-black);
  border: 1px solid #e6e6e6;
}
.tp-experience-input input:focus {
  border: 1px solid var(--tp-theme-05);
}
.tp-experience-input input::placeholder {
  color: #848587;
  font-size: 16px;
}
.tp-experience-input-title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--tp-dark-8);
}
.tp-experience-form-title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-dark-8);
}
.tp-experience-button button {
  width: 100%;
  background: var(--tp-green-10);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  color: var(--tp-common-white);
  font-weight: 700;
  padding: 18px 0;
}
.tp-experience-button button:hover {
  background: var(--tp-common-black);
}
.tp-experience-health-button button {
  background: var(--tp-theme-06);
}

/*----------------------------------------*/
/*  7.24 progress css
/*----------------------------------------*/
.tp-progress-inner {
  background: #f3f2ff;
  width: 100%;
  height: 4px;
  position: relative;
}
.tp-progress-bar {
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 4px;
  text-align: center;
  white-space: nowrap;
  background-color: var(--tp-theme-05);
  transition: width 0.6s ease;
  position: relative;
}
.tp-progress-title {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.1;
  color: var(--tp-dark-2);
}
.tp-progress-wrapper {
  margin-left: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-progress-wrapper {
    margin-left: 0;
  }
}
.tp-progress-counter {
  position: absolute;
  background: var(--tp-dark-3);
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 400;
  top: -30px;
  line-height: 1;
  right: -20px;
  padding: 3px 7px;
}
.tp-progress-counter::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6.1px 3.5px 0 3.5px;
  border-color: var(--tp-dark-3) transparent transparent transparent;
  transform: rotate(0deg);
  content: "";
  bottom: -6px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/*----------------------------------------*/
/*  7.4 benifits css
/*----------------------------------------*/
.tp-benifits-title-wrapper {
  margin-left: 70px;
}
@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) {
  .tp-benifits-title-wrapper {
    margin-left: 0;
  }
}
.tp-benifits-faq-list {
  background-image: linear-gradient(180deg, #f5fff9 0%, #ffffff 100%);
  border-bottom: none !important;
}
.tp-benifits-faq-list .tp-faq-details-para {
  padding: 0 30px;
  padding-bottom: 25px;
  padding-right: 90px;
}
.tp-benifits-faq-list .tp-faq-details-para span {
  font-size: 48px;
  color: #63ab45;
  right: 30px;
  bottom: 15px;
}
.tp-benifits-faq-list .accordion-btn {
  right: 30px;
}
.tp-benifits-faq .tp-faq-btn-2 {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--tp-dark-8);
  padding: 21px 30px;
}

/*----------------------------------------*/
/* 7.33 visitors css
/*----------------------------------------*/
.tp-visitors-thumb {
  margin-left: 35px;
}
@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) {
  .tp-visitors-thumb {
    margin-left: 0;
  }
}
.tp-visitors-thumb-2 {
  margin-top: -260px;
  margin-right: -130px;
  float: right;
  z-index: 1;
  position: relative;
}
@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), (max-width: 575px) {
  .tp-visitors-thumb-2 {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .tp-visitors-thumb-2 {
    width: 80%;
    top: 50px;
  }
}
.tp-visitors-thumb-3 {
  bottom: -65%;
  left: 16px;
  z-index: 1;
  border-radius: 50%;
}
.tp-visitors-thumb-4 {
  filter: drop-shadow(0 0 20px rgba(36, 27, 100, 0.12));
  bottom: -72px;
  z-index: 1;
  left: -30px;
  right: 0;
  margin: auto;
}
.tp-visitors-list ul li {
  margin-bottom: 15px;
}
.tp-visitors-list ul li span {
  line-height: 1;
}
.tp-visitors-list ul li span i {
  color: var(--tp-theme-12);
  font-size: 18px;
  margin-top: 3px;
  display: inline-block;
  margin-right: 10px;
}
.tp-visitors-list ul li .tp-about-list-title {
  color: var(--tp-heading-5);
  font-size: 18px;
}

/*----------------------------------------*/
/* 7.19 lucation css
/*----------------------------------------*/
.tp-lucation-bg {
  background: #f3f8f6;
}
.tp-lucation-img {
  margin-top: -20px;
}
.pt-cus {
  padding-top: 160px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;

}


@media screen and (max-width: 776px) {
  .pt-cus {
      padding-top: 120px;
      padding-bottom: 50px;
      padding-left: 15px;
      padding-right: 15px;
  }
}
/*# sourceMappingURL=main.css.map */
