/*!
Theme Name: studioluxehair
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: studioluxehair
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

studioluxehair is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@charset "utf-8";

/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework 
*/
:root {
    --black: #000000;
    --white: #fff;
    --darkblack: #0F0E0E;
    --blackon: #161415;
    --cream: #EBE3D8;
    --brownish: #231F20;
    --greenbg: #67746D;
    --bordergray: #C2D1D9;
    --greenish: #505D68;
    --tabincolor: #313439;
    --tagcolor: #545851;
    --orange: #E2A17D;
    --lightgray: #D4D7D5;
    --offbg: #F9F2EE;
}

/* 0. Font face */

@font-face {
    font-family: 'fino-bolduploaded_file';
    src: url('./assets/fonts/fino-bold.woff2') format('woff2'),
        url('./assets/fonts/fino-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fino-bolditalicuploaded_file';
    src: url('./assets/fonts/fino-bold-italic.woff2') format('woff2'),
        url('./assets/fonts/fino-bold-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fino-lightitalicuploaded_file';
    src: url('./assets/fonts/fino-light-italic.woff2') format('woff2'),
        url('./assets/fonts/fino-light-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fino-lightuploaded_file';
    src: url('./assets/fonts/fino-light.woff2') format('woff2'),
        url('./assets/fonts/fino-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fino-mediumitalicuploadedfile';
    src: url('./assets/fonts/fino-medium-italic.woff2') format('woff2'),
        url('./assets/fonts/fino-medium-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fino-mediumuploaded_file';
    src: url('./assets/fonts/fino-medium.woff2') format('woff2'),
        url('./assets/fonts/fino-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fino-regularuploaded_file';
    src: url('./assets/fonts/fino-regular.woff2') format('woff2'),
        url('./assets/fonts/fino-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fino-thinitalicuploaded_file';
    src: url('./assets/fonts/fino-thin-italic.woff2') format('woff2'),
        url('./assets/fonts/fino-thin-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fino-thinuploaded_file';
    src: url('./assets/fonts/fino-thin.woff2') format('woff2'),
        url('./assets/fonts/fino-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fino-ultrathinitauploadedfile';
    src: url('./assets/fonts/fino-ultrathin-italic.woff2') format('woff2'),
        url('./assets/fonts/fino-ultrathin-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fino-ultrathinuploaded_file';
    src: url('./assets/fonts/fino-ultrathin.woff2') format('woff2'),
        url('./assets/fonts/fino-ultrathin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 1. Clean Base
------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    list-style: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
/*    -webkit-font-smoothing: subpixel-antialiased;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    -webkit-text-size-adjust: none;
    height: 100%;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

iframe {
    vertical-align: top;
}

textarea:focus,
input:focus,
a,
div,
img {
    outline: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body {
    color: #484647;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
/*    display: flex;
    flex-wrap: wrap;*/
    overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #484647;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'fino-bolduploaded_file';
}

.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-family: 'fino-regularuploaded_file';
    font-style: italic;
}

.h0 {
    color: #231F20;
    font-family: 'fino-regularuploaded_file';
    font-size: 136px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

h1,
.h1 {
    color: #484647;
    text-align: center;
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h2,
.h2 {
    color: #0F0E0E;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
}

.h3,
h3 {
    color: #231F20;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: 'fino-bolduploaded_file';
}

.h4,
h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 8px;
    font-family: 'fino-bolduploaded_file';
}

.h5,
h5 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #231F20;
    font-family: 'fino-bolduploaded_file';
}

.h6,
h6 {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 8px;
    color: #231F20;
}

.rte-text,
.rte-text p {
    color: #231F20;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.7;
}

.sh1 {
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    font-family: 'fino-bolduploaded_file';
    margin-bottom: 5px;
}

.sh2 {
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px;
}

.sh3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

.sh4 {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

.body-1,
.body-1 p {
    color: #484647;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6666666666666667;
    opacity: 0.7;
}

.body-2,
.body-2 p {
    color: #231F20;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
}

.body-4,
.body-4 p {
    color: #231F20;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.7;
}

.body-5,
.body-5 p {
    color: #231F20;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    opacity: 0.7;
}

@media screen and (max-width: 767px) {

    h2,
    .h2 {
        font-size: 34px;
    }

    .body-1,
    .body-1 p {
        font-size: 16px;
    }

    .sh1 {
        font-size: 40px;
    }

    .sh3 {
        font-size: 18px;
    }

    .rte-text,
    .rte-text p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 479px) {

    h2,
    .h2 {
        font-size: 30px;
    }
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
    text-decoration: none;
}

p {
    color: #484647;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    margin: 0;
    margin-left: 20px;
    padding: 0;
}

ul li {
    font-size: 16px;
    color: #484647;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 8px;
}

ul li:last-child {
    margin-bottom: 0;
}

ol {
    margin: 0;
    margin-left: 20px;
    padding: 0;
    list-style: none;
}

ol li {
    font-size: 16px;
    color: #484647;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 8px;
}

ol>li {
    list-style: outside decimal;
}

blockquote {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    background: #f3f3f3;
    padding: 20px 20px;
    border-left: 4px solid #1589cb;
    line-height: 2;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 25px;
}

blockquote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

hr {
    border: 0 #484647 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 10px auto 40px;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

img[src$=".svg"] {
    width: 100%;
}

/* 4. Link
------------------------------------------------------------------------------*/
a {
    color: #4777ac;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

a:hover {
    color: #484647;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

/* 5. Forms
------------------------------------------------------------------------------*/
label {
    color: #484647;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
}

input,
textarea,
button {
    font-family: 'Montserrat', sans-serif;
}

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
    -webkit-appearance: none;
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
    border: 1px solid #dedede;
    padding: 0 15px;
    color: #484647;
    font-size: 16px;
    height: 46px;
    font-weight: 400;
    width: 100%;
}

textarea {
    height: 150px;
    resize: none;
    overflow: auto;
    padding: 20px 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #66afe9
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #cbcbcb;
    padding: 0 15px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.52857143;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    background-color: #67746D;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #66afe9;
    color: #fff;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #484647;
}

:-moz-placeholder {
    opacity: 1 !important;
    color: #484647;
}

::-moz-placeholder {
    opacity: 1 !important;
    color: #484647;
}

:-ms-input-placeholder {
    opacity: 1 !important;
    color: #484647;
}

.form-group {
    margin-bottom: 30px;
}

/* buttons */
.btn {
    color: #D4D7D5;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    background: #67746D;
    border-radius: 4px;
    padding: 9.5px 19px 9.5px 19px;
    min-width: 146px;
    border: 1px solid transparent;
    text-decoration: none;
    display: inline-block;
}

.btn.btn-primary.btn-border,
.btn.btn-border {
    background-color: transparent;
    color: #67746D;
    border-color: #67746D;
}

.btn-primary:not(.btn-border):hover,
.btn-primary:not(.btn-border):focus,
.btn:hover,
.btn:focus {
    background-color: #fff;
    text-decoration: none;
}

.btn.btn-primary.btn-border:hover,
.btn.btn-primary.btn-border:focus,
.btn.btn-border:hover,
.btn.btn-border:focus {
    background-color: #fff7f2;
    color: #484647;
    text-decoration: none;
}

.btn-sm {
    padding: 8px 16px;
}

.btn-md {
    padding: 12px 24px;
}

.btn-link {
    color: #98989c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid #98989c;
    margin-bottom: 2px;
}

.btn-link:hover,
.btn-link:focus {
    color: #67746D;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #67746D;
}

/* 6. Tables
------------------------------------------------------------------------------*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: left;
    font-weight: normal;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-bordered {
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.table-bordered th,
.table-bordered td {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

/* 7. Layout Framework
------------------------------------------------------------------------------*/

/* main container */

#wrapper {
    width: 100%;
    display: flex;
    min-height: 100%;
    position: relative;
    flex-wrap: wrap;
    background-color: #fff;
    justify-content: space-between;
    align-content: space-between;
}

.main-container {
    width: 100%;
}

.container {
    max-width: 1200px;
}

.body-content ul,
.body-content ol {
    margin-bottom: 20px;
}

.body-content ul ul,
.body-content ul ol,
.body-content ol ol,
.body-content ol ul {
    margin-bottom: 0;
}

/* Common CSS */

.container,
.container-fluid,
.wrapper,
.wrapper-fluid {
    padding-right: 35px;
    padding-left: 35px;
    width: 100%;
    margin: auto;
}

.container-fluid,
.wrapper-fluid {
    max-width: 100%
}

.container,
.wrapper {
    max-width: 1310px;
}

.wrapper-1365 {
    max-width: 1425px;
}

/* row and column */
.row,
.wrapper-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* align item */
.d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
}

.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

/* column structure */
/* ----- Extra small devices ≤640px ----- */
.col-12 {
    width: 100%
}

.col-11 {
    width: 91.66666667%
}

.col-10 {
    width: 83.33333333%
}

.col-9 {
    width: 75%
}

.col-8 {
    width: 66.66666667%
}

.col-7 {
    width: 58.33333333%
}

.col-6 {
    width: 50%
}

.col-5 {
    width: 41.66666667%
}

.col-4 {
    width: 33.33333333%
}

.col-3 {
    width: 25%
}

.col-2 {
    width: 16.66666667%
}

.col-1 {
    width: 8.33333333%
}

.col-offset-12 {
    margin-left: 100%
}

.col-offset-11 {
    margin-left: 91.66666667%
}

.col-offset-10 {
    margin-left: 83.33333333%
}

.col-offset-9 {
    margin-left: 75%
}

.col-offset-8 {
    margin-left: 66.66666667%
}

.col-offset-7 {
    margin-left: 58.33333333%
}

.col-offset-6 {
    margin-left: 50%
}

.col-offset-5 {
    margin-left: 41.66666667%
}

.col-offset-4 {
    margin-left: 33.33333333%
}

.col-offset-3 {
    margin-left: 25%
}

.col-offset-2 {
    margin-left: 16.66666667%
}

.col-offset-1 {
    margin-left: 8.33333333%
}

.col-offset-0 {
    margin-left: 0
}

/* ----- Small devices ≥641px ----- */
@media (min-width:641px) {
    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

/* ----- Medium devices ≥768px ----- */
@media (min-width:768px) {
    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

/* ----- Large devices ≥1024px ----- */
@media (min-width:1024px) {
    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

/* ----- Extra Large devices ≥1200px ----- */
@media (min-width:1200px) {
    .col-xl-12 {
        width: 100%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }
}

/* hidden element */
.hidden {
    display: none;
}

.hidden_label label {
    display: none;
}

p.gform_required_legend {
    display: none;
}

/* ----- Extra small devices ≤640px ----- */
@media (max-width: 640px) {
    .hidden-xs-down {
        display: none;
    }
}

/* ----- Small devices ≥641px ----- */
@media (min-width: 641px) {
    .hidden-sm-up {
        display: none;
    }
}

/* ----- Small devices ≤767px ----- */
@media (max-width: 767px) {
    .hidden-sm-down {
        display: none;
    }
}

/* ----- Medium devices ≥768px ----- */
@media (min-width: 768px) {
    .hidden-md-up {
        display: none;
    }
}

/* ----- Medium devices ≤1024px ----- */
@media (max-width: 1023px) {
    .hidden-md-down {
        display: none;
    }
}

/* ----- Large devices ≥1024px ----- */
@media (min-width: 1024px) {
    .hidden-xl-up {
        display: none;
    }
}

/* Wordpress align class */
.alignnone {
    float: none;
    margin: 20px 0;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 20px auto;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

/* text alignment */
.text-center {
    text-align: center;
}

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

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

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

/* images */
.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-full {
    width: 100%;
    display: block;
}

/* float class */
.float-left {
    float: left
}

.float-right {
    float: right
}

.float-none {
    float: none
}

/* mange spacing */
.space-small {
    padding-top: 30px;
    padding-bottom: 30px;
}

.space-medium {
    padding-top: 50px;
    padding-bottom: 50px;
}

.space-large {
    padding-top: 70px;
    padding-bottom: 70px;
}

.no-bdr {
    border-width: 0
}

/* padding */
.no-padding {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pt-1 {
    padding-top: 20px;
}

.pb-1 {
    padding-bottom: 20px;
}

.pl-1 {
    padding-left: 20px;
}

.pr-1 {
    padding-right: 20px;
}

/* margin */
.no-margin {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.mt-1 {
    margin-top: 20px;
}

.mb-1 {
    margin-bottom: 20px;
}

.ml-1 {
    margin-left: 20px;
}

.mr-1 {
    margin-right: 20px;
}

/* clear element when using */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* Header Style Site Wise */

.header__main {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.header__main .header__right {
    flex: 1 1 auto;
    width: 42%;
    padding-left: 20px;
}

.header__main .header__right .header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__menu--btn .btn span {
    display: inline-flex;
    line-height: 25px;
}

.user-icon {
    margin-right: 20px;
}

.header__menu--btn {
    padding-left: 25px;
}

/* header */
.main-header {
    width: 100%;
    height: auto;
    background: #EBE3D8;
    padding: 0 0;
    transition: all 0.1s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.home .main-header {
    border-bottom: 0px solid rgba(255, 255, 255, 0.10);
}

.header-fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    padding: 2px 0;
    transition: all 0.5s;
    box-shadow: 0px 4px 11px 0px rgb(0 0 0 / 5%);
}

/* responsive nav for small devices */
.hamburger {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    text-align: center;
    background-color: transparent;
    min-width: unset;
}

.hamburger:not(.close) {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
    width: 40px;
    height: 40px;
    background: #67746D;
    border-left: 1px solid #67746D;
    min-width: unset;
}

.hamburger:hover,
.hamburger:focus {
    background-color: transparent;
    outline: none;
}

.hamburger .line {
    width: 21px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 6px auto;
}

.hamburger:hover {
    cursor: pointer;
    background: #231F20
}

.hamburger.close {
    padding: 10px;
    background-color: #231F20;
    min-width: unset;
}

.hamburger.close .wrap {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
}

.hamburger.close .line {
    margin: 0;
    width: 100%;
    position: absolute;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    background-color: #fff
}

.hamburger.close .line:last-child {
    transform: rotate(-45deg);
}

#menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background-color: #67746D;
    max-width: 450px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

#mobilenav.is-open #menu {
    left: 0;
}

#mobilenav .nav-logo {
    padding: 15px;
    max-width: 180px;
}

#mobilenav ul,
#mobilenav li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

#mobilenav ul ul {
    display: none;
}

#mobilenav .caret {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 3px;
    right: 2px;
    cursor: pointer;
}

#mobilenav .caret:not(.trigger-caret) {
    pointer-events: none;
}

#mobilenav .caret:before,
#mobilenav .caret:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #fff;
}

#mobilenav .caret:after {
    transform: rotate(-90deg);
    transition: all .2s ease;
}

#mobilenav .is-open>.caret:after {
    transform: rotate(0)
}

#mobilenav ul a {
    display: block;
    padding: 15px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    background: var(--greenbg);
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

#mobilenav .has-sub>a {
    padding-right: 40px;
}

#mobilenav li li a {
    padding-left: 30px;
    font-size: 14px;
    text-decoration: none;
    color: #dddddd;
    background: #49505a;
}

#mobilenav li li li a {
    padding-left: 50px;
}

#mobilenav .nav-backdrop {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in;
}

#mobilenav.is-open .nav-backdrop {
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

#mobilenav .menu-outer {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding-bottom: 60px;
}

/* Nav */
.header-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-navigation ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-navigation ul li a {
    color: var(--blackon);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.header-navigation ul li.parent {
    position: relative;
}

.header-navigation ul li.parent .arrowclick {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -13px;
}

.header-navigation .main-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-navigation .main-menu>li {
    position: relative
}

.header-navigation .main-menu>li>a {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-flex;
    padding: 30px 25px;
}

.header-navigation .main-menu>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #67746D;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

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

.header-navigation .main-menu>li>a:hover:before {
    opacity: 1;
    height: 2px
}

.header-navigation .main-menu>li>a:hover+.arrowclick svg path {
    stroke: var(--blackon) !important;
}

.header-navigation .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #fff;
    box-shadow: 0 0 16px 7px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9
}

.header-navigation .main-menu>li.parent:hover ul {
    opacity: 1;
    visibility: visible
}

.header-navigation .main-menu ul a {
    border-bottom: 1px solid #c2c2c2;
    padding: 15px 28px;
    font-size: 17px;
    line-height: 1.17;
    color: #484647;
    font-weight: 400;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-flex;
    width: 100%;
    z-index: 1
}

.header-navigation .main-menu ul li:last-child a {
    border: 0;
}

.header-navigation .main-menu ul a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(218 38 39 / 12%);
    color: #67746D;
    ;
    height: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: none;
    transition: none;
}

.header-navigation .main-menu ul a:hover,
.current_page_item a {
    color: #DA2627;
}

.header-navigation .main-menu ul a:hover:before {
    height: 100%;
    opacity: 1
}

.current_page_item a:before {
    width: 100%;
    opacity: 1
}

.current-menu-parent a {
    color: #1a9bac;
}

.header__main ul li ul.sub-menu {
    top: 100%;
    display: none;
}

.header__main ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    display: block;
}

.header__main .header__right .header__menu li.current-menu-item>a {
    color: var(--blackon);
}

.header__main .header__right .header__menu li.current-menu-item>a:before {
    opacity: 1;
    height: 2px;
}

.custom-logo-link {
    height: 40px;
}

#mobilenav .row.no-gutters {
    background: #fff;
}

.header__menu--btn .btn:not(:first-child) {
    margin-left: 11px;
}

@media screen and (max-width: 1200px) {
    .header-navigation .main-menu>li>a {
        padding: 28px 20px;
    }
}

@media screen and (max-width: 991px) {
    .main-header {
        padding: 20px 0;
    }

    div#mobilenav .header__menu--btn a {
        padding: 16px 15px !important;
    }
}

@media screen and (max-width: 767px) {
    #mobilenav .nav-logo {
        max-width: 150px;
    }

    #mobilenav ul a,
    div#mobilenav .header__menu--btn a {
        font-size: 14px !important;
    }


}

/* footer */

.site-footer .wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
}

.site-footer .footer-logo-area {
    width: 25%;
    padding: 0 15px;
}

.site-footer .footer-content-area {
    width: 75%;
    padding: 0 15px;
}

.site-footer .footer-logo-inr {
    max-width: 135px;
}

.footer-right-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_left_content {
    width: 40%;
    padding-right: 10%;
}

.footer_columns {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer_columns .footer_column {
    flex: auto;
    padding: 0 15px;
}

.footer_columns .footer_column:last-child {
    flex: auto;
    max-width: 370px;
}

.footer_left_content .footer__address--dirction {
    display: flex;
    color: #231F20;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 16px;
}

.footer_left_content .footer__address--dirction:last-child {
    margin-bottom: 0;
}

.footer_left_content .footer__address--dirction span,
.footer_left_content .footer__address--dirction span svg {
    display: block;
}

.footer_left_content .footer__address--dirction span {
    margin-right: 8px;
}

.footer_columns .footer_column .footer_columns-title h6,
.footer_left_content .footer_columns-title h6 {
    margin-bottom: 8px;
}

.footer_columns .footer_columns-content .menu-services-container .menu {
    margin: 0;
    list-style: none;
}

.footer_columns .footer_columns-content .menu-services-container .menu li {
    list-style: none;
    margin-bottom: 8px;
    line-height: 1;
}

.footer_columns .footer_columns-content .menu-services-container .menu li a {
    color: #231F20;
    font-size: 14px;
    line-height: 21px;
    opacity: 0.8;
    display: block;
}

.footer_columns .footer_columns-content .menu-services-container .menu li:hover a {
    color: #484647;
}

.footer_columns .footer_columns-content input[type="email"] {
    padding-right: 110px;
}
.klaviyo-form button {
    font-size: 16px!important;
    font-style: normal!important;
    line-height: normal!important;
    background: #67746D!important;
    min-width: 113px!important;
    border: 1px solid transparent!important;
    color: #FFF!important;
    font-family: 'Montserrat', sans-serif!important;
    text-transform: uppercase;
    border-radius: 0px 4px 4px 0!important;
    font-weight: 400!important;
    height: 40px!important;
}
.footer_columns .footer_columns-content .klaviyo-form  input[type="email"]::placeholder{
    font-family: 'Montserrat', sans-serif!important;
    font-size: 18px!important;
    color: #C2D1D9!important;
    font-weight: 400!important;
}
.footer_columns .footer_columns-content .klaviyo-form  input[type="email"]{
        font-family: 'Montserrat', sans-serif!important;
    font-size: 18px!important;
    font-weight: 400!important;
}
.footer_columns .footer_columns-content .klaviyo-form  input[type="email"] {
    height: 42px!important;
    border-radius: 4px 0 0 4px!important;
    border-color: #C2D1D9!important;
    padding-left: 9px!important;
}
.footer_columns-content p {
    color: #231F20;
    font-size: 16px;
    line-height: 21px;
    opacity: 0.8;
    display: block;
}
.klaviyo-form button:hover {
    background: #fff!important;
    color: #484647!important;
    border-color: #484647!important;
}
    
.gfield {
    margin-bottom: 16px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
    border-color: #C2D1D9;
    border-radius: 4px;
    color: #231F20;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    height: 40px;
    padding: 0 11px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #C2D1D9;
    font-size: 14px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #231F20;
}

textarea {
    min-height: 126px;
    padding: 11px;
}

input[type="submit"] {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
}

input[type="submit"]:hover {
    background-color: #231F20;
    text-decoration: none;
}

.footer_columns .footer_column .gform_footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer_columns .footer_column .gform_footer input[type="submit"] {
    border-radius: 0 5px 5px 0;
}

.footer_columns .footer_column .footer_columns-content form {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.footer_columns .footer_column .footer_columns-content form .gfield {
    margin: 0;
}

.footer_columns .footer_column .gform_submission_error {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    color: red;
    margin-bottom: -5px;
}

.footer_columns .footer_column .footer_columns-content form .gfield .validation_message {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 5px;
}

.main-footer {
    width: 100%;
    height: auto;
    background: #322348;
    line-height: normal;
}

.copyright_sec {
    padding: 10px 0;
    border-top: 1px solid #C2D1D9;
}

.copyright_sec .footer-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright_sec .footer-right-wrapper .footer-copyright-info .footer__address--dirction {
    color: #505D68;
    font-size: 14px;
    line-height: 21px;
    margin-right: 10px;
}

.copyright_sec .footer-right-wrapper .footer-copyright-info .footer__address--dirction:hover {
    color: #484647;
}

.copyright_sec .footer-copyright-details p {
    color: #505D68;
    font-size: 14px;
    line-height: 21px;
}

.copyright_sec .wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .footer_left_content {
        padding-right: 6%;
    }
}

@media screen and (max-width: 991px) {

    .site-footer .wrapper {
        padding-top: 40px;
    }

    .footer_left_content {
        padding-right: 3%;
    }

    .footer_columns .footer_column {
        flex: 30% 0 0;
        max-width: 30%;
    }

/*    .footer_columns .footer_column:last-child {
        flex: 70% 0 0;
        max-width: 70%;
    }
*/
    .footer_columns .footer_column input[type="submit"] {
        padding: 0 8px;
    }
}

@media screen and (max-width: 767px) {
    .site-footer .footer-logo-area {
        width: 100%;
        margin-bottom: 30px;
    }

    .site-footer .footer-content-area {
        width: 100%;
    }

    .footer_left_content {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_columns {
        width: 100%;
    }

    .footer_columns .footer_column {
        margin-bottom: 30px;
    }

    .footer_columns .footer_column:last-child {
        margin-bottom: 0;
    }

    .footer_columns .footer_column:last-child,
    .footer_columns .footer_column {
        flex: 100% 0 0;
        max-width: 100%;
    }

    .footer_columns .footer_column input[type="submit"] {
        padding: 0 15px;
    }

    .footer_columns .footer_column .footer_columns-content form {
        max-width: 350px;
    }

    .footer_left_content .footer__address--dirction {
        margin-bottom: 12px;
    }

    .copyright_sec .wrapper {
        padding-top: 0;
    }

    .copyright_sec .footer-right-wrapper {
        justify-content: center;
    }
}

/*================= INNER PAGE BANNER SECTION CSS START =================*/

.content-with-image-inner {
    position: relative;
    z-index: 1;
}

.hero_banner {
    position: relative;
    background-color: #484647;
    overflow-x: hidden;
    z-index: 1;
    min-height: 303px
}

.hero_banner--content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 122px;
    z-index: 1;
}

.hero_banner--item img {
    filter: grayscale(100%);
}

.overlay {
    position: relative;
}

.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #484647;
    background: -moz-linear-gradient(180deg, rgba(75, 65, 67, 0) 0%, rgba(75, 65, 67, 0.9999999999999999) 75%, rgba(75, 65, 67, 0.9999999999999999) 100%);
    background: -webkit-linear-gradient(180deg, rgba(75, 65, 67, 0) 0%, rgba(75, 65, 67, 0.9999999999999999) 75%, rgba(75, 65, 67, 0.9999999999999999) 100%);
    background: linear-gradient(180deg, rgba(75, 65, 67, 0) 0%, rgba(75, 65, 67, 0.9999999999999999) 75%, rgba(75, 65, 67, 0.9999999999999999) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    transition: all 1s;
    z-index: 0;
    opacity: 0.9;
}

.inner-page-banner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 73px 0 80px;
}

.banner-caption h2 {
    margin: 0;
    color: #484647;
    font-family: 'fino-bolduploaded_file';
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner-caption h2 b {
    font-weight: normal;
    font-style: italic;
}

.banner-caption p {
    color: #484647;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.inner-page-banner .hero_banner--content {
    position: unset;
    text-align: left;
    padding: 0;
}

.inner-page-banner .hero_banner--content .banner-content-wrapper {
    max-width: 980px;
}

.inner-page-banner .hero_banner--content .heading_h1 {
    text-align: left;
    font-size: 66px;
    line-height: 1;
    color: #484647;
    margin-bottom: 5px;
}

.inner-page-banner .hero_banner--content .banner-content-wrapper p {
    font-size: 18px;
    line-height: 30px;
    color: #484647;
}

@media screen and (max-width: 1200px) {

    .inner-page-banner .hero_banner--content .heading_h1 {
        font-size: 58px;
    }

}

@media screen and (max-width: 991px) {
    .inner-page-banner .hero_banner--content .banner-content-wrapper p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .inner-page-banner .hero_banner--content .heading_h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 479px) {
    .inner-page-banner .hero_banner--content .banner-content-wrapper p {
        font-size: 14px;
        line-height: 24px;
    }
}

/*================= INNER PAGE BANNER SECTION CSS END =================*/

/*================= BRAND HEADER CSS START  =================*/

.section-brand-header {
    background: #FFF7F2;
}

.section-brand-header .brand-banner {
    position: relative;
}

.section-brand-header .wrapper .brand-heading {
    text-align: center;
    padding: 25px 0;
}

.section-brand-header .wrapper .brand-heading .images-wrapper {
    animation: slideLeft 2s ease-in-out;
}

.section-brand-header .wrapper .brand-heading img {
    width: 100%;
}

.section-brand-header .brand-banner .brand-banner-grid {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    animation: slideRight 2s ease-in-out;
}

.section-brand-header .brand-banner .brand-banner-grid .brand-banner-column:first-child {
    flex: 60%;
}

.section-brand-header .brand-banner .brand-banner-grid .brand-banner-column:last-child {
    flex: 40%;
}

.section-brand-header .brand-banner .brand-banner-grid .brand-banner-column img {
    width: 100%;
    height: 100%;
}

.section-brand-header .brand-banner .brand-banner-cta .brand-banner-cta-wrapper {
    background: #FFF7F2;
    box-shadow: 0px 4px 66px 0px rgba(0, 0, 0, 0.76);
    display: flex;
    padding: 13px;
    border-radius: 100%;
    animation: rotateLeft 20s infinite linear;
}

.section-brand-header .brand-banner .brand-banner-cta {
    position: absolute;
    bottom: 57px;
    right: 105px;
}

@keyframes rotateLeft {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@media screen and (max-width: 1366px) {
    .section-brand-header .brand-banner .brand-banner-cta {
        bottom: 30px;
        right: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .section-brand-header .brand-banner .brand-banner-cta .brand-banner-cta-wrapper {
        width: 120px;
        height: 120px;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    .section-brand-header .brand-banner .brand-banner-cta {
        bottom: 20px;
        right: 20px;
    }

    .section-brand-header .brand-banner .brand-banner-cta .brand-banner-cta-wrapper {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 767px) {
    .section-brand-header .brand-banner .brand-banner-grid .brand-banner-column:last-child {
        flex: 100% 0 0;
        max-width: 100%;
    }

    .section-brand-header .brand-banner .brand-banner-grid .brand-banner-column:first-child {
        flex: 100% 0 0;
        max-width: 100%;
    }

    .section-brand-header .brand-banner .brand-banner-cta .brand-banner-cta-wrapper {
        padding: 7px;
    }
}

/*================= BRAND HEADER CSS END  =================*/

/*================= HEADER CSS START  =================*/

.section-site-header {
    background: var(--heritage-park);
}

.section-site-header .site-header-container {
    max-width: 1280px;
    margin: auto;
    padding: 0 40px;
}

.section-site-header .site-header-container .site-header-grid {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-site-header .site-header-container .site-header-grid .site-header-logo {
    flex: 0 0 auto;
}

.section-site-header .site-header-container .site-header-grid .site-header-navigation {
    flex: 1 0 auto;
}

.section-site-header .site-header-container .site-header-grid .site-header-navigation .site-header-navigation-list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    list-style: none;
}

.section-site-header .site-header-container .site-header-grid .site-header-navigation .site-header-navigation-list .site-header-navigation-list-item {
    padding: 0 25px;
}

.section-site-header .site-header-container .site-header-grid .site-header-navigation .site-header-navigation-list .site-header-navigation-list-item .navigation-link {
    color: var(--string-pearls);
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.7;
}

.section-site-header .site-header-container .site-header-grid .site-header-navigation .site-header-navigation-list .site-header-navigation-list-item.active .navigation-link {
    font-weight: 600;
    opacity: 1;
}

@media screen and (max-width: 991px) {

    .section-site-header .site-header-container .site-header-grid .site-header-navigation {
        display: none;
    }

}

/*================= HEADER CSS END  =================*/

/*================= TEXT WITH IMAGE GRID CSS START  =================*/

.section-text-with-image-grid .section-padding {
    padding: 100px 0;
}

.text-with-image-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-text-with-image-grid .text-with-image-grid .text-with-image-grid-text-block {
    max-width: 33%;
    flex: 33%;
}

.section-text-with-image-grid .text-with-image-grid .text-with-image-grid-text-block .heading.h2 {
    color: #484647;
}

.section-text-with-image-grid .text-with-image-grid .text-with-image-grid-text-block .button-wrapper {
    margin-top: 38px;
}

.section-text-with-image-grid .text-with-image-grid .text-with-image-grid-text-block .button-wrapper .btn,
.section-image-with-text .image-with-text__grid .image-with-text__text-item .button-wrapper .btn {
    color: #fff;
}

.section-text-with-image-grid .text-with-image-grid .text-with-image-grid-text-block .button-wrapper .btn:hover,
.section-image-with-text .image-with-text__grid .image-with-text__text-item .button-wrapper .btn:hover {
    color: #484647;
}

.section-text-with-image-grid .text-with-image-grid .text-with-image-grid-image-block {
    max-width: 67%;
    flex: 67%;
    padding-left: 36px;
}

.section-text-with-image-grid .text-with-image-grid .text-with-image-grid-image-block .image-grid {
    display: flex;
    gap: 19px;
}

.section-text-with-image-grid {
    background: #FFF7F2;
}

.section-text-with-image-grid .text-with-image-grid .text-with-image-grid-image-block .image-grid .image-grid-item {
    max-width: 33%;
    flex: 33.33%;
}

.section-text-with-image-grid .text-with-image-grid .text-with-image-grid-image-block .image-grid .image-grid-item img.grid-img {
/*     background: #ffffff; */
    padding: 50px 5px;
}

.section-text-with-image-grid .text-with-image-grid .text-with-image-grid-image-block .image-grid .image-grid-item video {
    max-width: 100%;
}

.section-text-with-image-grid .text-with-image-grid .text-with-image-grid-image-block .image-grid .image-grid-item img {
    width: 100%;
    height: 100%;
}

.section-text-with-image-grid .text-with-image-grid.text-with-image-grid-reverse {
    flex-direction: row-reverse;
}

.section-text-with-image-grid .text-with-image-grid.text-with-image-grid-reverse .text-with-image-grid-image-block {
    padding-left: 0;
    padding-right: 36px;
}

@media screen and (max-width: 1200px) {
    .section-text-with-image-grid .section-padding {
        padding: 80px 0;
    }
}

@media screen and (max-width: 991px) {

    .section-text-with-image-grid .section-padding {
        padding: 60px 0;
    }

    .section-text-with-image-grid .text-with-image-grid .text-with-image-grid-text-block .button-wrapper {
        margin-top: 21px;
    }

    .section-text-with-image-grid .text-with-image-grid .text-with-image-grid-text-block .heading.h2 {
        margin-bottom: 10px;
    }

    .section-text-with-image-grid .text-with-image-grid .text-with-image-grid-text-block {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 40px;
    }

    .section-text-with-image-grid .text-with-image-grid .text-with-image-grid-image-block {
        max-width: 100%;
        padding: 0;
        flex: 100%;
    }

    .section-text-with-image-grid .text-with-image-grid.text-with-image-grid-reverse .text-with-image-grid-image-block {
        padding: 0;
    }

}

@media screen and (max-width: 767px) {

    .section-text-with-image-grid .section-padding {
        padding: 50px 0;
    }

}

/*================= TEXT WITH IMAGE GRID CSS END  =================*/

/*================= IMAGE WITH TEXT CSS START  =================*/

.section-image-with-text {
    background: #EBE3D8;
    position: relative;
    z-index: 0;
}

.section-image-with-text .section-padding {
    padding: 60px 0 78px;
}


.section-image-with-text .image-with-text__grid {
    display: flex;
    flex-wrap: wrap;
}

.section-image-with-text .image-with-text__grid .image-with-text__media-item {
    max-width: 51%;
    flex: 51%;
}

.section-image-with-text .image-with-text__grid .image-with-text__text-item {
    max-width: 49%;
    flex: 49%;
    padding: 37px 40px 37px 83px;
    display: flex;
    align-items: center;
}

.section-image-with-text .image-with-text__grid .image-with-text__text-item .rte-text {
    max-width: 85%;
}
.section-image-with-text .image-with-text__grid .image-with-text__text-item .rte-text ol{
	opacity:0.7;
}

.section-image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text-collage {
    display: grid;
    grid-gap: 30px;
}

.section-image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text-collage .image-with-text-collage-item:first-child {
    grid-column: 1/6;
    grid-row: 1/3;
}

.section-image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text-collage .image-with-text-collage-item:nth-child(2n) {
    grid-column: 1/3;
    grid-row: 3/5;
}

.section-image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text-collage .image-with-text-collage-item:last-child {
    grid-column: 4/6;
    grid-row: 3/6;
}

.section-image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text-collage .image-with-text-collage-item img {
    height: 100%;
    width: 100%;
    display: block;
}

.section-image-with-text .image-with-text__grid .image-with-text__text-item .button-wrapper {
    margin-top: 31px;
}

@media screen and (max-width: 1200px) {
    .section-image-with-text .section-padding {
        padding: 60px 0;
    }

    .section-image-with-text .image-with-text__grid .image-with-text__text-item {
        padding: 37px 40px 37px 40px;
    }

    .section-image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text-collage {
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {

    .section-image-with-text .image-with-text__grid .image-with-text__media-item {
        max-width: 100%;
        flex: 100%;
    }

    .section-image-with-text .image-with-text__grid .image-with-text__text-item {
        max-width: 100%;
        padding: 40px 0 20px;
    }

    .section-image-with-text .image-with-text__grid .image-with-text__text-item .rte-text {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .section-image-with-text .section-padding {
        padding: 50px 0;
    }
}

/*================= IMAGE WITH TEXT CSS END  =================*/

/*================= OUR PARTNERS CSS START =================*/

.section-logo-list {
    background: #EBE3D8;
}

.section-logo-list .section-padding {
    padding: 50px 0;
}

.section-image-with-text .image-with-text__grid .image-with-text__text-item .rte-text {
    max-width: 85%;
}

.section-logo-list .logo-list-wrapper {
    display: flex;
    align-items: center;
}

.section-logo-list .logo-list-heading {
    flex: 42% 0 0;
    max-width: 42%;
}

.section-logo-list .logo-list-images {
    display: flex;
    flex: 58% 0 0;
    max-width: 58%;
    justify-content: center;
}

.section-logo-list .logo-list-heading .heading {
    margin: 0;
}

.section-logo-list .logo-list-images .logo-list-image {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.section-logo-list .logo-list-images .logo-list-image:before {
    content: '';
    height: 50px;
    background-color: rgba(35, 31, 32, 0.10);
    position: absolute;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.logo-list-images .logo-list-image:last-child {
    padding: 0;
    margin: 0;
}

.logo-list-images .logo-list-image:last-child::before {
    display: none;
}

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

@media screen and (max-width: 767px) {

    .section-logo-list .logo-list-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-logo-list .logo-list-heading {
        flex: 100% 0 0;
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .section-logo-list .logo-list-images {
        flex: 100% 0 0;
        max-width: 100%;
    }

    .section-logo-list .logo-list-images .logo-list-image {
        flex: 50% 0 0;
        max-width: 100%;
    }

}

/*================= OUR PARTNERS CSS END =================*/

/*================= SITE CTA SECTION CSS START =================*/

.site-cta-section {
    padding: 66px 0 60px;
    background: #EBE3D8;
}

.site-cta-section .site-cta-content .heading {
    margin: 0;
    color: #484647;
}

.site-cta-section .site-cta-button {
    text-align: right;
}

.site-cta-section .site-cta-button .btn:last-child {
    margin-left: 12px;
}

/* 22/10/24 START */

/* 22/10/24 END */

@media screen and (max-width: 1200px) {

    .site-cta-section {
        padding: 55px 0;
    }

    .site-cta-section .site-cta-button {
        text-align: left;
        margin-top: 20px;
    }

}

@media screen and (max-width: 767px) {
    .site-cta-section {
        padding: 40px 0;
    }
}

@media screen and (max-width: 374px) {
    .site-cta-section .site-cta-button .btn {
        width: 100%;
        margin: 5px 0 !important;
    }
}

/*================= SITE CTA SECTION CSS END =================*/

/*================= REVIWE SECTION CSS START =================*/

.section-reviews-section {
    background: #FFF7F2;
}

.section-reviews-section .section-padding {
    padding: 100px 0;
}

.section-reviews-section .reivew-badge {
    position: absolute;
    background: #ebe3d8;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    bottom: 4%;
    width: calc(50% - 25px);
    right: unset;
    left: 15px;
    flex-wrap: wrap;
}

.heading-wrappers {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.plus-icon {
    display: inline-flex;
    margin-left: 8px;
}

.section-reviews-section .image-review-badge .reivew-image {
    padding: 0;
}

.section-reviews-section .reivew-badge .reivew-count {
    color: #484647;
}

.section-reviews-section .reivew-badge .reivew-count.sh1 {
    font-size: 42px;
    flex: 1 0 0;
}

.reivew-badge-inner {
    flex: 1 0 0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.section-reviews-section .reivew-badge .review-title {
    color: #484647;
}

.section-reviews-section .reivew-badge .review-title.sh3 {
    font-size: 20px;
}

.section-reviews-section .reivew-badge .reivew-count .plus-icon img {
    max-width: 17px;
        filter: contrast(0) brightness(0);
}

.section-reviews-section .reivew-badge .review-star {
    margin-bottom: 8px;
}

.section-reviews-section .reivew-badge .review-star img {
    max-width: 110px;
}

.section-reviews-section .review-stories {
    padding-left: 88px;
    position: relative;
}

.section-reviews-section .review-stories .quote-icon {
    margin-bottom: 16px;
    display: inline-flex;
    width: 100%;
    margin-top: 0px;
}

.section-reviews-section .review-stories .quote-icon img {
    max-width: 65px;
}

.section-reviews-section .review-stories .review-content {
    margin-bottom: 45px;
    max-width: 500px;
    background: #EBE3D8;
    padding: 30px;
    color: #484647;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
/*    border-radius: 8px;*/
}

.section-reviews-section .review-stories .position {
    font-weight: 400;
    color: #231F20;
    font-family: 'Montserrat', sans-serif;
}

.section-reviews-section .slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7478 5.90039L20.8633 7.00845L12.0917 15.7411L20.8633 24.4737L19.7478 25.5818L9.84169 15.7411L19.7478 5.90039Z' fill='%2367746D'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    font-size: 0;
    background-color: transparent;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.section-reviews-section .slick-prev.slick-arrow {
    margin-right: 10px;
}

.section-reviews-section .slick-next.slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9592 5.90039L9.84375 7.00845L18.6153 15.7411L9.84375 24.4737L10.9592 25.5818L20.8653 15.7411L10.9592 5.90039Z' fill='%2367746D'/%3E%3C/svg%3E");
}

.section-reviews-section .slider-counter {
    margin-top: 60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #67746D;
    display: flex;
    align-items: center;
    line-height: 30px;
}

.section-reviews-section .slider-counter .current-slide {
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 600;
    color: #67746D;
    margin-right: 3px;
}

.section-reviews-section .slider-counter .total-slides {
    margin-left: 3px;
}

.section-reviews-section .slick-next.slick-arrow {
    margin-left: 10px;
}

.section-reviews-section .slick-arrow:hover {
    background-color: transparent;
}

.section-reviews-section .slick-arrow.slick-disabled {
    opacity: 0.5;
}

/*.section-reviews-section .image-review-badge .reivew-image .review-collapse-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.review-collapse-section>div:first-child {
    display: inline-flex;
    grid-area: 2 / 1 / 4 / 3;
    max-width: 267px;
}

.review-collapse-section>div:nth-child(2n) {
    grid-area: 1 / 2 / 3 / 4;
    max-width: 314px;
}

.review-collapse-section>div:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 254px;
}*/

.section-reviews-section .image-review-badge .reivew-image .review-collapse-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.review-collapse-section>div:first-child {
    max-width: 100%;
    flex: 100% 0 0;
    max-height: 220px;
    overflow: hidden;
    padding-top: 0 !important;
}

.review-collapse-section>div:nth-child(2n) {
    flex: 50% 0 0;
    max-width: 50%;
}

.review-collapse-section>div:nth-child(3) {
    flex: 50% 0 0;
    max-width: 50%;
}

/*.review-collapse-section>div img {
    border: 5px solid #fff7f2;
    border-radius: 15px;
}

.review-collapse-section>div:nth-child(2n) img {
    border: 5px solid #67746d;
}*/

.section-reviews-section .image-review-badge .reivew-image .review-collapse-section .review-single-image {
    padding: 20px 10px 0 10px;
}

.section-reviews-section .image-review-badge .reivew-image .review-collapse-section div:nth-child(1) img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.section-reviews-section .reivew-badge .review-title {
    margin: 0;
}



@keyframes slideIn {
    from {
        transform: translateY(-100%);
        /* Start offscreen above */
    }

    to {
        transform: translateY(0);
        /* Move to default position */
    }
}

@keyframes slideLeft {
    from {
        transform: translateX(-100%);
        /* Start offscreen above */
    }

    to {
        transform: translateX(0);
        /* Move to default position */
    }
}

@keyframes slideRight {
    from {
        transform: translateX(100%);
        /* Start offscreen above */
    }

    to {
        transform: translateX(0);
        /* Move to default position */
    }
}

@media screen and (max-width: 1200px) {
    .section-reviews-section .section-padding {
        padding: 80px 0;
    }

    .section-reviews-section .review-stories {
        padding-left: 50px;
    }
}

@media screen and (max-width: 991px) {
    .section-reviews-section .reivew-badge {
        width: calc(50% - 20px);
        left: 10px;
    }
    .image-review-badge {
        width: 100%;
    }

    .section-reviews-section .review-stories {
        width: 100%;
    }

    .section-reviews-section .review-stories {
        padding-left: 15px;
        margin-top: 20px;
    }

    .section-reviews-section .image-review-badge .reivew-image {
        padding: 0;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .section-reviews-section .section-padding {
        padding: 50px 0;
    }

    .section-reviews-section .reivew-badge .reivew-count .plus-icon img {
        max-width: 17px;
    }

    .section-reviews-section .reivew-badge .review-star img {
        max-width: 85px;
    }

    .section-reviews-section .reivew-badge .review-star {
        margin-bottom: 8px;
        display: flex;
        align-items: center;
    }

    .section-reviews-section .reivew-badge {
        padding: 12px;
        bottom: 8%;
    }
}

/*================= REVIWE SECTION CSS END =================*/

/*================= CONTACT US SECTION CSS START =================*/

.section-contact-us .section-padding {
    padding: 147px 0 100px;
}

.section-contact-us:nth-child(2) .section-padding {
    padding-bottom: 147px;
}

.section-contact-us .top-section .contact-image {
    flex: 54.016% 0 0;
    max-width: 54.016%;
    padding: 0 15px;
}

.section-contact-us .top-section .contact-form {
    flex: 45.984% 0 0;
    max-width: 45.984%;
    padding: 23px 15px 0 15px;
}

.section-contact-us .top-section .contact-form .common-frm {
    margin-top: 30px;
}

.section-contact-us .top-section .contact-form .gform_footer {
    margin-top: 22px;
}

.section-contact-us .top-section .contact-form .gform_footer input[type="submit"] {
    width: 100%;
    font-size: 12px;
}

.section-contact-us .bottom-section .social-single {
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
}

.section-contact-us .bottom-section .social-single .social-links {
    margin: 0 -8px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-contact-us .bottom-section .social-single .social-links li {
    list-style: none;
    margin: 0;
    padding: 0 8px;
}

.section-contact-us .bottom-section .social-single .social-links li a,
.section-contact-us .bottom-section .social-single .social-links li a svg {
    display: block;
    border-radius: 100%;
}

.section-contact-us .bottom-section .social-single .social-links li a:hover {
    background: #67746d;
    color: #fff;
}

.section-contact-us .bottom-section .social-single .social-icon {
    margin-bottom: 16px;
}

.section-contact-us .bottom-section .social-single .social-icon .social-icon-inr {
    background-color: hsl(51deg 50% 96% / 35%);
    display: block;
    border-radius: 50%;
    width: 87px;
    height: 87px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-contact-us .bottom-section .social-single .social-icon .social-icon-inr img {
    height: 25px;
    width: 25px;
}

.section-contact-us .bottom-section .social-single:last-child {
    border: none;
}

.section-contact-us .bottom-section .social-single .body-5 a {
    color: #231F20;
}

.section-contact-us .bottom-section .social-single .body-5 {
    max-width: 200px;
    margin: 0 auto;
}

.section-contact-us .top-section .contact-form .gform_submission_error {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    color: red;
}

.section-contact-us .top-section .contact-form .common-frm .validation_message {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 5px;
}

@media screen and (max-width: 1200px) {
    .section-contact-us .section-padding {
        padding: 100px 0;
    }
    .section-contact-us:nth-child(2) .section-padding {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 991px) {
    .section-contact-us .bottom-section .social-single {
        width: 50%;
        margin-bottom: 40px;
    }

    .section-contact-us .bottom-section .social-single:nth-child(2) {
        border-right: none;
    }

    .section-contact-us .bottom-section .social-single:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {

    .container,
    .container-fluid,
    .wrapper,
    .wrapper-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

    .section-contact-us .section-padding {
        padding: 50px 0;
    }


    .section-contact-us:nth-child(2) .section-padding {
        padding-bottom: 60px;
    }

    .section-contact-us .top-section .contact-image,
    .section-contact-us .top-section .contact-form {
        flex: 100% 0 0;
        max-width: 100%;
    }

    .section-contact-us .bottom-section .social-single {
        border-right: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .section-reviews-section .reivew-badge .reivew-count.sh1 {
        font-size: 36px;
    }

    .section-reviews-section .reivew-badge .review-title.sh3 {
        font-size: 16px;
    }
}

/*================= CONTACT US SECTION CSS END =================*/

/*================= PROMO BANNER SECTION CSS START =================*/

.promo-section {
    padding-left: calc((100vw - 1280px)/2 + 20px);
    padding-top: 100px;
    padding-bottom: 100px;
}

.promo-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.promo-list .promo-item {
    width: calc(25% - 22.5px);
    max-width: calc(25% - 22.5px);
}

.promo-list .promo-item .promo-image {
    position: relative;
    overflow: hidden;
    padding-top: 105%;
}

.promo-list .promo-item .promo-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*================= PROMO BANNER SECTION CSS END =================*/

/*================= SERVICES SECTION CSS START =================*/

.services-section {
    background: #FFF7F2;
    padding: 50px 0 80px;
}

.services-tabs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* overflow: auto; */
    flex-direction: column;
    padding-bottom: 30px;
}

.services-tabs ul li {
    list-style: none;
    width: fit-content;
}

.services-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    width: 23%;
}
.services-content {
    width: 73%;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 30px;
}
.wrapper.services-section-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.services-tabs ul li > a {
    color: #313439;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    padding: 10px 0px;
    text-decoration: none;
    position: relative;
}

.services-tabs ul li > a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #545851;
    opacity: 0;
}

.services-tabs ul li > a.active:before {
    opacity: 1;
}

.services-tabs ul li.active a {
    font-weight: 500;
}

.service-content-item {
    display: none;
}

.service-content-item.tab-active {
    display: block;
}

.service-content-item .service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.service-content-item .service-header .btn {
    color: #FFFFC5;
    font-weight: 500;
    border-color: #000000;
    background: #000;
}

.service-content-item .service-header .btn:hover {
    background-color: #fff;
}

.service-header h3 {
    color: #545851;
    font-family: 'fino-bolduploaded_file';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 15px 0 0;
    text-transform: uppercase;
}

.service-header .button.button-secondary {
    border-radius: 4px;
    border: 1px solid #545851;
    color: #545851;
    margin: 0px;
}

.service-header-content {
    margin: 8px 0 0;
    max-width: calc(100% - 280px);
}

.service-grid-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px 0 0;
}

.service-header-content p,
.service-header-content  {
    color: #545851;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    line-height: 30px;
}

.service-grid-list .service-grid-item {
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
    border: 1px solid rgba(84, 88, 81, 0.15);
    padding: 24px;
}

.service-grid-item h4 {
    color: #545851;
    font-family: 'fino-bolduploaded_file';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 6px;
}

.service-grid-item .vendor {
    display: block;
    color: #545851;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.7;
}

.service-grid-item .price-block {
    margin: 20px 0 8px;
}

.service-grid-item .price-block span {
    color: #545851;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    opacity: 0.7;
}

.service-grid-item .price-block p {
    color: #E2A17D;
    font-family: 'Montserrat';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.service-grid-item .price-block p span {
    margin-left: 10px;
    padding-left: 15px;
    position: relative;
    line-height: 1.5;
    color: #1f8900;
}

.service-grid-item .price-block p span:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #545851;
}

.service-grid-item .price-block p {
    display: flex;
    align-items: center;
}

.service-grid-item .service-info-text a {
    color: #545851;
}

.service-grid-item .service-info-text,
.service-grid-item .service-info-text p {
    color: rgba(84, 88, 81, 0.70);
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

/*================= SERVICES SECTION CSS END =================*/

@media screen and (max-width: 1279px) {
    .promo-section {
        padding: 50px 0px;
    }
}


@media screen and (max-width: 1199px) {
    .services-tabs ul li > a {
        padding: 10px 0px;
    }
    .footer_columns {
    width: 100%;
    display: flex;
    flex-wrap: unset;
    margin: 0 -15px;
    flex-flow: row wrap;
}
.footer_columns .footer_column {
    flex: 0 0 calc(50% - 30px)!important;
    padding: 0 15px;
    margin-top: 30px;
}
.footer_left_content {
    width: 100%;
    padding-right: 0;
}

}

@media screen and (max-width: 991px) {

    .banner-caption h2 {
        font-size: 48px;
    }

    .banner-caption p {
        font-size: 16px;
        line-height: 26px;
    }

    .services-tabs ul li > a {
        padding: 5px 0px;
        font-size: 14px;
    }

    .service-header h3 {
        font-size: 30px;
    }

    .service-header-content p,
    .service-header-content  {
        font-size: 14px;
        line-height: 26px;
    }

    .service-grid-list .service-grid-item {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .section-container {
        padding: 0 20px;
    }

    .service-header-content {
        margin: 15px 0 0;
        max-width: 100%;
    }

    .service-grid-item h4 {
        font-size: 24px;
    }

    .service-grid-item .vendor {
        font-size: 16px;
    }

    .service-grid-item .price-block {
        margin: 10px 0 8px;
    }

    .service-grid-item .price-block span {
        font-size: 16px;
        line-height: 26px;
    }

    .service-grid-list .service-grid-item {
        padding: 15px;
    }

    .service-grid-item .service-info-text p {
        font-size: 14px;
    }

    .service-grid-list {
        gap: 20px;
    }

    .service-grid-item .price-block p {
        font-size: 20px;
    }

    .services-tabs ul li > a {
        padding: 3px 0px;
    }

    .services-tabs ul {
        row-gap: 10px;
        padding-bottom: 5px;
    }


    .promo-section {
        padding: 20px 0px;
    }

    .promo-list {
        gap: 20px;
    }

    .promo-list .promo-item {
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .inner-page-banner {
        padding: 50px 0px;
    }

    .banner-caption h2 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .banner-caption p {
        font-size: 14px;
        line-height: 24px;
    }

    .services-section {
        padding: 30px 0 50px;
    }
    .services-content {
     padding-left: 15px;
    }

}

/*================= ABOUT PAGE TOP SECTION CSS START =================*/

.about-info-top {
    padding: 100px 0 45px;
}

.about-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-end;
}

.about-info-wrapper .about-info-image-item {
    width: 59.515%;
    align-self: flex-start;
}

.about-info-wrapper .about-info-text-item {
    width: 50.485%;
    background: #fff;
    margin-top: 242px;
    margin-left: -12%;
    box-shadow: 20px 30px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 39px 69px 45px 40px;
}

.about-info-wrapper .about-info-image-item .ai-img {
    max-width: 100%;
    width: 100%;
}

.about-info-wrapper .about-info-image-item .ai-studio {
    position: absolute;
    right: 0;
    top: 100px;
    max-width: 42%;
    text-align: left;
    width: 100%;
    padding: 0 24px;
}

.about-info-text-item h3 {
    color: #231F20;
    font-family: 'fino-bolduploaded_file';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 16px;
}

.about-info-text-item h3 b {
    font-style: italic;
    font-weight: normal;
}

.about-info-text-item p {
    color: #231F20;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 25px;
}

.about-info-text-item p:last-child {
    margin: 0;
}

.about-info-image-item .ai-luxe-hair {
    margin: 33px 0 0 -90px;
    text-align: center;
    padding: 0 15px;
}

.about-info-image-item .ai-luxe-hair img {
    max-width: 375px;
}

/*================= ABOUT PAGE TOP SECTION CSS END =================*/

/*================= ABOUT PAGE INFO SECTION CSS START =================*/

.about-info-bottom {
    margin: 45px 0 0;
    padding-bottom: 45px;
}

.about-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-wrapper .about-bottom-image {
    width: 40%;
    order: 1;
    padding: 0 0 0 60px;
}

.about-wrapper .about-bottom-text {
    width: 48%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.about-bottom-box h3 {
    color: #0F0E0E;
    font-family: 'fino-bolduploaded_file';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin: 0;
}

.about-bottom-box h3 b {
    font-style: italic;
    font-weight: normal;
}

.about-bottom-box .role {
    color: #231F20;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: block;
    text-transform: uppercase;
    margin: 0 0 16px;
    opacity: 0.7;
}

.about-bottom-box p {
    color: #231F20;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 18px;
}

.about-bottom-box *:last-child {
    margin-bottom: 0;
}

.about-social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.about-bottom-box .button {
    margin: 0 0 0 30px;
    position: relative;
}

.about-bottom-box .button:hover {
    background: #000;
    color: #fff;
}

.about-social-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
}

.about-social-links ul li {
    margin-bottom: 0;
}

.about-social-links ul li a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2A17D;
    color: #E2A17D;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}

.about-social-links ul li a img {
    height: 26px;
    width: 26px;
}

.about-social-links ul li a:hover img {
    filter: brightness(100);
}

.about-social-links ul li a svg path {
    fill: currentColor;
}

.about-social-links ul li a:hover {
    background: #67746d;
    color: #fff;
}

.about-bottom-box {
    margin-top: auto;
}

.about-sl-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.06;
    pointer-events: none;
}

.about-sl-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-info-wrapper .about-info-image-item .ai-studio img {
    max-width: 100%;
}

/*================= ABOUT PAGE INFO SECTION CSS END =================*/

/*================= ABOUT PAGE MEET OUR SECTION CSS START =================*/

.meet-our-team-section {
    padding: 45px 0 100px;
}

.meet-our-team-section .section-title {
    text-align: center;
    margin: 0 0 23px;
}

.meet-our-team-section .section-title h2 {
    margin: 0;
    color: #231F20;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}

.meet-our-team-section .section-title h2 b {
    font-style: italic;
}

.our-team-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	justify-content:center;
}

.our-team-list .our-team-item {
    width: calc(33.33% - 22.5px);
    position: relative;
    max-width: calc(33.33% - 22.5px);
    padding-bottom: 61px;
}

.our-team-list .our-team-item .our-team-image {
    position: relative;
    padding-top: 110%;
    overflow: hidden;
}

.our-team-list .our-team-item .our-team-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-team-info {
    position: absolute;
    left: 28px;
    bottom: -42px;
    right: 28px;
    background: #fff;
    z-index: 1;
    padding: 16px;
    text-align: center;
    box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.10);
    max-width: 230px;
    margin: 0 auto;
}

.our-team-info h4 {
    color: #231F20;
    text-align: center;
    font-family: 'fino-bolduploaded_file';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 4px;
}

.our-team-info .role {
    color: #231F20;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    opacity: 0.7;
}

.our-team-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.our-team-social {
    margin: 20px 0 0;
}

.our-team-social ul li svg {
    max-width: 18px;
    height: auto;
}

.our-team-social ul li {
    margin: 0;
}

.our-team-social ul li img {
    display: block;
}

.our-team-social li>a>img {
    height: 18px;
    width: 18px;
}

.our-team-social li> a:hover >img:hover {
    filter: brightness(100) contrast(0);
}

.about-wrapper .about-bottom-image img {
    max-width: 100%;
}
 section {
        overflow: hidden;
}
section.content-section {
    width: 100%;
    padding: 100px 0;
}
section.content-section ul li {
    list-style: square;
}
section.content-section  ul {
    margin-bottom: 20px;
}
.our-team-item-wrap {
    position: relative;
}
.team-member-copy {
    background: #67746d;
    padding-top: 60px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-right: 15px;
    color: #d4d7d5;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    min-height: 290px;
}


.light-new-color{
    background: #FFF7F2!important;
}
.about-info-section,.meet-our-team-section {
    background: #FFF7F2;
}
.team-member-copy a {
    color: #484647;
}
.team-member-copy a:hover {
	color: #484647;
}
.team-member-copy {
    background: #ebe3d8;
    color: #484647;
}
.our-team-item-wrap .button-area {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.our-team-item-wrap .button-area .button {
    margin: 0;
    background: transparent;
}
.our-team-item-wrap .button-area .button {
    border-color: #fff;
    color: #fff;
}
.our-team-item-wrap .our-team-video .button-area {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.our-team-item-wrap .our-team-video:hover .button-area {
    opacity: 1;
    visibility: visible;
}

.section-contact-us{
    background:#FFF7F2;
}
.about-info-wrapper .about-info-text-item {
    background: #ebe3d8;
}

/*================= ABOUT PAGE MEET OUR SECTION CSS END =================*/


@media screen and (max-width: 1199px) {

    .about-info-wrapper .about-info-text-item {
        padding: 40px;
        margin-top: 110px;
    }

    .about-info-wrapper .about-info-image-item .ai-studio img {
        max-width: 230px;
    }

    .about-info-wrapper .about-info-image-item .ai-studio {
        top: 30px;
    }
    .team-member-copy{
        min-height: 360px;
    }
}

@media screen and (max-width: 991px) {

    .about-info-image-item .ai-luxe-hair img {
        max-width: 50%;
    }

    .about-info-text-item p {
        font-size: 14px;
    }

    .about-info-image-item .ai-luxe-hair {
        margin: 13px 0 0 -90px;
    }

    .about-info-wrapper .about-info-text-item {
        padding: 20px;
        box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.08);
    }

    .about-wrapper .about-bottom-image {
        padding: 0 0 0 30px;
    }


    .about-info-top {
        padding: 50px 0 45px;
    }


    .our-team-list .our-team-item {
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .section-reviews-section .image-review-badge .reivew-image .review-collapse-section {
        justify-content: center;
        max-width: 620px;
        position: relative;
        margin: 0 auto;
    }
    section.content-section {
    padding: 70px 0;
   }

}

@media screen and (max-width: 767px) {

    .about-info-top {
        padding: 30px 0;
    }

    .about-info-wrapper .about-info-image-item {
        width: 100%;
    }

    .about-info-wrapper .about-info-text-item {
        margin: 20px 0 0;
        width: 100%;
        box-shadow: none;
        padding: 20px;
    }

    .about-info-wrapper .about-info-image-item .ai-studio {
        position: static;
        max-width: 120px;
        padding: 0 0px;
        margin: 20px 0 0;
    }

    .about-info-wrapper .about-info-image-item .ai-studio img {
        max-width: 100%;
    }

    .about-info-image-item .ai-luxe-hair {
        margin: 20px 0 0;
        text-align: left;
        padding: 0 0px;
    }

    .about-info-image-item .ai-luxe-hair img {
        max-width: 160px;
    }

    .about-info-bottom {
        margin: 30px 0;
    }

    .about-wrapper .about-bottom-image {
        width: 100%;
        order: 1;
        padding: 0;
    }

    .about-wrapper .about-bottom-text {
        width: 100%;
        order: 2;
        margin: 20px 0 0;
    }

    .meet-our-team-section {
        padding: 30px 0 50px;
    }

    .meet-our-team-section .section-title h2 {
        font-size: 30px;
    }

    .footer_columns .footer_column{flex: 100%!important;padding: 0;margin-top: 0}
    .klaviyo-form.klaviyo-form.klaviyo-form {
        max-width: 420px;
        margin: 0 auto;
    }
    .footer_columns {margin: 0; }
    section.content-section {
        padding: 50px 0;
    }

}

@media screen and (max-width: 640px) {
    .our-team-list .our-team-item {
        width: 100%;
        max-width: 100%;
    }

    .about-bottom-box h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .team-member-copy{
        min-height: unset;
    }

    .our-team-item-wrap .our-team-video .button-area {
        opacity: 1;
        visibility: visible;
    }

}


@media screen and (max-width: 480px) {
    .container, .container-fluid, .wrapper, .wrapper-fluid {
        padding: 0 15px;
    }
    .rte-text, .rte-text p,.rte-text ol li  {
        font-size: 15px;
        line-height: 24px;
    }
    .section-reviews-section .review-stories .review-content {
        padding: 15px 20px;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .section-reviews-section .slider-counter {
        margin-top: 30px;
    }
}


@media screen and (max-width: 430px) {

    .section-reviews-section .reivew-badge {
        display: block;
        text-align: center;
        position: static;
    }
    .section-reviews-section .reivew-badge .review-star {
        margin: 0 5px 0 0;
    }
    .review-collapse-section>div:nth-child(2n), .review-collapse-section>div:nth-child(3) {
        flex: 100% 0 0;
        max-width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

}

/*================= BLOG PAGE CSS START =================*/

.blog .section-brand-header {
    display: none;
    height: 0;
    opacity: 0;
}
section.main-blog {
    background-color: #FFF7F2;
    width: 100%;
}
section.main-blog .blog-main {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}
section.main-blog main#primary {
    display: flex;
    flex-wrap: wrap;
}
section.main-blog main#primary {
    padding: 100px 0;
}
section.main-blog.blog_arc main#primary{
    margin: 0 -10px;
}
section.main-blog .blog-main .blog-inner {
    padding: 0 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
section.main-blog .blog-main .blog-inner img {
    min-height: 300px;
    object-fit: cover;
    width: 100%;
    max-height: 300px;
    object-position: top;
}
section.main-blog .blog-main .blog-inner .blog-main-disc > h5 {
    padding-top: 15px;
    padding-bottom: 10px;
    color: #231F20;
    width: 100%;
}
.blog-main-disc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    text-align: center;
}
nav.navigation.posts-navigation a {
    background-color: transparent;
    color: #67746D;
    border-color: #67746D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 9.5px 19px 9.5px 19px;
    min-width: 146px;
    border: 1px solid transparent;
    text-decoration: none;
    display: inline-block;
    border-color: #67746D;
    margin: 10px;
}
nav.navigation.posts-navigation a:hover{
    color: #fff;
    background-color: #67746D;
}
nav.navigation.posts-navigation {
    display: flex;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
section.main-blog .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.main-blog-img {
    width: 100%;
}

section.main-blog .main-blog-content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #231F20;
}

section.main-blog .main-blog-content p {
    color: #231F20;
}

section.main-blog div#comments {
    width: 100%;
    padding-top: 20px;
}
.main-blog-content h3 {
    margin-bottom: 20px;
}
.main-blog-content ul li {
    list-style-type: disc;
}
.main-blog-content ul,.main-blog-content ol{margin-bottom: 20px}
.main-blog-content ul li ul {
    margin-top: 14px;
}
.main-blog-content ul li ul li{
    list-style-type: none;
}
.main-blog-img img {
    max-width: 500px;
}
@media screen and (max-width: 1199px) {
    section.main-blog .blog-main .blog-inner img {
        min-height: 280px;
        max-height: 280px;
    }
}
@media screen and (max-width: 1023px) {
    section.main-blog .blog-main {
      width: 33.33%;
    }
    section.main-blog main#primary {
      padding: 70px 0;
    }
    section.main-blog.blog_arc main#primary {
     margin: 0;
    }
    .services-content {
      width: 68%;
    }
    .services-tabs {
      width: 30%;
    }
}
@media screen and (max-width: 767px) {
    section.main-blog .blog-main {
      width: 50%;
    }
    section.main-blog main#primary {
      padding: 50px 0;
    }
	section.main-blog .main-blog-content {
		padding-bottom:0;
	}
}
@media screen and (max-width: 640px) {
    .services-content {
      width: 100%;
    }
   .services-tabs {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .services-content {
      border-left: 0;
      padding-left: 0;
    }
}    
@media screen and (max-width: 480px) {
    section.main-blog .blog-main {
      width: 100%;
    }
	section.main-blog .blog-main .blog-inner img {
      min-height: 300px;
      max-height: 300px;
      height: 100%;
  }
}

/*================= BLOG PAGE CSS END =================*/

/*================= NEW GERNRAL CSS START =================*/

.heading-2 {
    font-family: 'fino-regularuploaded_file';
    color: #484647;
    font-size: 45px;
    font-weight: 400;
}

.container, .wrapper {
    max-width: 1440px;
}

.container, .container-fluid, .wrapper, .wrapper-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.hover-link a {
    position: relative;
}

.hover-link a:hover {
    color: #231F20;
    text-decoration: none;
}

.hover-link a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 1px;
    background: #231F20;
    width: 100%;
    z-index: 1;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .2s;
    left: 0;
}

.hover-link a:hover::after {
    transform: scaleX(1);
}

.button {
    display: inline-block;
    border: 0.5px solid #000;
    background: #FFF;
    padding: 20px 40px;
    color: #484647;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 40px;
}

.button svg {
    vertical-align: middle;
    margin-right: 43px;
}

.button:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.button:hover svg path {
    fill: #fff;
}

.body-3, .body-3 p {
    color: rgb(35 31 32 / 50%);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.body-6, .body-6 p {
    color: rgb(35 31 32 / 50%);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

/*================= NEW GERNRAL CSS END =================*/

/*================= NEW HOME PAGE CSS START =================*/

.landing-header {
    padding: 26px 0;
    width: 100%;
    transition: all 0.5s;
    z-index: 1000;
    background: #EBE3D8;
}

.home-header {
    position: fixed;
    top: 0;
    background: transparent;
}

.landing-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #EBE3D8;
    box-shadow: 0px 4px 11px 0px rgb(0 0 0 / 5%);
}

.landing-header.sticky .service-menu .menu-caption {
    color: #484647;
}

.landing-header .service-menu .menu-caption {
    color: #484647;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: block;
}

.landing-header.home-header .service-menu .menu-caption {
    color: #FFF;
}

.landing-header.home-header.sticky .service-menu .menu-caption {
    color: #484647;
}

.landing-header .site-logo {
    text-align: center;
}

.landing-header .site-logo svg {
    width: 170px;
    height: 41px;
    display: block;
    margin: 0 auto;
}

.landing-header.home-header .site-logo svg path {
    fill: #fff;
}

.landing-header .site-logo svg path {
    fill: #484647;
}

.landing-header.home-header.sticky .site-logo svg path {
    fill: #484647;
}

.landing-header .toggle-menu {
    text-align: right;
}

.landing-header .toggle-menu svg {
    display: block;
    margin: 0 0 0 auto;
}

.landing-header .toggle-menu svg line {
    stroke: #484647;
}

.landing-header.sticky .toggle-menu svg line {
    stroke: #484647;
}

.landing-header.home-header .toggle-menu svg line {
    stroke: #fff;
}

.landing-header.home-header.sticky .toggle-menu svg line,
.landing-header .toggle-menu #menu-icon.open svg line  {
    stroke: #484647;
}

.landing-header .site-logo a {
    display: block;
}

.landing-header .row {
    align-items: center;
}

.navigation-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #EBE3D8;
    top: 0;
    left: 0;
    padding: 5em 0;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.navigation-menu.active {
    visibility: visible;
    opacity: 1;
}

.overflow-menu {
    overflow: hidden;
}

.navigation-menu .landing-menu {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
}

#menu-icon.open {
    position: relative;
    z-index: 99;
}

.navigation-menu .navigation-menu-inr>ul.nav {
    padding: 0;
    list-style: none;
    width: 25%;
    margin: 0 auto;
}

.navigation-menu .navigation-menu-inr .nav li {
    margin: 0;
    position: relative;
    text-align: left;
}

.navigation-menu .navigation-menu-inr>ul.nav>li.menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
}

.navigation-menu .navigation-menu-inr ul li a {
    font-size: 28px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 600;
    color: #484647;
    padding: 15px 0;
    display: inline-block;
    font-family: 'fino-regularuploaded_file';
    letter-spacing: 4px;
    position: relative;
}

.navigation-menu .navigation-menu-inr ul li a:after {
    content: "";
    position: absolute;
    bottom: 11px;
    height: 1px;
    background: #484647;
    width: 100%;
    z-index: 1;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .2s;
    left: 0;
}

.navigation-menu .navigation-menu-inr ul li a:hover:after {
    transform: scaleX(1);
}

.navigation-menu .navigation-menu-inr ul li a:hover {
    text-decoration: none;
}

.navigation-menu .navigation-menu-inr>ul.nav>li.menu-item-has-children .child-trigger {
    position: absolute;
    right: 2em;
    top: 0;
    z-index: 1000;
    cursor: pointer;
    bottom: 0;
    margin: auto;
}

.navigation-menu .navigation-menu-inr>ul.nav>li.menu-item-has-children .child-trigger:after {
    content: "+";
    font-size: 44px;
    line-height: 1;
    position: absolute;
    top: -6px;
    left: 0;
    color: #484647ff;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-menu .navigation-menu-inr>ul.nav>li.menu-item-has-children.show-menu>a+.child-trigger:after {
    content: "-";
}

.site-header .flex .navigation-menu .navigation-menu-inr>ul.nav>li.menu-item ul.sub-menu li.menu-item {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.navigation-menu .navigation-menu-inr > ul.nav > li.menu-item > ul.sub-menu {
    max-height: 31em;
}

.navigation-menu .navigation-menu-inr>ul.nav>li.menu-item ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 30em;
    top: 0;
    padding-left: 7em;
    width: 32.25em;
    list-style: none;
}

.navigation-menu .navigation-menu-inr>ul.nav li.menu-item-has-children.show-menu>ul.sub-menu {
    opacity: 1;
    left: 20em;
    visibility: visible;
}

.navigation-menu .navigation-menu-inr>ul.nav ul.sub-menu li ul.sub-menu {
    position: static;
    padding-left: 1em;
    height: 0;
    transition: all linear 0.2s;
}

.navigation-menu .navigation-menu-inr>ul.nav ul.sub-menu li.show-menu ul.sub-menu {
    height: auto;
}

.navigation-menu .navigation-menu-inr>ul.nav>li.menu-item ul.sub-menu li.menu-item {
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.navigation-menu .navigation-menu-inr>ul.nav>li.menu-item-has-children.show-menu .menu-item-has-children .child-trigger.child-open:after {
    content: "-";
    align-items: flex-start;
    top: 7px;
}

.navigation-menu .navigation-menu-inr>ul.nav>li.menu-item ul.sub-menu {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.navigation-menu .navigation-menu-inr>ul.nav>li.menu-item ul.sub-menu li.menu-item:last-child {
    border-bottom: none;
}

.navigation-menu .navigation-menu-inr>ul.nav>li.menu-item>ul.sub-menu {
    overflow-x: auto;
    max-height: 20em;
}

.hero-banner {
    position: relative;
    /* height: 100vh; */
}

.hero-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}

.hero-banner .hero-video {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.hero-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-banner .banner-text .h1 {
    color: #FFF;
}

.hero-banner .banner-text .banner-logo svg {
    width: auto;
    height: 202px;
}

.meets-mastery-section {
    padding: 78px 0 80px;
    background: #FFF7F2;
}

.meets-mastery-section .section-header {
    margin-bottom: 100px;
}

.meets-mastery-section .meets-mastery-list-area .meets-mastery-item {
    width: 20%;
    padding: 0 10px;
}

.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr {
    position: relative;
    overflow: hidden;
}

.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-area .meets-mastery-area-wrap .meets-mastery-image-area {
    width: 100%;
    height: 100%;
    padding-top: 125%;
    position: relative;
    overflow: hidden;
}


.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-area .meets-mastery-area-wrap .meets-mastery-image-area .meets-mastery-image,
.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-area .meets-mastery-area-wrap .meets-mastery-image-area video,
.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-area .meets-mastery-area-wrap .meets-mastery-image-area iframe {
    position: absolute;
    max-width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.8sease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8sease-in-out;
}
.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-area .meets-mastery-area-wrap .meets-mastery-image-area .meets-mastery-image {
	filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
    .meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-area .meets-mastery-area-wrap .meets-mastery-image-area video {
        visibility: hidden;
        opacity: 0;
    }
    
    .meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr:hover .meets-mastery-area .meets-mastery-area-wrap .meets-mastery-image-area video {
        visibility: visible;
        opacity: 1;
    }
    
    .meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr:hover .meets-mastery-area .meets-mastery-area-wrap .meets-mastery-video .meets-mastery-image {
        visibility: hidden;
        opacity: 0;
    }
    
}


@media screen and (max-width: 767px) {
    .meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-area .meets-mastery-area-wrap .meets-mastery-video .meets-mastery-image {
        visibility: hidden;
        opacity: 0;
    }

    .meets-mastery-section .meets-mastery-list-area .meets-mastery-item.slick-active .meets-mastery-item-inr .meets-mastery-caption .h4 {
        color: #fff;
    }

    .meets-mastery-section .meets-mastery-list-area .meets-mastery-item.slick-active .meets-mastery-item-inr .meets-mastery-caption .meets-mastery-link {
        opacity: 1;
        visibility: visible;
    }
}


.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-area .meets-mastery-area-wrap .meets-mastery-image-area iframe {
    background: #f5f5f5;
}

.meets-mastery-section .meets-mastery-list-area .meets-mastery-item.animated .meets-mastery-item-inr .meets-mastery-area .meets-mastery-area-wrap .meets-mastery-image-area .meets-mastery-image,
.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-area .meets-mastery-area-wrap .meets-mastery-image-area .meets-mastery-image {
    mix-blend-mode: luminosity !important;
    transition: none;
}

.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-caption {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-caption .h4 {
    font-family: 'fino-regularuploaded_file';
    font-size: 26px;
    color: #000;
    padding: 17px;
}

.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr:hover .meets-mastery-caption .h4  {
    color: #fff;
}

.meets-mastery-section .meets-mastery-list-area .meets-mastery-list {
    /* display: flex;
    flex-wrap: wrap; */
    margin: 0 -10px;
}

.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-caption .meets-mastery-link {
    opacity: 0;
    visibility: hidden;
    height: 30%;
}

.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-caption .meets-mastery-link a svg {
    display: block;
}

.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-caption .meets-mastery-link a {
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding: 17px;
}

.meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr:hover .meets-mastery-caption .meets-mastery-link {
    opacity: 1;
    visibility: visible;
}

.elegance-haircare-section {
    background: #FFF7F2;
}

.elegance-haircare-section .elegance-meets-mastery .elegance-meets-mastery-images {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    border-left: 40px solid #fff;
}

.elegance-haircare-section .elegance-meets-mastery .elegance-meets-mastery-images .elegance-meets-mastery-image {
    width: 50%;
}

.elegance-haircare-section .elegance-meets-mastery .elegance-meets-mastery-details {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px 25px 45px 0;
    position: relative;
}

.elegance-haircare-section .elegance-meets-mastery .elegance-meets-mastery-details:before {
    content: '';
    background: #fff;
    position: absolute;
    height: 100%;
    width: 100vw;
    left: -100vw;
    top: 0;
}

.elegance-haircare-section .elegance-meets-mastery .elegance-meets-mastery-details .elegance-meets-mastery-bottom {
    max-width: 400px;
}

.elegance-haircare-everyone {
    padding: 80px 0 55px 0;
}

.elegance-haircare-everyone .left-side .image-area {
    margin-bottom: 70px;
}

.elegance-haircare-everyone .image-area img {
    border: 10px solid #FFF;
    background: #F5EDE5;
    box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.04);
}

.elegance-haircare-everyone .image-area {
    max-width: 214px;
}

.elegance-haircare-everyone .content-area {
    margin-top: 70px;
    margin-bottom: 40px;
    max-width: 320px;
}

.elegance-haircare-everyone .image-area .left-side {
    margin-bottom: 70px;
}

.elegance-haircare-everyone .button-area {
    margin-top: 40px;
}

.elegance-haircare-everyone .button-area .button {
    margin-top: 0;
    background: transparent;
}

.elegance-haircare-everyone .button-area .button:hover {
    background: #000;
}

.elegance-haircare-everyone .center-side .image-area {
    margin: 0 auto;
    padding-top: 161px;
}

.elegance-haircare-everyone .center-side .center-border {
    width: 1px;
    height: 129.869px;
    background: #484647;
    margin: -80px auto 55px auto;
}

.elegance-haircare-everyone .right-side .image-area {
    margin: 0 0 0 auto;
}

.meet-our-section {
    padding: 55px 0;
    background: #FFF7F2;
}

.meet-our-section .meet-our-section-inr {
    background: #EBE3D8;
    padding: 67px 0;
}

.meet-our-section .meet-our-section-inr .section-header {
    padding: 0 52px;
    margin-bottom: 60px;
}   

.meet-our-section .meet-our-team-list {
    display: flex;
    flex-wrap: wrap;
}

.meet-our-section .meet-our-team-list .team-single-col {
    padding: 0 10px;
    width: 16.66%;
}

.meet-our-section .meet-our-team-list .team-single-col .team-image-area {
    border: 10px solid #FFF7F2;
    background: #F5EDE5;
    box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.04);
}

.meet-our-section .meet-our-team-list .team-single-col .team-caption {
    text-align: center;
    margin-top: 16px;
}

.meet-our-section .meet-our-team-list .team-single-col .team-caption .sh3 {
    line-height: 1;
    margin-bottom: 7px;
    font-family: 'fino-lightuploaded_file';
}

.meet-our-section .meet-our-team-list .team-single-col {
    position: relative;
    overflow: hidden;
}

.meet-our-section .meet-our-team-list .team-single-col .team-image-area .team-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meet-our-section .meet-our-team-list .team-single-col .team-image-area .team-image-area-wrap .team-image-area-inr {
    position: relative;
    padding-top: 140%;
    overflow: hidden;
}

.meet-our-section .meet-our-team-list .team-single-col .team-image-area .team-image-area-wrap .team-image-area-inr video,
.meet-our-section .meet-our-team-list .team-single-col .team-image-area .team-image-area-wrap .team-image-area-inr iframe {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meet-our-section .meet-our-team-list .team-single-col .team-image-area .team-image-area-wrap .team-image-area-inr e iframe {
    background: #f5f5f5
}

.take-quiz-section {
    padding: 55px 0;
    background: #FFF7F2;
    overflow: visible;
}

.take-quiz-section .take-quiz-inr-section {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 113px 70px;
    background-position: bottom center;
    position: relative;
}

.take-quiz-section .take-quiz-inr-section .take-quiz-content {
    max-width: 420px;
    position: relative;
}

.take-quiz-section .take-quiz-inr-section .take-quiz-content .take-quiz-title {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.take-quiz-section .take-quiz-inr-section .take-quiz-content .take-quiz-description {
    padding-right: 100px;
}

button[data-tf-popup] {
    display: inline-block !important;
    border: 0.5px solid #000 !important;
    background: #FFF !important;
    padding: 20px 40px !important;
    color: #484647 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    margin-top: 40px !important;
    border-radius: 0 !important;
    height: auto !important;
    line-height: 1.5 !important;
}

button[data-tf-popup]:hover {
    text-decoration: none !important;
    background: #000 !important;
    color: #fff !important;
}

button[data-tf-popup]:hover::before {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cg clip-path='url(%23arrow-white)'%3E%3Cpath d='M15.3797 0.448853H0.610502C0.270886 0.448853 -0.00488281 0.724622 -0.00488281 1.06424C-0.00488281 1.40385 0.270886 1.67962 0.610502 1.67962H13.894L0.175502 15.3985C-0.0648828 15.6389 -0.0648828 16.0285 0.175502 16.2685C0.295886 16.3889 0.453194 16.4489 0.610502 16.4489C0.76781 16.4489 0.925502 16.3889 1.0455 16.2685L14.7643 2.54962V15.8335C14.7643 16.1731 15.0401 16.4489 15.3797 16.4489C15.7193 16.4489 15.9951 16.1731 15.9951 15.8335V1.06424C15.9951 0.724622 15.7193 0.448853 15.3797 0.448853Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='arrow-white'%3E%3Crect width='16' height='16' fill='white' transform='translate(-0.00488281 0.448853)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

button[data-tf-popup]:before {
    content: '';
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cg clip-path='url(%23clip0_916_162)'%3E%3Cpath d='M15.3797 0.448853H0.610502C0.270886 0.448853 -0.00488281 0.724622 -0.00488281 1.06424C-0.00488281 1.40385 0.270886 1.67962 0.610502 1.67962H13.894L0.175502 15.3985C-0.0648828 15.6389 -0.0648828 16.0285 0.175502 16.2685C0.295886 16.3889 0.453194 16.4489 0.610502 16.4489C0.76781 16.4489 0.925502 16.3889 1.0455 16.2685L14.7643 2.54962V15.8335C14.7643 16.1731 15.0401 16.4489 15.3797 16.4489C15.7193 16.4489 15.9951 16.1731 15.9951 15.8335V1.06424C15.9951 0.724622 15.7193 0.448853 15.3797 0.448853Z' fill='%23484647'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_916_162'%3E%3Crect width='16' height='16' fill='white' transform='translate(-0.00488281 0.448853)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 43px;
}

.newsletter-section .newsletter-content .newsletter-content-inr {
    max-width: 500px;
    margin: 0 0 0 auto;
}

.newsletter-section .newsletter-content .newsletter-content-inr,
.newsletter-section .newsletter-content .newsletter-content-inr p {
    color: #231F20;
}

.newsletter-section .newsletter-content .klaviyo-form-WHHUUQ form {
    max-width: 100% !important;
}

.newsletter-section .newsletter-content .klaviyo-form-WHHUUQ form input[type="email"] {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 0 !important;
    color: #231F20 !important;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-style: normal ! important;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding: 0 25px !important;
    padding-left: 51px !important;
}

.newsletter-section .newsletter-content .klaviyo-form-WHHUUQ form input[type="email"]::placeholder {
    color: #231F20 !important;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-style: normal ! important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.newsletter-section .newsletter-content .klaviyo-form-WHHUUQ form [type="button"] {
    background-color: #fff !important;
}

.newsletter-section .newsletter-content .klaviyo-form-WHHUUQ form>.needsclick>[data-testid="form-row"]>[data-testid="form-component"]:last-child {
    flex: 14% 0 0 !important;
    width: 10% ! important;
    display: block ! important;
}

.newsletter-section .newsletter-content .klaviyo-form-WHHUUQ form>.needsclick>[data-testid="form-row"]>[data-testid="form-component"]:first-child {
    flex: 86% 0 0 !important;
}

.newsletter-section .newsletter-content .klaviyo-form-WHHUUQ form [type="button"] {
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cg clip-path='url(%23clip0_1012_938)'%3E%3Cpath d='M15.3846 0.826172H0.615385C0.275769 0.826172 0 1.10194 0 1.44156C0 1.78117 0.275769 2.05694 0.615385 2.05694H13.8988L0.180385 15.7758C-0.06 16.0162 -0.06 16.4058 0.180385 16.6458C0.300769 16.7662 0.458077 16.8262 0.615385 16.8262C0.772692 16.8262 0.930385 16.7662 1.05038 16.6458L14.7692 2.92694V16.2108C14.7692 16.5504 15.045 16.8262 15.3846 16.8262C15.7242 16.8262 16 16.5504 16 16.2108V1.44156C16 1.10194 15.7242 0.826172 15.3846 0.826172Z' fill='%23484647'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1012_938'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.826172)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 54px !important;
    font-size: 0 !important;
    border: none !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
}

.landing-footer {
    padding: 56px 0 25px;;
    background: #FFF7F2;
}

.landing-footer .newsletter-section {
    margin-bottom: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid rgb(72 70 71 / 25%);
}

.landing-footer .newsletter-section .newslette-title {
    margin: 0;
    color: #EBE3D8;
    font-size: 143px;
    line-height: 0.8;
}

.footer-area .footer-logo-col .footer-logo img {
    max-width: 230px;
}

.footer-area .footer-logo-col .footer-logo {
    margin-bottom: 55px;
}

.footer-area .footer-logo-col .footer-links {
    margin: 0;
}

.footer-area .footer-logo-col .footer-links li {
    color: rgb(80 93 104 / 50%);
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.footer-area .footer-logo-col .footer-links li a {
    color: inherit;
}

.footer-area .footer-logo-col .footer-links li a:hover {
    color: #231F20;
}

.footer-area .footer-logo-col .footer-links li:last-child {
    margin-bottom: 0;
}
 
.footer-area .footer-menu .footer-title {
    color: #484647;
    font-size: 29px;
    line-height: 1;
    margin-bottom: 30px;
    font-family: 'fino-regularuploaded_file';
}

.footer-area .footer-menu .menu {
    margin: 0;
}

.footer-area .footer-menu .menu .menu-item {
    margin-bottom: 30px;
    color: #231F20;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
}

.footer-area .footer-menu .menu .menu-item a {
    color: inherit;
    position: relative;
}

.footer-area .footer-menu .menu .menu-item a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 1px;
    background: #231F20;
    width: 100%;
    z-index: 1;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .2s;
    left: 0;
}

.footer-area .footer-menu .menu .menu-item a:hover::after {
    transform: scaleX(1);
}

.footer-area .footer-menu .menu .menu-item a:hover {
    text-decoration: none;
}

.footer-area .footer-menu .menu .menu-item:last-child {
    margin-bottom: 0;
}

.footer-area .footer-credit p {
    color: rgb(80 93 104 / 50%);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-area .footer-credit {
    margin-top: 10px;
    text-align: left;
}

.footer-area .footer-credit a {
    color: inherit ;
}

.footer-area .footer-credit a:hover {
    color: #231F20;
}

.footer-area .footer-menu ul {
    margin: 0;
}

.footer-area .footer-menu ul li {
    margin-bottom: 30px;
}

.footer-area .footer-menu ul li:last-child {
    margin: 0;
}

.footer-area .footer-menu ul li .footer-address-phone {
    color: #231F20;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-area .footer-menu:last-child {
    width: 18%;
}

.footer-area .footer-menu.footer-info-col {
    width: 21%;
}

.footer-area .footer-menu {
    width: 14%;
}

.footer-area .footer-menu ul li p {
    font-size: 14px;
    line-height: 21px;
}

.footer-area .footer-menu .menu .menu-item:before {
    content: '-';
    margin-right: 9px;
}

.elegance-haircare-everyone p,
.take-quiz-section .take-quiz-inr-section .take-quiz-content .take-quiz-description {
    line-height: 24px;
}

.newsletter-section .newsletter-content .klaviyo-form-WHHUUQ form>.needsclick>[data-testid="form-row"]>[data-testid="form-component"]:first-child>.needsclick {
    position: relative;
}

.footer-area .footer-menu.footer-info-col ul li.hover-link:last-child a,
.footer-area .footer-menu.footer-info-col ul li.hover-link:last-child {
    font-weight: 400 !important;
    line-height: 21px;
}

.newsletter-section .newsletter-content .klaviyo-form-WHHUUQ form>.needsclick>[data-testid="form-row"]>[data-testid="form-component"]:first-child>.needsclick:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 0.826172H1.5C0.672812 0.826172 0 1.49898 0 2.32617V11.3262C0 12.1534 0.672812 12.8262 1.5 12.8262H14.5C15.3272 12.8262 16 12.1534 16 11.3262V2.32617C16 1.49898 15.3272 0.826172 14.5 0.826172ZM14.5 1.82617C14.5678 1.82617 14.6325 1.84023 14.6916 1.86492L8 7.66461L1.30844 1.86492C1.3675 1.84023 1.43219 1.82617 1.5 1.82617H14.5ZM14.5 11.8262H1.5C1.22406 11.8262 1 11.6021 1 11.3262V2.92148L7.6725 8.7043C7.76687 8.78586 7.88344 8.82648 8 8.82648C8.11656 8.82648 8.23344 8.78586 8.3275 8.7043L15 2.92148V11.3262C15 11.6021 14.7759 11.8262 14.5 11.8262Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 21px;
    left: 25px;
    width: 16px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

.landing-header .toggle-menu svg.menu-close {
    display: none;
    margin-right: 5px;
}

.landing-header .toggle-menu a#menu-icon.open svg.menu-open {
    display: none;
}

.landing-header .toggle-menu a#menu-icon.open svg.menu-close {
    display: inline-block;
}

@media screen and (max-width: 1439px) {
    .footer-area .footer-menu.footer-info-col {
        width: 22%;
    }
}

@media screen and (max-width: 1366px) {

    .footer-area .footer-menu {
        width: 12%;
    }

    .footer-area .footer-menu.footer-info-col {
        width: 25%;
    }

    .hero-banner .banner-text .banner-logo svg {
        height: 105px;
    }

    .button {
        padding: 16px 30px;
    }

    .meet-our-section {
        padding: 30px 0;
    }

    .meet-our-section .meet-our-section-inr {
        padding: 50px 0;
    }

    .meet-our-section .meet-our-section-inr .section-header {
        padding: 0 32px;
        margin-bottom: 40px;
    }

    .newsletter-section .row {
        align-items: center;
    }

    .take-quiz-section .take-quiz-inr-section {
        padding: 50px 50px;
    }

    .landing-footer .newsletter-section .newslette-title {
        font-size: 80px;
    }

    .footer-area .footer-logo-col .footer-logo img {
        max-width: 200px;
    }

    .meets-mastery-section .meets-mastery-list-area .meets-mastery-item .meets-mastery-item-inr .meets-mastery-caption .h4 {
        font-size: 22px;
    }

    .navigation-menu .navigation-menu-inr>ul.nav li.menu-item-has-children.show-menu>ul.sub-menu {
        left: 17em;
        padding-left: 3em;
        width: 26.25em;
    }


}

@media screen and (max-width: 1200px) {

    .footer-area .footer-menu.footer-info-col {
        width: 32%;
    }

    .footer-logo-col.col-md-6 {
        width: 42%;
    }

    .footer-area .footer-menu {
        width: 13%;
    }

    .meets-mastery-section {
        padding: 58px 0 58px;
    }

    .meets-mastery-section .section-header {
        margin-bottom: 45px;
    }

    .heading-2 {
        font-size: 35px;
    }

    .button {
        padding: 14px 25px;
        margin-top: 30px;
    }

    .button svg {
        margin-right: 23px;
    }

    .elegance-haircare-everyone .content-area {
        margin-top: 40px;
    }

    .elegance-haircare-everyone .left-side .image-area {
        margin-bottom: 40px;
    }

    .elegance-haircare-everyone .center-side .image-area {
        padding-top: 131px;
    }

    .meet-our-section .meet-our-section-inr .section-header {
        margin-bottom: 30px;
    }

    .take-quiz-section {
        padding: 30px 0;
    }

    .take-quiz-section .take-quiz-inr-section .take-quiz-content .take-quiz-title {
        margin-bottom: 30px;
    }

    .landing-footer .newsletter-section .newslette-title {
        font-size: 65px;
    }

    .footer-area .footer-logo-col .footer-logo img {
        max-width: 150px;
    }

    .landing-footer {
        padding: 30px 0 25px;
    }

    .landing-footer .newsletter-section {
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    .footer-area .footer-logo-col .footer-links li {
        margin-bottom: 20px;
    }

    .footer-area .footer-logo-col .footer-logo {
        margin-bottom: 40px;
    }

    .footer-area .footer-menu .menu .menu-item, .footer-area .footer-menu ul li {
        margin-bottom: 15px;
    }

    .footer-area .footer-menu .footer-title {
        margin-bottom: 25px;
        font-size: 25px;
    }

    .navigation-menu .navigation-menu-inr>ul.nav li.menu-item-has-children.show-menu>ul.sub-menu {
        left: 15em;
        padding-left: 2em;
        width: 21.25em;
    }

}

@media screen and (max-width: 1023px) {

    .navigation-menu .navigation-menu-inr>ul.nav li.menu-item-has-children.show-menu>ul.sub-menu {
        left: 10em;
        padding-left: 2em;
        width: 16.25em;
    }

    .hero-banner .banner-text .banner-logo svg {
        height: 90px;
    }

    /*.landing-header .site-logo svg {
        width: 280px;
    }*/

    .meets-mastery-section .meets-mastery-list-area .meets-mastery-item {
        width: 33.33%;
    }

    .meets-mastery-section .meets-mastery-list-area .meets-mastery-list {
        row-gap: 20px;
        justify-content: center;
    }

    .meets-mastery-section .section-header {
        margin-bottom: 30px;
    }

    .heading-2 {
        font-size: 30px;
    }

    .meet-our-section .meet-our-team-list .team-single-col {
        width: 25%;
    }

    .meet-our-section .meet-our-team-list {
        row-gap: 20px;
        justify-content: center;
    }

    .footer-logo-col.col-md-6 {
        width: 35%;
    }

    .footer-area .footer-menu {
        width: 15%;
        padding-left: 7px;
        padding-right: 7px;
    }

    .footer-area .footer-menu.footer-info-col {
        width: 35%;
        padding-left: 7px;
    }
    
    .footer-area .footer-logo-col .footer-links li,
    .footer-area .footer-credit p,
    .footer-area .footer-menu .menu .menu-item,
    .footer-area .footer-menu ul li .footer-address-phone {
        font-size: 12px;
    }

    .take-quiz-section .take-quiz-inr-section {
        padding: 30px;
    }

    .landing-footer .newsletter-section .newslette-title {
        font-size: 55px;
    }

    .navigation-menu .navigation-menu-inr ul li a {
        font-size: 22px;
    }

}

@media screen and (max-width: 767px) {


    .footer-area .justify-content-between {
        justify-content: center;
    }

    .footer-logo-col.col-md-6 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-area .footer-menu {
        width: 50%;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-area .footer-menu.footer-info-col {
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 30px;
    }

    .footer-area .footer-logo-col .footer-links li, .footer-area .footer-credit p, .footer-area .footer-menu .menu .menu-item, .footer-area .footer-menu ul li .footer-address-phone {
        line-height: 1;
        text-align: center;
    }

    .footer-area .footer-menu .menu .menu-item, .footer-area .footer-menu ul li {
        margin-bottom: 15px;
        line-height: 1; 
    }

    .footer-area .footer-logo-col .footer-links li {
        margin-bottom: 15px;
    }

    .landing-footer .newsletter-section {
        margin-bottom: 50px;
        padding-bottom: 50px;
        text-align: center;
    }

    .take-quiz-section .take-quiz-inr-section .take-quiz-content .take-quiz-description {
        padding-right: 0;
    }

    .hero-banner {
        height: 100vh;
    }

    .hero-banner>div {
        position: relative;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        padding: 0 !important;
    }

    .hero-banner iframe {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 177.78vh !important;
        height: 100vh !important;
        transform: translate(-50%, -50%) !important;
        pointer-events: none !important;
    }

    .hero-banner .banner-text .banner-logo svg {
        height: 80px;
    }

    .hero-banner .banner-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .meets-mastery-section {
        padding: 50px 0 50px;
    }

    .meets-mastery-section .meets-mastery-list-area .meets-mastery-item {
        width: 100%;
    }

    .elegance-haircare-section .elegance-meets-mastery .elegance-meets-mastery-details:before {
        display: none;
    }

    .elegance-haircare-section .elegance-meets-mastery .elegance-meets-mastery-details {
        padding: 40px 25px;
        text-align: center;
    }

    .take-quiz-section .take-quiz-inr-section .take-quiz-content {
        text-align: center;
        margin: 0 auto;
    }

    .take-quiz-section .take-quiz-inr-section .take-quiz-content .take-quiz-title {
        margin-bottom: 20px;
    }

    .button {
        margin-top: 25px;
    }

    .elegance-haircare-section .elegance-meets-mastery .elegance-meets-mastery-images {
        border-left: 0;
    }

    .elegance-haircare-everyone .center-side .center-border {
        height: 70px;
        margin: 40px auto 40px auto;
    }

    .elegance-haircare-everyone .center-side .image-area {
        padding-top: 25px;
    }

    .elegance-haircare-everyone .right-side .image-area {
        margin: 30px auto 0;
    }

    .meet-our-section .meet-our-section-inr {
        padding: 40px 0;
    }

    .meet-our-section .meet-our-team-list .team-single-col {
        width: 50%;
    }

    .heading-2 {
        font-size: 30px;
        text-align: center;
    }

    .elegance-haircare-everyone .left-side {
        text-align: center;
    }

    .elegance-haircare-everyone .left-side .image-area {
        margin: 0 auto 40px;
    }

    .service-menu {
        display: none;
    }

    .landing-header .site-logo {
        width: auto;
    }

    .landing-header .toggle-menu {
        width: auto;
    }

    .landing-header .row {
        justify-content: space-between;
    }

    /*.landing-header .site-logo svg {
        width: 180px;
    }*/

    .landing-header .toggle-menu svg {
        max-width: 70px;
    }

    .navigation-menu .navigation-menu-inr>ul.nav {
        width: 100%;
    }

    .navigation-menu .navigation-menu-inr>ul.nav>li.menu-item {
        text-align: left;
    }

    .navigation-menu .navigation-menu-inr>ul.nav li.menu-item-has-children.show-menu>ul.sub-menu {
        width: auto;
        position: static;
        overflow: inherit;
    }

    .navigation-menu .navigation-menu-inr ul li a {
        font-size: 18px;
    }

    .newsletter-section .newsletter-content .klaviyo-form-WHHUUQ form>.needsclick>[data-testid="form-row"]>[data-testid="form-component"]:first-child>.needsclick:before {
        left: 15px;
    }

    .newsletter-section .newsletter-content .klaviyo-form-WHHUUQ form input[type="email"] {
        padding-left: 38px !important;
    }

    .elegance-haircare-everyone .content-area {
        margin-left: auto;
        margin-right: auto;
    }

    .take-quiz-section .take-quiz-inr-section:before {
        content: "";
        background: #ffffff8f;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }

    .newsletter-section .newsletter-content .newsletter-content-inr {
        margin: 0 auto;
    }

    .navigation-menu .navigation-menu-inr>ul.nav>li.menu-item-has-children .child-trigger:after {
        bottom: initial;
        top: 3px;
    }

    .navigation-menu .navigation-menu-inr>ul.nav>li.menu-item>ul.sub-menu {
        position: static;
        height: 0;
        padding-left: 1rem;
    }

    .navigation-menu .navigation-menu-inr>ul.nav>li.menu-item-has-children .child-trigger.child-open+ul.sub-menu {
        height: auto;
        padding-left: 1rem;
    }

    .navigation-menu {
        align-items: flex-start;
    }

    .navigation-menu .container {
        margin: 0 !important;
    }

    .landing-header .toggle-menu svg.menu-close {
        margin-right: 0;
        width: 30px !important;
        height: 30px !important;
        margin-top: -5px;
    }

}
@media screen and (max-width: 580px) {
    .hero-banner .banner-text .banner-logo svg {
        height: 65px;
    }
}
@media screen and (max-width: 374px) {

    .hero-banner .banner-text .banner-logo svg {
        height: 55px;
    }
}

/*================= NEW HOME PAGE CSS END =================*/

/*================= GUEST PAGE CSS START =================*/

.guest-steps-section {
    background-color: #FFF7F2;
    padding-bottom: 110px;
}

.guest-steps-section .guest-single-step {
    display: flex;
    border-left: 1px solid #D3CCA3;
    border-right: 1px solid #D3CCA3;
    position: relative;
}

.guest-steps-section .guest-single-step .guest-single-step-image {
    flex: 28.5% 0 0;
    max-width: 28.5%;
    display: flex;
    align-items: center;
    padding: 8% 6%;
}

.guest-steps-section .guest-single-step .guest-single-step-image .guest-single-step-image-inr {
    margin: 0 auto;
    border: 10px solid #FFF;
    background: #F5EDE5;
    box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.04);
    height: 275px;
    max-width: 200px;
    filter: grayscale(1) contrast(1) brightness(1);
    mix-blend-mode: multiply;
}

.guest-steps-section .guest-single-step .guest-single-step-image .guest-single-step-image-inr img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.guest-steps-section .guest-single-step .guest-single-step-image .guest-single-step-video {
    margin: 0 auto;
    border: 10px solid #FFF;
    box-shadow: 0px 30px 80px 0px rgba(0, 0, 0, 0.04);
    height: 275px;
    width: 200px;
    filter: grayscale(1) contrast(1) brightness(1);
    mix-blend-mode: multiply;
    overflow: hidden;
    position: relative;
}

.guest-steps-section .guest-single-step .guest-single-step-image .guest-single-step-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.guest-steps-section .guest-single-step:last-child {
    border-bottom: 1px solid #D3CCA3;
}

.guest-steps-section .guest-single-step .guest-single-step-content {
    flex: 43.5% 0 0;
    max-width: 43.5%;
    text-align: center;
    padding: 10% 8%;
    border-left: 1px solid #D3CCA3;
    border-right: 1px solid #D3CCA3;
    display: flex;
    align-items: center;
}

.guest-steps-section .guest-single-step .guest-single-step-content .guest-single-step-count {
    text-transform: uppercase;
    margin-bottom: 35px;
}

.guest-steps-section .guest-single-step .guest-single-step-content .guest-single-step-heading {
    margin: 35px 0;
    font-weight: 700;
}

.guest-steps-section .guest-single-step .guest-single-step-content .guest-single-step-heading span {
    font-weight: 400;
}

.guest-steps-section .guest-single-step.guest-single-step-style-2 .guest-single-step-content {
    padding: 10% 0;
    position: relative;
}

.guest-steps-section .guest-single-step.guest-single-step-style-2 .guest-single-step-content .guest-single-step-video {
    width: 100%;
    height: 375px;
    overflow: hidden;
    filter: grayscale(1) contrast(1.2) brightness(1);
    mix-blend-mode: multiply;
    position: relative;
}

.guest-steps-section .guest-single-step.guest-single-step-style-2 .guest-single-step-content .guest-single-step-video video {
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.guest-steps-section .guest-single-step.guest-single-step-style-2 .guest-single-step-content .guest-single-step-content-inr {
    position: absolute;
    width: 100%;
}

.guest-steps-section .guest-single-step.guest-single-step-style-2 .guest-single-step-content .guest-single-step-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.guest-steps-section .guest-single-step.guest-single-step-style-2 .guest-single-step-content .button {
    margin: 0;
}

.guest-steps-section .guest-single-step.guest-single-step-style-2 .guest-single-step-content .guest-single-step-heading ,
.guest-steps-section .guest-single-step.guest-single-step-style-2 .guest-single-step-content .guest-single-step-count {
    color: #fff;
}

.guest-steps-section .guest-single-step .guest-single-step-content .guest-single-step-description p {
    margin-bottom: 10px;
}

.guest-steps-section .guest-single-step:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='103' viewBox='0 0 9 103' fill='none'%3E%3Cpath opacity='0.5' d='M4.14644 102.332C4.3417 102.527 4.65829 102.527 4.85355 102.332L8.03553 99.1495C8.23079 98.9543 8.23079 98.6377 8.03553 98.4424C7.84027 98.2472 7.52368 98.2472 7.32842 98.4424L4.5 101.271L1.67157 98.4424C1.47631 98.2472 1.15972 98.2472 0.964462 98.4424C0.7692 98.6377 0.7692 98.9543 0.964462 99.1495L4.14644 102.332ZM4 0.161377L4 1.17954L5 1.17954L5 0.161377L4 0.161377ZM4 3.21587L4 5.25221L5 5.25221L5 3.21587L4 3.21587ZM4 7.28854L4 9.32487L5 9.32487L5 7.28854L4 7.28854ZM4 11.3612L4 13.3975L5 13.3975L5 11.3612L4 11.3612ZM4 15.4339L4 17.4702L5 17.4702L5 15.4339L4 15.4339ZM4 19.5065L4 21.5429L5 21.5429L5 19.5065L4 19.5065ZM4 23.5792L4 25.6155L5 25.6155L5 23.5792L4 23.5792ZM4 27.6519L4 29.6882L5 29.6882L5 27.6519L4 27.6519ZM4 31.7245L4 33.7608L5 33.7608L5 31.7245L4 31.7245ZM4 35.7972L4 37.8335L5 37.8335L5 35.7972L4 35.7972ZM4 39.8698L4 41.9062L5 41.9062L5 39.8698L4 39.8698ZM4 43.9425L4 45.9788L5 45.9788L5 43.9425L4 43.9425ZM4 48.0152L4 50.0515L5 50.0515L5 48.0152L4 48.0152ZM4 52.0878L4 54.1242L5 54.1242L5 52.0878L4 52.0878ZM4 56.1605L4 58.1968L5 58.1968L5 56.1605L4 56.1605ZM4 60.2332L4 62.2695L5 62.2695L5 60.2332L4 60.2332ZM4 64.3058L4 66.3421L5 66.3421L5 64.3058L4 64.3058ZM4 68.3785L4 70.4148L5 70.4148L5 68.3785L4 68.3785ZM4 72.4511L4 74.4875L5 74.4875L5 72.4511L4 72.4511ZM4 76.5238L4 78.5601L5 78.5601L5 76.5238L4 76.5238ZM4 80.5965L4 82.6328L5 82.6328L5 80.5965L4 80.5965ZM4 84.6691L4 86.7055L5 86.7055L5 84.6691L4 84.6691ZM4 88.7418L4 90.7781L5 90.7781L5 88.7418L4 88.7418ZM4 92.8145L4 94.8508L5 94.8508L5 92.8145L4 92.8145ZM4 96.8871L4 98.9234L5 98.9234L5 96.8871L4 96.8871ZM4 100.96L4 101.978L5 101.978L5 100.96L4 100.96Z' fill='url(%23paint0_linear_1256_89)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1256_89' x1='3.5' y1='0.161377' x2='3.5' y2='101.978' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    width: 9px;
    height: 103px;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -50px;
}

.guest-steps-section .guest-single-step:last-child::before {
    display: none;
}

@media screen and (max-width: 1439px) {
    .guest-steps-section .guest-single-step .guest-single-step-image {
        padding: 8% 5%;
    }

    .guest-steps-section .guest-single-step .guest-single-step-content {
        padding: 10% 6%;
    }
}

@media screen and (max-width: 1200px) {
    .guest-steps-section .guest-single-step .guest-single-step-image .guest-single-step-image-inr {
        height: 255px;
    }

    .guest-steps-section .guest-single-step.guest-single-step-style-2 .guest-single-step-content .guest-single-step-video {
        height: 300px;
    }
}

@media screen and (max-width: 1023px) {
    .guest-steps-section .guest-single-step .guest-single-step-image {
        padding: 10% 3%;
    }

    .guest-steps-section .guest-single-step .guest-single-step-content {
        padding: 12% 4%;
    }

    .guest-steps-section .guest-single-step .guest-single-step-image .guest-single-step-video{
        height: 210px;
    }

    .guest-steps-section .guest-single-step:before {
        bottom: -40px;
    }

    .guest-steps-section .guest-single-step.guest-single-step-style-2 .guest-single-step-content .guest-single-step-video {
        height: 250px;
    }

    .guest-steps-section .guest-single-step .guest-single-step-content .guest-single-step-count {
        margin-bottom: 25px;
    }
    .guest-steps-section .guest-single-step .guest-single-step-content .guest-single-step-heading {
        margin: 25px 0;
    }
}

@media screen and (max-width: 767px) {

    .guest-steps-section .guest-single-step .guest-single-step-content .guest-single-step-count {
        margin-bottom: 25px;
    }

    .guest-steps-section .guest-single-step .guest-single-step-image, .guest-steps-section .guest-single-step .guest-single-step-content {
        flex: 100% 0 0;
        max-width: 100%;
        border: none;
    }

    .guest-steps-section .guest-single-step {
        flex-wrap: wrap;
    }

    .guest-steps-section .guest-single-step.image-right .guest-single-step-image {
        order: 1;
    }

    .guest-steps-section .guest-single-step.image-right .guest-single-step-content {
        order: 2;
    }

    .guest-steps-section .guest-single-step.image-right .guest-single-step-image.placeholder {
        order: 3;
    }

    .guest-steps-section .guest-single-step:before {
        bottom: 0;
    }

    .guest-steps-section .guest-single-step.guest-single-step-style-2 .guest-single-step-image.placeholder {
        padding: 0;
    }

    .guest-steps-section .guest-single-step .guest-single-step-image .guest-single-step-video {
        height: 280px;
    }

    .guest-steps-section .guest-single-step .guest-single-step-image {
        padding: 8% 4%;
    }

    .guest-steps-section .guest-single-step .guest-single-step-content {
        padding: 8% 4%;
    }
}

@media screen and (max-width: 641px) {
    .guest-steps-section .guest-single-step {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 479px) {
    .guest-steps-section .guest-single-step .guest-single-step-image .guest-single-step-video {
        height: 260px;
    }

    .guest-steps-section .guest-single-step {
        padding-bottom: 50px;
    }
}

/*================= GUEST PAGE CSS END =================*/

/* Lead customer popup */

#popup_trigger {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: var(--primary);
    color: #d3b280;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transform-origin: bottom left;
    border-radius: 0;
    height: auto;
    z-index: 1;
}

#popup_trigger span:before {
    content: "";
    border: 112px solid transparent;
    display: block;
    position: absolute;
    border-bottom-color: var(--primary);
    z-index: -1;
    transform: rotate(135deg);
    bottom: -150px;
    right: -160px;
}

#popup_trigger span {
  position: relative;
}

#popup_trigger span b {
    transform: rotate(-45deg);
    position: absolute;
    bottom: 36px;
    width: 120px;
    height: 100%;
    left: -85px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.25;
}
.mobile-service-content{
    margin-top: 20px;
}
.services-tabs ul li > a .icon{
    display: none;
    width: 20px;
    height: 20px;
}
.services-accordian ul li{
    width: 100%;
    /* background-color: #EBE3D8; */
}
.services-accordian ul li > a{
    padding: 20px 15px 20px 60px;
    z-index: 1;
    color: #000;
    background-color: #EBE3D8;
    transition: all 0.35s ease-in-out;
}
.services-accordian ul li > a:hover,.services-accordian ul li > a.active{
    color: #FFFFC5;
}
.services-accordian ul li > a:before{
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #000;
    opacity: 1;
    transition: all 0.35s ease-in-out;
}
.services-accordian ul li > a:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/studioluxehair/assets/images/right-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.35s ease-in-out;
}
.services-accordian ul li > a:hover:before,.services-accordian ul li > a.active:before{
    width: 100%;
}
.services-accordian ul li > a:hover:after,.services-accordian ul li > a.active:after{
    background-image: url(/wp-content/themes/studioluxehair/assets/images/right-arrow-color.svg);
}
@media screen and (max-width: 768px) {
    #popup_trigger {
        bottom: 20px;
    }
    #popup_trigger span:before {
        border: 103px solid transparent;
        border-bottom-color: var(--primary);
    }
    #popup_trigger span b {
        transform: rotate(-45deg);
        position: absolute;
        bottom: 18px;
        width: 120px;
        height: 100%;
        left: -76px;
        font-size: 12px;
    }
    #popup_trigger.mobile-corner-btn{
        background-color: #000;
        padding: 8.5px 19px;
        border: 1px solid #000;
        border-radius: 4px;
    }
    #popup_trigger.mobile-corner-btn:hover{
        background-color: #fff;
        color: #484647;
    }
    #popup_trigger.mobile-corner-btn span:before{
        background-color: #000;
        color: #ffffc5;
        border: none;
    }
    #popup_trigger.mobile-corner-btn span b{
        transform: unset;
        color: #ffffc5;
        position: unset;
        bottom: unset;
        left: unset;
        font-size: 16px;
        font-weight: 500;
    }
    #popup_trigger.mobile-corner-btn:hover span b{
        color: #484647;
    }
    #popup_trigger.mobile-corner-btn span b br{
        display: none;
    }
}
@media(max-width: 767px){
    .services-tabs.services-accordian,.services-tabs ul li{
        width: 100%;
    }
    .mobile-service-content .service-content-item {
        display: block !important;
    }
    /* .services-tabs ul li > a:before{
        bottom: -10px;
        height: 1px;
    } */
    .services-tabs ul li > a .icon{
        display: inline-block !important;
        transform: rotate(180deg);
    }
    .services-tabs ul li > a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0;
    }
    .services-accordian ul li > a:before,.services-accordian ul li > a:hover:before{
        width: 5px;
        height: 100%;
    }
    .services-accordian ul li > a.active:before{
        width: 100% !important;
    }
    .services-accordian ul li > a:hover{
        color: #000;
    }
    .services-accordian ul li > a.active{
        color: #FFFFC5 !important;
    }
    .services-accordian ul li > a.active .icon{
        transform: rotate(0deg);
    }
    .services-accordian ul li > a.active .icon svg path{
        fill: #FFFFC5;
    }
    .services-tabs ul li{
        margin-bottom: 0;
        position: relative;
    }
    .services-accordian ul{
        row-gap: 15px;
    }
    .services-tabs ul li:not(:last-child):after{
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        bottom: -10px;
        opacity: 0.5;
        background-color: #313439;
    }

    .services-accordian ul li > a{
        padding: 15px 20px;
    }
    
    .services-accordian ul li > a:after,.services-tabs ul li:after{
        display: none;
    }

}

/* End lead customer popup */