@charset "utf-8";

/*================================================================================================*/
/*=================[                                                            ]=================*/
/*=================[    !!!!!!!!        CSS CREATED BY WorkDo        !!!!!!!!   ]=================*/
/*=================[                                                            ]=================*/
/*================================================================================================*/
/* ================================= */
/* !! SITE PAGE USE !!                -
1.   Index page                       -
2.   service page                     -
3.   faqs page                        -
4.   course page                      -
5.   details page                     -
6.   details-1 page                   -
7.   details-2 page                   -
8.  details-3 page                    -
9.  details-4 page                    -
10.  details-5 page                   -
11.  details-6 page                   -
12.  details-7 page                   -
/* ================================= */
/* ============================================= */
/* !!!!         VARIABLES STYLE CSS         !!!! */
/* ============================================= */
:root {
    --first-font: "Outfit", sans-serif;
    --second-font: "Montserrat", sans-serif;
    --theme-color: #E5B14C;
    --theme-gradient-color: radial-gradient(circle, #ffe066, #ffcc00, #d4a017, #da9e0b);
    --second-color: #1D8E5A;
    --third-color: #FFF8EA;
    --fourth-color: #E54C4C;
    --light-color: #F8F8F8;
    --light-green: #1D8E5A1F;
    --black: #222222;
    --white: #ffffff;
    --border-color: #E5E5E5;
    --gradient-color: linear-gradient(269.96deg, rgba(239, 184, 24, 1) 0%, rgba(115, 187, 108, 1) 100%);
    --footer-bg: #0000bdcc;
    --text-color: #666666;
    --h1: normal 700 50px/1.1 var(--second-font);
    --h2: normal 500 42px/1.2 var(--second-font);
    --h3: normal 500 32px/1.2 var(--second-font);
    --h4: normal 500 24px/1.2 var(--second-font);
    --h5: normal 500 20px/1.2 var(--second-font);
    --h6: normal 500 18px/1.2 var(--second-font);
    --common-text: normal 400 16px/1.4 var(--first-font);
}

/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    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: grayscale;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    scrollbar-width: none;
}

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

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

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

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;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
    color: inherit;
    display: inline-block;
    cursor: pointer;
    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;
}

a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hover,
select:focus,
textarea,
textarea:hover,
textarea: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;
    -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] {
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-appearance: textfield;
}

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

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

::-moz-placeholder {
    color: var(--text-color);
}

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

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

::-moz-selection {
    background: rgb(178 183 174 / 20%);
}

::selection {
    background: rgb(178 183 174 / 20%);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000000s ease-in-out 0s;
    -webkit-transition: background-color 5000000s ease-in-out 0s;
    -moz-transition: background-color 5000000s ease-in-out 0s;
    -ms-transition: background-color 5000000s ease-in-out 0s;
    -o-transition: background-color 5000000s ease-in-out 0s;
}

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

* {
    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(--text-color);
}

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

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(--black);
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

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

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

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

b {
    font-weight: 600;
    display: inline-block;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
    color: var(--black);
    display: inline;
}

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

p::first-letter {
    text-transform: capitalize;
}

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

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

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

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

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

.flext-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.g-5 {
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

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

.direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: var(--white);
}

::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============================================= */
/* !!!!          NICE SELECT CSS           !!!! */
/* ============================================= */
.nice-select {
    position: relative;
    display: block;
    color: var(--black);
    text-transform: capitalize;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    text-align: left;
    width: 100%;
    line-height: 1;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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;
    -webkit-tap-highlight-color: transparent;
}

.nice-select .current {
    position: relative;
    padding: 5px 20px 5px 10px;
}

.nice-select .current:after,
.nice-select.current:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
    transform: translateY(-50%) rotate(225deg);
    -webkit-transform: translateY(-50%) rotate(225deg);
    -moz-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
    -o-transform: translateY(-50%) rotate(225deg);
    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;
}

.nice-select:not(.open) .current:after,
.nice-select:not(.open).current:after {
    top: 40%;
}

.nice-select.open .current::after,
.nice-select.current[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
}

.nice-select .list-wrp {
    position: absolute;
    left: 0;
    top: 100%;
    color: var(--black);
    border: 1px solid var(--border-color);
    background-color: var(--white);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    overflow: hidden;
    min-width: 80px;
    pointer-events: none;
    z-index: 2;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -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;
}

.nice-select.open .list-wrp {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-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 .list-wrp:hover .option:not(:hover) {
    background-color: transparent !important;
    color: var(--black);
}

.nice-select .option {
    cursor: pointer;
    font-weight: 500;
    list-style: none;
    outline: none;
    text-align: left;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    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;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--second-color);
    color: var(--black);
}

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

.nice-select .option.disabled {
    background-color: transparent;
    color: var(--grey);
    cursor: default;
}

/****************  TABS CSS *****************/
.tabs-container {
    overflow: hidden;
}

.tab-content {
    display: none;
}

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

.acnav-list {
    display: none;
}

/* ============================================= */
/* !!!!          COMMON BUTTON              !!!! */
/* ============================================= */
.btn {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 12px 22px;
    color: var(--white);
    background-color: var(--second-color);
    appearance: none;
    outline: none;
    border: 1px solid var(--second-color);
    font: 400 16px var(--first-font);
    text-transform: capitalize;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 100%;
    top: 7%;
    left: 0;
    opacity: 0;
    background: var(--white);
    -webkit-box-shadow: 0 0 20px 3px var(--white);
    box-shadow: 0 0 20px 3px var(--white);
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.btn:hover::before {
    animation: shine-btn 500ms linear;
    -webkit-animation: shine-btn 500ms linear;
}

@-webkit-keyframes shine-btn {
    0% {
        opacity: 0;
        left: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: 100%;
    }
}

@keyframes shine-btn {
    0% {
        opacity: 0;
        left: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: 100%;
    }
}

button[disabled],
.btn[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

button[disabled]:hover::before,
.btn[disabled]:hover::before,
.btn-secondary[disabled]:hover::before {
    display: none;
}

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

.btn svg {
    height: 18px;
    width: 18px;
}

.btn svg path {
    fill: var(--white);
}

.btn:hover svg path,
.btn:focus svg path,
.btn:active svg path {
    fill: var(--white);
}

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

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: var(--white);
    background-color: var(--second-color);
    border-color: var(--second-color);
}

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

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

.btn-white:hover svg path,
.btn-white:focus svg path,
.btn-white:active svg path {
    fill: var(--white);
}

.link-btn {
    color: var(--fourth-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.link-btn:hover,
.link-btn:focus {
    color: var(--theme-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.img-wrapper,
.img-ratio {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 100%;
}

.img-wrapper img,
.img-wrapper video,
.img-wrapper iframe,
.img-ratio img,
.img-ratio video,
.img-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    background: rgba(1, 1, 1, 0.7);
    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;
    z-index: 4;
}

.overlay.active,
.overlay.mobile-active,
.overlay.chat-active {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
}

/* ============================================= */
/* !!!!             FORM  CSS               !!!! */
/* ============================================= */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="button"]),
input:not([type="radio"]),
select,
textarea {
    position: relative;
    border: 1px solid var(--border-color);
    display: block;
    width: 100%;
    padding: 12px 15px;
    font: var(--common-text);
    line-height: 1;
    color: var(--black);
    background: transparent;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

select {
    background: transparent;
    padding: 0;
    border: 0;
    text-transform: capitalize;
}

textarea {
    resize: none;
}

form .row {
    margin: 0 -10px;
}

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

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

.form-group label {
    display: inline-block;
    text-transform: capitalize;
    color: var(--black);
    margin: 0 0 10px;
}

sup {
    top: -0.2em;
}

sub,
sup {
    position: relative;
    font-size: 14px;
    line-height: 1;
}

.form-group label sup {
    color: var(--fourth-color);
}

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

.checkbox-custom label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 30px;
}

.checkbox-custom label:before {
    content: '';
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--black);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

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

.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid var(--white);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.checkbox-custom label a {
    text-decoration: underline;
    font-weight: 600;
}

/***** COMMON CSS ****/
body.active-menu,
body.no-scroll,
body.no_scroll,
body.mobile_no_scroll {
    overflow: hidden;
    position: relative;
}

.pt {
    padding-top: 70px;
}

.pb {
    padding-bottom: 70px;
}

.subtitle {
    margin: 0 0 15px;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.section-title {
    margin: 0 0 35px;
}

.section-title>p {
    margin: 15px 0 0;
}

.sticky-column {
    position: sticky;
    top: 20px;
}

.common-close svg {
    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;
}

.common-close:hover svg,
.common-close:focus svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* ============================================= */
/* !!!!          SLICK SLIDER CSS           !!!! */
/* ============================================= */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    outline: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    opacity: .7;
    cursor: not-allowed;
}

.slick-dots {
    display: flex !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    z-index: 1;
    margin-top: 30px;
}

.slick-dots li:not(:last-child) {
    margin-right: 5px;
}

.slick-dots li {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 10px;
    width: 10px;
    background: var(--white);
    border-radius: 100%;
}

.slick-dots li.slick-active {
    background: var(--theme-color);
}

.slick-dots li button {
    display: none;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 0;
    border: 0;
    outline: none;
    z-index: 1;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    background-color: transparent;
    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-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
}

.slide-arrow svg {
    height: 18px;
    width: 18px;
}

.slick-arrow svg path {
    fill: var(--black);
}

.slick-arrow:focus svg path,
.slick-arrow:hover svg path {
    fill: var(--white);
}

/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
.site-header {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid var(--border-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;
}

.site-header.fixed .sticky-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    border-bottom: 1px solid var(--border-color);
    background-color: 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;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    z-index: 3;
}

.site-header .announcebar {
    position: relative;
    padding: 10px 0;
    /* background-color: var(--theme-color); */
    background: -o-radial-gradient(circle, #ffe066, #ffcc00, #d4a017, #da9e0b);
    background: radial-gradient(circle, #ffe066, #ffcc00, #d4a017, #da9e0b);
    color: var(--white);
}

.site-header .menu-item-right {
    gap: 10px;
}

.site-header .main-navigationbar {
    padding: 10px 0;
    background-color: var(--white);
}

.site-header .main-navigationbar .navigationbar-row {
    gap: 10px;
}

.site-header .logo-col a {
    display: block;
    max-width: 61px;
    width: 100%;
}

.site-header .main-navigationbar .main-nav>li:not(:last-of-type) {
    padding: 0 25px 0 0;
}

.menu-item-left .main-nav .has-item>a {
    padding: 0 20px 0 0;
}

.menu-item-left .main-nav>li>a {
    color: var(--text-color);
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    font-weight: 500;
    text-transform: capitalize;
}

.site-header .main-navigationbar .main-nav>li:hover>a,
.site-header .menu-dropdown ul>li>a:hover {
    color: var(--black);
}

.menu-item-left .main-nav>.menu-lnk.has-item>a:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--text-color);
    border-left: 1px solid var(--text-color);
    transform: translateY(-50%) rotate(225deg);
    -webkit-transform: translateY(-50%) rotate(225deg);
    -moz-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
    -o-transform: translateY(-50%) rotate(225deg);
    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;
    z-index: 1;
}

.main-navigationbar .main-nav>li:hover.has-item>a:after,
.main-navigationbar .main-nav>li:focus.has-item>a:after {
    border-color: var(--black);
}

.main-navigationbar .main-nav>li:hover.has-item>a:after,
.main-navigationbar .main-nav>li:focus.has-item>a:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.site-footer .footer-link ul li a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 0;
    background: var(--text-color);
    margin: 0 auto;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-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-footer .footer-widget ul li a:hover::before {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    width: 80%;
    visibility: visible;
}

.site-header .menu-item-right li>a {
    position: relative;
    display: block;
}

.site-header .menu-item-right>li>a svg {
    width: 20px;
    height: 20px;
}

.site-header .menu-item-right>li>a:not(:first-child) svg path {
    stroke: var(--white);
}

.site-header .header-search-form .form-input {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    max-width: 200px;
    width: 100%;
    padding: 8px 15px;
    border: 1px solid var(--black);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.site-header .header-search-form .form-input input {
    border: none;
    padding: 0 10px 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.site-header .header-search-form .form-input .search-btn {
    background: transparent;
    border: none;
}

.site-header .header-search-form .form-input .search-btn svg {
    height: 20px;
    width: 20px;
}

.site-header .announcebar .announcebar-right {
    gap: 10px;
}

.site-header .announcebar .announcebar-right li svg {
    width: 18px;
    height: 18px;
    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 .announcebar .announcebar-right li a:hover svg {
    opacity: .7;
}

.site-header .announcebar .announcebar-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header .announcebar .announcebar-col.announcebar-center {
    position: relative;
    padding: 14px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.site-header .announcebar .announcebar-row {
    gap: 20px;
}


.site-header .marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.marquee p {
    float: left;
    width: 50%;
    color: var(--white);
    margin-bottom: 0;
    font-weight: bolder;
}

/*** mega dropdown css  ***/
.site-header .main-navigationbar .main-nav>li.menu-lnk .menu-dropdown {
    position: absolute;
    top: 100%;
    background-color: var(--white);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    padding: 15px;
    z-index: 3;
    color: var(--black);
    border-top: 1px solid var(--border-color);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    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;
    min-width: 200px;
}

.menu-items-col .main-nav>li.menu-lnk .menu-dropdown li {
    text-transform: capitalize;
}

.site-header .menu-dropdown ul>li:not(:last-of-type) {
    margin: 0 0 10px;
}

.site-header .menu-dropdown ul>li span {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}

.site-header .main-navigationbar .main-nav>li .menu-dropdown.open_menu {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
}

.site-header .menu-dropdown ul>li>a {
    padding: 0;
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--text-color);
}

/* mega menu css  */
.site-header .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.site-header .main-nav li:first-child .mega-menu-container.container {
    max-width: 1400px;
}

/* menu-info-popup css start */
.menu-info-popup {
    position: fixed;
    right: 0;
    top: 0;
    max-width: 400px;
    width: 100%;
    height: 100%;
    background: var(--white);
    color: var(--black);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    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;
    z-index: 5;
}

.menu-info-open .menu-info-popup {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.menu-info-popup .menu-info-close svg,
.search-popup .close-search svg {
    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;
}

.menu-info-popup .menu-info-close {
    text-align: right;
    padding: 15px;
    background: var(--theme-gradient-color);
    display: block;
}

.menu-info-popup .menu-info-close svg path {
    fill: var(--white);
}

.menu-info-popup .menu-info-close svg:hover,
.search-popup .close-search:hover svg,
.search-popup .close-search:focus svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.menu-info-popup .menu-info-inner {
    padding: 20px 15px;
    height: calc(100vh - 50px);
    overflow: auto;
}

.menu-info-popup .menu-info-inner::-webkit-scrollbar-thumb {
    background-color: var(--black);
}

.menu-info-popup .menu-info-inner h2 {
    font: var(--h4);
    margin-bottom: 15px;
}

.menu-info-popup .menu-info-inner h3 {
    font-size: 16px;
    color: var(--theme-color);
    margin-bottom: 30px;
}

.menu-info-popup .menu-info-inner h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.menu-info-popup .menu-info-inner p a:hover {
    color: var(--theme-color);
}

.menu-info-popup .menu-social-icon {
    gap: 10px;
    margin-top: 30px;
}

.menu-info-popup .menu-social-icon li a,
.post-detail-sec .header-social-network li a {
    width: 30px;
    height: 30px;
    background-color: var(--theme-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.menu-info-popup .menu-social-icon li a:hover,
.post-detail-sec .header-social-network li a:hover {
    background-color: var(--second-color);
}

/* menu-info-popup css end */
/* search popup css start */
.search-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 50px 15px 35px;
    z-index: 5;
    background-color: var(--white);
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    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;
}

.search-popup.active {
    height: auto;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.search-popup .close-search {
    position: absolute;
    right: 15px;
    top: 15px;
}

.search-popup .close-search svg path {
    fill: var(--black);
}

.search-popup .search-wrp {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.search-popup .search-wrp .section-title h2 {
    font: var(--h3);
    color: var(--black);
}

.search-popup .search-wrp .section-title {
    margin-bottom: 15px;
}

.search-popup .search-form {
    position: relative;
}

.search-popup .search-form .search-form-wrp {
    gap: 15px;
    padding: 12px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
    box-shadow: 14px 14px 35px 0 rgba(33, 38, 106, 0.1);
    border: 1px solid var(--border-color);
}

.search-popup .search-form .search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    padding: 0;
    color: var(--black);
}

.search-popup .search-form .search-input::-webkit-input-placeholder {
    color: var(--black);
}

.search-popup .search-form .search-input::-webkit-input-placeholder,
.search-popup .search-form .search-input::-moz-placeholder,
.search-popup .search-form .search-input:-ms-input-placeholder,
.search-popup .search-form .search-input::placeholder {
    color: var(--black);
}

.search-popup .search-form button {
    background-color: transparent;
    border: none;
}

/* search popup css end */
/* home banner section css start */
.home-banner-sec {
    position: relative;
    z-index: 1;
}

.home-banner-slider .home-banner-content {
    padding: 18% 0 18%;
    color: var(--white);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.home-banner-slider .home-banner-content h3 {
    color: var(--white);
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: unset;
}

.home-banner-slider .home-banner-content h3 b {
    display: block;
    font-weight: 500;
    color: var(--white)
}

.home-banner-slider .home-banner-content p {
    font: var(--h5);
    font-weight: 500;
    text-transform: capitalize;
}

.home-banner-slider .slick-dots {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 32%;
}

.home-banner-slider .slick-dots li {
    width: 15px;
    height: 15px;
}

.home-banner-slider .home-banner-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

.home-banner-slider .home-banner-item .banner-item-inner {
    position: relative;
    width: 100%;
}

.home-banner-slider .home-banner-item .banner-item-inner:not(.image-only)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #00000070;
    z-index: -1;
}

.home-banner-slider .slick-track,
.home-banner-slider .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

.home-banner-slider .home-banner-item .row {
    height: 100%;
}

.home-banner-sec .arrow-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1750px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-banner-sec .arrow-wrapper .slick-arrow svg {
    width: 100%;
    height: 100%;
}

.home-banner-sec .arrow-wrapper .slick-arrow svg path {
    fill: var(--white);
}

.home-banner-sec .arrow-wrapper .slick-arrow:hover svg path,
.home-banner-sec .arrow-wrapper .slick-arrow:focus svg path {
    fill: var(--theme-color);
}

.home-banner-sec .arrow-wrapper .slick-arrow.slick-prev {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

/* home banner section css end */
/* category section css start */
.category-sec {
    background-color: var(--third-color);
    background-repeat: no-repeat;
    background-size: cover;
}

.category-sec .category-card-inner {
    gap: 15px 20px;
    height: 100%;
}

.category-sec .row {
    row-gap: 30px;
}

.category-sec .category-card-image .category-img {
    position: relative;
    width: 10vw;
    height: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--theme-gradient-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 3vw;
    z-index: 1;
}

.category-sec .category-card-image .category-img svg {
    width: 100%;
    height: 100%;
}

.category-sec .category-card-image .category-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: auto;
    border: 2px dashed var(--white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

.category-sec .category-card-image .category-img:hover svg {
    animation: tilt-shaking 0.3s infinite;
    -webkit-animation: tilt-shaking 0.3s infinite;
}

@-webkit-keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
        -webkit-transform: rotate(0eg);
        -moz-transform: rotate(0eg);
        -ms-transform: rotate(0eg);
        -o-transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }

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

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
        -webkit-transform: rotate(0eg);
        -moz-transform: rotate(0eg);
        -ms-transform: rotate(0eg);
        -o-transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    }

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

.category-sec .category-card-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.category-sec .category-card-content h2 {
    font: var(--h4);
    font-weight: 600;
}

.category-sec .category-card-content h2:hover a {
    color: var(--theme-color);
}

/* category section css end */
/* discover-info-section css start */
.section-title.title-wrp h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.section-title.title-wrp h2::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 45%;
    height: 3px;
    background-color: var(--theme-color);
}

.beliefs-info-sec .section-title.title-wrp h2::before {
    width: 100%;
}

.discover-info-sec p b {
    color: var(--black);
    font-weight: 500;
}

.discover-info-sec .container.discover-islam ul {
    max-width: 650px;
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: var(--light-color);
    margin: 15px 0;
}

.discover-info-sec .discover-islam p {
    font-size: 18px;
    text-align: justify;
}

.discover-info-box,
.discover-islam ul li {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
}

.discover-info-sec .container.discover-islam ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.discover-info-box span,
.discover-islam span {
    text-transform: capitalize;
    color: var(--fourth-color);
}

.discover-info-note {
    font-size: 18px;
}

.discover-info-note b {
    color: var(--black);
}

.discover-btn-wrapper {
    margin-top: 30px;
    gap: 20px;
}

.discover-btn-wrapper .btn-secondary {
    background-color: var(--fourth-color);
    border-color: var(--fourth-color);
}

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

/* discover-info-section css end */
/* beliefs-info-section css start */
.beliefs-info-sec .beliefs-info-card {
    height: 100%;
    width: 100%;
}

.beliefs-info-sec .beliefs-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    height: 100%;
    overflow: 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;
    padding: 150px 20px 20px 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.beliefs-info-sec .beliefs-left-col .beliefs-info-inner {
    padding: 70px 50px 150px 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.beliefs-info-sec .beliefs-left-col .beliefs-info-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.beliefs-info-sec .beliefs-info-content {
    position: relative;
}

.beliefs-info-sec .beliefs-left-col {
    height: 100%;
}

.beliefs-info-sec .beliefs-left-col .beliefs-info-inner h3 {
    font: var(--h5);
    max-width: 350px;
    width: 100%;
    margin: 0 0 0 auto;
    text-align: center;
    text-transform: none;
    color: var(--white);
}

.beliefs-info-sec .beliefs-info-inner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all ease-in-out 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}

.beliefs-info-sec .beliefs-info-inner:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.beliefs-info-sec .beliefs-info-inner .beliefs-card-lbl,
.blog-card-inner .blog-content .blog-lbl {
    display: inline-block;
    padding: 5px 12px;
    background: var(--theme-gradient-color);
    border-radius: 10px;
    color: var(--white);
    font-size: 14px;
    margin-bottom: 10px;
}

.beliefs-info-sec .beliefs-right-col .beliefs-info-inner h3 {
    color: var(--white);
    font: var(--h5);
    text-transform: unset;
}

.beliefs-info-sec .row {
    row-gap: 30px;
}

.beliefs-info-sec .beliefs-right-col .beliefs-info-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.beliefs-info-sec .beliefs-right-col .beliefs-info-content {
    position: relative;
    z-index: 1;
}

.beliefs-info-sec .beliefs-right-col .beliefs-info-content p {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

/* beliefs-info-section css end */
/* blog section css start */
.blog-card {
    height: 100%;
}

.blog-card-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    background-color: var(--third-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.blog-card-inner .blog-card-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

.blog-card-inner .blog-card-image .blog-image {
    padding-top: 60%;
}

.blog-card-inner .blog-content {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px;
}

.blog-card-inner .blog-content .blog-content-top {
    height: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-direction: column;
    gap: 10px;
}

.blog-card-inner .blog-content .blog-info {
    margin-bottom: 10px;
    font-weight: 500;
}

.blog-card-inner .blog-content .blog-title-wrp {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-card-inner .blog-content .blog-title-wrp h3 {
    font: var(--h4);
}

.blog-card-inner .blog-content .blog-lbl {
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin: 0;
}

.blog-card-inner .blog-content .blog-lbl-wrp {
    gap: 10px;
}

.blog-card-inner .blog-content .blog-content-bottom {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
}

.blog-card-inner .blog-content .blog-title-wrp h3 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 5px;
}

.blog-card-inner .blog-content .blog-content-bottom p {
    color: var(--black);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-sec .row {
    row-gap: 30px;
}

/* blog section css end */
/* editor section css start */
.editor-row {
    background-color: var(--third-color);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 90px;
    margin-bottom: 170px;
}

.editor-row .editor-row-inner {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.editor-row .editor-col {
    max-width: 50%;
    width: 100%;
}

.editor-left-col .editor-left-inner {
    padding: 40px 10px;
    max-width: 80%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.editor-left-inner span,
.editor-left-inner h3 {
    margin-bottom: 15px;
}

.editor-left-inner h3 a,
.editor-left-inner p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.editor-left-inner .editor-btn-wrp {
    margin-top: 15px;
}

.editor-right-inner {
    position: relative;
    margin: -10% 0;
}

.editor-right-inner .editor-img {
    padding-top: 100%;
}

.editor-right-inner .editor-img img {
    object-fit: scale-down;
}

.editor-right-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: -65px;
    width: 0;
    height: 0;
    border-bottom: 68px solid var(--theme-color);
    border-right: 65px solid transparent;
    z-index: -1;
}

.editor-right-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -65px;
    width: 0;
    height: 0;
    border-top: 68px solid var(--theme-color);
    border-right: 65px solid transparent;
    z-index: -1;
}

.blog-item-wrapper {
    row-gap: 30px;
}

.blog-item-wrapper .blog-card-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 15px;
    border: 1px solid var(--border-color);
}

.blog-item-wrapper .blog-card-inner .blog-card-image {
    max-width: 130px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 1px solid var(--border-color);
}

.blog-item-wrapper .blog-card-inner .blog-card-image .blog-image {
    height: 100%;
    padding-top: 100%;
}

.blog-item-wrapper .blog-card-inner .blog-content {
    padding: 0 0 0 15px;
}

.blog-item-wrapper .blog-card-inner .blog-content .blog-title-wrp h3 {
    max-width: 100%;
}

.blog-item-wrapper .blog-card-inner .blog-content .blog-title-wrp h3 a {
    display: -webkit-inline-box;
}

.blog-item-wrapper .blog-card-inner .blog-content .blog-title-wrp {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* editor section css end */
/* footer section css start */
.site-footer {
    position: relative;
    z-index: 1;
}

.footer-top {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 30px;
    background: var(--gradient-color);
    position: relative;
    z-index: 2;
}

.footer-top .footer-top-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: -1;
}

.footer-top .footer-top-content .footer-top-img {
    width: 150px;
    height: 150px;
    background-color: var(--theme-color);
    border: 1px solid var(--black);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 20px;
}

.footer-top .footer-top-content h3 {
    font-weight: 500;
    max-width: 50%;
    color: var(--white);
}

.footer-bottom {
    margin-top: -40px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.footer-bottom .footer-row {
    padding: 100px 0 0px;
    position: relative;
    z-index: 1;
}

.footer-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--footer-bg);
    opacity: .8;
    z-index: -1;
}

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

.site-footer .footer-col.contact-col {
    -webkit-box-flex: 420px;
    -ms-flex: 420px;
    flex: 420px;
    max-width: 420px;
    width: 100%;
}

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

.site-footer .footer-row-inner {
    max-width: calc(100% - 17vw);
    width: 100%;
}

.site-footer .footer-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 17vw;
    padding-top: 17vw;
}

.site-footer .footer-logo {
    max-width: 100px;
    width: 100%;
    margin: 0 0 15px;
}

.site-footer .footer-col.contact-col p {
    color: var(--white);
}

.site-footer .footer-col:not(:first-of-type) {
    padding: 0 0 0 70px;
}

.site-footer .footer-col h2 {
    font: var(--h4);
    color: var(--white);
    margin: 0 0 15px;
}

.site-footer .footer-col .footer-acnav svg {
    height: 11px;
    width: 11px;
    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-col .footer-acnav svg path {
    fill: var(--white);
}

.site-footer .footer-link ul li:not(:last-of-type) {
    margin: 0 0 10px;
}

.site-footer .footer-link ul li a {
    position: relative;
    text-transform: capitalize;
    color: var(--white);
    font-size: 18px;
}

.site-footer .footer-link ul li a::before {
    background-color: var(--white);
}

.site-footer .footer-col.contact-col .footer-contact-wrp {
    margin-top: 15px;
    color: var(--white);
}

.site-footer .footer-col.contact-col .footer-contact-wrp b {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}

.site-footer .footer-col.contact-col .footer-contact-wrp a {
    gap: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.site-footer .footer-col.contact-col .footer-contact-wrp a:hover,
.site-footer .footer-col.contact-col .footer-contact-wrp a:focus {
    color: var(--theme-color);
}

.site-footer .footer-col.contact-col .footer-contact-wrp a:hover svg path,
.site-footer .footer-col.contact-col .footer-contact-wrp a:focus svg path {
    fill: var(--theme-color);
}

.footer-bottom-wrp {
    border-top: 1px solid var(--border-color);
    padding: 20px 0;
    color: var(--white);
}

.footer-bottom-wrp .footer-social-icon {
    gap: 15px;
}

.site-footer .footer-social-icon li a {
    display: block;
}

.site-footer .footer-social-icon li a svg {
    width: 22px;
    height: 22px;
    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 {
    opacity: .8;
}

/* footer section css end */
/* progress wrap css start */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    background: var(--third-color);
    -webkit-box-shadow: #2222221a 0 0 7px 0px, inset 0 0 0 2px var(--grey);
    box-shadow: #2222221a 0 0 7px 0px, inset 0 0 0 2px var(--grey);
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap.active-progress:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/arrow-up-solid.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* progress wrap css end */
/* chat popup css start */
.chat-icon-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 80px;
    height: 80px;
    background-color: var(--fourth-color);
    padding: 15px;
    border-radius: 50px;
    left: 65px;
    bottom: 11px;
    z-index: 2;
    cursor: pointer;
}

.chat-icon-wrp svg {
    width: 100%;
    height: 100%;
}

/* chat popup */
.chatbox-popup,
.quiz-user-popup,
.rating-popup,
.quiz-popup,
.share-course-popup {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    background-color: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: scale(0) translateY(-50%);
    -webkit-transform: scale(0) translateY(-50%);
    -moz-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    -o-transform: scale(0) translateY(-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;
}

.chatbox-popup-inner,
.quiz-user-popup-inner,
.rating-popup .rating-popup-inner,
.quiz-popup .quiz-popup-inner,
.share-course-popup .share-course-inner {
    padding: 20px;
    max-height: calc(90vh - 50px);
    min-height: 400px;
    overflow-y: auto;
}

.chatbox-popup.active,
.quiz-user-popup.active,
.rating-popup.active,
.quiz-popup.active,
.share-course-popup.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    -moz-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
}

.chatbox-popup .chatbox-header,
.quiz-user-popup .quiz-user-header {
    padding: 0px 0 15px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 20px;
    gap: 15px;
}

.chatbox-popup-inner .flex-1,
.quiz-user-popup-inner .flex-1 {
    flex: 1;
}

.chatbox-popup .chatbox-header svg,
.quiz-user-popup .quiz-user-header svg {
    width: 18px;
    height: 18px;
}

.rating-popup-header svg,
.chatbox-popup .chatbox-header svg,
.quiz-user-popup .quiz-user-header svg,
.quiz-popup-header svg,
.share-course-header svg {
    width: 24px;
    height: 24px;
}

.chatbox-popup .chatbox-question-item .question-item-inner,
.quiz-user-popup .quiz-user-question-item .question-item-inner {
    padding: 10px 20px;
    display: inline-block;
    background-color: var(--third-color);
    color: var(--black);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.chatbox-popup .chatbox-answer-item .answer-item-inner,
.quiz-user-popup .quiz-user-answer-item .answer-item-inner,
.chatbox-bottom-content .answer-item-inner,
.quiz-user-bottom-content .answer-item-inner,
.chatbox-top-content .answer-item-inner,
.quiz-user-top-content .answer-item-inner {
    padding: 10px 20px;
    display: inline-block;
    background-color: var(--light-color);
    /* background-color: red; */
    color: var(--black);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    flex: 1;
}

.chatbox-top-content .chatbox-question-item,
.quiz-user-top-content .quiz-user-question-item {
    max-width: 60%;
    width: 100%;
    margin-left: auto;
}

.chatbox-popup .chatbox-answer-item,
.quiz-user-popup .quiz-user-answer-item {
    max-width: 60%;
    width: 100%;
}

.chatbox-top-content,
.quiz-user-top-content {
    height: 300px;
    overflow: auto;
    padding-right: 5px;
}

.audio-icon {
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #1D8E5A1A;
}

.chatbox-item:not(:last-of-type),
.quiz-user-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.chatbox-bottom-content .chatbox-lbl-wrp,
.quiz-user-bottom-content .quiz-user-lbl-wrp {
    margin-top: 10px;
    gap: 10px;
}

.chatbox-bottom-content li a,
.quiz-user-bottom-content li a {
    padding: 5px 10px;
    background-color: var(--light-color);
    color: var(--black);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.chatbox-bottom-content li a:hover,
.quiz-user-bottom-content li a:hover,
.chatbox-bottom-content li a.active,
.quiz-user-bottom-content li a.active {
    background-color: var(--fourth-color);
    color: var(--white);
}

.chatbox-bottom-content input,
.quiz-user-bottom-content input {
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.chatbox-bottom-content button,
.quiz-user-bottom-content button {
    border: none;
    background: transparent;
}

.chatbox-bottom-content button svg,
.quiz-user-bottom-content button svg {
    width: 18px;
    height: 18px;
}

.chatbox-bottom-content .chatbox-form-wrp,
.quiz-user-bottom-content .quiz-user-form-wrp {
    margin-top: 20px;
    background-color: var(--light-color);
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
}

/* chat popup css end */
/* common banner section css start */
.common-banner-sec {
    position: relative;
    background: var(--third-color);
    padding: 50px 0;
    z-index: 1;
}

.common-banner-sec .section-title {
    margin-bottom: 20px;
}

.common-banner-sec .section-title h2 {
    font-weight: 600;
}

.common-banner-sec .filter-cat li:not(:last-of-type) {
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
}

.common-banner-sec .filter-cat li a {
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--black);
}

.common-banner-sec .filter-cat li a:hover,
.common-banner-sec .filter-cat li a:focus,
.common-banner-sec .filter-cat li.active a {
    color: var(--theme-color);
}

.common-banner-sec .filter-cat li:not(:last-of-type)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -moz-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    -o-transform: translateY(-50%) rotate(135deg);
    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;
    z-index: 1;
}

/* common banner section css end */
/* ============================================= */
/* !!!!     faqs page css           !!!! */
/* ============================================= */
.faq-page .faq-info-btn,
.service-info-btn {
    margin-bottom: 40px;
}

.faq-page .faq-info-btn span,
.service-info-btn span,
.service-card .btn-wrp span,
.course-page .course-label span {
    font-size: 18px;
    padding: 17px 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: var(--light-color);
    color: var(--black);
}

.faq-page .set {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-shadow: 0px 5px 23px 0px #0000000A;
    box-shadow: 0px 5px 23px 0px #0000000A;
}

.faq-page .faq-acnav .set:not(:last-of-type) {
    margin: 0 0 25px;
}

.faq-page .set .faqs-acnav-label {
    position: relative;
    padding: 15px;
    gap: 15px;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    color: var(--fourth-color);
}

.faq-page .set .faqs-acnav-label>span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.faq-page .faqs-acnav-label .faq-icon {
    position: relative;
    height: 20px;
    width: 20px;
    border: 1px solid var(--fourth-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.faq-page .faqs-acnav-label .faq-icon::before,
.faq-page .faqs-acnav-label .faq-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 10px;
    top: 50%;
    left: 50%;
    background-color: var(--fourth-color);
    -webkit-transition: all 500ms ease-in-out 0s;
    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;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.faq-page .faqs-acnav-label .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
}

.faq-page .set.is-open .faqs-acnav-label .faq-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
}

.faq-page .set .faqs-acnav-list {
    padding: 15px 0;
    border-top: 1px solid var(--border-color);
    display: none;
    max-width: calc(100% - 30px);
    width: 100%;
    margin: 0 auto;
}

/* ============================================= */
/* !!!!     service page css            !!!! */
/* ============================================= */
.service-left-col {
    border: 1px solid var(--border-color);
    -webkit-box-shadow: 0px 5px 23px 0px #0000000A;
    box-shadow: 0px 5px 23px 0px #0000000A;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.service-left-col h2 {
    position: relative;
    font: var(--h4);
    font-weight: 600;
    color: var(--white);
    padding: 0 30px;
}

.service-left-col .service-tab-haeding {
    padding: 15px 0;
    background-color: var(--theme-color);
}

.service-left-col h2::before,
.service-card .service-card-heading h3::before,
.course-details-body .course-details-wrp .course-details-title h3::before {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.service-left-col ul {
    padding: 40px 30px 30px;
}

.service-left-col li.service-tab a {
    font: var(--h4);
    color: var(--black);
    padding: 20px;
    gap: 10px;
    -webkit-box-shadow: 0px 5px 23px 0px #0000000A;
    box-shadow: 0px 5px 23px 0px #0000000A;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.service-left-col li.service-tab span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.service-left-col li.service-tab a:hover,
.service-left-col li.service-tab a:focus {
    background-color: var(--theme-color);
    color: var(--white);
}

.service-left-col li.service-tab a:hover svg path,
.service-left-col li.service-tab a:focus svg path {
    fill: var(--white);
}

.service-left-col li.service-tab svg {
    width: 10px;
    height: auto;
}

.service-left-col li.service-tab svg path {
    fill: var(--black);
}

.service-left-col li.service-tab:not(:last-of-type) {
    margin: 0 0 15px;
}

.service-right-col .service-card {
    border: 1px solid var(--border-color);
    -webkit-box-shadow: 0px 5px 23px 0px #0000000A;
    box-shadow: 0px 5px 23px 0px #0000000A;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.service-right-col .service-card:not(:last-of-type) {
    margin: 0 0 25px;
}

.service-card .service-card-heading,
.course-details-body .course-details-wrp .course-details-title {
    padding: 20px 0;
    -webkit-box-shadow: 0px 5px 23px 0px #0000000A;
    box-shadow: 0px 5px 23px 0px #0000000A;
}

.service-card .service-card-heading h3,
.course-details-body .course-details-wrp .course-details-title h3 {
    position: relative;
    padding: 0 30px;
    font: var(--h4);
    font-weight: 600;
}

.service-card .service-card-heading h3::before,
.course-details-body .course-details-wrp .course-details-title h3::before {
    background-color: var(--theme-color);
}

.service-card .service-card-inner {
    padding: 25px;
}

.service-card .service-card-inner .service-card-image {
    padding-top: 34%;
    margin: 0 0 20px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    overflow: hidden;
}

.service-content-inner ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.service-content-inner>ul:not(:first-of-type) {
    padding: 0 0 0 50px;
    border-left: 1px solid var(--border-color);
}

.service-content-inner>ul:first-of-type {
    padding: 0 15px 0 30px;
}

.service-content-inner ul li {
    list-style: disc;
}

.service-content-inner ul li:not(:last-of-type) {
    margin: 0 0 10px;
}

.service-content-inner ul .list-content {
    margin: 10px 0 0;
    gap: 20px;
    max-width: 70%;
    width: 100%;
}

.service-content-inner ul .list-content li {
    gap: 10px;
}

.service-content-inner ul .list-content li svg {
    width: 14px;
}

.service-content-inner ul .list-content li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.service-content-inner ul .list-content ul:last-of-type {
    padding: 0 0 0 30px;
    border-left: 1px solid var(--border-color);
}

.service-card .btn-wrp {
    margin: 15px 0 0;
}

.service-card .btn-wrp span {
    font-size: 18px;
}

.service-card .our-contact-link {
    gap: 15px;
    margin: 15px 0 0;
    padding: 15px;
    background-color: var(--light-color);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.service-card .our-contact-link h4 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font: var(--h5);
    font-weight: 600;
    text-transform: unset;
    color: var(--black);
}

.service-card .our-contact-link span {
    font: var(--h6);
    color: var(--black);
    display: block;
    text-transform: capitalize;
}

.service-card .our-contact-link span:not(:last-of-type) {
    margin: 0 0 15px;
}

.service-card .our-contact-link span a {
    text-decoration: none;
}

.service-card .contact-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* service page css end */
/* ============================================= */
/* !!!!     about page css        !!!! */
/* ============================================= */
.about-page .about-details {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.about-page .about-details:not(:last-of-type) {
    margin: 0 0 25px;
}

.about-page .about-details h3 {
    font: var(--h4);
    padding: 15px 25px;
    color: var(--white);
    background-color: var(--theme-color);
}

.about-page .about-details .about-content {
    padding: 25px;
    background-color: var(--light-color);
}

.about-page .about-details .about-content ul {
    padding: 0 0 0 20px;
}

.about-page .about-details .about-content li {
    list-style: disc;
}

.about-page .about-details .about-content li:not(:last-of-type) {
    margin: 0 0 10px;
}

/* about-page css end */
/* ============================================= */
/* !!!!    COURSE PAGE CSS         !!!! */
/* ============================================= */
/* course page css start  */
.course-page .course-label span {
    font: var(--h6);
    font-weight: 600;
    margin: 0 0 40px;
    display: block;
    text-align: center;
}

.course-page .course-card {
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.course-page .course-card-inner .course-card-content {
    padding: 15px 20px 20px;
    background-color: #FFF8EA;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.course-page .course-card-inner {
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.course-page .course-card-inner .course-image {
    padding-top: 53%;
}

.course-page .course-card-inner .course-card-image {
    position: relative;
}

.course-page .course-card-inner .course-image-content {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 320px;
    width: 100%;
    padding: 20px;
    z-index: 1;
}

.course-page .course-card-inner .course-image-content h2 {
    color: var(--white);
    font: var(--h4);
}

.course-page .course-card-inner .course-image::before {
    z-index: 1;
}

.course-page .course-card-inner .course-card-rating {
    max-width: 90px;
    width: 100%;
    margin: 0 0 12px;
}

.course-page .course-card-inner .course-card-title {
    gap: 10px;
    margin: 0 0 20px;
}

.course-page .course-card-inner .course-card-title h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-transform: none;
    font-size: 20px;
}

.course-page .course-card-inner .course-content-bottom {
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}

.course-page .course-card-inner .course-time {
    color: var(--second-color);
    font-weight: 500;
    display: block;
    margin: 0 0 3px;
}

.course-page .course-card-inner .course-status {
    color: var(--theme-color);
    font-weight: 500;
    display: block;
}

.course-page .course-card-inner .course-content-bottom li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px;
}

.course-page .course-card-inner .course-content-bottom li:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
}

.course-page .course-card-inner .course-content-bottom li label {
    color: var(--white);
    padding: 7px 20px;
    background-color: var(--theme-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.course-page .course-card-inner .course-content-bottom li:not(:last-of-type) {
    border-right: 1px solid var(--black);
}

.course-page .course-card-inner .course-content-top {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* course page css end  */
/* ============================================= */
/* !!!!     details page css           !!!! */
/* ============================================= */
.course-progress-sec .course-left-col .course-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    height: 100%;
    overflow: 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;
    padding: 20px 20px 200px 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 20px;
}

.course-progress-sec .course-left-col .course-image::before,
.course-page .course-card-inner .course-image::before,
.post-banner.entry-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
}

.course-progress-sec .course-left-col .course-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    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;
}

.course-progress-sec .course-left-col .course-image h3 {
    font: var(--h2);
    max-width: 275px;
    width: 100%;
    margin: 0 0 0 auto;
    text-transform: none;
    color: var(--white);
}

.course-progress-sec .course-left-col .course-image-content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.course-progress-sec .course-left-col .author-image,
.course-progress-sec .course-content-item .course-author-list .author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.course-progress-sec .course-left-col .author-info,
.course-progress-sec .course-left-col .course-btn-wrapper {
    gap: 10px;
}

.course-progress-sec .course-left-col .course-client-info {
    gap: 10px;
    margin-bottom: 20px;
}

.course-progress-sec .course-left-col .author-image img,
.course-progress-sec .course-content-item .course-author-list .author-image img {
    width: 100%;
    height: 100%;
}

.course-progress-sec .course-left-col .client-info-left {
    gap: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.course-progress-sec .course-left-col .client-info-left li:not(:last-of-type) {
    padding-right: 15px;
}

.course-progress-sec .course-left-col .client-info-left li {
    position: relative;
}

.course-progress-sec .course-left-col .client-info-left li:not(:last-of-type)::after,
.course-progress-sec .course-right-col .progress-question li:not(:last-of-type)::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 75%;
    margin: auto;
    background-color: var(--border-color);
}

.course-progress-sec .course-left-col .course-btn-wrapper .btn {
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.course-progress-sec .course-left-col .course-info-content h3 {
    font-weight: 600;
}

.course-progress-sec .course-right-col {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-box-shadow: 0px 5px 23px 0px #0000000A;
    box-shadow: 0px 5px 23px 0px #0000000A;
    border: 1px solid var(--border-color);
    background-color: var(--white);
    overflow: hidden;
}

.course-progress-sec .course-right-col .course-card-head,
.details-tab-sec .tabs-container .details-tab-head {
    -webkit-box-shadow: 0px 5px 23px 0px #0000000A;
    box-shadow: 0px 5px 23px 0px #0000000A;
    background-color: var(--white);
    padding: 15px 0;
}

.course-progress-sec .course-right-col .course-card-head h4,
.details-tab-sec .tabs-container .details-tab-head h4 {
    position: relative;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 20px;
}

.course-progress-sec .course-right-col .course-card-head h4::before,
.details-tab-sec .tabs-container .details-tab-head h4::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 4px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: var(--theme-color);
}

.course-progress-sec .course-right-col .course-card-content,
.details-tab-sec .tabs-container .details-tab-content {
    padding: 30px;
}

.course-free-card .course-card-content .enroll-btn-wrp .btn {
    min-width: 200px;
}

.course-free-card .course-card-content .course-card-top p {
    margin-top: 15px;
}

.course-progress-sec .course-right-col .course-service-list {
    gap: 12px;
}

.course-progress-sec .course-right-col .course-service-list li {
    padding: 7px 15px;
    background-color: var(--third-color);
    color: var(--black);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    gap: 10px;
    text-transform: capitalize;
}

.course-progress-sec .course-right-col .course-service-list li svg {
    width: 20px;
    height: 20px;
}

.course-progress-sec .course-right-col .course-service-list li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.course-progress-sec .course-right-col .course-content-item:not(:last-of-type) {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.course-progress-sec .course-right-col .course-content-item .course-author-list li {
    gap: 10px;
}

.course-progress-sec .course-right-col .course-content-item h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.course-progress-sec .course-right-col .course-content-item .course-author-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.progress.progress-wrp .percent {
    position: relative;

    border-radius: 50%;
    z-index: 1;
}

.progress.progress-wrp .percent::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: var(--light-green);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.progress.progress-wrp svg.responsive-circle {
    position: relative;
    width: 210px;
    height: 210px;
    transform: rotate(-90deg);
}

.progress.progress-wrp svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: var(--light-green);
    stroke-width: 10;
    stroke-linecap: round;
}

.progress.progress-wrp svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: 625px;
    animation: load-circle var(--animation-duration, 3s) linear forwards;
}

@keyframes load-circle {
    from {
        stroke-dashoffset: 625px;
    }

    to {
        stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    }
}

.progress.progress-wrp .number {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0;
    width: 100%;
    margin: 0 auto;
    transform: translateY(-50%);
}

.progress.progress-wrp .number h3 {
    font-size: 20px;
    color: var(--second-color);
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.progress.progress-wrp svg circle:first-of-type {
    opacity: .2;
}

.progress.progress-wrp svg circle:last-of-type {
    stroke: var(--second-color);
}

.course-progress-sec .course-right-col .course-content-item {
    gap: 10px 15px;
}

.course-progress-sec .course-right-col .progress-content-wrp .progress-btn-wrp {
    gap: 15px;
    margin-bottom: 15px;
}

.course-progress-sec .course-right-col .course-progress-time {
    gap: 5px;
    color: var(--black);
    margin-bottom: 15px;
}

.course-progress-sec .course-right-col .course-progress-time svg {
    width: 18px;
    height: 18px;
}

.course-progress-sec .course-right-col .course-progress-time p {
    font-size: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.course-progress-sec .course-right-col .course-progress-time p b {
    font-weight: 400;
    color: var(--fourth-color);
}

.course-progress-sec .course-right-col .progress-question {
    gap: 15px;
}

.course-progress-sec .course-right-col .progress-question li {
    position: relative;
    font-size: 18px;
}

.course-progress-sec .course-right-col .progress-question li:not(:last-of-type)::before {
    height: 100%;
}

.course-progress-sec .course-right-col .progress-question li:not(:last-of-type) {
    padding-right: 15px;
}

.course-progress-sec .course-right-col .progress-question li span {
    color: var(--second-color);
}

/* rating popup css start */
.rating-popup,
.quiz-popup,
.share-course-popup {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.rating-popup-header,
.quiz-popup-header,
.share-course-header {
    padding: 20px 20px 0;
}

.rating-popup-inner h3,
.share-course-popup-inner h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.rating-popup .select-rating-wrp {
    max-width: 80%;
    width: 100%;
    border: 1px solid var(--border-color);
    -webkit-box-shadow: 0px 2px 43px 0px #0000000A;
    box-shadow: 0px 2px 43px 0px #0000000A;
    background-color: var(--white);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 15px;
    margin: 0 auto 20px;
}

.rating-popup .select-rating-wrp span {
    color: var(--black);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}

.rating-popup .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 30px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    gap: 3px;
}

.rating-popup .star-rating input {
    display: none;
}

.rating-popup .star-rating label {
    color: var(--grey);
    cursor: pointer;
    line-height: 1;
    opacity: .4;
}

.rating-popup .star-rating :checked~label {
    color: #f90;
    opacity: 1;
}

.rating-popup .star-rating label:hover,
.rating-popup .star-rating label:hover~label {
    color: #fc0;
    opacity: 1;
}

.rating-form textarea,
.rating-form input {
    border: none;
    border-radius: 10px;
    background: var(--light-color);
    padding: 15px;
    line-height: 1.2;
    margin-top: 10px;
}

.rating-form .rating-submit-btn,
.quiz-popup-inner .quiz-popup-btn {
    margin-top: 20px;
    gap: 10px;
}

/* details-tab-section css start */
.details-tab-sec .tabs-wrp {
    -webkit-box-shadow: 0px 2px 43px 0px #0000000A;
    box-shadow: 0px 2px 43px 0px #0000000A;
    border: 1px solid var(--border-color);
    background-color: var(--white);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 30px;
    gap: 15px;
}

.details-tab-sec .tabs-wrp .tab-head-row {
    max-width: 25%;
    width: 100%;
    padding-right: 15px;
}

.details-tab-sec .tabs-wrp .tab-head-row ul.tabs {
    border-right: 1px solid var(--border-color);
    padding-right: 15px;
}

.details-tab-sec .tabs-wrp ul.tabs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.details-tab-sec .tabs-wrp ul.tabs li:not(:last-of-type) {
    margin-bottom: 30px;
}

.details-tab-sec .tabs-wrp ul.tabs li a {
    position: relative;
    padding: 10px 0 10px 10px;
    font: var(--h5);
    font-family: var(--first-font);
    text-transform: capitalize;
}

.details-tab-sec ul.tabs li .line {
    max-width: 100px;
    width: 100%;
    margin: 0 9px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    border-bottom: 1px solid var(--border-color);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    overflow: hidden;
}

.details-tab-sec ul.tabs li a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: var(--border-color);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.details-tab-sec ul.tabs li.active a,
.details-tab-sec ul.tabs li:hover a {
    color: var(--theme-color);
    font-weight: 600;
}

.details-tab-sec ul.tabs li.active a::before,
.details-tab-sec ul.tabs li:hover a::before {
    background-color: var(--theme-color);
}

.details-tab-sec ul.tabs li:hover .line,
.details-tab-sec ul.tabs li.active .line {
    border-color: var(--theme-color);
}

.details-tab-sec .tab-content .details-tab-des {
    -webkit-box-shadow: 0px 2px 43px 0px #0000000A;
    box-shadow: 0px 2px 43px 0px #0000000A;
    border: 1px solid var(--border-color);
    background-color: var(--white);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.details-tab-sec .tab-content .details-tab-des:not(:last-of-type) {
    margin-bottom: 30px;
}

.details-tab-sec .tabs-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.details-tab-sec .tabs-container .details-tab-title {
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 20px;
}

.details-tab-sec .tab-content .details-tab-des .details-content-list {
    margin-top: 20px;
}

.details-tab-sec .tab-content .details-tab-des .details-content-list li {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 30px 20px;
    background-color: var(--light-color);
    margin-bottom: 20px;
}

.details-tab-sec .tab-content .details-tab-des .details-content-list li h6 {
    margin-bottom: 15px;
    font-weight: 600;
}

.details-tab-sec .tab-content .details-tab-des p b {
    color: var(--black);
}

.details-tab-sec .details-tab-des .tab-course-info .tab-course-head {
    background-color: var(--third-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.details-tab-sec .details-tab-des .tab-course-info .tab-course-head h4 {
    color: var(--second-color);
    font: var(--h5);
    font-weight: 600;
}

.details-tab-sec .details-tab-des .tab-course-info .tab-course-head svg {
    width: 20px;
    height: 20px;
}

.details-tab-sec .details-tab-des .tab-course-info .tab-course-content {
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
}

.details-tab-sec .tab-course-content .tab-course-item {
    gap: 10px;
    padding-top: 10px;
}

.details-tab-sec .details-tab-des .tab-course-content .tab-course-item:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.details-tab-sec .tab-course-item .tab-course-left,
.details-tab-sec .tab-course-content .tab-course-left .tab-course-answer p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.details-tab-sec .tab-course-content .tab-course-left .tab-course-question,
.details-tab-sec .tab-course-content .tab-course-left .tab-course-answer {
    gap: 10px;
}

.details-tab-sec .tab-course-content .tab-course-left .tab-course-question svg,
.details-tab-sec .tab-course-content .tab-course-left .tab-course-answer svg {
    width: 16px;
    height: 16px;
}

.details-tab-sec .tab-course-content .tab-course-left .tab-course-question h6 {
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.details-tab-sec .tab-course-content .tab-course-left .tab-course-question {
    margin-bottom: 7px;
}

.details-tab-sec .tab-course-item .tab-course-right a {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--second-color);
    font-weight: 500;
}

.details-tab-sec .tab-course-right a:hover,
.details-tab-sec .tab-course-right a:focus {
    color: var(--fourth-color);
}

/* details-tab-section css end */
/* detail review section css stat */
.details-tab-sec .customer-review-item .review-item-inner {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.details-tab-sec .customer-review-item {
    margin-bottom: 20px;
}

.details-tab-sec .review-item-left {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 20px 20px 0;
    max-width: 20%;
    width: 100%;
    border-right: 1px solid var(--border-color);
}

.details-tab-sec .customer-review-item .review-item-inner .review-item-left h4 {
    font-weight: 600;
}

.details-tab-sec .review-item-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.details-tab-sec .customer-review-item .review-item-inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.details-tab-sec .review-item-left .review-date {
    margin-bottom: 10px;
}

.details-tab-sec .details-review-form {
    padding-top: 30px;
}

.details-tab-sec .details-review-form .rating-icon svg {
    width: 140px;
    height: auto;
}

.details-tab-sec .details-review-form textarea,
.details-tab-sec .details-review-form input,
.details-tab-sec .details-faq-form textarea,
.detail-question-form-wrp textarea,
.detail-question-form-wrp input {
    background-color: var(--light-color);
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.details-tab-sec .details-review-form {
    display: none;
}

.details-tab-sec .details-review-form.showform {
    display: block;
}

.details-tab-sec .details-tab-image {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    padding-top: 60%;
}

.details-tab-sec .tab-announcement .details-nodata-des {
    padding: 40px;
}

.details-tab-sec .details-tab-image img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

/* detail review section css stat */
/* course details page css start  */
.course-details-page .course-content-tab {
    border: 1px solid var(--border-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.course-details-page .course-content-tab .course-content-footer {
    padding-bottom: 100px;
}

.course-details-page .course-content-tab-inner {
    border-top: 1px solid var(--border-color);
}

.course-details-page .course-content-tab-title {
    padding: 20px 15px;
    gap: 10px;
    cursor: pointer;
}

.course-details-page .course-content-tab-title h2 {
    font: var(--h5);
    font-weight: 600;
}

.course-details-page .course-content-tab.is-open .course-content-tab-title svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.course-details-page .course-content-tab .course-content-tab-title svg {
    transform: rotate(0deg);
    width: 16px;
    transition: transform 0.3s ease-in-out;
}

.course-details-page .course-content-tab-title svg path {
    fill: var(--theme-color);
}

.course-checkbox-custom {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

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

.course-checkbox-custom label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    padding: 15px 45px 15px 15px;
    width: 100%;
    font-size: 16px;
    background-color: transparent;
    border-left: 2px solid transparent;
    transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    gap: 10px;
}

.course-checkbox-custom label svg {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.course-checkbox-custom input:checked+label {
    background-color: var(--white);
}

.course-tab input:checked+label {
    background-color: var(--light-green);
    color: var(--black);
    border-color: var(--theme-color);
}

.course-details-page .course-checkbox-custom.inactive label:before {
    content: '!';
    height: 23px;
    font-size: 13px;
    width: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--fourth-color);
    border: 0;
    color: var(--white);
}

.course-checkbox-custom label:before {
    content: '';
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--second-color);
    padding: 10px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.course-tab input:checked+label:before {
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.course-checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    right: 19px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.course-tab {
    border-bottom: 1px solid var(--border-color);
}

.course-details-head {
    border: 1px solid var(--theme-color);
    background-color: var(--third-color);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 15px 20px;
    gap: 10px 15px;
    margin-bottom: 30px;
}

.course-details-head .details-head-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 10px;
}

.course-details-head .details-head-left .back-head {
    width: 35px;
    height: 35px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: var(--white);
}

.course-details-head .details-head-left .back-head:hover,
.course-details-head .details-head-left .back-head:focus {
    background-color: var(--theme-color);
}

.course-details-head .details-head-left .back-head:hover svg path,
.course-details-head .details-head-left .back-head:focus svg path {
    fill: var(--white);
}

.course-details-head .details-head-left .back-head svg {
    width: 20px;
    height: 20px;
}

.course-details-head .details-head-left p {
    font-size: 22px;
    color: var(--fourth-color);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.course-details-head .details-head-right p {
    color: var(--second-color);
}

.course-details-body .section-title h2 {
    font: var(--h4);
    font-weight: 600;
}

.course-details-body .table-rasponsive {
    overflow-x: auto;
    padding-bottom: 10px;
}

/* table css start */
table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
    text-align: left;
}

table tr {
    display: table-row;
}

table tr th {
    text-align: left;
    padding: 10px 15px;
    background-color: var(--third-color);
    font-weight: 400;
    color: var(--black);
    vertical-align: middle;
    text-transform: capitalize;
}

table tr td {
    padding: 10px 15px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
    color: var(--black);
}

/* table css end */
.total-question-table table tbody tr {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.total-question-table table tbody tr td {
    text-align: center;
    padding: 15px 10px;
    text-transform: capitalize;
}

.total-question-table table tbody tr td:last-of-type {
    text-align: end;
    padding-right: 0;
}

.total-question-table table tbody tr td:first-of-type {
    text-align: left;
    padding-left: 0;
}

.question-result-table,
.question-info-table {
    margin-top: 30px;
    border: 1px solid var(--border-color);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
}

.question-result-table table tbody tr:not(:last-of-type),
.question-info-table table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid var(--border-color);
}

.question-result-table table tbody tr td:first-of-type {
    width: 160px;
}

.question-result-table .fail-lbl,
.question-result-table .pass-lbl,
.question-info-table .fail-lbl,
.question-info-table .pass-lbl {
    background: #FCDCDA;
    border: 1px solid var(--fourth-color);
    color: var(--fourth-color);
    padding: 5px 15px;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
}

.question-result-table .pass-lbl,
.question-info-table .pass-lbl {
    color: var(--second-color);
    border-color: var(--second-color);
    background-color: var(--light-green);
}

.table-details-btn {
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.table-btn-wrapper {
    margin-top: 30px;
}

.pagination .pagination-inner {
    gap: 10px;
}

.pagination li a,
.t-pagination .pagination li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    background-color: var(--light-green);
    color: var(--black);
    line-height: 1;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    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;
    gap: 10px;
    text-transform: capitalize;
}

.pagination li svg {
    width: 16px;
    height: 16px;
}

.pagination li a.pagination-active {
    background-color: var(--second-color);
    color: var(--white);
}

.pagination li a.pagination-active svg path {
    fill: var(--white);
}

.pagination li a.pagination-active:hover,
.pagination li a.pagination-active:focus {
    background-color: var(--theme-color);
    color: var(--white);
}

.pagination li a svg path {
    fill: var(--black);
}

.pagination li a.pagination-active:hover svg path,
.pagination li a.pagination-active:focus svg path {
    fill: var(--white);
}

.course-details-body .details-back-btn {
    margin-bottom: 20px;
}

.course-details-body .details-back-btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    color: var(--black);
    text-transform: capitalize;
}

.course-details-body .details-back-btn a svg {
    width: 20px;
    height: 20px;
}

.course-details-body .details-back-btn a:hover,
.details-back-btn a:focus {
    color: var(--theme-color);
}

/* course details page css end */
.question-info-table .table-check-wrp {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background: var(--second-color);
    padding: 6px;
}

.question-info-table .question-wrp p {
    width: 280px;
}

/* quiz main card css start */
.quiz-main-card {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 30px 30px 50px;
    border: 1px solid var(--border-color);
    background-color: var(--light-color);
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.quiz-main-card .quiz-card-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.quiz-main-card .quiz-card-head h3 {
    font: var(--h6);
    font-family: var(--first-font);
}

.quiz-card-body h4 {
    font-weight: 600;
    margin-bottom: 25px;
}

.quiz-card-body .quiz-item-wrp li:not(:last-of-type) {
    margin-bottom: 10px;
}

.quiz-card-body .quiz-item-wrp li {
    color: var(--black);
    gap: 10px;
}

.quiz-card-body .quiz-item-wrp li span {
    max-width: 160px;
    width: 100%;
    color: var(--text-color);
    text-transform: capitalize;
}

.quiz-card-body .quiz-card-btn {
    margin-top: 40px;
    gap: 10px;
}

.quiz-card-body .quiz-card-btn .btn-transparent {
    background: transparent;
    border-color: var(--border-color);
    color: var(--black);
}

.quiz-card-body .quiz-card-btn .btn-transparent:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white);
}

/* quiz main card css end */
/* details page 1 css start  */
.course-details-head .details-head-right {
    gap: 10px;
}

.course-details-body .course-details-tab svg {
    width: 22px;
    height: 22px;
}

.course-details-body .course-details-tab svg path {
    fill: var(--black);
}

.course-details-body .course-details-tab li.active svg path {
    fill: var(--white);
}

.course-details-body .course-details-tab {
    margin: 0 0 40px;
}

.course-details-body .course-details-tab .tabs {
    background-color: var(--light-green);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.course-details-body .course-details-tab li {
    padding: 12px 20px;
    gap: 10px;
    color: var(--black);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    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;
    cursor: pointer;
}

.course-details-body .course-details-tab li.active {
    background-color: var(--second-color);
    color: var(--white);
}

.course-details-body .course-details-wrp {
    border: 1px solid var(--border-color);
    -webkit-box-shadow: 0px 2px 43px 0px #0000000A;
    box-shadow: 0px 2px 43px 0px #0000000A;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

.course-details-body .course-details-wrp:not(:last-of-type) {
    margin: 0 0 40px;
}

.course-details-body .course-details-wrp .course-deatils-inner {
    padding: 22px;
}

.course-details-body .course-details-wrp .details-inner-wrp {
    background-color: var(--light-color);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.course-details-body .course-details-wrp .details-inner-wrp h4 {
    font: var(--h5);
    font-weight: 500;
    margin: 0 0 15px;
    font-family: var(--first-font);
}

.course-details-body .course-details-wrp .details-inner-wrp p {
    line-height: 1.5;
    text-align: justify;
}

.details-tab-content p,
.entry-wraper p {
    text-align: justify;
}

.course-details-body .course-details-wrp .details-inner-wrp p b {
    color: var(--black);
    font-weight: 500;
    text-transform: capitalize;
}

.course-details-body .course-details-wrp .details-inner-wrp:not(:last-of-type) {
    margin: 0 0 25px;
}

.course-details-body .course-details-wrp .course-more-details {
    padding: 22px;
}

.course-details-body .course-details-wrp .course-more-details:not(:first-of-type) {
    border-top: 1px solid var(--border-color);
}

.course-details-body .course-details-wrp .course-more-details span {
    /* color: var(--second-color); */
}

.course-details-body #tab-2 .comment-item .comment-item-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.course-details-body #tab-2 .comment-item img {
    width: 100%;
    height: 100%;
}

.course-details-body #tab-2 .comment-item svg path {
    fill: var(--theme-color);
}

.course-details-body #tab-2 .comment-item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.course-details-body #tab-2 .comment-item-inner {
    gap: 25px;
    margin: 0 0 20px;
}

.course-details-body #tab-2 .comment-item-content textarea {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.course-details-body #tab-2 .ask-comment-item .btn-wrp,
.course-details-body #tab-2 .question-reply-item .btn-wrp {
    text-align: end;
    margin-top: 15px;
}

.course-details-body .course-details-wrp .course-details-title-wrp {
    padding: 22px 22px 0;
}

.course-details-head.course-tab-head .details-head-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

/* details page 1 css end  */
/* details page inner 3 css start  */
.course-details-body .quiz-question-info {
    gap: 10px;
    margin-bottom: 40px;
}

.course-details-body .quiz-question-info .quiz-question-left,
.course-details-body .quiz-question-info .quiz-question-right {
    gap: 10px 25px;
}

.quiz-question-info .quiz-question-left li,
.quiz-question-info .quiz-question-right li {
    text-transform: capitalize;
    color: var(--black);
    font-size: 18px;
}

.quiz-question-info .quiz-question-left li span {
    color: var(--text-color);
}

.quiz-question-info .quiz-question-right li.time-remaining-wrp {
    position: relative;
    padding-left: 30px;
}

.quiz-question-info .quiz-question-right li.time-remaining-wrp::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid var(--fourth-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.quiz-question-wrapper h4 {
    font-weight: 600;
    max-width: 80%;
    width: 100%;
    text-transform: unset;
    line-height: 1.3;
    margin-bottom: 20px;
}

.quiz-question-option-wrp {
    margin-top: 40px;
}

.quiz-question-option-wrp .form-inputs {
    row-gap: 20px;
}

.quiz-question-custom label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    padding: 15px 15px 15px 55px;
    width: 100%;
    font-size: 16px;
    background-color: var(--light-color);
    border: 1px solid var(--border-color);
    color: var(--black);
    transition: .2s all ease-in-out;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.quiz-question-custom label:before {
    content: '';
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--black);
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 15px;
    top: 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.quiz-question-custom input:checked+label:after {
    content: '';
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--theme-color);
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 20px;
    top: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.quiz-question-custom input:checked+label::before {
    border-color: var(--theme-color);
}

.quiz-question-wrapper .form-btn-wrp {
    gap: 10px;
    margin-top: 40px;
}

.quiz-question-wrapper .form-btn-wrp .prev-quiz-btn {
    background-color: var(--light-green);
    border-color: var(--light-green);
    padding: 11px;
}

.quiz-question-wrapper .form-btn-wrp .prev-quiz-btn:hover,
.quiz-question-wrapper .form-btn-wrp .prev-quiz-btn:focus {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.quiz-question-wrapper .form-btn-wrp .prev-quiz-btn svg path {
    fill: var(--black);
}

.quiz-question-wrapper .form-btn-wrp .prev-quiz-btn:hover svg path,
.quiz-question-wrapper .form-btn-wrp .prev-quiz-btn:focus svg path {
    fill: var(--white);
}

/* details page inner 3 css end  */
/* quiz-popup css start */
.quiz-popup .quiz-popup-inner h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.quiz-popup .quiz-popup-inner .section-title {
    max-width: 80%;
    width: 100%;
    margin: 0 auto 25px;
}

.quiz-popup .quiz-popup-inner {
    padding: 30px 30px 50px;
}

.quiz-popup-header .close-btn {
    cursor: pointer;
}

/* quiz-popup css end */

/* new menu css */
.site-header .menu-item-right>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* ******** 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: 0;
    background: transparent;
    border: none;
}

.site-header .mobile-menu .mobile-menu-button div {
    width: 20px;
    height: 2px;
    margin: 4px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: 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;
}

.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 {
    -webkit-transform: translate(0, -6px) rotate(45deg);
    -ms-transform: translate(0, -6px) rotate(45deg);
    transform: translate(0, -6px) rotate(45deg);
}

/* new menu css */
.menu-items-col .main-nav ul.sub-menu {
    position: absolute;
    top: 100%;
    background: var(--white);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
    min-width: 200px;
    padding: 10px 0;
    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 .menu-items-col .main-nav ul.sub-menu li.menu-item-has-children>.sub-menu {
    top: 0;
    left: 100%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.site-header .menu-items-col ul>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.menu-items-col .main-nav ul.sub-menu li {
    position: relative;
}

.menu-items-col .main-nav ul.sub-menu li a {
    position: relative;
    color: var(--black);
    padding: 5px 15px;
    width: 100%;
}

.menu-items-col .main-nav li.menu-item-has-children .sub-menu li.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--black);
    border-left: 1px solid var(--black);
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -moz-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    -o-transform: translateY(-50%) rotate(135deg);
}

.menu-items-col .main-nav li.menu-item-has-children ul.sub-menu>li:hover>a {
    background: rgba(0, 0, 0, 0.05);
}

/* 
.site-header .announcebar .announcebar-right li a.call-us {
    color: #fff;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
} */

.whatsapp-chat-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 46px;
    height: 46px;
    background-color: #25D366;
    color: white;
    padding: 10px;
    border-radius: 50px;
    font-size: 25px;
    text-decoration: none;
    left: 15px;
    bottom: 15px;
    z-index: 3;
}

.category-sec .category-card-image .category-img i {
    width: 100%;
    height: 100%;
}

.t-pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.service-content-inner ul li ul {
    padding: 20px 20px 20px 20px;
}

/* post details page css start */
.post-banner.entry-header {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.post-banner .entry-header-content {
    position: relative;
    z-index: 1;
    color: var(--white)
}

.post-banner .entry-header-content .post-meta-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.post-banner .entry-header-content .entry-title {
    color: var(--white);
    margin-bottom: 20px;
}

.post-author-wrp .post-author-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
}

.post-author-wrp .post-author-info .author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.post-author-wrp .post-author-info:hover {
    color: var(--theme-color);
}

.post-author-wrp .post-author-info .author-image img {
    width: 100%;
    height: 100%;
}

.post-detail-sec .cust_video {
    padding-top: 50%;
    margin-bottom: 25px;
}

.post-detail-sec .header-social-network li a i {
    color: var(--white);
}

.post-detail-sec .header-social-network {
    gap: 10px;
}

.post-detail-sec .single-social-share {
    margin-bottom: 15px;
}

.post-detail-sec .author-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.post-detail-sec .author-bio .author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.post-detail-sec .sidebar-widget {
    border: 1px solid var(--border-color);
    padding: 20px;
    border-radius: 15px;
}

.post-detail-sec .sidebar-widget .sidebar-head {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.post-detail-sec .sidebar-widget li:not(:last-of-type) {
    margin-bottom: 25px;
}

.post-detail-sec .sidebar-widget li .latest-small-thumb {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 10px;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-detail-sec .sidebar-widget li .latest-small-thumb .post-thumb {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
}

.post-detail-sec .sidebar-widget li .latest-small-thumb .post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.post-detail-sec .sidebar-widget li .latest-small-thumb .post-content h5 {
    font-weight: 500;
    margin-bottom: 10px;
}

.post-detail-sec .sidebar-widget li .latest-small-thumb .post-content span {
    font-size: 14px;
}

.post-detail-sec .related-posts .row {
    row-gap: 20px;
}

.post-detail-sec .entry-header.entry-header-style-1 {
    padding: 30px;
    background: var(--third-color);
    text-align: center;
    border-radius: 15px;
    margin-bottom: 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.post-detail-sec .entry-header.entry-header-style-1 .post-details-btn {
    margin-bottom: 10px;
}

.post-detail-sec .entry-header.entry-header-style-1 .post-meta-1 {
    margin-bottom: 15px;
}

.post-detail-sec .entry-header.entry-header-style-1 .entry-title {
    font: var(--h3);
    font-weight: 600;
    margin-bottom: 15px;
}

.post-detail-sec .entry-header.entry-header-style-1 .post-meta-2 a img {
    width: 35px;
    height: 35px;
}

.post-detail-sec .entry-header.entry-header-style-1 .post-meta-2 {
    gap: 10px;
}

.post-detail-sec .entry-header.entry-header-style-1 .post-meta-2 .author-name {
    color: var(--theme-color);
}

.post-detail-sec .bb-dropdown-toggle:hover {
    background: transparent;
}

.post-detail-sec .bb-comment-wrapper {
    border: 1px solid var(--border-color);
    border-radius: 15px;
    padding: 20px;
}

.post-detail-sec .bb-dropdown-toggle .caret {
    top: 15px;
}

.post-detail-sec .bb-dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.post-detail-sec .tts-section,
.post-detail-sec #loader {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-detail-sec .bb-comment-wrapper .bb-comment-box .bb-textarea textarea {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.post-detail-sec .bb-comment-wrapper .bb-comment-box .bb-textarea-footer {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.post-detail-sec .post-detail-img-wrp {
    padding-top: 50%;
}

/* post details page css end */

/* login page css start */
.login-form {
    border: 1px solid var(--border-color);
    padding: 40px 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.remember-btn-wrp {
    gap: 10px;
}

.remember-btn-wrp .checkbox-custom label {
    margin-bottom: 0;
}

.login-form .font-heading {
    font-weight: 600;
}

.login-form .checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid var(--white);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.register-btn-wrapper {
    gap: 15px;
    margin-bottom: 0;
}

.login-form .invalid-feedback {
    color: var(--fourth-color);
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.discover-info-sec.contact-title {
    padding-top: 0px;
    padding-bottom: 0px;
}

.discover-info-sec.contact-title .section-title {
    display: none;
}

.menu-info-logo {
    max-width: 100px;
    width: 100%;
    margin: 0 auto 20px;
}

/* login page css end */

/* 20.12 */
.course-checkbox-custom {
    position: relative;
}

.course-checkbox-custom.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    right: 19px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.course-checkbox-custom.active label::before {
    background-color: var(--second-color);
}

.course-checkbox-custom.active::before {
    background-color: var(--second-color);
    border-color: var(--second-color);
}

/* 20.12 */

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.auto-generated-image {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 0;
    color: white;
    font-weight: bold;
    font-size: 22px;
    font-family: Quicksand, sans-serif;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    max-width: 90%;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.sub-header-title {
    padding-top: 20px;
}

.pt-2 {
    padding-top: 10px;
}

.blog-item-wrapper p.auto-generated-image {
    font-size: 10px;
}

/* pagination for bootstrap */
.pagination.pagination-area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination-area .page-item,
.pagination-area .page-item:first-child {
    margin: 0;
}

.pagination-area .page-link {
    -webkit-box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
    box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
}

.pagination-area .page-item,
.pagination-area .page-item:first-child {
    margin: 0;
}

.pagination-area .page-link {
    border: 0;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    margin-right: 10px;
    outline: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    -o-transition: 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    width: 46px;
}

.pagination-area .page-link:hover {
    -webkit-box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
    box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
}

.pagination .page-item.active .page-link {
    background-color: var(--theme-color);
    color: var(--white);
}

.pagination.pagination-area .page-item.active .page-link {
    background-color: var(--color-dark);
    color: var(--color-white);
}

.pagination.pagination-area .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--theme-color);
}

.pagination.pagination-area .page-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    background-color: var(--light-green);
    color: var(--black);
    line-height: 1;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    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;
    gap: 10px;
    text-transform: capitalize;
    width: 40px;
    height: 40px;
}


.blog-image:has(.auto-generated-image)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.message-bubble:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #f5f9fc;
    left: -6px;
    right: auto;
    top: 15px;
    position: absolute;
}

.message-bubble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: end; */
    gap: 10px;
}

.dashboard .sidebar-profile {
    padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.profile-image {
    margin-bottom: 10px;
}

.avatar-view {
    position: relative;
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.avatar-view .avatar-view-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.avatar-view .avatar-view-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: var(--white);
}

.avatar-view:hover .avatar-view-icon {
    opacity: 1;
}

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

.profile-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}

.avatar-view input {
    display: none;
}

.profile-content h2 {
    margin-bottom: 10px;
}

.profile-content ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.crop-wrp .card .card-body {
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.crop-wrp .col-12:nth-child(1) .card-body {
    background-color: #559adb;
}

.crop-wrp .col-12:nth-child(2) .card-body {
    background-color: #ca4c39;
}

.crop-wrp .col-12:nth-child(3) .card-body {
    background-color: #878181;
}

.crop-wrp .card .user-number {
    margin-bottom: 20px;
}

.crop-wrp .card .user-number h6 {
    color: var(--white);
}

.crop-wrp .card .user-number i {
    font-size: 25px;
    color: var(--white);
}

.crop-wrp .card .card-body p {
    text-transform: capitalize;
    color: var(--white);
}

.dashboard .row,
.crop-wrp .row {
    row-gap: 15px;
}

.d-none {
    display: none;
}

.chatbox-answer-item .chat-icon-wrp,
.chatbox-top-content .chat-icon-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    background-color: var(--fourth-color);
    padding: 10px;
    border-radius: 50px;
    left: 65px;
    bottom: 11px;
    z-index: 3;
    position: unset !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.chatbox-answer-item .chat-icon-wrp svg,
.chatbox-top-content .chat-icon-wrp svg {
    height: 60px !important;
    width: 30px !important;
}

.chatbox-answer-item .speech {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.chatbox-question-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.chatbox-question-item .chat-icon-wrp {
    background-color: var(--theme-color);
}

.wishlist-btn {
    color: var(--white) !important;
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

.wishlist-btn.active {
    color: var(--white) !important;
    background-color: var(--second-color) !important;
    border-color: var(--second-color) !important;
}

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

.course-progress-sec .course-left-col .course-client-info .jq-ry-group-wrapper svg {
    width: 25px;
    height: auto;
}

.course-progress-sec .course-left-col .course-client-info .jq-ry-container {
    width: 125px !important;
}

.jq-ry-container {
    position: relative;
    padding: 0 5px;
    line-height: 0;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    direction: ltr;
}

.jq-ry-container[readonly="readonly"] {
    cursor: default;
}

.jq-ry-container>.jq-ry-group-wrapper {
    position: relative;
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
    position: relative;
    line-height: 0;
    z-index: 1;
    white-space: nowrap;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block;
    width: unset;
    height: auto;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
    width: 0;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

/* details-tab-head page css start */
.details-tab-sec .details-tab-des .tab-course-info .tab-course-content.faqs-acnav-list {
    display: none;
    margin-top: 15px;
}

.details-tab-sec .details-tab-des .tab-course-info .tab-course-head.faqs-acnav-label {
    margin-bottom: 0;
}

.details-tab-sec .details-tab-des .details-tab-content .set.is-open .tab-course-head svg {
    transform: rotate(90deg);
}

.details-tab-sec .details-tab-des .details-tab-content .set .tab-course-head svg {
    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;
}

.question-user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.detail-question-info {
    gap: 10px 15px;
}

.details-tab-content #questions-container {
    margin-top: 20px;
    padding-right: 15px;
    max-height: 400px;
    overflow: auto;
}

.details-tab-content #questions-container::-webkit-scrollbar-track {
    background-color: var(--light-color);
}

.question-user-content h6 {
    font-weight: 600;
    margin-bottom: 7px;
}

.detail-question-tooltip {
    background-color: #e3e9f7;
    border-radius: 8px;
    padding: 15px 30px;
    color: var(--black);
    display: inline-block;
    margin-top: 20px;
    position: relative;
    font-weight: 500;
    min-width: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: left;
}

.detail-question-tooltip::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e3e9f7;
}

.question-reply-item .question-reply-content {
    display: none;
    margin-top: 20px;
    width: 100%;
}

.question-reply-item {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 10px;
}

.question-reply-item .question-reply-btn span,
.comment-item.ask-comment-question .comment-item-content .comment-content-bottom span {

    cursor: pointer;
    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;
}

.question-reply-item .question-reply-content .detail-question-info {
    flex-direction: row-reverse;
}

.detail-question-item {
    margin-bottom: 30px;
}

.question-reply-item .question-reply-content .detail-question-item {
    text-align: right;
}

.question-reply-item .question-reply-content .detail-question-tooltip::before {
    right: 20px;
    left: auto;
}

.detail-question-form-wrp {
    width: 100%;
    margin-top: 10px;
}

.close-btn {
    cursor: pointer;
}

/* details-tab-head page css end */

/* course details page tab css start */
.comment-item.ask-comment-question .comment-item-content .comment-content-top {
    border: 1px solid var(--border-color);
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.comment-item-content .comment-content-info {
    gap: 10px;
    margin-bottom: 10px;
}

.comment-item-content .comment-content-info h6 {
    font-weight: 600;
}

.course-details-body #tab-2 .comment-item .question-reply-item {
    max-width: 70%;
    width: 100%;
    margin: 0 0 15px auto;
}

.course-details-body #tab-2 .comment-item .comment-reply {
    max-width: 80%;
    width: 100%;
    margin: 0 0 15px auto;
}

.course-details-body .comment-item .question-reply-item .question-reply-form {
    width: 100%;
    gap: 10px 15px;
}

.course-details-body .comment-item .reply-form-inner {
    flex: 1;
}

.course-details-body .comment-item .reply-form-inner textarea {
    border-radius: 20px;
}

.course-details-body .comment-item .comment-item-question {
    gap: 10px 15px;
}

.course-details-body #tab-2 .comment-item .comment-reply .comment-content-top {
    background-color: var(--light-color);
}

.ask-comment-question .comment-main-item:not(:last-of-type) {
    margin-bottom: 25px;
    padding-bottom: 0px;
    border-bottom: 1px solid var(--border-color);
}

.course-details-body #tab-2 .comment-item-content .comment-content-bottom {
    margin-bottom: 10px;
}

/* course details page tab css end */
/*share course popup css start   */
.share-course-popup .share-course-inner {
    min-height: unset;
}

.share-course-popup .share-course-header h3 {
    font-weight: 600;
}

.share-course-popup .share-course-inner .course-share-btn {
    margin-top: 30px;
}

.share-course-popup .share-course-inner .course-share-lbl {
    margin-bottom: 15px;
    font: var(--h6);
    font-weight: 600;
    color: var(--black);
}

.share-course-popup .course-share-btn .btn {
    border-color: transparent;
}

.share-course-popup .course-share-btn .facebook-btn {
    background-color: #3877EA;
}

.share-course-popup .course-share-btn .twitter-btn {
    background-color: #4CA0EB;
}

.share-course-popup .course-share-btn .linkedin-btn {
    background-color: #3967B6;
}

.share-course-popup .course-share-btn .whatsapp-btn {
    background-color: #25D366;
}

.share-course-popup .share-btn-wrapper {
    gap: 10px;
}

.lesson-video.img-ratio {
    padding-top: 50%;
}

.course-tab label.form-field.current {
    background-color: var(--light-green);
    color: var(--black);
    border-color: var(--theme-color);
}

.mt-10,
.my-10 {
    margin-top: 10px;
}

.mb-10,
.my-10 {
    margin-bottom: 10px;
}

a[disabled] {
    cursor: not-allowed !important;
}

/*share course popup css end   */

.quiz-content {
    margin: 20px auto;
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.quiz-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.quiz-content p {
    font-size: 16px;
    margin: 10px 0;
    color: #555;
}


.qr-code {
    border: 1px solid var(--border-color);
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    max-width: 130px;
    width: 100%;
}

.qr-code svg {
    width: 100%;
    height: 100%;
}

.quiz-title-wrp {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
}

.quiz-title-wrp .quiz-title {
    flex: 1;
}

.image-container {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 20px 0 0;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quiz-user-popup {
    max-width: 800px;
}

.login-tab {
    margin: 0 0 40px;
}

.login-tab .tabs {
    background-color: var(--light-green);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.login-tab li a {
    padding: 12px 20px;
    gap: 10px;
    color: var(--black);
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    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;
    cursor: pointer;
}

.login-tab li a.active {
    background-color: var(--second-color);
    color: var(--white);
}

.profile-header .dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + -17px);
    right: 10px;
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 200px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.profile-header .dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.profile-header .dropdown-menu li {
    margin-left: 0 !important;
}

.profile-header .dropdown-item {
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

.profile-header .dropdown-item:hover {
    background-color: #f1f1f1;
}

.quiz-details {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.quiz-details .card-header {
    border-bottom: 1px solid var(--border-color);
    padding: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.quiz-details .card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
    padding: 20px;
    font-size: 1rem;
}

.quiz-details .quiz-details-wrp {
    flex: 1;
    height: 100%;
}


.quiz-details .card-body p strong {
    font-weight: 600;
}

.quiz-details .card-body p span {
    font-weight: 400;
}

.download-note {
    font-weight: 500;
    line-height: 1.6;
    margin-top: 15px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid var(--fourth-color);
}

.download-note p {
    line-height: 1.5;
}

.congrats-alert {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.congrats-alert.congrats {
    border: 1px solid var(--border-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.congrats-alert.congrats .congrats-alert-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.congrats-alert.congrats .congrats-alert-message {
    font-size: 18px;
    margin-bottom: 0;
}

.congrats-alert.congrats .congrats-alert-next-steps {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.congrats-alert.congrats .congrats-alert-list li:not(:last-of-type) {
    margin: 0 0 5px;
}

.congrats-alert.congrats .congrats-alert-list {
    margin-left: 20px;
    list-style-type: disc;
}

.congrats-alert.congrats .congrats-alert-list li {
    list-style: disc;
}

.congrats-alert.congrats .congrats-alert-good-luck {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 18px;
    margin-bottom: 0;
    color: var(--black);
}

.quiz-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mb-10 {
    margin-bottom: 10px;
}

/* quiz-dashboard-coundown start */
.quiz-dashboard-coundown {
    text-align: center;
    background: linear-gradient(to right, #E5B14C, #D99A2B);
    color: var(--white);
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.quiz-message {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--white);
}

.quiz-message img {
    width: 50px;
    height: auto;
}

.timer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.time-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    min-width: 80px;
    transition: transform 0.3s ease-in-out;
}

.time-box span {
    display: block;
    font-size: 26px;
    font-weight: bold;
}

.time-box small {
    font-size: 14px;
    opacity: 0.8;
    text-transform: uppercase;
}

.time-box:hover {
    transform: scale(1.1);
}

.noquiz-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

/* quiz-dashboard-coundown end */

/* 30.01  */
.quiz-details .card-body .quiz-details-body p {
    max-width: calc(50% - 5px);
    width: 100%;
    margin: 0 0 10px;
}

.quiz-details .card-body .quiz-details-body {
    display: flex;
    flex-wrap: wrap;
}

.quiz-details .card-body .quiz-available {
    font-size: 18px;
    color: var(--black);
}

/* 30.01  */
.upcoming-alert {
    background: linear-gradient(to right, #E5B14C, #D99A2B);
    color: var(--white);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    animation: slideIn 3s ease-out;
}

.alert-title {
    color: var(--white);
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    animation: bounceTitle 1.5s infinite;
}

.alert-message {
    font-size: 16px;
    line-height: 1.6;
    animation: fadeInOut 3s infinite;
}

@keyframes bounceTitle {

    0%,
    100% {
        transform: translateY(0);
    }

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

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

.iti {
    display: block !important;
}

.invalid-feedback,
.text-danger,
label sup {
    color: var(--fourth-color);
}

.justify-content-center {
    justify-content: center;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.border-0 {
    border: none !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}