/*
Theme Name: Mezihub
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Medical and Health Care HTML Template
Version: 1.0.0
*/
/*-----------------------[Table of contents]------------------------
1.Default CSS
2.Button CSS
3.Preloader CSS
4.Back Top & Search Bar CSS
5.Animation CSS
6.Main Header CSS
7.Hero Sections CSS
8.Sections Two CSS
9.Section Three CSS
10.Section Four CSS
11.Section Six CSS
12.Section Seven CSS
13.Section Eight CSS
14.Section Nine CSS
15.Section Blog CSS
16.Section Contact Form CSS
19.About Page CSS
20.Appointment CSS
21.Pricing Plan Page CSS
22.Contact CSS
23.FAQ Page CSS
24.Shop Page CSS
25.Services Page CSS
26.Project Page CSS
27.Single Project Page CSS
28.Blog Page CSS
29.Blog Details CSS
30.Footer CSS
------------------------------------------------------------------ */
/*-----------------------[ 1.Default CSS ]------------------------*/

@import url("https://fonts.cdnfonts.com/css/satoshi");

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme-color: #2490EB;
    --theme-color-2: #02C9B8;
    --header: #28241F;
    --text: #4B5563;
    --border: #E6EFFF;
    --ratting: #F8BC26;
    --bg: #EEF5F5;
    --bg-2: #051828;
    ---box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
---------------------------------------------- */
body {
    font-family: "Satoshi", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

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

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0px;
    padding: 0;
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 68px;
    line-height: 122%;
}

@media (max-width: 1399px) {
    h1 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 470px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-size: 52px;
    font-weight: 500;
    line-height: 131%;
}

@media (max-width: 1199px) {
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 35px;
    }
}

@media (max-width: 470px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
}

@media (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
}

h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
}

h6 {
    font-size: 14px;
    font-weight: 500;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*-----------------------[ 2.Button CSS ]------------------------*/
button {
    border: none;
    background-color: transparent;
    padding: 0;
}

.theme-btn {
    background: var(--theme-color);
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 30px;
    padding-left: 5px;
    border-radius: 55px;
    line-height: 1;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    font-family: "Satoshi", sans-serif;
}

.theme-btn i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #56754b;
    color: white;
    margin-right: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}

.theme-btn:hover {
    background-color: #56754b;
}

.theme-btn:hover i {
    background-color: #56754b;
    color: var(--white);
}

.link-btn {
    font-size: 15px;
    font-weight: 900;
    color: var(--theme-color);
    text-transform: capitalize;
    display: inline-block;
    font-family: "DM Sans";
    margin-top: 10px;
}

.link-btn:hover {
    color: var(--theme-color-2);
}

.link-btn i {
    margin-left: 10px;
}

/*-----------------------[ 3.Preloader CSS ]------------------------*/
.preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .animation-preloader {
    z-index: 1000;
}

.preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--theme-color);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: 500 5em "Helvetica Neue", sans-serif, "Satoshi", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme-color);
    position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: var(--header);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Helvetica Neue", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.preloader p {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--theme-color);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.preloader .loader .row {
    height: 100%;
}

.preloader .loader .loader-section {
    padding: 0px;
}

.preloader .loader .loader-section .bg {
    background-color: var(--white);
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/*-----------------------[ 4.Back To Top & Search Bar CSS ]------------------------*/

.back-to-top {
    border-radius: 10px;
    background-color: var(--theme-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: var(--white);
    font-size: 18px;
    position: fixed;
    display: inline-block;
    z-index: 9999;
    right: 30px;
    bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    border-radius: 50%;
}

.back-to-top:hover {
    background-color: var(--header);
    color: var(--white);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.header-search-bar {
    height: 270px;
    position: fixed;
    top: -200%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: var(--white);
    -webkit-transition: .3s;
    transition: .3s;
}

.header-search-bar.search-open {
    top: 0;
}

.contact-search-form-box {
    margin-top: 50px;
}

.contact-search-form-box form {
    position: relative;
}

.contact-search-form-box form button {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 18px;
}

.search-close {
    position: absolute;
    right: 50px;
    top: 35px;
    font-size: 50px;
    color: var(--header);
    font-weight: 300;
    width: 45px;
    height: 45px;
}

.search-bar .contact-search-form-box input {
    border: none;
    width: 100%;
    outline: none;
    color: var(--header);
    border-bottom: 1px solid var(--border);
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 767px) {
    .search-bar .contact-search-form-box input {
        font-size: 22px;
    }
}

.search-bar .contact-search-form-box input::-webkit-input-placeholder {
    color: var(--header);
}

.search-bar .contact-search-form-box input:-ms-input-placeholder {
    color: var(--header);
}

.search-bar .contact-search-form-box input::-ms-input-placeholder {
    color: var(--header);
}

.search-bar .contact-search-form-box input::placeholder {
    color: var(--header);
}

.search-bar .contact-search-form-box i {
    color: var(--theme-color);
}

.search-bar .contact-search-form-box p {
    color: #666C78;
    padding-top: 15px;
}

.search-bar .search-bar-title {
    font-size: 25px;
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        text-align: center;
        margin-bottom: 0;
    }
}

.section-title.style-3 span {
    color: var(--white);
    background: rgba(255, 255, 255, 0.11);
}

.section-title.bg-color span {
    background: rgba(209, 244, 241, 0.11);
}

.section-title h3 {
    font-size: 38px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .section-title h3 {
        font-size: 30px;
    }
}

.section-title span {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color-2);
    display: inline-block;
    position: relative;
    border-radius: 2px;
    background: rgba(2, 201, 184, 0.11);
    padding: 18px 19px;
    letter-spacing: 3.92px;
    line-height: 1px;
    margin-bottom: 15px;
}

.section-title span.style-2 {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.11);
    color: var(--white);
    letter-spacing: 3.92px;
}

.section-title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .section-title-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section-title-area .theme-btn {
        display: none;
    }

    .section-title-area .array-button-2 {
        display: none;
    }

    .section-title-area .text-btn {
        display: none;
    }
}

.section-title-area .section-title {
    margin-bottom: 0;
}

.center {
    text-align: center;
    margin: 0 auto;
}

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

.section-bg-2 {
    background-color: var(--bg-2) !important;
}

.section-bg-3 {
    background: rgba(36, 144, 235, 0.05);
}

.section-bg-4 {
    background: #1C235B;
}

.footer-bg {
    background-color: #2F304C;
}

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

.theme-bg-2 {
    background-color: var(--theme-color-2) !important;
}

.section-padding {
    padding: 60px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 40px 0;
    }
}

.body-bg-4 {
    background-color: #040A3D;
}

/*-----------------------[ 5.Animation CSS ]------------------------*/

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes arryUpDown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes arryUpDown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.animation__arryUpDown {
    -webkit-animation: arryUpDown 2s ease infinite alternate;
    animation: arryUpDown 2s ease infinite alternate;
}

@-webkit-keyframes arryLeftRight {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes arryLeftRight {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.animation__arryLeftRight {
    -webkit-animation: arryLeftRight 2s ease infinite alternate;
    animation: arryLeftRight 2s ease infinite alternate;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

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

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

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

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

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

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

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

.GlidingArrow {
    -webkit-animation: slide 5s linear infinite;
    animation: slide 5s linear infinite;
}

.delay1 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay2 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.delay3 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.delay4 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.delay5 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

/* Defining animation Keyframes */
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150);
        transform: translateX(-150);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-90);
        transform: translateX(-90);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(90);
        transform: translateX(90);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(150);
        transform: translateX(150);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150);
        transform: translateX(-150);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-90);
        transform: translateX(-90);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(90);
        transform: translateX(90);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(150);
        transform: translateX(150);
    }
}

.img-custom-anim-left {
    -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@-webkit-keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-right {
    -webkit-animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@-webkit-keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-right {
    0% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    -webkit-animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    -webkit-animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@-webkit-keyframes img-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-top {
    0% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-bottom {
    -webkit-animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@-webkit-keyframes img-anim-bottom {
    0% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-bottom {
    0% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

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

@-webkit-keyframes rounded {
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@keyframes rounded {
    50% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

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

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

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

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

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

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

@keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

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

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

@-webkit-keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes loaderpulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

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

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

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

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

.animation-infinite {
    -webkit-animation: ShapeAnim 80s linear infinite;
    animation: ShapeAnim 80s linear infinite;
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
}

@-webkit-keyframes ShapeAnim {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top left 2000px;
    }
}

@keyframes ShapeAnim {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top left 2000px;
    }
}

/*-----------------------[ 6. Main Header CSS ]------------------------*/

.header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
}

@media (max-width: 1399px) {
    .header-main .main-menu ul li {
        -webkit-margin-end: 25px;
        margin-inline-end: 25px;
    }
}

.header-main .main-menu ul li:last-child {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    font-family: "Satoshi", sans-serif;
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a .head-icon {
    margin-left: 0;
    margin-right: 5px;
}

.header-main .main-menu ul li a i {
    margin-left: 5px;
    font-size: 14px;
}

.header-main .main-menu ul li a:hover {
    color: var(--theme-color-2) !important;
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 250px;
    background: var(--white);
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    color: var(--header);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(11, 13, 17, 0.08);
    box-shadow: 0px 0px 40px 0px rgba(11, 13, 17, 0.08);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 30px 30px;
}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-main .main-menu ul li .submenu li:not(:last-child) {
    padding-bottom: 15px;
}

.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    padding: 0 0;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: u;
    font-family: "Satoshi", sans-serif;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-main .main-menu ul li .submenu li a:hover {
    color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 113%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
    color: var(--theme-color-2) !important;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
    color: var(--theme-color-2);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme-color-2);
}

.header-main .main-menu ul li .has-homemenu {
    width: 1100px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: -250px;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
}

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    display: initial !important;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 12px 15px;
    color: var(--white) !important;
    font-size: 14px;
    text-align: center;
    border-radius: 100px !important;
    background-color: var(--theme-color-2);
    line-height: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    background-color: var(--header);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#252527));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: "Satoshi", sans-serif;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
    color: var(--theme-color) !important;
}

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

.header-main .main-menu ul li:hover>a::after {
    color: var(--theme-color-2);
}

.header-main .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.header-main .header-right {
    gap: 40px;
}

@media (max-width: 1399px) {
    .header-main .header-right {
        gap: 20px;
    }
}

.header-main .header-right .search-icon {
    color: var(--header);
    font-size: 18px;
}

.header-main .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--header);
}

.header-top-section {
    background: #172965;
    padding: 14px;
}

@media (max-width: 1199px) {
    .header-top-section {
        display: none;
    }
}

.header-top-section .header-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top-section .header-top-wrapper p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.header-top-section .header-top-wrapper p a {
    color: var(--white);
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-weight: 700;
}

.header-top-section .header-top-wrapper .top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.header-top-section .header-top-wrapper .top-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.header-top-section .header-top-wrapper .top-list li i {
    color: white;
}

.header-top-section .header-top-wrapper .top-list li a {
    color: rgba(255, 255, 255, 0.85);
}

.header-top-section .header-top-wrapper .right-flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap {
    position: relative;
    max-width: 106px;
    margin: 0 auto;
}

@media (max-width: 1600px) {
    .header-top-section .header-top-wrapper .right-flag .flag-wrap {
        display: none;
    }
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap .flag {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
}

@media (max-width: 767px) {
    .header-top-section .header-top-wrapper .right-flag .flag-wrap .flag {
        display: none;
    }
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap .flag img {
    width: 100%;
    height: 100%;
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select {
    padding: 0 0 0 45px;
    background: transparent;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    border: none !important;
    padding-bottom: 0 !important;
    font-weight: 400 !important;
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select span {
    font-weight: 400;
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select .list {
    width: 100px;
    left: 0;
    background-color: var(--white);
    border-radius: 0;
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select .option {
    border: none;
    background-color: #fff;
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select .option.selected.focus {
    background-color: #fff;
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select::after {
    right: 75px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    width: 8px;
    height: 8px;
    top: 17px;
    border-bottom: 1px solid transparent;
    border-color: var(--white);
    border-right: 1px solid var(--white);
}

.header-top-section .header-top-wrapper .right-flag .flag-wrap .nice-select span {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
}

.header-top-section .header-top-wrapper .right-flag .social-icon {
    gap: 15px;
    font-size: 18px;
}

@media (max-width: 1399px) {
    .header-top-section .header-top-wrapper .right-flag .social-icon {
        display: none !important;
    }
}

.header-top-section .header-top-wrapper .right-flag .social-icon a {
    color: var(--white);
}

.header-top-section .header-top-wrapper .right-flag .social-icon a:hover {
    color: var(--theme-color);
}

.header-top-section.style-2 {
    background: #EFF7FF;
    padding: 0;
}

.header-top-section.style-2 .header-top-wrapper .top-list li i {
    color: var(--theme-color-2);
}

.header-top-section.style-2 .header-top-wrapper .top-list li a {
    color: #4b5563;
}

.header-top-section.style-2 .header-top-wrapper .top-list li p {
    color: #4b5563;
}

.header-top-section.style-2 .header-top-wrapper .form {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 30px;
}

.header-top-section.style-2 .header-top-wrapper .form .single-select {
    background-color: transparent;
    border: none;
    height: initial;
    font-size: 14px;
    font-weight: 500;
    font-family: "Helvetica Neue", sans-serif;
    color: #797979;
    padding-right: 25px;
}

.header-top-section.style-2 .header-top-wrapper .form .single-select::after {
    right: 0;
    width: 8px;
    height: 8px;
}

.header-top-section.style-2 .header-top-wrapper .social-icon {
    gap: 15px;
}

.header-top-section.style-2 .header-top-wrapper .social-icon a {
    color: var(--header);
}

.header-top-section.style-2 .header-top-wrapper .social-icon a:hover {
    color: var(--theme-color);
}

.header-1 .icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    position: relative;
}

.header-1 .icon-btn .cart-icon {
    font-size: 28px;
}

@media (max-width: 1399px) {
    .header-1 .icon-btn .cart-icon {
        font-size: 22px;
    }
}

.header-1 .icon-btn .cart-icon span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    position: absolute;
    bottom: -10px;
    right: 40px;
}

.header-1 .icon-btn .header-search {
    font-size: 25px;
}

@media (max-width: 1399px) {
    .header-1 .icon-btn .header-search {
        font-size: 18px;
    }
}

.header-1 .header-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

@media (max-width: 1199px) {
    .header-1 .header-contact-info {
        display: none;
    }
}

.header-1 .header-contact-info .info-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

@media (max-width: 1399px) {
    .header-1 .header-contact-info .info-items {
        display: none;
    }
}

.header-1 .header-contact-info .info-items .icon {
    font-size: 37px;
    color: var(--theme-color);
}

.header-1 .header-contact-info .info-items .content h6 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.header-1 .header-contact-info .theme-btn {
    background-color: var(--theme-color-2);
}

.header-1 .header-contact-info .theme-btn i {
    color: var(--theme-color-2);
}

.header-1 .header-contact-info .theme-btn:hover {
    background-color: var(--header);
}

.header-1 .header-contact-info .theme-btn:hover i {
    background-color: var(--theme-color-2);
    color: var(--white);
}

.header-1.header-3 {
    position: absolute;
    z-index: 99999;
    width: 100%;
    right: 0;
    left: 0;
}

@media (max-width: 1399px) {
    .header-1.header-3 {
        position: static;
    }
}

.header-1.header-3 .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.header-1.header-3 .mega-menu-wrapper .header-main .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

@media (max-width: 1199px) {
    .header-1.header-3 .mega-menu-wrapper .header-main .header-left {
        gap: 0;
    }
}

.header-1.header-3 .mega-menu-wrapper .header-main .header-right {
    gap: 15px;
}

.header-1.header-3 .mega-menu-wrapper .header-main .header-right .icon-btn {
    border-radius: 27px;
    background: #008;
    padding: 10px 20px;
}

.header-1.header-3 .mega-menu-wrapper .header-main .header-right .icon-btn .cart-icon {
    color: var(--white);
}

.header-1.header-3 .mega-menu-wrapper .header-main .header-right .icon-btn .cart-icon span {
    bottom: 4px;
    right: 65px;
}

.header-1.header-3 .mega-menu-wrapper .header-main .header-right .icon-btn .header-search .search-toggle i {
    color: var(--white);
}

.header-1.header-3 .icon-btn .cart-icon {
    font-size: 21px;
}

.header-1.header-3 .icon-btn .header-search {
    font-size: 20px;
}

@media (max-width: 1399px) {
    .header-1.header-3 .icon-btn .header-search {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .menu-thumb {
        display: none !important;
    }
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    background-color: var(--white);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: var(---box-shadow);
    box-shadow: var(---box-shadow);
}

.offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid var(--theme-color-2);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 150px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content p {
    color: var(--header);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color-2);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .social-icon {
    margin-top: 30px;
    gap: 10px;
    margin-bottom: 30px;
}

.offcanvas__wrapper .offcanvas__content .social-icon a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: block;
    background: transparent;
    color: var(--header);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.offcanvas__wrapper .offcanvas__content .social-icon a:hover {
    background-color: var(--theme-color-2);
    color: var(--white);
    border: 1px solid var(--theme-color-2);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
    margin-bottom: 40px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 400;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li {
    font-size: 16px;
    color: var(--header);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li:not(:last-child) {
    margin-bottom: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li span {
    font-weight: 400;
    color: var(--header);
    font-size: 18px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li a {
    font-size: 16px;
    color: var(--header);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

@media (max-width: 450px) {
    .offcanvas__info {
        width: 350px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.breadcrumb-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.breadcrumb-wrapper .page-heading {
    position: relative;
    padding: 150px 0 150px;
    z-index: 9;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        padding: 130px 0 130px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-wrapper .page-heading {
        padding: 110px 0 110px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area {
    padding: 60px 100px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    max-width: 760px;
    width: 100%;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items-area {
        background: rgba(255, 255, 255, 0.33);
        -webkit-backdrop-filter: blur(19.2px);
        backdrop-filter: blur(19.2px);
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area::before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url(../../assets/img/braed-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items-area::before {
        display: none;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-sub-title h1 {
    color: var(--white);
    font-size: 52px;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
    font-weight: 500;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-sub-title h1 {
        font-size: 45px;
    }
}

@media (max-width: 470px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-sub-title h1 {
        font-size: 40px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    background-color: var(--white);
    border-radius: 2px;
    padding: 15px 20px;
    line-height: 1;
}

@media (max-width: 575px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items {
        margin-top: 15px;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items li {
    color: var(--theme-color-2);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items li a {
    color: var(--theme-color-2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items li a:hover {
    color: var(--theme-color);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items li a i {
    color: var(--theme-color);
    margin-right: 5px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items-area .breadcrumb-items li i {
    color: var(--white);
}

.breadcrumb-wrapper .breadcrumb-image {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 140px;
}

@media (max-width: 1600px) {
    .breadcrumb-wrapper .breadcrumb-image {
        right: 30px;
    }
}

@media (max-width: 1199px) {
    .breadcrumb-wrapper .breadcrumb-image {
        display: none;
    }
}

.breadcrumb-wrapper .breadcrumb-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.error-items {
    text-align: center;
}

.error-items .error-image {
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
    max-width: 545px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .error-items .error-image {
        margin-bottom: 40px;
    }
}

.error-items .error-image img {
    width: 100%;
    height: 100%;
}

.error-items h2 {
    margin-bottom: 20px;
    margin-top: 50px;
}

.error-items p {
    margin-bottom: 48px;
}

@media (max-width: 1199px) {
    .error-items p {
        margin-bottom: 30px;
    }
}

.header-container {
    max-width: 1590px;
    margin: 0 auto;
}

.header-container-2 {
    max-width: 1640px;
    margin: 0 auto;
}

.side_bar {
    position: fixed;
    top: 0;
    right: 0px;
    width: 420px;
    height: 100%;
    background-color: var(--white);
    padding: 40px;
    padding-top: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: var(---box-shadow);
    box-shadow: var(---box-shadow);
    z-index: 99999;
    overflow-y: scroll;
}

@media (max-width: 470px) {
    .side_bar {
        width: 350px;
    }
}

.side_bar .info .icon__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.side_bar .info .icon__item:not(:last-child) {
    margin-bottom: 30px;
}

.side_bar .info .icon__item .icon {
    color: var(--theme-color);
    font-size: 32px;
}

.side_bar .info .icon__item .content p {
    margin-bottom: 5px;
}

.side_bar .info .icon__item .content h6 {
    font-size: 16px;
    color: var(--white);
}

.side_bar .x-mark-icon {
    position: absolute;
    right: 40px;
    top: 25px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--header);
}

.side_bar .x-mark-icon:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side_bar .cartmini__del {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: var(--header);
    font-size: 16px;
}

.side_bar p {
    color: var(--white);
}

.side_bar .cart-title {
    margin-bottom: 20px;
}

.side_bar .cart-title h4 {
    color: var(--header);
    font-weight: 500;
}

.side_bar .cartmini__widget {
    height: 100%;
}

.side_bar .cartmini__widget .cartmini__widget-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    gap: 30px;
    padding-left: 0;
    padding-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.side_bar .cartmini__widget .cartmini__widget-item .cartmini__thumb {
    max-width: 100px;
    height: 100px;
    width: 100%;
}

.side_bar .cartmini__widget .cartmini__widget-item .cartmini__thumb img {
    width: 100%;
    height: 100%;
}

.side_bar .cartmini__widget .cartmini__widget-item .cartmini__content h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.side_bar .cartmini__checkout {
    padding: 20px;
    padding-bottom: 85px;
    width: 100%;
    background: var(--white);
    border-top: 2px solid var(--border);
    margin-top: 150px;
    padding-right: 0;
    padding-left: 0;
}

.side_bar .cartmini__checkout .cartmini__checkout-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.side_bar .cartmini__checkout .cartmini__checkout-title h4 {
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
}

.side_bar .cartmini__checkout .cartmini__checkout-title span {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color);
}

.side_bar .cartmini__checkout-btn .theme-btn {
    text-align: center;
    padding: 20px 60px;
}

.side_bar .cartmini__checkout-btn .theme-btn.style-2 {
    background-color: var(--header);
}

.side_bar .cartmini__checkout-btn .theme-btn.style-2:hover {
    background-color: var(--theme-color-2);
}

.side_bar_hidden {
    visibility: hidden;
    opacity: 0;
    right: -30px;
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.mean-container .mean-nav ul li a.border-none {
    border: none;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme-color);
}

.mean-container .mean-nav ul li a .head-icon {
    display: none;
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme-color);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .mean-container .mean-nav ul li.menu-thumb {
        display: none;
    }
}

/*-----------------------[ 7. Hero Sections CSS ]------------------------*/
.hero-1 {
    padding: 0 0 0;
}

@media (max-width: 991px) {
    .hero-1 {
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .hero-1 {
        padding-top: 50px;
    }
}

.hero-1 .hero-content {
    margin-bottom: 170px;
}

@media (max-width: 991px) {
    .hero-1 .hero-content {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .hero-1 .hero-content {
        text-align: center;
    }
}

.hero-1 .hero-content h1 {
    color: #172965;
}

@media (max-width: 575px) {
    .hero-1 .hero-content h1 {
        font-size: 40px;
    }
}

.hero-1 .hero-content p {
    font-size: 20px;
    margin-top: 15px;
}

@media (max-width: 1199px) {
    .hero-1 .hero-content p {
        font-size: 17px;
    }

    .hero-1 .hero-content p br {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content p {
        font-size: 16px;
    }
}

.hero-1 .hero-content .theme-btn {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .hero-1 .hero-content .theme-btn {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    .hero-1 .hero-content .theme-btn {
        margin-top: 25px;
    }
}

@media (max-width: 1399px) {
    .hero-1 .hero-image {
        margin-left: -120px;
    }
}

@media (max-width: 1199px) {
    .hero-1 .hero-image {
        margin-left: -50px;
    }
}

@media (max-width: 991px) {
    .hero-1 .hero-image {
        margin-left: 0;
    }

    .hero-1 .hero-image img {
        width: 100%;
        height: 100%;
    }
}

.hero-2 {
    position: relative;
}

.hero-2 .array-button-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    right: 50px;
    z-index: 99;
}

@media (max-width: 1600px) {
    .hero-2 .array-button-2 {
        display: none;
    }
}

.hero-2 .video-button {
    border-radius: 12px 0px 0px 0px;
    background: var(--white);
    padding: 50px 70px;
    position: absolute;
    right: 0;
    bottom: 140px;
    z-index: 99;
}

@media (max-width: 767px) {
    .hero-2 .video-button {
        display: none;
    }
}

.hero-2 .video-btn {
    font-size: 18px;
    color: var(--theme-color);
}

.hero-2 .video-btn i {
    margin-right: 10px;
}

.hero-2 .swiper-slide.swiper-slide-active .hero-bg {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

.hero-2 .swiper-slide.swiper-slide-active .hero-content {
    opacity: 1;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-transition: all 2500ms ease;
    transition: all 2500ms ease;
}

.hero-2 .swiper-slide.swiper-slide-active .hero-button {
    opacity: 1;
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
    -webkit-transition: all 2500ms ease;
    transition: all 2500ms ease;
}

.hero-2 .hero-height {
    padding: 160px 0 280px;
}

@media (max-width: 767px) {
    .hero-2 .hero-height {
        padding: 120px 0 220px;
    }
}

.hero-2.hero-5 .hero-height {
    padding: 190px 0 190px;
}

@media (max-width: 1199px) {
    .hero-2.hero-5 .hero-height {
        padding: 170px 0;
    }
}

@media (max-width: 991px) {
    .hero-2.hero-5 .hero-height {
        padding: 140px 0;
    }
}

@media (max-width: 767px) {
    .hero-2.hero-5 .hero-height {
        padding: 110px 0;
    }
}

.hero-2.hero-5 .hero-bg::before {
    background: linear-gradient(85deg, rgba(3, 3, 66, 0.72) 26.67%, rgba(3, 3, 66, 0) 78.34%);
}

.hero-2.hero-5 .hero-content p {
    font-size: 20px;
    color: var(--white);
    max-width: 570px;
    margin-top: 20px;
}

.hero-2.hero-5 .hero-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1199px) {
    .hero-2.hero-5 .hero-button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.hero-2.hero-5 .hero-button .caller-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.hero-2.hero-5 .hero-button .caller-item .content span {
    color: var(--white);
}

.hero-2.hero-5 .hero-button .caller-item .content h5 a {
    color: var(--white);
}

.hero-2 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 9000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}

.hero-2 .hero-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(85deg, rgba(3, 3, 66, 0.72) 26.67%, rgba(3, 3, 66, 0) 78.34%);
}

.hero-2 .hero-content {
    position: relative;
    opacity: 0;
    z-index: 3;
    position: relative;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
}

.hero-2 .hero-content .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.hero-2 .hero-content .icon p {
    max-width: 275px;
    color: #FFF;
    font-family: Literata;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .hero-2 .hero-content .icon p {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .hero-2 .hero-content .icon p {
        font-size: 16px;
    }
}

.hero-2 .hero-content h1 {
    color: var(--white);
    text-transform: capitalize;
    margin-top: 20px;
}

.hero-2 .hero-button {
    margin-top: 40px;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    position: relative;
    z-index: 9;
}

.hero-feature-wrapper {
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    max-width: 950px;
    margin-top: -200px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) {
    .hero-feature-wrapper {
        margin-top: -50px;
    }
}

@media (max-width: 991px) {
    .hero-feature-wrapper {
        padding: 30px;
    }
}

.hero-feature-wrapper .hero-feature-icon {
    padding: 30px 30px;
    border-right: 1px solid rgba(23, 41, 101, 0.15);
}

@media (max-width: 991px) {
    .hero-feature-wrapper .hero-feature-icon {
        border-right: none;
        padding: 0;
    }
}

.hero-feature-wrapper .hero-feature-icon .icon {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.hero-feature-wrapper .hero-feature-icon .icon h4 {
    font-weight: 500;
}

.hero-feature-wrapper .hero-feature-icon .icon .arrow-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    display: inline-block;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    color: var(--theme-color);
}

.hero-feature-wrapper .hero-feature-icon .icon .arrow-icon:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.hero-feature-wrapper .hero-feature-icon.border-none {
    padding-left: 0;
    border-right: none;
}

.hero-3 {
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .hero-3 {
        padding-top: 100px;
    }
}

.hero-3 .container-fluid {
    padding: 0 140px;
}

@media (max-width: 1399px) {
    .hero-3 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1199px) {
    .hero-3 .container-fluid {
        padding: 0 60px;
    }
}

@media (max-width: 991px) {
    .hero-3 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .hero-3 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 575px) {
    .hero-3 .container-fluid {
        padding: 0 30px;
    }
}

.hero-3 .dot-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hero-3 .dot-shape img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .hero-3 .dot-shape {
        display: none;
    }
}

.hero-3 .top-shape {
    position: absolute;
    left: 40%;
    top: 21%;
}

@media (max-width: 1199px) {
    .hero-3 .top-shape {
        display: none;
    }
}

.hero-3 .bottom-shape {
    position: absolute;
    left: 40%;
    bottom: 23%;
}

@media (max-width: 1199px) {
    .hero-3 .bottom-shape {
        display: none;
    }
}

.hero-3 .hero-content .star {
    margin-bottom: 20px;
}

.hero-3 .hero-content .star i {
    color: var(--theme-color-2);
    font-size: 17px;
}

.hero-3 .hero-content .star span {
    display: inline-block;
    margin-left: 18px;
}

@media (max-width: 1199px) {
    .hero-3 .hero-content .star span {
        margin-left: 0;
    }
}

.hero-3 .hero-content h1 {
    font-size: 92px;
    font-weight: 400;
    color: #172965;
    margin-bottom: 20px;
    letter-spacing: -2.76px;
    font-family: "Satoshi", sans-serif;
}

@media (max-width: 1600px) {
    .hero-3 .hero-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 1399px) {
    .hero-3 .hero-content h1 {
        font-size: 57px;
    }
}

@media (max-width: 991px) {
    .hero-3 .hero-content h1 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .hero-3 .hero-content h1 {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 38px;
    }
}

.hero-3 .hero-content h1 span {
    font-weight: 700;
    color: #172965;
    font-family: "Satoshi", sans-serif;
}

.hero-3 .hero-content p {
    max-width: 614px;
}

.hero-3 .hero-content .hero-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .hero-3 .hero-content .hero-button {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.hero-3 .hero-content .hero-button .caller-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.hero-3 .hero-image {
    position: relative;
    margin-right: -140px;
    margin-left: 100px;
}

@media (max-width: 1600px) {
    .hero-3 .hero-image {
        height: 765px;
    }
}

@media (max-width: 1399px) {
    .hero-3 .hero-image {
        margin-left: 0;
        height: initial;
    }
}

@media (max-width: 575px) {
    .hero-3 .hero-image {
        margin-right: 0;
    }
}

.hero-3 .hero-image img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-3 .hero-image .hero-image-2 {
    position: absolute;
    left: 30px;
    bottom: 54px;
}

.hero-3 .hero-image .group-image {
    margin-bottom: 10px;
}

.hero-3 .hero-image h6 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Satoshi", sans-serif;
}

.hero-4 {
    margin: 0 50px;
}

@media (max-width: 1600px) {
    .hero-4 {
        margin: 0 40px;
    }
}

@media (max-width: 1199px) {
    .hero-4 {
        margin: 0 30px;
    }
}

.hero-4 .hero-left-items {
    padding: 120px 110px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 80px;
}

@media (max-width: 1600px) {
    .hero-4 .hero-left-items {
        padding: 120px 60px;
    }
}

@media (max-width: 1399px) {
    .hero-4 .hero-left-items {
        padding: 80px 60px;
    }
}

@media (max-width: 1199px) {
    .hero-4 .hero-left-items {
        padding: 70px 50px;
        display: block;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-left-items {
        padding: 60px 40px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-left-items {
        padding: 50px 40px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-left-items {
        padding: 40px 30px;
    }
}

.hero-4 .hero-left-items .hero-content {
    max-width: 485px;
}

@media (max-width: 1199px) {
    .hero-4 .hero-left-items .hero-content {
        margin-bottom: 30px;
    }
}

.hero-4 .hero-left-items .hero-content span {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    color: var(--white);
    background-color: var(--theme-color-2);
    padding: 10px 12px;
    border-radius: 2px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
}

.hero-4 .hero-left-items .hero-content h1 {
    font-size: 52px;
    font-weight: 400;
    color: #172965;
}

@media (max-width: 1600px) {
    .hero-4 .hero-left-items .hero-content h1 {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-left-items .hero-content h1 {
        font-size: 34px;
    }
}

.hero-4 .hero-left-items .hero-content h1 b {
    font-weight: 800;
}

.hero-4 .hero-left-items .hero-content p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .hero-4 .hero-left-items .hero-content p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-left-items .hero-content p {
        font-size: 14px;
        margin-top: 10px;
    }
}

.hero-4 .hero-left-items .hero-content .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .hero-4 .hero-left-items .hero-content .btn-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px;
    }
}

.hero-4 .hero-left-items .hero-content .btn-area .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline;
    color: var(--theme-color);
}

.hero-4 .hero-left-items .hero-content .btn-area .text-btn:hover {
    color: var(--header);
}

.hero-4 .hero-left-items .hero-image {
    max-width: 523px;
}

.hero-4 .hero-left-items .hero-image img {
    width: 100%;
    height: 100%;
}

.hero-4 .hero-right-items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 12px;
    background: rgba(255, 227, 227, 0.66);
    padding: 28px 38px;
}

@media (max-width: 1600px) {
    .hero-4 .hero-right-items li {
        padding: 20px 30px;
    }
}

.hero-4 .hero-right-items li .content span {
    font-size: 18px;
    font-weight: 700;
    color: #E4AB00;
}

.hero-4 .hero-right-items li .content h3 {
    margin-top: 8px;
}

.hero-4 .hero-right-items li .content h3 a:hover {
    color: var(--theme-color);
}

.hero-4 .hero-right-items li .content .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline;
    color: var(--theme-color);
}

.hero-4 .hero-right-items li .content .text-btn:hover {
    color: var(--header);
}

.hero-4 .hero-right-items li .image img {
    width: 100%;
    height: 100%;
}

.hero-4 .hero-right-items li:not(:last-child) {
    margin-bottom: 24px;
}

@media (max-width: 1600px) {
    .hero-4 .hero-right-items li:not(:last-child) {
        margin-bottom: 20px;
    }
}

.hero-4 .hero-right-items li:nth-last-of-type(2) {
    background: rgba(227, 228, 255, 0.66);
}

.hero-4 .hero-right-items li:nth-last-of-type(1) {
    background: rgba(255, 248, 227, 0.66);
}

.hero-4 .hero-bottom-items {
    border-radius: 12px;
    background: #DCF3E9;
    padding: 70px 0px 70px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

@media (max-width: 1399px) {
    .hero-4 .hero-bottom-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .hero-4 .hero-bottom-items {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-bottom-items {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-bottom-items {
        padding: 30px;
    }
}

.hero-4 .hero-bottom-items .content span {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    line-height: 1;
    color: var(--white);
    background-color: var(--theme-color-2);
    padding: 10px 12px;
    border-radius: 2px;
    margin-bottom: 20px;
    display: inline-block;
}

.hero-4 .hero-bottom-items .content h3 {
    font-size: 42px;
    font-weight: 400;
}

@media (max-width: 1399px) {
    .hero-4 .hero-bottom-items .content h3 {
        font-size: 36px;
    }
}

.hero-4 .hero-bottom-items .content h3 a {
    color: #172965;
}

.hero-4 .hero-bottom-items .content h3 a:hover {
    color: var(--theme-color);
}

.hero-4 .hero-bottom-items .content p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.hero-4 .hero-bottom-items .content .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    text-decoration: underline;
    color: var(--theme-color);
}

.hero-4 .hero-bottom-items .content .text-btn:hover {
    color: var(--header);
}

.hero-4 .hero-bottom-items .image img {
    width: 100%;
    height: 100%;
}

.hero-4 .hero-bottom-items.style-2 {
    padding-top: 25px;
    padding-bottom: 0;
}

@media (max-width: 1600px) {
    .hero-4 .hero-bottom-items.style-2 {
        padding: 70px 0px 70px 60px;
    }
}

@media (max-width: 1399px) {
    .hero-4 .hero-bottom-items.style-2 {
        padding-top: 25px;
        padding-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .hero-4 .hero-bottom-items.style-2 {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-bottom-items.style-2 {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-bottom-items.style-2 {
        padding: 30px;
    }
}

.hero-4 .hero-bottom-items.style-2 .content {
    max-width: 400px;
}

.hero-4 .hero-bottom-items.style-2 .image {
    max-width: 404px;
}

.hero-4 .hero-bottom-items.style-2 .image img {
    width: 100%;
}

/*-----------------------[ 8.Sections Two CSS ]------------------------*/

.feature-treatment-items {
    margin-top: 30px;
}

.feature-treatment-items .feature-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
    border-bottom: 1px solid rgba(12, 27, 43, 0.14);
    padding-bottom: 20px;
}

.feature-treatment-items .feature-icon-box i {
    color: var(--theme-color);
    font-size: 53px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.feature-treatment-items p {
    margin-top: 20px;
}

.feature-treatment-items:hover .feature-icon-box i {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.feature-treatment-section {
    position: relative;
    z-index: 9;
}

.feature-treatment-section .feature-shape-1 {
    position: absolute;
    z-index: -1;
    top: 15%;
    right: 10%;
}

.feature-treatment-section .feature-shape-2 {
    position: absolute;
    z-index: -1;
    top: 15%;
    left: 10%;
}

.download-app-section {
    position: relative;
    z-index: 9;
}

.download-app-section .download-shape-1 {
    position: absolute;
    z-index: -1;
    top: 5%;
    right: 25%;
}

.counter-wrapper {
    border-radius: 12px;
    background-color: var(--theme-color-2);
    padding: 80px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1399px) {
    .counter-wrapper {
        padding: 60px 50px;
    }
}

@media (max-width: 1199px) {
    .counter-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        padding: 50px 40px;
    }
}

.counter-wrapper .counter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    color: var(--white);
}

.counter-wrapper .counter-items .icon {
    width: 83px;
    height: 83px;
    line-height: 83px;
    border-radius: 50%;
    background-color: var(--white);
    text-align: center;
}

.counter-wrapper .counter-items h2 {
    font-size: 66px;
    color: var(--white);
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-items h2 {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .counter-wrapper .counter-items h2 {
        font-size: 40px;
    }
}

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

.vedio-wrapper {
    padding: 200px 0;
    text-align: center;
    position: relative;
}

@media (max-width: 1199px) {
    .vedio-wrapper {
        padding: 120px 0;
    }
}

.vedio-wrapper .video {
    position: relative;
}

.vedio-wrapper .video .video-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--white);
    color: var(--theme-color);
    display: inline-block;
    text-align: center;
    font-size: 20px;
}

.download-app-wrapper .download-app-image {
    margin-right: 50px;
}

@media (max-width: 1199px) {
    .download-app-wrapper .download-app-image {
        margin-right: 0;
    }
}

.download-app-wrapper .download-app-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.download-app-wrapper .download-app-content .download-text {
    margin-top: 20px;
}

.download-app-wrapper .download-app-content .logo-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .download-app-wrapper .download-app-content .logo-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.download-app-wrapper-2 {
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .download-app-wrapper-2 {
        margin-bottom: 0;
    }
}

.download-app-wrapper-2 .download-app-content .download-text {
    max-width: 650px;
    margin-top: 20px;
}

.download-app-wrapper-2 .download-app-content .download-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
}

@media (max-width: 1199px) {
    .download-app-wrapper-2 .download-app-content .download-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.download-app-wrapper-2 .download-app-content .download-list li {
    font-size: 18px;
    font-weight: 500;
}

.download-app-wrapper-2 .download-app-content .download-list li i {
    margin-right: 5px;
    color: var(--theme-color);
}

.download-app-wrapper-2 .download-app-content .logo-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 70px;
}

@media (max-width: 1199px) {
    .download-app-wrapper-2 .download-app-content .logo-items {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.download-app-wrapper-2 .download-app-image {
    position: relative;
    z-index: 9;
}

.download-app-wrapper-2 .download-app-image::before {
    width: 626px;
    height: 626px;
    line-height: 626px;
    position: absolute;
    top: 59%;
    left: 44%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background-color: var(--theme-color-2);
    z-index: -1;
}

@media (max-width: 1399px) {
    .download-app-wrapper-2 .download-app-image::before {
        display: none;
    }
}

.download-app-wrapper-2 .download-app-image .download-image-1 img {
    width: 100%;
    height: 100%;
}

.download-app-wrapper-2 .download-app-image .download-image-1.style-margin {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .download-app-wrapper-2 .download-app-image .download-image-1.style-margin {
        margin-top: 0;
    }
}

@media (max-width: 1399px) {
    .download-app-wrapper-2 .download-app-image .download-image-2 img {
        width: 100%;
        height: 100%;
    }
}

.download-app-section-2 {
    position: relative;
}

.download-app-section-2 .download-shape-1 {
    position: absolute;
    top: 10%;
    left: 45%;
}

.download-app-section-2 .download-shape-2 {
    position: absolute;
    bottom: 20%;
    left: 50%;
}

.pricing-box-items {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    padding: 40px;
    margin-top: 30px;
    position: relative;
    z-index: 9;
    border-radius: 12px;
}

@media (max-width: 1199px) {
    .pricing-box-items {
        padding: 24px;
    }
}

.pricing-box-items::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.04);
    z-index: -1;
    height: 48%;
    border-radius: 12px;
}

.pricing-box-items .pricing-header h3 {
    color: var(--white);
}

.pricing-box-items .pricing-header h2 {
    font-size: 78px;
    font-weight: 800;
    color: var(--theme-color);
}

@media (max-width: 1199px) {
    .pricing-box-items .pricing-header h2 {
        font-size: 55px;
    }
}

.pricing-box-items .pricing-header h2 sup {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    top: -1.6em;
}

.pricing-box-items .pricing-header p {
    color: var(--white);
    font-size: 16px;
    margin-top: 10px;
}

.pricing-box-items .theme-btn {
    border-radius: 64px;
    padding: 20px 30px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.pricing-box-items .theme-btn:hover {
    background-color: var(--white);
    color: var(--theme-color);
}

.pricing-box-items .pricing-list {
    margin-top: 30px;
}

.pricing-box-items .pricing-list li {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
}

@media (max-width: 1199px) {
    .pricing-box-items .pricing-list li {
        font-size: 15px;
    }
}

.pricing-box-items .pricing-list li i {
    color: var(--theme-color);
    margin-right: 6px;
    font-size: 22px;
}

.pricing-box-items .pricing-list li:not(:last-child) {
    margin-bottom: 15px;
}

.pricing-box-items.active::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--theme-color-2);
    height: 48%;
}

.pricing-box-items.style-2 {
    border-radius: 12px;
    border: 1px solid rgba(72, 72, 72, 0.42);
}

.pricing-box-items.style-2 .pricing-header h3 {
    color: var(--header);
}

.pricing-box-items.style-2 .pricing-header h2 {
    color: var(--theme-color);
}

.pricing-box-items.style-2 .pricing-header p {
    color: var(--text);
}

.pricing-box-items.style-2 .pricing-list li {
    color: var(--text);
}

.pricing-box-items.style-2.active .pricing-header h3 {
    color: var(--white);
}

.pricing-box-items.style-2.active .pricing-header p {
    color: var(--white);
}

.time-table-wrapper-2 .time-content .time-text {
    margin-top: 20px;
}

.time-table-wrapper-2 .time-box-items {
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
    margin-left: 40px;
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    background: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .time-table-wrapper-2 .time-box-items {
        padding: 25px;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .time-table-wrapper-2 .time-box-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.time-table-wrapper-2 .time-box-items .time-number {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 53, 102, 0.35);
    font-size: 88px;
    font-weight: 400;
}

.time-table-wrapper-2 .time-box-items:hover {
    background-color: var(--theme-color);
}

.time-table-wrapper-2 .time-box-items:hover .time-table-content h3 {
    color: var(--white);
}

.time-table-wrapper-2 .time-box-items:hover .time-table-content p {
    color: var(--white);
}

.time-table-wrapper-2 .time-box-items:hover .time-number {
    color: var(--white);
}

.time-table-wrapper-2 .time-table-right-items {
    max-height: 460px;
    overflow-y: auto;
    padding-right: 50px;
}

@media (max-width: 1199px) {
    .time-table-wrapper-2 .time-table-right-items {
        padding-right: 0;
        max-height: initial;
        overflow-y: initial;
    }
}

.time-table-section-2 {
    position: relative;
}

.time-table-section-2 .time-shape-1 {
    position: absolute;
    top: -5%;
    right: 60%;
}

.time-table-section-2 .time-shape-2 {
    position: absolute;
    bottom: -40px;
    left: 30%;
}

.time-table-section {
    position: relative;
    z-index: 9;
}

.time-table-section .time-shape-1 {
    position: absolute;
    z-index: -1;
    top: 10%;
    left: 10%;
}

.time-table-section .time-shape-2 {
    position: absolute;
    z-index: -1;
    top: 20%;
    right: 0%;
}

.feature-products-4 .section-title-area .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline;
    color: var(--theme-color);
}

.feature-products-4 .section-title-area .text-btn:hover {
    color: var(--header);
}

.feature-wrapper-4 .feature-image {
    margin-top: 30px;
}

.feature-wrapper-4 .feature-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.feature-wrapper-4 .feature-product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 12px;
    border: 3px solid var(--theme-color);
    padding: 43px 65px;
    background: #F6F7F8;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .feature-wrapper-4 .feature-product-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .feature-wrapper-4 .feature-product-box {
        padding: 45px;
    }
}

@media (max-width: 767px) {
    .feature-wrapper-4 .feature-product-box {
        padding: 30px;
    }
}

.feature-wrapper-4 .feature-product-box .product-content span {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    line-height: 1;
    color: var(--white);
    background-color: var(--theme-color-2);
    padding: 10px 12px;
    border-radius: 2px;
    margin-bottom: 20px;
    display: inline-block;
}

.feature-wrapper-4 .feature-product-box .product-content h3 {
    font-size: 32px;
    font-weight: 400;
}

.feature-wrapper-4 .feature-product-box .product-content h3 a {
    color: #172965;
}

.feature-wrapper-4 .feature-product-box .product-content h3 a:hover {
    color: var(--theme-color);
}

.feature-wrapper-4 .feature-product-box .product-content p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.feature-wrapper-4 .feature-product-box .product-content .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    text-decoration: underline;
    color: var(--theme-color);
}

.feature-wrapper-4 .feature-product-box .product-content .text-btn:hover {
    color: var(--header);
}

.health-caring-wrapper .health-caring-content .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .health-caring-wrapper .health-caring-content .list-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.health-caring-wrapper .health-caring-content .list-box ul li {
    font-size: 18px;
    font-weight: 500;
}

.health-caring-wrapper .health-caring-content .list-box ul li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.health-caring-wrapper .health-caring-content .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px;
    text-decoration: underline;
    color: var(--theme-color);
}

.health-caring-wrapper .health-caring-content .text-btn:hover {
    color: var(--header);
}

.health-caring-wrapper .health-caring-image .health-image img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.health-caring-wrapper .health-caring-image .free-shopping {
    border-radius: 12px;
    background-color: var(--theme-color);
    padding: 65px 45px;
}

@media (max-width: 1399px) {
    .health-caring-wrapper .health-caring-image .free-shopping {
        padding: 30px;
    }
}

.health-caring-wrapper .health-caring-image .free-shopping h3 {
    color: var(--white);
}

.health-caring-wrapper .health-caring-image .free-shopping h2 {
    font-weight: 400;
    color: var(--white);
    margin-top: 15px;
}

.health-caring-wrapper .health-caring-image .free-shopping p {
    color: var(--white);
    margin-top: 15px;
}

.health-caring-wrapper .health-caring-image .free-shopping .theme-btn {
    background-color: var(--theme-color-2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 40px;
}

.health-caring-wrapper .health-caring-image .free-shopping .theme-btn i {
    background-color: var(--white);
    color: var(--theme-color-2);
}

.health-caring-wrapper .health-caring-image .free-shopping .theme-btn:hover {
    background-color: var(--header);
}

.health-caring-wrapper .health-caring-image .free-shopping .theme-btn:hover i {
    color: var(--header);
}

.doctor-feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.09);
    padding: 20px 30px;
}

.doctor-feature-box .icon i {
    font-size: 37px;
    color: #02c9b8;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.doctor-feature-box .content p {
    color: rgba(255, 255, 255, 0.79);
    font-size: 15px;
}

.doctor-feature-box .content h5 {
    font-size: 17px;
    font-weight: 500;
    color: white;
}

.doctor-feature-box:hover .icon i {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.newsletter-wrapper-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .newsletter-wrapper-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.newsletter-wrapper-4 h3 {
    color: var(--white);
}

.newsletter-wrapper-4 form {
    max-width: 740px;
    width: 100%;
}

.newsletter-wrapper-4 form .form-clt {
    position: relative;
}

.newsletter-wrapper-4 form .form-clt input {
    width: 100%;
    border: none;
    outline: none;
    padding: 24px 30px;
    line-height: 1;
    color: #6B7280;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    background: #F7F9FB;
    -webkit-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.05);
}

.newsletter-wrapper-4 form .form-clt .arrow-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme-color-2);
    color: var(--white);
    position: absolute;
    right: 12px;
    top: 10px;
}

.newsletter-wrapper-4 form .form-clt .arrow-icon i {
    margin-left: 5px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.newsletter-wrapper-4 form .form-clt .arrow-icon:hover i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.why-choose-us-wrapper-3 {
    margin-top: 60px;
}

.why-choose-us-wrapper-3 .why-choose-us-box-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 12px;
    background-color: var(--theme-color-2);
    padding: 35px 40px 35px 30px;
    position: relative;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-3 .why-choose-us-box-3 {
        padding: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .why-choose-us-wrapper-3 .why-choose-us-box-3 {
        padding: 25px;
    }
}

.why-choose-us-wrapper-3 .why-choose-us-box-3 .shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-3 .why-choose-us-box-3 .shape {
        display: none;
    }
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-3 .why-choose-us-box-3 .why-choose-us-image {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.why-choose-us-wrapper-3 .why-choose-us-box-3 .why-choose-us-image img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.why-choose-us-wrapper-3 .why-choose-us-box-3 .why-choose-us-content h2 {
    color: var(--white);
}

.why-choose-us-wrapper-3 .why-choose-us-box-3 .why-choose-us-content h5 {
    color: var(--white);
    margin-bottom: 10px;
}

.why-choose-us-wrapper-3 .why-choose-us-box-3 .why-choose-us-content p {
    color: var(--white);
    max-width: 327px;
}

.why-choose-us-wrapper-3 .why-choose-us-image img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.why-choose-us-wrapper-3 .why-choose-us-icon-box {
    background-color: var(--header);
    border-radius: 12px;
    padding: 26px;
}

.why-choose-us-wrapper-3 .why-choose-us-icon-box .icon {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 60px;
}

.why-choose-us-wrapper-3 .why-choose-us-icon-box h5 {
    color: var(--white);
    margin-bottom: 30px;
}

.why-choose-us-wrapper-3 .why-choose-us-icon-box .theme-btn:hover {
    background-color: var(--white);
    color: var(--header);
}

.why-choose-us-section-3 {
    position: relative;
}

.why-choose-us-section-3 .hand-shape {
    position: absolute;
    right: 194px;
    top: 316px;
}

@media (max-width: 1199px) {
    .why-choose-us-section-3 .hand-shape {
        display: none;
    }
}

.feature-box-items-3 {
    background-color: var(--white);
    border-radius: 6px;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.03);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.03);
    padding: 30px 25px;
}

@media (max-width: 1199px) {
    .feature-box-items-3 {
        padding: 25px 18px;
    }
}

.feature-box-items-3 .feature-icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

@media (max-width: 1199px) {
    .feature-box-items-3 .feature-icon-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.feature-box-items-3 .feature-icon-item .content h3 {
    margin-bottom: 15px;
}

@media (max-width: 1600px) {
    .feature-box-items-3 .feature-icon-item .content h3 {
        font-size: 20px;
    }
}

.feature-box-items-3 .feature-icon-item .content p {
    max-width: 251px;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 1600px) {
    .feature-box-items-3 .feature-icon-item .content p {
        font-size: 15px;
    }
}

.feature-box-items-3 .feature-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 36px;
    position: relative;
    z-index: 9;
}

.feature-box-items-3 .feature-number:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 270px;
    height: 1px;
    background: #D9D9D9;
    left: 11%;
    top: 50%;
    z-index: -1;
}

@media (max-width: 1600px) {
    .feature-box-items-3 .feature-number:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .feature-box-items-3 .feature-number:before {
        width: 210px;
    }
}

.feature-box-items-3 .feature-number h6 {
    font-size: 16px;
    font-weight: 500;
}

.feature-box-items-3 .feature-number .arrow-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white);
    display: inline-block;
}

.feature-box-items-3 .feature-number .arrow-icon i {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.feature-section-3 {
    margin-bottom: -20px;
}

.feature-section-3 .container-fluid {
    padding: 0 140px;
}

@media (max-width: 1199px) {
    .feature-section-3 .container-fluid {
        padding: 0 60px;
    }
}

@media (max-width: 991px) {
    .feature-section-3 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .feature-section-3 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 575px) {
    .feature-section-3 .container-fluid {
        padding: 0 30px;
    }
}

.counter-box-item-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    background: var(--white);
    padding: 15px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
    .counter-box-item-3 {
        display: -ms-grid;
        display: grid;
        padding: 20px 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .counter-box-item-3 .icon {
        margin: 0 auto;
    }
}

.counter-box-item-3 .icon {
    width: 83px;
    height: 83px;
    line-height: 83px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid rgba(5, 24, 40, 0.11);
}

.counter-box-item-3 .content h2 {
    font-size: 66px;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .counter-box-item-3 .content h2 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .counter-box-item-3 .content h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .counter-box-item-3 .content h2 {
        font-size: 40px;
    }
}

.counter-box-item-3:hover {
    background-color: var(--theme-color);
    border-top: 1px solid var(--theme-color);
    border-right: 1px solid var(--theme-color);
    border-bottom: 7px solid var(--theme-color);
    border-left: 1px solid var(--theme-color);
}

.counter-box-item-3:hover .icon {
    background-color: var(--white);
}

.counter-box-item-3:hover .content h2 {
    color: var(--white);
}

.counter-box-item-3:hover .content p {
    color: var(--white);
}

.process-wrapper-3 {
    margin-left: -20%;
    margin-right: -20%;
}

@media (max-width: 991px) {
    .process-wrapper-3 {
        margin-left: 0;
        margin-right: 0;
    }
}

.process-wrapper-3 .process-box-item-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 38px;
    padding: 30px;
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    background: var(--white);
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .process-wrapper-3 .process-box-item-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.process-wrapper-3 .process-box-item-3 .icon {
    width: 116px;
    height: 116px;
    line-height: 116px;
    text-align: center;
    border-radius: 100%;
    background-color: rgba(36, 144, 235, 0.08);
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    font-size: 50px;
    color: var(--header);
}

.process-wrapper-3 .process-box-item-3 .icon i {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.process-wrapper-3 .process-box-item-3 .icon .number {
    color: var(--white);
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--theme-color);
    position: absolute;
    top: -4px;
    right: -6px;
}

.process-wrapper-3 .process-box-item-3 .content p {
    max-width: 307px;
    margin-top: 10px;
}

.process-wrapper-3 .process-box-item-3:hover .icon i {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.process-section-3 {
    position: relative;
}

.process-section-3 .shape-1 {
    position: absolute;
    top: 208px;
    left: 194px;
}

@media (max-width: 1199px) {
    .process-section-3 .shape-1 {
        display: none;
    }
}

.process-section-3 .shape-2 {
    position: absolute;
    top: 120px;
    right: 171px;
}

@media (max-width: 1199px) {
    .process-section-3 .shape-2 {
        display: none;
    }
}

.why-choose-us-section-5 {
    position: relative;
    z-index: 9;
}

.why-choose-us-section-5 .top-shape {
    position: absolute;
    top: 50px;
    left: 40%;
}

@media (max-width: 1199px) {
    .why-choose-us-section-5 .top-shape {
        display: none;
    }
}

.why-choose-us-section-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #1C235B;
    z-index: -1;
    height: 74%;
}

@media (max-width: 1199px) {
    .why-choose-us-section-5::before {
        height: 100%;
    }
}

.why-choose-us-wrapper-5 .why-choose-us-content .text {
    color: rgba(255, 255, 255, 0.8);
    max-width: 640px;
    margin-top: 30px;
}

.why-choose-us-wrapper-5 .why-choose-us-content .why-choose-us-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-5 .why-choose-us-content .why-choose-us-item {
        margin-top: 30px;
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.why-choose-us-wrapper-5 .why-choose-us-content .why-choose-us-item .why-choose-us-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.why-choose-us-wrapper-5 .why-choose-us-content .why-choose-us-item .why-choose-us-icon .content h5 {
    color: var(--white);
}

.why-choose-us-wrapper-5 .why-choose-us-image {
    position: relative;
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-5 .why-choose-us-image {
        margin-right: 0;
    }
}

.why-choose-us-wrapper-5 .why-choose-us-image .shape {
    position: absolute;
    left: -20px;
    top: 250px;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-5 .why-choose-us-image .shape {
        top: 90px;
    }
}

@media (max-width: 991px) {
    .why-choose-us-wrapper-5 .why-choose-us-image .shape {
        top: 300px;
    }
}

@media (max-width: 575px) {
    .why-choose-us-wrapper-5 .why-choose-us-image .shape {
        top: 90px;
    }
}

.why-choose-us-wrapper-5 .why-choose-us-image img {
    width: 100%;
    height: 100%;
}

.why-choose-us-wrapper-5 .video-bg {
    border-radius: 12px;
    margin-top: 60px;
    background-attachment: fixed;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-5 .video-bg {
        top: 90px;
    }
}

.why-choose-us-wrapper-5 .video-bg .video-wrapper {
    padding: 270px 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .why-choose-us-wrapper-5 .video-bg .video-wrapper {
        padding: 200px 0;
    }
}

@media (max-width: 991px) {
    .why-choose-us-wrapper-5 .video-bg .video-wrapper {
        padding: 190px 0;
    }
}

.why-choose-us-wrapper-5 .video-bg .video-wrapper .video-btn {
    text-align: center;
    color: var(--theme-color);
    display: inline-block;
    text-align: center;
    font-size: 24px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 84px;
    height: 84px;
    line-height: 84px;
    background-color: var(--white);
    border-radius: 100%;
}

.why-choose-us-wrapper-5 .video-bg .video-wrapper .video-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 158px;
    height: 158px;
    line-height: 158px;
    border-radius: 122px;
    background: rgba(255, 255, 255, 0.44);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.why-choose-us-wrapper-5 .video-bg .video-wrapper .video-btn::after {
    position: absolute;
    content: "";
    width: 122px;
    height: 122px;
    line-height: 122px;
    border-radius: 122px;
    background: rgba(255, 255, 255, 0.44);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1600px) {
    .why-choose-us-wrapper-5 .video-bg .video-wrapper .video-btn {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

.why-choose-us-wrapper-5 .video-bg .video-wrapper .video-btn i {
    z-index: 99;
    position: relative;
}

.pricing-wrapper-5 .pricing-content .text {
    max-width: 573px;
    margin-top: 20px;
}

.pricing-wrapper-5 .pricing-main-card {
    border-radius: 11px 11px 18px 18px;
    border: 1px solid #D9D9D9;
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .pricing-wrapper-5 .pricing-main-card {
        margin-left: 0;
    }
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item {
    padding: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 0px 11px 18px 18px;
}

@media (max-width: 575px) {
    .pricing-wrapper-5 .pricing-main-card .pricing-card-item {
        padding-bottom: 0;
    }
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item:hover {
    background: #F7F8F9;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-top {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-top.style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-top.style-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-top.style-2 span {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 15px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-top h4 {
    font-weight: 500;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-header {
    margin-bottom: 20px;
    margin-top: 30px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-header .header h2 {
    color: var(--theme-color);
    margin-bottom: 10px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-header .header span {
    font-size: 15px;
    font-weight: 500;
    font-family: "Satoshi", sans-serif;
    line-height: 1;
    border-radius: 2px;
    background: rgba(75, 85, 99, 0.07);
    padding: 10px 19px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-header p {
    max-width: 300px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pdf-button {
    margin-bottom: 30px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pdf-button .theme-btn {
    background: transparent;
    border: 1.5px solid rgba(31, 31, 31, 0.39);
    color: var(--header);
    padding: 5px 3px 5px 31px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pdf-button .theme-btn i {
    margin-right: 0;
    background-color: #F2F3F4;
    color: var(--header);
    margin-left: 20px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pdf-button .theme-btn:hover {
    background-color: var(--theme-color);
    color: var(--white);
    border: 1px solid var(--theme-color);
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pdf-button .theme-btn:hover i {
    background-color: var(--white);
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-list {
    margin-bottom: 40px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-list li {
    font-weight: 500;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-list li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.pricing-wrapper-5 .pricing-main-card .pricing-card-item .pricing-list li:not(:last-child) {
    margin-bottom: 12px;
}

.pricing-section-5 {
    position: relative;
}

.pricing-section-5 .shape-1 {
    position: absolute;
    left: 90px;
    bottom: 218px;
}

@media (max-width: 1199px) {
    .pricing-section-5 .shape-1 {
        display: none;
    }
}

.pricing-section-5 .shape-2 {
    position: absolute;
    left: 383px;
    bottom: 111px;
}

@media (max-width: 1199px) {
    .pricing-section-5 .shape-2 {
        display: none;
    }
}

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 999;
}

.scrolling-wrap .comm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: scroll 60s linear infinite;
    animation: scroll 60s linear infinite;
    gap: 40px;
    cursor: pointer;
}

.scrolling-wrap .comm .cmn-textslide {
    font-size: 76px;
    font-weight: 500;
    line-height: 76px;
    text-transform: uppercase;
    font-family: "Helvetica Neue", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scrolling-wrap .comm .cmn-textslide:hover {
    color: var(--white);
    -webkit-text-stroke-color: transparent;
}

.scrolling-wrap:hover .comm {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.scrolling-wrap.style-2 .comm .cmn-textslide {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #28241F;
    color: transparent;
    letter-spacing: -1.52px;
    font-family: "Helvetica Neue", sans-serif;
}

.scrolling-wrap.style-2 .comm .cmn-textslide:hover {
    color: var(--header);
    -webkit-text-stroke-color: transparent;
}

@media (max-width: 1399px) {
    .scrolling-wrap .comm {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .scrolling-wrap {
        gap: 14px;
    }

    .scrolling-wrap .comm {
        gap: 14px;
    }
}

@media (max-width: 575px) {
    .scrolling-wrap .comm {
        gap: 12px;
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes scrolly {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
}

@keyframes scrolly {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
}

@-webkit-keyframes scrollRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

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

@keyframes scrollRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

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

.time-table-wrapper .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(31, 31, 31, 0.15);
    max-width: 780px;
    margin: 30px auto 20px;
}

.time-table-wrapper .nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #454E59;
}

.time-table-wrapper .nav .nav-item .nav-link.active {
    background-color: var(--theme-color-2);
    color: var(--white);
}

.time-table-wrapper .schedule_table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 30px;
}

.time-table-wrapper .schedule_table th,
.time-table-wrapper .schedule_table td {
    padding: 30px 15px;
    border: 1px solid #a8b2bc45;
    vertical-align: middle;
}

.time-table-wrapper .schedule_table thead {
    background-color: #f5f5f5;
}

.time-table-wrapper .schedule_table thead th {
    font-weight: 500;
    font-size: 18px;
    font-family: "Helvetica Neue", sans-serif;
    color: var(--white);
    text-transform: capitalize;
    background-color: var(--theme-color);
}

.time-table-wrapper .schedule_table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.time-table-wrapper .schedule_table tbody tr:hover {
    background-color: #f0f8ff;
}

.time-table-wrapper .schedule_table tbody tr td {
    min-width: 150px;
}

.time-table-wrapper .schedule_table tbody tr td.active {
    background: #EDF6FD;
    padding: 0;
}

.time-table-wrapper .schedule_table tbody tr td .time {
    font-weight: 400;
    font-size: 16px;
    color: #4B6262;
}

.time-table-wrapper .schedule_table tbody tr td .schedule_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.time-table-wrapper .schedule_table tbody tr td .schedule_item .class_name {
    font-size: 14px;
    font-weight: 500;
    color: #4B5563;
    text-transform: uppercase;
    max-width: 155px;
}

.time-table-wrapper .schedule_table tbody tr td .schedule_item .trainer_name {
    font-size: 18px;
    color: var(--header);
    margin-top: 4px;
    font-weight: 500;
}

.time-table-wrapper .schedule_table tbody tr td .schedule_item .time {
    font-size: 14px;
    color: #4B5563;
}

.time-table-wrapper .schedule_table tbody tr td .schedule_item.rowspan {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.process-section-3 .process-dot .swiper-pagination-bullet {
    width: 250px;
    height: 3px;
    border-radius: 4px;
    background: rgba(2, 201, 184, 0.22);
    opacity: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin: 0 !important;
}

@media (max-width: 1399px) {
    .process-section-3 .process-dot .swiper-pagination-bullet {
        display: none;
    }
}

.process-section-3 .process-dot .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--theme-color-2);
}

.arrivals-products-section {
    position: relative;
}

.arrivals-products-section .array-button-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7%;
    right: 7%;
}

@media (max-width: 1899px) {
    .arrivals-products-section .array-button-2 {
        display: none;
    }
}

.arrivals-products-section .array-button-2 .array-prev {
    background-color: var(--bg);
}

.arrivals-products-section .array-button-2 .array-next:hover {
    background-color: var(--bg);
}

.vedio-bg-section-2 {
    background-attachment: fixed;
}


/*-----------------------[ 9.Sections Three CSS ]------------------------*/

.about-wrapper .about-image {
    max-width: 515px;
    position: relative;
}

@media (max-width: 991px) {
    .about-wrapper .about-image {
        max-width: 800px;
    }
}

.about-wrapper .about-image img {
    width: 100%;
    height: 100%;
}

.about-wrapper .about-image .about-img-2 {
    max-width: 533px;
    position: absolute;
    bottom: -90%;
    left: 10%;
    z-index: 1;
}

@media (max-width: 991px) {
    .about-wrapper .about-image .about-img-2 {
        bottom: 0;
        left: 0;
        max-width: 250px;
    }
}

@media (max-width: 575px) {
    .about-wrapper .about-image .about-img-2 {
        max-width: 140px;
    }
}

.about-wrapper .about-image .about-img-2 img {
    border: 10px solid var(--white);
    border-radius: 8px;
}

.about-wrapper .about-image .about-img-3 {
    max-width: 275px;
    position: absolute;
    top: 107px;
    right: -120px;
}

@media (max-width: 991px) {
    .about-wrapper .about-image .about-img-3 {
        right: 0;
        top: 0;
    }
}

@media (max-width: 767px) {
    .about-wrapper .about-image .about-img-3 {
        max-width: 180px;
    }
}

@media (max-width: 470px) {
    .about-wrapper .about-image .about-img-3 {
        max-width: 120px;
    }
}

.about-wrapper .about-image .about-img-3 img {
    border: 10px solid var(--white);
    border-radius: 8px;
}

.about-wrapper .about-content {
    margin-left: 110px;
}

@media (max-width: 991px) {
    .about-wrapper .about-content {
        margin-left: 0;
    }
}

.about-wrapper .about-content .about-text {
    margin-top: 25px;
}

.about-wrapper .about-content .about-icon-area {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
}

@media (max-width: 1199px) {
    .about-wrapper .about-content .about-icon-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
    }
}

.about-wrapper .about-content .about-icon-area .about-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.about-wrapper .about-content .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .about-wrapper .about-content .list-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
    }
}

.about-wrapper .about-content .list-box ul li {
    color: #454E59;
    font-size: 18px;
    font-weight: 500;
}

.about-wrapper .about-content .list-box ul li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.about-wrapper .about-content .list-box ul li:not(:last-child) {
    margin-bottom: 15px;
}

.about-wrapper .about-content .about-btn {
    margin-top: 50px;
}

.about-section {
    position: relative;
}

.about-section .shape-1-img {
    position: absolute;
    top: 0;
    right: 0;
}

.about-section .shape-2-img {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.about-section .shape-3-img {
    position: absolute;
    bottom: 40px;
    right: 30px;
}

.about-section-2 {
    position: relative;
    z-index: 9;
}

.about-section-2 .about-shape-1 {
    position: absolute;
    z-index: -1;
    top: 3%;
    left: 40%;
}

.about-section-2 .about-shape-2 {
    position: absolute;
    z-index: -1;
    top: 5%;
    right: 15%;
}

.about-section-2 .about-shape-3 {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 5%;
}

.about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper-2 .about-image-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-image-items {
        display: block;
    }
}

.about-wrapper-2 .about-image-items .about-counter-box {
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    padding: 34px 35px;
    max-width: 236px;
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-image-items .about-counter-box {
        margin-bottom: 15px;
        max-width: initial;
        width: 100%;
    }
}

.about-wrapper-2 .about-image-items .about-counter-box .content {
    margin-top: 20px;
}

.about-wrapper-2 .about-image-items .about-counter-box .content h2 {
    color: var(--theme-color);
}

.about-wrapper-2 .about-image-items .about-counter-box .content p {
    margin-top: -5px;
}

.about-wrapper-2 .about-image-items .about-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper-2 .about-content .about-text {
    margin-top: 25px;
}

.about-wrapper-2 .about-content .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 30px;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .about-wrapper-2 .about-content .list-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.about-wrapper-2 .about-content .list-box i {
    color: var(--theme-color);
    margin-right: 5px;
}

.about-wrapper-2 .about-content .about-box-items {
    margin-top: 90px;
    border-radius: 12px 0px 12px 12px;
    background: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding: 30px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .about-box-items {
        display: block;
        margin-top: 30px;
    }
}

.about-wrapper-2 .about-content .about-box-items .about-img img {
    border-radius: 12px;
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .about-box-items .about-img img {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .about-box-items .number-content {
        margin-top: 15px;
    }
}

.about-wrapper-2 .about-content .about-box-items .number-content h2 {
    font-size: 52px;
    font-weight: 500;
    color: var(--theme-color);
}

.about-wrapper-2 .about-content .about-box-items .number-content p {
    margin-top: 10px;
}

.about-wrapper-3 .about-left-item .about-image {
    margin-bottom: 60px;
    max-width: 600px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-left-item .about-image {
        margin-bottom: 30px;
        max-width: initial;
    }
}

.about-wrapper-3 .about-left-item .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper-3 .about-left-item h5 {
    font-weight: 500;
}

.about-wrapper-3 .about-left-item .about-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-left-item .about-list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.about-wrapper-3 .about-left-item .about-list-item .list li {
    font-size: 18px;
    font-weight: 500;
}

.about-wrapper-3 .about-left-item .about-list-item .list li i {
    margin-right: 5px;
    color: var(--theme-color);
}

.about-wrapper-3 .about-left-item .about-list-item .list li:not(:last-child) {
    margin-bottom: 15px;
}

.about-wrapper-3 .about-content .about-text {
    max-width: 702px;
    margin-top: 30px;
}

.about-wrapper-3 .about-content .about-icon-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px;
    margin-top: 40px;
    margin-bottom: 55px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-content .about-icon-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.about-wrapper-3 .about-content .about-icon-items .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-content .about-icon-items .icon-item {
        gap: 10px;
    }
}

.about-wrapper-3 .about-content .about-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 48px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-content .about-button {
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.about-wrapper-3 .about-content .about-button .theme-btn.style-2 {
    background-color: var(--theme-color-2);
}

.about-wrapper-3 .about-content .about-button .theme-btn.style-2:hover {
    background-color: var(--header);
}

.about-wrapper-3 .about-content .about-image-2 {
    position: relative;
}

.about-wrapper-3 .about-content .about-image-2 .circle-image {
    position: absolute;
    right: -65px;
    top: -65px;
}

@media (max-width: 1199px) {
    .about-wrapper-3 .about-content .about-image-2 .circle-image {
        top: -30px;
        right: -20px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-3 .about-content .about-image-2 .circle-image {
        top: 0;
        right: 0;
    }
}

@media (max-width: 575px) {
    .about-wrapper-3 .about-content .about-image-2 .circle-image {
        display: none;
    }
}

.about-wrapper-3 .about-content .about-image-2 .circle-image img {
    -webkit-animation: cir36 10s linear infinite;
    animation: cir36 10s linear infinite;
    width: initial;
    height: initial;
}

.about-wrapper-3 .about-content .about-image-2 .circle-image .arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-wrapper-3 .about-content .about-image-2 .circle-image .arrow-icon i {
    font-size: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about-wrapper-3 .about-content .about-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-section-3 {
    position: relative;
}

.about-section-3 .left-shape {
    position: absolute;
    bottom: 25%;
    left: 5%;
}

@media (max-width: 1199px) {
    .about-section-3 .left-shape {
        display: none;
    }
}

.about-section-3 .right-shape {
    position: absolute;
    top: 25%;
    right: 10%;
}

@media (max-width: 1199px) {
    .about-section-3 .right-shape {
        display: none;
    }
}

.about-section-5 {
    position: relative;
}

.about-section-5 .left-shape {
    position: absolute;
    top: 299px;
    left: 16px;
}

@media (max-width: 1199px) {
    .about-section-5 .left-shape {
        display: none;
    }
}

.about-wrapper-5 .about-left-item .text {
    margin-top: 24px;
    margin-bottom: 30px;
    max-width: 702px;
}

.about-wrapper-5 .about-left-item p {
    margin-bottom: 50px;
    max-width: 702px;
    font-size: 17px;
}

@media (max-width: 1199px) {
    .about-wrapper-5 .about-left-item p {
        margin-bottom: 30px;
    }
}

.about-wrapper-5 .about-left-item .about-button-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .about-wrapper-5 .about-left-item .about-button-item {
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.about-wrapper-5 .about-left-item .about-button-item .client-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.about-wrapper-5 .about-left-item .about-button-item .client-info-item .info-content h6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.about-wrapper-5 .about-left-item .about-image {
    position: relative;
}

.about-wrapper-5 .about-left-item .about-image .circle-image {
    position: absolute;
    right: -35px;
    top: -50px;
}

@media (max-width: 1199px) {
    .about-wrapper-5 .about-left-item .about-image .circle-image {
        top: 0;
        right: 0;
    }
}

@media (max-width: 991px) {
    .about-wrapper-5 .about-left-item .about-image .circle-image {
        top: 0;
        right: 0;
    }
}

@media (max-width: 575px) {
    .about-wrapper-5 .about-left-item .about-image .circle-image {
        display: none;
    }
}

.about-wrapper-5 .about-left-item .about-image .circle-image img {
    -webkit-animation: cir36 10s linear infinite;
    animation: cir36 10s linear infinite;
    width: initial;
    height: initial;
}

.about-wrapper-5 .about-left-item .about-image .circle-image .arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-wrapper-5 .about-left-item .about-image .circle-image .arrow-icon i {
    font-size: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about-wrapper-5 .about-left-item .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper-5 .about-right-item {
    margin-left: 60px;
}

@media (max-width: 1199px) {
    .about-wrapper-5 .about-right-item {
        margin-left: 0;
    }
}

.about-wrapper-5 .about-right-item .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
}

.about-wrapper-5 .about-right-item .nav .nav-item .nav-link {
    color: var(--header);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
    font-weight: 500;
    font-family: "Helvetica Neue", sans-serif;
}

.about-wrapper-5 .about-right-item .nav .nav-item .nav-link.active {
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
    display: inline-block;
    padding-bottom: 0;
}

.about-wrapper-5 .about-right-item .tab-content {
    margin-top: 30px;
}

.about-wrapper-5 .about-right-item .tab-content p {
    max-width: 542px;
}

.about-wrapper-5 .about-right-item .tab-content .about-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .about-wrapper-5 .about-right-item .tab-content .about-list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 30px;
    }
}

.about-wrapper-5 .about-right-item .tab-content .about-list-item .list li {
    font-size: 18px;
    font-weight: 500;
}

.about-wrapper-5 .about-right-item .tab-content .about-list-item .list li i {
    margin-right: 5px;
    color: var(--theme-color);
}

.about-wrapper-5 .about-right-item .tab-content .about-list-item .list li:not(:last-child) {
    margin-bottom: 15px;
}

.about-wrapper-5 .about-right-item .tab-content .about-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about-wrapper-5 .about-right-item .tab-content .about-icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .about-wrapper-5 .about-right-item .tab-content .about-icon-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.about-wrapper-5 .about-right-item .tab-content .about-icon-item .about-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.about-wrapper-5 .about-right-item .tab-content .about-icon-item .about-icon .icon {
    width: 83px;
    height: 83px;
    line-height: 83px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid rgba(5, 24, 40, 0.11);
}

.about-wrapper-5 .about-right-item .tab-content .about-icon-item .about-icon .content h2 {
    margin-bottom: 10px;
}


/*-----------------------[ 10.Sections Four CSS ]------------------------*/
.service-wrapper .nav {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
}

.service-wrapper .nav .nav-item .nav-link {
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 500;
    color: var(--header);
    font-family: "Helvetica Neue", sans-serif;
    border-radius: 4px;
    padding-left: 25px;
}

.service-wrapper .nav .nav-item .nav-link i {
    width: 61px;
    height: 61px;
    line-height: 61px;
    border-radius: 4px;
    background-color: var(--theme-color);
    text-align: center;
    color: var(--white);
}

.service-wrapper .nav .nav-item .nav-link.active {
    background-color: var(--theme-color);
    color: var(--white);
}

.service-wrapper .nav .nav-item .nav-link.active i {
    background-color: var(--white);
    color: var(--theme-color);
}

.service-wrapper .service-box-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background: #182D3E;
    padding: 30px;
    margin-top: 30px;
    gap: 20px;
    position: relative;
    z-index: 9;
    padding-left: 50px;
    margin-left: 40px;
}

@media (max-width: 1399px) {
    .service-wrapper .service-box-items {
        padding: 20px;
        margin-left: 0;
    }
}

@media (max-width: 1199px) {
    .service-wrapper .service-box-items {
        display: block;
    }
}

@media (max-width: 1199px) {
    .service-wrapper .service-box-items .service-icon-box {
        margin-bottom: 20px;
    }
}

.service-wrapper .service-box-items .service-icon-box .icon {
    width: 94px;
    height: 94px;
    line-height: 105px;
    text-align: center;
    background: var(--theme-color-2);
    border-radius: 50px;
}

.service-wrapper .service-box-items .service-icon-box .icon i {
    font-size: 45px;
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.service-wrapper .service-box-items .service-icon-box h3 {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .service-wrapper .service-box-items .service-icon-box h3 {
        margin-top: 30px;
    }
}

.service-wrapper .service-box-items .service-icon-box h3 a {
    color: var(--white);
}

.service-wrapper .service-box-items .service-icon-box h3 a:hover {
    color: var(--theme-color);
}

.service-wrapper .service-box-items .service-icon-box p {
    color: var(--white);
    margin-top: 10px;
    font-size: 16px;
}

.service-wrapper .service-box-items .service-icon-box .theme-btn {
    background-color: transparent;
    border: 1px solid var(--theme-color);
}

.service-wrapper .service-box-items .service-icon-box .theme-btn:hover {
    background-color: var(--theme-color);
}

.service-wrapper .service-box-items .service-icon-box .theme-btn:hover i {
    background-color: var(--white);
    color: var(--theme-color);
}

.service-wrapper .service-box-items .service-image {
    position: relative;
}

.service-wrapper .service-box-items .service-image img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.service-wrapper .service-box-items .service-image .post-box {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white);
    padding: 12px 18px;
    line-height: 1;
    border-radius: 4px;
    position: absolute;
    top: 14px;
    left: 14px;
}

.service-wrapper .service-box-items:hover .service-icon-box .icon i {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.service-section {
    position: relative;
}

.service-section .service-shape-1 {
    position: absolute;
    top: 40px;
    left: 30px;
}

.service-section .service-shape-2 {
    position: absolute;
    top: 40px;
    right: 30px;
}

.service-section .service-shape-3 {
    position: absolute;
    bottom: 40px;
    right: 60%;
}

.service-box-items-2 {
    border-radius: 12px;
    background: #051828;
    padding: 40px 30px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .service-box-items-2 {
        padding: 24px;
    }
}

.service-box-items-2 .service-icon i {
    font-size: 82px;
    color: var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

@media (max-width: 575px) {
    .service-box-items-2 .service-icon i {
        font-size: 50px;
    }
}

.service-box-items-2 h3 {
    margin-top: 40px;
}

@media (max-width: 575px) {
    .service-box-items-2 h3 {
        margin-top: 25px;
    }
}

.service-box-items-2 h3 a {
    color: var(--white);
}

.service-box-items-2 .service-list {
    margin-top: 25px;
}

.service-box-items-2 .service-list li {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
}

.service-box-items-2 .service-list li i {
    color: var(--theme-color);
    margin-right: 6px;
    font-size: 18px;
}

.service-box-items-2 .service-list li:not(:last-child) {
    margin-bottom: 15px;
}

.service-box-items-2 .service-btn {
    margin-top: 35px;
}

@media (max-width: 575px) {
    .service-box-items-2 .service-btn {
        margin-top: 25px;
    }
}

.service-box-items-2 .service-btn .theme-btn {
    background: rgba(255, 255, 255, 0.16);
    padding-right: 5px;
    padding-left: 30px;
}

.service-box-items-2 .service-btn .theme-btn i {
    background-color: var(--theme-color);
    color: var(--white);
    margin-right: 0;
    margin-left: 20px;
}

.service-box-items-2 .service-btn .theme-btn:hover {
    background-color: var(--theme-color);
}

.service-box-items-2 .service-btn .theme-btn:hover i {
    background-color: var(--white);
    color: var(--theme-color);
}

.service-box-items-2:hover {
    border-radius: 12px;
    background: var(--theme-color-2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box-items-2:hover .service-icon i {
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box-items-2:hover .service-list li i {
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box-items-2:hover .service-btn .theme-btn {
    background-color: var(--white);
    color: var(--theme-color);
}

.service-box-items-2:hover .service-btn .theme-btn i {
    background-color: var(--theme-color);
    color: var(--white);
}

.service-box-items-2:hover .service-btn .theme-btn:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.service-box-items-2:hover .service-btn .theme-btn:hover i {
    background-color: var(--white);
    color: var(--theme-color);
}

.service-box-items-2.style-margin {
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .service-box-items-2.style-margin {
        margin-top: 30px;
    }
}

.service-box-items-2.style-2 {
    background-color: var(--white);
    border-radius: 12px;
    border: 1px solid rgba(5, 24, 40, 0.19);
}

.service-box-items-2.style-2 h3 a {
    color: var(--header);
}

.service-box-items-2.style-2 .service-list li {
    color: var(--header);
}

.service-box-items-2.style-2 .service-btn .theme-btn {
    background-color: rgba(36, 144, 235, 0.1);
    color: var(--theme-color);
    padding: 4px 4px 4px 20px;
}

.service-box-items-2.style-2:hover {
    background: var(--theme-color-2);
}

.service-box-items-2.style-2:hover .service-icon i {
    color: var(--white);
}

.service-box-items-2.style-2:hover h3 a {
    color: var(--white);
}

.service-box-items-2.style-2:hover .service-list li {
    color: var(--white);
}

.service-box-items-2.style-2:hover .service-list li i {
    color: var(--white);
}

.service-box-items-2.style-2:hover .service-btn .theme-btn {
    background-color: var(--white);
    color: var(--theme-color);
}

.service-box-items-2.style-2:hover .service-btn .theme-btn i {
    background-color: var(--theme-color);
    color: var(--white);
}

.service-box-items-2.style-2:hover .service-btn .theme-btn:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.service-box-items-2.style-2:hover .service-btn .theme-btn:hover i {
    background-color: var(--white);
    color: var(--theme-color);
}

.service-box-items-2:hover .service-icon i {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget {
    margin-bottom: 30px;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget ul li a {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 4px;
    background: #F8F8F8;
    padding: 10px 20px;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget ul li a .icon {
    background-color: var(--white);
    color: var(--theme-color);
    width: 43px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget ul li a:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.service-details-wrapper .service-details-sidebar .sidebar-widget ul li:not(:last-child) {
    margin-bottom: 30px;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image {
    position: relative;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content {
    position: absolute;
    padding: 25px;
    bottom: 25px;
    left: 25px;
    right: 25px;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content .icon {
    font-size: 70px;
    color: var(--white);
    margin-bottom: 35px;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content h3 {
    margin-top: 15px;
}

.service-details-wrapper .service-details-sidebar .sidebar-widget-image .content h3 a {
    color: var(--white);
    font-size: 30px;
    font-weight: 500;
}

.service-details-wrapper .service-details-right-items .service-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.service-details-wrapper .service-details-right-items h3 {
    font-size: 28px;
    margin-top: 20px;
}

.service-details-wrapper .service-details-right-items p {
    margin-top: 10px;
    font-size: 16px;
}

.service-details-wrapper .service-details-right-items h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
}

.service-details-wrapper .service-details-right-items .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .service-details-wrapper .service-details-right-items .list-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.service-details-wrapper .service-details-right-items .list-box ul li {
    color: #454E59;
    font-size: 18px;
    font-weight: 500;
}

.service-details-wrapper .service-details-right-items .list-box ul li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.service-details-wrapper .service-details-right-items .list-box ul li:not(:last-child) {
    margin-bottom: 15px;
}

.service-details-wrapper .service-details-right-items .pricing-plan {
    margin-top: 20px;
}

.service-details-wrapper .service-details-right-items .pricing-plan .pricing-plan-list {
    background-color: var(--white);
}

.service-details-wrapper .service-details-right-items .pricing-plan .pricing-plan-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
    gap: 30px;
}

.service-details-wrapper .service-details-right-items .pricing-plan .pricing-plan-list li .pricing-content h6 {
    font-size: 18px;
    font-weight: 400;
}

.service-details-wrapper .service-details-right-items .pricing-plan .pricing-plan-list li span {
    font-size: 18px;
    font-weight: 400;
    color: var(--theme-color);
    line-height: 1;
}

.service-details-wrapper .service-details-right-items .pricing-plan .pricing-plan-list li:not(:last-child) {
    border-bottom: 1px dashed #CCC;
}

.service-card-items-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
    border-radius: 12px;
    background-color: var(--white);
    padding: 20px 10px 20px 40px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .service-card-items-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        padding: 30px;
    }
}

.service-card-items-3.style-2 {
    padding: 20px 40px 20px 10px;
}

.service-card-items-3 .service-content .service-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 10px;
}

.service-card-items-3 .service-content .service-icon .icon {
    font-size: 60px;
    color: var(--theme-color);
}

.service-card-items-3 .service-content .service-icon h5 a:hover {
    color: var(--theme-color);
}

.service-card-items-3 .service-content p {
    max-width: 347px;
}

.service-card-items-3 .service-content .theme-btn.style-2 {
    background-color: transparent;
    border: 1.5px solid var(--theme-color-2);
    margin-top: 30px;
    color: var(--theme-color-2);
    padding: 4px 30px 4px 4px;
}

.service-card-items-3 .service-content .theme-btn.style-2 i {
    background-color: var(--theme-color-2);
    color: var(--white);
}

.service-card-items-3 .service-content .theme-btn.style-2:hover {
    background-color: var(--theme-color-2);
    color: var(--white);
}

.service-card-items-3 .service-content .theme-btn.style-2:hover i {
    background-color: var(--white);
    color: var(--theme-color-2);
}

@media (max-width: 1199px) {
    .service-card-items-3 .service-image {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 991px) {
    .service-card-items-3 .service-image {
        -ms-flex-preferred-size: initial;
        flex-basis: initial;
    }
}

@media (max-width: 575px) {
    .service-card-items-3 .service-image {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.service-card-items-3 .service-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.service-section-3 {
    position: relative;
}

.service-section-3 .shape-1 {
    position: absolute;
    top: 100px;
    left: 280px;
}

@media (max-width: 1199px) {
    .service-section-3 .shape-1 {
        display: none;
    }
}

.service-section-3 .shape-2 {
    position: absolute;
    top: 250px;
    right: 250px;
}

@media (max-width: 1199px) {
    .service-section-3 .shape-2 {
        display: none;
    }
}

.service-section-3 .shape-3 {
    position: absolute;
    left: 93px;
    bottom: 220px;
}

@media (max-width: 1199px) {
    .service-section-3 .shape-3 {
        display: none;
    }
}

.service-box-item-5 {
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 18px;
    border: 1px solid rgba(7, 2, 31, 0.15);
}

.service-box-item-5.style-2 {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .service-box-item-5.style-2 {
        margin-top: 30px;
    }
}

.service-box-item-5 .service-content {
    padding: 30px;
}

.service-box-item-5 .service-content .icon {
    font-size: 80px;
    margin-bottom: 25px;
    color: var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.service-box-item-5 .service-content h3 {
    margin-bottom: 30px;
}

.service-box-item-5 .service-content h3 a:hover {
    color: var(--theme-color);
}

.service-box-item-5 .service-content p {
    max-width: 268px;
    font-size: 16px;
    font-weight: 500;
}

.service-box-item-5 .service-list-box {
    padding: 0 10px 10px;
}

.service-box-item-5 .service-list-box .service-list {
    border-radius: 18px;
    background: -webkit-gradient(linear, left top, left bottom, from(#EBF5FD), to(rgba(247, 248, 249, 0)));
    background: linear-gradient(180deg, #EBF5FD 0%, rgba(247, 248, 249, 0) 100%);
    padding: 20px;
}

.service-box-item-5 .service-list-box .service-list li {
    font-weight: 500;
    color: #43494D;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

.service-box-item-5 .service-list-box .service-list li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--header);
    border-radius: 30px;
    left: 0;
    top: 10px;
}

.service-box-item-5 .service-list-box .service-list li:not(:last-child) {
    margin-bottom: 12px;
}

.service-box-item-5 .service-list-box .service-list li:last-child {
    padding-left: 0;
}

.service-box-item-5 .service-list-box .service-list li:last-child::before {
    display: none;
}

.service-box-item-5 .service-list-box .service-list .theme-btn {
    width: 100%;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    padding: 18px 25px;
}

.service-box-item-5 .service-list-box .service-list .theme-btn i {
    width: initial;
    height: initial;
    line-height: initial;
    background-color: transparent;
    color: var(--white);
    margin-right: 0;
}

.service-box-item-5:hover .service-content .icon {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.service-section-5 {
    position: relative;
}

.service-section-5 .left-shape {
    position: absolute;
    top: 173px;
    left: 156px;
}

@media (max-width: 1199px) {
    .service-section-5 .left-shape {
        display: none;
    }
}

.service-section-5 .right-shape {
    position: absolute;
    top: 112px;
    right: 146px;
}

@media (max-width: 1199px) {
    .service-section-5 .right-shape {
        display: none;
    }
}

/*-----------------------[ 24.Shop CSS ]------------------------*/
.shop-section-4 .section-title-area {
    border-bottom: 1px solid rgba(58, 54, 54, 0.12);
    padding-bottom: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.shop-section-4 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .shop-section-4 .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.shop-section-4 .nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #454E59;
    line-height: 1;
    padding: 14px 20px;
}

.shop-section-4 .nav .nav-item .nav-link.active {
    background-color: var(--theme-color-2);
    color: var(--white);
}

@media (min-width: 991px) {
    .shop-inner-wrapper .main-sidebar {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .shop-inner-wrapper .main-sidebar {
        margin-top: 40px;
    }
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget ul {
    padding-left: 0;
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget ul>li {
    margin-bottom: 10px;
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget ul>li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget ul>li a:hover {
    color: var(--theme-color);
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget ul ul {
    padding-left: 20px;
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget ul ul li {
    margin-top: 5px;
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget:last-child {
    margin-bottom: 0;
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget .wid-title::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 18px;
    border-radius: 5px;
    position: absolute;
    background-color: var(--theme-color);
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget .wid-title::after {
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--theme-color);
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget .wid-title h3 {
    font-size: 20px;
    font-weight: 400;
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget .social-link a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.shop-inner-wrapper .main-sidebar .single-sidebar-widget .social-link a:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.shop-inner-wrapper .shop-box-items {
    margin-top: 30px;
}

.shop-inner-wrapper .shop-box-items .shop-image {
    position: relative;
    z-index: 9;
}

.shop-inner-wrapper .shop-box-items .shop-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.shop-inner-wrapper .shop-box-items .shop-image .shop-icon {
    gap: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
}

.shop-inner-wrapper .shop-box-items .shop-image .shop-icon li {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.shop-inner-wrapper .shop-box-items .shop-image .shop-icon li a {
    background-color: var(--theme-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: var(--white);
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
}

.shop-inner-wrapper .shop-box-items .shop-image .shop-icon li a:hover {
    background-color: var(--header);
}

.shop-inner-wrapper .shop-box-items .shop-image .post-box {
    position: absolute;
    top: 10px;
    left: 10px;
}

.shop-inner-wrapper .shop-box-items .shop-image .post-box li {
    border-radius: 2px;
    background: var(--theme-color);
    padding: 8px 13px;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.shop-inner-wrapper .shop-box-items .shop-image .post-box li:nth-last-of-type(2) {
    background-color: var(--theme-color-2);
}

.shop-inner-wrapper .shop-box-items .shop-content {
    margin-top: 20px;
}

.shop-inner-wrapper .shop-box-items .shop-content span {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color-2);
}

.shop-inner-wrapper .shop-box-items .shop-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.shop-inner-wrapper .shop-box-items .shop-content h3 a:hover {
    color: var(--theme-color);
}

.shop-inner-wrapper .shop-box-items .shop-content .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.shop-inner-wrapper .shop-box-items .shop-content .star i {
    color: #ffd02c;
}

.shop-inner-wrapper .shop-box-items .shop-content .star p {
    font-size: 14px;
    font-weight: 500;
    color: #8D8C8C;
    margin-left: 10px;
}

.shop-inner-wrapper .shop-box-items .shop-content h4 {
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-color);
    margin-top: 10px;
}

.shop-inner-wrapper .shop-box-items:hover .shop-image .shop-icon li {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.shop-inner-wrapper .shop-box-items.style-2 .shop-content {
    text-align: center;
}

.shop-inner-wrapper .shop-box-items.style-2 .shop-content .star {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.shop-details-wrapper .shop-details-image {
    position: relative;
}

.shop-details-wrapper .shop-details-image .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: -30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.shop-details-wrapper .shop-details-image .nav .nav-link {
    padding: 0;
    max-width: 115px;
}

.shop-details-wrapper .shop-details-image .nav .nav-link img {
    border-radius: 5px;
}

.shop-details-wrapper .shop-details-image .shop-thumb img {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(115, 115, 115, 0.33);
    border-radius: 10px;
}

.shop-details-wrapper .product-details-content {
    margin-left: 60px;
}

@media (max-width: 1399px) {
    .shop-details-wrapper .product-details-content {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .shop-details-wrapper .product-details-content {
        margin-left: 0;
    }
}

.shop-details-wrapper .product-details-content h2 {
    font-size: 49px;
}

@media (max-width: 767px) {
    .shop-details-wrapper .product-details-content h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .shop-details-wrapper .product-details-content h2 {
        font-size: 32px;
    }
}

.shop-details-wrapper .product-details-content .star a {
    color: var(--theme-color);
    font-size: 16px;
    font-weight: 600;
}

.shop-details-wrapper .product-details-content .star span {
    margin-left: 10px;
}

.shop-details-wrapper .product-details-content .price-list {
    gap: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px;
}

.shop-details-wrapper .product-details-content .price-list h3 {
    font-size: 40px;
}

.shop-details-wrapper .product-details-content .cart-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin: 30px 0;
}

@media (max-width: 1199px) {
    .shop-details-wrapper .product-details-content .cart-quantity {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.shop-details-wrapper .product-details-content .cart-quantity .qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #E4E4E5;
    padding: 16px 24px;
    line-height: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
}

.shop-details-wrapper .product-details-content .cart-quantity .qty button,
.shop-details-wrapper .product-details-content .cart-quantity .qty input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--header);
    font-weight: 400;
    font-size: 24px;
}

.shop-details-wrapper .product-details-content .cart-quantity .qty input {
    background-color: transparent;
    text-align: center;
    border-radius: 0;
    border: unset;
    outline: none;
}

.shop-details-wrapper .product-details-content .cart-quantity .shop-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--theme-color);
    color: var(--white);
    padding: 24px 20px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 8px;
}

.shop-details-wrapper .product-details-content .cart-quantity .shop-btn i {
    margin-right: 10px;
}

.shop-details-wrapper .product-details-content .cart-quantity .shop-btn:hover {
    background-color: var(--header);
}

.shop-details-wrapper .product-details-content .cart-quantity .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.shop-details-wrapper .product-details-content .cart-quantity .icon-item .icon {
    border: 1px solid #E4E4E5;
    padding: 16px 24px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 8px;
}

.shop-details-wrapper .product-details-content .cart-quantity .icon-item .icon:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.shop-details-wrapper .product-details-content .details-info {
    position: relative;
}

.shop-details-wrapper .product-details-content .details-info:not(:last-child) {
    margin-bottom: 10px;
}

.shop-details-wrapper .product-details-content .details-info span {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    top: 2px;
}

.shop-details-wrapper .product-details-content .details-info a {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    margin-left: 150px;
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab {
    padding-top: 60px;
}

.shop-details-wrapper .single-tab .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
}

.shop-details-wrapper .single-tab .nav .nav-link.active {
    position: relative;
}

.shop-details-wrapper .single-tab .nav .nav-link.active h6 {
    color: var(--theme-color);
}

.shop-details-wrapper .single-tab .nav .nav-link.active::before {
    position: absolute;
    bottom: -21px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: var(--theme-color);
    -webkit-transition: .3s;
    transition: .3s;
}

@media (max-width: 470px) {
    .shop-details-wrapper .single-tab .nav .nav-link.active::before {
        display: none;
    }
}

.shop-details-wrapper .single-tab .nav .nav-link h6 {
    font-size: 18px;
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab .description-items .description-content {
    margin-right: 50px;
}

@media (max-width: 1399px) {
    .shop-details-wrapper .single-tab .description-items .description-content {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .shop-details-wrapper .single-tab .description-items .description-content {
        margin-right: 0;
    }
}

.shop-details-wrapper .single-tab .description-items .description-content h3 {
    margin-bottom: 15px;
}

.shop-details-wrapper .single-tab .description-items .description-content .description-list-items {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .description-items .description-content .description-list-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.shop-details-wrapper .single-tab .description-items .description-content .description-list-items .description-list li {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--header);
    font-weight: 600;
}

.shop-details-wrapper .single-tab .description-items .description-content .description-list-items .description-list li span {
    color: var(--text);
    font-weight: 400;
}

@media (max-width: 767px) {
    .shop-details-wrapper .single-tab .review-items .admin-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px;
    }
}

.shop-details-wrapper .single-tab .review-items .admin-items .admin-img {
    width: 100px;
    height: 100px;
}

.shop-details-wrapper .single-tab .review-items .admin-items .admin-img img {
    border-radius: 50%;
}

.shop-details-wrapper .single-tab .review-items .admin-items .content {
    position: relative;
    border: 1px solid var(--border);
}

.shop-details-wrapper .single-tab .review-items .admin-items .content h5 {
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab .review-items .admin-items .content::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: var(--white);
    border-left: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 40%;
    left: -16px;
}

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .review-items .admin-items .content::before {
        display: none;
    }
}

.shop-details-wrapper .single-tab .review-items .admin-items .content .head-content h5 span {
    font-size: 14px;
    margin-left: 30px;
}

.shop-details-wrapper .single-tab .review-items .admin-items .content .star i {
    font-size: 16px;
    color: var(--theme-color);
}

.shop-details-wrapper .single-tab .review-title h4 {
    font-weight: 500;
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab .review-title .rate-now {
    margin-top: 15px;
    gap: 15px;
}

.shop-details-wrapper .single-tab .review-title .rate-now p {
    font-size: 16px;
    text-transform: capitalize;
}

.shop-details-wrapper .single-tab .review-title .rate-now i {
    font-size: 16px;
    color: var(--theme-color);
}

.shop-details-wrapper .single-tab .review-form {
    margin-top: 40px;
}

.shop-details-wrapper .single-tab .review-form .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    padding: 18px 35px;
    color: var(--text);
    background-color: whitesmoke;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 8px;
}

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .review-form .form-clt input {
        padding: 15px 20px;
    }
}

.shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
    padding: 18px 35px 170px;
    width: 100%;
    outline: none;
    color: var(--text);
    background-color: whitesmoke;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
        padding: 15px 20px;
    }
}

.shop-details-wrapper .single-tab .review-form .theme-btn {
    border-radius: 8px;
    padding: 25px 70px;
}

.arrivals-products-section .section-title-area .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline;
    color: var(--theme-color);
}

.arrivals-products-section .section-title-area .text-btn:hover {
    color: var(--header);
}

.arrivals-products-box-items-4 {
    margin-top: 30px;
}

.arrivals-products-box-items-4 .arrivals-image {
    position: relative;
}

.arrivals-products-box-items-4 .arrivals-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.arrivals-products-box-items-4 .arrivals-image .shop-icon {
    gap: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
}

.arrivals-products-box-items-4 .arrivals-image .shop-icon li {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.arrivals-products-box-items-4 .arrivals-image .shop-icon li a {
    background-color: var(--theme-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: var(--white);
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
}

.arrivals-products-box-items-4 .arrivals-image .shop-icon li a:hover {
    background-color: var(--header);
}

.arrivals-products-box-items-4 .arrivals-content {
    text-align: center;
    margin-top: 20px;
}

.arrivals-products-box-items-4 .arrivals-content span {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color-2);
    margin-bottom: 5px;
    display: inline-block;
}

.arrivals-products-box-items-4 .arrivals-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
    gap: 10px;
}

.arrivals-products-box-items-4 .arrivals-content ul li {
    color: var(--theme-color);
}

.arrivals-products-box-items-4 .arrivals-content ul li del {
    color: #D2D2D2;
}

.arrivals-products-box-items-4 .arrivals-content h5 a:hover {
    color: var(--theme-color);
}

.arrivals-products-box-items-4:hover .arrivals-image .shop-icon li {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.common-table {
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.common-table .cart-item-thumb {
    width: 86px;
}

@media (max-width: 1399px) {
    .common-table .cart-item-thumb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.common-table .cart-item-thumb .head {
    color: var(--header);
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
}

.common-table .price-usd {
    font-size: 16px;
    font-weight: 500;
    color: #666C78;
}

.common-table tr {
    border-bottom: 1px solid #E4E4E5;
}

.common-table thead,
.common-table tbody {
    width: 100%;
}

.common-table thead tr,
.common-table tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.common-table thead tr th,
.common-table thead tr td,
.common-table tbody tr th,
.common-table tbody tr td {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.common-table thead tr {
    color: #1B1F2A;
    border-bottom: unset;
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #E4E4E5;
}

.common-table thead tr th {
    background: unset;
    color: unset;
    border: unset;
    font-size: 16px;
    padding-bottom: 16px;
}

.common-table tbody tr td {
    background: transparent;
    color: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: unset;
}

.quantity button i {
    font-size: 16px;
}

.quantity .quantityValue {
    width: 40px;
    text-align: center;
    padding: 0;
    color: #000;
    border: unset;
}

@media (max-width: 767px) {
    .cart-list-area .table-responsive {
        overflow-x: scroll;
    }
}

@media (max-width: 991px) {
    .cart-list-area .table-responsive .table {
        width: 900px;
    }
}

.cart-list-area .coupon-items input {
    background: #F5F6FA;
    border: none;
    padding: 18px 30px;
    color: var(--text);
    line-height: 1;
    border-radius: 5px;
}

.cart-list-area .theme-btn {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 20px 44px;
    border-radius: 5px;
}

.cart-total-area {
    margin-top: -10px;
}

.cart-total-area .theme-btn {
    padding: 20px 44px;
    border-radius: 5px;
}

.cart-total-area h3 {
    font-size: 40px;
    margin-bottom: 5px;
}

.cart-total-area ul {
    margin-bottom: 50px;
}

.cart-total-area ul li {
    font-size: 20px;
    font-weight: 600;
    color: var(--header);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 220px;
    border-bottom: 1px solid #E4E4E5;
    padding-bottom: 25px;
    padding-top: 25px;
}

.cart-total-area ul li .subtotal {
    color: #666C78;
    font-weight: 400;
    margin-left: -30px;
}

.cart-total-area ul li .price {
    font-weight: 700;
    font-size: 22px;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

.checkout-radio {
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 24px;
}

.checkout-radio .primary-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 16px;
    color: var(--header);
    text-transform: capitalize;
}

.checkout-radio h4 {
    color: var(--header);
    margin-bottom: 16px;
    font-weight: 500;
}

.checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid var(--border);
    font-weight: 500;
}

.checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
    color: var(--header);
    text-transform: capitalize;
}

.checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
    margin-bottom: 12px;
}

@media (max-width: 500px) {
    .checkout-radio {
        padding: 10px;
    }
}

.checkout-single-wrapper .checkout-single h4 {
    color: var(--header);
    margin-bottom: 2rem;
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 12px 24px;
    color: var(--header);
    text-transform: capitalize;
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
    color: var(--header);
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::-webkit-input-placeholder {
    color: var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single :-ms-input-placeholder {
    color: var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::-ms-input-placeholder {
    color: var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::placeholder {
    color: var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
    background-color: var(--white);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
    font-size: 18px;
    color: var(--header);
    font-weight: 500;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select::after {
    border-right: 1px solid var(--header);
    border-bottom: 1px solid var(--header);
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .list {
    width: 100%;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .option {
    background-color: var(--bg);
    border: none;
}

.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
    color: var(--header);
    margin-bottom: 12px;
    text-transform: capitalize;
}

.checkout-single-wrapper .boxshado-single {
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .checkout-single-wrapper .boxshado-single {
        padding: 14px;
    }
}

.checkout-single-wrapper .checkout-single-bg {
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 32px;
}

.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
    border: 1px solid var(--border);
    background: transparent;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .checkout-single-wrapper .checkout-single-bg {
        padding: 14px;
    }
}

.checkout-single-wrapper .checkout-single-bg .payment-save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.checkout-single-wrapper .checkout-single-bg .payment-save input {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid var(--border);
    background-color: var(--theme-color);
    outline: none;
    color: var(--header);
}

.checkout-single-wrapper .checkout-single-bg .payment-save label {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.checkout-single-wrapper .theme-btn {
    padding: 20px 44px;
    border-radius: 5px;
}

.price-range-wrapper {
    /* Custom thumb styling */
    /* Remove the default appearance for sliders in Firefox */
}

.price-range-wrapper .slider-container {
    position: relative;
    width: 100%;
}

.price-range-wrapper .price-text label {
    color: #1b1f2a;
    font-size: 16px;
    font-weight: 500;
}

.price-range-wrapper .price-text input {
    color: #1b1f2a;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
}

.price-range-wrapper .slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #ddd;
    /* Default background */
    outline: none;
    position: absolute;
    top: 0;
    pointer-events: none;
}

.price-range-wrapper .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: var(--theme-color);
    cursor: pointer;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
    pointer-events: all;
}

.price-range-wrapper .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--theme-color);
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #000;
    z-index: 2;
    position: relative;
}

.price-range-wrapper .slider::-ms-thumb {
    width: 20px;
    height: 20px;
    background: var(--theme-color);
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #000;
    z-index: 2;
    position: relative;
}

.price-range-wrapper input[type="range"]::-moz-range-track {
    background: transparent;
}

.shop-notices-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .shop-notices-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.shop-notices-wrapper .form .single-select {
    padding: 16px 20px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    line-height: 1;
    height: initial;
    border: 1px solid #BFBFBF;
    background: #F2F2F2;
    color: var(--header);
    border-radius: 5px;
}

.shop-notices-wrapper .form .single-select::after {
    right: 20px;
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
    margin-top: -5px;
    width: 8px;
    height: 8px;
}

.shop-notices-wrapper .form .single-select .option {
    color: var(--text);
}

.shop-notices-wrapper .form .list {
    width: 100%;
}

.shop-notices-wrapper .form-clt {
    max-width: 300px;
    width: 100%;
    position: relative;
    z-index: 99;
}

/*-----------------------[ 21.Project CSS ]------------------------*/
.project-items {
    margin-top: 30px;
}

.project-items .project-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.project-items .project-content {
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    padding: 32px 37px;
    border-left: 3px solid var(--theme-color);
    max-width: 610px;
    margin: 0 30px;
    position: relative;
    z-index: 9;
    margin-top: -55px;
}

.project-items .project-content h6 {
    color: var(--theme-color-2);
    line-height: 200%;
}

.project-items .project-content h3 a:hover {
    color: var(--theme-color);
}

.project-section {
    position: relative;
    z-index: 9;
}

.project-section .project-shape-1 {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 5%;
}

.project-section .project-shape-2 {
    position: absolute;
    z-index: -1;
    top: 20%;
    left: 8%;
}

.project-wrapper-2 {
    margin-left: -20%;
    margin-right: -20%;
}

@media (max-width: 1199px) {
    .project-wrapper-2 {
        margin-left: 0;
        margin-right: 0;
    }
}

.project-image-2 {
    position: relative;
}

.project-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.project-image-2 .project-content {
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    padding: 30px 30px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.project-image-2 .project-content h6 {
    color: var(--theme-color-2);
    line-height: 200%;
}

.project-image-2 .project-content h3 a:hover {
    color: var(--theme-color);
}

.project-image-2.style-margin {
    margin-top: 44px;
}

@media (max-width: 1199px) {
    .project-image-2.style-margin {
        margin-top: 0;
    }
}

.shop-section-4 .section-title-area {
    border-bottom: 1px solid rgba(58, 54, 54, 0.12);
    padding-bottom: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.shop-section-4 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .shop-section-4 .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.shop-section-4 .nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #454E59;
    line-height: 1;
    padding: 14px 20px;
}

.shop-section-4 .nav .nav-item .nav-link.active {
    background-color: var(--theme-color-2);
    color: var(--white);
}

.shop-box-items {
    margin-top: 30px;
}

.shop-box-items .shop-image {
    position: relative;
    z-index: 9;
}

.shop-box-items .shop-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.shop-box-items .shop-image .shop-icon {
    gap: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5%;
}

.shop-box-items .shop-image .shop-icon li {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.shop-box-items .shop-image .shop-icon li a {
    background-color: var(--theme-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: var(--white);
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 4px;
}

.shop-box-items .shop-image .shop-icon li a:hover {
    background-color: var(--header);
}

.shop-box-items .shop-image .post-box {
    position: absolute;
    top: 10px;
    left: 10px;
}

.shop-box-items .shop-image .post-box li {
    border-radius: 2px;
    background: var(--theme-color);
    padding: 8px 13px;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.shop-box-items .shop-image .post-box li:nth-last-of-type(2) {
    background-color: var(--theme-color-2);
}

.shop-box-items .shop-content {
    margin-top: 20px;
}

.shop-box-items .shop-content span {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color-2);
}

.shop-box-items .shop-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.shop-box-items .shop-content h3 a:hover {
    color: var(--theme-color);
}

.shop-box-items .shop-content .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.shop-box-items .shop-content .star i {
    color: #ffd02c;
}

.shop-box-items .shop-content .star p {
    font-size: 14px;
    font-weight: 500;
    color: #8D8C8C;
    margin-left: 10px;
}

.shop-box-items .shop-content h4 {
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-color);
    margin-top: 10px;
}

.shop-box-items:hover .shop-image .shop-icon li {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.shop-box-items.style-2 .shop-content {
    text-align: center;
}

.shop-box-items.style-2 .shop-content .star {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project-details-image-items .project-left-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

@media (max-width: 1199px) {
    .project-details-image-items ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }
}

.project-details-image-items ul li .right-image {
    height: 188px;
}

.project-details-image-items ul li .right-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.project-details-image-items ul li:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .project-details-image-items ul li:not(:last-child) {
        margin-bottom: 0;
    }
}

.project-details-wrapper {
    margin-top: 30px;
}

.project-details-wrapper .project-details-sidebar .sidebar-widget {
    padding: 40px 35px;
    border-radius: 6px;
    background-color: #F7F8F9;
    margin-bottom: 30px;
}

.project-details-wrapper .project-details-sidebar .sidebar-widget .sideber-title {
    margin-bottom: 25px;
}

.project-details-wrapper .project-details-sidebar .sidebar-widget .sideber-title h4 {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid var(--theme-color);
    display: inline-block;
    padding-bottom: 20px;
}

.project-details-wrapper .project-details-sidebar .sidebar-widget .project-infrom li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
    padding: 14px 20px;
}

.project-details-wrapper .project-details-sidebar .sidebar-widget .project-infrom li span {
    color: var(--header);
    font-size: 16px;
    font-weight: 700;
}

.project-details-wrapper .project-details-sidebar .sidebar-widget .project-infrom li:not(:last-child) {
    margin-bottom: 30px;
}

.project-details-wrapper .project-details-sidebar .sidebar-widget .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    gap: 15px;
}

.project-details-wrapper .project-details-sidebar .sidebar-widget .social-icon a {
    color: var(--header);
    border: 1px solid rgba(32, 40, 45, 0.16);
    background: var(--white);
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
}

.project-details-wrapper .project-details-sidebar .sidebar-widget .social-icon a:hover {
    color: var(--white);
    background-color: var(--theme-color-2);
}

.project-details-wrapper .project-details-right-content h4 {
    font-size: 36px;
    font-weight: 500;
}

.project-details-wrapper .project-details-right-content p {
    font-size: 16px;
    margin-top: 10px;
}

.project-details-wrapper .project-details-right-content h3 {
    margin-top: 25px;
}

.project-details-wrapper .project-details-right-content .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .project-details-wrapper .project-details-right-content .list-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 25px;
    }
}

.project-details-wrapper .project-details-right-content .list-box ul li {
    color: #454E59;
    font-size: 18px;
    font-weight: 500;
}

.project-details-wrapper .project-details-right-content .list-box ul li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.project-details-wrapper .project-details-right-content .list-box ul li:not(:last-child) {
    margin-bottom: 15px;
}

.project-details-wrapper .project-details-right-content .project-img {
    margin-top: 40px;
}

.project-details-wrapper .project-details-right-content .project-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.project-details-wrapper .project-details-right-content .slider-button {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    margin-top: 65px;
    padding: 30px 0;
}

.project-details-wrapper .project-details-right-content .slider-button span {
    font-weight: 500;
}

.project-details-wrapper .project-details-right-content .slider-button .cmn-next,
.project-details-wrapper .project-details-right-content .slider-button .cmn-prev {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #E4E4E4;
}

.project-details-wrapper .project-details-right-content .slider-button .cmn-next i,
.project-details-wrapper .project-details-right-content .slider-button .cmn-prev i {
    color: var(--theme-color);
    font-size: 24px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.project-details-wrapper .project-details-right-content .slider-button .cmn-next:hover,
.project-details-wrapper .project-details-right-content .slider-button .cmn-prev:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.project-details-wrapper .project-details-right-content .slider-button .cmn-next:hover i,
.project-details-wrapper .project-details-right-content .slider-button .cmn-prev:hover i {
    color: var(--white);
}

.project-details-wrapper .project-details-right-content .slider-button .previus-text {
    font-size: 22px;
    color: var(--header);
}

.project-wrapper-3 {
    margin-left: -30%;
    margin-right: -30%;
}

@media (max-width: 1199px) {
    .project-wrapper-3 {
        margin-left: 0;
        margin-right: 0;
    }
}

.project-wrapper-3 .project-card-items-3 {
    margin-top: 30px;
}

.project-wrapper-3 .project-card-items-3 .project-image {
    position: relative;
}

.project-wrapper-3 .project-card-items-3 .project-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.project-wrapper-3 .project-card-items-3 .project-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 13, 31, 0)), color-stop(86.15%, rgba(2, 13, 31, 0.66)));
    background: linear-gradient(180deg, rgba(2, 13, 31, 0) 0%, rgba(2, 13, 31, 0.66) 86.15%);
}

.project-wrapper-3 .project-card-items-3 .project-image .project-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.project-wrapper-3 .project-card-items-3 .project-image .project-content .project-box {
    font-family: "Satoshi", sans-serif;
    font-size: 16px;
    color: var(--white);
    border: 1px solid var(--white);
    padding: 10px 19px;
    margin-bottom: 24px;
    display: inline-block;
    line-height: 1;
}

.project-wrapper-3 .project-card-items-3 .project-image .project-content .project-box:hover {
    background-color: var(--theme-color-2);
    border: 1px solid var(--theme-color-2);
}

.project-wrapper-3 .project-card-items-3 .project-image .project-content h3 a {
    color: var(--white);
}

.project-wrapper-3 .project-card-items-3 .project-image .project-content h3 a:hover {
    color: var(--theme-color-2);
}

.project-wrapper-3 .array-button-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}

.project-section-3 {
    position: relative;
}

.project-section-3 .left-shape {
    position: absolute;
    top: 226px;
    left: 386px;
}

@media (max-width: 1199px) {
    .project-section-3 .left-shape {
        display: none;
    }
}

.project-section-3 .right-shape {
    position: absolute;
    top: 105px;
    right: 194px;
}

@media (max-width: 1199px) {
    .project-section-3 .right-shape {
        display: none;
    }
}

.project-image-item-3 .project-image {
    position: relative;
    z-index: 999;
    overflow: hidden;
    height: 391px;
}

.project-image-item-3 .project-image.style-2 {
    height: 782px;
    position: relative;
}

@media (max-width: 767px) {
    .project-image-item-3 .project-image.style-2 {
        height: 600px;
    }
}

@media (max-width: 575px) {
    .project-image-item-3 .project-image.style-2 {
        height: 500px;
    }
}

.project-image-item-3 .project-image.style-2 .project-content {
    bottom: -34%;
}

.project-image-item-3 .project-image.style-2 .plus-icon {
    bottom: 9%;
}

@media (max-width: 767px) {
    .project-image-item-3 .project-image.style-2 .plus-icon {
        display: none;
    }
}

.project-image-item-3 .project-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-image-item-3 .project-image .plus-icon {
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: var(--white);
    color: var(--theme-color);
    display: inline-block;
    margin-bottom: 32px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    bottom: 16%;
    z-index: 9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .project-image-item-3 .project-image .plus-icon {
        display: none;
    }
}

.project-image-item-3 .project-image .project-content {
    position: absolute;
    left: 50%;
    bottom: -70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--theme-color);
    border-radius: 393px;
    width: 393px;
    height: 393px;
    padding: 50px 40px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.project-image-item-3 .project-image .project-content h5 a {
    color: var(--white);
}

.project-image-item-3:hover .project-image .plus-icon {
    opacity: 1;
    visibility: visible;
}

.project-image-item-3:hover .project-image .project-content {
    opacity: 1;
    visibility: visible;
}

.project-wrapper-5 {
    margin-top: 60px;
    margin-right: -25%;
}

@media (max-width: 1199px) {
    .project-wrapper-5 {
        margin-top: 30px;
        margin-right: 0;
    }
}

.project-wrapper-5 .project-card-items-5 .project-image {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.project-wrapper-5 .project-card-items-5 .project-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 13, 31, 0)), color-stop(72.15%, rgba(2, 13, 31, 0.8)));
    background: linear-gradient(180deg, rgba(2, 13, 31, 0) 0%, rgba(2, 13, 31, 0.8) 72.15%);
}

.project-wrapper-5 .project-card-items-5 .project-image span {
    border-radius: 2px;
    background-color: var(--theme-color-2);
    padding: 10px 19px;
    line-height: 1;
    color: var(--white);
    position: absolute;
    left: 30px;
    top: 30px;
}

.project-wrapper-5 .project-card-items-5 .project-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.project-wrapper-5 .project-card-items-5 .project-image .project-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 999;
}

.project-wrapper-5 .project-card-items-5 .project-image .project-content h3 {
    margin-bottom: 10px;
}

.project-wrapper-5 .project-card-items-5 .project-image .project-content h3 a {
    color: var(--white);
}

.project-wrapper-5 .project-card-items-5 .project-image .project-content h3 a:hover {
    color: var(--theme-color);
}

.project-wrapper-5 .project-card-items-5 .project-image .project-content p {
    max-width: 376px;
    color: rgba(255, 255, 255, 0.8);
}

.project-section-5 {
    position: relative;
}

.project-section-5 .top-shape {
    position: absolute;
    top: 70px;
    left: 50%;
}

@media (max-width: 1199px) {
    .project-section-5 .top-shape {
        display: none;
    }
}

.project-section-5 .section-title-area .array-button-2 .array-prev {
    background-color: var(--white);
    color: var(--theme-color);
}

.project-section-5 .section-title-area .array-button-2 .array-prev:hover {
    background-color: var(--theme-color-2);
    color: var(--white);
}

.project-section-5 .section-title-area .array-button-2 .array-next {
    background-color: var(--theme-color-2);
    color: var(--white);
}

.project-section-5 .section-title-area .array-button-2 .array-next:hover {
    background-color: var(--white);
    color: var(--theme-color);
}

.project-section-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #1C235B;
    z-index: -1;
    height: 60%;
}

::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px var(--theme-color);
    box-shadow: inset 0 0 5px var(--theme-color);
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 10px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}

.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-dot .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: var(--theme-color);
    opacity: 1;
    border-radius: 7px;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 15px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--theme-color);
    content: "";
}

.array-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.array-button .array-prev,
.array-button .array-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.array-button .array-prev:hover,
.array-button .array-next:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.array-button.style-2 .array-prev {
    border: 1px solid var(--border);
}

.array-button.style-2 .array-next {
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white);
}

.array-button.style-2 .array-next:hover {
    background-color: var(--header);
}

.array-button-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.array-button-2 .array-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 999;
}

.array-button-2 .array-prev:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.array-button-2 .array-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 999;
}

.array-button-2 .array-next:hover {
    background-color: var(--white);
    color: var(--header);
}

.array-button-2.style-2 .array-prev {
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
}

@media (max-width: 575px) {
    br {
        display: none;
    }
}

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

.sticky-style {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px;
}

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

.brand-slide-element {
    width: auto;
    display: inline-block;
}

.footer-info-container {
    max-width: 1436px;
}

@media (max-width: 991px) {
    .lg-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
}

.p-reative {
    position: relative !important;
}

.team-box-items {
    margin-top: 30px;
}

.team-box-items .team-image {
    position: relative;
}

.team-box-items .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.team-box-items .team-image .post-box {
    border-radius: 4px;
    display: inline-block;
    background-color: var(--theme-color);
    padding: 12px 18px;
    color: var(--white);
    position: absolute;
    bottom: 20px;
    left: 15px;
    line-height: 1;
}

.team-box-items .team-content {
    margin-top: 20px;
}

.team-box-items .team-content h3 {
    margin-bottom: 10px;
}

.team-box-items .team-content h3 a:hover {
    color: var(--theme-color);
}

.team-box-items .team-content .phone-box {
    margin-bottom: 8px;
}

.team-box-items .team-content .phone-box i {
    color: var(--theme-color-2);
    margin-right: 8px;
    font-size: 17px;
}

.team-box-items-2 {
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.03);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.03);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 25px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .team-box-items-2 {
        display: block;
    }
}

.team-box-items-2 .team-image {
    max-width: 274px;
}

@media (max-width: 1199px) {
    .team-box-items-2 .team-image {
        max-width: initial;
        margin-bottom: 20px;
    }
}

.team-box-items-2 .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.team-box-items-2 .team-content .sub-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-color);
    border-radius: 4px;
    background: rgba(36, 144, 235, 0.07);
    padding: 11px 13px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
}

.team-box-items-2 .team-content h3 {
    margin-bottom: 10px;
}

.team-box-items-2 .team-content h3 a:hover {
    color: var(--theme-color);
}

.team-box-items-2 .team-content .phone-box {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}

.team-box-items-2 .team-content .phone-box i {
    color: var(--theme-color-2);
    margin-right: 8px;
    font-size: 17px;
}

.team-box-items-2 .team-content .phone-box a {
    color: rgba(31, 31, 31, 0.65);
}

.team-box-items-2 .team-content .email-box {
    font-size: 16px;
    font-weight: 500;
}

.team-box-items-2 .team-content .email-box i {
    color: var(--theme-color-2);
    margin-right: 8px;
    font-size: 17px;
}

.team-box-items-2 .team-content .email-box a {
    color: rgba(31, 31, 31, 0.65);
}

.team-box-items-2 .team-content .theme-btn {
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    margin-top: 20px;
}

.team-box-items-2 .team-content .theme-btn i {
    background-color: rgba(36, 144, 235, 0.1);
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.team-box-items-2 .team-content .theme-btn:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.team-box-items-2 .team-content .theme-btn:hover i {
    background-color: var(--white);
    color: var(--theme-color);
}

.team-details-wrapper .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.team-details-wrapper .team-right-content {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .team-details-wrapper .team-right-content {
        margin-left: 0;
    }
}

.team-details-wrapper .team-right-content h5 {
    background-color: var(--theme-color);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Satoshi", sans-serif;
    padding: 12px 18px;
    color: var(--white);
    display: inline-block;
    line-height: 1;
}

.team-details-wrapper .team-right-content h2 {
    margin-top: 25px;
}

.team-details-wrapper .team-right-content p {
    margin-top: 20px;
    border-bottom: 1px solid rgba(1, 28, 26, 0.25);
    padding-bottom: 20px;
}

.team-details-wrapper .team-right-content .team-infrom {
    margin-top: 20px;
}

.team-details-wrapper .team-right-content .team-infrom li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white);
}

.team-details-wrapper .team-right-content .team-infrom li span {
    color: var(--header);
    font-size: 16px;
    font-weight: 700;
}

.team-details-wrapper .team-right-content .team-infrom li:not(:last-child) {
    margin-bottom: 20px;
}

.team-details-wrapper .team-right-content .team-infrom li .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.team-details-wrapper .team-right-content .team-infrom li .social-icon a {
    color: var(--theme-color);
    background: var(--white);
    border: 1px solid rgba(1, 28, 26, 0.25);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
}

.team-details-wrapper .team-right-content .team-infrom li .social-icon a:hover {
    color: var(--white);
    background-color: var(--theme-color);
}

.team-details-wrapper .team-details-bottom {
    margin-top: 40px;
}

.team-details-wrapper .team-details-bottom .team-left-items p {
    margin-top: 15px;
}

.team-details-wrapper .team-details-bottom .team-right-items {
    margin-left: 100px;
}

@media (max-width: 1199px) {
    .team-details-wrapper .team-details-bottom .team-right-items {
        margin-left: 0;
    }
}

.team-details-wrapper .team-details-bottom .team-right-items .contact-form-box {
    margin-top: 15px;
}

.team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .form-clt input,
.team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .form-clt textarea {
    width: 100%;
    text-transform: capitalize;
    color: var(--header);
    border: none;
    border-bottom: 1px solid rgba(1, 28, 26, 0.15);
    padding-bottom: 18px;
}

.team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .form-clt textarea {
    padding-bottom: 80px;
    border: none;
    border-bottom: 1px solid rgba(1, 28, 26, 0.15);
}

.team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .theme-btn {
    background-color: var(--theme-color-2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .theme-btn i {
    background-color: var(--white);
    color: var(--theme-color-2);
}

.team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .theme-btn:hover {
    background-color: var(--header);
}

.team-details-wrapper .team-details-bottom .team-right-items .contact-form-box .theme-btn:hover i {
    color: var(--header);
}

.team-card-items-3 {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

.team-card-items-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 200px 200px 12px 12px;
    background: rgba(255, 255, 255, 0.03);
    width: 100%;
    height: 421px;
    top: initial;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-card-items-3 .team-image {
    width: 342px;
    height: 342px;
    margin: 0 auto;
}

.team-card-items-3 .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-card-items-3 .team-content {
    margin-top: 30px;
    padding-bottom: 25px;
}

.team-card-items-3 .team-content p {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.07);
    padding: 11px 13px;
    color: var(--white);
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
}

.team-card-items-3 .team-content h3 {
    margin-bottom: 15px;
}

.team-card-items-3 .team-content h3 a {
    color: var(--white);
}

.team-card-items-3 .team-content .team-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-card-items-3 .team-content .team-contact .icon {
    color: var(--theme-color-2);
}

.team-card-items-3 .team-content .team-contact h6 span {
    color: var(--white);
    font-weight: 500;
}

.team-card-items-3 .team-content .team-contact h6 a {
    color: var(--white);
    color: rgba(255, 255, 255, 0.65);
}

.team-card-items-3:hover::before {
    background-color: var(--theme-color);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.team-card-items-5 {
    background-color: var(--white);
    padding: 40px 50px;
    border-radius: 12px;
    text-align: center;
    margin-top: 30px;
}

.team-card-items-5.style-2 {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .team-card-items-5.style-2 {
        margin-top: 30px;
    }
}

.team-card-items-5 .team-image {
    position: relative;
}

.team-card-items-5 .team-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.team-card-items-5 .team-image .social-profile {
    position: absolute;
    right: 30px;
    top: 30px;
    content: "";
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
}

.team-card-items-5 .team-image .social-profile ul {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-card-items-5 .team-image .social-profile ul li:not(:last-child) {
    margin-bottom: 10px;
}

.team-card-items-5 .team-image .social-profile ul li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: block;
    background: var(--white);
    color: var(--header);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    margin: 0 auto;
}

.team-card-items-5 .team-image .social-profile ul li a:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.team-card-items-5 .team-image .social-profile .plus-btn {
    z-index: 2;
    cursor: pointer;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
    background: var(--theme-color);
    color: var(--white);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}

.team-card-items-5 .team-image .social-profile:hover ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.team-card-items-5 .team-content {
    margin-top: 50px;
}

.team-card-items-5 .team-content h4 {
    font-weight: 500;
    margin-bottom: 5px;
}

.team-card-items-5 .team-content h4 a:hover {
    color: var(--theme-color);
}

.team-section-5 {
    position: relative;
    z-index: 9;
}

.team-section-5 .left-shape {
    position: absolute;
    top: 260px;
    left: 151px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .team-section-5 .left-shape {
        display: none;
    }
}

.team-section-5 .right-shape {
    position: absolute;
    right: 156px;
    top: 10px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .team-section-5 .right-shape {
        display: none;
    }
}

.team-section-5 .bottom-shape {
    position: absolute;
    right: 108px;
    bottom: 60px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .team-section-5 .bottom-shape {
        display: none;
    }
}

.team-section .section-title-area .call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 330px;
    border-radius: 12px;
    background: #FFF;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    padding: 32px 36px;
}

.faq-wrapper-3 .faq-content .text {
    max-width: 621px;
    margin-top: 15px;
}

.faq-wrapper-3 .faq-content .faq-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 34px;
    background-color: var(--theme-color);
    padding: 40px;
    width: 552px;
    border-radius: 12px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .faq-wrapper-3 .faq-content .faq-box-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        width: initial;
        padding: 30px;
    }
}

.faq-wrapper-3 .faq-content .faq-box-item .list li {
    font-weight: 500;
    font-size: 28px;
}

.faq-wrapper-3 .faq-content .faq-box-item .list li:not(:last-child) {
    margin-bottom: 12px;
}

.faq-wrapper-3 .faq-content .faq-box-item .list li a {
    color: var(--white);
}

.faq-wrapper-3 .faq-items .accordion-item {
    border: 0;
    background-color: var(--white);
}

.faq-wrapper-3 .faq-items .accordion-item .accordion-header .accordion-button {
    font-weight: 500;
    color: var(--white);
    border: 0;
    border-radius: 12px 12px 0px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #051828;
    padding: 16px 15px 16px 25px;
    text-transform: capitalize;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .faq-wrapper-3 .faq-items .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}

.faq-wrapper-3 .faq-items .accordion-item .accordion-header .accordion-button::after {
    content: "\f067";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    color: var(--header);
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: #F3F7F6;
    border-radius: 100px;
}

.faq-wrapper-3 .faq-items .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: var(--white);
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: var(--theme-color);
}

.faq-wrapper-3 .faq-items .accordion-item .accordion-header .accordion-button.collapsed {
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    background: transparent;
    padding: 16px 15px 16px 25px;
    color: var(--header);
}

.faq-wrapper-3 .faq-items .accordion-item .accordion-collapse .accordion-body {
    padding-left: 30px;
    padding-top: 15px;
    color: var(--header);
    background-color: transparent;
    border: 1px solid #D9D9D9;
}

@media (max-width: 1399px) {
    .faq-wrapper-3 .faq-items .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px;
    }
}

.faq-wrapper-3 .faq-image-4 {
    margin-right: 70px;
}

@media (max-width: 1199px) {
    .faq-wrapper-3 .faq-image-4 {
        margin-right: 0;
    }
}

.faq-wrapper-3 .faq-image-4 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.faq-wrapper-1 .faq-content .faq-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .faq-wrapper-1 .faq-content .faq-button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }
}

.faq-wrapper-1 .faq-content .faq-button .theme-btn {
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}

.faq-wrapper-1 .faq-content .faq-button .theme-btn i {
    background-color: var(--theme-color);
    color: var(--white);
}

.faq-wrapper-1 .faq-content .faq-button .theme-btn:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.faq-wrapper-1 .faq-content .faq-button .theme-btn:hover i {
    background-color: var(--white);
    color: var(--theme-color);
}

.faq-wrapper-1 .faq-content .faq-button .icon-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
}

.faq-wrapper-1 .faq-content .faq-button .icon-items .icon {
    font-size: 45px;
    color: var(--theme-color-2);
}

.faq-wrapper-1 .faq-content .faq-button .icon-items .content h4 {
    font-weight: 500;
}

.faq-wrapper-1 .accordion-item {
    border-radius: 4px;
    margin-top: 30px;
    border: none;
}

.faq-wrapper-1 .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 500;
    color: var(--header);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--white);
    padding: 18px 22px;
    text-transform: capitalize;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 767px) {
    .faq-wrapper-1 .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
}

.faq-wrapper-1 .accordion-item .accordion-body {
    background-color: var(--white) !important;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 53, 102, 0.12);
    font-size: 16px;
    font-weight: 500;
    color: #455151;
}

.faq-wrapper-5 .faq-content .text {
    max-width: 621px;
    margin-top: 20px;
}

.faq-wrapper-5 .faq-items-5 .accordion-item {
    border: 0;
    background-color: var(--white);
}

.faq-wrapper-5 .faq-items-5 .accordion-item .accordion-header .accordion-button {
    font-weight: 500;
    color: var(--white);
    border: 0;
    border-radius: 12px 12px 0px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--header);
    padding: 16px 15px 16px 25px;
    text-transform: capitalize;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .faq-wrapper-5 .faq-items-5 .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}

.faq-wrapper-5 .faq-items-5 .accordion-item .accordion-header .accordion-button::after {
    content: "\f067";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    color: var(--header);
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: #F3F7F6;
    border-radius: 100px;
}

.faq-wrapper-5 .faq-items-5 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: var(--white);
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: var(--theme-color-2);
}

.faq-wrapper-5 .faq-items-5 .accordion-item .accordion-header .accordion-button.collapsed {
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    background: transparent;
    padding: 16px 15px 16px 25px;
    color: var(--header);
}

.faq-wrapper-5 .faq-items-5 .accordion-item .accordion-collapse .accordion-body {
    padding-left: 30px;
    padding-top: 15px;
    color: var(--text);
    background: #F5F5F5;
    border: 1px solid #D9D9D9;
}

@media (max-width: 1399px) {
    .faq-wrapper-5 .faq-items-5 .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px;
    }
}

.faq-section-5 {
    position: relative;
}

.faq-section-5 .shape {
    position: absolute;
    left: 141px;
    top: 42%;
}

@media (max-width: 1199px) {
    .faq-section-5 .shape {
        display: none;
    }
}

.faq-section-5 .shape-2 {
    position: absolute;
    left: 28%;
    top: 50%;
}

@media (max-width: 1199px) {
    .faq-section-5 .shape-2 {
        display: none;
    }
}

.choose-us-wrapper .faq-items {
    max-width: 600px;
}

.choose-us-wrapper .faq-items .accordion-item {
    border-radius: 0;
    margin-top: 0;
    border: none;
    border-bottom: 1px solid rgba(58, 54, 54, 0.32);
    padding: 15px 0;
}

.choose-us-wrapper .faq-items .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 500;
    color: var(--header);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--white);
    padding: 10px 0;
    text-transform: capitalize;
    border-radius: 0;
    font-family: "Helvetica Neue", sans-serif;
}

.choose-us-wrapper .faq-items .accordion-item .accordion-body {
    background-color: var(--white) !important;
    font-size: 16px;
    font-weight: 400;
    color: #4B5563;
    padding: 0;
    border-radius: 0;
}

.choose-us-wrapper .theme-btn {
    margin-top: 40px;
}

.choose-us-wrapper .choose-us-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.faq-hire-items .accordion-item {
    border: 0;
    background-color: var(--white);
    border: 1px solid rgba(32, 40, 45, 0.16);
    background: #F6F6F6;
    border-radius: 0;
}

.faq-hire-items .accordion-item .accordion-header .accordion-button {
    font-weight: 500;
    color: var(--header);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 16px 15px 0px 25px;
    text-transform: capitalize;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .faq-hire-items .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}

.faq-hire-items .accordion-item .accordion-header .accordion-button::after {
    content: "\f067";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    color: var(--header);
}

.faq-hire-items .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: transparent;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    color: var(--header);
}

.faq-hire-items .accordion-item .accordion-header .accordion-button.collapsed {
    background: transparent;
    padding: 16px 15px 16px 25px;
    color: var(--header);
    background: #F6F6F6;
}

.faq-hire-items .accordion-item .accordion-collapse .accordion-body {
    padding-left: 30px;
    padding-top: 15px;
    color: var(--header);
    background-color: transparent;
}

.faq-hire-items .accordion-item .accordion-collapse .accordion-body .content {
    border-bottom: 1px solid rgba(32, 40, 45, 0.16);
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.faq-hire-items .accordion-item .accordion-collapse .accordion-body .content span {
    color: var(--header);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.faq-hire-items .accordion-item .accordion-collapse .accordion-body .content p {
    color: #626C74;
    font-weight: 400;
    margin-top: 0;
}

.faq-hire-items .accordion-item .accordion-collapse .accordion-body .content.style-2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.faq-hire-items .accordion-item .accordion-collapse .accordion-body .content .theme-btn {
    margin-top: 30px;
    background-color: var(--theme-color-2);
}

.faq-hire-items .accordion-item .accordion-collapse .accordion-body .content .theme-btn i {
    color: var(--theme-color-2);
}

.faq-hire-items .accordion-item .accordion-collapse .accordion-body .content .theme-btn:hover {
    background-color: var(--header);
}

.faq-hire-items .accordion-item .accordion-collapse .accordion-body .content .theme-btn:hover i {
    background-color: var(--theme-color-2);
    color: var(--white);
}

@media (max-width: 1399px) {
    .faq-hire-items .accordion-item .accordion-collapse .accordion-body {
        padding-right: 50px;
    }
}

.faq-hire-items p {
    font-weight: 400;
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .faq-hire-items p {
        margin-top: 30px;
    }
}

.faq-hire-items p span {
    color: var(--header);
    font-weight: 500;
}

.cta-wrapper {
    padding: 300px 90px 0;
    border-radius: 12px;
    position: relative;
    z-index: 9;
}

.cta-wrapper .cta-shape-1 {
    position: absolute;
    z-index: -1;
    top: 40%;
    right: 15%;
}

@media (max-width: 1399px) {
    .cta-wrapper {
        padding: 120px 0 30px;
    }
}

@media (max-width: 1399px) {
    .cta-wrapper .section-title-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px;
        text-align: center;
    }

    .cta-wrapper .section-title-area br {
        display: none;
    }
}

.cta-wrapper .section-title-area .call-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 330px;
    border-radius: 12px;
    background: #FFF;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    padding: 32px 36px;
}

.cta-wrapper-2 {
    padding: 80px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 12px;
}

@media (max-width: 1399px) {
    .cta-wrapper-2 {
        padding: 50px 40px;
    }
}

@media (max-width: 1199px) {
    .cta-wrapper-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .cta-wrapper-2 {
        padding: 40px 30px;
    }
}

.cta-wrapper-2 .cta-left-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

@media (max-width: 991px) {
    .cta-wrapper-2 .cta-left-items {
        display: block;
    }
}

.cta-wrapper-2 .cta-left-items .icon {
    width: 124px;
    height: 124px;
    line-height: 124px;
    border-radius: 50%;
    background-color: var(--white);
    text-align: center;
}

@media (max-width: 991px) {
    .cta-wrapper-2 .cta-left-items .icon {
        margin-bottom: 20px;
    }
}

.cta-wrapper-2 .cta-left-items .content {
    max-width: 535px;
}

.cta-wrapper-2 .cta-left-items .content h3 {
    font-size: 32px;
    font-weight: 500;
    color: var(--white);
}

@media (max-width: 767px) {
    .cta-wrapper-2 .cta-left-items .content h3 {
        font-size: 26px;
    }
}

.cta-wrapper-2 .cta-left-items .content p {
    color: var(--white);
    margin-top: 10px;
}

.cta-wrapper-2 .cta-right-items .client-img {
    text-align: right;
}

@media (max-width: 1199px) {
    .cta-wrapper-2 .cta-right-items .client-img {
        text-align: left;
    }
}

.cta-wrapper-2 .cta-right-items .theme-btn {
    margin-top: 30px;
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}

.cta-wrapper-2 .cta-right-items .theme-btn i {
    background-color: var(--white);
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.cta-wrapper-2 .cta-right-items .theme-btn:hover {
    background-color: var(--white);
    color: var(--theme-color);
}

.cta-wrapper-2 .cta-right-items .theme-btn:hover i {
    background-color: var(--theme-color);
    color: var(--white);
}

.cta-section-2 {
    position: relative;
    z-index: 9;
}

.cta-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: #051828;
    height: 40%;
}

.cta-section {
    position: relative;
    z-index: 9;
}

.cta-section.color-bg-1 {
    position: relative;
}

.cta-section.color-bg-1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #051828;
    height: 20%;
}

.cta-section .team-shape-2 {
    position: absolute;
    z-index: -1;
    bottom: 25px;
    left: 10%;
}

.counter-section {
    position: relative;
    z-index: 9;
}

.counter-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    height: 50%;
    z-index: -1;
}

.video-wrapper {
    padding: 300px 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .video-wrapper {
        padding: 230px 0;
    }
}

@media (max-width: 991px) {
    .video-wrapper {
        padding: 180px 0;
    }
}

@media (max-width: 575px) {
    .video-wrapper {
        padding: 150px 0;
    }
}

.video-wrapper .video-btn {
    text-align: center;
    color: var(--theme-color);
    display: inline-block;
    text-align: center;
    font-size: 24px;
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 84px;
    height: 84px;
    line-height: 84px;
    background-color: var(--white);
    border-radius: 100%;
}

.video-wrapper .video-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 158px;
    height: 158px;
    line-height: 158px;
    border-radius: 122px;
    background: rgba(255, 255, 255, 0.44);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-wrapper .video-btn::after {
    position: absolute;
    content: "";
    width: 122px;
    height: 122px;
    line-height: 122px;
    border-radius: 122px;
    background: rgba(255, 255, 255, 0.44);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1600px) {
    .video-wrapper .video-btn {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

.video-wrapper .video-btn i {
    z-index: 99;
    position: relative;
}

.video-play-section {
    background-attachment: fixed;
}

.cta-wrapper-5 .cta-image {
    margin-left: -54px;
}

@media (max-width: 1199px) {
    .cta-wrapper-5 .cta-image {
        margin-left: 0;
    }
}

.cta-wrapper-5 .cta-image img {
    width: 100%;
    height: 100%;
}

.cta-wrapper-5 .cta-content {
    margin-left: 60px;
}

@media (max-width: 1199px) {
    .cta-wrapper-5 .cta-content {
        margin-left: 0;
    }
}

.cta-wrapper-5 .cta-content .text {
    margin-top: 20px;
    color: var(--white);
    max-width: 574px;
}

.cta-wrapper-5 .cta-content .theme-btn {
    background-color: var(--theme-color-2);
    margin-top: 48px;
}

@media (max-width: 1199px) {
    .cta-wrapper-5 .cta-content .theme-btn {
        margin-top: 30px;
    }
}

.cta-wrapper-5 .cta-content .theme-btn:hover {
    background-color: var(--header);
}

.cta-wrapper-5 .cta-image-2 {
    margin-right: -60px;
    margin-bottom: -120px;
}

@media (max-width: 1199px) {
    .cta-wrapper-5 .cta-image-2 {
        margin-right: 0;
        margin-bottom: 0;
    }
}

.cta-wrapper-5 .cta-image-2 img {
    width: 100%;
    height: 100%;
}

.cta-section-5 {
    position: relative;
    z-index: 9;
}

.cta-section-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: #1C235B;
}

.cta-section-5 .shape-1 {
    position: absolute;
    top: 30px;
    left: 20%;
}

@media (max-width: 1199px) {
    .cta-section-5 .shape-1 {
        display: none;
    }
}

.cta-section-5 .shape-2 {
    position: absolute;
    bottom: 70px;
    right: 34%;
}

@media (max-width: 1199px) {
    .cta-section-5 .shape-2 {
        display: none;
    }
}

.cta-section-5 .shape-3 {
    position: absolute;
    right: 152px;
    top: 130px;
}

@media (max-width: 1199px) {
    .cta-section-5 .shape-3 {
        display: none;
    }
}

.cta-newsletter-wrapper {
    background-color: var(--theme-color);
    padding: 30px 44px 0;
    border-radius: 12px;
}

.cta-newsletter-wrapper .section-title span {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.11);
    color: var(--white);
}

.cta-newsletter-wrapper .section-title h2 {
    font-size: 32px;
    color: var(--white);
}

@media (max-width: 767px) {
    .cta-newsletter-wrapper .section-title h2 {
        font-size: 28px;
        line-height: 1.4;
    }
}

.cta-newsletter-wrapper .form-content {
    margin-left: 25px;
    margin-right: 25px;
}

@media (max-width: 1199px) {
    .cta-newsletter-wrapper .form-content {
        margin-left: 0;
        margin-right: 0;
    }
}

.cta-newsletter-wrapper .form-content form {
    position: relative;
}

.cta-newsletter-wrapper .form-content form input {
    width: 100%;
    background-color: var(--white);
    border-radius: 40px;
    background: #F7F9FB;
    padding: 20px 30px;
    border: none;
    outline: none;
    line-height: 1;
    color: var(--text);
}

@media (max-width: 767px) {
    .cta-newsletter-wrapper .form-content form input {
        padding: 15px 25px;
        font-size: 16px;
    }
}

.cta-newsletter-wrapper .form-content form .arrow-icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    background-color: var(--theme-color-2);
    line-height: 44px;
    color: var(--white);
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .cta-newsletter-wrapper .form-content form .arrow-icon {
        width: 36px;
        height: 36px;
        line-height: 36px;
        top: 8px;
    }
}

.cta-newsletter-wrapper .form-content form .arrow-icon i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cta-newsletter-wrapper .form-content p {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 15px;
}

.cta-newsletter-wrapper .form-content p a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

@media (max-width: 1399px) {
    .cta-newsletter-wrapper .cta-image {
        max-width: 350px;
        margin: 0 auto;
    }

    .cta-newsletter-wrapper img {
        width: 100%;
        height: 100%;
    }
}

.cta-newsletter-wrapper.style-2 {
    padding: 60px;
    position: relative;
    z-index: 9;
}

@media (max-width: 575px) {
    .cta-newsletter-wrapper.style-2 {
        padding: 40px 30px;
    }
}

.cta-newsletter-wrapper.style-2 .form-content {
    max-width: 685px;
    margin: 30px auto 0;
}

.cta-newsletter-wrapper.style-2 .cta-img {
    position: absolute;
    bottom: 0;
    right: 70px;
}

@media (max-width: 1199px) {
    .cta-newsletter-wrapper.style-2 .cta-img {
        display: none;
    }
}

.cta-newsletter-wrapper.style-2 .left-shape {
    position: absolute;
    left: 65px;
    bottom: 20px;
    z-index: -1;
}

.cta-newsletter-section {
    position: relative;
    z-index: 9;
}

.cta-newsletter-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    z-index: -1;
    height: 50%;
}

.best-seller-wrapper {
    background-color: #2490EB;
    padding: 70px 120px;
    border-radius: 10px;
    position: relative;
}

@media (max-width: 1399px) {
    .best-seller-wrapper {
        padding-right: 90px;
    }
}

@media (max-width: 1199px) {
    .best-seller-wrapper {
        padding: 60px 100px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .best-seller-wrapper {
        padding: 50px 40px;
    }
}

@media (max-width: 767px) {
    .best-seller-wrapper {
        padding: 40px 30px;
    }
}

.best-seller-wrapper .coming-soon-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .best-seller-wrapper .coming-soon-timer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

.best-seller-wrapper .coming-soon-timer .timer-content {
    background-color: #fff;
    border-radius: 6px;
}

.best-seller-wrapper .coming-soon-timer .timer-content h3 {
    color: var(--header);
    font-size: 33px;
    font-weight: 500;
    border-bottom: 1px solid rgba(230, 247, 252, 0.2);
    padding: 15px 30px;
    line-height: 1;
}

.best-seller-wrapper .coming-soon-timer .timer-content p {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--text);
    font-weight: 400;
    text-align: center;
    padding: 5px;
}

.best-seller-wrapper .theme-btn {
    background-color: var(--theme-color-2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.best-seller-wrapper .theme-btn i {
    background-color: var(--white);
    color: var(--theme-color-2);
}

.best-seller-wrapper .theme-btn:hover {
    background-color: var(--header);
}

.best-seller-wrapper .theme-btn:hover i {
    color: var(--header);
}

.best-seller-wrapper .doctor-image {
    position: absolute;
    bottom: 0;
    right: 100px;
}

@media (max-width: 1199px) {
    .best-seller-wrapper .doctor-image {
        display: none;
    }
}

.cooming-soon-items {
    text-align: center;
}

.cooming-soon-items p {
    color: var(--header);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}

@media (max-width: 575px) {
    .cooming-soon-items p {
        font-size: 16px;
    }
}

.cooming-soon-items .text {
    font-size: 100px;
    font-weight: 500;
    letter-spacing: -3px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .cooming-soon-items .text {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .cooming-soon-items .text {
        font-size: 40px;
    }
}

.cooming-soon-items .coming-soon-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 34px;
}

@media (max-width: 991px) {
    .cooming-soon-items .coming-soon-time {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: static;
        -webkit-transform: translate(0);
        transform: translate(0);
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px;
    }
}

.cooming-soon-items .coming-soon-time .timer-content {
    text-align: center;
    width: 146px;
    height: 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--header);
    border-radius: 100%;
    position: relative;
}

.cooming-soon-items .coming-soon-time .timer-content.style-2::before {
    position: absolute;
    content: ":";
    top: 35%;
    left: -22%;
    font-size: 40px;
    color: #28241F;
}

@media (max-width: 991px) {
    .cooming-soon-items .coming-soon-time .timer-content.style-2::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .cooming-soon-items .coming-soon-time .timer-content {
        width: 100px;
        height: 100px;
    }
}

.cooming-soon-items .coming-soon-time .timer-content h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 1199px) {
    .cooming-soon-items .coming-soon-time .timer-content h2 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .cooming-soon-items .coming-soon-time .timer-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .cooming-soon-items .coming-soon-time .timer-content h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .cooming-soon-items .coming-soon-time .timer-content h2 {
        font-size: 28px;
    }
}

.cooming-soon-items .coming-soon-time .timer-content span {
    font-size: 18px;
    font-weight: 500;
    color: var(--header);
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .cooming-soon-items .coming-soon-time .timer-content span {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .cooming-soon-items .coming-soon-time .timer-content span {
        font-size: 14px;
    }
}

.cooming-soon-items form {
    max-width: 872px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.cooming-soon-items .form-clt {
    position: relative;
}

.cooming-soon-items .form-clt input {
    width: 100%;
    outline: none;
    border-radius: 4px;
    border: 1px solid rgba(60, 60, 60, 0.3);
    color: rgba(64, 74, 61, 0.65);
    line-height: 1;
    padding: 20px;
    border-radius: 10px;
    max-width: 872px;
    font-weight: 500;
}

.cooming-soon-items .form-clt input::-webkit-input-placeholder {
    color: rgba(64, 74, 61, 0.65);
}

.cooming-soon-items .form-clt input:-ms-input-placeholder {
    color: rgba(64, 74, 61, 0.65);
}

.cooming-soon-items .form-clt input::-ms-input-placeholder {
    color: rgba(64, 74, 61, 0.65);
}

.cooming-soon-items .form-clt input::placeholder {
    color: rgba(64, 74, 61, 0.65);
}

.cooming-soon-items .form-clt .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 12px 36px;
    background-image: none;
    background: var(--theme-color);
    border-radius: 4px;
    color: var(--white);
}

.cooming-soon-items .form-clt .icon:hover {
    background-color: var(--header);
}

@media (max-width: 470px) {
    .cooming-soon-items .form-clt .icon {
        position: static;
        margin-top: 20px;
    }
}

.cooming-soon-items .social-icon {
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.cooming-soon-items .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    border-radius: 4px;
    border: 1px solid rgba(32, 40, 45, 0.16);
    display: inline-block;
    color: var(--header);
}

.cooming-soon-items .social-icon a:hover {
    background-color: var(--theme-color);
    color: var(--white);
    border: 1px solid var(--theme-color);
}

.testimonial-wrapper-1 .testimonial-image {
    position: relative;
    max-width: 503px;
    margin-top: 33px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-1 .testimonial-image {
        max-width: initial;
        margin-top: 0;
    }
}

.testimonial-wrapper-1 .testimonial-image img {
    width: 100%;
    height: 100%;
}

.testimonial-wrapper-1 .testimonial-right-item {
    margin-right: -75%;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-1 .testimonial-right-item {
        margin-right: 0;
    }
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 {
    margin-top: 30px;
    position: relative;
    z-index: 9;
    padding: 35px;
    padding-top: 0;
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(186, 183, 230, 0.4);
    box-shadow: 14px 18px 84px 82px rgba(186, 183, 230, 0.4);
    border-radius: 12px;
    z-index: -1;
    left: 75px;
    top: 40px;
    height: initial;
    width: initial;
}

@media (max-width: 1399px) {
    .testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1::before {
        left: 0;
    }
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .client-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 40px;
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .client-image .star {
    color: var(--theme-color-2);
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .client-image img {
    border-radius: 12px;
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content {
    margin-top: 30px;
    padding-left: 70px;
}

@media (max-width: 1399px) {
    .testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content {
        margin-left: 0;
        padding-left: 0;
    }
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 144%;
    margin-bottom: 45px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content .info-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content .info-item .info-content h5 {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-wrapper-1 .testimonial-right-item .testimonial-box-item-1 .testimonial-content .info-item .info-content span {
    font-weight: 500;
}

.testimonial-section-1 {
    position: relative;
}

.testimonial-section-1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.95;
    background: rgba(255, 255, 255, 0.95);
}

.testimonial-section-1 .shape {
    position: absolute;
    top: 187px;
    right: 83px;
}

@media (max-width: 1199px) {
    .testimonial-section-1 .shape {
        display: none;
    }
}

.testimonial-section-1 .shape-2 {
    position: absolute;
    bottom: 66px;
    right: 30%;
}

@media (max-width: 1199px) {
    .testimonial-section-1 .shape-2 {
        display: none;
    }
}

.testimonial-section-2 {
    position: relative;
    z-index: 9;
}

.testimonial-section-2 .testimonial-shape-1 {
    position: absolute;
    z-index: -1;
    bottom: 10%;
    left: 40%;
}

.testimonial-wrapper-2 .testimonial-image {
    max-width: 507px;
    position: relative;
    margin-left: 100px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .testimonial-image {
        margin-left: 0;
    }
}

.testimonial-wrapper-2 .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.testimonial-wrapper-2 .testimonial-image .counter-box {
    background-color: var(--theme-color);
    border-radius: 12px;
    display: inline-block;
    padding: 40px;
    position: absolute;
    bottom: 67px;
    left: -89px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .testimonial-image .counter-box {
        left: 0;
        bottom: 0;
    }
}

.testimonial-wrapper-2 .testimonial-image .counter-box h2 {
    color: var(--white);
}

.testimonial-wrapper-2 .testimonial-image .counter-box p {
    color: var(--white);
}

.testimonial-wrapper-2 .testimonial-content .star-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.testimonial-wrapper-2 .testimonial-content .star-items .star {
    color: var(--theme-color-2);
}

@media (max-width: 767px) {
    .testimonial-wrapper-2 .testimonial-content .star-items {
        display: block;
    }
}

.testimonial-wrapper-2 .testimonial-content .testimonial-box-items {
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    background: var(--white);
    padding: 50px 45px;
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .testimonial-content .testimonial-box-items {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper-2 .testimonial-content .testimonial-box-items {
        padding: 40px 35px;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 .testimonial-content .testimonial-box-items {
        padding: 30px;
    }
}

.testimonial-wrapper-2 .testimonial-content .testimonial-box-items h5 {
    font-size: 18px;
    font-weight: 400;
    color: var(--text);
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 .testimonial-content .testimonial-box-items h5 {
        font-size: 16px;
    }
}

.testimonial-wrapper-2 .testimonial-content .testimonial-box-items .client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .testimonial-wrapper-2 .testimonial-content .testimonial-box-items .client-info {
        margin-top: 30px;
    }
}

.testimonial-wrapper-2 .testimonial-content .testimonial-box-items .client-info h6 {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-wrapper-2 .testimonial-content .testimonial-box-items .client-info p {
    font-size: 16px;
}

.testimonial-wrapper-2 .testimonial-content .testimonial-box-items .client-info .quote-img {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 .testimonial-content .testimonial-box-items .client-info .quote-img {
        position: static;
    }
}

.testimonial-wrapper-2 .testimonial-box-area {
    max-height: 560px;
    overflow-y: auto;
    padding-right: 50px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-2 .testimonial-box-area {
        padding-right: 0;
        max-height: initial;
        overflow-y: initial;
    }
}

.testimonial-section-4 {
    position: relative;
    z-index: 9;
}

.testimonial-section-4 .section-title .star-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .testimonial-section-4 .section-title .star-items {
        display: none;
    }
}

.testimonial-section-4 .section-title .star-items .star {
    color: #fcd34f;
}

.testimonial-section-4 .section-title .star-items p {
    color: var(--white);
}

.testimonial-section-4 .testimonial-shape-1 {
    position: absolute;
    z-index: -1;
    top: 40%;
    left: 20%;
}

.testimonial-section-4 .testimonial-shape-2 {
    position: absolute;
    z-index: -1;
    top: 20%;
    right: 8%;
}

.testimonial-box-items-4 {
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    background: #FFF;
    padding: 20px 50px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .testimonial-box-items-4 {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial-box-items-4 {
        padding: 25px;
    }
}

.testimonial-box-items-4 .star {
    color: #ffcd20;
}

.testimonial-box-items-4 h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--text);
    margin-top: 20px;
}

@media (max-width: 767px) {
    .testimonial-box-items-4 h5 {
        font-size: 18px;
    }
}

.testimonial-box-items-4 .client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-top: 40px;
}

.testimonial-box-items-4 .client-info h6 {
    font-size: 18px;
    font-weight: 500;
}

.testimonial-box-items-4 .client-info p {
    font-size: 16px;
}

.testimonial-box-items-4 .client-info .quote-img {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.testimonial-section-4 {
    position: relative;
    z-index: 9;
}

.testimonial-section-4::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: #fff;
    top: 70%;
}

.testimonial-wrapper-3 {
    position: relative;
}

.testimonial-wrapper-3 .testimonial-card-items-3 {
    margin-top: 200px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-3 .testimonial-card-items-3 {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.testimonial-wrapper-3 .testimonial-card-items-3.style-2 {
    margin-top: 0;
}

.testimonial-wrapper-3 .testimonial-card-items-3.style-3 {
    margin-top: 73px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-3 .testimonial-card-items-3.style-3 {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.testimonial-wrapper-3 .testimonial-card-items-3 .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.testimonial-wrapper-3 .testimonial-box-item-3 {
    background-color: var(--theme-color);
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    padding: 45px 70px;
    text-align: center;
    margin-top: -150px;
}

@media (max-width: 1199px) {
    .testimonial-wrapper-3 .testimonial-box-item-3 {
        margin-top: 0;
    }
}

.testimonial-wrapper-3 .testimonial-box-item-3 .testimonial-content .star {
    color: var(--white);
    margin-bottom: 20px;
}

.testimonial-wrapper-3 .testimonial-box-item-3 .testimonial-content p {
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    max-width: 415px;
    font-family: "Helvetica Neue", sans-serif;
    margin: 0 auto;
}

.testimonial-wrapper-3 .testimonial-box-item-3 .testimonial-content h5 {
    font-size: 18px;
    color: var(--white);
    margin-top: 40px;
}

.testimonial-wrapper-3 .testimonial-box-item-3 .testimonial-content span {
    color: var(--white);
}

@media (max-width: 1199px) {
    .testimonial-wrapper-3 .array-button-2 {
        display: none;
    }
}

.testimonial-wrapper-3 .array-button-2 .array-prev {
    position: absolute;
    left: 210px;
    bottom: 70px;
    background-color: var(--theme-color);
    color: var(--white);
}

.testimonial-wrapper-3 .array-button-2 .array-prev:hover {
    background-color: var(--header);
}

.testimonial-wrapper-3 .array-button-2 .array-next {
    position: absolute;
    right: 210px;
    bottom: 70px;
    background-color: var(--theme-color-2);
    color: var(--white);
}

.testimonial-wrapper-3 .array-button-2 .array-next:hover {
    background-color: var(--theme-color);
}

.testimonial-section-3 {
    position: relative;
}

.testimonial-section-3 .star-2 {
    margin-bottom: 70px;
    text-align: center;
}

@media (max-width: 1199px) {
    .testimonial-section-3 .star-2 {
        margin-bottom: 30px;
    }
}

.testimonial-section-3 .star-2 i {
    color: var(--theme-color-2);
    font-size: 17px;
}

.testimonial-section-3 .star-2 span {
    display: inline-block;
    margin-left: 18px;
}

.testimonial-section-3 .shape-1 {
    position: absolute;
    top: 359px;
    left: 421px;
}

@media (max-width: 1199px) {
    .testimonial-section-3 .shape-1 {
        display: none;
    }
}

.testimonial-section-3 .shape-2 {
    position: absolute;
    left: 138px;
    bottom: 280px;
}

@media (max-width: 1199px) {
    .testimonial-section-3 .shape-2 {
        display: none;
    }
}

.testimonial-section-3 .shape-3 {
    position: absolute;
    right: 74px;
    top: 87px;
}

@media (max-width: 1199px) {
    .testimonial-section-3 .shape-3 {
        display: none;
    }
}

.testimonial-section-3 .shape-4 {
    position: absolute;
    right: 415px;
    top: 370px;
}

@media (max-width: 1199px) {
    .testimonial-section-3 .shape-4 {
        display: none;
    }
}

.testimonial-section-3 .shape-5 {
    position: absolute;
    right: 275px;
    bottom: 120px;
}

@media (max-width: 1199px) {
    .testimonial-section-3 .shape-5 {
        display: none;
    }
}

.testimonial-box-item-5 {
    background-color: #f0f0f0;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(186, 183, 230, 0.4);
    box-shadow: 14px 18px 84px 82px rgba(186, 183, 230, 0.4);
    border-radius: 12px;
    padding: 20px 20px 38px;
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .testimonial-box-item-5 {
        padding: 20px 20px 20px;
    }
}

.testimonial-box-item-5 .client-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1199px) {
    .testimonial-box-item-5 .client-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.testimonial-box-item-5 .client-item .client-image img {
    border-radius: 12px;
}

.testimonial-box-item-5 .client-item .star {
    color: var(--theme-color-2);
}

.testimonial-box-item-5 .testimonial-content {
    margin-top: 10px;
    margin-left: 70px;
}

@media (max-width: 1199px) {
    .testimonial-box-item-5 .testimonial-content {
        margin-left: 0;
    }
}

.testimonial-box-item-5 .testimonial-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 144%;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .testimonial-box-item-5 .testimonial-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

.testimonial-box-item-5 .testimonial-content .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .testimonial-box-item-5 .testimonial-content .info-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.testimonial-box-item-5 .testimonial-content .info-item .info-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.testimonial-box-item-5 .testimonial-content .info-item .info-content span {
    font-weight: 500;
}

.testimonial-section-5 {
    position: relative;
}

.testimonial-section-5 .shape {
    position: absolute;
    top: 0;
    left: 350px;
}

@media (max-width: 1199px) {
    .testimonial-section-5 .shape {
        display: none;
    }
}

.testimonial-section-5 .shape-2 {
    position: absolute;
    top: 0;
    right: 311px;
}

@media (max-width: 1199px) {
    .testimonial-section-5 .shape-2 {
        display: none;
    }
}

.testimonial-section-5 .star {
    text-align: center;
}

.testimonial-section-5 .star i {
    color: var(--theme-color-2);
    font-size: 17px;
}

.testimonial-section-5 .star span {
    display: inline-block;
    margin-left: 18px;
}

.testimonial-section-5 .testimonial-button {
    margin-top: 45px;
    text-align: center;
}

.testimonial-section-5 .testimonial-button .theme-btn {
    background-color: transparent;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.testimonial-section-5 .testimonial-button .theme-btn i {
    background-color: var(--theme-color);
    color: var(--white);
}

.testimonial-section-5 .testimonial-button .theme-btn:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.testimonial-section-5 .testimonial-button .theme-btn:hover .icon {
    background-color: var(--header);
}

.instagram-wrapper {
    margin-left: -15%;
    margin-right: -15%;
}

@media (max-width: 1399px) {
    .instagram-wrapper {
        margin-right: 0;
        margin-left: 0;
    }
}

.instagram-wrapper .instagram-banner-items .banner-image {
    position: relative;
}

.instagram-wrapper .instagram-banner-items .banner-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.instagram-wrapper .instagram-banner-items .banner-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--theme-color);
    opacity: 0.6;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    z-index: 1;
    border-radius: 12px;
}

.instagram-wrapper .instagram-banner-items .banner-image .icon {
    position: absolute;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color);
    font-size: 28px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    color: var(--white);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.instagram-wrapper .instagram-banner-items:hover .banner-image::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.instagram-wrapper .instagram-banner-items:hover .banner-image .icon {
    opacity: 1;
}


/*-----------------------[ 20.Blog Page CSS ]------------------------*/
.news-box-items {
    margin-top: 30px;
}

.news-box-items .news-img {
    position: relative;
}

.news-box-items .news-img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.news-box-items .news-img .post-box {
    border-radius: 4px;
    display: inline-block;
    background-color: var(--theme-color-2);
    padding: 10px 20px;
    color: var(--white);
    position: absolute;
    top: 24px;
    left: 24px;
    line-height: 1;
    z-index: 9;
}

.news-box-items .news-content {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .news-box-items .news-content br {
        display: none;
    }
}

.news-box-items .news-content span {
    font-size: 18px;
    font-weight: 400;
    color: var(--theme-color);
    margin-bottom: 5px;
    position: relative;
    padding-left: 35px;
    display: inline-block;
}

.news-box-items .news-content span::before {
    width: 24px;
    height: 1px;
    line-height: 4px;
    position: absolute;
    top: 15px;
    left: 0;
    content: "";
    background-color: var(--theme-color);
}

.news-box-items .news-content h3 {
    margin-top: 10px;
}

@media (max-width: 1399px) {
    .news-box-items .news-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .news-box-items .news-content h3 {
        font-size: 22px;
    }
}

.news-box-items .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-box-items .news-content h3 a:hover {
    color: var(--theme-color);
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(var(--theme-color)));
    background-image: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color) 100%);
}

.news-box-items .news-content p {
    margin-top: 10px;
}

.news-section {
    position: relative;
    z-index: 9;
}

.news-section .news-shape-1 {
    position: absolute;
    z-index: -1;
    top: 10%;
    right: 10%;
}

.news-section .news-shape-2 {
    position: absolute;
    z-index: -1;
    top: 10%;
    left: 10%;
}

.news-box-items-2 {
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    background: var(--white);
    padding: 15px;
    margin-top: 30px;
}

.news-box-items-2 .news-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.news-box-items-2 .news-content {
    padding: 10px;
    margin-top: 10px;
}

.news-box-items-2 .news-content .post-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-box-items-2 .news-content .post-date li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .news-box-items-2 .news-content .post-date li {
        font-size: 15px;
    }
}

.news-box-items-2 .news-content .post-date li i {
    color: var(--theme-color);
}

.news-box-items-2 .news-content .post-date li:last-child {
    position: relative;
    padding-left: 35px;
    color: var(--theme-color-2);
}

@media (max-width: 1199px) {
    .news-box-items-2 .news-content .post-date li:last-child {
        padding-left: 20px;
    }
}

.news-box-items-2 .news-content .post-date li:last-child::before {
    width: 11px;
    height: 1px;
    line-height: 4px;
    position: absolute;
    top: 15px;
    left: 0px;
    content: "";
    background-color: var(--theme-color);
}

.news-box-items-2 .news-content h3 {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .news-box-items-2 .news-content h3 {
        font-size: 20px;
    }
}

.news-box-items-2 .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-box-items-2 .news-content h3 a:hover {
    color: var(--theme-color);
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(var(--theme-color)));
    background-image: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color) 100%);
}

.news-box-items-2 .news-content p {
    margin-top: 8px;
    font-size: 16px;
}

.news-box-items-2 .news-content .link-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    font-family: "Satoshi", sans-serif;
}

.news-box-items-2 .news-content .link-btn i {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-left: 10px;
}

.news-box-items-2 .news-content .link-btn:hover {
    color: var(--header);
}

.news-box-items-2 .news-content .link-btn:hover i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.news-card-items-3 {
    background-color: var(--white);
    border-radius: 12px;
    padding: 5px 5px 40px;
    margin-top: 30px;
}

.news-card-items-3 .news-image {
    position: relative;
}

.news-card-items-3 .news-image .post-date {
    width: 79px;
    height: 79px;
    padding: 12px;
    text-align: center;
    border-radius: 100%;
    background: var(--theme-color);
    position: absolute;
    right: 30px;
    bottom: -40px;
}

.news-card-items-3 .news-image .post-date h3 {
    color: var(--white);
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
}

.news-card-items-3 .news-image .post-date p {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.news-card-items-3 .news-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.news-card-items-3 .news-content {
    margin-top: 34px;
    margin-left: 25px;
}

.news-card-items-3 .news-content span {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color);
    padding: 10px 12px;
    border-radius: 2px;
    background: rgba(36, 144, 235, 0.1);
    display: inline-block;
    margin-bottom: 24px;
    line-height: 1;
}

.news-card-items-3 .news-content h5 {
    margin-bottom: 10px;
}

.news-card-items-3 .news-content h5 a:hover {
    color: var(--theme-color);
}

.news-card-items-3 .news-content p {
    font-size: 16px;
}

.news-section-3 {
    position: relative;
}

.news-section-3 .left-shape {
    position: absolute;
    top: 29px;
    left: 272px;
}

@media (max-width: 1199px) {
    .news-section-3 .left-shape {
        display: none;
    }
}

.news-section-3 .right-shape {
    position: absolute;
    top: 133px;
    right: 226px;
}

@media (max-width: 1199px) {
    .news-section-3 .right-shape {
        display: none;
    }
}

.news-box-item-5 {
    background-color: var(--white);
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    padding: 40px 30px;
    margin-top: 30px;
}

@media (max-width: 575px) {
    .news-box-item-5 {
        padding: 30px;
    }
}

.news-box-item-5.style-2 {
    margin-top: 30px;
}

.news-box-item-5 .news-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .news-box-item-5 .news-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-box-item-5 .news-meta li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.news-box-item-5 .news-meta li.style-2 {
    position: relative;
    color: var(--theme-color-2);
}

.news-box-item-5 .news-meta li.style-2::before {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    width: 11px;
    height: 1px;
    top: 16px;
    left: -24px;
}

.news-box-item-5 h3 {
    margin-bottom: 20px;
}

.news-box-item-5 h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-box-item-5 h3 a:hover {
    color: var(--theme-color);
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(var(--theme-color)));
    background-image: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color) 100%);
}

.news-box-item-5 p {
    max-width: 377px;
    font-size: 16px;
}

.news-card-item-5 {
    background-color: var(--white);
    border-radius: 12px;
    border-top: 1px solid rgba(6, 3, 48, 0.09);
    border-right: 1px solid rgba(6, 3, 48, 0.09);
    border-bottom: 7px solid rgba(6, 3, 48, 0.09);
    border-left: 1px solid rgba(6, 3, 48, 0.09);
    padding: 15px;
    margin-top: 30px;
}

.news-card-item-5 .news-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.news-card-item-5 .news-content {
    padding: 20px 5px 15px;
}

.news-card-item-5 .news-content .news-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .news-card-item-5 .news-content .news-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-card-item-5 .news-content .news-meta li i {
    color: var(--theme-color);
    margin-right: 5px;
}

.news-card-item-5 .news-content .news-meta li.style-2 {
    position: relative;
    color: var(--theme-color-2);
}

.news-card-item-5 .news-content .news-meta li.style-2::before {
    position: absolute;
    content: "";
    background-color: var(--theme-color);
    width: 11px;
    height: 1px;
    top: 16px;
    left: -24px;
}

.news-card-item-5 .news-content h3 {
    margin-bottom: 20px;
}

.news-card-item-5 .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-card-item-5 .news-content h3 a:hover {
    color: var(--theme-color);
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(var(--theme-color)));
    background-image: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color) 100%);
}

.news-card-item-5 .news-content p {
    max-width: 377px;
    font-size: 16px;
}

.news-card-item-5 .news-content .link-btn {
    color: var(--theme-color);
    font-weight: 700;
    font-family: "Satoshi", sans-serif;
    display: inline-block;
    margin-top: 30px;
}

.news-card-item-5 .news-content .link-btn i {
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.news-section-5 {
    position: relative;
}

.news-section-5 .shape {
    position: absolute;
    right: 283px;
    top: 60px;
}

@media (max-width: 1199px) {
    .news-section-5 .shape {
        display: none;
    }
}

.news-wrapper-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 1199px) {
    .news-wrapper-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
        width: 100% !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.news-wrapper-4 .news-image-items {
    margin-top: 30px;
}

.news-wrapper-4 .news-image-items .news-thumb-4 {
    height: 416px;
    width: 328px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .news-wrapper-4 .news-image-items .news-thumb-4 {
        width: initial !important;
    }
}

.news-wrapper-4 .news-image-items .news-thumb-4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.news-wrapper-4 .news-image-items .content {
    margin-top: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 8px;
    position: relative;
    z-index: 99;
}

.news-wrapper-4 .news-image-items .content span {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-color);
    margin-bottom: 5px;
    position: relative;
    padding-left: 35px;
    display: inline-block;
}

.news-wrapper-4 .news-image-items .content span::before {
    width: 24px;
    height: 1px;
    line-height: 4px;
    position: absolute;
    top: 15px;
    left: 0;
    content: "";
    background-color: var(--theme-color);
}

.news-wrapper-4 .news-image-items .content h4 {
    font-weight: 500;
    font-size: 18px;
}

.news-wrapper-4 .news-image-items .content h4 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-wrapper-4 .news-image-items .content h4 a:hover {
    color: var(--theme-color);
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(var(--theme-color)));
    background-image: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color) 100%);
}

.news-wrapper-4 .news-image-items .content .link-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: var(--header);
    font-family: "Satoshi", sans-serif;
}

.news-wrapper-4 .news-image-items .content .link-btn i {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-left: 10px;
}

.news-wrapper-4 .news-image-items .content .link-btn:hover {
    color: var(--theme-color);
}

.news-wrapper-4 .news-image-items .content .link-btn:hover i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.news-wrapper-4 .news-image-items.active .news-thumb-4 {
    width: 685px !important;
}

@media (max-width: 1399px) {
    .news-wrapper-4 .news-image-items.active .news-thumb-4 {
        width: 400px !important;
    }
}

@media (max-width: 1199px) {
    .news-wrapper-4 .news-image-items.active .news-thumb-4 {
        width: initial !important;
    }
}

.news-wrapper-4 .news-image-items.active .content {
    max-width: initial;
    position: relative;
    z-index: 99;
}

.news-wrapper-4 .news-image-items.active .content h4 {
    font-size: 20px;
}

.news-section-4 {
    position: relative;
    z-index: 9;
}

.news-section-4 .right-shape {
    position: absolute;
    top: 20%;
    right: 20px;
    z-index: -1;
}

.news-section-4 .left-shape {
    position: absolute;
    top: 20%;
    left: 5%;
}

.blog-wrapper .single-blog-post {
    margin-bottom: 40px;
    position: relative;
}

.blog-wrapper .single-blog-post .video__button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.blog-wrapper .single-blog-post .video__button .video__btn__wrp {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
    position: relative;
    background: transparent;
    border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content {
    border: none;
}

.blog-wrapper .single-blog-post.post-details .post-content img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-wrapper .single-blog-post.post-details .post-content .single-post-image {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 450px;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 36px;
    line-height: 1.4;
}

.blog-wrapper .single-blog-post.post-details .post-content h1,
.blog-wrapper .single-blog-post.post-details .post-content h2,
.blog-wrapper .single-blog-post.post-details .post-content h3,
.blog-wrapper .single-blog-post.post-details .post-content h4,
.blog-wrapper .single-blog-post.post-details .post-content h5,
.blog-wrapper .single-blog-post.post-details .post-content h6 {
    margin-top: 10px;
    font-weight: 500;
}

.blog-wrapper .single-blog-post.post-details .post-content table {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post.post-details .post-content h1 {
        font-size: 28px;
    }

    .blog-wrapper .single-blog-post.post-details .post-content h3 {
        font-size: 20px;
    }
}

/*-----------------------[ 21.Blog Details CSS ]------------------------*/
.blog-wrapper .single-blog-post.post-details blockquote,
.blog-wrapper .single-blog-post.post-details .wp-block-quote {
    background-color: var(--theme-color);
    color: var(--white);
    font-size: 26px;
    line-height: 1.4;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    padding: 60px;
    text-align: center;
    margin: 40px 0px;
    position: relative;
    z-index: 1;
    border-radius: 6px;
}

.blog-wrapper .single-blog-post.post-details blockquote a,
.blog-wrapper .single-blog-post.post-details .wp-block-quote a {
    color: var(--white);
}

.blog-wrapper .single-blog-post.post-details blockquote a:hover,
.blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
    color: var(--text);
}

@media (max-width: 767px) {

    .blog-wrapper .single-blog-post.post-details blockquote,
    .blog-wrapper .single-blog-post.post-details .wp-block-quote {
        padding: 30px 15px;
        font-size: 18px;
        line-height: 1.5;
    }
}

.blog-wrapper .single-blog-post.post-details blockquote::before,
.blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
    right: 30px;
    font-size: 110px;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    content: "\f10d";
    bottom: -20px;
    color: var(--white);
    z-index: -1;
    opacity: .1;
    font-weight: 900;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb,
.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
    z-index: 1;
    position: relative;
}

.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before,
.blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: #282835;
    opacity: .3;
    z-index: -1;
}

.blog-wrapper .single-blog-post.quote-post .post-content,
.blog-wrapper .single-blog-post.format-quote .post-content {
    position: relative;
    background-color: var(--theme-color);
    border: none;
    padding-top: 0;
    border-radius: 6px;
}

.blog-wrapper .single-blog-post.quote-post .post-content::before,
.blog-wrapper .single-blog-post.format-quote .post-content::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../../assets/img/quotepost.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-wrapper .single-blog-post.quote-post .quote-content,
.blog-wrapper .single-blog-post.format-quote .quote-content {
    overflow: hidden;
    padding: 50px;
    position: relative;
    z-index: 88;
}

@media (max-width: 585px) {

    .blog-wrapper .single-blog-post.quote-post .quote-content,
    .blog-wrapper .single-blog-post.format-quote .quote-content {
        text-align: center;
        font-size: 24px;
        padding: 30px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .icon,
.blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    font-size: 70px;
    line-height: 80px;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

@media (max-width: 585px) {

    .blog-wrapper .single-blog-post.quote-post .quote-content .icon,
    .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        font-size: 50px;
        line-height: 60px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text,
.blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
    overflow: hidden;
}

.blog-wrapper .single-blog-post.quote-post .quote-content h2,
.blog-wrapper .single-blog-post.format-quote .quote-content h2 {
    margin-top: -2px;
    font-size: 36px;
    color: var(--white);
    font-weight: 500;
}

@media (max-width: 767px) {

    .blog-wrapper .single-blog-post.quote-post .quote-content h2,
    .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
        font-size: 28px;
    }
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta {
    margin-top: 10px;
}

.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span,
.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta i,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span,
.blog-wrapper .single-blog-post.format-quote .quote-content .post-meta i {
    color: var(--white);
}

.blog-wrapper .single-blog-post:last-child {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-featured-thumb {
    height: 462px;
    width: 100%;
    position: relative;
    margin-bottom: -2px;
    border-radius: 6px;
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 15px 30px;
    background-color: var(--theme-color);
    text-align: center;
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 {
    color: var(--white);
}

.blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 span {
    color: var(--white);
    text-transform: uppercase;
    font-size: 15px;
}

@media (max-width: 991px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-featured-thumb {
        height: 230px;
    }
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
}

.blog-wrapper .single-blog-post .post-content {
    padding-top: 30px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    .blog-wrapper .single-blog-post .post-content {
        padding-top: 20px;
    }
}

.blog-wrapper .single-blog-post .post-content h2 {
    line-height: 1.4;
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .blog-wrapper .single-blog-post .post-content h2 {
        font-size: 28px;
    }
}

.blog-wrapper .single-blog-post .post-content h2 a:hover {
    color: var(--theme-color);
}

.blog-wrapper .single-blog-post .post-content p {
    font-size: 16px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content {
        padding: 30px 10px;
    }
}

@media (max-width: 414px) {
    .blog-wrapper .single-blog-post .post-content h2 {
        font-size: 22px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-cat a {
    color: var(--white);
    display: inline-block;
    background-color: var(--theme-color);
    padding: 14px 18px 12px;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'League Spartan', sans-serif;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-cat a {
        font-size: 12px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
    background-color: var(--header);
}

.blog-wrapper .single-blog-post .post-content ul {
    margin-bottom: 0;
    list-style-type: disc;
    margin-top: 30px;
}

.blog-wrapper .single-blog-post .post-content ul ol {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul ul {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ul li {
    line-height: 1.5;
    margin-top: 10px;
    list-style-type: disc;
    color: var(--text);
    position: relative;
    font-size: 18px;
    padding-left: 30px;
}

.blog-wrapper .single-blog-post .post-content ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    color: var(--theme-color);
}

.blog-wrapper .single-blog-post .post-content ol {
    margin-bottom: 0;
    list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content ol ul {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol ol {
    margin-bottom: 0;
}

.blog-wrapper .single-blog-post .post-content ol li {
    line-height: 1.5;
    margin-top: 10px;
    list-style-type: decimal;
}

.blog-wrapper .single-blog-post .post-content .post-meta {
    margin-bottom: 10px;
}

.blog-wrapper .single-blog-post .post-content .post-meta span {
    color: var(--text);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-meta span {
        font-size: 15px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-meta span i {
    margin-right: 5px;
    color: var(--theme-color);
    font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content h3 {
    font-size: 36px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .blog-wrapper .single-blog-post .post-content h3 {
        font-size: 27px;
    }
}

.blog-wrapper .single-blog-post .post-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.blog-wrapper .single-blog-post .post-content h3 a:hover {
    color: var(--theme-color);
    background-size: 100% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(var(--theme-color)));
    background-image: linear-gradient(180deg, var(--theme-color) 0%, var(--theme-color) 100%);
}

.blog-wrapper .single-blog-post .post-content .author-info {
    overflow: hidden;
}

.blog-wrapper .single-blog-post .post-content .author-info .author-img {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info .author-img {
        margin-right: 5px;
    }
}

.blog-wrapper .single-blog-post .post-content .author-info h5 {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    margin-top: 9px;
}

.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
    color: var(--theme-color);
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .author-info h5 {
        font-size: 14px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-link a {
    font-weight: 700;
}

.blog-wrapper .single-blog-post .post-content .post-link a:hover {
    color: var(--theme-color);
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a {
        font-size: 14px;
    }
}

.blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .blog-wrapper .single-blog-post .post-content .post-link a i {
        margin-right: 3px;
    }
}

@media (min-width: 991px) {
    .news-area .main-sidebar {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .news-area .main-sidebar {
        margin-top: 40px;
    }
}

.news-area .main-sidebar .single-sidebar-widget {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.news-area .main-sidebar .single-sidebar-widget ul {
    padding-left: 0;
}

.news-area .main-sidebar .single-sidebar-widget ul>li {
    margin-bottom: 10px;
}

.news-area .main-sidebar .single-sidebar-widget ul>li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.news-area .main-sidebar .single-sidebar-widget ul>li a:hover {
    color: var(--theme-color);
}

.news-area .main-sidebar .single-sidebar-widget ul ul {
    padding-left: 20px;
}

.news-area .main-sidebar .single-sidebar-widget ul ul li {
    margin-top: 5px;
}

.news-area .main-sidebar .single-sidebar-widget:last-child {
    margin-bottom: 0;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title {
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
}

.news-area .main-sidebar .single-sidebar-widget .wid-title::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 18px;
    border-radius: 5px;
    position: absolute;
    background-color: var(--theme-color);
}

.news-area .main-sidebar .single-sidebar-widget .wid-title::after {
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--theme-color);
}

.news-area .main-sidebar .single-sidebar-widget .wid-title h3 {
    font-size: 20px;
    font-weight: 400;
}

.news-area .main-sidebar .single-sidebar-widget .social-link a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.news-area .main-sidebar .single-sidebar-widget .social-link a:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.search_widget form {
    width: 100%;
    position: relative;
}

.search_widget form input {
    background-color: var(--white);
    font-size: 15px;
    padding: 20px;
    width: 100%;
    border: none;
    text-transform: capitalize;
    color: var(--header);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.search_widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    font-size: 18px;
    height: 100%;
    background-color: var(--theme-color);
    color: var(--white);
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search_widget form button:hover {
    background-color: var(--header);
}

.popular-posts .single-post-item,
.popular_posts .single-post-item {
    overflow: hidden;
}

.popular-posts .single-post-item:not(:last-child),
.popular_posts .single-post-item:not(:last-child) {
    margin-bottom: 35px;
}

.popular-posts .single-post-item .thumb,
.popular_posts .single-post-item .thumb {
    height: 95px;
    width: 95px;
    background-color: #f2f2f2;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 4px;
}

.popular-posts .single-post-item .post-content,
.popular_posts .single-post-item .post-content {
    overflow: hidden;
}

.popular-posts .single-post-item .post-content h5,
.popular_posts .single-post-item .post-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}

.popular-posts .single-post-item .post-content h5 a:hover,
.popular_posts .single-post-item .post-content h5 a:hover {
    color: var(--theme-color);
}

.popular-posts .single-post-item .post-content .post-date,
.popular_posts .single-post-item .post-content .post-date {
    margin-top: 10px;
    color: var(--theme-color);
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}

.popular-posts .single-post-item .post-content .post-date i,
.popular_posts .single-post-item .post-content .post-date i {
    margin-right: 7px;
}

.popular-posts .single-post-item.style-2 .thumb,
.popular_posts .single-post-item.style-2 .thumb {
    border-radius: 8px;
    border: 1px solid rgba(60, 60, 60, 0.17);
    background: var(--white);
}

.popular-posts .single-post-item.style-2 .post-content,
.popular_posts .single-post-item.style-2 .post-content {
    overflow: hidden;
}

.popular-posts .single-post-item.style-2 .post-content .star,
.popular_posts .single-post-item.style-2 .post-content .star {
    color: #fbbc05;
    font-size: 14px;
}

.popular-posts .single-post-item.style-2 .post-content h4,
.popular_posts .single-post-item.style-2 .post-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 5px;
}

.popular-posts .single-post-item.style-2 .post-content h4 a:hover,
.popular_posts .single-post-item.style-2 .post-content h4 a:hover {
    color: var(--theme-color);
}

.popular-posts .single-post-item.style-2 .post-content p,
.popular_posts .single-post-item.style-2 .post-content p {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-color);
    margin-top: 5px;
}

.widget_categories ul li {
    display: block;
}

.widget_categories ul li:last-child a {
    margin-bottom: 0;
}

.widget_categories ul li a {
    position: relative;
    background: var(--white);
    padding: 17px 20px;
    line-height: 1;
    font-size: 16px;
    font-family: "Helvetica Neue", sans-serif;
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.widget_categories ul li a:hover {
    color: var(--theme-color);
}

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

.widget_categories ul li a span {
    position: absolute;
    width: 60px;
    line-height: 55px;
    height: 100%;
    content: "";
    background-color: var(--theme-color);
    right: 0;
    top: 0;
    text-align: center;
    color: var(--white);
}

.tagcloud a {
    display: inline-block;
    padding: 12px 22px;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-right: 8px;
    text-transform: capitalize;
    margin-bottom: 10px;
    border-radius: 4px;
}

.tagcloud a:last-child {
    margin-right: 0;
}

.tagcloud a:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.widget_categories ul li {
    display: block;
    margin-bottom: 10px;
}

p.sticky-label {
    position: absolute;
    right: 0;
    background: var(--theme-color);
    color: var(--white);
    padding: 10px 40px;
    z-index: -1;
    top: 0;
    font-weight: 700;
}

.page-nav-wrap {
    margin-top: 50px;
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #f6f6f6;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
}

.page-nav-wrap ul li .page-numbers.current {
    background-color: var(--theme-color);
    color: var(--white);
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.social-share a {
    margin-left: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.social-share a:hover {
    color: var(--theme-color);
}

.tag-share-wrap {
    padding-bottom: 50px;
}

.tag-share-wrap h4 {
    margin-bottom: 25px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .tag-share-wrap h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .tag-share-wrap .tagcloud {
        margin-bottom: 20px;
    }
}

.comments-section-wrap {
    overflow: hidden;
}

.comments-heading h3,
.related-post-wrap h3,
.comment-form-wrap h3 {
    font-size: 26px;
}

@media (max-width: 767px) {

    .comments-heading h3,
    .related-post-wrap h3,
    .comment-form-wrap h3 {
        font-size: 20px;
    }
}

.comments-item-list .single-comment-item {
    margin-top: 30px;
}

.comments-item-list .single-comment-item ul {
    margin-bottom: 15px;
}

.comments-item-list .single-comment-item p,
.comments-item-list .single-comment-item span {
    font-size: 16px;
}

.comments-item-list .single-comment-item .author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .comments-item-list .single-comment-item .author-img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-img {
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }
}

@media (max-width: 585px) {
    .comments-item-list .single-comment-item .author-img {
        float: none;
        margin-bottom: 20px;
    }
}

.comments-item-list .single-comment-item .author-info-comment {
    overflow: auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

.comments-item-list .single-comment-item .author-info-comment .info {
    position: relative;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
    padding: 10px 18px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--text);
    border: 1px solid #ebebeb;
    background: transparent;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
        font-size: 12px;
    }
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn i {
    margin-right: 10px;
    margin-left: 0px !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: initial;
    height: initial;
    line-height: initial;
    background-color: transparent;
    color: var(--theme-color);
    -webkit-transform: translate(0);
    transform: translate(0);
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::before,
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::after {
    background-color: initial;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover a {
    color: var(--white) !important;
}

.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover i {
    -webkit-transform: translate(0);
    transform: translate(0);
    width: initial;
    height: initial;
    line-height: initial;
    color: #fff;
}

.comments-item-list .single-comment-item .author-info-comment .info h5 {
    margin-bottom: 5px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .info h5 {
        font-size: 16px;
    }
}

.comments-item-list .single-comment-item .author-info-comment span {
    color: var(--theme-color);
    font-weight: 500;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn {
    padding: 7px 18px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .comments-item-list .single-comment-item .author-info-comment .theme-btn {
        font-size: 12px;
    }
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
    margin-right: 5px;
}

.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
    color: var(--white);
}

.comments-item-list .single-comment-item .author-info-comment .comment-text {
    margin-top: 15px;
}

.comment-form {
    background-color: var(--white);
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .comment-form {
        padding: 30px;
    }
}

@media (max-width: 585px) {
    .comment-form {
        padding: 30px 15px;
    }
}

.comment-form label {
    margin-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
    margin-bottom: 20px;
    outline: none;
    padding: 20px 30px;
    line-height: 1;
    font-size: 16px;
    width: 100%;
    border: none;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

@media (max-width: 585px) {

    .comment-form input,
    .comment-form textarea {
        padding: 15px;
    }
}

.comment-form textarea {
    height: 200px;
    line-height: 1.3;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px;
    border: none;
}

@media (max-width: 767px) {
    .comment-form textarea {
        height: 120px;
    }
}

.comment-form .theme-btn {
    display: inline-block;
    line-height: 1.2;
    padding: 22px 50px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .comment-form .theme-btn {
        padding: 20px 40px;
    }
}

@media (max-width: 585px) {
    .comment-form .theme-btn {
        padding: 15px 40px;
        font-size: 14px;
    }
}

.comment-form .theme-btn i {
    margin-right: 10px;
    width: initial;
    height: initial;
    line-height: initial;
    background-color: transparent;
    color: var(--white);
    margin-left: 0;
    margin-right: 10px;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.comment-form .theme-btn:hover i {
    -webkit-transform: translate(0);
    transform: translate(0);
    color: var(--white);
}

.comment ul {
    list-style-type: disc;
}

.comment ul ol {
    margin-bottom: 0;
}

.comment ul li {
    line-height: 1.5;
    margin-top: 10px;
    list-style-type: disc;
}

.comment ol ul {
    margin-bottom: 0;
}

.comment ol ol {
    margin-bottom: 0;
}

.comment ol li {
    line-height: 1.5;
    margin-top: 10px;
}

.site_info_widget .single-contact-info {
    overflow: auto;
    margin-bottom: 20px;
}

.site_info_widget .single-contact-info span {
    display: block;
    color: var(--theme-color);
}

.site_info_widget .single-contact-info .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--white);
    background-color: var(--theme-color);
    float: left;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    margin-right: 20px;
}

.site_info_widget .single-contact-info:nth-child(2n) .icon {
    background-color: var(--theme-color);
}

.site_info_widget .single-contact-info:nth-child(3n) .icon {
    background-color: var(--theme-color);
}

.site_info_widget .social-link {
    margin-top: 35px;
}

.site_info_widget .social-link a {
    margin-right: 8px !important;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}


/*-----------------------[ 22. Appointment CSS ]------------------------*/
.appointment-wrapper .appointment-items {
    border-radius: 12px;
    background-color: var(--theme-color);
    padding: 55px;
}

@media (max-width: 1199px) {
    .appointment-wrapper .appointment-items {
        padding: 30px;
    }
}

.appointment-wrapper .appointment-items h3 {
    font-size: 28px;
    font-weight: 500;
    color: var(--white);
}

.appointment-wrapper .appointment-items .form-clt {
    position: relative;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .appointment-wrapper .appointment-items .form-clt {
        margin-top: 10px;
    }
}

.appointment-wrapper .appointment-items .form-clt p {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 10px;
}

.appointment-wrapper .appointment-items .form-clt input,
.appointment-wrapper .appointment-items .form-clt textarea {
    width: 100%;
    background: var(--white);
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    padding: 12px 20px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--header);
}

@media (max-width: 767px) {

    .appointment-wrapper .appointment-items .form-clt input,
    .appointment-wrapper .appointment-items .form-clt textarea {
        padding: 6px 10px;
    }
}

.appointment-wrapper .appointment-items .form-clt input::-webkit-input-placeholder,
.appointment-wrapper .appointment-items .form-clt textarea::-webkit-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.appointment-wrapper .appointment-items .form-clt input:-ms-input-placeholder,
.appointment-wrapper .appointment-items .form-clt textarea:-ms-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.appointment-wrapper .appointment-items .form-clt input::-ms-input-placeholder,
.appointment-wrapper .appointment-items .form-clt textarea::-ms-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.appointment-wrapper .appointment-items .form-clt input::placeholder,
.appointment-wrapper .appointment-items .form-clt textarea::placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.appointment-wrapper .appointment-items .form-clt .single-select {
    width: 100%;
    background: var(--white);
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    padding: 17px 20px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: rgba(100, 100, 100, 0.81);
    line-height: initial;
    height: initial;
}

.appointment-wrapper .appointment-items .form-clt .single-select .list {
    width: 100%;
}

.appointment-wrapper .appointment-items .form-clt .theme-btn {
    width: 100%;
    border-radius: 4px;
    border: 1.5px solid #FFF;
    padding: 19px 30px;
}

@media (max-width: 767px) {
    .appointment-wrapper .appointment-items .form-clt .theme-btn {
        padding: 15px 20px;
        margin-top: 20px;
    }
}

.appointment-wrapper .appointment-items .form-clt .theme-btn:hover {
    background-color: var(--white);
    color: var(--header);
}

.appointment-wrapper .appointment-image {
    height: 490px;
}

.appointment-wrapper .appointment-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.appointment-section {
    position: relative;
    z-index: 9;
}

.appointment-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    height: 50%;
    background: rgba(36, 144, 235, 0.05);
    top: 24px;
}

.appointment-section::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    height: initial;
    background: #051828;
    top: 50%;
}

/*-----------------------[ 22.Contact CSS ]------------------------*/

.contact-us-item h3 {
    color: var(--white);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-us-item .form-clt span {
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.contact-us-item .form-clt input {
    outline: none;
    border: none;
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    background: var(--white);
    color: rgba(100, 100, 100, 0.81);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 20px;
    text-transform: capitalize;
}

.contact-us-item .form-clt input::-webkit-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.contact-us-item .form-clt input:-ms-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.contact-us-item .form-clt input::-ms-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.contact-us-item .form-clt input::placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.contact-us-item .form-clt .form .single-select {
    border-radius: 0;
    border: none;
    padding: 15px 20px;
    height: initial;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    background: var(--white);
}

.contact-us-item .form-clt .form .single-select .current {
    color: rgba(100, 100, 100, 0.81);
}

.contact-us-item .form-clt .form .single-select::after {
    right: 16px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--text);
    border-right: 2px solid var(--text);
}

.contact-us-item .form-clt .form .single-select .list {
    width: 100%;
}

.contact-us-item .theme-btn {
    width: 100%;
    padding: 19px 0;
    border-radius: 4px;
    background-color: var(--theme-color);
}

.contact-us-item .theme-btn:hover {
    background-color: var(--header);
}

.contact-section-3 {
    position: relative;
}

.contact-section-3 .shape-1 {
    position: absolute;
    bottom: 40px;
    left: 30%;
}

@media (max-width: 1199px) {
    .contact-section-3 .shape-1 {
        display: none;
    }
}

.contact-section-3 .shape-2 {
    position: absolute;
    right: 91px;
    top: 112px;
}

@media (max-width: 1199px) {
    .contact-section-3 .shape-2 {
        display: none;
    }
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list {
    margin-top: 45px;
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list h5 {
    font-weight: 500;
    margin-bottom: 15px;
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 90px;
}

@media (max-width: 1199px) {
    .contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 54px;
}

@media (max-width: 1199px) {
    .contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list .list li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list .list li:not(:last-child) {
    margin-bottom: 10px;
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list .caller-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list .caller-item .content p {
    font-size: 18px;
    font-weight: 500;
}

.contact-appointment-wrapper-5 .contact-appointment-left-item .contact-appointment-list .contact-list .caller-item .content p a {
    color: var(--header);
}

.contact-appointment-wrapper-5 .contact-appointment-box {
    border-radius: 12px;
    background-color: #56754b;
    padding: 35px;
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .contact-appointment-wrapper-5 .contact-appointment-box {
        margin-left: 0;
        padding: 30px;
    }
}

.contact-appointment-wrapper-5 .contact-appointment-box h3 {
    color: var(--white);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt span {
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt input,
.contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea {
    outline: none;
    border: none;
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    background: var(--white);
    color: rgba(100, 100, 100, 0.81);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 20px;
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt input::-webkit-input-placeholder,
.contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea::-webkit-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt input:-ms-input-placeholder,
.contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea:-ms-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt input::-ms-input-placeholder,
.contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea::-ms-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt input::placeholder,
.contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea::placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea {
    padding-bottom: 130px;
    resize: none;
}

@media (max-width: 575px) {
    .contact-appointment-wrapper-5 .contact-appointment-box .form-clt textarea {
        padding-bottom: 100px;
    }
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt .form .single-select {
    border-radius: 0;
    border: none;
    padding: 15px 20px;
    height: initial;
    line-height: 1;
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    background: var(--white);
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt .form .single-select .current {
    color: rgba(100, 100, 100, 0.81);
    font-size: 15px;
    font-weight: 500;
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt .form .single-select::after {
    right: 22px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
}

.contact-appointment-wrapper-5 .contact-appointment-box .form-clt .form .single-select .list {
    width: 100%;
}

.contact-appointment-wrapper-5 .contact-appointment-box .theme-btn {
    background-color: var(--theme-color-2);
}

.contact-appointment-wrapper-5 .contact-appointment-box .theme-btn:hover {
    background-color: var(--header);
}

.cta-newsletter-wrapper-5 {
    padding: 70px 0;
}

.cta-newsletter-wrapper-5 .cta-newsletter-content h3 {
    font-size: 32px;
    color: var(--white);
    margin-bottom: 30px;
}

.cta-newsletter-wrapper-5 .cta-newsletter-content form {
    max-width: 550px;
    width: 100%;
}

.cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt {
    position: relative;
}

.cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 40px;
    background: #F7F9FB;
    -webkit-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.05);
    color: var(--text);
    line-height: 1;
    padding: 20px;
    max-width: 550px;
    font-size: 16px;
    font-weight: 500;
}

.cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt input::-webkit-input-placeholder {
    color: var(--text);
}

.cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt input:-ms-input-placeholder {
    color: var(--text);
}

.cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt input::-ms-input-placeholder {
    color: var(--text);
}

.cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt input::placeholder {
    color: var(--text);
}

.cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--theme-color-2);
    border-radius: 100px;
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt .icon i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cta-newsletter-wrapper-5 .cta-newsletter-content .form-clt .icon:hover {
    background-color: var(--header);
}

.cta-newsletter-wrapper-5 .cta-newsletter-content p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}

.cta-newsletter-wrapper-5 .cta-newsletter-content p a {
    color: var(--white);
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.cta-newsletter-wrapper-5 .call-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .cta-newsletter-wrapper-5 .call-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .cta-newsletter-wrapper-5 .call-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

.cta-newsletter-wrapper-5 .call-item .content p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--white);
}

.cta-newsletter-wrapper-5 .call-item .content h2 a {
    color: var(--white);
}

.cta-newsletter-section-5 {
    position: relative;
    z-index: 9;
}

.cta-newsletter-section-5::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #1F1F1F;
    width: 50%;
    z-index: -1;
}

.cta-newsletter-section-5::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--theme-color);
    width: 50%;
    z-index: -1;
    left: initial;
}

.contact-info-box-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    background: var(--white);
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.03);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.03);
    padding: 38px 32px;
}

.contact-info-box-items .icon {
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white);
    font-size: 25px;
}

.contact-info-box-items .content h6 {
    font-size: 14px;
    color: var(--text);
    margin-bottom: 10px;
}

.appointment-wrapper-2 {
    border-radius: 12px 0px 12px 12px;
    background: #FFF;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    padding: 50px;
    margin-top: -140px;
    position: relative;
    z-index: 9;
}

.appointment-wrapper-2 h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.appointment-wrapper-2 .form-clt {
    position: relative;
}

.appointment-wrapper-2 .form-clt p {
    font-size: 15px;
    font-weight: 500;
    color: #172965;
    margin-bottom: 10px;
}

.appointment-wrapper-2 .form-clt input {
    width: 100%;
    background: var(--white);
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    padding: 12px 20px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--header);
}

.appointment-wrapper-2 .form-clt input::-webkit-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.appointment-wrapper-2 .form-clt input:-ms-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.appointment-wrapper-2 .form-clt input::-ms-input-placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.appointment-wrapper-2 .form-clt input::placeholder {
    color: rgba(100, 100, 100, 0.81);
}

.appointment-wrapper-2 .form-clt .single-select {
    width: 100%;
    background: var(--white);
    border-radius: 4px;
    border: 1px solid rgba(35, 31, 32, 0.11);
    padding: 17px 20px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: rgba(100, 100, 100, 0.81);
    line-height: initial;
    height: initial;
}

.appointment-wrapper-2 .form-clt .single-select .list {
    width: 100%;
}

.appointment-wrapper-2 .form-clt .theme-btn {
    background-color: var(--theme-color-2);
    margin-top: 30px;
}

.appointment-wrapper-2 .form-clt .theme-btn i {
    color: var(--theme-color-2);
}

.appointment-wrapper-2 .form-clt .theme-btn:hover {
    background-color: var(--header);
}

.appointment-wrapper-2 .form-clt .theme-btn:hover i {
    background-color: var(--theme-color-2);
    color: var(--white);
}

.map-items .googpemap iframe {
    width: 100%;
    height: 632px;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .map-items .googpemap iframe {
        height: 400px;
    }
}

/*-----------------------[ 30.Footer CSS ]------------------------*/
.footer-widget-wrapper {
    padding: 90px 0 120px;
    position: relative;
}

.footer-widget-wrapper .footer-shape {
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1199px) {
    .footer-widget-wrapper {
        padding: 70px 0 100px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper {
        padding: 50px 0 80px;
    }
}

.footer-widget-wrapper .single-footer-widget-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper .single-footer-widget-area {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 100px;
    }
}

.footer-widget-wrapper .single-footer-widget {
    margin-top: 30px;
    padding-top: 50px;
}

@media (max-width: 1199px) {
    .footer-widget-wrapper .single-footer-widget {
        padding-top: 0;
    }
}

.footer-widget-wrapper .single-footer-widget.style-bg-white {
    position: relative;
    z-index: 99;
    padding: 45px 25px;
}

.footer-widget-wrapper .single-footer-widget.style-bg-white ul {
    margin-top: 30px;
}

.footer-widget-wrapper .single-footer-widget.style-bg-white ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
}

.footer-widget-wrapper .single-footer-widget.style-bg-white ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-widget-wrapper .single-footer-widget.style-bg-white .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .footer-widget-wrapper .single-footer-widget.style-bg-white .icon {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: middle;
        text-align: center;
        margin: 25px auto 0px;
        width: 250px;
    }
}

.footer-widget-wrapper .single-footer-widget.style-bg-white .icon p {
    font-size: 16px;
}

.footer-widget-wrapper .single-footer-widget.style-bg-white .icon h4 {
    font-weight: 500;
    font-size: 18px;
    font-family: "Satoshi", sans-serif;
    text-decoration: underline;
}

.footer-widget-wrapper .single-footer-widget.style-bg-white .icon .arrow-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    display: inline-block;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    color: var(--theme-color);
}

.footer-widget-wrapper .single-footer-widget.style-bg-white .icon .arrow-icon:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.footer-widget-wrapper .single-footer-widget.style-bg-white::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    z-index: -1;
    border-radius: 12px;
}

.footer-widget-wrapper .single-footer-widget.style-bg-white .widget-head {
    padding-bottom: 0;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .footer-widget-wrapper .single-footer-widget.style-bg-white .widget-head {
        text-align: center;
    }
}

.footer-widget-wrapper .single-footer-widget.style-bg-white .widget-head::before {
    display: none;
}

.footer-widget-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.footer-widget-wrapper .single-footer-widget .widget-head::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--theme-color);
    height: 3px;
    width: 57px;
}

.footer-widget-wrapper .single-footer-widget .widget-head h3 {
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
}

.footer-widget-wrapper .single-footer-widget .list-area li {
    font-weight: 500;
    font-size: 16px;
}

.footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 32px;
}

.footer-widget-wrapper .single-footer-widget .list-area li a {
    color: var(--white);
    position: relative;
}

.footer-widget-wrapper .single-footer-widget .list-area li a:hover {
    color: var(--theme-color);
}

.footer-widget-wrapper .single-footer-widget .list-area li a:hover::before {
    background-color: var(--theme-color);
}

.footer-widget-wrapper .single-footer-widget .recent-post li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.footer-widget-wrapper .single-footer-widget .recent-post li:not(:last-child) {
    margin-bottom: 14px;
}

.footer-widget-wrapper .single-footer-widget .recent-post li .thumb img {
    border-radius: 5px;
}

.footer-widget-wrapper .single-footer-widget .recent-post li .content {
    max-width: 155px;
    width: 100%;
}

.footer-widget-wrapper .single-footer-widget .recent-post li .content p {
    font-size: 14px;
    color: var(--theme-color-2);
    font-weight: 400;
}

.footer-widget-wrapper .single-footer-widget .recent-post li .content h4 {
    font-size: 15px;
    font-weight: 500;
}

.footer-widget-wrapper .single-footer-widget .recent-post li .content h4 a {
    color: var(--white);
}

.footer-widget-wrapper .single-footer-widget .recent-post li .content h4 a:hover {
    color: var(--theme-color);
}

.footer-widget-wrapper .single-footer-widget .footer-contect {
    margin-top: 30px;
}

.footer-widget-wrapper .single-footer-widget .footer-contect li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    font-size: 16px;
}

.footer-widget-wrapper .single-footer-widget .footer-contect li i {
    font-size: 20px;
    color: var(--theme-color);
}

.footer-widget-wrapper .single-footer-widget .footer-contect li .content p {
    color: rgba(255, 255, 255, 0.8);
}

.footer-widget-wrapper .single-footer-widget .footer-contect li .content p a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-widget-wrapper .single-footer-widget .footer-contect li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .foot-title {
    font-size: 24px;
    color: var(--white);
    line-height: 162%;
    font-weight: 500;
}

@media (max-width: 767px) {
    .footer-widget-wrapper .single-footer-widget .footer-content .foot-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .footer-widget-wrapper .single-footer-widget .footer-content>p {
        text-align: center !important;
    }
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon {
    gap: 16px;
    margin-top: 30px;
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a {
    background-color: rgba(255, 255, 255, 0.12);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    display: inline-block;
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a:hover {
    background-color: var(--theme-color);
}

.footer-widget-wrapper .single-footer-widget .list-hour li {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-widget-wrapper .single-footer-widget .list-hour li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white {
    position: relative;
    z-index: 99;
    padding: 45px 25px;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white ul {
    margin-top: 30px;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .icon p {
    font-size: 16px;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .icon h4 {
    font-weight: 500;
    font-size: 18px;
    font-family: "Satoshi", sans-serif;
    text-decoration: underline;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .icon .arrow-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
    display: inline-block;
    -webkit-box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    box-shadow: 14px 18px 84px 82px rgba(6, 3, 48, 0.04);
    color: var(--theme-color);
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .icon .arrow-icon:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--white);
    z-index: -1;
    border-radius: 12px;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .widget-head {
    padding-bottom: 0;
    margin-bottom: 15px;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-white .widget-head::before {
    display: none;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-5 {
    background-color: var(--theme-color-2);
    padding: 30px !important;
    border-radius: 6px;
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-5 .widget-head h3 {
    color: var(--white);
}

.footer-widget-wrapper.style-5 .single-footer-widget.style-bg-5 .widget-head::before {
    background-color: var(--white);
}

.footer-widget-wrapper.style-5 .single-footer-widget .widget-head h3 {
    color: var(--header);
}

.footer-widget-wrapper.style-5 .single-footer-widget .list-area li a {
    color: var(--text);
    position: relative;
}

.footer-widget-wrapper.style-5 .single-footer-widget .list-area li a:hover {
    color: var(--theme-color);
}

.footer-widget-wrapper.style-5 .single-footer-widget .list-area li a:hover::before {
    background-color: var(--theme-color);
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content .social-icon {
    gap: 16px;
    margin-top: 30px;
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content .social-icon a {
    background-color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--header);
    display: inline-block;
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content .social-icon a:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-content p {
    color: var(--text);
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-contect2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-contect2 li .icon {
    font-size: 20px;
    width: 100%;
    max-width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: var(--white);
    text-align: center;
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-contect2 li .content h5 {
    color: var(--header);
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-contect2 li .content p {
    color: var(--header);
    font-size: 20px;
    font-weight: 500;
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-contect2 li .content p a {
    color: var(--header);
}

.footer-widget-wrapper.style-5 .single-footer-widget .footer-contect2 li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 18px 0;
}

.footer-bottom.style-5 {
    border-top: 1px solid rgba(212, 212, 212, 0.42);
}

.footer-bottom.style-5 p {
    color: var(--text) !important;
}

.footer-bottom .footer-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer-bottom .footer-bottom-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 25px;
    }
}

.footer-bottom .footer-bottom-wrapper p {
    color: var(--white);
    font-size: 16px;
}

.footer-bottom .footer-bottom-wrapper .social-icon {
    gap: 16px;
}

.footer-bottom .footer-bottom-wrapper .social-icon a {
    background-color: rgba(255, 255, 255, 0.12);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    display: inline-block;
}

.footer-bottom .footer-bottom-wrapper .social-icon a:hover {
    background-color: var(--theme-color);
}

.footer-section {
    position: relative;
    z-index: 9;
}

.footer-section .left-shape {
    position: absolute;
    left: 140px;
    bottom: 140px;
    z-index: -1;
}

.footer-section .right-shape {
    position: absolute;
    right: 70px;
    bottom: 200px;
    z-index: -1;
}

.footer-section .top-shape {
    position: absolute;
    left: 45%;
    top: 5%;
    z-index: -1;
}

.footer-card-box-item {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.09);
    padding: 35px 40px;
}

.footer-card-box-item h4 {
    font-weight: 500;
    color: var(--white);
}

.footer-card-box-item p {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    margin-top: 15px;
}

.footer-card-box-item .text-btn {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    text-decoration: underline;
    color: var(--theme-color-2);
}

.footer-card-box-item .text-btn:hover {
    color: var(--theme-color);
}

.footer-card-box-item.style-2 {
    background-color: var(--white);
}

.footer-card-box-item.style-2 h4 {
    color: #1C235B;
}

.footer-card-box-item.style-2 .logo-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 77px;
}

@media (max-width: 1199px) {
    .footer-card-box-item.style-2 .logo-items {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-card-box-item.style-2 .logo-items img {
    width: 100%;
    height: 100%;
}

.footer-section-4 {
    background: #1C235B;
    position: relative;
    z-index: 9;
}

.footer-section-4 .footer-shape-1 {
    position: absolute;
    z-index: -1;
    top: 25%;
    left: 5%;
}

.footer-section-4 .footer-shape-2 {
    position: absolute;
    z-index: -1;
    top: 35%;
    right: 5%;
}

.footer-section-4 .footer-shape-3 {
    position: absolute;
    z-index: -1;
    left: 0%;
    bottom: 10%;
}

.footer-section-5 {
    background: #EEF5F5;
    position: relative;
    z-index: 9;
}

.footer-section-5 .footer-shape-1 {
    position: absolute;
    z-index: -1;
    top: 0%;
    right: 0%;
}

.footer-section-5 .footer-shape-2 {
    position: absolute;
    z-index: -1;
    top: 60%;
    left: 20%;
}

.footer-section-5 .footer-shape-3 {
    position: absolute;
    z-index: -1;
    bottom: 15%;
    right: 12%;
}



/*
|......................................................................
| Template Name: Madies
| Author: Thememarch
| Version: 1.0.0
|--------------------------------------------------------------------------
| TABLE OF CONTENTS:
|--------------------------------------------------------------------------
| 1. Basic Color Variable
| 2. Typography
| 3. General
| 4. Spacing
| 5. Preloader Content
| 6. Buttons
| 7. Accordion
| 8. Pagination
| 9. Slider
| 10. Section Heading
| 11. Avatar
| 12. Custom Input
| 13. Breadcrumbs
| 14. Map
| 15. Scrollup
| 16. Video Modal
| 17. Header
| 18. Footer
| 19. Hero
| 20. Process
| 21. About
| 22. Team
| 23. Pricing Plan
| 24. Testimonial
| 25. Comments Form
| 26. Before After Slider
| 27. Blog
| 28. Service
| 29. Doctor
| 30. Partner
| 31. Funfact
| 32. Articles
| 33. CTA
| 34. Schedule Calendar
| 35. Contact Us
| 36. Book Appointment
| 37. Error Content
|......................................................................
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Outfit:wght@100..900&amp;display=swap");

/*--------------------------------------------------------------
1. Basic Color Variable
----------------------------------------------------------------*/
:root {
    --body-font-family: "Poppins", sans-serif;
    --heading-font-family: "Poppins", sans-serif;
    --body-color: #000000e0;
    --body-bg-color: #ffffff;
    --heading-color: #13171d;
    --border-color: #d8dde1;
    --white-color: #ffffff;
    --black-color: #13171d;
    --primary-color: #0463fa;
    --secendary-color: #1c2359;
    --smoke-bg-color: #f1f2ff;
}

/*----------------------------------------------------
   2. Typography
------------------------------------------------------*/
html,
body {
    color: var(--body-color);
    font-family: "Poppins", sans-serif;
    background-color: var(--body-bg-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    overflow-x: hidden;
    scroll-behavior: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: var(--heading-color);
    font-family: var(--heading-font-family);
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
}

h1 {
    font-size: 74px;
}

h2 {
    font-size: 64px;
}

h3 {
    font-size: 48px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 24px;
}

p {
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    line-height: 25px;
}

ul {
    margin: 0 0 0 0;
    padding-left: 0;
    list-style: square outside none;
    text-decoration: none;
    list-style: none;
}

ol {
    padding-left: 20px;
    margin-bottom: 25px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0;
}

address {
    margin: 0 0 15px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
}

button {
    color: inherit;
    transition: all 0.3s ease;
    border: none;
}

a:hover {
    text-decoration: none;
    color: #497a4b;
    transition: all 0.3s ease;
}

table {
    width: 100%;
    margin-bottom: 25px;
}

table th {
    font-weight: 600;
    color: var(--body-color);
}

table td,
table th {
    border-top: 1px solid var(--white-color);
    padding: 11px 10px;
}

dl {
    margin-bottom: 25px;
}

dl dt {
    font-weight: 600;
}

b,
strong {
    font-weight: bold;
}

pre {
    color: var(--body-color);
    border: 1px solid var(--white-color);
    font-size: 16px;
    padding: 25px;
    border-radius: 5px;
}

kbd {
    font-size: 100%;
    background-color: var(--body-color);
    border-radius: 5px;
}

/*--------------------------------------------------------------
  3. General
----------------------------------------------------------------*/
.ak-light {
    font-weight: 300;
}

.ak-normal {
    font-weight: 400;
}

.ak-medium {
    font-weight: 500;
}

.ak-semi-bold {
    font-weight: 600;
}

.ak-bold {
    font-weight: 700;
}

.ak-extra-bold {
    font-weight: 800;
}

.ak-black {
    font-weight: 900;
}

.ak-radius-3 {
    border-radius: 3px;
}

.ak-radius-5 {
    border-radius: 5px;
}

.ak-radius-7 {
    border-radius: 7px;
}

.ak-radius-10 {
    border-radius: 10px;
}

.ak-radius-15 {
    border-radius: 15px;
}

.ak-line-height-1 {
    line-height: 1.2em;
}

.ak-line-height-2 {
    line-height: 1.25em;
}

.ak-line-height-3 {
    line-height: 1.3em;
}

.ak-line-height-4 {
    line-height: 1.4em;
}

.ak-line-height-5 {
    line-height: 1.5em;
}

.ak-line-height-6 {
    line-height: 1.6em;
}

.ak-line-height-7 {
    line-height: 1.7em;
}

.ak-line-height-39 {
    line-height: 39px;
}

.ak-line-height-54 {
    line-height: 54px;
}

.ak-line-height-85 {
    line-height: 85px;
}

.ak-font-14 {
    font-size: 14px;
}

.ak-font-16 {
    font-size: 16px;
}

.ak-font-18 {
    font-size: 18px;
}

.ak-font-20 {
    font-size: 20px;
}

.ak-font-22 {
    font-size: 22px;
}

.ak-font-24 {
    font-size: 24px;
}

.ak-font-26 {
    font-size: 26px;
}

.ak-font-28 {
    font-size: 28px;
}

.ak-font-30 {
    font-size: 28px;
}

.ak-font-38 {
    font-size: 38px;
}

.ak-font-42 {
    font-size: 42px;
}

.ak-font-50 {
    font-size: 50px;
}

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

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.ak-vertical-middle {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.ak-vertical-middle-in {
    flex: none;
    width: 100%;
}

.ak-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ak-primary-font {
    font-family: var(--heading-font-family);
}

.ak-secondary-font {
    font-family: var(--body-font-family);
}

.ak-white-color,
.ak-white-color-hover:hover {
    color: var(--white-color);
}

.ak-primary-color {
    color: var(--primary-color);
}

.ak-white-color,
.ak-white-color-hover:hover {
    color: var(--white-color);
}

.ak-white-bg {
    background-color: var(--white-color);
}

.ak-gray-bg-20 {
    background: rgba(217, 217, 217, 0.2);
}

.ak-white-bg,
.ak-white-bg-hover:hover {
    background-color: var(--white-color);
}

.ak-radius-10 {
    border-radius: 10px;
}

.ak-radius-20 {
    border-radius: 20px;
}

.ak-radius-30 {
    border-radius: 30px;
}

.ak-radius-40 {
    border-radius: 40px;
}

.ak-radius-50 {
    border-radius: 50px;
}

.ak-margin-left-right-10 {
    margin: 0 10px;
}

.ak-margin-left-right-20 {
    margin: 0 20px;
}

.ak-margin-left-right-30 {
    margin: 0 30px;
}

.ak-margin-left-right-40 {
    margin: 0 40px;
}

.ak-margin-left-right-50 {
    margin: 0 50px;
}

.ak-margin-top-bottom-10 {
    margin: 10px 0;
}

.ak-margin-top-bottom-20 {
    margin: 20px 0;
}

.ak-margin-top-bottom-30 {
    margin: 30px 0;
}

.ak-margin-top-bottom-40 {
    margin: 40px 0;
}

.ak-margin-top-bottom-50 {
    margin: 50px 0;
}

@media (max-width: 992px) {
    .ak-left-space-30 {
        padding-left: 0px;
    }

    .ak-font-14-sm {
        font-size: 14px;
    }

    .ak-font-16-sm {
        font-size: 16px;
    }

    .ak-font-18-sm {
        font-size: 18px;
    }

    .ak-font-20-sm {
        font-size: 20px;
    }

    .ak-font-22-sm {
        font-size: 22px;
    }

    .ak-font-24-sm {
        font-size: 24px;
    }

    .ak-font-26-sm {
        font-size: 26px;
    }

    .ak-font-28-sm {
        font-size: 28px;
    }

    .ak-font-36-sm {
        font-size: 36px;
    }

    .ak-font-42-sm {
        font-size: 42px;
    }
}

.ak-dentist-dental {
    padding: 0 20px;
}

@media (max-width: 768px) {
    .ak-dentist-dental {
        padding: 0 15px;
    }
}

/*--------------------------------------------------------------
  4. Spacing
----------------------------------------------------------------*/
.ak-height-0 {
    height: 0px;
}

.ak-height-5 {
    height: 5px;
}

.ak-height-10 {
    height: 10px;
}

.ak-height-15 {
    height: 15px;
}

.ak-height-20 {
    height: 20px;
}

.ak-height-25 {
    height: 25px;
}

.ak-height-30 {
    height: 30px;
}

.ak-height-35 {
    height: 35px;
}

.ak-height-40 {
    height: 40px;
}

.ak-height-45 {
    height: 45px;
}

.ak-height-50 {
    height: 50px;
}

.ak-height-55 {
    height: 55px;
}

.ak-height-60 {
    height: 60px;
}

.ak-height-65 {
    height: 65px;
}

.ak-height-70 {
    height: 70px;
}

.ak-height-75 {
    height: 75px;
}

.ak-height-80 {
    height: 80px;
}

.ak-height-85 {
    height: 85px;
}

.ak-height-90 {
    height: 90px;
}

.ak-height-95 {
    height: 95px;
}

.ak-height-100 {
    height: 100px;
}

.ak-height-105 {
    height: 105px;
}

.ak-height-110 {
    height: 110px;
}

.ak-height-115 {
    height: 115px;
}

.ak-height-120 {
    height: 120px;
}

.ak-height-125 {
    height: 125px;
}

.ak-height-130 {
    height: 130px;
}

.ak-height-135 {
    height: 135px;
}

.ak-height-140 {
    height: 140px;
}

.ak-height-145 {
    height: 145px;
}

.ak-height-150 {
    height: 150px;
}

.ak-height-155 {
    height: 155px;
}

.ak-height-160 {
    height: 160px;
}

.ak-height-165 {
    height: 165px;
}

.ak-height-170 {
    height: 170px;
}

.ak-height-175 {
    height: 175px;
}

.ak-height-180 {
    height: 180px;
}

.ak-height-185 {
    height: 185px;
}

.ak-height-190 {
    height: 190px;
}

.ak-height-195 {
    height: 195px;
}

.ak-height-200 {
    height: 200px;
}

.ak-height-205 {
    height: 205px;
}

.ak-height-210 {
    height: 210px;
}

.ak-height-219 {
    height: 219px;
}

@media (max-width: 992px) {
    .ak-height-lg-0 {
        height: 0px;
    }

    .ak-height-lg-5 {
        height: 5px;
    }

    .ak-height-lg-10 {
        height: 10px;
    }

    .ak-height-lg-15 {
        height: 15px;
    }

    .ak-height-lg-20 {
        height: 20px;
    }

    .ak-height-lg-25 {
        height: 25px;
    }

    .ak-height-lg-30 {
        height: 30px;
    }

    .ak-height-lg-35 {
        height: 35px;
    }

    .ak-height-lg-40 {
        height: 40px;
    }

    .ak-height-lg-45 {
        height: 45px;
    }

    .ak-height-lg-50 {
        height: 50px;
    }

    .ak-height-lg-55 {
        height: 55px;
    }

    .ak-height-lg-60 {
        height: 60px;
    }

    .ak-height-lg-65 {
        height: 65px;
    }

    .ak-height-lg-70 {
        height: 60px;
    }

    .ak-height-lg-75 {
        height: 75px;
    }

    .ak-height-lg-80 {
        height: 80px;
    }

    .ak-height-lg-85 {
        height: 85px;
    }

    .ak-height-lg-90 {
        height: 90px;
    }

    .ak-height-lg-95 {
        height: 95px;
    }

    .ak-height-lg-100 {
        height: 100px;
    }

    .ak-height-lg-105 {
        height: 105px;
    }

    .ak-height-lg-110 {
        height: 110px;
    }

    .ak-height-lg-115 {
        height: 115px;
    }

    .ak-height-lg-120 {
        height: 120px;
    }

    .ak-height-lg-125 {
        height: 125px;
    }

    .ak-height-lg-130 {
        height: 130px;
    }

    .ak-height-lg-135 {
        height: 135px;
    }

    .ak-height-lg-140 {
        height: 140px;
    }

    .ak-height-lg-145 {
        height: 145px;
    }

    .ak-height-lg-150 {
        height: 150px;
    }

    .ak-height-lg-155 {
        height: 155px;
    }

    .ak-height-lg-160 {
        height: 160px;
    }

    .ak-height-lg-165 {
        height: 165px;
    }

    .ak-height-lg-170 {
        height: 170px;
    }

    .ak-height-lg-175 {
        height: 175px;
    }

    .ak-height-lg-180 {
        height: 180px;
    }

    .ak-height-lg-185 {
        height: 185px;
    }

    .ak-height-lg-190 {
        height: 190px;
    }

    .ak-height-lg-195 {
        height: 195px;
    }

    .ak-height-lg-200 {
        height: 200px;
    }

    .ak-height-lg-205 {
        height: 205px;
    }

    .ak-height-lg-210 {
        height: 210px;
    }

    .ak-height-lg-219 {
        height: 219px;
    }
}

/*--------------------------------------------------------------
  5. Preloader Content
----------------------------------------------------------------*/
.preloader-pill {
    position: fixed;
    z-index: 1111111111;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    background: var(--white-color);
}

.preloader-pill__content {
    width: 100%;
    height: 100%;
    position: relative;
}

.preloader-pill__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    background: var(--white-color);
    align-items: center;
    justify-content: center;
}

.pill-loader {
    background: var(--white-color);
    width: 15vmin;
    height: 40vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: rotate(180deg);
    animation: pill-spin 4s linear infinite;
}

@keyframes pill-spin {
    100% {
        transform: rotate(-540deg);
    }
}

.pill-loader__side {
    background: var(--primary-color);
    width: 11vmin;
    height: 15vmin;
    position: relative;
    overflow: hidden;
    border-radius: 6vmin 6vmin 0 0;
}

.pill-loader .pill-loader__side+.pill-loader__side {
    background: var(--secendary-color);
    border-radius: 0 0 6vmin 6vmin;
    border-top: 1vmin solid #621e1a;
    animation: pill-open 2s ease-in-out 0s infinite;
}

@keyframes pill-open {

    0%,
    20%,
    80%,
    100% {
        margin-top: 0;
    }

    30%,
    70% {
        margin-top: 10vmin;
    }
}

.pill-loader .pill-loader__side:before {
    content: "";
    position: absolute;
    width: 2vmin;
    height: 10vmin;
    bottom: 0;
    right: 1.5vmin;
    background: transparent;
    border-radius: 1vmin 1vmin 0 0;
    animation: shine 1s ease-out -1s infinite alternate-reverse;
}

.pill-loader .pill-loader__side+.pill-loader__side:before {
    bottom: inherit;
    top: 0;
    border-radius: 0 0 1vmin 1vmin;
}

.pill-loader .pill-loader__side:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 6vmin 6vmin 0 0;
    border: 1.75vmin solid rgba(0, 0, 0, 0.1333333333);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-bottom-width: 0vmin;
    border-top-width: 1vmin;
    animation: shadow 1s ease -1s infinite alternate-reverse;
}

.pill-loader .pill-loader__side+.pill-loader__side:after {
    bottom: inherit;
    top: 0;
    border-radius: 0 0 6vmin 6vmin;
    border-top-color: rgba(255, 255, 255, 0);
    border-top-width: 0vmin;
    border-bottom-width: 1vmin;
}

@keyframes shine {

    0%,
    46% {
        right: 1.5vmin;
    }

    54%,
    100% {
        right: 7.5vmin;
    }
}

@keyframes shadow {

    0%,
    49.999% {
        transform: rotateY(0deg);
        left: 0;
    }

    50%,
    100% {
        transform: rotateY(180deg);
        left: -3vmin;
    }
}

.pill-loader__medicine {
    position: absolute;
    width: calc(100% - 6vmin);
    height: calc(100% - 12vmin);
    background: rgba(255, 255, 255, 0);
    border-radius: 5vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pill-loader__medicine i {
    width: 1vmin;
    height: 1vmin;
    background: var(--primary-color);
    border-radius: 100%;
    position: absolute;
    animation: medicine-dust 1.75s ease 0s infinite alternate;
}

.pill-loader__medicine i:nth-child(2n+2) {
    width: 1.5vmin;
    height: 1.5vmin;
    margin-top: -5vmin;
    margin-right: -5vmin;
    animation-delay: -0.2s;
}

.pill-loader__medicine i:nth-child(3n+3) {
    width: 2vmin;
    height: 2vmin;
    margin-top: 4vmin;
    margin-right: 3vmin;
    animation-delay: -0.33s;
}

.pill-loader__medicine i:nth-child(4) {
    margin-top: -5vmin;
    margin-right: 4vmin;
    animation-delay: -0.4s;
}

.pill-loader__medicine i:nth-child(5) {
    margin-top: 5vmin;
    margin-right: -4vmin;
    animation-delay: -0.5s;
}

.pill-loader__medicine i:nth-child(6) {
    margin-top: 0vmin;
    margin-right: -3.5vmin;
    animation-delay: -0.66s;
}

.pill-loader__medicine i:nth-child(7) {
    margin-top: -1vmin;
    margin-right: 7vmin;
    animation-delay: -0.7s;
}

.pill-loader__medicine i:nth-child(8) {
    margin-top: 6vmin;
    margin-right: -1vmin;
    animation-delay: -0.8s;
}

.pill-loader__medicine i:nth-child(9) {
    margin-top: 4vmin;
    margin-right: -7vmin;
    animation-delay: -0.99s;
}

.pill-loader__medicine i:nth-child(10) {
    margin-top: -6vmin;
    margin-right: 0vmin;
    animation-delay: -1.11s;
}

.pill-loader__medicine i:nth-child(1n+10) {
    width: 0.6vmin;
    height: 0.6vmin;
}

.pill-loader__medicine i:nth-child(11) {
    margin-top: 6vmin;
    margin-right: 6vmin;
    animation-delay: -1.125s;
}

.pill-loader__medicine i:nth-child(12) {
    margin-top: -7vmin;
    margin-right: -7vmin;
    animation-delay: -1.275s;
}

.pill-loader__medicine i:nth-child(13) {
    margin-top: -1vmin;
    margin-right: 3vmin;
    animation-delay: -1.33s;
}

.pill-loader__medicine i:nth-child(14) {
    margin-top: -3vmin;
    margin-right: -1vmin;
    animation-delay: -1.4s;
}

.pill-loader__medicine i:nth-child(15) {
    margin-top: -1vmin;
    margin-right: -7vmin;
    animation-delay: -1.55s;
}

@keyframes medicine-dust {

    0%,
    100% {
        transform: translate3d(0vmin, 0vmin, -0.1vmin);
    }

    25% {
        transform: translate3d(0.25vmin, 5vmin, 0vmin);
    }

    75% {
        transform: translate3d(-0.1vmin, -4vmin, 0.25vmin);
    }
}

/*--------------------------------------------------------------
  6. Buttons
----------------------------------------------------------------*/
.tp-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.tp-btn__filter {
    display: flex;
    align-items: center;
}

.tp-btn__text {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 130px;
    line-height: 26px;
    transition: padding 0.6s cubic-bezier(0.19, 1, 0.22, 1), background 0.6s ease;
    will-change: padding;
    z-index: 2;
}

@media (max-width: 768px) {
    .tp-btn__text {
        font-size: 16px;
        padding: 8px 15px;
    }
}

.tp-btn__circle {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1), background 0.6s ease;
    will-change: transform;
}

.tp-btn__circle svg {
    width: 20px;
    transition: transform 0.6s ease;
}

@media (max-width: 768px) {
    .tp-btn__circle {
        width: 40px;
        height: 40px;
    }
}

.tp-btn:hover .tp-btn__circle {
    transform: translateX(-15px);
}

.tp-btn:hover .tp-btn__circle svg {
    transform: rotate(30deg);
}

.tp-btn__filter-blur {
    display: flex;
    align-items: center;
}

.tp-btn--primary .tp-btn__text {
    color: var(--white-color);
    background: #56754b;
}

.tp-btn--primary .tp-btn__circle {
    background: #56754b;
    color: var(--white-color);
}

.tp-btn--white .tp-btn__text {
    color: var(--primary-color);
    background: var(--white-color);
}

.tp-btn--white .tm-btn__text-black .tp-btn__text {
    color: var(--black-color);
}

.tp-btn--white .tm-btn__text-black .tp-btn__circle svg path {
    fill: var(--black-color);
}

.tp-btn--white .tp-btn__circle {
    background: var(--white-color);
    color: var(--primary-color);
}

.tp-btn--white .tp-btn__circle svg path {
    fill: var(--primary-color);
}

.tp-btn--outline .tp-btn__text {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.tp-btn--outline .tp-btn__circle {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.tp-btn--gradient .tp-btn__text,
.tp-btn--gradient .tp-btn__circle {
    background: linear-gradient(45deg, #ff6b6b, #6c5ce7);
    color: #fff;
}

.tp-btn--sm .tp-btn__text {
    padding: 10px 16px;
    font-size: 14px;
}

.tp-btn--sm .tp-btn__circle {
    width: 40px;
    height: 40px;
}

.tp-btn--lg .tp-btn__text {
    padding: 20px 30px;
    font-size: 20px;
}

.tp-btn--lg .tp-btn__circle {
    width: 70px;
    height: 70px;
}

.play-btn {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.81);
    opacity: 0.4;
}

.play-btn__circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.play-btn__icon {
    width: 0;
    height: 0;
    border-left: 20px solid #2563eb;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.explore-btn__icon {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.explore-btn__icon::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: radial-gradient(#56754b, #56754b);
}

.explore-btn__shape {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.explore-btn__text {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
}

.explore-btn__text.text__black {
    color: white;
}

.explore-btn--primary .explore-btn__icon {
    background: var(--primary-color);
}

.explore-btn--primary .explore-btn__icon::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: radial-gradient(#56754b, #56754b);
}

.explore-btn--primary .explore-btn__shape svg path {
    fill: var(--white-color);
}

.social-btn {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border-radius: 30px;
    padding: 13px 20px;
    color: var(--white-color);
    line-height: 18px;
    background-color: var(--primary-color);
    font-family: var(--heading-font-family);
}

.social-btn:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.explore-btn .explore-btn__icon {
    transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.explore-btn .explore-btn__icon::before {
    transition: transform 3.5s linear;
}

.explore-btn .explore-btn__icon svg {
    transition: transform 0.35s ease-in-out;
}

.explore-btn:hover .explore-btn__icon {
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}

.explore-btn:hover .explore-btn__icon::before {
    transform: rotate(360deg);
}

.explore-btn-animation-1 .explore-btn__icon {
    transition: all 0.35s ease;
}

.explore-btn-animation-1:hover .explore-btn__icon {
    transform: scale(1.15);
    box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}

.explore-btn-animation-1:hover svg {
    animation: arrowMoveRight 0.8s ease infinite;
}

.explore-btn-animation-2 .explore-btn__icon {
    transition: all 0.5s;
}

.explore-btn-animation-2:hover .explore-btn__icon {
    animation: doctorPulse 0.8s ease-in-out infinite;
}

.explore-btn-animation-3 .explore-btn__icon {
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.explore-btn-animation-3:hover .explore-btn__icon {
    transform: scale(1.17);
    box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}

.explore-btn-animation-3:hover svg {
    animation: arrowMoveRight 0.8s ease infinite;
}

.explore-btn-animation-3:active .explore-btn__icon {
    transform: scale(0.92);
    transition-duration: 0.08s;
}

.explore-btn-animation-4 .explore-btn__icon {
    transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.explore-btn-animation-4 .explore-btn__icon::before {
    transition: transform 5s linear;
}

.explore-btn-animation-4 .explore-btn__icon svg {
    transition: transform 0.35s ease;
}

.explore-btn-animation-4.explore-btn--primary:hover .explore-btn__icon {
    background: var(--white-color);
}

.explore-btn-animation-4.explore-btn--primary:hover .explore-btn__icon::before {
    background: repeating-conic-gradient(var(--white-color) 0deg 10deg, transparent 10deg 20deg);
}

.explore-btn-animation-4.explore-btn--primary:hover .explore-btn__icon span svg path {
    fill: var(--primary-color);
}

.explore-btn-animation-4:hover .explore-btn__icon {
    transform: translateY(-3px) scale(1.08);
    background: var(--primary-color);
    box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}

.explore-btn-animation-4:hover .explore-btn__icon::before {
    transform: rotate(360deg);
    background: repeating-conic-gradient(var(--primary-color) 0deg 10deg, transparent 10deg 20deg);
}

.explore-btn-animation-4:hover .explore-btn__icon svg path {
    fill: var(--white-color);
}

.explore-btn-animation-4:hover svg {
    animation: arrowMoveRight 0.8s ease infinite;
}

@keyframes arrowMoveRight {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }
}

@keyframes doctorPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(4, 99, 250, 0.2);
    }

    70% {
        transform: scale(1.25);
        box-shadow: 0 0 0 12px rgba(4, 99, 250, 0);
    }

    100% {
        transform: scale(1);
    }
}


.custom-accordion {
    --bs-accordion-color: var(--body-color);
    --bs-accordion-btn-focus-box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed),
.custom-accordion .accordion-button {
    font-family: var(--heading-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #161e16;
    background-color: transparent;
}

@media (max-width: 768px) {

    .custom-accordion .accordion-button:not(.collapsed),
    .custom-accordion .accordion-button {
        font-size: 20px;
        padding: 16px 15px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {

    .custom-accordion .accordion-button:not(.collapsed).style-2,
    .custom-accordion .accordion-button.style-2 {
        padding: 16px 0px;
    }
}

.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid var(--border-color);
}

.custom-accordion--style-two .accordion-item {
    background-color: #f5f1e6;
    margin-bottom: 20px;
    border-radius: 10px;
}

.custom-accordion--style-two .accordion-item:last-child {
    margin-bottom: 0;
}

.custom-accordion--style-two .accordion-header .accordion-button:not(.collapsed) {
    color: #161e16;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
    padding: 12px;
}

.custom-accordion--style-three .accordion-button:not(.collapsed),
.custom-accordion--style-three .accordion-button {
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    color: var(--black-color);
    background-color: transparent;
}

.custom-accordion--style-three .accordion-item {
    background-color: var(--white-color);
    margin-bottom: 32px;
    border-radius: 10px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}

.custom-accordion--style-three .accordion-item.mb-17 {
    margin-bottom: 17px;
}

.custom-accordion--style-three .accordion-item:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
  8. Pagination
----------------------------------------------------------------*/
.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
}

.pagination-wrapper.style2 {
    justify-content: flex-start;
}

@media (max-width: 992px) {
    .pagination-wrapper {
        padding-top: 40px;
    }
}

.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination li {
    line-height: 1;
}

.pagination__item {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    color: #16191d;
    border: 1px solid rgba(17, 39, 5, 0.1);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .pagination__item {
        width: 46px;
        height: 46px;
    }
}

.pagination__item:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.pagination__item.active {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}

.pagination__arrow {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
}

.pagination__arrow:hover {
    color: var(--white-color);
}

.pagination__arrow i {
    line-height: 1;
}

/*--------------------------------------------------------------
  9. Slider
----------------------------------------------------------------*/
.ak-slider {
    position: relative;
    overflow: hidden;
}

/* Start slider hero 1 */
.ak-slider-hero-1 {
    overflow: hidden;
    width: 100%;
}

.ak-slider-hero-1 .swiper-slide {
    width: 100%;
}

.common-slider-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 113px;
    gap: 20px;
}

.animation-btn-1 .common-slider__btn-next .explore-btn__icon,
.animation-btn-1 .common-slider__btn-prev .explore-btn__icon {
    transition: all 0.35s ease;
}

.animation-btn-1 .common-slider__btn-next:hover .explore-btn__icon,
.animation-btn-1 .common-slider__btn-prev:hover .explore-btn__icon {
    transform: scale(1.15);
    box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}

.animation-btn-1 .common-slider__btn-next:hover svg {
    animation: arrowMoveRight 0.8s ease infinite;
}

.animation-btn-1 .common-slider__btn-prev:hover svg {
    animation: arrowMoveLeft 0.8s ease infinite;
}

.animation-btn-2 .common-slider__btn-next:hover .explore-btn__icon,
.animation-btn-2 .common-slider__btn-prev:hover .explore-btn__icon {
    animation: doctorPulse 0.5s ease-in-out infinite;
}

.animation-btn-3 .common-slider__btn-next .explore-btn__icon,
.animation-btn-3 .common-slider__btn-prev .explore-btn__icon {
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.animation-btn-3 .common-slider__btn-next:hover .explore-btn__icon,
.animation-btn-3 .common-slider__btn-prev:hover .explore-btn__icon {
    transform: scale(1.17);
    box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}

.animation-btn-3 .common-slider__btn-next:active .explore-btn__icon,
.animation-btn-3 .common-slider__btn-prev:active .explore-btn__icon {
    transform: scale(0.92);
    transition-duration: 0.8s;
}

.animation-btn-3 .common-slider__btn-next:hover svg {
    animation: arrowMoveRight 0.8s ease infinite;
}

.animation-btn-3 .common-slider__btn-prev:hover svg {
    animation: arrowMoveLeft 0.8s ease infinite;
}

.animation-btn-4 .common-slider__btn-next,
.animation-btn-4 .common-slider__btn-prev {
    cursor: pointer;
}

.animation-btn-4 .common-slider__btn-next .explore-btn__icon,
.animation-btn-4 .common-slider__btn-prev .explore-btn__icon {
    transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.animation-btn-4 .common-slider__btn-next .explore-btn__icon::before,
.animation-btn-4 .common-slider__btn-prev .explore-btn__icon::before {
    transition: transform 5s linear;
}

.animation-btn-4 .common-slider__btn-next .explore-btn__icon svg,
.animation-btn-4 .common-slider__btn-prev .explore-btn__icon svg {
    transition: transform 0.35s ease;
}

.animation-btn-4 .common-slider__btn-next:hover .explore-btn--primary .explore-btn__icon,
.animation-btn-4 .common-slider__btn-prev:hover .explore-btn--primary .explore-btn__icon {
    background: var(--white-color);
}

.animation-btn-4 .common-slider__btn-next:hover .explore-btn--primary .explore-btn__icon::before,
.animation-btn-4 .common-slider__btn-prev:hover .explore-btn--primary .explore-btn__icon::before {
    transform: rotate(360deg);
    background: repeating-conic-gradient(var(--white-color) 0deg 10deg, transparent 10deg 20deg);
}

.animation-btn-4 .common-slider__btn-next:hover .explore-btn--primary .explore-btn__icon span svg path,
.animation-btn-4 .common-slider__btn-prev:hover .explore-btn--primary .explore-btn__icon span svg path {
    fill: var(--primary-color);
}

.animation-btn-4 .common-slider__btn-next:hover .explore-btn__icon,
.animation-btn-4 .common-slider__btn-prev:hover .explore-btn__icon {
    transform: translateY(-3px);
    transform: scale(1.08);
    background: var(--primary-color);
}

.animation-btn-4 .common-slider__btn-next:hover .explore-btn__icon::before,
.animation-btn-4 .common-slider__btn-prev:hover .explore-btn__icon::before {
    transform: rotate(360deg);
    background: repeating-conic-gradient(var(--primary-color) 0deg 10deg, transparent 10deg 20deg);
}

.animation-btn-4 .common-slider__btn-next:hover .explore-btn__icon span svg path,
.animation-btn-4 .common-slider__btn-prev:hover .explore-btn__icon span svg path {
    fill: var(--white-color);
}

.animation-btn-4 .common-slider__btn-next:hover .explore-btn__icon,
.animation-btn-4 .common-slider__btn-prev:hover .explore-btn__icon {
    box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}

.animation-btn-4 .common-slider__btn-next:hover svg {
    animation: arrowMoveRight 0.8s ease infinite;
}

.animation-btn-4 .common-slider__btn-prev:hover svg {
    animation: arrowMoveLeft 0.8s ease infinite;
}

.animation-btn-5 .common-slider__btn-next,
.animation-btn-5 .common-slider__btn-prev {
    cursor: pointer;
}

.animation-btn-5 .common-slider__btn-next .explore-btn__icon,
.animation-btn-5 .common-slider__btn-prev .explore-btn__icon {
    transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.animation-btn-5 .common-slider__btn-next .explore-btn__icon::before,
.animation-btn-5 .common-slider__btn-prev .explore-btn__icon::before {
    transition: transform 3.5s linear;
}

.animation-btn-5 .common-slider__btn-next .explore-btn__icon svg,
.animation-btn-5 .common-slider__btn-prev .explore-btn__icon svg {
    transition: transform 0.35s ease;
}

.animation-btn-5 .common-slider__btn-next:hover .explore-btn__icon,
.animation-btn-5 .common-slider__btn-prev:hover .explore-btn__icon {
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(4, 99, 250, 0.15);
}

.animation-btn-5 .common-slider__btn-next:hover .explore-btn__icon::before {
    transform: rotate(-360deg);
}

.animation-btn-5 .common-slider__btn-next:hover svg {
    animation: arrowMoveRight 0.8s ease infinite;
}

.animation-btn-5 .common-slider__btn-prev:hover .explore-btn__icon::before {
    transform: rotate(360deg);
}

.animation-btn-5 .common-slider__btn-prev:hover svg {
    animation: arrowMoveLeft 0.8s ease infinite;
}

@keyframes arrowMoveRight {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }
}

@keyframes arrowMoveLeft {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-5px);
    }
}

@keyframes doctorPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(4, 99, 250, 0.2);
    }

    70% {
        transform: scale(1.25);
        box-shadow: 0 0 0 12px rgba(4, 99, 250, 0);
    }

    100% {
        transform: scale(1);
    }
}

/*--------------------------------------------------------------
  10. Section Heading
----------------------------------------------------------------*/
.section-heading--split {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

@media (max-width: 768px) {
    .section-heading--split {
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .section-heading--split__flex-column {
        flex-direction: column;
        align-items: flex-start;
    }
}

.section-heading--center {
    text-align: center;
}

.section-heading--center .section-heading__subtitle-wrapper {
    justify-content: center;
}

.section-heading--center .section-heading__title {
    margin: 0 auto;
}

.section-heading__left {
    max-width: 420px;
}

.section-heading__subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.section-heading__pill {
    display: inline-block;
    width: 26px;
    height: 12px;
    border-radius: 20px;
    background: linear-gradient(to right, #296c2e 50%, #cacaca 50%);
}

.section-heading__subtitle {
    color: #296c2e;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--heading-font-family);
}

.section-heading__title {
    font-size: 35px;
    line-height: 40px;
    color: #7b5f3a;
    font-family: var(--heading-font-family);
    font-weight: 700;
}

@media (max-width: 992px) {
    .section-heading__title {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 576px) {
    .section-heading__title {
        font-size: 32px;
        line-height: 37px;
    }
}

.section-heading__text {
    color: var(--body-color);
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}

.section-heading.section-heading--white .section-heading__subtitle {
    color: #296c2e;
}

.section-heading.section-heading--white .section-heading__title {
    color: #7b5f3a;
}

.section-heading.section-heading--white .section-heading__text {
    color: var(--white-color);
}

.section-heading--w-397 .section-heading__title {
    max-width: min(100%, 397px);
}

.section-heading--w-444 .section-heading__title {
    max-width: min(100%, 444px);
}

.section-heading--w-457 .section-heading__title {
    max-width: min(100%, 457px);
}

.section-heading--w-462 .section-heading__title {
    max-width: min(100%, 462px);
}

.section-heading--w-508 .section-heading__title {
    max-width: min(100%, 508px);
}

.section-heading--w-534 .section-heading__title {
    max-width: min(100%, 534px);
}

.section-heading--w-584 .section-heading__title {
    max-width: min(100%, 584px);
}

.section-heading--w-588 .section-heading__title {
    max-width: min(100%, 588px);
}

.section-heading--w-627 .section-heading__title {
    max-width: min(100%, 627px);
}

.section-heading--w-645 .section-heading__title {
    max-width: min(100%, 645px);
}

.section-heading--w-652 .section-heading__title {
    max-width: min(100%, 652px);
}

.section-heading--w-690 .section-heading__title {
    max-width: min(100%, 690px);
}

.section-heading--w-763 .section-heading__title {
    max-width: min(100%, 763px);
}

/*--------------------------------------------------------------
  11. Avatar
----------------------------------------------------------------*/
.avatar-group {
    display: flex;
    align-items: center;
}

.avatar-group__item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--white-color);
    margin-right: -20px;
    background: #ccc;
    flex-shrink: 0;
}

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

.avatar-group__item--plus {
    background: var(--primary-color);
    color: var(--white-color);
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 14px;
    margin-right: 0;
}

.happy-clients {
    display: flex;
    justify-content: center;
}

.happy-clients__wrapper {
    background: #f8fafc;
    border: 2px solid #e5e7eb;
    border-radius: 80px;
    padding: 20px 40px;
    gap: 30px;
    opacity: 1;
    transition: all 0.8s ease;
}

@media (max-width: 768px) {
    .happy-clients__wrapper {
        border-radius: 25px;
        padding: 5px 10px;
    }
}

.happy-clients {
    /* Avatars */
}

.happy-clients__avatars {
    display: flex;
    align-items: center;
}

.happy-clients__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--white-color);
    margin-left: -30px;
    transition: all 0.3s ease;
    position: relative;
}

@media (max-width: 768px) {
    .happy-clients__avatar {
        width: 45px;
        height: 45px;
    }
}

.happy-clients__avatar:first-child {
    margin-left: 0;
}

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

.happy-clients__avatar {
    /* hover lift */
}

.happy-clients__avatar:hover {
    transform: translateY(-8px) scale(1.05);
    z-index: 2;
}

.happy-clients__avatar--more {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overlay */
}

.happy-clients__avatar--more::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.happy-clients__avatar--more {
    /* border effect */
}

.happy-clients__avatar--more::after {
    content: "";
    position: absolute;
    inset: -4px;
    border: 2px solid #2563eb;
    border-radius: 50%;
}

.happy-clients {
    /* Content */
}

.happy-clients__number {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

@media (max-width: 768px) {
    .happy-clients__number {
        font-size: 22px;
    }
}

.happy-clients__text {
    font-size: 16px;
    color: var(--body-color);
    margin: 0;
}

.happy-clients__plus {
    position: relative;
    z-index: 2;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
}

/*--------------------------------------------------------------
  12. Custom Input
----------------------------------------------------------------*/
.custom-select-box {
    position: relative;
    width: 100%;
}

.custom-select-box__input {
    width: 100%;
    height: 60px;
    padding: 0 70px 0 20px;
    border-radius: 5px;
    border: 1.5px solid rgba(4, 99, 250, 0.23);
    background: transparent;
    font-size: 16px;
    color: var(--body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.custom-select-box__input:focus {
    border-color: var(--primary-color);
    background: var(--white-color);
}

.custom-select-box {
    /* Right button */
}

.custom-select-box__icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    font-size: 16px;
    font-weight: 600;
}

/*--------------------------------------------------------------
  13. Breadcrumbs
----------------------------------------------------------------*/
.breadcrumbs {
    position: relative;
    min-height: 450px;
}

@media (max-width: 576px) {
    .breadcrumbs {
        min-height: 300px;
    }
}

.breadcrumbs .breadcrumbs-content {
    position: absolute;
    top: 50%;
    left: 10%;
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 30px;
    width: 100%;
}

.breadcrumbs .breadcrumbs-content__title {
    color: #497a4b;
    font-size: 40px;
    line-height: 100%;
}

.breadcrumbs .breadcrumbs-content__list {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 18px;
}


.ak-google-map {
    height: 530px;
}

@media (max-width: 992px) {
    .ak-google-map {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .ak-google-map {
        height: 350px;
    }
}

.ak-google-map iframe {
    height: 100%;
    width: 100%;
    display: block;
    border: none;
}

/*--------------------------------------------------------------
  15. Scrollup
----------------------------------------------------------------*/
.ak-scrollup {
    position: fixed;
    bottom: -60px;
    right: 40px;
    color: #fff;
    padding: 5px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 10;
    background-color: var(--black-color);
    border-radius: 50%;
}

.ak-scrollup:hover {
    background-color: var(--white-color);
    color: var(--black-color);
}

.ak-scrollup.ak-scrollup-show {
    bottom: 50px;
}

@media screen and (max-width: 991px) {
    .ak-scrollup {
        right: 15px;
    }

    .ak-scrollup.ak-scrollup-show {
        bottom: 50px;
    }
}

/*--------------------------------------------------------------
   16. Video Modal
----------------------------------------------------------------*/
.ak-pd-video .ak-video-open,
.ak-sample-img .ak-video-open {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 68px;
    transition: all 0.3s ease;
    line-height: 48px;
}

.ak-video-popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition-delay: 0.3s;
}

.ak-video-popup.active {
    left: 0;
    transition-delay: 0s;
    left: 0;
}

.ak-video-popup-overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: var(--white-color);
    transition: all 0.4s ease-out;
    opacity: 0;
}

.ak-video-popup.active .ak-video-popup-overlay {
    opacity: 0.8;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.ak-video-popup-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    transition: all 0.4s ease-out;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    padding: 15px;
}

.ak-video-popup.active .ak-video-popup-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.ak-video-popup-content:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.ak-video-popup-container {
    display: inline-block;
    position: relative;
    text-align: left;
    max-width: 1380px;
    width: 100%;
    vertical-align: middle;
}

.ak-video-popup-container .embed-responsive {
    width: 100%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.embed-responsive-16by9::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ak-video-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.ak-video-popup iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.ak-video-popup-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: var(--white-color);
    margin-left: -10px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.ak-video-popup-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: var(--white-color);
    margin-left: -10px;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.ak-video-popup-close:hover:before,
.ak-video-popup-close:hover:after {
    background: var(--black-color);
}

.ak-video-popup-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.ak-video-popup-align {
    overflow: hidden;
}

/*End Video Popup*/
.video-home {
    height: 650px;
    width: 100%;
    overflow: hidden;
}

.ak-video-block.ak-style1 {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-radius: 0px;
}

.ak-video-block.ak-style1::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease;
}

.ak-video-block.ak-style1:hover::before {
    opacity: 1;
}

.ak-video-block.ak-style1.ak-size1 {
    height: 580px;
}

.ak-video-block.ak-style1.type_2 {
    height: 75px;
    width: 75px;
}

/* Start video section startup-agency page*/
.ak-digital-agency.ak-video-block.ak-style1 {
    height: 700px;
}

@media screen and (max-width: 991px) {
    .video-home {
        height: 400px;
    }

    .ak-digital-agency.ak-video-block.ak-style1 {
        height: 400px;
    }
}

/* End video section */
.video-btn-wapper__video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-btn-wapper__video-play-btn span {
    font-size: 30px;
    text-transform: capitalize;
    font-style: italic;
    color: var(--white-color);
    font-family: var(--heading-font-family);
}

@media (max-width: 992px) {
    .video-btn-wapper__video-play-btn span {
        font-size: 22px;
    }
}

.ak-heartbeat-icon {
    width: 60px;
    height: 60px;
    position: relative;
}

.ak-heartbeat-icon.style2 {
    width: 156px;
    height: 156px;
}

.ak-heartbeat-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    display: flex;
    align-items: center;
    background-color: rgba(4, 99, 250, 0.7);
    justify-content: center;
}

.ak-heartbeat-btn.type-2 {
    width: 40px;
    height: 40px;
    padding: 20px;
}

.ak-heartbeat-btn.style2 {
    width: 110px;
    height: 110px;
}

.ak-heartbeat-btn:before,
.ak-heartbeat-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(4, 99, 250, 0.7);
}

.ak-heartbeat-btn:before {
    z-index: 0;
    animation: pulse-border 1500ms ease-out infinite;
}

.ak-heartbeat-btn.no-animation:before {
    z-index: 0;
    animation: none;
}

.ak-heartbeat-btn:after {
    z-index: 1;
    transition: all 200ms;
}

.ak-heartbeat-btn img {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.ak-heartbeat-btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid currentColor;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    color: var(--white-color);
}

.ak-heartbeat-btn.style2 span {
    border-left: 23px solid currentColor;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

.ak-heartbeat-btna:hover {
    color: var(--black-color);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
  17. Header
----------------------------------------------------------------*/
.ak-site_header {
    position: relative;
    z-index: 100001;
}

.ak-site-branding {
    display: inline-block;
    max-width: 180px;
}

@media (min-width: 1600px) {
    .ak-custom-container-one.container {
        max-width: 1550px;
    }
}

@media (min-width: 1700px) {
    .ak-custom-container-one.container {
        max-width: 1700px;
    }
}

.ak-nav .ak-nav_list>li>a {
    font-size: 18px;
    font-weight: 500;
    color: white;
}

.ak-site_header {
    position: absolute;
    width: 100%;
    left: 0px;
    margin-bottom: 0px;
    transition: all 0.4s ease;
}

.ak-site_header.ak-style1 .ak-main_header_in,
.ak-site_header.ak-style1 .ak-top_header_in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 0px;
}

.ak-site_header.ak-style1 {
    /*   .ak-main-header-left {
  } */
}

.ak-site_header.ak-style1 .ak-main-header-center {
    display: flex;
    align-items: center;
    height: 100%;
}

.ak-site_header.ak-style1 .ak-main-header-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ak-site_header.ak-style1 .ak-main-header-right .ak-search-btn {
    cursor: pointer;
}

.ak-site_header.ak-style1 .header-top {
    position: relative;
    padding: 0px 10px 0px 28px;
    height: 70px;
}

.ak-site_header.ak-style1 .header-top .wrapper {
    height: 100%;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.ak-site_header.ak-style1 .header-top .wrapper .header-logo {
    border-right: 0.3px solid #635542;
    display: flex;
    height: 0%;
    align-items: center;
    /* .logo {

  } */
}

.ak-site_header.ak-style1 .header-top .wrapper .center-log {
    margin-right: 88px;
}

@media (max-width: 768px) {
    .ak-site_header.ak-style1 .header-top .wrapper .center-log {
        margin-right: 0px;
    }
}

.ak-site_header.ak-style1 .header-top .top-main-menu {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0;
    z-index: -10;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.9058823529);
    display: flex;
    flex-direction: column;
    font-style: italic;
    list-style: none;
    justify-content: center;
    opacity: 1;
    height: 0;
}

.ak-site_header.ak-style1 .header-top .top-main-menu .top-main-menu-li {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-style: italic;
    color: var(--white-color);
    font-family: Baskervville;
    padding-left: 15%;
    padding-right: 5%;
    transition: all 0.5s ease-in-out;
}

.ak-site_header.ak-style1 .header-top .top-main-menu .top-main-menu-li .top-main-menu-img {
    position: relative;
    opacity: 0;
    display: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 0%;
    height: 400px;
}

.ak-site_header.ak-style1 .header-top .top-main-menu li>a {
    display: none;
    font-size: 60px;
    line-height: 120%;
    display: inline-block;
    font-family: var(--heading-font-family);
}

.ak-site_header.ak-style1 .header-top .top-main-menu li>a:hover {
    transform: translateX(50px);
    color: var(--white-color);
}

.ak-nav .ak-nav_list ul a {
    font-family: var(--heading-font-family);
    font-size: 18px;
}

.ak-nav+.ak-toolbox {
    margin-left: 55px;
}

.ak-site_header.ak-style1.ak-sticky-active {
    background-color: rgba(0, 0, 0, 0.8549019608);
    box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}

.ak-site_header.ak-style1 .ak-action_box {
    display: flex;
    align-items: center;
}

.ak-site_header.ak-style1 .ak-action_box .ak-action_value {
    margin-left: 15px;
}

.ak-site_header.ak-style1 .ak-action_box>*:not(:last-child) {
    margin-right: 35px;
}

.ak-site_header.ak-style1 .ak-btn {
    padding: 13px 15px;
}

.ak-site_header_full_width .container {
    max-width: 100%;
    padding: 0 100px;
}

.ak-site_header_style1 {
    border-bottom: 1px solid var(--primary-color);
}

.ak-site_header_style1 .ak-main-header-center {
    display: flex;
    align-items: center;
}

.ak-site_header_style1 .ak-nav+.ak-header_toolbox.ak-center {
    margin-left: 35px;
}

.ak-site_header_style1 .ak-nav .ak-nav_list>li.current-menu-item>a:before {
    bottom: -4px;
    background-color: rgba(0, 0, 0, 0.8549019608);
}

@media screen and (max-width: 1199px) {
    .ak-main_header .container {
        max-width: 100%;
    }

    .ak-site_header.ak-style1 .ak-nav {
        display: flex;
    }
}

.ak-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ak-sticky_header {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #56754b;
    backdrop-filter: blur(8px);
}

.ak-gescout_sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(-100%);
    z-index: 999;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.ak-gescout_sticky.ak-gescout_show {
    opacity: 1;
    transform: translateY(0) !important;
}

@media (min-width: 1200px) {
    .ak-gescout_sticky.ak-gescout_show.healthcare-header {
        transform: translateY(15px) !important;
    }
}

.ak-site_branding {
    display: inline-block;
    position: relative;
    z-index: 11111;
}

.ak-site_branding img {
    max-height: 70px;
}

@media screen and (min-width: 1200px) {
    .ak-nav_list.ak-color_1 {
        color: var(--white-color);
    }

    .ak-nav_list.ak-color_1 ul {
        color: var(--black-color);
    }

    .ak-main_header_center,
    .ak-top_header_center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .ak-site_header.ak-style1 .ak-main_header_center {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        max-width: calc(100% - 300px);
    }

    .ak-nav {
        display: flex;
        align-items: center;
        height: 100%;
        line-height: 1.6em;
        font-weight: 600;
        font-size: 18px;
    }

    .ak-nav .ak-nav_list {
        display: flex !important;
        flex-wrap: wrap;
        height: inherit;
    }

    .ak-nav .ak-nav_list>li {
        margin-right: 15px;
        height: 40px;
        color: #000000;
        font-weight: 600;
        padding: 0px 16px;
        border-radius: 100px;
    }

    .ak-nav .ak-nav_list>li:last-child {
        margin-right: 0;
    }

    .ak-nav .ak-nav_list>li>a {
        display: inline-flex;
        position: relative;
        height: inherit;
        align-items: center;
    }

    .ak-nav .ak-nav_list>li>ul {
        left: 0;
        top: calc(100% + 30px);
    }

    .ak-nav .ak-nav_list>li:hover>ul {
        top: calc(100% + 0px);
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease;
    }

    .ak-nav .ak-nav_list>li.menu-item-has-children>a {
        position: relative;
    }

    .ak-nav .ak-nav_list li:not(.ak-mega_menu) {
        position: relative;
    }

    .ak-nav .ak-nav_list ul {
        width: 400px;
        background-color: var(--white-color);
        position: absolute;
        box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
        border-top: 2px solid rgba(255, 255, 255, 0.3215686275);
        padding: 10px 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        display: block !important;
        border-radius: 0px 0px 5px 5px;
        transition: all 0.1s ease;
    }

    .ak-nav .ak-nav_list ul li:hover ul {
        top: 0px;
    }

    .ak-nav .ak-nav_list ul li:hover>ul {
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease;
    }

    .ak-nav .ak-nav_list ul a {
        display: block;
        line-height: inherit;
        padding: 7px 20px;
    }

    .ak-nav .ak-nav_list ul ul {
        top: 15px;
        left: 100%;
    }

    .ak-munu_toggle,
    .ak-munu_dropdown_toggle {
        display: none;
    }

    .ak-nav_black_section ul {
        position: relative;
        list-style: none;
        line-height: 65px;
        padding: 0px;
    }

    .ak-nav_black_section ul li {
        margin-top: 40px;
        font-size: 55px;
        text-transform: uppercase;
        font-weight: 900;
    }

    .ak-nav_black_section.ak-font_changes .ak-style_1 ul li {
        font-size: 40px;
        line-height: 14px;
        text-transform: capitalize;
        font-weight: 500;
    }

    .menu-item-has-black-section {
        position: relative;
    }

    .menu-item-has-black-section span {
        cursor: pointer;
    }

    .menu-item-has-black-section>a {
        position: relative;
    }

    .menu-item-has-black-section>ul {
        padding-left: 40px;
        display: none;
        list-style: none;
        line-height: 30px;
    }

    .menu-item-has-black-section>ul li {
        margin-top: 40px;
    }

    .ak-munu_dropdown_toggle_1 {
        position: absolute;
        height: 30px;
        width: 35px;
        right: 20px;
        top: 9px;
    }

    .ak-munu_dropdown_toggle_1:before,
    .ak-munu_dropdown_toggle_1:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 2px;
        width: 35px;
        background-color: var(--white-color);
        transition: all 0.3s ease;
    }

    .ak-munu_dropdown_toggle_1:before {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .ak-munu_dropdown_toggle_1.active:before {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .ak-nav .ak-nav_list .ak-mega_wrapper {
        width: 1296px !important;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        position: absolute;
        padding: 5px 15px 10px;
    }

    .ak-nav .ak-nav_list .ak-mega_wrapper a {
        padding: 5px 10px;
    }

    .ak-nav .ak-nav_list .ak-mega_wrapper a img {
        border-radius: 5px;
        border: 1px solid rgba(181, 181, 181, 0.1);
        transition: all 0.5s ease;
    }

    .ak-nav .ak-nav_list .ak-mega_wrapper a:hover img {
        border-color: var(--border-color);
    }

    .ak-nav .ak-nav_list .ak-mega_wrapper>li {
        flex: 1;
        padding: 10px 0;
    }

    .ak-nav .ak-nav_list .ak-mega_wrapper>li>a:hover {
        background-color: transparent;
    }

    .ak-nav .ak-nav_list .ak-mega_wrapper>li ul {
        position: initial;
        border: none;
        padding: 0;
        width: 100%;
        box-shadow: none;
        background-color: transparent;
    }

    .ak-nav .ak-nav_list .ak-mega_menu:hover .ak-mega_wrapper li ul {
        opacity: 1;
        visibility: visible;
    }

    .ak-nav .ak-nav_list>li ul:not(.ak-mega_wrapper) .menu-item-has-children>a {
        position: relative;
    }
}

.ak-topbar {
    position: relative;
    font-size: 16px;
    color: var(--black-color);
    font-weight: 600;
    line-height: 120%;
    z-index: 111;
}

.ak-topbar.topbar-bg {
    background: #EEEAE7;
    position: relative;
}

@media (max-width: 1200px) {
    .ak-topbar.topbar-bg {
        display: none;
    }
}

.ak-topbar.topbar-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    max-width: 430px;
    width: 100%;
}

@media (min-width: 1700px) {
    .ak-topbar.topbar-bg::after {
        max-width: 750px;
    }
}

.ak-topbar__logo {
    max-width: 185px;
    width: 100%;
}

.ak-topbar__content {
    max-width: 1024px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 1700px) {
    .ak-topbar__content {
        justify-content: space-between;
    }
}

.ak-topbar__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    flex-wrap: wrap;
}

.ak-topbar__padding {
    padding: 0 0 20px 0;
    height: 100px;
    flex-wrap: nowrap;
}

.ak-topbar__left {
    align-items: center;
    gap: 20px;
}

@media (min-width: 1700px) {
    .ak-topbar__left {
        display: flex;
    }
}

.ak-topbar__right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ak-topbar__email,
.ak-topbar__time {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--black-color);
    text-decoration: none;
    font-weight: 500;
}

.ak-topbar__email i,
.ak-topbar__time i {
    color: var(--primary-color);
}

.ak-topbar__email {
    padding-right: 0px;
}

.ak-topbar__language {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ak-topbar__language select {
    border: none;
    outline: none;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    padding-right: 10px;
}

.ak-topbar__language {
    border-right: 2px solid #737373;
}

.ak-topbar__social {
    display: flex;
    gap: 20px;
    align-items: center;
    line-height: normal;
}

.ak-topbar__social a {
    color: var(--black-color);
    font-size: 16px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 400;
}

.ak-topbar__social a:hover {
    color: var(--primary-color);
}

.ak-topbar.style-2 {
    display: none;
}

.nav-bar-border {
    opacity: 0.5;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.3490196078);
    width: 100%;
}

.ak-menu-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-left: 0.3px solid #635542;
    padding-left: 20px;
    height: 100%;
}

.ak-menu-toggle .ak-menu-icon path {
    fill: none;
    stroke: var(--white-color);
    stroke-linecap: round;
}

.ak-site_header.ak-style1.ak-style2 {
    background: var(--secendary-color);
    border-radius: 0;
}

@media screen and (min-width: 1200px) {
    .ak-site_header.ak-style1.ak-style2.ak-gescout_show {
        padding: 20px 0;
        backdrop-filter: blur(0px);
        transition: transform 0.45s ease, opacity 0.45s ease, padding 0.45s ease;
    }
}

@media screen and (min-width: 1200px) {
    .ak-site_header.ak-style1.ak-style2 {
        padding: 20px 0;
        background: transparent;
        transition: transform 0.45s ease, opacity 0.45s ease;
    }

    .ak-site_header.ak-style1.ak-style2 .ak-main-header-center .ak-nav .ak-nav_list>li {
        height: auto;
        margin-right: 0;
    }

    .ak-site_header.ak-style1.ak-style2 .ak-main-header-center .ak-nav .ak-nav_list>li a {
        font-family: "Poppins", sans-serif;
        text-transform: capitalize;
    }

    .ak-site_header.ak-style1.ak-style2 .ak-main-header-center .ak-nav .ak-nav_list>li .main-btn {
        height: auto;
        color: var(--white-color);
        padding: 10px 20px;
        border-radius: 30px;
        background: var(--Main-color-Theme-Color-1, #0463fa);
    }

    .ak-site_header.ak-style1.ak-style2 .ak-main-header-center .ak-nav .ak-nav_list>li:hover>ul {
        top: calc(100% + 10px);
        border-radius: 30px;
        transition: all 0.4s ease-in-out;
    }
}

.ak-site_header.ak-style1.healthcare-header .ak-main-header-left {
    display: none;
}

@media (max-width: 1200px) {
    .ak-site_header.ak-style1.healthcare-header .ak-main-header-left {
        display: flex;
        margin-top: 10px;
    }
}

.ak-site_header.ak-style1.healthcare-header.ak-sticky_header {
    background: var(--secendary-color);
    backdrop-filter: blur(0px) !important;
    border-radius: 0;
}

@media (min-width: 1200px) {
    .ak-site_header.ak-style1.healthcare-header.ak-sticky_header {
        background: transparent;
        transition: transform 0.45s ease, opacity 0.45s ease;
        transform: translateY(-35px);
    }
}

.ak-site_header.ak-style1.healthcare-header.ak-sticky_header .ak-main_header__wapper {
    background-color: var(--white-color);
    padding-left: 30px;
    border-radius: 10px;
}

.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-content {
    display: flex;
    gap: 55px;
}

.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-btn {
    display: flex;
    gap: 10px;
    align-items: center;
}

.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-btn .call-info-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-btn .call-info-btn i {
    color: var(--white-color);
}

@media (max-width: 1400px) {
    .ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info {
        display: none;
    }
}

.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-title {
    font-size: 14px;
}

.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-number {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
}

.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-number:hover {
    color: var(--primary-color);
}

.ak-site_header.ak-style1.healthcare-header .ak-main_header__wapper .ak-header__call-info-booking {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--primary-color);
    padding: 36px 30px;
    color: var(--white-color);
    font-size: 18px;
    font-family: var(--heading-font-family);
    font-weight: 600;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 1400px) {
    .ak-nav .ak-nav_list .ak-mega_wrapper {
        width: 1116px !important;
    }

    .ak-site-branding {
        max-width: 190px;
    }

    .ak-site_header_full_width .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .ak-nav .ak-nav_list .ak-mega_wrapper {
        width: 100% !important;
    }

    .ak-site_header_full_width .container {
        padding: 0 15px;
    }

    .ak-munu_dropdown_toggle {
        position: absolute;
        height: 30px;
        width: 30px;
        right: 20px;
        top: 5px;
    }

    .ak-munu_dropdown_toggle:before,
    .ak-munu_dropdown_toggle:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 2px;
        width: 10px;
        background-color: white;
        transition: all 0.3s ease;
    }

    .ak-munu_dropdown_toggle:before {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .ak-munu_dropdown_toggle.active:before {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .ak-nav .ak-nav_list {
        position: absolute;
        width: 100vw;
        left: -12px;
        background-color: rgb(86 117 75);
        padding: 10px 0;
        display: none;
        top: 0%;
        padding-top: 75px;
        border-top: 1px solid rgba(77, 77, 77, 0.3215686275);
        border-bottom: 1px solid rgba(77, 77, 77, 0.3215686275);
        overflow: auto;
        max-height: calc(100vh - 80px);
        line-height: 1.6em;
    }

    .ak-nav .ak-nav_list ul {
        padding-left: 15px;
        display: none;
    }

    .ak-nav .ak-nav_list a {
        display: block;
        padding: 8px 20px;
        color: var(--white-color);
    }

    .ak-nav .ak-nav_list a:hover {
        color: var(--white-color);
    }

    .ak-nav .menu-item-has-children {
        position: relative;
    }

    /*Mobile Menu Button*/
    .ak-munu_toggle {
        display: inline-block;
        width: 30px;
        height: 27px;
        cursor: pointer;
        position: absolute;
        top: 27px;
        right: 30px;
    }

    .ak-munu_toggle span,
    .ak-munu_toggle span:before,
    .ak-munu_toggle span:after {
        width: 100%;
        height: 2px;
        background-color: var(--white-color);
        display: block;
    }

    .ak-munu_toggle span {
        margin: 0 auto;
        position: relative;
        top: 12px;
        transition-duration: 0s;
        transition-delay: 0.2s;
    }

    .ak-munu_toggle span:before {
        content: "";
        position: absolute;
        margin-top: -9px;
        transition-property: margin, transform;
        transition-duration: 0.2s;
        transition-delay: 0.2s, 0s;
    }

    .ak-munu_toggle span:after {
        content: "";
        position: absolute;
        margin-top: 9px;
        transition-property: margin, transform;
        transition-duration: 0.2s;
        transition-delay: 0.2s, 0s;
    }

    .ak-site_header.ak-style1 .ak-munu_toggle {
        top: 50%;
        right: 0px;
        margin-top: -13px;
    }

    .ak-toggle_active span {
        background-color: rgba(0, 0, 0, 0);
        transition-delay: 0.2s;
    }

    .ak-toggle_active span:before {
        margin-top: 0;
        transform: rotate(45deg);
        transition-delay: 0s, 0.2s;
    }

    .ak-toggle_active span:after {
        margin-top: 0;
        transform: rotate(-45deg);
        transition-delay: 0s, 0.2s;
    }

    .ak-header_toolbox {
        margin-right: 50px;
    }

    .ak-nav .ak-nav_list a {
        position: relative;
        color: var(--white-color);
    }

    .ak-nav .ak-nav_list a:hover {
        color: var(--white-color);
    }

    .ak-site_header.ak-style1 .ak-main_header_in {
        height: 80px;
        justify-content: start;
        margin: 0px;
    }

    .ak-hamburger span {
        height: 3px;
    }

    .ak-site_header .current-menu-item>a:before {
        display: none;
    }

    .ak-site_header.ak-style1 .ak-main_header_center .ak-site_branding {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .ak-site_header.ak-style1 {
        top: 0;
        opacity: 1;
        transform: translateY(0) !important;
        border-radius: 0;
    }
}


@media screen and (max-width: 1199px) {
    .header-top {
        display: none;
    }

    .ak-main-header-right {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .ak-site_header .container {
        max-width: 100%;
    }

    .ak-site_header.ak-style1 .ak-action_box>*:not(:last-child) {
        margin-right: 25px;
    }

    .ak-site_header.ak-style1 .ak-btn {
        padding: 8px;
    }

    .header-top {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .ak-site-branding {
        max-width: 150px;
    }

    .ak-hamburger_wrap .ak-hamburger {
        margin-right: 0;
    }

    .ak-site_header.ak-style1 .ak-btn span {
        display: none;
    }

    .ak-site_header.ak-style1 .ak-btn svg {
        margin-right: 0;
        width: 20px;
        height: 20px;
    }

    .ak-main-header-right {
        display: none;
    }
}

/*--------------------------------------------------------------
  18. Footer
----------------------------------------------------------------*/
.footer {
    padding: 0 20px 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
}

@media (max-width: 576px) {
    .footer {
        padding: 0 15px 15px;
    }
}

.footer__rapper {
    display: flex;
    gap: 15px;
}

@media (max-width: 1600px) {
    .footer__rapper {
        max-width: 100%;
        flex-direction: column;
    }
}

.footer__newsletter {
    background: var(--white-color);
    padding: 60px;
    max-width: 680px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.footer__newsletter .footer-avatar {
    position: absolute;
    right: 15px;
    top: 33px;
    width: 180px;
    height: 180px;
}

@media (max-width: 992px) {
    .footer__newsletter .footer-avatar {
        opacity: 0.2;
    }
}

@media (max-width: 1700px) {
    .footer__newsletter {
        max-width: 500px;
    }
}

@media (max-width: 1600px) {
    .footer__newsletter {
        max-width: 100%;
        gap: 60px;
    }
}

@media (max-width: 992px) {
    .footer__newsletter {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .footer__newsletter {
        padding: 15px;
    }
}

.footer__subscribe-title {
    font-size: 20px;
    padding-bottom: 10px;
}

.footer__subscribe-text {
    font-size: 14px;
    padding-bottom: 30px;
}

.footer__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.footer__columns {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background-color: var(--white-color);
    padding: 60px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .footer__columns {
        padding: 30px;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .footer__columns {
        padding: 15px;
    }
}

.footer__col-title {
    font-size: 24px;
    line-height: 34px;
    position: relative;
}

.footer__col-title-divider {
    width: 198px;
    height: 3px;
    background-color: var(--border-color);
    margin-bottom: 30px;
}

.footer__col-title-divider::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: var(--primary-color);
    margin-top: 10px;
}

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

.footer__col ul li {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--body-color);
    font-family: var(--body-font-family);
}

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

.footer__col ul li:last-child {
    margin-bottom: 0;
}

.footer__hours li {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.footer__bottom {
    background-color: var(--white-color);
    padding: 45px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .footer__bottom {
        padding: 30px;
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .footer__bottom {
        padding: 15px;
    }
}

.footer__social {
    display: flex;
    gap: 10px;
}

.footer__social a {
    width: 35px;
    height: 35px;
    background: var(--secendary-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
}

.footer__social a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.footer__copyright {
    text-align: right;
}

.footer__copyright p {
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--black-color);
}

.footer__copyright p a {
    color: var(--primary-color);
    text-decoration: none;
}

@media (max-width: 992px) {
    .footer__copyright {
        text-align: center;
    }
}

.footer__links {
    display: flex;
    gap: 15px;
}

.footer__links a {
    font-size: 16px;
    color: var(--black-color);
    text-decoration: none;
}

.footer__links a:hover {
    color: var(--primary-color);
}

.subscribe-form {
    display: flex;
    align-items: center;
    background: var(--secendary-color);
    border-radius: 40px;
    max-width: 490px;
    width: 100%;
    overflow: hidden;
}

.subscribe-form input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 20px 30px;
    font-size: 16px;
    color: var(--white-color);
    font-weight: 600;
    font-family: var(--body-font-family);
    width: 100%;
}

.subscribe-form input::-moz-placeholder {
    color: var(--white-color);
}

.subscribe-form input::placeholder {
    color: var(--white-color);
}

@media (max-width: 992px) {
    .subscribe-form input {
        padding: 20px 15px;
    }
}

.subscribe-form button {
    border: none;
    padding: 24px 37px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color);
    cursor: pointer;
    text-transform: uppercase;
    background: var(--primary-color);
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .subscribe-form button {
        padding: 8px 10px;
        margin-right: 10px;
    }
}

.footer--style-two {
    background-color: var(--secendary-color);
    color: var(--white-color);
    position: relative;
    overflow: hidden;
    /* =========================
     TOP AREA
  ========================= */
}

.footer--style-two__top {
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .footer--style-two__top {
        margin-bottom: 60px;
    }
}

.footer--style-two__top-content {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .footer--style-two__top-content {
        flex-wrap: wrap;
    }
}

.footer--style-two__about-content {
    max-width: 338px;
    width: 100%;
}

@media (max-width: 992px) {
    .footer--style-two__about-content {
        max-width: 100%;
    }
}

.footer--style-two__link-category {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    width: 100%;
    max-width: 796px;
}

@media (max-width: 992px) {
    .footer--style-two__link-category {
        gap: 30px;
        flex-wrap: wrap;
    }
}

.footer--style-two__title {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}

.footer--style-two__title::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    background-color: var(--primary-color);
    display: block;
    bottom: -20px;
    left: 0;
}

.footer--style-two__title::before {
    position: absolute;
    content: "";
    width: 63px;
    height: 2px;
    background-color: var(--white-color);
    display: block;
    margin-top: 20px;
    bottom: -20px;
    left: 30px;
}

.footer--style-two__desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    color: var(--white-color);
}

.footer--style-two {
    /* =========================
     SOCIAL
  ========================= */
}

.footer--style-two__social {
    display: flex;
    gap: 10px;
}

.footer--style-two__social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid var(--white-color);
}

.footer--style-two__social-link:hover {
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    background-color: var(--primary-color);
}

.footer--style-two {
    /* =========================
     LIST
  ========================= */
}

.footer--style-two__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer--style-two__list-item {
    margin-bottom: 24px;
}

.footer--style-two__list-item:last-child {
    margin-bottom: 0;
}

.footer--style-two__list-link {
    font-size: 16px;
    color: var(--white-color);
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: var(--body-font-family);
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer--style-two__list-link:hover {
    transform: translateX(5px);
    color: white;
}

/*
.footer--style-two {

} */

.footer--style-two__cta {
    background: var(--primary-color);
    border-radius: 10px;
    padding: 35px 50px;
}

.footer--style-two__cta--two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .footer--style-two__cta {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .footer--style-two__cta {
        padding: 20px 15px;
    }
}

.footer--style-two__logo img {
    max-width: 220px;
    height: auto;
}

@media (max-width: 1200px) {
    .footer--style-two__logo img {
        max-width: 175px;
    }
}

@media (max-width: 576px) {
    .footer--style-two__logo img {
        max-width: 145px;
    }
}

.footer--style-two__contact {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.footer--style-two__contact.style2 {
    flex-wrap: wrap;
    gap: 60px;
}

@media (max-width: 1200px) {
    .footer--style-two__contact.style2 {
        width: 100%;
        gap: 30px;
    }
}

.footer--style-two__contact-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer--style-two__contact-item i {
    font-size: 55px;
    color: var(--white-color);
}

@media (max-width: 1200px) {
    .footer--style-two__contact-item i {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .footer--style-two__contact-item i {
        font-size: 28px;
    }
}

.footer--style-two__contact-item--divider {
    width: 1px;
    height: 60px;
    background-color: var(--white-color);
    opacity: 0.3;
}

@media (max-width: 768px) {
    .footer--style-two__contact-item--divider {
        display: none;
    }
}

.footer--style-two__contact-label {
    display: block;
    font-size: 16px;
    color: var(--white-color);
    margin-bottom: 5px;
    font-family: var(--body-font-family);
}

.footer--style-two__contact-text {
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color);
    margin: 0;
}

@media (max-width: 992px) {
    .footer--style-two__contact-text {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .footer--style-two__contact-text {
        font-size: 20px;
    }
}

.footer--style-two {
    /* =========================
     BOTTOM AREA
  ========================= */
}

.footer--style-two__bottom {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .footer--style-two__bottom {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }
}

.footer--style-two__copyright {
    font-size: 16px;
    margin: 0;
    color: var(--white-color);
}

.footer--style-two__copyright .brand-name {
    color: var(--primary-color);
    text-decoration: none;
}

.footer--style-two__copyright .brand-name:hover {
    text-decoration: underline;
    color: var(--white-color);
}

.footer--style-two__links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer--style-two__link {
    font-size: 16px;
    color: var(--white-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer--style-two__link:hover {
    color: var(--primary-color);
}

.medical-footer {
    position: relative;
    background-color: #56754b;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

@media (max-width: 992px) {
    .medical-footer .footer--style-two__logo-wapper {
        width: 100%;
        gap: 30px !important;
        flex-direction: row !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .medical-footer .footer--style-two__bottom {
        flex-wrap: wrap;
        gap: 30px;
        padding: 25px !important;
    }
}

@media (max-width: 992px) {
    .medical-footer .footer--style-two__contact-item--divider {
        display: none;
    }
}

@media (max-width: 992px) {
    .medical-footer .footer--style-two__contact {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .medical-footer .footer--style-two__widget--open-time {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .medical-footer .footer--style-two__about-content {
        max-width: 650px;
    }
}

@media (max-width: 1200px) {
    .medical-footer .footer--style-two__top-content {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .medical-footer .footer--style-two__desc {
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .medical-footer .footer--style-two__link-category {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .medical-footer .footer--style-two__link-category {
        gap: 30px;
    }
}

.medical-footer .footer--style-two__cta {
    border-radius: 10px 10px 0 0;
    background: transparent;
    padding: 0 0 40px;
}

.medical-footer .footer--style-two__bottom {
    background-color: var(--white-color);
    align-items: flex-end;
}

.medical-footer .footer--style-two__copyright {
    color: var(--black-color);
}

@media (max-width: 992px) {
    .medical-footer .footer--style-two__copyright {
        max-width: 320px;
        width: 100%;
        line-height: 27px;
    }
}

@media (max-width: 768px) {
    .medical-footer .footer--style-two__copyright {
        width: 100%;
    }
}

.medical-footer .footer--style-two__links {
    color: var(--black-color);
}

.medical-footer .footer--style-two__link {
    color: var(--black-color);
}

.medical-footer .footer--style-two__bottom {
    border-radius: 10px 10px 0 0;
    padding: 40px;
}

.medical-footer .footer--style-two__copyright-link {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 992px) {
    .medical-footer .footer--style-two__copyright-link {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .medical-footer .footer--style-two__copyright-link {
        flex-wrap: wrap;
    }
}

.medical-footer .footer--style-two__title::after {
    background-color: var(--black-color);
}

.medical-footer .footer--style-two__logo-wapper {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.medical-footer .footer--style-two__logo-wapper .footer-logo {
    display: inline-block;
}

@media (max-width: 768px) {
    .medical-footer .footer--style-two__logo-wapper .footer-logo {
        max-width: 150px;
    }
}

.medical-footer .footer--style-two__logo-wapper .social-btns__wapper {
    display: flex;
}

@media (max-width: 992px) {
    .medical-footer .footer--style-two__logo-wapper .social-btns__wapper {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 576px) {
    .medical-footer .footer--style-two__logo-wapper .social-btns__wapper .social-btn {
        font-size: 14px;
        padding: 4px 8px;
        line-height: 28px;
    }
}

.medical-footer .footer--style-two__newsletter {
    display: flex;
    max-width: 363px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .medical-footer .footer--style-two__newsletter {
        max-width: 100%;
    }
}

.medical-footer .footer--style-two__newsletter .newsletter-input {
    max-width: 307px;
    width: 100%;
    border: 1px solid var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 20px 20px;
    border-radius: 10px;
    outline: none;
    background: var(--white-color);
}

@media (max-width: 1200px) {
    .medical-footer .footer--style-two__newsletter .newsletter-input {
        max-width: 100%;
    }
}

.medical-footer .footer--style-two__newsletter .newsletter-input__btn {
    max-width: 56px;
    background-color: var(--black-color);
    border-radius: 10px;
    padding: 20px 21px;
}

.medical-footer .footer--style-two__newsletter .newsletter-input__btn i {
    transform: rotate(300deg);
    font-size: 18px;
}

.medical-footer .footer--style-two__newsletter .newsletter-input:focus {
    border: 1px solid var(--white-color);
    outline: none;
}

/*--------------------------------------------------------------
  19. Hero
----------------------------------------------------------------*/
.healthcare-hero {
    position: relative;
}

.healthcare-hero__wrapper {
    position: relative;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.healthcare-hero__content {
    position: absolute;
    max-width: 665px;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
}

@media (max-width: 768px) {
    .healthcare-hero__content {
        left: 15px;
        right: 15px;
    }
}

.healthcare-hero__subtitle {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white-color);
    padding-bottom: 15px;
}

.healthcare-hero__title {
    font-size: 74px;
    color: var(--white-color);
    line-height: 84px;
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .healthcare-hero__title {
        font-size: 64px;
        line-height: 74px;
    }
}

@media (max-width: 576px) {
    .healthcare-hero__title {
        font-size: 52px;
        line-height: 55px;
    }
}

.healthcare-hero__desp {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    padding-bottom: 35px;
}

.healthcare-hero__btn-content {
    display: flex;
    gap: 11px;
}

@media (max-width: 576px) {
    .healthcare-hero__btn-content {
        flex-wrap: wrap;
    }
}

.healthcare-hero__animation:not(.animated) .healthcare-hero__subtitle {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}

.healthcare-hero__animation:not(.animated) .healthcare-hero__title {
    opacity: 0;
    transform: translate3d(0, 38px, 0);
}

.healthcare-hero__animation:not(.animated) .healthcare-hero__desp {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
}

.healthcare-hero__animation:not(.animated) .tp-btn {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
}

.healthcare-hero__animation:not(.animated) .avatar-group__item {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.9);
}

.healthcare-hero__animation .healthcare-hero__subtitle,
.healthcare-hero__animation .healthcare-hero__title,
.healthcare-hero__animation .healthcare-hero__desp,
.healthcare-hero__animation .tp-btn,
.healthcare-hero__animation .avatar-group__item {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.healthcare-hero__animation.is-animating .healthcare-hero__subtitle,
.healthcare-hero__animation.is-animating .healthcare-hero__title,
.healthcare-hero__animation.is-animating .healthcare-hero__desp,
.healthcare-hero__animation.is-animating .tp-btn,
.healthcare-hero__animation.is-animating .avatar-group__item {
    will-change: transform, opacity;
}

.healthcare-hero__animation .tp-btn {
    transition: transform 0.35s ease;
}

.healthcare-hero__animation .tp-btn:hover {
    transform: translateY(-3px);
}

.healthcare-hero__animation .tp-btn__circle svg {
    transition: transform 0.35s ease;
}

.healthcare-hero__animation .tp-btn:hover .tp-btn__circle svg {
    transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {

    .healthcare-hero__animation .healthcare-hero__subtitle,
    .healthcare-hero__animation .healthcare-hero__title,
    .healthcare-hero__animation .healthcare-hero__desp,
    .healthcare-hero__animation .tp-btn,
    .healthcare-hero__animation .avatar-group__item {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }
}

.dental-hero {
    border-radius: 0px;
    margin-top: 0px;
}

.dental-hero__wrapper {
    position: relative;
    min-height: 100dvh;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

@media (max-width: 1400px) {
    .dental-hero__wrapper {
        min-height: 100dvh;
    }
}

@media (max-width: 768px) {
    .dental-hero__wrapper {
        min-height: 500px;
    }
}

.dental-hero__inner {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1400px) {
    .dental-hero__inner {
        justify-content: center;
    }
}

.dental-hero__content {
    margin: 100px 90px 100px;
    max-width: 1273px;
}

@media (max-width: 1400px) {
    .dental-hero__content {
        margin: 40px 90px 40px;
    }
}

@media (max-width: 768px) {
    .dental-hero__content {
        margin: 0 15px;
    }
}

.dental-hero__heading {
    font-size: 50px;
    color: #5F682D;
    margin-bottom: 40px;
    line-height: 1.1;
}

@media (max-width: 1400px) {
    .dental-hero__heading {
        font-size: 50px;
        line-height: 1.01;
        margin-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .dental-hero__heading {
        font-size: 45px;
        line-height: 74px;
    }
}

@media (max-width: 768px) {
    .dental-hero__heading {
        font-size: 40px;
        line-height: 55px;
    }
}

.dental-hero__text {
    font-size: 20px;
    color: #5F682D;
    margin-bottom: 28px;
    font-family: var(--heading-font-family);
    font-weight: 400;
    max-width: 669px;
}

@media (max-width: 768px) {
    .dental-hero__text {
        font-size: 18px;
    }
}

.dental-hero__play-btn .ak-heartbeat-icon {
    width: 80px;
    height: 73px;
}

.dental-hero__play-btn .ak-heartbeat-icon .ak-heartbeat-btn {
    background-color: var(--white-color);
}

.dental-hero__play-btn .ak-heartbeat-icon .ak-heartbeat-btn::before {
    background-color: var(--white-color);
}

.dental-hero__play-btn .ak-heartbeat-icon .ak-heartbeat-btn::after {
    background-color: var(--white-color);
}

.dental-hero__play-btn .ak-heartbeat-icon .ak-heartbeat-btn span {
    color: var(--primary-color);
}

.dental-hero__services {
    margin-top: 80px;
    max-width: 765px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 1400px) {
    .dental-hero__services {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .dental-hero__services {
        display: none;
    }
}

.dental-hero__services--wapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.dental-hero__services .text-moving-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #1e699d 0%, rgba(255, 74, 35, 0) 50%, #1e699d 120%);
    z-index: 1;
}

.dental-hero__service-item {
    background-color: var(--white-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #737373;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
}

.dental-hero__service--icon {
    width: 30px;
    height: 30px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dental-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.dental-hero__animation:not(.animated) .dental-hero__heading {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0, 28px, 0);
}

.dental-hero__animation:not(.animated) .dental-hero__text {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
}

.dental-hero__animation:not(.animated) .tp-btn,
.dental-hero__animation:not(.animated) .dental-hero__play-btn {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.96);
}

.dental-hero__animation:not(.animated) .dental-hero__services--wapper {
    opacity: 0;
    transform: translate3d(-35px, 0, 0);
}

.dental-hero__animation:not(.animated) .dental-hero__service-item,
.dental-hero__animation:not(.animated) .dental-hero__service--icon {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.94);
}

.dental-hero__animation .dental-hero__heading,
.dental-hero__animation .dental-hero__text,
.dental-hero__animation .tp-btn,
.dental-hero__animation .play-btn,
.dental-hero__animation .dental-hero__services--wapper,
.dental-hero__animation .dental-hero__service-item,
.dental-hero__animation .dental-hero__service--icon {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.dental-hero__animation.is-animating .dental-hero__heading,
.dental-hero__animation.is-animating .dental-hero__text,
.dental-hero__animation.is-animating .tp-btn,
.dental-hero__animation.is-animating .play-btn,
.dental-hero__animation.is-animating .dental-hero__services--wapper,
.dental-hero__animation.is-animating .dental-hero__service-item,
.dental-hero__animation.is-animating .dental-hero__service--icon {
    will-change: transform, opacity, clip-path;
}

.dental-hero__animation .tp-btn {
    transition: transform 0.35s ease;
}

.dental-hero__animation .tp-btn:hover {
    transform: translateY(-3px);
}

.dental-hero__animation .tp-btn__circle svg {
    transition: transform 0.35s ease;
}

.dental-hero__animation .tp-btn:hover .tp-btn__circle svg {
    transform: rotate(45deg);
}

.dental-hero__animation .play-btn {
    transition: transform 0.35s ease;
}

.dental-hero__animation .play-btn:hover {
    transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {

    .dental-hero__animation .dental-hero__heading,
    .dental-hero__animation .dental-hero__text,
    .dental-hero__animation .tp-btn,
    .dental-hero__animation .play-btn,
    .dental-hero__animation .dental-hero__services--wapper,
    .dental-hero__animation .dental-hero__service-item,
    .dental-hero__animation .dental-hero__service--icon {
        opacity: 1;
        clip-path: none;
        transform: none;
        animation: none;
        transition: none;
    }
}

.dental-services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding-top: 20px;
    background-color: var(--bg-light);
}

@media (max-width: 1600px) {
    .dental-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .dental-services__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.dental-services__card {
    background: #f1f2ff;
    border-radius: 20px;
    padding: 40px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .dental-services__card {
        min-height: 322px;
        padding: 20px;
    }
}

.dental-services__card-title {
    font-size: 24px;
    margin-bottom: 115px;
    font-family: var(--heading-font-family);
    line-height: 24px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .dental-services__card-title {
        margin-bottom: 60px;
    }
}

.dental-services__card-title.two-title {
    margin-bottom: 30px;
    color: var(--white-color);
}

.dental-services__card-title.open-hours {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}

.dental-services__card-text {
    font-size: 18px;
    font-weight: 600;
}

.dental-services__card--skilled {
    background-color: #f1f2ff;
}

.dental-services__card--image-overlay {
    background-size: cover;
    background-position: center;
    color: var(--white-color);
    justify-content: flex-end;
}

.dental-services__card--profile {
    background-size: cover;
    background-position: center;
    justify-content: flex-end;
    padding: 0;
}

.dental-services__avatars {
    display: flex;
    margin-bottom: 30px;
}

.dental-services__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    margin-right: -20px;
    background: #ccc;
}

.dental-services__avatar--plus {
    background: var(--primary-color);
    color: var(--white-color);
    display: grid;
    place-items: center;
    font-weight: bold;
    margin-right: 0;
}

.dental-services__overlay-content {
    position: relative;
    z-index: 1;
}

.dental-services__pills {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.dental-services__pill {
    padding: 10px 15px;
    border: 2px solid var(--white-color);
    border-radius: 19px;
    font-size: 16px;
    line-height: 16px;
    color: var(--white-color);
    font-weight: 600;
}

.dental-services__hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dental-services__hours-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
    font-size: 18px;
    color: var(--body-color);
}

.dental-services__hours-item:last-child {
    padding-bottom: 0;
}

.dental-services__hours-item:first-child {
    padding-top: 0;
}

.dental-services__hours-item--highlight {
    color: var(--primary-color);
    font-weight: 600;
    border-bottom: none;
}

.dental-services__contact-info {
    background: rgba(255, 255, 255, 0.2392156863);
    backdrop-filter: blur(35px);
    padding: 30px;
    color: var(--white-color);
    margin: 30px;
    border-radius: 8px;
    position: relative;
}

@media (max-width: 768px) {
    .dental-services__contact-info {
        margin: 15px;
    }
}

.dental-services__contact-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
}

.dental-services__contact-text:first-child {
    margin-bottom: 25px;
}

.dental-services__action-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.medical-hero {
    position: relative;
    overflow: hidden;
}

.medical-hero__wapper {
    position: relative;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

@media (max-width: 768px) {
    .medical-hero__wapper {
        min-height: auto;
    }
}

.medical-hero__bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.medical-hero__top {
    position: relative;
    overflow: hidden;
}

.medical-hero__img {
    position: absolute;
    max-width: 543px;
    max-height: 673px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 5;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
}

@media (max-width: 992px) {
    .medical-hero__img {
        max-width: 443px;
        max-height: 573px;
    }
}

@media (max-width: 576px) {
    .medical-hero__img {
        max-width: 360px;
        max-height: 460px;
    }
}

.medical-hero__title {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 29%;
    transform: translate(-50%, -50%);
    color: var(--white-color);
    font-size: 198px;
    line-height: 84px;
    text-align: center;
    width: 100%;
    font-size: clamp(120px, 12vw, 198px);
}

@media (max-width: 992px) {
    .medical-hero__title {
        line-height: 110px;
    }
}

.medical-hero__content {
    height: 100vh;
}

@media (max-width: 768px) {
    .medical-hero__content {
        height: 750px;
    }
}

.medical-hero__bottom-info {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    width: 100%;
}

.medical-hero__bottom-info-wrapper {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.medical-hero__counter {
    max-width: 265px;
}

.medical-hero__counter-number {
    font-size: 64px;
    font-weight: 700;
    color: var(--white-color);
    padding: 10px 0;
}

.medical-hero__counter-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
}

@media (max-width: 768px) {
    .medical-hero__counter {
        display: none;
    }
}

.medical-hero__desc {
    max-width: 305px;
}

@media (max-width: 768px) {
    .medical-hero__desc {
        max-width: 100%;
    }
}

.medical-hero__desc-text {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    padding-bottom: 30px;
}

.medical-hero__animation:not(.animated) .medical-hero__title {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 70px)) scale(0.96);
}

.medical-hero__animation:not(.animated) .medical-hero__img {
    opacity: 0;
    transform: translate(-50%, 70px) scale(0.96);
}

.medical-hero__animation:not(.animated) .medical-hero__counter {
    opacity: 0;
    transform: translate3d(-45px, 0, 0);
}

.medical-hero__animation:not(.animated) .avatar-group__item {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.6);
}

.medical-hero__animation:not(.animated) .medical-hero__desc-text,
.medical-hero__animation:not(.animated) .medical-hero__btn {
    opacity: 0;
    transform: translate3d(45px, 0, 0);
}

.medical-hero__animation .medical-hero__title,
.medical-hero__animation .medical-hero__img,
.medical-hero__animation .medical-hero__counter,
.medical-hero__animation .medical-hero__desc-text,
.medical-hero__animation .medical-hero__btn,
.medical-hero__animation .avatar-group__item {
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.medical-hero__animation .medical-hero__img {
    transform-origin: center bottom;
}

.medical-hero__animation .tp-btn {
    transition: transform 0.35s ease;
}

.medical-hero__animation .tp-btn:hover {
    transform: translateY(-3px);
}

.medical-hero__animation .tp-btn__circle svg {
    transition: transform 0.35s ease;
}

.medical-hero__animation .tp-btn:hover .tp-btn__circle svg {
    transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {

    .medical-hero__animation .medical-hero__title,
    .medical-hero__animation .medical-hero__img,
    .medical-hero__animation .medical-hero__counter,
    .medical-hero__animation .medical-hero__desc-text,
    .medical-hero__animation .medical-hero__btn,
    .medical-hero__animation .avatar-group__item {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }
}

/*--------------------------------------------------------------
  20. Process
----------------------------------------------------------------*/
.working-process-slider {
    display: flex;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

.working-process-slider__border-radius {
    border-radius: 30px;
}

.working-process-slider__container {
    padding: 0 35px;
}

.working-process-slider__container .section-heading {
    padding: 0 90px;
}

@media (max-width: 1400px) {
    .working-process-slider__container .section-heading {
        padding: 0px;
    }
}

@media (max-width: 576px) {
    .working-process-slider__container {
        padding: 0 15px;
    }
}

.working-process-slider__item {
    display: flex;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .working-process-slider__item {
        flex-direction: column;
    }
}

.working-process-slider__right {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    background-color: var(--white-color);
    justify-content: center;
    padding: 20px;
    gap: 15px;
}

@media (max-width: 1600px) {
    .working-process-slider__right {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .working-process-slider__right {
        gap: 15px;
    }
}

.working-process-slider__left {
    display: flex;
    align-items: center;
    max-width: 216px;
    width: 100%;
    gap: 15px;
    padding: 15px;
}

.working-process-slider__left img {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
}

@media (max-width: 1600px) {
    .working-process-slider__left {
        max-width: 100%;
    }
}

.working-process-slider__title {
    font-size: 22px;
    color: #7b5f3a;
    line-height: 24px;
}

.working-process-slider__desp {
    font-size: 17px;
    margin-top: 10px;

    a {
        font-weight: 600;
    }
}

.working-process-slider__subtitle {
    color: var(--white-color);
    line-height: 16px;
}

.working-process-slider__desc {
    font-size: 16px;
    line-height: 16px;
}

.healthcare-working-process__wapper {
    position: relative;
}

.healthcare-working-process__line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media (max-width: 992px) {
    .healthcare-working-process__line {
        display: none;
    }
}

.healthcare-working-process__items {
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 2;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .healthcare-working-process__items {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .healthcare-working-process__items {
        justify-content: center;
    }
}

.healthcare-working-process__item-bottom {
    background-color: var(--white-color);
    filter: drop-shadow(0 5px 44px rgba(0, 0, 0, 0.23));
    border-radius: 50%;
    max-width: 60px;
    max-height: 60px;
}

.healthcare-working-process__item-bottom svg {
    max-width: 42px;
    max-height: 42px;
}

.healthcare-working-process__item-bottom {
    padding: 8px;
}

.healthcare-working-process__item {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 306px;
    text-align: center;
    position: relative;
}

@media (max-width: 1200px) {
    .healthcare-working-process__item {
        gap: 30px;
    }
}

.healthcare-working-process__item.item-1 .healthcare-working-process__item-bottom {
    position: absolute;
    top: 23%;
    right: -7%;
    z-index: 1;
}

.healthcare-working-process__item.item-2 .healthcare-working-process__item-bottom {
    position: absolute;
    bottom: 31%;
    right: 40%;
    z-index: 1;
}

.healthcare-working-process__item.item-3 .healthcare-working-process__item-bottom {
    position: absolute;
    top: 23%;
    left: -7%;
    z-index: 1;
}

.healthcare-working-process__item-top {
    height: 100%;
}

.healthcare-working-process__item-title {
    font-size: 22px;
    padding-bottom: 8px;
}

@media (max-width: 1200px) {
    .healthcare-working-process__item-title {
        font-size: 24px;
    }
}

.healthcare-working-process__item-desp {
    font-size: 15px;
    line-height: 25px;
}

.healthcare-working-process__animation .healthcare-working-process__item-bottom {
    transform-origin: center center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform, filter;
}

.healthcare-working-process__animation .healthcare-working-process__item-bottom svg {
    overflow: visible;
}

.healthcare-working-process__animation .healthcare-working-process__line-path {
    animation: healthcareLineFlow 1.6s linear infinite;
}

.healthcare-working-process__animation .healthcare-working-process__item-bottom.is-active {
    filter: drop-shadow(0 10px 22px rgba(4, 99, 250, 0.22));
}

@keyframes healthcareLineFlow {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -24;
    }
}

@media (prefers-reduced-motion: reduce) {
    .healthcare-working-process__animation .healthcare-working-process__line-path {
        animation: none;
    }

    .healthcare-working-process__animation .healthcare-working-process__item-bottom {
        transform: none;
        filter: none;
    }
}

/*--------------------------------------------------------------
 21. About
----------------------------------------------------------------*/
.dental-about {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.dental-about__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1400px) {
    .dental-about__wrapper {
        gap: 60px;
    }
}

@media (max-width: 992px) {
    .dental-about__wrapper {
        flex-direction: column;
    }
}

.dental-about__left-content {
    max-width: 533px;
    width: 100%;
}

.dental-about__right-content {
    max-width: 690px;
    width: 100%;
}

.dental-about__image-wrapper {
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
    z-index: 1;
}

.dental-about__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 66%;
    height: 63%;
    background-color: var(--primary-color);
    border-radius: 12px;
    z-index: -1;
}

.dental-about__image {
    width: 100%;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.dental-about__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
}

@media (max-width: 1400px) {
    .dental-about__features {
        grid-template-columns: 1fr;
    }
}

.dental-about__feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: var(--black-color);
    font-family: var(--body-font-family);
    font-weight: 600;
}

.dental-about__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dental-about__feature-icon svg {
    font-size: 18px;
}

.dental-about__bottom-cards {
    position: relative;
    z-index: 5;
    top: -101px;
    max-width: 900px;
    width: 100%;
    display: flex;
}

@media (max-width: 1400px) {
    .dental-about__bottom-cards {
        max-width: 100%;
        top: 0;
        margin: 60px 0 100px 0;
    }
}

@media (max-width: 768px) {
    .dental-about__bottom-cards {
        margin: 60px 0 40px 0;
    }
}

@media (max-width: 768px) {
    .dental-about__bottom-cards>* {
        padding: 0;
    }
}

.dental-about-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
}

.dental-about-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(4, 99, 250, 0.85);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
}

.dental-about-card:hover::before {
    opacity: 1;
}

.dental-about-card:hover .dental-about-card__img {
    transform: scale(1.1);
}

.dental-about-card:hover .dental-about-card__title {
    bottom: 25px;
}

.dental-about-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dental-about-card__title {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: var(--white-color);
    font-size: 18px;
    font-family: var(--heading-font-family);
    font-weight: 700;
    z-index: 3;
    margin: 0;
    transition: all 0.4s ease;
    padding: 0 10px;
}

@media (max-width: 576px) {
    .dental-about-card__title {
        font-size: 24px;
    }
}

.healthcare-about__wrapper {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .healthcare-about__wrapper {
        flex-direction: column;
    }
}

.healthcare-about__img-centent {
    max-width: 604px;
    width: 100%;
    position: relative;
}

.healthcare-about__opening-hour {
    max-width: 272px;
    width: 100%;
    position: absolute;
    bottom: 8px;
    right: 0px;
    padding: 30px;
    border-radius: 10px;
    background-color: var(--primary-color);
}

@media (max-width: 1400px) {
    .healthcare-about__opening-hour {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .healthcare-about__opening-hour {
        max-width: 272px;
    }
}

@media (max-width: 768px) {
    .healthcare-about__opening-hour {
        bottom: 0;
    }
}

@media (max-width: 576px) {
    .healthcare-about__opening-hour {
        max-width: 100%;
        margin-top: 30px;
        position: relative;
    }
}

.healthcare-about__opening-hour--title {
    font-size: 18px;
    margin-bottom: 22px;
    color: var(--white-color);
}

.healthcare-about__opening-hour--lists {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.healthcare-about__opening-hour--list-tiem {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.healthcare-about__info {
    max-width: 645px;
    width: 100%;
}

@media (max-width: 1200px) {
    .healthcare-about__info {
        max-width: 100%;
    }
}

.healthcare-about__group-list {
    border-radius: 10px;
    padding: 30px;
    background-color: var(--smoke-bg-color);
    margin: 30px 0;
    max-width: 595px;
}

.healthcare-about__list-title {
    color: var(--black-color);
    line-height: 23px;
}

.healthcare-about__btn-content {
    display: flex;
    gap: 30px;
    align-items: center;
}

@media (max-width: 576px) {
    .healthcare-about__btn-content {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.healthcare-about__btn-call {
    display: flex;
    gap: 15px;
    align-items: center;
}

.healthcare-about__btn-call p {
    margin-bottom: 5px;
    font-size: 14px;
}

.healthcare-about__btn-call a {
    color: var(--black-color);
    font-size: 20px;
    font-family: var(--heading-font-family);
}

.medical-care-hope__wapper {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .medical-care-hope__wapper {
        gap: 40px;
        flex-direction: column;
    }
}

.medical-care-hope__content {
    max-width: 512px;
}

.medical-care-hope__item-icon {
    padding: 15px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .medical-care-hope__item-icon {
        padding: 10px;
    }
}

.medical-care-hope__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.medical-care-hope__item {
    display: flex;
    gap: 25px;
    align-items: center;
}

@media (max-width: 768px) {
    .medical-care-hope__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.medical-care-hope__item-title {
    font-size: 24px;
}

@media (max-width: 768px) {
    .medical-care-hope__item-title {
        font-size: 22px;
    }
}

.medical-care-hope__item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.medical-care-hope__img-content {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    gap: 26px;
}

@media (max-width: 1400px) {
    .medical-care-hope__img-content {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

.medical-care-hope__image-area {
    height: 100%;
}

@media (max-width: 1400px) {
    .medical-care-hope__image-area {
        display: none;
    }
}

.medical-care-hope__main-image-tag {
    height: 100%;
}

.medical-care-hope__video-card {
    position: absolute;
    opacity: 1;
    right: 0;
    top: 80px;
}

@media (max-width: 1400px) {
    .medical-care-hope__video-card {
        position: relative;
        opacity: 1;
        right: auto;
        top: auto;
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .medical-care-hope__video-image {
        width: 100%;
    }
}

.medical-care-hope__doctor-info {
    text-align: center;
}

.medical-care-hope__title {
    margin-top: 10px;
    font-size: 30px;
}

@media (max-width: 768px) {
    .medical-care-hope__title {
        font-size: 22px;
    }
}

.medical-care-hope__doctor-content {
    max-width: 255px;
    text-align: center;
}

.medical-care-hope__designation {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .medical-care-hope__designation {
        margin-bottom: 10px;
    }
}

.medical-care-hope__phone {
    font-size: 20px;
    color: var(--black-color);
}

@media (max-width: 768px) {
    .medical-care-hope__phone {
        font-size: 18px;
    }
}

.medical-care-hope__phone-icon {
    color: var(--primary-color);
    padding-right: 10px;
}

.medical-care-hope__rating-icon {
    color: var(--primary-color);
}

.medical-care-hope__video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
 22. Team
----------------------------------------------------------------*/
.dental-quality {
    border-radius: 30px;
    background: linear-gradient(0deg, #8cb8ff 0%, rgba(155, 185, 233, 0.1) 100%);
    padding: 120px 90px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px) {
    .dental-quality {
        padding: 60px 0px;
    }
}

@media (max-width: 576px) {
    .dental-quality {
        padding-bottom: 15px;
    }
}

.dental-quality__wrapper {
    display: flex;
    gap: 100px;
}

@media (max-width: 1600px) {
    .dental-quality__wrapper {
        flex-direction: column;
        gap: 60px;
        position: relative;
    }
}

@media (max-width: 992px) {
    .dental-quality__wrapper {
        gap: 40px;
    }
}

.dental-quality__content-wrapper {
    display: flex;
    gap: 100px;
    width: 100%;
}

@media (max-width: 992px) {
    .dental-quality__content-wrapper {
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .dental-quality__content-wrapper {
        flex-direction: column;
        gap: 20px;
    }
}

.dental-quality__floating-img {
    margin-bottom: 0px;
    text-align: left;
}

@media (max-width: 1600px) {
    .dental-quality__floating-img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.dental-quality__floating-img img {
    max-width: 296px;
    animation: qualityFloat 4s ease-in-out infinite;
}

@media (max-width: 992px) {
    .dental-quality__floating-img img {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    .dental-quality__floating-img img {
        max-width: 150px;
    }
}

.dental-quality__col--left {
    max-width: 446px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1600px) {
    .dental-quality__col--left {
        max-width: 100%;
    }
}

.dental-quality__col--middle {
    max-width: 532px;
    width: 100%;
}

.dental-quality__col--right {
    max-width: 525px;
    width: 100%;
}

@keyframes qualityFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.quality-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quality-list__item--active .quality-list__link {
    color: var(--primary-color);
}

.quality-list__item--active .quality-list__link svg path {
    fill: var(--primary-color);
}

.quality-list__item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 30px 0;
    border-bottom: 1px dashed rgba(19, 23, 29, 0.15);
}

@media (max-width: 992px) {
    .quality-list__item::after {
        margin: 20px 0;
    }
}

.quality-list:last-child::after {
    margin: 30px 0px 0 0;
}

@media (max-width: 992px) {
    .quality-list:last-child::after {
        margin: 0;
    }
}

.quality-list__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
    font-weight: 700;
    color: var(--heading-color);
    font-family: var(--heading-font-family);
    text-decoration: none;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .quality-list__link {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .quality-list__link {
        font-size: 22px;
    }
}

.quality-list__link svg {
    transition: transform 0.3s ease;
}

.quality-list__link svg path {
    transition: transform 0.3s ease;
    fill: var(--black-color);
}

.quality-list__link:hover {
    color: var(--primary-color);
}

.quality-list__link:hover svg {
    transform: translateX(5px);
}

.quality-list__link:hover svg path {
    fill: var(--primary-color);
}

.quality-preview__img {
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.quality-preview__title {
    font-size: 30px;
    font-family: var(--heading-font-family);
    font-weight: 700;
    color: var(--heading-color);
    margin: 0;
}

@media (max-width: 992px) {
    .quality-preview__title {
        font-size: 26px;
    }
}

.quality-preview__text {
    font-size: 16px;
    font-weight: 600;
    color: var(--body-color);
    margin: 0;
}

.quality-preview__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-family: var(--heading-font-family);
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}

.quality-preview__link .quality-preview__icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.quality-preview__link:hover .quality-preview__icon {
    transform: translateX(5px);
}

.doctors-team__cards-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 120px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    justify-content: space-between;
}

.doctors-team__cards-list>* {
    width: calc(25% - 30px);
}

@media (max-width: 1200px) {
    .doctors-team__cards-list>* {
        width: calc(33% - 30px);
    }
}

@media (max-width: 992px) {
    .doctors-team__cards-list>* {
        width: calc(45% - 20px);
    }
}

@media (max-width: 768px) {
    .doctors-team__cards-list>* {
        width: calc(50% - 15px);
    }
}

@media (max-width: 576px) {
    .doctors-team__cards-list>* {
        width: 100%;
    }
}

.doctors-team__lists {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

@media (max-width: 1200px) {
    .doctors-team__lists {
        flex-wrap: wrap;
        row-gap: 90px;
    }
}

@media (max-width: 1200px) {
    .doctors-team__lists>* {
        width: calc(50% - 8px);
    }
}

@media (max-width: 1200px) {
    .doctors-team__lists>* {
        width: calc(100% - 8px);
    }
}

.doctors-team__card:hover .doctors-team__card-top::after {
    background: var(--primary-color);
}

.doctors-team__card-top {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.doctors-team__card-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secendary-color);
    z-index: -1;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.doctors-team__card-shape-bg {
    position: relative;
    z-index: 13;
}

@media (max-width: 768px) {
    .doctors-team__card-shape-bg {
        max-height: 250px;
    }
}

.doctors-team__card-title {
    position: absolute;
    left: 35px;
    bottom: 70px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

@media (max-width: 1400px) {
    .doctors-team__card-title {
        left: 20px;
        bottom: 30px;
    }
}

.doctors-team__vertical-text {
    font-size: 36px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--heading-font-family);
}

@media (max-width: 1400px) {
    .doctors-team__vertical-text {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .doctors-team__vertical-text {
        font-size: 26px;
    }
}

.doctors-team {
    /* Image */
}

.doctors-team__image img {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: auto;
    max-width: 308px;
    max-height: 415px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

@media (max-width: 768px) {
    .doctors-team__image img {
        max-width: 245px;
    }
}

.doctors-team {
    /* Content */
}

.doctors-team__content {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doctors-team__name {
    font-size: 30px;
    font-weight: 700;
    color: var(--black-color);
    font-family: var(--heading-font-family);
    margin: 0;
}

@media (max-width: 1400px) {
    .doctors-team__name {
        font-size: 22px;
    }
}

.doctors-team__designation {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

@media (max-width: 1400px) {
    .doctors-team__designation {
        font-size: 16px;
    }
}

.medical-doctors-team {
    border-radius: 30px;
    background: linear-gradient(180deg, #0463fa 0%, rgba(155, 185, 233, 0.05) 100%);
    margin: 0 20px;
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
}

@media (max-width: 992px) {
    .medical-doctors-team {
        padding-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .medical-doctors-team {
        padding-bottom: 15px;
        margin: 0 15px;
    }
}

.medical-doctors-team__wapper>* {
    margin-right: calc(-1.5 * var(--bs-gutter-x));
    margin-left: calc(-1.5 * var(--bs-gutter-x));
}

.medical-doctors-team__card {
    border-radius: 10px;
    background: var(--white-color);
    padding: 11px;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 576px) {
    .medical-doctors-team__card {
        margin: 0 15px;
    }
}

.medical-doctors-team__card-img {
    max-width: 100%;
    max-height: 255px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding-top: 17px;
    background: var(--smoke-bg-color);
}

.medical-doctors-team__card-content {
    flex: 1 1 auto;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background: var(--smoke-bg-color);
    box-shadow: -1px 0 52px 13px #d8ddfb;
    transition: all 0.5s ease;
}

.medical-doctors-team__card-name {
    font-size: 20px;
    margin: 0px 0 10px 0;
    transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.medical-doctors-team__card-title {
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

.medical-doctors-team__card-consults {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.medical-doctors-team__card-consults svg path {
    transition: all 0.5s ease;
}

.medical-doctors-team__card:hover .medical-doctors-team__card-content {
    background: var(--primary-color);
    color: var(--white-color);
}

.medical-doctors-team__card:hover .medical-doctors-team__card-name {
    color: var(--white-color);
}

.medical-doctors-team__card:hover .medical-doctors-team__card-consults svg path {
    fill: var(--white-color);
}

/*--------------------------------------------------------------
 23. Pricing Plan
----------------------------------------------------------------*/
.dental-pricing__padding .container {
    padding: 0;
}

.pricing-v2-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

@media (min-width: 768px) {
    .pricing-v2-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .pricing-v2-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pricing-card-v2 {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    position: relative;
    background-color: var(--primary-color);
}

.pricing-card-v2__pricing-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pricing-card-v2__top {
    padding: 35px 30px 25px;
    background-color: var(--white-color);
    border: 3px solid var(--primary-color);
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.pricing-card-v2__title {
    font-size: 26px;
    font-family: var(--heading-font-family);
    font-weight: 800;
    color: var(--heading-color);
    margin-bottom: 12px;
}

.pricing-card-v2__desc {
    font-size: 15px;
    color: var(--body-color);
    line-height: 1.6;
    margin: 0;
}

.pricing-card-v2__price-box {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 70px 30px 30px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1400px) {
    .pricing-card-v2__price-box {
        padding: 50px 30px 0px 30px;
    }
}

@media (max-width: 1200px) {
    .pricing-card-v2__price-box {
        padding: 50px 30px 73px 30px;
    }
}

@media (max-width: 992px) {
    .pricing-card-v2__price-box {
        padding: 30px 30px 0px 30px;
    }
}

@media (max-width: 768px) {
    .pricing-card-v2__price-box {
        position: relative;
        z-index: 111;
        padding: 30px 30px 30px 30px;
    }
}

.pricing-card-v2__price-content {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    z-index: 111;
    top: -38px;
}

@media (max-width: 1400px) {
    .pricing-card-v2__price-content {
        top: -20px;
    }
}

@media (max-width: 992px) {
    .pricing-card-v2__price-content {
        top: 0;
    }
}

.pricing-card-v2__currency {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--heading-font-family);
    line-height: 1;
    margin-bottom: 5px;
    display: inline-block;
}

.pricing-card-v2__amount {
    font-size: 46px;
    font-weight: 800;
    font-family: var(--heading-font-family);
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
}

.pricing-card-v2__amount::before {
    content: "$";
    position: absolute;
    left: -20px;
    top: 5px;
    font-size: 24px;
    font-weight: 700;
}

.pricing-card-v2__duration {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.9;
}

.pricing-card-v2__features {
    list-style: none;
    padding: 30px;
    margin: 0;
    flex-grow: 1;
    position: relative;
    z-index: 11;
}

@media (max-width: 992px) {
    .pricing-card-v2__features {
        top: 50px;
    }
}

@media (max-width: 768px) {
    .pricing-card-v2__features {
        top: 0;
    }
}

.pricing-card-v2__feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 15px;
}

.pricing-card-v2__feature:last-child {
    margin-bottom: 0;
}

.pricing-card-v2__feature--disabled {
    color: #b0b5ba;
}

.pricing-card-v2__feature--disabled .pricing-card-v2__icon {
    color: #b0b5ba;
}

.pricing-card-v2__icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--primary-color);
    fill: none;
}

.pricing-card-v2__btn {
    display: block;
    margin: 0 30px 30px;
    padding: 16px 20px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 15px;
    font-family: var(--heading-font-family);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 11;
}

.pricing-card-v2__btn:hover {
    background-color: var(--heading-color);
    color: var(--white-color);
}

.pricing-card-v2--dark {
    border-color: var(--secendary-color);
    background-color: var(--secendary-color);
}

.pricing-card-v2--dark .pricing-card-v2__price-box {
    background-color: var(--secendary-color);
}

.pricing-card-v2--dark .pricing-card-v2__btn {
    background-color: var(--secendary-color);
}

.pricing-card-v2--dark .pricing-card-v2__btn:hover {
    background-color: var(--primary-color);
}

.pricing-card-v2--dark .pricing-card-v2__icon {
    color: var(--secendary-color);
}

/*--------------------------------------------------------------
 24. Testimonial
----------------------------------------------------------------*/
.working-process__content {
    height: 0;
    overflow: hidden;
    transition: height 0.7s ease;
}

.working-process__toggle svg {
    transition: transform 0.3s ease;
}

.working-process__item.active .working-process__toggle svg {
    transform: rotate(45deg);
}

.working-process {
    border-radius: 30px;
    background: var(--BG-color-Smoke-BG-color-1, #f1f2ff);
    transition: background 0.4ms ease;
}

.working-process__item {
    padding: 30px 0 30px 0px;
    position: relative;
}

.working-process__item.active {
    border-radius: 30px;
    opacity: 0.95;
    background: var(--Main-color-Theme-color-2, #1c2359);
    transition: background 0.4ms ease;
}

.working-process__item.active .working-process__name {
    color: var(--white-color);
}

.working-process__item.active .working-process__number {
    border: 1px solid var(--white-color);
    color: var(--white-color);
}

.working-process__item.active .working-process__header {
    padding: 0px 0 40px 0px;
}

.working-process__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.working-process__left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.working-process__number {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--heading-font-family);
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.working-process__name {
    font-size: 24px;
}

@media (max-width: 576px) {
    .working-process__name {
        font-size: 22px;
    }
}

.working-process__toggle {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    color: var(--black-color);
    background-color: var(--primary-color);
    border: none;
}

.working-process__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 992px) {
    .working-process__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.working-process__image {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

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

.working-process__desc {
    padding-bottom: 40px;
    font-size: 18px;
    color: var(--white-color);
}

@media (max-width: 992px) {
    .working-process__desc {
        padding-bottom: 30px;
    }
}

.working-process__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--white-color);
    margin-bottom: 40px;
}

.working-process__list li {
    font-size: 18px;
    font-weight: 600;
}

.working-process-rating {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 576px) {
    .working-process-rating {
        gap: 10px;
        flex-wrap: wrap;
    }
}

.working-process-rating__number span {
    font-size: 40px;
    font-weight: 700;
    color: #296c2e;
    font-family: var(--heading-font-family);
}

@media (max-width: 1200px) {
    .working-process-rating__number span {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .working-process-rating__number span {
        font-size: 26px;
    }
}

.working-process-rating__number P {
    color: #000000;
    margin-top: 5px;
}

.working-process-rating__divider {
    width: 1px;
    height: 100%;
    opacity: 0.3;
    background-color: var(--white-color);
}

.working-process-rating__reviews {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 992px) {
    .working-process-rating__reviews {
        gap: 0px;
    }
}

.working-process-rating__reviews p {
    color: #000000;
}

.clients-testimonials {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 95px;
}

@media (max-width: 992px) {
    .clients-testimonials {
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .clients-testimonials {
        flex-direction: column;
    }
}

.clients-testimonials__video-wrapper {
    max-width: 822px;
    width: 100%;
}

.clients-testimonials__info-wrapper {
    max-width: 652px;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .clients-testimonials__info-wrapper {
        max-width: 540px;
        width: 100%;
        margin: 0 15px;
        padding: 0 15px;
        padding-bottom: 60px;
    }
}

.clients-testimonials__video-btn {
    position: relative;
}

@media (max-width: 1400px) {
    .clients-testimonials__video-btn {
        height: 600px;
    }
}

@media (max-width: 768px) {
    .clients-testimonials__video-btn {
        height: 400px;
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .clients-testimonials__img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.clients-testimonials__controller {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: calc(100% - 50px);
}

.clients-testimonials__name-content {
    padding-bottom: 40px;
}

.clients-testimonials__name {
    color: var(--white-color);
    padding-bottom: 10px;
    font-size: 24px;
}

@media (max-width: 768px) {
    .clients-testimonials__name {
        font-size: 22px;
    }
}

.clients-testimonials__designation {
    color: var(--primary-color);
}

.clients-testimonials__img-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.clients-testimonials__img-items {
    width: 81px;
    height: 88px;
}

.clients-testimonials__next-prve {
    display: flex;
    gap: 20px;
    align-items: center;
}

.clients-testimonials-thumb-slider .swiper-slide {
    width: 80px;
    cursor: pointer;
    opacity: 0.4;
    transition: all 0.4s ease;
}

.clients-testimonials-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    transform: translateY(-5px);
}

.clients-testimonials-thumb-slider img {
    width: 100%;
    display: block;
}

.medical-testimonial {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.medical-testimonial__slider-item {
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 35px;
    position: relative;
}

@media (max-width: 992px) {
    .medical-testimonial__slider-item {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .medical-testimonial__slider-item {
        padding: 30px 15px;
    }
}

.medical-testimonial__slider-item-img {
    width: 100%;
    max-width: 325px;
}

@media (max-width: 992px) {
    .medical-testimonial__slider-item-img {
        max-width: 215px;
    }
}

@media (max-width: 768px) {
    .medical-testimonial__slider-item-img {
        max-width: 150px;
        margin-bottom: 20px;
    }
}

.medical-testimonial__slider-item-content {
    width: 100%;
    max-width: 700px;
}

.medical-testimonial__slider-item-star {
    margin-bottom: 20px;
}

.medical-testimonial__slider-item-text {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 20px;
    font-family: var(--heading-font-family);
}

@media (max-width: 768px) {
    .medical-testimonial__slider-item-text {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

.medical-testimonial__slider-item-name {
    margin-bottom: 10px;
    font-size: 30px;
}

@media (max-width: 768px) {
    .medical-testimonial__slider-item-name {
        font-size: 22px;
        margin-bottom: 2px;
    }
}

.medical-testimonial__slider-btn {
    position: absolute;
    top: 80%;
    right: 15%;
    transform: translateY(-80%);
    z-index: 10;
}

@media (max-width: 992px) {
    .medical-testimonial__slider-btn {
        top: 92%;
        right: 6%;
    }
}

@media (max-width: 576px) {
    .medical-testimonial__slider-btn {
        top: 95%;
    }
}

.medical-testimonial__slider-item-img,
.medical-testimonial__slider-item-star,
.medical-testimonial__slider-item-text,
.medical-testimonial__slider-item-name,
.medical-testimonial__slider-item-title {
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.medical-testimonial__slider-item-img.medical-animation {
    animation: medicalFadeLeft 0.8s ease forwards;
}

.medical-testimonial__slider-item-star.medical-animation {
    animation: medicalFadeUp 0.8s ease 0.15s forwards;
}

.medical-testimonial__slider-item-text.medical-animation {
    animation: medicalFadeUp 0.8s ease 0.3s forwards;
}

.medical-testimonial__slider-item-name.medical-animation {
    animation: medicalFadeUp 0.8s ease 0.45s forwards;
}

.medical-testimonial__slider-item-title.medical-animation {
    animation: medicalFadeUp 0.8s ease 0.6s forwards;
}

@keyframes medicalFadeLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes medicalFadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.medical-choose-us {
    margin: 0 20px;
    border-radius: 30px;
    padding-bottom: 120px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .medical-choose-us {
        padding-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .medical-choose-us {
        padding-bottom: 15px;
        margin: 0 15px 20px;
    }
}

.medical-choose-us__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white-color);
    padding: 50px;
    position: relative;
    border-radius: 30px;
    margin-top: 60px;
}

@media (max-width: 992px) {
    .medical-choose-us__content {
        margin-top: 40px;
        flex-direction: column;
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .medical-choose-us__content {
        padding: 30px 15px 15px;
    }
}

.medical-choose-us__content>* {
    flex: 1;
}

@media (max-width: 1400px) {
    .medical-choose-us__content {
        gap: 30px;
    }
}

@media (min-width: 1400px) {
    .medical-choose-us__content {
        margin-top: 140px;
        margin-bottom: 80px;
    }
}

.medical-choose-us__left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 360px;
    width: 100%;
}

@media (max-width: 1400px) {
    .medical-choose-us__left {
        max-width: 100%;
    }
}

.medical-choose-us__btn {
    display: flex;
    align-items: center;
    gap: 0;
}

.medical-choose-us__btn-icon {
    padding: 10px 15px;
    border-radius: 40px;
    background: #ff623a;
}

.medical-choose-us__btn-madeis {
    padding: 8px 15px;
    border: 2px solid #ff623a;
    border-radius: 40px;
    color: #ff623a;
}

.medical-choose-us__title {
    max-width: 305px;
    width: 100%;
    font-size: 36px;
}

@media (max-width: 768px) {
    .medical-choose-us__title {
        font-size: 26px;
    }
}

@media (max-width: 1400px) {
    .medical-choose-us__title {
        max-width: 100%;
    }
}

.medical-choose-us__desc {
    max-width: 360px;
    font-size: 16px;
}

@media (max-width: 1400px) {
    .medical-choose-us__desc {
        max-width: 100%;
        margin-right: 50px;
    }
}

.medical-choose-us__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(60px, 27vw, 368px);
}

@media (max-width: 1400px) {
    .medical-choose-us__center {
        display: none;
    }
}

.medical-choose-us__right {
    max-width: 384px;
    width: 100%;
}

@media (max-width: 1400px) {
    .medical-choose-us__right {
        max-width: 100%;
    }
}

.common-questions__bg-color {
    background: #e6efff;
}

.common-questions__wapper {
    display: flex;
    gap: 55px;
    align-items: center;
}

@media (max-width: 1200px) {
    .common-questions__wapper {
        flex-direction: column;
        gap: 60px;
    }
}

@media (max-width: 1200px) {
    .common-questions__wapper.style2 {
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }
}

.common-questions__left {
    max-width: 480px;
    width: 100%;
    background-color: #f5f1e6;
    padding: 30px;
    line-height: 24px;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}

.common-questions__left.style2 {
    background-color: transparent;
    padding: 0;
    max-width: 590px;
    align-self: flex-end;
}

@media (max-width: 1200px) {
    .common-questions__left.style2 {
        align-self: flex-start;
    }
}

@media (max-width: 1200px) {
    .common-questions__left {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .common-questions__left {
        padding: 15px;
    }
}

.common-questions__img {
    border-radius: 30px;
}

@media (max-width: 992px) {
    .common-questions__img {
        min-height: 300px;
        max-height: 350px;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.common-questions__title {
    padding: 20px 0px 10px;
}

@media (max-width: 992px) {
    .common-questions__title {
        padding: 0 0 10px 0;
    }
}

.common-questions__desp {
    margin-bottom: 12px;
}

@media (max-width: 576px) {
    .common-questions__desp {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .common-questions__left-content {
        gap: 30px;
        width: 100%;
        display: flex;
    }
}

@media (max-width: 992px) {
    .common-questions__left-content {
        flex-direction: column;
    }
}

.common-questions__right {
    display: flex;
    flex-direction: column;
}

.common-questions__right.style2 {
    max-width: 645px;
    width: 100%;
}

.health-support {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin: 0 20px;
}

@media (max-width: 576px) {
    .health-support {
        margin: 0 15px;
    }
}

.health-support__wapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.health-support__info {
    position: relative;
}

.health-support__btn-content {
    position: relative;
    z-index: 1;
}

.health-support__ultrastructural-icon {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    bottom: -50%;
}

@media (max-width: 992px) {
    .health-support__ultrastructural-icon {
        bottom: -30%;
    }
}

.health-support__ultrastructural-icon img {
    max-width: 180px;
    max-height: 180px;
    width: 100%;
}

@media (max-width: 1200px) {
    .health-support__ultrastructural-icon img {
        max-width: 120px;
        max-height: 120px;
    }
}

@media (max-width: 768px) {
    .health-support__ultrastructural-icon img {
        max-width: 70px;
        max-height: 70px;
    }
}

.dentist-dental-appointment {
    min-height: 1131px;
    max-height: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 992px) {
    .dentist-dental-appointment {
        min-height: 559px;
        max-height: 560px;
    }
}

/*--------------------------------------------------------------
 25. Comments Form
----------------------------------------------------------------*/
.common-form-wrapper {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    margin-top: 40px;
}

@media (max-width: 992px) {
    .common-form-wrapper {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .common-form-wrapper {
        padding: 15px;
    }
}

.common-form-wrapper .common-form-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .common-form-wrapper .common-form-title {
        font-size: 24px;
    }
}

.common-form-wrapper .common-form-desc {
    font-size: 16px;
    color: var(--body-color);
    margin-bottom: 35px;
}

.common-form__row {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .common-form__row {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
}

.common-form__group {
    position: relative;
    flex: 1;
}

.common-form__group--full {
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .common-form__group--full {
        margin-bottom: 20px;
    }
}

.common-form__control {
    width: 100%;
    background-color: var(--smoke-bg-color);
    border: 1px solid transparent;
    padding: 23px 24px 23px 24px;
    font-size: 14px;
    color: var(--black-color);
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-radius: 8px;
    font-weight: 600;
}

.common-form__control::-moz-placeholder {
    color: var(--body-color);
    opacity: 0.7;
}

.common-form__control::placeholder {
    color: var(--body-color);
    opacity: 0.7;
}

.common-form__control:focus {
    border-color: var(--primary-color);
    background-color: var(--white-color);
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.05);
}

.common-form textarea.common-form__control {
    resize: vertical;
    min-height: 160px;
}

.common-form__icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--body-color);
    font-size: 16px;
    pointer-events: none;
    opacity: 0.6;
}

.common-form__control:is(textarea)~.common-form__icon {
    top: 24px;
    transform: none;
}

.common-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.common-form__checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    background-color: var(--white-color);
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-top: 2px;
}

.common-form__checkbox:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.common-form__checkbox:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid var(--white-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.common-form__label {
    font-size: 16px;
    color: var(--body-color);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 4px;
}

.common-form__btn {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
    border-radius: 30px;
    padding: 22px 38px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.common-form__btn:hover {
    background-color: var(--black-color);
    transform: translateY(-2px);
}

.common-form__btn:active {
    transform: scale(0.98);
}

@media (max-width: 992px) {
    .common-form__btn {
        padding: 15px 20px;
    }
}

/*--------------------------------------------------------------
 26. Before After Slider
----------------------------------------------------------------*/
.dental-before-after {
    width: 100%;
}

.dental-before-after__wapper {
    display: flex;
    gap: 30px;
}

@media (max-width: 768px) {
    .dental-before-after__wapper {
        flex-direction: column;
    }
}

.ba-slider {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    --position: 50%;
}

@media (min-width: 992px) {
    .ba-slider {
        height: 500px;
    }
}

.ba-slider__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.ba-slider__img--after {
    z-index: 1;
}

.ba-slider__img--before {
    z-index: 2;
    clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0 100%);
}

.ba-slider__label {
    position: absolute;
    top: 0;
    background-color: var(--black-color);
    color: var(--white-color);
    font-family: var(--heading-font-family);
    font-weight: 400;
    font-size: 18px;
    padding: 13px 16px;
    z-index: 5;
    pointer-events: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ba-slider__label--before {
    left: 0;
}

.ba-slider__label--after {
    right: 0;
}

.ba-slider__handle {
    position: absolute;
    top: 0;
    left: var(--position);
    width: 5px;
    height: 100%;
    background-color: var(--white-color);
    z-index: 3;
    transform: translateX(-50%);
    pointer-events: none;
}

.ba-slider__handle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.ba-slider__arrows {
    position: absolute;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    z-index: 4;
    display: flex;
    gap: 2px;
    color: var(--white-color);
    font-size: 18px;
    font-family: var(--heading-font-family);
    font-weight: 600;
    pointer-events: none;
}

.ba-slider__arrows svg {
    width: 18px;
    height: 18px;
}

.ba-slider__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: ew-resize;
    margin: 0;
}

/*--------------------------------------------------------------
 27. Blog
----------------------------------------------------------------*/
.blog-container {
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}

.blog-card {
    position: relative;
    overflow: hidden;
    display: block;
}

.blog-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease;
}

.blog-card__tag {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 11;
    padding: 14px 24px;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
}

@media (max-width: 1400px) {
    .blog-card__tag {
        left: 15px;
        top: 15px;
        padding: 10px 15px;
    }
}

.blog-card__content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    z-index: 11;
    display: flex;
    gap: 20px;
}

@media (max-width: 576px) {
    .blog-card__content {
        flex-direction: column;
    }
}

@media (max-width: 1400px) {
    .blog-card__content {
        padding: 15px;
        flex-direction: column;
    }
}

.blog-card__date {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    gap: 10px;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--heading-font-family);
    background-color: var(--primary-color);
}

@media (max-width: 1400px) {
    .blog-card__date {
        width: 47px;
        height: 60px;
        font-size: 18px;
        gap: 5px;
    }
}

.blog-card__date .month {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--body-font-family);
}

.blog-card__user-title {
    color: var(--white-color);
    font-size: 24px;
    transition: color 0.3s ease;
}

@media (max-width: 768px) {
    .blog-card__user-title {
        font-size: 22px;
    }
}

.blog-card__user-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.blog-card__user {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--white-color);
}

.blog-card__user-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-card__user-icon-text {
    color: var(--white-color);
}

@media (max-width: 1400px) {
    .blog-card__user {
        gap: 15px;
    }
}

.blog-card:hover .blog-card__img {
    transform: scale(1.08);
}

.blog-card:hover .blog-card__user-title {
    color: var(--primary-color);
}

.appointment-docotor-bg {
    background: #e6efff;
}

.appointment-docotor-content {
    display: flex;
    width: 85vw !important;
}

@media (max-width: 1600px) {
    .appointment-docotor-content {
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .appointment-docotor-content {
        flex-direction: column;
        gap: 30px;
    }
}

.appointment-docotor-content__left {
    max-width: 765px;
    width: 100%;
}

.appointment-docotor-content__right {
    max-width: 712px;
    width: 100%;
    align-self: end;
}

@media (max-width: 1400px) {
    .appointment-docotor-content__right {
        max-width: 412px;
    }
}

@media (max-width: 1200px) {
    .appointment-docotor-content__right {
        align-self: start;
    }
}

.appointment-card-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.appointment-card-lists>* {
    width: calc(50% - 15px) !important;
}

@media (max-width: 768px) {
    .appointment-card-lists>* {
        width: 100% !important;
    }
}

.appointment-card-list {
    display: flex;
    background-color: var(--white-color);
    padding: 30px 10px 30px 25px;
    border-radius: 8px;
    gap: 15px;
}

@media (max-width: 768px) {
    .appointment-card-list {
        padding: 20px;
    }
}

.appointment-card-list__thumb {
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background: #cde0fe;
    flex-shrink: 0;
}

.appointment-card-list__thumb i {
    font-size: 31px;
    color: var(--primary-color);
}

.appointment-card-list__title {
    font-size: 24px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .appointment-card-list__title {
        font-size: 22px;
    }
}

.appointment-card-list__desp {
    font-size: 16px;
}

.appointment-section {
    position: relative;
    padding: 120px 0 0 0;
    z-index: 1;
}

@media (max-width: 992px) {
    .appointment-section {
        padding: 60px 0 0 0;
    }
}

.appointment-section__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.appointment-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1200px) {
    .appointment-wrapper {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .appointment-wrapper {
        flex-direction: column;
        gap: 40px;
        padding-bottom: 60px;
    }
}

.appointment-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
}

.appointment-info__card {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--white-color);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1200px) {
    .appointment-info__card {
        padding: 15px;
        gap: 15px;
    }
}

.appointment-info__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .appointment-info__icon {
        width: 55px;
        height: 55px;
    }
}

.appointment-info__icon-i {
    font-size: 35px;
    color: var(--white-color);
}

@media (max-width: 992px) {
    .appointment-info__icon-i {
        font-size: 22px;
    }
}

.appointment-info__content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.appointment-info__title {
    font-size: 24px;
    color: var(--white-color);
    border-bottom: 1px solid color-mix(in srgb, var(--white-color) 20%, transparent);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.appointment-info__text {
    font-size: 18px;
    color: var(--white-color);
    margin: 0;
    line-height: 1.5;
}

.appointment-form-wrap {
    flex: 1.5;
    align-self: flex-end;
    background-color: var(--white-color);
    border-radius: 20px 20px 0 0;
    padding: 60px 40px;
}

@media (max-width: 1200px) {
    .appointment-form-wrap {
        padding: 40px 30px;
    }
}

@media (max-width: 992px) {
    .appointment-form-wrap {
        align-self: center;
        border-radius: 20px;
    }
}

@media (max-width: 576px) {
    .appointment-form-wrap {
        padding: 30px 20px;
    }
}

.appointment-form-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.appointment-form-wrap__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.appointment-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.appointment-form__col-6 {
    width: calc(50% - 10px);
}

@media (max-width: 768px) {
    .appointment-form__col-6 {
        width: 100%;
    }
}

.appointment-form__col-12 {
    width: 100%;
}

.appointment-form__group {
    margin-bottom: 20px;
}

.appointment-form__input,
.appointment-form__select,
.appointment-form__textarea {
    width: 100%;
    background-color: var(--smoke-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 20px 26px;
    transition: all 0.3s ease;
}

.appointment-form__input:focus,
.appointment-form__select:focus,
.appointment-form__textarea:focus {
    border-color: var(--primary-color);
    background-color: var(--white-color);
    outline: none;
}

.appointment-form__input::-moz-placeholder,
.appointment-form__select::-moz-placeholder,
.appointment-form__textarea::-moz-placeholder {
    color: var(--body-color);
    font-weight: 600;
    opacity: 0.6;
}

.appointment-form__input::placeholder,
.appointment-form__select::placeholder,
.appointment-form__textarea::placeholder {
    color: var(--body-color);
    font-weight: 600;
    opacity: 0.6;
}

.appointment-form__textarea {
    min-height: 120px;
    resize: none;
}

.appointment-form__select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.appointment-form__option {
    color: var(--black-color);
}

.appointment-form__select-wrap {
    position: relative;
}

.appointment-form__select-arrow,
.appointment-form__input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 46px;
    height: 46px;
    background-color: var(--primary-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    pointer-events: none;
    border-radius: 5px;
    margin-right: 7px;
}

.appointment-form__submit-wrap {
    margin-top: 0px;
}

.appointment-form__submit-wrap .tp-btn {
    background-color: transparent;
}

.appointment-form__submit-wrap .tp-btn__text {
    border-radius: 4px;
    padding: 18px 30px;
}

@media (max-width: 768px) {
    .appointment-form__submit-wrap .tp-btn__text {
        padding: 15px 20px;
        display: block;
        text-align: center;
    }
}

.appointment-form__hint {
    margin-top: 20px;
    font-size: 16px;
    color: var(--body-color);
}

.appointment-booking {
    overflow: hidden;
    margin: 0 20px;
    max-width: 1880px;
}

@media (max-width: 1920px) {
    .appointment-booking {
        margin: 0 auto;
    }
}

.appointment-booking .appointment-container {
    display: flex;
    gap: 20px;
}

@media (max-width: 992px) {
    .appointment-booking .appointment-container {
        flex-direction: column;
    }
}

.appointment-booking__left {
    width: 475px;
    height: 451px;
    flex-shrink: 0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px) {
    .appointment-booking__left {
        width: 100%;
        height: 350px;
    }
}

.appointment-booking__left img.appointment-booking__bg-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.appointment-booking__left-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 2;
    background: linear-gradient(180deg, color-mix(in srgb, var(--primary-color), transparent 100%) 0.23%, color-mix(in srgb, var(--secendary-color), black 20%) 100%);
    color: var(--white-color);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.appointment-booking__left-content .appointment-booking__left-title {
    color: var(--white-color);
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .appointment-booking__left-content .appointment-booking__left-title {
        font-size: 24px;
    }
}

.appointment-booking__left-content .appointment-booking__left-desc {
    font-size: 16px;
    margin-bottom: 0;
    opacity: 0.9;
    line-height: 1.5;
    color: var(--white-color);
}

.appointment-booking__right {
    flex-grow: 1;
    min-width: 0;
    height: 451px;
    border-radius: 20px;
    background-color: var(--secendary-color);
    padding: 55px 60px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.appointment-booking__right-overlay {
    position: absolute;
    inset: 0;
    background-color: var(--secendary-color);
    opacity: 0.8;
    z-index: -1;
    border-radius: 20px;
}

.appointment-booking__right-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2;
    border-radius: 20px;
}

@media (max-width: 992px) {
    .appointment-booking__right {
        height: auto;
        padding: 30px;
    }
}

.appointment-booking__right-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .appointment-booking__right-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.appointment-booking__right-header__right-title {
    color: var(--white-color);
    font-size: 36px;
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .appointment-booking__right-header__right-title {
        font-size: 28px;
    }
}

.appointment-booking__right-header__right-subtitle {
    color: var(--white-color);
    margin: 0;
    font-size: 16px;
    opacity: 0.9;
}

.appointment-booking__right-main-content {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}

.appointment-booking__right-form-wrapper {
    position: relative;
    z-index: 2;
}

.appointment-booking__right-image-wrapper {
    position: absolute;
    right: 0;
    bottom: -55px;
}

@media (max-width: 1200px) {
    .appointment-booking__right-image-wrapper {
        display: none;
    }
}

.appointment-booking__right-img {
    width: 273px;
    height: 309px;
    display: block;
}

.appointment-booking__right .appointment-form {
    max-width: 820px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.appointment-booking__right .appointment-form__row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .appointment-booking__right .appointment-form__row {
        flex-direction: column;
    }
}

.appointment-booking__right .appointment-form__group {
    flex: 0 0 400px;
    position: relative;
}

@media (max-width: 768px) {
    .appointment-booking__right .appointment-form__group {
        flex: 1 1 auto;
        width: 100%;
    }
}

.appointment-booking__right .appointment-form__input,
.appointment-booking__right .appointment-form__select {
    width: 100%;
    height: 60px;
    background-color: color-mix(in srgb, var(--white-color), transparent 85%);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0 25px;
    color: var(--white-color);
    font-size: 16px;
    font-family: var(--body-font-family);
    outline: none;
}

.appointment-booking__right .appointment-form__input::-moz-placeholder,
.appointment-booking__right .appointment-form__select::-moz-placeholder {
    color: color-mix(in srgb, var(--white-color), transparent 20%);
}

.appointment-booking__right .appointment-form__input::placeholder,
.appointment-booking__right .appointment-form__select::placeholder {
    color: color-mix(in srgb, var(--white-color), transparent 20%);
}

.appointment-booking__right .appointment-form__input:focus,
.appointment-booking__right .appointment-form__select:focus {
    border-color: color-mix(in srgb, var(--white-color), transparent 70%);
    background-color: color-mix(in srgb, var(--white-color), transparent 80%);
}

.appointment-booking__right .appointment-form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.appointment-booking__right .appointment-form__select-wrapper {
    position: relative;
}

.appointment-booking__right .appointment-form__select-wrapper .appointment-form__select-icon {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    color: var(--white-color);
    pointer-events: none;
}

.appointment-booking__right .appointment-form__btn {
    width: 100%;
    height: 60px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: var(--body-font-family);
}

.appointment-booking__right .appointment-form__btn:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.blog-standard__wapper {
    display: flex;
    gap: 30px;
}

@media (max-width: 1200px) {
    .blog-standard__wapper {
        flex-direction: column-reverse;
    }
}

.blog-standard__card-lists {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 870px;
    width: 100%;
}

@media (max-width: 1200px) {
    .blog-standard__card-lists {
        max-width: 100%;
    }
}

.blog-standard__sidebar-content {
    max-width: 420px;
    width: 100%;
}

@media (max-width: 1200px) {
    .blog-standard__sidebar-content {
        max-width: 100%;
    }
}

.blog-standard__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100% !important;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

@media (max-width: 992px) {
    .blog-standard__card-img-top {
        min-height: 200px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.blog-standard__card:hover .blog-standard__card-title {
    color: var(--primary-color);
}

.blog-standard__card-date {
    position: absolute;
    right: 40px;
    top: -40px;
    background: var(--primary-color);
    padding: 8px 10px;
    border-radius: 3px;
    text-align: center;
}

@media (max-width: 992px) {
    .blog-standard__card-date {
        top: -29px;
    }
}

.blog-standard__card-date-title {
    font-size: 30px;
    color: var(--white-color);
    line-height: 30px;
}

@media (max-width: 992px) {
    .blog-standard__card-date-title {
        font-size: 22px;
        line-height: 20px;
    }
}

.blog-standard__card-date-desp {
    line-height: 100%;
    font-size: 16px;
    color: var(--white-color);
}

.blog-standard__card-body {
    flex: 1 1 auto;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

@media (max-width: 992px) {
    .blog-standard__card-body {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .blog-standard__card-body {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .blog-standard__card-body {
        padding: 35px 15px 15px;
    }
}

.blog-standard__card-tag-wapper {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .blog-standard__card-tag-wapper {
        gap: 15px;
    }
}

.blog-standard__card-tag-info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.blog-standard__card-tag-info i {
    color: var(--primary-color);
}

.blog-standard__card-tag-info span {
    font-size: 16px;
}

.blog-standard__card-title {
    line-height: 88%;
    font-size: 30px;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .blog-standard__card-title {
        font-size: 24px;
        line-height: 100%;
    }
}

.blog-standard__card-desp {
    color: var(--body-color);
}

.blog-standard-widget__wapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-standard-widget__categories-wapper {
    background-color: var(--smoke-bg-color);
    padding: 40px;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .blog-standard-widget__categories-wapper {
        padding: 20px;
    }
}

.blog-standard-widget__divider {
    width: 100%;
    height: 3px;
    background-color: var(--border-color);
    position: relative;
    margin-bottom: 40px;
}

.blog-standard-widget__divider::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    left: 0;
    top: 0;
    background-color: var(--primary-color);
}

.blog-standard-widget__categories-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.blog-standard-widget__categories-item {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.blog-standard-widget__categories-item::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: var(--border-color);
}

.blog-standard-widget__categories-item:last-child {
    margin-bottom: 0;
}

.blog-standard-widget__categories-item:last-child::after {
    display: none;
}

.blog-standard-widget__categories-item:hover .blog-standard-widget__categories-link,
.blog-standard-widget__categories-item:hover .blog-standard-widget__categories-link--arrow {
    color: var(--primary-color);
}

.blog-standard-widget__categories-link {
    color: var(--body-color);
}

.blog-standard-widget__categories-link--text {
    margin-left: 10px;
}

.blog-standard-widget__categories-link--arrow {
    color: var(--body-color);
}

.blog-standard-widget__recent-posts {
    background-color: var(--smoke-bg-color);
    padding: 40px;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .blog-standard-widget__recent-posts {
        padding: 20px;
    }
}

.blog-standard-widget__recent-posts-lists {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.blog-standard-widget__recent-posts-card {
    display: flex;
    gap: 15px;
    max-width: 306px;
    width: 100%;
}

.blog-standard-widget__recent-posts-card img {
    width: 85px;
    height: 85px;
    border-radius: 5px;
}

.blog-standard-widget__recent-posts-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-standard-widget__recent-posts-date {
    display: flex;
    gap: 10px;
    align-items: center;
}

.blog-standard-widget__recent-posts-date-title {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--heading-font-family);
}

.blog-standard-widget__popular-tag {
    background-color: var(--smoke-bg-color);
    padding: 40px;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .blog-standard-widget__popular-tag {
        padding: 20px;
    }
}

.blog-standard-widget__popular-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.blog-standard-widget__popular-tag-btn {
    background-color: var(--white-color);
    border-radius: 5px;
    display: inline-flex;
    padding: 15px 18px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    color: var(--body-color);
}

.blog-standard-widget__popular-tag-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.blog-standard-widget__search {
    background-color: var(--smoke-bg-color);
    padding: 40px;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .blog-standard-widget__search {
        padding: 20px;
    }
}

.blog-standard-widget__search-form {
    width: 100%;
}

.blog-standard-widget__search-input-box {
    display: flex;
    overflow: hidden;
}

.blog-standard-widget__search-input {
    border-radius: 5px 0px 0px 5px;
    width: 100%;
    height: 56px;
    border: 1px solid #d8dde1;
    font-weight: 600;
    padding: 0 20px;
    font-size: 16px;
    background: var(--white-color);
}

.blog-standard-widget__search-input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.blog-standard-widget__search-input::-moz-placeholder {
    color: var(--body-color);
}

.blog-standard-widget__search-input::placeholder {
    color: var(--body-color);
}

.blog-standard-widget__search-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    cursor: pointer;
    background: var(--primary-color);
    transition: all 0.3s ease;
    border-radius: 0 5px 5px 0;
}

.blog-standard-widget__search-btn:hover {
    background: var(--heading-color);
}

.blog-standard-widget__search-btn-icon {
    font-size: 20px;
    color: var(--white-color);
}

.blog-details__container {
    display: flex;
    gap: 30px;
}

@media (max-width: 992px) {
    .blog-details__container {
        flex-direction: column-reverse;
    }
}

.blog-details__img-banner {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 40px;
}

@media (max-width: 768px) {
    .blog-details__img-banner {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .blog-details__img-banner {
        padding: 15px;
    }
}

.blog-details__card-img-top {
    width: 100%;
}

@media (max-width: 576px) {
    .blog-details__card-img-top {
        min-height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.blog-details__card-img-info {
    position: relative;
    margin-bottom: 30px;
}

.blog-details__card-date {
    position: absolute;
    right: 40px;
    bottom: -25px;
    border-radius: 3px;
    padding: 9px;
    background-color: var(--primary-color);
    width: 58px;
    height: 58px;
    text-align: center;
}

@media (max-width: 576px) {
    .blog-details__card-date {
        width: 45px;
        height: 45px;
    }
}

.blog-details__card-date-title {
    font-size: 30px;
    color: var(--white-color);
    line-height: 100%;
}

@media (max-width: 576px) {
    .blog-details__card-date-title {
        font-size: 16px;
    }
}

.blog-details__card-date-desp {
    font-size: 16px;
    color: var(--white-color);
    line-height: 100%;
}

@media (max-width: 576px) {
    .blog-details__card-date-desp {
        font-size: 12px;
    }
}

.blog-details__card-tag {
    margin-bottom: 30px;
}

.blog-details__card-tag-wapper {
    display: flex;
    gap: 30px;
}

@media (max-width: 576px) {
    .blog-details__card-tag-wapper {
        flex-wrap: wrap;
        padding-top: 20px;
    }
}

.blog-details__card-tag-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.blog-details__card-tag-info i {
    color: var(--primary-color);
}

.blog-details__card-title {
    font-size: 36px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .blog-details__card-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
}

.blog-details__card-desp {
    font-size: 16px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .blog-details__card-desp {
        margin-bottom: 15px;
    }
}

.blog-details__img-content {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .blog-details__img-content {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .blog-details__img-content {
        flex-direction: column;
    }
}

.blog-details__img-content img {
    width: 100%;
}

.blog-details__feature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    max-width: 632px;
}

@media (max-width: 576px) {
    .blog-details__feature {
        grid-template-columns: repeat(1, 1fr);
    }
}

.blog-details__feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-details__feature-icon {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-details__feature-icon-item {
    font-size: 16px;
    color: var(--primary-color);
}

.blog-details__feature-content {
    flex: 1;
}

.blog-details__feature-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--body-color);
}

.blog-details__tag-share {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.blog-details__title {
    font-size: 24px;
}

@media (max-width: 576px) {
    .blog-details__title {
        font-size: 20px;
    }
}

.blog-details__tag {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-details__tag-lists {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-details__tag-lists a {
    background-color: var(--white-color);
    border-radius: 5px;
    padding: 15px 18px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.blog-details__tag-lists a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.blog-details__share {
    display: flex;
    gap: 15px;
    align-items: center;
}

.blog-details__share-title {
    font-size: 24px;
}

@media (max-width: 576px) {
    .blog-details__share-title {
        font-size: 20px;
    }
}

.blog-details__share-lists {
    display: flex;
    gap: 5px;
}

.blog-details__share-lists a {
    background-color: var(--smoke-bg-color);
    border-radius: 5px;
    padding: 12px 15px;
    color: var(--black-color);
}

.blog-details__share-lists a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.blog-details__profile {
    margin-top: 40px;
    padding: 20px;
    background-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 30px;
    align-items: center;
}

@media (max-width: 768px) {
    .blog-details__profile {
        flex-direction: column;
        gap: 15px;
    }
}

.blog-details__profile-img img {
    border-radius: 15px;
}

.blog-details__profile-info-wapper {
    display: flex;
    gap: 15px;
    align-items: center;
}

@media (max-width: 768px) {
    .blog-details__profile-info-wapper {
        margin-bottom: 10px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5px;
    }
}

.blog-details__profile-title {
    font-size: 30px;
    color: var(--white-color);
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .blog-details__profile-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .blog-details__profile-title {
        margin-bottom: 0px;
    }
}

.blog-details__profile-time {
    font-size: 16px;
    color: var(--white-color);
    font-weight: 400;
}

.blog-details__profile-desp {
    color: var(--white-color);
}

@media (max-width: 768px) {
    .blog-details__profile-desp {
        text-align: center;
    }
}

.blog-details__profile-social-links {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 13px;
}

@media (max-width: 768px) {
    .blog-details__profile-social-links {
        justify-content: center;
        margin-top: 20px;
    }
}

.blog-details__profile-social-links a i {
    color: var(--white-color);
}

.blog-details__prev-next {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.blog-details__next-btn,
.blog-details__prev-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--black-color);
}

.blog-details__next-btn:hover,
.blog-details__prev-btn:hover {
    color: var(--primary-color);
}

.blog-details__comments {
    margin-top: 30px;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 40px;
}

@media (max-width: 992px) {
    .blog-details__comments {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .blog-details__comments {
        padding: 15px;
    }
}

.blog-details__comments-title-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.blog-details__comments-title-info i {
    color: var(--primary-color);
}

@media (max-width: 992px) {
    .blog-details__comments-title-info {
        margin-bottom: 25px;
    }
}

.blog-details__comments-title {
    font-size: 30px;
}

@media (max-width: 992px) {
    .blog-details__comments-title {
        font-size: 24px;
    }
}

.blog-details__comment-card-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 576px) {
    .blog-details__comment-card-list {
        gap: 15px;
    }
}

.blog-details__comment-card {
    display: flex;
    gap: 20px;
    border-radius: 10px;
    background: var(--smoke-bg-color);
    padding: 30px;
}

@media (max-width: 992px) {
    .blog-details__comment-card {
        padding: 15px;
        flex-direction: column;
    }
}

.blog-details__comment-card:nth-child(even) {
    margin-left: 80px;
}

@media (max-width: 992px) {
    .blog-details__comment-card:nth-child(even) {
        margin-left: 25px;
    }
}

.blog-details__comment-card img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.blog-details__comment-per-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.blog-details__comment-per-title {
    font-size: 24px;
}

@media (max-width: 992px) {
    .blog-details__comment-per-title {
        font-size: 20px;
    }
}

.blog-details__comment-per-desp {
    font-size: 14px;
}

@media (max-width: 992px) {
    .blog-details__reply-btn {
        margin-top: 15px;
    }
}

.blog-details__comment-reply-btn {
    padding: 11px;
    background-color: var(--black-color);
    flex-shrink: 0;
    color: var(--white-color);
    font-size: 16px;
}

@media (max-width: 576px) {
    .blog-details__comment-reply-btn {
        padding: 9px;
        font-size: 14px;
        font-weight: 400;
    }
}

/*--------------------------------------------------------------
 28. Service
----------------------------------------------------------------*/
.healthcare-top-service__wrapper {
    max-width: 310px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.healthcare-top-service__list {
    display: flex;
    width: 100%;
}

@media (max-width: 1200px) {
    .healthcare-top-service__list {
        flex-wrap: wrap;
    }
}

.healthcare-top-service__card {
    position: relative;
    padding: 75px 60px;
    width: 100%;
}

@media (max-width: 1200px) {
    .healthcare-top-service__card {
        padding: 30px;
        width: 50%;
        flex-grow: 1;
        min-width: 365px;
    }
}

.healthcare-top-service__title {
    color: var(--white-color);
    line-height: 24px;
    font-size: 24px;
}

@media (max-width: 768px) {
    .healthcare-top-service__title {
        font-size: 22px;
    }
}

.healthcare-top-service__desp {
    color: var(--white-color);
}

.healthcare-top-service .healthcare-top-service-add {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 270px;
    width: 100%;
}

@media (max-width: 1700px) {
    .healthcare-top-service .healthcare-top-service-add {
        max-width: 200px;
    }
}

@media (max-width: 1600px) {
    .healthcare-top-service .healthcare-top-service-add {
        max-width: 170px;
    }
}

@media (max-width: 1200px) {
    .healthcare-top-service .healthcare-top-service-add {
        max-width: 149px;
    }
}

.medical-top-service__title {
    font-size: 22px;
}

.medical-top-service__list {
    display: flex;
}

@media (max-width: 992px) {
    .medical-top-service__list {
        flex-direction: column;
    }

    .medical-top-service__list .medical-top-service__card {
        width: 100%;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .medical-top-service__list .medical-top-service__card {
        padding: 30px 15px;
    }
}

.medical-top-service__wrapper {
    position: relative;
    max-width: 517px;
    display: flex;
    gap: 40px;
    z-index: 11;
}

@media (max-width: 992px) {
    .medical-top-service__wrapper {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .medical-top-service__wrapper {
        gap: 30px;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .medical-top-service__wrapper {
        gap: 20px;
    }
}

.medical-top-service__card {
    position: relative;
    padding: 75px 60px;
}

@media (max-width: 1400px) {
    .medical-top-service__card {
        padding: 40px;
    }
}

.medical-top-service__card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(241, 242, 255, 0.7294117647);
    z-index: 2;
}

.medical-top-service__card.medical-top-service__primary::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #6E9871;
    z-index: 2;
}

.medical-top-service__card.medical-top-service__primary .medical-top-service__title {
    color: var(--white-color);
}

.medical-top-service__card.medical-top-service__primary .medical-top-service__desp {
    color: var(--white-color);
}

.medical-top-service__icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.medical-top-service__icon img {
    width: 100%;
}

.medical-top-service__bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.medical-top-service__title {
    color: var(--black-color);
    line-height: 24px;
}

@media (max-width: 768px) {
    .medical-top-service__title {
        font-size: 22px;
    }
}

.medical-top-service__desp {
    color: var(--black-color);
    padding: 15px 0;
}

@media (max-width: 992px) {
    .medical-top-service__desp {
        padding: 15px 0 30px 0px;
    }
}

.medical-top-service .medical-top-service-add {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 270px;
}

.medical-top-service__card .medical-top-service__icon img {
    transition: transform 0.8s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.medical-top-service__card:has(.medical-top-service__btn:hover) .medical-top-service__icon img {
    transform: rotateY(360deg);
}

.medical-quality-service {
    position: relative;
}

.medical-quality-service__mask {
    position: absolute;
    left: 40px;
    bottom: 40px;
    max-width: 420px;
    max-height: 465px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

@media (max-width: 1200px) {
    .medical-quality-service__mask {
        max-width: 255px;
        max-height: 280px;
        opacity: 0.1;
    }
}

.medical-quality-service__list-content {
    display: flex;
    gap: 30px;
}

@media (max-width: 1200px) {
    .medical-quality-service__list-content {
        flex-direction: column;
    }
}

.medical-quality-service__lists {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 338px;
    width: 100%;
}

@media (max-width: 1200px) {
    .medical-quality-service__lists {
        flex-direction: row;
        max-width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .medical-quality-service__lists {
        flex-wrap: wrap;
    }
}

.medical-quality-service__list-title {
    font-size: 24px;
    color: var(--black-color);
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    .medical-quality-service__list-title {
        font-size: 22px;
    }
}

.medical-quality-service__list {
    position: relative;
    display: flex;
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
    padding: 8px 20px;
    gap: 20px;
    align-items: center;
    cursor: pointer;
    transition: background-color 1s ease;
}

.medical-quality-service__list-icon {
    transition: background-color 1s ease;
}

.medical-quality-service__list:hover {
    background-color: var(--primary-color);
}

.medical-quality-service__list:hover .medical-quality-service__list-icon {
    background-color: var(--white-color);
}

.medical-quality-service__list:hover .medical-quality-service__list-title {
    color: var(--white-color);
}

.medical-quality-service__list-icon {
    width: 56px;
    height: 56px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: rgba(4, 98, 250, 0.0823529412);
    background-blend-mode: color-burn;
    transition: all 0.5s ease;
}

.medical-quality-service__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-grow: 1;
}

.medical-quality-service__item {
    position: relative;
    display: flex;
    background-color: var(--primary-color);
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .medical-quality-service__item {
        flex-direction: column;
    }
}

.medical-quality-service__item-left {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
}

@media (max-width: 1200px) {
    .medical-quality-service__item-left {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .medical-quality-service__item-left {
        padding: 15px 15px 20px;
    }
}

.medical-quality-service__item-icon-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.medical-quality-service__item-icon {
    width: 90px;
    height: 90px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--white-color);
}

@media (max-width: 992px) {
    .medical-quality-service__item-icon {
        width: 60px;
        height: 60px;
    }
}

.medical-quality-service__item-icon img {
    max-width: 50px;
    width: 100%;
}

.medical-quality-service__item-num {
    color: var(--white-color);
}

.medical-quality-service__item-title {
    color: var(--white-color);
    max-width: 323px;
}

@media (max-width: 768px) {
    .medical-quality-service__item-title {
        font-size: 26px;
    }
}

@media (max-width: 1200px) {
    .medical-quality-service__item-title {
        max-width: 100%;
    }
}

.medical-quality-service__item-desp {
    color: var(--white-color);
    margin-bottom: 10px;
    max-width: 323px;
}

@media (max-width: 1200px) {
    .medical-quality-service__item-desp {
        max-width: 100%;
    }
}

.medical-quality-service__item-right {
    max-width: 420px;
}

@media (max-width: 768px) {
    .medical-quality-service__item-right {
        max-width: 100%;
        max-height: 300px;
    }
}

.medical-quality-service__item-right img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.medical-quality-service__list:hover .medical-quality-service__list-icon {
    background-color: var(--white-color);
}

.medical-quality-service__list:hover .medical-quality-service__list-icon img {
    transform: rotateY(360deg);
}

.medical-quality-service__list:hover .medical-quality-service__list-title {
    color: var(--white-color);
}

.medical-quality-service__list-icon {
    width: 56px;
    height: 56px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: rgba(4, 98, 250, 0.0823529412);
    background-blend-mode: color-burn;
    transition: background-color 0.5s ease;
}

.medical-quality-service__list-icon img {
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.medical-quality-service__item .medical-quality-service__item-icon img {
    transition: transform 0.8s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.medical-quality-service__item:has(.explore-btn:hover) .medical-quality-service__item-icon img {
    transform: rotateY(360deg);
}

.recovery-journey {
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    .recovery-journey {
        gap: 30px;
        justify-content: space-between;
    }
}

@media (max-width: 1200px) {
    .recovery-journey {
        flex-wrap: wrap;
    }
}

.recovery-journey__card {
    text-align: center;
    max-width: 290px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .recovery-journey__card {
        max-width: calc(50% - 32px);
        width: 100%;
    }
}

@media (max-width: 768px) {
    .recovery-journey__card {
        max-width: 100%;
        width: 100%;
    }
}

.recovery-journey__card-img {
    max-width: 228px;
    margin-bottom: 35px;
}

.recovery-journey__card-title {
    font-size: 24px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .recovery-journey__card-title {
        font-size: 22px;
    }
}

.recovery-journey__card-desc {
    font-size: 16px;
}

.recovery-journey__arrow {
    padding-bottom: 113px;
}

@media (max-width: 1400px) {
    .recovery-journey__arrow {
        display: none;
    }
}

.consult-online {
    position: relative;
    border-radius: 30px;
    margin: 0 20px;
    overflow: hidden;
    padding-bottom: 60px;
}

@media (max-width: 992px) {
    .consult-online {
        padding-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .consult-online {
        padding-bottom: 15px;
        margin: 0 15px;
    }
}

.consult-online__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .consult-online__content {
        border-radius: 15px;
        height: 300px;
    }
}

.consult-online__img {
    width: 100%;
    border-radius: 30px;
}

@media (max-width: 768px) {
    .consult-online__img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.consult-online__content-overlay {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
}

@media (max-width: 768px) {
    .consult-online__content-overlay {
        bottom: 20px;
    }
}

.consult-online__left {
    max-width: 281px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 44px;
    fill: rgba(226, 226, 226, 0.2);
    backdrop-filter: blur(35px);
    padding: 15px;
    background: #56754b96;
}

@media (max-width: 1200px) {
    .consult-online__left {
        padding: 10px;
        height: 50px;
        gap: 10px;
    }
}

.consult-online__left-title {
    color: var(--white-color);
    font-size: 20px;
}

@media (max-width: 1200px) {
    .consult-online__left-title {
        font-size: 16px;
    }
}

.consult-online__left {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    .consult-online__left {
        display: none;
    }
}

.consult-online__left-img {
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .consult-online__left-img {
        width: 40px;
        height: 40px;
    }
}

.consult-online__center {
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.consult-online__btn {
    background-color: var(--white-color);
    border: none;
    padding: 20px;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .consult-online__btn {
        padding: 17px;
    }
}

.consult-online__btn--red {
    background: #ff623a;
}

.consult-online__btn>* {
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
}

@media (max-width: 1200px) {
    .consult-online__btn>* {
        width: 17px;
        height: 17px;
    }
}

.consult-online__right {
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 1200px) {
    .consult-online__right {
        bottom: 10px;
    }
}

@media (max-width: 768px) {
    .consult-online__right {
        display: none;
    }
}

.consult-online__icon {
    font-size: 30px;
    color: var(--black-color);
}

.consult-online__icon--white {
    color: var(--white-color);
    transform: rotate(135deg);
}

@media (max-width: 1200px) {
    .consult-online__icon {
        font-size: 17px;
    }
}

.healthcare-service {
    position: relative;
}

@media (max-width: 768px) {
    .healthcare-service__section-img {
        display: none;
    }
}

.healthcare-service__card {
    border-radius: 30px;
    padding: 10px;
    height: 100%;
}

.healthcare-service__card-border {
    position: relative;
    border: 1px solid #286c2e;
    border-radius: 30px;
    padding: 30px 15px;
    z-index: 11;
    height: 100%;
}

@media (max-width: 768px) {
    .healthcare-service__card {
        padding: 15px;
    }
}

.healthcare-service__icon {
    width: 90px;
    height: 90px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #f1f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.healthcare-service__title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
}

.healthcare-service__desc {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 0px;
    max-width: 237px;
    margin: 0 auto;
}

.healthcare-service {
    /* Active Card */
}

.healthcare-service__card--active {
    position: relative;
}

.healthcare-service__card--active::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--primary-color);
    z-index: 1;
    border-radius: 10px;
}

.healthcare-service__card--active .healthcare-service__title {
    color: var(--white-color);
}

.healthcare-service__card--active .healthcare-service__desc {
    color: var(--white-color);
}

.healthcare-service {
    /* Banner */
}

.healthcare-service__banner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    gap: 35px;
}

@media (max-width: 1200px) {
    .healthcare-service__banner {
        gap: 30px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .healthcare-service__banner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.healthcare-service__heading {
    font-size: 64px;
    color: var(--white-color);
}

@media (max-width: 1200px) {
    .healthcare-service__heading {
        font-size: 46px;
    }
}

@media (max-width: 992px) {
    .healthcare-service__heading {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .healthcare-service__heading {
        font-size: 32px;
    }
}

.healthcare-service__card .healthcare-service__icon img {
    transition: transform 0.8s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.healthcare-service__card:has(.explore-btn:hover) .healthcare-service__icon img {
    transform: rotateY(360deg);
}

.service-details__container-inner {
    display: flex;
    gap: 30px;
}

@media (max-width: 1200px) {
    .service-details__container-inner {
        flex-direction: column-reverse;
    }
}

.service-details__wapper {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 40px;
    fill: var(--white-color);
    filter: drop-shadow(0 10px 50px rgba(0, 0, 0, 0.08));
}

@media (max-width: 576px) {
    .service-details__wapper {
        padding: 15px;
    }
}

.service-details__wapper-content {
    width: 100%;
    max-width: 870px;
}

@media (max-width: 1200px) {
    .service-details__wapper-content {
        max-width: 100%;
    }
}

.service-details__sidebar-content {
    width: 100%;
    max-width: 420px;
}

@media (max-width: 1200px) {
    .service-details__sidebar-content {
        max-width: 100%;
    }
}

.service-details__title {
    font-size: 48px;
    margin: 40px 0;
    line-height: 100%;
}

@media (max-width: 1200px) {
    .service-details__title {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .service-details__title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .service-details__title {
        margin: 20px 0;
    }
}

.service-details__title-mini {
    font-size: 30px;
    margin: 30px 0;
    line-height: 100%;
}

@media (max-width: 768px) {
    .service-details__title-mini {
        font-size: 24px;
        margin: 20px 0;
    }
}

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

.service-details__img-section {
    display: flex;
    gap: 30px;
    margin: 40px 0;
    overflow: hidden;
}

.service-details__img-section img {
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .service-details__img-section {
        flex-direction: column;
    }
}

.service-details__categories-wapper {
    background-color: #f1f2ff;
    padding: 40px;
    border-radius: 10px;
}

.service-details__categories-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.service-details__categories-item {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.service-details__categories-item::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
}

.service-details__categories-item:last-child {
    margin-bottom: 0px;
}

.service-details__categories-item:last-child::after {
    display: none;
}

.service-details__categories-item:hover .service-details__categories-link {
    color: var(--primary-color);
}

.service-details__categories-item:hover .service-details__categories-link--arrow {
    color: var(--primary-color);
}

.service-details__categories-link--text {
    margin-left: 10px;
}

.service-details__categories-link {
    color: var(--body-color);
}

.service-details__categories-link--arrow {
    color: var(--body-color);
}

.service-details__need-help-wapper {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 40px;
}

.service-details__need-help {
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 40px;
}

.service-details__need-help-title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 24px;
    color: var(--white-color);
}

.service-details__need-help-desc {
    font-size: 16px;
    color: var(--white-color);
}

.service-details__need-help-card {
    display: flex;
    gap: 20px;
}

.service-details__need-help-btn--icon {
    border: 2px solid var(--white-color);
    width: 35px;
    height: 35px;
    border-radius: 6px;
    color: var(--white-color);
    flex-shrink: 0;
}

.service-details__need-help-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--white-color);
}

.service-details__need-help-call {
    font-size: 16px;
}

.service-details__need-help-number {
    font-size: 20px;
    font-family: var(--heading-font-family);
}

/*--------------------------------------------------------------
 29. Doctor
----------------------------------------------------------------*/
.doctor-details__book-appointment {
    padding: 30px;
    background: var(--smoke-bg-color);
}

.doctor-details__book-appointment-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.doctor-details__book-appointment-time {
    margin-bottom: 40px;
    color: var(--body-color);
}

.doctor-details__book-appointment-time span {
    color: var(--primary-color);
    font-weight: 600;
}

.doctor-details__book-appointment .appointment-input {
    position: relative;
    margin-bottom: 20px;
}

.doctor-details__book-appointment .appointment-input i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 20px;
}

.doctor-details__book-appointment .appointment-input input,
.doctor-details__book-appointment .appointment-input select,
.doctor-details__book-appointment .appointment-input textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #bbd5ff;
    background: var(--white-color);
    padding: 0 20px 0 55px;
    font-size: 16px;
    color: var(--body-color);
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.doctor-details__book-appointment .appointment-input input:focus,
.doctor-details__book-appointment .appointment-input select:focus,
.doctor-details__book-appointment .appointment-input textarea:focus {
    border-color: var(--primary-color);
    outline: none;
}

.doctor-details__book-appointment .appointment-input input::-moz-placeholder,
.doctor-details__book-appointment .appointment-input select::-moz-placeholder,
.doctor-details__book-appointment .appointment-input textarea::-moz-placeholder {
    color: var(--body-color);
}

.doctor-details__book-appointment .appointment-input input::placeholder,
.doctor-details__book-appointment .appointment-input select::placeholder,
.doctor-details__book-appointment .appointment-input textarea::placeholder {
    color: var(--body-color);
}

.doctor-details__book-appointment .appointment-btn {
    width: 100%;
    height: 66px;
    border: none;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.doctor-details__book-appointment .appointment-btn:hover {
    background: var(--white-color);
    color: var(--primary-color);
}

.doctor-details__book-appointment .appointment-btn {
    margin-bottom: 20px;
}

.doctor-details__book-appointment .appointment-service {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.doctor-details__book-appointment .appointment-service span {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
    margin-right: 15px;
}

.doctor-details__book-appointment .appointment-service .service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbd5ff;
    background: var(--white-color);
    color: var(--body-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 10px 14px;
    border-radius: 5px;
}

.doctor-details__book-appointment .appointment-service .service-btn:hover,
.doctor-details__book-appointment .appointment-service .service-btn.active {
    color: var(--white-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.doctor-details-container__wapper {
    display: flex;
    gap: 30px;
}

@media (max-width: 1200px) {
    .doctor-details-container__wapper {
        flex-direction: column-reverse;
    }
}

.doctor-details__contact-info-wapper {
    padding: 30px;
    border-radius: 8px;
    background: var(--smoke-bg-color);
}

.doctor-details__sidebar-content {
    max-width: 500px;
    width: 100%;
}

@media (max-width: 1200px) {
    .doctor-details__sidebar-content {
        max-width: 100%;
    }
}

.doctor-details__wapper-content {
    max-width: 789px;
    width: 100%;
    margin-left: auto;
}

@media (max-width: 1200px) {
    .doctor-details__wapper-content {
        margin-left: 0;
        max-width: 100%;
    }
}

.doctor-details__contact-info {
    padding: 30px 20px;
    background: var(--primary-color);
    border-radius: 4px;
}

.doctor-details__contact-info-title {
    color: var(--white-color);
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}

.doctor-details__contact-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.doctor-details__contact-info-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.doctor-details__contact-info-list li:first-child {
    padding-top: 0;
}

.doctor-details__contact-info-list li i {
    flex: 0 0 auto;
    width: 18px;
    text-align: center;
    color: var(--white-color);
    font-size: 16px;
}

.doctor-details__contact-info-list li span,
.doctor-details__contact-info-list li a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.doctor-details__contact-info-list li a:hover {
    opacity: 0.8;
}

.doctor-details__contact-info-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.doctor-details__contact-info-social a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    color: var(--white-color);
    transition: all 0.3s ease;
    border-radius: 1px;
}

.doctor-details__contact-info-social a:hover {
    background: var(--white-color);
    color: var(--primary-color);
}

.doctor-details__contact-info-social a i {
    font-size: 14px;
}

.doctor-details__info {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

@media (max-width: 1200px) {
    .doctor-details__info {
        flex-direction: column;
    }
}

.doctor-details__info-thumb {
    flex: 0 0 308px;
}

.doctor-details__info-thumb img {
    width: 100%;
    border-radius: 6px;
    display: block;
}

.doctor-details__info-content {
    flex: 1;
}

.doctor-details__info-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.doctor-details__info-specialty {
    height: 50px;
    min-width: 140px;
    padding: 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--smoke-bg-color);
    border: 1px solid #e4e8f8;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
}

.doctor-details__info-rating {
    border-radius: 4px;
    height: 50px;
    min-width: 95px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: var(--secendary-color);
    color: var(--white-color);
}

.doctor-details__info-rating i {
    color: #ff6b35;
}

.doctor-details__info-rating span {
    font-weight: 400;
}

.doctor-details__info-title {
    font-size: 30px;
    margin-bottom: 30px;
    color: var(--primary-color);
}

.doctor-details__info-meta {
    margin: 0;
    padding: 0 0 30px;
    list-style: none;
    border-bottom: 1px solid #e4e8f8;
}

.doctor-details__info-meta li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    color: var(--body-color);
}

.doctor-details__info-meta li:last-child {
    margin-bottom: 0;
}

.doctor-details__info-meta li i {
    color: var(--primary-color);
    width: 18px;
}

.doctor-details__info-text {
    padding-top: 25px;
}

.doctor-details__info-text p {
    margin: 0;
}

.doctor-contact {
    max-width: 428px;
    width: 100%;
}

.doctor-contact__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.doctor-contact__content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.doctor-contact__icon {
    flex: 0 0 auto;
}

.doctor-contact__icon-item {
    font-size: 40px;
    line-height: 1;
    color: var(--primary-color);
}

.doctor-contact__info {
    display: flex;
    flex-direction: column;
}

.doctor-contact__subtitle {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    color: var(--body-color);
}

.doctor-contact__phone {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--heading-color);
    transition: all 0.3s ease;
}

.doctor-contact__phone:hover {
    color: var(--primary-color);
}

.doctor-contact__social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.doctor-contact__social-link {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(4, 98, 250, 0.1294117647);
    transition: all 0.3s ease;
}

.doctor-contact__social-icon {
    font-size: 14px;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.doctor-contact__social-link:hover {
    background: var(--primary-color);
}

.doctor-contact__social-link:hover .doctor-contact__social-icon {
    color: var(--white-color) !important;
}

.doctor-details__info-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--black-color);
}

.doctor-details__info-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.doctor-details__skill {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.doctor-details__skill-item {
    padding: 20px;
    text-align: center;
    background: var(--smoke-bg-color);
    border-radius: 6px;
    flex: 1;
}

.doctor-details__skill-progress {
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 auto;
}

.doctor-details__skill-progress--primary .doctor-details__skill-bar {
    stroke: var(--primary-color);
}

.doctor-details__skill-progress--primary .doctor-details__skill-icon {
    background: var(--primary-color);
}

.doctor-details__skill-progress--secondary .doctor-details__skill-bar {
    stroke: #ff6737;
}

.doctor-details__skill-progress--secondary .doctor-details__skill-icon {
    background: #ff6737;
}

.doctor-details__skill-svg {
    width: 170px;
    height: 170px;
    transform: rotate(-90deg);
    overflow: visible;
}

.doctor-details__skill-track {
    fill: none;
    stroke: #d8dce7;
    stroke-width: 8;
}

.doctor-details__skill-bar {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
    /* circumference = 377 */
    stroke-dasharray: 377;
}

.doctor-details__skill-icon {
    position: absolute;
    top: 12px;
    left: 22px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 5;
}

.doctor-details__skill-icon-item {
    color: var(--white-color);
    font-size: 16px;
}

.doctor-details__skill-percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: var(--heading-color);
}

.doctor-details__skill-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
}

.doctor-details__experience-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 45px;
}

.doctor-details__experience-table {
    width: 100%;
}

.doctor-details__experience-head,
.doctor-details__experience-item {
    display: grid;
    grid-template-columns: 180px 1fr 1fr;
    gap: 30px;
}

@media (max-width: 992px) {

    .doctor-details__experience-head,
    .doctor-details__experience-item {
        grid-template-columns: 80px 1fr 1fr;
    }
}

.doctor-details__experience-head {
    padding-bottom: 20px;
}

.doctor-details__experience-head .doctor-details__experience-year,
.doctor-details__experience-head .doctor-details__experience-degree,
.doctor-details__experience-head .doctor-details__experience-hospital {
    font-size: 20px;
    font-weight: 700;
    color: var(--heading-color);
}

.doctor-details__experience-item {
    padding: 13px 0;
}

.doctor-details__experience-year,
.doctor-details__experience-degree,
.doctor-details__experience-hospital {
    font-size: 16px;
    font-weight: 600;
    color: var(--body-color);
}

/*--------------------------------------------------------------
 30. Partner
----------------------------------------------------------------*/
.partners-list__container {
    position: relative;
}

.partners-list__bg {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 992px) {
    .partners-list__bg {
        max-width: 130px;
        opacity: 0.2;
    }
}

.partners-list .partners-grid {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
}

.partners-list .partners-card {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    transition: 0.3s;
}

@media (max-width: 768px) {
    .partners-list .partners-card {
        border: none;
    }
}

@media (max-width: 992px) {
    .partners-list .partners-card {
        height: 80px;
    }
}

.partners-list .partners-card img {
    max-width: 150px;
    transition: 0.3s;
}

@media (max-width: 992px) {
    .partners-list .partners-card img {
        max-width: 115px;
    }
}

.partners-list .partners-card:hover {
    background-color: var(--border-color);
}

.partners-list .partners-card:hover img {
    opacity: 1;
    transform: scale(1.05);
}

.partners-list .col:nth-child(5n) .partners-card {
    border-right: none;
}

.partners-list .col:nth-last-child(-n+5) .partners-card {
    border-bottom: none;
}

/*--------------------------------------------------------------
 31. Funfact
----------------------------------------------------------------*/
.funfact {
    position: relative;
    overflow: hidden;
}

.funfact-card {
    position: relative;
    z-index: 2;
    gap: 15px;
}

.funfact-card.style2 {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .funfact-card.style2 {
        flex-direction: column;
    }
}

.funfact-card__icon {
    position: relative;
}

.funfact-card__circle {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 3px dashed var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 768px) {
    .funfact-card__circle {
        width: 75px;
        height: 75px;
    }
}

.funfact-card__circle img {
    width: 40px;
    height: 40px;
    z-index: 2;
}

.funfact-card__circle::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: linear-gradient(170deg, #3f7443 0%, #4b443e 100%);
    border-radius: 50%;
}

@media (max-width: 768px) {
    .funfact-card__circle::after {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 768px) {
    .funfact-card__content {
        text-align: center;
    }
}

.funfact-card__number {
    font-size: 35px;
    color: #296c2e;
    text-transform: capitalize;
}

@media (max-width: 992px) {
    .funfact-card__number {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .funfact-card__number {
        font-size: 32px;
    }
}

.funfact-card__text {
    font-size: 16px;
    color: #000000;
}

/*--------------------------------------------------------------
 32. Articles
----------------------------------------------------------------*/
.latest-articles__item {
    background-color: var(--white-color);
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.latest-articles__item:hover .latest-articles__item-title {
    color: white;
}

.latest-articles__item:hover .latest-articles__item-top {
    overflow: hidden;
}

.latest-articles__item:hover .latest-articles__item-top img {
    transform: scale(1.08);
}

.latest-articles__item-top {
    overflow: hidden;
}

.latest-articles__item-top img {
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
}

.latest-articles__item-date {
    font-size: 16px;
    color: var(--black-color);
    position: absolute;
    top: -45px;
    right: 27px;
    border-radius: 20px 20px 0 0;
    background: var(--white-color);
    max-width: 153px;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    line-height: 100%;
    font-weight: 600;
}

.latest-articles__item-info {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 30px 30px;
}

@media (max-width: 768px) {
    .latest-articles__item-info {
        padding: 0 20px 20px;
    }
}

.latest-articles__item-title {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 25px;
    transition: color 0.3s ease;
    color: white;
}

.latest-articles__item-desc {
    color: white;
}

@media (max-width: 768px) {
    .latest-articles__item-title {
        font-size: 20px;
        padding-top: 15px;
    }
}

.latest-articles__item-profile {
    display: flex;
    gap: 25px;
    align-items: center;
    padding-top: 40px;
}

@media (max-width: 992px) {
    .latest-articles__item-profile {
        padding-top: 32px;
    }
}

@media (max-width: 768px) {
    .latest-articles__item-profile {
        gap: 10px;
        padding-top: 25px;
    }
}

.latest-articles__item-profile-info {
    display: flex;
    gap: 10px;
    align-items: center;
    color: white;
}

.latest-articles__item-profile-info i {
    color: white;
}

.latest-articles__item-btn-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-articles__item-share {
    position: relative;
    padding-left: 20px;
}

.latest-articles__item-share::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 35px;
    width: 2px;
    background-color: var(--border-color);
}

.medical-articles {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 60px;
    margin: 0 20px;
}

@media (max-width: 992px) {
    .medical-articles {
        padding-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .medical-articles {
        padding-bottom: 15px;
        margin: 0 15px;
    }
}

.medical-articles__card-content {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 30px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .medical-articles__card-content {
        padding: 10px;
    }
}

.medical-articles__card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    display: inline-block;
}

.medical-articles__card-img {
    width: 100%;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.medical-articles__date-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
}

.medical-articles__date-month {
    background-color: var(--primary-color);
    padding: 10px 18px;
    border-radius: 10px;
}

.medical-articles__date {
    line-height: 30px;
    font-size: 30px;
    color: var(--white-color);
    font-family: var(--heading-font-family);
}

.medical-articles__month {
    color: var(--white-color);
    font-size: 18px;
}

.medical-articles__card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.medical-articles__card-overlay .latest-articles {
    background-color: #000000bf;
    border-radius: 10px;
}

.medical-articles__card-overlay .latest-articles__item-title {
    padding-top: 20px;
}

.medical-articles__card-overlay .latest-articles__item-profile {
    padding-top: 20px;
}

.medical-articles__card-overlay .latest-articles__item-info {
    padding: 0 20px 20px;
}

.medical-articles__card:hover .medical-articles__card-img {
    transform: scale(1.08);
}

.medical-articles__card:hover .medical-articles__card-overlay .latest-articles__item-title {
    color: white;
}

.latest-articles__item,
.latest-articles__item img,
.swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.working-process__content {
    height: 0;
    overflow: hidden;
    transition: all 1s ease-in-out;
}

/*--------------------------------------------------------------
 33. CTA
----------------------------------------------------------------*/
.cta {
    position: relative;
}

.cta__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 60px 15px;
    position: relative;
    z-index: 111;
    max-width: 645px;
    margin: 0 auto;
}

.cta__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    color: var(--white-color);
    text-transform: capitalize;
}

@media (max-width: 992px) {
    .cta__title {
        font-size: 36px;
        line-height: 37px;
    }
}

@media (max-width: 576px) {
    .cta__title {
        font-size: 32px;
        line-height: 37px;
    }
}

.cta__left-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    max-width: 394px;
}

@media (max-width: 1400px) {
    .cta__left-img {
        opacity: 0.5;
    }
}

@media (max-width: 992px) {
    .cta__left-img {
        max-width: 260px;
    }
}

.cta__right-img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 10;
    max-width: 446px;
}

@media (max-width: 1400px) {
    .cta__right-img {
        opacity: 0.5;
    }
}

@media (max-width: 992px) {
    .cta__right-img {
        max-width: 260px;
    }
}

.cta__animation:not(.animated) .cta__title {
    opacity: 0;
    transform: translateY(30px);
}

.cta__animation:not(.animated) .cta__btn {
    opacity: 0;
    transform: translateY(25px);
}

.cta__animation .cta__title,
.cta__animation .cta__btn {
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.cta__animation .tp-btn {
    transition: transform 0.35s ease;
}

.cta__animation .tp-btn:hover {
    transform: translateY(-3px);
}

.cta__animation .tp-btn__circle svg {
    transition: transform 0.35s ease;
}

.cta__animation .tp-btn:hover .tp-btn__circle svg {
    transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {

    .cta__animation .cta__title,
    .cta__animation .cta__btn {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/*--------------------------------------------------------------
 34. Schedule Calendar
----------------------------------------------------------------*/
.schedule-calendar {
    background-color: #000b84;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.schedule-calendar .tab-content {
    margin: 0;
}

.schedule-calendar.type2 {
    padding: 0;
}

.schedule-calendar.background-color-remove {
    position: relative;
    z-index: 13;
    background-color: transparent;
}

.schedule-calendar .cs-col-title {
    height: 80px;
    color: var(--primary-color);
    background-color: var(--white-color);
}

.schedule-calendar .br-routine th,
.schedule-calendar td {
    border: 1px dotted var(--primary-color);
    padding: 1px;
    text-align: center;
    flex-shrink: 0;
    font-size: 20px;
    flex-grow: 1;
}

@media (max-width: 768px) {

    .schedule-calendar .br-routine th,
    .schedule-calendar td {
        font-size: 16px;
    }
}

.schedule-calendar .br-routine .cs-row-title {
    color: var(--white-color);
    background-color: #1c258a;
}

.schedule-calendar .cs-item {
    background-color: var(--primary-color);
    padding: 20px 11px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
}

.schedule-calendar .cs-item .cs-item-title {
    font-family: var(--heading-font-family);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white-color);
    transition: all 0.3s ease;
    line-height: 26px;
}

@media (max-width: 768px) {
    .schedule-calendar .cs-item .cs-item-title {
        font-size: 16px;
    }
}

.schedule-calendar .cs-item .cs-item-short-title {
    font-family: var(--body-font-family);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--white-color);
    transition: all 0.3s ease;
}

.schedule-calendar .cs-item .cs-item-short-title p {
    font-size: 14px;
    line-height: 14px;
}

.schedule-calendar .cs-item:hover {
    background-color: var(--primary-color);
}

.schedule-calendar .cs-item:hover .cs-item-title {
    color: var(--white-color);
}

.schedule-calendar .cs-item:hover .cs-item-short-title {
    color: var(--white-color);
}

/* =========================
   TOOLTIP CARD
========================= */
.doctor-tooltip {
    position: absolute;
    width: 183px;
    background: var(--white-color);
    border-radius: 14px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(10px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    pointer-events: auto;
}

.doctor-tooltip--active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.doctor-tooltip {
    /* Arrow */
}

.doctor-tooltip::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top-color: var(--white-color);
}

.doctor-tooltip {
    /* Bottom Mode (auto flip) */
}

.doctor-tooltip--bottom::after {
    top: -12px;
    bottom: auto;
    border-top-color: transparent;
    border-bottom-color: var(--white-color);
}

.doctor-tooltip {
    /* =========================
     CONTENT
  ========================= */
}

.doctor-tooltip__img {
    width: 70px;
    height: 70px;
    margin: 0 auto 12px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--primary-color);
}

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

.doctor-tooltip__name {
    font-size: 20px;
    font-weight: 600;
    color: var(--secendary-color);
    margin-bottom: 4px;
    font-family: var(--heading-font-family);
}

.doctor-tooltip__deg {
    font-size: 14px;
    color: var(--body-color);
    display: block;
    margin-bottom: 30px;
    font-family: var(--body-font-family);
}

.doctor-tooltip__link {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: underline;
    transition: 0.3s;
    font-family: var(--heading-font-family);
}

.doctor-tooltip__link:hover {
    text-decoration: underline;
}

.doctor-tooltip::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid var(--white-color);
    z-index: -1;
}

/*--------------------------------------------------------------
 35. Contact Us
----------------------------------------------------------------*/
.contact-us__card-list {
    display: flex;
    gap: 30px;
}

@media (max-width: 992px) {
    .contact-us__card-list {
        padding: 30px;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .contact-us__card-list {
        padding: 0px;
    }
}

.contact-us__card {
    border-radius: 10px;
    background: var(--smoke-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    flex: 1;
}

@media (max-width: 1200px) {
    .contact-us__card {
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .contact-us__card {
        padding: 30px 15px;
    }
}

.contact-us__card-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--white-color);
    margin-bottom: 30px;
    border: 1px solid var(--border-color);
    transition: all 0.5s ease-in-out;
}

.contact-us__card-icon i {
    font-size: 40px;
    color: var(--primary-color);
}

.contact-us__card-title {
    margin-bottom: 20px;
    line-height: 100%;
    font-size: 24px;
}

.contact-us__card-info {
    line-height: 100%;
    font-size: 18px;
    font-family: var(--heading-font-family);
}

.contact-us__card:hover .contact-us__card-icon {
    background-color: var(--primary-color);
}

.contact-us__card:hover .contact-us__card-icon i {
    color: var(--white-color);
}

.contact-us-content__wapper {
    display: flex;
    gap: 60px;
    padding: 60px;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    top: 120px;
}

@media (max-width: 1200px) {
    .contact-us-content__wapper {
        gap: 30px;
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .contact-us-content__wapper {
        flex-direction: column-reverse;
        top: 60px;
    }
}

@media (max-width: 768px) {
    .contact-us-content__wapper {
        padding: 20px;
        top: 0px;
        margin: 60px 0;
    }
}

.contact-us-content__wapper .common-form__group label {
    margin-bottom: 15px;
    color: var(--black-color);
}

.contact-us-content__wapper .contact-us__form-title {
    margin-bottom: 42px;
    font-size: 36px;
}

@media (max-width: 992px) {
    .contact-us-content__wapper .contact-us__form-title {
        margin-bottom: 30px;
        font-size: 26px;
    }
}

.contact-us-content__wapper .contact-us__form {
    flex-grow: 1;
}

.contact-us-content__wapper .contact-us__img {
    max-width: 460px;
    width: 100%;
}

@media (max-width: 1200px) {
    .contact-us-content__wapper .contact-us__img {
        max-width: 250px;
    }
}

.contact-us-content__wapper .contact-us__img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.common-form__label-text {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 10px;
}

.common-form__select-wrapper {
    position: relative;
    width: 100%;
}

.common-form__select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background-color: var(--smoke-bg-color);
}

.common-form__select:invalid,
.common-form__select option[value=""] {
    color: var(--body-color);
    opacity: 0.9;
}

.common-form__select option {
    color: var(--black-color);
    background-color: var(--smoke-bg-color);
}

.common-form__select-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--body-color);
    font-size: 14px;
    pointer-events: none;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.common-form__select:focus~.common-form__select-icon {
    color: var(--primary-color);
}

/*--------------------------------------------------------------
 36. Book Appointment
----------------------------------------------------------------*/
.dental-book-appointment {
    display: flex;
    padding: 20px 20px;
    gap: 20px;
}

@media (max-width: 992px) {
    .dental-book-appointment {
        flex-direction: column;
    }
}

.dental-book-appointment--bg {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 11;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.dental-book-appointment--bg-overlay {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 12;
    border-radius: 20px;
}

.dental-book-appointment__left-side {
    position: relative;
    width: 100%;
    max-width: 475px;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 1400px) {
    .dental-book-appointment__left-side {
        max-width: 350px;
    }
}

@media (max-width: 1200px) {
    .dental-book-appointment__left-side {
        max-width: 300px;
    }
}

@media (max-width: 992px) {
    .dental-book-appointment__left-side {
        max-width: 100%;
        max-height: 400px;
    }
}

.dental-book-appointment__left-side-content {
    position: absolute;
    z-index: 13;
    bottom: 0;
    padding: 40px;
}

@media (max-width: 1200px) {
    .dental-book-appointment__left-side-content {
        padding: 20px;
    }
}

.dental-book-appointment__left-side-content-title {
    font-size: 36px;
    color: var(--white-color);
    margin-bottom: 20px;
    max-width: 337px;
}

.dental-book-appointment__left-side-content-desp {
    font-size: 16px;
    color: var(--white-color);
}

.dental-book-appointment__right-side {
    width: 100%;
    padding: 60px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1200px) {
    .dental-book-appointment__right-side {
        padding: 30px;
    }
}

@media (max-width: 992px) {
    .dental-book-appointment__right-side {
        padding: 20px;
    }
}

.dental-book-appointment__right-side-content {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-bottom: 80px;
    gap: 30px;
}

@media (max-width: 768px) {
    .dental-book-appointment__right-side-content {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        margin-bottom: 60px;
    }
}

.dental-book-appointment__right-side-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: var(--white-color);
    bottom: -40px;
}

@media (max-width: 768px) {
    .dental-book-appointment__right-side-content::after {
        bottom: -30px;
    }
}

.dental-book-appointment__right-side .medical-appointment-two {
    position: absolute;
    bottom: 0;
    right: 90px;
}

@media (max-width: 1700px) {
    .dental-book-appointment__right-side .medical-appointment-two {
        right: 15px;
        opacity: 0.2;
        z-index: 1;
    }
}

.dental-book-appointment__right-side .common-form {
    max-width: 875px;
}

.dental-book-appointment__right-side .common-form__control {
    color: var(--white-color);
    background: rgba(255, 255, 255, 0.18);
}

.dental-book-appointment__right-side .common-form__control::-moz-placeholder {
    color: var(--white-color);
}

.dental-book-appointment__right-side .common-form__control::placeholder {
    color: var(--white-color);
}

.dental-book-appointment__right-side .common-form__btn {
    width: 100%;
    border-radius: 10px;
}

.dental-book-appointment--title {
    font-size: 36px;
    color: var(--white-color);
}

.dental-book-appointment--desp {
    font-size: 16px;
    color: var(--white-color);
}

/*--------------------------------------------------------------
 37. Error Content
----------------------------------------------------------------*/
.error-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.error-content__img {
    width: 100%;
    max-width: 615px;
}

.error-content__title {
    font-size: 48px;
    line-height: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 992px) {
    .error-content__title {
        font-size: 32px;
        margin-top: 36px;
    }
}

.error-content__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}

.error-content__btn .back-to-home {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 23px 30px;
    background-color: var(--primary-color);
    border-radius: 30px;
    text-align: center;
    color: var(--white-color);
    flex-shrink: 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .error-content__btn .back-to-home {
        padding: 18px 25px;
    }
}

.error-content__btn .back-to-home:hover {
    background-color: var(--black-color);
    transform: translateY(-2px);
}

.error-content__btn .back-to-home__icon {
    margin-left: 10px;
}

/*# sourceMappingURL=style.css.map */

.bg-cream {
    background-color: #F5F1E6;
}



.tattva-core-values {
    padding: 60px 0;
}

.tattva-core-values .section-title .subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: #56754b;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
}


.tattva-core-values .section-title h2 {
    color: #3f4330;
    font-size: 42px;
    line-height: 1.2;
}


.tattva-core-values .section-title h2 span {
    color: #56754b;
}


.tattva-core-values .about-left-item>p {
    font-size: 18px;
    line-height: 1.8;
}

.tattva-values-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    padding: 8px;
    background: #e7e8d8;
    border-radius: 14px 14px 0 0;
}


.tattva-value-tab {
    flex: 1;
    border: 0;
    padding: 14px 20px;
    background: transparent;
    color: #656956;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}


.tattva-value-tab:hover {
    color: #5f682d;
}


.tattva-value-tab.active {
    background: #56754b;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(123, 135, 56, 0.20);
}

.tattva-values-content {
    position: relative;
    background: #f5f1e6;
    border-radius: 0 0 18px 18px;
    padding: 38px;
    min-height: 390px;
    border: 1px solid rgba(123, 135, 56, 0.12);
}


.tattva-value-panel {
    display: none;
    animation: tattvaFadeIn 0.4s ease;
}


.tattva-value-panel.active {
    display: block;
}


@keyframes tattvaFadeIn {

    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

.tattva-value-icon {

    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #56754b;
    color: #ffffff;
    font-size: 21px;
    box-shadow:
        0 8px 20px rgba(123, 135, 56, 0.20);
}

.tattva-value-label {
    display: block;
    margin-bottom: 8px;
    color: #a0a66f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.tattva-value-panel h3 {
    margin: 0 0 14px;
    color: #3f4330;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 600;
}


.tattva-value-panel p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.8;
}


.tattva-value-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 20px;
}


.tattva-value-list div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #50543e;
    font-size: 13px;
}


.tattva-value-list i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf0df;
    color: #56754b;
    font-size: 9px;
}


@media (max-width: 991px) {

    .tattva-core-values .section-title h2 {
        font-size: 34px;
    }

    .tattva-values-content {
        min-height: auto;
    }

}


@media (max-width: 575px) {

    .tattva-core-values .section-title h2 {
        font-size: 29px;
    }

    .tattva-values-tabs {
        gap: 5px;
    }

    .tattva-value-tab {
        padding: 12px 8px;
        font-size: 13px;
    }

    .tattva-values-content {
        padding: 25px 20px;
    }

    .tattva-value-panel h3 {
        font-size: 23px;
    }

    .tattva-value-list {
        grid-template-columns: 1fr;
    }

}


.homeopathy-safety {
    padding: 60px 0;
}

.homeopathy-safety .section-heading__subtitle {
    display: inline-block;

    margin-bottom: 10px;

    color: #56754b;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.homeopathy-safety .section-heading__text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;

    color: #737663;

    line-height: 1.8;
}


.safety-card {
    height: 100%;

    padding: 30px 25px;

    background: #fffdf7;

    border: 1px solid rgba(123, 135, 56, 0.13);

    border-radius: 18px;

    box-shadow: 0 8px 30px rgba(63, 67, 48, 0.05);

    transition: all 0.3s ease;
}

.safety-card:hover {
    transform: translateY(-6px);

    border-color: rgba(123, 135, 56, 0.3);

    box-shadow: 0 15px 40px rgba(63, 67, 48, 0.1);
}


/* Icon */

.safety-card__icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border-radius: 50%;

    background: #56754b;

    color: #fff;

    font-size: 20px;
}


/* Number */

.safety-card__number {
    display: block;

    margin-bottom: 7px;

    color: #a9b278;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1px;
}


/* Title */

.safety-card h3 {
    margin: 0 0 12px;

    color: #3f4330;

    font-size: 20px;

    line-height: 1.3;
}


/* Text */
.safety-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}



.homeopathy-safety__info {
    display: flex;
    gap: 20px;
    padding: 28px 30px;
    background: #e9ecd9;
    border: 1px solid rgba(123, 135, 56, 0.15);
    border-radius: 18px;
}


.homeopathy-safety__info-icon {
    width: 48px;
    height: 48px;

    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #56754b;

    color: #fff;

    font-size: 18px;
}


.homeopathy-safety__info-content h3 {
    margin: 0 0 10px;

    color: #3f4330;

    font-size: 21px;
}


.homeopathy-safety__info-content p {
    margin: 0 0 10px;
    color: #626651;
    font-size: 16px;
    line-height: 1.75;
}


.homeopathy-safety__info-content p:last-child {
    margin-bottom: 0;
}


.homeopathy-safety__disclaimer {
    display: flex;

    gap: 7px;

    justify-content: center;

    margin-top: 22px;

    color: #737663;

    font-size: 12px;

    line-height: 1.6;

    text-align: center;
}


.homeopathy-safety__disclaimer strong {
    color: #5f682d;
}

@media (max-width: 767px) {

    .safety-card {
        padding: 25px 20px;
    }

    .homeopathy-safety__info {
        flex-direction: column;

        padding: 24px 20px;
    }

    .homeopathy-safety__disclaimer {
        display: block;

        padding: 0 10px;
    }

}

.tattva-gallery-section {
    position: relative;
    overflow: hidden;
}

.tattva-gallery__subtitle {
    display: inline-block;

    margin-bottom: 10px;

    color: #56754b;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}


.tattva-gallery-swiper {
    position: relative;

    padding: 10px 5px 65px;

    overflow: hidden;
}

.tattva-gallery-swiper .swiper-wrapper {
    align-items: stretch;
}

.tattva-gallery-swiper .swiper-slide {
    height: auto;
}


.tattva-gallery-card {
    position: relative;

    height: 100%;

    border-radius: 22px;

    overflow: hidden;

    background: #f5f1e6;

    cursor: pointer;

    box-shadow:
        0 12px 35px rgba(63, 67, 48, 0.08);

    transition:
        transform 0.45s ease,
        box-shadow 0.45s ease;
}

.tattva-gallery-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 20px 50px rgba(63, 67, 48, 0.15);
}

.tattva-gallery-card__image {
    position: relative;
    width: 100%;
    max-height: 560px;
    overflow: hidden;
}

.tattva-gallery-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition:
        transform 0.8s cubic-bezier(.2, .65, .3, 1);
}

.tattva-gallery-card:hover .tattva-gallery-card__image img {
    transform: scale(1.08);
}


.tattva-gallery-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background:
        linear-gradient(to top,
            rgba(53, 58, 38, 0.65),
            rgba(53, 58, 38, 0.08));

    opacity: 0;

    transition:
        opacity 0.4s ease;
}

.tattva-gallery-card:hover .tattva-gallery-card__overlay {
    opacity: 1;
}



.tattva-gallery-card__zoom {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.95);

    color: #6f7a34;

    font-size: 17px;

    transform: translateY(15px) scale(0.85);

    transition:
        transform 0.45s cubic-bezier(.2, .65, .3, 1);
}

.tattva-gallery-card:hover .tattva-gallery-card__zoom {
    transform:
        translateY(0) scale(1);
}



.tattva-gallery-card__label {
    color: #fff;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.5px;

    transform: translateY(12px);

    transition:
        transform 0.45s ease 0.05s;
}

.tattva-gallery-card:hover .tattva-gallery-card__label {
    transform: translateY(0);
}


.tattva-gallery__navigation {
    position: absolute;

    left: 50%;

    bottom: 20px;

    transform: translateX(-50%);

    z-index: 20;

    display: flex;

    align-items: center;

    gap: 10px;
}

.tattva-gallery__arrow {

    width: 44px;
    height: 44px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(123, 135, 56, 0.22);

    border-radius: 50%;

    background: #fffdf7;

    color: #6f7a34;

    font-size: 13px;

    cursor: pointer;

    transition:
        all 0.3s ease;
}

.tattva-gallery__arrow:hover {
    background: #56754b;

    color: #fff;

    border-color: #56754b;

    transform: translateY(-2px);
}


.tattva-gallery-pagination {
    bottom: 31px !important;

    width: auto !important;

    left: 50% !important;

    transform: translateX(-50%);

    z-index: 5;
}

.tattva-gallery-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;

    margin: 0 4px !important;

    background: #b6bb95;

    opacity: 1;

    transition:
        all 0.3s ease;
}

.tattva-gallery-pagination .swiper-pagination-bullet-active {
    width: 24px;

    border-radius: 20px;

    background: #56754b;
}



.tattva-gallery-lightbox {
    position: fixed;

    inset: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 30px;

    background: rgba(30, 34, 24, 0.90);

    visibility: hidden;
    opacity: 0;

    z-index: 99999;

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

.tattva-gallery-lightbox.active {
    visibility: visible;

    opacity: 1;
}


.tattva-gallery-lightbox__backdrop {
    position: absolute;

    inset: 0;

    cursor: pointer;
}


.tattva-gallery-lightbox__content {

    position: relative;

    max-width: 1100px;
    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    z-index: 2;

    animation:
        tattvaLightboxZoom 0.45s cubic-bezier(.2, .65, .3, 1);
}


@keyframes tattvaLightboxZoom {

    from {
        opacity: 0;

        transform:
            scale(0.9) translateY(20px);
    }

    to {
        opacity: 1;

        transform:
            scale(1) translateY(0);
    }
}


.tattva-gallery-lightbox__content img {

    display: block;

    width: auto;

    max-width: 100%;

    max-height: 78vh;

    object-fit: contain;

    border-radius: 18px;

    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.35);
}


.tattva-gallery-lightbox__close {

    position: absolute;

    top: -55px;
    right: 0;

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 0;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.15);

    color: #fff;

    font-size: 17px;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.tattva-gallery-lightbox__close:hover {

    background: #56754b;

    transform: rotate(90deg);
}


.tattva-gallery-lightbox__caption {

    margin-top: 15px;

    color: #fff;

    font-size: 14px;

    font-weight: 500;

    text-align: center;
}


@media (max-width: 991px) {

    .tattva-gallery-card__image {
        height: 360px;
    }

}


@media (max-width: 767px) {

    .tattva-gallery-swiper {
        padding-bottom: 65px;
    }

    .tattva-gallery-card__image {
        height: 340px;
    }

    .tattva-gallery__navigation {
        bottom: 15px;
    }

    .tattva-gallery__arrow {
        width: 40px;
        height: 40px;
    }

    .tattva-gallery-lightbox {
        padding: 20px;
    }

    .tattva-gallery-lightbox__content img {
        max-height: 72vh;
        border-radius: 12px;
    }

    .tattva-gallery-lightbox__close {
        top: -50px;
        right: 0;
    }

}



.tattva-contact-info {
    height: 100%;

    padding: 38px;

    background: #f5f1e6;

    border-radius: 20px;

    border: 1px solid rgba(123, 135, 56, 0.13);
}


/* Heading */

.tattva-contact-info .subtitle {
    display: inline-block;

    margin-bottom: 10px;

    color: #56754b;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.tattva-contact-info .sec_title {
    margin-bottom: 14px;

    color: #3f4330;
}

.tattva-contact-info .section-title p {
    color: #737663;

    font-size: 14px;

    line-height: 1.75;
}



.tattva-contact-list {
    display: flex;
    flex-direction: column;

    gap: 12px;

    margin-top: 28px;
}

.tattva-contact-item {
    display: flex;
    align-items: center;

    gap: 14px;

    padding: 14px;

    background: #fffdf7;

    border: 1px solid rgba(123, 135, 56, 0.10);

    border-radius: 13px;

    text-decoration: none;

    transition: all 0.3s ease;
}

.tattva-contact-item:hover {
    transform: translateX(4px);

    border-color: rgba(123, 135, 56, 0.28);

    box-shadow: 0 8px 22px rgba(63, 67, 48, 0.06);
}


.tattva-contact-item__icon {
    width: 44px;
    height: 44px;

    min-width: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #56754b;

    color: #fff;

    font-size: 15px;
}



.tattva-contact-item__content {
    display: flex;
    flex-direction: column;

    gap: 2px;
}

.tattva-contact-item__content span {
    color: #929681;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.tattva-contact-item__content strong {
    color: #3f4330;

    font-size: 13px;

    font-weight: 600;
}

.tattva-contact-item__content small {
    color: #737663;

    font-size: 11px;

    line-height: 1.5;
}


.tattva-consult-box {
    margin-top: 25px;

    padding: 20px;

    background: #56754b;

    border-radius: 17px;

    box-shadow:
        0 12px 30px rgba(123, 135, 56, 0.16);
}


/* Heading */

.tattva-consult-box__heading {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-bottom: 15px;
}

.tattva-consult-box__heading span {
    color: rgba(255, 255, 255, 0.72);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.2px;
}

.tattva-consult-box__heading h3 {
    margin: 4px 0 0;

    color: #fff;

    font-size: 20px;
}

.tattva-consult-box__heading-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 42px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.15);

    color: #fff;
}


/* Options */

.tattva-consult-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tattva-consult-option {
    display: flex;

    align-items: center;

    gap: 10px;

    padding: 12px;

    background: rgba(255, 255, 255, 0.12);

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 11px;

    color: #fff;

    text-decoration: none;

    transition: all 0.3s ease;
}

.tattva-consult-option:hover {
    background: #fff;

    color: #5f682d;

    transform: translateY(-3px);
}


/* Option Icon */

.tattva-consult-option__icon {
    width: 35px;
    height: 35px;

    min-width: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.16);

    font-size: 12px;
}


/* Option text */

.tattva-consult-option__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tattva-consult-option__content strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.tattva-consult-option__content span {
    font-size: 12px;

    opacity: 0.72;

    line-height: 1.3;
}

.tattva-consult-option>i:last-child {
    font-size: 10px;
}


.appointment-form-intro {
    margin-bottom: 25px;

    color: #737663;

    font-size: 13px;

    line-height: 1.7;
}



@media (max-width: 991px) {

    .tattva-contact-info {
        padding: 30px;
    }

}


@media (max-width: 575px) {

    .tattva-contact-info {
        padding: 24px 20px;
    }



    .tattva-contact-item__content strong {
        font-size: 12px;
    }

}

.consult-online__content {
    position: relative;
    overflow: hidden;
}

.consult-online__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.consult-online__doctor-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.consult-online__left-title {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.consult-online__left-subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    line-height: 1.3;
}

.consultation-options-card {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 380px;
    padding: 10px;
    background: rgba(255, 253, 247, 0.96);
    border: 1px solid rgba(123, 135, 56, 0.18);
    border-radius: 18px;
    box-shadow:
        0 18px 50px rgba(52, 58, 34, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 20;
}

.consultation-option {
    position: relative;

    display: flex;
    align-items: center;

    gap: 12px;

    width: 100%;

    padding: 12px;

    text-decoration: none;

    color: #3f4330;

    border-radius: 13px;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.consultation-option:hover {
    background: #f0f2e5;

    color: #3f4330;

    transform: translateX(-3px);
}

.consultation-option__icon {
    width: 42px;
    height: 42px;

    min-width: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #56754b;

    color: #ffffff;

    font-size: 15px;

    transition: all 0.3s ease;
}

.consultation-option:hover .consultation-option__icon {
    background: #5f682d;
}

.consultation-option__content {
    flex: 1;

    display: flex;
    flex-direction: column;

    gap: 3px;
}

.consultation-option__content strong {
    display: block;
    color: #3f4330;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}

.consultation-option__content small {
    display: block;
    color: #8a8d7b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.consultation-option__arrow {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #56754b;

    font-size: 11px;

    opacity: 0;

    transform: translateX(-5px);

    transition: all 0.3s ease;
}

.consultation-option:hover .consultation-option__arrow {
    opacity: 1;

    transform: translateX(0);
}

.consultation-option--primary {
    margin-top: 4px;

    background: #56754b;

    color: #ffffff;
}

.consultation-option--primary:hover {
    background: #5f682d;

    color: #ffffff;

    transform: translateX(-3px);

    box-shadow: 0 8px 20px rgba(95, 104, 45, 0.25);
}

.consultation-option--primary .consultation-option__icon {
    background: rgba(255, 255, 255, 0.18);
}

.consultation-option--primary .consultation-option__content strong {
    color: #ffffff;
}

.consultation-option--primary .consultation-option__content small {
    color: rgba(255, 255, 255, 0.75);
}

.consultation-option--primary .consultation-option__arrow {
    color: #ffffff;
}


.consult-online__right {
    position: absolute;

    right: 30px;
    bottom: 30px;

    display: flex;
    align-items: center;

    gap: 14px;

    z-index: 10;

    /* Keep these behind the consultation card */
    pointer-events: none;
}


@media (max-width: 1199px) {

    .consultation-options-card {
        width: 300px;

        right: 20px;
        bottom: 20px;
    }

    .consult-online__right {
        right: 20px;
        bottom: 20px;
    }
}


@media (max-width: 991px) {

    .consult-online__content {
        min-height: 600px;
    }

    .consultation-options-card {
        right: 20px;
        bottom: 20px;
    }

    .consult-online__left {
        left: 20px;
    }

    .consult-online__right {
        display: none;
    }
}


@media (max-width: 767px) {

    .consult-online__content {
        min-height: 580px;
    }


    /* Doctor */
    .consult-online__left {
        left: 15px;
        bottom: auto;
        top: 20px;
    }

    .consult-online__left-title {
        font-size: 14px;
    }

    .consult-online__left-subtitle {
        font-size: 9px;
    }

    .consultation-options-card {
        position: absolute;

        left: 15px;
        right: 15px;

        bottom: 15px;

        width: auto;

        padding: 8px;

        border-radius: 15px;
    }

    .consultation-option {
        padding: 10px;

        gap: 10px;
    }

    .consultation-option__icon {
        width: 38px;
        height: 38px;

        min-width: 38px;

        font-size: 13px;
    }

    .consultation-option__content strong {
        font-size: 12px;
    }

    .consultation-option__content small {
        font-size: 9px;
    }

    .consultation-option__arrow {
        opacity: 1;

        transform: none;

        width: 24px;
        height: 24px;

        font-size: 10px;
    }
}

@media (max-width: 480px) {

    .consult-online__content {
        min-height: 550px;
    }

    .consultation-options-card {
        bottom: 12px;
        width: 220px;
        left: 12px;
        right: 12px;
    }

    .consultation-option {
        padding: 8px;
    }

    .consultation-option__icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .consultation-option__content strong {
        font-size: 11px;
    }

    .consultation-option__content small {
        font-size: 8px;
    }
}


.experience-section {
    padding: 110px 0 120px;
    background: #f8f7f3;
}

.experience-grid {
    display: grid;
    grid-template-columns: 38% 62%;
    gap: 70px;
    align-items: start;
}

.experience-left {
    position: sticky;
    top: 100px;
}

.experience-label {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 45px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.experience-label span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #222;
    border-radius: 50%;
    font-size: 12px;
}

.vertical-title {
    display: flex;
    flex-direction: column;
    font-size: clamp(55px, 6vw, 95px);
    line-height: .86;
    font-weight: 600;
    letter-spacing: -5px;
}

.vertical-title span:nth-child(2) {
    margin-left: 55px;
}

.vertical-title span:nth-child(3) {
    margin-left: 20px;
}

.experience-decoration {
    display: flex;
    gap: 8px;
    margin-top: 50px;
}

.experience-decoration span {
    width: 45px;
    height: 2px;
    background: #222;
}

.experience-decoration span:nth-child(2) {
    width: 20px;
    opacity: .4;
}

.experience-decoration span:nth-child(3) {
    width: 8px;
    opacity: .2;
}

.experience-content {
    padding-top: 65px;
}

.content-tag,
.small-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.experience-content h1 {
    max-width: 750px;
    margin: 22px 0 30px;
    font-size: clamp(38px, 4.2vw, 66px);
    line-height: 1.05;
    letter-spacing: -2px;
    font-weight: 600;
}

.experience-content h1 span {
    display: block;
    opacity: .45;
}

.content-line {
    width: 70px;
    height: 2px;
    margin-bottom: 32px;
    background: #222;
}

.experience-content p {
    max-width: 750px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.9;
}

.experience-content .lead-text {
    font-size: 20px;
    line-height: 1.7;
}

.experience-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 45px;
}

.feature-box {
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, .12);
    transition: .3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
    border-color: #222;
}

.feature-number {
    margin-bottom: 25px;
    font-size: 12px;
    opacity: .5;
}

.feature-box h4 {
    margin-bottom: 10px;
    font-size: 17px;
}

.feature-box p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .experience-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .experience-left {
        position: relative;
        top: auto;
    }

    .vertical-title {
        font-size: 70px;
    }

    .experience-content {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .experience-section {
        padding: 70px 0;
    }

    .experience-label {
        margin-bottom: 30px;
    }

    .vertical-title {
        font-size: 55px;
        letter-spacing: -3px;
    }

    .vertical-title span:nth-child(2) {
        margin-left: 30px;
    }

    .vertical-title span:nth-child(3) {
        margin-left: 10px;
    }

    .experience-content h1 {
        font-size: 38px;
        letter-spacing: -1.5px;
    }

    .experience-content .lead-text {
        font-size: 17px;
    }

    .experience-features {
        grid-template-columns: 1fr;
    }
}

.skin-services-section {
    --ink: #20241d;
    --sage: #4f6144;
    --sage-deep: #37452f;
    --cream: #faf8f2;
    --tint-a: #e3e9d9;
    --tint-b: #efe4da;
    --tint-c: #eee9da;
    --gold: #b4894f;
    --hair: rgba(32, 36, 29, .12);

    padding: 130px 0;
    background: var(--cream);
    color: var(--ink);
}

.skin-services-section .services-heading {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: end;
    margin-bottom: 70px;
}

.skin-services-section .small-label {
    color: var(--sage-deep);
    letter-spacing: 3px;
}

.skin-services-section h2 {
    max-width: 700px;
    margin-top: 18px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: clamp(40px, 5vw, 70px);
    line-height: 1;
    letter-spacing: -2px;
}

.skin-services-section h2 span {
    color: var(--sage);
}

.skin-services-section .services-heading>p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(32, 36, 29, .7);
}

/* GRID */
.treat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.treat-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--hair);
    border-radius: 4px;
    overflow: hidden;
    transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.treat-card:hover {
    border-color: var(--sage);
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(32, 36, 29, .08);
}

.treat-visual {
    position: relative;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tint-a);
}

.treat-grid .treat-card:nth-child(3n+2) .treat-visual {
    background: var(--tint-b);
}

.treat-grid .treat-card:nth-child(3n) .treat-visual {
    background: var(--tint-c);
}

.treat-index {
    position: absolute;
    top: 16px;
    left: 18px;
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--sage-deep);
    opacity: .6;
}

.treat-icon {
    width: 34%;
    max-width: 96px;
    height: auto;
    color: var(--sage-deep);
    opacity: .85;
}

.treat-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 26px 26px 22px;
}

.treat-name {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -.3px;
}

.treat-lead {
    margin: 0;
}

.treat-detail {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .45s ease, opacity .35s ease, margin-top .45s ease;
}

.treat-detail p {
    margin: 14px 0 0;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(32, 36, 29, .68);
}

.treat-card.is-open .treat-detail {
    max-height: 260px;
    opacity: 1;
}

.treat-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    margin-top: 20px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--sage-deep);
}

.treat-more__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid var(--sage-deep);
    border-radius: 50%;
    font-size: 11px;
    transition: transform .35s ease, background .3s ease, color .3s ease;
}

.treat-more:hover .treat-more__icon {
    background: var(--sage-deep);
    color: #fff;
}

.treat-card.is-open .treat-more__icon {
    transform: rotate(180deg);
    background: var(--sage-deep);
    color: #fff;
}

/* TABLET */
@media (max-width: 991px) {
    .skin-services-section .services-heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .treat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .skin-services-section {
        padding: 80px 0;
    }

    .skin-services-section .services-heading {
        margin-bottom: 40px;
    }

    .skin-services-section h2 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .treat-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .treat-body {
        padding: 22px 20px 20px;
    }
}

:root {
    --primary-green: #2e7d32;
    --light-green: #e8f5e9;
    --accent-green: #4caf50;
    --text-dark: #333333;
    --text-light: #555555;
}

.seo-page-wrapper {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: var(--text-dark);
    line-height: 1.7;
    background-color: #fafafa;
}

/* Hero Banner */
.seo-banner {
    background: linear-gradient(rgba(46, 125, 50, 0.08), rgba(76, 175, 80, 0.15));
    padding: 70px 20px;
    text-align: center;
    border-bottom: 2px solid #c8e6c9;
}

.seo-banner h1 {
    font-size: 2.8rem;
    color: var(--primary-green);
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.seo-banner p.subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 800px;
    margin: 0 auto;
}

/* Main Content Container */
.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

/* Article / Main Content */
.main-article {
    flex: 1 1 65%;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
}

.main-article h2 {
    font-size: 1.8rem;
    color: var(--primary-green);
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--light-green);
    padding-bottom: 10px;
    font-weight: 600;
}

.main-article h2:first-child {
    margin-top: 0;
}

.main-article h3 {
    font-size: 1.3rem;
    color: #444;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

.main-article p {
    margin-bottom: 15px;
    color: var(--text-light);
    font-size: 1.05rem;
}

.main-article ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.main-article li {
    margin-bottom: 10px;
    color: var(--text-light);
    font-size: 1.05rem;
}

.main-article li strong {
    color: var(--primary-green);
}

/* FAQ Section styling */
.faq-box {
    background: #fdfdfd;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}

.faq-box h4 {
    margin: 0 0 10px 0;
    color: var(--primary-green);
    font-size: 1.15rem;
}

.faq-box p {
    margin: 0;
    font-size: 1rem;
}

/* Sidebar / About Clinic */
.sidebar {
    flex: 1 1 30%;
}

.about-clinic-card {
    background: var(--light-green);
    padding: 35px;
    border-radius: 12px;
    border-top: 5px solid var(--accent-green);
    position: sticky;
    top: 30px;
}

.about-clinic-card h3 {
    color: var(--primary-green);
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.about-clinic-card p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 15px;
}

.badge-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

.badge-list li {
    background: #fff;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--primary-green);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
}

.badge-list li::before {
    content: '🌿';
    margin-right: 12px;
}

.btn-appointment {
    display: block;
    text-align: center;
    background-color: var(--primary-green);
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.btn-appointment:hover {
    background-color: var(--accent-green);
    color: #fff;
}

@media (max-width: 768px) {
    .content-container {
        flex-direction: column;
    }

    .seo-banner h1 {
        font-size: 2.2rem;
    }

    .main-article {
        padding: 25px;
    }

    .about-clinic-card {
        padding: 20px;
    }
    .breadcrumbs .breadcrumbs-content__title {
        font-size: 35px;
    }
}

.footer__logo img {
    max-width: 200px;
}
