/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Hipno - Psychology and Counseling HTML Template
* File          : CSS File
* Version       : 1.0
�������أ�https://www.bootstrapmb.com 
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Services css
07. Why Choose Us css
08. What We Do css
09. Case Study css
10. How It Work css
11. Cta Box Css
12. Our Testimonial css
13. Our FAQs css
14. Our Blog css
15. Our Appointment css
16. Footer css
17. About Us Page css
18. Services Page css
19. Services Single css
20. Blog Archive css
21. Blog Single css
22. Case Study Page css
23. Case Study Single css
24. Team Page css
25. Team Single css 
26. Pricing Page css
27. Testimonial Page css
28. Image Gallery css
29. Video Gallery css
30. FAQs Page css
31. Contact Us Page css
32. Book Appointment Page cs
33. 404 Error Page css
34. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
    --primary-color: #262626;
    --secondary-color: #F9F9F9;
    --text-color: #838383;
    --accent-color: #9B9A84;
    --white-color: #FFFFFF;
    --font-color: #333333;
    --divider-color: #EEEDED;
    --dark-divider-color: #FFFFFF1A;
    --error-color: rgb(230, 87, 87);
    --default-font: roboto;
    --accent-font: "Marcellus", serif;
    --hover-color: #367BFF;
    --theme-color: #D63131;
    --btn-hover-color: #C80000;
}


/************************************/
/*** 	   02. General css		  ***/
/************************************/

body {
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    background-color: var(--white-color);
    color: var(--text-color);
}

p {
    /* line-height: 1.6em;
	margin-bottom: 1.6em; */
    margin-bottom: 0em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: var(--accent-font);
    font-weight: 400;
    line-height: 1.1em;
    color: var(--primary-color);
}

figure {
    margin: 0;
}

img {
    /* max-width: 100%; */
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

html,
body {
    width: 100%;
    overflow-x: clip;
}

@font-face {
    font-family: 'DIN';
    src: url('./font/D-DIN.ttf');
}

.container {
    width: 12rem;
}

.Integrated {
    color: inherit;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding: 0 !important;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.slider-items {
    margin-top: 1.1rem;
}

.animationDefault {
    opacity: 0;
    top: 0.2rem;
    position: relative;
}

.animationActive {
    top: 0;
    opacity: 1;
    /* animation: opacity 0.5s linear; */
    transition: opacity 1.0s, top 1.0s;
}

/* @keyframes opacity {
	0% {
		transform: translateY(15px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
} */


/* features-tab */
.features-tab {
    width: 100%;
    margin-top: 0.80rem;
}

.features-tab .slider-items {
    margin-top: 0.4rem !important;
}

.features-tab .content-items {
    text-align: center;
}

.features-tab .content-items .title p {
    font-weight: 400;
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.4rem;
}

.features-tab .container .row .swiper-content .custom-tab .active a span {
    color: #333 !important;
}

.green-module {
    width: 100%;
    height: 300px;
    /* margin-top: 150px; */
    position: relative;
}

.green-module video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    display: block;
    object-fit: fill;
}

.video-module .globe-box {
    width: 100%;
    /* height: 100%; */
    /* top: 0.2rem;
	left: 0; */
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-module .front-box {
    z-index: 2;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    user-select: none;
}

.green-module .front-box .title {
    font-size: 0.4rem;
}

.green-module .front-box .desc {
    margin-top: 20px;
    font-size: 16px;
}

.green-module .front-box .pc-btn {
    width: 1.2rem;
    height: 0.45rem;
    line-height: 0.45rem;
    border: none;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    background-color: var(--theme-color);
    border-radius: 8px;
    /* text-transform: capitalize; */
    margin-top: 25px;
    perspective: 1000px;
}

.green-module .front-box .pc-btn:hover {
    background-color: var(--btn-hover-color);
}

.green-module .front-box .pc-btn.show {
    display: block;

    transition: all 0.3s linear;
    animation: showBtn 0.5s linear;
}

@keyframes showBtn {
    0% {
        height: 0;
        opacity: 0;
        display: none;
    }

    100% {
        height: 0.45rem;
        opacity: 1;
        display: block;
    }
}

.green-module .front-box .pc-btn a {
    color: #FFF;
}

.test-box {
    position: relative;
}

/* contract-introduction */
.contract-introduction {
    width: 100%;
    top: 0;
    z-index: 2;
    padding: 60px 0;
    position: sticky;
    overflow: hidden;
    background-image: url('../images/banner-contract.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contract-introduction .content-items {
    top: 60px;
    /* position: sticky; */
    display: block;
    align-items: center;
    text-align: center;
    margin: 0.5rem 0;
    z-index: 9;
    background-color: white;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
}

.contract-introduction .container .align-items-center {
    position: relative;
}

.contract-introduction .container .align-items-center .contract-left {
    position: relative;
}

.contract-introduction .content-items::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 100%;
    height: 1rem;
    background: linear-gradient(0deg, rgba(245, 253, 255, 0) 0, #FFF 1rem, #ffffff);
}

.phone_process-manage {
    display: none;
}

.process-manage {
    position: relative;
    background-color: #FAFAFA;
}

.process-manage .process-section {
    background: transparent;
}

.process-manage__top-section {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.process-section {
    min-height: 100vh;
    box-sizing: border-box;
    padding: 60px 20px 0.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    content: "viewport-units-buggyfill; min-height: 100vh"
}

.process-section__inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.process-section__title {
    font-size: 0.4rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    padding-top: 1rem;
}

.process-section__hd {
    color: #000;
    text-align: center;
    margin-bottom: 85px;
    position: relative;
}

.process-section__hd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -150px;
    width: 100%;
    background: linear-gradient(0deg, rgba(245, 253, 255, 0) 0, #FAFAFA 1rem, #FAFAFA);
}

.process-section__hd-inner {
    position: relative;
}

.process-section__bd {
    display: flex;
    align-items: center;
    min-height: 590px;
}

.process-section__bd ul {
    margin: 0 !important;
}

@media screen and (min-width: 1200px) {
    .process-manage__top-section .process-manage__bg {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1rem;
        background: #FAFAFA;
    }
}

@media screen and (min-width: 2000px) {
    .process-manage__top-section .process-manage__bg {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.2rem;
        /* background: linear-gradient(to bottom, #FFFFFF 50%, #FAFAFA 100%); */
    }

    .process-section__hd {
        color: #000;
        text-align: center;
        position: relative;
        margin-bottom: 160px;
        z-index: 9;
    }

}

@media screen and (min-width: 1200px) {
    .process-manage__top-section .process-manage__list {
        position: relative;
        min-height: 590px;
    }
}

.process-manage__list {
    width: 50%;
    margin-right: 0.8rem;
    position: relative;
    padding: 6px 110px 6px 0;
}

.process-manage__list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 400px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(245, 253, 255, 0) 0, #FAFAFA 170px, #FFF);
}

.process-manage__features-wrap {
    width: 1px;
    flex: 1 1;
}

.process-manage__features-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 1200px) {
    .process-manage__features-wrap {
        position: relative;
        pointer-events: auto;
    }
}

.process-manage__features {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px -32px;
}

.process-manage__features img {
    width: 6rem;
    height: 4rem;
    display: block;
}

@media screen and (min-width: 1200px) {
    .process-manage__features-wrap .process-manage__features:first-child {
        position: relative;
    }
}

@media screen and (min-width: 1200px) {
    .process-manage__features-wrap .process-manage__features {
        position: absolute;
        top: 0;
        transform: translateY(-15px);
        opacity: 0;
        transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out, opacity .5s ease-in-out;
        transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
        pointer-events: none;
    }
}

@media screen and (min-width: 1200px) {
    .process-manage__features-wrap .process-manage__features.is-active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
}

@media screen and (min-width: 1200px) {
    .process-manage__bottom-section {
        margin-top: -100vh;
        overflow: hidden;
        content: "viewport-units-buggyfill; margin-top: -100vh";
    }
}

@media screen and (min-width: 1200px) {
    .process-manage__bottom-section .process-section__hd {
        visibility: hidden;
    }
}

.process-manage__item {
    list-style: none;
    position: relative;
}

.counterUp {
    animation-duration: 2s;
    animation-delay: 0s;
}

.contract-items {
    /* margin-top: 1rem; */
    display: flex;

}

.contract-items .contract-left {
    width: 4.45rem;
    display: flex;
    flex-direction: column;
    min-height: 5rem;
}

.contract-items .contract-right {
    margin-left: 1rem;
}

.contract-items .contract-right ul {
    display: flex;
    align-items: center;
}

.contract-items .contract-right ul li {
    opacity: 1;
    /* position: absolute;
	top: 0;
	right: 1rem; */
}

.contract-items .contract-right img {
    width: 6.3rem;
    height: 4.1rem;
}

.contract-active {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.contract-active .header {
    display: flex;
    align-items: center;
}

.contract-active .header img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 16px;
}

.contract-active .header .phone-img {
    display: none;
}

.contract-active .header span {
    font-weight: 400;
    font-size: 30px;
    color: #333333;
}

.contract-active .active-content {
    display: flex;
    margin-top: 0.1rem;
    flex-wrap: wrap;
}

.contract-active .active-content .nomal {
    margin-left: 20px;
    padding-left: 36px;
    /* display: none; */
    height: 0.56rem;
    border-left: 2px dashed #D1D1D1;
}

.contract-active .active-content .active-title {
    margin-left: 20px;
    padding-left: 36px;
    border-left: 2px dashed #D1D1D1;
    /* display: none; */
}

.contract-active .active-content .active-img {
    display: none;
    margin-left: 1rem;
    width: 5.76rem;
    height: 4.1rem;
}

.active-content .active-title .instructions {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}

.active-content .active-title .article {
    display: flex;
    width: 3.85rem;
    justify-content: space-between;
    margin: 0.5rem 0 1.5rem;
}

.active-content .active-title .article .unit {
    font-weight: bold;
    font-size: 0.2rem;
    line-height: 0.2rem;
    padding-top: 0.05rem;
    margin-left: 0.04rem;
    color: var(--theme-color);
}

.flex-r-c {
    display: flex;
    align-items: center
}

.active-title .article p span {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.active-title .article .label,
.desc {
    display: block;
}

.active-title .article .desc {
    margin-top: 4px;
}

.active-title .article p span:first-child {
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 0.3rem;
    color: var(--theme-color);
    /* margin-bottom: 4px; */
}

.contract-active .active-content .last-item {
    border: none;
}


/* .image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
} */

/* .image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
} */

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.row>* {
    padding: 0;
}

.row.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters>* {
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
    background: var(--accent-color);
    color: var(--white-color);
    border-radius: 10px;
    padding: 16px 20px;
    border: none;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    z-index: 1;
}

.btn-default:hover {
    background-color: transparent;
}

.btn-default::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--primary-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.btn-default.btn-highlighted {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    padding: 15px 20px;
}

.btn-default.btn-highlighted:hover {
    color: var(--white-color);
}

.readmore-btn {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-right: 30px;
    transition: all 0.3s ease-in-out;
}

.readmore-btn:hover {
    color: var(--primary-color);
}

.readmore-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
    background: url('../images/arrow-accent.svg') no-repeat;
    background-position: right center;
    background-size: cover;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.readmore-btn:hover:before {
    filter: brightness(0) invert(0);
}

.cb-cursor:before {
    background: var(--accent-color);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #FFF;
    /* background-color: var(--primary-color); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container,
.loading {
    height: 1rem;
    position: relative;
    width: 1rem;
    border-radius: 100%;
    display: none;
}

.loading-container {
    margin: 0.4rem auto;
}

.loading {
    border: 1px solid transparent;
    border-color: transparent var(--white-color) transparent var(--white-color);
    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: 66px;
    transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-row {
    margin-bottom: 0.8rem;
}

.section-row .section-title {
    margin-bottom: 0;
}

.section-btn {
    text-align: end;
}

.section-title {
    margin-bottom: 0.4rem;
}

.section-title-content p {
    margin: 0;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-family: var(--default-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent-color);
    padding-left: 18px;
    margin-bottom: 15px;
}

.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--accent-color);
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.section-title h1 {
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 0;
    cursor: none;
}

.section-title h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0;
    cursor: none;
}

.section-title p {
    margin-top: 30px;
    margin-bottom: 0;
}

.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}

.help-block.with-errors ul li {
    color: var(--error-color);
    font-weight: 500;
    font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header {
    position: relative;
    border-bottom: 1px solid var(--dark-divider-color);
    z-index: 100;
}

header.main-header .header-sticky {
    position: relative;
    top: 0;
    z-index: 100;
}

header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0;
}

header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    transform: translateY(0);
    border-bottom: 1px solid var(--dark-divider-color);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

header.main-header .header-sticky.active::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
    opacity: 80%;
    width: 100%;
    height: 100%;
}

.navbar {
    width: 100%;
    height: 0.6rem;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9;
    align-items: center;
    background-color: transparent;
    /* margin-bottom: 0.6rem; */
}

.navbar.fixed {
    background-color: #FFF;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
}

.navbar-fixed {
    width: 100%;
    height: 0.6rem;
    top: 27px;
    left: 0;
    position: fixed;
    transition: top .3s;
    z-index: 500;
    opacity: 0;
    display: none;
}

.navbar-fixed .nav-box {
    background: hsla(0, 0%, 100%, .95);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
    width: 12rem !important;
    margin: 0 auto;
    padding: 0 16px 0 0 !important;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 33px;
    position: relative;

}

.showNav {
    opacity: 1;
    display: block;
    animation: showAnimation 0.5s ease-in-out;
}

.navbar-fixed .navbar-brand .logo {
    transform: translateX(0.2rem);
}

@keyframes showAnimation {
    0% {
        opacity: 0;
        transform: translateY(-0.3rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.navbar-brand {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.navbar-brand .logo {
    width: 0.75rem;
    /* height: 26px; */
}

.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: left;
    margin-left: 0.4rem;
}

.main-menu .nav-menu-wrapper>ul {
    align-items: center;
    display: inline-flex;
}

.main-menu ul li {
    margin: 0;
    position: relative;
}

.main-menu ul li a {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 20px !important;
    color: var(--font-color);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    color: var(--theme-color);
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    /* transform: scaleY(0.8); */
    /* transform-origin: top; */
    padding: 0;
    margin: 0;
    list-style: none;
    /* width: 230px; */
    /* border-radius: 20px; */
    position: absolute;
    left: 0;
    top: 100%;
    /* background-color: var(--accent-color); */
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.main-menu ul .li-items {
    display: flex;
    width: 12rem;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0.6rem;
}


.main-menu ul .product-items {
    background-color: #FFF;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
    left: -1.85rem;
}

.main-menu ul .product-items .nav-item {
    width: 4.5rem;
    margin-top: 0.25rem;
    margin-left: 0.25rem;
    margin-right: 0.5rem;
}

.main-menu ul .product-items .nav-item p {
    color: #333;
    font-size: 0.18rem;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 0.15rem;
    margin-right: 1rem;
}

.main-menu ul .product-items .list-box {
    display: flex;
    flex-direction: column;
    padding: 0.25rem 0;
    gap: 0.3rem 0;
}

.main-menu ul .product-items .list-box a {
    padding: 0 !important;
    margin: 0 !important;
}

.main-menu ul .product-items .list-box .list-item {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.main-menu ul .product-items .list-box .list-item:hover .txt-box span:nth-child(1) {
    color: var(--theme-color);
}

.main-menu ul .product-items .list-box .list-item img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.05rem;
}

.main-menu ul .product-items .list-box .list-item .txt-box {
    display: flex;
    flex-direction: column;
    padding: 0.02rem 0 0;
}

.main-menu ul .product-items .list-box .list-item .txt-box span:nth-child(1) {
    color: #333;
    font-size: 0.16rem;
}

.main-menu ul .product-items .list-box .list-item .txt-box span:nth-child(2) {
    color: #666;
    font-size: 0.12rem;
}

.main-menu ul .cooperation-items {
    width: 12rem;
    height: 1.4rem;
    left: -2.8rem;
    top: 0.6rem;
    position: absolute;
    display: flex;
    /* align-items: center; */
    gap: 0 0.53rem;
    background-color: #FFF;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
}

/* .main-menu ul .cooperation-items .nav-item {
	height: 100%;
} */

.main-menu ul .cooperation-items .nav-item {
    width: 3.06rem;
    margin-top: 0.15rem;
    cursor: pointer;
}

.main-menu ul .cooperation-items .list-item {
    display: flex;
    height: 100%;
    align-items: flex-start;
}

.main-menu ul .cooperation-items .list-item:hover .txt-box span:nth-child(1) {
    color: var(--theme-color);
}

.main-menu ul .cooperation-items .list-item img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.05rem;
}

.main-menu ul .cooperation-items .list-item .txt-box {
    display: flex;
    flex-direction: column;
    padding: 0.02rem 0 0;
}

.main-menu ul .cooperation-items .list-item .txt-box span:nth-child(1) {
    color: #333;
    font-size: 0.16rem;
}

.main-menu ul .cooperation-items .list-item .txt-box span:nth-child(2) {
    color: #666;
    font-size: 0.12rem;
}

/* .main-menu ul .li-items li {
	width: 3rem;
	margin-bottom: 0.15rem;
} */

.main-menu ul .service-items {
    display: flex;
    width: 8rem;
    flex-wrap: wrap;
    position: absolute;
    left: -4rem;
    top: 0.75rem;
}

.main-menu ul .service-items li {
    width: 2.56rem;
    height: 0.98rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-menu ul .about-items {
    position: absolute;
    left: -5.5rem;
    top: 0.6rem;
    width: 12rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.3rem;
}

.main-menu ul .about-items li {
    width: 3.8rem;
    height: 1.3rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.main-menu ul .about-items li:hover {
    background: linear-gradient(179deg, #FAFAFA 0%, #FFFFFF 100%);
    box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0.05rem;
    border: 1px solid #ffffff;
}

.main-menu ul .li-items li a {
    display: flex;
}

.main-menu ul .li-items li a p span {
    display: block;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
}

.main-menu ul .li-items li a p .instructions {
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    margin-top: 0.05rem;
}

.main-menu ul .li-items .nav-item a img {
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.1rem;
}

.main-menu ul li.submenu:first-child ul {
    /* width: 230px; */
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
    text-align: left;
}

/* .main-menu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	padding: 5px 0;
} */

.main-menu ul li.submenu ul li.submenu>a:after {
    content: '\f105';
    float: right;
}

.main-menu ul ul li {
    margin: 0;
    padding: 0;
}

.main-menu ul ul li a {
    color: var(--font-color);
    padding: 6px 20px !important;
    transition: all 0.3s ease-in-out;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
    color: var(--primary-color);
    background-color: transparent;
    /* padding: 6px 20px 6px 23px !important; */
}

.main-menu ul li.highlighted-menu {
    display: none;
}

.header-btn {
    /* margin-left: 0.5rem; */
    color: #333333;
    display: flex;
    align-items: center;
}

.header-btn .login {
    /* margin-left: 30px; */
}

.header-btn img {
    width: 24px;
    height: 24px;
}

.service-box {
    margin-right: 37px;
}

.header-btn .call {
    margin-right: 8px;
}

.header-btn .login-btn {
    width: 110px;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 20px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-btn .user {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.header-btn .use {
    margin-left: 15px;
    width: 110px;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    color: #FFF;
    background-color: var(--theme-color);
    border-radius: 20px;
    border: 1px solid var(--theme-color);
}

.header-btn .download {
    margin-left: 15px;
    color: #FFFFFF;
    width: 110px;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    background: linear-gradient(92deg, #5D4FFF 0%, #067BFF 100%);
    border-radius: 20px 20px 20px 20px;
}

.responsive-menu,
.navbar-toggle {
    display: none;
}

.responsive-menu {
    top: 0;
    position: relative;
}

.slicknav_btn {
    background: var(--white-color);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.38rem;
    height: 0.38rem;
    margin: 0;
    border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 2px;
    width: 22px;
    background-color: var(--font-color);
    border-radius: 6px;
    margin: 6px auto !important;
    transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
    margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
    margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-7.5px, 7.5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-4px, -4px);
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    position: relative;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 20px;
    color: var(--font-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
    background-color: #F5F5F5;
    color: var(--primary-color);
}

/* .slicknav_menu {
    position: absolute;
    width: 100%;
    padding: 0;
    background: var(--white-color);

}

.slicknav_menu ul {
    margin: 5px 0;
}

.slicknav_menu ul ul {
    margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    position: relative;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 20px;
    color: var(--font-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.slicknav_menu ul ul li a {
    padding: 10px 20px 10px 30px;
}

.slicknav_arrow {
    font-size: 0 !important;
}

.slicknav_arrow:after {
    content: '';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--white-color);
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.3s ease-out;
}

.slicknav_open>a .slicknav_arrow:after {
    transform: rotate(-180deg);
    color: var(--primary-color);
} */

/************************************/
/***        020. home css	      ***/
/************************************/

.department-home {
    width: 100%;
    margin-top: 1.45rem;
    /* height: 8.2rem; */
}

.department-home .content-box {
    width: 12rem;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}

.department-home .content-box .title-box {
    text-align: center;
}

.department-home .content-box .title-box p {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333333;
}

.department-home .content-box .title-box .titleTop {
    display: none;
}

.department-home .content-box .title-box .titleBottom {
    display: none;
    margin-top: 0.2rem;
}

.department-home .content-box .title-box .article {
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    margin-top: 0.12rem;
}

.department-home .author-content .pc-btn {
    display: block;
    width: 1.2rem;
    height: 0.45rem;
    line-height: 0.45rem;
    border: none;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    background-color: var(--theme-color);
    border-radius: 8px;
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
}

.department-home .author-content .pc-btn:hover {
    background-color: var(--btn-hover-color);
}

.department-home .author-content .phone-btn {
    display: none;
}


/************************************/
/***        020. features css	      ***/
/************************************/
.features {}

.features .container .row {
    position: relative;
}

.features .container .row .content-items {
    display: flex;
    position: absolute;
    top: -0.7rem;
}

.features .container .row .content-items .features-items {
    width: 2.9rem;
    height: 1.4rem;
    display: flex;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    /* 背景模糊 */
    -webkit-backdrop-filter: blur(10px);
    /* 兼容老版本 Safari */
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.06);
    border-radius: 15px 15px 15px 15px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    /* padding: 0.4rem 0 0 0.2rem; */
    margin-right: 0.14rem;
    align-items: center;
    padding-left: 0.32rem;
    opacity: 0;
    display: none;
    /* cursor: pointer; */
}

/* .content-items>div:hover {
	transform: translateY(-10px) !important;
	transition: all 0.3s ease-out !important;
	box-shadow: 0px 5px 20px 1px rgba(231, 233, 245, 0.74) !important;
} */

.opacity-show {
    opacity: 1;
    animation: showAnimate 0.5s linear forwards;
}

.one {
    opacity: 1;
    animation: showAnimate 0.5s linear forwards;
    animation-delay: 0.5s;
}

.two {
    opacity: 1;
    animation: showAnimate 0.5s linear forwards;
    animation-delay: 0.6s;
}

.three {
    opacity: 1;
    animation: showAnimate 0.5s linear forwards;
    animation-delay: 0.7s;
}

.four {
    opacity: 1;
    animation: showAnimate 0.5s linear forwards;
    animation-delay: 0.8s;
}

.five {
    opacity: 1;
    animation: showAnimate 0.5s linear forwards;
    animation-delay: 0.9s;
}

.six {
    opacity: 1;
    animation: showAnimate 0.5s linear forwards;
    animation-delay: 1.0s;
}

@keyframes showAnimate {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.features-items img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 10px;
}

.features-items p span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.features-items p span:first-child {
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    margin-bottom: 8px;
}

.customer-img {
    position: relative;
    display: inline-block;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    overflow: hidden;
    margin-left: -16px;
    width: 0.5rem;
    height: 0.5rem;
    z-index: 1;
}

.customer-img:first-child {
    margin: 0;
}

.customer-img figure {
    display: block;
}

.customer-img img {
    max-width: 100%;
    border-radius: 50%;
}

.customer-img.add-more {
    width: 52px;
    height: 52px;
    background-color: var(--accent-color);
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.customer-img.add-more p {
    font-family: var(--accent-font);
    color: var(--white-color);
    margin: 0;
}

/************************************/
/***       05. About Us css	      ***/
/************************************/

.about-us {
    padding: 1rem 0;
}

.about-us-images {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 30px;
}

.about-img-1 {
    width: calc(40% - 15px);
}

.about-img-2 {
    width: calc(60% - 15px);
}

.about-img-1 img,
.about-img-2 img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.about-img-1 figure {
    display: block;
}

.about-img-1 img {
    aspect-ratio: 1 / 1.75;
    object-fit: cover;
}

.about-img-2 figure {
    display: block;
    mask-image: url(../images/about-img-2-bg-shape.svg);
    background-image: url(../images/about-img-2-bg-shape.svg);
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.about-img-2 img {
    aspect-ratio: 1 / 1.75;
    object-fit: cover;
}

.about-customer-box {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--secondary-color);
    border-radius: 20px;
    width: 100%;
    max-width: 370px;
    padding: 30px;
}

.about-customer-rating {
    margin-bottom: 15px;
}

.about-customer-rating i {
    font-size: 14px;
    color: var(--accent-color);
}

.about-customer-content {
    margin-bottom: 15px;
}

.about-customer-content p {
    margin: 0;
}

.about-customer-content p span {
    color: var(--primary-color);
}

.about-customer-box .customer-images {
    display: flex;
    align-items: center;
}

.about-us-content {
    margin-left: 25px;
}


.about-us-content-btn .btn-default.btn-highlighted {
    margin-left: 30px;
}

/************************************/
/***    06. Our Services css      ***/
/************************************/

.our-services {
    background: var(--secondary-color);
    padding: 1rem 0;
}

.service-item {
    position: relative;
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}

.service-image a {
    position: relative;
    display: block;
    cursor: none;
}

.service-image a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    opacity: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.service-image img {
    aspect-ratio: 1 / 0.97;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}

.service-item:hover .service-image img {
    transform: scale(1.1);
}

.service-content {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    max-width: 210px;
    z-index: 2;
}

.service-content h3 {
    font-size: 20px;
    color: var(--white-color);
}

.service-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 2;
}

.service-btn .readmore-btn {
    display: block;
    color: var(--white-color);
}

.service-btn .readmore-btn:hover {
    color: var(--accent-color);
}

.service-btn .readmore-btn::before {
    filter: brightness(0) invert(1);
}

.service-get-quote-text {
    text-align: center;
    margin-top: 20px;
}

.service-get-quote-text p {
    margin: 0;
}

.service-get-quote-text p span {
    background-color: var(--accent-color);
    color: var(--white-color);
    border-radius: 1rem;
    font-weight: 500;
    line-height: 1.1em;
    padding: 2px 10px;
    margin-right: 5px;
}

.service-get-quote-text a {
    font-weight: 700;
    text-decoration: underline;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.service-get-quote-text a:hover {
    color: var(--accent-color);
}

/************************************/
/***    07. Why Choose Us css     ***/
/************************************/


/************************************/
/***      08. What We Do css      ***/
/************************************/

.intro-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.intro-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-button {
    position: relative;
    z-index: 1;
}

.video-play-button a {
    position: relative;
    background-color: var(--accent-color);
    border-radius: 100%;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
}

.video-play-button a:before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 0.5rem solid var(--divider-color);
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}

.video-play-button a:after {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 0.5rem solid var(--divider-color);
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
    animation-delay: .3s;
}

@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.video-play-button a i {
    font-size: 30px;
    color: var(--white-color);
}

.video-counter-item h2 {
    font-size: 0.5rem;
    color: var(--white-color);
    margin-bottom: 10px;
}

.video-counter-item p {
    color: var(--white-color);
    text-transform: capitalize;
    opacity: 80%;
    margin: 0;
}

/************************************/
/***      09. Case Study css	  ***/
/************************************/


/************************************/
/***      10. How It Work css	  ***/
/************************************/

.how-it-work {
    background: var(--secondary-color);
    padding: 1rem 0;
}

.how-work-step-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.how-work-step-item {
    position: relative;
    width: calc(25% - 30px);
    background: url('../images/how-work-step-arrow-1.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 60% auto;
    display: flex;
    flex-wrap: wrap;
}

.how-work-step-item:nth-child(even) {
    background: url('../images/how-work-step-arrow-2.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 60% auto;
    flex-direction: column-reverse;
}

.how-work-step-item:last-child,
.how-work-step-item:nth-child(4n + 4) {
    background: transparent;
}

.how-work-step-no {
    position: relative;
    background-color: var(--accent-color);
    border-radius: 8px;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.how-work-step-item:nth-child(even) .how-work-step-no {
    margin: 30px 0 0 0;
}

.how-work-step-no::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 8px;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.how-work-step-item:hover .how-work-step-no::before {
    transform: scale(1);
}

.how-work-step-no h3 {
    position: relative;
    font-family: var(--default-font);
    font-size: 0.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white-color);
    z-index: 1;
}

.how-work-step-content {
    width: 100%;
    max-width: 210px;
}

.how-work-step-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.how-work-step-content p {
    margin: 0;
}

/************************************/
/***       11. Cta Box Css        ***/
/************************************/

/************************************/
/***    12. Our Testimonial css	  ***/
/************************************/
.testimonial-review-box {
    background: var(--secondary-color);
    border-radius: 20px;
    text-align: center;
    padding: 0.4rem 0.8rem;
}

.testimonial-site-logo {
    margin-bottom: 25px;
}

.testimonial-site-logo img {
    max-width: 160px;
}

.testimonial-review-box .about-customer-rating {
    display: inline-block;
    background-color: var(--accent-color);
    border-radius: 10px;
    padding: 15px 20px;
}

.testimonial-review-box .about-customer-rating i {
    font-size: 18px;
    color: var(--white-color);
}

.testimonial-review-box .customer-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-tab .tab-title {
    /* width: 12rem; */
    width: 60%;
    margin: 0 auto;
    transition: transform 0.3s linear;
}

.features-tab .tab-title.active {
    transform: translateX(-80px);
}

.features-tab .tab-title ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0.56rem;
}

.features-tab .tab-title ul li {}

.features-tab .tab-title ul li a {
    display: flex;
    align-items: center;
}

.features-tab .tab-title ul .active {
    color: #333333;
}

.features-tab .tab-title ul li a span {
    font-weight: 400;
    font-size: 22px;
    color: #ADADAD;
}

.features-tab .testimonial-slider {
    padding: 30px;
}

.testimonial-slider .tab-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 60px;
    position: relative;
}

.tab-box .nav-item {
    flex: 1;
    color: #333;
    text-align: center;
    cursor: pointer;
    padding-bottom: 0.16rem;
}

.tab-box .nav-item {
    font-size: 0.22rem;
}

.tab-box .slide {
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: var(--theme-color);
}

.my-slide {
    opacity: 1 !important;
    transform: none !important;
    display: flex;
}

.my-slide .left-box {
    display: flex;
    padding-top: 10px;
    margin-right: 65px;
    flex-direction: column;
    touch-action: none;
}

.my-slide .left-box .detail-info {
    display: flex;
    flex-direction: column;
}

.my-slide .left-box .detail-info .title {
    color: #333;
    font-size: 0.3rem;
    line-height: 0.3rem;
    font-weight: 500;
}

.my-slide .left-box .detail-info .description {
    color: #666;
    font-size: 16px;
    margin-top: 35px;
}

.my-slide .left-box .list-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.my-slide .left-box .list-box .list-item {
    width: 40%;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.list-item .circle {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid #BB2E2E;
}

.my-slide .right-box {
    width: 7rem;
    height: 4.3rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide .right-box img {
    width: 6.5rem;
    height: 4rem;
    border-radius: 0.1rem;
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.08);
}

.features-tab .testimonial-tab-slider {
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
    height: 4.27rem;
}

.features-tab .testimonial-tab-slider .testimonial-slider-image .image-slide {
    width: 5.74rem;
    height: 4.27rem;
}

.features-tab .testimonial-tab-slider .testimonial-slider-image img {
    transform: scale(1);
    /* width: 6.74rem;
	height: 4.2rem; */
    object-fit: cover;
}

/* .testimonial-slider .swiper-wrapper {
	cursor: none;
} */

.testimonial-item {
    display: flex;
    /* flex-direction: row-reverse; */
    flex-wrap: wrap;
    align-items: center;
}

/* .testimonial-slider-image {
	width: calc(62% - 15px);
} */

.testimonial-slider-image figure {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.testimonial-slider-image img {
    width: 100%;
    height: 4.27rem;
    /* border-radius: 20px; */
    aspect-ratio: 1 / 0.999;
    /* object-fit: cover; */
    object-fit: scale-down;
}

.testimonial-content {
    font-size: 16px;
    color: #333;
}

.home .testimonial-rating p .title {
    font-family: D-DIN DIN, D-DIN DIN;
    font-weight: bold;
    font-size: 0.22rem;
    color: #367BFF;
}

.home .testimonial-rating p .article {
    font-weight: 500;
    font-size: 0.22rem;
    color: #333333;
}

.features-tab .testimonial-rating p {
    display: flex;
    flex-direction: column;
}

.features-tab .testimonial-rating p span {
    display: block;
}

.features-tab .testimonial-rating .separate {
    height: 3px;
    width: 60px;
    margin-top: 8px;
    margin-bottom: 0.25rem;
    background-color: var(--theme-color);
}

/* .features-tab .testimonial-rating p span:last-child {
	font-size: 0.3rem;
	font-weight: 500;
	line-height: 0.4rem;
	margin-top: 5px;
	margin-bottom: 0.25rem;
} */

.home .testimonial-content {
    margin-bottom: 0.54rem;
}

.home .testimonial-content .item {
    margin-bottom: 0.29rem;
}

.home .testimonial-content p {
    margin-bottom: 0.3rem;
}

.home .testimonial-content p img {
    width: 0.24rem;
    height: 0.2rem;
    margin-right: 0.1rem;
}

.home .testimonial-content .item .article {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.14rem;
    margin-top: 0.08rem;
    padding-left: 0.32rem;
    color: #333333;
}

.home .testimonial-content .item p img {
    width: 0.24rem;
    height: 0.2rem;
    margin-right: 0.1rem;
}

.home .testimonial-content .item p span {
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #333333;
}

.features-tab .container .swiper-content .testimonial-tab-slider {
    position: relative;
}

.features-tab .container .testimonial-slider-content {
    flex: 1;
    display: none;
    flex-direction: column;
    /* justify-content: center; */
    width: 626px;
    height: 427px;
    padding: 0.8rem 36px 30px;
    z-index: 9;
    background-color: #FAFAFA;
}

.features-tab .container .showAnimate {
    transition: all 0.3s;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(15px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.features-tab .testimonial-rating p {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    margin-right: 2px;
}

.features-tab .testimonial-content p span {
    font-size: 14px;
}

.features-tab .testimonial-content p .article {
    display: block;
    padding-left: 0.24rem;
}

.features-tab .author-content button {
    /* display: none; */
    color: #FFF;
    font-size: 14px;
    margin-top: 0.5rem;
    background-color: var(--theme-color);
}

.features-tab .author-content button:hover {
    background-color: var(--btn-hover-color);
}

.features-tab .testimonial-content p {
    margin-bottom: 0.16rem;
    display: flex;
    align-items: center;
}

.features-tab .testimonial-content p img {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.1rem;
}

.features-tab .video-module {
    width: 12rem;
    margin-top: 1rem;
}

.features-tab .video-module .video-title {
    color: #333;
    font-size: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
}

.features-tab .video-module .video-content {
    /* height: 4rem; */
    display: flex;
    position: relative;
    align-items: center;
    margin: 120px 0;
}

/* .features-tab .video-module .video {
	position: absolute;
	width: 12rem;
	height: 4rem;
	top: 0;
	left: 0;
	z-index: 1;
	object-fit: fill;
} */

.features-tab .video-module .count-box {
    width: 100%;
    height: 1.8rem;
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: #FFFFFF55;
    border: 1px solid #FF7E7E;
    border-radius: 1rem;
    z-index: 3;
    backdrop-filter: blur(20px) saturate(150%);
}

.features-tab .count-box .count-item {
    flex: 1;
    color: #333;
    min-height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.features-tab .count-box .count-item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 25px;
    background-color: #E3E3E3;
    position: absolute;
    right: 0;
    top: 75%;
    transform: translateY(-75%);
}

.features-tab .count-box .count-item .count {
    padding-top: 10px;
    font-size: 42px;
    font-weight: 800;
    font-family: 'DIN';
    background: linear-gradient(134deg, #612FFF 0%, #C610B2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-tab .count-box .count-item .unit {
    font-size: 17px !important;
    background: linear-gradient(134deg, #612FFF 0%, #C610B2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-tab .count-box .count-item .desc {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* .features-tab .count-box .count-item:hover {
	color: #FFF !important;
	background-color: #E52730;
}
.features-tab .count-box .count-item:hover .desc {
	color: #FFF !important;
} */

.testimonial-content p span {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.department-home .author-content {
    /* position: absolute;
	bottom: 0.1rem; */
    margin-top: 35px;
}

.author-content button {
    width: 1.2rem;
    height: 0.45rem;
    line-height: 0.45rem;
    border: none;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    background-color: var(--theme-color);
    border-radius: 8px;

    text-transform: capitalize;
    margin-bottom: 5px;
}

.author-content button a {
    color: #FFFFFF;
}

.author-content p {
    text-transform: capitalize;
    margin: 0;
}

/* meal-module */
.meal-module {
    width: 100%;
    margin: 0.75rem 0 0.62rem;
}

.meal-module .content-items {
    text-align: center;
    padding: 0 !important;
}

.meal-module .content-items .title {
    font-weight: 400;
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333333;
}

.meal-module .content-items .meal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 23px;
    column-gap: 20px;
    margin-top: 0.62rem;
    width: 12rem;
}

.meal-module .content-items .meal .meal-item {
    text-align: left;
    width: 3.85rem;
    /* height: 3.85rem; */
    box-sizing: border-box;
    padding: 0.12rem 0.1rem 0 0.2rem;
    /* box-shadow: 0px 5px 20px 1px #E7E9F5; */
    border-radius: 10px;
    background-color: #FAFAFA;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
    opacity: 0;
}

.meal-module .content-items .meal .meal-item:hover {
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
}

.meal-module .content-items .meal .border-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 8px;
    background-color: var(--theme-color);
}

.meal-module .content-items .swiper {
    margin-top: 60px;
}

.meal-module .content-items .swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.meal-module .content-items .swiper .swiper-wrapper img {
    height: 112px;
}

.show-more {
    display: none;
    margin-top: 30px;
}

.phone_resolution {
    display: none;
}

.resolution {
    width: 100%;
    padding: 0.8rem 0 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FAFAFA;
    box-sizing: border-box;
}

.resolution .title {
    color: #333;
    font-size: 0.4rem;
    line-height: 0.4rem;
}

.resolution .list-box {
    margin-top: 65px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 26px;
    column-gap: 25px;

}

.resolution .list-box .list-item {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding-bottom: 45px;
    border-radius: 10px;
    transition: all 0.3s linear;
    opacity: 0;
}

.resolution .list-box .list-item:hover {
    box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}

.resolution .list-box .list-item .detail-info {
    display: flex;
    flex-direction: column;
    padding: 0 0.2rem;
}

.resolution .list-box .list-item .detail-info .name {
    color: #333;
    font-size: 21px;
    font-weight: 600;
    margin-top: 20px;
}

.resolution .list-box .list-item .detail-info .desc {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    min-height: 78px;
}

.resolution .list-box .list-item .detail-info .tab-box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 0 13px;
}

.resolution .list-box .list-item .detail-info .tab-box .tab-item {
    color: #999;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 20px;
    background-color: #F5F5F5;
    flex-shrink: 0;
}

.resolution .list-box .list-item img {
    width: 100%;
}

.testimonial-slider-content .tab-box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
}

.testimonial-slider-content .tab-box .tab-item {
    color: #999;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 20px;
    background-color: #F5F5F5;
}

.content-items .meal .meal-item img {
    width: 0.6rem;
    height: 0.6rem;
}

.content-items .meal .meal-item .toRight {
    display: none;
}

.content-items .meal .meal-item .title {
    font-weight: 500;
    font-size: 0.22rem;
    color: #333333;
    margin-top: 0.2rem;
}

.content-items .meal .meal-item .gift {
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #666666;
    margin: 0.17rem 0;

}

.content-items .meal .meal-item .introduce {
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    height: 1.3rem;
}

.content-items .meal .meal-item button {
    width: 1.18rem;
    height: 0.35rem;
    border-radius: 0.2rem;
    border: 1px solid #333333;
    margin-top: 0.43rem;
    background-color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-items .meal .meal-item button img {
    width: 0.18rem;
    height: 0.18rem;
    margin-left: 0.08rem;
}

/* main-footer */
.phone-footer {
    display: none;
}

.main-footer {
    width: 100%;
    height: 5.34rem;
    background-color: #222;
}

.main-footer .row>* {
    padding: 0 15px;
}

.main-footer .content-items .footer-top {
    display: flex;
    justify-content: space-between;
    margin-top: 0.37rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #31373D;
}

.main-footer .content-items .footer-top p {
    display: flex;
    align-items: center;
}

.main-footer .content-items .footer-top p img {
    width: 0.4rem;
    height: 0.4rem;
}

.main-footer .content-items .footer-top p span {
    font-size: 0.16rem;
    color: #ffffff;
    margin-left: 0.12rem;
}

.main-footer .footer-moddle {
    display: flex;
    margin-top: 0.33rem;
    padding-bottom: 0.16rem;
}

.main-footer .footer-moddle .moddle-text {
    margin-right: 1rem;
}

.main-footer .footer-moddle .moddle-text:last-child {
    margin-right: 0rem;
}

.main-footer .footer-moddle .moddle-text p {
    font-size: 0.16rem;
    color: #8F959E;
    margin-bottom: 0.15rem;
}

.main-footer .footer-moddle .moddle-text p:first-child {
    color: #ffffff;
}

.main-footer .footer-moddle .moddle-text .code {
    display: flex;
}

.main-footer .footer-moddle .moddle-text .code p {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0.44rem;
}

.main-footer .footer-moddle .moddle-text .code p span {
    display: block;
    font-weight: 400;
    font-size: 0.16rem;
    color: #8F959E;
    margin-top: 0.05rem;
}

.main-footer .footer-moddle .moddle-text .code p img {
    width: 0.8rem;
    height: 0.8rem;
}

.main-footer .footer-moddle .moddle-text p a {
    color: #8F959E;
    cursor: pointer;
}

.main-footer .footer-moddle .moddle-text p a:hover {
    color: #FFF;
}

.main-footer .footer-moddle .moddle-text .consulting:hover {
    color: #FFF;
}

.main-footer .footer-img {
    display: flex;
    justify-content: space-between;
    margin-top: 0.34rem;
}

.main-footer .footer-img .img-left {
    display: flex;
    align-items: center;
}

.main-footer .footer-img .img-left .logo {
    /* width: 121px; */
    height: 0.24rem;
    margin-right: 0.17rem;
}

.main-footer .footer-img .img-left .imgs {
    width: 2.3rem;
    height: 0.25rem;
}

.main-footer .footer-img .img-right {
    display: flex;
    align-content: center;
}

.main-footer .footer-img .img-right img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.08rem;
}

.main-footer .footer-img .img-right span {
    font-size: 0.14rem;
    color: #8F959E;
}

.main-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 0.28rem;
    color: #8F959E;
}

.main-footer .footer-bottom p {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
}

.main-footer .footer-bottom .police {
    margin-left: 5px;
}

.main-footer .footer-bottom .logo-gray {
    width: 0.40rem;
}

.main-footer .container-border {
    border-top: 1px solid #31373D;
}

.service-items .service .service-top p {
    margin-top: 0.18rem;
    font-weight: 500;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #333333;
}

.service-items .service .service-top img {
    margin-left: auto;
    width: 1.04rem;
    height: 1.04rem;
}

.slider-items .slide-item .slide-item-bottom {
    justify-content: space-around;
    margin-top: 0.45rem;
    display: none;
}

.slider-items .slide-item .slide-item-bottom .items {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.slider-items .slide-item .slide-item-bottom .items p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-items .slide-item .slide-item-bottom .items p img {
    width: 0.32rem;
    height: 0.32rem;
}

.slider-items .slide-item .slide-item-bottom .items p span {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.advantage .slider-items .slide-item .slide-item-top {
    display: flex;
    position: relative;
}

.advantage .slider-items .slide-item .slide-item-top img {
    margin-left: auto;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    right: 0;
    top: -0.3rem;
}

.advantage .slider-items .slide-item .slide-item-top p {}

.advantage .slider-items .slide-item .slide-item-top p span {
    display: block;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
}

.advantage .slider-items .slide-item .slide-item-top p .last {
    display: none;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 0.05rem;
}

.advantage .slider-items .slide-item .slide-item-top p .first {
    font-family: D-DIN DIN, D-DIN DIN;
    font-weight: bold;
    font-size: 0.44rem;
    line-height: 0.44rem;
    color: #367BFF;
    margin-top: 1.04rem;
    margin-bottom: 0.14rem;
}

/* testimonial-pagination */
.testimonial-pagination {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: left;
    z-index: 1;
}

.testimonial-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: var(--divider-color);
    opacity: 1;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    position: relative;
    width: 22px;
    border-radius: 1rem;
    background-color: var(--accent-color);
}

.testimonial-company-slider {
    margin-top: 0.8rem;
}

.testimonial-company-slider .company-logo {
    text-align: center;
}

.testimonial-company-slider .company-logo img {
    width: 100%;
    max-height: 0.4rem;
}

/************************************/
/***      	13. Our FAQs css	  ***/
/************************************/


/************************************/
/***       14. Our Blog css       ***/
/************************************/


/************************************/
/***    15. Our Appointment css	  ***/
/************************************/


/************************************/
/***    	16. Footer css		  ***/
/************************************/


/************************************/
/***    17. About Us Page css	  ***/
/************************************/
#bg-banner {
    width: 100%;
    height: 0rem;
    background-color: #ffffff88;
    position: fixed;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(0.5rem);
    box-shadow: 0 10px 27.2px 0 rgba(0, 0, 0, 0.08);
}

.header-banner {
    width: 100%;
    position: relative;
}

.header-banner .bg-pic {
    width: 100%;
    height: auto;
}

.header-banner .txt-box {
    width: 12rem;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-banner .txt-box .title {
    /* min-width: 300px; */
    display: inline-block;
    font-family: Source Han Sans SC-Medium;
    font-weight: 500;
    font-size: 0.42rem;
    line-height: 0.42rem;
    color: #000000;
}

.header-banner .txt-box .article {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    padding-top: 20px;
}

.team-content,
.team-social-icon {
    width: calc(50% - 10px);
}

.team-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.team-content h3 a {
    color: inherit;
}

.team-content p {
    text-transform: capitalize;
    margin: 0;
}

.team-social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.team-social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

.team-social-icon ul li:last-child {
    margin-right: 0;
}

.team-social-icon ul li a {
    background-color: transparent;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    height: 36px;
    width: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.team-social-icon ul li a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.team-social-icon ul li a i {
    color: inherit;
    font-size: 18px;
}

.benefit-item-content {
    position: relative;
    z-index: 1;
}

.benefit-item-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.benefit-item-content p {
    margin: 0;
    transition: all 0.4s ease-in-out;
}


/************************************/
/***     18. Services Page css	  ***/
/************************************/

/************************************/
/***    19. Services Single css   ***/
/************************************/

.service-sidebar {
    position: sticky;
    top: 30px;
    margin-right: 20px;
}

.service-feature-image {
    margin-bottom: 0.4rem;
}

.service-feature-image figure {
    display: block;
    border-radius: 20px;
}

.service-feature-image img {
    width: 100%;
    aspect-ratio: 1 / 0.55;
    object-fit: cover;
    border-radius: 20px;
}

.service-therapy-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin: 0.4rem 0;
}

.service-therapy-steps {
    margin: 0.4rem 0;
}

/************************************/
/***     20. Blog Archive css	  ***/
/************************************/


/************************************/
/***   23. Case Study Single css  ***/
/************************************/


/************************************/
/***       24. Team Page css 	  ***/
/************************************/


/************************************/
/***      25. Team Single css 	  ***/
/************************************/

.skills-progress-bar {
    margin-bottom: 30px;
}

.skills-progress-bar:last-child {
    margin-bottom: 0;
}

.skills-progress-bar .skillbar .skill-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.skills-progress-bar .skill-data .skill-title {
    font-size: 15px;
    text-transform: capitalize;
}

.skills-progress-bar .skill-data .skill-no {
    font-size: 15px;
    color: var(--primary-color);
    margin-left: 20px;
}

.skills-progress-bar .skillbar .skill-progress {
    width: 100%;
    height: 16px;
    background: var(--secondary-color);
    border-radius: 1rem;
    position: relative;
}

.skills-progress-bar .skill-progress .count-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--accent-color);
    border-radius: 1rem;
}

/************************************/
/***      26. Pricing Page css 	  ***/
/************************************/


/************************************/
/***    27. Testimonial Page css  ***/
/************************************/


/************************************/
/***     28. Image Gallery css 	  ***/
/************************************/


/************************************/
/***     29. Video Gallery css 	  ***/
/************************************/


/************************************/
/***      30. FAQs Page css 	  ***/
/************************************/


/************************************/
/***   31. Contact Us Page css 	  ***/
/************************************/


/*************************************/
/*** 32. Book Appointment Page css ***/
/*************************************/

/************************************/
/***    33. 404 Error Page css 	  ***/
/************************************/

.error-page {
    padding: 1rem 0;
}

.error-page-image {
    text-align: center;
    margin-bottom: 0.8rem;
}

.error-page-image img {
    width: 100%;
    max-width: 50%;
}

.error-page-content {
    text-align: center;
}

.error-page-content .section-title {
    margin-bottom: 20px;
}

.error-page-content-body p {
    margin-bottom: 20px;
}

/************************************/
/***      34. Responsive css      ***/
/************************************/

.phone-menu {
    display: none;

}

.main-menu ul li.submenu>a:after {
    display: none;
}

.suspension-left {
    position: fixed;
    right: 1.1rem;
    top: 50%;
    z-index: 10;
}

.suspension-left .section-items {
    position: relative;
}

.suspension-left .section-items section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1.3rem;
}

.suspension-left .section-items .code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1.64rem;
    height: 2.16rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
    position: absolute;
    right: 0rem;
    top: -0.8rem;
    opacity: 0;
}

.suspension-left .section-items section .right-gradient {
    width: 0;
    height: 0;
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
    border-left: 0.1rem solid #ffffff;
}

.suspension-left .section-items .code .right-gradient {
    position: absolute;
    right: -10px;
    top: 0.4rem;
}

.suspension-left .section-items .call .right-gradient {
    position: absolute;
    right: -10px;
    top: 0.3rem;
}

.suspension-left .section-items .wx .right-gradient {
    position: absolute;
    right: -10px;
    top: 1.5rem;
}

.suspension-left .section-items .call {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1.64rem;
    height: 0.84rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0.06rem;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

.suspension-left .section-items .wx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0rem;
    top: -0.6rem;
    width: 1.64rem;
    height: 2.16rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
    opacity: 0;
}

.suspension-left section img {
    width: 1.3rem;
    height: 1.3rem;
}

.suspension-left section span {
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
}

.suspension-right {
    position: fixed;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 0.65rem;
    height: 2.94rem;
    box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0.48rem;
    background: #fff;

}

.suspension-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem 0;
    /* justify-content: space-around; */
    opacity: 0;
}

.suspension-right .user {
    background: var(--theme-color);
    border-radius: 0.48rem 0.48rem 0px 0px;
    height: 0.8rem;
}

.suspension-right .user:hover img {
    animation: shake 0.4s linear;
}

@keyframes shake {
    0% {
        transform: translate(1px, 0);
    }

    20% {
        transform: translate(-3px, 0);
    }

    40% {
        transform: translate(1px, 0);
    }

    60% {
        transform: translate(-3px, 0);
    }

    80% {
        transform: translate(-1px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.suspension-right p {
    cursor: pointer;
    width: 0.65rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.suspension-right p img {
    width: 0.30rem;
    height: 0.30rem;
    /* margin-bottom: 0.04rem; */
}

.suspension-right p span {
    font-weight: 400;
    font-size: 0.12rem;
    line-height: 0.12rem;
    color: #333333;
}

.suspension-right .user span {
    color: #fff;
}

.call-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.call-dialog .call-content {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 3rem;
    height: 4rem;
    padding: 0.2rem;
    text-align: center;
    background: linear-gradient(180deg, #FFF1E3 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 15px 1px rgba(54, 123, 255, 0.2);
    border-radius: 6px 6px 6px 6px;
}

.call-dialog .code {
    width: 2.1rem;
    height: 2.05rem;
    margin-top: 0.2rem;
}

.call-content .header-box {
    width: 1rem;
    margin: 0 auto;
    margin-top: -0.5rem;
    position: relative;
    margin-bottom: 0.2rem;
}

.call-content .crown {
    width: 0.25rem;
    height: 0.25rem;
    top: -5px;
    right: 0.15rem;
    position: absolute;
}

.call-content .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.66rem;
    height: 0.66rem;
    margin: 0 auto;
    border-radius: 50%;
    border: 6px solid #FFEDD3;
}

.call-content .img-box .header {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    border: 4px solid #FECD85;
}

.call-dialog .close {
    cursor: pointer;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -0.5rem;
    width: 0.33rem;
    height: 0.33rem;
    padding: 0.07rem;

    background-color: #fff;
    box-shadow: 0px 0px 15px 1px rgba(54, 123, 255, 0.2);
    border-radius: 50%;
}

.call-dialog p {
    font-size: 0.16rem;
    color: #333333;
}

.content-items .meal .meal-item button {
    margin-top: 0.2rem;
}

@media only screen and (max-width: 991px) {

    .slicknav_nav .slicknav_row,
    .slicknav_nav li a {
        position: relative;
        font-family: Source Han Sans SC, Source Han Sans SC;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 15px 20px;
        color: var(--font-color);
        line-height: normal;
        margin: 0;
        border-radius: 0;
        transition: all 0.3s ease-in-out;
    }

    .slicknav_arrow {
        font-size: 0 !important;
    }

    .slicknav_nav li {
        position: relative;
    }

    .responsive-menu .slicknav_nav li:nth-child(6) {
        display: none;
    }

    .responsive-menu .slicknav_nav .slicknav_collapsed::after {
        content: "";
        background: url(../images/phone/icon_add.svg);
        background-size: 100% 100%;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 20px;
        /* transform: translateY(-50%); */
        right: 0.5rem;
    }

    .responsive-menu .slicknav_open::after {
        content: "";
        background: url(../images/phone/icon_minus.svg) !important;
        background-size: 100% 100%;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 20px;
        /* transform: translateY(-50%); */
        right: 0.5rem;
    }

    .slicknav_nav li .product-items li:nth-child(2) {
        display: none;
    }

    .slicknav_nav li .product-items li:nth-child(1) p {
        display: none;
    }

    /* .slicknav_nav li .aboutUs-items li:nth-child(3) {
        display: none;
    } */
    /* .slicknav_nav li .about-items li:nth-child(2) {
        display: none;
    } */

    .slicknav_nav li a img {
        display: none;
    }

    .slicknav_nav li a .txt-box span:not(:first-child) {
        display: none;
    }

    .slicknav_nav li ul li a:nth-child(2) {
        display: none;
    }

    .department-home .testimonial-slider-image {
        width: auto;
    }

    .department-home .author-content .pc-btn {
        display: none;
    }

    .department-home .author-content .phone-btn {
        display: none;
    }

    .department-home .testimonial-slider-content {
        position: relative;
        height: 4.4rem;
    }

    .department-home .testimonial-slider-content .testimonial-content {
        height: 2rem;
    }

    .suspension-left {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
    }

    .suspension-right {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
    }


    .phone-login {
        width: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        margin-top: 18px;
    }

    .slicknav_menu ul {
        display: flex;
        flex-direction: column;
    }

    .slicknav_menu ul li:nth-child(8) {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 30px 15px;
        background-color: #FFF;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9;
        box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.08);
    }

    .slicknav_menu ul li:nth-child(8) button {
        border-radius: 4px !important;
        background-color: var(--theme-color);
        border: 1px solid var(--theme-color);
        height: 45px;
    }

    .slicknav_menu ul li:nth-child(8) button:nth-child(1) a {
        padding: 10px 20px;
    }

    .slicknav_menu ul li:nth-child(8) button a:hover {
        background-color: transparent;
        /* color: #FFF; */
    }

    .slicknav_menu ul li:nth-child(8) button:nth-child(2) {
        background-color: transparent !important;
        margin-top: 18px;
    }

    .slicknav_menu ul li:nth-child(8) button:nth-child(2) a {
        color: var(--theme-color) !important;
        padding: 10px 20px;
    }

    .slicknav_menu ul li:nth-child(8) button a {
        color: #FFF !important;
    }

    .phone-login a {
        width: 100%;
        height: 45px;
        border-radius: 4px !important;
        text-align: center;
        color: #FFF !important;
        background: var(--theme-color);
    }

    .suspension-left .section-items section .right-gradient {
        width: 0;
        height: 0;
        border-top: 0.15rem solid transparent;
        border-bottom: 0.15rem solid transparent;
        border-left: 0.15rem solid #ffffff;
    }

    .suspension-left section img {
        width: 1rem;
        height: 1rem;
    }

    .suspension-left .section-items .code .right-gradient {
        position: absolute;
        right: -6px;
        top: 0.4rem;
    }

    .suspension-left .section-items .call .right-gradient {
        position: absolute;
        right: -6px;
        top: 0.3rem;
    }

    .suspension-left .section-items .wx .right-gradient {
        position: absolute;
        right: -6px;
        top: 1.5rem;
    }

    .phone-menu {
        display: block;
        position: relative;
    }
    
    /* .phone-menu::after {
        content: "";
        width: 100%;
        height: 140px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.05);
    } */
    .phone-menu button {
        position: relative;
        z-index: 2;
    }

    .contract-right {
        display: none;
    }

    .contract-active .header img {
        width: 32px;
        height: 32px;
        margin-right: 16px;
    }

    .contract-active .header .pc-img {
        display: none;
    }

    .contract-active .header .phone-img {
        display: block;
    }

    .contract-active .header span {
        font-size: 0.36rem;
        line-height: 0.36rem;
    }

    .active-content .active-title .instructions {
        font-size: 0.28rem;
        line-height: 0.28rem;
        width: auto;
    }

    .active-content .active-title .article {
        width: auto;
    }

    .active-title .article p span {
        font-size: 0.2rem;
    }

    .active-title .article p span:first-child {
        font-size: 0.36rem;
    }

    .contract-active .active-content .last-item {
        border: none;
    }

    .contract-active .active-content .nomal {
        margin-left: 16px;
        display: none;
    }

    .contract-active .active-content .active-img {
        display: block;
    }

    .contract-active .active-content .active-img {
        margin-left: 0.05rem;
    }

    .contract-active .active-content .active-title {
        margin-left: 16px;
        display: block;
    }

    /* .main-footer */
    .main-footer {
        display: none;
    }

    .phone-footer {
        display: block;
        /* height: 5.08rem; */
        background-color: #1E2227;
        box-sizing: border-box;
        padding: 25px 0;
        /* margin-top: 50px; */
    }

    .phone-footer .container {
        width: 100%;
    }

    .phone-footer .row>* {
        padding: 0 15px;
    }

    .phone-footer .content-items {
        text-align: left;
    }

    .phone-footer .content-items .title {
        color: #FFF;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .phone-footer .content-items p {
        font-size: 14px;
        color: #8F959E;
    }

    .phone-footer .content-items p:nth-child(5) {
        border-bottom: 1px solid #363636;
        padding: 0 0 15px 0;
        margin-bottom: 15px;
    }

    .phone-footer .content-items .code-box {
        display: flex;
        align-items: center;
        margin: 15px 0 10px;
        gap: 0 30px;
    }

    .phone-footer .content-items .code-box .item {
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: 14px;
        color: #8F959E;
    }

    .phone-footer .content-items .code-box .item img {
        width: 65px;
        height: 65px;
        border-radius: 6px;
        margin-bottom: 6px;
    }

    .phone-footer .content-items .txt-box {
        display: flex;
        align-items: center;
        /* flex-wrap: wrap; */
        font-size: 12px;
        color: #8F959E;
    }

    /* aptitude-module */
    .aptitude-module {
        margin-top: 0;
        padding-top: 0.56rem;
    }

    .aptitude-module .row {
        justify-content: center;
    }

    .aptitude-module .content-items .title {
        font-size: 0.4rem;
        line-height: 0.4rem;
    }

    .aptitude-module .content-items .pc {
        display: none;
    }

    .aptitude-module .content-items .phone {
        display: block;
    }

    .aptitude-module .content-items .article {
        font-size: 0.28rem;
        line-height: 0.28rem;
    }

    .aptitude-module .aptitude-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .aptitude-module .aptitude-content .content {
        width: 6.9rem;
        height: 3.76rem;
        margin-right: 0rem;
    }

    .aptitude-module .aptitude-content .content:first-child {
        margin-bottom: 0.54rem;
    }

    .aptitude-module .aptitude-content .content .first {
        font-size: 0.32rem;
        line-height: 0.32rem;
    }

    .aptitude-module .aptitude-content .content .second {
        font-size: 0.32rem;
        line-height: 0.32rem;
    }

    .aptitude-module .aptitude-content .content .three {
        font-size: 0.28rem;
        line-height: 0.32rem;
        width: auto;
    }

    .aptitude-module .phone-img {
        display: block;
        width: 6.28rem;
        height: 2.04rem;
        margin-top: 0.68rem;
        text-align: center;
    }

    .aptitude-module .row>* {
        padding: 0 15px;
    }

    /* advantage-module */
    .advantage-module {
        background: none;
    }

    .advantage-module .content-items {
        margin-top: 0.48rem;
    }

    .advantage-module .row>* {
        padding: 0 15px;
    }

    .advantage .advantage-item {
        display: initial;
    }

    .advantage .slider-items {
        display: flex;
        flex-direction: column;

    }

    .advantage .slider-items .slide-item {
        /* width: 7.9rem; */
        width: auto !important;
        height: 4.1rem;
        margin-bottom: 0.28rem;
        margin-right: 0rem;
        background: none;
        box-shadow: none;

    }

    .slider-items .slide-item .slide-item-bottom {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 0.2rem;
    }

    .slider-items .slide-item .slide-item-bottom .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .advantage .slider-items .slide-item .slide-item-top p .first {
        margin-top: 0rem;
    }

    .slider-items .slide-item .slide-item-bottom p {
        display: flex;
        flex-direction: row;
        /* margin-right: 0.5rem; */
        width: 2.4rem;
        margin-bottom: 0.2rem;
    }

    .slider-items .slide-item .slide-item-bottom p img {
        margin-right: 0.16rem;
    }

    .advantage .slider-items .slide-item:nth-of-type(1) {
        background-image: url('../images/slide-item-banner-1.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .advantage .slider-items .slide-item:nth-of-type(2) {
        background-image: url('../images/slide-item-banner-2.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .advantage .slider-items .slide-item:nth-of-type(3) {
        background-image: url('../images/slide-item-banner-3.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .advantage .slider-items .slide-item .slide-item-top img {
        display: none;
    }

    .advantage .slider-items .slide-item .slide-item-top p span {
        font-size: 0.32rem;
        line-height: 0.32rem;
    }

    .advantage .slider-items .slide-item .slide-item-top p .first {
        font-size: 0.44rem;
        line-height: 0.44rem;
    }

    .advantage .slider-items .slide-item .slide-item-top p .last {
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #333333;
        width: 4.4rem;
    }

    .advantage .slider-items .slide-item .slide-item-bottom p img {
        width: 0.4rem;
        height: 0.4rem;
    }

    .advantage .slider-items .slide-item .slide-item-bottom p span {
        font-size: 0.28rem;
    }

    .advantage .advantage-text p {
        text-align: center;
    }

    .advantage .advantage-text .title {
        font-weight: 500;
        font-size: 0.44rem;
    }

    .advantage .advantage-text .introduce {
        font-size: 0.28rem;
    }

    .advantage .advantage-text .introduce-items .last-item {
        display: none;
    }

    .advantage .advantage-text .introduce-items {
        display: flex;
        justify-content: space-between;
    }

    .advantage .advantage-text .introduce-items div p {
        font-size: 0.28rem;
    }

    .advantage .advantage-text .introduce-items div {
        margin-right: 0rem;

    }

    .advantage .advantage-text .introduce-items div p .number {
        font-size: 0.6rem;
    }

    .advantage .active-img {
        display: none;
    }

    .advantage .slider-items {
        margin-top: 0.27rem;
    }


    /* meal-module */
    .meal-module .row>* {
        padding: 0 15px;
    }

    .meal-module {
        margin-top: 44px;
    }

    .meal-module .content-items .meal {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 15px;
        gap: 12px 0;
        margin-top: 20px;
    }

    .meal-module .content-items .meal .meal-item {
        border-radius: 6px !important;
        opacity: 1;
    }

    .meal-module .content-items .meal .meal-item:nth-child(n+4) {
        display: none;
    }

    .meal-module .content-items .meal .meal-item .title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }

    .meal-module .content-items .meal .meal-item .gift,
    .meal-module .content-items .meal .meal-item .introduce {
        font-size: 14px;
        line-height: 20px;
        color: #666;
    }


    .meal-module .content-items .meal .meal-item {
        width: auto;
        height: auto;
        padding: 28px 20px 38px 19px;
        border-radius: 15px;
        position: relative;
        margin-right: 0rem;
    }

    .meal-module .content-items .meal .meal-item .toRight {
        position: absolute;
        display: block;
        right: 20px;
        top: 20px;
        width: 24px;
        height: 24px;
    }

    .show-more {
        width: calc(100% - 30px);
        height: 40px;
        color: #333;
        display: block;
        margin: 0 15px;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #333;
    }

    .content-items .meal .meal-item button {
        display: none;
    }

    /* features-tab */
    .features-tab .container {
        width: 100%;
    }

    .features-tab .slider-items {
        padding: 0 15px !important;
    }

    .features-tab .content-items .title p {
        font-size: 0.44rem;
        line-height: 1.5;
        font-weight: 500;
    }

    .features-tab .tab-title {
        width: 120%;
    }

    .features-tab .tab-title {
        overflow-x: scroll;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;

        /* IE 10+ */
        ::-webkit-scrollbar {
            display: none;
            /* Chrome Safari */
        }
    }

    .features-tab .tab-title ul {
        margin-bottom: 0;
    }

    .features-tab .tab-title ul li a {
        /* width: 1rem; */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .features-tab .tab-title ul li a span {
        font-size: 16px;
    }

    .features-tab .tab-title ul li a img {
        width: 0.64rem;
        height: 0.64rem;
    }

    .features-tab .testimonial-slider-content {
        width: 100% !important;
        padding: 0 !important;
        display: none;
    }

    .features-tab .container .testimonial-slider-content .author-content {
        display: none;
    }

    .features-tab .testimonial-content p span {
        font-size: 0.28rem;
        line-height: 0.28rem;
    }

    .features-tab .testimonial-content p img {
        width: 0.24rem;
        height: 0.24rem;
    }

    .features-tab .testimonial-tab-slider {
        padding: 30px 0 0;
        border-radius: 0px;
    }

    .features-tab .testimonial-tab-slider .swiper {
        width: 100% !important;
    }

    .features-tab .testimonial-tab-slider .testimonial-slider-image .image-slide {
        width: 100%;
    }

    .features-tab .row>* {
        padding: 0;
    }

    .features-tab .video-module {
        display: none;
    }

    .green-module {
        display: none;
    }

    /* contract-introduction */
    .contract-introduction {
        margin-top: 1.1rem;
        background: linear-gradient(178deg, #F6F9FF 0%, #FFFFFF 22%, #FFFFFF 75%, #F6F9FF 100%);
    }

    .contract-introduction .row>* {
        padding: 0 15px;
    }

    .contract-introduction .content-items {
        margin-top: 55px;
    }

    .contract-introduction .content-items .titleTop {
        font-size: 0.44rem;
        line-height: 0.44rem;
    }

    .contract-introduction .content-items .article {
        font-size: 0.28rem;
        line-height: 0.28rem;
        margin-top: 10px;
    }

    .features {
        display: none;
    }

    .department-home .author-content {
        display: none;
        margin-top: 38px;
    }

    .author-content button {
        width: 6.9rem;
        height: 0.9rem;
        border-radius: 6px;
        padding: 0;
        font-size: 0.28rem;
        line-height: 0.28rem;
    }

    .testimonial-item {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .features-tab .testimonial-rating p span {
        font-size: 16px;
        line-height: 16px;
    }

    .testimonial-rating p span:last-child {
        font-size: 0.24rem;
        line-height: 0.24rem;
        color: #666666;
    }

    .testimonial-slider-content {
        margin-top: 0.48rem;
        /* width: 100%; */
        width: auto;
    }

    .testimonial-content p img {
        width: 0.36rem;
        height: 0.36rem;
    }

    .testimonial-content p span {
        font-size: 0.28rem;
        height: 0.28rem;
    }

    .home .container .row .content-items {
        margin-top: 0.7rem;
    }

    .home .row>* {
        padding: 0 15px;
    }

    .home .container .row .content-items p {}

    .home .container .row .content-items .article {
        font-family: Source Han Sans SC, Source Han Sans SC;
        font-weight: 400;
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #666666;
    }

    .home .container .row .content-items .title {
        display: none;
    }

    .home .container .row .content-items .titleTop {
        display: block;
    }

    .home .container .row .content-items .titleBottom {
        display: block;
    }

    .navbar {
        height: 44px;
        padding: 0 30px;
        background-color: #FFF;
    }

    .navbar-brand .logo {
        width: 62px;
        height: 20px;
    }

    .main-menu ul li.highlighted-menu {
        display: block;
    }


    .slicknav_menu {
        top: 44px;
        width: 100%;
        height: auto;
        position: fixed;
        padding: 0;
        background-color: transparent;
        border-top: 1px solid #E3E3E3;
        display: flex;
        flex-direction: column;
    }

    .slicknav_menu .slicknav_nav {
        height: calc(100vh - 44px);
        margin: 0 !important;
        padding-bottom: 200px;
        background-color: #FFF;
        overflow-y: auto;
    }

    .slicknav_nav li,
    .slicknav_nav ul {
        display: block;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .slicknav_nav li ul li a {
        display: flex;
        align-items: center;
    }

    .slicknav_nav li ul li a img {
        width: 18px;
        height: 18px;
        margin-right: 7px;
    }

    .slicknav_nav li ul li a p {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .slicknav_nav li ul li a p .instructions {
        display: none;
    }

    .slicknav_nav li ul li a p span {
        display: block;
        align-content: center;
        font-size: 0.2rem !important;
        font-weight: 400;
        color: #333333;
    }

    .slicknav_nav li .cooperation-items li a p .article {
        display: none;
    }

    .slicknav_nav li .cooperation-items li a p button {
        display: none;
    }

    .slicknav_nav li .cooperation-items li a img {
        display: none;
    }

    .responsive-menu {
        top: 44px;
    }

    .responsive-menu,
    .navbar-toggle {
        display: block;
    }

    .header-btn {
        display: none;
    }

    .section-row {
        margin-bottom: 0.4rem;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-title h3 {
        margin-bottom: 15px;
    }

    .section-title h1 {
        font-size: 0.5rem;
    }

    .section-title h2 {
        font-size: 38px;
    }

    .section-title p {
        margin-top: 15px;
    }

    .section-title-content {
        margin-top: 15px;
    }

    .section-btn {
        text-align: left;
        margin-top: 15px;
    }

    .about-us {
        padding: 0.5rem 0;
    }

    .about-us-images {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .about-customer-box {
        max-width: 345px;
        padding: 20px;
    }

    .about-us-content {
        margin-left: 0px;
    }

    .our-services {
        padding: 0.5rem 0;
    }

    .service-image img {
        aspect-ratio: 1 / 0.87;
    }

    .service-content {
        top: 20px;
        left: 20px;
        right: 20px;
    }

    .service-btn {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .service-get-quote-text {
        margin-top: 10px;
    }

    .service-get-quote-text p {
        font-size: 14px;
    }

    .intro-video-box {
        padding: 150px 15px 25px;
    }

    .video-play-button a {
        width: 70px;
        height: 70px;
    }

    .video-play-button a i {
        font-size: 24px;
    }

    .intro-video-counter {
        gap: 30px;
        padding-top: 25px;
        margin-top: 150px;
    }

    .video-counter-item h2 {
        font-size: 0.4rem;
    }

    .case-study {
        padding: 25px 0 20px;
    }

    .how-it-work {
        padding: 0.5rem 0;
    }

    .how-work-step-item {
        background: transparent;
        width: calc(50% - 20px);
    }

    .how-work-step-item:nth-child(even) {
        background: transparent;
    }

    .how-work-step-no {
        width: 0.8rem;
        height: 0.8rem;
        margin-bottom: 20px;
    }

    .how-work-step-item:nth-child(even) .how-work-step-no {
        margin: 20px 0 0 0;
    }

    .how-work-step-no h3 {
        font-size: 0.4rem;
    }

    .how-work-step-content {
        max-width: 100%;
    }

    .testimonial-review-box {
        padding: 30px 0.4rem;
        margin-bottom: 30px;
    }

    .testimonial-review-box .about-customer-rating {
        padding: 10px 15px;
    }

    .testimonial-review-box .about-customer-rating i {
        font-size: 16px;
    }

    .testimonial-slider {
        padding: 0px;
    }

    /* .testimonial-rating {
        margin-bottom: 0.32rem;
    } */

    .testimonial-content {
        margin-bottom: 0.32rem;
    }

    .testimonial-company-slider {
        margin-top: 0.4rem;
    }

    .our-partner {
        margin-top: 0.5rem;
        gap: 20px;
    }

    .partner-logo-box,
    .our-partner-content {
        width: calc(50% - 10px);
    }

    .partner-logo-box {
        gap: 20px 30px;
    }

    .partner-logo-image {
        width: calc(33.33% - 20px);
    }

    #bg-banner {
        display: none;
    }

    .header-banner {
        position: relative;
        background: url('../images/phone/banner2.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 290px;
        display: flex;
        margin-top: 0.8rem;
        flex-direction: column;
        object-fit: cover;
    }

    .header-banner .bg-pic {
        display: none;
    }

    .header-banner .container {
        text-align: center;
    }

    .header-banner .txt-box {
        width: 100%;
        padding: 0;
        text-align: center;
        top: 72px;
    }

    .header-banner .txt-box .title {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: 500;
    }

    .header-banner .txt-box .title span {
        width: 100%;
        line-height: 40px;
    }

    .header-banner .txt-box .article {
        padding-top: 0;
        font-size: 14px;
        color: #333;
    }

    .department-home {
        margin-top: 37px;
        padding: 0 16px;
    }

    .department-home .content-box {
        width: 100%;
    }

    .department-home .content-box .title-box p {
        font-size: 0.44rem;
        line-height: 1.5;
        font-weight: 500;
    }

    .department-home .slider-items {
        margin-top: 25px;
    }

    .department-home .tab-box .nav-item {
        font-size: 14px;
        font-weight: 600;
    }

    .department-home .tab-box .slide {
        height: 2px;
        width: 25% !important;
    }

    .testimonial-slider .tab-box {
        margin-bottom: 25px;
    }

    .department-home .my-slide .right-box {
        display: none;
    }

    .my-slide .left-box {
        width: 100%;
        margin-right: 0;
        padding: 0 0 0 10px;
        touch-action: auto;
    }

    .my-slide .left-box .detail-info .title {
        font-size: 16px;
    }

    .my-slide .left-box .detail-info .description {
        font-size: 14px;
        margin-top: 10px;
    }

    .my-slide .left-box .list-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 30px;
    }

    .my-slide .left-box .list-box .list-item {
        width: 100%;
        margin-bottom: 13px;
    }

    .process-manage {
        display: none;
    }

    .phone_process-manage {
        display: block;
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #FAFAFA;
    }

    .phone_process-manage .title {
        color: #333;
        font-size: 0.44rem;
        line-height: 1.5;
        font-weight: 500;
    }

    .phone_process-manage .list-box {
        display: flex;
        flex-direction: column;
        margin: 20px 13px 0;
        gap: 15px 0;
    }

    .phone_process-manage .list-box .list-item {
        display: flex;
        flex-direction: column;
        padding: 20px 13px 45px;
        background-color: #FFF;
        /* border: 1px solid #EEE; */
        overflow: hidden;
        /* height: 65px; */
        max-height: 0;
        transition: max-height 0.5s ease;
    }

    .phone_process-manage .list-box .list-item.active {
        background: #FFFFFF;
        box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
        /* overflow: auto; */
        border: none;
        max-height: 500px;
        transition: max-height 0.5s ease;
    }

    .phone_process-manage .list-box .list-item .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .phone_process-manage .list-box .list-item .header span {
        color: #333;
        font-size: 16px;
        font-weight: 500;
    }

    .phone_process-manage .list-box .list-item .header img {
        width: 12px;
        height: 12px;
    }

    .phone_process-manage .list-box .list-item .picture {
        width: 100%;
        margin-top: 22px;
    }

    .phone_process-manage .list-box .list-item .desc {
        margin-top: 8px;
        color: #333;
        font-size: 14px;
        line-height: 20px;
    }

    .phone_process-manage .list-box .list-item .count-box {
        display: flex;
        align-items: center;
        gap: 0 30px;
        margin-top: 18px;
    }

    .phone_process-manage .list-box .list-item .count-box .count-item {
        display: flex;
        flex-direction: column;
    }

    .phone_process-manage .list-box .list-item .count-box .count-item .count {
        display: flex;
        align-items: center;
        font-family: Roboto, Roboto;
        font-weight: 600;
        font-size: 20px;
        color: var(--theme-color);
    }

    .phone_process-manage .list-box .list-item .count-box .count-item .label {
        color: #333;
        font-size: 12px;
        margin-top: 4px;
        line-height: 15px;
    }

    .meal-module .container {
        width: 100% !important;
    }

    .meal-module .content-items .swiper {
        display: none;
    }

    .meal-module .content-items .title {
        font-weight: 500;
        font-size: 0.44rem;
        line-height: 1.5;
    }

    .resolution {
        display: none;
        background-color: #FFFFFF;
        padding-bottom: 0;
    }

    .resolution .title {
        font-weight: 500;
    }

    .resolution .list-box {
        margin-top: 30px;
        overflow-x: scroll;
        padding: 0 15px 40px;
        grid-template-columns: repeat(6, 90vw);
    }

    .phone_resolution {
        margin: 25px 0 0;
        display: block;
    }

    .phone_resolution .title {
        color: #333;
        font-size: 0.44rem;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
        margin: 60px 0 30px;
    }

    .phone_resolution .swiper .swiper-wrapper {
        padding: 0 0 20px 20px;
        box-sizing: border-box;
    }

    .phone_resolution .swiper .swiper-wrapper .swiper-slide {
        width: 340px !important;
    }

    .phone_resolution .slide-content {
        width: 340px;
        min-height: 520px;
        display: flex;
        flex-direction: column;
        background-color: #FFF;
        padding-bottom: 40px;
        border-radius: 10px;
        box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.08);
    }

    .phone_resolution .slide-content .detail-info {
        display: flex;
        flex-direction: column;
        padding: 0 0.2rem;
    }

    .phone_resolution .slide-content .detail-info .name {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        margin-top: 20px;
    }

    .phone_resolution .slide-content .detail-info .desc {
        color: #666;
        font-size: 14px;
        margin-top: 10px;
        /* min-height: 78px; */
    }

    .phone_resolution .slide-content .detail-info .tab-box {
        margin-top: 20px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 7px;
    }

    .phone_resolution .slide-content .detail-info .tab-box .tab-item {
        color: #999;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        padding: 0 12px;
        border-radius: 20px;
        background-color: #F5F5F5;
        flex-shrink: 0;
    }

    .phone_resolution .slide-content img {
        width: 100%;
    }

    .features-tab {
        padding-top: 30px;
        padding-bottom: 50px;
        margin-top: 30px;
        background-color: #FAFAFA;
    }

    .features-tab .testimonial-tab-slider {
        height: auto;
        flex-direction: column;
    }

    .features-tab .testimonial-tab-slider .testimonial-slider-image {
        width: 100%;
    }

    .department-home .testimonial-slider-content .author-content {
        position: relative;
    }

    .features-tab .container .testimonial-slider-content .testimonial-content {
        font-size: 14px;
    }

    .features-tab .testimonial-tab-slider .testimonial-slider-image img {
        width: 100%;
        /* height: auto; */
    }

    .features-tab .testimonial-content p {
        margin-bottom: 0.32rem;
    }

    .team-content,
    .team-social-icon {
        width: 100%;
    }

    .team-social-icon ul {
        text-align: left;
    }

    .service-sidebar {
        position: initial;
        margin: 0 0 30px 0;
    }

    .service-feature-image {
        margin-bottom: 30px;
    }

    .service-therapy-benefits {
        margin: 30px 0;
    }

    .service-therapy-steps {
        margin: 30px 0;
    }

    .error-page {
        padding: 0.5rem 0;
    }

    .error-page-image {
        margin-bottom: 0.4rem;
    }

    .error-page-image img {
        max-width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .home .container .row .content-items .titleBottom {
        display: block;
        margin-top: 0.2rem;
    }

    .btn-default {
        padding: 14px 20px;
    }

    .btn-default.btn-highlighted {
        padding: 13px 20px;
    }

    .section-row {
        margin-bottom: 30px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .section-title h1 {
        font-size: 32px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .about-us-images {
        max-width: 100%;
        gap: 20px;
    }

    .about-img-1 {
        width: calc(40% - 10px);
    }

    .about-img-2 {
        width: calc(60% - 10px);
    }

    .about-customer-box {
        max-width: 210px;
        padding: 10px;
    }

    .about-customer-content,
    .about-customer-rating {
        margin-bottom: 5px;
    }

    .about-customer-rating i {
        font-size: 12px;
    }

    .about-customer-content p {
        font-size: 14px;
    }

    .about-customer-box .customer-img {
        width: 34px;
        height: 34px;
        margin-left: -12px;
    }

    .about-customer-box .customer-img:first-child {
        margin: 0;
    }

    .about-customer-box .customer-img.add-more p {
        font-size: 12px;
    }

    .service-content h3 {
        font-size: 18px;
    }

    .video-counter-item {
        width: calc(50% - 10px);
    }

    .video-counter-item h2 {
        font-size: 30px;
    }

    .video-counter-item p {
        font-size: 14px;
    }

    .how-work-step-box {
        gap: 35px;
    }

    .how-work-step-item {
        width: 100%;
    }

    .how-work-step-item:nth-child(even) {
        flex-direction: row;
    }

    .how-work-step-no {
        width: 60px;
        height: 60px;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .how-work-step-item:nth-child(even) .how-work-step-no {
        margin: 0px 15px 0 0;
    }

    .how-work-step-no h3 {
        font-size: 30px;
    }

    .how-work-step-content {
        width: calc(100% - 75px);
        max-width: 100%;
    }

    .how-work-step-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .testimonial-review-box {
        padding: 20px 30px;
    }

    .testimonial-review-box .about-customer-rating {
        margin-bottom: 15px;
    }

    .testimonial-item {
        gap: 20px;
    }

    .testimonial-slider-image,
    .testimonial-slider-content {
        width: 100%;
    }

    .author-content h3 {
        font-size: 18px;
    }

    .testimonial-company-slider {
        margin-top: 30px;
    }

    .partner-logo-box,
    .our-partner-content {
        width: 100%;
    }

    .team-content h3 {
        font-size: 18px;
    }

    .benefit-item-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service-feature-image {
        margin-bottom: 20px;
    }

    .service-feature-image img {
        aspect-ratio: 1 / 0.7;
    }

    .skills-progress-bar {
        margin-bottom: 20px;
    }

    .error-page-image {
        margin-bottom: 20px;
    }
}