/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[         !!!!!!!!   CSS CREATED BY WorkDO  !!!!!!!!         ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
/* =========================== */
/* !! SITE PAGE USE !!
1.  index

/* =========================== */

/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */


:root {
    --first-font: "Outfit", sans-serif;
    --second-font: "Work Sans", sans-serif;
    --theme-color: #0098DA;
    --second-color: #A8CF45;
    --primary-color: #113C4E;
    --text-color: #666666;
    --border-color: #CCCCCC;
    --white: #ffffff;
    --black: #030303;
    --h1: normal 600 52px/1.2 var(--second-font);
    --h2: normal 600 44px/1.2 var(--second-font);
    --h3: normal 600 36px/1.2 var(--second-font);
    --h4: normal 600 28px/1.2 var(--second-font);
    --h5: normal 600 26px/1.2 var(--second-font);
    --h6: normal 600 22px/1.2 var(--second-font);
    --common-text: normal 400 18px/1.4 var(--first-font);
}

/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */

*,
:after,
:before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: inherit;
    vertical-align: inherit;
}

html {
    outline: none;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: --whitescale;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

body::-moz-scrollbar {
    display: none;
}

::selection {
    background: rgb(31 49 24 / 20%);
}

svg,
img {
    max-width: 100%;
    display: block;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
    color: inherit;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    display: inline-block;
    cursor: pointer;
    font-family: var(--first-font);
}

a,
a:hover,
a:focus,
a:active,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea:focus,
button,
button:hover,
button:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
}

.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="button"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

::-webkit-input-placeholder {
    color: var(--primary-color);
}

:-ms-input-placeholder {
    color: var(--primary-color);
}

::placeholder {
    color: var(--primary-color);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}

body {
    font: var(--common-text);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: var(--white);
    color: var(--black);
}

main {
    overflow: hidden;
}

/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p,
li,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font: var(--common-text);
}

p {
    color: var(--text-color);
}

h1,
.h1 {
    font: var(--h1);
}

h2,
.h2 {
    font: var(--h2);
}

h3,
.h3 {
    font: var(--h3);
}

h4,
.h4 {
    font: var(--h4);
}

h5,
.h5 {
    font: var(--h5);
}

h6,
.h6 {
    font: var(--h6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--primary-color);
}

.uppercase {
    text-transform: uppercase;
}

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

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

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

b {
    font-weight: bold;
    display: inline-block;
    color: var(--theme-color);
    font-weight: 600;
}

p:not(:last-of-type) {
    margin-bottom: 15px;
}

.desk-only {
    display: none !important;
}

/* ============================================= */
/* !!!!             GRID CSS                !!!! */
/* ============================================= */
.container {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row [class*="col-"] {
    padding: 0 15px;
}

.no-gutters {
    margin: 0 !important;
}

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

.flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

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

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

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

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

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

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

.justify-start {
    justify-content: flex-start;
    -ms-flex-pack: start;
}

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

.row-reverse {
    flex-direction: row-reverse;
}

.direction-column {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


/*****  Columns  *****/
.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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


@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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


}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

}

/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: var(--white);
    border: solid 1px var(--border-color);
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px 35px 12px 15px;
    width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.nice-select:after {
    content: '';
    display: block;
    height: 10px;
    width: 11px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    background: url(../images/menu-dropdown.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nice-select.open:after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: var(--border-color);
    color: var(--border-color);
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    color: var(--black);
    background-color: var(--white);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 2;
    width: 100%;
    -moz-transform: scale(0.75) translateY(-21px);
    -o-transform: scale(0.75) translateY(-21px);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -ms-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    list-style: none;
    outline: none;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    margin: 0 !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #eae9e9;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
    position: relative;
    text-align: center;
    text-transform: capitalize;
    padding: 13px 22px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--theme-color);
    border: 1px solid var(--white);
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    z-index: 1;
    font-family: var(--first-font);
    box-shadow: 0px 13px 25px -4px rgba(44, 171, 223, 0.2);
}

.btn:hover,
.btn:focus {
    background: transparent;
    color: var(--theme-color);
    border-color: var(--theme-color);
}

.btn-transparent {
    background: transparent;
    color: var(--theme-color);
    border-color: var(--theme-color);
}

.btn-transparent:hover,
.btn-transparent:focus {
    background: var(--theme-color);
    color: var(--white);
}

.btn-white {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--primary-color);
}

.btn-white:hover,
.btn-white:focus {
    background: transparent;
    color: var(--white);
}

/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="button"]),
input:not([type="radio"]),
textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    font-family: var(--first-font);
    background: var(--white);
    color: var(--primary-color);
    border: 1px solid var(--border-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

textarea {
    resize: none;
}

sup {
    top: -0.5em;
}

sub,
sup {
    position: relative;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-left: 5px;
}

.form-group label sup {
    color: red;
    font-size: 10px;
    line-height: 0;
    margin-right: 3px;
}

/***** COMMON CSS ****/

.no-scroll {
    overflow: hidden;
    position: relative;
}

.pt {
    padding-top: 70px;
}

.pb {
    padding-bottom: 70px;
}

.subtitle {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--theme-color);
    text-transform: capitalize;
}

.section-title {
    margin-bottom: 25px;
}
.section-title h2 {
    text-transform: capitalize;
}

/* ============================================= */
/* !!!!                 Header              !!!! */
/* ============================================= */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    background-color: transparent;
}

.site-header.fixed .sticky-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    background-color: var(--white);
    box-shadow: 0 2px 2px #0000001a;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    z-index: 3;
    border-bottom: 1px solid var(--white);
}

.site-header .main-navigationbar {
    padding: 25px 0;
}

.site-header .main-navigationbar .logo-col {
    max-width: 100px;
    width: 100%;
}

.site-header .main-navigationbar .logo-col a {
    display: block;
}



.site-header .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
    padding-right: 30px;
}

.site-header .main-navigationbar .menu-items-col .main-nav>li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.site-header .main-navigationbar .menu-items-col .main-nav>li a:hover {
    color: var(--theme-color);
}

.site-header .main-navigationbar .main-nav li>a:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    width: 0;
    background: var(--theme-color);
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.site-header .main-navigationbar .main-nav li>a:hover::before {
    opacity: 1;
    width: 50%;
    visibility: visible;
}

.site-header .menu-item-right .contact-btn a svg {
    height: 20px;
    width: 20px;
    display: none;
}


/* ******** mobile menu button ********* */

.menu-item-right ul li:not(:first-of-type) {
    margin-left: 10px;
}

.site-header .mobile-menu .mobile-menu-button {
    display: inline-block;
    padding: 6.5px 7px;
}

.site-header .mobile-menu .mobile-menu-button div {
    width: 20px;
    height: 3px;
    margin: 3px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: var(--white);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.change .one {
    transform: translate(0, 6px) rotate(-45deg);
    -webkit-transform: translate(0, 6px) rotate(-45deg);
    -moz-transform: translate(0, 6px) rotate(-45deg);
    -ms-transform: translate(0, 6px) rotate(-45deg);
    -o-transform: translate(0, 6px) rotate(-45deg);
}

.change .two {
    opacity: 0;
}

.change .three {
    transform: translate(0, -6px) rotate(45deg);
}

/* ============================================= */
/* !!!!               FOOTER CSS            !!!! */
/* ============================================= */

.site-footer {
    position: relative;
    background-color: var(--black);
    color: var(--white);
    z-index: 1;
}

.site-footer .footer-wrapper {
    padding: 100px 0 70px;
}

.footer-wrapper .footer-left {
    max-width: 450px;
    width: 100%;
}

.site-footer .footer-logo {
    padding-bottom: 40px;
}

.site-footer .footer-logo a {
    max-width: 150px;
    width: 100%;
}

.site-footer .subscribe-form-wrapper {
    margin: 0 0 20px 0;
}

.footer-wrapper .footer-left p {
    color: var(--white);
}

.site-footer .subscribe-form-wrapper .input-wrapper {
    border: 1px solid var(--white);
    padding: 5px 5px 5px 12px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.site-footer .subscribe-form-wrapper input {
    flex: 1;
    border: 0;
    padding: 0 12px;
    background: transparent;
    color: var(--white);
}

.site-footer .subscribe-form-wrapper .btn {
    border-color: var(--primary-color);
}

.site-footer .subscribe-form-wrapper .btn:hover {
    border-color: var(--white);
    color: var(--white);
}

.site-footer .subscribe-form-wrapper input::placeholder {
    color: var(--white);
}

/* footer-right */

.site-footer .footer-right {
    max-width: calc(100% - 500px);
    width: 100%;
}

.site-footer .footer-col {
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    width: 100%;
}

.site-footer .footer-col:not(:first-child) {
    padding-left: 40px;
}

.site-footer .footer-col h2 {
    position: relative;
    font: var(--h5);
    margin: 0 0 25px 0;
    color: var(--white);
    text-transform: capitalize;
}

.site-footer .footer-col h2:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 15%;
    height: 1px;
    background-color: var(--theme-color);
}

.site-footer .footer-widget ul li {
    text-transform: capitalize;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.site-footer .footer-widget ul.acnav-list1>li:not(:last-of-type) {
    margin-bottom: 12px;
}

.site-footer .footer-widget ul>li>a {
    border-bottom: 1px solid transparent;
}

.site-footer .footer-widget ul>li>a:hover {
    border-color: var(--white);
}

.site-footer .footer-widget ul li span {
    color: var(--theme-color);
}

.footer-bottom-inner p,
.site-footer .footer-widget ul li p {
    color: var(--white);
}

/* footer-bottom */
.site-footer .footer-bottom {
    padding: 15px 0px;
    border-top: 1px solid var(--border-color);
}

.site-footer .footer-bottom .footer-bottom-inner p a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.site-footer .footer-social-icon li:not(:last-of-type) {
    margin-right: 15px;
}

.site-footer .footer-social-icon li a {
    width: 30px;
    height: 30px;
    background-color: var(--white);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.site-footer .footer-social-icon li a:hover {
    background-color: var(--theme-color);
}

.site-footer .footer-social-icon li a svg {
    width: 16px;
    height: 16px;
}

.site-footer .footer-social-icon li svg path {
    fill: var(--black);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.site-footer .footer-social-icon li a:hover svg path {
    fill: var(--white);
}

/* Back to top button */
.back-scroll.btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    z-index: 10;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    border: 1px solid var(--theme-color);
}

.back-scroll.show {
    opacity: 1;
    visibility: visible;
}

.back-scroll svg {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.back-scroll svg path {
    fill: var(--white);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.back-scroll.btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* home-banner-sec css */
.home-banner-sec {
    position: relative;
    z-index: 1;
    color: var(--white);
    background: linear-gradient(181.56deg,
            rgba(44, 171, 223, 0.13) 0%,
            rgba(185, 226, 134, 0.05) 50.4091739654541%,
            rgba(207, 236, 134, 0) 100%);
    padding: 150px 0 0;
}

.home-banner-sec::after {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 10%;
    background: rgba(168, 207, 69, 0.6);
    border-radius: 50%;
    max-width: 350px;
    width: 100%;
    height: 400px;
    filter: blur(335px);
    z-index: -1;
    -webkit-filter: blur(335px);
}

.home-banner-sec .banner-content .section-title {
    margin-bottom: 30px;
}


.home-banner-sec .banner-content h2 {
    margin-bottom: 15px;
    font-size: 70px;
}

.banner-image {
    position: relative;
    padding-top: 87%;
    border-radius: 20px;
    overflow: hidden;
}

.banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner-sec .working-wrp {
    background-color: var(--white);
    box-shadow: 0px 25px 96px -28px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-top: 20px;
}

.home-banner-sec .working-hrs {
    gap: 20px 30px;
}

.home-banner-sec .hrs-info {
    gap: 15px;
}

.home-banner-sec .hrs-info h3 {
    font-size: 20px;
}

.home-banner-sec .hrs-info span {
    color: var(--theme-color);
    display: block;
    font-weight: 500;
    background-color: rgb(0, 152, 218, .07);
    border-radius: 30px;
    padding: 10px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

/* appointment-sec css */
.appointment-sec {
    position: relative;
    z-index: 1;
    background: linear-gradient(111.73deg, rgba(44, 171, 223, 0.13) 0%, rgba(185, 226, 134, 0.18) 50.4091739654541%, rgba(207, 236, 134, 0.24) 100%);
}

.appointment-sec .appointment-leaf {
    position: absolute;
    left: 0;
    top: -30px;
    max-width: 10vw;
    width: 100%;
}

.steps ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.steps ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    position: relative;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.steps ul li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 50px;
    border: 1px solid #869282;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.steps ul li.active:not(:last-of-type)::after {
    border: 1px solid var(--theme-color);
}

.steps ul li span {
    display: flex;
    margin: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--white);
    background-color: #A5A5A5;
    font-family: var(--second-font);
    position: relative;
    justify-content: center;
    z-index: 1;
    line-height: 1;
    align-items: center;
    transition: all 500ms ease-in-out 0s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.steps ul li.active {
    color: var(--primary-color);
}

.steps ul li.active span {
    background-color: var(--theme-color);
}

.steps ul li:not(:last-of-type) {
    padding-right: 70px;
}

.form-group label {
    display: inline-block;
    margin-bottom: 10px;
}

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

.appointment-sec .appointment-wrp {
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 14px 77px 0px rgba(0, 0, 0, 0.14);
    background-color: var(--white);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.appointment-sec .nice-select>span {
    color: var(--primary-color);
}

.appointment-sec .steps {
    margin-bottom: 40px;
}

.appointment-sec .step-btns {
    border-top: 2px dashed var(--border-color);
    padding-top: 25px;
    margin-top: 10px;
    display: flex;
    justify-content: end;
    gap: 15px;
}

.appointment-sec .step-btns .btn {
    border-color: var(--theme-color);
}

.appointment-sec .appointment-wrp h3 {
    font: var(--h4);
    margin-bottom: 20px;
}

.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.appointment-sec .checkbox-custom label {
    background: #F5F5F5;
    font-size: 14px;
    width: 100%;
    gap: 10px;
    border-color: var(--border-color);
    box-shadow: none;
    color: var(--primary-color);
}

.appointment-sec .checkbox-custom label svg {
    height: 16px;
    width: 16px;
}

.appointment-sec .checkbox-custom label svg path {
    fill: var(--primary-color);
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.step-container {
    clear: both;
    display: none;
    left: 100%;
}

.step-container.active {
    display: block;
}

.appointment-sec .check-box-div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.appointment-sec .check-box-div li {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0px 10px 15px 10px;
}

.appointment-sec .checkbox-custom input:checked+label {
    background: var(--theme-color);
    color: var(--white);
    border-color: var(--theme-color);
}

.appointment-sec .checkbox-custom input:checked+label svg path {
    fill: var(--white);
}

.tab-content {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.tab-content.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.appointment-sec .tabs {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
}

.appointment-sec .tabs li a {
    padding: 0px 0px 8px;
    position: relative;
    border-bottom: 2px solid transparent;
    color: var(--text-color);
}

.appointment-sec .tabs li.active a {
    color: var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}

.radio-group input[type="radio"] {
    display: none;
    padding: 0;
    border: 0;
    background: transparent;
}

.payment-method-form .radio-group {
    margin-bottom: 15px;
}

.payment-method-form .radio-group label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    gap: 15px;
    border: 1px solid var(--border-color);
    padding: 10px 15px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    background-color: var(--white);
    color: var(--black);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.payment-method-form .radio-group label img {
    max-width: 40px;
    width: 100%;
}

.radio-group label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: border-color 500ms ease;
    -webkit-transition: border-color 500ms ease;
    -moz-transition: border-color 500ms ease;
    -ms-transition: border-color 500ms ease;
    -o-transition: border-color 500ms ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.radio-group input[type="radio"]:checked+label::before {
    border-color: var(--theme-color);
}

.radio-group label::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transition: transform 500ms ease;
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -ms-transition: transform 500ms ease;
    -o-transition: transform 500ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.radio-group input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
    -webkit-transform: translateY(-50%) scale(0.55);
    -moz-transform: translateY(-50%) scale(0.55);
    -ms-transform: translateY(-50%) scale(0.55);
    -o-transform: translateY(-50%) scale(0.55);
}

/* change steps color according theme start */
.steps ul li .services {
    background: var(--border-color);
    color: var(--black);
}

.steps ul li.active .services {
    background: var(--theme-color);
    color: var(--white);
}
/* change steps color according theme end */

/* blog sec css start */
.blog-sec {
    position: relative;

}

.blog-sec .blog-bg {
    position: absolute;
    bottom: 0;
    left: 40%;
    animation: zoom 500ms infinite;
    -webkit-animation: zoom 3s ease-in-out infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

.blog-card-inner {
    border-radius: 30px;
    padding: 15px 15px 20px;
    background-color: rgb(0, 152, 218, .07);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
    height: 100%;
}

.blog-card-inner .blog-card-image {
    border-radius: 30px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.blog-card-image .blog-image {
    padding-top: 45%;
    position: relative;
    display: block;
}

.blog-card-image .blog-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-inner .blog-card-content {
    margin-top: 20px;
    height: 100%;
}

.blog-card-inner .blog-card-content span {
    color: var(--second-color);
    font-weight: 500;
    line-height: 1;
    font-family: var(--second-font);
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.blog-card-inner .blog-card-content span::before {
    position: absolute;
    content: '';
    height: 4px;
    width: 4px;
    background-color: var(--second-color);
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.blog-card-inner .blog-card-content h3 {
    font: var(--h6);
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content-top p {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content-bottom .blog-btn {
    font-weight: 500;
    text-transform: capitalize;
    color: var(--theme-color);
}

.blog-content-bottom .blog-btn:hover {
    color: var(--primary-color);
}

.blog-sec .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 35px;
}

.blog-sec .section-title .section-title-left {
    max-width: 58%;
    width: 100%;
}

.blog-sec .section-title .section-title-left h2 {
    line-height: 1;
}

/******** blog sec css end */
/*********   contact us sec css  ********/
.contact-form {
    background: rgb(168, 207, 69, 0.10);
    border-radius: 30px;
    padding: 40px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.contact-form .form-container .contact-btn {
    width: 100%;
}

.contact-form .form-container .form-group label {
    font-weight: 500;
}

.contact-form .form-container .form-group textarea::placeholder,
.contact-form .form-container .form-group input::placeholder {
    color: #BFBFBF;
}

.contact-inner-right {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.contact-inner-right .section-title h2 {
    margin-bottom: 15px;
}

.contact-inner-right .map {
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

/********** about sec css  *******/
.about-image-left {
    position: relative;
    padding-top: 88%;
    border-radius: 20px;
    overflow: hidden;
}

.about-image-left img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content-right h2 {
    margin-bottom: 15px;
}

.about-content-right {
    position: relative;
}

.about-content-right .about-bg {
    position: absolute;
    bottom: 0;
    right: 20%;
    animation: zoom 3s infinite ease-in-out;
    -webkit-animation: zoom 3s infinite ease-in-out;
}

/*************  service sec css   ********/
.service-sec .section-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-sec .section-title .section-title-left {
    max-width: 58%;
    width: 100%;
    position: relative;
    padding: 15px 0;
}

.service-sec .section-title .section-title-left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    max-width: 250px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-41.3deg, rgba(0, 152, 218, 1) 0%, rgba(168, 207, 69, 1) 100%);
    z-index: -1;
    border-radius: 0px 100px 100px 0px;
    opacity: 0.10;
}

.service-sec .section-title .section-title-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(-41.3deg, rgba(168, 207, 69, 1) 0%, rgba(0, 152, 218, 1) 100%);
    z-index: -1;
    opacity: 0.10;
}

.service-sec .section-title .section-title-left h2 {
    max-width: 350px;
    width: 100%;
}

.service-content-left {
    height: 100%;
    display: flex;
}

.service-content-left .row {
    row-gap: 30px;
}

.service-content-left .swiper-slide:nth-child(2n+1) .service-card .service-card-inner {
    background-color: rgb(0, 152, 218, 0.10);
}

.service-content-left .swiper-slide:nth-child(2n+2) .service-card .service-card-inner {
    background-color: rgb(168, 207, 69, .10);
}

.service-slider .swiper-slide {
    height: auto;
}

.service-card-inner {
    padding: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.service-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.service-content-top {
    flex: 1;
}

.service-content-left .col-12:nth-child(4n+1) .service-card .service-card-inner .service-image,
.service-content-left .col-12:nth-child(4n+4) .service-card .service-card-inner .service-image {
    background-color: rgb(0, 152, 218, 0.20);
}

.service-content-left .col-12:nth-child(4n+2) .service-card .service-card-inner .service-image,
.service-content-left .col-12:nth-child(4n+3) .service-card .service-card-inner .service-image {
    background-color: rgb(168, 207, 69, .20);
}

.service-card-inner .service-image {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 0 15px auto;
    overflow: hidden;
}

.service-card-inner .service-image svg {
    width: 35px;
    height: 35px;
}

.service-card-inner .service-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-card-inner h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

.service-content-top p {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-content-bottom a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-weight: 500;
    text-transform: capitalize;
}

.service-content-bottom a:hover {
    color: var(--theme-color);
}

.service-content-bottom a svg {
    width: 20px;
    height: 20px;
}

.service-content-bottom a svg path {
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}

.service-content-bottom a:hover svg path {
    fill: var(--theme-color);
}

.service-content-bottom a span {
    line-height: 1;
}

.service-image-right {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    height: 100%;
    padding-top: 40%;
}

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

/******** our-progress-sec css   ********/
.our-progress-info {
    position: relative;
    width: 100%;
}

.our-progress-wrp .our-progress-info:nth-child(1),
.our-progress-wrp .our-progress-info:nth-child(4) {
    max-width: 22%;
}

.our-progress-wrp .our-progress-info:nth-child(4) {
    justify-content: end;
}

.our-progress-wrp .our-progress-info:nth-child(2),
.our-progress-wrp .our-progress-info:nth-child(3) {
    max-width: 28%;
    justify-content: center;
}

.our-progress-sec {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    background-color: var(--black);
    padding: 50px 0;
}

.our-progress-info:not(:last-of-type)::before {
    content: "";
    top: 0;
    left: 100%;
    width: 2px;
    height: 100%;
    position: absolute;
    background: radial-gradient(#95C956 0%, #000 100%, #95C956 0%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.our-progress-info .our-progress-img {
    position: relative;
    width: 80px;
    height: 104px;
    background: linear-gradient(-41.3deg,
            rgba(0, 152, 218, .30) 0%,
            rgba(168, 207, 69, .30) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.our-progress-info .our-progress-img svg {
    width: 38px;
    height: 38px;
}
.our-progress-info .our-progress-img i {
    font-size: 30px;
}

.our-progress-info .our-progress-content {
    padding-left: 20px;
}

.our-progress-info .our-progress-content .counter {
    position: relative;
    font: var(--h2);
    line-height: 1;
    padding-right: 30px;
    background: linear-gradient(318.7deg, #0098DA 4.91%, #A8CF45 90.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 5px;
}

.our-progress-info .our-progress-content .counter::after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(318.7deg, #0098DA 4.91%, #A8CF45 90.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our-progress-info .our-progress-content p {
    color: var(--white);
    font-size: 17px;
    text-transform: capitalize;
}

/* booking-sec css */
.booking-sec {
    background: linear-gradient(111.73deg, rgba(44, 171, 223, 0.126) 9.77%, rgba(185, 226, 134, 0.182) 51.42%, rgba(207, 236, 134, 0.245) 92.39%);
}
.booking-sec .booking-wrp {
    gap: 20px;
}
.booking-sec .section-title {
    margin: 0;
    max-width: 630px;
    width: 100%;
    flex: 1;
}
.booking-sec .section-title h2 {
    margin-bottom: 15px;
}
/* our-team-sec css */
.our-team-slider {
    padding: 10px 10px 15px;
}
.our-team-sec .team-card {
    border-radius: 24px;
    overflow: hidden;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
}
.our-team-sec .team-card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
}
.our-team-sec .team-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.our-team-sec .team-content {
    background-color: var(--white);
    padding: 5px 15px 15px;
    text-align: center;
    position: relative;
}
.our-team-sec .team-content h3 {
    font: var(--h6);
    font-weight: 400;
    font-family: var(--first-font);
    margin-bottom: 5px;
    text-transform: capitalize;
}
.our-team-sec .team-content .curve:after {
    position: absolute;
    top: -10px;
    display: block;
    content: '';
    border-radius: 50%;
    background: var(--white);
    width: 100%;
    height: 18px;
    left: 0;
    right: 0;
}
/* testimonial-sec css */
.testimonial-sec {
    background-color: var(--black);
    background-size: cover;
}
.testimonial-sec .section-title h2 {
    color: var(--white);
}
.offset-left {
    margin-left: calc((100% - 1420px) / 2);
    padding-left: 15px;
}
.testimonial-sec .testimonial-card {
    padding-top: 50px;
}
.testimonial-sec .testimonial-card-inner {
    background-color: var(--white);
    padding: 15px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testimonial-card-inner .testimonial-image {
    height: 70px;
    width: 70px;
    overflow: hidden;
    border: 2px solid var(--white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -50px auto 15px;
    box-shadow: 0px 13px 23px 0px rgba(0, 0, 0, 0.15);
}
.testimonial-card-inner .testimonial-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.testimonial-card-inner .star-image {
    margin-bottom: 15px;
}
.testimonial-card-inner>p {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.testimonial-card-inner .testimonial-name span {
    font-weight: 500;
    color: var(--text-color);
}
.testimonial-card-inner .testimonial-name span:not(:last-of-type) {
    position: relative;
    color: var(--theme-color);
    padding-right: 15px;
    margin-right: 8px;
}
.testimonial-card-inner .testimonial-name span:not(:last-of-type)::after {
    position: absolute;
    content: '/';
    right: 0;
}

/* Appointment info - service tax and promo code start */

.appointment_info_details p{
    background-color: var(--second-color);
  color: var(--black);
  border: 1px solid var(--theme-color);
  font-size: 18px;
  line-height: 1;
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 0;
}
/* Appointment info - service tax and promo code end */

.promo-code-wrapper{
    margin-top: 8px;
}
.chose-files input{
    background-color: transparent !important;
}
.swiper-slide
{
    height: auto;
}

/* additional services module css */
.additional-count-controls .additional-decrement {
    background-color: var(--primary-color) !important;
}
.additional-count-controls .additional-increment{
    background-color: var(--primary-color) !important;
}
.additional_wrp .additional-view-inner{
    border: 1px solid var(--primary-color) !important;
}
.additional_wrp::-webkit-scrollbar-thumb
{
	background-color: var(--primary-color) !important;
}
.additional-count-controls{
    border: 1px solid var(--primary-color) !important; 
}
.additional-item  input[type="checkbox"]:checked+.additional-view-inner {
    border: 1px solid #0db02bbd !important;
}
